/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.email-popup-preview {
	background-color: #fff;
	padding: 40px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(34,34,34,0.2);
	background-size: cover !important;
	background-position: center !important;
	width: 500px;
	position: relative;
	z-index: 9999;
	font-family: 'Source Sans Pro';
	box-sizing: border-box;
}

.email-popup-preview * {
	box-sizing: border-box;
}

.email-popup-preview input:not([type="submit"]) {
	background-color: #FFFFFF;
	border: 1px solid #FECC51;
	border-radius: 0;
	color: #565656;
	padding: 11px 12px;
	max-width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 14px;
	line-height: 20px;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	font-family: 'Source Sans Pro';
		letter-spacing: 0;
}

.email-popup-preview input[type="submit"],
.email-main-wrapper .email-popup-preview button {
	background-color: #FECC51;
	border: 1px solid #FECC51;
	color: #000;
	border-radius: 0;
	padding: 11px 52px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	cursor: pointer;
	float: right;
	text-transform: uppercase;
	font-family: 'Source Sans Pro';
	letter-spacing: 0;
}

.email-popup-main-title {
	font-size: 34px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 10px 0 !important;
	text-align: left;
}

.email-popup-secondary-title {
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	margin-bottom: 20px;
}

.email-popup-main-form {
	margin-top: 27px;
}

.email-popup-disclaimer {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-top: 20px !important;
}

.pm-text-template .email-popup-main-title {
	font-size: 35px;
	margin-bottom: 0 !important;
	color: #333;
}

.pm-text-template .email-popup-close {
	color: #333;
}

.pm-text-template .email-popup-disclaimer {
	text-align: left;
	margin-top: 14px !important;
	color: #333;
}

.pm-text-template .email-popup-secondary-title {
	margin-bottom: 0;
	margin-top: 17px;
	line-height: 20px;
	color: #333;
}

.email-main-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	color: #797979;
}

