/* bootstrap */


article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

button,input,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}
textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input,select[multiple],textarea {
    background-image: none
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,a:focus {
    color: #2a6496;
    text-decoration: underline
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

p {
    margin: 0 0 10px
}
h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1,.h1 {
    font-size: 36px
}

h2,.h2 {
    font-size: 30px
}

h3,.h3 {
    font-size: 24px
}

h4,.h4 {
    font-size: 18px
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
}

ul ul,ol ul,ul ol,ol ol {
    margin-bottom: 0
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:before,.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.container:before,.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.row:before,.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row:before,.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11 {
    float: left
}
.col-xs-6 {
    width: 50%
}

.col-xs-12 {
    width: 100%
}

@media(min-width: 768px) {
    .container {
        max-width:750px
    }

    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11 {
        float: left
    }

    .col-sm-3 {
        width: 25%
    }
 .col-sm-6 {
        width: 50%
    }
 .col-sm-12 {
        width: 100%
    }
}



@media(min-width: 992px) {
    .container {
        max-width:970px
    }

    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11 {
        float: left
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-12 {
        width: 100%
    }
}

@media(min-width: 1200px) {
    .container {
        max-width:1170px
    }

    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11 {
        float: left
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-12 {
        width: 100%
    }
}

table {
    max-width: 100%;
    background-color: transparent
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}


.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}


.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}



.collapse {
    display: none
}

.dropdown {
    position: relative
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box
}


.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:before,.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav:before,.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 5px
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-toggle {
    border-color: #3330;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail>img {
    display: block;
    height: auto;
    max-width: 100%
}

.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}


.media-object {
    display: block
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

.clearfix:before,.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-user:before {
    content: "\f007"
}

.fa-home:before {
    content: "\f015"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-calendar:before {
    content: "\f073"
}
.fa-comment:before {
    content: "\f075"
}

.fa-phone:before {
    content: "\f095"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-instagram:before {
    content: "\f16d"
}


.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

#footer {
    float: left;
    width: 100%;
}

aside#left {
    width: calc(20%);
    padding: 0px;
    float: left;
    box-sizing: border-box;
}










/* js composer*/

.vc_row:after,.vc_row:before {
    content: " ";
    display: table
}

.vc_row:after {
    clear: both
}
@media (min-width: 768px) and (max-width:991px) {
    .vc_hidden-sm {
        display:none!important
    }
}
@media (min-width: 1200px) {
    .vc_hidden-lg {
        display:none!important
    }
}
.vc_column_container {
    width: 100%
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px
}

.vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9,.vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9,.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9,.vc_col-xs-1,.vc_col-xs-10,.vc_col-xs-11,.vc_col-xs-12,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9 {
        float:left
    }
  .vc_col-sm-12 {
        width: 100%
    }

.vc_col-sm-3 {
        width: 25%
    }
}


#content .wpb_alert p:last-child,#content .wpb_text_column :last-child,#content .wpb_text_column p:last-child,.wpb_alert p:last-child,.wpb_text_column :last-child,.wpb_text_column p:last-child {
    margin-bottom: 0
}

.wpb_button,.wpb_content_element,ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vc_row.vc_row-flex>.vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.vc_row.vc_row-flex::after,.vc_row.vc_row-flex::before {
    display: none
}
.vc_row.vc_row-o-equal-height>.vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}


.vc_column-inner::after,.vc_column-inner::before {
    content: " ";
    display: table
}

.vc_column-inner::after {
    clear: both
}


.vc_row.vc_column-gap-10 {
    margin-left: -20px;
    margin-right: -20px
}

.vc_row.vc_column-gap-10>.vc_column_container {
    padding: 5px
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 35px
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}






































/* app responsive*/
.row:after,.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}


*,html {
    outline: 0!important
}

body {
    background-color: #fff;
    color: #2a2a2a;
    font-size: 15px;
    line-height: normal;
    font-family: arial;
    font-weight: 100;
    letter-spacing: 0
}

