/* 
 Theme Name:     MLK Holiday
 Author:         Branduinc
 Author URI:     branduinc.com
 Template:       Divi
 Version:        1.00
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.8.2
*/ 


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


#top-menu-nav a {
    text-transform: uppercase;
}
#getting-started{
    padding: 50px 0;
    padding-top: 0;
}
#getting-started .time{
    display: inline-block;
    text-align: center;
    font-size: 35px;
    line-height: 25px;
    font-weight: 600;
    color: #002350 !important;
    padding: 15px 20px;
}
#getting-started .time span{
    display: block;
}
#getting-started .time span.label{
    padding-top: 20px;
    font-size: 20px;
    text-transform: uppercase;    
}
a.bigblue{
    padding-top: 15px!important;
    padding-right: 50px!important;
    padding-bottom: 15px!important;
    padding-left: 50px!important;
    display: inline-block;   
    background: #c4161c;   
    animation-duration: .2s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    color: #fff!important;
    position: relative;    
    border: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    transition: all .2s;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
a.bigblue:hover{
    border: 2px solid transparent;
    background-color: rgba(255,255,255,.2);
    color: #fff!important;
    text-decoration: none;
}
.frm__main input.text,.frm__main textarea.message{
    border-color: #e8e8e8;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #002350;   
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    display: block;
    margin: 5px 0 0;    
    border: 0;    
    outline: 0;
    resize: none;    
    line-height: 17px;
    background-color: #fff;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    
}
.frm__main textarea.message{
    width: 100%;
    height: 110px;
}
.frm__main input.btn_submit{
    border-color: #00d7ef;
    border-width: 2px;
    color: #002350;
    background-color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    height: 62px;
    line-height: 62px;
    padding: 0 50px;
    cursor: pointer;    
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.frm__main input.btn_submit:hover{
    background-color: #4d6aec;
    border-color: #4d6aec;
}
.frm__main input.text::placeholder,.frm__main textarea.message::placeholder{
    color: #002350;
}
.frm__main input.text::-webkit-input-placeholder,.frm__main textarea.message::placeholder{
    color: #002350;
}
.frm__main input.text::-moz-placeholder,.frm__main textarea.message::placeholder{
    color: #002350;
}
#left {
    width: 47%;
    float: left;
    margin-right: 6%;
}
#right {
    width: 47%;
    float: left;
}
