/*   
Theme Name: Cape Town
License: Located in the 'Licensing' folder
License URI: Located in the 'Licensing' folder
Description: Premium Blogging Theme.
Author: Promola
Author URI: http://themeforest.net/user/promola
Theme URI: http://themeforest.net/user/promola
Version: 1.2
Tags: light, three-columns, threaded-comments
*/

/*** Import Google Fonts ***/

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,700,300italic,400italic&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,cyrillic);

/*** Reset ***/

* {
	margin: 0;
	padding: 0;
}

a img,
iframe,
fieldset {
	border: none;	
}

li {
	list-style: none;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

/*** HTML5 Tags Declaration ***/

article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section { 
    display: block; 
}

/*** WordPress Classes Styling ***/

.sticky{}

.gallery-caption a {
	display: inline;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 12px 0 6px 12px;
}

img.alignleft {
	margin: 12px 12px 6px 0;
}

img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignnone {
	margin: 12px 0 6px 0;
	text-align: center;
}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 100%;
	padding: 4px;
	text-align: center;
}

.wp-caption img {
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

/*-------------------------------------------*\
	Generic Styling
\*-------------------------------------------*/

h1, h2, h3, h4 {
	font-family: 'Cuprum', sans-serif;
	font-weight: 400;
	color: #444;
}

h1 {
	font-size: 28px;
	line-height: 40px;
}

h2 {
	font-size: 22px;
	line-height: 30px;
}

h3 {
	font-size: 18px;
	line-height: 26px;
}

h4 {
	font-size: 14px;
	line-height: 21px;
}

p {
	line-height: 24px;
}

.wrapper {
	width: 1020px;
	margin: 0 auto;
}

body {
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #525252;
	background-color: #eee;
}

a {
	color: #8BD892;
	text-decoration: none;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s; 
}

a:hover {
	color: #999;
	text-decoration: underline;
}

/*** Default Text Styling ***/

.entry h1,
.entry h2 {
	margin-bottom: 10px; 
}

.entry h3,
.entry h4 {
	margin-bottom: 5px; 
}

.entry ol,
.entry ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

.entry
blockquote p {
	padding-left: 10px;
	border-left: 3px solid #8BD892;
	float: left;
	color: #999;
	clear: both;
}

.entry p {
	margin-bottom: 24px;
}

.entry
ul li {
	list-style: disc;
}

.entry
ol li {
	list-style: decimal;
}

.entry
li {
	list-style-position: inside;
	line-height: 24px;
}

/*-------------------------------------------*\
	Main Header Styling
\*-------------------------------------------*/

#main-header {
	height: 160px;
	background-color: #373737;
}

#logo {
	float: left;
	margin-top: 29px;
}

#logo h1 {
	font-size: 66px;
	line-height: 80px;
}

#logo span {
	font-family: 'Cuprum', sans-serif;
	font-weight: 400;
}

#logo span a,
#logo span a:hover {
	color: #aaa;
}

#logo a,
#logo a:hover {
	text-decoration: none;
	color: #333;
}

#logo a img {
	width: 500px;
}

#header-ad {
	float: right;
	margin-top: 50px;
}

/*-------------------------------------------*\
	Top Menu Styling
\*-------------------------------------------*/

#top-menu {
	height: 40px;
	background-color: #373737;
}

#top-menu a {
	display: block;
	line-height: 40px;
	color: #666;
	font-size: 14px;
	font-family: 'Cuprum', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

#top-menu a:hover {
	color: #eee;
	text-decoration: none;
}

#top-menu li {
	float: left;
}

#top-menu .top-date {
	float: left;
	color: #777;
	margin-top: 5px;
}

#top-menu
.sf-menu {
	float: left;
	height: 40px;
	padding-left: 15px;
	border-left: 1px solid #404040;
}

#top-menu
.sf-menu li {
	position: relative;
	display: block;
	height: 40px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #404040;
}

/*** Drop Menu Styling ***/

#top-menu
.sub-menu {
	top: 40px;
	left: -15px;
}

#top-menu li:hover a {
	color: #eee;
	text-decoration: none;
}

