/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

/* Logo */
#logo {
	display: inline-block;
	float: left;
	max-height: 54%;
	margin-bottom: 0;
	vertical-align: middle;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
}

#cta-head {
        text-align:right!important;
	display:inline-block;
	float: right;
        padding-top:25px;
}
.et_header_style_centered #main-header .container h4.cta {text-align: right; font-size:1.2em; font-weight:400; margin-bottom:0px; padding-bottom:0px; margin-top:10px;}
.et_header_style_centered #main-header .container h3.phone{text-align: right; font-size:1.8em; color:#7FB93E; margin-top:0; padding-top:0}


@media screen and (max-width: 980px) {
#logo {display:inline-block; float:none!important; margin:0 auto 25px; vertical-align: middle;}
#cta-head {display:none!important; visibility:hidden; height:1%}
}