/*
Theme Name: Voodoo child
Template: voodoo
*/

.single_blog_artical > article {
    margin-bottom: 42px;
}

/* Customizer */
@import 'css/customizer.css';

.site a, .site-header .menu-toggle,
.row-services .services-headline,
.row-services .services-headline-content strong,
.row-services .service-box .icon-right-big:before,
.row-the-team .the-team-headline h3 strong,
.row-three-box .content-box h3 em,
.row-sngl-serv-getcall .getcall-headline,
.row-sngl-serv-getcall .getcall-headline-content strong,
.row-sngl-serv-expertise .expertise-headline,
.row-sngl-serv-faq .faq-title strong,
.row-sngl-serv-faq .vc_toggle_title h4:hover,
.row-sngl-serv-faq .vc_toggle_active .vc_toggle_title h4 {
	color: #b79662;
}
	
.site .main-navigation a,
.row-services .service-box:hover .service-title > i:before,
.row-the-team .the-team-headline h3,
.row-the-team .cstm-btn:hover {
	color: #103466;
}

.site .main-navigation li.current-menu-item > a,
.site .main-navigation li.current_page_item > a {
	color: #103466;
}

.site .main-navigation li li:hover > a,
.site .main-navigation li li:focus > a {
	color: #103466;
}
.top-navigation ul.top-menu > li.top-menu__button > a:hover {
	opacity: 0.8;
} 

.site .page-header {
	background: #103466;
}

.site .button {
	color: #ffffff;
	background: #103466;
}

.site .site-footer {
	color: #fff;
}

.site .site-footer a {
	color: #fff;
}

.authormeta > img {
    height: 40px;
    width: 40px;
    display: inline-block;
}

.authormeta,.author_detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.author_detail{
 flex-direction: column;
	gap: 0;
  align-items: flex-start;
}
.author_detail span.autor_name{
    font-size:16px;
    font-weight:600;
}
.author_detail span.autor_post{
    font-size:14px;
    font-weight:500;
	line-height:13px;
}
.entry-meta.date_collumn {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 20px 0px 10px;
    font-weight: 600;
}
/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body {
	color: #103466;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
}

button,
input,
select,
textarea {
	color: #103466;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0em 0em 0.3em 0em;
	padding: 0em;
	color: #103466;
	font-weight: 600;
}


.highlight {
	color: #b79662;
}

.hero strong {
	color: #b79662;		
	font-weight: inherit;
}

.hero-lander strong {
	color: #b79662;		
	font-weight: inherit;
}

h5 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.7em;
    margin: 0em 0em 0.1em 0em;
}

h3 {
	line-height: 1.1;
	font-size: 2.2em;
}

p {
	margin: 0em 0em 1em 0em;
	padding: 0em;
}

p:last-child {
	margin: 0em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #fff;
	font-size: 27px;
	font-style: italic;
	line-height: 1.4;
	padding: 0;
	overflow: hidden;
	font-weight: 500;
	max-width: 800px;
	margin: auto;
	padding-bottom: 50px;
	padding-top: 4px;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Poppins", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}


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

label {
	color: #254457;
	display: none;
	font-weight: 400;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #888;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #e3e5e8;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	display: block;
	padding: 6px 16px !important;	
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #888;
	border-color: #888;
}

select {
	border: 2px solid #e3e5e8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 2.4em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	border: 0;

	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px !important;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 20px 36px;
	width: 100%;
	text-transform: uppercase;
	text-shadow: none;
	-webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	background: #103466;
	box-shadow: 0px 5px 20px 0px rgba(217, 217, 217, 0.43);
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #406870;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	transition: all 300ms ease;
    box-shadow: 0 0 0 1px #b79662 inset;
    background: #fff;
    color: #103466;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #555555;
}

:-moz-placeholder {
	color: #555555;
}

::-moz-placeholder {
	color: #555555;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #555555;
}

.frm_forms .frm_form_fields > fieldset {
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    margin: 0;
    padding: 0 0 15px 0;
    background-color: transparent;
}

.frm_forms fieldset {
    min-width: 0;
}

.frm_forms .frm_submit {
    clear: both;
}

.frm_combo_inputs_container > *, .frm_grid_container > *, .frm_section_heading > *, .frm_fields_container .frm_form_field, .frm_fields_container > * {
    grid-column: span 12 / span 12;
}

.frm_forms .form-field {
    margin-bottom: 0px !important;
}

.frm_submit button {
	margin-top: 20px;
}

.frm_full, .frm_full .wp-editor-wrap, .frm_full input:not([type="checkbox"]):not([type="radio"]):not([type="button"]), .frm_full select, .frm_full textarea {
    width: 100% !important;
}

.wrap-forms {
	box-shadow: 0px 5px 24px 0px rgba(217, 217, 217, 0.75);
	padding: 40px;
	border-radius: 1px;
	background: #fff;
}

.wrap-forms-lander {
	padding: 40px;
	border-radius: 1px;
	background: #fff;
}

.frm_forms input[type="text"], .frm_forms input[type="password"], .frm_forms input[type="email"], .frm_forms input[type="number"], .frm_forms input[type="url"], .frm_forms input[type="tel"], .frm_forms input[type="file"], .frm_forms input[type="search"], .frm_forms select, .frm_forms .frm-card-element.StripeElement {
    height: 40px;
    line-height: 1.3;
}

.frm_forms input[type="text"], .frm_forms input[type="password"], .frm_forms input[type="email"], .frm_forms input[type="number"], .frm_forms input[type="url"], .frm_forms input[type="tel"], .frm_forms input[type="phone"], .frm_forms input[type="search"], .frm_forms select, .frm_forms textarea, .frm_form_fields_style, .frm_forms .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_forms .frm-card-element.StripeElement, .frm_forms .chosen-container-multi .chosen-choices, .frm_forms .chosen-container-single .chosen-single {
    color: #103466;
    background-color: #edeef0;
    border-color: #cccccc;
    border-width: 0px;
    border-radius: 0px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: none;
}

form input.frm_verify {
    display: none !important;
}

.frm_forms, .frm_forms form, .frm_forms .frm-show-form div.frm_description p {
    text-align: left;
}

.frm_screen_reader {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.frm_form_field.frm_inline_container, .frm_form_field.frm_right_container, .frm_form_field.frm_left_container, .frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container, .frm_form_field.frm_two_col .frm_opt_container, .frm_form_field.frm_three_col .frm_opt_container, .frm_form_field.frm_four_col .frm_opt_container {
    display: block;
}

.frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container {
    display: grid;
    grid-template-columns: repeat(12, 6.5%);
    grid-auto-rows: max-content;
    grid-gap: 0 2%;
}

.frm_forms .frm_top_container .frm_primary_label, .frm_forms .frm_hidden_container .frm_primary_label, .frm_forms .frm_pos_top {
    display: block;
    float: none;
    width: auto;
}

.frm_forms .frm_primary_label {
    font-size: 15px;
    color: #103466;
    font-weight: 500;
    text-align: left;
    margin: 0;
    padding: 12px 0 2px 0;
    width: auto;
    display: block;
}

.frm_forms .frm_primary_label {
    max-width: 100%;
}



/*--------------------------------------------------------------
Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 0.5em;
}

li::marker  {
	color: #103466;
}

ol {
	list-style: decimal;
}

li {
	margin: 0em 0em .4em 0em;
	padding: 0em;
	list-style-type: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 400;
}

dd {
	margin: 0 1.5em 1.5em;
}

.chevron ul {
  list-style: none;
  padding: 0;
}

.chevron li {
  padding-left: 1em;
}

.chevron li:before {
  content: "\f105"; /* Fontello Unicode */
  font-family: "fontello";
  display: inline-block;
  margin-left: -1em; /* same as padding-left set on li */
  width: 1em; /* same as padding-left set on li */
  color: #103466;
  font-weight: bold;
}

/*--------------------------------------------------------------
Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eeeeee;
}

tr:first-child {
	border-top: 1px solid #eeeeee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
	color: #0080c0;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 2em;
}

.post-thumbnail a {
	display: block;
}

.post-thumbnail a img {
	display: block;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

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

.main-navigation a {
    font-size: 14px;
    line-height: 2px;
    padding: 44px 14px;
    font-weight: 500;
    margin: 0px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.main-navigation li:nth-last-child(2) a:not(.show-child) {
	padding-right: 38px;
}

.main-navigation ul {
	padding: 0 1.5em;
}

.menu-button a {
    padding: 20px 27px;
    margin: 22px 0px;
    border: 1px solid #b79662;
}

.menu-button a:hover {
	transition: all 300ms ease;
	color: #fff;
	box-shadow: 0 0 0 3em #b79662 inset;
}

.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a {
	color: #0080c0;
}

.main-navigation li li {
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.main-navigation li li:hover,
.main-navigation li li:focus {
	background: #fff;
}

.main-navigation li li:hover > a,
.main-navigation li li:focus > a {
	color: #0080c0;
	opacity: 1.0;
}

.main-navigation li li a {
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.main-navigation > div > ul {
	border: 0;
	margin-bottom: 0;
	padding: 0;
}

.main-navigation ul ul {
	background: #ffffff;
	box-shadow: 0px 16px 30px 5px rgba(2, 2, 26, 0.2);
   border-radius: 2px;
}

.main-navigation ul ul a {
    letter-spacing: 0.01em;
    padding: 20px 20px;
    position: relative;
    text-transform: none;
    font-weight: 400;
    margin: 0px;
    font-size: 14px;
}

.main-navigation ul ul .menu-item-has-children > a > .icon,
.main-navigation ul ul .page_item_has_children > a > .icon {
	margin-top: -9px;
	left: auto;
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(-90deg); /* IE 9 */
	transform: rotate(-90deg);
}

