/*
 Theme Name: Pofo Child
 Theme URI: http://wpdemos.themezaa.com/pofo
 Description: Child theme for Pofo theme
 Version: 1.0
 Author: ThemeZaa
 Author URI: http://www.themezaa.com
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, photography, portfolio
 License: Themeforest Split Licence
 License URI: http://themeforest.net/licenses
 Template: pofo
 Text Domain: pofo-child
*/

.footer-logo:focus,
header a.logo-dark:focus img,
header a.logo-light:focus img,
.page .page a:focus {
    position: relative;
    border: 1px dotted #707070 !important;
}
.page .post-slider .text-extra-large:focus {
    border: 1px dotted #fff !important;
}
/* .footer-logo:focus:after,
header a.logo-dark:focus:after,
header a.logo-light:focus:after,
.page .page a:focus:after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    bottom: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px dotted #707070 !important;
    border-radius: 4px;
} */
.footer-logo:focus:after {
    border-color: #9C9C9C;
}

.page .content-dark a,
.page .content-dark a:focus {
    color: #fff !important;
    text-decoration: underline;
    border-color: #fff !important;
}

header nav li a:focus {
    color: #ce0e2d !important;
    text-decoration: underline !important;
}
footer a:focus {
    color: #fff !important;
    text-decoration: underline;
}

@font-face {
    font-family: Univers;
    src: url('fonts/Univers.ttf');
    font-weight: normal;
}

@font-face {
    font-family: Univers-Bold;
    src: url('fonts/Univers-Bold.ttf');
    font-weight: normal;
}

@media(min-width: 992px) {
    .hidden-desktop {
        display: none !important;
    }
}
.position-relative {
    position: relative;
}
.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.flex-row .wpb_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media(max-width: 639px) {
    #powered-by-us .flex-row .wpb_wrapper {
        flex-direction: column;
    }
    #powered-by-us img {
        margin-top: 2rem;
        max-width: 60px;
    }
}

.light-text {
    color: #888888;
}
.text-medium-gray {
    color: #666666;
}
div.result small {
    color: #666666;
    font-size: 1.5rem;
}


/* Fonts */
body,
.btn
.rs-layer,
.alt-font {
    font-family: 'Univers' !important;
}

strong,
.font-weight-600 {
    font-family: 'Univers-Bold' !important;
}

.navbar,
footer,
.navbar .alt-font, 
footer .alt-font {
    font-family: 'Univers';
    font-weight: normal;
}

/* Social Icons */
.social-icon-style-1 a:focus {
    background-color: #ce0e2d;
    color: #fff;
}
.social-icon-style-6 a {
    border-color: #e1e2e6;
}
.page .page .social-icon-style-6 a:focus,
.page .page .social-icon-style-6 a:hover {
    border: 1px solid #ce0e2d !important;
    color: #232323 !important;
}

/* Featurebox */
.pofo-featurebox .back,
.pofo-featurebox:hover .front {
    display: none;
}

.pofo-featurebox:hover .back {
    display: block;
}
.pofo-featurebox .opacity-medium {
    display: none;
}

.feature-box-5 .last-paragraph-no-margin p:last-of-type {
    margin-bottom: 10px;
}
@media (max-width: 767px){
    .feature-box-5 i, .feature-box-5 img {
        position: relative;
    }
}

/* Scroll Down */
@media (max-width: 991px){
    .down-section {
        display: none;
    }
}

