/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/* Sizing */
:root {
  /* Desktop */
  /* number */
  --font-size-body: 20px;
  --font-size-h4: 20px;
  --font-size-h5: 20px;
  --font-size-buttons: 22px;
  --font-size-navigation: 24px;
  --font-size-h3: 32px;
  --font-size-h2: 52px;
  --font-size-h1: 85px;
  --font-size-title: 136px;
  --space-0: 0px;
  --space-number: 0px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-7: 64px;
  --space-8: 96px;
  /* string */
  --font-family-display: loos-normal;
  --font-family-paragraph: Helvetica;
}
/* Colour */
:root {
  /* Mode 1 */
  /* color */
  --black: #000000;
  --gray: #53565a;
  --light-gray: #e9eff0;
  --primary: #005f83;
  --secondary: var(--primary);
  --success: #008f21;
  --warning: #f4364c;
  --white: #ffffff;
}

@media only screen and (max-width: 768px) {
  /* Sizing */
  :root {
  	--font-size-body: 16px;
	--font-size-h4: 16px;
	--font-size-h5: 16px;
	--font-size-buttons: 20px;
	--font-size-navigation: 20px;
	--font-size-h3: 26px;
	--font-size-h2: 42px;
	--font-size-h1: 68px;
	--font-size-title: 80px;
	--space-0: 0px;
	--space-number: 0.5px;
	--space-1: 4px;
	--space-2: 8px;
	--space-3: 12px;
	--space-4: 16px;
	--space-5: 20px;
	--space-6: 24px;
	--space-7: 32px;
	--space-8: 48px;
  }
}

h1 {
	font-size: var(--font-size-h1);
	line-height: 100%;
	font-weight: 500;
	font-family: loos-normal;
}

h2 {
	font-size: var(--font-size-h2);
	line-height: 100%;
	font-weight: 500;
	font-family: loos-normal;
	margin: 0;
}

h3 {
	font-size: var(--font-size-h3);
	line-height: 100%;
	font-weight: 500;
	font-family: loos-normal;
	margin: 0;
}

h4 {
	font-size: var(--font-size-h4);
	line-height: 100%;
	font-weight: 500;
	font-family: loos-normal;
	margin: 0;
}

h5 {
	font-size: var(--font-size-h5);
	line-height: 100%;
	font-weight: 500;
	font-family: loos-normal;
	margin: 0;
}

body, div, span {
	font-size: var(--font-size-body);
	line-height: 100%;
	font-family: var(--font-family-paragraph);
}

/*acf*/
#acf-readonly input,
#acf-readonly textarea,
#acf-readonly select {
  pointer-events: none !important;
  background: #f5f5f5 !important;
}

/* Hide the admin-only block by default */
.vc_row.admin-only .wpb_wrapper > div {
	margin-bottom: 0 !important;
}

.admin-only {
  display: none !important;
}

body.is-admin .admin-only {
  display: block !important;
}


/* Contact form 7 */
.contact-us-form-description {
	padding-bottom: 70px;
}

.contact-us-form-title h2, .contact-us-form-description h3 {
	color: var(--primary);
}

.wpcf7-form .form_row{
	display: flex;
	justify-content: space-between;
	gap: var(--space-6);
}

/*.wpcf7-form .form-row > * {
  flex: 1 1 0;
  min-width: 0;
}*/

.wpcf7-form .form_row p {
	width: 100% !important;
	margin-bottom: 0;
}

.wpcf7-form label{
	color: var(--black, #000);

	/* Semibold */
	font-family: var(--font-family-paragraph, Helvetica);
	font-size: var(--font-size-body, 1.25rem);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: var(--space-6);
}

.wpcf7-form div.submit{
	text-align: center;
}

.wpcf7-form .wpcf7-form-control-wrap{
	margin-top: 1rem;
}

.wpcf7-form span.required{
	color: var(--warning, #F4364C);

	/* Regular */
	font-family: var(--font-family-paragraph, Helvetica);
	font-size: var(--font-size-body, 1.25rem);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.wpcf7-form span.optional{
	color: var(--primary, #005F83);
	/* Regular */
	font-family: var(--font-family-paragraph, Helvetica);
	font-size: var(--font-size-body, 1.25rem);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.wpcf7-form .submit input{
	min-height: 3.5rem;
	padding: var(--space-2, 0.5rem) var(--space-5, 2rem);
	background: var(--primary, #005F83);

	/* D11 Drop Shadow */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
	color: var(--white, #FFF);

	/* Buttons */
	font-family: var(--font-family-paragraph, Helvetica);
	font-size: var(--font-size-h4, 1.25rem);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.wpcf7-form .form_row input {
	border: 1px solid var(--primary, #005F83);
	background: var(--white, #FFF);
	color: var(--black);
}

.wpcf7-form .form_row select {
	border: 1px solid var(--primary, #005F83);
	background-color: var(--white, #FFF);
	color: var(--black);
	cursor: pointer;
}

.wpcf7-form .form_row select:focus {
	background-color: var(--white, #FFF) !important;
}

@media (max-width: 1242px) {
	.wpcf7-form .form_row{
		display: block;
	}

	.wpcf7-form label{
		margin-bottom: var(--space-4);
	}
}


/* menu fixes for mobile */
/*@media only screen and (max-width: 767px) {
    #Top_bar .logo {
         width: auto; 
    }
}
@media only screen and (max-width: 767px) {
    #Top_bar {
         background-color: unset !important; 
    }
}*/

#Side_slide .close-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#Side_slide .close-wrapper .site-logo{
	width: 6.25rem;
	height: 6.25rem;
}

#Side_slide{
	box-sizing: border-box;
}

#Side_slide #menu ul li a{
	padding-left: 0;
	padding-right: 0;
}

#Side_slide .menu-item{
	text-align: left;
	color: var(--black, #000);

	/* Bold */
	font-family: var(--font-family-paragraph, Helvetica);
	font-size: var(--font-size-body, 1rem);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.side-slide-is-open #Side_slide{
	width: 100%;
	padding: var(--space-4, 1rem);
}

/* social wall */
#social-wall-title {
	margin-bottom: var(--space-7);
	margin-top: var(--space-4);
}

#social-wall-title h2 {
	color: var(--white);
}

#custom-social-wall .sbsw-filter-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: var(--space-7);
	row-gap: var(--space-5);
	padding-bottom: var(--space-7);
}

#custom-social-wall .sbsw-filter-bar .sbsw-single-filter {
	margin: 0;
}

#custom-social-wall .sbsw-filter-bar .sbsw-single-filter a {
	padding: var(--space-2) var(--space-5);
	font-size: var(--font-size-h4);
	font-weight: 700;
	color: var(--black);
	display: flex;
	align-items: center;
	column-gap: var(--space-2);
	border-radius: 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	background: var(--light-gray);
}

#custom-social-wall .sbsw-filter-bar .sbsw-single-filter a:hover {
	background: var(--white);
	color: var(--primary);
}

#custom-social-wall .sbsw-filter-bar .sbsw-single-filter a:hover svg {
	fill: var(--primary);
}

#custom-social-wall .sbsw-filter-bar .sbsw-single-filter a svg {
	height: 32px;
	width: 32px;
	fill: var(--black);
	margin-right: 0;
	transition: all 0.3s ease;
}

.has_content .the_content_wrapper {
	margin-bottom: 0 !important;
}

.share-modal, .video-viewer-modal, .video-submit-modal {
	display: none;
}
