/*==================================================================================================================================================================
  WORDPRESS CORE
================================================================================================================================================================== */

	*{	outline:none !important;
	}
	a{
		transition: all 0.50s ease 0s;
	}
	a:hover{
		text-decoration:none;
	}
	.alignnone{
		margin:5px 20px 20px 0;
	}
	.aligncenter, div.aligncenter{
		display:block;
		margin:5px auto;
	}
	.alignright{
		float:right;
		margin:5px 0 20px 20px;
	}
	.alignleft{
		float:left;
		margin:5px 20px 20px 0;
	}
	.aligncenter{
		display:block;
		margin:5px auto;
	}
	a img.alignright{
		float:right;
		margin:5px 0 20px 20px;
	}
	a img.alignnone{
		margin:5px 20px 20px 0;
	}
	a img.alignleft{
		float:left;
		margin:5px 20px 20px 0;
	}
	a img.aligncenter{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.wp-caption{
		background:#fff;
		border:1px solid #f0f0f0;
		max-width:96%;
		padding:5px 3px 10px;
		text-align:center;
	}
	.wp-caption.alignnone{
		margin:5px 20px 20px 0;
	}
	.wp-caption.alignleft{
		margin:5px 20px 20px 0;
	}
	.wp-caption.alignright{
		margin:5px 0 20px 20px;
	}
	.wp-caption img{
		border:0 none;
		height:auto;
		margin:0;
		max-width:98.5%;
		padding:0;
		width:auto;
	}
	.wp-caption p.wp-caption-text{
		font-size:11px;
		line-height:17px;
		margin:0;
		padding:0 4px 5px;
	}
	img.wp-smiley{
		vertical-align:middle;
	}
	.gallery{
		margin:0 auto 18px;
	}
	.gallery .gallery-item{
		float:left;
		margin-top:0;
		text-align:center;
		width:155px;
	}
	.gallery img{
		border:1px solid #ddd;
	}
	.gallery .gallery-caption{
		font-size:12px;
		margin:0 0 12px;
	}
	.gallery dl{
		margin:0;
	}
	.gallery br+br{
		display:none;
	}
	.attachment-gallery img{
		background:#fff;
		border:1px solid #f0f0f0;
		display:block;
		height:auto;
		margin:15px auto;
		max-width:96%;
		padding:5px;
		width:auto;
	}
	.gallery-meta .full-size, .gallery-meta .aperture,
	.gallery-meta .focal-length,
	.gallery-meta .iso,
	.gallery-meta .shutter,
	.gallery-meta .camera{		display:block;
	}
	.rcwd_clearfloat,
	.clearfloat{				clear:both;
								display:block;
								height:0;
								overflow:hidden;
								margin:0;
								padding:0;
								float:none;
	}
	
/*==================================================================================================================================================================
  BODY
  ==================================================================================================================================================================*/

	html{	position: relative;
  			min-height: 100%;
	}  
	#wrap{	
	}
	img{	border: 0;
			display: inline-block;
			height: auto;
			max-width: 100%;
	}
	.clearboth{	display: block;  
				margin: 0;  
				padding: 0;  
				clear: both;  
	}
	code{				font-size: 80%;
	}
	.spacer10{			margin-top: 10px;
	}
	.spacer25{			margin-top: 25px;
	}
	.pull-right-head{	float:right;
	}
	.sticky{			padding: 15px;
						border-style: solid;
						border-width: 2px;
						border-color: #B2AFE8;
						border-radius: 5px;
	}
	.form-submit input#submit{
	  display: inline-block;
	  padding: 7px 12px;
	  margin-bottom: 0;
	  font-size: 14px;
	  font-weight: normal;
	  line-height: 1.428571429;
	  font-weight:300;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: middle;
	  cursor: pointer;
	  border: 0px solid transparent;
	  border-radius: 3px;
	  -webkit-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
		   -o-user-select: none;
			  user-select: none;
		  color: #FFFFFF;
	  background-color: #b2afe8;
	  border-color: #908dbd;
	}
	
