/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Version: 4.5.7
Description: This is a child theme for Divi Theme.
Author: Lawless World
License: Proprietary
Template: Divi
*/

/* Theme customization */

.header_button{
    width: 250px;
    font-size: 18px;
    text-align: center;
}
.call-wrapper{
    background: #000;
    padding: 20px 0 25px 0;
    border-bottom: 2px solid #00ADEF;
    /*height: 90px;*/
}
.call-to-actn{
    color: #00ADEF;
    /*background: #fff;*/
    /*border: 14px solid #000;*/
    /*padding: 20px;*/
    /*margin-top: -60px;*/
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    margin-bottom: 10px;
}
a.call-to-actn{
    color: #00ADEF;
}
.call-actn-text{
    background-color: #00ADEF;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 10px;
    display: inline-block;
    margin: 0 auto;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
a.call-actn-text{
    color: #ffffff;
}