/*
Theme Name: My Passion
Theme URI: http://modernwpthemes.com/themes/my-passion/
Author: Modern WP Themes
Author URI: http://modernwpthemes.com
Description: My Passion is a simple and clean responsive WordPress theme. Developed using Bootstrap 3 that makes it mobile and tablets friendly. It has dozens of Theme Options to change theme layout, change theme primary color, social-links, featured slider settings and much more. My Passion is a free WordPress theme with premium functionality and design.
Version: 1.2
License: GNU General Public License v3.0
License URI: license.txt
Text Domain: modernwpthemes
Tags: responsive-layout, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, threaded-comments

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
13.0 - Theme Options
14.0 - Media Query
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	font-weight:300;
	line-height: 1.5;
	color: #333333;
	}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight:300;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a{
	-webkit-transition: all 0.25s;
	   -moz-transition: all 0.25s;
			transition: all 0.25s;	
}
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
	text-decoration:none;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.25em 0 .5em;
	color: #333333;
	font-weight:300;
	line-height: 1.2em;
	}
h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	padding: 10px;
	border-left: 5px solid #e91b23;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: url(images/pre.png) repeat top;
	font-family: 'Oswald', sans-serif;
	font-size:1em;
	border-radius: 5px;
	padding: 18px 20px;
	margin: 30px 0;
	border: 1px solid #ddd;
	line-height: 19px;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-x: auto;
	overflow-y: hidden;
}
code{
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;	
}
code, kbd, tt, var {
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background:#ffffff;
	color:#e91b23;
	font-size: 14px;
	padding: 7px 10px;
	border:1px solid #e91b23;
	outline:none;
	
	-webkit-transition: all 0.25s;
	   -moz-transition: all 0.25s;
			transition: all 0.25s;	
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background:#e91b23;
	color:#ffffff;
	border:1px solid #e91b23;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background:#FFFFFF;
	color:#e91b23;
	border:1px solid #e91b23;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}


select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	font-weight:300;
	border:1px solid #cccccc;
	padding:5px;
	color: #2e3944;
	
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
			
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		 -o-transition: 0.3s;
		-ms-transition: 0.3s;
			transition: 0.3s;			
	}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border:1px solid;
	border-color:rgba(233,27,35,0.8);
	outline:0;
	outline:thin dotted \9;
	
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233,27,35,0.6);
	   -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233,27,35,0.6);
			box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233,27,35,0.6);
	}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Header
--------------------------------------------------------------*/

.site-header {
	}
.header-top-bar{
	min-height:35px;
	border-bottom: 1px solid #eee;
	}
.header-inner{
	}
.site-branding {
	padding:5px 0;
	}
.site-title {
	margin: 0;
	font-size: 2.5em;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	}
.site-title a {
	color: #e91b23;
	text-decoration: none;
	}
.site-description {
	color: #999;
	font-size: 0.9em;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	margin: 0.5em 0 0 0;	
	}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*Breadcrumbs*/

.breadcrumbs-wrapper{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fcfcfc;
	padding:10px;
	text-align: right;
	font-size: 0.8em;
}
.breadcrumbs-wrapper .breadcrumbs .home-bread:before{
	font-family:FontAwesome;
	content:"\f015";
	padding-right:3px;
}
.breadcrumbs-wrapper .breadcrumbs span{
	padding:0 5px;	
	color: #D6D6D6;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #e91b23;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	color: #000000;
}


/*  social links
/* ------------------------------------ */
.social-links { 
	float: right; 
	position: relative; 
	margin:0;
}
.social-links li {
	border-left: 1px solid #eee;
	display: inline-block; 
	line-height: 16px; 
}
.social-links li:last-child {
	border-right: 1px solid #eee;
}
.social-links li a { 
	font-size: 13px;
	color: #000000;
	display: block;
	line-height: 35px;
	padding: 0 11px;
	display: block;
	text-decoration: none;

	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
.social-links li a i{
	width:13px;
	text-align:center;
}
.social-links .social-tooltip { 
	position: relative; 
	z-index: 98; 
}
.social-links .social-tooltip:hover { 
	color: #e91b23; 
	text-decoration: none; 
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.header-navigation{
	
}

.sf-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.sf-menu li ul {
	top: -999em;
	position: absolute;
	z-index: 99999;
	}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 40px;
	}
.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
	top: -999em;
	}
.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
	top: 0;
	left: 170px;
	}
.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
	top: -999em;
	}
.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
	top: 0;
	left: 170px;
	}
.sf-menu li {
	border-right:1px solid #eeeeee;
	float: left;
	position: relative;
	visibility:	inherit;
	}
.sf-menu li:first-child{
	border-left:1px solid #eeeeee;
	}
.sf-menu li li{
	margin-bottom:0;
	}
.sf-menu li li:first-child{
	border-left:none;
	}
.sf-menu li a {
	float: left;
	display: block;
	}
.sf-menu li:hover li a,
.sf-menu li.sfHover li a {
	width: 130px;
	}

.main-navigation{
	float:right;
	}
.main-navigation .sf-menu  {
	background: transparent;
	}
	}
.main-navigation .sf-menu  > ul > li:last-child:after {
	display: none;
	}
.main-navigation .sf-menu  > ul > li:hover:after,
.main-navigation .sf-menu  > ul > li.sfHover:after,
.main-navigation .sf-menu  > ul > li.current_page_item:after,
.main-navigation .sf-menu > ul > li.current-menu-item:after {
	}
.main-navigation .sf-menu  li a {
	padding: 16px 20px;
	color: #000000;
	font-size: 1em;
	font-weight: 300;
	text-decoration: none;
	line-height: 50px;
	}
.main-navigation .sf-menu  li:hover ul,
.main-navigation .sf-menu  li.sfHover ul {
	top: 82px;
	right:0;
	background:#FFFFFF;
	border-top:1px solid #e91b23;
	border-bottom:1px solid #e91b23;
	
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	   -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
			box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}
.main-navigation .sf-menu  li li:hover ul,
.main-navigation .sf-menu  li li.sfHover ul {
	top: 0;
	border-top:none;
	}
