/*
Theme Name: Kingsview Theme
Theme URI: https://github.com/glivera-team/glivera-wordpress-webpack-boilerplate
Description: Kingsview theme, crafted by Glivera team.
Author: Glivera team
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
*/

/* Remove quiz form progress bar on home page */
body.home .gform_wrapper.quiz-form_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container input,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container select,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container_textarea textarea {
	box-shadow: inset 0 0 0 1px #c02b0a;
}

body.body--location .gform_wrapper .gform_footer input[type=submit] {
	background: #608b31 !important;
}

body.body--location .gform_wrapper .gform_footer input[type=submit]:hover,
body.body--location .gform_wrapper .gform_footer input[type=submit]:active {
	color: #608b31 !important;
	background-color: #fff !important;
	border: 1px solid #608b31 !important;
}

@media screen and (min-width: 1024px) {
	body.body--location .gform_wrapper .gform_footer input[type=submit] {
		box-shadow: 0.2rem 0.2rem 3.6rem 0.6rem rgb(96 139 49 / 36%) !important;
	}
}

body .gform_wrapper .gform_body .gform_fields .ginput_container .instruction {
	display: none;
}

.quiz_loading_wrap {
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
	flex-direction:row;
	flex-wrap:nowrap;

	background:#f3f1ed;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	transition:opacity .3s;
	width:100%;
	z-index:99
}
.quiz_loading_wrap.hidden_mod{
	opacity:0;
	pointer-events:none
}
.quiz_loading{
	display:inline-block;
	height:80px;
	position:relative;
	width:80px
}

.quiz_loading_wrap.hidden_mod {
	opacity: 0;
	pointer-events: none
}

.quiz_loading {
	display: inline-block;
	height: 80px;
	position: relative;
	width: 80px
}

.quiz_loading div {
	-webkit-animation: quiz_loading 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	animation: quiz_loading 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	-webkit-transform-origin: 40px 40px;
	transform-origin: 40px 40px
}

.quiz_loading div:after {
	background: #000;
	border-radius: 50%;
	content: " ";
	display: block;
	height: 7px;
	margin: -4px 0 0 -4px;
	position: absolute;
	width: 7px
}

.quiz_loading div:first-child {
	-webkit-animation-delay: -36ms;
	animation-delay: -36ms
}

.quiz_loading div:first-child:after {
	left: 63px;
	top: 63px
}

.quiz_loading div:nth-child(2) {
	-webkit-animation-delay: -72ms;
	animation-delay: -72ms
}

.quiz_loading div:nth-child(2):after {
	left: 56px;
	top: 68px
}

.quiz_loading div:nth-child(3) {
	-webkit-animation-delay: -.108s;
	animation-delay: -.108s
}

.quiz_loading div:nth-child(3):after {
	left: 48px;
	top: 71px
}

.quiz_loading div:nth-child(4) {
	-webkit-animation-delay: -.144s;
	animation-delay: -.144s
}

.quiz_loading div:nth-child(4):after {
	left: 40px;
	top: 72px
}

.quiz_loading div:nth-child(5) {
	-webkit-animation-delay: -.18s;
	animation-delay: -.18s
}

.quiz_loading div:nth-child(5):after {
	left: 32px;
	top: 71px
}

.quiz_loading div:nth-child(6) {
	-webkit-animation-delay: -.216s;
	animation-delay: -.216s
}

.quiz_loading div:nth-child(6):after {
	left: 24px;
	top: 68px
}

.quiz_loading div:nth-child(7) {
	-webkit-animation-delay: -.252s;
	animation-delay: -.252s
}

.quiz_loading div:nth-child(7):after {
	left: 17px;
	top: 63px
}

.quiz_loading div:nth-child(8) {
	-webkit-animation-delay: -.288s;
	animation-delay: -.288s
}

.quiz_loading div:nth-child(8):after {
	left: 12px;
	top: 56px
}

@-webkit-keyframes quiz_loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes quiz_loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

/* +----------------------------------+ */
/* | AddToAny buttons styles override | */
/* +----------------------------------+ */
body .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
	width: 2.5rem;
	height: 2.5rem;
	background-color: #00374A !important;
}

body .a2a_svg svg path {
	fill: #ffffff;
}

