

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background: #FFF; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    font-family: 'Montserrat', sans-serif;
}
.wpcharming {
	margin-bottom: 20px;
	background: #000000;
	padding: 20px;
}

.wpcharming img {
	margin-left: -10px;
}

.wpcharming h2 {
	color : #FFFFFF;
	font-size: 26px;
	margin-top: 23px;
}

.site {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0px 40px;
}

.demo-box {
	margin-bottom: 30px;
}

.demo-box img {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #f5f5f5;
}

.demo-box h3 {
	font-size: 15px;
    font-weight: normal;
    letter-spacing: 3px;
    text-align: left;
    text-transform: uppercase;
    text-align: center;
}

.demo-box h3 a {
	color : #bf9553;
}

.demo-box h3 a:hover {
	color: #785722;
	text-decoration: none;
}

.demo-box:hover a {
	color: #785722;
	text-decoration: none;
}

.shadow_box {
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    overflow: hidden;
    padding: 0px 0px 15px 0px;
}

.theme_box {
	padding: 30px 50px;
	height: 100%;
	background: #00aeef;
	color: #FFFFFF;
	font-size: 15.5px;
	line-height: 26.5px;
}

.theme_box h2 {
	font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
}

.branding {
	text-align: center;
	display: block;
	margin: 0px 0px 50px;
}

.branding h2 {
	color: #222222;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.demo-heading h2 {
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.line {
	width: 50px;
	height: 3px;
	display: block;
	background: orange;
	margin-bottom: 30px;
}