.main-navigation .sf-menu  li li a:hover,
.main-navigation .sf-menu  li li.sfHover > a,
.main-navigation .sf-menu  li li.current_page_item > a,
.main-navigation .sf-menu  li li.current-menu-item > a,
.main-navigation .sf-menu  li li.current-menu-parent > a,
.main-navigation .sf-menu  li li.current-page-parent > a,
.main-navigation .sf-menu  li li.current-page-ancestor > a,
.main-navigation .sf-menu  li li.current_page_ancestor > a, 
.main-navigation .sf-menu  li li.current-menu-ancestor > a{
	color: #FFF!important;
	background:#e91b23;
	}
.main-navigation .sf-menu  li li {
	border-bottom: 1px solid #f1f1f1;
	}
.main-navigation .sf-menu  li li:last-child {
	border-bottom: none
	}
.main-navigation .sf-menu  li li a {
	color: #FFF;
	}
.main-navigation .sf-menu  li a:hover,
.main-navigation .sf-menu  li.sfHover > a,
.main-navigation .sf-menu  li.current_page_item > a,
.main-navigation .sf-menu  li.current-menu-item > a,
.main-navigation .sf-menu  li.current-menu-parent > a,
.main-navigation .sf-menu  li.current-page-parent > a,
.main-navigation .sf-menu  li.current-page-ancestor > a,
.main-navigation .sf-menu  li.current_page_ancestor > a,
.main-navigation .sf-menu  li.current-menu-ancestor > a {
	color: #FFF;
	background: #e91b23;
	}
.main-navigation .sf-menu  li:hover li a,
.main-navigation .sf-menu  li.sfHover li a {
	margin: 0;
	padding: 8px 20px;
	font-size: 0.8em;
	text-transform: none;
	line-height: normal;
	color: #2e3944;
	border-bottom: none;
	}
.main-navigation .sf-menu  li:hover li a:hover,
.main-navigation .sf-menu  li.sfHover li a:hover{
	background: #e91b23;
	border-bottom: none;
	color:#FFF;
	}

@media only screen and (max-width: 60em) {
.main-navigation .sf-menu  > .sf-menu {
		position: relative;
		text-align: left;
		}
.main-navigation .sf-menu  > .sf-menu > ul {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 0;
		max-width: 16em;
		overflow: hidden;
		}
.main-navigation .sf-menu :target > .sf-menu > ul {
		max-height: 400px;
		overflow:visible;
		}
.main-navigation .sf-menu  > .sf-menu > ul > li {
		float: none;
		display: block;
		}
.main-navigation .sf-menu  > .sf-menu > ul > li:after {
		display: none;
		}
.main-navigation .sf-menu  li a {
		float: none;
		display: block;
		color: #000000;
		}
.sf-menu li{
		margin-bottom:0;
	}
	}


/*Wp Pagination*/
.nav-links {
	line-height: 34px;
	text-align: center; 
}
.wp-pagenavi a, .wp-pagenavi span{
	font-size: 0.9em;
	text-decoration: none;
    border:none!important;
	padding: 5px 10px!important;
	margin: 2px;
	background: #FFFFFF!important;
	color: #e91b23!important;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
			
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.175);
	   -moz-box-shadow: 0 2px 2px rgba(0,0,0,.175);
			box-shadow: 0 2px 2px rgba(0,0,0,.175);	
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border:none!important;
	background: #e91b23!important;
	color: #FFFFFF!important;
}

/*Page and Post Navigation*/
.site-main .comment-navigation,
.site-main .paging-navigation,
{
}
.post-navigation .nav-previous {
	float: left;
	text-align:left;
	width: 50%;
}

.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.site-main .post-navigation {
	padding:0 20px;
	overflow: hidden;
	margin: 0 0 1.5em;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.175);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.175);
			box-shadow: 0 1px 2px rgba(0,0,0,.175);	
}
.post-navigation .nav-previous .meta-nav {
	font-size: 30px;
	margin-left: -24px;
	padding-right: 4px;
	line-height: 30px;
	vertical-align: middle;
}

.post-navigation .nav-previous a {
	font-size: 18px;
	position:relative;
	display: block;
	padding: 15px 30px;
	min-height: 73px;
	color: #333333;
}
.post-navigation .nav-previous a:after{
	content:"\f100";
	font-family:FontAwesome;
	position: absolute;
	margin-top: 14px;
	font-size: 30px;
	line-height: normal;
	left: 0;	
	top: 0;
	
}
.post-navigation .nav-previous a:hover {
	color:#e91b23;
}


.post-navigation .nav-next .meta-nav {
	font-size: 30px;
	margin-right:-24px;
	padding-left: 4px;
	line-height: 30px;
	vertical-align: middle;
}

.post-navigation .nav-next a{
	font-size: 18px;
	position:relative;
	display: block;
	padding: 15px 30px;
	min-height: 73px;
	color: #333333;
}
.post-navigation .nav-next a:after{
	content:"\f101";
	font-family:FontAwesome;
	position: absolute;
	margin-top: 14px;
	font-size: 30px;
	line-height: normal;
	right: 0;	
	top: 0;
}
.post-navigation .nav-next a:hover {
	color:#e91b23;
}

#reply-title {
	background: #000;
	color: #fff;
	position: relative;
	text-transform:uppercase;
	padding: 5px 5px 5px 55px;
	
	-webkit-border-top-left-radius: 18px;
	   -moz-border-top-left-radius: 18px;
			border-top-left-radius: 18px;
	
	-webkit-border-bottom-left-radius: 20px;
	   -moz-border-bottom-left-radius: 20px;
			border-bottom-left-radius: 20px;
}
#reply-title:before{
	content: "\f040";
	font-family: FontAwesome;
	position: absolute;
	background: #e91b23;
	padding: 5px 9px;
	border-radius: 50%;
	border: 4px solid #fff;
	left: 0;
	top: 0;
	margin-left: -2px;
	margin-top: -5px;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.post-navigation .screen-reader-text {
	font-size: 1.1em;
	padding: 10px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #eeeeee;
	margin: 0 0 10px 0;
}

