/*
Theme Name: eStage
Theme URI: http://estage.com
Author: the eStage
Author URI: http://estage.com
Description:
Version: 2.6.2
License: eStage is a commercial software. Any distribution is strictly prohibited.
License URI: http://estage.com/license
*/

/**
00 ## Global
 */
body img{
    max-width: 100%;
    height: auto !important;

}

/**
Index
01-Header
02-Breadcrumbs
**/

/*
01 ## Header
*/
header{
    padding: 20px 0;
    -webkit-box-shadow: 1px -2px 5px #000000;
    -moz-box-shadow: 1px -2px 5px #000000;
    box-shadow: 1px -2px 5px #000000;
    position: relative;
    z-index:+1;
}
header nav.main-menu ul li{
    display: inline-block;
}
header nav.main-menu ul li a{
    font-weight: 500;
    padding: 4px 10px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

header nav.main-menu ul{
    margin-top: 10px;
}

header nav.main-menu ul li.current-menu-item a,
header nav.main-menu ul li a:hover{
    text-decoration: none;
}

header.fixed,
header.fixed-transparent{
    position: fixed;
    width: 100%;
    z-index: 1;
    top:0;
}

header.transparent,
header.fixed-transparent{
    opacity: 0.70;
    filter: alpha(opacity=70);
}
header.transparent:hover,
header.fixed-transparent:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
header #logo{
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: 3px;
}
header #logo:hover{
    text-decoration: none;
}
header .logo_tagline{
    display: block;
}

header nav.main-menu ul.sub-menu{
    display: none;
    float: left;
    margin-left: 0;
    margin-top: 0;
    min-width: 150px;
    padding-left: 0;
    padding-top: 0;
    position: absolute;
}

header ul li:hover .sub-menu{
    display: block;
}


header nav.main-menu ul.sub-menu li{
    display: block;
}

header nav.main-menu ul.sub-menu li a{
    display: block;
    padding: 8px 22px 8px 14px;
}

header li.menu-item-has-children > a{
    position: relative;
}
header li.menu-item-has-children > a::after{
    content: "\f107";
    margin-left: 5px;
    font-family: 'FontAwesome' !important;
}

.mobile-menu {
    display: none;
}
.mobile-menu-trigger,
.mobile-menu-trigger:focus,
.mobile-menu-trigger:hover{
    font-size: 38px;
    position: absolute;
    right: 25px;
    top: 10px;
}

header nav.mobile-menu{
    width: 100%;
    position: absolute;
    margin-top: 60px;
}
header nav.mobile-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
header nav.mobile-menu ul li{

}
header nav.mobile-menu ul li a{
    display: block;
    padding: 10px;
}
header nav.mobile-menu ul li a:hover{
    text-decoration: none;
}

header nav.mobile-menu .sub-menu{
    display: block;
    margin-left: 20px;
}
/*
02 ## HomePage
*/
#homepage-banner h1{
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
#homepage-banner h2{
    font-size: 24px;
    font-weight: 100;
    margin-top: 5px;
    padding-top: 0;
    text-align: center;
}
#homepage-banner{
    max-height:100%;
    overflow: hidden;
    position: relative;

}
#homepage-banner img{
    width: 100%;
    max-width: 100%;
}
#homepage-banner .hp-text{
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
}
.vertical-align {
    position: relative;
    top: 25%;
}

/*
03 ## Breadcrumbs
*/
#breadcrumbs{
    padding: 25px 0;
}
#breadcrumbs h2{
    font-size: 24px;
    text-transform: uppercase;
}
#breadcrumbs h4{
    font-size: 14px;
    font-weight: 100;
}

/*
04 ## Articles
*/
#main{
    margin-top: 10px;
    margin-bottom: 30px;
}
#articles{
    padding: 0;
}
#articles article{
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    box-shadow:0 0 5px rgba(0, 0, 0, 0.08);
    margin-bottom: 60px;
    padding: 0;

}
#articles article h3{
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 5px;
}
#articles article h3 a:hover{
    text-decoration: none;
}
#articles article .article-meta{
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    margin-top: 3px;
}
#articles article .featured-image{
    width: 100%;
    height:100%;
}

#articles p{
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 15px;
}
#articles .article-post-meta .article-comment{
    font-size: 12px;
}
#articles .article-post-meta .article-button{
    float: right;
    font-weight: 600;
    padding: 3px 12px;
    font-size: 12px;

}
#articles .article-content{
    padding: 40px 20px 30px 20px ;
}

