/*
	Theme Name: Magazine Pro Theme
	Theme URI: http://my.studiopress.com/themes/magazine/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.0.1

	Tags: black, white, one-column, responsive-layout, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents
	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- Magazine Pro Blue
		- Magazine Pro Green
		- Magazine Pro Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#222}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.featured-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.featured-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
#menu-top-menu > li.right.search{
display:none;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

body.magazine-landing {
	background-color: #222;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	background-color: inherit;
	color: #222;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #e8554e;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #000;
}

blockquote {
	margin: 20px;
}

blockquote::before {
	
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
	
}

h1 {
	font-size: 36px;
	color: black !important;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
 	width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #888;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #222;
	font-family: 'Raleway', sans-serif;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222;
	font-family: 'Raleway', sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #222;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #e8554e;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

.magazine-home .site-inner {
	padding-bottom: 10px;
}

.magazine-landing .site-inner,
.magazine-landing .wrap {
	max-width: 800px;
}

.magazine-landing .site-inner {
	padding-bottom: 40px;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px; width: 944px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 750px;
}

.magazine-landing .content {
	background-color: #fff;
	padding: 50px 60px 24px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 540px;width:640px;width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;width:278px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 70px;
	margin-right: 30px;
	width: 70px;
}

.comment .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px dotted #888;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	margin-bottom: 50px;
	padding: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
	margin-bottom: 0;
}

.author-box-title {
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

.footer-widgets .search-form input {
	border: none;
}

.genesis-nav-menu .search-form input {
	background-color: #222;
	border: 1px solid #222;
	color: #fff;
	text-transform: uppercase;
	width: 180px;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form input:focus {
	border: 1px solid #fff;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #222;
	font-weight: 500;
}

.entry-title a:hover {
	color: #e8554e;
}

.widget-title {
	clear: both;
	font-size: 16px;
	margin-bottom: 24px;
/*	text-transform: uppercase; */
}

.magazine-home .content .widget-title,
.sidebar .widget-title {
	background-color: #222;
	color: #fff;
	padding: 10px;box-shadow: 1px 1px 1px gray;
background: rgb(230, 230, 230);
color: gray;

box-shadow: 1px 1px 3px 1px rgb(186, 220, 252);
background: rgb(235, 250, 255);
color: rgb(63, 63, 63);

/* background-color: #4E4E4E;
box-shadow: 1px 1px 1px gray; */
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title {
	color: #fff;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding-bottom: 0;
}

.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content {
	clear: both;
	overflow: hidden;
}

.home-middle .featured-content a,
.home-top .featured-content a {
	position: relative;
}

.featured-content .entry {
 	margin-bottom: 30px;
}

.content .home-middle .featured-content .entry,
.content .home-top .featured-content .entry {
	border: none;
	float: left;
	max-width: 100%;
}

.home-middle .featured-content .entry {
	width: 360px;
}

.content .home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
/*	border-bottom: 2px solid #eee; */
}

.sidebar .featured-content .entry:last-child {
	border-bottom: none;
}

.home-middle .featured-content .entry-content p:last-child,
.home-top .featured-content .entry-content p:last-child,
.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}

.home-middle #featured-post-20 .entry:nth-of-type(2n+1) {
	clear: left;
/*	margin-right: 30px; */
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}

.sidebar .featured-content .entry-title {
	font-size: 20px;
}

.featured-content .entry-title a {
	border: none;
}

.featured-content a.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	max-width: 100%;
margin-bottom: 5px;
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 10px;
}

.js .content .home-middle a .entry-time, 
.js .content .home-top a .entry-time {
	background-color: #e8554e;
	bottom: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 10px;
	position: absolute;
	right: 0;
}

.js .home-middle a.alignleft,
.js .home-top a.alignleft {
	margin: 0 24px 24px 0;
}

.js .home-middle a.alignright,
.js .home-top a.alignright {
	margin: 0 0 24px 24px;
}

.js .home-middle a.alignleft img,
.js .home-middle a.alignright img,
.js .home-top a.alignleft img,
.js .home-top a.alignright img {
	margin: 0;
}

.home-middle a.more-link,
.home-top a.more-link {
/*
	background-color: #eee;
	clear: both;
	color: #222;
	display: block;
	font-size: 14px;
	margin-top: 20px;
	padding: 8px 10px;
	text-align: center;color: white !important;
background-color: #202020;
*/
padding: 2px 2px;
}

.home-middle a.more-link:hover,
.home-top a.more-link:hover {
background-color: #e8554e;
	color: #fff;
}

