/*!
Theme Name: WP Coakley Law
Theme URI: http://underscores.me/
Author: Boldwerks
Author URI: https://boldwerks.com
Description: Custom theme for Coakley
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-coakley-law
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

WP Coakley Law is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
}
.home main#primary {
  margin-bottom: 0px !important;
}
/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* Fonts */
@font-face {
    font-family: 'Didot';
    src: url('fonts/Didot.woff2') format('woff2'),
        url('fonts/Didot.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cambay Devanagari';
    src: url('fonts/CambayDevanagari-BoldOblique.woff2') format('woff2'),
        url('fonts/CambayDevanagari-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cambay Devanagari';
    src: url('fonts/CambayDevanagari-Regular.woff2') format('woff2'),
        url('fonts/CambayDevanagari-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cambay Devanagari';
    src: url('fonts/CambayDevanagari-Oblique.woff2') format('woff2'),
        url('fonts/CambayDevanagari-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cambay Devanagari';
    src: url('fonts/CambayDevanagari-Bold.woff2') format('woff2'),
        url('fonts/CambayDevanagari-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* General */
html {
	font-size: 8px;
}

body {
	font-family: 'Cambay Devanagari', sans-serif;
	font-size: 2.88rem;
	color: #002f50;
	letter-spacing: 0.05em
}

.container {
	max-width: 176rem;
	padding-left: 4rem;
	padding-right: 4rem;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #c1b33a;
	text-decoration: none;
	transition: color 0.2s;
}

img {
	max-width: 100%;
	height: auto;
}

p {
  line-height: 24px;
}

.site-main .page {
	min-height: calc(100vh - 30rem);
}


/* Header */

.header-lower {
    position: relative;
}

.header-lower:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #002f50;
}

.home .header-lower:before {
	mix-blend-mode: multiply;
	opacity: 0.92;
	background: #001d32;
}

.header-lower .container {
    position: relative;
}

.header-lower .site-navigation > div > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-lower .site-navigation a {
   
    letter-spacing: 3px;
    padding: 2rem 3rem 1.5rem;
    display: inline-flex;
    font-family: 'Newcycle',sans-serif;
    
    color: #c1b33a;
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 4px solid #002f50;
    
}

.header-lower .site-navigation a:hover {
    color: #fff;
    border-bottom: 4px solid #c1b33a;
    
    -webkit-transition: 0.5s 0s ease-in;
    -moz-transition: 0.5s 0s ease-in;
    -o-transition: 0.5s 0s ease-in;
    transition: 0.5s 0s ease-in;
}

.header-logo {
    max-width: 36.5rem;
}

.header-upper {
    padding: 2.8rem 0;
}

.header-logo a {
    display: block;
}

.header-logo img {
    display: block;
    width: 100%;
    height: auto;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 100;
  font-size: 10rem;
  
  text-decoration: underline solid #c1b33a;;
  text-underline-offset: 0.5em;
}

h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 100;
}
h3 {
  font-weight: 100;
  text-transform: uppercase;
}


/* Error Page */
.error-page-wrapper {
    padding: 18rem 0;
    text-align: center;
}

.error-page-wrapper h2 {
    font-size: 9rem;
    margin: 0 0 2rem;
}

/* Single Page */
.single-post-article {
    padding: 5rem 0;
}

.single-post-article h1 {
	margin: 0 0 2rem;
}

/* Homepage */
.home-hero-wrapper {
    position: relative;
    padding-top: 34rem;
}

.home-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.site-main {
    overflow: hidden;
}

.home .site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.page-template .site-header {
  -webkit-box-shadow: 0px 0px 20px 0px #505050; 
  box-shadow: 0px 0px 20px 0px #505050;
  z-index: 9999;
}

.home-hero-inner-wrapper {
    position: relative;
    background: rgb(0 47 80 / 60%);
    color: #fff;
    padding: 15rem 0 12rem;
}

.home-hero-inner-wrapper h1 {
    margin: 0 auto;
    font-size: 11rem;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    line-height: 1.01;
    max-width: 135rem;
    text-decoration: none !important;
}


.home-hero-cta {
	text-align: center;
}

.button {
	color: #002f50;
    display: inline-block;
    background: #c1b33a;
    border: none;
    cursor: pointer;
    padding: 1.6rem 2.4rem 1.4rem;
    padding-right: calc(2.4rem - 0.2em);
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    font-family: 'Newcycle',sans-serif;
    min-width: 30rem;
    text-align: center;
}

.button:hover {
	background: #fff;
  -webkit-transition: background 0.5s 0s ease-in;
  -moz-transition: background 0.5s 0s ease-in;
  -o-transition: background 0.5s 0s ease-in;
  transition: background 0.5s 0s ease-in;
}

.news-form-cols {
    display: flex;
    padding: 5.5rem 0 6rem;
    justify-content: space-between;
    margin-right: -4rem;
    align-items: flex-start;
}

.home-news-block {
    width: 56.97%;
}

.home-form-block {
    width: 41.4%;
    background: #002f50;
    padding: 7rem 5rem;
    margin-top: 6.1rem;
}

#gform_wrapper_1 
{
    width:90%;
    background: #002f50;
    padding: 7rem 5rem;
    margin-top: 6.1rem;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:45px;
}
.home-left-title > span {
    color: #c1b33a;
    display: inline-block;
    background: #002f50;
    padding: 1.6rem 2rem;
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: 0.3em;
    padding-right: calc(2rem - 0.2em);
    text-transform: uppercase;
    font-family: 'Newcycle',sans-serif;
    min-width: 30rem;
    text-align: center;
}

a.home-news-item {
    display: flex;
    background: #efeeee;
    padding: 3.5rem;
    margin-bottom: 0.4rem;
    transition: background 0.2s;
}

.home-news-item-thumb {
    width: 21rem;
}

.home-news-item-right {
    width: calc(100% - 21rem);
    padding-left: 2rem;
    padding-top: 2rem;
    color: #002f50;
    font-size: 3.8rem;
    line-height: 1.37;
}

.home-news-item-title {
    max-width: 57rem;
}

.news-form-wrapper .container {
}

a.home-news-item:hover {
    background: #fafafa;
}

.home-form-header {
    text-align: center;
    line-height: 1;
}

.home-form-block-title {
    color: #c1b33a;
    font-size: 4.8rem;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.home-form-block-subtitle {
    font-size: 4rem;
    color: #fff;
}

.home-form-block-subtitle:after {
    content: '';
    display: block;
    width: 100%;
    height: 0.4rem;
    background: #c1b33a;
    max-width: 48rem;
    margin: 1rem auto 0;
}

.home-form-header:after {
    content: '';
    display: block;
    width: 100%;
    height: 0.3rem;
    background: #c1b33a;
    max-width: 28rem;
    margin: 0.8rem auto 3rem;
}

.home-form .gform_wrapper.gravity-theme .gfield input.large,
.home-form .gform_wrapper.gravity-theme .gfield select.large,
.home-form .gform_wrapper.gravity-theme .gfield textarea {
    height: 6.5rem;
    border: none;
    outline: none;
    font-size: 2.4rem;
    padding-left: 2rem;
    padding-top: 1.5rem;
}

.home-form .gform_wrapper .gfield ::-webkit-input-placeholder {
  color: #002f50;
}
.home-form .gform_wrapper .gfield ::-moz-placeholder {
  color: #002f50;
}
.home-form .gform_wrapper .gfield :-ms-input-placeholder {
  color: #002f50;
}
.home-form .gform_wrapper .gfield :-moz-placeholder {
  color: #002f50;
}

.home-form .gform_wrapper.gravity-theme .gfield textarea {
    max-height: 16rem;
    padding-top: 1.6rem;
}

.home-form .gform_wrapper.gravity-theme .gform_footer {
    text-align: center;
}

.home-form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
}

.home-form-block-inner {
	position: relative;
}

.home-services-wrapper {
    
    padding: 1rem 0 1rem 8rem;
}

.home-services-cols {
    display: flex;
}

.home-service-item {
    width: 38.5rem;
    background: #c1b33a;
    margin: 0 1rem;
    min-width: 38.5rem;
}

.home-service-item:hover {
  -webkit-transition: background 0.5s 0s ease-in;
  -moz-transition: background 0.5s 0s ease-in;
  -o-transition: background 0.5s 0s ease-in;
  transition: background 0.5s 0s ease-in;
  
  background: #ffffff;
  
  -webkit-box-shadow:inset 0px 0px 0px 6px #c1b33a;
  -moz-box-shadow:inset 0px 0px 0px 6px #c1b33a;
  box-shadow:inset 0px 0px 0px 6px #c1b33a;
  
}

.home-service-item a {
    color: #002f50;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 4rem;
    text-transform: uppercase;
    text-align: center;
    padding: 3rem 2rem 2rem;
    min-height: 28rem;
}

.home-services-slider:not(.slick-slider) {
    display: flex;
}

.home-serivces-left {
    padding: 1rem 4rem;
    width: 61.8rem;
    min-height: 28rem;
    background: #002f50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.home-serivces-right {
	padding-left: 1.6rem;
    width: calc(100% - 61.8rem);
}

.home-service-arrows {
    display: flex;
}

.home-service-arrows a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    height: 8rem;
    background: #c1b33b;
    color: #002f50;
    border-radius: 50%;
    transition: background 0.2s;
}

.home-service-arrows a:last-child {
    margin-left: 2rem;
}

.home-services-title {
    color: #c1b33a;
    font-size: 4.8rem;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.home-service-arrows a:hover {
    background: #fff;
}

.home-serivces-left:before {
    content: '';
    display: block;
    width: 50vw;
    height: 100%;
    position: absolute;
    right: 100%;
    background: #c1b33b;
    transform: translateX(-1rem);
}

.home-intro-wrapper {
    padding: 8rem 0 30rem;
    background: url('img/intro-bg.png') no-repeat 47vw top;
    background-size: auto 100%;
    margin-bottom: -20rem;
}

.home-intro-cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-intro-left h3 {
    font-size: 4.8rem;
    font-weight: 100;
    line-height: 1.2;
    margin: 0 0 2rem;
    text-transform: none!important;
}

.home-intro-left {
    width: 37.5%;
}

.home-intro-right {
    width: 37.5%;
    font-family: 'Didot',serif;
    font-size: 4.0rem;
}

.home-intro-middle {
    width: 20.833%;
}

.home-intro-left .button:hover {
    background: #002f50;
    color: #fff;
    
    -webkit-transition: background 0.5s 0s ease-in;
    -moz-transition: background 0.5s 0s ease-in;
    -o-transition: background 0.5s 0s ease-in;
    transition: background 0.5s 0s ease-in;
}


/* Slick Slider */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/* Footer */

.site-footer {
	border-top: 0.4rem solid #c1b33a;
    background: #002f50;
    color: #f5f8fc;
    padding: 0 0 5rem;
    
    box-shadow: #002f50 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.footer-middle {
    width: 45%;
    text-align: center;
}

.footer-cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5rem 0 6rem;
}

.services-title {
    width: 100%;
    font-size: 4rem;
}

.footer-right {
    width: 25%;
    text-align: right;
}

.footer-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-left a {
    text-decoration: none;
    color: #c1b33a;
}

.footer-left a:hover {
	color: #fff;
}

.footer-cols .widget-title span {
    color: #002f50;
    display: inline-block;
    background: #c1b33a;
    padding: 1.6rem 2rem;
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: 0.8em;    
    padding-right: calc(2rem - 0.2em);
    text-transform: uppercase;
    font-family: 'Newcycle',sans-serif;
    min-width: 30rem;
    text-align: center;
}

.footer-cols .widget-title {
    margin: 0 0 2rem;
}

.copyright {
    text-align: center;
    font-size: 2.4rem;
}

.copyright p {
    margin: 0;
}

.copyright a {
    color: #f5f8fc;
    text-decoration: none;
}

.copyright a:before {
    content: ' | ';
}

.social-icons a {
    display: inline-block;
    width: 10rem;
    height: 10rem;
    border: 0.3rem solid #c1b33a;
    border-radius: 50%;
    color: #c1b33a;
    text-decoration: none;
    font-size: 5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem;
    transition: border 0.2s, color 0.2s;
}

.social-icons a:hover {
	color: #fff;
	border-color: #fff;
}

.footer-middle-body {
    font-size: 5.6rem;
    line-height: 1;
    text-transform: uppercase;
    margin: 2rem 0;
}

.footer-middle-body p {
    margin: 0;
    font-size:20px;
    font-weight: bold;
}

.footer-middle-body a {
    color: #c1b33a;
    font-size: 8.5rem;
    line-height: 1;
    text-decoration: none;
}


/* Icons */
@font-face {
  font-family: 'coakleyicons';
  src:  url('fonts/coakleyicons.eot?c6d5w');
  src:  url('fonts/coakleyicons.eot?c6d5w#iefix') format('embedded-opentype'),
    url('fonts/coakleyicons.ttf?c6d5w') format('truetype'),
    url('fonts/coakleyicons.woff?c6d5w') format('woff'),
    url('fonts/coakleyicons.svg?c6d5w#coakleyicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="cicon-"], [class*=" cicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'coakleyicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cicon-arrow-up:before {
  content: "\e901";
}
.cicon-arrow-right:before {
  content: "\e905";
}
.cicon-arrow-left:before {
  content: "\e906";
}
.cicon-arrow-down:before {
  content: "\e907";
}
.cicon-angle-down:before {
  content: "\e908";
}
.cicon-angle-up:before {
  content: "\e909";
}
.cicon-angle-right:before {
  content: "\e90a";
}
.cicon-angle-left:before {
  content: "\e90b";
}
.cicon-linkedin:before {
  content: "\e900";
}
.cicon-instagram:before {
  content: "\e902";
}
.cicon-twitter:before {
  content: "\e903";
}
.cicon-facebook:before {
  content: "\e904";
}

.vc_col-sm-12 .wpb_text_column {
	max-width: 180rem;
	margin: 0 auto;
	padding: 0 4rem;
}

.footer-logo {
    max-width: 200px;
    margin: 0 auto;
}

/* Responsiveness */
@media all and (max-width: 1700px) {
	body {
		letter-spacing: 0.05em;
	}
	.button,
	.footer-cols .widget-title span {
		letter-spacing: 0.2em;
	}
	html {
		font-size: 7px;
	}
	.home-intro-wrapper {
		background-position: 47vw top;
	}
	.home-services-wrapper {
		padding-left: 4rem;
	}
}

@media all and (max-width: 992px) {
	.header-logo {
	    max-width: 140px;
	}

	.header-lower .site-navigation a {
	    font-size: 3rem;
	}

	.home-hero-wrapper {
	    padding-top: 23rem;
	}

	.home-hero-inner-wrapper h1 {
	    font-size: 34px;
	    max-width: 600px;
	}

	body {
	    font-size: 16px;
	}

	.button, .footer-cols .widget-title span {
	    font-size: 18px;
	}

	.home-hero-inner-wrapper {
	    padding: 120px 0 100px;
	}

	.home-hero-cta {
	    margin-top: 10px;
	}

	.home-intro-wrapper {
	    padding: 30px 0;
	    background: none;
	    margin-bottom: 0;
	}

	.home-intro-cols {
	    flex-wrap: wrap;
	}

	.home-intro-left {
	    width: 100%;
	}

	.home-intro-middle {
	    width: 100%;
	    text-align: center;
	    margin: 30px 0;
	    max-width: 200px;
	}

	.home-intro-right {
	    width: 100%;
	}

	.home-serivces-left {
	    width: 100%;
	}

	.home-services-cols {
	    flex-wrap: wrap;
	}

	.home-serivces-right {
	    width: 100%;
	    padding: 20px 0;
	}

	.home-serivces-right .slick-list,.home-serivces-right .slick-track {
	    overflow: visible;
	}

	.home-serivces-left:before {
	    display: none;
	}

	.home-services-wrapper {
	    padding-left: 25px;
	}

	.footer-logo {
	    max-width: 180px;
	    margin: 0 auto;
	}

	.footer-middle-body {
	    font-size: 24px;
	}

	.footer-middle-body a {
	    font-size: 32px;
	}

	.news-form-cols {
	    margin-right: 0;
	    flex-wrap: wrap;
	}

	.home-news-block {
	    width: 100%;
	}

	.home-form-block {
	    width: 100%;
	}

	.footer-cols {
	    flex-wrap: wrap;
	}

	.footer-cols > div {
	    width: 100%;
	    text-align: center;
	}

	.footer-middle {
	    margin: 40px 0;
	}

}

@media all and (min-width: 768px) {
	.mobile-menu-overlay,
	.mobile-menu-items,
	.mobile-menu-trigger {
		display: none
	}
}

@media all and (max-width: 767px) {
	.home-intro-right {
	    font-size: 26px;
	    text-align: center;
	}

	.home-service-item a {
	    font-size: 22px;
	    min-width: 240px;
	    width: 240px;
	}

	a.home-news-item {
	    flex-wrap: wrap;
	}

	.home-news-item-thumb {
	    width: 100%;
	    max-width: 150px;
	    margin: 0 auto 20px;
	}

	.home-news-item-right {
	    padding: 0;
	    width: 100%;
	}

	.home-news-item-title {
	    max-width: 100%;
	    text-align: center;
	}

	.home-form-block {
	    margin-left: -40px;
	    margin-right: -40px;
	    width: 100%;
	    width: calc(100% + 80px);
	}

	.news-form-cols {
	    padding-bottom: 0;
	}

	.mobile-menu-trigger {
		display: block
	}

	.header-upper {
	    position: relative;
	    background: #fff;
	}

	.header-logo {
	    max-width: 100px;
	}

	.header-lower {
	    display: none;
	}

  .page-template .site-header {
    width: 100%!important;
  }
	.site-header,.home .site-header {
	    position: fixed;
	    top: 0;
	    left: 0;
	    height: 100px;
	    background: #fff;
	}

	.mobile-menu-trigger {
	    width: 34px;
	    height: 34px;
	    cursor: pointer;
      display: inline-block;
      
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -17px;
      padding-top: 6px;
	}

	.mobile-menu-trigger span {
	    display: block;
	    width: 100%;
	    height: 2px;
	    transition: all 0.25s;
	    background: #002f50;
	}

	.mobile-menu-trigger span:nth-child(2) {
	    margin: 8px 0;
	}

	.site {
	    padding-top: 100px;
	}

	.home-hero-wrapper {
	    padding-top: 0;
	}

	.mobile-menu-overlay {
	    background: #002f50;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    z-index: 8;
	    opacity: 0;
	    visibility: hidden;
	    transition: opacity 0.2s, visibility 0.2s;
	}

	.show-mobile-menu .mobile-menu-overlay {
	    opacity: 0.75;
	    visibility: visible;
	}

	.mobile-menu-items {
	    position: fixed;
	    top: 100px;
	    left: 0;
	    background: #f3f3f3;
	    z-index: 8;
	    width: 100%;
	    max-height: 100vh;
	    max-height: calc(100vh - 100px);
	    overflow-y: auto;
	    border-top: 1px solid #c1b33b;
	    opacity: 0;
	    visibility: hidden;
	    transform: translateY(-20%);
	    transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
	}

	.mobile-menu-items ul {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}

	.mobile-menu-items a {
	    display: block;
	    width: 100%;
	    color: #002f50;
	}

	.mobile-menu-items > ul > li > a {
	    font-size: 18px;
	    padding: 10px 26px;
	    font-weight: bold;
	}

	.mobile-menu-items > ul > li {
	    border-bottom: 1px solid #c1b33b;
	}

	.show-mobile-menu .mobile-menu-items {
	    opacity: 1;
	    visibility: visible;
	    transform: translateY(0);
	}

	.show-mobile-menu .mobile-menu-trigger span:nth-child(1) {
	    transform: translateY(10px) rotate(45deg);
	    opacity: 0;
	}

	.show-mobile-menu .mobile-menu-trigger span:nth-child(2) {
	    transform: rotate(45deg);
	}

	.show-mobile-menu .mobile-menu-trigger span:nth-child(3) {
	    transform: translateY(-10px) rotate(-45deg);
	}
  
  h1 {
    font-size: 6rem!important;
  }

}

.site-services {
max-width: 160rem;
margin: 0 auto;
padding: 0px 30px 30px 30px;
}

.site-services .wpb_text_column {
  padding: 0px!important;
}

.service-intro {
  background: #efeeee;
  padding: 20px;
}

.service-intro p{
  font-weight: bold;
  font-size: 120%;
  padding-bottom: 20px;
}

.wpb_widgetised_column {
  padding: 15px;
  background: #fff;
  
-webkit-box-shadow: 0px 0px 30px 5px #C1BDA9; 
box-shadow: 0px 0px 30px 5px #C1BDA9;
}

.services-sidebar {
 -webkit-box-shadow: 0px 0px 30px 5px #CED8DD; 
 box-shadow: 0px 0px 30px 5px #CED8DD;
}

.service-sidebar-class .gform_body{
  padding: 15px;
  background: #fff;
  
-webkit-box-shadow: 0px 0px 30px 5px #C1BDA9; 
box-shadow: 0px 0px 30px 5px #C1BDA9;
}
.service-sidebar-class .gform_footer {
  text-align: center;
}

.services-title {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 8px !important;
  padding-right: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 8px !important;
  z-index: 999;
  width: 100%;
  display: block;
  background: #c1b33a !important;
}
h2.services-title { 
  text-align: center;
}

#menu-services {
  padding: 10px;
  margin: 0px;
  border:1px solid #c1b33a;
}
#menu-services li{
  list-style: none;
  display: block;
  width: 100%;
  background: #fafafa;
  border-bottom: 2px solid #fff;
  
}
#menu-services li:hover{
  border-bottom: 2px solid #c1b33a;
  
  -webkit-transition: 0.5s 0s ease-in;
  -moz-transition: 0.5s 0s ease-in;
  -o-transition: 0.5s 0s ease-in;
  transition: 0.5s 0s ease-in;
} 
#menu-services li a{
  padding: 15px 15px;
  display: block;
}
.gform_title {
  color: #c1b33a;
}

a.schedule-button {
  font-size: 20px;
  text-transform: uppercase;
  background: #002f50;
  border-bottom: 2px solid #fff;
  display: block;
  padding: 20px;
  text-align: center;
  transition: 0.8s;
}

a.schedule-button:hover {
  background: #fafafa;
  border-bottom: 2px solid #c1b33a;
}

img.vc_single_image-imgimg.vc_single_image-img {
  border: none!important;
}

#infobox a {
  font-weight: bold!important;
  font-size: 30px!important;
}