﻿/*
Name: switcher.css
*/

#theme-style-switcher {
	background-color: #fff;
	width: 300px;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999;
	border-radius: 0 0 3px 0;
	right: -300px;
	border-left: 0;
	border-top: 0;
	box-shadow: 3px 0 65px 0 rgba(0, 0, 0, .2);
}
#theme-style-switcher div { padding: 10px 20px 10px 20px; margin: 0px;     height: calc(100% - 47px);
    overflow-y: auto; }
#theme-style-switcher h3 {  
	color: #010101;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 12px 0 12px 0px;
    padding: 0;
    border: 0px;
    letter-spacing: 0.05rem;
}


#theme-style-switcher h2 {
	background-color: #f7f7f7;
	color: #010101;
	font-weight: 600;
    font-size: 15px;
	padding: 0 0 0 20px;
	margin:0;
	line-height:40px;
	text-transform: uppercase;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
#theme-style-switcher h2 a {
	background-color: #ffffff;
	display: block;
	height: 53px;
	position: absolute;
	left: -53px;
	font-size:24px;
	line-height: 2.2;
	text-align:center;
	color:#010101;
	top: 120px;
	width: 53px;
	border-radius: 3px 0 0 3px;
	box-shadow: -3px 0px 5px -2px rgba(0, 0, 0, 0.14);
}	
#theme-style-switcher h2 a:focus { outline: none; }
.colors1 { list-style: none outside none; margin: 0 0 10px; border-bottom: 1px solid #d2d2d2; overflow: hidden; padding: 0 0 20px; }
.colors1 li { float:left; margin: 0px 2px 0; }
.colors1 li a { 
	border-radius: 1px; 
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 30px;
    padding: 5px;
    text-align: center;
    width: 80px;
} 

.colors { list-style: none outside none; margin: 0 0 20px; border-bottom: 1px solid #eeeeee; overflow: hidden; padding: 0 0 20px; }
.colors:last-child { border-bottom: 0 none; padding: 0 0 10px; }
.colors li { float:left; margin: 4px 7px 4px 0px; }
.colors li a { 
	display: block; 
	width: 53px;
	height: 35px;
	cursor: pointer;
	border-radius: 2px; 
} 

.theme-page-demos { margin: 0 0 20px; }
.theme-page-demos li { display: block; margin: 4px 0px 20px 0px; }
.theme-page-demos li img {
	box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.layout-style select, .header-style select, 
.footer-style select, .header-color input {
	width: 164px;
	padding: 7px 5px;
	color: #0f0f16;
	cursor: pointer;
	border-radius: 0px;
	height: 35px;
	font-size: 14px;
	margin: 2px 0 2px 2px;
	border: 1px solid #ccc;
	
}
.header-color .sp-replacer  { padding:4px 6px !important; }
.header-color .sp-replacer .sp-dd, 
.header-color .sp-replacer .sp-preview, 
div.header-color { padding:0px 1px !important; }
.layout-style, .header-style, .header-color
.footer-style { padding: 0 !important; }

.btn_layout {
	background-color: transparent;
	border: 1px solid #ccc !important;
    color: #040c17;
    border-radius: 2px;
	border: 0px none;
    display: inline-block;
    font-family: "Open Sans", Sans-serif;
	width: 47%;
    font-size: 13px;
    line-height: 20px;
	height: auto;
    margin: 0 4px 2px 0px;
    padding: 6px 22px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}
.btn_layout:hover, .btn_layout:focus {
	background-color: #f1f1f1;
	border: 1px solid #ccc !important;
    color: #040c17;
}

.theme-default { background: #04CE78; }
.theme-red { background: #ec1c24; }
.theme-deepskyblue { background: #007bff; }
.theme-yellow { background: #FAB702; }
.theme-orange { background: #ff5d20; }
.theme-skyblue { background: #0eb2e7; }
.theme-porsche { background: #E89E5B; }
.theme-watermelon { background: #f3525a; }
.theme-pink { background: #ff214f; }


.theme-bg1 { background-image: url("../../inc/img/bg-patternm1.png"); }
.theme-bg2 { background-image: url("../../inc/img/bg-patternm2.png"); }
.theme-bg3 { background-image: url("../../inc/img/bg-patternm3.png"); }
.theme-bg4 { background-image: url("../../inc/img/bg-patternm4.png"); }
.theme-bg5 { background-image: url("../../inc/img/bg-imagem1.jpg"); }
.theme-bg6 { background-image: url("../../inc/img/bg-imagem2.jpg"); }
.theme-bg7 { background-image: url("../../inc/img/bg-imagem3.jpg"); }
.theme-bg8 { background-image: url("../../inc/img/bg-imagem4.jpg"); }
	
#theme-wrapper { background-color: #fff; }	
	
@media only screen and (max-width: 1024px) { #theme-style-switcher { display: none; } }

@media (max-width: 768px) {
	body.boxed { width: 100%; }
	body { padding-left: 0px !important; padding-right: 0px !important; }	
}


/* This media query for layout resize with boxed layout */

@media (min-width: 768px) and (max-width: 992px)  {
	body.boxed { width: 100%; }
}

@media (min-width: 992px) and (max-width: 1200px) {
	body.boxed { width: 100%; }	
}   

@media(min-width: 1200px) {
	body.boxed {
		/* width: 1500px; */
		max-width: 1500px;
		-webkit-box-shadow: 0 8px 15px 0 rgba(0,0,0,.2);
		box-shadow: 0 8px 15px 0 rgba(0,0,0,.2);
		margin: 0px auto;
		position: relative;
		background: url(../../inc/img/bg-patternm1.png) repeat fixed;
	}
	
}
