/* 
 Theme Name:     Academy of mine
 Author:         Academy of mine
 Author URI:     https://www.academyofmine.com
 Template:       Divi
 Version:        1.0.0.0
 Description:   A Child Theme for academy of mine
 Wordpress Version: 4.8.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


#top-header .container {
    padding-top: 1.3em;
    font-weight: 700;
    padding-bottom: 0.75em;
    color: #FFF;
}
 
#et-info {
    width: 33.3%;
    float: right;
    text-align: right;
    color: #FFF !important;
}

#et-info a {
    color: #FFF !important;
}
 
.cta {
width: 33.3%;
text-align:center;
float: right;
margin-top: -3px;
}
 
.cta a {
background: #2bba6e;
    color: #FFF !important;
    padding: 5px 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700 !important;
    transition: all 0.5s;
}
 
.cta a:hover {
opacity: 0.8;
color: #fff !important;
}
 
#et-secondary-menu {
width: 33.3%;
float: left;
text-align: left;
}
 
@media (max-width: 980px){
#et-info {
    width: 50%;
    float: right;
    text-align: right;
}
 
.cta {
width: 50%;
text-align:center;
float: left;
margin-top: -3px;
}
 
#et-info {
padding-top:0px;
padding-bottom: 0.75em;
}
}
 
@media (max-width: 740px){
.cta {display:none;}
#et-info {width: 100%;}
}


