/* 
 Theme Name:     Divi child theme   
 Author:         J3media
 Author URI:     https://j-3media.com 
 Template:       Divi
 Version:        1.0 
*/ 
/*  CUSTOM CSS BELOW THIS LINE  */


.menu-cta a{
    background:#153b68;
    padding:15px;
    color:#fff !important;
    border-radius:4px;
    margin-bottom:20px;
    font-size:14px !important;
    line-height:0px;
    text-decoration: none !important;
}
@media only screen and (max-width: 981px) {
  .menu-cta a{
    background:#153b68;
    margin-bottom:0px;
    height:40px !important;
    text-align:center;
    font-weight:700;
    font-size:18px !important;
    line-height:18px;
    text-decoration: none !important;
  }
}
.mobile_menu_bar:before{
    color: #153b68;
}
.et_mobile_menu {
    border-top: 3px solid #153b68;
}

.et-pb-slider-arrows a.et-pb-arrow-prev,
.et-pb-slider-arrows a.et-pb-arrow-next {
	opacity: 1;
}
.et-pb-slider-arrows a.et-pb-arrow-prev {
	left: 22px;
}

.et-pb-slider-arrows a.et-pb-arrow-next {
	right: 22px;
}