/* +------------------------------+ */
/* | Range slider styles override | */
/* +------------------------------+ */
body .ui-widget-header {
	background-image: linear-gradient(to right, #003648 0%, #007795 100%)
}

body .circles-slider.ui-slider {
	height: 7px;
	background: #fff !important;
	border-radius: 4px;
	box-shadow: 0 0 2rem -1px rgba(0, 0, 0, 0.2);
}

/* slider handler */
body .ui-slider .ui-slider-handle {
	margin-top: -0.5rem;
	width: 2.6rem;
	height: 2.6rem;
	background-color: #ffffff;
	border-radius: 50%;
	filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.2));
}

/* slider labels */
body .ui-slider-pips .ui-slider-pip,
body .circles-slider .ui-slider-pip.ui-slider-pip-last,
body .circles-slider .ui-slider-pip.ui-slider-pip-first {
	top: 5rem;
}

body .circles-slider .ui-slider-pip .ui-slider-line {
	display: none;
}

body .ui-slider-pips .ui-slider-label {
	position: absolute;
	margin-left: 0;
	width: auto;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
}

/* first label and last labels */
body .circles-slider .ui-slider-pip.ui-slider-pip-first .ui-slider-label {
	left: 1rem;
	transform: translateX(0);
}

body .circles-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-label {
	left: -2rem;
}

body .ui-slider-pips .ui-slider-pip {
	font-size: 1.6rem;
	font-weight: 700;
	color: #00384c;
	letter-spacing: 0.033rem;
	text-transform: uppercase;
	white-space: nowrap;
	transition: opacity .3s ease;
}

body .circles-slider .ui-slider-pip.ui-slider-pip-selected,
body .circles-slider .ui-slider-pip.ui-slider-pip-selected-initial,
body .ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
	color: #00384c;
}

body .ui-slider-pips .ui-slider-pip.ui-slider-pip-selected ~ .ui-slider-pip {
	opacity: 0.25;
}

body .ui-widget.ui-widget-content {
	border: none;
}

@media screen and (max-width: 1023px) {
	body .ui-slider-pips .ui-slider-pip {
		left: 0 !important;
		width: 30rem;
		margin-left: 0;
		opacity: 0;
		transition: opacity .3s ease;
	}

	body .ui-slider-pip.ui-slider-pip-selected {
		opacity: 1;
	}

	body .ui-slider-pips .ui-slider-pip.ui-slider-pip-selected ~ .ui-slider-pip {
		opacity: 0;
	}

	body .ui-slider-pips .ui-slider-label {
		left: 0;
		color: #00384c;
		transform: translateX(0);
	}

		/* first label and last labels */
	body .circles-slider .ui-slider-pip.ui-slider-pip-first .ui-slider-label,
	body .circles-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-label {
		left: 0;
	}

	body .ui-slider-pips .ui-slider-pip,
	body .circles-slider .ui-slider-pip.ui-slider-pip-last,
	body .circles-slider .ui-slider-pip.ui-slider-pip-first {
		top: 2.5rem;
	}
}

/* +-------------------------------+ */
/* | Download form styles override | */
/* +-------------------------------+ */
body .wpcf7 form .wpcf7-response-output {
	margin: 0;
	border-radius: 4px;
}

.wpcf7-submit.article_sidebar__btn:hover,
.wpcf7-submit.article_sidebar__btn:active,
.wpcf7-submit.article_sidebar__btn:focus {
	background-color: #00384c;
	transition: all .2s ease;
}

.wp-block-embed-youtube.aligncenter > iframe {
	margin-bottom: 3rem;
	width: 100% !important;
	min-height: 68rem !important;
}

/*Account acces section*/

