/*
Theme Name: Bizofy Theme
Theme URI: https://bizofy.com
Author: Jay King
Author URI: https://jays.me
Description: Bizofy Custom Theme
*/

@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');


body {
	padding: 0px;
	margin: 0;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 400;
	color: var(--site-black); 
	letter-spacing: 0px;
	background: #0F1214;
}

* {
	font-family: var(--site-font);
	_content-visibility: auto;
}

.container {
    width: 1170px;
    max-width: 100%;
    margin: auto;
}

.container-service {
	padding-top: 170px;
	padding-bottom: 40px;
	color: var(--site-text);
}

#video {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    object-fit: cover;
    mix-blend-mode: hard-light;
}

.site-wrap {
	position: relative;
	z-index: 1;
}

h1, 
h2,
h3,
h4,  
h5,  
h6 {
	margin-top: 0px;
	font-weight: 600;
	line-height: 1.1;
	color: var(--site-primary);
	font-family: var(--site-font-heading);
}

h1 {
	font-size: 64px;
	margin-bottom: 20px;
}

h2 {
	font-size: 48px;
	margin-bottom: 20px;
}

h3 {
	font-size: 30px;
	margin-bottom: 15px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
	margin-bottom: 10px;
}

h6 {
	font-size: 14px;
}

a {
	text-decoration: none;
	color: var(--site-primary);
}

.site-subtitle {
	color: #fff;
}

.align-center,
.text-center {
	text-align: center;
}

.line-height {
	line-height: 34px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-control-thumbs {
	display: flex !important;
	justify-content: center;
}

.flex-control-thumbs img {
    border: 1px solid #ebebeb !important;
}

.elementor-widget:not(:lchild) {
    margin-bottom: 0px;
}

.widget-title {
	font-weight: 600 !important;
}

.widget {
    margin: 0 0 2.8em 0;
}

.widget:nth-last-child(2) {
	margin: 0;
}

.astra-shop-thumbnail-wrap .quickswish-btn-area {
	display: none;
}

.astra-shop-thumbnail-wrap:hover .quickswish-btn-area {
	display: block;
}

.quickswish-btn-area {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.7);
	height: 30px;
	transition: all 0.3s;
}

.quickswish-btn-area:hover {
	background: rgba(0,0,0,1);
}

.quickswish-btn-area a {
	color: #fff !important;
	display: block !important;
}

#site-footer-logo {
	height: 40px !important;
	width: auto !important;
}

img[alt="Money Back Guarantee"] {
	display: none !important;
}

.archive  #site-featured-boxes .uabb-module-content.uabb-infobox{
	box-shadow: 0 0px 13px 2px rgba(92, 198, 68, 0.4) !important;
}

.page-id-1413 .article-single {
	background-image: url(assets/img/faded.png);
    background-position: top 50px right;
    background-repeat: no-repeat;
    background-size: 40%;
	background-attachment: fixed;
}

.woocommerce-product-gallery__image a {
	pointer-events: none !important;
	cursor: none !important;
}

a[href=" "] {
	pointer-events: none !important;
	cursor: none !important;
}

#site-mobile-header {
	display: none;
	position: absolute;
    top: 88px;
    background: #111;
    left: 0;
    z-index: 99;
    right: 0;
    box-shadow: 0px 16px 14px -17px rgba(0,0,0,0.4);	
}

#site-mobile-header.open {
	display: block;
}

#site-mobile-header .main-navigation {
	display: block;
}

#site-mobile-header .main-navigation #primary-menu {
    text-align: center;
    display: block;
    width: 100%;	
}
#site-mobile-header .sub-menu {
	display: none !important;
}

#site-mobile-header li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0;
	list-style-type: none;
}

#site-mobile-header a {
	padding: 15px !important;
	display: block;
	text-align: center;
	color: #fff;
}

.mobile-menu-buttons {
	display: none;
}

.mobile-menu-buttons {
	grid-template-columns: 1fr;
	gap: 6px;
}

.mobile-menu-buttons span {
	width: 16px;
	height: 2px;
	background: rgba(255, 255, 255, 0.3);
	display: block;
}

@media only screen and (max-width: 980px) {
	body {
		padding: 0px;
	}

	.container {
		padding: 0px 25px;
		box-sizing: border-box;
	}

	.mobile-menu-buttons {
		cursor: pointer;
		display: grid !important;
		margin-left: auto;
		color: #fff;
	}

	.header-buttons {
		display: none;
	}

	.astra-shop-filter-button {
		margin-bottom: 20px !important;
	}
}

input,
select {
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	height: 50px !important;
	border-radius: 4px !important;
	padding: 0px 18px !important;
	font-size: 18px !important;
	color: #fff !important;
}

textarea {
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	height: 120px !important;
	border-radius: 4px !important;
	padding: 20px 18px !important;	
	font-size: 18px !important;
	color: #fff !important;	
}

label {
	font-weight: 500 !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
}

#terms h2, 
#terms h3 {
	margin-top: 50px;
	margin-bottom: 0px;
	text-transform: capitalize;
	letter-spacing: 0px;
}

.elementor-widget:not(:last-child) {
	margin-bottom: 0px !important;
}

.page-container {

}

.woocommerce-page,
.woocommerce-shop {
	background: var(--site-bg);
}

.woocommerce-product-gallery__wrapper {
	background: #daefad !important;
	padding: 100px !important;
}



.benefit-boxes {
	display: flex;
	display: none;
}

.benefit-box {
    align-items: center;
    background: #fff;
    padding: 25px;
    margin-right: 10px;
}

.benefit-box-icon {
	color: var(--site-primary);
    margin-right: 10px;
    font-size: 22px;
}

.benefit-box-icon img {
    width: 50px !important;
    height: auto !important;
}

.benefit-box-desc div:first-child {
    margin-bottom: 5px;
    line-height: 1.1;
}

.benefit-box-desc div:last-child {
    font-size: 15px;
}

.benefit-money-back {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    background: #fff;
    align-items: center;
    padding: 5px 0;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0px 2.5px 10px -1px rgb(0 0 0 / 5%);
    font-weight: bold;
}

.benefit-money-back .benefit-money-back-icon {
    margin-right: 6px;
    color: var(--site-primary);
}

.benefit-money-back p {
    margin: 0px;
}

.underline-effect {
    position: relative;
}

.underline-effect:after {
    content: '';
    position: absolute;
    top: 92%;
    width: 135%;
    aspect-ratio: 3 / 1;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 50%;
    border: 8px solid var(--site-primary);
    -webkit-clip-path: polygon(0 0, 50% 50%, 100% 0);
    clip-path: polygon(0 0, 50% 50%, 100% 0);
}