/* Top Header */
.header-with-topbar nav {
    top: 0;
}
.header-with-topbar .top-header-area .container .row {
    position: relative;
}
.header-with-topbar .top-header-area .container .row:after {
    content: '';
    display: block;
    z-index: 999;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    bottom: 0;
    border-bottom: 1px solid #ebebeb;
}
.top-header-area {
    padding: 0;
    display: none;
}
.top-header-area .row {
    border-bottom: 1px solid #ebebeb;
    height: 35px;
    display: flex;
    align-items: center;
}
.top-header-area p {
    font-size: 15px;
    margin: 0;
}
.top-header-area span {
    display: block;
}
.top-header-area a {
    color: #707070;
    display: flex;
    align-items: center;
    font-size: 13px;
}
.top-header-area .icon {
    font-size: 2rem;
    margin-right: 0.5rem;
    margin-top: -0.4rem;
}
@media (max-width: 767px) {
    .header-with-topbar nav, .header-with-topbar nav.navbar.sidebar-nav.sidebar-nav-style-1 .sidenav-header {
        top: 0 !important;
    }
}
@media (min-width: 992px){
    .header-with-topbar nav {
        top: 34px;
    }
    .top-header-area {
        display: block;
    }
}

/* Logo */
header a.logo-light img {
    max-height: none;
    max-width: 150px;
}
@media (min-width: 992px){
    header a.logo-light img {
        max-height: none;
        max-width: 200px;
    }
}

/* Header */
nav.navbar li a:hover {
    color: #ce0e2d !important;
    left: 0 !important;
}
nav.navbar {
    transition: none !important;
    transform: none !important;
}

@media (min-width: 992px){
    header nav .row > div:first-child {
        flex: none;
        width: 230px;
    }
    header .header-right {
        margin-left: 
        auto;
    }
    
    .navbar-nav > li {
        display: flex;
        align-items: center;
        height: 10rem;
    }
    nav.navbar.navbar-default ul.nav > li > a {
        font-weight: normal;
        font-family: "Univers-Bold";
    }
}

/* Dropdowns */
@media (min-width: 992px){
    .sub-menu.dropdown-menu {
        opacity: 0;
        display: block !important;
        top: -99999px;
        left: -99999px;
    }
    .menu-item-has-children.on .sub-menu.dropdown-menu {
        top: 100%;
        left: 0;
    }
}
nav.navbar.bootsnav li.dropdown .mega-menu-full {
    z-index: 999999;
    padding: 2.2rem 3rem 2rem 3rem;
    -webkit-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
    box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
}
.simple-dropdown .dropdown-menu {
    padding: 1.6rem 0 2rem;
    -webkit-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
    box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
}
.simple-dropdown .dropdown-menu > li a,
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a {
    font-size: 13px;
    font-family: "Univers-Bold";
    color: #707070;
    letter-spacing: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 19.5px;
}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    color: #ffffff;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu li > a:hover, nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li:hover > a, nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a:hover,
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu li.current-menu-ancestor > a,
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu li.current-menu-item > a {
    color: #ce0e2d;
    transform: none;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a {
    padding-left: 3rem;
    padding-right: 3rem;
}

@media (min-width: 992px){
    .navbar-nav > li.dropdown > .fa-angle-down {
        display: block;
    }
    .navbar-nav > li.dropdown > .fa-angle-down::before {
        border-style: solid;
        border-width: 0.5px 0.5px 0 0;
        border-color: #ce0e2d;
        content: '';
        display: inline-block;
        height: 0.5rem;
        left: -4px;
        position: relative;
        top: 0.125rem;
        transform: rotate(135deg);
        vertical-align: top;
        width: 0.5rem;
    }
    .simple-dropdown .dropdown-menu > li > a .fa-angle-right {
        top: 4px;
    }
    nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a {
        font-family: "Univers";
        color: #707070;
    }
}
@media (min-width: 1200px){
    .navbar-nav > li.dropdown > .fa-angle-down::before {
        left: -1rem;  
    }
}

/* Mobile Menu */
.navbar-default .navbar-toggle .icon-bar {
    background: #666666; 
}

/* Shop Menu */
#shop-menu .dropdown-menu {
    left: auto;
    right: 0;
    width: 780px;
    padding: 1.5rem;
}
#shop-menu .dropdown-menu > .sub-menu {
    padding: 0 1rem 0 1rem;
}
#shop-menu .menu-back-div > ul {
    width: 750px;
}
#shop-menu .dropdown-menu > .sub-menu > li:first-child {
    width: 40% !important;
}
#shop-menu .dropdown-menu > .sub-menu > li {
    width: 30% !important;
}
#shop-menu .nav > li:first-child > a {
    color: #ce0e2d !important;
    font-family: "Univers-Bold";
}
#shop-menu .category {
    color: #ce0e2d;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
