/*
Theme Name: Redfish Bluefish
Theme URI: https://www.redfishbluefish.co.nz/
Description: Responsive template for Redfish Bluefish
Version: 22122017
Author: Web Revolution
Author URI: https://www.webrevolution.co.nz
Tags: super, awesome, cool, sweet
*/

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*:focus {
    outline: 0;
}

html,
body {
    overflow-x: hidden;
}

html {
    box-sizing: border-box;
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    color: #5b5b5b;
    background: #fff;
    font: 16px/1.6 'Open Sans', sans-serif;
}

hr {
    border: 0;
    height: 1px;
    clear: both;
    display: block;
    margin-top: 35px;
    margin-bottom: 35px;
    background: #e8e8e8;
}

ul,
ol {
    margin: 0 0 1em 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

li {
    margin-bottom: 5px;
}

.max-width-300 {
    max-width: 300px;
}

.center-align-container {
    margin-inline: auto !important;
}

/*--------------------------------------------------------------
## Container Width
--------------------------------------------------------------*/
#page-wrap {
    transition: .5s;
}

.full-width {
    width: 100%;
    float: left;
    min-width: 320px;
    position: relative;
}

.wrapper {
    margin: 0 auto;
    min-width: 320px;
    max-width: 1260px;
    padding: 30px 15px;
    position: relative;
}

#footer-wrap {
    padding-left: 0;
    padding-right: 0;
}

.inner-width {
    width: 100%;
    position: relative;
}

body.page-template-page-edge-width-no-padding #content-wrap {
    padding: 0 !important;
    max-width: 100% !important;
}

.fluid-fixed-width-cnt {
    max-width: 1260px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/*--------------------------------------------------------------
# Clearings & Spacing
--------------------------------------------------------------*/
ul,
form,
.clearfix,
.nav-links,
.gform_fields,
.gform_footer,
.ginput_container { *zoom: 1; }

ul:before,
ul:after,
form:before,
form:after,
.clearfix:before,
.clearfix:after,
.nav-links:before,
.nav-links:after,
.gform_fields:before,
.gform_fields:after,
.gform_footer:before,
.gform_footer:after,
.ginput_container:before,
.ginput_container:after {
    content: "";
    display: table;
    line-height: 0;
}

ul:after,
form:after,
.nav-links:after,
.clearfix:after,
.gform_fields:after,
.gform_footer:after,
.ginput_container:after {clear: both;}

.clear-both {clear: both;}

.clear-left {clear: left;}

.clear-right {clear: right;}

.float-left {float: left;}

.float-right {float: right;}

.display-block {display: block;}

.display-none {display: none;}

.display-inline-block {display: inline-block;}

.margin-top-zero {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

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

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-zero {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

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

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

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

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-55 {
    padding-top: 55px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-55 {
    padding-bottom: 55px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 16px;
}

h1 {
    font-size: 40px;
    margin-top: 0;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 17px;
}

p {
    margin-bottom: 1em;
}

b,
strong {
    font-weight: 700;
}

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

.font-weight-300 {
    font-weight: 300;
}

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

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

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

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

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

.font-size-17 {
    font-size: 17px;
}

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

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-26 {
    font-size: 26px;
}

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

.font-size-30 {
    font-size: 30px;
}

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

.font-size-34 {
    font-size: 34px;
}

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

.font-size-38 {
    font-size: 38px;
}

.font-size-40 {
    font-size: 40px;
}

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

#archive-intro *:last-child,
.archive-description *:last-child,
.widget .textwidget *:last-child,
.widget_categories *:last-child,
.widget_nav_menu div *:last-child,
.testimonial-feed-excerpt *:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    color: #233e90;
    text-decoration: none;
}

a:hover {
    color: #000;
}

/*--------------------------------------------------------------
## Social Links Menu
--------------------------------------------------------------*/
.menu-social-links-menu-container ul,
.menu-social-links-menu-container li {
    margin: 0;
    list-style: none;
}

.menu-social-links-menu-container ul {
    font-size: 0;
    margin-top: -5px;
}

.menu-social-links-menu-container li {
    overflow: hidden;
    display: inline-block;
}

.menu-social-links-menu-container li {
    margin-top: 5px;
    margin-right: 2px;
}

.menu-social-links-menu-container li:last-child {
    margin-right: 0;
}

.menu-social-links-menu-container li a {
    width: 25px;
    height: 35px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    position: relative;
    white-space: nowrap;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Site notification
--------------------------------------------------------------*/
#site-notification-wrap {
	padding-top: 15px;
	padding-bottom: 15px;
}

#site-notification a:hover {
	text-decoration: underline;
}

#site-notification-inner *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#header-top {
    color: #fff;
    background: #363636;
}

#header-top-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

#nav_menu-2 {
    float: left;
}

#search-3,
#custom_html-2 {
    float: right;
}

#custom_html-2 {
    margin-left: 30px;
}

#custom_html-2 .phone-number {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}

#header-logo {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
#navigation {
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
}

#navigation-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

#navbar ul,
#navbar li {
    margin: 0;
    list-style: none;
}

#navbar li,
#navbar a {
    position: relative;
}

#navbar ul {
    font-size: 0;
}

#navbar .main-list-wrap > li {
    width: 16.6666%;
    display: inline-block;
}

#navbar .main-list-wrap > li:first-child {
    margin-left: 0;
}

#navbar a {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 400;
}

#navbar .main-list-wrap > li > a {
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}

#navbar .main-list-wrap > li:hover > a,
#navbar .main-list-wrap > li.current-menu-item > a,
#navbar .main-list-wrap > li.current-menu-ancestor > a {
    color: #fff;
}

#navbar .main-list-wrap > li:hover > a {
    background: #233e90;
}

#navbar .main-list-wrap > li.current-menu-item > a,
#navbar .main-list-wrap > li.current-menu-ancestor > a {
    color: #ec2028;
}

#navbar .main-list-wrap > li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    display: inline-block;
    margin: auto;
    width: 0;
    height: 0;
    opacity: 0.3;
    border: 4px solid #000;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    left: 0;
    right: 0;
    bottom: 4px;
}

#navbar .main-list-wrap > li > ul {
    z-index: 999;
    display: none;
    min-width: 100%;
    background: #233e90;
    position: absolute;
}

#navbar .main-list-wrap > li:hover > ul {
    display: block;
}

#navbar .main-list-wrap > li > ul > li {
    white-space: nowrap;
}

#navbar .main-list-wrap > li > ul > li > a {
    color: #fff;
    padding: 15px;
    font-size: 16px;
    border-top: 1px solid #112c7e;
}

#navbar .main-list-wrap > li > ul > li:hover > a,
#navbar .main-list-wrap > li > ul > li.current-menu-item > a {
    color: #fff;
    background: #193486;
}

#navbar .main-list-wrap > li > ul > li > ul {
    top: 0;
    left: 100%;
    display: none;
    background: #000;
    position: absolute;
}

#navbar .main-list-wrap > li > ul > li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    display: inline-block;
    margin: auto;
    width: 0;
    height: 0;
    opacity: 0.3;
    border: 4px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    top: 0;
    right: 5px;
    bottom: 0;
}

