/* Copyright (C) arrowthemes, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
   ========================================================================== */

/* Theme Switcher */
.color-switcher {
	width: 120px;
	position: fixed;
	left: 40px;
	top: 180px;
	z-index: 999;
	padding: 0px;
	-webkit-transition: all 500ms ease;
			transition: all 500ms ease;
}
.color-switcher h5 {
	font-size: 15px;
	margin-top: 0;
	padding: 0 20px 0;
}
.color-switcher p {
	font-size: 10px;
	color: #000;
	margin-bottom: 0;
	background: #fff;
	height: 40px;
	text-align: left;
	font-weight: bold;
	line-height: 42px;
	text-transform: uppercase;
}
.color-switcher ul {
	list-style: none;
	padding: 0;
}
.color-switcher ul li {
	float: left;
}
.color-switcher ul li a {
	display: block;
	width: 30px;
	height: 30px;
	outline: none;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	border-radius: 3px;
}

.color-switcher ul li a.tm-default {
	background: #258bce;
}

.color-switcher ul li a.tm-cello {
	background: #71a416;
}

.color-switcher ul li a.tm-marigold {
	background: #fca82c;
}

.color-switcher ul li a.tm-salmon {
	background: #e73939;
}

.color-switcher ul li a.tm-tangerine {
	background: #f78114;
}

.color-switcher ul li a.tm-malta {
	background: #af9a7d;
}

.color-switcher ul li a.tm-royal {
	background: #7346A7;
}

.color-switcher ul li a.tm-carnation {
	background: #fa505d;
}

.color-switcher ul li a.tm-coral {
	background: #fb633d;
}

.picker_close {
	width: 40px;
	height: 40px;
	position: absolute;
	left: -40px;
	top: 0px;
	text-align: center;
	background: #fff;
	border-radius: 0 2px 2px 0;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

.position .picker_close {
	border-radius: 0;
	box-shadow: 0 1px rgba(0,0,0,0.1);
}

.picker_close i {
	font-size: 22px;
	margin-top: 9px;
}
.position {
	left: 40px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.position .theme-colours {
	display: table;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.theme-colours, .layouts, .backgrounds, .choose-header, .choose-footer {
	display: none;
	text-align: left;
	padding-top: 0px;
	width: 83px;
	padding: 19px;
	background: #fff;
	padding-top:0px;
	border-radius: 0 4px 4px;
}
.layouts a, .choose-header a, .choose-footer a {
	display: inline-block;
	text-align: center;
	width: 40%;
	margin: 0 5px 0 0;
	color: #5d5d5d;
	font-size: 15px;
	border: 1px solid #e7e7e7;
	padding: 5px 7px 2px;
}
.layouts a:hover, .choose-header a:hover, .choose-footer a:hover {
	border: 2px solid #a9a9a9;
	padding: 4px 5px 1px
}
.styleswitcher {
	position: fixed;
	width: 120px;
	background: #ffffff;
	color: #595959;
	top: 150px;
	right: -123px;
	z-index: 999;
}
.styleswitcher p {
	color: #000 !important;
}
.styleswitcher.ackapa {
	left: 0;
}
.styleswitcher .switch {
	padding-left: 15px;
	padding-bottom: 10px;
}
.styleswitcher .switch h5 {
	margin-top: 20px;
}
.styleswitcher .switch p {
	margin-top: 10px;
}
.stylebutton {
	cursor: pointer;
	position: absolute;
	text-align: center;
	line-height: 40px;
	background: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	top: 0px;
	right: -40px;
}
.styleswitcher a {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	position: relative;
	z-index: 99999999;
}

.color-switcher ul li{
	margin:5px;
}