/*** Columns ***/

.one-half, .one-third, .two-thirds, .three-fourths, .one-fourth {
    float: left;
    margin-bottom: 20px;
    margin-right: 4%;
    position: relative;
}
.one-half { width: 48% }
.one-third { width: 30.66% }
.two-thirds { width: 65.33% }
.one-fourth { width: 22% }
.three-fourths { width: 74% }
.last-col {
    clear: right;
    margin-right: 0;
}

/*** Tabs **/

.pzen-tab-box {
	background-color: #fff;
	margin-top: 15px;
	border: 1px solid #ddd;
}

/* Style the tab */
.pzen-tab-nav {
	float: left;
	border-bottom: none;
	background-color: #f1f1f1;
	width: 25%;
	height: 100%;
	box-sizing: border-box;
}

#pzen-customize-wrap .popup-zen-box {
	display: none;
}

/* Style the buttons that are used to open the tab content */

.pzen-tab-nav .pzen-tab-link {
	display: block;
	background-color: inherit;
	color: black;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #999;
}

.pzen-preview-btn-wrap {
	padding: 15px;
	background-color: #fff;
	text-align: center;
}

.pzen-preview-btn-wrap span {
	text-align: center;
	color: #999;
	font-size: 10px;
	margin-bottom: 5px;
	display: block;
}

.pzen-preview-btn {
	display: block;
	padding: 10px;
	text-align: center;
	background-color: #CDB718;
	border: 1px solid #999;
	border-radius: 3px;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
}

a.pzen-preview-btn:hover {
	color: #eee;
	background-color: #CDB718;
}

a.pzen-site-preview-link {
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
	display: block;
	color: #999;
}

/* Change background color of buttons on hover */
.pzen-tab-nav button:hover {
  background-color: #fafafa;
}

/* Create an active/current "tab button" class */
.pzen-tab-nav button.active {
  background-color: #fff;
  border-right: none;
  position: relative;
  right: -1px;
  color: #444;
}

/*.pzen-tab-nav button.active:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #eee;
    position: absolute;
    right: -10px;
}*/

/* Style the tab content */
.pzen-tab-content {
	box-sizing: border-box;
	float: left;
	padding: 15px 20px;
	width: 75%;
	border-left: none;
	height: 100%;
	min-height: 350px;
	border-left: 1px solid #ddd;
	display: none;
}

.pzen-tab-content.first {
	display: block;
}

#pzen-customize-wrap {
	overflow: hidden;
	padding: 10px 0;
}

/*** Popup customizer CSS overrides ***/

#pzen-customize-wrap .popup-zen-box.pzen-show {
	opacity: 1;
	display: block;
}

/*** Settings **/

#pzen-wrap .form-table {
	clear: none;
	width: auto;
}

.pzen-settings-group {
	margin: 10px 0;
}

#show-certain-pages, #pzen-until-datepicker, #custom-email-options, #default-email-options, #mailchimp-fields, #convertkit-fields, #mailpoet-fields, #pzen-name-fields {
	display: none;
}

.pzen-hidden-field {
	margin-bottom: 10px;
}

.pzen-datepicker {
	margin: 10px 0 0;
}

.pzen-textarea {
	display: block;
    margin: 12px 0 0;
    height: 4em;
    width: 100%;
}

span.mc-description {
	font-size: 10px;
	display: none;
	clear: both;
}

#pzen-upgrade-box {
	float: right;
	width: 350px;
	max-width: 30%;
	clear: right;
	overflow: hidden;
	padding: 15px;
}

#pzen-upgrade-box ul {
	list-style-type: disc;
	margin-left: 20px;
}

#pzen-upgrade-box .pzen-content {
	padding: 0 15px 10px 15px;
}

#pzen-upgrade-box hr {
	margin: 15px 0;
}

img.pzen-upsell-img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
}

.big-icon-right {
	float: right;
    font-size: 60px;
    width: 60px;
    height: 60px;
    margin-left: 20px;
    color: green;
}

/*a.button-pzen {
	background: #e8ac0a;
	padding: 8px 15px;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	width: auto;
	display: block;
	font-size: 18px;
}*/

/* For preview */

#pzen-notification-box {
	opacity: 1;
	position: relative;
	z-index: 99997;
	width: 100%;
	height: auto;
	border-radius: 3px;
	padding: 15px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #eee;
	-webkit-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.06);
	-moz-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.06);
	box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.06);
	transition: all .3s;
	box-sizing: border-box;
}

#pzen-note-optin {
    margin-top: 10px;
}

#pzen-notification-box p {
	margin-bottom: 5px;
}

#pzen-notification-box img, #pzen-notification-box iframe {
	display: block;
	max-width: 100%;
	height: auto;
}

#pzen-first-row {
	clear: none;
}

#pzen-notification-box .avatar {
	border-radius: 100px;
	margin-right: 15px;
	float: left;
}

.pzen-box-rows {
	overflow: hidden;
}

.pzen-row {
    overflow: hidden;
    background: #fafafa;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 10px;
    clear: both;
}

.pzen-visitor-row {
	text-align: right;
	float: right;
	background-color: #1191cb;
	color: #fff;
}

.pzen-away-msg {
	font-size: 11px;
	display: block;
	clear: both;
}

.pzen-row.pzen-email-row, .pzen-row.pzen-text {
	padding: 0;
	background-color: #fff;
	position: relative;
}

