/*
 Theme Name:     Strive Theme
 Theme URI:      http://www.boxcreative.ie/wpt/divi/
 Description:    Divi Child Theme
 Author:         B[]X	
 Author URI:     http://www.boxcreative.ie
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


/* ------------------------------------------------------------------------ */
/* --- 1. Colours   ------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
.et_pb_column .text-green, .et_mobile_menu li.text-green a, .text-green, .et_pb_module.et_pb_bg_layout_light .text-green, .et_pb_bg_layout_light .text-green, .color-green { color: #52bc8d; }
.et_pb_column .text-blue, .et_mobile_menu li.text-blue a, .text-blue, .et_pb_module.et_pb_bg_layout_light .text-blue, .et_pb_bg_layout_light .text-blue, .color-blue { color: #19b0c8; }

.et_pb_column .text-pink, .et_mobile_menu li.text-pink a, .text-pink, .et_pb_module.et_pb_bg_layout_light .text-pink, .et_pb_bg_layout_light .text-pink, .color-pink { color: #d20962; }
.et_pb_column .text-orange, .et_mobile_menu li.text-orange a, .text-orange, .et_pb_module.et_pb_bg_layout_light .text-orange, .et_pb_bg_layout_light .text-orange, .color-orange { color: #f47721; }
.et_pb_column .text-lightgreen, .et_mobile_menu li.text-lightgreen a, .text-lightgreen, .et_pb_module.et_pb_bg_layout_light .text-lightgreen, .et_pb_bg_layout_light .text-lightgreen, .color-lightgreen { color: #7ac143; }
.et_pb_column .text-teal, .et_mobile_menu li.text-teal a, .text-teal, .et_pb_module.et_pb_bg_layout_light .text-teal, .et_pb_bg_layout_light .text-teal, .color-teal { color: #00a78e; }
.et_pb_column .text-lightblue, .et_mobile_menu li.text-lightblue a, .text-lightblue, .et_pb_module.et_pb_bg_layout_light .text-lightblue, .et_pb_bg_layout_light .text-lightblue, .color-lightblue { color: #00bce4; }
.et_pb_column .text-purple, .et_mobile_menu li.text-purple a, .text-purple, .et_pb_module.et_pb_bg_layout_light .text-purple, .et_pb_bg_layout_light .text-purple, .color-purple { color: #7d3f98; }


.et_pb_column .text-navy, .et_mobile_menu li.text-navy a, .text-navy, .et_pb_module.et_pb_bg_layout_light .text-navy, .et_pb_bg_layout_light .text-navy, .color-gold { color: #313E67; }
.et_pb_column .text-white, .et_mobile_menu li.text-white a, .text-white, .et_pb_module.et_pb_bg_layout_light .text-white, .et_pb_bg_layout_light .text-white, .color-white { color: #ffffff; }
.et_pb_column .text-black, .et_mobile_menu li.text-black a, .text-black, .et_pb_module.et_pb_bg_layout_light .text-black, .et_pb_bg_layout_light .text-black, .color-black { color: #000000; }
.et_pb_column .text-grey, .et_mobile_menu li.text-grey a, .text-grey, .et_pb_module.et_pb_bg_layout_light .text-grey, .et_pb_bg_layout_light .text-grey, .color-grey { color: #666666; }

body {
	color: #333333;
}

h1, h2, h3, h4, h5, h6 { font-weight: 600; }

.et_pb_bg_layout_dark a {
	color: #ffffff;
}
/*body a:where(:not(.wp-element-button)) {*/
/*	text-decoration: unset;*/
/*}*/

/* ------------------------------------------------------------------------ */
/* --- 1. Header   ------------------------------------------------------- */
/* ------------------------------------------------------------------------ */




#content-area,
.et_pb_post {
	/*overflow-y: auto; */
}

.et_pb_post h1, .et_pb_post h2 {
    /*margin-top: 30px;*/
}

.container {
	/*width: 100%;
	max-width: 1650px;*/
}

.et_header_style_centered #main-header .header-top.container {
	/*text-align: left;*/
	/*height: auto;*/
	/*display: flex;*/
	/*flex-direction: row;*/
	/*justify-content: space-between;*/
	/*align-items: center;*/
}
#logo {
	max-width: 26%;
}

@media only screen and ( min-width: 981px ) {
	#main-header > .container { width: 95%; max-width: 1440px; }
}

#et-top-navigation .et-cart-info { display: none; }

/*#main-header { background-color: #FFFFFF !important; padding-top: 0; }*/

.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    /*position: fixed;*/
}


/* ------------------------------------------------------------------------ */
/* --------   Navigation   -------------------------------- */
/* ------------------------------------------------------------------------ */




#top-menu > li {
	display: inline-block;
	padding: 0;
	margin-right: 5px;
}
#top-menu > li:last-child {
	margin-right: 0;
}
#top-menu > li > a {
	padding: 9px 14px;
	transition: all 0.2s ease-in-out;
	border: 2px solid transparent;
}
#top-menu .menu-item-has-children > a:first-child {
	padding-right: 9px;
	padding-left: 40px;
}
#top-menu .menu-item-has-children > a:first-child::after {
	display: none;
}
#top-menu .menu-item-has-children > a:first-child::before {
	font-family: 'ETmodules';
	position: absolute;
	left: 5px;
	top: 9px;
	width: 18px;
	height: 18px;
	display: block;
	content: '5';
	font-size: 22px;
}
#top-menu > li:hover > a,
#top-menu > li.menu-item-has-children.et-show-dropdown > a {
	/*background-color: #ffffff;*/
	/*box-shadow: 0 0 4px 0 #AFAFAF;*/
	border-top: 2px solid #19b0c8;
	border-bottom: 2px solid #52bc8d;
}
#top-menu > li.menu-item-has-children.et-show-dropdown > a {
	border-bottom: 2px solid transparent;
}
#top-menu .menu-item-has-children.et-show-dropdown > a:first-child::before {
	content: '3';
}

#et-top-navigation nav > ul > li.nav-button > a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	background-color: transparent;
	border: 2px solid #19b0c8;
	/*color: #ffffff !important;*/
}
#et-top-navigation nav > ul > li.nav-button > a:hover {
	background-color: #19b0c8;
	border: 2px solid #19b0c8;
	color: #ffffff !important;
}


.et_header_style_centered #et-top-navigation nav > ul > li.nav-button > a {	}
.et_header_style_centered #et-top-navigation nav > ul > li.nav-button > a:hover { }

.et_header_style_centered #et-top-navigation nav > ul > li.menu-item-has-children > a:first-child::after { /*display: none;*/ }

#top-menu li ul {
	padding: 5px 0;
}
#top-menu li.wider-submenu ul { width: 440px; }
#top-menu li.wider-submenu320 ul { width: 320px; }
#top-menu li.rolloutleft ul { right: 0; }
#top-menu li li {
	padding: 0;
	margin: 0;
	width: 100%;
}
#top-menu li li a {
	padding: 8px 15px;
	width: 100%;
	display: block;
}



#main-header .mobile_menu_bar::before {
	color: #52bc8d;
}
#et_mobile_nav_menu .et_mobile_menu {
	/*border-color: #19b0c8;*/
	/*background-color: #19b0c8;*/
}

@media (min-width: 1450px) {
}

@media only screen and ( min-width: 1300px ) {
	.et_header_style_left #main-header #et-top-navigation nav > ul > li > a { padding: 9px 14px; }
	.et_header_style_left #main-header #et-top-navigation nav > ul > li.menu-item-has-children > a,
	#top-menu .menu-item-has-children > a:first-child {
		padding-right: 14px;
		padding-left: 25px;
	}

}
@media only screen and ( min-width: 1300px ) and ( max-width: 1449px ) {
	.et_header_style_centered #et-top-navigation nav > ul > li {
		/*padding-left: 10px;*/
		/*padding-right: 0;*/
	}

}
@media only screen and ( min-width: 981px ) and ( max-width: 1299px ) {
	.et_header_style_centered .logo_container {
		/*position: relative;*/
		/*height: auto;*/
		/*width: auto;*/
		/*float: left;*/
	}
	.et_header_style_centered #et-top-navigation {
		/*padding: 5px 0 !important;*/

	}
	#top-menu > li { margin-right: 0; }
	#top-menu li a { font-size: 16px; }
	.et_header_style_left #main-header #et-top-navigation nav > ul > li > a { padding: 9px 6px; font-size: 16px; }
	.et_header_style_left #main-header #et-top-navigation nav > ul > li.menu-item-has-children > a,
	#top-menu .menu-item-has-children > a:first-child {
		padding-right: 6px;
		padding-left: 15px;
	}
	#top-menu .menu-item-has-children > a:first-child::before { left: 0; width: 12px; font-size: 17px; }
}