span.menu-title {
    font-family: viga
}

body .body-wrapper {
    overflow: hidden;
    position: relative
}

body a {
    color: #333d47
}

body a:hover {
    color: #ff7200;
    text-decoration: none
}

body h1,body h2,body h3,body h4,body h5,body h6 {
    margin: 0 0 10px;
    font-family: viga
}

body button,body input,body textarea {
    outline: medium none!important;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0 5px
}

body img {
    display: block;
    max-width: 100%;
    height: auto
}

body ul {
    padding: 0
}

body ol,body ul {
    margin-left: 15px
}

body .container {
    padding: 0;
    width: 100%;
    max-width: 100%
}


.clearfix:after {
    height: 0;
    clear: both;
    content: " ";
    font-size: 0;
    min-height: 0;
    display: block;
    visibility: hidden
}


table {
    margin-bottom: 20px
}

.thumbnail {
    max-width: 100%
}

.size-full {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0
}

.aligncenter {
    display: block;
    margin: 0 auto 30px auto;
    clear: both
}

figure .size-full {
    margin: 0
}

.wpb_button,.wpb_content_element,ul.wpb_thumbnails-fluid>li {
    margin: 0 0 0
}

.dropdown ul,ul.menu {
    list-style: none;
    margin: 0
}

.fa:before {
    font-family: FontAwesome
}

.header .header-top {
    background: #043116!important;
    text-align: left
}	

.header .header-mid {
    text-align: center;
    padding: 28px 0
}

.header .header-bottom {
    background: #000
}

.primary-menu .navbar-inverse {
    background-color: transparent;
    border-color: #fff
}

.nav-pills {
    display: inline-block;
    margin-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

    margin-right: 4px
}

.nav-pills>li {
    float: none;
    display: inline-block
}

.nav-pills>li>a {
    text-transform: uppercase;
    background-color: transparent;
    position: relative;
    padding: 12px 8px;
    margin: 0 8px;
    font-weight: 400;
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #fff
}

.nav-pills>li:first-child a {
    padding-left: 0;
    margin-left: 0
}

.nav-pills>li.dropdown>a {
    position: relative
}

.nav-pills>li.dropdown>a:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: -3px
}

.nav-pills>li.dropdown .dropdown-menu {
    text-align: left;
    display: block;
    visibility: hidden;
    top: 100%;
    padding: 15px 0;
    border: none;
    min-width: 200px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.nav-pills>li.dropdown .dropdown-menu li {
    width: 100%
}

.nav-pills>li.dropdown .dropdown-menu li>a {
    position: relative;
    text-transform: capitalize;
    display: block;
    padding: 12px 25px;
    color: #7d7d7d
}

.nav-pills.nav-mega .menu-img {
    position: absolute;
    right: 5px;
    top: 0;
    width: 100%;
    height: 170px
}

.nav-pills.nav-mega .histore-mega-menu .dropdown-menu {
    padding: 30px 15px 15px;
    width: 100%;
    visibility: hidden;
    box-shadow: 0 0 5px #999
}

.nav-pills.nav-mega .histore-mega-menu .dropdown-menu>li {
    float: left;
    padding: 0 15px
}

.nav-pills.nav-mega .histore-mega-menu .dropdown-menu.column-4 {
    min-width: 875px
}

.nav-pills.nav-mega .histore-mega-menu .dropdown-menu.column-4>li {
    width: 25%
}

.nav-pills.nav-mega .histore-mega-menu .dropdown-menu .histore-menu-img>a {
    padding: 15px 0 0 0
}

.nav-pills.nav-mega .histore-menu-custom ul {
    box-shadow: 0 0 5px #999
}

.nav-pills.nav-mega .histore-menu-custom ul>li>a {
    font-size: 13px
}

.resmenu-container {
    position: relative;
    display: flex
}

.resmenu-container .navbar-toggle {
    display: none;
    float: left
}

.resmenu-container .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px
}
.resmenu-container .menu-responsive-wrapper {
    position: absolute;
    top: 100%;
    padding: 0;
    min-width: 300px;
    background: #464646;
    z-index: 999
}


