/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* FONT : RETRO LINED */
@font-face {
    font-family: 'retro-lined';
    src: url('fonts/retro-lined.woff2') format('woff2'),
         url('fonts/retro-lined.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* FONT : FOGLIHTEN PCS */
@font-face {
    font-family: 'foglihten-pcs';
    src: url('fonts/foglihtenpcs.woff2') format('woff2'),
         url('fonts/foglihtenpcs.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* FONT : FOGLIHTEN PCS */
@font-face {
    font-family: 'billionaire_medium_grMdgrunge';
    src: url('fonts/billionairemediumgrunge-webfont.woff2') format('woff2'),
         url('fonts/billionairemediumgrunge-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.font-retrolined {
	font-family: 'retro-lined' !important;
}

.font-foglihten {
	font-family: 'foglihten-pcs' !important;
}

.font-billionaire {
	font-family: 'billionaire_medium_grMdgrunge' !important;
}

h2 {
	font-family: 'billionaire_medium_grMdgrunge' !important;
}

/* HOME */
.home h3 {
	font-family: 'foglihten-pcs' !important;
}
.home h4 {
	font-family: 'retro-lined' !important;
}
.home h5 {
	font-family: 'foglihten-pcs' !important;
}

/* menu mobile */
@media only screen and (max-width: 1023px) {
	h1.elementor-heading-title {
		color: #CBA328 !important;
	}
	.elementor-location-header .elementor-motion-effects-layer {
		opacity: 1 !important;
	  }
	.elementor-53 .elementor-element.elementor-element-8d8214e:not(.elementor-motion-effects-element-type-background), .elementor-53 .elementor-element.elementor-element-8d8214e > .elementor-motion-effects-container > .elementor-motion-effects-layer  {
	background-color: #1C1C1C !important;
  }
  .elementor-widget-n-menu svg {
    fill: #CBA328 !important;
  }
	.elementor-widget-n-menu .e-n-menu[data-layout="dropdown"] .e-n-menu-title {
    background-color: #1C1C1C !important;
  }
	.elementor-widget-n-menu .e-n-menu[data-layout="dropdown"] .e-n-menu-wrapper {
	margin-top: 24px !important;	
  }
}

/* Contact FORM */
.wpcf7-form-control.wpcf7-submit  {
	color: #1C1C1C;
	background-color: #cba328;
	border-color: #cba328;
	font-size: 22px;
	font-weight: 500;
	padding-left: 30px;
	padding-right: 30px;
}
.wpcf7-form-control.wpcf7-submit:hover  {
	background-color: #B38700;
}

/* Recaptcha badge */
.grecaptcha-badge  {
	opacity: 0;
}

/* back to top button */
#scrollUp  {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
	bottom: 20px;
	right: 20px !important;
}

/* Footer */
#button-footer .elementor-button-text {
	font-family: 'retro-lined' !important;
}