/*   
Theme Name: Ross
License: Located in the 'Licensing' folder
License URI: Located in the 'Licensing' folder
Description: Multiple Layouts Blog Theme.
Author: Promola
Author URI: http://themeforest.net/user/promola
Theme URI: http://themeforest.net/user/promola
Version: 1.1
Tags: light, two-columns, threaded-comments
*/

/*** Import Google Fonts ***/

@import url(//fonts.googleapis.com/css?family=Roboto:500|Open+Sans);

/*** 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: 'Roboto', sans-serif;
	color: #333;
	font-weight: 500;
}

h1 {
	font-size: 28px;
	line-height: 38px;
}

h2 {
	font-size: 24px;
	line-height: 34px;
}

h3 {
	font-size: 18px;
	line-height: 28px;
}

h4 {
	font-size: 14px;
	line-height: 24px;
}

p {
	line-height: 24px;
}

.wrapper {
	width: 1240px;
	margin: 0 auto;
}

body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #525252;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #FF6464;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s; 
}

a:hover {
	color: #5E5B66;
	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 #E2E2E2;
	float: left;
	color: #878787;
	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: 183px;
	background-color: #000;
	border-top: 3px solid #FF6464;
	background: url(images/c6bg.jpg) no-repeat #000;
	background-position: center; 
}

#main-header
.wrapper {
	position: relative;
	height: 80px;
}

#logo {
	float: left;
	margin-top: 63px !important;

padding: 7px 30px 7px 10px;
}

#logo h1 {
	font-size: 56px;
	line-height: 62px;
	float: left;
}

#logo a,
#logo a:hover {
	text-decoration: none;
	color: #fff;
}

#login-icon {
	display: block;
	width: 38px;
	height: 80px;
	float: right;
	background: url(images/login-icon.png) no-repeat #FF6464;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

#login-icon:hover {
	background-color: #333;
}

/*-------------------------------------------*\
	Main Nav Styling
\*-------------------------------------------*/

.wrapper.classic-blog {
    box-shadow: 0 0 60px rgba(0,0,0,0.36);
    display: flex;
}

#main-nav {
	height: 50px;
	margin-bottom: 30px;
	background-color: rgba(34,36,38,0.73);
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 50px;
	font-size: 16px;
	
	width:1190px;
	margin:0 auto;
	padding:0 25px;
	margin-top:-83px;
}

#main-nav li {
	position: relative;
	float: left;
	margin-left: 10px;
}

#main-nav a {
	display: block;
	padding: 0 10px;
	color: #ccc;
}

#main-nav
a:hover,
#main-nav
.current-menu-item a {
	color: #FF6464;
	border-bottom: 1px solid #FF6464;
	text-decoration: none;
}

#main-nav
.home-icon {
	width: 34px;
	height: 50px;
	float: left;
	padding: 0;
	margin-right: 8px;
	background: url(images/home-icon.png) no-repeat 0px 8px;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

#main-nav
.home-icon:hover {
	background-position: 0px -64px;
	border-bottom: none;
}

/*** Drop Menu Styling ***/

.sub-menu {
	display: none;
	background-color: #222;
	position: absolute;
	left: 0;
	top: 51px;
	z-index: 6000;
}

#main-nav li:hover a {
	color: #FF6464;
	border-bottom: 1px solid #FF6464;
	text-decoration: none;
}

.sub-menu
.current-menu-item a {
	background: none;
}

#main-nav li
.sub-menu li {
	border-bottom: 1px solid #333;
	width: 100%;
	z-index: 3000;
	margin: 0;
}

#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;
}

/*-------------------------------------------*\
	Featured Slider Styling
\*-------------------------------------------*/

#featured-slider {
	position: relative;
	width: 900px;
}

.slide-caption a {
	color: #fff;
}

.slide-caption
a:hover {
	color: #FF6464;
	text-decoration: none;
}

.slide-caption {
	width: 860px;
	padding: 20px;
	color: #555;
	background-color: #222;
	text-align: center;
	text-transform: uppercase;
}

