/*
 Theme Name:     AL Contracts
 Description:    AL Contracts Theme
 Author:         Karbon Designed
 Author URI:     https://www.karbondesigned.co.uk
 Template:       Divi
 Version:        1.0.0
*/

/* --------------------------------------------
        General Styles
   -------------------------------------------- */
body {
    max-width: 2560px;
    margin: 0 auto;
}
footer p {
    padding-bottom: 0 !important;
}
a {
    transition: all 0.3s ease-in-out;
}
a:hover {
	opacity: 0.8;
}
.et_pb_scroll_top.et-pb-icon {
    border-radius: 0;
}
.clear::after {
    content: "";
    display: table;
    clear: both;
}
#top-menu li > a:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#top-menu li:hover > a:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/**** ROW SETTINGS VIP ****/
#main-header {
    max-width: 2560px;
}
.et_pb_row,
.container {
    width: 90% !important;
    max-width: 2560px;
}

@media only screen and (min-width: 1600px) {
    div.et_pb_section {
        padding: 60px 0;
    }
	div.et_pb_row {
        padding: 30px 0;
    }
}
@media all and (max-width: 980px) {
    #main-header .container {
        width: 100% !important;
    }
    .logo_container {
        padding-left: 5%;
    }
    #main-header #et-top-navigation {
        padding-right: 5% !important;
    }
    .et_pb_row,
    .container {
        width: 80% !important;
    }
    .FLX {
        display: flex;
        flex-direction: column;
    }
    .ORD2 {
        order: 2;
        margin-top: 60px;
        margin-bottom: 0;
    }
    .flxRev {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
	.flxRev .et_pb_column:first-child {
		margin-bottom: 0;
	}
	.flxRev .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}
@media all and (max-width: 768px) {
    .et_pb_row,
    .container {
        width: 90% !important;
    }
    .logo_container {
        padding-left: 5%;
    }
    #et-top-navigation {
        padding-right: 5%;
    }
}

/* --------------------------------------------
		Navigation
   -------------------------------------------- */
.logo_container {
    position: absolute;
    height: 100%;
    width: 100%;
}
#top-menu li {
	padding-right: 30px;
	letter-spacing: 1px;
	font-weight: 700;
}
.et_mobile_menu li a {
	padding: 16px 5%;
}
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
}
.mobile_nav.opened .mobile_menu_bar::before {
	transition: all .4s ease;
	transform: rotate(90deg);
	display: block;
}

@media all and (max-width: 1100px) {
	#top-menu li {
		padding-right: 25px;
	}
}
@media all and (max-width: 980px) {
	#main-header,
	#main-header .container {
		height: 80px;
	}
	.et_fixed_nav #et-top-navigation {
		-webkit-transition: none;
		transition: none;
	}
}

/* --------------------------------------------
        Buttons
   -------------------------------------------- */
body .et-l .et_pb_button {
	font-size: 14px;
    transition: all 0.3s ease-in-out !important;
    padding: 12px 50px !important;
    text-align: center;
}
body .et-l .et_pb_button:hover {
    padding: 12px 50px !important;
    text-align: center;
	opacity: 1;
}

@media all and (max-width: 980px) {
	body .et-l .et_pb_button {
		font-size: 13px;
	}
}
@media all and (max-width: 768px) {
	body .et-l .et_pb_button {
		font-size: 12px;
	}
}

/* --------------------------------------------
        Pages
   -------------------------------------------- */
/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
}
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
}
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
}

/**** Heading Styles ****/
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0;
}

#main-content h1 {
	font-size: 60px;
	line-height: 1.1em;
	text-shadow: 1px 1px 0px #000000;
}
#main-content h2 {
	font-size: 40px;
	line-height: 1.2em;
}
#main-content h3 {
	font-size: 24px;
	line-height: 1.2em;
}
#main-content h4 {
	font-size: 22px;
	line-height: 1.2em;
}
#main-content h5 {
	font-size: 20px;
	line-height: 1.2em;
}
#main-content h6 {
	font-size: 18px;
	line-height: 1.2em;
}