.sidebar .widget {
    margin-bottom: 15px;
    overflow: hidden
}

.block-title-widget h2 {
    display: block;
    width: max-content;
    margin: 2px 0 0!important;
    background: #7cbf32!important;
    padding: 11px 22px!important;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 14px!important;
    border-radius: 10px 0 0 0
}

.sidebar .widget .widget-inner ul {
    list-style: none;
    margin: 0;
    border: 0
}

.sidebar .widget .widget-inner ul>li {
    padding: 9px 18px;
    border: 0
}
.sidebar .widget .widget-inner ul>li>a {
    display: inline-block;
    vertical-align: top;
    color: #222;
    border: 0
}


.sidebar .widget.widget_search .searchform {
    padding: 15px 3px 0 3px;
    margin: 0
}

.sidebar .widget.widget_search .searchform .screen-reader-text {
    display: block;
    margin: 0
}

.sidebar .widget.widget_search .searchform>div {
    position: relative;
    min-height: 40px;
    margin-top: 4px
}

.sidebar .widget.widget_search .searchform>div input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 7px 60px 7px 7px;
    background: #fff;
    margin: 0
}
.sidebar .widget.widget_search .searchform>div input#searchsubmit {
    background: #222;
    border: #222;
    padding: 8px;
    right: 0;
    width: auto;
    left: auto;
    color: #fff
}
.sidebar .widget.widget_nav_menu ul {
    background: #fff;
    margin: 0;
    padding: 15px
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu {
    border: 0
}

.sidebar .widget.widget_nav_menu .widget-inner ul.menu>li {
    padding: 0;
    position: relative
}

.sidebar .widget.widget_nav_menu .widget-inner ul.menu>li>a {
    display: block;
    padding: 10px 0;
    font-size: 13px
}

.single.main .attachment .entry-wrap,.single.main .post .entry-wrap,.single.main .team .entry-wrap {
    background-color: #fff;
    position: relative
}

.single.main .attachment .entry-wrap .entry-thumb,.single.main .post .entry-wrap .entry-thumb,.single.main .team .entry-wrap .entry-thumb {
    position: relative
}

.single.main .attachment .entry-wrap .entry-thumb img,.single.main .post .entry-wrap .entry-thumb img,.single.main .team .entry-wrap .entry-thumb img {
    max-width: 100%;
    width: auto;
    margin-bottom: 0
}

.single.main .attachment .entry-wrap .entry-content .entry-meta,.single.main .post .entry-wrap .entry-content .entry-meta,.single.main .team .entry-wrap .entry-content .entry-meta {
    color: #999;
    font-size: 13px;
    overflow: hidden;
    display: block;
    margin: 28px -8px 20px;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 10px
}

.single.main .attachment .entry-wrap .entry-content .entry-meta a,.single.main .post .entry-wrap .entry-content .entry-meta a,.single.main .team .entry-wrap .entry-content .entry-meta a {
    color: #999;
    font-size: 13px
}
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date,.single.main .post .entry-wrap .entry-content .entry-meta .entry-date,.single.main .team .entry-wrap .entry-content .entry-meta .entry-date {
    position: relative;
    top: auto;
    left: auto;
    right: auto
}

.single.main .attachment .entry-wrap .entry-content .entry-meta .meta-entry,.single.main .post .entry-wrap .entry-content .entry-meta .meta-entry,.single.main .team .entry-wrap .entry-content .entry-meta .meta-entry {
    float: left;
    padding: 0 9px
}

.single.main .attachment .entry-wrap .entry-content .entry-meta .meta-entry i,.single.main .post .entry-wrap .entry-content .entry-meta .meta-entry i,.single.main .team .entry-wrap .entry-content .entry-meta .meta-entry i {
    margin: 0 8px 0 0
}

.single.main .attachment .entry-wrap .entry-content .entry-meta .meta-entry.entry-tag,.single.main .post .entry-wrap .entry-content .entry-meta .meta-entry.entry-tag,.single.main .team .entry-wrap .entry-content .entry-meta .meta-entry.entry-tag {
    border: none
}

.single.main .attachment .entry-wrap .entry-content .entry-summary,.single.main .post .entry-wrap .entry-content .entry-summary,.single.main .team .entry-wrap .entry-content .entry-summary {
    line-height: 26px;
    color: #000;
    margin: 0 0 31px
}

.single.main .attachment .entry-wrap .entry-content .entry-summary ul li em,.single.main .attachment .entry-wrap .entry-content .entry-summary ul li span,.single.main .attachment .entry-wrap .entry-content .entry-summary ul li strong,.single.main .post .entry-wrap .entry-content .entry-summary ul li em,.single.main .post .entry-wrap .entry-content .entry-summary ul li span,.single.main .post .entry-wrap .entry-content .entry-summary ul li strong,.single.main .team .entry-wrap .entry-content .entry-summary ul li em,.single.main .team .entry-wrap .entry-content .entry-summary ul li span,.single.main .team .entry-wrap .entry-content .entry-summary ul li strong {
    font-size: 14px!important
}
.single.main .attachment .entry-wrap .entry-content .single-content-bottom,.single.main .post .entry-wrap .entry-content .single-content-bottom,.single.main .team .entry-wrap .entry-content .single-content-bottom {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
    padding-bottom: 18px;
    margin: 0 0 40px
}

.single.main .attachment .entry-wrap .entry-content .single-content-bottom .single-tag,.single.main .post .entry-wrap .entry-content .single-content-bottom .single-tag,.single.main .team .entry-wrap .entry-content .single-content-bottom .single-tag {
    display: block;
    padding: 11px 0
}

.single.main .attachment .entry-wrap .entry-content .single-content-bottom .single-tag span,.single.main .post .entry-wrap .entry-content .single-content-bottom .single-tag span,.single.main .team .entry-wrap .entry-content .single-content-bottom .single-tag span {
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600
}

.single.main .attachment .entry-wrap .entry-content .single-content-bottom .single-tag a,.single.main .post .entry-wrap .entry-content .single-content-bottom .single-tag a,.single.main .team .entry-wrap .entry-content .single-content-bottom .single-tag a {
    font-size: 14px;
    color: #7d7d7d;
    text-transform: uppercase
}

.single.main .attachment .entry-wrap .entry-content .single-content-bottom .single-tag a:hover,.single.main .post .entry-wrap .entry-content .single-content-bottom .single-tag a:hover,.single.main .team .entry-wrap .entry-content .single-content-bottom .single-tag a:hover {
    color: #ff7200
}
.single-post-relate {
    margin-bottom: 30px
}

.single-post-relate>h4 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    padding: 0 0 11px;
    position: relative;
    border-bottom: 1px solid #eaeaea
}

