/**
Theme Name: Vice Capital
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vice-capital
Template: astra
*/

/*------------------ Theme CSS------------*/




.animated-txt h2 {
  display: inline-block;
  color: #FAF6EC;
  font-size: 50px;
  text-shadow: .03em .03em 0 hsla(230,40%,50%,1);
  text-transform: uppercase;
  }

  
.animated-txt h2:after {
    content: attr(data-shadow);
    position: absolute;
    top: .06em;
    left: .06em;
    z-index: -1;
    text-shadow: none;
    background-image:
      linear-gradient(
        45deg,
        transparent 45%,
        hsla(48,20%,90%,1) 45%,
        hsla(48,20%,90%,1) 55%,
        transparent 0
        );
    background-size: 2.05em 2.05em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shad-anim 15s linear infinite;
    }

@keyframes shad-anim {
  0% {background-position: 0 0}
  0% {background-position: 100% -100%}
  }


a:hover, a:focus {
    color: transparent;
	outline: none;
}

.site-header, .site-footer{
	display:none !important;
}

.ast-container {
    max-width: 100%;
    padding: 0 !important;
}

.ast-narrow-container .site-content>.ast-container {
    max-width: 100%;
}

div#primary {
    margin: 0 !important;
}

section.error-404.not-found {
    background-color: transparent;
}


.ast-separate-container .ast-article-single:not(.ast-related-post){
	background-color: transparent;
    background-image: none;
    padding: 0 !important;
}

.post-content h3, .post-content h2, .post-content h4, .post-content h5{
	color:#fff;
}

/*------------------ Theme CSS------------*/


.sub-menu.elementor-nav-menu--dropdown{
	border: 1px solid rgba(22, 22, 22, 1);
    border-radius: 12px;
}

.sub-menu.elementor-nav-menu--dropdown li:nth-child(1) a{
	border-radius: 12px 12px 0px 0px;
}

.sub-menu.elementor-nav-menu--dropdown li:last-child a{
	border-radius: 0px 0px 12px 12px ;
}

.elementor-sticky--active.elementor-sticky--effects{
	background-color:#000;
}

.cta-btn a.elementor-button:hover{
	border-radius:4px 12px 4px 12px !important;
}

.car-loop .featured-car{
	overflow:hidden;
	border-radius:24px 0px 24px 0px !important;
	transition: 0.9s;
}

.car-loop:hover .featured-car{
	overflow:hidden;
	border-radius:0px 24px 0px 24px !important;
}

.car-loop .featured-car img{
	transform: scale(1.2);
}

.car-loop:hover .featured-car img{
	transform: scale(1.0);
}

.car-loop .elementor-button .elementor-align-icon-right {
    margin-left: 175px;
	transition: 0.9s;
}

.car-loop:hover .elementor-button .elementor-align-icon-right {
    margin-left: 185px;
}

.car-loop:hover .elementor-button .elementor-align-icon-right path {
    fill: #0D99FF;
}

.car-loop .elementor-button .elementor-button-icon svg {
    width: 30px;
}

.car-loop:hover .elementor-button{
	color: #0D99FF !important;
}

.custom-icon-box ul li.elementor-icon-list-item {
    width: 46%;
    float: left;
    margin-right: 20px;
}

.custom-icon-box ul span.elementor-icon-list-icon {
    background-color: rgba(74, 74, 74, 0.4);
    padding: 7px !important;
    border-radius: 4px;
	margin-right: 10px;
}

.custom-icon-box ul .elementor-icon-list-icon svg {
	margin:0px !important;
}

.custom-icon-box.full-widdth ul li.elementor-icon-list-item {
    width:100%;
}
/*------------------------------------ Responsive -------------------*/

@media all and (max-width:1599px){
	.car-loop .elementor-button .elementor-align-icon-right {
	  margin-left: 140px;
	}
	
	.car-loop:hover .elementor-button .elementor-align-icon-right {
	  margin-left: 140px;
	}
	
	.car-loop .elementor-button .elementor-button-icon svg {
	  width: 25px;
	}
}

@media all and (max-width:1024px){
	.custom-icon-box ul li.elementor-icon-list-item {
	  width: 100%;
	  float: left;
	  margin-right: 0;
	}
	
	 .ast-separate-container #primary, .ast-separate-container #secondary {
		padding: 0;
	  }
}


@media all and (max-width:767px){
	.car-loop .elementor-button .elementor-align-icon-right {
	  margin-left: 110px;
	}
	
	.car-loop:hover .elementor-button .elementor-align-icon-right {
	  margin-left: 110px;
	}
	
	.car-loop .elementor-button .elementor-button-icon svg {
	  width: 20px;
	}
	
	.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
	  fill: #fff;
	  float: right;
	}
	
}