#navbar .main-list-wrap > li > ul > li:hover > ul {
    display: block;
}



#navbar .main-list-wrap > li > ul > li > ul > li > a {
    padding: 15px;
    font-size: 14px;
}

#navbar .main-list-wrap > li > ul > li > ul > li:hover > a,
#navbar .main-list-wrap > li > ul > li > ul > li.current-menu-item > a{
    color: #fff;
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Toggle Menu
--------------------------------------------------------------*/
#toggle-menu {
    display: none;
    background: #363636;
}

#toggle-menu ul,
#toggle-menu li {
    margin: 0;
    list-style: none;
}

#toggle-menu li {
    float: left;
    width: 50%;
    border-left: 1px solid #272727;
}

#toggle-menu li:first-child {
    border: none;
}

#toggle-menu li a {
    color: #fff;
    display: block;
    font-size: 10px;
    text-align: center;
    position: relative;
    padding: 35px 0 10px;
}

/*--------------------------------------------------------------
## Slide Navigation and Search
--------------------------------------------------------------*/
#mobile-navigation {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*max-width: 95%;*/
    position: fixed;
    z-index: 9999999;
    background: #282828;
    padding: 10px 0 0;
    overflow-x: hidden;
    transition: 0.5s;
    margin-left: -100%;
}

#mobile-logo {
    max-width: 120px;
    margin: 10px auto;
}

#mobile-menu-close-btn {
    top: 0;
    right: 15px;
    color: #e8e8e8;
    font-size: 36px;
    position: absolute;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}

#mobile-menu-close-btn:hover {
    color: #ec2028;
}

#mobile-menu {
    text-align: center;
}

#mobile-menu ul,
#mobile-menu li {
    margin: 0;
    list-style: none;
}

#mobile-menu a {
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 300;
    transition: 0.3s;
    position: relative;
    display: inline-block;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}

#mobile-menu .main-list-wrap > li > a {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

#mobile-menu .main-list-wrap > li > a:hover,
#mobile-menu .main-list-wrap > li.current-menu-item > a,
#mobile-menu .main-list-wrap > li.current-menu-ancestor > a {
    color: #ec2028;
}

#mobile-menu .main-list-wrap > li > ul > li > a:hover,
#mobile-menu .main-list-wrap > li > ul > li.current-menu-item > a {
    color: #ec2028;
}

#nav_menu-5 {
    /*padding-top: 10px;*/
    text-align: center;
}

#media_image-3 {
    padding-left: 10px;
    padding-right: 10px;
}

#mobile-search {
    padding: 30px 10px;
}

/*--------------------------------------------------------------
## Main Content
--------------------------------------------------------------*/
#regular-index {
    float: left;
    width: 100%;
    margin-left: -300px;
}

#regular-content {
    margin-left: 300px;
}

.tp-tab, .tp-thumb {
    opacity: 1 !important;
}

.tp-thumb-image {
    position: relative;
}

.tp-thumb-image:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow:inset 0 0 200px 0 rgba(0,0,0,.5) !important;
    box-shadow:inset 0 0 200px 0 rgba(0,0,0,.5) !important;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.tp-thumb:hover .tp-thumb-image:before {
    opacity: 0.2;
}

.tp-tab:hover, .tp-thumb:hover {
    opacity: 1 !important;
}

.content-sub-title {
    color: #ec2028;
    font-size: 22px;
    margin-bottom: 35px;
}

.cbp-caption-activeWrap {
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: rgba(236,32,40,0.8) !important;
}

.cbp-l-caption-alignLeft {
    width: 100% !important;
}

.cbp-l-caption-alignLeft .cbp-l-caption-body {
    width: 100% !important;
    padding: 10px !important;
}

.cbp-caption-activeWrap .cbp-l-caption-title {
    width: 100% !important;
    padding-top: 30px !important;
    position: relative !important;
}

/*--------------------------------------------------------------
## Content CTA
--------------------------------------------------------------*/
.wr-content-cta {
    position: relative;
    margin-bottom: 35px;
}

