/*
Theme Name: Sprung-Total
Theme URI:
Description:
Author: Sprung Interactive
Author URI: http://madebysprung.com
Template: Total
Version: 1.0
*/

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

.post-edit {
	display: none;
}

/* TYPOGRAPHY */
.heading-1,
.heading-1 h2 {
	font-family: "questa";
	font-size: 55px;
	line-height: 1.2;
}

a {
	font-weight: bold;
}

h5, h6 {
  color: #2C308D;
	margin: 0 0 0 0;
}

.hidden {
   display:none !important;
}

.bigger {
	font-size: 20px;
}

.blue,
.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5,
.blue h6 {
	color: #2C308D;
}

.cornflower,
.cornflower h1,
.cornflower h2,
.cornflower h3,
.cornflower h4,
.cornflower h5,
.cornflower h6 {
	color: #C49A64;
}

.light-blue,
.light-blue h1,
.light-blue h2,
.light-blue h3,
.light-blue h4,
.light-blue h5,
.light-blue h6 {
	color: #d6e7fe;
}

.orange,
.orange h1,
.orange h2,
.orange h3,
.orange h4,
.orange h5,
.orange h6 {
	color: #e95624;
}


/* LINKS AND BUTTONS */
.theme-txt-link {
	transition: all .3s ease;
}

.theme-txt-link:hover {
	text-decoration: none;
}

.theme-button.blue-button {
	background-color: #2C308D;
}

.theme-button.blue-button:hover {
	background-color: var(--wpex-hover-btn-bg, var(--wpex-accent-alt));
	border-color: #2C308D;
	color: #2C308D;
}

.theme-button.cornflower-button {
	background-color: #748dbe;
}

.theme-button.cornflower-button:hover {
	background-color: var(--wpex-hover-btn-bg, var(--wpex-accent-alt));
	border-color: #748dbe;
	color: #748dbe;
}

.theme-button.download {
	padding: 5px 20px 5px 25px;
}

.theme-txt-link.cornflower-button {
	color: #748dbe;
}

.theme-txt-link.orange-button {
	color: #e95624;
}

.hidden-links a {
	font-weight: inherit;
	text-decoration: none;
}

.hidden-links a:hover {
	text-decoration: underline;
}



/* PAGE STYLES */
#top-bar-content {
	width: 100%;
}

#top-bar-content .theme-button {
	padding: 2px 20px
}

.inline-display>.wpb_column>.vc_column-inner>.wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

.inline-display>.wpb_column>.vc_column-inner>.wpb_wrapper>*:not(:last-child){
	margin-right: 20px;
}

.inline-display.vc_row {
	width: calc(100% + 30px);
}

.inline-display.vc_row>.wpb_column,
.inline-display.vc_row>.wpb_column>.vc_column-inner,
.inline-display.vc_row>.wpb_column>.vc_column-inner>.wpb_wrapper  {
	width: 100%;
}
/* .blue-overlay.vc_row:not(.title-accent)::before,
.cornflower-overlay.vc_row:not(.title-accent)::before,
.light-blue-overlay.vc_row:not(.title-accent)::before,
.orange-overlay.vc_row:not(.title-accent)::before {
	background: rgba(15,57,139,0.9);
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.cornflower-overlay.vc_row:not(.title-accent)::before {
	background: rgba(116,141,190,0.9);
}

.light-blue-overlay.vc_row:not(.title-accent)::before {
	background: rgba(214,231,254,0.9);

}

.orange-overlay.vc_row:not(.title-accent)::before {
	background: rgba(233,86,36,0.9);

} */

.white-logo img {
	filter: brightness(0) invert(1);
}

.contact.vcex-icon-box .vcex-icon-box-symbol {
	width: 110px;
	text-align: center;
}

.light-icon.vcex-icon-box .vcex-icon-box-image {
	opacity: .5;
}

.vcex-icon-box .vcex-icon-box-content {
	line-height: 1.2;
}

.top-border {
	top: calc(50% - 15px);
}