#pzen-email-input {
	border: 1px solid #1191cb;
	border-radius: 3px 0 0 3px;
	width: 80%;
	height: 40px;
	margin: 0;
    border: none;
    background: #eee;
    box-shadow: none;
	box-sizing: border-box;
}

#pzen-text-input {
	border-radius: 3px 0 0 3px;
	height: 40px;
	margin: 0;
    border: none;
    background: #eee;
    box-shadow: none;
	box-sizing: border-box;
	width: 100%;
}

#pzen-submit-text {
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 16px;
	color: #999;
	cursor: pointer;
}

.pzen-email-btn {
	width: 20%;
	height: 40px;
	background-color: #1191cb;
	color: #fff;
	border-radius: 0 3px 3px 0;
	border: none;
	float: right;
	cursor: pointer;
	padding: 0;
}

.pzen-hide {
	display: none;
	opacity: 0;
	-moz-transform: translateX(0px) translateY(15px);
	-webkit-transform: translateX(0px) translateY(15px);
	-o-transform: translateX(0px) translateY(15px);
	-ms-transform: translateX(0px) translateY(15px);
	transform: translateX(0px) translateY(15px);
}

span#pzen-powered-by a {
    font-size: 10px;
    float: right;
    color: #777;
    text-decoration: underline;
    margin-top: 5px;
}

/* List */

.pzen-list .pzen-item {
	display: flex;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	background-color: #fafafa;
	align-items: center;
	color: #32373c;
}

.pzen-item a {
	text-decoration: none;
}

.pzen-list .pzen-item:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.pzen-item .pzen-col {
 	flex: 1;
 	font-size: 13px;
 	line-height: 1.4em;
 	align-items: center;
 	padding: 8px 12px;
}

.pzen-list .pzen-list-header {
	margin-bottom: 0;
	background-color: #fff;
}

.pzen-item-title {
	font-weight: bold;
}

 /* Toggle switch */

 /* The switch - the box around the slider */
.pzen-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.pzen-switch input {display:none;}

/* The slider */
.pzen-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.pzen-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .pzen-slider {
  background-color: #2196F3;
}

input:focus + .pzen-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .pzen-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input.pzen-number-input {
	width: 50px;
	height: 22px;
}

/* Rounded pzen-sliders */
.pzen-slider.pzen-round {
  border-radius: 34px;
}

.pzen-slider.pzen-round:before {
  border-radius: 50%;
}

/*** Single ***/

.pzen-title-input {
	padding: 3px 8px;
    font-size: 1.7em;
    line-height: 100%;
    height: 1.7em;
    width: 100%;
    outline: none;
    margin: 0 0 3px;
    background-color: #fff;
}

.pzen-metabox {
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
    padding: 15px;
    margin: 10px 0;
}

.pzen-section {
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.pzen-section.noborder {
	border-bottom: none;
}

.pzen-radio-withimage {
    text-align: center;
    overflow: hidden;
    display: inline-block;
    margin-right: 15px;
    padding: 10px 0;
    width: 100px;
}

.pzen-radio-withimage input[type=radio] {
	margin: 5px auto;
    clear: both;
    display: block;
}

.pzen-radio-image {
	display: block;
	margin: 5px auto;
	width: 100px;
	height: 100px;
}

.pzen-settings-group input[type=radio] {
	margin: 4px 4px 4px 0;
}

.pzen-template-image {
	display: block;
	margin: 5px auto;
	width: 275px;
	height: auto;
}

.post-type-popupzen .postbox select {
	display: block;
	min-width: 250px;
	clear: both;
	margin-bottom: 5px;
}

.pzen-popup-image {
	display: block;
	clear: both;
	height: auto;
	width: auto;
	margin-bottom: 15px;
	max-width: 150px;
}

.pzen-activate-text {
	margin: 8px;
	float: left;
}

#minor-publishing .pzen-switch {
	margin-bottom: 10px;
}

@media (max-width: 782px) {
	#pzen-upgrade-box {
		float: none;
		max-width: 100%;
		width: auto;
		margin-bottom: 15px;
	}

	.one-half, .one-third, .two-thirds, .three-fourths, .one-fourth {
		float: none;
		width: 100%;
		margin: 10px 0 10px 0;
	}
}

/** MC signup form **/

/* MailChimp Form Embed Code - Slim - 12/15/2015 v10.7 */
#pzen_embed_signup form {display:block; position:relative;}
#pzen_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#pzen_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#pzen_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#pzen_embed_signup input[type=radio]{-webkit-appearance:radio;}
#pzen_embed_signup input:focus {border-color:#333;}

#pzen_embed_signup .small-meta {font-size: 11px;}
#pzen_embed_signup .nowrap {white-space:nowrap;}     
#pzen_embed_signup .clear {clear:none; display:inline;}

#pzen_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#pzen_embed_signup input.email {width: 100%; border: 1px solid #ccc; margin-bottom: 10px;}
#pzen_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#pzen_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#pzen_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#pzen_embed_signup #mce-error-response {display:none;}
#pzen_embed_signup #mce-success-response {color:#529214; display:none;}
#pzen_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

.ui-autocomplete {
	float: left;
	box-shadow: 2px 2px 3px #888888;
    background: #FFF;
}

.ui-menu-item {
	list-style-type: none;
	padding: 10px;
}

.ui-menu-item:hover {
	background: #F1F1F1;
}