.wr-content-cta a {
    height: 100%;
    padding: 30px;
    position: relative;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.wr-content-cta a:hover {
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.wr-content-cta a h3 {
    color: #2d2d2d;
    font-size: 20px;
    -webkit-transition: color 250ms linear;
    -moz-transition: color 250ms linear;
    -ms-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    transition: color 250ms linear;
}

.wr-content-cta a:hover h3 {
    color: #233e90;
}

.wr-content-cta-inner {
    color: #5b5b5b;
}

.wr-content-cta-btn i {
    color: #000;
    font-weight: 400;
    font-style: normal;
    position: relative;
    padding-right: 10px;
    display: inline-block;
    -webkit-transition: color 250ms linear;
    -moz-transition: color 250ms linear;
    -ms-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    transition: color 250ms linear;
}

.wr-content-cta-btn i:hover {
    color: #ec2028;
}

.wr-content-cta-btn i:before,
.wr-content-cta-btn i:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 7px;
    margin: auto;
    top: 2px;
    bottom: 0;
    right: 0;
    border: 1px solid #000;
    border-left-color: transparent;
    border-bottom-color: transparent;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

.wr-content-cta-btn i:after {
    opacity: 0;
    right: 0;
}

.wr-content-cta-btn i:hover:after {
    opacity: 0.4;
    right: -4px;
}

.wr-content-cta.home-cta-icon a {
    padding-left: 120px;
}

/*--------------------------------------------------------------
## Content banner
--------------------------------------------------------------*/
.has-fixed-bg {
    background-attachment: fixed;
    background-size: cover;
}

.home-main-banner {
    padding-block: 150px;
    background-position: center bottom !important;
}

.content-page-main-banner {
    padding-block: 150px;
}

.home-main-banner-title,
.content-page-main-banner-title {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

.home-banner-btns {
    text-align: center;
    padding-inline: 15px;
}

.home-banner-btns ul,
.home-banner-btns li {
    margin: 0;
    list-style: none;
}

.home-banner-btns li {
    margin-right: 25px;
    display: inline-block;
}

.home-banner-btns li:last-child {
    margin-right: 0;
}

.home-banner-btns li a {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding: 9px 35px;
    border-radius: 35px;
    transition: all 0.2s;
    background: #ec2028;
    border: 2px solid #ec2028;
}

.home-banner-btns li:first-child a {
    background: rgba(0, 0, 0, 0.6);
}

.home-banner-btns li a:hover {
    background: #000 !important;
}

@media screen and (max-width: 767px) {
    .home-main-banner,
    .content-page-main-banner {
        padding-block: 35px;
    }

    .home-main-banner-title,
    .content-page-main-banner-title {
        font-size: 30px;
    }

    .home-banner-btns li {
        display: block;
        max-width: 280px;
        margin: 0 auto 16px !important;
    }

    .home-banner-btns li a {
        padding-inline: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home-main-banner-title,
    .content-page-main-banner-title {
        font-size: 42px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .home-main-banner-title,
    .content-page-main-banner-title {
        font-size: 54px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .home-main-banner,
    .content-page-main-banner {
        padding-block: 120px;
    }
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.home-about-us-banner-cnt {
    height: 722px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-about-us-banner h2 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 80px;
}

.home-about-us-banner ul,
.home-about-us-banner li {
    margin: 0;
    list-style: none;
}

.home-about-us-banner ul {
    display: flex;
    justify-content: space-around;
}

.home-about-us-banner li {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-align: center;
    padding: 120px 10px 0;
}

.home-about-us-banner li:before {
    content: '';
    position: absolute;
    display: inline-block;
    margin: auto;
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    background: rgba(0,0,0,0.3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
}

.home-about-team-title {
    font-size: 40px;
}

#home-word-cloud {
    height: 600px;
}


/*--------------------------------------------------------------
## Team members carousel
--------------------------------------------------------------*/
.team-members-slider .team-member {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.team-members-slider .team-member hgroup {
    padding-top: 20px;
    text-align: center;
}

.team-members-slider .team-member hgroup h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.team-members-slider .team-member hgroup h4 {
    font-size: 16px;
    font-weight: 400;
}

/*--------------------------------------------------------------
## Posts Index and Detail Page
--------------------------------------------------------------*/
#archive-intro h1 {
    margin-top: 0;
}

#archive-intro {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e8e8e8;
}

.post-summary {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px dotted #e8e8e8;
}

.post-summary.has-post-thumbnail {
    display: flex;
    flex-direction: row;
}

.post-summary .entry-thumbnail {
    width: 300px;
}

.post-summary .entry-thumbnail img {
    padding: 2px;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 0 3px 0 rgba(153,153,153,0.3);
    box-shadow: 0 0 3px 0 rgba(153,153,153,0.3);
}

.post-summary .entry-thumbnail img:hover {
    opacity: 0.9;
    -webkit-box-shadow: 0 0 4px 0 rgba(153,153,153,0.8);
    box-shadow: 0 0 4px 0 rgba(153,153,153,0.8);
}

.post-summary.has-post-thumbnail .entry-summary {
    width: 100%;
    padding-left: 40px;
}

.post-summary .entry-summary *:last-child {
    margin-bottom: 0;
}

.post-summary .entry-summary .entry-title {
    font-size: 24px;
    font-weight: 600;
}

.post-summary.testimonial .testimonial-person-detail {
    font-size: 18px;
    font-weight: 600;
}

/*
* Blog Section
*/
#blog-grid {
    margin-left: -15px;
    margin-right: -15px;
}

.blog-post-item {
    float: left;
    padding: 15px;
    width: 33.33333%;
}

.blog-post-item-thumb {
    height: 262px;
    overflow: hidden;
    margin-bottom: 25px;
}

.blog-post-item-thumb a,
.blog-post-item-thumb img {
    display: block;
    width: 100% !important;
    height: 262px !important;
}

.blog-post-item-thumb img {
    object-fit: cover;
}

.blog-post-item-content {
    position: relative;
}

.blog-post-item-title {
    font-size: 20px;
    font-weight: 600;
}

.blog-post-item-title a {
    color: var(--primary-clr);
}

.blog-post-item-title a:hover {
    color: var(--primary-clr);
}

body.single-post .single-post-has-featured-img::before {
    content: '';
    position: absolute;
    display: inline-block;
    background: #fafafa;
    width: 100%;
    height: 70%;
    max-height: 500px;
    left: 0;
    top: 0;
}

body.single-post #content-wrap {
    max-width: 1010px;
}

.post-entry-title {
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 35px;
    text-wrap: balance;
}

#post-featured-img {
    overflow: hidden;
    max-height: 500px;
    object-fit: cover;
    text-align: center;
    margin-bottom: 35px;
}

#post-featured-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.post-about-img {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.post-about-img img {
    display: block;
    border-radius: 50%;
    border: 3px solid #fcfcfc;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.22);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.22);
}

.post-about-bio {
    padding: 25px;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 35px;
    background: #fafafa;
    border-radius: 12px;
    position: relative;
}

.post-about-bio *:last-child {
    margin-bottom: 0;
}

.post-about-bio::before {
    content: '';
    position: absolute;
    display: inline-block;
    margin: auto;
    width: 0;
    height: 0;
    top: -38px;
    left: 0;
    right: 0;
    border: 20px solid #fafafa;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.post-about-bio-contact {
    font-style: normal;
}

@media screen and (max-width: 499px) {
    .blog-post-item {
        float: none;
        clear: both;
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
    .blog-post-item {
        width: 50%;
    }

    .blog-post-item:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (min-width: 768px) {
    .blog-post-item:nth-child(3n+1) {
        clear: left;
    }
}

/*--------------------------------------------------------------
## Testimonials Index Page
--------------------------------------------------------------*/
.testimonial-post-summary {
    display: flex;
    align-items: center;
    flex-direction: column;
}


/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/
#search-term {
    color: #ce622a;
    font-weight: 600;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
#post-404 .entry-title-group {
    padding-top: 116px;
    position: relative;
}

#post-404 .entry-title-group h1 {
    font-size: 50px;
    font-weight: bold;
}

#post-404 .entry-title-group h2 {
    font-size: 30px;
    font-weight: 400;
}

#page-404-search-form-cnt {
    max-width: 420px;
    margin: 25px auto;
}

#page-404-contact-form-cnt {
    max-width: 600px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
## Sidebar Content
--------------------------------------------------------------*/
#tertiary {
    float: right;
    width: 260px;
    position: relative;
}

#tertiary .widget {
    margin-top: 30px;
}

#tertiary .widget:first-child {
    margin-top: 0;
}

#tertiary .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

#tertiary .widget .widget-title:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 30%;
    height: 1px;
    background: #e8e8e8;
    left: 0;
    bottom: 0;
}

.widget_tag_cloud .tagcloud a {
    color: #333;
    padding: 6px 10px;
    background: #f2f2f2;
    display: inline-block;
    border: 1px solid #ccc;
    margin-top: 4px !important;
    font-size: 11px !important;
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms ease;
    -ms-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    transition: background 250ms ease;
}

.widget_tag_cloud .tagcloud a:hover {
    background: #e8e8e8;
}

.widget_categories li {
    margin: 0;
}

.widget_categories a {
    color: #000;
    padding: 7px 0;
    display: block;
    font-size: 16px;
}

.widget_categories ul > li {
    list-style: square;
}

.widget_categories ul > li > a {
    border-bottom: 1px solid #f2f2f2;
}

.widget_categories ul > li > ul > li {
    list-style: disc;
}

.widget_categories ul > li > ul > li > ul > li {
    list-style: circle;
}

.widget_categories ul > li > ul > li > a {
    border-bottom: 1px dotted #f2f2f2;
}

.widget_categories ul > li:hover > a,
.widget_categories ul > li.current-cat > a {
    color: #233e90;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.post-navigation .screen-reader-text {
	display: none;	
}

.nav-links .nav-previous {
    float: left;
}

.nav-links .nav-next {
    float: right;
}

.nav-links a {
    color: #333;
    display: block;
    font-size: 12px;
    padding: 10px 20px;
    background: #e8e8e8;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.nav-links a:hover {
    color: #fff;
    background: #333;
}

body.single .nav-links {
    margin-top: 16px;
    padding-top: 30px;
    border-top: 1px dotted #d7d7d7;
}

