:root {
    --primary-font: 'Roboto', sans-serif;
    --secondary-font: 'Open Sans', sans-serif;

    --primary-color: 0, 139, 208; /*Blue ##008BD0*/
    --secondary-color: 39, 39, 39; /*Dark #272727*/
    --brand-color: 255, 209, 0; /*Yellow #FFD100*/

    --text-color: 17, 17, 17; /*black #111111*/
}

body {
	margin: 0;
    font-family: var(--primary-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 2;
    color: rgb(var(--text-color));
    overflow-x: hidden;
}

p {
    margin-bottom: 20px;
}

img {
	border-style: none;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--secondary-font);
    font-weight: 800;
    color: rgb(var(--text-color));
}

h1,
.h1 {
    font-size: 56px;
    line-height: 1.1;
    position:  relative;
}

.h2,
h2 {
    font-size: 48px;
    line-height: 1.2;
}

.h3,
h3 {
    font-size: 40px;
    line-height: 1.25;
}

.h4,
h4 {
    font-size: 28px;
    line-height: 1.3;
}

.h5,
h5 {
    font-size: 24px;
    line-height: 1.35;
}

.h6,
h6 {
    font-size: 20px;
    line-height: 1.4;
}

.h7 {
    font-size: 18px;
    line-height: 1.7;
}

.p {
    font-size: 16px;
    line-height: 1.8;
}

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

    h1,
    .h1 {
        /*margin: 0 0 15px;*/
        /*font-size: 32px;*/
    }

    .entry-content h1 {
        /*font-size: 32px;*/
    }
    /*
    .h2,
    h2 {
        font-size: 26px;
    }

    .entry-content h2 {
        font-size: 26px;
    }

    .h3,
    h3 {
        font-size: 20px;
    }
    .entry-content h3 {
        font-size: 20px;
    }

    .h4,
    h4 {
        font-size: 18px;
    }

    .h5,
    h5 {
        font-size: 16px;
    }

    .h6,
    h6 {
        font-size: 15px;
    }*/
}

a {
    transition: .3s;
    font-family: var(--primary-font);
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
}

.container {
    max-width: 1200px;
}

.container {
    max-width: 1510px;
}

.btn {
    font-family: var(--primary-font);
    font-size: 20px;
    line-height: 1.15;
    font-weight: 700;
    position: relative;
    padding: 12px 40px;
    border-radius: 50px;
    color: rgb(var(--secondary-color)) !important;
    border: 3px solid #fff;
    transition: .5s;
    box-shadow: none;
    text-transform: uppercase;
    background-color: rgb(var(--brand-color));
}

.btn:hover {
    background-color: rgb(var(--brand-color));
    border-color: #fff;
}

.btn.border-dark {
    border-color: rgb(var(--secondary-color)) !important;
}

.btn-primary {
    background: rgb(var(--primary-color));
    color: #fff !important;
    border-color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background: rgb(var(--primary-color)) !important;
    color: #fff !important;
    border-color: #fff !important;
}

.btn-secondary {
    background: rgb(var(--secondary-color)) !important;
    color: #fff !important;
    border-color: #fff !important;
}

.btn-secondary:hover {
    background: rgb(var(--secondary-color));
    color: #fff;
}

.wp-block-button.btn .wp-block-button__link {
    background: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-transform: inherit;
    text-align: inherit;
}

.c20_social_component {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.c20-btn-group .btn:not(:last-child) {
    margin-right: 10px;
}

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.font-900 {
    font-weight: 900 !important;
}


.font-primary {
    font-family: var(--primary-font) !important;
}

.font-secondary {
    font-family: var(--secondary-font) !important;
}


/* Reusable Classes*/

.c20-sec {
	position: relative;
	background-color: #fff;
    padding: 50px 0;
}

@media screen and (min-width:991px) {
    .c20-sec {
        padding: 60px 0;
    }
}

@media screen and (min-width: 1600px) {
    .c20-sec {
        padding: 80px 0;
    }
}

.c20-sec-parallax {
    overflow: hidden;
    position: absolute !important;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 85vh !important;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.has-bg-image,
.has-image-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.has-overlay {
    position: relative;
}

.has-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .7);
}

.bg-grey,
.bg-gray {
	background-color: #FCFCFE;
}

.bg-primary {
    background-color: rgb(var(--primary-color)) !important;
}

.bg-secondary {
    background-color: rgb(var(--secondary-color)) !important;
}

.bg-brand {
    background-color: rgb(var(--brand-color)) !important;
}

.bg-light-grey,
.bg-light-gray {
    background-color: #FAFAFA;
}

.c20-heading {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.c20-heading .c20-title {
    font-weight: 600;
    color: #fff;
    margin: 0;
    font-size: 50px;
    line-height: 1.2;
}

.c20-heading .c20-subheading {
    color: #fff;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 24px;
}

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

    .c20-heading {
        margin-bottom: 40px;
    }

    .c20-heading .c20-title {
        font-size: 36px;
    }

}

.bg-light,
.bg-white {
    background-color: #fff !important;
}

.bg-dark,
.bg-black {
    background-color: #000 !important;
}

.text-white a:not(.btn),
.text-light a:not(.btn),
.text-white,
.text-light {
	color: #ffffff !important;
}

.text-gray a:not(.btn),
.text-gray,
.text-grey a:not(.btn),
.text-grey {
    color: #040707 !important;
}

.text-black a:not(.btn),
.text-dark a:not(.btn),
.text-black,
.text-dark {
    color: #333333 !important;
}