@media (min-width: 981px) {
	.et_header_style_left #main-header #et-top-navigation {
		padding: 71px 0 0 0;
		padding-left: 27% !important;
	}
	.et_header_style_left #main-header.et-fixed-header #et-top-navigation {
		padding: 5px 0;
	}
	#main-header #top-menu {
		padding-bottom: 56px;
	}
	#main-header.et-fixed-header #top-menu {
		padding-bottom: 0;
	}
	.et_header_style_left #main-header #et-top-navigation nav > ul > li > a {
		/*padding: 9px 14px;*/
	}
	.et_header_style_left #main-header #et-top-navigation nav > ul > li.menu-item-has-children > a,
	#top-menu .menu-item-has-children > a:first-child {
		/*padding-right: 14px;*/
		/*padding-left: 25px;*/
	}

	.et_header_style_centered #et-top-navigation nav > ul > li.nav-button > a {	}
	.et_header_style_centered #et-top-navigation nav > ul > li.nav-button > a:hover { }

	.et_header_style_centered #et-top-navigation nav > ul > li.menu-item-has-children > a:first-child::after { /*display: none;*/ }

	#top-menu li li {
		/*padding: 0;*/
		/*margin: 0;*/
		/*width: 100%;*/
	}
	#top-menu li li a {
		/*padding: 6px 15px;*/
		/*width: 100%;*/
		/*display: block;*/
	}
	#main-header.et-fixed-header #top-menu li ul a {
		/*color: #19b0c8 !important;*/
	}

}
@media (max-width: 980px) {
	.et_header_style_centered .et_mobile_menu { /*top: 38px;*/ }

	.et_mobile_menu .menu-item {
		/*border-bottom: 1px solid rgba(200,200,200,0.2);*/
	}
	#mobile_menu {}
	.et_mobile_menu > .menu-item {
		border-bottom: 1px solid rgba(82,188,141,0.4);
	}
	.et_mobile_menu li a:hover { background-color: #19b0c8; color: #ffffff; transition: all 0.2s; }


}


/* ------------------------------------------------------------------------ */
/* --------   Social Icons   -------------------------------- */
/* ------------------------------------------------------------------------ */



.social-icon-box > li > a i::before,
.post-meta .icon::before,
.et-social-icon a::before {
    text-align: center;
    text-shadow: 0 0;
    font-family: ETmodules !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}

.box-social-icons { margin-top: 5px; margin-bottom: 10px; }
.box-social-icons li { margin-left: 10px; padding-left: 0; display: inline-block; }
.box-social-icons li:first-of-type { margin-left: 0; }
.box-social-icons li::before { display: none; color: transparent; border: 0 none transparent; }
.box-social-icons .et-social-icon a { font-size: 42px; }

.box-social-icons li a { color: #19b0c8; }
.box-social-icons li a:hover { color: #666666; }

.headbox-social-twitter a::before { content: "\e094"; }
.headbox-social-linkedin a::before { content: "\e09d"; }

.box-social-facebook a.icon::before { content: "\e0aa"; }
.box-social-twitter a.icon::before { content: "\e0ab"; }
.box-social-tumbler a.icon::before { content: "\e0ae"; }
.box-social-tumblr a.icon::before { content: "\e0ae"; }
.box-social-linkedin a.icon::before { content: "\e0b4"; }
.box-social-youtube a.icon::before { content: "\e0ba"; }
.box-social-pinterest a.icon::before { content: "\e0ac"; }
.box-social-instagram a.icon::before { content: "\e0b1"; }



.social-icon-box > li {
	width: 100%;
	background: transparent;
	margin-bottom: 10px;
}
.social-icon-box > li > a {
	display: block;
	padding: 12px;
	color: #333;
	transition: all 0.3s;
	border-left: 4px solid transparent;
}
.et_pb_widget .social-icon-box > li > a:hover,
.social-icon-box > li > a:hover {
	color: #666;
}
.et_pb_widget .social-icon-box > li.facebook > a:hover,
.social-icon-box > li.facebook > a:hover {border-color: #3B5998;}
.et_pb_widget .social-icon-box > li.twitter > a:hover,
.social-icon-box > li.twitter > a:hover { border-color: #00aced;}
.et_pb_widget .social-icon-box > li.youtube > a:hover,
.social-icon-box > li.youtube > a:hover { border-color: #dd4b39;}

.social-icon-box > li > a i {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: left;
	margin-right: 20px;
	/*background: rgba(0,0,0,0.2);*/
	font-size: 26px;
}

.social-icon-box .ts-social-title {
	font-size: 14px;
	margin-bottom: -5px;
}
.social-icon-box .ts-social-desc {
	display: block;
	font-size: 13px;
}
.social-icon-box > li > a i {
	line-height: 48px;
	text-align: center;
}

.social-icon-box > li > a i.fa-facebook::before { content: "\e093"; }
.social-icon-box > li > a i.fa-twitter::before { content: "\e094"; }
.social-icon-box > li > a i.fa-youtube::before { content: "\e0a3"; }
/*.social-icon-box > li.facebook { background: #3B5998; }*/
/*.social-icon-box > li.twitter { background: #00aced; }*/
/*.social-icon-box > li.youtube{ background: #dd4b39; }*/
.social-icon-box i.fa-facebook { color: #3B5998; }
.social-icon-box i.fa-twitter { color: #00aced; }
.social-icon-box i.fa-youtube { color: #dd4b39; }




/* ------------------------------------------------------------------------ */
/* --------   Sections, headers   --------------------------------------------------- */
/* ------------------------------------------------------------------------ */

.container,
.et_pb_row {
	/*width: 92%;*/
}
#content-area {
	/*font-size: 18px;*/
	/*line-height: 1.6em;*/
}


#main-content .container::before {
	display: none;
}

#main-content .entry-content {
	/*font-weight: normal;*/
}

.et_pb_row::after, .et_pb_row_inner::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	width: 0;
}
.et_pb_column {
	float: left;
	background-size: cover;
	background-position: 50%;
	position: relative;
	z-index: 2;
	min-height: 1px;
}




@media only screen and (min-width:1500px) {
	.entry-content .et_pb_section,
	.et_pb_section {
		/*padding: 5px 0;*/
	}
}



@media only screen and (min-width:981px) {
	.desk-hide { display: none !important; }

	.et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
		margin-right: 0 !important;
	}

}
@media only screen and (max-width:980px) {
	.mob-hide { display: none !important; }
}


/* ------------------------------------------------------------------------ */
/* --------   Home Page elements   --------------------------------------------------- */
/* ------------------------------------------------------------------------ */

.home-header {}
.home-header h2 { padding-bottom: 10px; font-weight: 900; }
.home-header h5 { padding-bottom: 10px; font-weight: 600; }
.home-header p { padding-bottom: 10px !important; font-weight: 600; }
.home-header ul { padding-bottom: 10px; font-weight: 600; }
.home-header ul li { padding-bottom: 5px; line-height: 1.2em; }

.row-full-width-col-bg {}
.row-full-width-col-bg .column-left {}
.row-full-width-col-bg .column-right {}
.row-full-width-col-bg .et_pb_button { min-width: 400px; text-align: center; }
.row-full-width-col-bg .column-left,
.row-full-width-col-bg .column-right { position: relative; }
.row-full-width-col-bg .column-left::after,
.row-full-width-col-bg .column-right::after {
	content: '';
	position: absolute;
	bottom: 5px;
	right: 10px;
	height: 60px;
	width: 200px;
	background-image: url('images/logo-green-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/*@media only screen and (min-width:981px) {*/
/*	.row-full-width-col-bg .column-left { padding: 40px 80px 60px 10%; display: flex; flex-direction: column; justify-content: space-between; }*/
/*	.row-full-width-col-bg .column-right { padding: 40px 10% 60px 80px; display: flex; flex-direction: column; justify-content: space-between; }*/

/*}*/
/*@media only screen and (max-width:980px) {*/
/*	.row-full-width-col-bg .column-left { padding: 40px 40px 60px 40px; }*/
/*	.row-full-width-col-bg .column-right { padding: 40px 40px 60px 40px; }*/
/*}*/

@media only screen and (min-width:1400px) {
	.row-full-width-col-bg .column-left {padding: 30px 60px 60px 8%;display: flex;flex-direction: column;justify-content: space-between;}
	.row-full-width-col-bg .column-right {padding: 30px 8% 60px 60px;display: flex;flex-direction: column;justify-content: space-between;}
}
@media only screen and (min-width:981px) and (max-width: 1399px) {
	.row-full-width-col-bg .column-left { padding: 30px 40px 60px 3%; display: flex; flex-direction: column; justify-content: space-between; }
	.row-full-width-col-bg .column-right { padding: 30px 3% 60px 40px; display: flex; flex-direction: column; justify-content: space-between; }
}
@media only screen and (max-width:980px) {
	.row-full-width-col-bg .column-left { padding: 30px 40px 60px 40px; }
	.row-full-width-col-bg .column-right { padding: 30px 40px 60px 40px; }
}

/* section with bg motif on the left */
.section-motto {}
.section-motto .et_pb_row { position: relative; }
.section-motto .et_pb_row::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 17%;
	background-image: url('images/border-element-left.png');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
}


.section-counters { position: relative; }
.section-counters::after {
	content: '';
	position: absolute;
	top: 20px;
	right: 0;
	height: calc(100% - 40px);
	width: 17%;
	background-image: url('images/border-element-right.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}

.section-partners {}


.section-signupalerts { position: relative; }
.section-signupalerts::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	height: calc(100% - 40px);
	width: 25%;
	background-image: url('images/border-element-left.png');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
}

.section-searchfeature { position: relative; }
.section-searchfeature::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	height: calc(100% - 40px);
	width: 9%;
	background-image: url('images/border-element-left.png');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
}
.section-searchfeature::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 30%;
	right: 0;
	height: 70%;
	width: 9%;
	background-image: url('images/border-element-right.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}


@media only screen and (min-width:981px) {
	.section-signupalerts::after {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		height: calc(100% - 40px);
		width: 25%;
		background-image: url('images/get-in-touch-home.jpg');
		background-position: bottom right;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#main-content .section-signupalerts .et_pb_module { margin-bottom: 7%; }
	#main-content .section-signupalerts .et_pb_module:last-child { margin-bottom: 0; }
}
@media only screen and (max-width:980px) {
	.section-signupalerts .et_pb_row { margin-left: 30% ; margin-right: 10%; }
}


.section-jobcategories { position: relative; }
.section-jobcategories::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	height: calc(100% - 40px);
	width: 9%;
	background-image: url('images/border-element-left.png');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
}

.bg-left-tick { position: relative; }
.bg-left-tick::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	height: calc(100% - 40px);
	width: 9%;
	background-image: url('images/border-element-left.png');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
}
.bg-right-tick { position: relative; }
.bg-right-tick::after {
	content: '';
	position: absolute;
	top: 20px;
	right: 0;
	height: calc(100% - 40px);
	width: 9%;
	background-image: url('images/border-element-right.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}



.banner-with-corner-logo { position: relative; }
.banner-with-corner-logo::after {
	content: '';
	position: absolute;
	bottom: 5px;
	right: 10px;
	height: 10%;
	width: 200px;
	background-image: url('images/logo-green-bg.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
}

.bg-left-tick-top, .bg-right-tick-bottom { position: relative; }
.bg-left-tick-top::before {
	content: '';
	position: absolute;
	top: 20%;
	left: 0;
	height: 75%;
	width: 9%;
	background-image: url('images/border-element-left.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
}
.bg-right-tick-bottom::after {
	content: '';
	position: absolute;
	bottom: 20%;
	right: 0;
	height: 75%;
	width: 9%;
	background-image: url('images/border-element-right.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
}

.section-text-header {
    padding-top: 30px;
    padding-bottom: 10px;
}
.section-text-header .et_pb_row {
    padding: 30px 0;
}
.section-job-header {
    padding-top: 30px;
    padding-bottom: 10px;
	background-color: #f6f6f6;
}
.section-dialog {
	max-width: 960px;
	width: 80%;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 5px;
}
.section-dialog .et_pb_row {
	width: 100%;
	padding: 0;
}

.page-headline-seeker {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #19B0C8 !important;
    background-image: linear-gradient(90deg,#01ddc4 0%,#19b0c8 100%) !important;
}
.page-headline-company {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #19B0C8 !important;
    background-image: linear-gradient(90deg,#19b0c8 0%,#01ddc4 100%) !important;
}

@media only screen and ( min-width:1675px ) {
	#main-content .section-job-header,
    .et-db #main-content #et-boc .et-l .section-text-header,
    #main-content .section-text-header { padding-top: 30px; padding-bottom: 10px; }
    .et-db #main-content #et-boc .et-l .page-headline-seeker,
    #main-content .page-headline-seeker,
    .et-db #main-content #et-boc .et-l .page-headline-company,
    #main-content .page-headline-company { padding-top: 40px; padding-bottom: 40px; }
    .et-db #main-content #et-boc .et-l .section-cpt-content { padding-top: 10px; }

	#main-content .section-job-content { padding-top: 10px; }
	.section-dialog.popup { padding: 20px; }
}


/* ------------------------------------------------------------------------ */
/* --------   Page elements   --------------------------------------------------- */
/* ------------------------------------------------------------------------ */


.ad-section { padding: 0; }
.ad-section .et_pb_row { padding: 5px 0 0 0; }



.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width:1500px) {
	/*#main-content .ad-section { padding-bottom: 0; }*/
}
@media only screen and (min-width:981px) {
	/*#main-content .ad-section { padding: 5px 0 0 0; }*/

}
@media only screen and (max-width:980px) {
	/*#main-content .ad-section { padding-bottom: 0; }*/
}

/* ------------------------------------------------------------------------ */
/* --------   Job Filter   --------------------------------------------------- */
/* ------------------------------------------------------------------------ */

.job_filters {}

.job_filters .rss_link {
    /*display: none;*/
}




/* ------------------------------------------------------------------------ */
/* --------   Jobs Listing Categories   --------------------------------------------------- */
/* ------------------------------------------------------------------------ */
#main-content .job_categories,
.job_categories {
	list-style: none;
	padding: 0;
}



#main-content .featured_categories {
	padding: 0;
}
.featured_categories {
	display: grid;
	/*grid-template-columns: repeat(auto-fill, minmax(295px, auto));*/
	/*grid-template-columns: repeat(auto-fill, 24%);*/
	/*grid-gap: 0.3%;*/
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	justify-content: space-between;
}

.ie .featured_categories {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ie .featured_categories::after {
	content: "";
	flex: auto;
}

.ie .featured_categories li {
	margin-right: 0.5%
}

.featured_categories li {
	position: relative;
	display: block;
	height: 7.5em;
	padding: 0;
	font-size: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.featured_categories li a {
	width: 100%;
	height: 100%;
	padding: 20px;
	margin: 0;
	display: block;
	/*display: flex;*/
	/*flex-direction: column;*/
	/*justify-content: center;*/
	/*align-items: center;*/
	font-size: inherit;
	text-decoration: none;
	background-color: #53bc8d;
	transition: all 0.3s ease-in-out;
}
.featured_categories li a:hover {
	background-color: #00cccc;
}
.featured_categories li a .cat_title {
	color: #ffffff;
	font-size: inherit;
	font-weight: 700;
	text-align: left;
	position: relative;
	z-index: 2;
	line-height: 1.1em;
	padding-bottom: 0;
}
.featured_categories li a .category-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	position: absolute;
	z-index: 1;
	bottom: 8px;
	left: 15px;
}
.featured_categories li a .counter {
	/*color: rgba(201,230,255,0.4);*/
	color: #ffffff;
	font-size: 3em;
	line-height: 1em;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 1;
}


#main-content .list_categories {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#main-content .list_categories li {
	display: inline-block;
	width: 48%;
	margin-right: 2%;
}

#main-content .list_categories li {
	/*display: inline-block;*/
	/*width: 100%;*/
	/*max-width: 200px;*/
	/*position: relative;*/
	font-size: 18px;
	padding-right: 10px;
	line-height: 1.2em;
	padding-bottom: 0.7em;
}

.list_categories li a { color: #19b0c8; line-height: 1.2em; display: inline-block; text-decoration: none; }
.list_categories li a:hover { color: #52bc8d; }
.list_categories li .counter { margin-left: 10px; font-size: 0.9em; }



@media only screen and (min-width:981px) and ( max-width:1299px ) {
	.featured_categories {
		/*grid-template-columns: repeat(auto-fill, 32.2%);*/
		/*grid-gap: 0.3%;*/
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 10px;
	}
	.featured_categories li { }
	.list_categories li { font-size: 16px; }
}
@media only screen and (min-width:981px) {
	.featured_categories li { margin-bottom: 5%; }
	.ie .featured_categories li { width: 24.5%; margin-right: 0.5%; margin-bottom: 1%; }

}
@media only screen and (min-width: 768px ) and (max-width:980px) {
	.featured_categories {
		/*grid-template-columns: repeat(auto-fill, 49.5%);*/
		/*grid-gap: 0.4%;*/
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
	}
}
@media only screen and (max-width: 767px ) {
	.list_categories li { width: 100%; margin-right: 0; }
}
@media only screen and (min-width: 600px ) and (max-width: 767px ) {
	.featured_categories {
		/*grid-template-columns: repeat(auto-fill, 49.3%);*/
		/*grid-gap: 0.6%;*/
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
	}
}
@media only screen and (max-width: 599px ) {
	.featured_categories {
		/*grid-template-columns: repeat(auto-fill, 100%);*/
		/*grid-gap: 0.5%;*/
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
}


/* ------------------------------------------------------------------------ */
/* --------   Jobs Listing Form   --------------------------------------------------- */
/* ------------------------------------------------------------------------ */

.job_listings {
	position: relative;
}

.job_listings .job_filters {
	margin-bottom: 20px;

}
div.job_listings ul.job_listings {
	background-color: rgba(255,255,255,0.9);
}

div.job_listings ul.job_listings .job_description {
	clear: both;
	color: #333333;
	/*padding: 0 42px;*/
}
#main-content ul.job_listings li.job_listing a .meta .job-type {
	color: #fff;
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	border-radius: 2px;
	display: block;
	text-align: center;
}
#main-content ul.job_listings li.job_listing a .meta .job-type {
	background-color: #f08d3c;
}
#main-content ul.job_listings li.job_listing a .meta .job-type.full-time {
	background-color:#90da36;
}
#main-content ul.job_listings li.job_listing a .meta .job-type.part-time {
	background-color:#d93674;
}
#main-content ul.job_listings li.job_listing a .meta .job-type.temporary {
	background-color:#f08d3c;
}
#main-content ul.job_listings li.job_listing a .meta .job-type.freelance {
	background-color:#39c;
}
#main-content ul.job_listings li.job_listing a .meta .job-type.internship {
	background-color:#6033cc;
}

@media only screen and (min-width: 768px ) {
	div.job_listings ul.job_listings .job_description { padding: 0 42px; }
}
@media only screen and (max-width: 767px ) {
	#main-content .job_filters .search_jobs div.search_keywords, #main-content .job_filters .search_jobs div.filter_first {
		float: none;
		padding-right: 0;
		width: 100%;
		margin-bottom: 0.5em;
	}
	#main-content .job_filters .search_jobs div.search_location, #main-content .job_filters .search_jobs div.filter_last {
		float: none;
		padding-left: 0;
		width: 100%;
		margin-bottom: 0.5em;
	}
}



/* ------------------------------------------------------------------------ */
/* --------   Jobs Listing   --------------------------------------------------- */
/* ------------------------------------------------------------------------ */

.container-category .et_pb_row {
	width: 80%;
	max-width: 1340px;
	margin: auto;
	position: relative;
}

.job_listing_entry {}

.section-job-header {}

.job_listing_entry .job-single-row {
	padding-top: 30px;
}
.job_listing_entry .entry-content {
	padding-top: 0;
}

.job-meta-column .job-meta.et_pb_module {
	background-color: #fdfdfd;
	border: 1px solid #e2e2e2;
	padding: 5%;
}
.job-meta-column .job-meta.et_pb_module::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	width: 0;
}
.job-meta a { text-decoration: none; }

.job_listing_entry .entry-title { line-height: 1.3em; }

.entry-title .job-type,
.job_listing_entry .job-types li,
.job_listing_entry .meta li {
	margin: 0 1em 0 0;
	padding: .5em;
	line-height: 1em;
	color: #999;
	display: inline-block;
}
.entry-title .job-type {
	font-size: 0.6em;
	bottom: 0.3em;
	position: relative;
}
.job_listing_entry .meta li {
	float: left;
}
.job_listing_entry .job-meta-wrap .job-type {
	display: block;
	text-align: center;
	margin: 0;
}
.job-meta-wrap .job-listing-meta li {
	display: block;
	float: none;
	line-height: 1.4em;
}
.job-meta-wrap .job-listing-meta li .meta-label {
	display: block;
}
#main-content ul.job_listings li.job_listing a img.company_logo { height: auto; }

.entry-title .job-type { color: #fff; background-color: #f47721; }
.entry-title .contractor { background-color:#f47721; }
.entry-title .full-time { background-color:#7ac143; }
.entry-title .part-time { background-color:#d20962; }
.entry-title .temporary { background-color:#f47721; }
.entry-title .freelance { background-color:#00bce4; }
.entry-title .internship { background-color:#7d3f98; }
.entry-title .position-filled,
.entry-title .listing-expired { color:#776666; }

.job_listing_entry .job-types .job-type { color: #fff; background-color: #f47721; }
.job_listing_entry .job-types .contractor { background-color:#f47721; }
.job_listing_entry .job-types .full-time { background-color:#7ac143; }
.job_listing_entry .job-types .part-time { background-color:#d20962; }
.job_listing_entry .job-types .temporary { background-color:#f47721; }
.job_listing_entry .job-types .freelance { background-color:#00bce4; }
.job_listing_entry .job-types .internship { background-color:#7d3f98; }
.job_listing_entry .job-types .position-filled,
.job_listing_entry .job-types .listing-expired { color:#776666; }

.job_listing_entry .job-types { clear: both; margin-bottom: 10px; }
.job_listing_entry .job-listing-meta { clear: both; margin-bottom: 10px; }
.job_listing_entry .job-categories { clear: both; margin-bottom: 10px; }

.job_listing_entry .meta-label { margin-right: 0.5em; font-weight: bold;  }

/* admin colours - added in functions */
.wp-admin .widefat .column-job_listing_type .part-time { background-color: #d20962; }
.wp-admin .widefat .column-job_listing_type .temporary { background-color: #f47721; }

@media only screen and (min-width: 981px ) {
	#main-content .section-job-header .et_pb_module {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 980px ) {
	.section-job-content .job-single-row {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.section-job-content .job-single-row .job-content-column { order: 2; }
	.section-job-content .job-single-row .job-meta-column { order: 1; margin-bottom: 30px; }

}


/* ------------------------------------------------------------------------ */
/* --------   News Listing   --------------------------------------------------- */
/* ------------------------------------------------------------------------ */

#main-content .tage-top-bar {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #19B0C8 !important;
	background-image: linear-gradient(90deg,#19b0c8 0%,#01ddc4 100%) !important;
}
#main-content .section-breadcrumbs {
	padding: 10px 0;
}
#main-content .section-breadcrumbs .et_pb_row {
	max-width: 1340px;
	width: 80%;
	margin: 0 auto;
}


@media only screen and (max-width: 980px ) {
    #main-content .tage-top-bar { padding: 20px 0; }
}
.category-page > .container {
	padding-bottom: 40px;
}

.blogpost > .container,
.blogpost .et_pb_section_0 { padding-top: 0; }

.blogpost .et_pb_bg_layout_light p.et_pb_title_meta_container a { color: #19b0c8; }

.news-listing {}
.news-listing-head {}

.news-items {}
.news-items .post {

}
.et_pb_post,
.news-listing-side .news-items .post {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}
.news-items .post .item-wrap {
	display: flex;
}
.et_pb_posts .news-items .post .item-wrap,
.news-listing-head .post .item-wrap {
	flex-direction: row;

}
.news-listing-head .post.has-post-thumbnail .item-wrap .entry-featured-image-url {
	width: 50%;
}
.news-listing-side .post .item-wrap .post-cont-wrap,
.news-listing-head .post .item-wrap .post-cont-wrap {
	width: 100%;
	padding: 0 10px;
}
.news-listing-head .post.has-post-thumbnail .item-wrap .post-cont-wrap {
	width: 50%;
}

.news-items .post .entry-title {
	font-size: 20px;
	font-weight: 600;
}
.news-items .desktop-title { display: block; }
.news-items .mobile-title { display: none; }

.news-items .post a {
	color: #000000;
}
.news-items .post a:hover {
	color: #19b0c8;
}
#left-area .post-meta,
.news-items .post .post-meta {
	font-size: 13px;
	font-weight: 400;
	padding: 5px 0;
	color: #333333;
}
#left-area .post-meta a,
.news-items .post .post-meta a {
	font-weight: 600;
	color: #000000;
}
#left-area .post-meta a:hover,
.news-items .post .post-meta a:hover {
	color: #19b0c8;
}
.news-items .post .post-content {
	font-size: 14px;
	color: #333333;
}
.news-listing-side .post.has-post-thumbnail .item-wrap .entry-featured-image-url {
	width: 35%;
}
.news-listing-side .post.has-post-thumbnail .item-wrap .post-cont-wrap {
	width: 65%;
}


.post .image-element {
	max-width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.post .image-element img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-backface-visibility: hidden;
}
.post:hover .image-element img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.news-listing-row {}
.news-listing-row .news-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: -15px;
	margin-right: -15px;
}
.news-listing-row .news-items .post .item-wrap {
	flex-direction: column;
}


.news-items .more-link {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.news-listing-row .more-link,
.news-listing-side .more-link { display: none; }


.news-listing-row.newscol_4 .post {
	width: 25%;
	border-right: 1px solid #eeeeee;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}
.news-listing-row.newscol_4 .post:nth-child(4n) {
	border-right: 0;
}

.news-listing-row.newscol_3 .post {
	width: 33.33%;
	border-right: 1px solid #eeeeee;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}
.news-listing-row.newscol_3 .post:nth-child(3n) {
	border-right: 0;
}

@media only screen and (min-width: 768px) {
	.news-listing-head .news-items .post .entry-title {
		font-size: 28px;
	}
	.news-listing-side .news-items .post .entry-title {
		font-size: 18px;
	}
	.news-listing-head .news-items .post .post-content {
		font-size: 17px;
	}

}
@media only screen and (max-width: 767px) {
}
@media only screen and ( min-width: 640px ) and (max-width: 767px) {
	.news-listing-row.newscol_4 .post {
		width: 50%;
		margin-bottom: 20px;
	}
	.news-listing-side .post.has-post-thumbnail .item-wrap .entry-featured-image-url {
		/*width: 100px;*/
		max-width: 100px;
	}

}
@media only screen and (max-width: 639px) {
	.news-listing-row.newscol_4 .post,
	.news-listing-row.newscol_3 .post,
	.news-listing-row .post {
		width: 100%;
		margin-bottom: 20px;
	}

	.news-listing-head .post.has-post-thumbnail .item-wrap,
	.news-listing-row .post.has-post-thumbnail .item-wrap,
	.news-listing-side .post.has-post-thumbnail .item-wrap {
		flex-direction: row;
	}
	.news-listing-head .post.has-post-thumbnail .item-wrap .entry-featured-image-url,
	.news-listing-row .post.has-post-thumbnail .item-wrap .entry-featured-image-url,
	.news-listing-side .post.has-post-thumbnail .item-wrap .entry-featured-image-url {
		width: 40%;
	}
	.news-listing-head .post.has-post-thumbnail .item-wrap .post-cont-wrap,
	.news-listing-row .post.has-post-thumbnail .item-wrap .post-cont-wrap,
	.news-listing-side .post.has-post-thumbnail .item-wrap .post-cont-wrap {
		width: 60%;
		padding: 0 10px;
	}
	.news-listing-row .post .featured-image-placeholder {
		display: none;
	}


}
@media only screen and (max-width: 479px) {

	.et_pb_posts .news-items .post .item-wrap,
	.news-listing-head .post .item-wrap {
		flex-direction: column;
	}
	.news-listing-head .post.has-post-thumbnail .item-wrap,
	.news-listing-row .post.has-post-thumbnail .item-wrap,
	.news-listing-side .post.has-post-thumbnail .item-wrap {
		flex-direction: column;
	}
	.news-listing-head .post.has-post-thumbnail .item-wrap .entry-featured-image-url,
	.news-listing-row .post.has-post-thumbnail .item-wrap .entry-featured-image-url,
	.news-listing-side .post.has-post-thumbnail .item-wrap .entry-featured-image-url {
		width: 100%;
	}
	.news-listing-head .post.has-post-thumbnail .item-wrap .post-cont-wrap,
	.news-listing-row .post.has-post-thumbnail .item-wrap .post-cont-wrap,
	.news-listing-side .post.has-post-thumbnail .item-wrap .post-cont-wrap {
		width: 100%;
		padding: 0 10px;
	}

	.news-items .desktop-title { display: none; }
	.news-items .mobile-title { display: block; }

	.news-items .post .entry-title {
		padding-bottom: 10px;
	}
}

/* ------------------------------------------------------------------------ */
/* --------   Sliders, banners   --------------------------------------------------- */
/* ------------------------------------------------------------------------ */

.et_pb_header_content_wrapper {}
.et_pb_header_content_wrapper .text-xtra-large {
	font-size: 124px;
}
.et_pb_header_content_wrapper h2 {
	font-size: 36px;
	padding-bottom: 20px;
}


/* ------------------------------------------------------------------------ */
/* --------   logo rotator   ----------------------------------------------- */
/* ------------------------------------------------------------------------ */


#main-content .logorotator .slick-track {
	display: flex !important;
}
#main-content .logorotator .et_pb_module {
	margin-bottom: 0;
	height: inherit !important;
	padding: 0 10px;
}





/* ------------------------------------------------------------------------ */
/* --------   galleries   --------------------------------------------------- */
/* ------------------------------------------------------------------------ */

.et_pb_gallery_grid .et_pb_gallery_item {
	position: relative;
}
.et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title {
	position: absolute;
	bottom: 0;
	z-index: 9;
	width: 100%;
	padding: 0.2em;
	background-color: rgba(255,255,255,0.7);
	opacity: 0;
	transition: all 0.3s;
	pointer-events: none;
}
.et_pb_gallery_grid .et_pb_gallery_item:hover .et_pb_gallery_title {
	/*opacity: 1;*/
}
.et_pb_gallery_grid .et_pb_gallery_item .et_overlay {
	background: hsla(0,0%,100%,.0);
}


@media only screen and (max-width:980px) {
	.gallery-1row4 .et_pb_gallery_item:nth-child(n+4) {
		display: none !important;
	}
}
@media only screen and (max-width:767px) {
	.gallery-1row4 .et_pb_gallery_item:nth-child(n+3) {
		display: none !important;
	}
}
@media only screen and (max-width:479px) {
	.gallery-1row4 .et_pb_gallery_item:nth-child(n+2) {
		display: none !important;
	}
}


/* ------------------------------------------------------------------------ */
/* --------   gallery  ---------------------------------------- */
/* ------------------------------------------------------------------------ */

.hover-description-gallery {}
.hover-description-gallery .et_pb_gallery_item {
	position: relative;
}
.hover-description-gallery .image-description {
	position: absolute;
	bottom: 0;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	padding: 0px 10px 5px 10px;
	display: none;
}
.hover-description-gallery .et_pb_gallery_item:hover .image-description {
	display: block;
}
.hover-description-gallery .et_pb_gallery_title { font-size: 18px; }

.gallery-slider {}

.gallery-slider .slick-prev { left: 10px; opacity: 0; }
.gallery-slider .slick-next { right: 10px; opacity: 0; }
.gallery-slider:hover .slick-next { right: 10px; z-index: 5; opacity: 1; }
.gallery-slider:hover .slick-prev { left: 10px; z-index: 5; opacity: 1; }
.gallery-slider .slick-prev::before, .gallery-slider .slick-next::before { font-size: 30px; }
.gallery-slider .slick-dots { bottom: -50px; }
.gallery-slider .slick-dots li { width: 10px; height: 10px; }

.slider-dark-ui .slick-prev::before, .slider-dark-ui .slick-next::before {
	color: #202334;
}

@media only screen and ( min-width: 1200px ) {
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item {
		width: 33.33%;
	}
}
@media only screen and ( min-width: 981px ) and ( max-width: 1199px ) {
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item {
		width: 50%;
	}
}

@media only screen and ( max-width: 479px ) {
	.hover-description-gallery .et_pb_gallery_item img {
		width: 50%;
	}
}


.references-slider .slick-initialized .slick-slide {
	padding: 0 10px;
}





/* ------------------------------------------------------------------------ */
/* --------   Forms   --------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* divi */

input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {
	/*background-color: rgba(0,0,0,.1);*/
	background-color: #eeeeee;
}
.select2-container--default .select2-selection--single {
	/*background-color: rgba(0,0,0,.1);*/
	background-color: #eeeeee;

}

.main-search-form {}
.main-search-form label { display: block; margin-bottom: 10px; }



/* forms */

#mc_signup_form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.main-search-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.job-manager-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.job-manager-form textarea, .job-manager-form select,
.job_filters input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.job_filters textarea, .job_filters select,
/*.job_filters .select2-selection__rendered,*/
.wpcf7-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.wpcf7-form textarea, .wpcf7-form select,
.gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper .gform_body textarea, .gform_wrapper .gform_body select {
	/*font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;*/
	line-height: 1.3em;
	font-size: 16px;
	font-family: inherit;
	letter-spacing: normal;
	padding: 10px 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 2px solid #dddddd;
	color: #222222;
	background-color: #ffffff;
	max-width: 100%;
	width: 100%;
}
.gform_wrapper .gform_body .hide-border input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper .gform_body .hide-border textarea, .gform_wrapper .gform_body .hide-border select {
	border-color: transparent;
}

#main-content .gform_wrapper .gform_body input.ginput_total,
.gform_wrapper .gform_body input.ginput_total {
	font-size: 22px;
	font-weight: bold;
}

.main-search-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	max-width: 800px;
	border: 2px solid transparent;
}
.main-search-form .select2-container {
	width: 100% !important;
	max-width: 800px;
	margin-right: 10px;
}
.main-search-form .select2-container--default .select2-selection--single {
	height: auto;
	border-radius: 0;
	border: 2px solid transparent;
	background-color: #ffffff;
}
.main-search-form .select2-selection__rendered {
	line-height: 1.3em;
	font-size: 16px;
	padding: 10px;
}
.main-search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

.grey-form .wpcf7-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.grey-form .wpcf7-form textarea, .grey-form .wpcf7-form select {
	background-color: #f8f8f8;
	border: 2px solid #eeeeee;
}
.wpcf7-form input::placeholder {
	color: #444444;
}
.et_pb_bg_layout_dark .wpcf7-form input::placeholder {
	color: #eeeeee;
}
.et_pb_bg_layout_dark .wpcf7-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	color: #f0f0f0;
	background-color: #ffffff;
	border: 2px solid transparent;
}
.signup-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.signup-form .et_pb_button {
	width: 100%;
}
.signup-form .et_pb_button { }


.wpcf7-form input[type="text"]:focus, .gform_wrapper .gform_body input.text:focus,
.gform_wrapper .gform_body input[type="text"]:focus, .gform_wrapper .gform_body input.text:focus,
.gform_wrapper .gform_body textarea:focus, .gform_wrapper .gform_body select:focus {
	border-color: #333333;
}

.gform_wrapper .gform_body .gfield_radio,
.gform_wrapper .gform_body .gfield_checkbox {
	font-size: 16px;
}
.wpcf7-form select { padding: 7px 8px; }
.gform_wrapper.gf_browser_gecko .gform_body select { padding: 7px 8px; }
.gform_wrapper.gf_browser_chrome .gform_body select { padding: 8px 5px; }
.gform_wrapper.gf_browser_ie .gform_body select, .gform_wrapper.gf_browser_ie .gform_body select,
.gform_wrapper.gf_browser_ie .gform_body .ginput_complex .ginput_left select, .gform_wrapper.gf_browser_ie .gform_body .ginput_complex .ginput_right select {
	padding: 8px 5px;
}

.job_application .application_button,
.main-search-form .search-submit,
#mc_signup_form .button,
.pagination a,
.job-manager-form input[type="submit"],
.job_filters input[type="submit"],
.wpcf7-form .et_pb_button,
.wpcf7-form input.button, .wpcf7-form input[type="submit"],
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
	background-color: #19b0c8;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	padding: 7px 15px;
	text-align: center;
	transition: all 0.4s ease-in-out;
	border: 1px solid #19b0c8;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
}
.job-manager-form input[type="submit"],
.job_filters input[type="submit"] {
	background-color: #16c6d4;
	border: 1px solid #16c6d4;
}
.job-manager-form input[type="submit"] { margin: 40px auto; display: block; }

.job_application .application_button:hover,
#mc_signup_form .button:hover,
.pagination a:hover,
.job-manager-form input[type="submit"]:hover,
.job_filters input[type="submit"]:hover,
.wpcf7-form .et_pb_button:hover,
.wpcf7-form input.button:hover, .wpcf7-form input[type="submit"]:hover,
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	background-color: #ffffff;
	color: #19b0c8;
	cursor: pointer;
}
#page-container .et_pb_button,
#main-content .et_pb_button {
	text-decoration: none;
}
.main-search-form .search-submit {
	font-size: 20px;
	background-color: #000000;
	color: #ffffff;
	border: 2px solid #000000;
	padding: 10px 25px;
	position: relative;
	top: 4px;
}
.main-search-form .search-submit:hover {
	background-color: #ffffff;
	color: #000000;
	border: 2px solid #000000;
}


#mc_signup_form .mc_signup_submit,
#mc_signup_form .mc_merge_var {
	padding: 10px 0;
}
.job_application .application_button {
	width: 100%;
	text-align: center;
	display: block;
}


.widget_search input#s, .widget_search input#searchsubmit {
	padding: .7em;
	height: 40px !important;
	margin: 0;
	font-size: 14px;
	line-height: normal !important;
	border: 1px solid #19b0c8;
	color: #666;
}
.widget_search input#searchsubmit {
	color: #ffffff;
	background-color: #19b0c8;
	font-weight: 600;
}
.gform_wrapper.gravity-theme .strive-form .gfield_label,
.gform_wrapper.gravity-theme .strive-form .gform_fields.left_label legend.gfield_label {
	font-weight: 500;
	color: #333333;
}
.gform_wrapper.gravity-theme .strive-form .gform_fields.left_label fieldset,
.gform_wrapper.gravity-theme .strive-form .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
	border-bottom: 1px solid #eee;
	margin: 0 0 0.1em 0;
	padding: 0 0 1em 0;
}
.gform_wrapper.gravity-theme .strive-form .left_label .gfield_html_formatted {
	margin-left: 0;
}

/* ------------------------------------------------------------------------ */
/* --------   Classes Features   --------------------------------------------- */
/* ------------------------------------------------------------------------ */

.text-underline-black,
.text-underline-gold {
	padding-bottom: 0;
	border-bottom: 2px solid #000000;
	line-height: 1.4em;
}
.text-underline-black {
	border-bottom: 2px solid #000000;
}
.text-underline-gold {
	border-bottom: 2px solid #19b0c8;
}


/* ------------------------------------------------------------------------ */
/* --------   buttons   ---------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* Default button styles */

/* sizing */
.et_pb_button, .et_pb_module .et_pb_button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border-width: 2px;
	display: inline-block;
	/*padding: 0.1em 0.7em !important;*/
	padding: 0.3em 1.6em !important;
	line-height: 1.4em !important;
	font-weight: 600;
}
.et_pb_button::after, .et_pb_module .et_pb_button::after {}

.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
	border-width: 2px;
	padding: 0.3em 1.6em !important;
}
.et_pb_button:hover::after, .et_pb_module .et_pb_button:hover::after {
	/*background-image: url('images/arrow-orange-22.png');*/
}
.et_pb_text .et_pb_button,
.et_pb_text .et_pb_button {
	margin: 3px;
}

/* ***** COLOURS ***** */
/* default */
.et_pb_button,
.et_pb_contact_reset,
.et_pb_contact_submit,
.et_pb_pricing_table_button,
.et_pb_bg_layout_light .et_pb_button,
.et_pb_bg_layout_light.et_pb_button {
	color: #ffffff !important;
	background-color: #52bc8d;
	border-color: #52bc8d;
}
.et_pb_button:hover,
.et_pb_contact_reset:hover,
.et_pb_contact_submit:hover,
.et_pb_pricing_table_button:hover,
.et_pb_bg_layout_light .et_pb_button:hover,
.et_pb_bg_layout_light.et_pb_button:hover {
	color: #19b0c8 !important;
	background-color: #ffffff;
	border-color: #19b0c8;
}



/* header and slider defaults */
.et_pb_slide_description .et_pb_button,
.header-content .et_pb_button {
	color: #ffffff !important;
	background-color: #19b0c8;
	border-color: #19b0c8;
}
.et_pb_slide_description .et_pb_button:hover,
.header-content .et_pb_button:hover {
	color: #19b0c8 !important;
	background-color: #ffffff;
	border-color: #19b0c8;
}


/* CUSTOM BUTTONS */

/* Blue over light */
.button_blue,
.et_pb_bg_layout_light.button_blue,
.et_pb_bg_layout_light .button_blue {
	color: #ffffff !important;
	background-color: #19b0c8 !important;
	border-color: #19b0c8 !important;
}
.button_blue:hover,
.et_pb_bg_layout_light.button_blue:hover,
.et_pb_bg_layout_light .button_blue:hover {
	color: #52bc8d !important;
	background-color: #ffffff !important;
	border-color: #52bc8d !important;
}

/* transparent over light */
.button_transparent,
.et_pb_bg_layout_light.button_transparent,
.et_pb_bg_layout_light .button_transparent {
	color: #19b0c8 !important;
	background-color: transparent !important;
	border-color: transparent !important;
}
.button_transparent:hover,
.et_pb_bg_layout_light.button_transparent:hover,
.et_pb_bg_layout_light .button_transparent:hover {
	color: #ffffff !important;
	background-color: #19b0c8 !important;
	border-color: #19b0c8 !important;
}

/* transparent over light */
.et_pb_bg_layout_dark.button_transparent,
.et_pb_bg_layout_dark .button_transparent {
	color: #ffffff !important;
	background-color: transparent !important;
	border-color: transparent !important;
}
.et_pb_bg_layout_dark.button_transparent:hover,
.et_pb_bg_layout_dark .button_transparent:hover {
	color: #19b0c8 !important;
	background-color: #ffffff !important;
	border-color: #19b0c8 !important;
}


.et_pb_bg_layout_dark.button_white_green,
.et_pb_bg_layout_dark .button_white_green,
.et_pb_bg_layout_light.button_white_green,
.et_pb_bg_layout_light .button_white_green,
.button_white_green,
.et_pb_bg_layout_dark.button_white,
.et_pb_bg_layout_dark .button_white,
.et_pb_bg_layout_light.button_white,
.et_pb_bg_layout_light .button_white,
.button_white {
	color: #52bc8d !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
}
.et_pb_bg_layout_dark.button_white_green:hover,
.et_pb_bg_layout_dark .button_white_green:hover,
.et_pb_bg_layout_light.button_white_green:hover,
.et_pb_bg_layout_light .button_white_green:hover,
.button_white_green:hover,
.et_pb_bg_layout_dark.button_white:hover,
.et_pb_bg_layout_dark .button_white:hover,
.et_pb_bg_layout_light.button_white:hover,
.et_pb_bg_layout_light .button_white:hover,
.button_white:hover {
	color: #ffffff !important;
	background-color: #19b0c8 !important;
	border-color: #19b0c8 !important;
}
.et_pb_bg_layout_dark.button_white_blue,
.et_pb_bg_layout_dark .button_white_blue,
.et_pb_bg_layout_light.button_white_blue,
.et_pb_bg_layout_light .button_white_blue,
.button_white_blue {
	color: #19b0c8 !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
}
.et_pb_bg_layout_dark.button_white_blue:hover,
.et_pb_bg_layout_dark .button_white_blue:hover,
.et_pb_bg_layout_light.button_white_blue:hover,
.et_pb_bg_layout_light .button_white_blue:hover,
.button_white_blue:hover {
	color: #ffffff !important;
	background-color: #52bc8d !important;
	border-color: #52bc8d !important;
}



/* white over light */
.et_pb_bg_layout_light.button_white,
.et_pb_bg_layout_light .button_white,
.button_white {
	color: #52bc8d !important;
	background-color: #ffffff !important;
	border-color: rgba(255,255,255,0.2) !important;
}
.et_pb_bg_layout_light.button_white:hover,
.et_pb_bg_layout_light .button_white:hover,
.button_white:hover {
	color: #ffffff !important;
	background-color: #19b0c8 !important;
	border-color: #19b0c8 !important;
}
.et_pb_bg_layout_light.button_white.to-green:hover,
.et_pb_bg_layout_light .button_white.to-green:hover,
.button_white.to-green:hover {
	color: #ffffff !important;
	background-color: #52bc8d !important;
	border-color: #52bc8d !important;
}
/* white over dark */
.et_pb_bg_layout_dark.button_white,
.et_pb_bg_layout_dark .button_white {
	color: #19b0c8 !important;
	background-color: #ffffff !important;
	border-color: transparent !important;
}
.et_pb_bg_layout_dark.button_white:hover,
.et_pb_bg_layout_dark .button_white:hover {
	color: #ffffff !important;
	background-color: #19b0c8 !important;
	border-color: #19b0c8 !important;
}
/* green over light */
.button_green .et_pb_button,
.et_pb_bg_layout_light.et_pb_button.button_green,
.et_pb_bg_layout_light .et_pb_button.button_green,
.et_pb_button.button_green {
	color: #ffffff !important;
	background-color: #52bc8d !important;
	border-color: #52bc8d !important;
}
.button_green .et_pb_button:hover,
.et_pb_bg_layout_light.et_pb_button.button_green:hover,
.et_pb_bg_layout_light .et_pb_button.button_green:hover,
.et_pb_button.button_green:hover {
	color: #ffffff !important;
	background-color: #19b0c8 !important;
	border-color: #19b0c8 !important;
}


.et_pb_button.button-200 , .et_pb_module.button-200 .et_pb_button {
	min-width: 200px;
	max-width: 100%;
}


.et_pb_slide_content .et_pb_button {
	margin: 0.1em;
}

@media only screen and ( min-width: 981px ) {
	.et_pb_text_inner .et_pb_button + .et_pb_button {
		margin-left: 10px;
	}
}




/* ------------------------------------------------------------------------ */
/* --------   Counters   ---------------------------------------------- */
/* ------------------------------------------------------------------------ */

.strive_counter {}
.et_pb_number_counter_2.et_pb_number_counter .percent p, .et_pb_number_counter_0.et_pb_number_counter .percent p {}

#main-content .strive_counter .percent {
	height: auto;
	margin: 0;
}
#main-content .strive_counter .percent p,
.strive_counter .percent p {
	position: relative;
	font-family: Helvetica,Arial,Lucida,sans-serif;
	font-weight: 600;
	color: #52bc8d !important;
	line-height: 1em;
	font-size: 160px;
	display: block;
}
.strive_counter .percent p::before {
	content: '';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin-bottom: 0.1em;
	background-image: url('images/active-roles-counter-icon.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.strive_counter .title {
	font-family: Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	line-height: 1.4em;
	font-size: 54px;
	line-height: 1em !important;
	color: #19b0c8;
	/* text-align: right; */
}

@media only screen and ( min-width: 981px ) and ( max-width: 1340px ) {
	#main-content .section-counters .strive_counter .percent p { font-size: 100px; }
	#main-content .section-counters .strive_counter .title { font-size: 40px; }
}
@media only screen and ( min-width: 981px ) {
}
@media only screen and ( max-width: 980px ) {
	#main-content .section-counters .strive_counter .percent p { font-size: 120px; }
	#main-content .section-counters .strive_counter .title { font-size: 48px; }

}



/* ------------------------------------------------------------------------ */
/* --------   blog   ---------------------------------------------- */
/* ------------------------------------------------------------------------ */



.et_pb_blog_grid .et_pb_post {
	border: 0 none;
	/*padding: 20px;*/
	padding: 0;
	background-color: #fff;
	word-wrap: break-word;
}

.et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_pb_post .et_pb_slider, .et_pb_image_container {
	/*margin: -20px -20px 10px;*/
	margin: 0 0 10px 0;
}
.et_pb_post .entry-featured-image-url {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.et_pb_blog_grid h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0.3em 0 0.7em 0;
	min-height: 3em;
}
.et_pb_blog_grid .more-link {
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #19b0c8;
	padding: 0.2em 0;
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
}
.et_pb_blog_grid .more-link:before {
	content: '\003E';
	padding-right: 5px;
}


.news-listing-row .entry-featured-image-placeholder {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-image: url('images/placeholder-grey.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.news-listing-row .entry-featured-image-placeholder.image-class-odd {
	background-image: url('images/placeholder-blue.png');
}


/* ------------------------------------------------------------------------ */
/* --------   Blog page   -------------------------------------------- */
/* ------------------------------------------------------------------------ */


body:not(.et-tb) #main-content.box-index .container,
body:not(.et-tb-has-header) #main-content.box-index .container,
body:not(.et-tb) #main-content.box-single .container,
body:not(.et-tb-has-header) #main-content.box-single .container {
	padding-top: 20px;
}


.breadcrumb-wrap {
	padding-bottom: 3px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.breadcrumb-wrap p {
	font-size: 15px;
}


.posts-area .page-title,
.page-title {
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	font-size: 29px;
	font-weight: bold;
	padding: 5px 0;
	text-decoration: none;
	text-transform: uppercase;
	/*border-bottom: 4px solid #000000;*/
	margin-bottom: 4.787%;
}

.category-news .posts-area .page-title, .category-news .page-title { border-color: #384876; }
.category-local-news .posts-area .page-title, .category-local-news .page-title { border-color: #384876; }
.category-community-notes .posts-area .page-title, .category-community-notes .page-title { border-color: #384876; }
.category-category-historical-stories .posts-area .page-title, .category-category-historical-stories .page-title { border-color: #384876; }
.category-business .posts-area .page-title, .category-business .page-title { border-color: #60a0b8; }
.category-sports .posts-area .page-title, .category-sports .page-title { border-color: #52bc8d; }
.category-entertainment .posts-area .page-title, .category-entertainment .page-title { border-color: #9d1416; }




.et_pb_posts {}



.et_pb_posts .news-listing .post.has-post-thumbnail .item-wrap .entry-featured-image-url {
	width: 45%;
}
.et_pb_posts .news-listing .post .item-wrap .post-cont-wrap {
	width: 100%;
	padding: 0 10px;
}
.et_pb_posts .news-listing .post.has-post-thumbnail .item-wrap .post-cont-wrap {
	width: 55%;
}


.post-meta .icon::before {
	margin-right: 5px;
}



@media only screen and (max-width: 479px) {

	.et_pb_posts .news-listing .post.has-post-thumbnail .item-wrap .entry-featured-image-url {
		width: 100%;
	}
	.et_pb_posts .news-listing .post .item-wrap .post-cont-wrap {
		width: 100%;
		padding: 0 10px;
	}
	.et_pb_posts .news-listing .post.has-post-thumbnail .item-wrap .post-cont-wrap {
		width: 100%;
	}

}

/* ------------------------------------------------------------------------ */
/* --------   Blog Grid   ---------------------------------------------------- */
/* ------------------------------------------------------------------------ */
.et_pb_module.box_grid .et_pb_ajax_pagination_container,
.box_blog_grid.box_grid {
	position: relative;
	text-align: left;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.box_grid .et_pb_ajax_pagination_container { font-size: 0; }
/*.box_blog_grid.box_grid:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }*/
.box_grid .et_pb_post {
	float: none;
	display: inline-block;
	-moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	vertical-align: top;
	padding-bottom: 40px;
	position: relative;
}

/* sizes are declared below in media queries */

.box_grid .et_pb_post:hover {
}

.box_grid .et_pb_post .entry-featured-image-url {
	margin-bottom: 20px;
}
.box_grid .et_pb_post img { width: 100%; }
.box_grid .et_pb_post .post-content {
	padding-bottom: 10px;
}

.box_grid .post-meta,
.box_grid .excerpt {
	padding: 0 10px;
}
.box_grid .excerpt {
	height: 4.5em;
	font-size: 15px;
	line-height: 1.5em;
	overflow: hidden;
	padding: 0 10px;
	margin-bottom: 10px;
}
.box_grid.galleries-blog-grid .excerpt {
	display: none;
}
.box_grid .et_pb_post h2 {
	text-align: left;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: 600;
	padding: 0.2em 10px;
	margin: 10px 0 0 0;
	min-height: 3.7em;
}

/*.et_pb_blog_grid h2 { min-neight: 2em; }
.et_pb_blog_grid .post-content p { overflow-y: hidden; height: 5em; }*/

.box_grid .more-link,
.et_pb_blog_grid .more-link {
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #19b0c8;
	padding: 0.2em 0;
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
}



@media only screen and ( max-width: 980px ) {
	.box_grid .et_pb_post {
		padding: 0;
	}

}

@media only screen and ( min-width: 981px ) {
	.box_grid .et_pb_post {
		margin: 0 2% 2% 0;
	}
	.box_grid.grid_3 .et_pb_post {
		width: 32%;
		/*margin: 0 1.5% 30px;*/
	}
	.box_grid.grid_3 .et_pb_post:nth-child(3n){
		margin-right: 0
	}
}
@media only screen and ( min-width: 640px ) and ( max-width: 980px ) {
	.box_grid .et_pb_post {
		margin: 0 2% 2% 0;
		padding-bottom: 40px;
	}
	.box_grid.grid_3 .et_pb_post {
		width: 49%;
		/*margin-right: 2%;*/
	}
	.box_grid.grid_3 .et_pb_post:nth-child(2n){
		margin-right: 0;
	}
}
@media only screen and ( max-width: 639px ) {
	.box_grid .et_pb_post {
		max-width: 400px;
		margin: 0 auto 10px;
		padding-bottom: 40px;
	}
}


/* ------------------------------------------------------------------------ */
/* --------   Post Navigation   ------------------------------------------- */
/* ------------------------------------------------------------------------ */
.nav-single, .post-navigation { padding: 10px 0 0; text-align: center; width: 100%; clear: both; margin: 20px auto 40px auto; }

.nav-single a.et_pb_button { font-size: 20px; font-weight: bold; }




.screen-reader-text { display: none; }
.post-navigation .nav-links { display: none; }

.post-navigation .previous-link { display: block; float: left; width: 49%; margin: 5px 0; }
.post-navigation .next-link { display: block; float: left; width: 49%; margin: 5px 0; }
.post-navigation .all-link { margin-left: 20px; margin-right: 20px; }
.post-navigation .all-link,
.post-navigation .previous-link,
.post-navigation .next-link { color: #333333; font-weight: bold; font-size: 20px; text-decoration: none; }
.post-navigation .all-link a,
.post-navigation .previous-link a,
.post-navigation .next-link a { color: #333333; font-weight: bold; font-size: 20px; text-decoration: none; vertical-align: middle; }
.post-navigation .all-link a:hover,
.post-navigation .previous-link a:hover,
.post-navigation .next-link a:hover { color: #666666; }
.post-navigation .all-link img,
.post-navigation .previous-link img,
.post-navigation .next-link img { vertical-align: middle; }

.related-posts {
	font-size: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: 3rem;
}
.read-next-story {
	display: block;
}
.read-next-story {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 50%;
	text-decoration: none;
	position: relative;
	text-align: center;
	color: #fff;
	background: #666666 no-repeat center center;
	background-size: cover;
	overflow: hidden;

	transition: color .3s ease;
}
.read-next-story::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	transition: all .5s ease;
}
.read-next-story:hover::before {
	background: rgba(0,0,0,.85);
	transition: all .2s ease;
}

.adj-post {
	position: relative;
	width: 80%;
	max-width: 710px;
	margin: 0 auto;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: #19b0c8 1px solid;
	border-bottom: none;
	word-wrap: break-word;
}
.read-next-story .adj-post::before {
	content: "Read This Next";
	padding: 4px 10px 5px;
	text-transform: uppercase;
	font-size: 1.0rem;
	font-family: "Open Sans",sans-serif;
	color: rgba(255,255,255,.8);
	border: rgba(255,255,255,.5) 1px solid;
	border-radius: 4px;
	transition: all .5s ease;
}
.read-next-story.prev .adj-post::before {
	content: "Don't Miss";
}
.read-next-story:hover .adj-post::before {
	color: #222;
	background: #fff;
	transition: all .2s ease;
}
.read-next-story h2 {
	margin-top: 1rem;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: -1px;
}
.read-next-story p {
	margin: 0;
	color: rgba(255,255,255,.9);
}


.pagination {
	clear: both;
	margin-bottom: 20px;
}



/* ------------------------------------------------------------------------ */
/* --------   Our People - personal info   -------------------------------- */
/* ------------------------------------------------------------------------ */

.personal-blurb {

}
.personal-blurb .et_pb_main_blurb_image {
	margin: 0;
	display: block;
}
.personal-blurb .et_pb_main_blurb_image a {
	display: block;
	margin: 0;
	padding: 0;
}

.personal-blurb .et_pb_main_blurb_image {
	transition: filter 300ms ease 0ms,filter 300ms ease 0ms;
}
.personal-blurb .et_pb_main_blurb_image:hover {
	filter: saturate(0%);
	backface-visibility: hidden;
}
.personal-blurb .et_pb_blurb_container {
	position: absolute;
	bottom: 5px;
	left: 1%;
	width: 98%;
	background-color: rgba(100,100,100,0.4);
	opacity: 0;
	transition: all 0.3s ease;
	text-align: center;
}
.personal-blurb:hover .et_pb_blurb_container {
	opacity: 1;
}
.personal-blurb .et_pb_module_header {
	padding: 0.5em;
}
.personal-blurb .et_pb_module_header a {
	color: #ffffff;
}


.personal-details {
	max-width: 1200px;
}
.personal-details.popup {
	padding: 3% 0;
}

.personal-details .et_pb_team_member_description a {
	color: #19b0c8;
}
.personal-details .et_pb_member_social_links {
	margin-top: 10px;
}
.personal-details .et_pb_member_social_links a {
	color: #b2b2b2;
}


/* ------------------------------------------------------------------------ */
/* --------   Sidebar, Widgets   ------------------------------------------ */
/* ------------------------------------------------------------------------ */

#sidebar {
	/*font-size: 16px;*/
}
.et_right_sidebar #sidebar {

}
.et_pb_widget_area .widgettitle,
#sidebar .widgettitle {
	width: 100%;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0 9px 0;
	text-decoration: none;
	margin-bottom: 4.787%;
	/*border-bottom: 4px solid #000000;*/
	position: relative;
}
#sidebar .widgettitle::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #19B0C8 !important;
	background-image: linear-gradient(90deg,#19b0c8 0%,#01ddc4 100%) !important;
}
.et_pb_widget_area,
#sidebar {
	font-size: 16px;
}
.blog_widget ul li {
	line-height: 1.2em;
	padding-bottom: 0.7em;
}



@media only screen and ( min-width: 981px ) {
	.et_right_sidebar #sidebar {
		padding-left: 0;
	}

}


/* ------------------------------------------------------------------------ */
/* --------   Tabs   ---------------------------------------------- */
/* ------------------------------------------------------------------------ */

.et_pb_tabs, .et_pb_wc_tabs {
	border: 0 none;
}
ul.et_pb_tabs_controls {
	background-color: rgba(173,148,80,0.01);
}
.et_pb_tabs_controls li {
	border-right: 0 none;
	border-top: 2px solid transparent;
	/*float: left;*/
	/*font-weight: 600;*/
	/*position: relative;*/
	/*cursor: pointer;*/
	/*max-width: 100%;*/
	/*display: table;*/
	/*z-index: 11;*/
	/*line-height: 1.7em;*/
}
.et_pb_tabs_controls li a {
	color: #444444;
	padding: 8px 30px;
	transition: all 0.3s;
	/*text-decoration: none;*/
	/*vertical-align: middle;*/
	/*display: table-cell;*/
	/*line-height: inherit;*/
}
.et_pb_tabs_controls li.et_pb_tab_active {
	border-top: 2px solid #19b0c8;
	background-color: #fff;
}
.et_pb_tabs_controls li.et_pb_tab_active a {
	color: #000000 !important;
}
.et_pb_tabs_controls li.et_pb_tab_active a:hover,
.et_pb_tabs_controls li a:hover {
	color: #19b0c8 !important;
}



/* ------------------------------------------------------------------------ */
/* --------   Toggles   ---------------------------------------------- */
/* ------------------------------------------------------------------------ */

.et_pb_toggle {
	/*border-top: 1px solid #19b0c8;*/
	border: 0 transparent;
	border-bottom: 1px solid #19b0c8;
}

.et_pb_toggle_close {
	background-color: #ffffff;
	padding: 0;
}
.et_pb_toggle_open {
	padding: 0;
	background-color: #ffffff;
}
.et_pb_toggle .et_pb_toggle_title,
.et_pb_toggle h5.et_pb_toggle_title {
	color: #19b0c8;
	padding: 20px;
	font-weight: 600;
}
.et_pb_toggle_close .et_pb_toggle_title,
.et_pb_toggle_close h5.et_pb_toggle_title {
	background-color: #ffffff;
}
.et_pb_toggle_close:hover .et_pb_toggle_title,
.et_pb_toggle_close:hover h5.et_pb_toggle_title {
	background-color: rgba(173,148,80,0.1);
}
.et_pb_toggle_open .et_pb_toggle_title,
.et_pb_toggle_open h5.et_pb_toggle_title {
	/*background-color: rgba(173,148,80,0.1);*/
}
.et_pb_toggle .et_pb_toggle_title::before,
.et_pb_toggle_title::before {
	content: "\33";
	position: absolute;
	right: 20px;
	font-size: 16px;
	color: #19b0c8;
	top: 50%;
	margin-top: -.5em;
	font-weight: 900;
}
.et_pb_toggle_open .et_pb_toggle_title::before {
	content: "\32";
}
.et_pb_toggle_content,
.et_pb_toggle_open .et_pb_toggle_content {
	padding: 20px;
}

.box_toggle,
.et_pb_gutters3 .et_pb_column_4_4 .box_toggle {
	margin-bottom: 0;
}
.box_toggle .et_pb_toggle_content h4 {
	display: none !important;
}

@media only screen and ( min-width: 981px ) {
	#main-content .box_toggle {
		margin-bottom: 0;
	}

}

/* ------------------------------------------------------------------------ */
/* --------   Adverts Forms   ---------------------------------------------- */
/* ------------------------------------------------------------------------ */

#main-content .gform_wrapper.gravity-theme .description, #main-content .gform_wrapper.gravity-theme .gfield_description,
#main-content .gform_wrapper.gravity-theme .gsection_description, #main-content .gform_wrapper.gravity-theme .instruction {
	padding-top: 3px;
}
#main-content .gform_wrapper.gravity-theme .field_description_above .description, #main-content .gform_wrapper.gravity-theme .field_description_above .gfield_description,
#main-content .gform_wrapper.gravity-theme .field_description_above .gsection_description, #main-content .gform_wrapper.gravity-theme .field_description_above .instruction {
	padding-bottom: 5px;
}


/* ------------------------------------------------------------------------ */
/* --------   Sitemap   ---------------------------------------------- */
/* ------------------------------------------------------------------------ */
.simple-sitemap-container .simple-sitemap-page,
.simple-sitemap-container .simple-sitemap-post {
	margin-left: 0;
	list-style: none;
}
.simple-sitemap-container .term-tag {
	margin-top: 10px;
	font-size: 20px;
}
.simple-sitemap-container .page-item-13,
.simple-sitemap-container .page-item-136,
.simple-sitemap-container .page-item-137,
.simple-sitemap-container .page-item-138,
.simple-sitemap-container .page-item-139,
.simple-sitemap-container .page-item-408 { display: none !important; }



/* ------------------------------------------------------------------------ */
/* --------   Product Pages   --------------------------------------------- */
/* ------------------------------------------------------------------------ */
.single-product-container { width: 96%; }

.single-product .woocommerce-breadcrumb { display: none;}

.single-product-container #left-area { width: 100%; padding: 0 0 2%; float: none; }

#left-area .woocommerce-breadcrumb { display: none; }

#left-area .product_title {
	padding: 15px 0 20px;
}
#left-area .woocommerce-product-details__short-description {
	padding: 0 0 10px;
	width: 100%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: left;
}

.entry-summary #gform_1 { margin-top: 0; }
.entry-summary #gform_1 .gform_wrapper { margin-top: 0; }

#left-area .gform_body > ul {
	padding: 0;
}
.woocommerce-product-details__short-description .gform_wrapper .top_label .gfield_label,
.woocommerce-product-details__short-description .gform_wrapper legend.gfield_label {
	font-size: 13px;
	line-height: 1.2em;
}
body #left-area .gform_wrapper .top_label div.ginput_container,
body .woocommerce-product-details__short-description .gform_wrapper .top_label div.ginput_container {
	margin-top: 2px;
}

#left-area .gform_wrapper .gform_footer {
	padding: 5px 0 5px;
}


.product-top-wrap {
	position: relative;
}
.product-top-wrap:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.single-product-container {
	padding-top: 10px;
}


.single-product-container h1 {
	font-size: 24px;
	font-weight: 600;
}

.product {

}

.woocommerce-page div.product div.images-wrapper-outside {
	float: left;
	width: 48%;
	position: relative;
}
@media only screen and ( max-width: 767px ) {
	.woocommerce-page div.product div.images-wrapper-outside {
		float: none;
		width: 100%;
	}
	.woocommerce-page div.product div.summary {
		float: none;
		width: 100%;
	}
}

.woocommerce-page div.product div.images-wrapper-inner {
	position: relative;
}
.woocommerce-page div.product div.images-wrapper-inner.imagesfixed { position: absolute; }
/*
.woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}
*/

.entry-summary .gform_wrapper {
	margin-top: 20px;
	border-top: 1px solid #f8f8f8;
	padding-top: 20px;
}


.woocommerce div.product p.price,
.woocommerce-page div.product p.price {
	color: #000000 !important;
}
.single-product-container label.selectedswatch.wcvasquare,
.single-product-container label.wcvaswatchlabel {
	width: 42px !important;
	height: 17px !important;
}
.single-product-container label.wcvaswatchlabel {
	border: 0 none !important;
	outline: 0 none !important;
}
.single-product-container label.wcva_single_textblock.wcvaswatchlabel {
	width: auto !important;
	height: auto !important;
	background-color: #ffffff;
	border: 1px solid #000000 !important;
	border-radius: 0;
	font-size: 16px;
	font-weight: 600 !important;
}
.single-product-container label.wcva_single_textblock.selectedswatch.wcvasquare {
	width: auto !important;
	height: auto !important;
	border-radius: 0 !important;
}

.woocommerce-page div.product form.cart div.quantity {
	border-radius: 0 !important;
	margin-right: 10px;
}
.woocommerce-page .quantity input.qty {
	background-color: #000000 !important;
	border-radius: 0 !important;
	height: 45px;
}
.woocommerce div.product form.cart .button {
	background-color: #19b0c8;
	color: #ffffff;
	min-height: 45px;
	border-color: #19b0c8;
	border-radius: 4px;
}
.woocommerce div.product form.cart .button:hover {
	background-color: #1d1d1d;
	border-color: rgba(255,255,255,0.3);
	border-radius: 4px;
	letter-spacing: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	margin-bottom: 20px;
}

/* product tabs */

body.woocommerce .woocommerce-tabs {
	/*border: 0;*/
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
}
body.woocommerce .woocommerce-tabs  h2 {
	font-size: 24px;
}


div.product .et_pb_toggle {
	border: 0;
	border-top: 1px solid #dddddd;
	padding: 10px 0;
	margin-bottom: 0;
}
div.product .et_pb_toggle_close {
	background-color: #ffffff;
}
div.product .et_pb_toggle_title::before {
	color: #000;
	font-size: 18px;
	content: "\4c";
	font-weight: 900;
}
div.product .tab-heading {
	display: none;
}
div.product .woocommerce-Reviews-title {
	font-size: 24px;
}
div.product .related {
	clear: both;
}

/* social sharing */
div.product .heateor_sss_sharing_container {
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
}
div.product .heateor_sss_sharing_title {
	font-size: 22px;
	font-weight: 600 !important;
}

.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
	font-size: 22px;
	margin-bottom: 15px !important;
	font-weight: 600;
}

@media only screen and ( min-width: 981px ) {
	.et_pb_gutter.et_pb_gutters2 .single-product-container #left-area {
		width: 100%; padding: 0 0 2%; float: none;
	}
}

/* ------------------------------------------------------------------------ */
/* --------   product lists   --------------------------------------------- */
/* ------------------------------------------------------------------------ */

.et_pb_shop .woocommerce .products ul, .et_pb_shop .woocommerce ul.products {
	/*list-style: none;*/
	/*display: flex;*/
	/*flex-direction: row;*/
	/*justify-content: center;*/
	text-align: center;
}
.et_pb_shop .woocommerce ul.products li.product, .et_pb_shop .woocommerce-page ul.products li.product {
	/*float: none;*/
	margin: 0 1% 3% 1%;
	width: 30.5%;
	/*min-width: 210px;*/
	/*max-width: 320px;*/
	text-align: center;
	display: inline-block;
	float: none;
	clear: none;
}
.woocommerce-page ul.products li.product {
	text-align: center;
}

.product .upsells h2,
.product .related h2 {
	font-size: 18px !important;
	text-align: center;
	margin: 30px 0 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.product .upsells .product h2,
.product .related .product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 18px !important;
	margin: 0;
	text-transform: none;
	font-weight: 700;
	min-height: 3em;
}




@media only screen and ( max-width: 767px ) {
	.et_pb_shop .woocommerce ul.products li.product, .et_pb_shop .woocommerce-page ul.products li.product {
		margin: 0 1% 1.5% 1%;
		width: 47.5%;
	}
}
@media only screen and ( max-width: 479px ) {
	.et_pb_shop .woocommerce ul.products li.product, .et_pb_shop .woocommerce-page ul.products li.product {
		margin: 0 1% 1.5% 1%;
		width: 98%;
	}

}

/* product custom info tabs */

.products-info-section { }

a.products-info {
	color: #19b0c8;
	display: block;
	/*font-family: "Brandon Grot W01 Bold";*/
	font-size: 16px;
	line-height: 18px;
	height: 24px;
	text-decoration: none;
	text-transform: uppercase;
}

a.products-info::after {
	font-family: ETmodules !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0;
	content: "\33";
	color: #19b0c8;
	float: right;
}

a.products-info:hover,
a.products-info:hover::after {
	color: #000000;
}
a.products-info-open::after {
	content: "\32";
}
.additional-info {
	display: none;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 16px;
	/*color: #004F5A;*/
	/*line-height: 27px;*/
}
.additional-info.opened {
	display: block;
}
.products-info-separator {
	border-bottom: 1px solid #19b0c8;
	margin: 8px 0;
}

.entry-content table:not(.variations), body.et-pb-preview #main-content .container table { border: 0; }


/* ------------------------------------------------------------------------ */
/* --------   Shop notes   ------------------------------------------ */
/* ------------------------------------------------------------------------ */


#main-content .woocommerce-message,
#main-content .woocommerce-error,
#main-content .woocommerce-info {
	background-color: #eeeeee !important;
	color: #333333 !important;
}
#main-content .woocommerce-info a.showcoupon {
	color: #19b0c8 !important;
	font-weight: bold;
}

#main-content .woocommerce-message a.button.wc-forward, #main-content .woocommerce-message a.button.wc-forward {
	color: #ffffff;
}
#main-content .woocommerce-message a.button.wc-forward:hover, #main-content .woocommerce-message a.button.wc-forward:hover {
	background-color: #1d1d1d;
	border-radius: 4px;
	letter-spacing: 0;
	color: #ffffff;
}
.woocommerce-checkout .woocommerce-message .wc-forward { display: none; }

body .et_pb_button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button.alt.disabled:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover {
	letter-spacing: 0 !important;
	border-radius: 4px !important;
}

#main-content .woocommerce button.button, .woocommerce-page #main-content button.button,
.woocommerce button.button, .woocommerce-page button.button,
.woocommerce-page.et_pb_button_helper_class #main-content a.button,
.woocommerce-page.et_pb_button_helper_class a.button {
	border-color: #19b0c8;
	color: #ffffff;
	background-color: #19b0c8;
	padding: .3em 1em;
}
#main-content .woocommerce button.button:hover, .woocommerce-page #main-content button.button:hover,
.woocommerce button.button:hover, .woocommerce-page button.button:hover,
.woocommerce-page.et_pb_button_helper_class #main-content a.button:hover,
.woocommerce-page.et_pb_button_helper_class a.button:hover {
	background-color: #1d1d1d;
	border-color: #1d1d1d;
	color: #ffffff;
}





/* ------------------------------------------------------------------------ */
/* --------   My Account   ---------------------------------------------- */
/* ------------------------------------------------------------------------ */

.woocommerce-orders {}
.woocommerce-orders .entry-content {
	min-height: 50vh;
}

#main-content a.cart-edit-button,
.cart-edit-button {
	margin-left: 20px;
	padding: 2px 20px !important;
}


.woocommerce-cart .actions .coupon {
	display: none;
}




.cart_item .variation-AdvertContent {
	display: none;
}




/* ------------------------------------------------------------------------ */
/* --------   social icons   ---------------------------------------------- */
/* ------------------------------------------------------------------------ */


.box-social-facebook a.icon::before { content: "\e0aa"; }
.box-social-twitter a.icon::before { content: "\e0ab"; }
.box-social-tumbler a.icon::before { content: "\e0ae"; }
.box-social-linkedin a.icon::before { content: "\e0b4"; }
.box-social-youtube a.icon::before { content: "\e0ba"; }
.box-social-pinterest a.icon::before { content: "\e0ac"; }
.box-social-instagram a.icon::before { content: "\e0b1"; }
.box-social-email a.icon::before { content: "\e010";; }
.box-social-phone a.icon::before { content: "\e00b";; }

#main-header .box-social-icons { margin-top: 0px; margin-bottom: 0px; text-align: center; }
#main-header .box-social-icons li { margin-left: 5px; display: inline-block; }
#main-header .et-social-icon a { font-size: 34px; color: #19b0c8; }
#main-header .et-social-icon a:hover { color: #333333; }

#main-header .et-social-icon.box-social-facebook a { color: #3B5998; }
#main-header .et-social-icon.box-social-twitter a { color: #00aced; }
#main-header .et-social-icon.box-social-youtube a { color: #dd4b39; }
#main-header .et-social-icon.box-social-facebook a:hover,
#main-header .et-social-icon.box-social-twitter a:hover,
#main-header .et-social-icon.box-social-youtube a:hover { color: #333333; }

.et_slide_in_menu_container .box-social-icons { margin-top: 10px; margin-bottom: 0px; }
.et_slide_in_menu_container .box-social-icons li { margin-left: 5px; display: inline-block; }
.et_slide_in_menu_container .et-social-icon a { font-size: 24px; color: #f8f8f8; }
.et_slide_in_menu_container .et-social-icon a:hover { color: #ffffff; }

#footer-widgets .box-social-icons { margin-top: 5px; margin-bottom: 20px; }
#footer-widgets .box-social-icons li { padding-left: 0; }
#footer-widgets .box-social-icons li::before { display: none; color: transparent; border: 0 none transparent; }
#footer-widgets .box-social-icons li { margin-left: 10px; display: inline-block; }
#footer-widgets .box-social-icons li:first-of-type { margin-left: 0; }
#footer-widgets .et-social-icon a { font-size: 40px; }

#footer-widgets .footer-widget .box-social-icons a, #footer-widgets .footer-widget .box-social-icons li a { color: #ffffff; }
#footer-widgets .footer-widget .box-social-icons a:hover, #footer-widgets .footer-widget .box-social-icons li a:hover { color: #e0e0e0; }


.post-meta .icon {}
.icon.icon-comments::before { content: "\e066";; }




/* ------------------------------------------------------------------------ */
/* --------   footer   -------------------------------------------- */
/* ------------------------------------------------------------------------ */

#main-footer {
	position: relative;
	z-index: 100;
	background-image: linear-gradient(90deg,#02bade 0%,#01ddc4 100%) !important;
	font-size: 16px;
	font-weight: 600;
}
#main-footer:before {
	/*content: '';*/
	/*position: absolute;*/
	/*bottom: 0;*/
	/*right: 0;*/
	/*width: 665px;*/
	/*height: 665px;*/
	/*max-width: 42%;*/
	/*max-height: 70%;*/
	/*background-image: url('images/logo-portion-footer.png');*/
	/*background-position: bottom right;*/
	/*background-size: contain;*/
	/*background-repeat: no-repeat;*/
	/*z-index: 100;*/
}

#main-footer .footer-widget h4, #main-footer .widget_block h1, #main-footer .widget_block h2, #main-footer .widget_block h3, #main-footer .widget_block h4, #main-footer .widget_block h5, #main-footer .widget_block h6 {
	font-weight: 600;
	font-size: 26px;
	padding-bottom: 0.8em;
}

#main-footer .et_pb_widget {
	float: none;
}
#main-footer .et_pb_widget a {  }

#footer-widgets .footer-widget li {
	padding-left: 0;
	position: relative;
}
#footer-widgets .footer-widget .menu li { margin-bottom: 0; }
#footer-widgets .footer-widget li::before {
	display: none;
}
.et_pb_widget ul li {
	margin-bottom: 0.3em;
}