.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}

.featured-content li {
	list-style-type: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	background-color: #222;
	color: #aaa;
	padding: 40px;
}

.enews form + p {
	margin-top: 24px;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #e8554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #222;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.primary-nav .site-header {
	padding-top: 64px;
}

.site-header .wrap {
/*	border-bottom: 2px solid #222; 
	padding: 30px 0; */
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 30px;
	width: 494px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #222;
	font-weight: 900;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	display: block;
	min-height: 117px;
	min-height: 116px;
	text-indent: -9999px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	/* width: 728px; */
}

.header-image .site-header .title-area,
.header-image .site-header .widget-area {
	padding: 40px 0;
	margin-top:100px;
}

.site-header .widget-area p {
	margin-bottom: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #222;
	display: block;
	padding: 10px 10px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e8554e;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #222;
	border-top: none;
	font-size: 12px;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 190px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 25px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 7px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #222;
}

.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #222;
	position: fixed;
	width: 100%;
	z-index: 999;
	margin-top: 87px;
	margin-top: 78px;
border-top: 1px solid #ddd;
/* background: rgb(14, 14, 207); */
border-top: 1px solid blue;
box-shadow: 1px 1px 1px gray;
box-shadow: 1px 4px 6px gray;
border-top: 3px solid black;

}

.nav-primary a {
	color: #fff;
}

.nav-primary a:hover,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #e8554e;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #222;
	border: 1px solid #fff;
	border-top: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	border-bottom: 1px solid #222;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	padding: 10px 0;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-align: center;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.archive .content .entry,
.home .content .entry,
.page-template-page_blog-php .content .entry {
	border-bottom: 2px solid #eee;
}

.entry-content a {
	color: #e8554e;
}

.entry-content a:hover {
	color: #222;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 30px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #222;
	border-top: 2px solid #222;
	margin-top: 40px;
	padding: 30px 0;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #222;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #e8554e;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
	margin-bottom: 24px;
}

.sidebar li {
	border-bottom: 1px dotted #888;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #e8554e;
	color: #fff;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #222;
	color: #aaa;
	clear: both;
	font-size: 14px;
	padding: 60px 0 20px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 30px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	color: #fff;
	font-weight: 300;
}

.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets li {
	margin-bottom: 20px;
}

.footer-widgets .enews-widget {
	padding: 0;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #eee;
	color: #222;
}

.footer-widgets button:hover,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:hover {
	background-color: #fff;
	color: #222;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-align: center;
}

.site-footer .wrap {
	border-top: 1px solid #444;
	padding: 60px 0;
}

.site-footer,
.site-footer a {
	color: #aaa;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.magazine-pro-blue a.more-link:hover,
.magazine-pro-blue .home-middle a.more-link,
.magazine-pro-blue .home-top a.more-link,
.magazine-pro-blue .site-title a:hover,
.magazine-pro-green a.more-link:hover,
.magazine-pro-green .home-middle a.more-link,
.magazine-pro-green .home-top a.more-link,
.magazine-pro-green .site-title a:hover,
.magazine-pro-orange a.more-link:hover,
.magazine-pro-orange .home-middle a.more-link,
.magazine-pro-orange .home-top a.more-link,
.magazine-pro-orange .site-title a:hover {
	color: #222;
}

.magazine-pro-blue .archive-pagination li a:hover,
.magazine-pro-blue .footer-widgets a:hover,
.magazine-pro-blue .home-middle a.more-link:hover,
.magazine-pro-blue .home-top a.more-link:hover,
.magazine-pro-blue .site-footer a:hover,
.magazine-pro-green .archive-pagination li a:hover,
.magazine-pro-green .footer-widgets a:hover,
.magazine-pro-green .home-middle a.more-link:hover,
.magazine-pro-green .home-top a.more-link:hover,
.magazine-pro-green .site-footer a:hover,
.magazine-pro-orange .archive-pagination li a:hover,
.magazine-pro-orange .footer-widgets a:hover,
.magazine-pro-orange .home-middle a.more-link:hover,
.magazine-pro-orange .home-top a.more-link:hover,
.magazine-pro-orange .site-footer a:hover {
	color: #fff;
}

.magazine-pro-blue .enews-widget input:hover[type="submit"],
.magazine-pro-green .enews-widget input:hover[type="submit"],
.magazine-pro-orange .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.magazine-pro-blue .footer-widgets a:hover,
.magazine-pro-green .footer-widgets a:hover,
.magazine-pro-orange .footer-widgets a:hover {
	color: #ccc;
}

/* Magazine Pro Blue
--------------------------------------------- */

.magazine-pro-blue a:hover,
.magazine-pro-blue .entry-content a,
.magazine-pro-blue .entry-title a:hover,
.magazine-pro-blue .genesis-nav-menu a:hover,
.magazine-pro-blue .genesis-nav-menu .current-menu-item > a,
.magazine-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.magazine-pro-blue .nav-primary a:hover,
.magazine-pro-blue .nav-primary .sub-menu a:hover,
.magazine-pro-blue .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #0923d1;color: rgb(46, 200, 238);color: rgb(3, 114, 255);color: rgb(3, 33, 255);
}