#content{
    margin: 30px 0;
}

.single #content{
    margin: 70px 0;
}
/*
05 ## Footer
 */

footer{
    padding: 50px 0 0;
}

footer .widget-title{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 10px 10px 10px 0;

}
footer p{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;

}

footer .widget{
    margin-bottom: 20px;
}

footer #copyright{
    margin-top: 50px;
    padding: 30px 0;
}

footer #copyright p{
    display: block;
    margin-bottom: 0;
    position: relative;
    top:15px;
}
footer .recent-post{
    margin-bottom: 25px;
}
footer .featured-image img{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
footer .recent-post-date{
    display: block;
}
footer .recent-post-details{
    float: left;
}

footer #disclaimer{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #333;
}

footer #disclaimer p {
    font-size: 12px;
}
/*
06 ## Sidebar
 */
#sidebar{
    padding: 0 0 10px;
}

#sidebar .post-date{
    display: block;
    font-size: 12px;
}

#sidebar .widget-title{
    padding: 0;
    margin: 0;
}
#sidebar .widget-title span{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}
#sidebar .widget-title::after{
    content: "";
    display: block;
    width: 100%;
}
#sidebar .widget{
    margin-bottom: 40px;
}
#sidebar .widget p{
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
}
#sidebar .widget ul{
    list-style: outside none none;
    padding: 20px 0 0;
    margin-bottom: 0;
}

#sidebar .widget ul li{
    margin-bottom: 6px;
    padding: 13px;
}


.white-bg{
    background: #ffffff;
    margin: 20px 0;
    padding: 10px;
}

#sidebar .estage_co_widget .estage_phone_number,
#sidebar .estage_co_widget .estage_support_email{
    padding: 0;

}


#sidebar .widget img{
    width: 100%;
}

#sidebar.leftside{
    float: left !important;
}

#articles.leftside{
    float: right !important;
}

#sidebar.rightside{
    float: right !important;
}
/**
Comments
 */

/*Comment Output*/
.commentlist{
    padding: 0;
    margin: 0;
}
.commentlist,
.commentlist li{
    list-style: none;
}
.comment-body {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
    padding: 20px;
}
.comment-author{
    display: inline-block;
    text-align: left;
    font-size: 13px;
}

.comment-meta{
    float: right;
    font-size: 11px;
}

.comments-title{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
#reply-title{
    font-size: 21px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#commentform label{
    display: block;
    font-weight:bold;
}

#commentform input[type=text],
#commentform textarea{
    width: 100%;
    border: 1px solid #adadad;
    text-indent: 5px;
}
#commentform input[type=text]{
    height: 30px;
}
.comment-form-comment,
.comment-form-author,
.comment-form-email
{
    padding-bottom: 0 !important;
}

.col-lg-6 .article-image-anchor{
    display: block;
    max-height: 250px;
    height:250px;
    overflow: hidden;
}
#articles article.col-lg-6  h3{
    font-size: 19px;
    font-weight: bold;
}
#articles article.col-lg-6{
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow:0 0 0 rgba(0, 0, 0, 0);
    padding: 0 15px;

}
.post_forma_link{
    padding: 0;
}