#main-footer ul.menu {
	/*list-style: none;*/
}

#main-footer ul.menu a:hover {
	color: #f0f0f0;
}

#main-footer .social-icons {}
#main-footer .social-icons li { display: inline-block; padding: 0; margin-right: 15px; }
#main-footer .social-icons li a:hover { opacity: 0.8; transition: all 0.2s ease-in-out; }


#footer-bottom #footer-info { color: #ffffff; float: none; font-size: 14px; }
#footer-bottom a { font-weight: normal; color: #ffffff; }
#footer-bottom a:hover { color: #f0f0f0; }

/*#footer-bottom #footer-info { float: none; width: 65%; }*/
@media (min-width: 768px) {
	#footer-bottom #footer-info { text-align: right; }
}
@media (max-width: 767px) {
	#footer-bottom #footer-info { width: 80%; display: block; text-align: center; padding: 4px; }
}




@media only screen and ( min-width: 981px ) {
	.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
		margin-bottom: 5%;
	}
}
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	#footer-bottom #footer-info { text-align: left; }
}
@media only screen and ( max-width: 767px ) {
	#footer-bottom #footer-info,
	#footer-bottom #footer-info span {
		display: block;
		text-align: center;
		padding: 4px;
		width: 100%;
	}
	#footer-info {
		padding-bottom: 35px;
	}
	/*.footer-logo img { max-width: 100%; }*/
	#footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget:nth-child(n) {
		padding-right: 15px;
	}
}





