/*
  Theme Name: Divi Child
  Version: 1.0.0
  Template: Divi
  Author: TA Dev
  Author URI: https://www.divi-pixel.com
  Description: Divi child theme
  Text Domain: divi-child
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
/* 	--darkBlue: #060A15;
	--blue: #0337B3;
	--lightBlue: #01AAED;
	--red: #FF0000; */
}

/* HEADER */

header .et_mobile_menu {    
    border-top: 3px solid #5ef5f8 !important;
	background: #14264c !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .4) !important;
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.4) !important;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4) !important;
}
header#main-header {
    position: fixed !important;
}
header .container {
    width: 90%;
}
header ul li a {
	font-weight: 400;
	font-size: clamp(1rem, 0.278vw + 0.917rem, 1.25rem) !important;
	color: #fff !important;
}
header ul li a:hover {
	color: #5EF5F8 !important;
	font-weight: 400;
	opacity: 1 !important;
}

/* Password Page for Password Protected Page */
.et_password_protected_form {
    max-width: 600px;
    margin: 0 auto;
}

/* Privacy Policy Popup */
a.da-close.evr-close {
    border: 2px solid #3EB7ED;
    opacity: 1 !important;
    border-radius: 100%;
    color: #3EB7ED !important;
    padding: 0 !important;
	height: 20px !important;
	width: 20px !important;
	line-height: 20px !important;
	font-size: 26px !important;
	right: 8px !important;
	top: 8px !important;
}