h1,
h2,
h3{
    font-family: 'Arapey', serif;
    letter-spacing: 0.2em;
    word-spacing: 0em;
    font-weight: 400;
}
.banner{
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-attachment: scroll;
    background-position: center center;
    margin-bottom: -60px;
    margin-top: 50px;
}
.banner-inner{
    background-color: rgba(0, 0, 0, 0.3);
    padding: 260px 0 280px;
}
.banner h1{
    margin: 0;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 68px;
}
.pagination {
    font-size: 12px;
    min-height: 35px;
    margin: 30px auto 0;
    letter-spacing: 2px;
    border-top: 1px solid #e9ebee;
    height: auto;
}
.pagination .inner{
    margin-top: 4px;
    border-top: 1px solid #e9ebee;
}
.pagination .inner:after{
    clear: both;
    display: table;
    content:"";
}
.pagination a:link,
.pagination a:visited{
    color: #999999;
}
.pagination a:hover,
.pagination a:focus{
    color: #999999;
}
.navigation .screen-reader-text{
    display: none;
}
.ca_foot{
    padding: 100px 0;
    background-color: #739973;
    text-align: center;
    color: #ffffff;
}
.ca_foot h2{
    color: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.ca_foot a{
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 15px 70px 15px 20px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
}
.ca_foot a:after{
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 15px;
    background: url(../images/Artboard14.svg) no-repeat scroll right center;
    background-size: 50px;
    content:"";
    width: 50px;
    height: 6px;
}
.ca_foot a:hover{
    text-decoration: none;
    border: 1px solid #e9ebee;
    color: #e9ebee !important;
}
.single-los_angeles h3 > img,
.single-wedding_photo h3 > img,
.venue_cont p  img{
    margin-top: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
}
.contact-bar{
    border-bottom: 1px solid #e9ebee;
    border-top: none;
    margin-top: 0;
    margin-bottom: 25px;
    min-height: 0;
    font-size: 10px;
}
.contact-bar .bar-list{
    margin-bottom: 4px;
    margin-top: 0;
    border-bottom: 1px solid #e9ebee;
    border-top: none;
    padding-bottom: 8px;
    color: #999999;
}
.bar-list:after{
    clear: both;
    display: table;
    content:"";
}
.bar-list .citem{
    width: 33.33333%;
    float: left;
}
.cemail{
    text-align: center;
}
.bar-list .citem.cweb{
    text-align: right;
    float: right;
}
.venues-widget{
    margin-bottom: 30px;
    text-align: center;
}
.venues-widget .widget-title{
    color: #999999;
    margin: 0 0 20px !important;
    padding: 0;
} 
.venues-list{
    margin: 0;
    padding: 0 !important;
    text-align: center;
}
.venues-list > li{
    list-style: none;
    margin: 0 0 10px !important;
    padding: 0 !important;
}
.venues-list > li > a{
    color: #444444;
}
.venues-list > li > a:hover{
    text-decoration: underline;
}
.single .venues-widget img{
    margin-top: 0 !important;
}
.single .venues-widget p{
    padding: 0 !important;
}
.navlinks-wrap{
    padding: 0 40px;
}
.archive .cat_section .thumb_row{
    padding:  0 40px;
}
.single-has-sidebar .cat_section{
        background: none;
        padding-top: 0px;
}
.single-has-sidebar .inner_pagecont{
    background: #fff;
}
/*.single-has-sidebar #secondary {
    background-color: 
    #ffffff;
    padding: 25px 20px;
}*/
.single-has-sidebar .banner {
        margin-bottom: 0px;
    }
body.home .bot_margin{margin-top:35px;}

@media (min-width: 768px){
    .single-has-sidebar .container {
        width: 100%;
        max-width: 100%;
    }
    .single-has-sidebar .is_has_sidebar .row {
        max-width: 1200px;
        margin: 0 auto;
    }

    .single-wedding_venues .container{width: 100%;max-width: 100%}
    .single-wedding_venues .inner_pagecont{padding-left:0px;padding-right:0px;}
    .single-wedding_venues .cattop_sec{padding:0px 0px 10px;}
    .single-wedding_venues .cattop_sec .row{max-width:1200px;margin:0 auto;}
    .single-wedding_venues .contact-bar .bar-list{padding:10px 30px;}
    .single-wedding_venues .cat_section{padding:0px;}
    .single-wedding_venues .cat_section .widget li{font-size:12px;line-height:18px;}
    .thumb_row ul.thumb_list h3{min-height:74px;}
    .row:after{
        clear: both;
        display: table;
        content:"";
    }
    .row{
        margin: 0 -15px;
    }
    .col{
        float: left;
        padding: 0 15px;
    }
    .col-sm-4 {
        width: 33.33333333%;
      }
    .col-sm-8{
        width: 66.66666667%;
    }
    .pagination .nav-previous,
    .pagination .nav-next{
        display: block;
        float: left;
        position: static;
        width: 50%;
    }
    .pagination .nav-next{
        text-align: right;
    }
}

@media ( max-width: 767px ){
    .pagination .inner{
        padding-top: 15px;
    }
    .pagination .nav-previous,
    .pagination .nav-next{
        position:static;
    }
    .banner{
        margin-top: 42px;
        margin-bottom: 0;
    }
    .banner-inner{
        padding: 160px 0;
    }
    .banner h1{
        font-size: 32px;
        line-height: 40px;
    }
    .bar-list .citem{
        width: 100%;
        float: none;
        text-align: left;
    }
    .bar-list .citem.cweb{
        text-align: left;
        float: none;
    }
    .cemail{
        text-align: left;
        padding: 0;
    }
}

@media ( max-width: 479px ){
    .thumb_row h3{
        min-height: 0;
    }
    .home_social_list > li{
        width: 50%;
        margin-bottom: 20px;
    }
}