/**

Theme Name: Costa-Verde

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: costa-verde

Template: astra

*/


.grecaptcha-badge {
    display: none;
}

.page-id-45 .grecaptcha-badge {
    display: block!important;
    bottom: 95px!important;
}

/*Global*/



.elementor-widget-video {
    margin: 0 auto;
}


.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

/*New Slider Opacity and Background*/
.swiper-slide-inner {background: #1F251F;}
.darker-slider .swiper-slide-image {opacity: .7;}




/*Ken Burns effect for new slider images*/

.ken-burns {
  width: 100%;
  height: 50vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.ken-burns .swiper-slide-active img {
  width: 100%;
  animation: move 40s ease;
  /* Add infinite to loop. */
  -o-animation: move 40s ease;  /* Opera */
}

@-webkit-keyframes move {
  0% {
    -o-transform-origin: center; /* Opera */
    transform-origin: center;
    transform: scale(1.0);
    -o-transform: scale(1.0);
    /* Opera */

  }
  100% {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    /* Opera */
  }
}





/*Home Page*/

/*Instagram Widget - Centering the Logo*/
#sb_instagram .sb_instagram_header .sbi_header_img,
 .sb_instagram_header .sbi_header_img, #sb_instagram .sb_instagram_header .sbi_header_text,
  .sb_instagram_header .sbi_header_text,
   .sb_instagram_header .sbi_header_text h3,
    #sb_instagram .sb_instagram_header .sbi_header_text h3 {
	margin: 0 auto!important;
	float: none;
	text-align: center;
	
}

body #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, body .sb_instagram_header.sbi_medium .sbi_header_text h3 {
	margin-left: 0!important;
		margin-right: 0!important;
}
/*Portfolio*/


/*Add CSS Animation to */
.grow-photo .elementor-portfolio-item {
    transition: all .5s ease-in-out;

}
.grow-photo .elementor-portfolio-item:hover img {
    animation: growPhoto 1s ease-in .5s;
    overflow: hidden;
    animation-fill-mode: forwards;
    
  }
  @keyframes growPhoto {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.25);
    }
  }

/*Company Profile*/
@media screen and (min-width: 1024px) {
    .custom-grid h2 {opacity: 0;}
    .custom-grid a:hover h2 {
        opacity: 1;
         transition: opacity .5s ease-in;
        }
    .custom-grid a  {background-size: 100%!important; transition: 0.5s ease-in-out;
    }
    .custom-grid a:hover  {background-size: 125%!important; transition: all .5s ease-in;}

    
}



/*Post Pages*/

.ast-single-post .entry-content a {
    text-decoration: none;
}

.elementor-post__meta-data {
    display: none;
}

/*Services Post Type Pages*/



.single-services h1,
 .single-services h2 {
    margin-bottom: 1rem;
}





/*Footer*/

.site-footer a {
	color: #fff;
}


/*Media Queries*/

@media screen and (max-width: 1024px) {

   body .elementor-portfolio-item .elementor-portfolio-item__overlay {
        opacity: 1;
        background-color: transparent!important;
    }
    body h3.elementor-portfolio-item__title, .custom-grid h2  {
        color: #fff;
        font-size: 30px;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
    }
}