/*
Theme Name: greg
Theme URI: https://www.thinkjarvis.co.uk
Author: ThinkJarvis Custom Theme
Author URI: https://www.thinkjarvis.co.uk
Description: This is a custom theme created by an indian developer. Think Jarvis have inherited this theme and fixed several bugs in the original version. Theme is compatible with PHP 8 and most recent wordpress versions.
Version: 1.3
Text Domain: greg
*/

/* 
Your custom CSS HERE
*/

.navigation, header {
    float: left;
    width: 100%;
    margin: 0;
}
@font-face {
    font-family: Aller;
    src: url('fonts/Aller.eot');
    src: url('fonts/Aller.eot?#iefix') format('embedded-opentype'), url('fonts/Aller.woff2') format('woff2'), url('fonts/Aller.woff') format('woff'), url('fonts/Aller.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Aller-Bold;
    src: url('fonts/Aller-Bold.eot');
    src: url('fonts/Aller-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Aller-Bold.woff2') format('woff2'), url('fonts/Aller-Bold.woff') format('woff'), url('fonts/Aller-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: Aller;
}
p.clr {
    padding: 0;
    margin: 0;
    clear: both;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Aller-Bold;
    font-weight: 700;
}
.wp-caption .wp-caption-text a:hover, .wp-caption a:hover, h1 a, h2 a {
    color: #f1f443;
}
h1 a:hover, h2 a:hover {
    color: #0054a4;
}
.dropdown-menu>li>a, .navbar-nav>li>a {
    color: #151515;
    font-size: 16px;
    font-family: Aller;
}
header {
    padding: 0px 0;
}
header .smedia {
    padding: 14px 0 0;
    display: flex;
    align-content: center;
}
header .smedia img {
    margin: 0 5px;
}
.navigation {
    background: 0 0;
    padding: 0;
    position: static;
}
.navbar-nav {
    float: right;
}
.navbar-nav>li {
    position: relative;
    padding: 14px 11px;
    margin: 0;
}
.navbar-nav>li>a {
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    background: 0 0;
}
.navbar-nav>li.current_page_item>a, .navbar-nav>li.current_page_parent>a, .navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
    color: #e19406;
}
.dropdown>.dropdown-menu {
    top: 100%;
    left: 0;
    border-top: 3px solid #e19406;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    background: #fff;
    padding: 0;
}
.dropdown-menu>li {
    padding: 0;
}
.dropdown-menu>li:hover {
    background: 0 0;
    color: #000;
}
.dropdown-menu>li>a {
    border-top: 1px solid #ccc;
    padding: 8px 20px;
}
.dropdown-menu>li:first-child>a {
    border-top: none;
}
.dropdown-menu>li.current_page_item>a, .dropdown-menu>li:hover>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #e19406;
    background: #fff!important;
}
.dropdown-submenu>.dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    border-radius: 0;
    padding: 0;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    background-color: transparent;
    margin: 0;
}
p {
    margin: 0 0 18px;
}
.wp-caption, .wp-caption.alignnone {
    max-width: 100%;
    position: relative;
    margin: 0;
    width: 100%!important;
}
.entry-caption, .gallery-caption, .wp-caption .wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 19px;
    min-height: 60px;
    padding: 8px 15px;
    font-style: normal;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(22, 148, 219, .7);
    line-height: 24px;
}
.contentarea .white_text, .cus_tags li:hover a, .footer_bottom a, .footer_bottom a:hover, .wp-caption .wp-caption-text a, .wp-caption a, a.btn-primary:hover, footer a, footer a:hover {
    color: #fff;
}
.contentarea h1, .contentarea h2, .contentarea h3 {
    color: #ee7800;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 10px;
    margin: 0;
}
.contentarea {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    float: left;
    width: 100%}
