/*
	Theme Name: Montoya Child
	Theme URI: http://montoya.clapat-themes.com/
	Description: Responsive Wordpress Theme
	Template: montoya
	Version: 1.0
	Author: You
	Author URI: http://your site
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: agency, ajax, business, clapat, clean, creative, gallery, minimal, modern, photography, portfolio, premium, responsive, showcase
	Text Domain: montoya-child
*/


/*------------------------------------------------------------------

Add here your own styles
-------------------------------------------------------------------*/

.loadbar {
  background: transparent!important;
}
.hero-video-wrapper video.bgvid, .content-video-wrapper video.bgvid {
  object-fit: contain!important;
}
.reskos .wp-element-caption {
  display:none!important;
} 
.overlapping-image .slide-caption .slide-cat {
  display:none!important;
}
.wp-block-montoya-gutenberg-container.reskos figure.wp-block-image img {
    border-radius: 8px !important;
}
.wp-block-montoya-gutenberg-container.reskos figure.wp-block-image {
    position: relative;
    border-radius: 8px !important;
    overflow: visible !important;
    margin-bottom: -100px !important; 
    will-change: transform;
    background: transparent;
}
.wp-block-montoya-gutenberg-container.reskos figure.wp-block-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    display: block;
    box-shadow: 0 -25px 50px rgba(0,0,0,0.3), 0 -10px 20px rgba(0,0,0,0.2); 
}

@media (max-width: 768px) {
    .wp-block-montoya-gutenberg-container.reskos figure.wp-block-image {
			margin-top: 50px !important;
        margin-bottom: -50px !important; 
    }
    .wp-block-montoya-gutenberg-container.reskos figure.wp-block-image img {
        box-shadow: 0 -15px 30px rgba(0,0,0,0.3); 
    }
}