@media all and (max-width: 1280px) {
	#main-content h1 {
		font-size: 52px;
	}
	#main-content h2 {
		font-size: 36px;
	}
}
@media all and (max-width: 980px) {
	#main-content h1 {	
		font-size: 44px;
	}
	#main-content h2 {
		font-size: 32px;
	}
	#main-content h3 {
		font-size: 22px;
	}
}
@media all and (max-width: 768px) {
	#main-content h1 {	
		font-size: 36px;
	}
	#main-content h2 {
		font-size: 28px;
	}
	#main-content h3 {
		font-size: 20px;
	}
	#main-content h4 {
		font-size: 21px;
	}
	#main-content p {
		font-size: 16px;
	}
}
@media all and (max-width: 479px) {
	#main-content h1 {	
		font-size: 32px;
	}
	#main-content h2 {
		font-size: 26px;
	}
}
@media all and (max-width: 380px) {
	#main-content h1 {	
		font-size: 28px;
	}
	#main-content h2 {
		font-size: 24px;
	}
}

/* --------------------------------------------
        Pages
   -------------------------------------------- */
.hero.et_pb_section {
	padding-top: 6vw;
	padding-bottom: 15vw;
	max-height: 700px;
}
.preHead p {
	font-size: 14px !important;
}
#main-content ul {
	list-style-type: disclosure-open;
}
ul li {
	line-height: 1.7em;
	padding-left: 5px;
}
li::marker {
	color: #45C3D3;
}
.whtBul li::marker {
	color: #FFFFFF;
}
.numer {
	background-color: red;
	padding: 7px 10px;
	border-radius: 50%;
}
#main-content .padTop {
	padding-top: calc(100px + 4%);
}
#main-content .padBot {
	padding-bottom: calc(100px + 4%);
}

@media only screen and (min-width: 1600px) {
	#main-content .padTop {
		padding-top: calc(100px + 60px);
	}
    #main-content .padBot {
        padding-bottom: calc(100px + 60px);
    }
	#contact {
		padding-bottom: calc(100px + 60px);
	}
}
@media all and (min-width: 1200px) {
	.heroCon.et_pb_section {
		height: 350px;
	}
}
@media all and (max-width: 1199px) {
	.heroCon.et_pb_section {
		padding-top: 6vw;
		padding-bottom: calc(100px + 4%);
	}
}
@media all and (max-width: 980px) {
	.heroCon.et_pb_section {
		padding-bottom: calc(100px + 0);
	}
	#main-content .padTop {
		padding-top: calc(100px + 50px);
	}
	#main-content .padBot {
		padding-bottom: calc(100px + 50px);
	}
	.padTno {
		padding-top: 0;
	}
	#contact .flxRev .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}
@media all and (max-width: 768px) {
	ul li {
		font-size: 16px;
	}
}
@media all and (max-width: 479px) {
	.hero {
		max-height: none;
		min-height: 450px;
	}
	.heroCon {
		max-height: none;
		min-height: 250px;
	}
}

