.cc-pu-tab-2, .cc-pu-tab-3,.hide-section {
	display:none;	
}

.wrap div.updated {
width: 71.5% !important;
}


.theme-id-container {
	position: relative;
}



.cc-pu-customize-form {
	display:none;	
    background: none repeat scroll 0px 0px transparent;
    z-index: 100099;
    position: fixed;
    overflow: visible;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    min-width: 0px;
	margin-left: 300px;
}

.cc-pu-customize-preview {
	position: absolute;
    width: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	height: 100%;
	background:#fff;	
}

.cc-pu-customize-controls {
	box-sizing: border-box;
	position: fixed;
	width: 300px;
	height: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 10;
	overflow: auto;
	background: none repeat scroll 0% 0% #EEE;
	border-right: medium none;	
}

.cc-pu-customize-header-actions {
	position: absolute;
	left: 0px;
	right: 0px;
	height: 45px;
	padding: 0px 15px;
	line-height: 45px;
	z-index: 10;
	margin: 0px;
	border-top: medium none;
	box-shadow: none;
	border-bottom: 1px solid #DDD;
}

.cc-pu-customize-close{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45px;
	height: 45px;
	padding-right: 2px;
	background: none repeat scroll 0% 0% #EEE;
	border-right: 1px solid #DDD;
	color: #444;
	cursor: pointer;
	transition: color 0.1s ease-in-out 0s, #000 0.1s ease-in-out 0s;
	text-decoration:none;
}

.cc-pu-customize-close:before {
    font: 400 22px/1 dashicons;
    content: "";
    position: relative;
    top: 7px;
    left: 13px;
}

.cc-pu-customize-close:hover {
    background: none repeat scroll 0% 0% #DDD;
    border-color: #CCC;
    color: #000;
    outline: 0px none;
    box-shadow: none;
}

.cc-pu-customize-header-actions .button-primary {
    float: right;
    margin-top: 9px;
}

.cc-pu-options-overlay {
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	top: 45px;
	bottom: 45px;
	left: 0px;
	right: 0px;
}

.cc-pu-options-overlay .accordion-section-content {
	padding:0 !important;	
}

.cc-pu-customize-info{
	color: #555;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;	
	padding: 8px 12px;
}
.template-title {
	font-size: 20px;
	font-weight: 200;
	line-height: 24px;
	display: block;	
}

.accordion-section-title {
    color: #555 !important;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
	border-right: 0 !important;
	padding: 10px 10px 11px 14px !important;
	line-height: 21px;
	font-size: 14px;
}

.accordion-section-title:after{
    color: #555 !important; 
}
.accordion-section-title.open:after {
	content: "";	
}


.customize-control-title {
    display: block;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    margin-bottom: 3px;
	margin-top: 15px;
}
.accordion-section-content {
	background: #FAFAFA;
}
.accordion-section-content h4 {
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #ECECEC;
	text-align: center;
	background: #F0F0F0;
	margin:0 0 10px 0;
}


.cc-pu-fields-wrapper {
	position:relative;	
	padding: 10px 20px;
}

.cc-pu-fields-wrapper:hover .cc-pu-overlay{
	display:block;
}

.cc-pu-overlay {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	display:none;	
	z-index:9999;
	left:0;
	top:0;
}

.cc-pu-overlay a{
	position:absolute;
	top:50%;
	text-align:center;
	display:block;
	width:100%;
	left:0;
	text-decoration:none;
	color:#fff;
	font-weight:700;
	font-family:Open Sans, sans-serif;
	font-size:16px;
	line-height:18px;
	margin-top:-9px;
}

.cc-pu-overlay a:hover{
	text-decoration:underline;
}

/*** ADMIN PANEL ***/




/*** General ***/

input[type=checkbox], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=radio], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea,
.postbox
 {
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
}
h2.nav-tab-wrapper, h3.nav-tab-wrapper {
	margin-top: 35px!important;
}

#poststuff {
	padding-top: 0!important;
	background: #fff!important;
	border: 1px solid rgb(204, 204, 204)!important;
	border-top: 0!important;
	min-width: 298px;
}
.nav-tab {
	 border-bottom: 1px solid #ccc!important;
}
.nav-tab.nav-tab-active, .nav-tab.nav-tab-active:hover {
	border-bottom: 1px solid #FFFFFF !important;
	background: #FFFFFF!important;
}
.nav-tab .dashicons {
	font-size: 18px!important;
	margin-top: 3px!important;
}

/*** Themes Screen ***/

.themes-php {
	padding: 20px!important;
}
.themes-php .theme-count {
	white-space: nowrap;
}

.theme-browser .theme .theme-actions, 
.theme-browser .theme.active .theme-actions {
	padding: 10px 10px;
	width: 100% !important;
	height: auto;
	position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
	bottom: auto;
	box-sizing: border-box;

}

.theme-browser .theme .theme-name {
  background: rgba(250, 250, 250, 0.6) !important;
}
.theme-browser .theme.active .theme-name {
  background: rgba(66, 66, 66, 1) !important;
}
.theme-browser .theme .theme-actions {
  border-left: 0!important;
  text-align: right!important;
  background: transparent!important;
}

/*** Options Screen ***/

.admin-page-framework-sectionset {
	border-bottom: 1px solid rgb(204, 204, 204)!important;	
	background: rgba(255, 255, 255, 0.8);
}
p.admin-page-framework-fields-description {
	display: inline-block;
	max-width: 60%!important;
	background: rgba(250, 250, 250, 0.55) !important;
  	padding: 15px;
  	border: 1px dashed rgb(204, 204, 204)!important;
}
p.submit {
	padding-left: 20px!important;
}
.admin-page-framework-section-caption {
	background: #fff !important;
	padding-left: 30px;
	border-bottom: 1px solid rgb(204, 204, 204)!important;
}
.form-table th {
	width: 150px!important;
	padding: 20px 10px 20px 30px!important;	
	background: rgba(250, 250, 250, 0.55) !important;
	border-right: 1px solid rgb(204, 204, 204)!important;
}
fieldset#fieldset-mailchimp_enabled p {
  margin-top: -22px;
}

/*** Customizer ***/

.accordion-section-title {
	margin: 0!important;
}
.cc-pu-customize-controls {
	 border-right: 1px solid rgb(204, 204, 204)!important;
}



/*** Admin Responsive ***/

.cta-wrap:after {
	content: '';
	display: block;
	clear: both;
}


@media only screen and (max-width: 780px) {
	.theme:not(.active):hover .theme-actions, 
	.theme:not(.active):focus .theme-actions, 
	.theme:hover .more-details, 
	.theme:focus .more-details {
		display: block;
	}
	.theme-browser.rendered .theme:hover .theme-screenshot img, 
	.theme-browser.rendered .theme:focus .theme-screenshot img {
		opacity: 0.4;
	}
	.form-table tr {
		border-bottom: 1px solid #ccc;
	}
	.form-table td {
		margin: 15px 10px;
		margin-bottom: 9px;
	}
	.form-table th {
		width: auto !important;
		border-right: 0 !important;
		border-bottom:1px solid #ccc;
	}
	#poststuff .themes-php h2 {
		line-height: 2;
	}
}

@media screen and (max-width: 600px) {
	h1.nav-tab-wrapper, 
	.wrap h2.nav-tab-wrapper, 
	.nav-tab-wrapper {
		border-bottom: 1px solid #ccc;
	}
}

@media only screen and (max-width: 480px) {
	.nav-tab {
		margin: 0 !important;
		clear: both;
		min-width: 150px;
	}

}

#fields-privacy_policy_content .wp-media-buttons {
    display: none;
}
