/*
Theme Name: Elite Base Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



/* --------- BUTTON STYLES --------- */

/* SHAPE */
.square-btn {
	border-radius: 0;
}

.pill-btn {
	border-radius: 80px;
}



/* SIZE */
.btn-small-btn, .btn-regular-btn {
	font-size: var( --e-global-typography-accent-font-size) ;
	font-family: var( --e-global-typography-accent-font-family );
	font-weight: var( --e-global-typography-accent-font-weight );
	text-transform: var( --e-global-typography-accent-text-transform) ;
	font-style: var( --e-global-typography-accent-font-style );
	line-height: var( --e-global-typography-accent-line-height) ;
	letter-spacing: var( --e-global-typography-accent-letter-spacing) ;
}

.btn-large-btn, .btn-extra-large-btn {
	font-size: var(--e-global-typography-ff35801-font-size);
	font-family: var( --e-global-typography-ff35801-font-family );
	font-weight: var( --e-global-typography-ff35801-font-weight );
	text-transform: var( --e-global-typography-ff35801-text-transform );
	font-style: var( --e-global-typography-ff35801-font-style );
	line-height: var( --e-global-typography-ff35801-line-height );
	letter-spacing: var( --e-global-typography-ff35801-letter-spacing );
}

.btn-small-btn {
	padding: 10px 18px;

}

.btn-regular-btn {
	padding: 16px 24px;
}

.btn-large-btn {
	padding: 20px 28px;
}

.btn-extra-large-btn {
	padding: 24px 30px;
}

/* TEXT ONLY */
.btn-text-only-btn {
	padding: 0px!important;
	border-radius: 0!important;
	background-color: transparent!important;
}



/* --------- GENERAL STYLING --------- */
.oceanwp-sidr-overlay {
	z-index: 9999 !important;
}

.is-sticky #site-header, .is-sticky #top-bar-wrap, .is-sticky .header-top {
    opacity: 1!important;
}

.opl-login-li, .sidr-class-opl-logout-link, .sidr-class-opl-login-li {
	display: none!important;
}

ul.elementor-icon-list-items a span, ul.elementor-icon-list-items span {
    transition: .3s;
}

.elementor-social-icon i { 
	transition: .3s; 
}



/* WHEN MAX WIDTH 90% TURNS ON */
@media only screen and (max-width: 960px) {
	.remove-maxwidth .elementor-container {
		max-width: 100%!important;
	}
}



/* --------- TOPBAR STYLING --------- */
.topbar-content i {
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 3px;
	font-size: 10px;
	transition: .4s;
	border-radius: 50%;
}

.d-only {
	display: inline-block;
}

.m-only {
	display: none;
}

@media only screen and (max-width: 600px) {
	.d-only {
		display: none;
	}

	.m-only {
		display: inline-block;
	}
}



/* --------- HOME PAGE STYLES --------- */

/* SERVICE BOX */
.sbox .red-plus .elementor-icon {
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	padding: 20px 5px 5px 25px;
	transition: .4s;
}

.sbox:hover .red-plus .elementor-icon {
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	padding: 20px 5px 5px 25px;
	transition: .4s;
}







/* --------- FOOTER --------- */


/* AFFILIATE SLIDER */

.affiliate-slider .elementor-swiper-button-prev {
	margin-left: -30px;
}

.affiliate-slider .elementor-swiper-button-next {
	margin-right: -30px;
}

/* FOOTER */

#footer-callout-wrap {
	border: 0px !important;
}







/* --------- WP FORMS --------- */

/* FIXES FORMATING FOR ADDRESS FIELD */

.wpforms-field-address .wpforms-field-large {
width: 66.666%!important;
float: left!important;
clear: right!important;
}

.wpforms-field-address .wpforms-field-large:nth-child(2) {
width: 100%!important;
}

.wpforms-field-address .wpforms-field-large:nth-child(3) {
width: calc(66.666% - 10px)!important;
}

.wpforms-field-address .wpforms-field-large:nth-child(4) {
width: calc(33.333% - 10px)!important;
margin-left: 20px;
}

.wpforms-field-address .wpforms-field-large:nth-child(4) .wpforms-one-half {
width: 100%!important;
padding-right: 0px!important;
}

/* REMOVE BOX SHADOW ON FIELDS */

div.wpforms-container-full input[type="date"]:focus, div.wpforms-container-full input[type="datetime"]:focus, div.wpforms-container-full input[type="datetime-local"]:focus, div.wpforms-container-full input[type="email"]:focus, div.wpforms-container-full input[type="month"]:focus, div.wpforms-container-full input[type="number"]:focus, div.wpforms-container-full input[type="password"]:focus, div.wpforms-container-full input[type="range"]:focus, div.wpforms-container-full input[type="search"]:focus, div.wpforms-container-full input[type="tel"]:focus, div.wpforms-container-full input[type="text"]:focus, div.wpforms-container-full input[type="time"]:focus, div.wpforms-container-full input[type="url"]:focus, div.wpforms-container-full input[type="week"]:focus, div.wpforms-container-full select:focus, div.wpforms-container-full textarea:focus, div.wpforms-container-full input[type="submit"], div.wpforms-container-full button[type="submit"], div.wpforms-container-full .wpforms-page-button {
	box-shadow: none !important;
}

/* SMOOTH TRANSITION FOR BACKGROUND AND BORDER CHANGE */

.wpforms-field input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .wpforms-field textarea, .wpforms-field select {
	transition: .3s !important;
}





/* --------- SVG COLOR CODES --------- */

.white-svg svg {
	fill: #FFF !important;
}

.ddd-svg svg {
	fill: var(--e-global-color-4085246) !important;
}

.black-svg svg {
	fill: var(--e-global-color-3630ffec) !important;
}

.main-svg svg {
	fill: var(--e-global-color-primary) !important;
}

.accent-svg svg {
	fill: var(--e-global-color-text) !important;
}





/* MATCHING IMAGE HEIGHT TO COLUMN */
.imageheight {
    height: 100% !important;
	position: absolute;
}

.imageheight .elementor-image {
	height: 100%!important;
}

@media only screen and (max-width: 767px) {	
	.imageheight {
		position: relative;
	}
}