.wp-pagenavi {
    margin: 0;
    clear: both;
    padding: 0 0 5px;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 10px 18px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    border: none !important;
    display: inline-block;
}

.wp-pagenavi a {
    color: #555;
    background-color: #e7e7e9;
    -webkit-transition: background 250ms linear;
    -moz-transition: background 250ms linear;
    -ms-transition: background 250ms linear;
    -o-transition: background 250ms linear;
    transition: background 250ms linear;
}

.wp-pagenavi a:hover {
    color: #fff;
    background-color: #333;
}

.wp-pagenavi span {
    color: #fff;
    background-color: #333;
}

.wp-pagenavi span.extend {
    background-color: #d5d5d5;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    color: #191919;
    background-color: #ccc;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
    color: #fff;
    background-color: #333;
}

#reviews-feed {
    padding-bottom: 35px;
}

/*--------------------------------------------------------------
## Footer Contact Form
--------------------------------------------------------------*/
#footer-contact-form-wrap {
    padding-bottom: 60px;
}

#footer-contact-form-title {
    font-size: 40px;
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
## Testimonials Feed
--------------------------------------------------------------*/
#testimonials-feed {
    color: #fff;
    background: #363636;
}

#testimonials-feed-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

#testimonial-feed-main-title {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}

#testimonial-feed-sub-title {
    color: #ec2028;
    font-size: 21px;
    margin-bottom: 50px;
}

#testimonials-feed-slider {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-feed-excerpt {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.testimonial-feed-excerpt strong {
    font-weight: 600;
}

.testimonial-person-detail  {
    color: #ec2028;
}

#testimonials-feed-slider .owl-nav {
    opacity: 0;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

#testimonials-feed-slider:hover .owl-nav {
    opacity: 1;
}

#testimonials-feed-slider .owl-nav .owl-prev,
#testimonials-feed-slider .owl-nav .owl-next {
    top: 0;
    width: 26px;
    height: 100%;
    z-index: 100;
    opacity: 0.2;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    position: absolute;
    white-space: nowrap;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

#testimonials-feed-slider .owl-nav .owl-prev {
    left: 0;
}

#testimonials-feed-slider .owl-nav .owl-next {
    right: 0;
}

#testimonials-feed-slider .owl-nav .owl-prev:hover,
#testimonials-feed-slider .owl-nav .owl-next:hover {
    opacity: 0.8;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
    font-weight: 400;
    font-size: 14px;
}

#footer a {
    color: #000;
}

#footer-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer-columns {
    display: flex;
    flex-wrap: wrap;
}

.footer-column {
    padding: 0 15px;
}

#footer-column-1 {
    width: 20%;
}

#footer-column-2 {
    width: 80%;
    display: flex;
    justify-content: space-between;
}

#custom_html-3 {
    margin-top: 10px;
}

#custom_html-3 .phone-number {
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
}

#custom_html-3 .phone-number:hover {
    color: #233e90;
}

.footer-column .widget {
    /*margin-top: 30px;*/
}

.footer-column .widget:first-child {
    /*margin-top: 0;*/
}

.footer-column .widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.footer-column .widget .widget-title:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 20%;
    height: 1px;
    background: #000;
    left: 0;
    bottom: 0;
}

.footer-column .widget_nav_menu ul,
.footer-column .widget_nav_menu ul li:last-child {
    margin-bottom: 0;
}

.footer-column .widget_nav_menu ul,
.footer-column .widget_nav_menu li {
    margin: 0;
    list-style: none;
}

.footer-column .widget_nav_menu a {
    -webkit-transition: color 250ms linear;
    -moz-transition: color 250ms linear;
    -ms-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    transition: color 250ms linear;
}

.footer-column .widget_nav_menu .menu .sub-menu {
    margin-bottom: 10px;
}

.footer-column .widget_nav_menu .menu > li > a {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-column .widget_nav_menu .menu > li > .sub-menu > li {
    margin-bottom: 2px;
}

#footer .footer-column .widget_nav_menu .menu > li:hover > a,
#footer .footer-column .widget_nav_menu .menu > li > .sub-menu > li:hover > a {
    color: #233e90;
}

#footer .footer-column .widget_nav_menu .menu > li.current-menu-item > a,
#footer .footer-column .widget_nav_menu .menu > li > .sub-menu > li.current-menu-item > a {
    color: #ec2028;
}

/*--------------------------------------------------------------
## Copyright
--------------------------------------------------------------*/
#copyright {
    font-size: 11px;
    background: #0b0b0b;
    text-align: center;
}

#copyright,
#copyright a {
    color: #fff;
}

#copyright-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

#copyright a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
## Feedback
--------------------------------------------------------------*/
.feedback-main-cnt {
    padding: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.11);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.11);
}

.feedback-cnt {
    text-align: center;
}

.feedback-cnt p {
    font-size: 18px;
    margin-bottom: 70px;
}
.feedback-btns,
.review-btns {
    text-align: center;
}

.feedback-btns,
.review-btns,
.feedback-btns li,
.review-btns li {
    margin: 0;
    list-style: none;
}

.feedback-btns li {
    width: 100%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.feedback-btns li:first-child {
    margin-bottom: 12px;
}

.feedback-btns li a {
    color: #fff;
    padding: 13px;
    display: block;
    text-align: center;
    position: relative;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.feedback-btns li.good-experience-btn a {
    background: #6cce67;
}

.feedback-btns li.good-experience-btn:hover a {
    background: #5abc55;;
}

.feedback-btns li.bad-experience-btn a {
    background: #ee5a5f;
}

.feedback-btns li.bad-experience-btn:hover a {
    background: #dc484d;
}

.feedback-btns li a::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: auto;
    left: 0;
    right: 0;
    background: url(images/feedback-icons.png) no-repeat;
    background-size: 250px 250px;
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.feedback-btns li.good-experience-btn a::before {
    top: -38px;
    background-position: 0 0;
}

.feedback-btns li.bad-experience-btn a::before {
    bottom: -38px;
    background-position: -53px 0;
}

.review-btns li {
    max-width: 290px;
    display: inline-block;
}

.review-btns li {
    margin-right: 10px;
}

.review-btns li:last-child {
    margin-right: 0;
}

.review-btns li a {
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: 300;
    background: #518ef8;
    position: relative;
	text-align: left;
    padding: 10px 15px 10px 90px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.review-btns li a strong {
    font-weight: 600;
}

.review-btns li:hover a {
    background: #4784ee;
}

.review-btns li a::before,
.review-btns li a::after {
    content: '';
    position: absolute;
    display: inline-block;
    margin: auto;
    top: 0;
    bottom: 0;
}

.review-btns li a::after {
    left: 10px;
    width: 56px;
    height: 56px;
    background: url(images/feedback-icons.png) no-repeat;
    background-size: 250px 250px;
}

.review-btns li a::before {
    left: 0;
    width: 75px;
    height: 100%;
    background: #fff;
    border: 1px solid #cecece;
    border-right: none;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}

.review-btns li.google-review-btn a::after {
    background-position: 0 -56px;
}

.review-btns li.facebook-review-btn a::after {
    background-position: -66px -56px;
}

@media screen and (max-width: 620px) {
    .review-btns li {
        display: block;
        margin: 0 auto !important;
        max-width: 280px;
    }

    .review-btns li:first-child {
        margin-bottom: 12px !important;
    }
}

/*--------------------------------------------------------------
## Back to Top
--------------------------------------------------------------*/
#toTop {
    bottom: 0;
    right: 15px;
    width: 35px;
    height: 30px;
    z-index: 1000;
    display: none;
    position: fixed;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

#toTop span {
    width: 100%;
    height: 30px;
    display: block;
    position: relative;
    background: rgba(153,153,153,0.8);
}

#toTop:hover span {
    background: #50985e;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#toTop span i {
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    margin: auto;
    display: block;
    position: absolute;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*--------------------------------------------------------------
## Back to Top
--------------------------------------------------------------*/
#qc-fixed-menu {
    right: 15px;
    bottom: 35px;
    z-index: 999;
    position: fixed;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -ms-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
}

#qc-fixed-menu-inner {
    position: relative;
}