#top-menu li
.sub-menu li {
	border-bottom: 1px solid #3F3F3F;
	width: 100%;
	height: auto;
	z-index: 3000;
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

#top-menu li
.sub-menu li:last-child {
	border-bottom: none;
}

#top-menu li
.sub-menu li a {
	display: block;
	padding: 10px 15px;
	background: none;
	color: #878787;
	white-space: nowrap;
	font-size: 14px;
	text-transform: uppercase;
	line-height: normal;
	min-width: 150px;
	height: auto;
	border-bottom: none;
}

#top-menu li
.sub-menu li a:hover {
	color: #eee;
}

/*** Level Two Drop Down Menu ***/

#top-menu
.sub-menu
.sub-menu {
	left: 100%;
	top: 0;
	z-index: 3000;
}

#top-menu
.sub-menu
.sub-menu li {
	left: 0;
	top: 0;
}

/*-------------------------------------------*\
	Top Social Icons Styling
\*-------------------------------------------*/

.top-social {
	float: right;
}

.top-social li {
	margin-left: 50px;
}

.top-social li:first-child {
	margin-left: 0;
}

.top-social a {
	display: block;
	height: 40px;
	background: url(images/top-social.png) no-repeat;
	text-indent: -9999px;
	opacity: .22;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.top-social a:hover {
	opacity: 1;
}

.top-social
.dribbble a {
	width: 16px;
	background-position: 0 0;
}

.top-social
.soundcloud a {
	width: 21px;
	background-position: -66px 0;
}

.top-social
.flickr a {
	width: 22px;
	background-position: -137px 0;
}

.top-social
.youtube a {
	width: 21px;
	background-position: -209px 0;
}

.top-social
.instagram a {
	width: 16px;
	background-position: -280px 0;
}

.top-social
.vimeo a {
	width: 18px;
	background-position: -346px 0;
}

.top-social
.facebook a {
	width: 8px;
	background-position: -414px 0;
}

.top-social
.pinterest a {
	width: 13px;
	background-position: -472px 0;
}

.top-social
.twitter a {
	width: 20px;
	background-position: -535px 0;
}

.top-social
.google a {
	width: 16px;
	background-position: -605px 0;
}

.top-social
.feeds a {
	width: 16px;
	background-position: -671px 0;
}

/*-------------------------------------------*\
	Main Nav Styling
\*-------------------------------------------*/

.is-sticky
#main-nav {
	width: 100%;
	z-index: 8000;
	border-top: none;
	border-bottom: none;
	box-shadow: 0 1px 0 rgba(56, 56, 56, 0.1);
}

#main-nav-sticky-wrapper {
	margin-bottom: 35px;
}

#main-nav {
	height: 60px;
	background-color: #F4F4F4;
	font-family: 'Cuprum', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

#main-nav .sf-menu {
	height: 60px;
	float: left;
	border-right: 1px solid #E5E5E5;
}

#main-nav li {
	position: relative;
	float: left;
	height: 60px;
	border-left: 1px solid #E5E5E5;
}

#main-nav a {
	display: block;
	height: 57px;
	color: #525252;
	padding: 0 18px;
	line-height: 60px;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#main-nav a:hover,
#main-nav
.current-menu-item a {
	color: #666;
	text-decoration: none;
	background-color: #fff;
	border-bottom: 3px solid #4A4A4A;
}

/*** Drop Menu Styling ***/

.sub-menu {
	display: none;
	background-color: #383838;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 6000;
}

#main-nav li:hover a {
	color: #666;
	background-color: #fff;
	border-bottom: 3px solid #4A4A4A;
}

.sub-menu
.current-menu-item a {
	background: none;
}

#main-nav li
.sub-menu li {
	border-bottom: 1px solid #3F3F3F;
	width: 100%;
	height: auto;
	border-left: none;
	z-index: 3000;
}

#main-nav li
.sub-menu li:last-child {
	border-bottom: none;
}

#main-nav li
.sub-menu li a {
	display: block;
	padding: 10px 14px;
	background: none;
	color: #878787;
	white-space: nowrap;
	font-size: 14px;
	text-transform: capitalize;
	line-height: normal;
	min-width: 150px;
	height: auto;
	border-bottom: none;
}

#main-nav li
.sub-menu li a:hover {
	color: #fff;
}

/*** Level Two Drop Down Menu ***/

.sub-menu
.sub-menu {
	left: 100%;
	top: 0;
	z-index: 3000;
}

.sub-menu
.sub-menu li {
	left: 0;
	top: 0;
}

