/* WPtouch Customizer Styling */

a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}


/* @group Customizer */

.wp-customizer .wp-full-overlay {
	background-image: url(../images/grid_square.png);
}

#customize-theme-controls select {
	font-size: 12px;
	width: 100%;
}

#customize-theme-controls .rangeval {
	display: inline-block;
	position: relative;
	bottom: 8px;
	border: 1px solid #ccc;
	border-radius: 100px;
	min-height: 4px;
	min-width: 10px;
	padding: 6px;
	line-height: 80%;
	font-size: 11px;
	text-align: center;
	margin-right: 5px;
	margin-left: 10px;
	font-weight: bold;
	background-color: #f5f5f7;
}

#customize-theme-controls .placeholder {
	border: 1px dashed #aaa;
	min-height: 40px;
	max-width: 99%;
}

.customize-control-no-setting-text input {
	display: none;
}

li#customize-control-blogname, li#customize-control-blogdescription {
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
}

#customize-theme-controls .customize-control-image .container  {
	max-height: 300px;
	width: auto;
	text-align: center;
}

#customize-theme-controls .customize-control-image .container * {
	width: auto;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* @end */

/* @group Preview Area */

#customize-preview {
	-webkit-transition-duration: .33s;
	transition-duration: .33s;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 730px;
	width: 374px;
	z-index: 0;
	top: 50%;
	margin-top: -340px;
	background-color: transparent;
}

#customize-preview iframe {
	-webkit-transition-duration: .33s;
	transition-duration: .33s;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	border-radius: 18px;
	background-color: rgba(255,255,255,.1);
	padding: 50px 16px 70px;
	width: 340px;
	height: 600px;
}

/* @group Smartphone Landscape */

#customize-preview.landscape {
	width: 730px;
	height: 374px;
	margin-top: -240px;
	top: 50%;
	left: -160px;
}

#customize-preview.landscape iframe  {
	width: 600px;
	height: 340px;
	padding: 16px 70px 16px 50px;
}

/* @end */

/* @group Tablet Portrait */

#customize-preview.tablet {
	margin-left: auto;
	margin-right: auto;
	margin-top: -500px;
	z-index: 0;
	width: 800px;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	height: 1150px;
	left: -180px;
}

#customize-preview.tablet iframe {
	padding: 50px 18px 80px;
	border-radius: 22px;
	width: 768px;
	height: 1024px;
	z-index: 1;
}

/* @end */

/* @group Tablet Landscape */

#customize-preview.tablet.landscape {
	width: 1152px;
	height: 800px;
	top: 50%;
	margin-top: -450px;
	left: -300px;
}

#customize-preview.tablet.landscape iframe  {
	height: 768px;
	width: 1024px;
	padding: 16px 80px 16px 50px;
}

/* @end */

/* @group Device Toggles */

.toggle-wrapper {
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	padding: 6px;
	top: 0;
	right: 0;
	width: 100%;
	left: 0;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	height: 34px;
	text-align: right;
}

.toggle-inner {
	padding-right: 12px;
}

.toggle-wrapper span {
	color: rgba(255,255,255,.6);
	display: inline-block;
	font-size: 11px;
	margin-right: 10px;
}

.toggle-wrapper i {
	display: inline-block;
	position: relative;
	font-size: 24px;
	color: rgba(255,255,255,.15);
	vertical-align: middle;
	margin-top: 3px;
	cursor: pointer;
}

.toggle-wrapper .icon-tablet {
	font-size: 30px;
}

.toggle-wrapper .active {
	color: #fff;
	
}

.toggle-wrapper .landscape .active {
	-ms-transform: rotate(-90deg);
  	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}



/* @end */



/* @end */

/* @group Tooltips */

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tooltip-inner {
	max-width: 300px;
	padding: 12px;
	text-align: left;
	background-color: #fff;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	margin-left: -7px;
	border-width: 7px 7px 0px 7px;
	border-top-color: #fff;
}

.customize-tooltip {
	cursor: pointer;
	z-index: 1;
	position: relative;
	line-height: 0;
}

.customize-tooltip:after {
	text-transform: none;
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	content: '\e800';
	color: rgba(255,255,255,.3);
}

.customize-tooltip:hover:after {
	color: rgba(255,255,255,.8);
}

/* @end */

@media all and (max-height: 820px) {
	#customize-preview.tablet {
		margin-top: -550px;
		-webkit-transform: scale(.65);
		transform: scale(.65);
	}

	#customize-preview.tablet.landscape {
		margin-top: -400px;		
	}
}