.slide-caption
span {
	display: block;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 20px;
}

#featured-slider
.post-thumb,
#slider-overlay {
	width: 900px;
	height: 420px;
	overflow: hidden;
}

#slider-overlay {
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/slider-overlay.png) no-repeat;
	z-index: 2000;
}

/*** Slider Navigation Styling ***/

#slider-nav {
	position: absolute;
	right: 10px;
	top: 380px;
	width: 70px;
	z-index: 3000;
}

#slider-nav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/slider-nav.png) no-repeat #fff;
	border-radius: 3px;
	float: left;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

#slider-nav a:hover {
	background-color: #FF6464;
}

#slider-nav
.flex-next {
	float: right;
	background-position: -70px 0;
}

#slider-nav
.flex-next:hover {
	background-position: -70px -70px;
}

#slider-nav
.flex-prev:hover {
	background-position: 0 -70px;
}
/*-------------------------------------------*\
	Content Styling
\*-------------------------------------------*/

#content {
	width: 900px;
	float: left;
}

.post-thumb img {
	width: 100%;
	height: auto;
}

/*** Posts Styling ***/

#posts {
	background-color: #fff;
	padding: 30px 20px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-bottom: 30px;
}

#posts .post {
	width: 100%;
	float: left;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

#posts
.post-thumb {
	position: relative;
	width: 658px;
	height: 350px;
	overflow: hidden;
	margin-bottom: 10px;
}

.post-title a {
	color: #333;
}

.post-title a:hover {
	color: #555;
	text-decoration: none;
}

/*** Post Icons Styling ***/

.post-icon {
	position: absolute;
	left: 304px;
	top: 150px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/post-icons.png) no-repeat #FF6464;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

.post-thumb a:hover
.post-icon {
	background-color: #fff;
}

.format-video
.post-icon {
	background-position: 0 -90px;
}

.format-gallery
.post-icon {
	background-position: 0 -180px;
}

/*** Post Meta ***/

.post-meta {
	clear: both;
	text-transform: capitalize;
	margin-top: 10px;
}

.post-meta li {
	background: url(images/post-meta.png) no-repeat;
	padding: 8px 0 8px 32px;
	float: left;
	margin-right: 40px;
	color: #bbb;
}

.post-meta li:last-child {
	margin-right: 0;
}

.post-meta
.post-author {
	background-position: 0 4px;
}

.post-meta
.post-date {
	background-position: 0 -59px;
}

.post-meta
.post-comments {
	background-position: 0 -121px;
}

.post-meta a {
	color: #bbb;
}

.post-meta a:hover {
	color: #FF6464;
	text-decoration: none;
}

/*** Excerpts ***/

.excerpt {
	margin: 10px 0;
}

.excerpt,
.read-more {
	float: left;
	clear: both;
}

.read-more {
	display: block;
	margin-top: 10px;
	color: #bbb;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #D3D3D3;
	padding: 8px 16px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.read-more:hover {
	color: #FF6464;
	border-color: #FF6464;
	text-decoration: none;
}

/*** Pagination Styling ***/

.pagination {
	float: left;
}

.pagination a {
	display: block;
	margin-right: 10px;
	float: left;
	color: #bbb;
	text-transform: uppercase;
	border: 1px solid #D3D3D3;
	padding: 6px 13px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.pagination
.current,
.pagination a:hover {
	color: #FF6464;
	border: 1px solid #FF6464;
	text-decoration: none;
}

.pagination
.current {
	display: block;
	float: left;
	padding: 6px 13px;
	margin-right: 10px;
}

.pagination .dots {
	margin: 10px 16px 0 6px;
	float: left;
}

/*-------------------------------------------*\
	Main Sidebar Styling
\*-------------------------------------------*/

#main-sidebar {
	width: 300px;
	padding: 8px 20px 0 20px;
	margin-bottom: 30px;
	float: right;
	background-color: #222;
	color: #999;
}

/*-------------------------------------------*\
	Widgets Styling
\*-------------------------------------------*/

.widget {
	width: 300px;
	margin-bottom: 18px;
}

.widget div {
	clear: both;
}

.widget-title {
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	float: left;
}

.widget-title
h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 1px solid #FF6464;
	float: left;
	line-height: 40px;
	margin-bottom: -1px;
}