#qc-close {
    top: -30px;
    right: 0;
    z-index: 10;
    color: #000;
    line-height: 1;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    padding: 1px 3px;
    position: absolute;
    display: inline-block;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
}

#qc-close:hover {
    color: #ec2028;
}

#qc-fixed-menu h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    padding: 12px 25px;
    background: #203785;
    position: relative;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}

#qc-fixed-menu h4:before {
    content: '';
    position: absolute;
    display: inline-block;
    z-index: 1;
    width: 95%;
    height: 60px;
    margin: auto;
    left: 1px;
    right: 0;
    top: -59px;
    background: #203785;
    -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}

#qc-fixed-menu ul,
#qc-fixed-menu li {
    margin: 0;
    list-style: none;
}

#qc-fixed-menu ul {
    background: #fff;
}

#qc-fixed-menu li {
    width: 150px;
    float: left;
    border-left: 1px solid #f4f4f4;
}

#qc-fixed-menu li:first-child {
    border: none;
}

#qc-fixed-menu li a {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    position: relative;
    padding: 65px 5px 10px;
    text-transform: uppercase;
    -webkit-transition: color 250ms linear;
    -moz-transition: color 250ms linear;
    -ms-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    transition: color 250ms linear;
}

#qc-fixed-menu li a:hover {
    color: #203785;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
img.alignright { 
    float: right;
    margin: 0.1em 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0.1em 1em 1em 0;
}

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

.alignright { float:right; }

.alignleft { float:left; }

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

/*--------------------------------------------------------------
## Responsive Image
--------------------------------------------------------------*/
img,
.widget img,
.wp-caption {
    max-width: 100%;
}

img,
img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    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;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    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-caption {
    display: block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input,
select,
textarea {
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
 
input[type=checkbox] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
}
 
input[type=radio] {
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    appearance: radio !important;
}

select,
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 {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    box-sizing: border-box !important;
}

select,
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"] {
    height: 50px;
    padding: 2px 5px;
}

body.ie textarea {
    overflow: auto;
}

select::-ms-expand {
    display: none;
}

button,
input[type="submit"] {
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Form Placeholder text color */
::-webkit-input-placeholder {
   color: #878787;
}

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

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

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

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
.site-search-form ul,
.site-search-form li {
    margin: 0;
    list-style: none;
}

.site-search-form ul {
    font-size: 0;
}

.site-search-form li {
    float: left;
    position: relative;
}

.site-search-form .search-text-field {
    width: 100%;
    margin-left: -50px;
    padding-left: 50px;
}

.site-search-form .search-submit-field {
    width: 50px;
    background: #111;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.site-search-form .search-submit-field:hover {
    background: #000;
}

.site-search-form input[type="search"],
.site-search-form input[type="submit"] {
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: 300;
}

.site-search-form input[type="search"] {
    padding-left: 10px;
    padding-right: 10px;
    background: #f0f0f0;
}

.site-search-form input[type="submit"] {
    padding: 0;
    z-index: 10;
    color: #fff;
    height: 50px;
    overflow: hidden;
    background: none;
    text-indent: 110%;
    white-space: nowrap;
    position: relative;
}

/* Header Search Forms */
#search-3 .site-search-form ul {
    background: #363636;
    border: 2px solid #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

#search-3 .site-search-form .search-text-field {
    float: right;
}

#search-3 .site-search-form input[type="submit"],
#search-3 .site-search-form input[type="search"] {
    color: #fff;
    height: 32px;
}

#search-3 .site-search-form .search-submit-field,
#search-3 .site-search-form input[type="search"] {
    background: transparent;
}

#search-3 .site-search-form .search-submit-field {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

/*--------------------------------------------------------------
## Gravity Forms Style
--------------------------------------------------------------*/
body .gform_wrapper,
body .gform_wrapper .gform_body,
body .gform_wrapper .gform_footer,
body .gform_wrapper .gform_body .gform_fields,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    margin: 0 !important;
    padding: 0 !important;
}