.single-post-relate>h4:before {
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #ff7200
}
.single-post-relate .post .item-relate-img {
    position: relative
}

.single-post-relate .post .item-relate-img:hover img {
    opacity: .85
}

.single-post-relate .post .item-relate-content h4 {
    margin: 18px 0 19px;
    text-transform: capitalize
}

.single-post-relate .post .item-relate-content h4 a {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    position: relative
}

.single-post-relate .post .item-relate-content h4 a:hover {
    color: #ff7200
}

.single-post-relate .post .item-relate-content .entry-meta {
    color: #909090;
    font-size: 13px;
    overflow: hidden;
    display: block;
    margin: 0 -8px
}

.single-post-relate .post .item-relate-content .entry-meta a {
    color: #909090;
    font-size: 12px
}

.single-post-relate .post .item-relate-content .entry-meta a:hover {
    color: #ff7200
}

.single-post-relate .post .item-relate-content .entry-meta .entry-date {
    position: relative;
    top: auto;
    left: auto;
    right: auto
}

.single-post-relate .post .item-relate-content .entry-meta .meta-entry {
    float: left;
    padding: 0 8px;
    line-height: 12px;
    margin-bottom: 5px
}


.single-post-relate .post .item-relate-content .entry-meta .meta-entry i {
    margin: 0 8px 0 0
}