.js.magazine-pro-blue .content .home-middle a .entry-time,
.js.magazine-pro-blue .content .home-top a .entry-time,
.magazine-pro-blue button:hover,
.magazine-pro-blue input:hover[type="button"],
.magazine-pro-blue input:hover[type="reset"],
.magazine-pro-blue input:hover[type="submit"],
.magazine-pro-blue .archive-pagination li a:hover,
.magazine-pro-blue .archive-pagination li.active a,
.magazine-pro-blue .button:hover,
.magazine-pro-blue .enews-widget input[type="submit"],
.magazine-pro-blue .entry-content .button:hover,
.magazine-pro-blue .home-middle a.more-link:hover,
.magazine-pro-blue .home-top a.more-link:hover,
.magazine-pro-blue .sidebar .tagcloud a:hover {
	background-color: #0923d1;
}

.magazine-pro-blue .button:hover {
	color: #fff;
}

/* Magazine Pro Green
--------------------------------------------- */

.magazine-pro-green a:hover,
.magazine-pro-green .entry-content a,
.magazine-pro-green .entry-title a:hover,
.magazine-pro-green .genesis-nav-menu a:hover,
.magazine-pro-green .genesis-nav-menu .current-menu-item > a,
.magazine-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.magazine-pro-green .nav-primary a:hover,
.magazine-pro-green .nav-primary .sub-menu a:hover,
.magazine-pro-green .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #3fbd85;
}

.js.magazine-pro-green .content .home-middle a .entry-time,
.js.magazine-pro-green .content .home-top a .entry-time,
.magazine-pro-green button:hover,
.magazine-pro-green input:hover[type="button"],
.magazine-pro-green input:hover[type="reset"],
.magazine-pro-green input:hover[type="submit"],
.magazine-pro-green .archive-pagination li a:hover,
.magazine-pro-green .archive-pagination li.active a,
.magazine-pro-green .button:hover,
.magazine-pro-green .enews-widget input[type="submit"],
.magazine-pro-green .entry-content .button:hover,
.magazine-pro-green .home-middle a.more-link:hover,
.magazine-pro-green .home-top a.more-link:hover,
.magazine-pro-green .sidebar .tagcloud a:hover {
	background-color: #3fbd85;
}

.magazine-pro-green .button:hover {
	color: #fff;
}

/* Magazine Pro Orange
--------------------------------------------- */

.magazine-pro-orange a:hover,
.magazine-pro-orange .entry-content a,
.magazine-pro-orange .entry-title a:hover,
.magazine-pro-orange .genesis-nav-menu a:hover,
.magazine-pro-orange .genesis-nav-menu .current-menu-item > a,
.magazine-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.magazine-pro-orange .nav-primary a:hover,
.magazine-pro-orange .nav-primary .sub-menu a:hover,
.magazine-pro-orange .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #f2a561;
}

.js.magazine-pro-orange .content .home-middle a .entry-time,
.js.magazine-pro-orange .content .home-top a .entry-time,
.magazine-pro-orange button:hover,
.magazine-pro-orange input:hover[type="button"],
.magazine-pro-orange input:hover[type="reset"],
.magazine-pro-orange input:hover[type="submit"],
.magazine-pro-orange .archive-pagination li a:hover,
.magazine-pro-orange .archive-pagination li.active a,
.magazine-pro-orange .button:hover,
.magazine-pro-orange .enews-widget input[type="submit"],
.magazine-pro-orange .entry-content .button:hover,
.magazine-pro-orange .home-middle a.more-link:hover,
.magazine-pro-orange .home-top a.more-link:hover,
.magazine-pro-orange .sidebar .tagcloud a:hover {
	background-color: #f2a561;
}