.widget p + p {
	margin-top: 20px;
}

.widget_text {
	line-height: 24px;
}

.fb_iframe_widget {
	background-color: #333;
}

.widget_mola_ads img {
	max-width: 100%;
	height: auto;
}

/*** Video Widget ***/

.widget_molavid iframe,
.widget_molavid object,
.widget_molavid embed,
.widget_molavid video {
	width: 100%;
	height: 170px;
	float: left;
}

#main-footer
.widget_molavid iframe,
#main-footer
.widget_molavid object,
#main-footer
.widget_molavid embed,
#main-footer
.widget_molavid video {
	height: 185px;
}

/*** Tag Cloud Styling ***/

.tagcloud {
	margin: -5px;
	text-transform: capitalize;
	float: left;
}

.tagcloud a {
	display: block;
	float: left;
	padding: 6px 13px;
	margin: 5px;
	color: #999;
	border: 1px solid #333;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.tagcloud a:hover {
	color: #fff;
	border-color: #FF6464;
	text-decoration: none;
}

/*** Search Form Widget ***/

#searchform {
	position: relative;
	height: 42px;
	float: left;
}

#s {
	width: 246px;
	height: 40px;
	padding-right: 42px;
	padding-left: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #333;
	color: #999;
	border: none;
}

#s:focus {
	outline: none;
}

#searchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(images/search-glass.png) no-repeat #FF6464;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

#searchsubmit:hover {
	background-color: #111;
}

/*** Popular Posts Widget ***/

.popular-post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
}

.popular-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.popular-post
.post-thumb {
	position: relative;
	width: 300px;
	height: 168px;
	overflow: hidden;
	margin-bottom: 10px;
}

#main-footer
.popular-post
.post-thumb {
	width: 238px;
	height: 130px;
}

#main-footer
.popular-post
.post-icon {
	left: 94px;
	top: 40px;
}

.popular-post
.post-icon {
	left: 125px;
	top: 59px;
}

.popular-post
.post-title {
	font-size: 20px;
	line-height: 28px;
}

.popular-post
.post-title a {
	color: #999;
}

.popular-post
.post-title a:hover {
	color: #FF6464;
}

.popular-post
.post-date {
	color: #999;
	background-position: 0 5px;
	background-image: url(images/popular-date.png);
}

/*** Calendar Widget ***/

.widget_calendar {
	float: left;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: left;
	color: #999;
	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: #333;
	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: #333;
	color: #999;
}

#wp-calendar tfoot #next {
	background-color: #333;
	text-transform: uppercase;
	text-align: right;
	padding: 10px;
}

#wp-calendar tfoot #prev {
	background-color: #333;
	text-transform: uppercase;
	padding: 10px;
}

/*** 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 #333;
	list-style: none;
	line-height: 24px;
}

.widget_recent_entries
.post-date {
	display: block;
	background: none;
	color: #fff;
}

.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: #999;
	margin-right: 5px;
}

.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: #FF6464;
	text-decoration: none;
}

/*** 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;
}

/*-------------------------------------------*\
	Single Post Page Styling
\*-------------------------------------------*/

.single
#posts .post {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.single
.post-meta {
	float: left;
	margin-bottom: 10px;
}

.post-meta
.post-category {
	background-position: 0 -186px;
}

.entry {
	width: 658px;
	float: left;
	overflow: hidden;
}

#posts
.tagcloud {
	width: 648px;
	padding: 5px;
	margin: 0;
	background-color: #eee;
}

#posts
.tagcloud a {
	color: #fff;
	border: none;
	background-color: #222;
}