/*==================================================================================================================================================================
  HEADER
  ==================================================================================================================================================================*/
  
	.navbar-fixed-top{ 
		top: 0px; 
	}
	body.admin-bar .navbar-fixed-top{ 
		top: 28px !important; 
		}
	div#logo{
		padding:5px 15px 5px 0;
		margin-left:0px;
	}
	.navbar-search{
		float:right;
		padding: 13px 0;
		max-width:290px;
		margin-right:-15px;
	}
	.social-icons-top{
		padding: 14px 0;
		float:left;
		margin: 0 15px;
	
	
	}
	.navbar-brand{
		float: left;
		font-size: 18px;
		line-height: 20px;
		padding: 5px;
	}
	.symbol, a.symbol:before{
		font-family: 'Mono Social Icons Font';
		font-size: 22px;
		margin: 2px;
		-webkit-text-rendering: optimizeLegibility;
		-moz-text-rendering: optimizeLegibility;
		-ms-text-rendering: optimizeLegibility;
		-o-text-rendering: optimizeLegibility;
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		-ms-font-smoothing: antialiased;
		-o-font-smoothing: antialiased;
		font-smoothing: antialiased;
	}
	a.symbol:before{
		content: attr(title);
		margin-right: 0.3em;
		font-size: 130%;
	}	
	#topnav {
		padding: .4rem 0;
		background: #ccc;
	}
	#navbar-wrapper{
		background:#eee;
	}
	#therealnavbar-overlay{
		display:none;
	}
	
/*==================================================================================================================================================================
  CONTENT
  ==================================================================================================================================================================*/
  
	.entry-thumbnail{	margin:25px auto;
	}
	.navigation{		padding: 10px;
	}
	.post{				margin-bottom: 25px;
	}

/*==================================================================================================================================================================
  WIDGETS
  ==================================================================================================================================================================*/

	.main-widget{
		background-color:#F3F3F3;
		padding:30px;
		font-size:88px;
		color:#908DBD;
		transition: all 0.50s ease 0s;
	}
	.main-widget:hover{
		background-color:#908DBD;
		padding:30px;
		font-size:98px;
		color:#FFF;
	}
	
	
	#widgets{
		margin-bottom:20px;
	}
	
	.home-widgets{
		padding-top: 25px;
		padding-bottom: 25px;
	
	}
	#widgets a{
		display:inline-block;
		text-decoration:none;
	}
	
	#widgets ul, #widgets .textwidget, #widgets .tagcloud, #widgets #searchform, #widgets #calendar_wrap{
		font-size:13px;
		margin:0 0 0px;
		padding:00px 0 10px 0;
		list-style-type: none;
	}
	
	#widgets ul li{	
		border-bottom:1px solid #EEEEEE;
		padding: 8px 2px;
	}
	
	#widgets ul li a{
		padding: 8px 2px;
		margin-left:0px;	
		transition: all 0.5s ease 0s;
		display:inline;
		text-decoration:none;
	}
	#widgets ul li a:hover{
		margin-left:10px;
		display:inline;
		text-decoration:none;
	}
	
	#widgets .widget-title img{
		float:right;
		height:11px;
		position:relative;
		top:4px;
		width:11px;
	}
	
	#widgets .rss-date{
		line-height:18px;
		padding:6px 12px;
	}
	
	#widgets .rssSummary{
		padding:10px;
	}
	
	#widgets cite{
		font-style:normal;
		line-height:18px;
		padding:6px 12px;
	}
	
	#widgets .textwidget, #widgets .tagcloud{
		display:block;
		line-height:1.5em;
		margin:0 0 20px;
		word-wrap:break-word;
	}
	
	#widgets .textwidget a{	
	}
	
	#widgets ul .children{
		border:none;
		margin:0;
		padding:0;
	}
	
	#widgets .author{
		font-weight:700;
		padding-top:4px;
	}
	
	.widget_archive select, #cat{
		display:block;
		margin:20px 15px 0;
	}
	
	.widget-title, .widget-title-home h3{
		display:block;
		font-size:20px;
		font-weight:300;
		line-height:24px;
		margin:10px 0;
		border-bottom:1px solid #EEEEEE;
		padding:10px 0;
		text-align:left;
	}
	
	.home .widget-title-home h3{
		border-bottom:none;
		display:block;
		font-size:24px;
		font-weight:700;
		line-height:23px;
		margin:0;
		padding:20px 20px 0 20px;
		text-align:left;
		border: none;
	}
	
	.widget-title a{
		border-bottom:none;
		padding:0!important;
	}
	
	.title-404{
		color:#933;
	}
	/* MARKETING CONTENT */
	
	.jumbotron p{
		text-align:justify;
	}
	/* Center align the text within the three columns below the carousel */
	.marketing .col-lg-4{
		margin-bottom: 20px;
		text-align: center;
	}