.post-navigation .screen-reader-text span {
	display: inline-block;
}
.post-navigation .screen-reader-text span:before {
	content: "\f141";
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	color: #e91b23;
}
.post-navigation .screen-reader-text span:after {
	content: "\f141";
	font-family: FontAwesome;
	padding: 0 0 0 5px;
	color: #e91b23;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
}

.paging-navigation .screen-reader-text{
	display:none;	
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
#secondary{
	font-size:0.9em;	
}
.widget {
	background:#ffffff;
	padding: 19px;
	margin: 0 0 1.5em;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.175);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.175);
			box-shadow: 0 1px 2px rgba(0,0,0,.175);	
}
.widget-title {
	font-family: 'Oswald', sans-serif;
	font-size: 1.1em;
	text-transform:uppercase;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin:0 0 10px 0;
}
.widget-title span{
	color: #000000;
	display: inline-block;
}
.widget-title span:before{
	content:"\f141";
	font-family:FontAwesome;
	padding:0 5px 0 0;
	color:#e91b23;
}
.widget-title span:after{
	content:"\f141";
	font-family:FontAwesome;
	padding:0 0 0 5px;
	color:#e91b23;
}
.widget ul {
	margin: 0 0 0px;
	padding: 0;
	list-style: none;
}

.widget li{
	list-style:square;
	margin: 0 0 0.5em 1.7em;
	color:#e91b23;
	
	-webkit-transition: all 0.25s;
	   -moz-transition: all 0.25s;
			transition: all 0.25s;	
}

.widget li:hover{
	padding-left:5px;
}	

/*Sideabr Widget Link Color*/
#secondary .widget a{
	color:#000;
}

#secondary .widget a:hover{
	color:#e91b23;
}


/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
	outline:none;
}

/* Search widget */



/*Calender Widget*/
#wp-calendar th, #wp-calendar td{
	text-align:center;	
}

#wp-calendar caption{
	font-weight:300;
	padding-bottom:5px;
	text-align:center;	
}

#wp-calendar thead tr {
	background: #f8f8f8;
}

/*Tag Cloud*/
#secondary .widget .tagcloud > a {
	display: inline-block;
	padding: 6px 10px;
	font-size: 13px!important;
	line-height: 13px;
	margin: 0 8px 8px 0;
	background: #FFFFFF;
	color:#e91b23;
	border:1px solid #e91b23;
}

#secondary .widget .tagcloud > a:hover {
	background:#e91b23;
	color:#FFFFFF!important;
}

/* Widget Tabs */
.widget_modernwpthemes_tabs .widget-tab-nav {
	margin: 0;
	border-bottom: 1px solid #e91b23;
	*zoom: 1;
	}
.widget_modernwpthemes_tabs .widget-tab-nav li {
	float: left;
	width: 33.3%;
	padding: 0;
	text-align: center;
	border: none;
	list-style:none;
	margin:0;
	overflow: hidden;	
	}
.widget_modernwpthemes_tabs .widget-tab-nav li a {
	display: block;
	padding: 5px 15px;
	font-size:1em;
	font-family: 'Oswald', sans-serif;
	line-height: 30px;
	}
.widget_modernwpthemes_tabs .widget-tab-nav li a:hover,
.widget_modernwpthemes_tabs .widget-tab-nav li a:focus {
	color: #e91b23;
	text-decoration: none;
	}
.widget_modernwpthemes_tabs .widget-tab-nav li.active a {
	background:#e91b23;
	color: #FFFFFF!important;
	}
.widget_modernwpthemes_tabs .widget-tab-nav li.active a:hover {
	color: #FFF;
	}
.widget_modernwpthemes_tabs .widget-tab-content {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}	
.widget_modernwpthemes_tabs .widget-tab-content .tab-pane {
	margin: 0;
	display: none;
	}
.widget_modernwpthemes_tabs .widget-tab-content .active {
	display: block;
	}
.widget_modernwpthemes_tabs .widget-tab-content .tab-pane ul {
	margin: 0;
	}
.widget_modernwpthemes_tabs .widget-tab-content .tab-pane li {
	margin: 0;
	padding: 10px;
	list-style:none;
	}
.widget_modernwpthemes_tabs .widget-entry-thumbnail {
	float: left;
	
	-webkit-border-radius:100px;
			border-radius:100px;
	}
.widget_modernwpthemes_tabs .widget-entry-thumbnail img {
	width: 80px;
	height: 80px;
	
	-webkit-border-radius:3px;
			border-radius:3px;
	
	}
.widget_modernwpthemes_tabs .widget-entry-summary {
	border-bottom: 1px solid #eeeeee;	
	margin: 3px 0 0 90px;
	min-height: 76px;
	}
.widget_modernwpthemes_tabs .widget-entry-content span,
.widget_modernwpthemes_tabs .widget-entry-summary span {
	color: #999;
	font-size: .9em;
	}
.widget_modernwpthemes_tabs .widget-entry-content h4,
.widget_modernwpthemes_tabs .widget-entry-summary h4 {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.2;
	}
.widget_modernwpthemes_tabs .widget-entry-content h4 a,
.widget_modernwpthemes_tabs .widget-entry-summary h4 a {
	color:#e91b23;
	}
.widget_modernwpthemes_tabs .widget-entry-content h4 a:hover,
.widget_modernwpthemes_tabs .widget-entry-summary h4 a:hover {
	text-decoration: none;
	}
.widget_modernwpthemes_tabs #widget-tab-tags {
	padding: 10px;
	line-height: 1.4;
	}
.widget_modernwpthemes_tabs #widget-tab-tags a {
	color: #2e3944;
	text-decoration: none;
	}
.widget_modernwpthemes_tabs #widget-tab-tags a:hover {
	color: #e91b23;
	}


/* Widget Social Icons */
.widget_modernwpthemes_social_icons li {
	float: left;
	margin: 15px 10px 0 0;
	padding: 0;
	text-align: center;
	border: none;
	list-style:none;
	}