#shop-menu-inner {
    position: relative;
    display: flex;
    align-items: center;
}
#shop-menu-inner:before {
    position: absolute;
    height: 30px;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    width: 1px;
    background: #ebebeb;
}
#shop-menu-inner > li > a {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#shop-menu-inner > li > a.has-menu-icon {
    font-size: 1.25rem !important;
    text-transform: capitalize;
    font-family: "Univers" !important;
    color: #707070;
    margin: 0 10px;
}

#shop-menu h2 {
    color: #ce0e2d;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-family: "Univers-Bold";
}

.shop-menu-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    color: #fff;
    padding: 2rem;
    margin-top: 2rem;
    font-size: 1.25rem;
}
#shop-menu .shop-menu-footer h2 {
    color: #fff !important;
    font-size: 3.5rem;
    line-height: 1 !important;
}
.shop-menu-footer .col {
    width: 50%;
    text-align: center;
}
.shop-menu-footer .col-bottom {
    display: flex;
    font-size: 1.125rem;
    line-height: 1.4;
    align-items: center;
    justify-content: center;
}
.shop-menu-footer .col-bottom h2 {
    line-height: 1;
}
/* .shop-menu-footer .btn {
    background: none;
    color: #fff;
    font-size: 1rem;
    margin: 0 1rem;
    display: block;
} */
.shop-menu-footer .col .btn {
    background: none;
    margin: 0 1rem;
    color: #fff;
    font-size: 1.25rem;
    border: 1px solid #fff;
    padding: 0.85rem 1.5rem;
    text-transform: none;
    min-width: 0;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    text-transform: uppercase;
}
.shop-menu-footer .btn:hover {
    background: #fff;
    color: #333;
}
.shop-menu-footer img {
    max-width: 215px;
    margin-bottom: 2rem;
}
.shop-menu-footer p {
    margin: 0;
}
.shop-menu-footer h2 {
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.menu-icon {
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: 0.25rem;
}

@media (max-width: 991px){
    #shop-menu {
        display: block !important;
        width: auto;
        margin-left: auto;
        right: 0;
        position: relative;
    }

    .sub-menu h2 {
        color: #fff;
        font-size: 2rem;
        line-height: 1.2;
        margin: 1rem 0 0.5rem 0;
        font-family: "Univers-Bold";
    }
    .sub-menu p {
        color: #fff;
    }

    .shop-menu-footer {
        display: block;
        background: #000;
        padding: 3rem 2rem;
        margin: 0 -1.5rem;
        justify-content: center;
    }
    .shop-menu-footer h2 {
        font-size: 2rem;
        font-family: "Univers-Bold";
        line-height: 1;
    }
    .shop-menu-footer img {
        max-width: 150px;
    }
    .shop-menu-footer .col {
        margin-bottom: 2rem;
        width: 100%;
    }
    .shop-menu-footer .col:last-child {
        margin-bottom: 0;
    }
    .shop-menu-footer .col p {
        margin-bottom: 2rem;
    }
    .shop-menu-footer .col p:last-child {
        margin-bottom: 0;
    }
    .shop-menu-footer .col .btn {
        margin: 0 1rem 2rem 1rem;
        text-transform: none;
    }
    .shop-menu-footer .col-bottom {
        flex-direction: column;
        justify-content: center;
    }

    #shop-menu .nav > li > a {
        padding: 0;
        border: none;
    }
    
    #shop-menu ul {
        background: none !important;
    }

    #shop-menu ul > li:first-child {
        display: none;
    }
}