.main-navigation ul ul ul {
	left: 100% !important;
	margin-top: -1px;
	top: 0 !important;
}

.main-navigation ul ul li.menu-item-has-children:hover:before,
.main-navigation ul ul li.menu-item-has-children:hover:after,
.main-navigation ul ul li.page_item_has_children:hover:before,
.main-navigation ul ul li.page_item_has_children:hover:after {
	display: none;
}

/* Top navigation */


.top-navigation>div>ul {
    border: 0;
    margin-bottom: 0;
    padding: 0;
}

.top-navigation ul {
    padding: 0 1.5em;
}

.top-navigation ul.menu>li {
    margin: 0;
    padding: 0;
    float: left;
}
.top-navigation li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.top-navigation a {
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
    padding: 14px 14px;
    letter-spacing: 0.03em;
    font-size: 17px;
    color: #fff !important;
    font-family: "Amiri";
}


.top-navigation ul.top-menu > li.top-menu__button > a {
	padding-left: 21px !important;
}

.top-navigation ul.top-menu > li.top-menu__button > a:hover {
	opacity: 0.8;
}

.top-navigation ul {
    padding: 0 1.5em;
}

.top-navigation ul.menu>li:last-child {
    margin: 0 0 0 15px;
}

.bellow_menu {
    padding: 4px 0;
    background: #F2F4F7;
    box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.25);
}

.site-header .bellow_menu .main-menu {
    float: left;
    margin: 0;
    padding: 0;
    border-left: 0px;
}

.bellow_menu-container .main-navigation_mobile{
	display:none;
}

/* Menu toggle */

.site-header .menu-toggle {
	color: #406870 !important;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
}
.ic-bars,
.ic-bars:before, .ic-bars:after {
	background: #103466;
}

/* Dropdown Toggle */

.dropdown-toggle {
	color: #406870;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.site-header {
	position: relative;
}

.site-header .top-bar {
	background: #103466;
}

.site-header .site-phone {
	float: left;
	line-height: 30px;
}

.site-header .site-controls {
	float: right;
}

.site-header .search-wrap {
	float: left;
	margin: 0px 30px 0px 0px;
}

.site-header .search-form {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #0080c0;
}

.site-header .search-form .search-field {
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: calc(100% - 30px);
	background: none;
	border: none;
	color: #0080c0;
	font-size: 16px;
	line-height: 29px;
}

.site-header .search-form .search-submit {
	width: 30px;
	height: 30px;
	background: none;
	border: none;
	color: #0080c0;
	line-height: 29px;
}

.site-header .search-form .search-submit {
	width: 30px;
	height: 29px;
	line-height: 29px;
}

.site-header .search-form .search-submit .icon-search {
	width: 30px;
	height: 29px;
	line-height: 29px;
}

.site-header .top-menu-wrap {
	float: left;
}

.site-header .top-bar ul.menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.site-header .top-bar ul.menu li {
	padding: 0px;
	margin: 0px;
}

.site-header .top-bar ul.menu a {
	font-size: 16px;
	line-height: 30px;
}

.site-header .site-logo {
	float: left;
	display: block;
}

.site-header .site-logo a {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

.site-header .site-logo img {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

.site-header .site-logo a:hover {
	opacity: 1;
}

.site-header .header-content {
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .05);
}

.site-header .site-logo {
	padding: 18px 0px;
}

.site-header .main-menu {
    float: right;
}

.icon-phone,
.icon-calendar,
.icon-mail-alt {
	padding-right: 2px;
    vertical-align: middle;
	padding-bottom: 3px;
	color: #b79662;
	font-size: 15px;
}

.icon-mail-alt {
	font-size: 15px;
}


/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	position: relative;
}

.site-content {
	padding: 0px 0px 50px 0px;
	margin: 0px;
}

.page-template-page-blank .site-content,
.page-template-page-builder .site-content {
	margin: 0px;
	padding: 0px;
}
.page-template-page-blank .site-header{
	display:none;
}

