/*
Template Name: Newlyweds – A Modern HTML Wedding Template
Theme URL: 
Description: Modern HTML Wedding Template
Author: Sego Themes
Author URL: 
Version: 1.0
Tags: Wedding, HTML5, CSS3, Bootstrap, Jquery
*/

/* ___________________________________________

  Styles Switcher 
   ___________________________________________ */
   
#style-switcher {
    background: #efefef;
    left: 0;
    position: fixed;
    top: 50%;
    width: 220px;
    z-index: 9999;
}

#style-switcher div {
    padding: 5px 10px;
}

#style-switcher h2 {
    color: #333;
    font-size: 14px;
    margin: 0;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

#style-switcher h2 a {
    background: #333;
    height: 40px;
    width: 40px;
    position: absolute;
    right: -40px;
    top: 0;
}

#style-switcher h2 a i {
    color: #fff;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 9px;
}

.colors {
    padding-left: 7px;
}

.colors {
    list-style: none;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}

.colors li {
    float: left;
}

.colors li a {
	cursor: pointer;
	display: block;
	height: 30px;
	margin: 7px 9px;
	width: 30px;
}

.layout-style select {
    width: 100%;
    padding: 5px;
    border: none;
    margin: 0 0 0 -5px;
    color: #fff;
    cursor: pointer;
}

#reset {
    margin: 0 0 15px 2px;
}

#reset a {
    color: #fff;
    font-size: 12px;
}

.style1 {
    background: #333;
}

.style2 {
    background: #9615e4;
}

.style3 {
    background: #f53a53;
}

.style4 {
    background: #ea9001;
}

.icon-2x {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.item-version ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.item-version ul li{
    display: block;
    text-align: center;
    position: relative;
    
}
.item-version p {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #000;
	width: 100%;
    background: #207FDC;
    color: #fff;
}
.item-version ul li a {
	display: block;
	margin-bottom: 8px;
	padding: 6px;
	color: #fff;
}

