/**
Theme Name: Sorted (Astra Child)
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. 
Version: 1.0.0
Text Domain: sorted-astra-child
Template: astra
*/

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



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

.ast-theme-transparent-header .main-header-menu .current-menu-item > a.menu-link{
	font-weight: 700;
}



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

.hero-button a.elementor-button.elementor-button-link.elementor-size-sm {
    min-width: 175px !important;
}

#gallery-1 {
	display: flex;
    align-items: center;
}

#gallery-1 img {
	max-height: 119px;
    object-fit: contain;
}

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

h2.widget-title {
    font-weight: 700 !important;
    letter-spacing: 1.25px !important;
	text-transform: uppercase !important;
}

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

@media (max-width: 1400px){}
@media (max-width: 1200px){}
@media (max-width: 991px){}
@media (max-width: 767px){}
@media (max-width: 575px){}

/*Min width (Mobile First)*/
@media (min-width: 576px){}
@media (min-width: 768px){}
@media (min-width: 992px){}
@media (min-width: 1200px){}
@media (min-width: 1400px){}