/*   
Theme Name: Opto Custom Theme
Theme URI: http://www.optomultimedia.com/
Description: Opto Custom Theme
Author: Catalin Pogor
Author URI: http://www.catalinpogor.ro
Version: 0.1
Tags: Opto
*/

/*Handicap Plugin Restyle */
.accessibility-location-right .accessability_container {
    right: -180px;
}
.accessibility-location-right .accessability_container.active {
    right: 0 !important;
}
.access_container_inner {
    margin-top: 5px;
}
body .accessability_container.dark_theme .a_module {
    margin-bottom: 5px;
    border: 0;
}
body .accessability_container button.wah-action-button {
    font-size: 13px;
    border-radius: 3px;
}
.accessability_container.dark_theme.active button.aicon_link {
    background-color: #fff !important;
    color: #000 !important;
}
.wahout.aicon_link {
    top: 5px;
    border-radius: 5px;
}
button.close_container {
    line-height: 28px;
    height: 28px;
    border-radius: 3px;
}
html .a_module_title {
    display: none !important;
}
html button.wahout.aicon_link img {
    opacity: 0;
    display: none;
    visibility: hidden;
}
html button.aicon_link {
    background-color: #29627d !important;
}
html button.wahout.aicon_link:before {
    font-family: fontAwesome;
    content: "\f193";
    line-height: 48px;
    color: #fff;
    font-size: 32px;
}
.dark_theme.active button.wahout.aicon_link:before {
    color: #000 !important;
}
html body .accessability_container {
    width: 180px !important;
    height: 100%;
    max-height: 405px;
}
body .access_container_inner .a_module {
    border: 0;
    padding-bottom: 0;
}

/*ADDITIONAL CSS FOR NON-SCHEMA THEMES:*/
.accessibility-location-right .accessability_container {
    right: -180px !important;
}