/*** Nav Search Field Styling ***/

#main-nav
#searchform {
	position: relative;
	width: 240px;
	float: right;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}

#main-nav #s {
	width: 170px;
	height: 60px;
	padding-right: 50px;
	padding-left: 20px;
	background: #fff;
	border: none;
	color: #525252;
}

#main-nav #s:focus {
	outline: none;
}

#main-nav
#searchsubmit {
	position: absolute;
	right: 20px;
	top: 17px;
	width: 25px;
	height: 28px;
	background: url(images/search-icon.png) no-repeat;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	opacity: .17;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

#main-nav
#searchsubmit:hover,
#main-nav
#searchsubmit:focus {
	opacity: 1;
	outline: none;
}

/*-------------------------------------------*\
	Featured Area Styling
\*-------------------------------------------*/

#featured-area {
	float: left;
	margin-bottom: 35px;
	/*text-transform: capitalize;*/
}

#featured-area a {
	color: #fff;
}

#featured-area a:hover {
	text-decoration: none;
}

#featured-area img {
	width: 100%;
	height: auto;
}

/*-------------------------------------------*\
	Featured Slider Styling
\*-------------------------------------------*/

#featured-slider {
	position: relative;
	width: 675px;
	height: 338px;
	overflow: hidden;
}

.slides > li {
	position: relative;
	width: 675px;
	height: 338px;
	display: none;
}

#featured-slider h1 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 500;
	display: block;
	width: 655px;
	padding: 9px 10px;
	color: #fff;
	opacity: .9;
	background-color: #E94578;
}

/*** Featured Slider Nav ***/

.flex-prev,
.flex-next {
	position: absolute;
	top: 146px;
	display: block;
	width: 46px;
	height: 46px;
	opacity: .9;
	background: url(images/slider-nav.png) no-repeat #E94578;
	z-index: 200;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}

.flex-prev:hover,
.flex-next:hover {
	background-color: #383838;
	opacity: .9;
}

.flex-prev {
	left: 0;
}

.flex-next {
	right: 0;
	background-position: -76px 0;
}

/*-------------------------------------------*\
	Featured Posts Styling
\*-------------------------------------------*/

#featured-posts {
	width: 675px;
	height: 180px;
	margin-top: 25px;
}

#featured-posts li {
	float: left;
	margin-right: 25px;
}

#featured-posts li+li {
	margin-right: 0;
}

.feat-thumb {
	position: relative;
	width: 325px;
	height: 180px;
	overflow: hidden;
}

#featured-posts h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 500;
	display: block;
	width: 305px;
	padding: 9px 10px;
	color: #fff;
	opacity: .9;
	font-size: 20px;
	background-color: #5BC866;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}

#featured-posts li+li h2 {
	background-color: #FB911C;
}

#featured-posts li:hover h2 {
	background-color: #383838;
}

/*-------------------------------------------*\
	Favourite Posts Styling
\*-------------------------------------------*/

#favourite-posts {
	position: relative;
	width: 320px;
	height: 543px;
	float: right;
	overflow: hidden;
	background-color: #383838;
}

#favourite-posts .small-date {
	color: #888;
	font-size: 10px;
	margin-top: 2px;
}

.heart-icon {
	position: absolute;
	top: 12px;
	left: 11px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/heart-icon.png) no-repeat;
}

.fav-heading {
	color: #fff;
	height: 40px;
	font-size: 18px;
	line-height: 42px;
	padding-left: 10px;
	margin: 0 0 20px 40px;
	text-transform: uppercase;
	background-color: #F47D55;
}

 .small-posts li {
 	width: 300px;
 	// min-height: 85px;
 	padding: 0 10px 10px 10px;
 	margin-bottom: 10px;
 	border-bottom: 1px solid #3F3F3F;
 }

.small-thumb {
	position: relative;
	width: 150px;
	height: 85px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}

.small-thumb img {
	width: 100%;
	height: auto;
}

.small-thumb
.post-icon {
	left: 55px;
	top: 24px;
}

.small-content {
	overflow: hidden;
}

.small-content a {
	color: #eee;
}

.small-content a:hover {
	color: #aaa;
	text-decoration: none;
}

.small-date {
	display: block;
	color: #aaa;
	font-size: 13px;
	margin-top: 10px;
}

/*-------------------------------------------*\
	Carousel Styling
\*-------------------------------------------*/

