/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*for index-map.html*/
.map-font{
    /*font:  400 15px "Montserrat","Open Sans","Arial",sans-serif;italic*/
    font-size: 30px;/*"Libre Baskerville","Open Sans","Arial",sans-serif;*/
    font-family:serif;
    color: #333333;
    line-height: 34px;
    letter-spacing: 10px;
    text-transform: none;
    float:left;
}

.aderess-font{
    /*font:  400 13px "Montserrat","Open Sans","Arial",sans-serif;italic*/
    font-size: 30px;/*"Libre Baskerville","Open Sans","Arial",sans-serif;*/
    font-family:serif;
    color: #8A084B;
    line-height: 34px;
    letter-spacing: 10px;
    text-transform: none;
    float:left;
}
.maptitle-font{
    /*font:  400 13px "Montserrat","Open Sans","Arial",sans-serif;italic*/
    font-family: serif;
    font-size: 17px;
    color: #000000;
    line-height: 25px;
    letter-spacing: ;
    text-transform: lowercase;
}
.detail-font{
    /*font:  400 13px "Montserrat","Open Sans","Arial",sans-serif;italic*/
    font-family: serif;
    font-size: 15px;
    color: #000000;
    line-height: 25px;
    letter-spacing: ;
    text-transform: lowercase;
}
.info-font{
    /*font:  400 13px "Montserrat","Open Sans","Arial",sans-serif;italic*/
    font-family: serif;
    font-size: 15px;
    color: #333333;
    line-height: 25px;
    letter-spacing: ;
    text-transform: lowercase;
}
/*section 1 */
.fixed-sidebar-page #page-content{
  background: #ffffff;
}
.title-module-wrap > .be-wrap {
    margin: 0 auto !important;
    max-width:1160px;
    padding: 0 3%;
}
.be-wrap {
    max-width: 1160px;
    margin: 0 auto;
    position: ;
    z-index: 2;
}
.page-title-module-custom {
	background-color: rgb(255,255,255);background-color: rgba(255,255,255,1);
}
.page-title-module-custom {
    padding: 60px 0 30px 0;
}
.page-title-module-custom{
  line-height: 36px;
}
.page-title-module-custom .page-title-custom{
    font-size: 30px;/*"Libre Baskerville","Open Sans","Arial",sans-serif;*/
    font-family:serif;
    color: #333333;
    line-height: 34px;
    letter-spacing: 20px;
    text-transform: none;
    float:left;
}
.be-custom-column-inner .page-title-custom{
    font-size: 20px;/*"Libre Baskerville","Open Sans","Arial",sans-serif;*/
    font-family:serif;
    color: #333333;
    line-height: 34px;
    letter-spacing: 15px;
    text-transform: none;
    float:left;
}
.header-breadcrumb {
    font-family:serif;
    line-height: 36px;
    float:right;
}

.breadcrumbs {
    color: #333333;
}

/*section 2 */
#content-wrap {
    position: relative;
}

.no-sidebar-page #content-wrap,
.portfolio-archives.no-sidebar-page #content-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.no-sidebar-page #content-wrap.page-builder{
    padding-top: 0px;
    padding-bottom: 0px;
}

#left-sidebar,
.right-sidebar-page #page-content {
    margin-right: 80px;
}

.menu-card-item {
    padding:15px 0;
}
.menu-card-item {
  border-bottom: 1px solid black;
  border-color: #333333;
}

.menu-card-item-price {
    float:right;
}

.be-bg-cover {
    background-size: cover !important;
    -webkit-background-size:cover !important;
    -moz-background-size:cover !important;
}
.h5-font{
    font:  400 16px "Montserrat","Open Sans","Arial",sans-serif;
    color: #7a5529;
    line-height: 28px;
    letter-spacing: ;
    text-transform: none;
  }
.fontprice,.h6-font{
    /*font:  400 13px "Montserrat","Open Sans","Arial",sans-serif;italic*/
    font-style: sans-serif;
    font-size: 13px;
    color: #333333;
    line-height: 25px;
    letter-spacing: ;
    text-transform: uppercase;
}

.h7-font{
    /*font:  400 13px "Montserrat","Open Sans","Arial",sans-serif;italic*/
    font-style: sans-serif;
    font-size: 1px;
    color: #333333;
    line-height: 25px;
    letter-spacing: ;
    text-transform: uppercase;
}

.special-subtitle {
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  font-family: Crimson Text;
  text-transform: none;
  letter-spacing: 0px;
}

/* ======================
    Column & Text Block
   ====================== */

