/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ---------------------- GLOBAL ------------------- */

@font-face {
	font-family: 'Citrus Gothic Rough';
	src: local('Citrus Gothic Regular'), local('CitrusGothicRough-Regular'),
		url('/wp-content/uploads/fonts/CitrusGothicRough-Regular.woff2') format('woff2'),
		url('/wp-content/uploads/fonts/CitrusGothicRough-Regular.woff') format('woff'),
		url('/wp-content/uploads/fonts/CitrusGothicRough-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

h1,
h2 {
	font-family: 'Citrus Gothic Rough' !important;
	font-weight: 400 !important;
}

.elementor-button {
	min-width: 200px;
}

/* ---------------------- HEADER ------------------- */

.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	fill: #ffffff;
}

.ast-desktop .current-menu-item a, .ast-desktop .current-menu-item a:hover{
   	color: #fff !important;
	font-weight:700;
}

.ast-desktop .menu-item:hover a{
	color: #fff !important;
}

/* ---------------------- BODY ------------------- */

.elementor-accordion .elementor-accordion-item:not(:last-child) {
	border: none !important;
    border-bottom: 1px solid #d5d8dc !important;
}

.elementor-accordion .elementor-accordion-item:last-child {
	 border-bottom: 1px solid transparent !important;
	border-left: 1px solid transparent !important;
	border-right: 1px solid transparent !important;
}	

/* ---------------------- FOOTER ------------------- */

.custom-footer a:hover,
.contact-us a:hover {
	color: #fff;
	text-decoration: underline;
}

#wpforms-278-field_0-container,
#wpforms-278-field_1-container {
	z-index: 9;
	margin-bottom: 15px;
}


.wpforms-container input {
	max-height: 40px;
	z-index: 9;
}

.wpforms-container input,
.wpforms-container textarea {
	border-radius: 5px;
	font-style: italic;
	color: #404040;
	padding-left: 20px;
}

.wpforms-container textarea {
	margin-top: 20px !important;
}

.wpforms-submit-container {
	text-align: center;
}

.wpforms-submit {
	min-width: 200px;
	background: #AC5343;
	font-size: 18px;
	margin-top: 10px;
}

.wpforms-submit:hover {
	background: #fff;
	color: #34556A;
}

.wpforms-confirmation-container {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 0 0;
}

.wpforms-container ::-webkit-input-placeholder {
	/* Chrome and Safari */
	color: #989898 !important;
}

.ast-scroll-to-top-right {
    bottom: 90px;
}

/* ---------------------- RESPONSIVE ------------------- */

@media (max-width:767px) {

	.wpforms-container .wpforms-one-half,
	.wpforms-container .wpforms-three-sixths,
	.wpforms-container .wpforms-two-fourths {
		width: 100% !important;
		margin: 0 !important;
	}

	#wpforms-278-field_1-container {
		margin-bottom: 15px !important;
	}
}

@media (max-width:600px) {
	#wpforms-278-field_1-container {
		margin-bottom: -15px !important;
	}
}