@charset "utf-8";
/*   
Theme Name: Black Seraphim
Theme URI: https://hainescreative.com
Description: This is a Haines Creative Theme for Black Seraphim
Author: Guy Haines
Author URI: https://hainescreative.com
Version: 1
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Inter";
	font-weight: 300;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
strong, b {font-weight: 500; }
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {text-decoration: underline; color: #000000;}
a:hover {text-decoration: none;}
.clear {clear: both !important;}

em {font-style: italic;}

body {
	font-size: 18px;
	color: #fff; 
	background: #000;
	position: relative;
}



h1 {
	font: 500 32px "Jost", sans-serif; 
	color:#000000; 
	margin: 24px 0 16px 0;
}
h2 {
	font: 500 21px "Jost", sans-serif; 
	color:#000000; 
	margin: 24px 0 16px 0;
	text-transform: capitalize;
}
h2.section-title {
    width: 100%;
    border-bottom: 2px solid #111;
    padding: 15px 0;
    font-size: 28px;
    margin-bottom: 40px;
}
h2.section-title span {
	padding: 8px;
    background: white;
    display: inline-block;
    margin: 0 auto -40px auto;
    position: relative;
    display: table;
}
h3 {
	font: 21px "Jost", sans-serif; 
	color:#000000; 
	margin: 0 0 15px 0;
}
h3.large-heading {
	font-size: 24px; 
	line-height:36px; 
	font-weight: 200; 
	max-width: 780px;
	margin-bottom: 48px;
}
h4 {
	color: #000000;
	font: 300 24px/32px "Inter", helvetica, sans-serif;
	text-transform: none;
}
h5 {
	font: 300 24px/28px "Inter", helvetica, sans-serif; 
	color: #000000; 
	margin-bottom: 10px;
}

h6 {
	font: 18px "Inter", sans-serif; 
	color: #000000; 
}

@media all and (max-width: 1199px) {
	.container {width: 100%;}
}

.fleft, .alignleft {float: left; padding: 0 15px 15px 0;}
.fright, .alignright {float: right; padding: 0 0 15px 15px;}
.verytop {
	padding: 10px 0;
	background: #f0f0f0;
	color: #000000;
	font-size: 16px;
}
.verytop a {
	text-decoration: none;
	color: #000000;
}
.verytop button {margin: 0 5px;}
.verytop button.red-border {border: 1px solid #b38f4f; background:none; color: #b38f4f;}

header#mainheader {
	min-height: 170px; 
	width: 100%;
	background: #000;
	z-index: 99999;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

header#mainheader a i {color: white; font-size: 32px; margin: 10px;}

header#mainheader ul.menu {padding-top: 10px;}
header#mainheader ul.menu li {
	color: #fff;
	display: inline-block;
	float: none;
	margin: 8px 24px;
	padding: 5px;
}
header#mainheader ul.menu li a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 4px;
}


button:hover {opacity: .8;}

a.navbar-brand {padding: 0; float: none; }
a.navbar-brand img {max-width: 450px; width: 100%; margin-bottom: 32px;}

.navbar {margin: 0; }


.navbar-default {
	border: none; 
	background: none;
	padding: 10px 0;
}
.navbar-header {
  	float: none;
}

.navbar-nav {
	text-align: center;
	height: auto;
}

.navbar-nav>li {
  float: none;
  display: inline-block;
  margin: 0 20px;
}

.navbar-nav>li>a {
  padding: 8px;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	font: 18px "Inter", helvetica, sans-serif;
	text-decoration: none;
	transition: all .2s;
	border-bottom: 2px solid #fff;
	position: relative;
}

.navbar-default .caret {color: #555;}



ul.nav li.dropdown > ul.dropdown-menu {background: #f4f4f4;}
ul.nav li.dropdown > ul.dropdown-menu li a:hover {background: #eee;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #111;
    background-color: #eee;
}
.dropdown-menu>li>a {text-decoration: none;}

@media all and (min-width: 992px) {
	.navbar-default {margin-top: 32px;}

	ul.nav li.dropdown:hover > ul.dropdown-menu{ display: block; }
	ul.nav li.dropdown > ul.dropdown-menu {top: 96%; padding-top: 10px; left: 8px;}
	ul.nav li.dropdown > ul.dropdown-menu li.dropdown > ul.dropdown-menu {top: -14px; padding-top: 10px; left: 100%;}
	
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a:hover {
		color: #000; 
		border-bottom: 2px solid #000;
		background: none;
	}
	
	.navbar-default .navbar-nav>li.current-menu-item a, .navbar-default .navbar-nav>li.current-page-parent a.dropdown-toggle, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus {background: none;}
}

@media (max-width: 991px) {

	
	.on-mobile {padding: 0;}
	.navbar-header, #navbar {float: left; width: 100%; padding: 0;}

	header > .container {padding: 0;}
	.socialLinks {padding: 0 15px 15px 0;}
    .navbar-default .navbar-toggle {
		margin-top: -24px; 
		margin-bottom: 20px;
		float: right;
		display: block;
    }
    .navbar-default {position: static;min-height: 20px;margin: 0;}
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-collapse2, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-collapse2, .container>.navbar-header {margin: 0;}
    .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: #f4f4f4;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
 	}

 	
 	.navbar-nav .open .dropdown-menu li, .navbar-default .navbar-nav>li { width: 100%;}
	.navbar-default .navbar-nav>li>a {font-size: 18px; }
	
    .navbar-collapse, .navbar-collapse2 {
		border: none;
        float: none;
    }
    .navbar-fixed-top {
		top: 0;
	}
    .navbar-collapse.collapse, .navbar-collapse.collapse2 {
        display: none !important;
    }
    .navbar-nav {
        float: none!important;
		height: auto;
		margin: 0;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a, 
    .navbar-default .navbar-nav>li.menu-button>a  {
        padding: 10px 16px;
        font-size: 18px;
    }
    #navbar {margin-top: 56px;}
    .collapse.in{
  		display:block !important;
  		background: white;
	}
	.navbar-nav>li {margin: 0;}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.current-menu-item a, .navbar-default .navbar-nav>li.current-page-parent a.dropdown-toggle,
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default li a:hover {background: #eee; color: #111;}
	.navbar-nav .open .dropdown-menu li {padding-left: 10px;}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-nav .open .dropdown-menu li:hover {background: #eee; color: #111;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {color: #111;}
	
	.navbar-nav>li>.dropdown-menu {border-radius: 0;}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {color: #111; background: #eee;}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #111;}
	
	.navbar-default .navbar-nav>li>a:hover .caret, 
	.navbar-default .navbar-nav>li.current-menu-item a .caret, 
	.navbar-default .navbar-nav>li.current-page-parent a.dropdown-toggle .caret,
	.navbar-default .navbar-nav>.open>a .caret, 
	.navbar-default .navbar-nav>.open>a:focus .caret, 
	.navbar-default .navbar-nav>.open>a:hover .caret, 
	.navbar-default li a:hover .caret,	
	.navbar-nav .open .dropdown-menu>li>a:focus .caret, 
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover .caret {color: #111;}

}



/* Banner */

