/********************
Colours on site

Green:	#2DA069
********************/

/*******************
Body
*******************/
a
{
	transition: color .3s ease-in-out;
}

a:hover
{
	color: #26724E;
}

.et_pb_button
{
	display: inline-block;
	text-align: center;
}

.et_pb_row
{
	width: 90%;
}

/** Remove bug showing flags above header **/
#et-boc > li.lang-item
{
	left: -9999px;
    position: absolute;
    top: auto;
}

/*******************
Footer
*******************/
.footer
{
	color: #FFFFFF;
}
	
	.footer-newsletter p
	{
		margin-bottom: 0.5em;
	}
	.footer-newsletter label
	{
		display: none;
	}
	.footer-newsletter input[type="email"]
	{
		margin-bottom: 0.5em;
		max-width: 400px;
		width: 100%;
	}
	
	.footer-copyright p
	{
		font-size: 0.875em;
	}
	.footer-copyright p,
	.footer-copyright img
	{
		display: block;
	}
	
	.footer .footer-menu
	{
		padding: 0;
	}
		.footer .footer-menu li
		{
			display: inline-block;
			margin-right: 0.5em;
		}
			.footer .footer-menu li a
			{
				color: #FFFFFF;
				font-size: 0.875em;
			}

				.footer .footer-menu li a:hover,
				.footer .footer-menu li.current-menu-item a
				{
					text-decoration: underline;
				}
	
	
	.footer .et_pb_column_3_tb_footer,
	.home .footer .et_pb_column_1_tb_footer
	{
		text-align: right;
	}
		.footer-social a + a
		{
			margin-left: 1em;
		}
		.footer-social img
		{
			vertical-align: middle;
		}
		
		.footer-logos .logo-block
		{
			display: inline-block;
			vertical-align: top;
		}
		.footer-logos .logo-block + .logo-block
		{
			margin-left: 1em;
		}
			.footer-logos span
			{
				display: block;
			}
			.footer-logos span.cert-text
			{
				font-size: 0.875em;
			}
		
.has-cookie-bar .et_pb_section.footer
{
	padding-bottom: 3.5em !important;
}

/*******************
Forms
*******************/
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea
{
	background: #E9E9E9;
	border: 0;
	display: inline-block;
	padding: 0.7em;
}

input[type="submit"]
{
	background: #2DA069;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	padding: 0.5em 1em;
	transition: background .3s ease-in-out;
}
	input[type="submit"]:hover
	{
		background: #26724E;
	}

/*******************
Header
*******************/
.header .et_pb_row
{
	border-bottom: 1px solid #454FBA;
}
.home .header .et_pb_row
{
	border-bottom: 0;
}
	.header .et_pb_column_1_tb_header
	{
		position: static;
		text-align: right;
	}
		
		.header .language-links #google_translate_element,
		.header .language-links ul
		{
			display: inline-block;
			vertical-align: middle;
		}
		
		.header .language-links ul
		{
			list-style: none;
			margin-left: 0.5em;
			padding: 0;
		}
			.header .language-links ul li
			{
				display: inline-block;
			}
				.header .language-links ul li img
				{
					vertical-align: text-top;
				}
				
				.header .language-links ul li + li
				{
					margin-left: 0.3em;
				}
	
	
		.header .main-menu
		{
			padding: 0;
			text-align: right;
		}
			.header .main-menu li
			{
				display: inline-block;
				position: relative;
			}
				.header .main-menu li a
				{
					color: #141532;
					font-weight: bold;
				}
					.header .main-menu > li + li
					{
						margin-left: 1em;
					}
			
					.header .main-menu li a:hover,
					.header .main-menu > li.current-menu-item > a
					{
						color: #2DA069;
					}
				
				/** Dropdown **/
				.header .main-menu li > ul
				{
					background: #141532;
					border-bottom: 2px solid #2DA069;
					border-top: 2px solid #2DA069;
					display: none;
					padding: 0;
					position: absolute;
					text-align: left;
					top: 100%;
					width: 200px;
					z-index: 1000;
				}
					.header .main-menu li > ul li
					{
						display: block;
					}
						.header .main-menu li > ul li a
						{
							color: #FFFFFF;
							display: block;
							padding: 0.3em 0.6em;
						}
						
						.header .main-menu li > ul li + li a
						{
							border-top: 1px solid #454FBA;
						}
				
						.header .main-menu li > ul > li ul
						{
							left: -100%;
							top: -6%;
						}
					
				.header .main-menu li:hover > ul
				{
			  		display: block;
				}

.header-mobile
{
	display: none;
	opacity: 0;
	visibility: hidden;
}

