/*

Theme Name: Cousteau Child theme

Theme URI: https://revelion.com.ro/cousteau-child

Description: A child theme for Cousteau

Author: Europa Travel

Author URI: https://revelion.com.ro

Template: cousteau

Version: 1

*/



@import url("../cousteau/style.css");

/* Place your custom styles below this line

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



.item-info span{



	font-size:17px;

	width:170px;

}



.widget_wysija_cont{

	margin-top:-34px;

}



#side-tabs a.support {

	background: url('https://www.revelion.com.ro/web/wp-content/themes/cousteau-child/img/rezerva-tab.png');

	right: 0px;

	top: 600px;

	height: 158px;

	width: 45px;

	margin: 0;

	padding: 0;

	position: fixed;

	z-index: 9999;

	display:block;

}



#side-tabs-mobile a.support-mobile {

	background: url('https://www.revelion.com.ro/web/wp-content/themes/cousteau-child/img/rezerva-tab-mobile.png');

	right: 32px;

	top: 0px;

	height: 37px;

	width: 130px;

	margin: 0;

	padding: 0;

	position: fixed;

	z-index: 9999;

	display:none;

}



@media (max-width: 1050px) {

	#side-tabs a.support{

		display:none;

	}

	

	#side-tabs-mobile a.support-mobile{

		display:block;

	}

}



@media (max-width: 480px) {

	#side-tabs a.support{

		display:none;

	}

	

	#side-tabs-mobile a.support-mobile{

		display:none;

	}

}



#side-tabs-orizontal a.support {

	background: url('https://www.revelion.com.ro/web/wp-content/themes/cousteau-child/img/rezerva-tab-orizontal.png');

	height: 44px;

	width: 187px;

	display:block;

}



.centerBlock {

  display: table;

  margin: 0 auto;

}