/*
Theme Name: Divi Child
Theme URI: https://eleganthemes.com/
description: >-
  Divi Child
Author: Webics
Author URI: https://webics.com.au/
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: divi-child
*/
.custom-header .et_pb_menu__wrap{
	justify-content:flex-end;
}
.custom-header .astm-search-menu.menu-item{
	margin:auto;
}
.custom-header ul.et_mobile_menu{
    display: block;
    position: fixed;
    right: 0px;
    top: 100px;
    width: 320px;
    left: auto;
    background-color: rgb(242, 0, 104) !important;
}

#et-main-area{
	padding-top:90px;
}


/* ------------------------ */
/* --- MENU SEARCH FORM --- */
/* ------------------------ */
body.logged-in .search-form{
	display:block;
}
/* .search-form{
	display:none;
} */

body .search-form label input[type=search]{
	background:#efdee8;
	border:1px solid #efdee8;
}
body .search-form label input[type=search]::placeholder{
	color:#333;
}
body .search-form button .is-search-icon{
	background:#9b035d;
	border-color:1px solid #efdee8;
}
body .search-form button svg path{
	fill:#fff!important;
}

#wpmem_restricted_msg,
#wpmem_login,
#wpmem_reg{
	max-width:1440px;
	margin:auto;
}

@media only screen and (max-width:980px){
	#et-main-area{
		padding-top:120px;
	}
}

@font-face {
    font-family: 'Gilroy Bold'!important;
       src: url('/wp-content/uploads/et-fonts/Gilroy-ExtraBold-800-1.ttf') format('ttf');
}

@font-face {
    font-family: 'Gilroy'!important;
       src: url('/wp-content/uploads/et-fonts/Gilroy-Light-300.otf') format('otf');
}