.vcex-icon-box.wpex-lg-flex-row .vcex-icon-box-symbol {
	text-align: center;
}

.partnership-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.wpex-carousel.arrwpos-abs.arrwstyle-min .owl-nav__btn {
	color: #2C308D;
}

.wpex-carousel.arrwpos-abs.arrwstyle-min .owl-nav__btn:hover {
	color: #748dbe;
}

.typography-white .wpex-carousel.arrwpos-abs.arrwstyle-min .owl-nav__btn,
.typography-white .wpex-carousel.arrwpos-abs.arrwstyle-min .owl-nav__btn:hover {
	color: #ffffff;
}

.wpex-carousel.arrwpos-abs .owl-prev {
	left: -50px;
}

.wpex-carousel.arrwpos-abs .owl-next {
	right: -50px;
}

.vcex-testimonials-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.vcex-testimonials-carousel .testimonial-caret {
	display: none;
}

.vcex-testimonials-carousel .testimonial-entry-content.wpex-boxed {
	background-color: transparent;
	border-color: transparent;
	padding: 0 10px;
}

.vcex-testimonials-carousel .testimonial-entry-details {
	color: #2C308D;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.3;
}

.vcex-testimonials-carousel .testimonial-entry-bottom {
	padding: 0 10px;
}

.vcex-testimonials-carousel .testimonial-entry-bottom .testimonial-entry-author {
	font-family: "questa";
	font-size: 20px;
	color: #748dbe;
	text-align: right;
}

.vcex-testimonials-carousel .testimonial-entry-bottom .testimonial-entry-author::before {
	content: '–';
	display: inline-block;
	position: relative;
	margin-right: 5px;
}

.typography-white .vcex-testimonials-carousel .testimonial-entry-bottom .testimonial-entry-author {
	color: #d6e7fe;
}

.typography-white .vcex-testimonials-carousel .testimonial-entry-details {
	color: #ffffff;
}

.vc_row.news-card .vcex-image .vcex-image-inner {
	padding-top: 60%;
	width: 100%;
	overflow: hidden;
}

.vc_row.news-card .vcex-image .vcex-image-inner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .5s ease;
}

.wpex-card-template_324>a:hover .vc_row.news-card .vcex-image .vcex-image-inner img {
	transform: scale(1.1);
}

.wpex-card-template_324>a:hover .vc_row.news-card .theme-button-icon-right {
	transform: translateX(5px)!important
}

.download-toggle .vcex-toggle__content {
	margin-bottom: 20px !important;
	margin-top: 5px !important;
}

.download-toggle .vcex-toggle__content p {
	margin-bottom: 10px;
}

.download-toggle .vcex-toggle__content a {
	color: #000000;
}

.download-toggle .vcex-toggle__content a:hover {
	color: var(--wpex-link-color, var(--wpex-accent));
}

.bordered-columns>.wpb_column:not(:last-child) {
	padding-right: 10px;
}

.bordered-columns>.wpb_column>.vc_column-inner>.wpb_wrapper {
	position: relative;
	width: 100%;
}

.bordered-columns.vc_row-o-equal-height.vc_row-o-content-top>.wpb_column>.vc_column-inner>.wpb_wrapper {
	height: 100%;
}

