/*
Theme Name: Directory Plus Child
Theme URI: http://preview.ait-themes.club/theme/directory2/
Template: directory2
Author: AitThemes.club
Author URI: https://www.ait-themes.club
Description: Premium WordPress theme. Follow us on Twitter or Facebook
Tags: light,white,one-column,two-columns,right-sidebar,fluid-layout,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,rtl-language-support,sticky-post,theme-options,translation-ready
Version: 2.9.1494206718
Updated: 2017-05-08 01:25:18

*/

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

.right {
    float: right;
}
.primary-nav .head-searcher {
    position: relative;
    margin-top: 7px;
    background: #DEDFE0;
    border-radius: 3px;
}

#masthead.site-header {
    z-index: 110;
}
header.header {
    font-family: "Open Sans";
}

.primary-nav .head-searcher .head-search-input {
    position: relative;
    border: 0px;
    font-size: 0.9em;
    padding: 12px 35px 12px 16px;
    z-index: 0;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.1), 0 1px 1px 1px rgba(0,0,0,0.1);
    width: 160px;
    opacity: 0.8;
    -webkit-appearance: none;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.primary-nav .head-searcher .head-search-input:focus {
    width: 230px;
    opacity: 1;
}

.primary-nav .head-searcher:after {
    display: block;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 20px;
    top: 10px;
    right: 0px;
    color: #3b4349;
    border-left: 1px dotted #ccc;
    font-size: 14px;
    line-height: 20px;
    font-family: "FontAwesome";
    content: '\f002';
    text-align: center;
}

.primary-nav .head-searcher .head-search-button {
    position: absolute;
    display: block;
    z-index: 3;
    top: 0px;
    right: 0px;
    border: 0px;
    cursor: pointer;
    background: transparent;
    width: 30px;
    height: 40px;
    color: transparent;
}


/* #2 Main header */

.header {
    background: #f2f3f4;
    position: relative;
    z-index: 112;
}

.shortocde-content p:empty {
    display: none;
}