.widget_modernwpthemes_social_icons li:hover {
	padding-left: 0px;
	}	
.widget_modernwpthemes_social_icons li a {
	display: block;
	}
.widget_modernwpthemes_social_icons li a [class^="fa-"]:before {
	width: 40px;
	margin: 0;
	color: #e91b23;
	font-size: 20px;
	line-height: 40px;
	background: #ffffff;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.175);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.175);
			box-shadow: 0 1px 2px rgba(0,0,0,.175);	
}
.footer-inner .widget_modernwpthemes_social_icons li a [class^="fa-"]:before {
	width: 30px;
	margin: 0;
	font-size: 15px;
	line-height: 30px;
	background: #ffffff;
	
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.175);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.175);
			box-shadow: 0 1px 2px rgba(0,0,0,.175);	
	}
	
.widget_modernwpthemes_social_icons li a:hover [class^="fa-"]:before {
	background: #e91b23;
	color:#FFF;
	}
/*Widget Social Icon Hover*/
 [class^="fa-"]:before, [class*=" fa-"]:before {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight:300;
	speak: none;
 
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	}
 
.fa-youtube:before { content: "\f167"; } /* '' */
.fa-tags:before { content: "\f02c"; } /* '' */
.fa-chat:before { content: "\e813"; } /* '' */
.fa-chevron-left:before { content: "\f053"; } /* '' */
.fa-chevron-right:before { content: "\f054"; } /* '' */
.fa-twitter:before { content: "\f099"; } /* '' */
.fa-facebook:before { content: "\f09a"; } /* '' */
.fa-gplus:before { content: "\f0d5"; } /* '' */
.fa-pinterest:before { content: "\f0d2"; } /* '' */
.fa-tumblr:before { content: "\f173"; } /* '' */
.fa-linkedin:before { content: "\f0e1"; } /* '' */
.fa-dribbble:before { content: "\f17d"; } /* '' */
.fa-spotify:before { content: "\e80e"; } /* '' */
.fa-instagram:before { content: "\f16d"; } /* '' */
.fa-skype:before { content: "\e80d"; } /* '' */
.fa-folder-open:before { content: "\f07c"; } /* '' */

.widget_modernwpthemes_social_icons li.widget-si-twitter a:hover [class^="fa-"]:before{
	background:#00c3f8;
	}
.widget_modernwpthemes_social_icons li.widget-si-facebook a:hover [class^="fa-"]:before{
	background:#3b5998;
	}
.widget_modernwpthemes_social_icons li.widget-si-linkedin a:hover [class^="fa-"]:before{
	background:#0073b2;
	}
.widget_modernwpthemes_social_icons li.widget-si-gplus a:hover [class^="fa-"]:before{
	background:#da2713;
	}
.widget_modernwpthemes_social_icons li.widget-si-pinterest a:hover [class^="fa-"]:before{
	background:#cc2027;
	}
.widget_modernwpthemes_social_icons li.widget-si-youtube a:hover [class^="fa-"]:before{
	background:#c8302d;
	}
.widget_modernwpthemes_social_icons li.widget-si-vimeo a:hover [class^="fa-"]:before{
	background:#1bb6ec;
	}
.widget_modernwpthemes_social_icons li.widget-si-flickr a:hover [class^="fa-"]:before{
	background:#d70068;
	}
.widget_modernwpthemes_social_icons li.widget-si-dribbble a:hover [class^="fa-"]:before{
	background:#f46899;
	}
.widget_modernwpthemes_social_icons li.widget-si-tumblr a:hover [class^="fa-"]:before{
	background:#304d6b;
	}
.widget_modernwpthemes_social_icons li.widget-si-instagram a:hover [class^="fa-"]:before{
	background:#437198;
	}
.widget_modernwpthemes_social_icons li.widget-si-lastfm a:hover [class^="fa-"]:before{
	background:#e31b23;
	}
.widget_modernwpthemes_social_icons li.widget-si-soundcloud a:hover [class^="fa-"]:before{
	background:#ff6900;
	}


/* Widget Flickr */
.widget_modernwpthemes_flickr_stream .widget-flickr-stream {
	margin: 0 -6px;
	}
.widget_modernwpthemes_flickr_stream .flickr_badge_image {
	float: left;
	width: 60px;
	display: block;
	margin: 15px 6px 0 6px;
	border: 3px solid #e5e5e5;
	}
.widget_modernwpthemes_flickr_stream .flickr_badge_image:hover {
	border: 3px solid #e91b23;
	}
.widget_modernwpthemes_flickr_stream .flickr_badge_image img {
	display: block;
	}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.site{
}

.site-content{
	padding: 40px 0;
}

.page-header {
	padding-bottom: 0px;
	margin: 0px 0 20px;
}

.page-title {
	font-size:1em;
	text-transform: uppercase;
	display:inline-block;
	padding-bottom: 10px;
	margin: 0 0 0px 0;
	color: #000000;
}
.page-title:before {
	content: "\f141";
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	color: #e91b23;
}
.page-title:after {
	content: "\f141";
	font-family: FontAwesome;
	padding: 0 0 0 5px;
	color: #e91b23;
}
.entry-title{
	font-family: 'Oswald', sans-serif;
	margin: 0 0px 3px 0;
	font-size: 2em;
	line-height: 1.2;	
}

.entry-title a{
	color:#000000;
}

.entry-title a:hover{
	color:#e91b23;
}

.entry-header{
	margin: 0 0 20px;
}

.entry-header .entry-meta{
	font-family: 'Oswald', sans-serif;
	font-size:0.8em;
}

.entry-header a{
	color:#000000;	
}
.entry-header a:hover{
	color:#e91b23;		
}

.entry-header .posted-on{
	margin-right:10px;
}

.entry-header .posted-on:before{
	content:"\f073";
	font-family:FontAwesome;
	padding-right: 3px;
	color:#e91b23;
}

.entry-header .posted-on:after{
	content:"|";
	padding-left:10px;
	color:#e91b23;
}