.bordered-columns>.wpb_column:not(:last-child)>.vc_column-inner>.wpb_wrapper::after {
	background: url(/wp-content/themes/sprung-total/img/gray-line.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	content: '';
	width: 20px;
	height: 100%;
	display: block;
	position: absolute;
	right: -45px;
	top: 0;
	z-index: 2;
}

.hide-overflow {
	overflow: hidden;
}

.cornflower-accent {
	position: relative;
}

.wpb_column.cornflower-accent::before {
	content: url(/wp-content/themes/sprung-total/img/white-line-cornflower.svg);
	transform: rotate(270deg);
	display: block;
	position: absolute;
	right: -300px;
	bottom: calc(50% - 28px);
	z-index: 2;
}

.wpb_column.tan-accent::before {
	content: url(/wp-content/themes/sprung-total/img/white-line-tan.svg);
	transform: rotate(270deg);
	display: block;
	position: absolute;
	right: -300px;
	bottom: calc(50% - 28px);
	z-index: 2;
}

.wpb_column.blue-accent::before {
	content: url(/wp-content/themes/sprung-total/img/white-line-blue.svg);
	transform: rotate(270deg);
	display: block;
	position: absolute;
	right: -300px;
	bottom: calc(50% - 28px);
	z-index: 2;
}

.wpb_column.light-blue-accent::before {
	content: url(/wp-content/themes/sprung-total/img/white-line-light-blue.svg);
	transform: rotate(270deg);
	display: block;
	position: absolute;
	right: -205px;
	bottom: calc(50% - 28px);
	z-index: 2;
}

.wpb_column.white-accent::before {
	content: url(/wp-content/themes/sprung-total/img/white-line-white.svg);
	transform: rotate(270deg);
	display: block;
	position: absolute;
	right: -205px;
	bottom: calc(50% - 28px);
	z-index: 2;
}

.wpex-cols-right .cornflower-accent::before,
.wpex-cols-right .blue-accent::before,
.wpex-cols-right .light-blue-accent::before,
.wpex-cols-right .white-accent::before {
	left: -300px;
	right: unset;
	transform: rotate(90deg);
}

.cornflower-accent.top::before,
.blue-accent.top::before,
.light-blue-accent.top::before,
.white-accent.top::before {
	bottom: calc(75% - 28px);
}

.cornflower-accent.bottom::before,
.blue-accent.bottom::before,
.light-blue-accent.bottom::before,
.white-accent.bottom::before {
	bottom: calc(25% - 28px);
}

.wpex-cols-right .white-accent::before,
.wpex-cols-right .light-blue-accent::before {
	left: -205px;
}

.wpb_column.white-accent.top::before {
	transform: rotate(0deg);
	right: calc(-100% - 28px);
	left: calc(-100% - 18px);
	margin-left: auto;
	margin-right: auto;
	top: -4px;
	text-align: center;
}

.wpb_column.white-accent.top.left::before {
	right: unset;
	left: calc(25% - 180px);;
}

.wpb_column.white-accent.top.right::before {
	right: calc(25% - 180px);;
	left: unset;
}

.white-accent-section::before {
	content: url(/wp-content/themes/sprung-total/img/white-line-white.svg);
	display: block;
	position: absolute;
	text-align: center;
	right: calc(-100% - 28px);
	left: calc(-100% - 18px);
	margin-left: auto;
	margin-right: auto;
	top: -4.5px;
	z-index: 2;
}

.white-accent-section.left::before {
	right: unset;
	left: calc(25% - 180px);;
}

.white-accent-section.right::before {
	right: calc(25% - 180px);;
	left: unset;
}

.blue-box-accent {
   position: relative;
}

.blue-box-accent::before,
.cornflower-box-accent::before {
	background: url(/wp-content/themes/sprung-total/img/blue-line.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	content: '';
	display: block;
	height: 24px;
	width: 188px;
	position: absolute;
	text-align: center;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	z-index: 2;
}

.cornflower-box-accent::before {
	background: url(/wp-content/themes/sprung-total/img/cornflower-line.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.title-accent.vc_row .wpb_column {
	position: relative;
	/* margin-bottom: 50px; */
}

.title-accent.vc_row .wpb_column::before {
	content: url(/wp-content/themes/sprung-total/img/blue-opaque.svg);
	display: block;
	position: absolute;
	text-align: center;
	/* right: calc(-100% - 28px); */
	/* left: calc(-100% - 18px); */
	left: calc(25% - 180px);
	margin-left: auto;
	margin-right: auto;
	bottom: -55.3px;
	z-index: 2;
}

.title-accent.cornflower-overlay.vc_row .wpb_column::before {
	content: url(/wp-content/themes/sprung-total/img/cornflower-opaque.svg);
}

.title-accent.light-blue-overlay.vc_row .wpb_column::before {
	content: url(/wp-content/themes/sprung-total/img/light-blue-opaque.svg);
}

.title-accent.orange-overlay.vc_row .wpb_column::before {
	content: url(/wp-content/themes/sprung-total/img/orange-opaque.svg);
}

.bottom-cornflower-accent::after {
	content: url(/wp-content/themes/sprung-total/img/cornflower-bottom.svg);
	display: block;
	position: absolute;
	text-align: center;
	right: calc(-100% - 28px);
	left: calc(-100% - 18px);
	margin-left: auto;
	margin-right: auto;
	bottom: -49.72px;
	z-index: 2;
}

.bottom-cornflower-lighter-accent::after {
	content: url(/wp-content/themes/sprung-total/img/cornflower-bottom-lighter2.svg);
	display: block;
	position: absolute;
	text-align: center;
	right: calc(-100% - 28px);
	left: calc(-100% - 18px);
	margin-left: auto;
	margin-right: auto;
	bottom: -49.72px;
	z-index: 2;
}

.bottom-cornflower-lighter-accent2::after {
	content: url(/wp-content/themes/sprung-total/img/cornflower-bottom-lighter.svg);
	display: block;
	position: absolute;
	text-align: center;
	right: calc(-100% - 28px);
	left: calc(-100% - 18px);
	margin-left: auto;
	margin-right: auto;
	bottom: -49.72px;
	z-index: 2;
}



.vc_wp_posts .widget_recent_entries ul li {
	line-height: 1.1;
	margin-bottom: 8px;
}

.sidebar-widget-icons .widget_recent_entries a:before {
	display: none;
}



/* HEADER */


/* FOOTER */
#footer-builder .wpb_content_element a {
	text-decoration: none;
}

#footer-builder .wpb_content_element a:hover {
	text-decoration: underline;
}

.footer-links p {
	margin-bottom: 10px;
}

.footer-links a {
	text-decoration: none;
}

.footer-links a:hover {
	text-decoration: underline;
}




/* Screen Size 769px
--------------------------------------------------------------*/
@media only screen and (max-width: 769px) {
	.heading-1,
	.heading-1 h2 {
		font-size: 40px;
	}

	.text-sm-center.vcex-social-links {
		justify-content: center;
	}

	.center-row-mobile>.wpb_column>.vc_column-inner>.wpb_wrapper {
		display: flex;
		justify-content: center;
	}

	.wpex-carousel.arrwpos-abs .owl-prev {
		left: -40px;
	}

	.wpex-carousel.arrwpos-abs .owl-next {
		right: -40px;
	}

	.bordered-columns>.wpb_column:not(:last-child) {
		padding-right: 0px;
		padding-bottom: 30px;
	}

	.bordered-columns>.wpb_column:not(:last-child)>.vc_column-inner>.wpb_wrapper::after,
	.bordered-columns.after>.wpb_column:last-child>.vc_column-inner>.wpb_wrapper::after {
		background: url(/wp-content/themes/sprung-total/img/gray-line-mobile.svg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		height: 30px;
		width: 100%;
		right: unset;
		left: 0;
		top: unset;
		bottom: -30px;
		content: '';
		display: block;
		position: absolute;
		z-index: 2;
	}

	.wpb_column.cornflower-accent::before,
	.wpb_column.blue-accent::before,
	.wpb_column.white-accent::before,
	.wpex-cols-right .cornflower-accent::before,
	.wpex-cols-right .blue-accent::before,
	.wpex-cols-right .white-accent::before {
		transform: rotate(0deg);
		right: calc(-100% - 28px);
		left: calc(-100% - 18px);
		margin-left: auto;
		margin-right: auto;
		bottom: -53px;
		text-align: center;
	}

	#top-bar-content .inline-display>.wpb_column>.vc_column-inner>.wpb_wrapper {
		flex-direction: column;
	}

	#top-bar-content .theme-button {
		padding: 1px 20px
	}

	.inline-display>.wpb_column>.vc_column-inner>.wpb_wrapper>*:not(:last-child) {
		margin-right: 0;
	}






}