.bigBanner {
	background-size: cover !important;
	width: 100%;
	text-align: center;
	background: center center;
	min-height: 590px;
}
.bigBanner img {max-width: 900px; width: 100%; margin: 48px auto;}

.interior-banner {
	min-height: 190px;
	background-color: #b38f4f;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 30px;
	text-transform: none;
	text-align: left;
}

@media all and (max-width: 767px) {
	.interior-banner {background-position: left center;}
}

.interior-banner h2 {
	font: 300 48px/56px "Inter", sans-serif;;
	display: block;
	text-transform: none;
	margin:  0 auto;	
	color: white;
}
.mainContent {
	min-height: 230px; 
	padding: 80px 0;  
	margin: 0 auto;
	font-size: 20px;
	line-height: 32px;	
}

.mainContent p {padding: 10px 0;}
button {
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	background: #b38f4f;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 16px;
	display: inline-block;
	border: none;
	margin: 25px auto;
	line-height: 32px;
	text-decoration: none;
}


.practice-area-box {
	margin: 10px 10px 10px 0;
	width: calc(50% - 15px);
	position: relative;
	min-height: 440px;
	float: left;
	background-size: cover;
}
@media all and (max-width: 767px) {
	.practice-area-box {
		width: calc(100% - 20px);
		margin: 0 auto 10px auto;
	}
}
@media all and (min-width: 768px) {
	.practice-area-box-first-box {margin-left: 10px;}
}

.practice-area-box a {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}