body .gform_wrapper,
body .gform_wrapper .gform_body,
body .gform_wrapper .gform_footer,
body .gform_wrapper .gform_body .gform_fields,
body .gform_wrapper .gform_body .gform_fields .gfield .datepicker  {
    width: 100% !important;
    max-width: 100% !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .sub-label-highlight {
    color: #333;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
    padding: 0 !important;
    margin: 0 0 20px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_hidden-label .gfield_label,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_hidden-sub-label .name_first label,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_hidden-sub-label .name_last label {
    display: none !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_label-white .gfield_label {
    color: #fff;
}

body .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {
    color: #000;
    font-size: 22px;
    letter-spacing: 0 !important;
    margin-bottom: 10px !important;
}

body .gform_wrapper .gform_body .gform_fields .gsection .gsection_description {
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    padding: 0 0 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gsection {
    color: #000;
    background: #d9d9d9;
    border: 1px solid #9e9e9e;
    margin-top: 0 !important;
    padding: 20px 20px 10px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload span[id*="extensions_message_"] {
    padding: 5px;
    font-size: 12px;
    display: inline-block;
    background: rgba(206,98,42,0.2);
    border: 1px solid #ce622a;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_field_single_file_upload span[id*="extensions_message_"] {
    margin-top: 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload input.large,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload input[type="file"] {
    cursor: pointer;
    width: auto !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_field_single_file_upload {
    padding: 15px !important;
    background: #fcfcfc !important;
    border: 1px solid #ccc !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select {
    padding: 2px 10px;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

body .gform_wrapper .gform_body .gform_fields .gfield input:focus:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus {
    border-color: #00aeef;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    padding: 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gform_button_select_files:hover {
    background: #3c844a;
}

/* --------------------------------------------------------------
## Gravity Two columns fields
-------------------------------------------------------------- */
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: 100%;
}

.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half,
body .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    padding: 0 !important;
    margin: 0 0 20px !important;
    width: 49.35483870967742% !important;
}

body .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    float: left;
    display: block;
    margin-bottom: 0 !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half,
body .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span.name_last {
    margin-left: 1.29032258064516% !important;
}

/* --------------------------------------------------------------
## Gravity Three columns fields
-------------------------------------------------------------- */
body .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 32.47311827956989% !important;
}

body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    margin-left: 1.29032258064516% !important;
}

/* --------------------------------------------------------------
## Gravity form Error fields
-------------------------------------------------------------- */
body .gform_wrapper div.validation_error {
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    border: none;
    padding: 12px;
    z-index: 9999999 !important;
    position: fixed;
    font-weight: 600;
    background: rgba(255,0,0,0.8);
}

body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    display: none;
}

body .gform_wrapper .gf_content-inline-form-four-cols div.validation_error {
    opacity: 0 !important;
    display: none !important;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: 100% !important;
}

body .gform_wrapper .top_label .gfield_error,
body .gform_wrapper .gform_body .gform_fields .gfield_error {
    width: 100%;
    border: none;
    background: none;
}

body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper li.gfield_error textarea,
body .gform_wrapper .gform_body .gform_fields .gfield_error select {
    border-color: #f00 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body .gform_wrapper .gform_body .gform_fields .gfield_error select,
body .gform_wrapper .gform_body .gform_fields .gfield_error textarea,
body .gform_wrapper .gform_body .gform_fields .gfield_error.gf_bulk-status-selection,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_field_single_file_upload.gfield_error,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_field_multi_files_upload.gfield_error .gform_fileupload_multifile {
    color: #000 !important;
    -webkit-box-shadow:inset 0 0 0 400px rgba(255,0,0,0.2);
    box-shadow:inset 0 0 0 400px rgba(255,0,0,0.2);
}

body .gform_wrapper .gform_body .gform_fields .gfield_error.gf_bulk-status-selection {
    padding: 10px !important;
}

body .gform_wrapper li.gfield_error ul.gfield_checkbox label,
body .gform_wrapper li.gfield_error ul.gfield_radio label {
    color: #f00;
}

body .gform_wrapper .gform_body .gform_fields li.gfield.gfield_error .gfield_checkbox li input[type=checkbox]:checked + label {
    color: #000 !important;
}

body .gform_wrapper li.gfield_error.gf_bulk-status-selection ul.gfield_radio label {
    color: #000;
}

/* --------------------------------------------------------------
### Gravity form submit & select button
-------------------------------------------------------------- */
body .gform_wrapper .gform_body .gform_fields .gfield .gform_button_select_files {
    color: #fff;
    border: none;
    cursor: pointer;
    background: #333;
    padding: 12px 30px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gform_button_select_files:hover {
    background: #3c844a;
}

body #gform_wrapper_3.gform_wrapper .gform_footer {
    text-align: center;
}

body .gform_wrapper .gform_footer input[type=submit],
body .gf_browser_ie.gform_wrapper .gform_footer input.button {
    margin: 0;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 35px;
    background: #bfbfbf;
    display: inline-block;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #333;
}

body .gform_wrapper .gf_content-inline-form-four-cols .gform_footer input[type=submit] {
    color: #fff;
    border: 2px solid #ec2028;
    background: rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.22);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.22);
}

body .gform_wrapper .gf_content-inline-form-four-cols .gform_footer input[type=submit]:hover {
    background: #000;
}

/* --------------------------------------------------------------
### Gravity Form AJAX Spinner
-------------------------------------------------------------- */
body .gform_wrapper {
    position: relative;
}

.gform_ajax_spinner {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block !important;
    overflow: hidden !important;
    position: absolute !important;
    z-index: 999;
    border: 4px solid rgba(255,255,255,0.2);
    border-left: 4px solid #fff;
    background: rgba(21,184,87,0.9);
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 25px !important;
    height: 25px !important;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Sprite
--------------------------------------------------------------*/
#toggle-menu li a:before,
.home-cta-icon a:before,
#qc-fixed-menu h4:after,
#qc-fixed-menu li a:before,
.home-about-us-banner li:after,
#testimonials-feed-slider:before,
#testimonials-feed-slider:after,
#post-404 .entry-title-group:before,
#custom_html-2 .phone-number:before,
.menu-social-links-menu-container li a:before,
.site-search-form .search-submit-field:before,
.cbp-caption-activeWrap .cbp-l-caption-title:before,
#testimonials-feed-slider .owl-nav .owl-prev:before,
#testimonials-feed-slider .owl-nav .owl-next:before {
    background: url(images/sprite@1x.webp) no-repeat;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    #toggle-menu li a:before,
    .home-cta-icon a:before,
    #qc-fixed-menu h4:after,
    #qc-fixed-menu li a:before,
    .home-about-us-banner li:after,
    #testimonials-feed-slider:before,
    #testimonials-feed-slider:after,
    #post-404 .entry-title-group:before,
    #custom_html-2 .phone-number:before,
    .menu-social-links-menu-container li a:before,
    .site-search-form .search-submit-field:before,
    .cbp-caption-activeWrap .cbp-l-caption-title:before,
    #testimonials-feed-slider .owl-nav .owl-prev:before,
    #testimonials-feed-slider .owl-nav .owl-next:before {
        background: url(images/sprite@2x.webp) no-repeat;
        background-size: 400px 400px;
    }
}

#toggle-menu li a:before,
.home-cta-icon a:before,
#qc-fixed-menu h4:after,
#qc-fixed-menu li a:before,
.home-about-us-banner li:after,
#testimonials-feed-slider:before,
#testimonials-feed-slider:after,
#post-404 .entry-title-group:before,
#custom_html-2 .phone-number:before,
.menu-social-links-menu-container li a:before,
.site-search-form .search-submit-field:before,
.cbp-caption-activeWrap .cbp-l-caption-title:before,
#testimonials-feed-slider .owl-nav .owl-prev:before,
#testimonials-feed-slider .owl-nav .owl-next:before {
    content: '';
    position: absolute;
    display: inline-block;
}

#toggle-menu li a:before,
.home-cta-icon a:before,
#qc-fixed-menu h4:after,
#qc-fixed-menu li a:before,
.home-about-us-banner li:after,
#testimonials-feed-slider:before,
#testimonials-feed-slider:after,
#post-404 .entry-title-group:before,
#custom_html-2 .phone-number:before,
.menu-social-links-menu-container li a:before,
.site-search-form .search-submit-field:before,
.cbp-caption-activeWrap .cbp-l-caption-title:before,
#testimonials-feed-slider .owl-nav .owl-prev:before,
#testimonials-feed-slider .owl-nav .owl-next:before {
    margin: auto;
}

.site-search-form .search-submit-field:before,
.menu-social-links-menu-container li a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#toggle-menu li a:before {
    top: 15px;
    left: 0;
    right: 0;
}

#toggle-menu li#menu-toggle a:before {
    width: 18px;
    height: 17px;
    background-position: -181px -20px;
}

#toggle-menu li#call-btn a:before {
    width: 16px;
    height: 17px;
    background-position: -204px -20px;
}

#toggle-menu li#location-btn a:before {
    width: 12px;
    height: 17px;
    background-position: -225px -20px;
}

#custom_html-2 .phone-number:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 18px;
    height: 33px;
    background-position: -206px -45px;
}

.home-cta-icon a:before {
    top: 30px;
    left: 30px;
}

.icon-aquarium a:before {
    left: 35px;
    width: 64px;
    height: 60px;
    background-position: 0 -105px;
}