.entry-header .byline:before{
	content:"\f007";
	font-family:FontAwesome;
	padding-right: 3px;
	color:#e91b23;
}

.featured-img{
	width: 100%;
	overflow:hidden;
	position:relative;
	margin: 0 0px 0em 0;
}

.featured-img img{
	float: left;
}



/*For Featured Image*/

/*Post format standard image hover effect*/
.format-standard .featured-img a:after{
	content: "";
	background: #e91b23;
	display: block;
	position: absolute;
	width: 100%;
	height: 0%;
	opacity:0.8;
	bottom:0%;
	
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		 -o-transition: 0.3s;
		-ms-transition: 0.3s;
			transition: 0.3s;
	
}
.format-standard .featured-img a:hover:after{
	content: "";
	background: #e91b23;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity:0.8;
	bottom:0%;
}
.format-standard .featured-img a:before{
	content: "\f08d";
	font-family: FontAwesome;
	background:#FFFFFF;
	padding:3px 10px;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0%;
	
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		 -o-transition: 0.3s;
		-ms-transition: 0.3s;
			transition: 0.3s;
}
.format-standard .featured-img a:hover:before{
	content: "\f08d";
	font-family: FontAwesome;
	position: absolute;
	z-index: 1;
	color: #e91b23;
	left: 50%;
	top: 50%;
	
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
}

/*Post format aside image hover effect*/
.format-aside .featured-img a:after{
	content: "";
	background: #e91b23;
	display: block;
	position: absolute;
	width: 100%;
	height: 0%;
	opacity:0.8;
	bottom:0%;
	
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		 -o-transition: 0.3s;
		-ms-transition: 0.3s;
			transition: 0.3s;
}
.format-aside .featured-img a:hover:after{
	content: "";
	background: #e91b23;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity:0.8;
	bottom:0%;
}
.format-aside .featured-img a:before{
	content: "\f15c";
	font-family: FontAwesome;
	background:#ffffff;
	padding:6.5px 9.5px;
	line-height: normal;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0%;
	
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		 -o-transition: 0.3s;
		-ms-transition: 0.3s;
			transition: 0.3s;
}
.format-aside .featured-img a:hover:before{
	content: "\f15c";
	font-family: FontAwesome;
	position: absolute;
	z-index: 1;
	color: #e91b23;
	left: 50%;
	top: 50%;
	
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
}

/*Post format image image hover effect*/
.format-image .featured-img a:after{
	content: "";
	background: #e91b23;
	display: block;
	position: absolute;
	width: 100%;
	height: 0%;
	opacity:0.8;
	bottom:0%;
	
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		 -o-transition: 0.3s;
		-ms-transition: 0.3s;
			transition: 0.3s;
}
.format-image .featured-img a:hover:after{
	content: "";
	background: #e91b23;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity:0.8;
	bottom:0%;
}
.format-image .featured-img a:before{
	content: "\f03e";
	font-family: FontAwesome;
	background:#ffffff;
	padding:6.5px;
	line-height: normal;
	position: absolute;
	z-index: -1;
	color: #fff;
	left: 50%;
	top: 0%;
	
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		 -o-transition: 0.3s;
		-ms-transition: 0.3s;
			transition: 0.3s;
}
.format-image .featured-img a:hover:before{
	content: "\f03e";
	font-family: FontAwesome;
	position: absolute;
	z-index: 1;
	color: #e91b23;
	left: 50%;
	top: 50%;
	
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
}

/*Post format video image hover effect*/
.format-video .featured-img a:after{
	content: "";
	background: #e91b23;
	display: block;
	position: absolute;
	width: 100%;
	height: 0%;
	opacity:0.8;
	bottom:0%;
	
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		 -o-transition: 0.3s;
		-ms-transition: 0.3s;
			transition: 0.3s;
}
.format-video .featured-img a:hover:after{
	content: "";
	background: #e91b23;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity:0.8;
	bottom:0%;
}
.format-video .featured-img a:before{
	content: "\f152";
	font-family: FontAwesome;
	background:#ffffff;
	padding: 6px 6.5px;
	line-height: normal;
	position: absolute;
	z-index: -1;
	color: #fff;
	left: 50%;
	top: 0%;
	
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		 -o-transition: 0.3s;
		-ms-transition: 0.3s;
			transition: 0.3s;
}
.format-video .featured-img a:hover:before{
	content: "\f152";
	font-family: FontAwesome;
	position: absolute;
	z-index: 1;
	color: #e91b23;
	left: 50%;
	top: 50%;
	
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
}


/*Post format Quote image hover effect*/
.format-quote .featured-img a:after{
	content: "";
	background: #e91b23;
	display: block;
	position: absolute;
	width: 100%;
	height: 0%;
	opacity:0.8;
	bottom:0%;
	
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		 -o-transition: 0.3s;
		-ms-transition: 0.3s;
			transition: 0.3s;
}
.format-quote .featured-img a:hover:after{
	content: "";
	background: #e91b23;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity:0.8;
	bottom:0%;
}
.format-quote .featured-img a:before{
	content: "\f10d";
	font-family: FontAwesome;
	background:#ffffff;
	padding:6.5px 7.5px;
	line-height: normal;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0%;
	
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		 -o-transition: 0.3s;
		-ms-transition: 0.3s;
			transition: 0.3s;
}
.format-quote .featured-img a:hover:before{
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	z-index: 1;
	color: #e91b23;
	left: 50%;
	top: 50%;
	
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
}

/*Post format Link image hover effect*/
.format-link .featured-img a:after{
	content: "";
	background: #e91b23;
	display: block;
	position: absolute;
	width: 100%;
	height: 0%;
	opacity:0.8;
	bottom:0%;
	
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		 -o-transition: 0.3s;
		-ms-transition: 0.3s;
			transition: 0.3s;
}
.format-link .featured-img a:hover:after{
	content: "";
	background: #e91b23;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity:0.8;
	bottom:0%;
}
.format-link .featured-img a:before{
	content: "\f0c1";
	font-family: FontAwesome;
	background:#ffffff;
	border: 2px solid #fff;
	padding:6.5px 7.5px;
	line-height: normal;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0%;
	
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		 -o-transition: 0.3s;
		-ms-transition: 0.3s;
			transition: 0.3s;
}
.format-link .featured-img a:hover:before{
	content: "\f0c1";
	font-family: FontAwesome;
	position: absolute;
	z-index: 1;
	color: #e91b23;
	left: 50%;
	top: 50%;
	
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
}