/*==================================================================================================================================================================
  FOOTER
  ==================================================================================================================================================================*/
 
	#footer-wrapper{		position: relative;
							padding-top: 2rem;
							background-color:#f3f3f3;
	}  
	#footer-wrapper > .container{	padding-left: 15px;
	  								padding-right: 15px;
	}
	#footer{				padding: 10px 0 10px 0;
	}
	.footer-menu{			margin-left:0;
							padding:15px 0 15px 0;
	}
	.footer-menu li{		display:inline-block;
							list-style-type:none;
	}
	.footer-menu li a{		border-left:1px solid #404040;
							padding: 0 8px;
	}
	.footer-menu > li:first-child > a{	border-left:none;
										padding:0 8px 0 0;
	}
	.copyright,
	.scroll-top,
	.powered{				padding-top:10px;
							padding-bottom:10px;
	}
	.copyright{				text-align:left;
	}
	.scroll-top{			text-align: center;
	}
	.powered{				text-align:right;
	}
	#sub-footer-wrapper{
		margin-top: 1rem;
		padding: .5rem;
		background: #ccc;
		text-align: center;
		letter-spacing: 1px;
	}
	
/*==================================================================================================================================================================
  BOOTSTRAP EXTRAS
  ==================================================================================================================================================================*/
	/* CUSTOMIZE THE CAROUSEL */.home-button-container{	max-width:300px;	margin:0 auto;}/* Carousel base class */.carousel{	margin-bottom: 60px;  /* Negative margin to pull up carousel. 115px is roughly margins and height of navbar. */	margin-top:-10px;}/* Since positioning the image, we need to help out the caption */.carousel-caption{	z-index: 10;	padding-bottom: 60px;	width: 100%;	left: 0%;	right: 0%;	 padding-top: 15%;}div.carousel-caption h1{	font-size:90px;	/*text-transform:uppercase;*/	font-weight:700;}div.carousel-caption h2{	font-size:30px;	margin-top: 30px;}/* Declare heights because of positioning of img element */.carousel .item{	height: 420px;	background-color: #777;}.carousel-inner > .item > img{	position: absolute;	top: 0;	left: 0;	min-width: 100%;	height: 500px;}.carousel-control{	z-index: 100;}/* FEATURETTES */.featurette-divider{	margin: 80px 0; /* Space out the Bootstrap <hr> more */}/* Thin out the marketing headings */.featurette-heading{	font-weight: 300;	line-height: 1;	letter-spacing: -1px;}.lead{	font-size: 21px;	text-align:justify;}/* SECTIONS */.sections{	color: #ffffff;}.section{	border-radius: 0;	border-top-color: #FFFFFF;	border-top-style: solid;	border-top-width: 1px;	padding-bottom: 20px;	padding-left: 20px;	padding-right: 20px;	padding-top: 20px;	text-align: center;	color: #ffffff;}
.dropdown-menu li{	list-style: none;}body .breadcrumb > li + li::before{content: "";padding:0;}.breadcrumb .divider{display:inline-block;padding:0 5px; color:#ccc}
/*==================================================================================================================================================================
  MEDIA QUERIES
================================================================================================================================================================== */
	
	@media screen and (max-width: 480px){
	
		.carousel-caption{
			z-index: 10;
			padding:50px 10px 50px 10px;
			width: 100%;	
		}		
		div#portfolio-wrapper ul#portfolio-list.thumbnails div.item{		width:100%;	
		}	
		div#portfolio-wrapper ul#portfolio-list.thumbnails div.item div.thumb a img.attachment-post-thumbnail{		width:100%;
			height:auto;	
		}
	
	}
	
	@media (min-width: 768px){
		
		/* Remove the edge padding needed for mobile */	
		.marketing{				padding-left: 0;
								
								padding-right: 0;
		}	  /* Bump up size of carousel content */	
		.carousel-caption p{	margin-bottom: 20px;
								font-size: 21px;
								line-height: 1.4;
		}	
		.featurette-heading{	font-size: 40px;
		}	
		.social-icons{			margin-top: 10px;
								margin-bottom: 10px;
		}
		
	}
		
	@media (min-width: 992px){
		
		.featurette-heading{		margin-top: 50px;
		}
		.social-icons{
			margin-top: 10px;
			margin-bottom: 10px;
			float:right;
		}
	
	}
	
	@media screen and (max-width: 767px){
		
		div#logo{
			padding:5px 15px 5px 15px;
			margin-left:0px;
		}
		.navbar-search{
			float:none;
			padding: 10px 0;
			max-width:100%;
			border-top:1px solid #EEEEEE ;
		}
		.social-icons-top{
			padding: 14px 0 0 0;
			float:left;
			margin: 0 15px 0 0px;
		}
		.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
			display: inline-block;
			left: 10px;
			right: 10px;
			position: absolute;
			top: 50%;
			z-index: 5;
		}
		.home-button-container{
			margin: 50px auto 0 auto;
			padding:0px 40px 0px 40px;
			width:100%;
		}
		.footer-menu,
		.copyright,
		.scroll-top,
		.powered{
			text-align: center;
		}
		.pull-right-head{
			float:none;
		}
		div.carousel-caption h1{
			font-size:40px;
		}
		
		.social-icons{
			margin-top: 10px;
			margin-bottom: 10px;
			text-align:center;
		}
		
		.social-icons a:hover{
			text-decoration: none;
		}
		
		.hero_img{
			max-width: 100%;
			max-height: 250px;
		}
	
	}