/*--------------------------------------------------------------
Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 22px;
	width: 32px;
	left: -1.25em;
	position: absolute;
	top: 0.75em;
	font-size: 32px;
}

.archive-spacing {
	padding: 20px 0px;
}

.entry-header {
	margin: 0 0 1em 0;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	color: #254457;
	text-decoration: none;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.single h2 {
	font-size: 36px;
	line-height: 1.2;
	margin: 0em 0em 0.6em 0em;
}

.single h3 {
	font-size: 28px;
}

.single h1 {
	font-size: 44px;
}

.entry-meta {
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
	margin-top:20px;
}

.entry-meta a {
	color: #767676;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-weight: 400;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
	clear: both;
	margin: 2em 0 3em;
}

/* Links */

.edit-link a {
	margin-right: 1em;
}

/* Pagination */

.navigation.pagination {
	float: none;
	width: auto;
}

.page-numbers {
	display: inline-block;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
}

.page-numbers.current .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 14px;
	width: 48%;
}

.entry-content blockquote.alignleft {
	margin-left: -20%;
}

.entry-content blockquote.alignright {
	margin-right: -20%;
}

/* without sidebar */

:not(.has-sidebar) .entry-content blockquote.alignleft {
	margin-left: -17.5%;
	width: 48%;
}

:not(.has-sidebar) .entry-content blockquote.alignright {
	margin-right: -17.5%;
	width: 48%;
}

/* with sidebar */

.has-sidebar .entry-content blockquote.alignleft {
	margin-left: 0;
	width: 34%;
}

.has-sidebar .entry-content blockquote.alignright {
	margin-right: 0;
	width: 34%;
}

/* blog and archive */

.entry-content blockquote.alignleft {
	margin-left: -72.5%;
	width: 62%;
}

.entry-content blockquote.alignright {
	margin-right: 0;
	width: 36%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	margin-bottom: 3em;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #406870;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 14px;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.page-links {
	font-size: 14px;
	font-weight: 400;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #406870;
}
.entry-category{
	text-transform:uppercase;
}
.single .entry-title,
.archive .entry-title {
	position:relative;
}
.single .entry-title:before,
.archive .entry-title:before {
	content: " ";
	display: block;
	border: none;
	width: 2em;
	height: 2em;
	margin: 0;
	line-height: 1;
	position: absolute;
	top: -0.7em;
	left: -0.7em;
	z-index: -1;
	background: #edeef0;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
	display: table;
	width: 100%;
}

.entry-footer .cat-tags-links {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.1818em;
	position: relative;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #254457;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #406870;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin: 1em 0em 0em 1em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #254457;
	font-size: 20px;
	font-weight: 400;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.5em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 400;
	margin: 3em 0;
	clear: both;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
}

.nav-title {
	color: #254457;
	font-size: 15px;
}

.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Posts pagination */

.nav-links .nav-title {
	position: relative;
}

.nav-title-icon-wrapper {
	position: absolute;
	text-align: center;
	width: 2em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
	left: -2em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
	right: -2em;
}

/*--------------------------------------------------------------
Pages
--------------------------------------------------------------*/

.page-header {
    padding: 46px 0px;
    margin: 0px 0px 50px 0px;
}

.page-header .page-title {
    margin: 0px;
    font-weight: 600;
    font-size: 50px;
    line-height: 28px;
		color: #fff;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.vc_toggle_square .vc_toggle_icon {
    background-color: #fff  !important;
	border-color: #254457  !important;
	color: #254457  !important;
}

.vc_toggle_square .vc_toggle_icon::after, .vc_toggle_square .vc_toggle_icon::before {
    background-color: #254457  !important;
}

/* 404 page */

.error404 #primary {
	float: none;
	width: auto;
}

.error404 .page-content {
	padding-bottom: 9em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
	max-width: 500px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
	
.site-footer {
	padding: 0px;
	line-height: 1.6;
}

.site-footer {
	padding: 0px;
	margin: 0px;
	background-image: url(/wp-content/uploads/footer-bg.jpg) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.site-footer strong {
	font-weight: 600;
}

.footer-content {
    padding: 30px 0px 80px 0;
    margin: 0px;
    font-size: 14px;
}

.footer-content .widget-title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #fff;
}

/* Sidebar */
aside .widget_recent_entries ul li{
	display: flex;
	align-items:center;
	border-bottom: 1px solid rgba(0,0,0,.07);
	padding:.8em 0;
}
aside .widget_recent_entries ul li .post-image{
	margin-right:10px;
}
aside .widget_recent_entries ul li .post-meta{
	text-transform: uppercase;
	opacity: .5;
	font-size: 12px;
}
aside .widget_categories ul li{
	border-bottom: 1px solid rgba(0,0,0,.07);
	padding:.8em 0;
}
    

/* Footer CTA */
.footer-cta-wrap {
    padding: 20px 0px 16px 0px;
    margin: 0px;
    border-bottom: 1px solid #fff;
}

.footer-cta-left {
	float: left;
	margin-top: 10px;
}

.footer-cta-text {
	font-size: 24px;
	line-height: 30px;
}

.footer-cta-right {
	float: right;
}


/* Site info */

.site-info {
    font-size: 14px;
    line-height: 2.5em;
}

.site-info a {
	color: #fff !important;
}

.site-info .site-info-wrap {
    padding: 18px 0px;
}

.site-info .copyright {
	color: #fff;
}

.site-info .social-media ul li {
	margin: 0px 4px 0px 0px;
}

.site-info .social-media ul li a {
	color: #e6e6e6;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
}

.site-info .social-media ul {
    list-style-type: none;
    display: inline-block;
    margin: 0;
}

/*--------------------------------------------------------------
14.0 General styles
--------------------------------------------------------------*/

.rplg .rplg-review-text {
	color: #103466 !important;
}
	
.rplg .rplg-review-name {
	color: #103466 !important;
	font-weight: 500 !important;
}

.rplg .rplg-box {
	border: 1px solid #b79662 !important;
    background-color: #fff !important;
    border-radius: 1px !important;
}

.button {
    margin: 10px 0px;
    padding: 18px 26px;
    display: inline-block;
    outline: none;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    border-radius: 1px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    min-width: 215px;
    text-align: center;
    color: #fff !important;
    background: #b79662 !important;
    box-shadow: 0px 5px 24px 0px rgb(21, 25, 37);
    border: 1px solid #b79662;
}

.button-flat {
    margin: 10px 0px;
    padding: 18px 26px;
    display: inline-block;
    outline: none;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    border-radius: 1px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    min-width: 215px;
    text-align: center;
    color: #fff !important;
    background: #b79662 !important;
    border: 1px solid #b79662;
}

.button:hover {
	background: none !important;
}

.button-flat:hover {
	opacity: .8 !important;
}

.button:focus {
	outline: none;
}

.button-flat:focus {
	outline: none;
}

.button-light {
    margin: 10px 14px;
    padding: 18px 26px;
    display: inline-block;
    outline: none;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    border-radius: 1px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    min-width: 215px;
    color: #fff !important;
    text-align: center;
    border: 1px solid #fff;
    box-shadow: 0px 5px 24px 0px rgb(21, 25, 37);
}

.button-light:hover {
	border: 1px solid #b79662;
	}

.site-footer .button-light {
    color: #fff !important;
    border: 1px solid #fff;
    padding: 18px 16px;
    min-width: 200px;
    box-shadow: 0px 5px 24px 0px rgb(21, 25, 37);
}

.site-footer .button {
	padding: 18px 24px;
    min-width: 200px;
    box-shadow: 0px 5px 24px 0px rgb(21, 25, 37);
}

.site-footer .button-light:hover {
	border: 1px solid #b79662;
	background: none !important;
}

.site-footer .button:hover {
	border: 1px solid #b79662;
}

.button-light-cta {
    padding: 17px 34px;
    display: inline-block;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1em;
    font-weight: 700;
    border-radius: 2px;
    letter-spacing: 0.05em;
    background-color: none !important;
    color: #fff !important;
    border: 2px solid #fff;
    margin-top: 5px;
    text-transform: uppercase;
}


.button-light i {
	padding-right: 4px;
}

.cta-element {
	color: #fff;
	font-weight: 900;
	font-size: 44px;
	line-height: 30px;	
}

.cta-text a {
	color: #f5f5f5 !important;
	text-decoration: underline;
}

.cta-element .button-light a {
	color: #406870;
}

.over-image {
    background-color: #396681;
	color: #fff;
    padding: 3% 6% 4% 6%;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.review-section h2 {
	font-size: 36px;
	color: #fff;
}

.review-section h3 {
	font-size: 36px;
	color: #fff;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
	max-width: 200px !important;
}

.review-section {
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-family: "Poppins", sans-serif;
}

.review-section strong {
	color: #b79662;		
	font-weight: 600;
}

.review-section p {
	margin-bottom: 10px;
}

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 2px !important;
    }
    
.vc_btn3.vc_btn3-size-lg {
    background-image: none !important;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-top: 16px !important;
	padding-bottom: 16px !important;
	padding-left: 22px !important;
	padding-right: 23px !important;
}

.vc_btn3.vc_btn3-color-danger, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
	background-color: #bb2127 !important;
}