/*Blog Single page featured page*/
.single .featured-img {
	margin: 0 0px 0px 0;
	float:none;
	overflow:hidden;
}

.single .entry-thumb-featured img{
}

/*Blog content*/
.entry-footer{
	font-family: 'Oswald', sans-serif;
	font-size: 0.8em;
	padding:15px 20px;
	border-top: 1px solid #eeeeee;	
}
.entry-footer a{
	color:#000000;	
}
.entry-footer a:hover{
	color:#e91b23;	
}

/*Blog entry footer category links*/
.entry-footer .cat-links{
	margin-right:10px;
}
.entry-footer .cat-links:after {
	content: "|";
	padding-left: 10px;
	color: #e91b23;
}
.entry-footer .cat-links:before{
	content:"\f07c";
	font-family:FontAwesome;
	padding-right: 3px;
	color:#e91b23;
}

/*Blog entry footer tags links*/
.entry-footer .tags-links{
	margin-right:10px;
}
.entry-footer .tags-links:after {
	content: "|";
	padding-left: 10px;
	color: #e91b23;
}
.entry-footer .tags-links:before{
	content:"\f02c";
	font-family:FontAwesome;
	padding-right: 3px;
	color:#e91b23;
}

/*Blog entry footer comments links*/
.entry-footer .comments-link{
	margin-right:10px;
}
.entry-footer .comments-link:before{
	content:"\f086";
	font-family:FontAwesome;
	padding-right: 3px;
	color:#e91b23;
}
.entry-footer .comments-link:after {
	content: "|";
	padding-left: 10px;
	color: #e91b23;
}

/*Blog entry footer permalink links*/
.entry-footer .permalink{
	margin-right:15px;
}
.entry-footer .permalink:before{
	content:"\f0c1";
	font-family:FontAwesome;
	padding-right: 3px;
	color:#e91b23;
}
.entry-footer .permalink:after {
	content: "|";
	padding-left: 10px;
	color: #e91b23;
}

/*Blog entry footer edit links*/
.entry-footer .edit-link{
	margin-right:15px;
}
.entry-footer .edit-link:before{
	content:"\f044";
	font-family:FontAwesome;
	padding-right: 3px;
	color:#e91b23;
}

/*Blog readmore button*/
.readmore-button{
	line-height: 2.2;
}
.readmore-button a{
	font-family: 'Oswald', sans-serif;
	background:#FFFFFF;
	border:1px solid #e91b23;
	padding: 4px 10px;
	font-weight: 300;
	font-size: 0.9em;
	text-align: right;
	color:#e91b23;
	position: relative;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.readmore-button a:after{
	content: "\f0a9";
	line-height: 2;
	padding-left:10px;
	font-family:FontAwesome;
}
.readmore-button a:hover{
	background:#e91b23;
	color:#ffffff;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}

.hentry {
	margin: 0 0 2em;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 1.5em 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post-summary-wrapper{
	background:#ffffff;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.175);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.175);
			box-shadow: 0 1px 2px rgba(0,0,0,.175);	
}
.post-summary-wrapper .entry-header{
	padding:20px;
	margin:0;
}
.post-summary-wrapper .entry-summary{
	padding: 0 20px;
}

.single .type-post{
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.175);
   	   -moz-box-shadow: 0 1px 4px rgba(0,0,0,.175);
			box-shadow: 0 1px 4px rgba(0,0,0,.175);	
}
.single .type-post .entry-header{
	padding:20px;
	margin:0;
}
.single .type-post .entry-content{
	padding: 0 20px;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.comment-notes {
	font-weight: 300;
}
.comment-list{
	background: #F9F9F9;
	border: 1px solid #E2E2E2;
	padding: 10px;
	list-style:none;
	margin:0;	
}
.comment-list ol{
	list-style:none;	
}
.comment-list .comment-body {
	background: #fff;
	border: 1px solid #E0E0E0;
	padding: 10px;
	margin-bottom: 15px;
}
.comment-list .comment-meta{
	margin-bottom:10px;	
}
.comment-list .comment-author{
	margin-bottom:5px;
}
.comment-list .comment-author img{
	margin-right:10px;
}
.comment-list .comment-metadata a{
	font-size: 14px;
	color:#999999;
}
.comment-list li.comment .reply a:before {
	content: "\f122";
	font-family: FontAwesome;
	padding-right: 7px;
}
.comments-area label{
	display:block;
	font-weight:300;
}
.comments-area input[type=text], .comments-area input[type=email], .comments-area input[type=tel], .comments-area input[type=url]{
	width:100%;
	padding:10px;
}
.comments-area textarea{
	width:100%;
	padding:10px;	
}

/*Author Bio*/
.post-inner-content {
	padding: 20px;
	background-color: #fcfcfc;
	overflow: hidden;	

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.175);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.175);
			box-shadow: 0 1px 2px rgba(0,0,0,.175);
}
.post-inner-content .author-bio .avatar {
	float: left;
	margin:0 7px 7px 0;
}

.post-inner-content .author-name{
	margin:0;	
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*----------------Back to top-----------------*/
#back-top {
    bottom: 30px;
    margin-bottom: 0;
    margin-right: 15px;
    position: fixed;
    right: 0;
    z-index: 100;
}
#back-top a {
	padding: 10px 14px;
    background-color:#ffffff;
    display: block;
    position: relative;
    z-index: 0;
    text-align:center;
	
	-webkit-border-radius:100px;
	   -moz-border-radius:100px;
			border-radius:100px;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
    	 -o-transition: all 0.3s ease-in-out;
    		transition: all 0.3s ease-in-out;
			
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.175);
	   -moz-box-shadow: 0 2px 2px rgba(0,0,0,.175);
			box-shadow: 0 2px 2px rgba(0,0,0,.175);	
			
}
#back-top a:hover {
	background:#e91b23;
}
#back-top a:before {
	content:"\f062";
	font-family:FontAwesome;
	font-size:1em;
	line-height:1em;
	color:#e91b23;
}
#back-top a:hover:before {
	content:"\f062";
	font-family:FontAwesome;
	font-size:1em;
	line-height:1em;
	color:#ffffff;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/*--------------------------------------------------------------