.thirty20 {
	padding-top: clamp(6vw, 6vw, 60px);
	padding-bottom: 0;
	padding-left: clamp(5vw, 5vw, 50px);
	padding-right: clamp(5vw, 5vw, 50px);
}
@media all and (max-width: 980px) {
	.thirty20 {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media all and (max-width: 768px) {
	.thirty20 {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media all and (max-width: 479px) {
	.thirty20 {
		padding-right: 0;
		padding-left: 0;
	}
}

/**** Picture Columns ****/
.picColr,
.picColl {
	display: flex;
	justify-content: center;
}
.picColl .et_pb_column,
.picColr .et_pb_column {
	width: 50%;
}
.picColr .et_pb_column:first-child {
	margin-right: 0%;
}
.picColr .et_pb_column:last-child {
	margin-left: -100px;
	background: #FFFFFF;
	margin-top: 50px;
}
.picColl .et_pb_column:first-child {
	margin-right: 0%;
	margin-right: -100px;
	background: #FFFFFF;
	margin-top: 50px;
	position: relative;
    z-index: 100;
}
.cBlu.picColl .et_pb_column:first-child {
	background: #002540;
}
.cCya.picColl .et_pb_column:first-child {
	background: #45C3D3;
}
.cCya.picColr .et_pb_column:last-child {
	background: #45C3D3;
}

@media all and (max-width: 980px) {
	.picColr,
	.picColl {
		flex-direction: column;
		align-items: center;
	}
	.picColr {
        display: flex !important;
        flex-direction: column-reverse !important;		
	}
	.picColl .et_pb_column,
	.picColr .et_pb_column {
		display: block;
	}
	.picColr .et_pb_column:first-child {
		margin-bottom: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.picColr .et_pb_column:last-child {
		margin-left: 0;
		margin-bottom: 30px;
	}
	.picColl .et_pb_column,
	.picColr .et_pb_column {
		width: 100%;
	}
		.picColr .et_pb_column:last-child {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.picColl .et_pb_column:first-child {
		margin-right: 0;
		margin-bottom: 0;
		margin-top: 0 !important;
	}
	.picColr .et_pb_column:first-child,
	.picColl .et_pb_column:last-child {
	    max-width: 500px;
	}
}

/**** Hero Services ****/
.heroServ {
	height: 900px;
	padding: 0 !important;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.heroServ .et_pb_row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
	width: 2560px !important;
    max-width: 100%;
	padding: 0 !important;
	height: 100%;
}
.heroServ .et_pb_row .et_pb_column {
	width: 25%;
	margin: 0;
    padding: 18vw 3vw 0;
}

.heroServ .et_pb_column  {
	background-color: #8a8a8a;
    background-blend-mode: multiply;
    transition: background-color 0.5s ease-in-out;
	cursor: pointer;
}
.heroServ .et_pb_column:hover {
    background-color: #cdcdcd;
    transition: background-color 0.25s ease-in-out;
}

@media all and (max-width: 1600px) {
	.heroServ {
		height: 800px;
	}
}
@media all and (max-width: 1300px) {
	.heroServ {
		height: 700px;
	}
}
@media all and (max-width: 980px) {
	.heroServ {
		height: auto;
		justify-content: center;
	}
	.heroServ .et_pb_row {
		justify-content: center;
		padding-top: 80px;
	}
	.heroServ .et_pb_row .et_pb_column {
		width: 100%;
		min-height: 260px;
		padding: 0 40px;
		display: flex;
        flex-direction: column;
        justify-content: center;
	}
}
@media all and (max-width: 980px) {
	.heroServ .et_pb_row .et_pb_column {
		padding: 40px 20vw 40px;
	}
	.heroServ .et_pb_row .et_pb_column:first-child {
		padding-top: 120px;
	}
	.heroServ .et_pb_row .et_pb_column:last-child {
		padding-bottom: 120px;
	}
}
@media all and (max-width: 768px) {
	.heroServ .et_pb_row .et_pb_column {
		padding: 40px 16vw 40px;
	}
	.heroServ .et_pb_row .et_pb_column:first-child {
		padding-top: 120px;
	}
	.heroServ .et_pb_row .et_pb_column:last-child {
		padding-bottom: 120px;
	}
}
@media all and (max-width: 479px) {
	.heroServ .et_pb_row .et_pb_column {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/**** CTA Section ****/
.ctaSect .et_pb_row {
	padding-top: 140px;
	padding-bottom: 140px;
}
.ctaSect .et_pb_column {
	margin-bottom: 0;
	padding-bottom: 6vw;
}

@media all and (max-width: 980px) {
	.ctaSect .et_pb_column {
		padding-bottom: 40px;
	}
}
@media all and (max-width: 768px) {
	.ctaSect .et_pb_column {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media all and (max-width: 479px) {
	.ctaSect .et_pb_column {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/**** Milestones ****/
.milestones {
	padding-top: calc(100px + 4%);
	padding-bottom: calc(100px + 4%);
	min-height: 400px;
}
.milestones .mileB p {
	font-size: 32px;
	font-weight: 600;
}
.milestones .mileS p {
	font-size: 20px;
	line-height: 1.2;
}

@media all and (min-width: 1600px) {
    div.et_pb_section.milestones {
		padding-top: calc(100px + 60px);
        padding-bottom: calc(100px + 60px);
    }
}
@media all and (max-width: 980px) {
	div.et_pb_section.milestones {
		display: flex;
		padding-top: calc(100px + 50px);
        padding-bottom: calc(100px + 50px);
	}
	.milestones h2 {
		text-align: center;
	}
	.milestones .mileB p {
		font-size: 28px;
	}
}
@media all and (max-width: 768px) {
	div.et_pb_section.milestones {
		min-height: 450px;
	}
	.milestones .mileB {
		margin-bottom: 20px;
	}
	.milestones .mileB p {
		font-size: 24px !important;
	}
}
@media all and (max-width: 479px) {
	div.et_pb_section.milestones {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

/* --------------------------------------------
        Footer
   -------------------------------------------- */
footer p {
	color: #FFFFFF;
	font-size: 16px;
}
footer .et_pb_text_inner ul {
	list-style-type: none;
	padding: 0;
	color: #FFFFFF;
	font-size: 16px;
}
footer .et_pb_text_inner li {
	padding-left: 0;
}
footer h3 {
	color: #FFFFFF;
}
footer .copyCol p {
	font-size: 12px;
	color: #cdcdcd !important;
}

@media all and (max-width: 980px) {
	footer .copyCol .et_pb_column:first-child {
		margin-bottom: 10px !important;
	}
}

/* --------------------------------------------
        Owl Carousel
   -------------------------------------------- */
.owl-item {
	text-align: center;
}
.owl-carousel img {
	width: 200px !important;
}
.owl-item div div:nth-child(2) p {
	margin-top: 20px;
	margin-bottom: 25px;
	font-weight: 600;
}
.owl-item div div:last-child .et_pb_text_inner {
 	font-size: 16px;
}
.owl-nav {
	margin-top: 30px;
	text-align: center;
}
#main-content .owl-nav button.owl-next,
#main-content .owl-nav button.owl-prev {
	font-size: 40px !important;
    padding: 20px !important;
	color: #858585;
}

/* --------------------------------------------
        Cookie Preferences
   -------------------------------------------- */
.cky-consent-container .cky-consent-bar {
    padding: 10px 24px;
}
.cky-consent-bar button.cky-btn-customize,
.cky-modal button.cky-btn-preferences {
    border-color: #002540 !important;
    background-color: #FFFFFF !important;
    color: #000000 !important;
	transition: all 0.2s ease-in-out;
}
.cky-modal button.cky-btn-preferences {
	border: 2px solid #002540;
}
.cky-consent-bar button.cky-btn-customize:hover,
.cky-consent-bar button.cky-btn-customize:focus {
    background-color: #002540 !important;
    color: #FFFFFF !important;
}
.cky-modal button.cky-btn-preferences:hover,
.cky-modal button.cky-btn-preferences:focus {
    background-color: #002540 !important;
    color: #FFFFFF !important;
	border: 2px solid #002540;
}
.cky-modal button.cky-btn-accept,
.cky-consent-bar button.cky-btn-accept {
	border-color: #002540 !important;
    background-color: #002540 !important;
    color: #FFFFFF !important;
	transition: all 0.2s ease-in-out;
}
.cky-modal button.cky-btn-accept:hover,
.cky-consent-bar button.cky-btn-accept:hover {
	border-color: #002540 !important;
    background-color: #002540 !important;
    color: #FFFFFF !important;
	transition: all 0.2s ease-in-out;
}
.cky-revisit-bottom-left {
    background-color: #002540 !important;
}
.cky-consent-container .cky-consent-bar {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
}
.cky-notice .cky-title {
    display: block;
	margin: 0 !important;
}
.cook-cont h3 {
    margin-bottom: 16px !important;
}

/* --------------------------------------------
        Footer
   -------------------------------------------- */
#footer ul {
	list-style-type: none !important;
	padding: 0 !important;
	line-height: 1.85em !important;
	font-size: 16px;
}
#footer li {
	transition: all 0.3s ease-in-out;
    position: relative;
}
#footer ul li a {
	line-height: 1.85em;
}
#footer ul li:hover {
    padding-left: 18px;
    opacity: 0.7;
    cursor: pointer;
}
#footer li:before {
    content: '\279C';
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
	color: #42aab7;
}
#footer ul li:hover:before {
    opacity: 0.7;
    visibility: visible;
    left: 0;
}
#footer a:hover {
	color: #42aab7 !important;
}


@media all and (max-width: 980px) {
	.footCop {
		margin-bottom: 0;
	}
}

/* --------------------------------------------
        Contact Us
   -------------------------------------------- */
/**** Form Fields ****/
.cf7 form {
    max-width: 980px;
    margin: 0 auto;
}
.cf7 input[type=text],
.cf7 input[type=email],
.cf7 input[type=tel],
.cf7 input.wpcf7-captchar {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #FFF;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
	background: #F3F3F3;
}
.cf7 input[type=text]:focus,
.cf7 input[type=email]:focus,
.cf7 input[type=tel]:focus,
.cf7 textarea:focus,
.cf7 .selectDiv select:focus,
.cf7 input.wpcf7-captchar:focus {
    border: 1px solid #ffffff;
    color: #4e4e4e;
    box-shadow: 0 0 4px 0 #696969;
}
.cf7 form div:nth-child(2) div:first-child,
.cf7 form div:nth-child(2) div:nth-child(2),
.cf7 form div:nth-child(2) div:nth-child(3) {
    margin-bottom: 30px;
}
.cf7 form .wpcf7-turnstile div:first-child {
	margin-bottom: 0 !important;
}
.cf7 form div:nth-child(2) div:nth-child(4) {
    margin-bottom: 0;
}
.cf7 form div:nth-child(2) div:first-child,
.cf7 form div:nth-child(2) div:nth-child(2),
.cf7 form div:nth-child(2) div:nth-child(3),
.cf7 form div:nth-child(2) div:nth-child(4),
.cf7 form div:nth-child(2) div:nth-child(5),
.cf7 textarea,
.cf7 input.wpcf7-captchar {
/*     box-shadow: 0 0 9px 0 #959595; */
}

.cf7 form div:nth-child(2) div:nth-child(6) p {
    font-size: 16px !important;
	color: #FFF;
}
.cf7 textarea {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #FFF;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
	background: #F3F3F3;
}
.cf7 .wpcf7-submit[type=submit] {
    font-family: 'Comfortaa', display;
    width: 100%;
    padding: 22px !important;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
	border-radius: 0;
    color: #FFFFFF;
    background-color: #00B585;
    border: 1px solid #00B585;
    transition: all 0.2s ease-in-out;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.cf7 .wpcf7-submit[type=submit]:hover {
    background-color: #00c994;
    border: 1px solid #00c994;
    color: #FFFFFF !important;
    cursor: pointer;
    letter-spacing: 1px;
    padding: 22px !important;
}
.cf7 .wpcf7-submit:hover:after {
    display: none;
}

/**** Validation & Errors ****/
.cf7 form div:nth-child(2) p .wpcf7-not-valid-tip {
    position: absolute;
}
.wpcf7-not-valid-tip,
.wpcf7-response-output {
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 2px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    margin: 0 !important;
}
.wpcf7-response-output {
    font-size: 14px;
}
input.wpcf7-not-valid,
select.wpcf7-not-valid {
    border: 1px solid #dc3232 !important;
}
.wpcf7-response-output {
    text-align: center;
}

/**** Accept Checkbox ****/
.accept p {
    line-height: 3 !important;
    font-size: 14px !important;
}
.accept a:hover {
    opacity: 0.8;
}
.accept .wpcf7-list-item {
    margin-left: 0;
	color: #4e4e4e;
    line-height: 1.5;
}

/**** Placeholder Text ****/
::-webkit-input-placeholder { /* Edge */
    color: #757575;
}
:focus::-webkit-input-placeholder { /* Edge */
    color: #4e4e4e;
}
::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #757575;
}
:focus::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4e4e4e;
}
::placeholder {
    color: #757575;
}
:focus::placeholder {
    color: #4e4e4e;
}

/* --------------------------------------------
        Blog
   -------------------------------------------- */
/**** Image Zoom & Heading Hover ****/
.hBlog .et_pb_image_container img,
.hBlog .entry-featured-image-url img {
	transition: all .3s ease;
}
.hBlog .et_pb_image_container img:hover,
.hBlog .entry-featured-image-url img:hover {
	transform: scale(1.1);
}
.hBlog .entry-featured-image-url {
	overflow: hidden;
}

/******** Blog Hero - IMPORTANT: Name top section #hero ********/
.blog #hero,
.search #hero,
.archive #hero,
.error404 #hero {
    background-size: cover !important;
}

@media all and (max-width: 980px) {
	.blog #hero .et_pb_column {
		margin-bottom: 0;
	}
}

/******** Blog Section ********/
.blog .et_pb_blog_0_tb_body .et_pb_post a img { /* Important - For 1st Blog section in Nestora style layout */
    width: 1414px !important;
}
.et-db #et-boc .et-l .et_pb_blog_0_tb_body .et_pb_post .entry-title,
.et-db #et-boc .et-l .et_pb_blog_0_tb_body h2.not-found-title {
    font-size: 24px !important;
    margin-bottom: 16px;
}
.et-db #et-boc .et-l .et_pb_blog_1_tb_body .et_pb_post .entry-title,
.et-db #et-boc .et-l .et_pb_blog_1_tb_body h2.not-found-title { /* Important - Remove if NOT Nestora style layout */
    font-size: 24px !important;
    margin-bottom: 0;
}
.post-meta,
.et_pb_title_meta_container {
	font-size: 14px !important;
}
#main-content .post-meta .author a:hover,
#main-content .post-meta > a:hover,
#main-content .et_pb_title_meta_container .author a:hover,
#main-content .et_pb_title_meta_container > a:hover {
	color: #666 !important;
}