.magazine-pro-orange .button:hover {
	color: #fff;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
		padding:10px;
	}


#addfpb {
margin:0px !important;
padding:0px !important;
}

#addfpb img {
max-width:100%;
max-height: 100%;
}
.textwidget #addfpb div
{
width:auto !important;
}

.site-container > table {
/* top: 0px; */
}

html #wpadminbar {
position: fixed;
}

.flexslider .slides img {
min-height: 20px !important;
}

html > body .slide-excerpt-border{
display:none !important;
}


	.title-area {
		width: 494px;
	}

	.site-header .widget-area {
		width: 570px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px !important;
	}

	.content {
		width: 630px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 450px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-primary {
		width: 300px;
	}

	.sidebar-secondary {
		width: 150px;
	}

}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 750px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100% !important;

	}



#addfpb {
margin:0px !important;
padding:0px !important;
}

#addfpb img {
max-width:100%;
max-height: 100%;
}
.textwidget #addfpb div
{
width:auto !important;
}

.site-container > table {
/* top: 0px; */
}

html #wpadminbar {
position: fixed;
}

.flexslider .slides img {
min-height: 20px !important;
}

html > body .slide-excerpt-border{
display:none !important;
}
.sidebar-secondary{
position:relative !important;
}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.nav-primary {
		position: relative;
	}

	.featured-content .entry,
	.site-header .search-form,
	.site-title {
		float: none;
	}

	.primary-nav .site-header,
	.title-area {
		padding-top: 0;
	}

	.title-area {
		padding-bottom: 20px;
	}

	.header-image .site-header .title-area {
		padding-bottom: 0;
	}

	.genesis-nav-menu > .right {
		display: none;
	}

}

@media only screen and (max-width: 768px) {

	.footer-widgets,
	.nav-secondary,
	.site-footer,
	.site-header,
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}



#addfpb {
margin:0px !important;
padding:0px !important;
}

#addfpb img {
max-width:100%;
max-height: 100%;
}
.textwidget #addfpb div
{
width:auto !important;
}

.site-container > table {
/* top: 0px; */
}

html #wpadminbar {
position: fixed;
}

.flexslider .slides img {
min-height: 20px !important;
}