FOOTER
---------------------------------------------------------------- */
#footer-area{
	background: #fcfcfc;
	border-top: 1px solid #eeeeee;	
}

.footer-inner a{
	color:#000000;
}

.footer-inner a:hover{
	color:#e91b23;
}

.footer-inner{
	padding: 20px 0;	
	color:#000000;
}
.footer-inner .widget {
	background: none;
	padding: 0px;
	border: none;
	margin: 0;
	
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
			box-shadow:none;
}
.footer-inner .widget-title {
	font-family: 'Oswald', sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
}

.footer-inner .widget-title span{
	padding: 0px;
	background:none;
}

.site-footer {
	padding: 15px 0;
	border-top:1px solid #eeeeee;
	color: #999;
	font-size: .9em;
	}
.site-footer a {
	color: #999999;
	text-decoration: none;
	}
.site-footer a:hover {
	color: #e91b23;
	}
.site-info {
	}
.site-credit {
	text-align: right;
	}


/*--------------------------------------------------------------
13.0 - Theme Options
---------------------------------------------------------------- */

/*  flexslider
/* ------------------------------------ */

.flexislider-content-wrapper {
	position: absolute;
	bottom: 17px;
	left: 17px;
	max-width: 60%;
}
.flexislider-content-wrapper .entry-title {
	font-family: 'Oswald', sans-serif;
	padding: 3px 10px;
	font-size: 1.5em;
	line-height: 1.2;
	background: rgba(233, 27, 35, 0.7);
	display: inline-block;
	display: inline-block;
	margin: 0 0px 3px 0;
	color:#FFFFFF;
}
.flexislider-content-wrapper .entry.excerpt{
	background: rgba(59, 59, 59, 0.8);
	font-size: 0.9em;
	padding: 12px;
	line-height: 20px;
	color: #fff;
}
.flexislider-content-wrapper .entry.excerpt a{
	color:#FFFFFF;	
}
.flexislider-content-wrapper .entry.excerpt p{
	margin:0;	
}
.flexislider-content-wrapper .readmore-button{
	display:none;	
}

#flexslider-featured .flex-direction-nav li { 
	margin-left: 0px; 
}

#flexslider-featured .flex-direction-nav li:first-child { 
	float: left; 
}

#flexslider-featured .flex-direction-nav li:last-child { 
	float: right; 
}

#flexslider-featured .flex-direction-nav a { 
	color: #e91b23; 
	font-size: 24px; 
	line-height: 24px; 
	position: relative; 
	width: 30px; 
	height: 36px; 
	margin: 0 0 0; 
	display: block; 
	text-align: center; 
	cursor: pointer; 
	text-indent: -999px; 
	overflow: hidden; 
	opacity: 1; 
	
	-webkit-border-radius: 0; 
	   -moz-border-radius: 0;
			border-radius: 0;
			
	-webkit-box-shadow: none; 
			box-shadow: none;
			
	-webkit-transition: all .3s ease; 
			transition: all .3s ease; 
}

#flexslider-featured .flex-direction-nav a:before { 
	font-family: FontAwesome; 
	line-height: 24px; 
	position: absolute; 
	text-align: center; 
	left: 0; 
	right: 0; 
	top: 6px; 
	text-indent: 0; 
}

#flexslider-featured .flex-direction-nav .flex-next:before { 
	content:"\f105"; 
}

#flexslider-featured .flex-direction-nav .flex-prev:before { 
	content: "\f104"; 
}

#flexslider-featured .flex-direction-nav .flex-next:hover,
#flexslider-featured .flex-direction-nav .flex-prev:hover { 
	opacity: 1; 
	color: #e91b23; 
}

#flexslider-featured .flex-direction-nav .flex-disabled {
	opacity: .3!important; 
	filter:alpha(opacity=30);
	cursor: default; 
}

#flexslider-featured .flex-control-nav li { 
	margin: 0; 
	padding: 0; 
	margin-right: 2px; 
	float: left; 
}

#flexslider-featured .flex-control-nav li a { 
	background: #dddddd; 
	width: 20px; 
	height: 2px; 
	text-indent: -999px; 
	overflow: hidden;
	
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;  
			border-radius: 0; 
	
	-webkit-box-shadow: none; 
	   -moz-box-shadow: none; 
			box-shadow: none; 
}

#flexslider-featured .flex-control-nav li a:hover { 
	background: #ccc; 
}

#flexslider-featured .flex-control-nav li a.flex-active { 
	background: #e91b23; 
}

#flexslider-featured .post-thumbnail{ 
	margin-bottom:0px;
}

#flexslider-featured .post-meta .post-category {
	float: left;
	margin: 0 6px 0 0;
}

#flexslider-featured .post-meta .post-date {
	color:#999999;
	margin:0;
}

.featured,
.featured.flexslider { 
	padding-bottom: 30px; 
	margin-bottom: 30px; 
	border-bottom: 1px solid #eeeeee; 
}

.featured .post-title { 
	font-size: 34px; 
	letter-spacing: -0.7px; 
	line-height: 1.4em; 
	margin:0;
}

.featured .post-title a{
	color:#000000;
}

/* flexslider : resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { 
	outline: none; 
}
.slides,
.flex-control-nav,
.flex-direction-nav { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
} 

/* flexslider : necessary styles */
.flexslider { 
	margin: 0; 
	padding: 0; 
}

.flexslider .slides > li { 
	display: none; 
	
	-webkit-backface-visibility: hidden;
} 

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img { 
	width: 100%; 
	height: auto; 
	display: block; 
	margin: 0 auto; 
}

