/*
 Theme Name:   Divi - Red Door Gallery Customisations
 Theme URI:    http://www.tortoise-it.co.uk
 Description:  Divi Child Theme for Jason Redman of the Red Door Gallery in Edinburgh
 Author:       Sean Barton (Tortoise IT) alterations by Ben McHaffie
 Author URI:   http://www.tortoise-it.co.uk
 Template:     Divi
 Version:      1.5
*/

@import url("../Divi/style.css");

/************************************************

	DIVI THEME

************************************************/

/*--- Site Header ---*/
#top-header,
#main-header {
	z-index: 9998;	
}
#main-header {
	border-bottom: 1px solid #e0e0e0;
}

/*--- Top Menu ---*/
#top-menu li li a {
	padding-top: .15em;
	padding-bottom: .15em;
}

/*--- Site Logo ---*/
/*
.et_fixed_nav #logo {
	width: 245px;
	height: auto;
	max-height: none;
}

.et-fixed-header #logo {
	width: 150px;
	height: auto;
	max-height: none;
}
*/

/*--- Search Link ---*/
#et_top_search {
	display: none;
}

/*--- Footer Widgets ---*/
body .footer-widget h4 {
	color: #fff !important;
}

/*--- blog / index.php ---*/
#left-area article .entry-thumbnail {
	overflow: hidden;
	display: block;
	margin-bottom: 1em;
} 

/************************************************

	WOOCOMMERCE

************************************************/

/*--- Tabs ---*/
.woocommerce-tabs .panel {
	overflow: hidden;
}

/*--- Products ---*/

/* Hide product count */
.woocommerce .products mark.count {
	display: none;
}

/* Center product title */
.woocommerce .products .product {
	text-align: center;
}

/*--- Related Products ---*/

@media only screen and (min-width : 768px)  {

	/*
	.woocommerce ul.products li.product {
		clear: none !important;
		width: 21.25% !important;
		margin-right: 5% !important;
	}
	*/
	.woocommerce ul.products li.product:nth-child(3n) {
		margin-right: 0 !important;
	}
	
}

/*--- Checkout ---*/
	
a.about_paypal {
	display: none;
}


/************************************************

	MAILCHIMP WIDGET

************************************************/

#footer-widgets .widget_mailchimpsf_widget {
	width: 100%;
}

#footer-widgets .widget_mailchimpsf_widget label {
	font-weight: bold;
}

#footer-widgets .widget_mailchimpsf_widget .mc_list li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-widgets .widget_mailchimpsf_widget .mc_list li:before {
	display: none;
}

#footer-widgets .widget_mailchimpsf_widget #mc_signup_submit {
	display: block;
	width: 100%;
	padding: .5em;
	background: #d33824;
	color: #fff !important;
	border-radius: 5px;
	border: none;
	font-size: 14px;
}

/************************************************

	LAZY LOAD

************************************************/

.lazy { display: none; }
html.js .lazy { display: block; }