/*********** NEW Blog Styles **********/
.blog .et_pb_post {
	margin-bottom: 0;
}
#et-boc .tSpecCol {
	width: 63.667%;
	margin-right: 5%;
}
#et-boc .bSpecCol .et_pb_row > .et_pb_column:first-child {
	margin-right: 5%;
}
#et-boc .bSpecCol .et_pb_row > .et_pb_column:last-child {
	width: 63.667%;
}
.blog .blog3Col .et_pb_column {
	width: 31.3333333%;
}
.blog3Col .et_pb_column {
	height: 190px;
	overflow: hidden;
}
.blog3Col  .et_pb_column .et_pb_module {
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog3Col  .et_pb_column .et_pb_module {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	transition: all .2s;
	cursor: pointer;
	background-color: #ababab;
	background-blend-mode: multiply;
	transition: background-color 0.5s ease-in-out;
}
.blog3Col .et_pb_column:hover .et_pb_module {
	background-color: #cdcdcd;
	transition: background-color 0.25s ease-in-out;
}

@media all and (max-width: 980px) {
	#et-boc .tSpecCol {
		width: 100%;
		margin-right: 0;
	}
	#et-boc .bSpecCol .et_pb_row > .et_pb_column:first-child {
		margin-right: 0;
		margin-bottom: 0;
	}
	#et-boc .bSpecCol .et_pb_row > .et_pb_column:last-child {
		width: 100%;
	}
	.blog .blog3Col .et_pb_column {
		margin-bottom: 0;
		margin-right: 3%;
		height: 180px;
	}
	.blog .blog3Col .et_pb_column:last-child {
		margin-right: 0;
	}
}
@media all and (max-width: 768px) {
	.blog .blog3Col .et_pb_column {
		height: 160px;
	}
}
@media all and (max-width: 479px) {
	.blog .blog3Col .et_pb_column {
		margin-bottom: 0;
		margin-right: 0;
		height: 120px;
	}
	.blog #main-content .blog3Col .et_pb_column:not(:last-child) {
		margin-bottom: 30px;
	}
}
/*********** END NEW Blog Styles **********/