.email-main-wrapper.pm-location-top-center .email-popup-preview-wrapper {
	position: absolute;
	z-index: 9999;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.email-main-wrapper.pm-location-bottom-center .email-popup-preview-wrapper {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.email-main-wrapper.pm-location-sticky-left .email-popup-preview-wrapper {
	position: fixed;
	top: 10%;
	left: 0;
	z-index: 9999;
}

.email-main-wrapper.pm-location-sticky-right .email-popup-preview-wrapper {
	position: fixed;
	top: 10%;
	right: 0;
	z-index: 9999;
}

.email-main-wrapper.pm-location-bottom-left .email-popup-preview-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

.email-main-wrapper.pm-location-bottom-right .email-popup-preview-wrapper {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}

.email-main-wrapper.pm-location-top-left .email-popup-preview-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.email-main-wrapper.pm-location-top-right .email-popup-preview-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}

.email-main-wrapper.pm-location-modal-popup .email-popup-preview-wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.email-main-wrapper.pm-location-full-width .email-popup-preview-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.email-popup-preview.full-width {
	width: 100% !important;
}

/*.email-popup-preview-box .email-popup-preview-box-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 2222;
}*/

.email-popup-main-form .form-input-error {
	text-transform: capitalize;
	font-size: 14px;
	line-height: 16px;
	color: #f12e2e;
}

button[type="submit"].form-loading:before,
button[type="submit"].form-loading:after {
	content: '.';
	float: right;
	animation: pm_blinker 2s linear infinite;
}

button[type="submit"].form-loading:after {
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@keyframes pm_blinker {  
	50% { opacity: 0; }
}

.email-main-wrapper.pm-location-modal-fullscreen .email-popup-preview-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}

.email-main-wrapper.pm-location-modal-fullscreen .email-popup-preview-wrapper .email-popup-preview {
	width: 100%;
	height: 100%;
}

.email-main-wrapper.pm-location-modal-fullscreen .email-popup-preview-inner {
	width: 440px;
	margin: 0 auto;
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.email-popup-close-wrapper {
	position: relative;
	display: block;
	z-index: 9;
}

.email-popup-close {
	position: absolute;
	right: -16px;
	top: -20px;
	font-size: 30px;
	cursor: pointer;
	line-height: 18px;
}

.pm-popup-hidden {
	visibility: hidden;
}

.pm-popup-hidden-after {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.email-main-wrapper.remove-blur .email-popup-preview {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;

	-webkit-animation-fill-mode: none !important;
	animation-fill-mode: none !important;
}

.email-popup-preview-box-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 9998;
}

.email-popup-preview-wrapper {
	position: relative;
	z-index: 9999;
}

.email-popup-preview.modal-fullscreen {
	width: 100% !important;
}

.email-popup-preview.modal-fullscreen > .email-popup-close {
	top: 0px;
	right: 15px;
}

.pm-main-video iframe {
	margin-bottom: 0;
	display: block;
}

a.email-popup-preview {
	min-height: 300px;
	display: block;
}

.form-input-wrapper {
	display: inline-block;
	width: 100%;
	border: 2px solid transparent;
}

.email-popup-close-wrapper.close-outside {
	display: none;
}

.email-popup-preview-wrapper [data-entry] {
	opacity: 0;
}

/* Supported plugins */

.email-popup-preview input[type="checkbox"],
.email-popup-preview input[type="radio"] {
	width: auto;
	display: inline-block;
	margin: 0 10px 0 0;
	background: #fff;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -4px 4px 0 0;
	padding: 0!important;
	vertical-align: middle;
	width: 16px;
	-webkit-appearance: none;
	outline: none;
}

.email-popup-preview input[type="radio"] {
	border-radius: 50%;
}

input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	font: 400 21px/1 dashicons;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.email-popup-preview input[type=checkbox]:checked:before {
	content: "\f147";
	margin: -3px 0 0 -4px;
	color: #1e8cbe;
}

input[type=radio]:checked:before {
	content: "\2022";
	text-indent: -9999px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 24px;
	width: 6px;
	height: 6px;
	margin: 4px;
	line-height: 16px;
	background-color: #1e8cbe;
}

.email-popup-preview select {
	width: auto;
	min-width: initial;
	border-radius: 0;
	border: none;
	color: #000 !important;
	padding: 13px 12px;
}

.wpforms-field.wpforms-field-name > div > div {
	width: 50%;
	float: left;
}

.wpforms-field.wpforms-field-name > div > div:nth-child(1) {
	padding-right: 7px;
}

.wpforms-field.wpforms-field-name > div > div:nth-child(2) {
	padding-left: 7px;
}

.wpforms-field.wpforms-field-name > div > div input {
	margin-bottom: 5px;
}

.wpforms-field.wpforms-field-name > div > div label {
	margin-bottom: 15px;
	color: #fff;
	display: block;
}

.wpforms-field.wpforms-field-select label {
	display: block;
}

.wpforms-field.wpforms-field-select select {
	margin-bottom: 15px;
	font-weight: normal;
}

.wpforms-field input[type=number] {
	height: auto;
}

.email-popup-preview ul,
.email-popup-preview ol {
	list-style: none;
}

.wpforms-submit-container:before,
.wpforms-submit-container:after {
	display: table;
	content: " ";
}

.wpforms-submit-container:after {
	clear: both;
}

.pm-contact-form [class^="col-sm"],
.pm-contact-form [class^="col-xs"],
.pm-contact-form [class^="col-lg"] {
	padding: 0;
	width: 100%;
}

.form_field_wrap.contact_message_wrap textarea {
	border-radius: 0;
	min-height: 150px;
	padding: 7px 12px;
}

.pirate_forms_wrap {
	float: none;
}

.email-popup-preview * {
	font-family: 'Source Sans Pro';
}

.frm_opt_container > div:last-child,
.frm_form_field select {
	margin-bottom: 15px;
}

.frm_form_field select {
	display: block;
}

.form-input-wrapper label {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
	display: block;
}

.email-popup-preview .form-input-wrapper select {
	border: 1px solid #FECC51;
	width: 100%;
	margin-bottom: 15px;
	height: 44px;
	font-weight: normal;
	background: #fff;
}

.email-popup-preview .form-input-wrapper select:hover {
	color: #000;
	background: #fff;
}

/* Fonts */

@font-face {
	font-family: 'options';
	src: url('../font/options.eot?37135398');
	src: url('../font/options.eot?37135398#iefix') format('embedded-opentype'),
	 url('../font/options.woff2?37135398') format('woff2'),
	 url('../font/options.woff?37135398') format('woff'),
	 url('../font/options.ttf?37135398') format('truetype'),
	 url('../font/options.svg?37135398#options') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'options';
		src: url('../font/options.svg?37135398#options') format('svg');
	}
}
*/
 
 [class^="pmicon-"]:before, [class*=" pmicon-"]:before {
	font-family: "options";
	font-style: normal;
	font-weight: normal;
	speak: none;
 
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
 
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
 
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
 
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
 
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
 
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.pmicon-pencil:before { content: '\e800'; } /* '' */
.pmicon-trash-empty:before { content: '\e801'; } /* '' */
.pmicon-folder-open:before { content: '\e802'; } /* '' */
.pmicon-cancel:before { content: '\e803'; } /* '' */
.pmicon-ok:before { content: '\e804'; } /* '' */
.pmicon-attention-1:before { content: '\e805'; } /* '' */
.pmicon-left-big:before { content: '\e806'; } /* '' */
.pmicon-right-big:before { content: '\e807'; } /* '' */
.pmicon-lock:before { content: '\e808'; } /* '' */
.pmicon-lock-1:before { content: '\e809'; } /* '' */
.pmicon-twitter:before { content: '\e80a'; } /* '' */
.pmicon-gplus:before { content: '\e80b'; } /* '' */
.pmicon-linkedin-squared:before { content: '\e80c'; } /* '' */
.pmicon-pinterest-squared:before { content: '\f0d3'; } /* '' */
.pmicon-facebook-official:before { content: '\f230'; } /* '' */