/*#main-footer .col1_2 { width: 50%; float: left; }*/



/* ------------------------------------------------------------------------ */
/* --------   tests   ---------------------------------------------------- */
/* ------------------------------------------------------------------------ */

.et_pb_column .nopadd, .nopadd { padding: 0 !important;}
.et_pb_column .pad1, .pad1 { padding: 1em !important; }
.et_pb_column .pad2, .pad2 { padding: 2em !important; }
.et_pb_column .pad10, .pad10 { padding: 10px !important; }
.et_pb_column .pad15, .pad15 { padding: 15px !important; }
.et_pb_column .pad20, .pad20 { padding: 20px !important; }
.et_pb_column .pad50, .pad50 { padding: 50px !important; }
.et_pb_column .padt0, .padt0 { padding-top: 0 !important; }
.et_pb_column .padt20, .padt20 { padding-top: 20px !important; }
.et_pb_column .padt50, .padt50 { padding-top: 50px !important; }
.et_pb_column .padt80, .padt80 { padding-top: 80px !important; }
.et_pb_column .padb0, .padb0 { padding-bottom: 0 !important; }
.et_pb_column .padb20, .padb20 { padding-bottom: 20px !important; }
.et_pb_column .padb50, .padb50 { padding-bottom: 50px !important; }
.et_pb_column .padb80, .padb80 { padding-bottom: 80px !important; }
.et_pb_column .nomarg, .nomarg { margin: 0 !important; }
.et_pb_column .mar1, .mar1 { margin: 1em; }
.et_pb_column .mar2, .mar2 { margin: 2em; }
.et_pb_column .mar10, .mar10 { margin: 10px; }
.et_pb_column .mar15, .mar15 { margin: 15px; }
.et_pb_column .mar20, .mar20 { margin: 20px; }
.et_pb_column .marg-r0, .marg-r0 { margin-right: 0; }
.et_pb_column .mart10, .mart10 { margin-top: 10px; }
.et_pb_column .mart15, .mart15 { margin-top: 15px; }
.et_pb_column .mart20, .mart20 { margin-top: 20px; }
.et_pb_column .fs16, .fs16 { font-size: 16px; }
.et_pb_column .fs20, .fs20 { font-size: 20px; }
.et_pb_column .fs24, .fs24 { font-size: 24px; }
.et_pb_column .fs26, .fs26 { font-size: 26px; }
.et_pb_column .fs28, .fs28 { font-size: 28px; }
.et_pb_column .fs30, .fs30 { font-size: 30px; }
.et_pb_column .fs32, .fs32 { font-size: 32px; }
.et_pb_column .fs34, .fs34 { font-size: 34px; }
.et_pb_column .fs36, .fs36 { font-size: 36px; }