/* .menu-icon-user {
    width: 3rem;
    height: 2.75rem;
} */

@media (max-width: 991px){
    header nav .row > div:first-child {
        order: 2;
        padding: 0;
    }

    header .header-right {
        order: 3;
        display: block !important;
        margin-left: auto;
        width: auto;
    }
    nav.navbar.bootsnav ul.nav li.dropdown.simple-dropdown .dropdown-menu {
        background: none !important;
    }
    nav.mobile-menu ul.nav > li > a.has-menu-icon {
        color: #707070 !important;
        font-weight: normal;
    }
    nav.mobile-menu.navbar.bootsnav .navbar-nav {
        background-color: #333;
    }
    nav.mobile-menu ul.nav > li i.dropdown-toggle {
        padding: 1.5rem 1.5rem 1.25rem 1.25rem !important; 
    }
    nav.mobile-menu ul.nav > li i.dropdown-toggle:focus {
        border: 1px dotted #fff;
    }
    .accordion-menu ul.nav > li > a {
        padding: 1.5rem 4.5rem 1.25rem 1.25rem !important; 
    }
    nav.navbar.bootsnav.no-full .navbar-collapse {
        overflow: hidden !important;
        max-height: calc(100vh - 200px) !important;
    }
}

/* Slider */
.post-slider li {
    position: relative;
}
.post-slider li.blog-column-active:after {
    display: none;
}
.post-slider li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 12px);
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 18px solid #fff;
}
.post-slider .text-extra-large {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    width: 260px;
    text-align: left;
}
.post-slider .text-extra-large:hover,
.post-slider .text-extra-large:focus {
    color: #fff;
}
.post-slider .excerpt {
    max-width: 300px;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 2rem !important;
}
@media (max-width: 1199px) {
    .post-slider .blog-banner:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,0.5);
    }
}

/* Blog */
.blog-header-style1 li figure figcaption {
    z-index: 1;
}
.blog-header-style1 li.blog-column-active figure figcaption .btn {
    transition-delay: 0s;
}
.blog-post-style-related.hover .blog-post-images a {
    display: block;
}
.blog-post-style-related.hover .blog-post-images img {
    opacity: 0.5;
}
.blog-post-style-related.hover .blog-post-images img {
    opacity: 0.5;
    transform: scale(1.2, 1.2);
    transition: all 0.3s ease 0s;
}
.blog-post-style3 .grid-item .blog-post.hover .blog-post-images .blog-hover-icon {
    opacity: 1;
}
.category-list a:focus {
    text-decoration: underline;
}

/* Search Form */
#search-form-section .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.search-input-wrap {
    position: relative;
    display: inline-block;
}
.search-input-wrap button {
    position: absolute;
    right: 0.375rem;
    top: 0.75rem;
    font-size: 2rem;
    border: none;
    background: none;
}
.search-input {
    border-radius: 2rem;
    right: 3rem;
    margin-bottom: 0.625rem;
    width: 25rem;
}
@media (min-width: 992px) {
    #search-form-section .wpb_wrapper {
        flex-direction: row;
    }
    .search-input {
        margin: 0;
    }
}

/* Footer */
footer {
    color: #9C9C9C;
}
footer .footer-widget-area {
    padding: 6.7rem 0 2.2rem;
}
footer .padding-50px-tb {
    padding: 2.1rem 0 2.9rem;
    text-align: left;
}
footer .padding-30px-bottom {
    padding-bottom: 60px;
}
footer .medium-icon a {
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
footer .menu li a,
.footer-widget-area .widget, 
.footer-widget-area .widget .text-small {
    font-size: 1.4rem;
    color: #9C9C9C;
    text-decoration: none;
}
footer a {
    color: #9C9C9C;
    text-decoration: underline;
}
footer a:focus,
footer a:hover,
footer .menu li a:focus,
footer .menu li a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .social-icon-style-6 a {
    color: #fff;
}
footer .social-icon-style-6 a:focus,
footer .social-icon-style-6 a:hover {
    border-color: #ce0e2d !important;
    color: #fff !important;
}

.footer-widget-area .widget .textwidget .vc_column-inner {
    padding: 0;
}
.pofo-footer .menu-item {
    margin-bottom: 10px;
}
.footer-widget-area .widget .widget-title {
    font-family: 'Univers-Bold';
    color: #ffffff;
}
.footer-widget-area .medium-icon li {
    margin: 7px 5px;
}

.pofo-footer-bottom .footer-bottom .text-small {
    font-size: 14px;
    text-align: left;
}

#map-row {
    overflow: visible;
}
#ready-to-explore {
    text-align: center;
}
#ready-to-explore .img-col {
    background: #fff;
}