.easy_t_single_testimonial blockquote.easy_testimonial {
    padding: 20px;
}

.style-dark_style blockquote.easy_testimonial {
    background-color: #F2F4F8;
}

.vc_custom_1580928514222 {
    border-left: 2px solid #3267c5;
	padding-left: 30px;
}

.treatment-zones h2 {
    font-size: 38px;
    font-weight: 600;
    text-align: center;
}

.treatment-zones p {
    color: #203847;
    font-size: 17px;
    text-align: center;
    margin-bottom: 2.5em;
}

.treatment-boxes {
    background: #D7DAE1;
    padding: 12px 20px;
    text-align: center;
    font-weight: 500;
}


.service-bar a {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.service-bar {
	color: #254457 !important;
	font-weight: 800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.roof-type-hero {
    color: #103466;
    font-weight: 900;
    font-size: 4em;
    line-height: 1.2;
    margin-bottom: 0em;
}

.hero-text-internal {
	color: #fff; 
	font-size: 18px;
	margin-bottom: .5em;
	font-weight: 600;
}

.hero {
    color: #fff;
    font-size: 4.6rem;
    line-height: 1;
    margin-bottom: 0.1em !important;
    font-family: "Amiri";
}

.hero-lander {
	color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0.3em !important;
    margin-top: 0.3em !important;
    font-family: "Amiri";
    font-weight: 600;
}

.border-center {
    display: block;
    width: 108px;
    height: 3px;
    background: #b79662;
    margin: 10px auto;
}

.border-left {
    display: block;
    width: 108px;
    height: 3px;
    background: #b79662;
    margin: 10px 0;
}
.hero-text {
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: .01em;
    margin-bottom: 36px;
}

.centered-hero {
	text-align: center;
}


.types {
    color: #fff;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 0.1em !important;
    text-align: center;
}

.accordion-text {
	color: #fff; 
	font-size: 19px;
	margin-bottom: .5em;
}

.dropdown-title {
	color: #fff;
}

.thirty-five {
    font-size: 6em;
    line-height: 0.8em;
    padding-bottom: 0em;
    margin-bottom: 0px;
    font-weight: 900;
    float: left;
    margin-right: 16px;
    color: #103466;
}

.decorated-link {
    font-weight: 600;
    color: #1d1d29 !important;
    border-bottom: 3px solid #103466;
}

.years {
    font-size: 20px;
    line-height: 0em;
    margin-bottom: 0px;
    font-weight: 600;
    padding-top: 15px;
}

.experience {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 0em;
    line-height: 2em;
}

.hero-front {
	color: #fff; 
	font-weight: 600; 
	font-size: 54px;
	line-height: 68px;
	margin-bottom: .3em;
}

.hero-front-text {
	color: #fff; 
	font-weight: 500; 
	font-size: 19px;
	margin-bottom: .5em;
}

.hero-highlight {
	color: #0649ae;
}

.hero .button {
	color: #103466;
	background-color: #fff;
}

.section-highlight {
    position: relative;
    margin: -80px 0px 50px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
}

.section-highlight img {
	margin: 0px 0px 40px 0px;
}

.section-highlight .wpb_column {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.section-highlight .wpb_column > .vc_column-inner {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: 2px solid #f2f4f8;;
}

.section-highlight .wpb_column > .vc_column-inner > .wpb_wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 14px 20px 60px 20px;
}

.section-highlight h3 {
	font-size: 22px;
}

.section-highlight .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
	border-right: none;
}

.section-highlight .wpb_content_element {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.shadow-box {
    color: #103466;
	padding: 12%;
	border-radius: 1px;
    text-align: center;
    background-color: #eff1f5;
}

.shadow-box h3 {
    color: #103466;
    font-size: 1.8rem;
    line-height: 1;
}
    
body .gform_wrapper {
    background-color: #f2f4f8;
	padding: 14px 24px 18px 24px;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}

.gform_wrapper .gform_footer {
    margin: 8px 0 0 !important;
}

p.contact {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.05em;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

h2.emergency {
    color: #bb2127;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .5px;
}

h2.callaction {
	margin: 0em 0em .2em 0em;
}

h2.services {
	font-size:24px;
	color: #ca1f27;
}

.h2 a {
	color: #ca1f27;
}

.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
	color: #BB2127 !important;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover {
	color: #BB2127 !important;
	background-color: #fff !important;
}

.sidebar_menu .widget ul li {
    background: #fff;
    padding: 14px 20px;
    line-height: 22px;
}

.sidebar_menu .widget ul li:hover {
    background: #3267c5;
    color: #fff;
    transition: none !important;
}

.sidebar_menu a {
	color: #406870 !important;
	font-weight: 500;
	transition: none !important;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
}

.sidebar_menu a:active {
	color: #fff !important;
}

.sidebar_menu .widget ul li:hover a {
	color: #fff !important;
	opacity: 1 !important;
}

.sidebar_menu {
	padding: 7%;
	background-color: #f5f5f5;
}

.contact-standout {
	padding: 3% 6% 3% 6% !important;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
}

.contact-standout h3 {
	font-weight: 600;
	font-size: 28px;
}

.contact-standout li {
	padding: 1em 0em;
	border-bottom: 2px solid #f2f4f8;
	line-height: 1.9em;
}

.contact-standout li:last-child {
	border-bottom: none;
}

.contact-standout ol {
   list-style: none;
   counter-reset: item;
   margin: 0;
   padding: 0;
 }
 
.contact-standout li {
   counter-increment: item;
   margin-bottom: 7px;
 }
 
.contact-standout li::before {
    margin-right: 10px;
    content: counter(item);
    background: #2579f7;
	border-radius: 100%;
	color: #fff;
    width: 2em;
    text-align: center;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    font-size: 17px;
}

.blue-box {
    background-color: #0649ae;
    color: #fff;
}

.blue-box h3 {
	color: #fff;
}

.blue-box a {
	color: #fff !important;
	text-decoration: underline;
}

.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	color: #fff !important;
	background-color: #396681 !important;
	text-transform: uppercase;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
	color: #222 !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-o-all-clickable .vc_tta-panel .vc_tta-panel-title > a:hover {
    color: #242633 !important;
    background-color: #fff !important;
}

.wpb-js-composer .vc_tta-color-black.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body h2 {
    color: #fff !important;
    font-weight: 400 !important;
}

.wpb-js-composer .vc_tta.vc_tta-gap-5 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
    margin-bottom: 9px !important;
}