html > body .slide-excerpt-border{
display:none !important;
}

	.genesis-nav-menu > .first > a {
		padding-left: 20px;
	}

	.nav-primary .responsive-menu {
		/* display: none; */
	}

	.nav-primary #responsive-menu-icon {
		display: block;
		text-align: center;
	}

	.home-bottom .featured-content .entry,
	.home-middle .featured-content .entry {
		padding-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

div.footer-widgets-3.widget-area {
width: auto;
}

.home-top.widget-area .xdx{
position: relative;
display: block;
background: black;
}

.home-top.widget-area header.entry-header {
position: absolute;
bottom: 27px;
bottom: 12px;
bottom: 0px;
background: rgba(0, 0, 0, 0.36);
width: 100%;
}

.featured-content .entry-header .entry-meta {
display:none;
}

.home-top.widget-area .featured-content h2.entry-title a{
color: white;
/* color: green; */
display: block;
padding: 20px;
/* color: rgb(0, 204, 255);color: #7E97FC; */
}

.home-top.widget-area .featured-content h2.entry-title a:hover {
color: lightblue;color: rgb(46, 200, 238); /* color:white; */
}

.home-middle.widget-area h2.entry-title a:hover {
color: lightblue;color: rgb(46, 200, 238);
}

.home-bottom.widget-area h2.entry-title a:hover {
color: lightblue;color: rgb(46, 200, 238);
}



.home-top.widget-area .featured-content h2{
margin:0px
}

.home-top.widget-area .featured-content h2.entry-title:hover {
background: black;
}

.home-middle.widget-area .featured-content h2.entry-title:hover {
color: rgb(46, 200, 238);
}

.home-middle.widget-area h2.entry-title {
margin: 0px;
}

.home-middle .xdx header.entry-header {
position: absolute;
bottom: 27px;
background: rgba(0, 0, 0, 0.51);
padding: 10px;
width: 100%;
bottom: 5px;
left:0px;
}

.home-middle .xdx header.entry-header:hover {
background:black;

}

span.xdx {
position: relative;
}

.home-middle h2 a {
color: white;
font-size: 18px;
}

.home-middle h2.entry-title {
margin: 0px;
}

.home-bottom.widget-area .featured-content h2.entry-title a{
color: white;
/* color: green; */
display: block;
padding: 20px;
}

.home-bottom.widget-area .featured-content h2.entry-title a:hover {
color: lightblue;color: rgb(46, 200, 238);
}

.home-bottom.widget-area .featured-content h2{
margin:0px
}

.home-bottom.widget-area .featured-content h2.entry-title:hover {
background: black;
color: rgb(46, 200, 238);
}

.home-bottom.widget-area header.entry-header {
position: absolute;
bottom: 5px;
left:0px;
background: rgba(0, 0, 0, 0.36);
width: 100%;
}

.home-middle.widget-area h2.entry-title {
margin: 0px;
/* text-overflow: ellipsis; */
width: 100%;
/* white-space: nowrap; */
overflow: hidden;
color: white;
}

.content .home-middle .featured-content .entry, .content .home-top .featured-content .entry {
padding: 15px;
}

.content .home-middle .featured-content .entry, .content .home-top .featured-content .entry, .content .home-bottom .featured-content .entry {
padding: 15px;
}

.sidebar-secondary h2 a {
font-size: 15px;
width: 160px;
display: block;
font-size: 14px;color: rgb(246, 246, 246);
}

.sidebar-secondary .xdx .aligncenter {
margin: 0 auto 0px;
}

.sidebar-secondary header.entry-header {
margin-left: 15px;
}

.sidebar-secondary img {
margin-left: 15px;
margin: 0px;
margin-left: 15px;
}

.sidebar-secondary .featured-content .entry {
margin-bottom: 10px;
}

main.content {
background: whitesmoke;
box-shadow: 6px 4px 5px rgb(196, 193, 193);
}

.sidebar-secondary {
background: lightgray;
/* background: rgb(236, 236, 236);
box-shadow: 1px 1px 1px 1px rgb(200, 200, 200); */
}

.nav-primary a:hover {
color: orange !important;
color: white !important;
text-shadow: 2px 2px 2px black !important;
background: gray !important;
}

.nav-primary .genesis-nav-menu .sub-menu a {
background-color: #222;
border-bottom: 1px solid #000000;
border: 1px solid black;
border-top: 1px solid rgb(18, 40, 107);
border-bottom: 1px solid #000000;
}

h4.widgettitle.widget-title {
box-shadow: 3px 3px 3px lightblue;
background: rgb(223, 223, 223);

background-color: #4E4E4E;
box-shadow: 1px 1px 1px gray;
color:white;


}

.sidebar-primary a.alignnone {
display: inline;
}

.sidebar-primary a {
font-size: 16px;
}

#featured-post-18 article {
padding: 10px;
}

section#featured-post-18 {
width: 300px;
overflow: visible;
}

.sidebar-primary .textwidget {
padding: 0px 10px;
}

.sidebar-primary p {
padding: 10px;
}

#text-5 .textwidget {
padding: 0px 0px;
}

section#text-3 .textwidget {
padding: 0px;
}

a.more-link {
/* display: none !important; */
}

#featured-post-16 .widget-title:before {
	font-family: FontAwesome;
	padding-right: 7px;
	content: "\f03d";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
color: cornflowerblue;
}

#featured-post-5 .widget-title:before,#text-9 .widget-title:before{
	font-family: FontAwesome;
	padding-right: 7px;
	content: "\f005";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
/* color: cornflowerblue; */
color: rgb(255, 73, 73);
}


#featured-post-16 span.widget-headline{
/* color: rgb(3, 92, 253); */
}
#featured-post-5 h4.widgettitle.widget-title{
background: rgb(226, 226, 226);
border-bottom: 4px solid rgb(198, 207, 255);
box-shadow: 1px 1px 3px 0px rgb(86, 106, 252);
}

#featured-post-5 h4.widgettitle.widget-title {
background: rgb(226, 226, 226);
border-bottom: 4px solid rgb(0, 0, 0);
box-shadow: 1px 1px 3px 0px rgb(86, 106, 252);
}

#featured-post-16 h4.widgettitle.widget-title {
box-shadow: none;
background: rgb(255, 255, 255);
border-bottom: 1px solid rgb(180, 215, 248);
}

#featured-post-5 h4.widgettitle.widget-title {
background: rgb(255, 255, 245);
border-bottom: 4px solid rgb(0, 0, 0);
box-shadow: 1px 1px 3px 0px rgb(86, 106, 252);
font-weight: bold;
background: white;
}