#ready-to-explore figure {
    max-width: 450px;
    display: block;
    margin: 0 auto;
}

@media (min-width: 768px) {
    #ready-to-explore {
        text-align: left;
        position: relative;
        display: flex;
        z-index: 1000;
        overflow: visible;
    }
    #ready-to-explore .img-col {
        background: none;
    }
    #ready-to-explore img {
        max-width: 350px;
        
    }
    #ready-to-explore img {
        position: absolute;
        bottom: -40px;
        right: 2rem;
        position: absolute;
        max-width: 350px;
    }
}

@media (min-width: 992px) {
    #ready-to-explore img {
        bottom: -80px;
        max-width: 451px;
    }
}

#map-row .last-paragraph-no-margin {
    display: flex;
    flex-direction: column;
}

#simplemap {
    order: 2;
    margin-bottom: 2rem;
}
#map_top {
    order: 1;
}
#map_search {
    order: 3;
}
#results {
    order: 5;
}
#map-row p:first-child,
#disclaimer {
    order: 4;
    margin: 2rem 0 1rem 0;
}

.markertext h3 {
    font-size: 2rem;
}

.location_search input, .location_search textarea, .location_search select {
    width: auto;
}

.scale-img:hover img {
    transition-timing-function: ease-in-out;
    transform: scale(1.09,1.09);
}

/* Gravity Forms */
.form-dark a {
    color: #F3536E;
}
.form-dark a:hover,
.form-dark a:focus {
    color: #F3536E;
    text-decoration: underline;
}
.form-dark .gform_confirmation_message {
    color: #9C9C9C;
}
.form-dark .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.form-dark .gform_wrapper .top_label .gfield_label, .form-dark .gform_wrapper legend.gfield_label {
    color: #fff;
}
.gform_wrapper .gfield_required {
    color: #F3536E;
}
.form-dark .gform_wrapper .validation_message,
.form-dark .gform_wrapper div.validation_error {
    color: #fff;
    border-color: #fff;
}
.form-dark .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label {
    color: #fff;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    margin-bottom: 0.5rem;
}
.gform_wrapper li.gfield.gfield_error {
    background: none;
    border: none;
}
.gform_wrapper.gf_browser_chrome select {
    padding: 12px 12px 8px 4px;
}
.gform_wrapper .gform_footer {
    padding: 0;
}
.gform_button {
    background: #ce0e2d;
    border: 1px solid #ce0e2d !important;
    border: none;
    color: #fff;
}
.gform_button:focus {
    background: none;
    border: 1px solid #ce0e2d;
    color: #fff;
}
.gfield_checkbox li {
    display: flex;
    align-items: flex-start;
}
.gfield_checkbox input {
    margin: 0.25rem 1rem 0 0 !important;
}
.form-dark .gform_wrapper .gfield_checkbox li label {
    color: #fff;
}

/* Carousel */
#tl1 .item {
    color: #666666 !important;
}

/* Accordion */
.accordion-style1.panel-group .panel-heading a {
    display: block;
}
#wpfront-notification-bar.wpfront-fixed {
    z-index: 999;
}
.wpfront-message a:hover {
    text-decoration: underline;
    color: #cf1e37;
}

