/* todo: sort this throw each component */
.bvb_component_columns {
    margin-bottom: 20px;
}

.bvb_component_text_block {
    margin-bottom: 20px;
}

.bvb_component_divider {
    margin-bottom: 20px;
}

.bvb_component_image_divider {
    margin-bottom: 20px;
}

.bvb_component_bullet_list {
    margin-bottom: 20px;
}

.bvb_component_wp_editor {
    margin-bottom: 20px;
}

.bvb_component_custom_html {
    margin-bottom: 20px;
}

.bvb_component_button {
    margin-bottom: 20px;
}

.bvb_component_icon_button {
    margin-bottom: 20px;
}

.bvb_component_image {
    margin-bottom: 20px;
}

.bvb_component_icon {
    margin-bottom: 20px;
}

.bvb_component_youtube {
    margin-bottom: 20px;
}

.bvb_component_vimeo {
    margin-bottom: 20px;
}

.bvb_component_tab {
    margin-bottom: 20px;
}

.bvb_component_accordion {
    margin-bottom: 20px;
}

.bvb_component_simple_countdown {
    margin-bottom: 20px;
}

.bvb_component_flip_countdown {
    margin-bottom: 20px;
}

.bvb_component_circle_countdown {
    margin-bottom: 20px;
}

.bvb_component_banner_snippets {
    margin-bottom: 20px;
}

.bvb_component_content_box {
    margin-bottom: 20px;
}

.bvb_component_testimonial {
    margin-bottom: 20px;
}

.bvb_component_guarantee_box {
    margin-bottom: 20px;
}

.bvb_component_vertical_tab {
    margin-bottom: 20px;
}

/*=======================================*/
/*============== WP Editor ==============*/
/*=======================================*/

.bvb_editor .bvb_component_wp_editor {
    min-height: 10px;
}

/*=======================================*/
/*============== WP Editor ==============*/
/*=======================================*/

.bvb_editor .bvb_component_custom_html {
    min-height: 10px;
}

/*=========================================*/
/*============== BULLET LIST ==============*/
/*=========================================*/

.bvb_bullet ul {
    list-style: none;
}

.bvb_bullet li {
    margin-bottom: 10px;
    background: url("../images/table_tick.png") no-repeat left center;
    padding-left: 40px;
    background-size: 20px;
    text-align: left;
}




/*=====================================*/
/*============== DIVIDER ==============*/
/*=====================================*/
.bvb_simple_divider {
    margin: 0 auto;
    border-bottom: 3px solid #2F86BE;
    width: 100%;
    max-width: 100%;
}

.bvb_image_divider {
    height: 20px;
    margin: 0 auto;
    background: repeat-x top center;
    width: 100%;
    max-width: 100%;
}

/*=======================================*/
/*============== ACCORDION ==============*/
/*=======================================*/

.bvb_accordion .accordion_active .bvb_accordion_content {
    /*max-height: 1000px;*/
    /*transition: max-height 0.6s ease-in-out;*/
}

.bvb_accordion .bvb_accordion_content {
    /*max-height: 0;*/
    /*overflow: hidden;*/
    display: none;
}

.bvb_accordion .accordion_active .bvb_accordion_content {
    /*overflow: visible;*/
}

.bvb_accordion_header > * {
    padding: 10px;
}

.bvb_accordion .bvb_accordion_active_icon {
    display: none !important;
    background-color: rgba(0, 0, 0, 0.3);
}

.bvb_accordion .bvb_accordion_unactive_icon {
    display: inline-block !important;
    background-color: rgba(0, 0, 0, 0.3);
}

.bvb_accordion .accordion_active .bvb_accordion_active_icon {
    display: inline-block !important;
}

.bvb_accordion .accordion_active .bvb_accordion_unactive_icon {
    display: none !important;
}

.bvb_accordion .bvb_toggle_header {
    font-weight: bold;
    vertical-align: top;
    line-height: 1;
    display: inline-block;
}