#featured-post-16 h4.widgettitle.widget-title {
box-shadow: none;
background: rgb(54, 54, 54);
border-bottom: 4px solid rgb(153, 153, 153);
color: white;
/* box-shadow: 1px 1px 1px 1px rgb(78, 78, 78); */
border-bottom: 4px solid rgb(26, 25, 25);
box-shadow: none;
}

#featured-post-5 h4.widgettitle.widget-title {
/* background: rgb(255, 255, 245); */
border-bottom: 4px solid rgb(0, 0, 0);
box-shadow: 1px 1px 3px 0px rgb(86, 106, 252);
/* font-weight: bold; */
background: rgb(68, 64, 64);
color: white;
margin: 0px;
/* border-bottom: 5px solid black; */
/* box-shadow: 2px 1px 2px 2px blue; */
/* box-shadow: inset 3px 3px 3px black; */
/* margin-bottom: 1px; */
/* display:none; */
font-weight: normal;
}

#featured-post-5 article{
padding: 0px !important;
}

.sidebar-secondary img {
/*
margin-left: 15px;
margin: 0px;
margin-left: 15px;
border: 2px solid rgb(180, 180, 180);
padding: 1px;
background: rgb(255, 122, 0);
box-shadow: 2px 2px 2px gray; */
}

.sidebar-secondary img {
margin-left: 15px;
margin: 0px;
margin-left: 15px;
/* border: 3px solid rgb(0, 0, 0); */
padding: 1px;
background: rgb(48, 47, 46);
box-shadow: 2px 2px 2px gray;
background: rgb(40, 77, 117);
}

#featured-post-5 p {
padding: 15px;
}

.sidebar-secondary h2 a:before {
font-family: FontAwesome;
padding-right: 7px;
content: "\F04B";
content: "\f144";
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/* color: red; */
}

.home-middle #featured-post-20 .entry{
width:250px; 
width: 320px;
}

#featured-post-20 img.entry-image.attachment-post {
width: 225px;width: 300px;
}

#featured-post-20 span.xdx {
position: relative;
display: inline-block;
/*
background: rgb(67, 78, 107);
min-height: 153px;
max-height: 154px;
*/
border: 0px solid rgb(35, 112, 122);
/* box-shadow: 2px 2px 2px lightskyblue; */
min-height: 125px;
max-height: 126px;
background: black;
overflow: hidden;
}

.home-middle #featured-post-20 .xdx header.entry-header,.home-middle #featured-post-21 .xdx header.entry-header{
bottom:0px;
/* bottom: 11px; */
padding: 7px 10px;
background: rgba(33, 57, 73, 0.51);
}

#featured-post-20 .entry-title,#featured-post-21 .entry-title {
font-size: 14px;
}

#featured-post-20 h2 a,#featured-post-21 h2 a {
font-size: 15px;
text-shadow: 1px 1px 1px rgb(43, 44, 135);
text-shadow: 1px 1px 1px rgb(24, 27, 83);
}

.home-middle #featured-post-20 .xdx header.entry-header:hover{
background: black;
color: rgb(46, 200, 238);
}

#featured-post-20 span.xdx {
position: relative;
display: inline-block;
background: rgb(67, 78, 107);
min-height: 153px;
max-height: 154px;
background:black;
min-height: 125px;
max-height: 126px;
background: black;
overflow: hidden;
}

.sidebar-secondary {
background: lightgray;
float: left;
box-shadow: 2px 2px 2px rgb(60, 59, 59);
z-index: 900;
position: absolute; position: relative;
border-left: 1px solid gray;
width: 192px;background: rgb(223, 225, 236);
background: rgb(140, 140, 140);
border: 1px solid rgb(67, 60, 60);
}

body.single main.content {
padding: 20px;
}

#menu-item-6 a:before {
font-family: FontAwesome;
padding-right: 7px;
content: "\F04B";
content: "\f015";
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/* color: red; */
}

div#featured-post-19 {
float: left;
background: white;
text-align: center;
/* border: 1px solid rgb(223, 223, 223); */width: 50%;
background: rgb(202, 199, 200);
background: rgb(202, 199, 200);
border-top: 2px solid rgb(151, 151, 151);
}

div#featured-post-17 {
float: left;
clear: none;
background: rgb(213, 213, 213);
text-align: center;width: 50%;
background: rgb(202, 199, 200);
border-top: 2px solid rgb(151, 151, 151);
}

#featured-post-17 article {
display: block;
float: none;
}

#featured-post-19 article {
display: block;
float: none;
}