.practice-area-box h3 {
	width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 24px;
    font-size: 32px;
    line-height: 56px;
}
.featured-box a {text-decoration: none;}
.mainContent a button {
	text-decoration: none;
}


.mainContent hr {
	height: 2px; 
	color: #4d565c; 
	background: #4d565c; 
	margin: 20px auto; 
	text-align: center;
}


.mainContent ul li {
	list-style: square; 
	margin: 4px 0 4px 25px;	
}

.mainContent img {max-width: 100%; height: auto;}
.mainContent a { cursor: pointer;}
.mainContent a:hover {opacity: .8; text-decoration: underline;}

.main-title h1 {
	max-width: 680px;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 32px;
}
.grey-background {
	background: #f4f4f4;
	padding: 24px;	
	font-size: 21px;
	line-height: 32px;
}



.blue-background {padding: 24px; background: #dceaf4;}
.text-right-wrap {padding: 24px;}
.contactiframe {width: 100%; z-index: 100;}
.overlayiframe {
    background: transparent;
    position: relative;
    width: 100%;
    height: 600px;
    top: 600px;
    margin-top: -600px;
    z-index: 99999999;
}

.theContent {
	line-height: 28px; 
	font-family: "Inter";
}
.theContent p, .woocommerce-tabs p {padding: 9px 0;}
.theContent.larger-text {
	font-size: 24px;
	line-height: 40px;
}

.nicetable {margin: 10px auto 25px auto; width: 100%; font-size: 80%;}
.nicetable sup {font-size: 13px;}
.nicetable th {background: #ddd; border: 1px solid #999; padding: 2%;}
.nicetable td {padding: 10px; width: auto; border:1px solid #34577a;}
.nicetable table td {width: 50%; border: none;}


.bio-block {margin-top: 48px;}
.bio-block img {
	max-width: 300px;
	height: auto;
}
.bio-block a, .bio-block a:hover {text-decoration: none;}
.bio-block h3 {font-size: 28px; color: #fff; font-weight: bold; margin-bottom: 5px;}
.bio-block h5 {font-size: 18px; color: #fec21f; font-style: italic;}

@media all and (max-width: 767px) {
	.bio-block {text-align: center;}
}

a.slideOpen:hover {opacity: 1;}

#pageslide {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 99999999999;
	overflow-y: scroll !important;
	width: 98%;
	padding: 5%;
	/* These styles are optional, and describe how the pageslide will look */
	background: rgba(34,34, 34, .98);
	color: #fff;
}

.overlay a, .overlay a:hover {text-decoration: none;}

.overlay table {padding:15px;}
.overlay p {
	padding: 9px 0;
	font-size: 18px; 
	line-height: 28px;
}
.overlay p a {color: white; text-decoration: underline;}

.overlay img {max-width: 100%; height: auto;}
.overlay td {padding: 2px 0;}
.overlay td strong {font-weight: 300;}
.overlay tr.nrow td:first-of-type {padding-top: 13px;}
.overlay ul {padding-left: 24px;}
.overlay ul li {list-style-type: square; margin-left: 15px;}

a.x {
  color: #fff;
  font: 28px "Jost", sans-serif;
  position: absolute;
  top: 20px;
  right: 25px !important;
}

.overlay i, .overlay em {
	font-style: italic;
}
.overlay a.x i {
	font-style: normal;
	color: #fff; 
	padding: 8px; 
	display: inline-block;
	margin: 13px 0;
}
.overlay h3, .overlay h5 {}
.overlay h3 {
	font: bold 40px "Jost", helvetica, sans-serif;
	color: #fff;
}
.overlay h5 {
	font: italic 28px "Jost", helvetica, sans-serif;
	color: #fec21f;
}

.overlay {display: none;}



@media all and (max-width: 991px) {
	#pageslide {padding-top: 15%;}
	.leftPartFlyout {margin-bottom: 20px; border: none;}
}



.event-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fec21f;
    color: black;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    
}

.event-details {
    flex-grow: 1;
}

.event-date {
    font-weight: bold;
    font-family: "Jost", sans-serif;
}

.event-location {
    font-style: italic;
}

.event-title {
    font-size: .8em;
}

.tickets-btn {
    background-color: #000;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.tickets-btn:hover {
    background-color: #333;
}


.cta-block {
	background: #111;
	padding: 24px 32px;
	color: #fff;
	float: right;
	margin-bottom: 24px;
	hyphens: none;
}
@media all and (min-width: 992px) {
	.cta-block {
		margin: 15px auto -80px auto;
	}
}
.cta-block a {color: #fff; display: inline-block;}
.cta-block h4 {
	color: #fff;
	font-size: 24px; 
	line-height: 40px;
	text-transform: uppercase;
	hyphens: none;
}
.cta-block p {
	color: #fff;
	font-size: 21px;
	line-height: 32px;
	padding-top: 24px;
}

.cta-block .container, .prefooter .container {max-width: 100%;}
.grey-back hr {
	height: 3px;
	max-width: 120px;
	margin: 20px auto;
	background: white;
	color: white;
	border: none;
}
.cta-block button, .prefooter button {
	background: #f36f21;
	color: white;
	border: none;
	min-width: 200px;
	margin: 0 auto;
}
.testimonials h3 {
	font: bold 24px/40px "Inter", helvetica, sans-serif;
	max-width: 700px;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
	color: white;
}

.testimonials {
	background-size: cover;
	background-attachment: fixed;
	padding: 120px 0;
	color: white;
	font-size: 32px;
	line-height: 48px;
	text-align: center;
	font-style: italic;
}

.testimonials p {max-width: 600px; margin: 32px auto;}

@media all and (min-width: 768px) {
	.two-col-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
#sidebar {padding: 0 20px;}


#sidebar button {margin: 4px auto; width: 100%;}

#sidebar .side-block {margin-bottom: 24px; background: #f3f3f3; padding: 16px 24px;}
#sidebar h2 {color: #000000;}
#sidebar h4 {
	color: #000000; 
	font-weight: 300;
	text-transform: capitalize;
	margin-bottom: 16px;
}


#sidebar ul.menu li {
	display: block;
	padding: 6px 0; 
	margin: 0;
	font: bold 24px/40px "Inter", helvetica, sans-serif;
}
#sidebar ul.menu li a {color: #2856b2;}
#sidebar ul.menu li .sub-menu {	list-style: square; padding-left: 16px;}
#sidebar ul.menu li .sub-menu li {
	display: list-item;
	padding: 2px 0; 
	font: 16px/24px "Inter", helvetica, sans-serif;
	
} 

#sidebar ul.menu li a {text-decoration: none;}

.featured-box {margin-top: 32px;}
.featured-box h3 {
	padding: 8px 24px;
	background: #b38f4f;
	color: white;
	margin-top: 0px;
}
/* Contact */

.contact-info {
	font-size: 21px;
	padding: 15px;
}

.contact-info i {
	color: #48a6d5;
	font-size: 32px;
}
.contact-info h4 {
	color: #555;
	font: bold 21px/32px "Inter", helvetica, sans-serif;
	text-transform: uppercase;
}
.contact-info a {
	font-size: 32px;
	line-height: 48px;
	color: #2856b2;
	font-weight: bold;
	text-decoration: none;
}

@media all and (min-width: 992px) {
	.prefooter-row {display: flex; margin-bottom: 10px;}
}
.prefooter-box h3 {font-size: 28px; line-height: 36px;}
.prefooter-box {padding: 56px; font-size: 24px; line-height: 36px; flex: 1;}
.prefooter-box p {padding: 8px 0;}
.grey-back {
	background: #f1f0f0;
}

.prefooter-box img {
    max-width: 150px;
    max-height: 150px;
    height: auto;
    width: auto;
    margin-bottom: 24px;
}
.footer {
	font-size: 14px;
	color: #fff;
	background: #414141;
	padding: 24px 0;
	margin: 10px auto 20px auto;
	width: calc(100% - 30px);
}
.footer img.footerlogo {max-width: 240px;}
@media all and (max-width: 991px) {
	.footer img.footerlogo {margin-top: 32px;}
}
.footer h3 {
	color: white;
	font: bold 24px/28px "Inter", helvetica, sans-serif;
}

.footer h4 {
	text-transform: uppercase; 
	font-size: 40px; 
	line-height: 40px;
	margin: 24px 0; 
	color: white; 
	font-weight: normal;
}
.footer h4 strong {font-weight: bold;}
.footer h6 {
	text-transform: capitalize; 
	font-size: 24px; 
	margin: 0 0 8px 0; 
	color: white; 
	font-weight: bold;
}
.footer p {padding: 0 0 16px 0; font-size: 16px; line-height: 24px;}

.footer a {color: #fff; text-decoration: none;}
.footer ul.menu {margin-top: 0px;}
.footer ul.menu li {
	display: block;
	padding: 4px 0; 
	font: 600 21px/32px "Inter", helvetica, sans-serif;
	text-transform: uppercase;
}

.footer ul.menu li .sub-menu li {
	display: block;
	padding: 2px 0; 
	font: 18px/24px "Inter", helvetica, sans-serif;
	text-transform: none;
} 

.footer ul.menu li a {text-decoration: none;}

.footer-col, .footer-col-last {padding: 35px 15px;}

.footbox {min-height: 200px; padding: 0;}

@media all and (min-width: 992px) {
	.col-one, .col-two {padding: 0;}
}

.footer i {
	background: none; 
	font-size: 21px; 
	margin: 16px 10px 0 0;
	padding: 2px;
	color: #fff;
}

.footer i:hover {color: #eee;}


@media all and (min-width: 768px) {
	.footer-col, .footer-col-last {
		min-height: 170px;
	}
}


@media all and (min-width: 992px) {
	.footer-col {
		border-right: 1px solid #555;
	}
}


.footer .gform_wrapper li#field_2_1 {
	width: 70% !important;
	float: left;
}
.footer .gform_wrapper .gform_footer {
	width: 28% !important;
	clear: none !important;
	float: right;
}
.footer .gform_wrapper .gform_footer input.button, 
.footer .gform_wrapper .gform_footer input[type=submit] {
	font-size: 14px !important;
	padding: 16px 8px !important;
	margin: 6px 0 !important;
	background: #1374b6 !important;
	color: #fff;
	max-width: 98% !important;
}

@media all and (max-width: 767px) {

	.footer .gform_wrapper li#field_2_1 {
		width: 64% !important;
	}
	.footer .gform_wrapper li#field_2_1 input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1;
	}
	.footer-col-two {padding: 0;}
}

.footer address {
	padding: 24px 0;
	font-size: 18px; 
	line-height: 24px; 
}

.copyright {
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	padding: 16px 0;
	text-align: center;
	display: block;
	margin: 0 auto;
}
	
.copyright a {color: #fff; text-decoration: underline; cursor: pointer;}
.copyright a:hover {color: #eee; text-decoration: underline;}

.responsive-iframe {}
.responsive-iframe iframe {width: 100%;}



.testimonials-container {
  column-count: 2;
  column-gap: 10px;
  margin-bottom: 90px;
}



figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}

figure > .testimonial {
  grid-row: 1 / -1;
  grid-column: 1;
}

.testimonial {
  max-width: 100%;
  display: block;
  padding: 24px;
  background: #f1f0f0;
}

figure:nth-of-type(even) .testimonial {background: #cecece;}

/* FORM */

.footer-form {
	margin: 25px auto 0 auto;
	box-shadow: 0 0 3px #333;
	padding: 0;
}
.text-side {padding: 55px 15px 15px 55px; line-height: 29px;}
.text-side h5 {font-size: 42px;}
.text-side h3 {font-size: 24px; margin-bottom: 14px;}


.form-bg {
	background: #414141; 
	padding: 12px 20px 10px; 
	margin-bottom: 24px;
	margin-top: 100px;
}


body .gform_wrapper ul li.gfield {
	margin-top: 1px !important;
	margin-right: 0 !important;
	padding-right: 0 !important;}
.gform_wrapper li.hidden_label input {margin-top: 0 !important;}

.gform_wrapper .gform_body {width: 100% !important;}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 100% !important;
	font-size: 14px !important;
	border: none!important;
	outline: none !important;
	padding: 15px 12px !important;
	color: #222 !important;
	background: #fff !important;
}

.gfield_label, .gform-field-label--type-sub {font-size: 14px !important; color: white !important;}

.gfield_required {color: #e78584 !important;}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder{ 
  color: #555 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, 
.gform_wrapper textarea::-moz-placeholder {
  color: #555 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, 
.gform_wrapper textarea:-ms-input-placeholder {
  color: #555 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder, 
.gform_wrapper textarea:-moz-placeholder {
  color: #555 !important;
}
.gform_wrapper textarea {
	font-size: 14px !important;
	border: none !important;
	outline: none !important;
	padding: 15px 12px !important;
	height: 120px !important;
	width: 100% !important;
	float: right;
	color: #222 !important;
	background: #fff !important;
}

.gform_wrapper.gravity-theme .ginput_container_address span {
    flex: 100% !important;
}
.gform_wrapper li#field_3_6 label.gfield_label {font: normal 16px/20px "Inter", helvetica, sans-serif !important; }

.gform_wrapper input[type="file"] {font-size: 12px;}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	margin-top: 5px !important;
}
.gform_wrapper .gform_footer {
	padding: 3px 0 0 0 !important; 
	margin-top: 0 !important;
	text-align: center;}

.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] {
	width: 100% !important; 
	padding: 7px 15px; 
	text-align: center; 
	outline: none;
	border: none;
	background: #b38f4f;
	margin: 10px auto !important;
	color: white;
	position: relative;
	text-transform: uppercase;
	font: normal 18px "Inter", sans-serif !important;
	float: right !important;
	clear: both !important;
}

button.gform_button_select_files {
	background: #111;
	color: #fff;
}


.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,223,224,.25);
     margin-bottom: 0px!important; 
     border-top: none !important; 
     border-bottom:  none !important; 
     padding-bottom: 0px !important; 
     padding-top: 0px !important; 
    box-sizing: border-box;
}
.gform_wrapper .field_description_below .gfield_description {padding-top: 0 !important;}
.gform_wrapper .validation_message {
    padding: 5px !important;
    background: none;
    color: #444 !important;
}

.gform_wrapper div.validation_error {    
	border: 1px solid #911311 !important;
	color: #444 !important;
}
div#gform_confirmation_wrapper_1 {
    padding: 8px !important;
    border: 1px solid #444 !important;
}



