/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
header .navbar-form .btn {
	background: #bc96df;
	padding: 0 21px;
	box-shadow: none;
	border: none;
	color: #fff;
	text-shadow: none;
	line-height: 55px;
	border-radius: 0;
	outline: none !important;
}

.page-title {
	display: none;
}

header .navbar-default {
	background: none;
	border: none;
	margin: 0;
	background: #00aaff;
}

.navbar-default {
	background-color: #e0cd96;
	color: #614126;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #614126;
	background-color: #ffffff;
}

.scroll-top-wrapper {
	position: fixed;
	right: 30px;
	bottom: 30px;
	background-color: #bc96df;
	color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	opacity: .5;
}

.pull-right {
	display: none;
}

footer {
	background-color: #ffff33;
	padding: 15px 0;
	font-size: 1.5em;
}

a:visited {
	color: #614126;
}

a:hover {
	color: #bc96df;
}

a:link {
	color: purple;
}

.comments-area .comment-form .form-submit input {
	background: #bd96e0;
	color: #000000;
}

.recent-post-slider .recentpost-categories ul.post-categories li:nth-child(1) a {
	background: #bd96e0;
}

.recent-post-slider.design-4 .post-image-bg {
	background: #ffffff;
	height: 230px !important;
	line-height: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.wpcf7 input[type="text"] {
	background-color: #fff;
	color: #000000;
	width: 40%;
}

.wpcf7 input[type="email"] {
	background-color: #fff;
	color: #000000;
	width: 40%;
}

.wpcf7 textarea {
	background-color: #ffffff;
	color: #000000;
	width: 100%;
}

h4 {
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 2px solid #bd96e0;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #333;
}

.recent-post-slider .wp-post-date::after {
	background: #bd96e0;
	bottom: -4px;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	width: 50px;
	z-index: 1;
}

body {
	color: #000000;
}
