/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Table of Contents

1. Top Header
------------------------------------------------------- */


/* 
1. Top Header
2. Main Menu
3. Body
------------------------------------------------------- */

.logo {
  float:left;
}

.header-text {
    float: left;
    text-align: left;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}

.header-text p {
	line-height: 20px;
}

/* 2. Main Menu
------------------------------------------------------- */

#top-menu li:not(:last-child) {
  border-right: 1px solid #fff;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 0px !important;
}

@media all and (max-width: 980px) {
    .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: center;
    }
}


/* 3. Body
------------------------------------------------------- */
span.et-pb-icon {
    font-size: 18px;
}

.blurbA {
	background: #ED0707;
	border-radius: 20px 20px 20px 20px;
	padding: 50px 10px 10px 10px;
}

.blurbB {
	background: #333333;
	border-radius: 20px 20px 20px 20px;
	padding: 50px 10px 10px 10px;
}

.blurbA h2, .blurbB h2 {
	color: #fff;
	font-size: 26px;
	text-align: center;
}

.blurbA img, .blurbB img{
	display: block;
	margin: 0 auto;  
}

.et_pb_tabs_controls li {
    border-right: unset;
}

ul.et_pb_tabs_controls:after {
    border-top: unset;
}
ul.sub-menu {
    margin-top: 10px;
}