/*
Theme Name: Veno
Theme URI: http://themewar.com/wp/veno/
Author: ThemeWar
Author URI: http://themewar.com/
Description: Creative WordPress Responsive Theme
Version: 1.0
License: 
License URI: 
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: veno

*/
/*=======================================================================
[Table of contents]
=========================================================================
1. Fonts
2. Normalization
3. Margin and padding setup
3. Button Style
==========================================================================*/

/*=======================================================================
// Fonts
=========================================================================*/
body{
    font-family: Ubuntu;
    color: #b3b0aa;
    letter-spacing: .07px;
    font-size: 14px;
    line-height: 25.2px;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: Montserrat;
    line-height: .8;
    margin-bottom: 15px;
    color: #333330;
}


a{
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
a:hover{
    text-decoration: none;
}
a:focus, a:active, input:focus{
    outline: 0;
    text-decoration: none;
    border: medium none;
    box-shadow: none;
}
.ven_btn{
    font-size: 14px;
    border: 2px solid #b3b0aa;
    color: #b3b0aa;
    font-family: Montserrat;
    font-weight: 700;
    text-align: center;
    letter-spacing: .35px;
    text-transform: uppercase;
    height: 50px;
    padding: 18px 38px;
    display: inline-block;
    line-height: .7;
}
.ven_btn.withbg{
    background: #333330;
    color: #ff8500;
    border-color: #333330;
}
.ven_btn.withIcon{
    padding-left: 88px;
    position: relative;
}
.ven_btn.withIcon i{
    border-right: 2px solid #b3b0aa;
    font-size: 26px;
    height: 100%;
    left: 0;
    line-height: 0.8;
    padding: 13px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    color: #b3b0aa;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
.ven_btn.withbg.withIcon i{
    background: #ff8500 none repeat scroll 0 0;
    border: medium none;
    color: #333330;
    height: 50px;
    left: -2px;
    top: -2px;
    width: 52px;
    padding-top: 15px;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
.ven_btn:hover, .ven_btn:focus{
    color: #ff8500;
    border: 2px solid #ff8500;
}
.ven_btn.withbg:hover, .ven_btn.withbg:focus{
    background: #ff8500;
    border-color: #ff8500;
    color: #333330;
}
.ven_btn:hover i, .ven_btn:focus i{
    color: #ff8500;
    border-right: 2px solid #ff8500;
}
.ven_btn.withbg.withIcon:hover i, .ven_btn.withbg.withIcon:focus i{
    color: #ff8500;
    border: none;
    background: #333330;
}



/*=======================================================================
// Sectlion Setup
=========================================================================*/
.comonSection{
    position: relative;
    padding: 100px 0;
}
.horizontalPadding{
    padding-left: 80px;
    padding-right: 80px;
}
.sectionTitle{
    position: relative;
    margin: 0;
}
.sectionTitle h2{
    font-size: 46px;
    letter-spacing: 1.15px;
    margin: -4px 0 25px;
    position: relative;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 700;
    line-height: .8;
}
.sectionTitle.smTitle{
    margin-top: -5px;
}
.sectionTitle.smTitle h2{
    font-size: 38px;
    margin-bottom: 30px;
}
.sectionTitle h6{
    font-size: 16px;
    color: #807f79;
    letter-spacing: .08px;
    text-transform: uppercase;
    margin: 0 0 40px;
    line-height: .7;
}
.titleBar{
    width: 160px;
    height: 5px;
    background: #ff8500!important; 
    position: relative;
    margin-bottom: 48px;
}
.text-center .titleBar{
    margin-left: auto;
    margin-right: auto;
}
.sectionTitle p{
    margin: 0;
}
.overlaysa{
    background: rgba(38, 38, 38, 0.85) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.overlaySec .container, .overlaySec .container-fluid{
    position: relative;
    z-index: 2;
}




/*=======================================================================
// Padding Margin Setup
=========================================================================*/
.noPadding{
    padding: 0px !important;
}
.noPaddingLeft{
    padding-left: 0px !important;
}
.noPaddingRight{
    padding-right: 0px !important;
}
.noPaddingBottom{
    padding-bottom: 0px !important;
}
.noPaddingTop{
    padding-top: 0px;
}

.noMargin{
    margin: 0;
}
.noMarginTop{
    margin-top: 0;
}
.noMarginBottom{
    margin-bottom: 0 !important;
}
.noMarginRight{
    margin-right: 0px !important;
}

/*=======================================================================
// Page Title
=========================================================================*/
.pageTitleSection{
    min-height: 120px;
    background: #fafafa;
    padding: 40px 80px 0px;
}
.pageTitle{
    position: relative;
    text-align: left;
}
.pageTitle h1{
    font-size: 46px;
    color: #333330;
    letter-spacing: 0px !important;
    line-height: .8;
    text-transform: uppercase;
    margin: -5px 0 30px;
    font-weight: 700;
}
.pageTitle h5{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    color: #807f79;
    letter-spacing: .07px;
    margin: 0;
    line-height: .7;
}
.breadcrumbs{
    width: 100%;
    position: relative;
    text-align: right;
    font-size: 14px;
    color: #b3b0aa;
    letter-spacing: .07px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Montserrat;
    line-height: .7;
    padding-top: 0px!important;
    margin-top: -60px;
    visibility: hidden !important;
    display: none !important;
}
.breadcrumbs a{
    color: #b3b0aa;
    display: inline-block;
    line-height: .7;
}
.breadcrumbs a:hover{
    color: #ff8500;
}
.breadcrumbs span{
    color: #807f79;
    display: inline-block;
    line-height: .7;
}
.imgDiv{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
    overflow: hidden;
}
.imgDiv img{
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.comonHeadings{
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 0.8;
    margin: 0 0 25px;
    position: relative;
    color: #333330;
}