.estage_t_name{
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.estage_testimonial{
    margin-bottom: 30px;
}
.estage_testimonial img{
    width: 100%;
}

.estage_testimonial a,
.estage_testimonial a:hover{
    text-decoration: none;
}
/**
Contact Form 7
 */
.wpcf7-form label{
    width: 100%;
}
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email']{
    border: 1px solid #adadad;
    height: 32px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.wpcf7-form textarea{
    border: 1px solid #adadad;
    width: 100%;
    margin-top: 5px;
}

#commentform #submit,
.wpcf7-form-control.wpcf7-submit{
    border: medium none;
    font-weight: bold;
    padding: 15px 25px;
    text-transform: uppercase;
}

.estage-pagination{
    margin-bottom: 20px;
}
.estage-pagination span,
.estage-pagination a {
    display: inline-block;
    padding: 2px 10px;
}

.estage-pagination a:hover {

    text-decoration: none;
}
.estage-pagination span.page-num {
    margin-right: 10px;
    padding: 0;
}
.estage-pagination span.dots {
    padding: 0;
}

.comment-author .fn{
    font-style: normal;
    font-weight:bold;
}


nav.footer-menu{

}
nav.footer-menu ul{
    list-style: none;
}
nav.footer-menu ul li{
    display: inline-block;
}

nav.footer-menu ul li a{
    padding: 0 6px 0 5px;
    line-height: 14px;
    display: inline-block;
}
nav.footer-menu ul li:last-child a{
    border-right: 0;
}

.page-banner{
    max-height: 250px;
    overflow: hidden;
}
.page-banner img{
    width: 100%;
}


/**
v1.5
 */
.footer_text_logo,
.footer_text_logo:hover{
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}
.footer_text_logo_tagline,
.footer_text_logo_tagline:hover{
    display: block;
    text-decoration: none;
}

header .logo_tagline,
header .logo_tagline:hover{
    display: block;
    text-decoration: none;
}
.estage_team_name{
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.sms-title{
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.social-media-sharing{
    position: absolute;
    padding: 20px 10px;
    left: -70px;
}

.social-media-sharing ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.social-media-sharing ul li{
    margin-bottom: 15px;
}
.social-media-sharing ul li a{
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
}

.social-media-sharing.relative{
    left: 0;
    position: relative;
}
.social-media-sharing.relative .sms-title{
    text-align: center;
}
.social-media-sharing.relative ul{
    text-align: center
}
.social-media-sharing.relative ul li{
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}
.social-media-sharing.relative ul li:last-child{
    margin-right: 0;
}

.social-media-sharing ul li a:hover{
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);

}
.social-media-sharing .facebook{
    background: #3b5998;
}
.social-media-sharing .twitter{
    background: #1da1f2;
}
.social-media-sharing .google-plus{
    background: #e04a39;
}
.social-media-sharing .linkedin{
    background: #0077b5;
}

#estage_popup{
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;

}


#estage_popup .container{
    position: relative;
    z-index: 1000;
}
#estage_popup_pre_form{
    font-size: 50px;
    font-weight:bold;
    line-height: 50px;
    display: block;
    padding-bottom: 20px;
    margin-top: 40%;
}

#estage_popup_form{
    position: relative;
}
#estage_popup_form input[type='email']{
    width: 100%;
    height: 45px;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    text-indent: 5px;
}
#estage_popup_form input.error{
    border: 2px solid #cb2000;
}
#popup_email-error{
    position: absolute;
    color: #cb2000;
    top: 14px;
    right: 156px;
    font-size: 12px;
}
#estage_popup_form input[type='submit']{
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 100%;
    padding: 0 40px;
    font-size: 20px;
}

#estage_popup_post_form{
    font-size: 21px;
    line-height: 25px;
}

#estage_popup{
    display: none;
}
#popup-hide{
    position: absolute;
    z-index: 2000;
    right: 27px;
    top: 20px;
    font-size: 40px;
    color: #676767;
}

/*
v1.7
 */
.about-us-image{
    float: left;
    margin-right: 20px;

}
.section-title{
    padding: 10px;
    text-align: center;
}
.section-title-line{
    height: 6px;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    border-left:0;
    border-right:0;
}


/**
v1.8
 */
body iframe{
    max-width: 100%;
}

.single-team #content{
    margin-top: 0;
}

.single-team-thumb{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
}

.estage_testimonial a{
    color: #000000;
}

.responsive-video-div{
    position:relative;
    padding-bottom:56.25%;
    padding-top:0;
    height:0;
    overflow:hidden;
}

.responsive-video-div iframe, .responsive-video-div object, .responsive-video-div embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/**
v1.9
 */
.buy-now-btn{
    padding: 5px 10px;
    color: #ffffff !important;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.product_price {
    font-weight: bold;
    font-size: 22px;
    display: block;
    float: right;
}
.product_title{
    font-size: 16px;
    line-height: 35px;
}
.product-box img{
    margin-bottom: 15px;
}

.buy-now-btn{
    background: #cb2000;
    color: #ffffff !important;
}

.product_price {
    color: #cb2000;
}

/**
v2.0
 */
.wp-caption{
    max-width: 100% !important;
}

#vc_templates-more-layouts,
#vc_templates-editor-button,
#vc_no-content-helper p.vc_ui-help-block.vc_welcome-visible-e
{
    display: none !important;
}