.wpb-js-composer .vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: #242633 !important;
}

.wpb-js-composer .vc_tta-color-black.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body h3 {
    color: #fff !important;
    font-weight: 400 !important;
}

.wpb-js-composer .vc_tta-color-black.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body h4 {
    color: #fff !important;
    font-weight: 400 !important;
}

.wpb-js-composer .vc_tta-color-black.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body a {
    color: #fff !important;
    text-decoration: underline;
}

.vc_figure-caption {
  	margin-top: -4em !important;
    font-size: 2.5em !important;
    color: #fff;
    font-family: "Amiri", sans-serif;
    font-weight: 600;
    text-align: center;
}

.practice-areas {
	font-size: 32px !important;
    color: #fff !important;
    font-family: "Amiri", sans-serif;
    font-weight: 600;
    text-align: center !important;
}

.column-text-section h2 {
    color: #b79662;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.1em;
}

.column-text-section p {
    font-size: 15px;
    margin: 0em 0em 2em 0em;
}
/*row services*/
.row-customhalf.vc_row > .vc_column_container > .vc_column-inner {
	width: calc(100% + 3.75rem);
	padding-left: 3.75rem;
	padding-right: 3.75rem;
}
.row-services .column-services-left {
	padding-top: 7.5rem;
	z-index: 2;
}
.row-services .column-services-left > .vc_column-inner {
	margin-right: -3.75rem;
	background-color: #fff;
	align-items: flex-end;
	text-align: right;
	
}
.services-consult {
	padding: 3% 10%;	
}
.row-services .column-services-left > .vc_column-inner > .wpb_wrapper {
	max-width: 600px;
	width:100%;
	padding-top: 5.5rem;
	padding-bottom: 7.5rem;
	
}
.row-services .column-services-right > .vc_column-inner {
	margin-left: -3.75rem;
}
.row-services .services-headline {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.4em;
}
.row-services .services-headline-content {
    font-size: 2.2em;
    line-height: 1.2;
    font-family: "Amiri", sans-serif;
    font-weight: 600;
}

.quote-mark {
    font-size: 3.2em;
    color: #b79662;
    font-weight: 600;
    line-height: 0;
}

.row-services .testimonial-text {
    font-family: "Amiri", sans-serif;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

.row-services .testimonial-name {
    color: #b79662;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 0.1em;
    line-height: 1.1em;
}

.row-services .testimonial-type {
    font-family: "Amiri", sans-serif;
    font-size: 1.3em;
    margin-bottom: 1.6em;
}

.row-services .services-headline-content strong {
	font-weight: 600;
}
.row-services .service-boxes {
	padding-left: 20px;
	padding-right: 20px;
}
.row-services .service-box {
	display:flex;
	justify-content: flex-end;
}
.row-services .service-title {
	display: flex;
	flex-direction: column;
	margin-right: 1em;
	padding: 5px 0;
}
.row-services .service-title em {
	font-style:normal;
	font-size: 1rem;
	line-height: 1.2;
	padding-bottom: .4em;
	color:#103466;
}
.row-services .service-title > i {
	margin-top:auto;
}
.row-services .service-icon {
	background: #b79662;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	padding: 20px;
	border: 1px solid #b79662;
	transition: all 500ms ease;
}
.row-services .service-box:hover .service-icon {
	background: #fff;
}
.row-services .service-icon img {
	width:38px;
	min-width:38px;
	height:42px;
	transition: all 500ms ease;
}
.row-services .service-box:hover .service-icon img {
	filter: none;
}
/*row the team*/
.row-the-team .column-the-team-left > .vc_column-inner,
.row-sngl-serv-dispute .column-sngl-serv-dispute-left > .vc_column-inner,
.row-sngl-serv-getcall .column-sngl-serv-getcall-left > .vc_column-inner {
	margin-right: -3.75rem;
}
.row-the-team .column-the-team-right,
.row-sngl-serv-dispute .column-sngl-serv-dispute-right,
.row-sngl-serv-getcall .column-sngl-serv-getcall-right {
	padding-top: 7.5rem;
	z-index:2;
}
.row-the-team .column-the-team-right  > .vc_column-inner,
.row-sngl-serv-dispute .column-sngl-serv-dispute-right > .vc_column-inner,
.row-sngl-serv-getcall .column-sngl-serv-getcall-right > .vc_column-inner {
	margin-left: -3.75rem;
	padding-top: 8rem;
	padding-bottom: 7.5rem;
	background-color: #fff;
	align-items: flex-start;
	text-align: left;
	position: relative;
}
.row-the-team .column-the-team-right > .vc_column-inner > .wpb_wrapper,
.row-sngl-serv-dispute .column-sngl-serv-dispute-right > .vc_column-inner > .wpb_wrapper,
.row-sngl-serv-getcall .column-sngl-serv-getcall-right > .vc_column-inner > .wpb_wrapper,
.row-sngl-serv-getcall .column-sngl-serv-getcall-left > .vc_column-inner > .wpb_wrapper {
	max-width: 600px;
	width:100%;
}
.row-the-team .the-team-headline{
	margin-bottom:15px;
}
.row-the-team .the-team-headline > .wpb_wrapper{
	display: flex;
	align-items: center;
}
.row-the-team .the-team-headline p{
	margin-left: auto;
}
.row-the-team .the-team-meet > .wpb_column > .vc_column-inner > .wpb_wrapper{
	display: flex;
	justify-content: center;
}
.row-the-team .the-team-headline h3,
.row-the-team .the-team-headline p,
.row-the-team .the-team-item{
	padding-left: 20px;
	padding-right: 20px;
}
.row-the-team .the-team-item .wpb_wrapper > p {
	overflow:hidden;
	margin:0;
}
.row-the-team .the-team-item img{
	display:block;
	transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
}
.row-the-team .the-team-item img:hover{
	filter: grayscale(100%);
	transform: scale3d(1.1,1.1,1.1);
}
.row-the-team .the-team-item h5{
	margin-top:1rem;
	font-size: 1.4375rem;
}
.cstm-btn:before {
	content: "";
	height: 1px;
	background: black;
	width: 3.5em;
	font-size: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-right: .8em;
	backface-visibility: hidden;
	pointer-events: none;
	animation: underline .4s ease-in-out forwards;
	transition: transform .4s ease-in-out;
	animation: none;
	transform-origin: right;
	z-index: 1;
	background-color: #b79662;
}
.cstm-btn:hover:before {
	background: #b79662;
	transform: scaleX(0);
	transform-origin: right;
	animation: underlineHover .4s ease-in-out forwards;
	animation: none;
	background-color: #103466;
}
.row-customhalf .icon-big{
	height:0;
}
.row-customhalf .icon-big .vc_single_image-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 7.5em;
	height: 7.5em;
	line-height: 7.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #b79662;
}
.row-customhalf .icon-big img{
	width: 54px;
	height: 54px;
	min-width: 54px;
}
/*row-three-box*/
.row-customhalf .icon-big,
.row-three-box .wpb_single_image,
.column-sngl-serv-getcall-left .wpb_text_column,
.row-sngl-serv-expertise .wpb_text_column,
.row-blue-box .wpb_single_image,
.row-blue-box .vc_column-inner > .wpb_wrapper > .wpb_text_column{
	margin-bottom:0;
}
.row-three-box .wpb_text_column.wpb_content_element{
	position: relative;
	top: -60px;
	margin-bottom: 0;
}
.row-three-box .icon-box{
	margin-left: calc(3.7em * .5);
	background-color: #103466;
}
.row-three-box .icon-box em {
	background: #b79662;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
}
.row-three-box .icon-box img{
	width: 36px;
	min-width: 36px;
	height: 41px;
}
.row-three-box .content-box,
.row-blue-box .vc_column-inner > .wpb_wrapper > .wpb_text_column {
	background-color: #103466;
	padding-left: calc(3.7em * .5);
	padding-top: 1.35em;
	padding-right: 2em;
	padding-bottom: 2.5em;
	margin-top: -1px;
}
.row-three-box .content-box h3,
.row-blue-box h3{
	padding-bottom: .5rem;
	font-size: 1.45em;
}
.row-three-box .content-box h3 a,
.row-blue-box h3{
	color:#fff;
}
.row-three-box .content-box h3 em{
	font-style:normal;
}
.row-three-box .content-box p,
.row-blue-box p {
	color:#fff;
	opacity: .8;
}
/*row-blue-box*/
.row-blue-box .vc_column-inner > .wpb_wrapper{
	background-color: #103466;
}
.row-blue-box .grey-box .vc_column-inner > .wpb_wrapper,
.row-blue-box .grey-box .vc_column-inner > .wpb_wrapper > .wpb_text_column{
	background-color: #edeef0;
}
.row-blue-box .wpb_single_image .vc_single_image-wrapper {
	width: 4.7em;
	height: 4.7em;
	line-height: 4.7em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #b79662;
}
.row-blue-box .wpb_single_image img {
	width: 40px;
	height: 40px;
	min-width: 40px;
}
.row-blue-box .cstm-btn{
	font-size: .8125em;
	letter-spacing: 2px;
	font-weight: 600;
}
.row-blue-box .cstm-btn:hover{
	color:#fff;
}
.row-blue-box .cstm-btn:hover:before {
	background: #fff;
}
.row-blue-box .grey-box h3,
.row-blue-box .grey-box p{
	color: #103466;
}