/*==================================================================================================================================================================
  CUSTOM
================================================================================================================================================================== */

	/* BOOTSTRAP 4 _________________________________________________________________________________________________________________________ */

		body .modal-backdrop.show {
			opacity: .8;
		}
	/* BXSLIDER _________________________________________________________________________________________________________________________ */

		body .bx-wrapper{				margin: 0 auto;
		}
		body .bx-wrapper .bx-viewport{	left: 0;
										border: 0;
										-moz-box-shadow: 	0;
										-webkit-box-shadow: 0;
										box-shadow: 		none;
			
		}
		body .bx-wrapper .bx-pager,
		body .bx-wrapper .bx-controls-auto{	 bottom: 0;
		}

	/* OWL CAROUSEL _________________________________________________________________________________________________________________________ */

		body .owl-theme .owl-nav{
			position: absolute;
			top: 46%;
			left: 0;
			width: 100%;
			margin:0;
		}	
		body .owl-theme .owl-nav [class*="owl-"]{
			position:absolute;
			top:0;
			width:35px;
			height:35px;
			overflow:hidden;
			background: rgba( 255, 255, 255, .3 );
			border-radius: 50%;
			color: #fff;
			font-size: 17px;
			line-height:1.7rem;
		}	
		body .owl-theme .owl-nav [class*="owl-"]:hover{
			background: rgba( 255, 255, 255, .5 );
		}
		body .owl-theme .owl-nav  .owl-prev{
			left:0;
		}
		body .owl-theme .owl-nav  .owl-next{
			right:0;
		}
		
	/* MODAL SEARCH _________________________________________________________________________________________________________________________ */

		#modal-search .modal-dialog{
			font-size:.8rem;
			
		}
		#modal-search-footer{	padding:15px 0;
								text-align:right;
		}
		#modal-search-found{	margin: 10px auto 25px;
								text-align: center;
		}
		#modal-search-found span{	font-size: 16px;
									font-weight: bold;
		}	
		#modal-search-results{	padding:0 15px;
		}
		#modal-search-list li{	padding:8px 0;
								border-bottom:1px solid #eee;
		}
		#modal-search-list li:last-child{	border-bottom:none;
		}	
		#modal-search-loading{	padding:50px 0;
								text-align:center;
								color:#ccc;
		}
		
	/* GRAVITY FORMS ____________________________________________________________________________________________________________________ */
	
		body .gform_wrapper .gform_heading {
			display: none;
		}	
		body .gform_wrapper ul.gform_fields li.gfield {
			margin-top: 5px;
			font-size:.8em;
		}	
		body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
		body .gform_wrapper textarea{
			padding:6px 8px;
			border: 1px solid #daba4f;
			border-radius:0;
		}
		body .gform_wrapper textarea {
			height: 150px !important;
		}	
		body .gform_wrapper li.hidden_label input[type="checkbox"] {
			margin: 2px 10px 0 0;
			vertical-align: top;
		}
		.gform_wrapper .ginput_container_consent label{
			display: -moz-inline-stack;
			display: inline-block;
			padding: 0;
			width: auto;
			line-height: 1.5;
			vertical-align: middle;
			max-width: 85%;
			white-space: normal;
		}
		body .gform_wrapper .ginput_container_consent .gfield_required {
			vertical-align: top;
			display:none !important;
		}
		body .gform_wrapper label.gfield_label,
		body .gform_wrapper legend.gfield_label{
			font-weight: normal;
		}
		body .gform_wrapper .top_label div.ginput_container {
			margin-top: 0 !important;
		}
		body .gform_wrapper .top_label .ginput_container.ginput_container_consent{
			margin-top: 12px !important;
		}	
		body .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
			padding: 16px;
		}
		body .gform_button_select_files{
			padding:5px 20px;
			background:#eee;
			border:#eee;
		}
		body .gform_button_select_files:hover{
			background:#ddd;
		}	
		body .gform_footer .gform_button{
			padding: 6px 40px;
			background: #daba4f;
			border: 1px solid #daba4f;
			color: #fff;
			text-align: center;
			text-decoration: none;
			cursor:pointer;
		}
		body .gform_footer .gform_button:hover{
			background: #bb9d39;
			border-color:#bb9d39;
		}
		body .gform_wrapper ::-webkit-input-placeholder{ /* Edge */
		  color: #818181;
		  opacity:.9;
		}
		body .gform_wrapper :-ms-input-placeholder{ /* Internet Explorer 10-11 */
		  color: #818181;
		  opacity:.9;
		}
		body .gform_wrapper ::placeholder{
		  color: #818181;
		  opacity:.9;
		}	
		body .gform_wrapper li.gfield.gfield_error,
		body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
			padding-top:0;
			padding-bottom:0;
			border:none;
		}
		body .ui-datepicker{
			display:none;
		}

	/* WOOCOMMERCE ___________________________________________________________________________________________________________________ */

		#site-header-cart{
			position: relative;
			width: auto;
			margin-right: 0;
			margin-bottom: 0;
			padding-left: 10px;			
			vertical-align: top;
			list-style-type: none;
		}	
		#site-header-cart a.cart-contents,
		#mobile-header-cart-button{
			position: relative;
			overflow: inherit;
			padding-right: 1.3rem;
		}
		#site-header-cart a.cart-contents span.count {
			position: absolute;
			bottom: 0;
			/*left: 120%;*/
			right: 0;
			width:18px;
			height:18px;
			overflow:hidden;
			background:#fff;
			border-radius:50%;
			color:#000;
			font-size: .7rem;
			text-align:center;
			letter-spacing:0;
			line-height: 1rem;
		}
		.site-header-cart .widget_shopping_cart {
			position: absolute;
			top: 100%;
			width: 100%;
			z-index: 999999;
			font-size: .875em;
			left: -999em;
			display: block;
		}
		.site-header-cart .widget_shopping_cart {
			width: 300px;
			padding: 10px;
			background: #fff;
			border: 2px solid #ddd;
			text-align: left;
		}	
		.woocommerce-mini-cart.cart_list.product_list_widget {
			max-height: 300px;
			overflow: auto;
		}
		.site-header-cart:hover .widget_shopping_cart,
		.site-header-cart.focus .widget_shopping_cart {
			left: auto;
			right: 0;
			display: block;
		}
		.woocommerce .widget_shopping_cart .cart_list li a.remove,
		.woocommerce.widget_shopping_cart .cart_list li a.remove {
			position: absolute;
			top: 0;
			left: 0;
		}	
		body #site-header-cart .mini_cart_item a{
			color: #231f20;
		}	
		.site-header-cart .widget_shopping_cart,
		.site-header .product_list_widget li .quantity {
			color: #9aa0a7;
		}
		body #site-header-cart.site-header-cart .buttons::after,
		body #site-header-cart.site-header-cart .buttons::before{
			content: '';
			display: none;
		}		
		.site-header-cart .woocommerce-mini-cart__buttons.buttons,
		#header-cart-collassable .woocommerce-mini-cart__buttons.buttons{
			display: flex;
			justify-content: space-between;		
			margin-bottom:0;
		}
		body .site-header-cart .widget_shopping_cart .buttons a,
		#header-cart-collassable .widget_shopping_cart .buttons a{
			margin: 0;
			padding: .618em 1.5em;
		}		
		body .woocommerce-message::before {
			color: #daba4f;
		}
		body .woocommerce-info::before {
			color: #daba4f;
		}
		body .woocommerce-message {
			border-top-color: #daba4f;
		}
		body .woocommerce-info {
			border-top-color: #daba4f;
		}
		body .woocommerce div.product p.price,
		body .woocommerce div.product span.price{
			color: #daba4f;
		}
		body .woocommerce #respond input#submit,
		body .woocommerce a.button,
		body .woocommerce button.button,
		body .woocommerce input.button {
			color: #515151;
			background-color: #ebe9eb;
		}
		body .woocommerce #respond input#submit:hover,
		body .woocommerce a.button:hover,
		body .woocommerce button.button:hover,
		body .woocommerce input.button:hover {
			background-color: #dfdcde;
			color: #515151;
		}
		body .woocommerce #respond input#submit.alt,
		body .woocommerce a.button.alt,
		body .woocommerce button.button.alt,
		body .woocommerce input.button.alt {
			background-color: #daba4f;
		}
		body .woocommerce #respond input#submit.alt:hover,
		body .woocommerce a.button.alt:hover,
		body .woocommerce button.button.alt:hover,
		body .woocommerce input.button.alt:hover {
			background-color: #bb9d39;
		}
		body .input-group.bootstrap-touchspin button.btn{
			padding: .375rem .45rem;
			background:none;
			border:none;
			border-radius: 0;
			color:#daba4f;
			font-size: 2em;
			line-height: 0;	
		}
		body #add_payment_method table.cart td.actions .coupon .input-text,
		body.woocommerce-cart table.cart td.actions .coupon .input-text,
		body.woocommerce-checkout table.cart td.actions .coupon .input-text {
			float: left;
			box-sizing: border-box;
			border: 1px solid #d3ced2;
			padding: 6px 6px 5px;
			margin: 0 4px 0 0;
			outline: 0;
		}
		body.woocommerce-cart button[name="apply_coupon"],
		body.woocommerce-checkout button[name="apply_coupon"]{
			padding: .718em 1.1em;
		}
	   .woocommerce-billing-fields .form-row,
		.woocommerce-shipping-fields .form-row,
		.woocommerce form .form-row {
			display: block;
		}
		.woocommerce .col2-set .col-1, 
		.woocommerce-page .col2-set .col-1,
		.woocommerce .col2-set .col-2, 
		.woocommerce-page .col2-set .col-2 {
			max-width: unset;
		}
		body .woocommerce form .form-row input.input-text,
		body .woocommerce form .form-row textarea {
			padding: 10px 8px;
			border: 1px solid #ddd;
			font-size: .8rem;
		}
		body .woocommerce #order_review_heading {
			padding: 30px 0 0 10px;
			text-align: center;
		}
		body .woocommerce #customer_details h3,
		body .woocommerce #order_review_heading{
			font-size: 1.5rem;
			margin-bottom: 20px;
		}	
		body .woocommerce #order_comments {
			height: 10rem;
		}	
		body.woocommerce-account #page-title{	display:none; }
		body.woocommerce-account .woocommerce-MyAccount-navigation ul,
		body.woocommerce-account .woocommerce-MyAccount-navigation li{
			margin:0;
			padding:0;
			list-style:none;
		}
		body.woocommerce-account .woocommerce-MyAccount-navigation{
			float:none;
			width:auto;
		}
		body.woocommerce-account .woocommerce-MyAccount-navigation ul{
			display:flex;
		}	
		body.woocommerce-account .woocommerce-MyAccount-navigation li{
			text-align:center;
		}
		body.woocommerce-account .woocommerce-MyAccount-navigation li a{
			display:inline-block;
			padding:0 10px;
			text-transform:uppercase;
			color:#b1b2b4;
			font-size:12px;
		}
		body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
			font-weight:bold;
			color:#555;
		}	
		body.woocommerce-account .woocommerce-MyAccount-content{
			float:none;
			width:auto;
			margin:20px 0 0 0;
		}
		#wc-myaccount-welcome{
			margin:60px auto;
			text-align:center;
			font-size:30px;
		}
		#wc-myaccount-welcome span{
			text-transform:uppercase;
			color:#555;
		}
		#wc-myaccount-infovarie{
			padding:30px 0 0 0;
			border-top:1px solid #ddd;
			text-align:center;
		}
		
