/*
Theme Name: Benton Communications
Description: Divi Child Theme
Author: WhiteBox Marketing
Author URI: https://whitebox.marketing.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
h2, .h2 {
    font-weight: 700;
    font-size: 65px;
    line-height: 74px;
}

h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong {
    color: #B30838;
}

.vcenter.et_pb_row .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vbottom.et_pb_row .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, 
.et_button_no_icon.et_button_left .et_pb_button:hover, 
.et_button_no_icon .et_pb_button, 
.et_button_no_icon .et_pb_button:hover {
    padding: 0.3em 2em !important;
}

body .et_pb_bg_layout_dark.et_pb_button, 
body .et_pb_bg_layout_dark .et_pb_button {
    background: #000;
    border-color: #000;
}
body .et_pb_bg_layout_dark.et_pb_button:hover,
body .et_pb_bg_layout_dark .et_pb_button:hover {
    color: #000 !important;
    border-color: #000 !important;
}

a.et_pb_button.btn-small {
    font-size: 20px;
}

.bg-red-extended-right:before {
    content: "";
    background-image: linear-gradient(180deg, #ffffff 16%, #b30838 16%, #b30838 84%, #ffffff 84%) !important;
    width: 150vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 25%;
    display: block;
}
.bg-red-extended-left:before {
    content: "";
    background-image: linear-gradient(180deg, #ffffff 16%, #b30838 16%, #b30838 84%, #ffffff 84%) !important;
    width: 150vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 25%;
    display: block;
}

.red-triangle-bottom .et_pb_column.et-last-child::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 80px solid #b30838;
    z-index: -1;
}
.red-triangle-bottom-left .et_pb_column:first-child::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 80px solid #b30838;
    z-index: -1;
}


/* Clean List */
.clean-list ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.clean-list ul li {
    padding: 8px 0;
}
.clean-list ul strong {
    font-weight: 600;
}


/* Price List */
.price-list ul {
    list-style: none;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
}
.price-list ul li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}
.price-list ul strong {
    font-weight: 600;
}

.price-list.dotted ul li {
    padding: 8px 0 0 0;
    align-items: center;
    position: relative;
}
.price-list.dotted ul strong {
    position: relative;
    padding-right: 4px;
    z-index: 1;
    background: #000;
}
.price-list.dotted ul em {
    position: relative;
    padding-left: 4px;
    z-index: 1;
    background: #000;
    font-style: normal;
}
.price-list.dotted ul li::before {
    content: "";
    flex: 1;
    border-bottom: 1px dotted #fff;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    z-index: 0;
}

/* Member List */
.member-list ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.member-list ul li {
    padding: 6px 0;
}
.member-list ul li strong {
    display: inline-block;
    color: #B30838;
    padding-right:4px;
}
.member-list ul li em {
    display: inline-block;
    padding-left:4px;
}
  

.red-bar-title {
    background:none !important;
}
.red-bar-title:before {
    content: "";
    display: block;
    width: 300vw;
    height: 50px;
    background: #B30838;
    position: absolute;
    left: -100vw;
}


/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/

@media (max-width: 980px) {
    footer .mobile_nav .mobile_menu_bar, 
    header .mobile_nav .mobile_menu_bar {
        transform: translateX(-40px);
    }
    footer .mobile_nav .mobile_menu_bar:after, 
    header .mobile_nav .mobile_menu_bar:after {
        content: "Menu";
        font-size: 38px;
        font-weight: 600;
        color: #b30838;
        text-transform: uppercase;
        position: absolute;
        left: 60px;
        top: 30px;
    }
    footer .mobile_nav .mobile_menu_bar:after {
        color: #000;
    }
}



