/* 
Theme Name:		 Vanquish
Theme URI:		 
Description:	 A child theme
Author:			 
Author URI:		 
Template:		 customify
Version:		 1.0.0
Text Domain:	 vanquish
*/
/*
    Add your custom styles here
*/
/*TYPOGRAPHY*/
.vmg_tags_list a {
    display: block;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}
.vmg_tags_list a:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    transition: color 0.3s;
    font-weight: 900;
    font-size: 14px;
}
.elementor-heading-title, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.2em;
}
h1, .h1 {
	font-size: 2.5em;
}
h2, .h2 {
    font-size: 2em;
}
h3, .h3 {
    font-size: 1.4em;
}
h4, .h4 {
    font-size: 1.3em;
}
h5, .h5 {
    font-size: 1.2em;
}
/* body, p, .single-projects .eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
    font-family: "Poppins", Sans-serif;
    line-height: 1.5em;
	font-size: 1.15em;
} */
.comments-area .comment-reply-title, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Chillax", Sans-serif; 
}
blockquote {
    padding: 20px;
    margin: 1.2em 1.2em 1.2em 0;
    background: #D5BA69;
    border-left: 10px solid #DB5A42;
    font-weight: normal;
}
.single-post .content-area ul li, .single-post .content-area ol li {
    margin-bottom: 10px;
}
/*MOBILE VIEW STARTS*/
@media only screen and (max-width: 568px) {
	.pretitle span {
		display: block;
	}
	.single-post h1 {
		font-size: 1.5em;
	}
	h1, .h1 {
		font-size: 1.8em;
		}
	h2, .h2{
		font-size: 1.5em;
	}
	h3, .h3{
		font-size: 1.25em;
	}
	h4, .h4{
		font-size: 1.1em;
	}
}
/*MOBILE VIEW ENDS*/
.vmg-snippet {
    padding: 1em;
    position: relative;
    margin: 1em 0;
    background: #eee;
}

.vmg-snippet {
    padding: 2em 1em;
    position: relative;
    margin: 1em 0;
    background: #eee;
}

.vmg-snippet h2{
    border: 1px solid;
    padding: 20px;
}