#featured-post-19 h4.widgettitle.widget-title {
background: rgb(210, 223, 255);
margin: 10px;
background: rgb(230, 230, 230);
border-left: 4px solid black;
box-shadow:none;
box-shadow: 1px 1px 1px rgb(60, 60, 60);
background: rgb(255, 253, 253);
color: black;
font: bold 15px georgia;
background: none;
box-shadow: none;
color: rgb(57, 57, 57);
border: none;background:none !important;color: rgb(57, 57, 57) !important;
}

#featured-post-17 h4.widgettitle.widget-title {
background: rgb(230, 230, 230);
margin: 20px;
background: rgb(210, 223, 255);
border-left: 4px solid black;
background: rgb(248, 248, 248);
box-shadow:none;
box-shadow: 1px 1px 1px gray;
color: black;
font: bold 15px georgia;
background: none;
box-shadow: none;
color: rgb(57, 57, 57);
border: none;margin: 10px; background:none !important;color: rgb(57, 57, 57) !important;
}

#featured-post-19 img {
width: 280px;
}

#featured-post-17 img {
width: 280px;
}

.magazine-home .content .widget-title{
color: rgb(255, 255, 255);
background-color: #4E4E4E;
box-shadow: 1px 1px 1px gray;
margin: 10px;
background-color: #1C1C33;
}

.home-middle #featured-post-21 .entry {
width: 184px;
width: 250px; width:320px;
}

#featured-post-21 span.xdx {
position: relative;
display: inline-block;
background: rgb(67, 78, 107);
min-height: 153px;
max-height: 154px;
background:black;
min-height: 125px;
max-height: 126px;
background: black;
overflow: hidden;
}

#featured-post-21 img.entry-image.attachment-post {
width: 150px;
width: 225px; width:300px; 
}

.home-middle #featured-post-21 .entry:nth-of-type(2n+1) {
clear: left;
/* margin-right: 30px; */
}

div#featured-post-20 {
background: rgb(187, 187, 187);
background: rgb(209, 209, 209);
border-top: 4px solid rgb(202, 207, 144);
background: rgb(229, 230, 231);
border-top: 4px solid rgb(144, 147, 207);border-top: 4px solid rgb(151, 151, 151);
}

div#text-4 {
background: rgb(207, 206, 206);
padding-top: 20px;border-top: 4px solid rgb(91, 125, 181);
}

div#featured-post-21 {
background: rgb(229, 230, 231);
border-bottom: 4px solid rgb(144, 147, 207);border-bottom: 4px solid rgb(151, 151, 151);
/* background: rgb(187, 187, 187); */
border-top: 4px solid rgb(144, 147, 207);
border-top: 4px solid rgb(151, 151, 151);
}

#featured-post-5 p{
font-size: 14px;
margin-bottom: 0px;
padding: 1px;
margin-top: 5px;
border-top: 1px solid rgb(91, 104, 136);
padding-top: 5px;
color: rgb(204, 200, 200);
}

#featured-post-5 .entry-content p {
display: none;
}

#featured-post-5 a.alignnone{
margin-bottom:0px;
}

#featured-post-5 article{
margin-bottom: 0px;
}

div#featured-post-7 {
/* border-top: 4px solid rgb(144, 147, 207); */
}

#featured-post-7 h4.widgettitle.widget-title,#featured-post-21 h4.widgettitle.widget-title,#featured-post-20 h4.widgettitle.widget-title {
font: bold 20px georgia;
background: none;
/* box-shadow: none; */
color: rgb(57, 57, 57);

background-color: #FFFFFF;
color: rgb(93, 92, 92);
font: bold 16px georgia;
margin:0px;
}

#featured-post-20 .widget-title:before {
font-family: FontAwesome;
padding-right: 7px;
content: "\f0ac";
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: cornflowerblue;
color: rgb(53, 104, 227);
color: rgb(103, 120, 161);
color:white;
}

#featured-post-21 .widget-title:before {
font-family: FontAwesome;
padding-right: 7px;
content: "\f086";
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: cornflowerblue;
color: rgb(53, 104, 227);
color: rgb(103, 120, 161);
color:white;
}

#featured-post-7 .widget-title:before {
font-family: FontAwesome;
padding-right: 7px;
content: "\f041";
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: cornflowerblue;
color: rgb(53, 104, 227);
color: rgb(103, 120, 161);
color:white;
}

#text-8 .textwidget {
padding: 0px;
}

section#text-8 {
width: 300px;
}

section#text-3 {
margin-bottom: 20px;
}

.home-middle .xdx header.entry-header:hover {
background: black !important;
}

