/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/
#main-header { 
	/*background: #b7c6cc;
	background: -moz-linear-gradient(left,  #b7c6cc 0%, #f2f6f7 64%, #dbe3e6 100%); 
	background: -webkit-linear-gradient(left,  #b7c6cc 0%,#f2f6f7 64%,#dbe3e6 100%);
	background: linear-gradient(to right,  #b7c6cc 0%,#f2f6f7 64%,#dbe3e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7c6cc', endColorstr='#dbe3e6',GradientType=1 );*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f438a+0,6bbfe0+70,29abe2+100 */
	background: #0f438a; /* Old browsers */
	background: -moz-linear-gradient(left,  #0f438a 0%, #6bbfe0 70%, #29abe2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0f438a 0%,#6bbfe0 70%,#29abe2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0f438a 0%,#6bbfe0 70%,#29abe2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f438a', endColorstr='#29abe2',GradientType=1 ); /* IE6-9 */

}
.et_header_style_centered #main-header .container { display: flex; align-items: center; justify-content: space-around; }
.logo_container { width: 45%; text-align:left; }
.tagline { width: 65%; text-align: right; }
.tagline h2 { font-weight: normal; font-size: 24px; color: #fff; letter-spacing: 2px; }
.et_menu_container { width: 100%; max-width: 100%; padding-top: 10px; background: #fff; }
#et-top-navigation {
	font-weight: normal;
}
.et_header_style_centered #main-header div#et-top-navigation { width: 1080px; margin: 0 auto; text-align: left; padding-left: 30px; }
.et_header_style_centered #main-header.et-fixed-header div#et-top-navigation { padding-left: 15px; }

#top-menu li.menu-item-gtranslate:nth-child(7) { margin-left: 82px; padding-right: 10px; }
.et-fixed-header #top-menu li.menu-item-gtranslate:nth-child(7) { margin-left: 98px; }
#top-menu li.menu-item-gtranslate { margin-left: 0; padding-right: 0px; }

@media only screen and (min-width: 981px) {
	.et_header_style_centered #top-menu > li > a {
		padding-bottom: 10px !important;
		text-transform: uppercase; 
	}
}
@media screen and (max-width: 880px) {
	.tagline h2 { font-size: 13px; }
	.et_header_style_centered #main-header {
		padding: 10px 0 0 0;
	}
	.et_header_style_centered #main-header div#et-top-navigation { padding-left: 0; }
	.et_header_style_centered #et_mobile_nav_menu {
		margin-top: 0;
	}
	.et_menu_container { padding-top: 0; }
}
/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/