.site-content .widget-title {
	font-size: 1.3em;
	font-weight: 600;
}
/************
*Rotating right
************/
@-webkit-keyframes rotate-right /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-right {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate-right {
  -webkit-animation: rotate-right 20s linear infinite;
  -moz-animation: rotate-right 20s linear infinite;
  -ms-animation: rotate-right 20s linear infinite;
  -o-animation: rotate-right 20s linear infinite;
  animation: rotate-right 20s linear infinite;
}
/************
*Rotating left
************/
.rotate-left {
  animation: rotation 18s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-359deg);
  }
}
/************
*Rotating left ends
************/
body.admin-bar .site-header {
/*     margin-top: 32px; */
}
.site-header {
    position: fixed;
    top: 0;
    transition: top 0.5s ease-in-out;
    width: 100%;
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: .5s;
	z-index:999;
}
#site-content {
/* 	padding-top: 150px; */
}
.elementor-page #site-content {
    padding-top: 100px;
}
.page-id-18 #page-cover {
    background-position: top center;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.nav-up {
    top: -120px;
    transition: top 0.5s ease-in-out;
    width: 100%;
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: .5s;
}
#page {
    overflow: hidden;
}
.elementor-page #main {
    padding-top: 0;
    padding-bottom: 0;
}
.nav-menu-desktop .menu li a, nav li a,
.customify-builder-btn{
    font-family: "Chillax", Sans-serif;
    font-weight: 500;
	font-size: 1.1em;
}
/*.single-post.elementor-page #main {
    padding-top: 2.617924em;
    padding-bottom: 2.617924em;
} */
#main, #sidebar-primary, #sidebar-secondary {
  padding-top: 0;
  padding-bottom: 0;
}
.elementor-page #main {
    padding-top: 0;
    padding-bottom: 0;
}
.select2-container .select2-selection--single, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea{
	box-shadow:none;
	border:1px solid #ddd;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus{
    background: #fff;
	border:1px solid #111;
	transition: 1s;
}
/* #vmgarchieve .elementor-post.elementor-grid-item {
	background: #fff;
	padding: 15px;
	border: 1px solid #db5a42;
} */
#vmgarchieve .elementor-posts .elementor-post__text {
	justify-content:center;
}
#vmgarchieve .elementor-posts .elementor-post__text a:hover,
#vmgrelatedposts .elementor-posts--thumbnail-top .elementor-post__text a:hover{
	color:#db5a42;
}
#vmgarchieve .page-numbers {
	padding: 5px 13px;
	background: #fff;
	color: #333;
	font-family: "Chillax", Sans-serif; 
}
#vmgarchieve .page-numbers.current,
#vmgarchieve .page-numbers:hover{
	background: #e75747;
	color: #fff;
}
#vmgrelatedposts .elementor-posts--thumbnail-top .elementor-post__text {
	justify-content: space-between;	
}
.elementor-posts-container .elementor-post__excerpt {
	flex-grow: initial !important;
}
/* #vmgarchieve .elementor-posts .elementor-post__read-more {
	font-family: "Chillax", Sans-serif;
	font-size: 17px;
	margin-top: 20px;
	display: inline-block;
	font-weight: 500;
} */
textarea {
    height: auto;
}
form.sidebar-search-form {
    display: inline-flex;
    border: 1px solid #DFDFDF;
    background: #fff;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 0px;
	background-color: #F5F5F5;
}
form.sidebar-search-form lebel {
	width: 80%;
}
form.sidebar-search-form input.search-field {
	background: transparent;
    border: none;
	box-shadow: none;
    height: 100%;
	width: 100%;	
}
form.sidebar-search-form button.search-submit {
    background: #d4b969;
}
.sidebar-search-form button.search-submit svg {
    vertical-align: middle;
}
.widget.widget_categories>ul {
    list-style: none;
    margin: 0;
}
.elementor-widget-sidebar .widget {
	margin-bottom: 50px;
}
.elementor-widget-sidebar .textwidget h6 {
	color: #1C2025;
}
.elementor-widget-sidebar .textwidget a.button {
	display: block;
	text-align: center;
	background-color: var(--e-global-color-primary);
}
.elementor-widget-sidebar .textwidget a.button:hover {
	background-color: var(--e-global-color-secondary);
}
.elementor-widget-sidebar .widget.widget_tag_cloud {
	background-color: #F5F5F5;
	padding: 30px;
}
.elementor-widget-sidebar .widget.widget_tag_cloud .widget-title {
	font-size: 18px;	
}
.elementor-widget-sidebar .widget.widget_tag_cloud .tagcloud {
	display: flex;
	flex-direction: column;
}
.elementor-widget-sidebar .widget.widget_tag_cloud .tag-cloud-link:not([href*="/tag/blogs/"]):not([href*="/tag/podcasts/"]):not([href*="/tag/ebooks/"]) {
	display: none;
}
.elementor-widget-sidebar .widget.widget_tag_cloud .tag-cloud-link {
	font-family: "Chillax", Sans-serif;
	font-weight: 500;
	color: #1C2025;
	padding: 0;
	border: none;
	font-size: 1em !important;
}
.elementor-widget-sidebar .widget.widget_tag_cloud .tag-cloud-link:hover, 
.elementor-widget-sidebar .widget.widget_tag_cloud .tag-cloud-link.current,
body.archive.tag-blogs .widget_tag_cloud .tag-cloud-link[href*="/tag/blogs/"], 
body.archive.tag-podcasts .widget_tag_cloud .tag-cloud-link[href*="/tag/podcasts/"], 
body.archive.tag-ebooks .widget_tag_cloud .tag-cloud-link[href*="/tag/ebooks/"] {
	color: var(--e-global-color-secondary);
}
/*CASE STUDIES*/
.spotlights .post-meta-categories li,
.casestudies .post-meta-categories li{
    margin: 0;
}
.spotlights .meta-cat-icon,
.casestudies .meta-cat-icon {
	display: none;
}
.casetudies .eael-grid-post .eael-entry-meta,
.spotlights .eael-grid-post .eael-entry-meta {
    display: block;
    text-align: left;
    margin: 0 auto;
}
.casestudies .eael-grid-post-holder-inner,
.spotlights .eael-grid-post-holder-inner{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 400px;
	justify-content: center;
}
.casestudies .eael-entry-wrapper,
.casestudies .eael-entry-content {
    width: 40%;
    flex: 0 0 50%;
    display: flex;
    align-items: flex-start;
}
.casestudies .eael-entry-media.eael-entry-medianone{
    width: 60%;
    flex: 0 0 100%;
    order: 1;
	padding: 25px;
    }