a.text-primary:hover,
a.text-primary:focus,
.text-primary {
	color: rgb(var(--primary-color)) !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
.text-secondary {
    color: rgb(var(--secondary-color)) !important;
}

a.text-brand:hover,
a.text-brand:focus,
.text-brand {
    color: rgb(var(--brand-color)) !important;
}

.phone-lg {
    font-size: 36px;
    line-height: 1.2;
    text-decoration: none !important;
}

/*Social*/
.c20_social {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    justify-content: center;
    padding: 0;
}

.align-left .c20_social {
    justify-content: flex-start;
}

.align-right .c20_social {
    justify-content: flex-end;
}

.main-sidebar .c20_social {
    /*background-color: #EBF0FA;*/
    border: 1px solid #ddd;
    justify-content: center;
    padding: 20px 0;
}

.c20_social li {
    width: 34px;
    height: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 50%;
    transition: .3s;
}

.c20_social li.icon-facebook:hover {
    background: #3B5998;
}

.c20_social li.icon-twitter:hover {
    background: #1DA1F2;
}

.c20_social li.icon-youtube:hover {
    background: #FF0000;
}

.c20_social li.icon-instagram:hover {
    background: #405de6;
}

.c20_social li.icon-linkedin:hover {
    background: #0077b5;
}

/*.c20_social li.icon-yelp {
    background: #af0606;
}

.c20_social li.icon-pin {
    background: #e60023;
}*/

.c20_social li:not(:last-child) {
    margin-right: 10px;
}

.c20_social li > a {
    width: 100%;
    height: 100%;
    display: flex;
}

.c20_social li img {
    width: auto;
    margin: auto;
    max-width: 50%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.c20_social li.icon-facebook img {
    max-width: 30%;
}

.c20_social li > span {
    width: 100%;
    height: 100%;
    display: block;
    transition: .2s;
    position: relative;
    cursor: pointer;
}

.c20_social li > span a {
    white-space: nowrap;
    background-color: #fff;
    color: #000;
    display: block;
    min-width: 80px;
    font-size: 15px;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);

    opacity: 0;
    visibility: hidden;
    transition: .2s;
    border-radius: 3px;
}

.c20_social li > span:hover a {
    opacity: 1;
    visibility: visible;
}

.c20_social li > span a:first-child {
    right: calc( 100% + 8px);
}

.c20_social li > span a:last-child {
    left: calc( 100% + 8px);
}

.c20_social li > span a:hover {
    color: #3B5998;
}

.c20_social li > span:hover a:first-child {
    right: calc( 100% + 10px);
}

.c20_social li > span:hover a:last-child {
    left: calc( 100% + 10px);
}

.c20_social li > span span {
    display: block;
    position: relative;
    padding: 0 15px;
}

.c20_social li > span span:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
}

.c20_social li a:first-child span {
    padding: 0 15px 0 10px;
}

.c20_social li a:last-child span {
    padding: 0 10px 0 15px;
}

.c20_social li a span:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.c20_social li a:first-child span:before {
    border-left: 12px solid #fff;
    left: calc( 100% - 2px);
}

.c20_social li a:last-child span:before {
    border-right: 12px solid #fff; 
    right: calc( 100% - 2px);
}


.site-footer .c20_social li > span a {
    background-color: rgb(var(--brand-color));
    color: #000;
}

.site-footer .c20_social li a:first-child span:before {
    border-left: 12px solid rgb(var(--brand-color));
}

.site-footer .c20_social li a:last-child span:before {
    border-right: 12px solid rgb(var(--brand-color));
}

/*Home Service Area */

.service-area {
    position: relative;
    overflow: hidden;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.service-area .embed-responsive-21by9::before {
    padding-top: 31%;
}

.service-area .embed-responsive  {
    min-height: 600px;
}

.floating-lists {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -195px;
}

.floating-lists .floating-list {
    background: rgb(var(--secondary-color));
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
    padding: 25px 15px 25px;
    margin-left: 10px;
    min-width: 220px;
}

.list-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 0 0 20px;
}

.floating-lists ul {
    padding: 0;
    height: 350px;
    overflow: auto;
    margin-bottom: 0;
}

.floating-lists ul li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
    padding: 10px 10px;
    background: transparent;
    transition: .3s;
}

.floating-lists ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
    display: block;
    white-space: nowrap;
    padding: 0 !important;
    background: transparent;
}

.floating-lists ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.floating-lists ul li:hover {
    background-color: rgba(255,255,255,0.07);
}

.floating-lists ul::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(255,255,255,0.12);
}

.floating-lists ul::-webkit-scrollbar-track {
    border-radius: 0px;
}

.floating-lists ul::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #fff;
}

@media (max-width: 600px) {

    .floating-lists {
        right: 5px;
        flex-wrap: wrap;
        margin-top: -198px;
    }

    .floating-lists .floating-list {
        width: 300px;
        max-width: 85%;
        margin-right: auto;
        margin-left: auto;
        padding: 15px;
    }

    .floating-lists .floating-list:first-child {
        margin-bottom: 20px;
    }

    .floating-lists ul {
        height: 150px;
    }

    .floating-lists ul li {
        padding: 5px 10px;
    }

    .floating-lists ul li,
    .floating-lists ul li a {
        font-size: 14px;
    }

    .list-title {
        margin-bottom: 10px;
    }
}



/*End Service Area*/


.modal-header .close {
    outline: none;
}

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

    .phone-lg {
        font-size: 32px;
    }
}

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

    .c20_social li:not(:last-child) {
        margin-right: 5px;
    }

    .element-header-contact a {
        text-decoration: none;
        font-size: 24px;
    }
}

@media screen and (max-width: 991px) {
    .element-social {
        display: none;
    }

}


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

    .c20-heading * {
        font-size: 34px;
    }

    .btn {
        font-size: 16px;
        padding: 12px 30px;
    }

}

@media screen and (max-width: 600px) {
    .c20-heading * {
        font-size: 30px;
    }
}
