/*
Theme Name: Monospace Child
Theme URI: http://mythemeshop.com/themes/monospace/
Author: MyThemeShop
Author URI: http://mythemeshop.com/
Template: monospace
Description: Monospace is a uniquely designed, multipurpose and multifunctional WordPress theme. Fully customizable, with 2 color variations and a load of features you won’t find anywhere else, Monospace is 2014’s first must-have theme.
Version: 1.2.4
Text Domain: monospace-child
*/

body:not(.page-id-82381):not(.page-id-1087) .grecaptcha-badge {
    display: none;
}

.trv_billboard {
    text-align: center;
    width: 100%;
	background-color: #104056;
    background-image: url(/wp-content/themes/monospace/images/hbg1.png);
}

.main-header .container {
	background-color: #104056 !important;
    background-image: url(/wp-content/themes/monospace/images/hbg1.png) !important;
}

.trv_topLB {
	display: inline-block;
    width:100%;
    margin-top:30px;
    text-align:center;
}

/* bottom sticky */
#vmgInterstitial {
    position: fixed;
    display: none;
    left: calc(50% - 364px);
    bottom: 4px;
    width: 728px;
    height: 90px;
    z-index: 5001;
	text-align:center;
	background-color: #104056;
    background-image: url(/wp-content/themes/monospace/images/hbg1.png);
}

#vmgInterstitial::before {
    content: "";
    display: block;
    width: 100%;
    height: 97px;
    max-height: 25vh;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
	background-color: #104056;
    background-image: url(/wp-content/themes/monospace/images/hbg1.png);
}

#vmgInterstitial.mobile {
    width: 320px;
    height: 480px;
    margin-left: -160px;
    margin-top: -240px;
}

#vmgInterstitial.pos-Top1::before,
#vmgInterstitial.pos-x121::before {
    height: 57px !important;
}

#vmgInterstitial > span.close-btn {
    position: absolute;
    display: block;
    top: 4px;
    right: 7px;
    padding: 5px 10px;
    color: #000c87;
    text-decoration: none;
    line-height: 30px;
    z-index: 5003;
    cursor: pointer;
}

#vmgInterstitial > span.close-btn > img {
    min-width: 30px;
    min-height: 30px;
}

#vmgInterstitial span#intclose {
    display: block;
    height: 14px;
    width: 14px;
    border: 2px solid #666;
    padding: 3px;
    background: url('/wp-content/uploads/2018/07/sprites-main.png') no-repeat -406px -306px;
    position: fixed;
    right: 5px;
    bottom: 68px;
    cursor: pointer;
    z-index: 10003;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}    

#vmgInterstitial.pos-Top1 span#intclose,
#vmgInterstitial.pos-x121 span#intclose {
    bottom: 28px !important;
}

@media only screen and (max-width: 768px) {
 	#vmgInterstitial { width: 468px; height: 60px; margin: 0 auto !important; bottom: 35px; text-align: center !important; }
}

@media only screen and (max-width: 479px) {
	#vmgInterstitial { width: 320px; height: 50px; bottom: 5px; margin: 0 !important; left: calc(50% - 160px); }
    	#vmgInterstitial::before { height: 57px !important; }
    	#intclose { bottom: 30px !important; } 
}