/*
Theme Name: WaveRide Child
Theme URI: https://waveride.qodeinteractive.com/
Description: A child theme of WaveRide Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.0
Text Domain: waveride
Template: waveride
*/

.show-below-sm{
	display:none;
}

.show-below-md{
	display:none;
}

.show-below-lg{
	display:none;
}

.show-below-xl{
	display:none;
}

@media only screen and (max-width:640px){
	.hide-below-sm {
		display:none;
	}
	.show-below-sm{
		display:block;
	}
		.home-page-main-section .qodef-linked-image-holder.qodef-li-text-slide .qodef-linked-image-image-holder .qodef-linked-image-description-wrapper .qodef-linked-image-title {
		font-size:64px!important;
	}
}

@media only screen and (max-width:768px){
	.hide-below-md {
		display:none;
	}
	.show-below-md{
		display:block;
	}
	
}

@media only screen and (max-width:1024px){
	.hide-below-lg {
		display:none;
	}
	.show-below-lg{
		display:block;
	}

}

@media only screen and (max-width:1200px){
	.hide-below-xl {
		display:none;
	}
	.show-below-xl{
		display:block;
	}
}

@media only screen and (max-width:1360px){
	.hide-below-xl {
		display:none;
	}
	.show-below-xl{
		display:block;
	}
	.home-page-main-section .qodef-linked-image-holder.qodef-li-text-slide .qodef-linked-image-image-holder .qodef-linked-image-description-wrapper .qodef-linked-image-title {
		font-size:48px!important;
	}
}

.home-page-main-section .qodef-linked-image-description-wrapper {
	background-color: rgba(0,0,0,0.2);
	transition: 0.2s ease;
}

.home-page-main-section .qodef-linked-image-image-holder:hover .qodef-linked-image-description-wrapper {
	background-color: rgba(0,0,0,0.3);
}

.home-page-main-section .qodef-linked-image-image img{
	width:100%;
}