#posts
.tagcloud a:hover {
	background-color: #FF6464;
}

/*** Post Author Div Styling ***/

#about-author {
	width: 648px;
	padding: 5px;
	margin-top: 30px;
	background-color: #eee;
	float: left;
}

#about-author
.avatar {
	float: left;
	margin: 5px 10px 0 5px;
}

.post-author {
	margin-bottom: 2px;
}

.author-text {
	margin-top: 4px;
	margin-right: 5px;
	overflow: hidden;
}

.author-text p,
.author-icons {
	margin-top: 5px;
}

/*** Author Icons ***/

.twitter-link,
.facebook-link,
.google-link {
	display: block;
	float: left;
	padding: 7px 14px;
	margin: 10px 20px 5px 0;
	background-image: url(images/author-social.png);
	background-repeat: no-repeat;
	color: #fff;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.twitter-link:hover,
.facebook-link:hover,
.google-link:hover {
	background-color: #333;
	border-bottom-color: #222;
	text-decoration: none;
	color: #fff;
}

.twitter-link:active,
.facebook-link:active,
.google-link:active {
	border-bottom: none;
}

.twitter-link {
	background-color: #15B2DE;
	background-position: 10px 9px;
	border-bottom: 2px solid #129CC5;
	padding-left: 36px;
}

.facebook-link {
	background-color: #234A9A;
	background-position: 10px -47px;
	border-bottom: 2px solid #1B3772;
	padding-left: 25px;
}

.google-link {
	background-color: #DB4A39;
	background-position: 10px -103px;
	border-bottom: 2px solid #CD3625;
	padding-left: 31px;
}

/*** Related Posts Styling ***/

#related-posts {
	width: 638px;
	float: left;
	padding: 10px;
	margin-top: 30px;
	overflow: hidden;
	background-color: #eee;
}

#related-posts
.post {
	width: 295px;
	float: left;
}

#related-posts
.post:first-child {
	margin-right: 20px;
}

#related-posts
.post-thumb {
	width: 130px;
	height: 74px;
	float: left;
	margin-right: 8px;
}

#related-posts
.post-icon {
	left: 40px;
	top: 12px;
}

#related-posts
.post-content {
	overflow: hidden;
}

#related-posts
.post-title {
	margin-bottom: 5px;
}

#related-posts
span {
	color: #bbb;
}

/*** Comment Form Styling ***/

#respond {
	width: 100%;
	margin-top: 30px;
	float: left;
}

.commentlist
#respond {
	margin-top: 0;
}

#reply-title {
	font-size: 24px;
	line-height: 32px;
	text-transform: capitalize;
}

#commentform {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.comment
#commentform {
	margin-bottom: 30px;
}

#respond
.required {
	color: #bd2226;
}

#author,
#email,
#url,
#comment {
	background-color: #f5f5f5;
	border: 1px solid #e1e1e1;
	padding-left: 10px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #aaa;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-moz-box-shadow: inset 0px -1px 0px #fff;
	-webkit-box-shadow: inset 0px -1px 0px #fff;
	box-shadow: inset 0px -1px 0px #fff;
}

#author:focus,
#email:focus,
#url:focus,
#comment:focus {
	background: #fff;
	border: 1px solid #D6D6D6;
	outline: none;
	color: #535353;
}

#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.2%;
	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,
#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: 14px;
	font-family: 'Open Sans', sans-serif;
	background-color: #222;
	border: none;
	color: #fff;
	cursor: pointer;
	text-transform: capitalize;
	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: #FF6464;
	color: #fff;
	text-decoration: none;
}

.wpcf7-response-output {
	float: left;
}

/*** Comments Styling ***/

.comments-head,
#comments {
	margin-top: 30px;
	float: left;
}

#comments {
	width: 658px;
	margin-bottom: -30px;
}

.bypostauthor > .comment-body {
	color: #fff;
	background-color: #222;
}

.comment-body {
	margin-bottom: 30px;
	padding: 10px;
	background-color: #eee;
}

