/*
 Theme Name:   CityTours Child
 Template:     citytours
*/

#top_line {
	font-size: 13px;
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
	position: relative;
}

footer {
	background-color: #16a94f;
	padding: 0;
}

footer .container {
	margin-top: 50px;
}
footer .footer_top_image{
	background-color: white;
        padding-top: 30px;
}

body {font-size: 15px;}

#social_footer p {
	font-size: 12px;
	color: #fff;
}


body.postid-213 h1,
body.postid-213 h2,
body.postid-213 h3,
body.postid-213 h4{
	color: white;
}

body.postid-213 .table-striped>tbody>tr:nth-of-type(odd){
	background-color: #4c4c4c;
}

#top_line ul.social_icons {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	float: left;
}

#top_line ul.social_icons li {
	display: inline-block;
	margin: 0 5px 10px 5px;
}

#top_line ul.social_icons li a {
	color: #fff;
	text-align: center;
	display: block;
	width: 22px;
	height: 22px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 100%;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.num_one {
	text-align: center;
	color: white;
	margin-left: -50px;
}

.num_one div.num {
	font-size: 160px;
	display: inline-block;
}

.num_one div.hash {
	font-size: 60px;
	display: inline-block;
}

.num_one div.text {
	font-size: 30px;
	padding-top: 50px;
	text-align: center;
	padding-left: 40px;
}

.img_container h3{
	position: absolute;
	z-index: 1;
	width: 100%;
	color: white;
	font-weight: 800;
	font-size: 30px;
	top: 35%;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 1080px) {
	.img_container h3{
		top: 26%;
	}
}
@media only screen and (max-width: 992px) {
	.vcenter {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 480px) {
	.vcenter {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.img_container h3{
		top: 33%;
	}
}

@media only screen and (max-width: 320px) {
	.vcenter {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.img_container h3{
		top: 33%;
	}
}
body header{
	background-color: black;
}