@media all and (min-width: 1601px) {
	.blog .et_section_specialty .et_pb_post a img,
	.archive .et_pb_section .et_pb_post a img,
	.search .et_pb_section .et_pb_post a img,
	.blog .et_section_specialty .bloCOL .et_pb_post a img { /* Alter Object Ratio height in breakpoints as required */
		object-fit: cover;
		height: 500px !important;
		width: 100%;
	}
}
@media all and (max-width: 1600px) {
	.blog .et_section_specialty .et_pb_post a img,
	.archive .et_pb_section .et_pb_post a img,
	.search .et_pb_section .et_pb_post a img { /* Alter Object Ratio height in breakpoints as required */
		object-fit: cover;
		height: 400px !important;
    }
}
@media all and (max-width: 1290px) {
	.blog .et_section_specialty .et_pb_post a img,
	.archive .et_pb_section .et_pb_post a img,
	.search .et_pb_section .et_pb_post a img {
        height: 300px !important;
    }
}
@media all and (max-width: 980px) {
	.blog .et_section_specialty .et_pb_post a img,
	.archive .et_pb_section .et_pb_post a img,
	.search .et_pb_section .et_pb_post a img {
        height: 250px !important;
    }
}
@media all and (max-width: 768px) {
	.blog .et_section_specialty .et_pb_post a img,
	.archive .et_pb_section .et_pb_post a img,
	.search .et_pb_section .et_pb_post a img {
        height: 200px !important;
    }
}