.wp-caption {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-caption .wp-caption-text {
    margin-bottom: 10px;
}

.header-block {
    display: table;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 28px;
}

.header-block > div {
    display: table-cell;
    vertical-align: middle;
}

.header-banner {
    width: 750px;
    text-align: right;
}

.header-banner img {
    max-width: 100%;
    height: auto;
}

.header-logo h1 {
    font-size: 47px;
}


.top-line {
    display: block;
    border-bottom: 1px dotted #ccc;
    padding: 12px 0 13px;
    position: relative;
    z-index: 200;
}

.top-line .wrapper:after {
    display: block;
    clear: both;
    content: '';
}

.top-line ul:after {
    display: block;
    clear: both;
    content: '';
}

.top-line li {
    display: block;
    float: left;
}

.top-line li a {
    display: block;
    margin-right: 15px;
}

.top-line .top-menu a {
    color: #919191;
    margin-right: 0px;
    line-height: 12px;
    font-size: 13.4px;
    letter-spacing: 0.01px;
}

.top-line .top-menu li {
    border-right: 1px dotted #ccc;
    padding-right: 10px;
    margin-right: 10px;
}

.top-line .top-menu li:last-child {
    border-right: 0px;
}

.top-line .top-menu a:hover {
    text-decoration: underline;
    color: #232323;
}

.top-line .top-menu li a span {
    display: block;
    position: relative;
    padding-right: 10px;
}

.top-line .top-menu li a span:after {
    display: block;
    content: '\f0d7';
    font-family: "FontAwesome";
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: inherit;
    font-size: 10px;
    padding: 0 0;
}

.top-line .top-menu li li a span:after {
    content: '\f0da';
}

.top-line .top-menu li > ul {
    display: none;
    position: absolute;
    width: 200px;
    background: #FAFAFA;
    border: 1px solid #DBDBDB;
    margin-top: 12px;
    border-radius: 0 0 3px 3px;
    margin-left: -10px;
    box-shadow: 0 3px 0 rgba(0,0,0,0.04), inset 0 2px 0 rgba(0,0,0,0.03);
}

.top-line .top-menu li > ul:before {
    display: block;
    position: absolute;
    z-index: 5;
    background: transparent;
    content: '';
    bottom: 100%;
    left: 0px;
    width: 100%;
    height: 12px;
}

.top-line .top-menu li:hover > a > span:before {
    display: block;
    position: absolute;
    z-index: 10;
    content: '';
    width: 7px;
    height: 7px;
    padding: 0px;
    background: #f2f3f4;
    left: 42%;
    top: 22px;
    line-height: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.top-line .top-menu li li:hover > a > span:before {
    display: none;
}

.top-line .top-menu li > ul ul {
    margin-left: 0px;
    left: 100%;
    margin-top: 0px;
    top: 0px;
    box-shadow: 0 3px 0 rgba(0,0,0,0.04);
    border-radius: 0 3px 3px 3px;
}

.top-line .top-menu li li {
    display: block;
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    position: relative;
}

.top-line .top-menu li li a {
    display: block;
    padding: 11px 10px;
    position: relative;
}

.top-line .top-menu li li a:after {
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 0px;
    height: 1px;
    border-bottom: 1px dotted #DBDBDB;
    left: 5%;
    width: 90%;
    content: '';
}

.top-line .top-menu li li:last-child > a:after {
    display: none;
}

.top-line .top-menu li:hover > ul {
    display: block;
}

.widget ul.product_list_widget li img {
    width: 50px!important;
    max-width: 50px!important;
}



.widget > div > ul.menu {
    margin-bottom: 10px;
}

.widget > div > ul.menu li {
    margin-bottom: 4px;
}

.widget > div > ul.menu li > a {
    display: block;
    border-left: 4px solid #E4E4E4;
    line-height: 40px;
    font-size: 14px;
    color: #232323;
    padding-left: 14px;
    background: #FAFAFA;
}

.widget > div > ul.menu li > a:hover {
    border-left: 4px solid #ccc;
    color: #232323;
    background: #f0f0f0;
}

.widget > div > ul.menu ul li {
    padding-left: 10px;
}


/* #3 Main menu */

.header .header-menu {
    margin-top: 15px;
    background: #3f484f url('images/dotted.png') repeat center top;
    border-top: 1px solid rgba(0,0,0,0.2);
    box-shadow: inset 0 100px 80px -80px rgba(255,255,255,0.12), inset 0 1px 0 rgba(255,255,255,0.2), 0 5px 0 rgba(0,0,0,0.1);
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    z-index: 110;
    margin-bottom: 0;
}

.header-menu .head-searcher {
    position: relative;
    margin-top: 7px;
}

.header-menu .head-searcher .head-search-input {
    position: relative;
    border: 0px;
    padding: 12px 35px 9px 16px;
    z-index: 0;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.1), 0 1px 1px 1px rgba(0,0,0,0.1);
    width: 160px;
    opacity: 0.8;
    -webkit-appearance: none;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    background: #fff;
    font-size: 15.1px;
}

.header-menu .head-searcher .head-search-input:focus {
    width: 230px;
    opacity: 1;
}
.header-menu .head-searcher:after {
    display: block;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 20px;
    top: 10px;
    right: 0px;
    color: #3b4349;
    border-left: 1px dotted #ccc;
    font-size: 14px;
    line-height: 20px;
    font-family: "FontAwesome";
    content: '\f002';
    text-align: center;
}

.header-menu .head-searcher .head-search-button {
    position: absolute;
    display: block;
    z-index: 3;
    top: 0px;
    right: 0px;
    border: 0px;
    cursor: pointer;
    background: transparent;
    width: 30px;
    height: 40px;
    color: transparent;
}


.weather-top {
    font-size: 0.8em;
    color: #aaa;
}

.weather-top strong {
    display: inline-block;
    margin-left: 8px;
    color: #232323;
}

.weather-top .weather-deg {
    display: inline-block;
    margin-left: 5px;
    border-radius: 2px;
    padding: 6px 8px;
    margin-top: -6px;
    margin-bottom: -6px;
    background: #aaa;
    color: #fff;
    font-weight: bold;
}

.weather-top .weather-deg.reg-cold {
    background-color: #6692E2;
}

.weather-top .weather-deg.reg-normal {
    background-color: #E4B165;
}

.weather-top .weather-deg.reg-hot {
    background-color: #E46F65;
}

.menu-shop-treatments {
    border-top-color: #35B3DC !important;
}

.header .main-menu li a {
    color: #fff;
}

.header .main-menu > ul {
    display: block;
}

.header .main-menu > ul:after {
    display: block;
    clear: both;
    content: '';
}

.header .main-menu > ul > li {
    display: block;
    float: left;

}

.header .main-menu > ul > li > a {
    /*display: block;*/
    /*font-size: 16px;*/
    /*font-weight: 600;*/
    /*padding: 15px 18px 14px 20px;*/
    /*text-shadow: 0 1px 0 rgba(0,0,0,0.4);*/
    /*border-top: 3px solid transparent;*/
    /*margin-top: -1px;*/

    display: block;
    font-size: 16.4px;
    font-weight: 600;
    padding: 12px 18.5px 17px 18px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    border-top: 3px solid transparent;
    margin-top: -1px;
}

.header .main-menu > ul > li > a span {
    display: block;
    position: relative;
    padding-right: 15px;
}

.header .main-menu > ul > li > a span:after {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    content: '\f0d7';
    font-family: "FontAwesome", sans-serif;
    font-size: 0.7em;
    padding-top: 0;
}

.header .main-menu > ul ul li > a span {
    position: relative;
    display: block;
}

.header .main-menu > ul ul li > a span:after {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    content: '\f0da';
    font-family: "FontAwesome", sans-serif;
    font-size: 0.7em;
    padding-top: 3px;
}

.header .main-menu > ul > li:hover > a {
    background: rgba(0,0,0,0.25);
    box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), -1px 0 0 rgba(255,255,255,0.1), 1px 0 0 rgba(255,255,255,0.1);
}