.flex-pauseplay span { 
	text-transform: capitalize; 
}

.slides:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
}
 

/* flexslider : default theme */
.flexslider { 
	margin: 0 0 60px; 
	position: relative; 
	zoom: 1; 
}

.flex-viewport { 
	max-height: 2000px; 
	
	-webkit-transition: all 1s ease; 
	   -moz-transition: all 1s ease; 
			transition: all 1s ease; 
}

.loading .flex-viewport { 
	max-height: 300px; 
}

.flexslider .slides { 
	zoom: 1; 
}

.flexslider .slides > li { 
	position: relative; 
}

.carousel li { 
	margin-right: 5px; 
}

/* direction nav */
.flex-direction-nav { 
	*height: 0; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	z-index: 2; 
}

.flex-direction-nav li { 
	float: left; 
	margin-left: 4px; 
}

.flex-direction-nav li:first-child { 
	float: left; 
}

.flex-direction-nav li:last-child { 
	float: right; 
}

.flex-direction-nav a { 
	background: rgba(233,27,35,0.7); 
	opacity: 0.6; 
	position: relative; 
	width: 40px; 
	height: 40px; 
	margin: 0 0 0; 
	display: block; 
	cursor: pointer; 
	text-indent: -999px; 
	overflow: hidden; 
	color:#ffffff;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease; 
			transition: all .3s ease;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px; 
			border-radius: 3px; 
}
	
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev { 
	opacity: 0.8; 
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { 
	opacity: 1; 
}

.flex-direction-nav .flex-disabled {
	opacity: .3!important; 
	filter:alpha(opacity=30); 
	cursor: default; 
}

/* direction nav arrows */
.flex-direction-nav a:before { 
	font-family: FontAwesome; 
	font-size: 20px; 
	line-height: 24px; 
	position: absolute; 
	text-align: center; 
	left: 0; 
	right: 0; 
	top: 9px; 
	text-indent: 0; 
}
.flex-direction-nav .flex-next:before { 
	content:"\f054"; 
	color:#ffffff;
}

.flex-direction-nav .flex-prev:before { 
	content: "\f053"; 
	color:#ffffff;
}

/* control nav */
.flex-control-nav { 
	width: 85%; 
	position: absolute; 
	top: 20px; 
	left:10px; 
	text-align: center; 
}

.flex-control-nav li { 
	margin: 0 3px; 
	display: inline-block; 
	zoom: 1; 
	*display: inline; 
}

.flex-control-nav li a { 
	background: rgba(0,0,0,0.15); 
	width: 10px; 
	height: 10px; 
	display: block; 
	cursor: pointer; 
	text-indent: -999px; 
	overflow: hidden;
	
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%; 
			border-radius: 100%;
}

.flex-control-nav li a:hover { 
	background: rgba(0,0,0,0.15); 
}

.flex-control-nav li a.flex-active { 
	background: rgba(0,0,0,0.25); 
	cursor: default; 
}

.flex-control-thumbs { 
	margin: 5px 0 0; 
	position: static; 
	overflow: hidden; 
}

.flex-control-thumbs li { 
	width: 25%; 
	float: left; 
	margin: 0; 
}

.flex-control-thumbs img { 
	width: 100%; 
	display: block; 
	opacity: .7; 
	cursor: pointer; 
}

.flex-control-thumbs img:hover { 
	opacity: 1; 
}

.flex-control-thumbs .flex-active { 
	opacity: 1; 
	cursor: default; 
}

@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev { 
  opacity: .7; 
  right: 0; 
}

.flex-direction-nav .flex-next { 
	opacity: .7; 
	right: 0; 
}

}


/*--------------------------------------------------------------
14.0 - Media Query
---------------------------------------------------------------- */

@media (max-width: 992px) {
	
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header-navigation{
	border-top:1px solid #eeeeee;	
}
.site-title {
	margin: 0;
	font-size: 2.5em;
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
	text-align:center;
	}
.site-description {
	color: #999;
	font-size: 0.9em;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	text-align:center;
	margin: 0.5em 0 0 0;	
	}
	
/*Sideabar*/
#secondary{
	margin-top:30px;	
}


/*--------------------------------------------------------------
FOOTER
---------------------------------------------------------------- */
.footer-widget{
	margin-bottom:10px;	
}
.site-info {
	text-align:center;
}
.site-credit {
	text-align:center;
}


}

@media (max-width: 768px){

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header-navigation{
	border-top:none;	
}
.site-title {
	margin: 0;
	font-size: 2.5em;
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
	text-align:center;
	}
.site-description {
	color: #999;
	font-size: 0.9em;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	text-align:center;
	margin: 0.5em 0 0 0;	
	}
.site-branding {
	float: none;
}

/*Sidebar*/
#secondary{
	margin-top:30px;	
}

	
#primary.pull-left{
	float:none!important;
}	
#primary.pull-right {
	float:none!important;
}

/*--------------------------------------------------------------
FOOTER
---------------------------------------------------------------- */
.footer-widget{
	margin-bottom:20px;	
}

}

@media only screen and (max-width: 678px){

/*  Flexislider
/* ------------------------------------ */
.flexislider-content-wrapper .entry.excerpt{
	display:none;	
}
.flexislider-content-wrapper .entry-title{
	font-size:1.3em;
}

}

@media only screen and (max-width: 479px){

/*Sidebar*/	
#secondary{
	margin-top:30px;	
}
	
.post-summary-wrapper .entry-summary {
	clear:both;
}

.entry-thumb-featured .attachment-thumb-featured{
	float: left;
	margin: 0 0px 15px 0;
	position: relative;
}

/*  Flexislider
/* ------------------------------------ */
.flexislider-content-wrapper .entry.excerpt{
	display:none;	
}
.flexislider-content-wrapper .entry-title{
	font-size:1em;
}

/*--------------------------------------------------------------
FOOTER
---------------------------------------------------------------- */
.footer-widget{
	margin-bottom:20px;	
}

}