#carousel-wrap {
	height: 179px;
	clear: both;
	margin-bottom: 35px;
	background-color: #383838;
	border-top: 4px solid #333;
}

#carousel-wrap
.wrapper {
	position: relative;
}

#carousel {
	position: relative;
	margin-top: 35px;
	margin-left: 35px;
	overflow: hidden;
}

#carousel li {
	width: 290px;
	float: left;
	margin-right: 10px;
	padding: 10px;
	background-color: #414141;
	border-top: 4px solid #E94578;
}

#carousel
li.carousel-color {
	border-top-color: #FFBF00;
}

#carousel
.small-date {
	padding-left: 22px;
	margin-top: 13px;
	background: url(images/car-cal.png) no-repeat 0 center;
}

.car-prev,
.car-next {
	position: absolute;
	top: 0;
	display: block;
	width: 25px;
	height: 109px;
	cursor: pointer;
	background: url(images/car-nav.png) no-repeat #8BD892;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}

.car-prev:hover,
.car-next:hover {
	background-color: #414141;
}

.car-prev {
	left: 0;
}

.car-next {
	right: 0;
	background-position: -35px 0;
}

/*-------------------------------------------*\
	Posts Styling
\*-------------------------------------------*/

#content {
	width: 675px;
	float: left;
	margin-bottom: 35px;
}

#posts {
	margin-bottom: -25px;
}

#posts
.post {
	width: 325px;
	float: left;
	margin-bottom: 25px;
	background-color: #fff;
	border-bottom: 4px solid #8BD892;
}

.post-thumb {
	position: relative;
	line-height: 0;
	overflow: hidden;
}

.post-thumb img {
	width: 100%;
	height: auto;
}

.post-content {
	position: relative;
	width: 305px;
	padding: 0 10px;
	float: left;
}

.author-avatar {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	overflow: hidden;
	z-index: 500;
	float: left;
	margin-top: -45px;
	margin-right: 10px;
	border: 5px solid #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.author-avatar:hover {
	border-radius: 80px;
}

#posts
.post-title {
	float: left;
	clear: both;
	margin: 20px 0 10px 0;
	color: #2B587A;
	font-weight: 700;
	line-height: 1.25em;
}

.post-title a {
	float: left;
	color: #2B587A;
}

.post-title a:hover {
	color: #777;
	text-decoration: none;
}

#posts
.post-date {
	clear: both;
}

.post-date {
	float: left;
}

.post-date
span {
	color: #999;
}

.post-excerpt {
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 30px;
}

.read-more {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	height: 28px;
	line-height: 32px;
	padding: 0 10px;
	font-size: 17px;
	font-family: 'Cuprum', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #8BD892;
}

.read-more a {
	color: #fff;
}

.read-more a:hover {
	text-decoration: none;
	color: #eee;
}

/*** Share Posts Icons ***/

.share-post {
	font-size: 13px;
	margin-top: 15px;
}

.share-post li {
	float: left;
}

.share-post a {
	display: block;
	margin-right: 10px;
	text-indent: -9999px;
	margin-left: 12px;
	background: url(images/share-post.png) no-repeat;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s; 
}

.share-post a:hover {
	opacity: .7;
}

.share-post
.facebook a {
	width: 7px;
}

.share-post
.twitter a {
	width: 18px;
	background-position: -47px 0;
}

.share-post
.google a {
	width: 14px;
	background-position: -105px 0;
}

.share-post
.pinterest a {
	width: 11px;
	background-position: -159px 1px;
}

/*** Post Format Icons Styling ***/

#posts
.post-icon {
	right: 8px;
	bottom: 8px;
}

.post-icon {
	display: block;
	width: 40px;
	height: 40px;
	z-index: 500;
	position: absolute;
	background: url(images/post-type.png) no-repeat;
}

.format-audio .post-icon {
	background-position: -160px 0;
}

.format-gallery .post-icon {
	background-position: -80px 0;
}

/*-------------------------------------------*\
	Pagination Styling
\*-------------------------------------------*/

.pagination {
	width: 100%;
	float: left;
	text-transform: uppercase;
	float: left;
	font-family: 'Cuprum', sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin-top: 35px;
	color: #ccc;
}