@media all and (min-width: 768px) {
	li#field_2_1, li#field_2_2,
	li#field_2_7, li#field_2_4 {
		width: calc(50% - 5px) !important;
		float: left !important;
		clear: none !important;
	}
	li#field_2_1, li#field_2_2 {margin-right: 10px !important;}
	li#field_2_5 {float: left; clear: both; width: 100%;}
	input#gform_submit_button_2 {
		float: right;
		width: 100%;
		max-width: 170px;
	}
}

.gform_wrapper .top_label select.medium {
    width: 100% !important;
    font-size: 14px !important;
    border: none!important;
    outline: none !important;
    padding: 18px 10px !important;
    color: #222 !important;
    background: white url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat;
    background-position: 95% 20px;
    -moz-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

label.gfield_consent_label {
    padding-top: 12px !important;
}
.gform_wrapper .field_description_below .gfield_consent_description, .gform_wrapper .gfield_consent_description {
    line-height: 18px !important;
    overflow: visible !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

/* Blog */

@media all and (min-width: 992px) {
	.two-col-list {
		columns: 2;
	}
}


.blogArea a, .blogPostWrapper {text-decoration: none;}
a.blogPostWrapperLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 200;

}
.blogPostWrapper {
	min-height: 450px; 
	padding:  0; 
	padding: 120px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: calc(100% - 30px);
	cursor: pointer;
	text-decoration: none;
	position: relative;
	margin: 15px auto;
	font-size: 22px;
}

@media all and (max-width: 767px) {
	.blogPostWrapper {
		background-attachment: scroll;
	}
}
.blogPostWrapper i {display: inline-block; padding: 3px; margin-top: 4px;}

.postoverlay {
 	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
#postbackground-1 {
	background-image: linear-gradient(
		rgba(40,86,178,.45), 
		rgba(40,86,178,.45)
	);
}
#postbackground-2 {
	background-image: linear-gradient(
		rgba(85,85,85,.45), 
		rgba(85,85,85,.45)
	);
}
#postbackground-3 {
	background-image: linear-gradient(
		rgba(72,166,213,.45), 
		rgba(72,166,213,.45)
	);
}
#postbackground-4 {
	background-image: linear-gradient(
		rgba(40,86,178,.45), 
		rgba(40,86,178,.45)
	);
}
#postbackground-5 {
	background-image: linear-gradient(
		rgba(85,85,85,.45), 
		rgba(85,85,85,.45)
	);
}
#postbackground-6 {
	background-image: linear-gradient(
		rgba(72,166,213,.45), 
		rgba(72,166,213,.45)
	);
}


