/**
Theme Name: Astra Child
Author: NodeIZ
Author URI: https://nodeiz.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. 
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
*/

/* DCDNA CSS */

:root {
	--gold: #D6AD25;
}

.gold {
	color: var(--gold);
}
.mb_0, .mbA_0 * {
	margin-bottom: 0 !important;
}

/* Typography */

@font-face {
  font-family: "Ringside Condensed;
  src: url("https://cloud.typography.com/72258/6898032/css/fonts.css");
}

.primary_font, .primary_font *,
.elementor-cta .elementor-cta__title {
	font-family: "Ringside Condensed SSm A", "Ringside Condensed SSm B" !important;
}
.secondary_font, .secondary_font *,
.elementor-cta .elementor-cta__description {
	font-family: "Ringside Narrow SSm A", "Ringside Narrow SSm B" !important;
}
.button_font, .button_font * {
	font-family: "Ringside Regular SSm A", "Ringside Regular SSm B" !important;
}

/* Icon Button */

.elementor-button span.elementor-button-icon,
.elementor-button span.elementor-button-icon svg {
	font-size: 22px;
	transition: all 0.3s ease-in-out;
}
.elementor-button:hover span.elementor-button-icon {
    position: relative;
    right: -10px;
}

/* Menu */

.rt_align ul.elementor-nav-menu > li.menu-item > a.menu-link {
    padding-right: 0;
}

/* Vertical Menu */

.elementor-nav-menu--layout-vertical ul.elementor-nav-menu {
	display: flex;
	flex-direction: column;
}
.elementor-nav-menu--layout-vertical ul.elementor-nav-menu > li.menu-item a.menu-link {
	width: auto;
	float: left;
}


/* Elementor Popup */

.elementor-widget-icon .elementor-icon-wrapper a {
	outline: none;
}
.dialog-widget.menu_popup a.dialog-close-button {
    background-image: url('assets/images/arrow_cross.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    outline: none;
}
.dialog-widget.menu_popup a.dialog-close-button svg {
	display: none;
}


/* Media Qurries */

@media only screen and (max-width: 390px) {
	
	.largeBtn .elementor-button {
		margin: 0 -20px;
	}
	
} /* max-width: 390px */