.contentarea h1, .contentarea h2 {
    font-size: 24px;
}
.contentarea h3 {
    font-size: 20px;
}
.contentarea h5, footer .footer_menu li>a, footer h4 {
    text-transform: capitalize;
}
.contentarea h4 {
    color: #000;
    padding: 0 0 10px;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}
.contentarea h5 {
    color: #333;
    padding: 0 0 10px;
    margin: 0;
    font-size: 18px;
}
.contentarea a, .contentarea h1 a, .contentarea h1 a:hover, .contentarea h2 a, .contentarea h2 a:hover, .contentarea h3 a, .contentarea h3 a:hover {
    color: #ee7800;
}
.contentarea a:focus, .contentarea a:hover {
    color: #ee7800;
    text-decoration: underline;
}
.contentarea ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.contentarea .borderimg img, .contentarea .vc_box_border_grey img {
    border: 4px solid #ccc;
}
.contentarea .nobord .vc_box_border_grey img {
    border: none;
}
.contentarea ul::after {
    content: '';
    display: table;
    clear: both;
}
.contentarea .ser_image img {
    border: 3px solid #fff;
}
.contentarea ul.threecol li {
    width: 33.333%;
    padding: 0 10px 0 0;
    float: left;
}
.contentarea ul.towcol li {
    width: 50%;
    padding: 0 10px 0 0;
    float: left;
}
.contentarea .banner img {
    width: 100%;
    height: auto;
    display: block;
}
.contentarea hr {
    border-top: 3px solid #fde82e;
    margin-bottom: 15px;
}
.contentarea .contentarea .vc_row[data-vc-full-width].obs_img_wrap {
    overflow: visible;
}
.contentarea .vc_row[data-vc-full-width].obs_img_wrap img {
    border: none!important;
}
.contentarea .wpb_single_image.obs_img {
    margin: -195px 0 0;
}
.contentarea .locations .wpb_text_column.wpb_content_element {
    min-height: 70px;
}
.contentarea .wp-video {
    margin: auto auto 10px;
}
blockquote p {
    font-family: Aller;
    font-size: 18px;
}
img.alignleft {
    margin: 0 15px 15px 0!important;
}
img.alignright {
    margin: 0 0 15px 15px!important;
}
.strong-view.modern .testimonial-content {
    margin: 0;
    font-size: 16px!important;
    color: #000;
}
.read-more, .strong-view.modern .testimonial-content:after, .strong-view.modern .testimonial-content:before {
    display: none;
}
.strong-view.modern .testimonial {
    border: 1px solid #ccc!important;
}
.wpb_single_image.test_img {
    position: relative;
    top: 21px;
    z-index: 99;
}
footer {
    padding: 40px 0;
    margin: 0;
    float: left;
    width: 100%;
    background: url(images/footer_bg.jpg) 0 0/cover no-repeat;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 27px;
}
footer p {
    margin: 0 0 8px;
}
footer .logo {
    display: block;
    margin: 20px auto auto;
}
footer .footer_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.footer_bottom ul, footer .footer_menu ul {
    padding: 0;
    margin: 0;
}
.footer_bottom, footer .smedia {
    margin: 0;
    padding: 20px 0;
    float: left;
    width: 100%}
footer .footer_menu li {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
}
footer .footer_menu li>a {
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-family: Aller;
    font-weight: 400;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    background: 0 0;
}
footer .footer_menu li.current_page_item>a, footer .footer_menu li>a:focus, footer .footer_menu li>a:hover {
    color: #fde82e;
}
footer .smedia {
    text-align: center;
}
footer .smedia img {
    margin: 0 5px;
    border-radius: 5px;
}
footer h4 {
    font-size: 24px;
    padding: 0 0 16px;
    position: relative;
    margin: 0 0 24px;
}
footer h4:after {
    content: '';
    position: absolute;
    width: 68px;
    height: 3px;
    background: #139ceb;
    bottom: 0;
    left: 0;
}
.footer_bottom {
    background: #000;
    font-size: 12px;
    color: #fff;
}
.footer_bottom ul li {
    padding: 0;
    margin: 0 0 5px;
    display: inline-block;
}
.footer_bottom ul li::after {
    content: "|";
    color: #fff;
    padding: 0 10px;
}
.footer_bottom ul li:last-child::after {
    content: none;
}
.con_form, .sidebar_custom .wpb_text_column {
    float: left;
    width: 100%}
