/*
Theme Name: GoldenShop
Version: 1.0
Description: A child theme of TheShop
Template: theshop
Author: Administrator
*/
@import url("../theshop/style.css");
/* Your awesome customization starts here */
.site-description {
	text-transform: uppercase;
	padding-left: 20px;
	    font-style: italic;
	}
.promo-section {
  background-color: #ff7f00;
  color: #ffffff;
  text-align: center;
  margin-top: 50px;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
}
.aboutus-section {background-color: #f7f7f7;}
.gallery-section {background-color: #fff;}
li.nav-cart {display: none;}

.map-section {
	background-image: url("http://goldensunshine.hu/wp-content/uploads/terkep.jpg");
	background-position: center center;
	background-size: 1920px;
	background-repeat: repeat;
	background-attachment: scroll;
}
.map-div {
	min-height: 450px;
}
.widget ul {
	list-style-type: none;
    padding-left: 0px;
}
li.cat-item-65 a {
	color: #ff7f00;
}
.secondary-navigation li{
  padding-top: 11px;
  padding-right: 21px;
  padding-bottom: 11px;
  padding-left: 18px;
  font-size: 12px;
}
/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/
.wpcf7-form p {
	padding-right: 0!important;
}


.contact-section {
	background-image: url("http://goldensunshine.hu/wp-content/uploads/mailbox-2560x1775.jpg");
	background-position: center top;
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
}


.hs-section{
	padding: 60px 0;
}
.hs-container{
	width: 1170px;
	margin: 0 auto;
}
.hs-clearfix:before,
.hs-clearfix:after,
.hs-container:before,
.hs-container:after {
	content: "";
	display: table;
}

.hs-clearfix:after,
.hs-container:after {
	clear: both;
}
.hs-section-title{
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	margin: 0 auto 50px;
}

.hs-section-tagline{
	text-align: center;
	max-width: 78%;
	margin: -30px auto 50px;
	font-size: 16px;
}

#kapcsolat{
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.hs-contact-section{
	position: relative;
}

#kapcsolat .hs-contact-overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.9);
}

#kapcsolat .hs-container{
	position: relative;
}

.hs-contact-form{
	float: left;
	width: 46%;
}

.hs-contact-form input[type="text"],
.hs-contact-form input[type="email"],
.hs-contact-form input[type="url"],
.hs-contact-form input[type="password"],
.hs-contact-form input[type="search"],
.hs-contact-form input[type="number"],
.hs-contact-form input[type="tel"],
.hs-contact-form input[type="range"],
.hs-contact-form input[type="date"],
.hs-contact-form input[type="month"],
.hs-contact-form input[type="week"],
.hs-contact-form input[type="time"],
.hs-contact-form input[type="datetime"],
.hs-contact-form input[type="datetime-local"],
.hs-contact-form input[type="color"],
.hs-contact-form textarea{
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	border: 1px solid #000;
}

.hs-contact-form input[type="submit"]{
	width: 100%;
}

.hs-contact-form textarea{
	height: 100px
}

.hs-contact-address{
	float: right;
	width: 46%;
}

.hs-contact-address ul{
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

.hs-contact-address ul li{
	margin-bottom: 10px;
}

.hs-contact-address ul li .fa{
	margin-right: 8px;
}

.hs-social a.sq-googleplus{
	display: inline-block;
	color: #FFF;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-family: Arial;
	background: #EE3B24;
	margin-right: 8px;
	text-align: center;
}
.hs-social a.sq-facebook {
	background: #3b5998;
  	display: inline-block;
	color: #FFF;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-family: Arial;
	margin-right: 8px;
	text-align: center;
}
.hs-social a.sq-googleplus:hover, .hs-social a.sq-facebook:hover {
	background: #000;
	color: #FFF;
}



  
 
ul.products li.product a p {
	font-size: 14px;
}
.related ul.products li.product a p {
	font-size: 10px;
}
.content-area {
  float: right;
  padding-right: 0px;
  padding-left: 45px;
}
.widget-area {
  float: left;
}


.main-navigation li {
  font-size: 20px;
}
.main-navigation a:hover {
  color: #fff!important;
}
.main-navigation .sub-menu a:hover {
  color: #ff7f00!important;
}
.main-navigation img {
	height: 17px!important;
	width: 26px!important;
	margin-bottom: 2px;
	margin-left: 2px;
}





@media screen and (max-width: 1199px){
	.hs-container{
		width: auto;
		padding: 0 15px;
	}
	.hs-contact-form{
		float: none;
		width: auto;
		margin: 25px;
	}
	.hs-contact-address{
		float: none;
		width: auto;
		margin: 25px;
	}


}
