/*
 Theme Name:   Revaya Life
 Theme URI:    https://revayalife.com.au
 Description:  Revaya Life Child Theme
 Author:       The Other Dimension
 Author URI:   https://theotherdimension.com
 Template:     Divi
 Version:      1.0
*/




/*** General Styling ***/

::selection {
	background-color: #374c3e;
	color: #ffffff;
}

.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 ***/



/*** Typography Styling ***/

body h1 {
	font-size: clamp(2rem, 5.3vw - 0.8rem, 2.5rem);
	font-weight: 700;
	line-height: 1.3em;
}

body h2 {
	font-size: clamp(1.75rem, 5.3vw - 1.3rem, 2rem);
	line-height: 1.3em;
	font-weight: 600;
}

body h3 {
	line-height: 1.3em;
}

body h4 {
	font-weight: 600;
	line-height: 1.3em;
}



/*** Module Styling ***/

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



/*** Form Styling ***/

.gform_heading {
	display: none;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	padding: 12px 20px;
	color: inherit;
	font-weight: 500;
	font-size: 18px;
	background-color: #f5f5f5;
	border: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.gform_wrapper.gravity-theme .gform_footer input {
    display: inline-block;
	font-size: 18px;
	line-height: 1.7em;
	color: #ffffff;
    background-color: #374c3e;
    border-width: 0px!important;
    border-radius: 50px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
	padding: .3em 1.25em!important;
	transition: all 300ms ease 0ms;
	background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
	font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.gform_wrapper.gravity-theme .gform_footer input:hover {
	cursor: pointer;
}


/*** 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) {
	.rl-middle-row {
		display: block;
	}
		.swap_row,
		.rl-middle-row.swap_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	} 
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	} 
	.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,
	.swap_row .et_pb_column:last-child {
		margin-bottom: 30px;
	}
	
}

/*** 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) {

	
}