.single-post-relate .post .item-relate-content .entry-meta .meta-entry.entry-comment {}
  
  
  #respond {
    margin-bottom: 100px
}

#respond .wp-comment .title {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    padding: 0 0 11px;
    position: relative;
    border-bottom: 1px solid #eaeaea
}
#respond .wp-comment .title:before {
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #ff7200
}
#respond .wp-comment .form-horizontal .cmm-box-bottom textarea {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 14px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

#respond .wp-comment .form-horizontal .cmm-box-bottom button.btn {
    margin-top: 10px;
    height: 35px;
    border: 0;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 0 30px;
    background: #ff7200;
    border-radius: 0
}

.shop-social ul {
    margin: 0;
    overflow: hidden;
    float: right
}

.shop-social ul li {
    list-style: none;
    float: left;
    margin: 0 10px 0 0
}
.shop-social ul li a {
    font-size: 18px;
    color: #646464;
    display: block;
    height: 44px;
    width: 44px;
    text-align: center;
    border: 1px solid #d5d5d5
}

.shop-social ul li a i {
    line-height: 44px
}

.shop-social ul li:last-child {
    margin: 0
}

.sidebar .widget.sw_posts {
    margin: 0 0 16px
}

.sidebar .widget.sw_posts .block-title-widget h2 {
    padding: 18px 0 27px;
    border-bottom: 0
}


div.star,div.stars {
    background: url(../assets/img/star.png) repeat-x scroll 0 0 rgba(0,0,0,0);
    height: 12px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 60px;
    display: inline-block;
    vertical-align: top
}

div.star span,div.stars span {
    background: url(../assets/img/star-active.png) repeat scroll 0 0 rgba(0,0,0,0);
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0
}

.clearfix {
    overflow: inherit
}

.header-default,.header-style1 {
    margin-bottom: 30px
}
.header-default .header-top .wrap-top-header .top-header,.header-style1 .header-top .wrap-top-header .top-header {
    margin: 10px 0
}
.header-default .header-bottom .search-cate,.header-default .header-bottom .sw-histore-cart,.header-default .header-bottom .top-header,.header-style1 .header-bottom .search-cate,.header-style1 .header-bottom .sw-histore-cart,.header-style1 .header-bottom .top-header {
    display: none
}

.footer .widget_nav_menu ul {
    overflow: hidden
}

.footer .widget_nav_menu ul li {
    position: relative
}

.footer .widget_nav_menu ul li a {
    font-size: 14px;
    color: #888;
    padding: 9px 0;
    display: block;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all
}

.footer .widget_nav_menu ul li:before {
    content: '';
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
    -webkit-transform: translate(-10px,0);
    -moz-transform: translate(-10px,0);
    -o-transform: translate(-10px,0);
    -ms-transform: translate(-10px,0);
    transform: translate(-10px,0)
}


.footer .anti-social .widget-title h2 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 18px;
    margin: 0 0 26px;
    font-weight: 600
}

.footer .anti-social .widget-title h2:before {
    content: "";
    background: #333;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0
}

.footer .anti-social .widget-title p {
    font-size: 14px;
    color: #888;
    line-height: 22px;
    margin: 0 0 30px
}

.footer .shop-social ul {
    float: none
}

