/*

Theme Name: Razz Waves - RazzX Child Theme
Description: Waves Wordpress Theme. A child theme of X.
Author: Theme Developer
Template: razzx
*/

@import url("../razzx/style.css");


/* ================================================================
	// PLACE YOUR CUSTOM STYLES HERE
================================================================ */


@media only screen and (max-width: 1300px){
	.main-slider-header .caption-container {
		padding-left: 0;
		left: 60px;
	}
}

@media only screen and (max-width: 480px) {
	.main-slider-header .caption-container {
		padding-left: 20px;
		padding-right: 20px;
		left: auto;
	}
}

.main-slider-header .caption-container .x-btn{
	border: 3px solid #00aeef !important;
	background: #00aeef !important;
	color: white !important;
	padding: 5px 10px !important;
	font-size: 18px !important;
	margin-left: 10px !important;
}

.main-slider-header .caption-container .x-btn:first-child {
	margin-left: 0 !important;
}

.main-slider-header .caption-container .x-btn:hover {
	border: 3px solid #00aeef !important;
	background: white !important;
	color: #00aeef !important;
	background: none !important;
}