/*
Theme Name: Whitney Houston v2
Theme URI:
Description:
Author: 45PRESS Team
Author URI: http://www.45press.com
Version: 1.0
Tags:
License:
License URI:
*/

@media screen and (min-width: 1024px) {
	.tablet-btn:first-of-type {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	#header .header-main .tablet-btn:nth-of-type(1) {
		right: 140px;
	}

	#header .header-main .tablet-btn:nth-of-type(1) > .envelope-link {
		color: #fff;
		font-size: 24px;
		left: 0;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	#header .header-main .tablet-btn:nth-of-type(2) {
		right: 70px;
	}

	#header .header-main .tablet-btn:nth-of-type(3) {
		right: 0;
	}
}

@media screen and (max-width: 550px) {
	#header .header-main .tablet-btn:nth-of-type(1) {
		right: 100px;
	}

	#header .header-main .tablet-btn:nth-of-type(1) > .envelope-link {
		font-size: 14px;
	}

	#header .header-main .tablet-btn:nth-of-type(2) {
		right: 50px;
	}

	.mfp-close {
		top: -15px !important;
	}
}

.socials svg {
	display: inline-block;
	height: 18px;
	vertical-align: middle;
	width: auto;
}

.socials svg > path {
	fill: #fff;
}

#header .socials {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#header .socials > li {
	display: inline-block;
	padding: 0 2px;
	text-align: center;
	vertical-align: middle;
}

#header .socials > li + li {
	margin-top: 0;
}

#header .socials > li > a {
	background: #836793;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	width: 25px;
}

#header .socials > li > i {
	vertical-align: middle;
}

#header .socials > li > svg {
	height: 14px;
}

@media screen and (max-width: 991px) {
	#header.socials {
		float: none;
		padding: 0;
	}
}

.milestone-decade {
    -webkit-transform: none!important;
    transform: none!important;
}