.footer .shop-social ul li a {
    color: #fff;
    border: none
}

.footer .shop-social ul li.tw {
    /* background: #00000042; */
}

.footer .shop-social ul li.fb {
    /* background: #2f6cdc; */
}
.footer .shop-social ul li.pt {
    /* background: #ef3218 */
}

.footer .shop-social ul li.yt {
    /* background: #dd1919 */
}

.footer .shop-social ul li.lk {
    /*  background: #666 */
}

#histore-totop {
    background-color: #ff7200;
    bottom: 30px;
    left: 15px;
    text-align: center;
    position: fixed;
    height: 50px;
    width: 50px;
    line-height: 43px;
    z-index: 99;
    border: 4px transparent solid;
    opacity: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#histore-totop:before {
    content: '\f197';
    font-family: fontawesome;
    color: #fff;
    font-size: 20px
}

#main-menu {
    background-size: 116px!important
}

.nav-pills {
    margin-bottom: 0!important;
    padding-top: 0!important
}

.header .header-bottom {
    box-shadow: 0 0 13px -5px #888
}


    height: 140px;
    border: 1px solid #dcdcdc;
    margin: 4px;
    width: calc(25% - 8px)!important;
    padding: 10px!important;
    box-sizing: border-box;
    overflow: hidden
}

.nav-level1 li a {
    display: flex
}

.nav-level1 li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    margin-top: -30px;
    overflow: hidden;
    object-fit: cover;
    z-index: -2;
    position: relative
}

.nav-level1 li a .menu-title {
    position: absolute;
    top: 100px
}


.m-a-content .single figure {
    text-align: center;
    margin: 30px auto;
    float: none
}
h1.mega-arti-title {
    background: #7cbf31;
    position: absolute;
    top: 0;
    padding: 9px 22px;
    color: #fff;
    font-size: 23px
}

h1.mega-arti-title:after {
    content: "";
    height: 0;
    width: 0;
    top: 0;
    right: -36.5px;
    margin: 0;
    border-left: 36.5px solid #7cbf31;
    border-top: 0 solid #004c6d;
    border-bottom: 42.5px solid #ff000000;
    position: absolute
}

.disec-3 {
    display: inline-block;
    margin: 0!important;
    width: calc(33.33% - 10px)!important;
    margin-bottom: 33px!important;
    border: 1px dashed #dcdcdc;
    padding: 30px 0;
    margin: 5px!important
}

.disec-3 img {
    height: 192px!important
}

.bread {
    position: relative;
    z-index: 4;
    background: #f2f2f2
}
.breadcrumbs.theme-clearfix {
    max-width: 1300px;
    margin: 0 auto
}

#header .container {
    max-width: 1300px
}

.bread {
    position: relative;
    z-index: 4;
    background: #f2f2f2
}
.breadcrumbs.theme-clearfix {
    max-width: 1300px;
    margin: 0 auto
}























/* app defult */

#header {
    max-width: 100%;
}


.bread {
    position: relative;
    z-index: 4;
    background: #f2f2f2;
}

.breadcrumbs.theme-clearfix {
    max-width: 1300px;
    margin: 0px auto;
}

#header .container {
    width: 1300px;
    /* overflow-x: hidden; */
    overflow-y: visible;
}

.top-header.pull-left {
    display: none !important;
}
.header .header-bottom {
    box-shadow: 0px 10px 20px -16px #000;
}

#main-menu {
    padding-bottom: 0 !important;
    background-image: url(https://www.irandriedfruit.com/wp-content/uploads/2019/09/iran-dried-fruit-logo.png)!important;
    background-size: 120px !important;
}

.nav-level1 li {
    height: 140px;
    border: 1px solid gainsboro;
    margin: 4px;
    width: calc(20% - 8px) !important;
    padding: 10px !important;
    box-sizing: border-box;
    overflow: hidden;
}

.nav-level1 li a {
    display: flex;
}