.bvb_accordion .bvb_accordion_header {
    position: relative;
    cursor: pointer;
}

.bvb_accordion .bvb_accordion_item {
    margin-bottom: 10px;
}

.bvb_accordion .bvb_accordion_item:last-of-type {
    margin-bottom: 0;
}

/* Styles */
.bvb_accordion .bvb_accordion_content {
    background-color: #f7f7f7;
}

.bvb_accordion .bvb_accordion_header {
    background-color: #2f86be;
    color: white;
    font-size: 20px;
}

.bvb_accordion .bvb_accordion_content .bvb_block_place {
    padding: 20px;
}


/************************/
/*** Button component ***/
/************************/

.bvb_button_component {
    padding: 10px 25px;
    background-color: #2f86be;
    color: #ffffff;
    text-decoration: none !important;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 150%;
    max-width: 100%;
}

.bvb_button_component:hover {
    background-color: #2372a6;
}


/*========================================*/
/*=========== BUTTON WITH ICON ===========*/
/*========================================*/
.bvb_button_icon {
    vertical-align: middle;
    margin-right: 15px;
}

.bvb_button_text {
    vertical-align: middle;
}

/*========================================*/
/*============== CUSTOM TAB ==============*/
/*========================================*/

.bvb_tabs .bvb_tabs_nav {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    margin: 0;
}

.bvb_tabs .bvb_tabs_nav li:hover {
    background-color: #2f86be;
}

.bvb_tabs .bvb_tabs_nav li {
    list-style: none !important;
    float: left;
    white-space: nowrap;
    position: relative;
    top: 1px;
    border: none;
    outline: none;
    padding: 10px;
    cursor: pointer;
    margin-right: 5px;
    line-height: 1;
    background-color: #2f86be;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.bvb_tabs .bvb_tabs_nav .tab_active {
    background-color: #2372a6;
    outline: none;
}

.bvb_tabs .bvb_clearfix_helper:before, .bvb_clearfix_helper:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.bvb_clearfix_helper:after {
    clear: both;
}

@media (max-width: 600px) {
    .bvb_tabs .bvb_tabs_nav li {
        width: 100%;
    }
}

.bvb_tabs .bvb_tab_content{
    padding-top: 20px;
}

/*custom tabs*/



.bvb_spacer {
    height: 20px;
}

.bvb_editor .bvb_spacer {
    background: rgba(223, 237, 191, 0.7);
    border: 2px dashed rgb(147, 190, 46);
}

/* Component name: Content Box */
/*=========================================*/
/*============== CONTENT BOX ==============*/
/*=========================================*/

.bvb_content_box {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    background-color: #2F86BE;
}
/* End of component */

/*************/
/*** Image ***/
/*************/

.bvb_component_image .bvb_c_image {
    display: block;
    border: none;
    box-shadow: none;
    max-width: 100%;
    max-height: 100%;
}

.bvb_image_link:hover {
    text-decoration: none;
}

.bvb_default_image_button {
    color: #ffffff;
    border: none;
    max-width: 200px;
    height: 45px;
    border-radius: 0px;
    font-size: 16px;
    padding: 0;
    box-shadow: none;
    background: #428bca;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

/************/
/*** Icon ***/
/************/
.bvb_component_icon span {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
}


/*************/
/*** Video ***/
/*************/

/* back compatibility with old WP */
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

.bvb_video_popup {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100vh;
    z-index: 10000000;
    vertical-align: middle;
    line-height: 100vh;
    text-align: center;
    display: none;
}

.bvb_video_popup_active{
    display: block;
}

.bvb_video_iframe_wrap {
    max-width: 640px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.bvb_video_cross {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 35px;
    top: 35px;
    overflow: hidden;
    border: none;
    background: url('../images/cross.png') no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100001;
    cursor: pointer;
}

/** Video component **/
#bvb_video_popup {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 100001;
    width: 100%;
    height: 100%;
    text-align: center;
}

#bvb_iframe_div {
    position: relative;
    max-width: 640px;
    max-height: 480px;
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    text-align: initial;
}