.icon-garden-ponds a:before {
    left: 40px;
    width: 54px;
    height: 59px;
    background-position: -69px -105px;
}

.icon-swimming-ponds a:before {
    width: 80px;
    height: 57px;
    background-position: -129px -89px;
}

.icon-lease-aquarium a:before {
    left: 35px;
    width: 66px;
    height: 60px;
    background-position: 0 -170px;
}

.icon-spanner a:before {
    width: 66px;
    height: 36px;
    background-position: -71px -169px;
}

.icon-fountain a:before {
    left: 43px;
    width: 41px;
    height: 62px;
    background-position: -142px -151px;
}

#post-404 .entry-title-group:before {
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-position: 0 0;
}

.site-search-form .search-submit-field:before {
    z-index: 1;
    width: 20px;
    height: 20px;
    background-position: -105px 0;
}

.menu-social-links-menu-container li.icon-facebook a:before {
    width: 8px;
    height: 15px;
    background-position: -135px 0;
}

.menu-social-links-menu-container li.icon-google-plus a:before {
    width: 16px;
    height: 15px;
    background-position: -147px 0;
}

.menu-social-links-menu-container li.icon-twitter a:before {
    width: 19px;
    height: 15px;
    background-position: -184px 0;
}

.menu-social-links-menu-container li.icon-pinterest a:before {
    width: 13px;
    height: 15px;
    background-position: -167px 0;
}

.menu-social-links-menu-container li.icon-linkedin a:before {
    width: 16px;
    height: 15px;
    background-position: -207px 0;
}

.menu-social-links-menu-container li.icon-instagram a:before {
    width: 16px;
    height: 15px;
    background-position: -227px 0;
}

.menu-social-links-menu-container li.icon-youtube a:before {
    width: 15px;
    height: 10px;
    background-position: -135px -20px;
}

.menu-social-links-menu-container li.icon-vimeo a:before {
    width: 18px;
    height: 16px;
    background-position: -105px -25px;
}

#testimonials-feed-slider:before,
#testimonials-feed-slider:after {
    top: 0;
    width: 45px;
    height: 37px;
}

#testimonials-feed-slider:before {
    left: 10px;
    background-position: -105px -45px;
}

#testimonials-feed-slider:after {
    right: 10px;
    background-position: -155px -45px;
}

#testimonials-feed-slider .owl-nav .owl-prev:before,
#testimonials-feed-slider .owl-nav .owl-next:before {
    top: 0;
    bottom: 0;
    width: 8px;
    height: 15px;
}

#testimonials-feed-slider .owl-nav .owl-prev:before {
    left: 9px;
    background-position: -155px -20px;
}

#testimonials-feed-slider .owl-nav .owl-next:before {
    right: 9px;
    background-position: -168px -20px;
}

#qc-fixed-menu li a:before {
    top: 15px;
    left: 0;
    right: 0;
}

#qc-fixed-menu li#qc-request-service a:before {
    width: 30px;
    height: 41px;
    background-position: -213px -83px;
}

#qc-fixed-menu li#qc-contact-us a:before {
    width: 40px;
    height: 41px;
    background-position: 0 -235px;
}


#qc-fixed-menu h4:after {
    top: -25px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 60px;
    height: 19px;
    background-position: -248px 0;
}

.home-about-us-banner li:after {
    top: 10px;
    left: 0;
    right: 0;
}

.home-about-us-banner li.honesty-integrity:after {
    top: 27px;
    width: 65px;
    height: 46px;
    background-position: -71px -210px;
}

.home-about-us-banner li.client-satisfaction:after {
    top: 36px;
    width: 68px;
    height: 26px;
    background-position: 0 -280px;
}

.home-about-us-banner li.value-for-money:after {
    top: 25px;
    width: 30px;
    height: 51px;
    background-position: -188px -150px;
}

.home-about-us-banner li.quality-longevity:after {
    top: 22px;
    width: 54px;
    height: 51px;
    background-position: -73px -260px;
}

.home-about-us-banner li.best-practices:after {
    top: 24px;
    width: 50px;
    height: 45px;
    background-position: -141px -218px;
}

.home-about-us-banner li.commitment-growth:after {
    top: 32px;
    width: 59px;
    height: 35px;
    background-position: -131px -268px;
}


.cbp-caption-activeWrap .cbp-l-caption-title:before {
    top: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 19px;
    background-position: -248px 0;
}
 
/*--------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Responsive Style
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    #navigation {
        display: none;
    }
    
    #toggle-menu {
        display: block;
    }
    
    #header-logo {
        width: 180px;
    }
    
    #header-top {
        display: none;
    }
    
    #nav_menu-2 {
        width: 100%;
        float: none;
        text-align: center;
    }
    
    .wr-content-cta.home-cta-icon a {
        padding-left: 80px;
    }
    
    .home-cta-icon a:before {
        background-size: 200px 200px;
    }
    
    .icon-aquarium a:before {
        left: 30px;
        width: 32px;
        height: 30px;
        background-position: 0 -53px
    }
    
    .icon-garden-ponds a:before {
        left: 32px;
        width: 27px;
        height: 30px;
        background-position: -35px -53px;
    }
    
    .icon-swimming-ponds a:before {
        left: 25px;
        width: 40px;
        height: 28px;
        background-position: -64px -45px;
    }
    
    .icon-lease-aquarium a:before {
        left: 25px;
        width: 33px;
        height: 30px;
        background-position: 0 -85px;
    }
    
    .icon-spanner a:before {
        left: 25px;
        width: 33px;
        height: 18px;
        background-position: -36px -85px;
    }
    
    .icon-fountain a:before {
        left: 30px;
        width: 21px;
        height: 31px;
        background-position: -71px -76px;
    }
}

@media screen and (min-width: 768px) {
    #page-wrap {
        opacity: 1 !important;
        margin-left: 0 !important;
    }
    
    #mobile-navigation {
        display: none !important;
    }
}

/*--------------------------------------------------------------
## Main Content
--------------------------------------------------------------*/
@media screen and (min-width: 642px) {
    .desktop-display-none {
        display: none;
    }
}