/******** Post Section ********/
.single .et_pb_title_featured_container {
    margin-bottom: 20px;
}
.single .et_pb_title_featured_container img {
    object-fit: cover;
    height: 350px !important;
}
.single .et_pb_module h1 {
    font-size: 36px;
    letter-spacing: 1px !important;
}
.single .et_pb_sidebar_0_tb_body,
.single .et_pb_sidebar_1_tb_body {
    padding-top: 30px;
}

@media all and (max-width: 980px) {
    .single .et_pb_title_featured_container img {
        object-fit: cover;
        height: 250px !important;
    }
    .single .et_pb_module h1 {
        font-size: 32px;
    }
}
@media all and (max-width: 768px) {
    .single .et_pb_title_featured_container img {
        object-fit: cover;
        height: 200px !important;
    }
    .single .et_pb_module h1 {
        font-size: 28px;
    }
}

/* Blog Grid */
.et_pb_salvattore_content {
    display: flex;
}
.et_pb_blog_grid .column {
    display: flex;
}
.et_pb_blog_grid .column article {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.et_pb_blog_grid .et_pb_post {
    border: 1px solid #ededed;
    padding-bottom: 30px;
}
.et_pb_blog_grid .et_pb_image_container {
    margin-bottom: 0;
}
.et_pb_blog_grid .column article .post-content {
    margin-top: auto;
}

@media all and (max-width: 980px) {
    .et_pb_section.et_pb_section_1_tb_body .et_pb_row:first-child .et_pb_column { /* If Nestora style then for first row in top section */
        margin-bottom: 0;
    }
    .et_pb_salvattore_content {
        flex-direction: column;
    }
    .et_pb_blog_grid .column {
        display: block;
        width: 100% !important;
        margin: 0 !important;
    }
    .et_pb_blog_grid .column article {
		margin-bottom: 22px !important;
		padding-bottom: 20px;
		border-bottom: 1px solid #ebebeb;
    }
	.et_pb_blog_grid .column:last-child article:last-child {
		margin-bottom: 47px !important;
	}
    .et-db #et-boc .et-l .et_pb_blog_1_tb_body .et_pb_post .entry-title,
    .et-db #et-boc .et-l .et_pb_blog_1_tb_body h2.not-found-title {
        margin-bottom: 16px;
    }
    .et_pb_blog_grid .et_pb_image_container {
        margin: 0;
    }
    .et_pb_blog_grid .et_pb_post {
        padding: 0;
        border: 0;
    }
    .et_pb_blog_grid .et_pb_image_container img {
        object-fit: cover;
        height: 250px !important;
    }
}
@media all and (max-width: 768px) {
    .et_pb_salvattore_content,
    .et_pb_blog_grid .column {
        display: block;
    }
    .et_pb_blog_grid .et_pb_image_container img {
        object-fit: cover;
        height: 200px !important;
    }
}