#comments
.children {
	margin-left: 30px;
}

.comment {
	clear: both;
}

.comment-body
.avatar {
	margin-right: 10px;
	float: left;
}

.comment-text {
	overflow: hidden;
}

.comment-text p {
	margin-bottom: 10px;
}

.comment-author,
.comment-date {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #444;
	font-weight: 500;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.bypostauthor >
.comment-body
.comment-author,
.bypostauthor >
.comment-body
.comment-date {
	color: #999;
}

.comment-date {
	float: none;
}

.awaiting-mod-txt {
	color: #aaa;
}

.comment-reply-link {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
}

/*-------------------------------------------*\
	Contact Template Styling
\*-------------------------------------------*/

#contact-map iframe {
	width: 100%;
	margin-bottom: 10px;
}

.page-title {
	margin-bottom: 10px;
}

.wpcf7 p {
	float: left;
	clear: both;
	margin-bottom: 0;
}

.wpcf7-text {
	width: 300px;
	height: 40px;
}

.wpcf7-textarea {
	width: 550px;
	height: 200px;
	padding-top: 10px;
}

.wpcf7-text,
.wpcf7-textarea {
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #aaa;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-moz-box-shadow: inset 0px -1px 0px #fff;
	-webkit-box-shadow: inset 0px -1px 0px #fff;
	box-shadow: inset 0px -1px 0px #fff;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
	background: #fff;
	border: 1px solid #D6D6D6;
	outline: none;
	color: #535353;
}

/*-------------------------------------------*\
	404 Error Page Styling
\*-------------------------------------------*/

.error404 h1 {
	margin-bottom: 20px;
}

.error404
#posts
.widget {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 0;
}

.error404
#posts
.widgettitle {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
}

.error404
#posts li {
	border-bottom-color: #ddd;
}

.error404
#posts li a {
	color: #525252;
}

.error404
#posts li a:hover {
	color: #FF6464;
}

/*-------------------------------------------*\
	Main Footer Styling
\*-------------------------------------------*/

#main-footer {
	clear: both;
	color: #999;
	background-color: #222;
	border-top: 3px solid #FF6464;
}

#main-footer
.widget {
	width: 330px;
	float: left;
	margin: 20px 25px 30px 0;
}

/*** Copyright DIV Styling ***/

#copyright {
	height: 50px;
	background-color: #282828;
	clear: both;
	color: #999;
}

#copyright p {
	float: left;
	line-height: 50px;
}

#copyright ul {
	float: right;
	line-height: 50px;
	text-transform: capitalize;
}

#copyright li {
	float: left;
	margin-left: 40px;
}

#copyright a {
	color: #999;
}

#copyright a:hover {
	color: #FF6464;
	text-decoration: none;
}

/*** Back To Top Styling ***/

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 3%;
	display: block;
	width: 40px;
	height: 40px;
	background: url(images/back-to-top.png) no-repeat;
	z-index: 200;
	cursor: pointer;
}

/*-------------------------------------------*\
	Left Sidebar Layout Styling
\*-------------------------------------------*/

.left-sidebar
#main-sidebar {
	float: left;
}

.left-sidebar
#content {
	float: right;
}

/*-------------------------------------------*\
	Classic Blog Layout Styling
\*-------------------------------------------*/

.classic-blog
#posts
.post-thumb {
	width: 300px;
	height: 168px;
	float: left;
	margin-right: 10px;
}

.classic-blog
#posts
.post-title {
	font-size: 22px;
	line-height: 30px;
}

.classic-blog
#posts
.post-icon {
	left: 125px;
	top: 59px;
}

.classic-blog
#posts
.post-content {
	overflow: hidden;
}

.classic-blog
#posts
.post-meta li {
	margin-right: 20px;
}

.classic-blog
#posts
.post-date {
	margin-right: 0;
}

.classic-blog
.excerpt {
	margin-bottom: 0;
}

#banner-ad
img {
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
	float: left;
}