/* --- */
		
html body{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
}
body a{
	color: #bb9d39;
}
body a:hover{
	color: #daba4f;
}
#navbar-wrapper{
	background:rgba( 0, 0, 0, .77 );
	font-family: 'Noto Serif', serif;
	font-size: 0.94em;
	letter-spacing:0.1em;
}
#navbar-wrapper a{
	color:#fff;
}
#navbar-item-profile i,
#site-header-cart .cart-contents i{
	color:#daba4f;
}
#footer-wrapper{
	background-image:url(../images/bg-olive-sx-2-alpha.png), url(../images/bg-olive-dx-2-alpha.png);
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;
	background-color:#1b1b1b;
	background-size:contain;
	font-size:.813em;
}
#footer-wrapper,
#footer-wrapper a{
	color:#fff;
}
#sub-footer-wrapper{
	background:#daba4f;
}
#sub-footer-wrapper,
#sub-footer-wrapper a{
	background:#daba4f;
	color:#000;
}
#footer-wrapper h5 {
	font-size: .9rem;
	color: #daba4f;
}
#footer-contacts-wrapper i {
	font-size: .6rem;
	color: #daba4f;
}
#footer-contacts-fb a,
#footer-contacts-in a{
	color:#daba4f;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Noto Serif', serif !important;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	margin-bottom: 1rem;
}
h1.entry-title{
	font-size: 1.5rem;
}
a.btn-burali{
	padding:.375rem 1.35rem;
	background:#daba4f;
	border-color:#daba4f;
	border-radius:0;
}
a.btn-burali:hover{
	background:#bb9d39;
	border-color:#bb9d39;
}
#post-thumb-wrapper{
	display:flex;
}		
#post-thumb-wrapper img{
	width:100%;
	align-self: start;
}
#post-thumb-wrapper.topimage-align-center img{
	align-self: center;
}
#post-thumb-wrapper.topimage-align-bottom img{
	align-self: end;
}
#navsearch{
    display: none;
}
#section-features{
	padding:3rem 0;
	background:#daba4f;
	text-align:center;
	color:#fff;
}
#home-features li{
	margin: 0 auto;
	font-family:'Noto Serif', serif;
}
#home-features .feature-ico{
	display:block;
	overflow:hidden;
	margin:0 auto .8rem;
	padding:1.3rem 0;
	border:1px solid #fff;
	border-radius:50%;
	text-align:center;
}
#home-features .feature-ico img{
	height:100%;
}
section .section-header{
	position: relative;
	text-align: center;
}
#section-content{
	padding:3rem 0;
}
#section-content-img{
	padding:10% 5% 0;
}
#section-video{
	position:relative;
	z-index:10;
	background:#000 url(../images/ulivo.jpg) center no-repeat;
	background-size: cover;
	border-top:5px solid #fff;
}
#section-video span.overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
	background:rgba( 0, 0, 0, .55 );
	pointer-events:none;
}
#section-video-wrapper{
	position: relative;
	width:65%;
	/*margin:18% auto 0;*/


}
#section-video-inner-wrapper{
	position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;		
}
#section-video-wrapper iframe{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#section-video-wrapper a{
	position:relative;
	display:block;
	font-size:2.5rem;
	color:#fff;
}
/*
#section-video-wrapper span.ico-video-play{
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:100px;
	height:100px;
	margin: -50px 0 0 -50px;
	padding:18px 0 0 4px;
	border:3px solid #fff;
	border-radius:50%;
	text-align:center;
}
*/
body .video-js .vjs-big-play-button {
	position: absolute;
	top:50%;
	left:50%;
	width:100px;
	height:100px;	
	margin: -50px 0 0 -50px;
	padding:18px 0 0 4px;
	cursor: pointer;
	opacity: 1;
	border:3px solid #fff;
	background:none;
	border-radius:50%;
}
body .video-js .vjs-big-play-button {
	font-size: 6em;
}
#section-video-wrapper a:hover{
	color:#daba4f
}
#section-video-wrapper a:hover span{
	border-color:#daba4f;
	color:#daba4f;
}
#section-video-box{
	position: relative;
	overflow: hidden;
	width:100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
}
#section-video-box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0 auto;
}
#section-instagram{
	padding:3rem 0;
	background-image:url(../images/bg-olive-sx.png), url(../images/bg-olive-dx.png);
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	background-size:auto 55%;	
}
#section-instagram .section-header h2{
	font-size:1.5em;
}
#section-instagram .sbi-owl-nav > div {
	padding: 12px 12px 12px 14px;
	background: rgba( 0, 0, 0, .2 );
	color:#fff;
	box-shadow:none;
}
#navsearch,
#therealnavbar-search{
	display:none !important;
}
body .gform_wrapper textarea {
	height: 150px !important;
	margin-top: 12px;
}
body .gform_footer {
    text-align: right;
}
#contatti-info-wrapper ul {
	margin-top: 1.5rem;
	margin-left: 1.6em;
}
#contatti-info-wrapper li {
	margin-bottom: .6rem;
}
#contatti-info-wrapper a {
	color: #000;
}
#contatti-info-wrapper i{
	font-size: .8rem;
	color: #daba4f;
}
#contacts-fb i,
#contacts-in i{
	font-size: 22px;
}
#gallery-wrapper .gallery-pic{
	position: relative;
	height: 230px;
	overflow: hidden;
	margin-bottom: 2rem;
	padding-right: 8px;
	padding-left: 8px;
}
#gallery-wrapper .gallery-pic a{
	display:block;
	height: 100%;
	overflow: hidden;	
}
#gallery-wrapper .gallery-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body .woocommerce div.product p.price,
body .woocommerce div.product span.price{
	font-family: 'Noto Serif', serif !important;
	font-weight:bold;
}
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button{
	font-family: 'Noto Serif', serif !important;
	background-color: #daba4f;
	border-radius:0;
	border-radius:0;
	font-weight:normal;
	color: #fff;
	letter-spacing:1px;
}
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover{
	background-color: #bb9d39;
	color: #fff;
}
body .woocommerce table.shop_table{
	border: none;
	border-radius: 0;
}
body.woocommerce-cart,
body.woocommerce-checkout{
	font-size:0.875rem;
}
body.woocommerce-cart form.woocommerce-cart-form table th{
	background:#f5f5f5;
	font-size:.8rem;
	color:#313131;
}
body.woocommerce-cart .woocommerce-cart-form__cart-item .product-name a{
	color: #000;
}
body.woocommerce-cart .woocommerce-cart-form__cart-item .product-price,
body.woocommerce-cart .woocommerce-cart-form__cart-item .product-subtotal,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount{
	font-family: 'Noto Serif', serif !important;
	font-weight:bold;
	color: #daba4f;
	letter-spacing:1px;
}
body.woocommerce-cart .input-group.bootstrap-touchspin{
	width: 7rem;
}
body.woocommerce-cart form.woocommerce-cart-form .quantity .qty {
	border:none;
}
body.woocommerce-cart table.cart td.actions button[name="update_cart"]{
	background:none;
	font-size:.8em;
}
body.woocommerce-cart #coupon_code{
	width: 11.2rem;
}
body.woocommerce-cart .cart-collaterals .cart_totals table{
	border:1px solid #daba4f;
	border-bottom:none;
}
body.woocommerce-cart .cart-collaterals .cart_totals table th,
body.woocommerce-cart .cart-collaterals .cart_totals table td{
	border-bottom:1px solid #daba4f;
}
body.woocommerce-cart .cart-collaterals .cart_totals table th{
	font-weight:normal;
	color:#707070;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table .cart_iteme td{
	border-bottom:1px solid #daba4f;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table{
	border:1px solid #daba4f;
	border-collapse: collapse;
}
#therealnavbar a.lang{
	display:inline-block;
	margin-left:15px;
}
#olio-scatola-1,
#olio-scatola-2{
	margin:0 2rem 3rem;
}
#olio-scatola-1 img,
#olio-scatola-2 img{
	display:block;
	max-height:220px;
	margin:0 auto;
}
#olio-scatola-1 .olio-costo,
#olio-scatola-1 .olio-costo{
	padding-top:.2rem;
	margin-bottom:1rem;
	border-top:1px solid #daba4f;
	text-align:center;
	
}