.post h3 {margin: 20px 0 5px 0;}
.mainContent .blog-image {max-width: 380px; height: auto;}
.blogArea a.blogPostWrapperLink {padding-top: 70px;}
.blogArea .blogPostWrapper {min-height: 280px;}

.blogPostWrapper div.post {
	max-width: 650px; 
	position: relative;
	z-index: 100;
}

.blogPostWrapper h2, 
.blogPostWrapper .meta, 
.blogPostWrapper .entry {
	color: white !important;
	text-decoration: none;
}
.blogPostWrapper h2 {
	font: bold 32px/40px 'Nunito', helvetica, sans-serif;
}

.blogPostWrapper:hover {opacity: .8;text-decoration: none;}

body.page-template-page-blog a, body.page-template-page-blog a:hover {text-decoration: none;}

body.page-template-page-blog .mainContent {padding-bottom: 0;}


.testimonial-section {
	background: #fafafa;
	padding: 100px 0;
	width: calc(100% - 30px);
	margin: 48px auto;
}
blockquote { 
	background: none; 
	margin: 1.5em 0; 
	padding: 0; 
	quotes:"\201C""\201D"; 
	line-height: 32px; 
	font-size: 21px;
	font-weight: 500;
}
blockquote strong {font-weight: 600;}

.testimonial-section blockquote {
	font-size: 24px; 
	line-height: 40px;
	text-align: center;
}
blockquote:before { 
	color: #e8e8e8; 
	content: open-quote; 
	font-size: 3.5em; 
	line-height: .1em; 
	margin-right: -40px; 
	vertical-align: -.4em; 
	font-weight:bold; 
}
blockquote :first-child { display: inline; }
blockquote :last-child { margin-bottom: 0; }