.pagination a {
	display: block;
	float: left;
	padding: 6px 15px;
	margin-right: 1px;
	color: #ccc;
	background-color: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.pagination
.current,
.pagination a:hover {
	background-color: #8BD892;
	text-decoration: none;
	color: #fff;
}

.pagination
.current {
	display: block;
	float: left;
	padding: 6px 15px;
	margin-right: 1px;
}

.pagination .dots {
	margin: 10px 16px 0 16px;
	float: left;
	color: #3F3F3F;
}

/*-------------------------------------------*\
	Main Sidebar Styling
\*-------------------------------------------*/

#main-sidebar {
	width: 320px;
	float: right;
	margin-bottom: 10px;
	color: #ccc;
}

#main-sidebar
.widget {
	position: relative;
	width: 300px;
	padding: 10px;
	margin-bottom: 25px;
	background-color: #383838;
	border-top: 4px solid #8BD892;
}

#main-sidebar
.widget-title {
	position: absolute;
	right: 0;
	top: 0;
	height: 28px;
	padding: 0 10px;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	text-transform: uppercase;
	background-color: #8BD892; 
}

.widget-content {
	margin-top: 28px;
}

/*** Facebook Widget Styling ***/

.pu_facebook_widget {
	min-height: 319px;
}

/*** Mola Image Plus Text Widget Styling ***/

.widget_mola_text img {
	margin-bottom: 20px;
}

/*** Calendar Widget ***/

.widget_calendar {
	float: left;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: left;
	margin-bottom: 15px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	padding-bottom: 10px;
}

#wp-calendar tbody td,
#wp-calendar .pad {
	background-color: #414141;
	text-align: center;
	padding: 8px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#wp-calendar tbody td:hover,
#wp-calendar .pad:hover {
	background-color: #414141;
	color: #999;
}

#wp-calendar tfoot #next {
	background-color: #414141;
	text-transform: uppercase;
	text-align: right;
	padding: 10px;
}

#wp-calendar tfoot #prev {
	background-color: #414141;
	text-transform: uppercase;
	padding: 10px;
}

/*** Video Widget ***/

.widget_molavid iframe,
.widget_molavid object,
.widget_molavid embed,
.widget_molavid video {
	width: 100%;
}

#main-sidebar
.widget_molavid iframe,
#main-footer
.widget_molavid iframe,
#main-sidebar
.widget_molavid object,
#main-footer
.widget_molavid object,
#main-sidebar
.widget_molavid embed,
#main-footer
.widget_molavid embed,
#main-sidebar
.widget_molavid video,
#main-footer
.widget_molavid video {
	height: 169px;
	float: left;
}

/*** Tag Cloud Styling ***/

.tagcloud {
	margin: -5px;
	text-transform: capitalize;
	float: left;
}

.tagcloud a {
	display: block;
	float: left;
	padding: 5px 13px;
	margin: 5px;
	color: #ccc;
	background-color: #414141;
	text-decoration: none;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}

#main-footer
.tagcloud a:hover,
.tagcloud a:hover {
	color: #fff;
	background-color: #8BD892;
	text-decoration: none;
}

#main-footer
.tagcloud a {
	background-color: #3E3E3E;
}

/*** Search Form Widget ***/

#main-sidebar
#searchform,
#main-footer
#searchform {
	position: relative;
	height: 34px;
}

#main-sidebar
#s,
#main-footer
#s {
	width: 218px;
	height: 34px;
	border: none;
	background-color: #414141;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	color: #ccc;
	padding: 0 10px;
}

#main-sidebar
#searchsubmit,
#main-footer
#searchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	height: 34px;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 0 10px;
	line-height: 34px;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	background-color: #8BD892;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}

#main-sidebar
#searchsubmit:hover,
#main-footer
#searchsubmit:hover {
	background-color: #ccc;
}

/*** Popular Posts Widget ***/

.widget
.small-posts li {
	width: 280px;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #414141;
	border-bottom: none;
}

.small-posts li:last-child {
	margin-bottom: 0;
}

/*** Social Widget ***/

.widget_mola_social ul {
	margin-left: -21px;
	margin-bottom: -20px;
	float: left;
	list-style: none;
}

.widget_mola_social li {
	position: relative;
	float: left;
	margin-left: 21px;
	margin-bottom: 20px;
}

.widget_mola_social li:last-child {
	margin-right: 0;
}

.widget_mola_social a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.widget_mola_social a:hover {
	opacity: 0.8;
}