/******** Search Page ********/
.search .et_pb_blog_grid .column,
.archive .et_pb_blog_grid .column {
    display: block;
}

/******** Read More Links ********/
.et-db #et-boc .et-l .hBlog .et_pb_post div.post-content a.more-link { /* Important - Remove if NOT Nestora style layout */
	font-family: "Houschka Alt Pro - Bold", arial, sans-serif;
	font-size: 12px;
	padding: 16px 20px !important;
	line-height: 1;
	color: #5a5a5a;
	border-width: 0 !important;
	border-radius: 22px;
	letter-spacing: 1px;
	background: #e8e8e8;
	transition: all 0.3s ease-in-out !important;
	display: inline-block;
	text-transform: uppercase;
}
.et-db #et-boc .et-l .hBlog .et_pb_post div.post-content a.more-link:hover {
	padding: 16px 20px !important;
	text-align: center;
	line-height: 1;
	background: #f5f5f5;
}
article .post-content-inner {
	margin-bottom: 20px;
}

/******** Pagination ********/
.pagination {
	padding-bottom: 25px;
}
.pagination .alignleft a,
.pagination .alignright a {
    padding: 10px 30px;
    background-color: #fbfbfb;
    display: inline-block;
}
.pagination .alignleft a:hover,
.pagination .alignright a:hover {
    background-color: #f1f1f1;

}

@media all and (max-width: 768px) {
    .pagination .alignleft a,
    .pagination .alignright a {
        padding: 12px 20px;
    }
}