/*row-sngl-serv-expertise*/
.row-sngl-serv-expertise{
	background: #172e50;
	padding: 8em 0 15em 0;
	text-align: center;
	background-image: url(/wp-content/uploads/attorney-services-bg.jpg) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.row-sngl-serv-expertise h2{
	max-width: 600px;
	margin:0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.row-sngl-serv-expertise .expertise-headline {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 1em;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.row-sngl-serv-expertise .expertise-headline-content {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}
/*row-sngl-serv-dispute*/
.row-sngl-serv-dispute{
	margin-top: -7.5em;
}

.row-sngl-serv-dispute h1 {
	font-size: 2.5em;
}
.row-sngl-serv-dispute .column-sngl-serv-dispute-right h3{
	font-size: 2.5rem;
}
.row-sngl-serv-dispute .cstm-btn{
	display: inline-block;
	font-weight: 500;
	margin-top: 1.3rem;
	text-transform: uppercase;
}
/*row-sngl-serv-getcall*/
.row-sngl-serv-getcall.vc_row .column-sngl-serv-getcall-left > .vc_column-inner {
	padding-top: 22.5rem;
	padding-right: 11.25rem;
	padding-bottom: 7.5rem;
	text-align: right;
	align-items: flex-end;
}
.row-sngl-serv-getcall .getcall-headline {
    display: block;
    font-size: 1rem;
    margin-bottom: 1.5em;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 400;
}
.row-sngl-serv-getcall .getcall-headline-content{
	color:#fff;
	font-weight: 500;
	line-height: 1.2;
	font-size: 2.3em;
	font-family: "Amiri", sans-serif;
}

.row-sngl-serv-getcall .phone-div{
	display:inline-block;
	margin-top: 50px;
}
.row-sngl-serv-getcall .phone-box-icon {
	background: #b79662;
}
.row-sngl-serv-getcall .phone-box-link {
	box-shadow: 0 0 0 1px #b79662 inset;
}
.row-sngl-serv-getcall .phone-box-link:hover {
	color: #fff;
	box-shadow: 0 0 0 3em #b79662 inset;
}
/*row-sngl-faq*/
.row-sngl-serv-faq{
	padding: 7.5em 0;
}
.row-sngl-serv-faq .faq-item {
	margin-bottom: 20px;
}
.row-sngl-serv-faq .vc_toggle_title{
	display: flex;
	align-items: center;
	background: #edf1f2;
	height: 60px;
}
.row-sngl-serv-faq .vc_toggle_title h3{
	display: flex;
	align-items: center;
	margin: 0;
	padding-right: 60px;
	font-size: 1.565em;
	line-height: 1;
	position: relative
}
.row-sngl-serv-faq .vc_toggle_title h3 em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	min-width: 28px;
	height: 28px;
	min-height: 28px;
	margin: 0 20px 0 15px;
	border: 1px solid;
	border-radius: 50%;
	font-size: 26px;
	font-style: normal;
	font-weight: 100;
}
.row-sngl-serv-faq .vc_toggle_title > div{
	display:flex;
	align-items: center;
	justify-content: center;
	background-color: #b79662;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
}
.row-sngl-serv-faq .vc_toggle_title div .icon-plus{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.row-sngl-serv-faq .vc_toggle_title .icon-plus:before{
	color:#fff;
}
.row-sngl-serv-faq .vc_toggle_active .vc_toggle_title .icon-plus:before{
	content: '\e80a';
}
.row-sngl-serv-faq .vc_toggle_content{
	background: #edf1f2;
	margin-top:0;
	padding: 1em 4em 2em;
}

/*--------------------------------------------------------------
Callout Boxes
--------------------------------------------------------------*/
.callout {

}

.callout-inner {
	display: block;
	float: none;
}

.callout-image {
	display: block;
	float: none;
	overflow: hidden;
}

.callout-image span {
	display: block;
	line-height: 0;
}

.callout-content {
    display: block;
    width: 100%;
    float: left;
    margin-top: -4.7em;
}

.callout-icon-box {
    display: flex;
    align-items: center;
    width: calc(100% - (4.6em * .5));
    margin-left: calc(4.7em * .5);
    position: relative;
    background: #fff;
}

.callout-icon {
    height: 4.7em;
    width: 4.7em;
    min-width: 4.7em;
    align-items: center;
    justify-content: center;
    background: #b79662;
    color: #fff;
    padding: 0.8em;
}

.callout-icon img,
.row-services .service-icon img,
.row-customhalf .icon-big img,
.row-three-box .icon-box img,
.row-blue-box .wpb_single_image img {
	filter: invert(182%) sepia(109%) saturate(0%) hue-rotate(165deg) brightness(1000%) contrast(102%);
}

.callout-title {
    padding-left: .6em;
    padding-bottom: 0;
    padding-right: 1em;
    font-size: 1.7em;
    line-height: 1.1;
    margin: 0em 0em 0em 0em;
    padding-top: .2em;
}

.callout-title a {
	color: #103466 !important;
}

/*--------------------------------------------------------------
Headline with Box Background Accent Element 
--------------------------------------------------------------*/
.headline-bg-box::before {
    background: #edeef0;
    content: " ";
    display: block;
    border: none !important;
    width: 2.7em !important;
    height: 2.7em !important;
    line-height: 1;
    position: absolute;
    top: -.7em;
    left: -1.2em;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto !important;
}

.headline {
	font-size: 2.7rem;
	text-align: center;
	color: #103466;
}

.headline strong {
	color: #b79662;
	font-weight: inherit;
}

/*--------------------------------------------------------------
Phone Number Box with Hover
--------------------------------------------------------------*/

.phone-box {
	padding: 0;
	box-shadow: 0 0 0 3em #b79662 inset;
	color: #ffffff;
}

.phone-box-icon {
    padding: 15px;
    color: #fff;
    background: #103466;
    height: 56px;
    width: 56px;
    min-width: 56px;
    float: left;
}

.phone-box-link {
    color: #ffffff;
    box-shadow: 0 0 0 3em #b79662 inset;
    padding: 1.03em 1.8em;
    position: relative;
    display: flex;
		align-items: center;
		height: 56px;
    float: left;
    font-size: 17px;
}

.phone-box-text {
	letter-spacing: 2px;
	font-weight: 600;
	font-family: "Poppins",Arial,Helvetica,sans-serif;
}

.phone-box img {
	filter: invert(182%) sepia(109%) saturate(0%) hue-rotate(165deg) brightness(1000%) contrast(102%);
}

.phone-box-link:hover {
	transition: all 300ms ease;
	color: #b79662;
	box-shadow: 0 0 0 1px #b79662 inset;
}

/*--------------------------------------------------------------
Contact Info with Icons
--------------------------------------------------------------*/

.contact-info {
	display: flex;
	align-items: center;
	padding-top: 24px;
}

.contact-info-content {
	padding-left: 1.5em;
}

.contact-info-text a {
	color: #103466;
}

.contact-info-title {
	font-size: 1em;
	color: #b79662;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 0.1em;
}

.contact-info-text {
}

.contact-info img {
	height: 3em;
    width: 3em;
    min-width: 3em;
    float: left;
}


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 5em 0 0.5em;
	max-width: 600px;
}

.comments-title {
	font-size: 20px;
	margin-bottom: 2.5em;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-author {
	font-size: 16px;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #406870;
	margin-left: 1em;
}

.comment-body {
	color: #254457;
	font-size: 14px;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 400;
	position: relative;
}

.comment-reply-link .icon {
	color: #406870;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

ol.children .children {
	padding-left: 2em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #254457;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-style: italic;
}

.form-submit {
	text-align: right;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 0 0 2em 0;
}

.widget {
	margin-bottom: 30px;
}

.widget:last-child {
	margin-bottom: 0px;
}

.widget-title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}

/* widget lists */

.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget ul li,
.widget ol li {
	padding: 0;
	margin: 0 0 0.5em 0;
}

.widget ul li ul {
	margin: 0;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-form {
	position: relative;
}

.search-form .search-field {
	display: block;
	float: left;
	width: calc(100% - 40px);
	margin: 0px;
	padding: 5px;
	height: 40px;
	border-radius: 0px;
}

.search-form .search-submit {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	border-radius: 0px;
}

.search-form .search-submit .icon-search {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/* Fix image alignment */
img.alignleft {
	float: left;
	margin-right: 1.5em;
}

img.alignright {
	float: right;
	margin-left: 1.5em;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #406870;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #254457;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #406870;
	border-color: #254457;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #254457;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #254457;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #406870;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #406870;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 400;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	max-width: 25%;
}

/* Gallery Columns */

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/

@media screen and ( min-width: 1111px ) {
	
	.main-navigation .sub-menu {
		box-shadow: rgba(0,0,0,0.12) 3px 3px 15px;
		border-top: 2px solid #b79662;
	}
	.main-navigation .sub-menu li {
		border-bottom: 1px solid rgba( 120,138,175,0.15);
		float: none !important;
	}
	.main-navigation .sub-menu a {
		padding: 15px 20px;
		line-height: 18px !important;
	}
	/* Mega Menu */
	.header-content-inner{
		position:relative;
	}
	li.menu-columns{
		position:static;
	}
	li.menu-columns > a{
		position:relative;
	}
	li.menu-columns > a:after{
		content:"";
		display:block;
		width: 100%;
		height:5px;
		position: absolute;
    bottom: -5px;
	}
	.menu-columns > ul.sub-menu {
		left: auto;
		right: 10px;
    width: calc(100% - 20px);
	}
	.menu-columns:hover > ul.sub-menu{
		display: flex;
	}
	.menu-columns > ul.sub-menu > li{
		width:calc(100%/3);
		border-right: 1px solid rgba( 120,138,175,0.15);
	}
	.menu-columns > ul.sub-menu > li:last-child{
		border-right: none;
	}
	.menu-columns > ul.sub-menu > li > a{
		font-weight:500;
		text-transform:uppercase;
	}
	.menu-columns ul.sub-menu ul.sub-menu{
		display:block;
		position: static;
		width: auto;
		box-shadow: none;
		border-top: 1px solid rgba( 120,138,175,0.15);
	}

}

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


	.main-navigation {
		background: #fff;
		box-shadow: rgba(0,0,0,0.12) 3px 3px 15px;
		border-top: 3px solid #103466;
	}

	.main-navigation a {
		padding: 15px 0;
		line-height: 18px !important;
		margin: 0;
		border-right: 0;
		background: none;
	}

	.menu-button a {
    	border: none;
	}

	.main-navigation ul.menu {
		padding: 4px 20px;
	}
	.main-navigation ul.menu li {
		border-bottom: 1px solid rgba( 120,138,175,0.15);
	}


	.main-navigation ul.menu li.menu-item-has-children > a.show-child i {
		font-size: 18px;
		line-height: 20px;
	}

	.main-navigation ul ul {
		padding: 0 0 0 25px;
		box-shadow: none;
	}

	.main-navigation ul ul a {
		letter-spacing: 0;
		padding: 15px 0;
	}

	.main-navigation ul ul ul a {
		letter-spacing: 0;
	}

	.site-info .copyright {
		margin: 0px 0px 20px 0px;
	}

	.site-info .social-media ul li a {
		margin-bottom: 10px;
	}
	.row-sngl-serv-expertise{
		padding: 6em 0;
	}
	.row-customhalf.vc_row > .vc_column_container > .vc_column-inner {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.row-the-team .column-the-team-right  > .vc_column-inner,
	.row-sngl-serv-dispute .column-sngl-serv-dispute-right > .vc_column-inner,
	.row-sngl-serv-getcall .column-sngl-serv-getcall-right > .vc_column-inner {
		margin-left: 0;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.row-services .column-services-left {
		padding-top: 1rem;
	}
	.row-services .column-services-left > .vc_column-inner {
		margin-right: 0;
		
	}
	.row-services .column-services-left > .vc_column-inner > .wpb_wrapper {
		max-width: unset;
		padding-top: 1rem;
		padding-bottom: 1rem;
		
	}
	.row-services .column-services-right > .vc_column-inner {
		margin-left: 0;
	}
	.row-services .service-boxes {
		padding-left: 0;
		padding-right: 0;
	}
	.row-services .column-services-right > .vc_column-inner > .wpb_wrapper,
	.row-the-team .column-the-team-left > .vc_column-inner > .wpb_wrapper,
	.row-sngl-serv-dispute .column-sngl-serv-dispute-left > .vc_column-inner > .wpb_wrapper {
		padding-bottom: 3.75rem;
		padding-top: 3.75rem;
		margin-bottom: 16em;
	}
	.row-the-team .column-the-team-left > .vc_column-inner,
	.row-sngl-serv-dispute .column-sngl-serv-dispute-left > .vc_column-inner,
	.row-sngl-serv-getcall .column-sngl-serv-getcall-left > .vc_column-inner {
		margin-right: 0;
	}
	.row-the-team .column-the-team-right,
	.row-sngl-serv-dispute .column-sngl-serv-dispute-right,
	.row-sngl-serv-getcall .column-sngl-serv-getcall-right {
		padding-top: 0;
	}
	.row-the-team .column-the-team-right > .vc_column-inner,
	.row-sngl-serv-dispute .column-sngl-serv-dispute-right > .vc_column-inner,
	.row-sngl-serv-getcall .column-sngl-serv-getcall-right > .vc_column-inner {
		margin-left:0;
		padding-top: 9.375rem;
	}
	.row-the-team .column-the-team-right > .vc_column-inner > .wpb_wrapper {
		max-width: unset;
	}
	.row-the-team .the-team-headline{
		margin-bottom:15px;
	}
	.row-the-team .the-team-meet > .wpb_column > .vc_column-inner > .wpb_wrapper{
		flex-direction: column;
	}
	.row-sngl-serv-dispute {
		margin-top: 0;
	}
	.row-sngl-serv-getcall.vc_row .column-sngl-serv-getcall-left > .vc_column-inner {
		padding-top: 6rem;
		padding-bottom: 3rem;
	}
	.row-sngl-serv-getcall .phone-div{
		margin-top: 10px;
	}
	.row-sngl-serv-faq{
		padding: 1.5em 0;
	}
	.row-sngl-serv-faq .vc_toggle_title h4 em{
		margin: 0 10px 0 10px;
	}
	.row-blue-box{
		flex-direction:column;
	}
	.row-blue-box > .wpb_column{
		width:100%;
		margin-bottom:15px;
	}
}

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


.site-header .main-menu {
    padding: 0;
    border-left: 0px solid #ededed;
}
	
.top-navigation {
    padding: 12px 0;
    background: #0f3365;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.05);
}
.top-navigation a {
	color:#fff !important;
}
	
}

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

body {
	font-size: 14px;
	line-height: 1.5;
}

.site-header .search-wrap {
	margin: 0px auto 10px auto;
}

.page-header {
	padding: 50px 0px;
}

.page-header .page-title {
	font-size: 40px;
}

.contact-standout {
    margin: 10px 0px;
    padding: 0% !important;
    background: #efefef;
    box-shadow: none;
}

.hero {
	font-size: 44px;
	line-height: 54px;
}

.hero-lander {
	font-size: 36px;
}

.section-highlight .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 0px 4px 30px 4px; 
}
	
.mobile-reverse-order {
	display: flex;
	flex-direction: column;
}

.mobile-reverse-order .wpb_column:first-child {
	order: 2;
}

.mobile-reverse-order .wpb_column:last-child {
	order: 1;
}

.chatsupport-wrp[data-v-4251173d] .chatsupport-button {
	bottom: 65px !important;
}
.row-header-custom{
	margin:10px 0;
}
.row-header-custom .alignleft,
.row-header-custom .alignright{
	float:none;
	display: flex;
	justify-content: center;
	margin: 10px 0;
}
.page-template-page-blank .site-header{
	display:block;
}

}

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


}

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

.hero {
	font-size: 38px;
	line-height: 44px;
}

.hero-lander {
	font-size: 32px;
}

.hero-text {
	font-size: 16px;
	line-height: 28px;
}

.page-header {
	padding: 40px 0px;
	background: none !important;
	background-color: #103466 !important;
}

.page-header .page-title {
	font-size: 32px;
}

p.contact {
	font-size: 18px;
}

.button-light {
    margin: 10px 0px;
    width: 100%;
}

.button {
	margin: 10px 0px;
	width: 100%;
}

.button-flat {
	margin: 10px 0px;
	width: 100%;
}

.top-navigation ul.top-menu > li.top-menu__button > a {
    padding-left: 12px !important;
}

.top-navigation a {
    padding: 10px 5px;
}
}
@media screen and ( max-width: 380px ) {

.site-header .menu-toggle {
	font-size: 18px;
}


.pdf-filecontent {
    display: inline-block;
    margin-top: 10px;
}

.chatsupport-wrp[data-v-4251173d] .chatsupport-button {
    bottom: 98px !important;
}

}

/*--------------------------------------------------------------
Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer {
		display: none !important;
	}

	.entry-footer,
	#comments {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page-title,
	.entry-title {
		font-size: 10pt;
	}

	/* Posts */

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a {
		color: #1d3544 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}
}
@media screen and (max-width: 480px) {
	.footer-column a {
		font-size: 18px;
		margin-bottom: 10px;
		display: inline-block;
	}
}