/**
Theme Name: Global Cutz
Author: Forte Marketing
Author URI: https://fortemarketing.com.au/
Description: Custom theme for Global Cutz
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: global-cutz
Template: astra
*/



.global-gold {
	color: var(--ast-global-color-0);
}

.global-grey {
	color:#AAAAAA;
}

body {
	background-color: #191919;
	background-size: 100%;
}


/**Remove padding from header logo */
.ast-site-identity {
    padding: 0px !important;
}

/** Buttons */
.ast-custom-button, .fl-button-wrap > a {
	font-size: 16px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	border-radius: 30px !important;
	white-space: nowrap !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
}

/** -----------------------------------  Overhanging image card section styles  ---------------------------------------------*/
.overhanging-image-cards {
	margin-top: 190px;
}


/* Small devices (SM and up) */
 @media (min-width: 576px) {
	.overhanging-image-cards {
		margin-top: 200px;
	}
}

/* Medium devices (MD and up) */
@media (min-width: 768px) {
	.overhanging-image-cards {
		margin-top: 180px;
	}
}

/* Large devices (LG and up) */
@media (min-width: 992px) {
	.overhanging-image-cards {
		margin-top: 150px;
	}
}

/* Extra large devices (XL and up) */
@media (min-width: 1200px) {
	.overhanging-image-cards {
		margin-top:220px;
	}
}

/** Curved borders */
.overhanging-image-cards div {
    border-radius: 15px;
}

/** Overhung image */
.overhanging-image-cards .uabb-image {
    position: relative;
}
.overhanging-image-cards .uabb-image-content {
    position: absolute;
    bottom:0;
    width:100%;
}
.overhanging-image-cards .uabb-image-content > img {
	width:100% !important;
    margin-left:auto;
    margin-right:auto;
}

.overhanging-image-cards .uabb-image {
	height: 20vh;
}


/** ------------------------------------- End of Overhanging image card styles ---------------------------------------------*/