* {
    margin: 0px;
    padding: 0px;
}
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    box-sizing: border-box;
}
body {
    text-align: center; /* center the layout in IE 5 */
    font-family: Arial, Helvetica, sans-serif;
}
a,
h1,
h2,
h3 {
    color: #5a3a24;
}
.post-content a {
    color: #016d00;
}
.post-content a.btn {
    color: #fff;
}
a {
    outline: none;
    text-decoration: none;
}
img {
    outline: 0 none;
    border: 0 none;
}
.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
    border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
    border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.alignnone {
    border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
img.noBorder {
    padding: 0px;
    border: 0px;
}
.clear {
    clear: both;
}
hr {
    background: #ccc;
    height: 1px;
    line-height: 1px;
    border: 0px;
    color: #ccc;
}

.gform_body ul {
    list-style-type: none;
    padding-left: 0px;
}
.gform_body ul li {
    margin-bottom: 10px;
}
.gform_body input[type="text"] {
    width: 300px;
}

.footerLogos {
    text-align: center;
    display: block;
    margin-top: 10px;
}

/*Home Page Header CSS*/
section.header {
    width: 100%;
    margin: 0px auto;
    display: block;
    height: 200px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #999;
    background: #5a3a24;
}
.topBar {
    height: 135px;
    background: #fff;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 450;
}
.btn-success {
    color: #fff;
    background-color: #5a3a24;
    border-color: #5a3a24;
}
.btn-success:hover {
    color: #fff;
    background-color: #26867d;
    border-color: #26867d;
}
.logo {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 600;
}
.logo img {
    height: 120px;
}
.address {
    position: absolute;
    right: 220px;
    top: 0px;
    z-index: 600;
    text-align: right;
}
.address p {
    color: #1b897e;
    font-size: 20px;
    line-height: 32px;
}
.social {
    position: absolute;
    top: 148px;
    right: 15%;
    z-index: 500;
}
.phone {
    position: absolute;
    right: 20px;
    top: 15px;
    text-align: right;
    z-index: 1000;
}
.phone p {
    color: #016d00;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
}
.navigation {
    width: 960px;
    margin: 0px auto;
    z-index: 600;
    padding-top: 155px;
}
.navbar-collapse {
}
.navigation li {
    float: left;
    line-height: 50px;
    list-style: none;
    display: block;
    position: relative;
}
.navigation li a {
    display: block;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 7px 13px;
    text-decoration: none;
}
.navigation li:last-child a {
    border: 2px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
}
.navigation li a:hover,
.navigation li.active a,
.navigation li:hover {
    color: #fff;
    background: none;
}
.navigation li.open a.dropdown-toggle,
.navigation a.dropdown-toggle:focus {
    background: none;
    border: 0px;
}

.navigation .dropdown-menu:before {
    top: -7px;
    position: absolute;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
}

.navigation .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: "";
}
.navigation li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-menu {
    position: absolute;
    top: 85%;
    left: 10px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 240px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.navigation .dropdown-menu li {
    display: block;
    width: auto;
    float: none;
    text-align: left;
    padding: 5px 10px;
    position: relative;
}
.navigation .dropdown-menu li a {
    line-height: 20px;
    color: #5a3a24;
    display: block;
    float: none;
    text-align: left;
    padding: 0px;
    border: 0px;
    text-shadow: 0 0 0;
    -moz-text-shadow: 0 0 0;
}
.navigation .dropdown-menu li:hover,
.navigation .dropdown-menu li a:hover,
.navigation .dropdown-menu li.active a {
    display: block;
    float: none;
    background: none !important;
    color: #084354;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu-submenu:hover > a,
.dropdown-menu-submenu:focus > a {
    color: #fff;
    text-decoration: none;
    background-color: #796aaf;
    background-image: -moz-linear-gradient(top, #796aaf, #796aaf);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#796aaf), to(#796aaf));
    background-image: -webkit-linear-gradient(top, #796aaf, #796aaf);
    background-image: -o-linear-gradient(top, #796aaf, #796aaf);
    background-image: linear-gradient(to bottom, #796aaf, #796aaf);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff796AAF', endColorstr='#ff796AAF', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #796aaf;
    background-image: -moz-linear-gradient(top, #796aaf, #796aaf);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#796aaf), to(#796aaf));
    background-image: -webkit-linear-gradient(top, #796aaf, #796aaf);
    background-image: -o-linear-gradient(top, #796aaf, #796aaf);
    background-image: linear-gradient(to bottom, #796aaf, #796aaf);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff796AAF', endColorstr='#ff796AAF', GradientType=0);
}
.navigation li.active ul li a {
    background: none;
}

.dropdown-menu li .dropdown-menu {
    left: auto;
    right: 100%;
    top: 0px;
}
.navigation .dropdown-menu li .dropdown-menu:before {
    top: 4px;
    right: -7px;
    left: auto;
    border-top: 7px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 7px solid #ccc;
    border-left-color: rgba(0, 0, 0, 0.2);
    border-right: none;
}
.navigation .dropdown-menu li .dropdown-menu:after {
    top: 5px;
    right: -6px;
    left: auto;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    border-right: none;
}

/* home boxes */
.homeboxeswrap {
    width: 100%;
    display: block;
    padding: 25px 0px;
    /*background: #016d00;*/
    background: url("/wp-content/uploads/2017/11/klamathfalls_1920.jpg") no-repeat center top;
    background-size: cover;
}
.homeBoxes {
    height: 173px;
    width: 960px;
    margin: 0px auto;
    text-align: left;
}
.homeBoxes h3 {
    color: #fff;
    font-size: 26px;
    margin-top: 0px;
    text-align: center;
}
.homeBoxes p,
.homeBoxes a {
    color: #fff;
    font-size: 16px;
}
.homeBoxes .box {
    float: left;
    width: 300px;
    height: 412px;
    margin-right: 30px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.7);
}
.homeBoxes .box.last {
    float: left;
    width: 300px;
    margin-right: 0px;
}
.homeBoxes .box img {
    padding: 6px;
    width: 258px;
    margin-bottom: 10px;
    background: #fff url("/wp-content/uploads/2015/07/bck-img.png") repeat center top;
}
.homeBoxes .box .btn {
    margin-left: 75px;
}
/* welcome article */
.welcome {
    width: 960px;
    margin: 20px auto;
    margin-bottom: 10px;
    text-align: left;
}
.welcome .welcomeText {
    width: 960px;
    padding: 0px;
}
.welcome .welcomeText p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
}

/* home widgets */
.homeWidgets {
    width: 960px;
    margin: 0px auto;
    text-align: left;
}
.widgetBox {
    float: left;
    width: 300px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.widgetBox.noMargin {
    margin-right: 0px;
}
.textwidget p {
    font-size: 16px;
    line-height: 24px;
}
.textwidget p strong {
    width: 40%;
    display: inline-block;
}
.textwidget a.button {
    color: #fff;
    background: #5a3a24;
    text-align: center;
    font-size: 20px;
    padding: 15px 10px;
    display: block;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.textwidget a.button:hover {
    background: #2a877e;
    text-decoration: none;
}

/* reviews */
.reviews {
    width: 960px;
    margin: 20px auto;
}
.review {
    margin-bottom: 20px;
}
.bubble {
    padding: 10px;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    border-radius: 10px;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}

.reviews a:hover {
    text-decoration: none;
}
.bubble:after {
    border-color: #f2f2f2 transparent;
    border-style: solid;
    border-width: 15px 15px 0;
    bottom: -15px;
    content: "";
    display: block;
    left: 49%;
    position: absolute;
    width: 0;
}
.fa-star {
    color: #5a3a24;
}

/* stay connected bar */
.stayConnected {
    width: 100%;
    height: 110px;
    padding-top: 30px;
}
.footerSocial {
    width: 960px;
    margin: 0px auto;
    text-align: center;
}
.footerSocial h4 {
    font-size: 30px;
    display: inline;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}
/*Footer CSS*/

section.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0px;
    clear: both;
}
section.footer .footerLogos {
    width: 960px;
    margin: 0px auto;
    text-align: center;
}
section.footer .footerMenu {
    width: 960px;
    margin: 20px auto;
    text-align: center;
}
.footerMenu #menu-footer-menu {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}
.footerMenu #menu-footer-menu li {
    display: inline;
    margin: 0px 10px;
}
.footerMenu #menu-footer-menu li a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
section.footer .copy {
    width: 960px;
    margin: 0px auto;
}
section.footer .copy p,
section.footer .copy a {
    color: #fff;
    font-size: 16px;
}
section.footer .copy a {
    text-decoration: underline;
}
section.footer .copy a:hover {
    text-decoration: none;
}

/* inner page */

section.subbanner {
    width: 960px;
    margin: 0px auto;
    position: relative;
}
.subbanner_image {
    position: absolute;
    top: -40px;
}
section.contentWrap {
    background: #fff;
    width: 960px;
    margin: 0px auto;
    padding-top: 20px;
    background: rgba(244, 244, 244, 0.9); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(244, 244, 244, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244, 244, 244, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(244, 244, 244, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(244, 244, 244, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(244, 244, 244, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(244, 244, 244, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
section.contentWrap .sidebar {
    float: left;
    width: 340px;
    text-align: left;
    padding: 0px 20px 20px 20px;
}
section.contentWrap .content {
    float: left;
    width: 620px;
    text-align: left;
    padding: 0px 20px 20px 0px;
}
section.contentWrap .content.fullpage {
    width: 960px;
    padding: 0px 20px 20px 20px;
}

section.contentWrap .content h1 {
    margin-top: 0px;
}
hr.featurette-divider {
    margin-top: 15px;
}
section.contentWrap .content ul {
    margin-left: 20px;
}
section.contentWrap .content p,
section.contentWrap .content li {
    font-size: 16px;
    line-height: 22px;
}

/* success message for gravity forms */
.gform_confirmation_wrapper {
    border: 2px solid #093;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 1920px) {
    body {
        background-size: cover !important;
    }
}
.hide-d {
    display: none;
}
.toggle-mobile-menu {
    display: none;
}
.menu-backdrop {
    height: 100%;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
}
/* TryOut */
section.slider .info {
    width: 214px;
}
.navigation {
    max-width: 1029px;
    background-position: right;
}
section.slider {
    width: 967px;
}
section.contentWrap {
    position: relative;
    left: 0px;
    width: 966px;
}
section.slider .flexslider {
    width: 753px;
    margin-left: 0px;
}
section.contentWrap .content {
    width: 610px;
}
/* resp */
@media screen and (max-width: 1152px) {
    .address {
        right: 20px;
    }
    .navbar-nav {
        float: none;
        box-sizing: border-box;
        padding-right: 20px;
    }
    .navigation li {
        float: none;
        display: inline-block;
    }
    section.header {
        width: 100%;
    }
    .navigation {
        text-align: right;
        background-position-x: calc(100% + 18px);
        background-position-x: -webkit-calc(100% + 18px);
        max-width: 100%;
        width: 993px;
    }
    .navbar-collapse {
        width: 100%;
        left: 0px;
        padding-left: 50px;
        box-sizing: border-box;
    }
    .homePets,
    .homeWidgets,
    .homeContent,
    .homeContent .shadow {
        max-width: 100%;
    }
    .widgetBox {
        float: left;
        width: calc(33.33% - 20px);
        text-align: center;
        padding: 0 5px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-top: 30px;
        box-sizing: border-box;
        margin: 0px 10px !important;
    }
    .sidebar .widgetBox {
        width: 100% !important;
        margin: 0px !important;
        margin-bottom: 10px !important;
    }
    .homeWidgets {
        width: 960px;
        margin: 0px auto 20px;
        float: none;
    }
    .homeWidgets:after {
        display: block;
        clear: both;
        content: "";
    }
    .caption {
        position: relative;
        top: 0px;
        right: 0px;
        float: none;
    }
    .navigation {
        padding-top: 150px;
        width: 100%;
    }
    .header .social {
        opacity: 0;
    }
}
@media screen and (max-width: 880px) {
    .topBar {
        position: relative;
        height: auto;
    }
    .reviews {
        height: auto;
        width: 100%;
        box-sizing: border-box;
        padding: 0px 15px;
    }
    .homeboxeswrap {
        display: none;
    }
    .sociala {
        margin-bottom: 20px;
    }
    section.contentWrap .content {
        width: 100%;
    }
    .tagLine {
        display: none !important;
    }
    .logo {
        position: relative;
        left: 0px;
        top: 0px;
    }
    .toggle-mobile-menu {
        display: block;
    }
    .hide-d .social {
        display: block !important;
        position: relative;
        top: 0px;
        left: 0px;
        text-align: center;
        box-sizing: border-box;
        margin: 10px;
        border-radius: 12px;
    }
    .menu-s-back {
        opacity: 0.3;
        visibility: visible;
    }
    @font-face {
        font-family: FontAwesome;
        src: url(lib/fonts/fontawesome-webfont.ttf);
    }
    .homeWidgets iframe,
    .fb_iframe_widget span,
    .fb_iframe_widget {
        max-width: 340px !important;
        display: block !important;
        position: relative !important;
        margin: 0px auto;
    }
    .homeBoxes {
        display: none !important;
    }
    .hide-xs {
        display: none !important;
    }
    i.fa.fa-plus:before {
        content: "\f067";
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
        font-family: FontAwesome;
        font-style: normal;
    }
    ul#menu-mobile .toggle-caret {
        display: block;
        width: 42px;
        height: 42px;
        line-height: 42px;
        color: #fff;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        top: 0;
    }
    ul#menu-mobile .toggle-caret {
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
        line-height: inherit;
    }
    .sub-menu {
        display: none;
    }
    ul#menu-mobile .sub-menu {
        padding-left: 15px;
        box-sizing: border-box;
        list-style: none;
    }
    ul#menu-mobile li {
        position: relative;

        width: 100% !important;
        box-sizing: border-box;
        text-align: left;
        font-weight: normal;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        box-sizing: border-box;
    }
    ul#menu-mobile li a {
        padding: 10px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
        color: #fff !important;
    }
    #menu-mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        background-color: #222;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        overflow: auto;
        transition: left 500ms ease;
        -webkit-backface-visibility: hidden;
        box-sizing: border-box;
        overflow-x: hidden;
        z-index: 10000;
    }
    .showEnzi {
        left: 0px !important;
    }
    a#pull:after {
        content: "\f0c9";
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 13px;
        font-family: FontAwesome;
    }
    a#pull {
        color: #fff;
        padding: 14px;
        box-sizing: border-box;
        display: block;
        height: 50px;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }
    section.contentWrap,
    .homeWidgets,
    section.contentWrap .content.fullpage {
        max-width: 100%;
        margin: 10px auto;
    }
    .widgetBox {
        height: auto !important;
        width: 100% !important;
        margin: 0px 0px 10px !important;
    }
    section.contentWrap .content {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 15px;
    }
    .subbanner,
    .sidebar {
        display: none !important;
    }
    .navigation {
        position: relative;
    }
    .navigation {
        display: none;
    }
    .mobileBtn a,
    .hoursa {
        display: block;
        color: #fff;
        text-align: center;
        background: #5a3a24;
        padding: 10px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        margin: 10px !important;
    }
    .navbar-collapse {
        display: none;
    }
    .hide-d {
        display: block;
    }
    .post-content img {
        width: 100% !important;
        height: auto !important;
        margin: 10px 0px !important;
    }
    .post-content form img {
        width: auto !important;
    }
    .wp-caption {
        width: 100% !important;
        margin: 10px 0px !important;
    }
    .logo,
    .logo img {
        width: 100%;
        height: auto;
        margin: 0px;
        max-width: 400px;
        margin: 0px auto;
        float: none;
    }
    div.logo {
        height: auto;
        background-color: #fff;
        position: relative;
        max-width: 100%;
        text-align: center;
        padding: 10px 0px;
    }
    .homeBoxes .box01,
    .homeBoxes .box02,
    .homeBoxes .box03,
    .homeBoxes .box04,
    .homeBoxes .box05 {
        width: 33.33%;
        box-sizing: border-box;
        padding: 0px 10px;
        margin: 0px;
        margin-bottom: 10px;
        height: auto;
    }
    .welcome {
        max-width: 100%;
        background-color: #fff;
        box-sizing: border-box;
        padding: 10px;
    }
    .welcome .welcomeImg,
    .welcome .welcomeText {
        height: auto;
        text-align: center;
        box-sizing: border-box;
        width: 100%;
        float: none;
    }
    .homeBoxes img {
        width: 100%;
    }
    .homeBoxes:after,
    .welcome:after {
        display: block;
        clear: both;
        content: "";
    }
    .homeBoxes {
        margin-top: 30px;
    }
    .footerSocial,
    .navbar-collapse,
    section.footer .footerLogos,
    section.footer .footerMenu,
    section.footer .copy {
        max-width: 100%;
    }
    section.header,
    .homeBoxes,
    .welcome {
        max-width: 100%;
        height: auto;
    }
    .slider,
    .address,
    .social,
    .phone {
        display: none !important;
    }
    .welcome .welcomeText {
        background-size: 0px;
    }
    .navigation {
        height: auto;
    }
    a#pull {
        background-color: #5a3a24;
        position: relative;
    }
    .homeWidgets {
        box-sizing: border-box;
        padding: 0px 15px;
    }
    .textwidget a.button {
        max-width: 320px;
        margin: 0px auto;
    }
    .homeContent .shadow {
        width: 100%;
    }
    .homePets {
        height: auto;
        width: 100%;
        background-image: none;
    }
    .homeContent,
    section.footer {
        width: 100%;
    }
    .widgetBox.box01 {
        margin-left: 0px !important;
    }
    .latestPosts {
        width: 100% !important;
        margin: 0px;
    }
    .latestPosts ul li h2 a {
        float: none;
    }
    .latestPosts ul li h2 {
        margin-bottom: 0px;
    }
    .widgetBox {
        padding-bottom: 5px;
    }
    .copy p a {
        color: #fff !important;
    }
}
@media screen and (max-width: 540px) {
    body {
        word-break: break-word;
    }
    .homeContent,
    section.footer {
        width: 100%;
        height: auto;
    }
    .welcomeText img {
        width: 100%;
        float: none;
        margin: 0px auto 10px;
    }
    .homePets .pet {
        width: 194px;
        height: 194px;
        display: inline-block;
        width: 49%;
        margin: 0px;
        box-sizing: border-box;
        padding: 0px 10px;
    }
    img {
        max-width: 100%;
    }

    .welcomeImg img {
        width: 100%;
    }
    .welcome .welcomeText {
        padding: 0px;
    }
    .footerMenu,
    .footerLogos {
        display: none !important;
    }
    .post-content div {
        width: 100% !important;
    }
    .post-content img {
        width: 100%;
        height: auto !important;
    }
    .footerSocial h4 {
        max-width: 245px;
        display: block;
        margin: 0px auto;
        padding-bottom: 20px;
    }
    .stayConnected {
        padding-top: 19px;
        height: auto;
    }
    .homeBoxes .box01,
    .homeBoxes .box02,
    .homeBoxes .box03,
    .homeBoxes .box04,
    .homeBoxes .box05 {
        width: 50%;
    }
    section.contentWrap .content h1 {
        word-break: break-word;
    }
}
.teammember {
    position: relative !important;
    display: block;
    margin: 100px 0px;
}