.account_section .block_header {
    max-width: 500px;
    margin-bottom: 20px;
}
.account_section .block_header h2 {
    font-size: 48px;
    color: #00374A;
    font-weight: 400;
    margin-bottom: 20px;
}
.account_section .block_header p {
    font-size: 20px;
    line-height: 1.5;
    color: #00374A;
}
.banner-wrapper {
    background-image: -o-linear-gradient(45deg, #003648 0%, #006f8c 100%);
    background-image: linear-gradient(45deg, #003648 0%, #006f8c 100%);
    position: relative;
    padding: 80px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 20px rgb(0 0 0 / 39%);
            box-shadow: 2px 2px 20px rgb(0 0 0 / 39%);
    text-align: center;
}
.banner-wrapper .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.banner-wrapper .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: .5;
}
.banner-wrapper .banner-content{
	position: relative;
}
.banner-wrapper .banner-content p{
	color: #7da452;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 5.9567347px;
	margin-bottom: 30px;
}
.banner-wrapper .banner-content h2{
	color: #ffffff;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 1.2479825px;
}
.banner-content .btn-cta {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ffffff;
    padding: 15px 30px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.banner-content .btn-cta:hover {
    background-image: -o-linear-gradient(24deg,#003648,#007795),-o-linear-gradient(24deg,#003648,#007795);
    background-image: linear-gradient(66deg,#003648,#007795),linear-gradient(66deg,#003648,#007795);
    color: #fff;
    text-decoration: none;
}
.logo-main-wrapper {
    padding: 50px 0;
}
.logo-main-wrapper ul.logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -25px;
}
.logo-main-wrapper ul.logo-wrap li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
	padding: 0 25px;
}
.logo-main-wrapper ul.logo-wrap .img-wrapper {
    padding-top: calc(180 / 310 * 100%);
    position: relative;
    border: 1px solid #e2d6bd;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.logo-main-wrapper .img-wrapper img {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 180px;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    padding: 10px;
}
/*Top header */
.admin-bar .top-header {
    margin-top: 10px;
}
.header--scroll_mod .top-header-wrapper {
	transform: translateY(-4.2rem);
}
.top-header-wrapper {
	height: var(--header-top-bar);
    background: #00374A;
    margin: 0 -25px;
    padding: 10px 25px;
}

.top-header-wrapper .header__in {
	height: 100%;
}

.top-header {
    width: 100%;
    text-align: right;
}
.top-header .menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin: 0 -10px;
}
.top-header .menu li {
    padding: 0 10px;
}
.top-header .menu a{
	color: #fff;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.top-header .menu a:hover{
	color: #7da452;
}
.top-header .menu li.dash-arrow a:hover:after{
	border-color: transparent transparent transparent #7da452;
}
.top-header .menu li.dash-arrow a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


@media(max-width: 991px){
	.logo-main-wrapper ul.logo-wrap {
	    margin: 0 -15px;
	}
	.logo-main-wrapper ul.logo-wrap li {
		text-align: center;
		padding: 0 15px;
	}
}
@media(max-width: 767px){

	.account_section .block_header{
		text-align: center;
	}
	.account_section .block_header{
		margin-bottom: 50px;
	}
	.banner-wrapper{
		padding: 50px 15px;
	}
	.account_section .block_header h2,
	.banner-wrapper .banner-content h2 {
		font-size: 36px;
		margin-bottom: 10px;
	}
	.banner-wrapper .banner-content p{
		font-size: 14px;
	}
	.logo-main-wrapper{
		padding: 25px 0;
	}
	.logo-main-wrapper ul.logo-wrap {
	    margin: 0 -15px;
	}
	.logo-main-wrapper ul.logo-wrap li {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.logo-main-wrapper .img-wrapper{
    	padding-top: calc(155 / 155 * 100%) !important;
		margin-bottom: 30px;
	}
}

.button_icon.no-icon{
	justify-content: center !important;
}


.advisor_linkedin_image {
	max-height: 2.4rem;
}

.advisor_linkedin_image:not(:last-child) {
	margin-right: 2.8rem;
}

@media (min-width: 1024px) {
	.advisor__link--custom .advisor__link_title {
		display: none;
	}
}

.list_section_item__video_wrap {
	position: relative;

	border-radius: 0 1rem 1rem 0;
	box-shadow: 0.2rem 0.2rem 3.5rem 0.5rem rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

@media (min-width: 1024px) {
	.list_section_item__video_wrap {
		height: 55rem;
	}
}

@media screen and (max-width: 1023px) {
	.list_section_item__video_wrap {
		padding-top: 56.4%;
		border-radius: 0 0.6rem 0.6rem 0;
	}

	.list_section_item__video_wrap .plyr--video,
	.list_section_item__video {
		position: absolute;
		top: 0;
		left: 0;

		width: 100%;
	}
}

.list_section_item__video_wrap
.plyr__control--overlaid.plyr__control--overlaid[data-plyr="play"] {
	display: block !important;
}

.list_section_item__video_wrap .plyr__video-wrapper {
	height: 100%;
	background: transparent !important;
}

.list_section_item__video_wrap .plyr--video {
	height: 100%;
	background: transparent !important;
}

.list_section_item__video {
	height: 100% !important;
	object-fit: cover;
	vertical-align: unset !important;
}

.list_section_item__video_img_wrap {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.list_section_item__video_img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list_section_item__video_btn_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}

.list_section_item__video_btn_wrap.list_section_item__video_btn_wrap--hide_mod {
	display: none;
}

.list_section_item__video_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10rem;
	height: 10rem;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.list_section_item__video_btn:hover {
	transform: scale(1.04);
}

.list_section_item__video_btn img {
	display: block;

	width: 3rem;
	height: 3rem;
}