.column-block {
    float: left;
    margin-left: 5%;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.column-block .be-custom-column-pad,
.column-block .be-custom-column-inner {
    position: relative;
    z-index: 2;
}
.one-col.column-block {
    margin-left: 0px;
    float: none;
}

.one-third {
    width:30%;
}
.one-fourth {
    width:21.25%;
}
.one-fifth {
    width:16%;
}
.one-half {
    width:47.5%;
}
.two-third {
    width:65%;
}
.three-fourth {
    width:73.75%;
}

.be-no-space .one-third {
    width:33.33%;
}
.be-no-space .one-fourth {
    width: 25%;
}
.be-no-space .one-fifth {
    width: 20%;
}
.be-no-space .one-half {
    width: 50%;
}
.be-no-space .two-third {
    width: 66.68%;
}
.be-no-space .three-fourth {
    width: 75%;
}

.be-no-space {
    display: table;
    margin-bottom: 60px;
    table-layout: fixed;
}
.be-no-space.zero-bottom {
    margin-bottom: 0;
}
.be-no-space .column-block {
    display: table-cell;
    margin-left: 0px;
    float: none;
    vertical-align: middle;
}
.be-column-pad {
    padding: 100px 5%;
}
.one-third.be-column-pad, .one-fourth.be-column-pad, .one-col.be-column-pad, .two-third.be-column-pad, .three-fourth.be-column-pad {
    padding: 100px 5%;
}
.one-half.be-column-pad {
    padding: 100px 15% 100px 5%;
}
.one-half.be-column-pad:first-child {
    padding: 100px 5% 100px 15%;
}

.column-block *:last-child {
    margin-bottom: 0 !important;
}
.be-last-child {
    margin-bottom: 0 !important;
}

.be-row .column-block:first-child{
    margin-left: 0;
}
.be-row.zero-bottom .column-block {
    margin-bottom: 0;
}
.be-section .be-row:last-child .column-block {
    margin-bottom: 0;
}

.be-section .be-row:last-child .column-block h1:last-child,
.be-section .be-row:last-child .column-block h2:last-child,
.be-section .be-row:last-child .column-block h3:last-child,
.be-section .be-row:last-child .column-block h4:last-child,
.be-section .be-row:last-child .column-block h5:last-child,
.be-section .be-row:last-child .column-block h6:last-child {
    margin-bottom: 0 !important;
}

.be-section .be-row:not(:last-child) .column-block h1:last-child,
.be-section .be-row:not(:last-child) .column-block h2:last-child,
.be-section .be-row:not(:last-child) .column-block h3:last-child,
.be-section .be-row:not(:last-child) .column-block h4:last-child,
.be-section .be-row:not(:last-child) .column-block h5:last-child,
.be-section .be-row:not(:last-child) .column-block h6:last-child {
    margin-bottom: 30px !important;
}
html body .be-section .be-row .column-block .be-notification *:last-child {
    margin-bottom: 0px !important;
}
.two-third .column-block, .three-fourth .column-block {
    margin-bottom: 0;
}
.column-inner-content {
    position: relative;
    z-index: 2;
}


/* =========================================================================
                                    Small Desktop
   ========================================================================= */
@media only screen and (min-width: 960px) and (max-width: 1279px) {
    .be-wrap {
        max-width: 940px;
        margin: 0 auto;
    }
    .left-header.left-static .be-wrap{
        max-width: 650px
    }
    .layout-box {
        width:100%;
    }

    #page-content.content-single-sidebar{
        width:670px;
    }

    #left-sidebar, #right-sidebar{
        width:220px;
    }
    #left-sidebar,
    .right-sidebar-page #page-content {
        margin-right: 50px;
    }
    .fixed-sidebar-page #left-sidebar,
    .fixed-sidebar-page #right-sidebar {
        width: 30%;
        margin: 0px !important ;
    }
}



/* =========================================================================
                                    TABLET
   ========================================================================= */

@media only screen and (max-width: 1024px) {
    .be-bg-cover,
    .be-section {
        background-attachment: scroll !important;
        background-position: center center !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .be-wrap {
        max-width: 740px;
        margin: 0 auto;
    }
    .layout-box {
        width:100%;
    }
    #page-content.content-single-sidebar{
        width:500px;
    }

    #left-sidebar, #right-sidebar{
        width:200px;
    }
    #left-sidebar,
    .right-sidebar-page #page-content,
    .dual-sidebar-page #left-sidebar,
    #dual-sidebar-wrap {
        margin-right: 40px;
    }
    #left-sidebar.floting-sidebar, #right-sidebar.floting-sidebar{
        width:100%;
        margin-right: 0;
    }
    .content-single-sidebar .column-block {
        width: 100%;
        margin-left: 0;
        float: none;
    }
}

