/**
Theme Name: RRTV
Author: HOW Media
Author URI: https://how-media.com
Description: Child theme for RRTV. 
Template: astra
*/


/* ----------------------
STYLES
---------------------- */

h1 { 
	font-family: Code-Pro-Demo;
    font-weight: 300;
    font-style: normal;
}

.black-bar {
	background-color: #000;
	display: inline-block;
	padding: 0;
}
.black-bar h3 {
	color: #e9d700;
	padding: 0 !important;
}

.travel-store a:hover {
	text-decoration: underline;
}

a:visited {
	color: #73a5dc;
}


/* ----------------------
MENU
---------------------- */

.nav-fb,
.nav-tw {
	font-size: 30px;
}
.nav-tw a {
	color: #63cdf1;
}
.nav-fb a {
	color: #507cbe;
}

ul#menu-smarttravels-menu .menu-link li.nav-fb a {
		padding-left: 0px !important;
}

/*.main-header-menu .current-menu-item a {
	background: #1676de;
	color: #fff;
}*/





/* MEDIA QUERIES
================================================== */

@media only screen and (max-width: 991px) {

}


@media only screen and (min-width: 767px) {
	.ast-above-header {
		margin-bottom: 60px;
	}
	li.nav-tw a {
		/*padding-left: 10px !important;*/
	}
}


@media only screen and (max-width: 1200px) {

}


@media (max-width: 767px) {
    /* CSS in here for MOBILE only */
	.ast-above-header {
		margin-bottom: 40px;
	}
	li.nav-tw a {
		/*padding-left: 20px !important;*/
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
    /* CSS in here for TABLET only */

}
@media (min-width: 1024px) {
    /* CSS in here for DESKTOP only */

	

}