blockquote cite {
    display: block;
    font-weight: normal;
    margin-top: 16px;
}

blockquote cite:before {
	content: "- ";
}

.meta {margin-top: 9px;}

.entry {margin-top: 20px;}


.modal-dialog {
    background: #e4e4e4;
    top: 12%;
}
.modal-content {
	background: none;
	border-radius: 0;
}
.modal-header {padding: 0 15px; border: none;}
.modal-header h5 {margin: 12px 0 0 0;}
.modal-header .close {
    margin-top: -20px !important;
    margin: 0;
}

.schema-faq-section {
	margin-top: 24px;
}
/* ACCORDION */
.ui-accordion .ui-accordion-header {
	font: normal 18px "Inter", helvetica, sans-serif; 
	margin-top: 5px;
	margin-bottom: 0;
	color: #000000;
	padding: 16px 24px;
	cursor: pointer;
	outline: none;
	border-radius: 8px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active, .ui-accordion .ui-accordion-content {
	background: #f5f5f5;
	border-color: #f5f5f5;
	color: #000000;
	font-size: 18px;
	padding: 12px;
}

.ui-accordion .ui-accordion-content {
	padding: 32px 48px; 
	line-height: 32px;
	border-radius: 0 0 8px 8px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, 
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border-color: #414141 !important; 
	background: #414141 !important;
	font-family: "Inter", helvetica, sans-serif;
	font-weight: normal;
	color: white !important;
}
.ui-accordion .ui-accordion-header.ui-state-active {border-radius: 8px 8px 0 0;}
.ui-state-default .ui-icon,
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: none !important;
}


.mainContent #faq-accordion a:hover {text-decoration: none; opacity: .6;}

.strong-view.default .testimonial-inner {
	background: white;
	padding: 48px !important;
	font-size: 15px;
	line-height: 24px;
}
.strong-view.default .testimonial {
	box-shadow: 0 0 20px #aaa !important; 
	border: none !important;
	margin-top: 15px !important;
}
.strong-view.default .testimonial-heading {
    width: 44px;
    overflow: hidden;
    text-align: center;
    background: url(images/quotes.png) center center no-repeat !important;
    background-size: 64px !important;
    margin: 0px auto 25px auto !important;
    height: 74px;
    padding-left: 140px !important;
}
.strong-view.default .testimonial-client {
	text-align: left !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-field {
	color: #555 !important;
	padding: 16px 0;
	font-weight: bold;
}

.case-study-box {
    background: #f3f3f3;
    margin-top: 24px;
    position: relative;
}
.case-study-box img {
    width: 100%;
}
.case-study-box .case-study-content {
	padding: 20px;
	background: #f3f3f3;
}
.case-study-box h3 {
	min-height: 150px;
	text-transform: uppercase;
	font: 500 18px/28px "Inter";
}


.wc-tab a {text-decoration: underline;}