.casestudies .eael-entry-wrapper,
.spotlights .eael-entry-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.casestudies .eael-post-elements-readmore-wrap,
.spotlights .eael-post-elements-readmore-wrap{
    text-align: left;
}
.casestudies .eael-post-carousel .eael-entry-thumbnail>img,
.casestudies .swiper-container-wrap .eael-post-carousel .swiper-slide img {
	object-fit: contain;
}
.casestudies .eael-entry-thumbnail,
.spotlights .eael-entry-thumbnail{
    display: inline;
}
/*SPOTLIGHTS*/
.spotlights .post-carousel-categories {
	display: none;
}
.casestudies .eael-post-grid-container .eael-post-grid,
.spotlights .eael-post-grid-container .eael-post-grid{
    margin: 0;
}
.spotlights .eael-entry-wrapper,
.spotlights .eael-entry-content {
    width: 50%;
	order: 1;
	padding-left: 40px;
}
.spotlights .eael-entry-media.eael-entry-medianone{
    width: 50%;
    flex: 0 0 100%;
    order: 0;
	padding: 25px;
    }
.spotlights .eael-post-carousel .eael-entry-thumbnail>img,
.spotlights .swiper-container-wrap .eael-post-carousel .swiper-slide img {
    object-fit: cover;
	padding: 10px;
	border: 1px solid #e75747;
	background: #fff;
}
.spotlights .eael-grid-post .eael-entry-wrapper,
.spotlights .eael-grid-post .eael-entry-footer{
	padding: 0 0 0 40px;
}
.spotlights .swiper-pagination,
.casestudies .swiper-pagination{
	margin-top: 20px;
}
.builder-item-sidebar.mobile-item--html {
    background:#db5a42;
    line-height: 1;
    color: #fff;
}
.header-top .customify-grid .item--html {
	line-height: 1em;
	font-size: 18px;
}
.centernav {
    text-align: center;
}
.centernav .eael-logo-carousel-wrap .swiper-button-prev {
    display: inline-block;
    position: static;
    margin-left: -100px;
}
.centernav .eael-logo-carousel-wrap .swiper-button-next {
    display: inline-block;
    position: static;
}
.search article.entry.hentry.search-article {
    display: flex;
}
/* HUBSPOT */
.hbspt-form [data-portal-id="5288477"] .hs-richtext.hs-main-font-element {
    color: #fff !important;
}
/*PODCAST PAGE*/
.platform {
    background: #DB5A42;
    margin: 0 0 35px 0;
    padding: 15px 10px;
}
.platform p {
    margin: 0;
    color: #fff;
}
.listenon {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.single-post .content-area ul.listenon li {
    display: inline-block;
    list-style: none;
    padding: 10px;
    margin-bottom: 0;
}
.single-post .content-area ul.listenon li a {
    color: #fff;
}
.single-post .content-area ul.listenon li a:hover {
    color: #2F3138;
}
/**********************************************
 *************FOR MOBILE VIEW******************
 *********************************************/
@media only screen and (max-width: 767px) {
	#vmgarchieve .elementor-post.elementor-grid-item {
		flex-direction: column;
	}
	#vmgarchieve .elementor-posts .elementor-post__text {
	    padding-top: 20px;
	}
	.casestudies .eael-grid-post-holder-inner,
	.spotlights .eael-grid-post-holder-inner,
	.casestudies .eael-entry-wrapper,
	.casestudies .eael-entry-content,
	.spotlights .eael-entry-wrapper,
	.casestudies .eael-entry-content{
	    display: block;
	    height: 100%;
	}
	.casestudies .eael-entry-media.eael-entry-medianone,
	.spotlights .eael-entry-media.eael-entry-medianone{
	    display:block;
	    width: 100%;
		padding: 0;
	}
	.casestudies .eael-entry-wrapper,
	.casestudies .eael-entry-content,
	.spotlights .eael-entry-wrapper,
	.spotlights .eael-entry-content {
	    width: 100%;
	}
	.spotlights .eael-entry-media.eael-entry-medianone{
		padding: 0;
	}
	.spotlights .eael-grid-post .eael-entry-wrapper,
	.spotlights .eael-grid-post .eael-entry-footer {
		padding: 30px 0 0 0;
	}
	.spotlights .eael-entry-content {
		padding: 0;
	}
	body.admin-bar .site-header {
		margin-top: 46px;
	}
	#site-content {
/* 		padding-top: 80px; */
	}
	.elementor-page #site-content {
		padding-top: 50px;
	}
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        display: flex;
    }
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{
        flex-direction: row-reverse;
    }
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
        margin-right: 10px !important;
    }
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        margin-left: 10px !important;
    }
}

.elementor-section {
/*     padding: 4rem 0; */
}
.elementor-icon-list-item {
	list-style: none;
}
.elementor-icon-list-item[itemprop="datePublished"] .elementor-icon-list-icon {
	display: inline-block;
}