/*!
Theme Name: Hello Elementor Child
Theme URI: https://crocoblock.com/
Author: Crocoblock
Author URI: https://crocoblock.com/
Description: Child theme for Hello Elementor with all CrocoBlock features compatibility.
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
*/

.elementor-element {
	overflow-x: hidden;
}

/*.fluid-right, .fluid-left{
 	max-width: 1440px;
	margin-right: auto;
	margin-left: auto; 
}*/

.fluid-right > div, .fluid-left > div{
	width: 100%!important;
	max-width: 1440px!important;
}

@media (min-width:768px){
	.fluid-right > div{
		margin-right: 0 !important;
		margin-left: calc(50vw - 371.5px) !important;
	}
}

@media (min-width:992px){
	.fluid-right > div{
		margin-right: 0 !important;
		margin-left: calc(50vw - 500px) !important;
	}
}

@media (min-width:1200px){
	.fluid-right > div{
		margin-right: 0 !important;
		margin-left: calc(50vw - 565px) !important;
	}
}

@media (min-width:768px){
	.fluid-left > div{
		margin-left: 0 !important;
		margin-right: calc(50vw - 371.5px) !important;
	}
}

@media (min-width:992px){
	.fluid-left > div{
		margin-left: 0 !important;
		margin-right: calc(50vw - 500px) !important;
	}
}

@media (min-width:1200px){
	.fluid-left > div{
		margin-left: 0 !important;
		margin-right: calc(50vw - 565px) !important;
	}
}


* {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

*:focus {
	outline: none !important;
}


#elementor-popup-modal-2595 {
	position: fixed;
	transform: translate3d(0,0,0);
	top: 0px !important;
}


/* Set default image for listing grid items that have no thumbnail */
.jet-listing-grid__item .elementor-element-populated section.list-tile-content:nth-child(1) {
	height: auto !important;
	display: block;
	position: relative;
	overflow: hidden;
}
.jet-listing-grid__item .elementor-element-populated section.list-tile-content:nth-child(1):before {
    content: "";
    display: block;
    width: calc(100% + 0px);
    height: 203px;
    background-image: url(assets/images/default-post.png);
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    position: absolute;
}
.jet-listing-grid__item .elementor-element-populated section.list-tile-content:nth-child(1) > .elementor-column-gap-no {
	padding-top: 203px;
}

@media (max-width:767px){
	.jet-listing-grid__item .elementor-element-populated section.list-tile-content:nth-child(1) {
		height: auto;
	}	
	.jet-listing-grid__item .elementor-element-populated section.list-tile-content:nth-child(1):before {
		height: 172px;
	}
	.jet-listing-grid__item .elementor-element-populated section.list-tile-content:nth-child(1) > .elementor-column-gap-no {
		padding-top: 172px;
	}
}

.elementor-element-51e9d24 a {
	opacity: 0;
}

#elementor-popup-modal-1407 .jet-sticky-section  {
	animation-delay: 0s !important; 
	animation-duration: 0.25s !important;
	transition: none !important;
    animation: none !important;
}