/*
Theme Name:     GulfWebDev-Marketing
Description:    
Author:         admin
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

#top-header {
background-color: rgba(46, 163, 242, 0);
}

#top-header.et-fixed-header{
background-color: #2ea3f2 !important;
}

/*------------------------------------------------*/
/*-------[Swap Logo on Scroll - Quiroz.co]--------*/
/*------------------------------------------------*/
 
#logo2 {
display: none;
float: none;
max-height: 54%;
margin-bottom: 0;
vertical-align: middle;
}

.et-fixed-header #logo {
display:none;
}

.et-fixed-header #logo2 {
display:inline;
}


/*** Menu Styling***/
/*******************/

#et-info {
    float: right;
}
.et_header_style_left #et-top-navigation nav > ul > li > a {
 color: #fff;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
    color: #011F2F !important;
}

.bluemenu a{
color: #00AFE0 !important;
}

/*******************/



h5 {
    font-size: 18px !important;
}

h4 {
    font-size: 30px;
    font-weight: bold;
text-shadow: 1px 1px 0px #333;  
}

.et_pb_blurb_position_left .et_pb_main_blurb_image{
    width: 150px;
}

.et_pb_section.et_pb_section_first {
    padding-top: 50px !important;
}

.et_pb_section.et_pb_section_first {
    padding-top: 0 !important;
}



.titles h2 {
    font-weight: bold !important;
    font-size: 50px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 90%;
    max-width: 900px;
    margin: -30px auto 0;
}


.et_pb_slide_description .et_pb_slide_title {
    line-height: 1.1em;
}

.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 3% 0%;
}

.et_pb_slider .et_pb_slide {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.0);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.0);
}

@media only screen and (max-device-width: 480px) {
.et_pb_blurb_position_left .et_pb_main_blurb_image{
    width: 50px;
}
.titles h2 {
    font-weight: bold !important;
    font-size: 30px;
}
	}