.con_form input[type=date], .con_form input[type=email], .con_form input[type=tel], .con_form input[type=text], .con_form select, .con_form textarea {
    padding: 5px 15px;
    float: left;
    width: 100%;
    background: #f5f5f5;
    color: #000;
    font-size: 15px;
    height: 50px;
    outline: 0;
    border: none;
    margin-bottom: 20px;
    border-radius: 4px;
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, a.btn-primary {
    border-color: #e98a33;
    background-color: #e98a33;
    color: #fff;
}
.con_form textarea {
    height: 150px;
    border-radius: 4px;
    resize: none;
    background: #f5f5f5;
    margin-bottom: 20px!important;
}
.con_form input[type=submit] {
    color: #fff;
    background-color: #ee7800;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Aller;
    padding: 14px 10px!important;
    display: block;
    line-height: 1.428571429;
    white-space: nowrap;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 10px 0 0;
    width: 170px;
}
.con_form input[type=submit]:hover {
    background-color: #ee7800;
    border-color: #ee7800;
}
div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    float: left;
    width: 100%;
    color: #333;
}
span.wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
    font-weight: 400;
    display: block;
    float: left;
    width: 100%}
a.btn-primary, a.btn-success {
    font-size: 16px;
    padding: 10px 17px!important;
    text-align: center;
    font-family: Aller;
}
::-webkit-input-placeholder {
    color: #333;
}
::-moz-placeholder {
    color: #333;
}
:-ms-input-placeholder {
    color: #333;
}
:-moz-placeholder {
    color: #333;
}
.quick_contact .col-sm-6, .quick_contact .con_form input[type=submit] {
    width: 100%}
a.btn-primary {
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
}
a.btn-success {
    color: #333;
    background-color: #fde82e;
    border-color: #fde82e;
    font-weight: 700;
    border-radius: 4px;
    text-transform: capitalize;
}
.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover {
    background-color: #ccb808;
    border-color: #ccb808;
    color: #333!important;
}
.breadcrumbs {
    width: 100%;
    color: #fff;
    font-size: 15px;
    background: #b82147;
    padding: 35px 0;
    float: left;
}
.breadcrumbs h1 {
    font-size: 44px;
    padding: 0 0 5px;
    margin: 0;
    color: #fff;
}
.sidebar_heading, .sidebar_heading h4 {
    color: #fff;
    margin-bottom: 0!important;
}
.breadcrumbs a, .breadcrumbs a:hover {
    color: #fff;
    text-decoration: none;
}
.services_title {
    margin-top: -103px;
    position: relative;
    padding: 4px 0;
    text-align: center;
}
.services_title img.alignleft {
    display: inline-block;
    float: none;
    margin: 0 10px 0 0;
}
.blogpage h1 a, .mservices.servies_main .wpb_column .vc_column-inner p {
    color: #333;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    border-radius: 20px;
}
.sidebar_custom .quick_contact {
    background: #fff;
    padding-left: 0!important;
    padding-right: 0!important;
    border: 1px solid #c5c5c5;
    float: left;
    width: 100%;
    margin-bottom: 35px!important;
}
.sidebar_heading {
    text-align: center;
    padding: 15px 15px 0;
}
.vc_toggle_content, .vc_toggle_title {
    padding-right: 33px!important;
}
.sidebar_heading h4 {
    text-transform: uppercase;
}
.vc_toggle {
    border: 1px solid #c5c5c5;
}
.vc_toggle_title {
    background: #f7f7f7;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    border-bottom: 1px solid #c5c5c5;
}
.vc_grid-item .vc_btn3 {
    background: 0 0!important;
    color: #000!important;
    padding-left: 0!important;
    padding-right: 0!important;
    font-weight: 700;
    display: none!important;
}
.vc_grid-item .vc_btn3:hover {
    background: 0 0!important;
    color: #0054a4!important;
}
.vc_gitem-zone.vc_gitem-zone-c {
    background-color: transparent!important;
}
.vc_gitem_row .vc_gitem-col {
    padding: 15px 0!important;
    border-radius: 0;
    background: #fff;
    color: #696969;
}
.vc_gitem_row .vc_gitem-col h4 {
    font-size: 24px;
    font-family: Aller;
    font-weight: 700;
    line-height: 32px;
    padding: 0;
    color: #000;
}
.vc_gitem-zone.vc_gitem-is-link {
    border-radius: 0;
    height: 200px;
}
.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
    background-color: #139ceb!important;
}
.blog_header {
    padding-top: 150px;
    padding-bottom: 90px;
    background-position: center;
    background-repeat: no-repeat t;
    background-size: cover;
    background-image: url(images/inner-banner.jpg);
}
.blog_header h2 {
    color: #fde82e;
    text-align: center;
}
.blogpage {
    padding: 60px 0;
}
.blogpage h1 {
    color: #333;
    padding: 0 0 5px;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}