.widget_mola_social
li.twitter a {
	background: url(images/twitter.png) no-repeat;
}

.widget_mola_social
li.facebook a {
	background: url(images/facebook.png) no-repeat;
}

.widget_mola_social
li.pinterest a {
	background: url(images/pinterest.png) no-repeat;
}

.widget_mola_social
li.google a {
	background: url(images/google.png) no-repeat;
}

.widget_mola_social
li.instagram a {
	background: url(images/instagram.png) no-repeat;
}

.widget_mola_social
li.feeds a {
	background: url(images/feeds.png) no-repeat;
}

.widget_mola_social
li.dribbble a {
	background: url(images/dribbble.png) no-repeat;
}

.widget_mola_social
li.soundcloud a {
	background: url(images/soundcloud.png) no-repeat;
}

.widget_mola_social
li.flickr a {
	background: url(images/flickr.png) no-repeat;
}

.widget_mola_social
li.youtube a {
	background: url(images/youtube.png) no-repeat;
}

.widget_mola_social
li.vimeo a {
	background: url(images/vimeo.png) no-repeat;
}

.widget_mola_social
li.deviantart a {
	background: url(images/deviantart.png) no-repeat;
}

/*** List Widgets Styling ***/

.widget .menu li,
.widget_pages li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #464646;
	list-style: none;
	line-height: 24px;
}

#main-footer
.widget .menu li,
#main-footer
.widget_pages li,
#main-footer
.widget_recent_entries li,
#main-footer
.widget_recent_comments li,
#main-footer
.widget_archive li,
#main-footer
.widget_categories li,
#main-footer
.widget_meta li {
	border-bottom: 1px dotted #464646;
}

.widget_recent_entries
.post-date {
	display: block;
	background: none;
	color: #fff;
	float: none;
}

.widget .menu li:first-child,
.widget_pages li:first-child,
.widget_recent_entries li:first-child,
.widget_recent_comments li:first-child,
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_meta li:first-child {
	padding-top: 0;
}

.widget .menu li a,
.widget_pages li a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_archive li a,
.widget_categories li a,
.widget_meta li a {
	color: #ccc;
	margin-right: 5px;
	text-decoration: none;
}

#main-footer
.widget .menu li a,
#main-footer
.widget_pages li a,
#main-footer
.widget_recent_entries li a,
#main-footer
.widget_recent_comments li a,
#main-footer
.widget_archive li a,
#main-footer
.widget_categories li a,
#main-footer
.widget_meta li a {
	color: #ccc;
}

.widget .menu li a:hover,
.widget_pages li a:hover,
.widget_recent_entries li a:hover,
.widget_recent_comments li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li a:hover {
	color: #8BD892;
	text-decoration: none;
}

#main-footer
.widget .menu li a:hover,
#main-footer
.widget_pages li a,
#main-footer
.widget_recent_entries li a:hover,
#main-footer
.widget_recent_comments li a:hover,
#main-footer
.widget_archive li a:hover,
#main-footer
.widget_categories li a:hover,
#main-footer
.widget_meta li a:hover {
	color: #8BD892;
}

/*-------------------------------------------*\
	Page Template Styling
\*-------------------------------------------*/

.default-page
#entry-wrap {
	margin-bottom: 0;
}

.page-wrap {
	padding: 10px;
	background-color: #fff;
	margin-bottom: 35px;
}

.page-title {
	margin-bottom: 10px;
}

/*-------------------------------------------*\
	Contact Form 7 Styling
\*-------------------------------------------*/

.wpcf7 p {
	float: left;
	clear: both;
}

.wpcf7-text {
	width: 300px;
	height: 40px;
}

.wpcf7-textarea {
	width: 550px;
	height: 200px;
	padding-top: 10px;
}

.wpcf7-text,
.wpcf7-textarea {
	background-color: #F3F3F3;
	border: none;
	padding-left: 10px;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #525252;
}

/*-------------------------------------------*\
	404 Error Page Styling
\*-------------------------------------------*/

#error-wrap {
	padding: 10px;
	background-color: #fff;
}

#error-wrap h1,
#error-wrap h2 {
	margin: 15px 0;
}

#error-wrap
.widget {
	margin-bottom: 25px;
}

#error-wrap
.widgettitle {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}