.nav-level1 li a img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    padding: 10px;
    margin-top: -30px;
    overflow: hidden;
    object-fit: cover;
    z-index: -2;
    position: relative;
}

.nav-level1 li a .menu-title {
    position: absolute;
    top: 100px;
}
.m-a-content .single figure {
    text-align: center;
    margin: 30px auto;
    float: none;
}
h1.mega-arti-title {
    background: #7cbf31;
    position: absolute;
    top: 0px;
    padding: 9px 22px;
    color: #fff;
    font-size: 23px;
}

h1.mega-arti-title:after {
    content: "";
    height: 0;
    width: 0;
    top: 0pc;
    right: -36.5px;
    margin: 0;
    border-left: 36.5px solid #7cbf31;
    border-top: 0 solid #004c6d;
    border-bottom: 42.5px solid #ff000000;
    position: absolute;
}


.disec-3 {
    display: inline-block;
    margin: 0px !important;
    width: calc(33.33% - 10px ) !important;
    margin-bottom: 33px !important;
    border: 1px dashed gainsboro;
    padding: 30px 0px;
    margin: 5px !important;
}

.disec-3 img {
    height: 192px !important;
}
#header .container {
    max-width: 1300px;
}

.bread {
    position: relative;
    z-index: 4;
    background: #f2f2f2;
}

.breadcrumbs.theme-clearfix {
    max-width: 1300px;
    margin: 0px auto;
}

.footer .container {
    width: 100%;
    max-width: 1300px;
}

.entry-summary {
    line-height: 36px;
    text-align: justify;
    margin: 00px 0px;
}

p#breadcrumbs {
    margin: 5px 0px;
    font-size: 13px;
}

.reviews-content {
    border-bottom: 1px solid ghostwhite;
    padding-bottom: 6px;
    background: #f2f2f2;
    margin-top: -6px !important;
    padding-left: 20px;
}

.shop-social.clearfix li {
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.shop-social.clearfix li a {
    font-size: 50px;
    line-height: 80px;
    width: 100%;
    height: 100%;
}

.shop-social.clearfix li a i {
    line-height: 80px;
    width: 100%;
}

.footer .shop-social ul li a:hover {
    background: #0000006b;
    border-radius: 10px;
}

div.single.main {
    max-width: calc(80% - 20px);
    display: inline-block;
    padding: 40px;
    margin: 0px 0px 0px 0px;
    box-shadow: -3px 4px 11px -5px #7d7d7d;
    border-radius: 10px !important;
    overflow: hidden;
    float: left;
    width: 80%;
}

.m-a-content {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    padding-top: 50px;
}

.mega-article {
    background: #fff;
    position: relative;
    z-index: 7;
    float: right;
    width: 100%;
    margin-bottom: 100vh;
    padding-bottom: 70px;
}

.mega-article:before {
    content: '';
    width: 100%;
    height: 70px;
    background: linear-gradient(180deg , black, #ffffff00);
    position: absolute;
    display: block;
    z-index: 8;
    bottom: -72px;
    background-repeat-y: no-repeat;
    background-size: 32px;
}

.mega-article:after {
    content: '';
    width: 100%;
    height: 30px;
    background: url(https://www.irandriedfruit.com/wp-content/uploads/2019/12/002.png);
    position: absolute;
    display: block;
    z-index: 8;
    bottom: -22px;
    background-repeat-y: no-repeat;
    background-size: 32px;
}

.entry-thumb.single-thumb {
    margin: -40px -40px 20px -40px;
    max-height: 400px;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
}

.single.main .post .entry-wrap .entry-thumb img, .single.main .team .entry-wrap .entry-thumb img, .single.main .attachment .entry-wrap .entry-thumb img img {
    width: 100% !important;
    height: 400px;
    object-fit: cover;
    display: block;
    position: relative;
    float: right;
}

.disec-3 img {
    width: 100% !important;
    height: 150px !important;
    overflow: hidden;
}

.nav .level1 {
    margin-right: 17px !important;
}


.block-title-widget h2:before {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    z-index: 3;
    width: 0;
    top: 0;
    right: -36px;
    border-bottom: 37px solid #7cbf32;
    border-right: 36px solid transparent;
}

.block-title-widget h2:after {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    z-index: 3;
    width: 0;
    top: 0px;
    right: -51px;
    border-bottom: 37px solid #436918;
    border-right: 51px solid transparent;
    z-index: 2;
}

.block-title-widget {
    border-bottom: 2px solid #51946c;
}


li.email a {
    color: #61ad0e;
}

li.phone a {
    color: #61ad0e;
}
.body-wrapper.theme-clearfix {
    overflow: visible;
}


body .container {
    /* overflow-x: hidden; */
    overflow-y: visible;
}
aside#left {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    order: 1;
    position: relative;
    float: right;
}

.block-title-widget h2 {
    font-family: viga;
}

.entry-date {
    position: absolute;
    top: 0px;
    left: 10px;
    background: #dadada26;
    padding: 10px;
    font-family: viga;
    line-height: 13px;
}

.menu-more-products img {
    height: 111px !important;
    top: 21px;
}

footer#footer {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 0;
    padding-top: 32vh;
}

@media (max-width: 991px) {
    #main-menu .primary-menu .resmenu-container .navbar-toggle {
        display:inline-block;
        vertical-align: top;
        z-index: 99;
        margin: 10px 0
    }

    #main-menu .primary-menu .nav-pills {
        display: none
    }
}