#featured-post-5{
display:none;
}

.slide-excerpt{
width:100%;
bottom: 0px;
background: rgba(0, 0, 0, 0.36) !important;
}

html > body .slide-excerpt-border{
border:none !important;
}

.slide-excerpt p{
font-size: 14px;
margin-bottom: 0px;
padding: 1px;
margin-top: 5px;
border-top: 1px solid rgb(91, 104, 136);
padding-top: 5px;
color: rgb(204, 200, 200);
font-weight: 500;
line-height: 1.2;
cursor: pointer;
}

.slide-excerpt a{
color: white;
font-weight: 500;
font-size: 24px;
}

.slide-excerpt a:hover{
color: rgb(46, 200, 238);
}

.slide-excerpt h2{
margin:0px;
}

.slide-excerpt {
margin: 0px !important;
bottom: 0px;
opacity: 1 !important;
}

.slide-excerpt:hover {
background: black !important;
opacity: 1 !important;
}

.flex-direction-nav li a {
display:none !important;

}

.flex-control-nav li a{
background: rgb(255, 67, 0) !important;
width: 10px !important;
height: 10px !important;
}

div#genesis-responsive-slider {
border: none;
background: rgb(25, 25, 25);background: rgb(67, 67, 67); padding:5px; padding:0px; /*border-bottom: 3px solid rgb(91, 125, 181); */
}

.flex-control-nav li a.active{
background:orange !important;
}

.flex-control-nav li{
padding-left: 15px !important;
}

.flex-control-nav {
position: absolute !important;
right: 13px;
width: 200px !important;
top: 26px; margin:0px !important;
right:0px;
top: -20px; margin:0px !important;top: -26px;
}
#text-9 h4{
margin: 0px;
background-color: #212121;
background-color: #2D2D2D;border-bottom: 4px solid rgb(28, 28, 28);/*border-bottom: 4px solid #2d2d2d; */
}

.slide-excerpt:hover, .slide-excerpt:hover a {
/* background: black !important; */
/* color: red; */
color: rgb(46, 200, 238);
}

.slide-excerpt h2 a:after {
	font-family: FontAwesome;
	padding-left: 7px;
	content: "\f101";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
color: cornflowerblue;
color:lime;
}

.featured-content.featuredpost{
position:relative;
}

p.more-from-category.xxx {
position: absolute;
top: 8px;
right: 20px;
}

h4.widgettitle.widget-title {
background-color: #4E4E4E !important;
box-shadow: 1px 1px 1px gray;
color: white !important;
}

.more-from-category a {
color: white;
}

.flexslider .slides img {
min-height: 400px;
min-height: 300px;
}

#text-10 img {
max-width: 300px;
}

#text-5 img {
max-width: 300px;
}

#text-3 img {
max-width: 300px !important;
}

#text-5 img {
max-width: 300px !important;
}


#text-13 img {
max-width: 300px !important;
}
#text-10 .textwidget {
padding: 0px;
}

#text-13 .textwidget{
padding: 0px;
}

.footer-widgets {
padding-top: 20px;
padding-bottom: 0px;
}

.site-footer .wrap {
padding: 10px 0;
}

div#text-6 {
margin-bottom: 10px;
}

#text-6 img:first-child {
width: 699px;
}

#text-11 img:first-child {
width: 286px;
}

.attachment.type-attachment h1.entry-title {
display: none;
}


#flx{ display:none }
.fbicons a {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  /* height: 20px; */
}
/*
.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
} */

body.post-template-default.single.single-post .sidebar-secondary,
body.category-feature-article .sidebar-secondary
{ display:none;}

body.post-template-default.single.single-post .content,
body.category-feature-article .content,
body.archive.category .content,
body.attachment.single .content,
body.woocommerce.woocommerce-page #container
  { float:left !important; }

body.page-template-default.page .content { float:left !important;}

body.page-template-default.page .sidebar-secondary,
body.archive.category .sidebar-secondary
{ display:none;}

body.woocommerce.woocommerce-page #container {
    float: left;
    width: 805px;
}

#addfpb div {
    width: 48%;
    display: inline-block;
 width: 47%;
    display: inline-block;
    padding-left: 20px;
}

#text-7
{
display:none;
}

#text-10
{
display:none;
}

#text-5 video, #text-13 video, #text-3 video {
    max-width: 300px !important;
}

#addfpb .dcmads img {
    max-width: inherit;
    /* width: 200px !important; */
    padding-right: 40px;
}