.blogpage a, .blogpage h1 a:hover {
    color: #000;
}
.bluetext {
    color: #139ceb;
}
.blogpage hr {
    margin: 20px 0;
    border-top: 3px solid #fde82e;
}
.blogpage .blog_desc img {
    max-width: 100%;
    height: auto;
}
.cus_tags {
    display: flex;
}
.cus_tags ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}
.cus_tags li {
    float: left;
    padding: 3px 6px;
    border: 1px solid #999;
    color: #999;
    font-size: 13px;
    margin: 0 10px 10px 0;
}
.cus_tags li:hover {
    background: #ee7800;
    color: #fff;
    border: 1px solid #ee7800;
}
.blogpage .sidebar_heading {
    float: left;
    width: 100%;
    padding: 0;
}
.wdget {
    float: left;
    width: 100%;
    border: none;
    margin-bottom: 25px;
    border-radius: 4px;
    background: #f5f5f5;
}
.wdget .rpwe-block h3 {
    color: #000;
    font-size: 14px!important;
    font-weight: 700;
}
.blogpage .sidebar_heading h4 {
    background: #ee7800;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px!important;
    padding: 15px;
    font-size: 18px;
    border-radius: 4px 4px 0 0;
}
.blogpage ul {
    padding: 0 20px 20px;
    margin: 0;
    list-style: none;
}
#searchform .form-control {
    border: none;
    border-radius: 0!important;
    height: 52px;
    background: #f5f5f5;
}
.pagination_posts {
    display: flex;
    margin: 30px 0 0;
    border: none;
    padding: 20px;
    color: #333;
    background: #f5f5f5;
    font-size: 16px;
}
.pagination_posts .right_post {
    text-align: right;
}
.pagination_posts .left_post, .pagination_posts .right_post {
    flex: 50%;
    max-width: 50%}