#error-wrap
.widget_recent_entries li,
#error-wrap
.widget_categories li {
	border-bottom-color: #D8D8D8;
}

#error-wrap
.widget_recent_entries li a,
#error-wrap
.widget_categories li a {
	color: #525252;
}

/*-------------------------------------------*\
	Single Post Page Styling
\*-------------------------------------------*/

#single-wrap {
	width: 675px;
	float: left;
}

#entry-wrap {
	width: 655px;
	padding: 10px;
	margin-bottom: 25px;
	background-color: #fff;
	overflow: hidden;
}

#entry-wrap 
.post-meta {
	clear: both;
}

#entry-wrap 
.post-meta li {
	float: left;
	margin: 15px 25px 15px 0;
}

#entry-wrap
.post-meta li:last-child {
	margin-right: 0;
}

#entry-wrap
.post-meta a,
#entry-wrap
.post-meta span {
	color: #999;
}

.entry {
	width: 100%;
	float: left;
}

.entry-tags {
	display: block;
	width: 655px;
	margin-bottom: 25px;
	padding: 10px;
	overflow: hidden;
	background-color: #fff;
}

/*** Share Post Styling ***/

#share-post {
	width: 100%;
	overflow: hidden;
}

#share-post a {
	display: block;
	height: 32px;
	line-height: 32px;
	color: #fff;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
}

#share-post
.facebook {
	background-color: #436FC9;
}

#share-post
.twitter {
	background-color: #40BEF4;
}

#share-post
.google {
	background-color: #EC5F4A;
}

#share-post
span {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
	background: url(images/single-share.png) no-repeat;
}

#share-post
.facebook span {
	background-color: #3967C6;
}

#share-post
.twitter span {
	background-color: #26B5F2;
	background-position: -72px 0;
}

#share-post
.google span {
	background-color: #E94D36;
	background-position: -144px 0;
}

/*** About Author Styling ***/

#about-author {
	width: 655px;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 25px;
	overflow: hidden;
}

#about-author
.avatar {
	margin-right: 10px;
	float: left;
}

.author-text {
	overflow: hidden;
}

.author-text h4 {
	margin-top: 3px;
	margin-bottom: 5px;
	float: left;
	text-transform: uppercase;
}

#about-author p {
	float: left;
	overflow: hidden;
}

.author-icons a {
	display: inline-block;
	height: 19px;
	text-indent: -9999px;
	margin-top: 5px;
	margin-left: 20px;
	background: url(images/author-icons.png) no-repeat;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.author-icons a:hover {
	opacity: .8;
}

.author-icons
.website-link {
	width: 11px;
}

.author-icons
.facebook-link {
	width: 7px;
	background-position: -36px 1px;
}

.author-icons
.twitter-link {
	width: 18px;
	background-position: -68px 1px;
}

.author-icons
.google-link {
	width: 14px;
	background-position: -111px 1px;
}

.author-icons
.instagram-link {
	width: 14px;
	background-position: -150px 2px;
}

/*** Related Posts Styling ***/

#related-posts {
	width: 675px;
	margin-bottom: 25px;
	overflow: hidden;
}

#related-posts
.post {
	width: 305px;
	padding: 10px;
	float: left;
	background-color: #fff;
}

#related-posts
.post + .post {
	margin-left: 25px;
}

#related-posts 
.small-date {
	float: left;
	clear: both;
}

/*** Comments Styling ***/

.comments-head {
	margin-bottom: 25px;
	text-transform: uppercase;
}

.comment-body {
	margin-bottom: 25px;
}

.comment-body
.avatar {
	border: 5px solid #fff;
	float: left;
}

.comment-contents {
	position: relative;
	background-color: #fff;
	margin-left: 115px;
	padding: 15px;
}

.comment-contents
span {
	display: block;
	position: absolute;
	left: -14px;
	top: 20px;
	width: 0; 
	height: 0; 
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent; 
	border-right: 14px solid #fff; 
}

.comment-meta {
	width: 100%;
	float: left;
}

.comment-author,
.comment-date,
.comment-reply-link {
	font-family: 'Cuprum', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	float: left;
	margin-right: 25px;
}

.comment-author a {
	color: #525252;
}

.comment-author a:hover {
	color: #8BD892;
	text-decoration: none;
}

.comment-date {
	color: #aaa;
}