.header .main-menu > ul li > ul {
    display: none;
    position: absolute;
    background: #3f484f url('images/dotted.png') repeat center top;
    width: 300px;
}

.header .main-menu > ul li:hover > ul {
    display: block;
}



.header .main-menu > ul > li > ul.sub-menu:not(.ot-mega-menu) li {
    display: block;
    background: rgba(0,0,0,0.26);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-top: 1px solid rgba(255,255,255,0.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
}

.header .main-menu > ul > li > ul.sub-menu:not(.ot-mega-menu) li:first-child {
    border-top: 0px;
}

.header .main-menu > ul > li > ul.sub-menu:not(.ot-mega-menu) li:hover {
    background: rgba(0,0,0,0.36);
}

.header .main-menu > ul > li > ul.sub-menu:not(.ot-mega-menu) li a {
    display: block;
    padding: 12px 19px;
    font-size: 14px;
}

.header .main-menu > ul > li > ul.sub-menu:not(.ot-mega-menu) ul {
    left: 300px;
    margin-top: -48px;
}

.header .main-menu > ul > li ul.sub-menu:not(.ot-mega-menu) ul,
.header .main-menu > ul > li ul.sub-menu:not(.ot-mega-menu) {
    box-shadow: 0 3px 0 rgba(0,0,0,0.06);
}




/* Mega Menu */

.header .main-menu > ul > .has-ot-mega-menu > ul.ot-mega-menu {
    width: 100%;
    left: 0px;
    box-shadow: 0 3px 0 rgba(0,0,0,0.06);
    color: #232323;
}

.has-ot-mega-menu > ul.ot-mega-menu > li {
    display: block;
    background: #fcfcfc;
    margin: 5px 0 0 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: relative;
}

.has-ot-mega-menu > ul.ot-mega-menu > li:before {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    left: -1px;
    top: -5px;
    background: rgba(0,0,0,0.25);
    content: '';
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}


.has-ot-mega-menu > ul.ot-mega-menu > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    width: 100%;
}

.has-ot-mega-menu > ul.ot-mega-menu > li .widget {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 20%;
    margin: 20px 0;
    padding: 0 20px;
    border-left: 1px dotted #C2C2C2;
}

.has-ot-mega-menu > ul.ot-mega-menu > li .widget > h3 {
    border-bottom: 2px solid #3f484f;
    color: #3f484f;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.has-ot-mega-menu > ul.ot-mega-menu > li .widget:first-child {
    border-left: 0px;
}

.header .main-menu .ot-mega-menu a {
    color: #3f484f;
}

/* Menu background */
.dat-menu-setup {
    background-color: #665140;
    background-image: url(images/dat-bg.jpg);
}

.main-menu-reposnive-button {
    display: none;
    font-size: 1.03em;
    font-weight: 600;
    padding: 16px 18px 21px 18px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    border-top: 3px solid transparent;
    margin-top: -1px;
    color: #fff;
    text-align: center;
}

.main-menu-reposnive-button:hover {
    color: #fff;
}

.main-menu-reposnive-button i.fa {
    padding-right: 8px;
}

/*Footer*/
.footer .footer-widgets {
    font-family: "Open Sans";
    margin-top: 15px;
    background: #3f484f url(images/dotted.png) repeat center top;
    border-top: 1px solid rgba(0,0,0,0.2);
    box-shadow: inset 0 -130px 80px -80px rgba(0,0,0,0.17), inset 0 130px 80px -80px rgba(0,0,0,0.17), inset 0 1px 0 rgba(255,255,255,0.2);
    color: #fff;
    position: relative;
    z-index: 110;
    padding: 27px 0 25px;
}