.rpwe-block {
    float: left;
    width: 100%;
    padding: 0 20px;
}
.rpwe-block h3 {
    font-family: Aller;
    font-size: 13px!important;
    line-height: 1.5em;
    font-weight: 500;
    padding: 0 0 5px;
}
.rpwe-block li:last-child {
    border-bottom: none;
}
.serbg {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
    margin: 0 0 30px!important;
}
.vc_row.middle_banner {
    background-position: bottom!important;
    background-color: #000!important;
    background-size: 100% auto!important;
}
.vc_row.middle_banner .wpb_single_image.vc_align_center {
    text-align: right!important;
}
.wpcf7-radio {
    display: block;
    margin-bottom: 20px;
}
.wpcf7-radio .wpcf7-list-item {
    margin: 7px 10px 0 0;
}
.owl-carousel .owl-item img {
    display: inline!important;
    width: auto!important;
}
@media(max-width:1200px) {
    .navbar-nav>li {
    padding: 14px 8px;
}
.dropdown-menu>li>a, .navbar-nav>li>a {
    font-size: 13px;
}
.contentarea h3 {
    font-size: 16px;
}
}
@media(max-width:992px) {
    img.alignleft, img.alignright {
    max-width: 50%;
    height: auto;
}
.dropdown-menu>li>a, .navbar-nav>li>a {
    font-size: 10px;
}
.navbar-nav>li {
    padding: 4px 6px;
}
.contentarea .wpb_single_image.obs_img {
    margin: -155px 0 0;
}
.vc_row.p_bottom {
    padding: 50px 0 118px!important;
}
.contentarea h3 {
    font-size: 14px;
}
header .smedia {
    padding: 0;
}
.contentarea h1, .contentarea h2 {
    font-size: 30px;
}
.contentarea h4 {
    font-size: 20px;
}
footer, footer .footer_menu li>a {
    font-size: 12px;
}
footer .rpwe-block h3 {
    font-size: 12px!important;
}
}
@media(max-width:767px) {
    .navbar-brand, .strong-view.modern .testimonial-content: before {
    display: none!important;
}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .navbar-nav {
    float: left;
    width: 100%}
.contentarea h1, .contentarea h2 {
    font-size: 20px;
}
.contentarea .locations .wpb_text_column.wpb_content_element {
    min-height: none;
}
header {
    padding: 0px 0;
}
header .logo img {
    max-width: 75%}
.navbar-toggle {
    top: -35px;
}
.navbar-brand {
    pointer-events: none;
}
.contentarea h3 {
    font-size: 17px;
}
footer, footer .footer_menu li>a {
    font-size: 15px;
}
footer .rpwe-block h3 {
    font-size: 15px!important;
}
footer h4 {
    margin-top: 15px;
}
a.btn-primary, a.btn-success {
    width: 100%}
.navbar-nav>li {
    padding: 8px 0;
    float: left;
    width: 100%}
.dropdown-menu>li>a, .navbar-nav>li>a {
    font-size: 18px;
    text-align: center;
}
header .smedia {
    padding: 6px 0;
}
header .smedia img {
    margin: 0 8px;
}
.dropdown .dropdown-menu.show_submenu {
    display: block;
}
.center-text, .footer_bottom {
    text-align: center;
}
img.alignleft, img.alignright {
    margin: 15px 0!important;
    float: none;
    max-width: 100%}
.contentarea .inner_banner {
    padding-top: 30px!important;
    padding-bottom: 0!important;
}
.blog_header {
    padding-top: 60px!important;
    padding-bottom: 20px!important;
}
.sidebar_custom {
    margin: 20px 0 0;
}
.contentarea .vc_row[data-vc-full-width].obs_img_wrap {
    overflow: hidden;
}
.contentarea .wpb_single_image.obs_img {
    margin: 0;
}
.vc_row.p_bottom {
    padding: 50px 0 40px!important;
}
.contentarea ul.threecol li, .contentarea ul.towcol li {
    width: 100%;
    padding: 0;
    float: left;
}
.footer_bottom ul {
    padding: 0 0 15px;
}
	
/* 
.vc_row.vc_column-gap-30 {
    margin-left: -15px!important;
    margin-right: -15px!important;
}
*/
.vc_row.middle_banner .wpb_single_image.vc_align_center {
    text-align: center!important;
}
#testimonial_slider {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
}
}
/* 
.dropdown .dropdown-menu.show_submenu, .dropdown-submenu:hover>.dropdown-menu, .dropdown:hover>.dropdown-menu {
    display: block;
}
blockquote::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 25;
    width: 34px;
    content: '';
    background: url(images/quote_left.png) no-repeat contain;
}
.contentarea blockquote::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    width: 34px;
    content: '';
    background: url(images/quote_right.png) no-repeat contain;
}
header.vc_cta3-content-header {
    display: none !important;
}
*/