#bvb_iframe_div iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

#bvb_video_popup:before {
    content: '';
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.bvb_video_wraper {
    max-width: 100%;
    cursor: pointer;
}

#bvb_video_popup {
    position: fixed;
    left: 50%;
    top: -100%;
    min-width: 50px;
    min-height: 50px;
    z-index: 100001;
}

.bvb_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.9);
    z-index: 100000;
}

.bvb_vplayer_default {
    color: #ffffff;
    font-family: "Open Sans", serif;
    border: none;
    max-width: 250px;
    width: 100%;
    border-radius: 0px;
    font-size: 18px;
    line-height: 200%;
    box-shadow: none;
    background: #db4747;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}


/**************************/
/*** Affiliate Snippets ***/
/**************************/

.bvb_affiliate_box {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}

.bvb_affiliate_image{
    margin-bottom: 10px;
    max-width: 100%;
}

.bvb_affiliate_text{
    margin-bottom: 10px;
}

.bvb_affiliate_textarea{
    max-width: 450px;
    width: 100%;
}

/*********************/
/*** Guaranty Box ****/
/*********************/

.bvb_gaurantee_box{
    width: 100%;
    padding: 40px 60px;
    background-color: white;
    border: 6px double #2785C2;
}

.bvb_badge{
    margin-bottom: -60px;

    margin-left: auto;
    margin-right: auto;
    display: block;

    max-width: 100%;
}

/********************/
/*** Vertical Tab ***/
/********************/

.bvb_vtab_left{
    float: left;
    background-color: #F1F1F1;
}

.bvb_vtab_right{
    float: left;
}

.bvb_vtab:after{
    content: " ";
    display: table;
    clear: both;
}

.bvb_vtab_left{
   width: 30%;
}

.bvb_vtab_right{
    width: 70%;
}

.bvb_vtab_header{
    padding: 20px;
    position: relative;

    font-size: 18px;
    color: black;

    border-bottom: 2px solid #DDDDDD;
}

.bvb_vtab_header:last-child {
    border: none;
}

.bvb_vtab_header_active {
    background-color: #2f86be;
    color: #fff;
}

.bvb_vtab_img {
    position: absolute;
    width: 40px;
    margin-top: -6px;
}

.bvb_vtab_title {
    margin-left: 50px;
    vertical-align: middle;
    display: inline-block;
    line-height: 140%;
}


.bvb_vtab_content{
    display: none;
    padding: 10px;
}

.bvb_vtab_content_active{
    display: block;
}

@media (max-width: 992px) {
    .bvb_vtab_left {
        width: 100%;
    }

    .bvb_vtab_right {
        width: 100%;
    }
}


/*****************************/
/******** TESTIMONIAL ********/
/*****************************/

.bvb_testimonial_right .bvb_testimonial_image_block{
    float: right;
    margin-right: 40px;
    margin-left: 0;
}

.bvb_testimonial_right .bvb_testimonial_text{
    float: right;
    margin-right: 15px;
}

.bvb_testimonial_hide_img .bvb_testimonial_image {
    display: none;
}

.bvb_testimonial_hide_title .bvb_testimonial_text{
    display: none;
}

.bvb_testimonial_footer:after {
    content: " ";
    clear: both;
    display: table;
}

.bvb_testimonial_header{
    padding: 20px;
    background: #ededed;
}

.bvb_testimonial_footer{
    padding-top: 30px;
}

.bvb_testimonial_image_block{
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-left: 40px;
}

.bvb_testimonial_triange{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ededed transparent transparent transparent;
    position: relative;
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 10px;
}

.bvb_testimonial_image{
    border-radius: 100px;
    /*border: 5px solid #ededed;*/
    width: 128px;
    height: 128px;
    max-width: 100%;
}

.bvb_testimonial_text{
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

.bvb_testimonial_name{
    font-size: 20px;
    color: #34495e;
}
/* End of component */