/**
 * Theme Name:  JWA Lending
 * Theme URI:   https://www.justwebagency.com/
 * Author:      Alex L
 * Author URI:  https://gitlab.com/AlsconWeb
 * Description: The theme is intended for collecting landing pages based on it
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:        landing page, brand page
 * Text Domain: jwa
 * Version:     1.0.0
 */

.mc4wp-success p{
	color: white;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

html{
	overflow-x:hidden;
}

.logo {
    width: auto;
    height: 62px;
}
section > .container{
	padding-left: 115px;
	padding-right: 115px;
}
.sub-menu {
    position: absolute;
    display: none;
	padding: 15px;
	box-shadow: 0 0 4px 3px rgba(255,255,255,0.3);
	background: #fff;
	border-radius: 4px;
	top: 100%;
	z-index: 1;
	width: 220px;
	left: 50%;
	transform: translateX(-50%);
}
.sub-menu:before{
	content: '';
	left: 50%;
	top: 2px;
	width: 12px;
	height: 12px;
	background: #fff;
	transform: rotate(45deg) translate(-50%,-50%);
	position: absolute;
}
.menu-top .sub-menu a{
	color: #000 !important;
}
.menu-top .sub-menu a:hover{
	color: #E43454 !important;
}
.menu-top a{
	padding: 10px 0;
	display: block;
}
.menu-top li{
	position: relative;
}
.menu-top li:hover .sub-menu{
	display: block;
}
.menu-top .sub-menu li{
	margin: 7.5px 0;
	
}
.menu-top .sub-menu li a{
	padding: 5px 0;
}
.contact-form input,
.contact-form textarea, 
.contact-form select {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 25px 0;
    max-width: 100%;
    resize: none;
	padding: 14px 18px;
}
.contact-form .row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.contact-form .col-md-4{
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
}
.contact-form .col-md-4:nth-of-type(3){
	margin-right: 0;
}
.contact-form .col-md-12{
	width: 100%;
}
.contact-form .wpcf7-list-item input {
    width: 18px;
    height: 18px;
    margin: 0px 8px 0px 3px;
}
.contact-form .wpcf7-list-item {
    margin: 0px 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-form textarea{
	height: 160px;
}
.contact-form  .wpcf7-submit{
	width: 280px;
	height: 64px;
	background: #222 !important;
	border-radius: 4px;
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
	border: none !important;
	transition: all 0.3s ease;
	cursor: pointer;
}
.contact-form  .wpcf7-submit:hover {
    background: #111 !important;
}
.contact-form select::-ms-expand {
    display: none;
}
.contact-form .select{
	position: relative;
	margin-bottom: 25px;
}
.contact-form .select .wpcf7-not-valid-tip{
	bottom: -15px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0 0 20px;
}
.contact-form .select:before{
	content: '';
	width: 12px;
	height: 12px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	transform: rotate(45deg) translate(-50%, -50%);
	right: 20px;
	top: 50%;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}
.wpcf7-form-control-wrap{
	display: block;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    display: block;
    line-height: 1;
}
.contact-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	margin-bottom: 0;
}
footer .dfr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 115px;
    border-top: 1px solid rgba(255,255,255,0.1);
    align-items: center;
}
footer .terms-menu .menu-terms{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
footer .terms-menu .menu-terms a{
	color: #fff !important;
	font-size: 14px;
	font-family: Karla;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	transition: all 0.3s ease;
	text-decoration: none !important;
}
footer .terms-menu .menu-terms li{
	margin-right: 20px;
}
footer .terms-menu .menu-terms li:last-of-type{
	margin-right: 0;
}
footer .terms-menu .menu-terms a:hover{
	color: #E43454 !important;
}
.subscribe .form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap; 
	align-items: center;
}
.subscribe .form h2{
	font-size: 32px !important;
	font-weight: 700;
	color: #fff;
	margin-right: 30px;
	font-family: 'Nunito', sans-serif !important;
	
}
.admin-bar .subscribe .form .input:not(:last-of-type){
	width: calc((100% - 820px) / 3);
}
.subscribe .form .input:not(:last-of-type){
	width:calc((100% - 828px) / 3); 
	margin-right: 30px;
}
.subscribe .form input:not([type="submit"]){
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: none;
	border-radius: 5px;
}
.subscribe .form input[type="submit"]{
	height: 50px;
	width: 180px;
	font-weight: 800;
	background: #222 !important;
	color: #fff !important;
	text-transform: uppercase;
	border: 1px solid #222;
	border-radius: 5px;
	cursor: pointer;
}
.single-page .posts .post{
	border-color: #222;
}
.single-page .posts .post h3:hover{
	color: #E43454;
}
.home .posts .post p:not([class]){
	display: none;
}
.single-page .posts .post h3{
	margin-top: 0 !important;
	margin-bottom: 25px !important;
}
.single-page .posts .post .date{
	color: #222;
	margin-bottom: 0;
}
.single-page .posts .post .link:hover{
	color: #222;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
@media only screen and (max-width: 1420px) {
	.admin-bar .subscribe .form .input:not(:last-of-type) {
		width: calc((100% - 695px) / 3);
	}
	.subscribe .form .input:not(:last-of-type){
		width: calc((100% - 703px) / 3);
		margin-right: 15px;
	}
	.subscribe .form input[type="submit"]{
		width: 100px;
	}
}
@media only screen and (max-width: 1199px) {
	.subscribe .form h2 {
		font-size: 28px !important;
	}
	.admin-bar .subscribe .form .input:not(:last-of-type) {
		width: calc((100% - 630px) / 3);
	}
	.subscribe .form .input:not(:last-of-type) {
		width: calc((100% - 638px) / 3);
	}
}
@media only screen and (max-width: 1024px) {
	.subscribe .form h2{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		margin-right: 0;
	}
	.admin-bar .subscribe .form .input:not(:last-of-type){
		width:calc((100% - 145px) / 3);
	}
	.subscribe .form .input:not(:last-of-type){
		width:calc((100% - 145px) / 3);
		margin-right: 15px;
	}
}
@media only screen and (max-width:579px) { 
	.admin-bar .subscribe .form .input,
	.subscribe .form .input{ 
		width:calc((100% - 15px) / 2) !important;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.subscribe .form input[type="submit"]{
		width: 100%;
	}
	.subscribe .form .input:nth-of-type(2n){
		margin-right: 0 !important;
	}
}
@media only screen and (max-width:479px) {
	.admin-bar .subscribe .form .input,
	.subscribe .form .input{
		width: 100% !important;
		margin-right: 0 !important;
	}
}


@media screen and (min-width:1200px){
	.single .container .row{
		justify-content:center;
		margin-left:0px;
		margin-right:0px;
	}
}


@media screen and (min-width:1390px){
	.single .container .row .col-lg-10{
		padding:0px;
	}
}




/* 
***********
Stock Items 
***********
*/

.stock-items{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.stock-items .wpb_raw_code .wpb_wrapper{
	display: flex;
    justify-content: center;
}

.stock_item{
	width: 100%;
    margin-right: 0;
    padding: 15px;
	display: flex;
    flex-direction: row;
	align-items:center;
    flex-wrap: nowrap;
    justify-content: space-between;
	border: 1px solid #FFFFFF;
    border-radius: 8px;
	color: white;
}

/* .left-block .stock_item{
	margin-bottom:30px;
} */
.stock-item-block .stock_item{
	margin-bottom:20px;
}

.stock-item-block .stock_item:last-child{
	margin-bottom:0px;
}

.stock-item-block {
	width:100%;
	max-width:auto;
}

.stock_item-left{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.stock_item-left .time{
	font-size:12px;
}

.stock_item-left-top{
	display:flex;
	flex-direction:row;
	align-items: center;
	margin-bottom:10px;
}

.stock_item-left-top .name{
	margin-right:15px;
	font-size:16px;
}

.stock_item-left-top .name span{
	color: #dd3333;
}

.stock_item-left-top .price{
	font-size:16px;
}

.stock_item-left-top .change{
	margin-left:10px;
	font-size:16px;
}

.stock_item-right a{
	font-weight:600;
	font-size:18px;
	color:white;
	transition:0.7s all ease-in-out;
	position:relative;
}

.stock_item-right a:hover{
	color: #dd3333;
}

.stock_item-right a:after{
	content: "";
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:1px;
	background-color:white;
	opacity:0.3;
}


@media screen and (min-width:720px){
	
	.stock_item{
		padding:20px;
		max-width: 420px;
	}
	
	.stock-item-block .wpb_wrapper{
		justify-content: center;
    	display: flex;
		flex-direction:column;
		align-items:center;
	}
	
	.stock-item-block .stock_item{
		width:50%;
	}
	
	.stock_item-right a{
		font-size:16px;
	}

}



@media screen and (min-width:1025px){
	.stock-items{
		display:flex;
		flex-direction:row;
		justify-content:center;
	}
	
/* 	.stock_item{
		padding:30px;
		max-width:700px;
	} */
	
	.stock_item{
		width:100%;
		max-width:auto;
	}
	
	.stock_item-left-top .name{
		font-size:20px;
	}
	
	.stock_item-left-top .price{
		font-size:20px;
	}
	
	.stock_item-left .time {
    	font-size: 14px;
	}
	
	.stock_item-right a{
		font-size:20px;
	}
	
/* 	.vc_row .stock-item-block{
		width: 600px;
	}
	
	.left-block .stock_item {
    	margin-bottom: 30px;
		margin-right:0px;
	} */
	
	.stock_item-left-top .change{
		font-size:20px;
	}
}



@media screen and (min-width:1140px){
	.left-block .stock_item {
    	margin-bottom: 0px;
		margin-right:20px;
	}
	
	.left-block .stock_item:last-child{
		margin-right:0px;
	}
	
	.stock-item-block .wpb_wrapper{
		display:flex;
		flex-direction:row;
		justify-content:center;
	}
	
	.stock-items{
		flex-wrap:nowrap;
	}
	
	.stock_item{
		max-width:360px;
	}
	
/* 	.stock-items .stock-item-block {
		width:47%;
		max-width:560px;
	} */
	
}

@media screen and (min-width:1200px){
	.stock_item{
		max-width:380px;
	}
}


@media screen and (min-width:1300px){
	.stock_item{
		max-width:400px;
		margin-right:20px;
	}
	
	.left-block .stock_item {
		margin-right:20px;
	}
	
	.stock-item-block .stock-item:last-child{
		margin-right:0px;
	}
	
	.stock-item-block .wpb_wrapper{
		justify-content:center;
	}
}

@media screen and (max-width:1380px){
	.stock-items .stock-item-block.left-block{
		padding-right:0px;
		padding-left:0px;
	}
	
	.stock-items .stock-item-block.right-block{
		padding-right:0px;
		padding-left:0px;
	}
}



/* 
 * FAQ Section  
 */
.faq-section {
	margin-top:40px;
	margin-bottom:60px;
}

.faq-section .faq-heading{
	margin-bottom:35px;
}

.faq-section .faq-heading h2{
	font-size:36px;
}

.faq-section .faq-questions{
	padding:0 15px;
}

.faq-section .faq-questions .vc_toggle{
	width:100%;
	margin-bottom:30px;
}

.faq-section .faq-questions .vc_toggle_active .vc_toggle_icon{
	background-color: #E43454;
}

.faq-section .faq-questions .vc_toggle_active h4{
	color: #E43454;
}

.faq-section .faq-questions .vc_toggle:last-child{
	margin-bottom:0px;
}

.faq-section .faq-questions .vc_toggle h4{
	font-size:18px;
	line-height:24px;
	font-weight:600;
}

.faq-section .faq-questions .vc_toggle p{
	font-size:18px;
	line-height:24px;
}



@media screen and (min-width:720px){
	.faq-section {
    	margin-top: 80px;
    	margin-bottom: 80px;
	}
}



@media screen and (min-width:1140px){
	.faq-section .faq-questions .vc_toggle{
		width:50%;
		margin-left:auto;
		margin-right:auto;
	}
}



.home-play-block{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:30px;
	margin-bottom:20px;
}

.home-play-block .wpb_wrapper{
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius: 10px;
    padding: 15px 30px;
    border: 1px solid white;
}

.home-play-block .home-play-btn{
	width:50px;
	height:50px;
	border-radius:50%;
	border: 2px solid white;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	background-color: #E43454;
	transition:0.7s all ease-in-out;
}

.home-play-block .home-play-btn:hover{
	background-color:white;
	border-color: #E43454;
}

.home-play-block .home-play-btn svg{
	width:18px;
	margin-left:4px;
}

.home-play-block .home-play-btn svg path{
	transition: 0.7s all ease-in-out;
}

.home-play-block .home-play-btn:hover svg path{
	fill:#E43454;
}

.home-play-block .home-play-video{
	display:none;
}

.home-play-block .home-play-video iframe{
	width:320px;
	height:185px;
}

.home-play-block .home-play-video.activebox{
	width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 900;
}

@media screen and (min-width:720px){
	.home-play-block .home-play-video iframe{
		width:720px;
		height:405px;
	}
}



/* Styles for Research Reports page */
.post-type-archive-research-report .cautionary-note-heading{
	text-align:center;
	font-weight:600;
	font-size:24px;
	margin-bottom:15px;
}

.post-type-archive-research-report .cautionary-note-text{
	text-align:center;
	margin-bottom:40px;
}

@media screen and (min-width:1200px){
	.post-type-archive-research-report .cautionary-note-text{
		width:80%;
		margin-left:auto;
		margin-right:auto;
	}
}



.banner .banner-newslogos {
	margin-top:60px;
}

.banner .banner-newslogos h4{
	margin-bottom:30px;
	font-size:24px;
}

.banner .banner-newslogos .banner-newslogos-images{
	margin-bottom:0px;
	display:flex;
	flex-direction:column;
	align-items:center;
}

.banner .banner-newslogos .banner-newslogos-images .wpb_wrapper{
	display:flex;
	flex-direction:column;
	align-items:center;
}

.banner .banner-newslogos .banner-newslogos-images img{
	height: 26px;
	margin-bottom:25px !important;
}

.banner .banner-newslogos .banner-newslogos-images img:nth-last-child(2){
	margin-bottom: 25px !important;
}

.banner .banner-newslogos .banner-newslogos-images img:last-child{
	margin-bottom:0px !important;
}


@media screen and (min-width:1140px){
	.banner .banner-newslogos .banner-newslogos-images .wpb_wrapper{
		display:flex;
		flex-direction:row;
		align-items:center;
	}
	
	.banner .banner-newslogos .banner-newslogos-images img{
		margin-bottom:0px !important;
		margin-right: 60px;
	}
	
	.banner .banner-newslogos .banner-newslogos-images img:nth-last-child(2){
		margin-bottom: 0px !important;
	}	
	
	.banner .banner-newslogos .banner-newslogos-images img:last-child{
		margin-right: 0px !important;
	}
}


.page-id-5785.page:not(.home){
	padding-top: 60px;
}

@media screen and (min-width:1200px){
	.page-id-5785.page:not(.home) {
    	padding-top: 100px;
	}
}

.left-block .stock_item:last-child {
	display: none !important;
}

.page-id-5785 p:not([class]) {
    line-height: 1 !important;
}

.page-id-5785 ul:not([class]) li:not([class]):before {
    top: 9px !important;
}

.page-id-5785 ul:not([class]) li:not([class]) {
    line-height: 1.5 !important;
	margin-bottom: 10px !important;
}

@media (max-width: 767px) {
	.page-id-5785 .wpb_text_column.wpb_content_element {
		width: 100%;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.page-id-5785 {
		
	}
	
	.page-id-5785 {
		
	}
}

.news-block .slick-slide > img {
	height: 181px !important;
	object-fit: cover;
}