@media only screen and (max-width:768) {
    .contentarea .vc_row[data-vc-full-width].banner {
    padding-top: 222px!important;
    padding-bottom: 222px!important;
}
}
@media only screen and (min-width: 768px) {
    .dropdown: hover>.dropdown-menu, .dropdown>.dropdown-menu {
    min-width: 100%;
    position: absolute;
    margin: 0px 0!important;
    float: left;
    width: fit-content;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
}
@media only screen and (max-width: 767px) {
    .dropdown: hover>.dropdown-menu, .dropdown>.dropdown-menu {
    min-width: 100%;
    position: relative;
    margin: 16px 0!important;
    float: left;
    width: 100%;
}
}
@media (max-width: 767px) {
    .show_submenu {
    display: block;
}
}
.banner {
    margin: 0 0 !important;
}
header > div.container {
    width: 100%!important;
    max-width: 100%;
}
}
header .smedia {
    justify-content: flex-end;
}
.col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
}
@media only screen and (min-width: 1025px) {
    .vc_row {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0 0 !important;
    left: 0 !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
}
.middle_banner {
    padding-left: 15% !important;
    padding-right: 15% !important;
}
    #gregfullheader .vc_row {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0 0 !important;
    left: 0 !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .vc_row {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0 0 !important;
    left: 0 !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.middle_banner {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
}
@media only screen and (max-width: 767px) {
    .vc_row {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0 0 !important;
    left: 0 !important;
}
.middle_banner {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
}
blockquote {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.vc_section {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.contentarea blockquote {
    background: 0 0;
    border: none!important;
    margin: auto auto 10px;
    font-size: 18px;
    overflow: auto;
    text-align: center;
    padding: 0 0px;
    position: relative;
    display: table;
    width: 100%;
}
.tjblockquote {
    text-align: center;
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 1025px) {
    .tjvideo {
    max-width: 100% !important;
}
#tjvideomulti {
    padding: 0 15% !important;
}
#tjvideolocations {
    padding: 25px 15% !important;
}
}
@media only screen and (max-width: 1024px) {
    .tjvideo {
    max-width: 100% !important;
}
}
footer {
    display: none !important;
}
@media only screen and (max-width: 767px) {
    #tjaligncentermob.vc_align_left {
    text-align: center !important;
}
#tjaligncentermob.vc_align_right, #tjaligncentermob.wpb_single_image {
    text-align: center !important;
}
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #e19406 !important;
    background: transparent !important;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #e19406 !important;
    background-color: transparent !important;
}
@media only screen and (min-width: 768px) {
    header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
}
}
header .col-sm-1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
@media only screen and (min-width: 768px) {
    header {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}
header.vc_cta3-content-header {
    display: none !important;
}
.banner {
    background-position: top !important;
    background-size: cover !important;
}
@media (max-width: 767px) {
    .contentarea .vc_row[data-vc-full-width].banner {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
}
.vc_custom_1699357869810 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.contentarea .vc_box_border_grey img {
    border: 0px solid #fff !important;
}

.tjimgfloatfix {
	position:absolute;
	left:0px;
	bottom:0px;
	}

#gregfullheader .vc_btn3-container {
    display: inline-block;
    margin-bottom: 0px;
    max-width: fit-content;
    padding: 5px;
}
#gregfullheader .wpb_content_element {
    margin-bottom: 15px;
}

.wpcf7-form-control-wrap button, .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea {
	width:100%
}

#wpcf7-f3036-p23-o1 label {
	width:100%;
}

.con_form .col-sm-12 {
	padding-left:15px;
	padding-right:15px;
}