/*******************
Headings
*******************/
h1
{
	margin: 0 0 10px 0;
}

		
/*******************
News/Events
*******************/
.article-listings > div,
.article-listings > div.et_pb_column:last-child
{
	margin-bottom: 1.5em;
}
	.article-listings a
	{
		color: #2da069;
	}
	
	.article-listings .date-posted
	{
		color: #878787;
		margin-bottom: 0.2em;
	}
	
	.article-listings .excerpt p,
	.article-listings .excerpt a
	{
		display: inline;
	}
	
	.article-listings .article-featured-image
	{
		text-align: right;
	}

	/** Detail **/
	.et_pb_post_content .et_pb_row
	{
		width: 100%;
	}

	
/*******************
Newsletter Page Form
*******************/
.newsletter-page-form p
{
	margin-bottom: 0.4em;
}

.newsletter-page-form label
{
	display: none;
}

.newsletter-page-form input[type="email"]
{
	background: #E9E9E9;
	margin-bottom: 0.3em;
	max-width: 250px;
	width: 100%;
}


/*******************
Pagination
*******************/
.pagination
{
	border-bottom: 1px solid #141532;
	border-top: 4px solid #141532;
	padding: 0.4em;
	text-align: center;
}
	.pagination .prev.page-numbers
	{
		margin-right: 0.5em;
	}
	.pagination .next.page-numbers
	{
		margin-left: 0.5em;
	}
	

/*******************
Sitemap
*******************/
.sitemap ul.children
{
	padding-left: 1em;
}


/*******************
Slide
*******************/
.et_pb_slider .et_pb_slide
{
	height: 28em;
}
	.et_pb_slider .et_pb_slide_description
	{
		padding: 8%;
	}
	
.et_pb_fullwidth_section .et_pb_slide:before
{
	background: rgba(0, 0, 0, 0.30);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}
	.et_pb_slide_description .et_pb_slide_title,
	.et_pb_slide_description .et_pb_slide_content
	{
		text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.7);
	}
	

/** Controls **/
.et-pb-controllers a
{
	background: #FFFFFF;
	border-radius: 50%;
	height: 15px;
	opacity: 1;
	width: 15px;
}
	.et-pb-controllers a.et-pb-active-control
	{
		background: #2DA069;
	}


/*******************
Woocommerce
*******************/

/**** Reset divi overrides - issue known to DIVI ****/
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title
{
	font-size: 1.25em !important;
	line-height: 1.3;
}

.woocommerce ul.products li.product:nth-child(4n)
{
	margin-right: 0;
}
.woocommerce ul.products li.product:nth-child(4n+1)
{
	clear: both;
}

.woocommerce ul.products li.product a img
{
	width: auto;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering			/**** Functions not doing it ****/
{
	display: none;
}

.et_pb_wc_price .price
{
	padding: 0;
}

/** Product Detail **/
.single-product .product-price-text
{
	font-size: 1.4em;
	font-weight: bold;
}
	
ul.et_pb_tabs_controls
{
	background-color: #E9E9E9;
}
	.et_pb_tabs_controls li.et_pb_tab_active
	{
		background-color: #2DA069;
	}
		.et_pb_tabs_controls li.et_pb_tab_active a
		{
			color: #FFFFFF !important;
		}


/******************* Responsive *******************/
@media (max-width: 980px)
{	
	/** Content **/
	.et_pb_section
	{
		padding: 0;
	}
	
	/** Footer **/
	.footer .et_pb_column_3_tb_footer,
	.home .footer .et_pb_column_1_tb_footer
	{
		text-align: left;
	}
	
	/** Header **/
	.header .et_pb_row
	{
		border-bottom: 0;
	}
		.header .et_pb_column
		{
			margin-bottom: 0;
		}
			.header .et_pb_column_1_tb_header
			{
				display: none;
			}
	
	.header-mobile
	{
		display: block;
		opacity: 1;
		visibility: visible;
	}	
		.header-mobile .language-links ul
		{
			list-style: none;
			margin-left: 0.5em;
			padding: 0;
		}
			.header-mobile .language-links ul li
			{
				display: inline-block;
			}
				.header-mobile .language-links ul li img
				{
					vertical-align: text-top;
				}
				
				.header-mobile .language-links ul li + li
				{
					margin-left: 0.3em;
				}
	
	/** News/Events **/
	.article-listings .et_pb_column_2_3
	{
		margin-bottom: 0.5em;
	}
	
	.article-listings .article-featured-image
	{
		text-align: left;
	}
	
}


@media (max-width: 479px)
{
	/** Footer **/
	.footer-logos .logo-block + .logo-block
	{
		margin-left: 0;
	}
	
	/** Header **/
	.header-bottom .header-account a
	{
		display: block;
	}
	
	.header-bottom .header-account a + a
	{
		margin-left: 0;
		margin-top: 0.5em;
	}
}