.footer .footer-widgets .widget-container {
    margin-bottom: 0;
}
.footer .footer-widgets .widget-area {
    float: left;
    width: 31.33%;
    margin-left: 3%;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    font-size: 15px;
    padding-right: 0;
}
.footer .footer-widgets .widget-area:nth-child(3n+1) {
    margin-left: 0;
}
.footer .footer-widgets .widget-area .widget-title h3 {
    color: #fff;
    text-transform: none;
    font-size: 21px;
    border-bottom: 1px dashed rgba(255,255,255,0.5);
    margin-bottom: 15px;
    padding-bottom: 19px;
    font-family: "Open Sans";
    letter-spacing: 0.7px;
}
.footer .footer-widgets .widget-area .address,
.footer .footer-widgets .widget-area .email,
.footer .footer-widgets .widget-area .telephone {
    padding-left: 26px;
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
}
.footer .footer-widgets .widget-area .copyright {
    display: inline-block;
    margin-bottom: 6px;
}
.footer .footer-widgets .widget-area .contact-widget {
    padding-top: 10px;
}
.footer .footer-widgets .widget-area .address:before {
    content: "\f041";
    font-family: FontAwesome;
    margin-right: 11px;
    font-size: 18px;
    position: absolute;
    margin-top: 2px;
    left: 0;
}
.footer .footer-widgets .widget-area .telephone:before {
    content: "\f095";
    font-family: FontAwesome;
    margin-right: 11px;
    font-size: 18px;
    position: absolute;
    margin-top: 2px;
    left: 0;
}
.footer .footer-widgets .widget-area .email:before {
    content: "\f0e0";
    font-family: FontAwesome;
    margin-right: 11px;
    font-size: 16px;
    position: absolute;
    margin-top: 2px;
    left: 0;
}
.footer .footer-widgets .widget-area a {
    color: #fff;
}
.footer .footer-widgets .widget-area a:hover {
    text-decoration: underline;
}
.footer .footer-widgets .widget-area #text-12 p span {
    display: inline-block;
    font-size: 21px;
}
.footer .site-footer {
    color: #595b5d;
    background: #fff;
    padding: 5px 0px 4px;
    font-size: 15px;
    font-family: "Open Sans";
}
.footer .site-footer ul li {
    margin-left: 6px;
}
.footer .footer-widgets-wrap {
    padding-top: 0;
    padding-bottom: 0;
}
.footer .site-footer .nav-menu-footer {
    width: auto;
}
.footer .footer-widgets-container {
    margin-right: 0;
}
.footer .site-footer ul li a,
.site-footer .nav-menu-footer ul li a{
    color: rgb(94, 94, 94);
}
.footer .site-footer ul li a:after {
    content: '/';
    display: inline-block;
    margin-left: 10px;
    color: #ccc;
}
.footer .site-footer ul li:first-child {
    margin-left: 0;
}
.footer .site-footer ul li:last-child a:after {
    display: none;
}
.footer .footer-widgets .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(0,0,0,0.04);
}
.footer .button,
.footer .more-articles-button {
    box-shadow: none;
    background: transparent;
    color: rgba(255,255,255,0.7);
    text-shadow: none;
    border: 1px solid rgba(255,255,255,0.3);
    text-decoration: none;
    font-family: "Open Sans" !important;
    font-weight: normal !important;
    text-transform: none !important;
    padding: 11px 17px;
}

.footer .button:hover,
.footer .more-articles-button:hover {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.7);
    text-decoration: none;
    background: transparent;
}
.footer p {
    line-height: 150%;
}
.large-icon {
    display: block;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 600;
}
.small-font {
    font-size: 15px;
}
.color-white {
    color: #fff;
}
.site-footer .footer-text {
    color: rgb(94, 94, 94);
}
.hidden {
    display: none;
}

#elm-header-video-4-youtube-player{
    display: block !important;
}

.entry-title .breadcrumb .breadcrumbs a:after {
    content: '\00BB';
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.page-title .entry-title .breadcrumb a,
.page-title .entry-title .breadcrumbs-before,
.page-title .entry-title .breadcrumb-end {
    background: none;
    padding: 3px 15px 3px 0;
    font-size: 15px;
}
#footer #footer-credits br {
    display: none;
}
#footer #footer-credits span.copyright,
#footer #footer-credits span.telephone,
#footer #footer-credits span.address,
#footer #footer-credits a.email,
#footer #footer-credits a.map {
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    margin: 0;
    vertical-align: middle;
    background: none;
    border: none;
    float: none;
    display: block;
    color: inherit;
    text-decoration: none;
    line-height: 21px;
}
#footer #footer-credits span.copyright {
    margin-bottom: 5px;
}
#footer #footer-credits a.email {
    margin-bottom: 10px;
}

/*.nav-menu-main > ul > li {margin-left: 0px; padding-left: 30px;}*/