/*
Theme Name: Skylark Child
Description: A child theme of Skylark Theme
Author: Skylark Interactive
Version: 1.0.0
Template: skylark
*/
@import url("../skylark/style.css");



.modal-box {
    display: none;
    position:fixed;
    top: 50%;
    left: 0%;
    right: 0%;
    z-index: 1000;
    background: white;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    text-align: center;
    margin: auto;
}

.modal-box header,
.modal-box .modal-header {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; color: #e1297a;}

.modal-box .modal-body { padding: 0px 1.5em 2em; }

.modal-box .modal-body p{ font-size: 15px; }

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(0, 0, 0, 0.5) !important;
}

a.close,a.close-popup-2 {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

a.close:hover,a.close-popup-2:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}
#wpcf7-f981-o2 .vc_col-sm-12 .accept-this{float: left;}
#wpcf7-f981-o2 .vc_col-sm-12 p{ font-size: 13px; line-height: 20px;}

sup{
    vertical-align: super;
    font-size: small;
}

/* Add the css for icon with heading aline.*/
.q_icon_with_title_with_text_editor .icon_text_holder h5 {
    line-height: 1;
    margin-bottom: 10px;
}
.footer_top_holder{display: none!important;}


.scrolled .normal{ display: none; }
.scrolled .light{ display: none; }
.scrolled img.sticky{ display: block!important; opacity: 1; }

.tabs-container{
    border: 1px solid #eaeaea;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 30px 30px 10px!important;
}




.q_tabs h2 {
    text-transform: capitalize!important;
    font-size: 25px!important;
    font-weight: normal!important;
    margin-bottom: 20px!important;
    font-family: "Calibri";
}

.q_tabs .tabs-nav{ float: left; width:100%;}
.q_tabs.horizontal .tabs-container{ width:100%; float: left; margin-top:-1px;}
.q_tabs.horizontal .tabs-nav li:first-child a{padding-left:14px!important;}
.tabs-nav li{ background:#F7F7F7;border: solid 1px #eaeaea;}
.tabs-nav li a{font-size: 14px; font-weight: 900;}
.tabs-nav li.active{ background: none; border-bottom-color:#fff;}
.tabs-nav li.active a{ background:none;color:#222222!important}
.tabs-nav li.active a span{position: relative; font-family: "Calibri";}
.tabs-nav li.active a span:after{background:#e1297a;bottom:-13px;content: "";height: 2px;left: 0;position: absolute;width:100%; right:0px; }
.tabs-nav li a{ color:#999999!important}

/* According to tab show current page. */
.my_custom_section .left_part {
    float: left;
    width: 24%;
}
.my_custom_section .right_part {
    float: right;
    width: 76%;
}
.my_custom_section .infos {
    padding-left: 30px;
}
.my_custom_section ul {
    list-style: none;
    padding-left: 0;
}
.my_custom_section .left_part ul {
    text-align: center;
}
.my_custom_section .left_part ul li {
    padding: 20px;
    background-color: #ececec ;
    color: #333333 ;
    display: inline-block;
    width: 60%;
    position: relative;
    cursor: pointer;
}
.my_custom_section .left_part ul li img {
    height: 30px;
    width: auto;
}
.my_custom_section .left_part ul li:before {
    position: absolute;
    content: "";
    border-left: 10px solid #ececec ;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -10px;
    top: 37%;
}
.my_custom_section .left_part ul li.active, .my_custom_section .left_part ul li:hover {
    background-color: #e1297a ;
    color: #ffffff ;
}
.my_custom_section .left_part ul li.active:before, .my_custom_section .left_part ul li:hover:before {
    border-left: 10px solid #e1297a ;
}
.my_custom_section .left_part ul li p {
    margin: 0;
    font-family: 'Calibri',sans-serif;
}
.my_custom_section .left_part ul li .img-responsive {
    margin: 0 0 10px;
}
.my_custom_section .left_part ul li + li {
    margin-top: 15px;
}
.my_custom_section .right_part h3 {
    font-size: 22px;
    font-weight: normal;
    color: #333333 ;
    margin-bottom: 5px;
}
.my_custom_section .right_part p {
    margin-top: 0;
    color: #666666 ;
    margin-bottom: 30px;
}
.my_custom_section .right_part .infos img {
    max-width: 100%;
}
.content_inner{ font-size: 17px;}
#popup2.modal-box,#popup.modal-box,#popup3.modal-box{ border-radius: 0px!important;}
#popup2 span,#popup span,#popup3 span{ display: block;}

.transparent_sub_page_header .search_button{color: #FFF;}
.transparent_sub_page_header.scrolled .search_button, header.scrolled .search_button{color: #000;}

.hide_me{ display: none;}

.wysija-msg{ display: none;}

.blog_column2 h2{

    text-transform: none!important;
}



@media (min-width: 32em) {
    .modal-box { width: 70%; }
}