.et_pb_column .fll, .fll { float: left; }
.et_pb_column .flr, .flr { float: right; }

.col-nomarg .et_pb_column { margin-bottom: 0; }
@media only screen and ( max-width: 980px ) {
	.col-nomarg .et_pb_column { margin-bottom: 0; }
}


@media only screen and ( min-width: 981px ) and ( max-width: 1350px ) {


} /* min-width: 981px ) and ( max-width: 1350px */






/* ------------------------------------------------------------------------ */
/* --------   Social   ---------------------------------------------------- */
/* ------------------------------------------------------------------------ */





/* ------------------------------------------------------------------------ */
/* --------   Invoice Payments   ---------------------------------------------------- */
/* ------------------------------------------------------------------------ */

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
	clear: none;
}

#main-content .product .nyp .nyp-input, #main-content .wcopc .product-item .nyp .nyp-input {
	width: 99%;
	resize: none;
	line-height: 25px;
	padding: 5px 15px;
	border: 1px solid #aaa;
	background: #fff;
	box-shadow: none;
	outline: 0;
	text-align: left;
}



.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #19b0c8;
}
#main-content .woocommerce-error a.button, #main-content .woocommerce-info a.button, #main-content .woocommerce-message a.button {
	border: 1px solid #ffffff;
	background-color: #19b0c8;
	color: #ffffff;
}
#main-content .woocommerce-error a.button:hover, #main-content .woocommerce-info a.button:hover, #main-content .woocommerce-message a.button:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #19b0c8;
}

.woocommerce .wc-proceed-to-checkout a.button, .woocommerce .wc-proceed-to-checkout a.button.alt,
.woocommerce .return-to-shop a.button {
	color: #ffffff;
}


.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .wc-forward,
#main-content .shop_table .product-thumbnail,
#main-content .shop_table .product-quantity {
	display: none;
}


#order_review_heading {
	margin-top: 30px;
}



/* ------------------------------------------------------------------------ */
/* --------   testing   -------------------------------------------- */
/* ------------------------------------------------------------------------ */


.test-page #page-container {
	margin-top: -47px;
	padding-top: 100px;
	background-image: url("/dev/strive-mockup-home-003.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: initial;
}
.test-page #main-header {
	background-color: transparent;
}
.test-page .et_pb_section {
	background-color: transparent;
}
.test-page .pricing-section {

}
.test-page .pricing-section .et_pb_column {
	opacity: 0.8;
}



