/*
 Theme Name:   [theme name]
 Theme URI:    [URL]
 Description:  [theme description]
 Author:       The Other Dimension
 Author URI:   https://theotherdimension.com
 Template:     Divi
 Version:      1.0
*/


/*** General Styling ***/

::selection {
	background-color: #0C6EF8;
	color: #fff;
}

.placeholder {
	-webkit-filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(268deg) saturate(590%) contrast(1);
	filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(268deg) saturate(590%) contrast(1);
}


/*** Navigation Styling ***/

.mobile_menu_bar:before {
    color: #fff !important;
}

.et-fixed-header #logo {
    content: url('http://aktiv.kinsta.cloud/wp-content/uploads/2025/02/Aktiv-Logo.svg') !important;
}
#top-menu li a, .et_search_form_container input {
    font-weight: 500 !important;
    letter-spacing: 1px;
	font-family: "mendl-sans-dusk", sans-serif;
}

/*** Typography Styling ***/

body {
	/* font-family: "Source Sans", sans-serif !important; */
	font-family: "mendl-sans-dusk", sans-serif;
	font-weight: 300;
	font-style: normal;
}

h1, h2, h3, h4, h5 {
	font-family: "mendl-sans-dusk", sans-serif;
	font-weight: 500;
	font-style: normal;
}

h1 {
	font-size: 4em !important;
}

h2 {
	font-size: 2.5em !important;

}

h3 {
	font-size: 1.5em !important;
	padding-bottom: 1.5rem;

}

h4 {
	font-size: 1em !important;
	color: #262C33 !important;
}

sup {
    bottom: 0.25em;
    font-size: 2.5rem;
}

sub {
    top: 0.3em;
    font-size: small;
}

sup {
    bottom: 0.5em;
    font-size: 0.8rem;
}

/*** Module Styling ***/

.swiper-wrapper {
  display: flex;
  gap: 20px; /* Adjust as needed */
}

.middle-row {
	align-items: center;
	-webkit-align-items: center;
	display: flex;
}



/*** Form Styling ***/

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    /* margin-bottom: 8px; */
    font-size: 15px;
    background-color: #0c6ef8;
    border-width: 0px !important;
    border-radius: 0px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    padding: .5em 1em !important;
	cursor: pointer;
}
.gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input  {
	color: #ffffff !important;
    background-color: #5eaa73;
}


/*** Responsive Styling ***/

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {

 
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {


}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

	.swap_row, 
	.middle-row.swap_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex !important;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	} 
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
		margin-bottom: 30px !important;
	} 
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	} 
	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	} 
	.fourth-on-mobile {
		-webkit-order: 4;
		order: 4;
	}
	.swap_row:last-child .et_pb_column:last-child {
		margin-bottom: 0;
	}
	.middle-row {
		display: block;
	}

}

/*** Responsive Styles Tablet and ABOVE ***/
@media all and (min-width: 981px) {
	
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {


}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {


}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

	
}