.bypostauthor
.comment-author,
.bypostauthor
.comment-author a {
	color: #eee;
}

.bypostauthor
.comment-author a:hover {
	color: #8BD892;
	text-decoration: none;
}

.comment-text {
	overflow: hidden;
	float: left;
	margin-top: 6px;
}

.bypostauthor
.comment-text {
	color: #aaa;
}

.bypostauthor
.comment-body
.avatar {
	border-color: #383838;
}

.bypostauthor
.comment-contents {
	background-color: #383838;
}

.bypostauthor
.comment-contents
span {
	border-right-color: #383838;
}

#comments
.children {
	margin-left: 30px;
}

.awaiting-mod-txt {
	margin-top: 8px;
	display: block;
	color: #aaa;
}

/*** Comment Form Styling ***/

#reply-title {
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

#commentform {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 25px;
}

.comment-notes {
	margin-top: 10px;
	color: #aaa;
}

#respond
.required {
	color: #8BD892;
}

#author,
#email,
#url,
#comment {
	background-color: #F3F3F3;
	border: none;
	padding-left: 10px;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #525252;
}

#author,
#email,
#url {
	width: 300px;
	height: 40px;
	float: left;
}

.comment-form-author {
	margin-top: 20px;
}

.comment-form-comment
label {
	display: none;
}

#respond
.comment-form-comment {
	line-height: normal;
}

#comment {
	width: 98.5%;
	height: 180px;
	padding-top: 10px;
	line-height: 24px;
}

#respond p {
	float: none;
	clear: both;
	margin-bottom: 20px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	line-height: 40px;
}

#respond p label {
	color: #aaa;
}

#respond p label,
#respond p label + .required {
	text-transform: capitalize;
	margin-left: 10px;
}

#respond
.form-submit {
	line-height: normal;
	float: left;
	margin-bottom: 0;
}

#submit,
.wpcf7-submit {
	display: block;
	height: 36px;
	padding: 0 15px;
	font-size: 16px;
	font-family: 'Cuprum', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #383838;
	border: none;
	color: #fff;
	cursor: pointer;
	line-height: 36px;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}

#submit:hover,
.wpcf7-submit:hover {
	background-color: #8BD892;
	color: #fff;
	text-decoration: none;
}

.wpcf7-response-output {
	float: left;
}

/*-------------------------------------------*\
	Main Footer Styling
\*-------------------------------------------*/

#main-footer {
	clear: both;
	color: #ccc;
	overflow: hidden;
	border-top: 4px solid #333;
	background-color: #383838;
}

#main-footer
.widget {
	margin-top: 25px;
}

#main-footer
.widget-title {
	color: #eee;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

/*** First Widgets Column ***/

#first-col-widgets {
	float: left;
	border-right: 1px solid #3F3F3F;
}

#first-col-widgets
.widget {
	width: 320px;
	padding-right: 25px;
	padding-bottom: 35px;
	border-bottom: 1px solid #3F3F3F;
}

#first-col-widgets
.widget:last-child {
	border-bottom: none;
}

/*** Second Widgets Column ***/

#second-col-widgets {
	float: left;
	border-right: 1px solid #3F3F3F;
}

#second-col-widgets
.widget {
	width: 280px;
	padding: 0 25px 35px 24px;
	border-bottom: 1px solid #3F3F3F;
}

#second-col-widgets
.widget:last-child {
	border-bottom: none;
}

#second-col-widgets
.widget_molavid iframe {
	height: 158px;
}

/*** Third Widgets Column ***/

#third-col-widgets {
	float: left;
}

#third-col-widgets
.widget {
	width: 320px;
	padding-bottom: 35px;
	padding-left: 24px;
	border-bottom: 1px solid #3F3F3F;
}

#third-col-widgets
.widget:last-child {
	border-bottom: none;
}

#third-col-widgets
.small-posts li {
	width: 300px;
}

/*** Copyright DIV Styling ***/

#copyright {
	height: 55px;
	background-color: #333;
	color: #ccc;
}

#copyright p {
	float: left;
	line-height: 55px;
}

#copyright ul {
	float: right;
	line-height: 55px;
	text-transform: capitalize;
}

#copyright li {
	float: left;
	margin-left: 40px;
}

#copyright a {
	color: #ccc;
}

#copyright a:hover {
	color: #8BD892;
	text-decoration: none;
}