/******** Post Navigation ********/
.et_pb_posts_nav .nav-previous a,
.et_pb_posts_nav .nav-next a {
    padding: 10px 30px;
    background-color: #fbfbfb;
}
.et_pb_posts_nav .nav-previous a:hover,
.et_pb_posts_nav .nav-next a:hover {
    background-color: #f1f1f1;
}

@media only screen and (max-width: 980px) {
	.et_header_style_split #main-header {
		visibility: hidden;
	}
}
@media all and (max-width: 768px) {
    .et_pb_posts_nav .nav-previous a,
    .et_pb_posts_nav .nav-next a {
        padding: 12px 20px;
    }
}

/******** Main Blog Sidebar - IMPORTANT: Name sidebar .blog-sidebar ********/
.blog-sidebar .widget_block {
    margin-bottom: 12% !important;
}
.blog-sidebar .widget_block:last-child {
    margin-bottom: 0 !important;
}
#main-content .blog-sidebar h2 {
	font-size: 20px;
	padding-bottom: 15px;
}
.blog-sidebar .widget_block ul li {
	font-size: 18px;
	line-height: 1.7;
	list-style: inside;
	list-style-type: "◦";
}
.blog-sidebar .widget_block ul li::marker {
	color: #666;
}
.blog-sidebar .widget_block ul li a {
	margin-left: 10px;
}
.blog-sidebar .widget_block ul li:hover a {
	color: #8d8c8c;
}

/* Search Input & Button */
.blog-sidebar .widget_search .wp-block-search__input,
.blog-sidebar .wp-block-search__button {
    height: 50px !important;
    font-size: 16px;
}
.blog-sidebar .wp-block-search__button {
    height: 50px !important;
    font-size: 14px;
}
.blog-sidebar .wp-block-search__input {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.blog-sidebar .wp-block-search__button {
    border-radius: 0;
}
.blog-sidebar .widget_search .wp-block-search__input,
.blog-sidebar .wp-block-search__button {
    transition: all 0.2s ease-in-out;
}
.blog-sidebar .wp-block-search__button:hover {
    background: #e5e4e4;
}

/* AddtoAny */
.addtoany_content {
	margin-top: 20px;
}
.addtoany_header {
	font-size: 16px;
	font-family: "Houschka Rounded - Medium", arial, sans-serif;
}

@media all and (max-width: 980px) {
    .blog-sidebar { /* Remove if more than 3 widgets */
        display: flex;
    }
    .blog-sidebar .widget_block {
        margin-bottom: 5% !important;
        display: flex;
        justify-content: center;
    }
}
@media all and (max-width: 768px) {
    .blog-sidebar { /* Remove if more than 3 widgets - See above */
        display: block;
    }
    .blog-sidebar .widget_block {
        margin-bottom: 30px !important;
        display: block;
    }
}
/**************** END OF Main Blog Sidebar ****************/

/************** Individual Post Styles ********************/
#post-553 a.entry-featured-image-url img {
	object-position: left;
}

/* --------------------------------------------
        Blog Image Aspect Ratios
   -------------------------------------------- */
/**** Remove Irrelevant Style ****/
.blog-image-1-1 .entry-featured-image-url img,
.blog-image-4-3 .entry-featured-image-url img,
.blog-image-3-2 .entry-featured-image-url img,
.blog-image-9-16 .entry-featured-image-url img,
.blog-image-3-4 .entry-featured-image-url img,
.blog-image-2-3 .entry-featured-image-url img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

/**** Square 1:1 ****/
.blog-image-1-1 .entry-featured-image-url {
    padding-top: 100%;
    display: block;
}

/**** Landscape 4:3 ****/
.blog-image-4-3 .entry-featured-image-url {
    padding-top: 75%;
    display: block;
}

/**** Landscape 3:2 ****/
.blog-image-3-2 .entry-featured-image-url {
    padding-top: 66.66%;
    display: block;
}

/**** Portrait 9:16 ****/
.blog-image-9-16 .entry-featured-image-url {
    padding-top: 177.77%;
    display: block;
}

/**** Portrait 3:4 ****/
.blog-image-3-4 .entry-featured-image-url {
    padding-top: 133.33%;
    display: block;
}

/**** Portrait 2:3 ****/
.blog-image-2-3 .entry-featured-image-url {
    padding-top: 150%;
    display: block;
}