.logged-in header#header {
    margin-top: 32px;
}

@media (min-width: 900px ) {
    ul.products-loop.row.grid li {
        min-height: 340px;
        border: 1px solid gainsboro;
        padding: 20px;
        margin: 10px;
        width: calc(25% - 20px);
        vertical-align: top;
    }
}

.this-pro-article {
    text-align: center;
}

.this-pro-article .disec-3 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc(33% - 20px);
    margin: 10px;
    border: unset !important;
}

.this-pro-article .disec-3 li {
    width: 100% !important;
    position: relative;
    padding: 0px !important;
    margin: 0 !important;
    list-style: none;
    float: right;
    top: unset;
    border: unset !important;
}

.this-pro-article .disec-3 ul {
    list-style: none;
}

.this-pro-article .disec-3 li .item-img.products-thumb {
    width: 100%;
    height: 200px;
    position: unset;
}

.this-pro-article .disec-3 li .item-img.products-thumb a {
    display: flex;
    padding: 0px !important;
}

.this-pro-article .disec-3 li .item-img.products-thumb a img {
    width: 100%!important;
    height: 200px !important;
    float: right;
    position: absolute;
    top: 6px;
    right: 0;
    object-fit: contain;
}

.this-pro-article .disec-3 li .item-content.products-content {
    float: right;
    width: 100%;
    padding: 10px;
    min-height: 210px !important;
    position: relative;
}

.this-pro-article .disec-3 li a.fancybox {
    display: none !important;
}

.cat-name-es {
    border-top: 3px solid #014a1e;
    margin-top: 80px;
    text-align: center;
}

.cat-name-es h2 {
    background: white;
    width: max-content;
    margin: -14px auto 0px;
    padding: 0px 20px;
    font-size: 22px;
}

.post-template-default .bread {
    width: 100%;
    float: right;
    margin-top: 76px;
}

.post-template-default header#header {
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.post-template-default footer#footer {
    margin-top: 0;
}

/*
footer
*/
.vc_custom_1557840954189 footer#footer {
    padding: 0px;
    margin: 0px;
    background: none;
    width: 1300px;
    text-align: center;
    max-width: 100%;
}

.vc_custom_1557840954189 footer#footer:before {
    display: none;
}

header#header {
    margin-top: 0px;
}