/*--------------------------------------------------------------
# WP Squeezer 2 Page Template: Kim
--------------------------------------------------------------*/

/* Normalize CSS */
body::before,
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
	display: none;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

p,
div,
h1,
h2,
a,
iframe,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
    padding: 0;
	margin: 0;
}

input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
	outline: none;
	box-shadow: none;
}

iframe {
	display: block;
	width: 100%;
    margin: 0 auto;
}

h1:not(.site-title)::before, h2::before {
    background: none !important;
    content: none !important;
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
	width: 0 !important;
}



/* WP Squeezer 2 CSS */

html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

h1, h3 {
    font-family: 'Open Sans', sans-serif;
}

.vh-100 {
    height: auto;
	min-height: 100%;
}

.h-100 {
    height: 100px;
}

.wpsqzr-vauto {
    margin: 0 auto;
}

.wpsqzr-box {
	background-color: #4285F4;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.wpsqzr-toplogo {
    margin-top: 32px;
    margin-bottom: 16px;
}

.wpsqzr-inner {
    background-color: #FFF;
	padding: 30px;
	margin-top: 0;
	margin-bottom: 32px;
}

.wpsqzr-preheadline {
    margin-top: 0;
    margin-bottom: 16px;
}

.wpsqzr-headline {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.wpsqzr-subheadline {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.wpsqzr-desc,
.wpsqzr-ctatext {
    margin-top: 0;
    margin-bottom: 16px;
}

.wpsqzr-optimage,
.wpsqzr-video {
    margin-top: 0;
    margin-bottom: 24px;
}

.wpsqzr-btn {
    margin-top: 8px;
	padding: 16px 32px;
	background-color: #28a745;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
	border-radius: 0;
	word-wrap: break-word;
	white-space: normal;
}

.wpsqzr-btn:hover {
    background-color: #218838;
	color: #FFF;
}

.wpsqzr-btn:focus {
    background-color: #28a745;
	color: #FFF;
}


/* POPUP BOX */
#wpsqzr-popup .modal-body {
    font-size: 14px;
    padding: 30px;
}

.wpsqzr-pbar {
    font-weight: 700;
}

.wpsqzr-popup-info {
    margin-top: 8px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.wpsqzr-popup-headline {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
}

.wpsqzr-popup-desc {
    margin-top: 0;
    margin-bottom: 16px;
}

.wpsqzr-privacy {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 12px;
    color: #AAA;
}

.wpsqzr-popup-form input[type="text"],
.wpsqzr-popup-form input[type="email"],
#email,
#name {
	border: 1px solid #c3c3c3;
	border-radius: 0px;
	padding: 16px;
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 8px;
	box-sizing: border-box;
	color: #212121;
	background-color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.wpsqzr-popup-form button,
.wpsqzr-popup-form input[type="button"],
.wpsqzr-popup-form input[type="submit"],
.wpsqzr-popup-form #submit {
    background-color: #28a745;
	color: #FFF;
	padding: 16px 32px;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	width: 100%;
	cursor: pointer;
	border: 0;
	border-radius: 0px;
	box-sizing: border-box;
	word-wrap: break-word;
	white-space: normal;
}

.wpsqzr-popup-form button:hover,
.wpsqzr-popup-form input[type="button"]:hover,
.wpsqzr-popup-form input[type="submit"]:hover,
.wpsqzr-popup-form #submit:hover {
	background-color: #218838;
	color: #FFF;
	text-decoration: none;
}


/* Opt-In Navigation */

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.wpsqzr-menu {
	padding: 16px;
}

.wpsqzr-nav {
	clear: both;
	display: block;
	width: 100%;
	font-weight: 300;
	font-size: 13px;
	margin-top: 4px;
}

.wpsqzr-nav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wpsqzr-nav li {
	position: relative;
	margin: 0;
}

.wpsqzr-nav ul ul {
	display: none;
}

.wpsqzr-nav a {
	position: relative;
	display: block;
	padding: 8px 12px;
	font-weight: 300;
	text-decoration: none;
	line-height: 1;
	color: #FFF;
}

.wpsqzr-nav a:visited {
	color: #FFF;
}

.wpsqzr-nav a:hover,
.wpsqzr-nav a:focus,
.wpsqzr-nav a:active {
	color: #FFF;
    text-decoration: underline;
}

.no-js .wpsqzr-nav ul ul {
	display: none;
}

/* Horizontal menu on wide screens */
@media screen and (min-width: 480px) {
	
	.wpsqzr-nav ul {
		max-height: none;
		padding-left: 0;
		text-align: center;
	}
	
	/* Display the menu items in a horizontal order */
	.wpsqzr-nav li {
		display: inline-block;
		border: none;
		margin: 0;
	}

	.wpsqzr-nav ul li:last-child a {
		border-bottom: 0;
	}
}


/* Headlines on smaller screens */
@media screen and (max-width: 992px) {
	
	.wpsqzr-headline {
		font-size: 28px;
		line-height: 36px;
	}
	
	.wpsqzr-subheadline {
		font-size: 20px;
		line-height: 26px;
	}

	.wpsqzr-btn {
		font-size: 18px;
	}
}


/*--------------------------------------------------------------
## General Styles
--------------------------------------------------------------*/

.wpsqzr-badge {
    position: fixed;
    bottom: 0px;
    right: 0px;
}

.wpsqzr-badge img {
    display: block;
}

.wpsqzr-badge-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #0095D1;
}
  
.wpsqzr-badge:hover .wpsqzr-badge-overlay {
	opacity: 1;
}
  
.wpsqzr-badge-text {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.wpsqzr-pd20 {
    margin-top: 20px;
}

.wpsqzr-pd40 {
    margin-top: 40px;
}