@media only screen and (min-width: 960px) {
    .full-screen-section-wrap {
        display: table;
        width: 100%;
        height: 100%;
    }
    .full-screen-section-wrap .be-section-pad {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        display: table-cell;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 960px) {
    html.section-scroll,
    body.section-scroll {
        overflow: auto !important;
        height: auto !important;
    }
    html.csstransforms body.section-scroll .fullscreen-nav-wrap {
        display: none !important;
    }
    body.section-scroll #footer {
        display: block;
    }
    #content {
        -webkit-transform: initial !important;
        -moz-transform: initial !important;
        -ms-transform: initial !important;
        -o-transform: initial !important;
        transform: initial !important;
    }
    .fixed-sidebar-page #left-sidebar,
    .fixed-sidebar-page #right-sidebar,
    .fixed-sidebar-page #page-content.content-single-sidebar,
    .single-portfolio #page-content.content-single-sidebar  {
        width: 100% !important;
        position: relative !important;
    }
    .layout-box-container{
        display: none !important;
    }
    .style1-blog .post-date-wrap {
        display: block;
        position: static;
        width: 100%;
        border: none;
        text-align: left;
        padding: 0;
        font-size: inherit !important;
        color: inherit;
        margin-bottom: 5px !important;
    }
    .style1-blog .post-date-wrap div {
        float: left;
        margin-right: 10px;
    }
    .style1-blog .post-title-section {
        padding-left: 0;
    }
    .style1-blog .post-date-wrap:before {
        font-family: "icomoon";
        content: "\e63f";
        margin-right: 10px;
        float: left;
    }

}
@media only screen and (min-width: 1025px) {
    .full-screen-section-wrap {
        display: table;
        width: 100%;
        height: 100%;
    }
    .full-screen-section-wrap .be-section-pad {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        display: table-cell;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 768px) {
    .be-no-space .column-block {
        width: 100%;
        display: block;
    }
    .be-no-space .with-background.column-block {
        min-height: 350px;
        /*display: table;*/
    }
    /*
    .be-no-space .with-background .be-custom-column-inner,
    .be-no-space .with-background .be-custom-column-pad{
        display: table-cell;
        vertical-align: middle;
    }
    */
    .be-no-space .no-background .be-custom-column-inner,
    .be-no-space .no-background .be-custom-column-pad{
        padding: 60px 30px !important;
    }
}
/* =========================================================================
                                    MOBILE 320
   ========================================================================= */


@media only screen and (max-width: 767px) {
    .be-wrap {
        max-width: 300px;
        margin: 0 auto;
    }

    .layout-box {
        width:100%;
        margin: 0;
    }

    #right-sidebar,
    #left-sidebar {
        float: none;
        margin-right: 0;
        margin-left: 0;
        margin-top: 50px;
        width: 100%;
    }

    #page-content.content-single-sidebar,
    .right-sidebar-page #page-content {
        float: none;
        margin-right: 0px;
        width:100%;
        margin-left: 0px;
    }

    .column-block {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .column-block .column-block{
        margin-bottom: 60px;
    }
    .be-section .be-row:last-child .column-block {
        margin-bottom: 60px;
    }
    .be-section .be-row:last-child .column-block:last-child,
    .be-section .be-row.be-no-space:last-child .column-block {
        margin-bottom: 0;
    }
    .be-no-space {
        display: block;
    }
/*    .be-no-space .column-block {
        width: 100%;
        display: block;
    }*/
    .be-no-space .column-block.be-column-pad {
        padding: 80px 15% 80px 5%;
    }
    .be-column-spacing .column-block{
        margin-bottom: 20px !important;
    }
    #bottom-widgets .column-block {
        margin-bottom: 60px;
    }
    .column-block .be-custom-column-pad {
        padding: 60px 30px !important;
    }
    .column-block .be-custom-column-inner{
        /*padding: 0px 30px !important;*/
    }
    body.disable-css-animation-mobile .be-animate {
        visibility: visible !important;
        -webkit-animation-duration: 0s;
        -moz-animation-duration: 0s;
        -ms-animation-duration: 0s;
        -o-animation-duration: 0s;
        animation-duration: 0s;
    }
    .be-video-section video {
        display:none !important;
    }
}

/* =========================================================================
                                    MOBILE 480
   ========================================================================= */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .be-wrap {
        max-width: 440px;
        margin: 0 auto;
    }
}