@media screen and (max-width: 649px) {
    .post-summary.has-post-thumbnail {
        display: block;
    }
    
    .post-summary .entry-thumbnail {
        width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .post-summary.has-post-thumbnail .entry-summary {
        padding: 25px 0 0;
    }
    
    .testimonial-post-summary.has-post-thumbnail:nth-child(2n) .entry-summary {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .mobile-margin-bottom-zero {
        margin-bottom: 0 !important;
    }
    
    .home-about-us-banner h2 {
        font-size: 22px;
        padding-top: 60px;
        margin-bottom: 0;
    }
    
    .home-about-us-banner ul {
        flex-wrap: wrap;
    }
    
    .home-about-us-banner li {
        width: 49%;
        font-size: 13px;
        margin-top: 25px;
    }
    
    .home-about-team-title {
        font-size: 30px;
    }
}

@media screen and (min-width: 768px) {
    .sm-order-1 {
        order: 1;
    }
    
    .sm-order-2 {
        order: 2;
    }
}

@media screen and (max-width: 799px) {
    #regular-index,
    #tertiary {
        width: 100%;
        float: none;
        clear: both;
    }
    
    #regular-index,
    #regular-content {
        margin-left: 0;
    }
    
    #tertiary {
        padding-top: 16px;
    }
    
    h1 {
        font-size: 24px;
    }
    
    .content-sub-title {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
    #navbar .main-list-wrap > li > a {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .md-width-100 {
        width: 100% !important;
    }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    #footer-columns {
        display: block;
    }
    
    .footer-column,
    #footer-column-1,
    #footer-column-2 {
        float: none;
        clear: both;
        width: 100%;
        margin-top: 30px;
    }
    
    .footer-column:first-child {
        margin-top: 0;
    }
    
    #testimonial-feed-main-title {
        font-size: 20px;
    }
    
    #testimonials-feed-wrap {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    #testimonials-feed-slider {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    #testimonials-feed-slider:before,
    #testimonials-feed-slider:after {
        width: 23px;
        height: 19px;
        background-size: 200px 200px;
    }
    
    #testimonials-feed-slider:before {
        background-position: -52px -22px;
    }
    
    #testimonials-feed-slider:after {
        background-position: -77px -22px;
    }
    
    #qc-fixed-menu {
        display: none !important;
        visibility: hidden !important;
    }
    
    #footer-logo {
        width: 100%;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #footer-column-2 {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    
    .footer-column .widget_nav_menu {
        width: 50%;
        padding-right: 10px;
    }
    
    .footer-column .widget_nav_menu a {
        padding-top: 8px;
        padding-bottom: 8px;
        display: inline-block;
    }
    
}

@media screen and (max-width: 899px) {
    .footer-column .widget_nav_menu {
        padding-left: 10px;
    }
    
    .footer-column .widget_nav_menu .menu > li > a {
        font-size: 15px;
    }
    
    .footer-column .widget_nav_menu .menu > li > .sub-menu > li > a {
        font-size: 12px;
    }
    
    #custom_html-3 .phone-number {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
## Gravity Forms
--------------------------------------------------------------*/
@media screen and (max-width: 641px) {
    body .gform_wrapper .gf_content-inline-form-four-cols {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    .gform_wrapper .top_label li.gfield.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_right_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half,
    body .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_add-message-checkbox .gfield_checkbox li label {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (min-width: 642px) {    
    /*--------------------------------------------------------------
    ## Gravity Forms Inline content form
    --------------------------------------------------------------*/    
    body .gform_wrapper .gf_content-inline-form-four-cols,
    body .gform_wrapper .gf_form-four-cols-with-message {
        position: relative;
    }

    /*--------------------------------------------------------------
    ## Gravity Forms inline content form body
    --------------------------------------------------------------*/
    body .gform_wrapper .gf_content-inline-form-four-cols .gform_body ul.gform_fields {
        /*display: flex;*/
    }

    body .gform_wrapper .gf_content-inline-form-four-cols .gform_body .gform_fields .gfield,
    body .gform_wrapper .gf_form-four-cols-with-message .gform_body .gform_fields .gfield {
        margin: 0 !important;
        clear: none !important;
        float: left !important;
        padding: 10px !important;
    }

    body .gform_wrapper .gf_content-inline-form-four-cols .gform_body .gform_fields .gfield:first-child,
    body .gform_wrapper .gf_form-four-cols-with-message .gform_body .gform_fields .gfield:first-child,
    body .gform_wrapper .gf_form-four-cols-with-message .gform_body .gform_fields .gfield.gf_add-message-checkbox,
    body .gform_wrapper .gf_form-four-cols-with-message .gform_body .gform_fields .gfield.gf_four-cols-textarea {
        padding-left: 0 !important;
    }

    body .gform_wrapper .gf_content-inline-form-four-cols .gform_body .gform_fields .gfield .ginput_complex .name_first input {
        border-right-color: #e8e8e8;
    }

    body .gform_wrapper .gf_content-inline-form-four-cols .gform_body .gform_fields .gfield .ginput_complex .name_last input {
        border-left-color: #e8e8e8;
    }

    body .gform_wrapper .gf_content-inline-form-four-cols div.ginput_complex.ginput_container.gf_name_has_2 span.name_last {
        margin-left: 0 !important;
    }

    body .gform_wrapper .gf_content-inline-form-four-cols .gform_body .gform_fields .gfield textarea {
        height: 0;
        resize: none;
        overflow: hidden;
        min-height: 50px;
        width: 100% !important;
    }
    
    body .gform_wrapper .gf_form-four-cols-with-message .gform_body .gform_fields .gfield.gf_four-cols-textarea {
        width: 100% !important;
    }

    /*--------------------------------------------------------------
    ## Gravity Forms Inline content form footer
    --------------------------------------------------------------*/
    body .gform_wrapper .gf_content-inline-form-four-cols .gform_footer,
    body .gform_wrapper .gf_form-four-cols-with-message .gform_footer {
        right: 0;
        z-index: 2;
        position: absolute;
        width: 190px !important;
    }

    body .gform_wrapper .gf_content-inline-form-four-cols .gform_footer input[type=submit],
    body .gform_wrapper .gf_form-four-cols-with-message .gform_footer input[type=submit] {
        padding: 0;
        width: 190px;
        height: 50px;
    }
}

@media screen and (min-width: 642px) and (max-width: 999px) {
    body .gform_wrapper .gf_content-inline-form-four-cols .gform_body .gform_fields .gfield {
        width: 33.33333% !important;
    }
    
    body .gform_wrapper .gf_form-four-cols-with-message .gform_body .gform_fields .gfield {
        width: 50% !important;
    }
    
    body .gform_wrapper .gf_content-inline-form-four-cols .gform_body .gform_fields .gfield.gf_field-width-full {
        width: calc(100% - 210px) !important;
        padding-left: 0 !important;
    }
    
    body .gform_wrapper .gf_form-four-cols-with-message .gform_body .gform_fields .gfield:nth-child(3) {
        padding-left: 0 !important;
    }
    
    body .gform_wrapper .gf_content-inline-form-four-cols .gform_body .gform_fields .gfield:nth-child(4) {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 210px !important;
    }
    
    body .gform_wrapper .gf_content-inline-form-four-cols .gform_footer {
        bottom: 10px;
    }
    
    body .gform_wrapper .gf_form-four-cols-with-message .gform_footer {
        bottom: 12px;
    }
}

@media screen and (min-width: 1000px) {
    body .gform_wrapper .gf_content-inline-form-four-cols .gform_body,
    body .gform_wrapper .gf_form-four-cols-with-message .gform_body {
        padding-right: 200px !important;
    }
    
    body .gform_wrapper .gf_content-inline-form-four-cols .gform_body .gform_fields .gfield,
    body .gform_wrapper .gf_form-four-cols-with-message .gform_body .gform_fields .gfield {
        width: 25% !important;
    }
    
    body .gform_wrapper .gf_content-inline-form-four-cols .gform_body .gform_fields .gfield.gf_field-width-full {
        width: calc(100% - 210px) !important;
        padding-left: 0 !important;
    }
        
    body .gform_wrapper .gf_content-inline-form-four-cols .gform_footer {
        top: 10px;
    }
    
    body .gform_wrapper .gf_form-four-cols-with-message .gform_footer {
        bottom: 80px;
    }
    
}