/* # Genesis Framework

Theme Name: Boss Magazine Theme
Theme URI: http://www.tinyfrog.com/
Description: Custom theme description

Author: Tinyfrog
Author URI: http://www.tinyfrog.com/

Template: genesis
Template Version: 2.2

*/

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



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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* no default focus outline */

*:focus {
	outline: none;
}

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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content: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;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content: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;
}


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

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

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #191919;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}


body.single-post{
	background: #f9f9f9;
}

.single-post .site-container .site-inner{
	padding-top: 0 !important;
}

.single-post .site-container .site-inner main.content article.entry{
	padding: 30px 15px 30px 42px;
}

.single-post .site-container .site-inner > .wrap{
	border-left: 1px #ebebeb solid;
	border-right: 1px #ebebeb solid;
}

.addtoany_content_top{
	padding-top: 0 !important;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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;
}

a {
	color: #e5222a;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: underline;
}

p {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.9em;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

/*blockquote,*/
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
	padding: 20px;
	border-top: 6px #414143 solid;
	border-bottom: 6px #414143 solid;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.6em;
}

blockquote p{
	font-size: 26px;
	font-weight: 300;
	line-height: 1.6em;
}

blockquote p:last-child {
	margin-bottom: 0;
}

/*blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}*/


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
}

.featured-content img {
	width: auto;
}

.gallery img{
	width: 100%;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	/*overflow: hidden;*/
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #e72027;
	border: 1px #b92129 solid;
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 10px 20px;
	text-transform: uppercase;
	width: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#gform_submit_button_7{
	width: 100%;
}

.gform_wrapper ul.gform_fields li.gfield{
	padding-right: 0 !important;
}

.gform_wrapper ul.gform_fields li.gf_left_half{
	padding-right: 16px !important;
}

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

.entry-content .button:hover,
.entry-content .button:focus {
	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;
}

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


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

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

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

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

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

.home .site-inner{
	background: #fff;
}

.error404 .site-inner{
	padding-top: 120px;
	width: 100%;
	max-width: 100%;
	min-height: 600px;
	background: rgba(49,119,224,1);
	background: -moz-linear-gradient(top, rgba(49,119,224,1) 0%, rgba(100,168,241,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(49,119,224,1)), color-stop(100%, rgba(100,168,241,1)));
	background: -webkit-linear-gradient(top, rgba(49,119,224,1) 0%, rgba(100,168,241,1) 100%);
	background: -o-linear-gradient(top, rgba(49,119,224,1) 0%, rgba(100,168,241,1) 100%);
	background: -ms-linear-gradient(top, rgba(49,119,224,1) 0%, rgba(100,168,241,1) 100%);
	background: linear-gradient(to bottom, rgba(49,119,224,1) 0%, rgba(100,168,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3177e0', endColorstr='#64a8f1', GradientType=0 );
}

.error404 .content .entry{
	background: transparent;
}

.beach_404_section{
	height: 420px;
	background: url(images/404-water.png) center repeat-x;
	border-bottom: 290px #fffae7 solid;
	position: relative;
}

.beach_404_section .beach_wrap{
	position: relative;
	width: 100%;
	max-width: 1560px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto !important;
}

.beach_404_section h1{
	position: relative;
	font-size: 82px;
	font-weight: bold;
	bottom: -230px;
	color: #25292c;
}

.beach_404_section img{
	position: absolute;
	right: 0;
	top: -205px;
	max-width: 600px;
}

.error404 .content .entry h2{
	font-size: 50px !important;
	font-weight: bold;
	color: #fffcf9;
	padding-top: 20px;
}

.error404 .content .entry a{
	color: #25292c;
	font-size: 32px;
}

.error404 .content .entry a:hover{
	/*text-decoration: none;*/
}

/* ## 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: 980px;
}

.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: 63%;
}

.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: 580px;
}

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 33%;
}

.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
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

section.author-box img.avatar{
	height: 43px !important;
	width: auto;
}

section.author-box .author-box-title{
	margin-top: 12px;
}

.authorbox_social .fa-facebook-f{
	color: #3B5998 !important;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

.authorbox_social .fa-twitter{
	color: #1DA1F2 !important;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

.authorbox_social .fa-google-plus-g{
	color: #DB4437 !important;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}




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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0px;
	padding: 0 0 0 46px;
	margin-top: -50px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

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

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

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

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


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

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

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

.sidebar .widget.enews-widget {
	background-color: #333;
}

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

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

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

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

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

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

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}


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

.site-header {
	position: fixed;
	z-index: 999;
	width: 100%;
	background: url(images/nav_bg.png) repeat-x;
	min-height: 110px;
}

.site-header .wrap {
	padding: 23px 15px 40px;
	max-width: 1600px;
}

.site-header .nav-primary .wrap {
	padding: 5px 0 20px 0;
}

.site-header .nav-primary{
	float: left;
}

.header_links{
	display: inline-block;
	padding-top: 15px;
}

.header_links a{
	color: #fff;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

.header_links a:hover{
	text-decoration: none;
}

.header_links .header_social{
	margin-left: 5px;
	margin-right: 5px;
}

.header_links .header_subscribe{
	margin-right: 45px;
}

.header_links .header_search{
	margin-left: 45px;
}

/* ## Popup search
--------------------------------------------- */

.popup_search_container{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
	display: none;
}

.search_modal_open{
	overflow: hidden;
}

.search_modal_open .site-header .title-area{
	z-index: 9999;
}

.inner_search_wrap{
	max-width: 1600px;
	margin: 0 auto;
	padding: 15px;
	position: relative;
}

.popup_search_form{
	width: 410px;
	margin: 200px auto 0;
}

.popup_search_form label{
	display: block;
	font-size: 36px;
	font-family: 'Ubuntu', sans-serif !important;
	color: #fff;
}

.popup_search_form input{
	display: inline-block;
	width: 338px;
	height: 58px;
	line-height: 58px;
	border: 0;
	outline: none;
}

.popup_search_form button{
	width: 62px;
	display: inline-block;
	height: 58px;
	vertical-align: bottom;
	background: #e72027;
}

.popup_search_form button:hover{
	background: #c50208;
}

.popup_search_close{
	color: #fff;
	display: block;
	float: right;
	margin-top: 108px;
	font-size: 25px;
	font-family: 'Ubuntu', sans-serif !important;
}

.popup_search_close:hover{
	cursor: pointer;
	
}

body.search-results .site-inner{
	/*margin-top: 160px;*/
}

body.search .entry-content a.entry-image-link {
  float: left;
  display: block;
  margin-right: 20px;
}

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

.title-area {
	float: left;
	padding: 0;
	width: 165px;
}

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

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 57px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

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

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


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

.ubermenu .ubermenu-target-text,
.ubermenu-main a{
	font-family: 'Ubuntu', sans-serif !important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal !important;
}

.ubermenu .menu_adress{
	font-size: 18px;
}

.ubermenu .ginput_container input{
	width: 100% !important;
}

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
	text-decoration: underline;
}

.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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.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;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

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

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

.ubermenu-submenu .ubermenu-column .ubermenu-target-title{
	text-transform: none !important;
	font-size: 14px !important;
	/*border-bottom: 1px #bbb solid;*/
	/*display: block;*/
}

.menu_row_height .ubermenu-tab-content-panel .ubermenu-submenu .ubermenu-column{
	min-height: 260px !important;
}

.ubermenu-skin-grey-white .ubermenu-item-level-0:hover > .ubermenu-target,
.ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
  background: none !important;
}

nav.ubermenu > ul.ubermenu-nav > li > .ubermenu-target{
	line-height: 20px !important;
}

@media only screen and (max-width: 1320px){
	
	.ubermenu .ubermenu-target-text, 
	.ubermenu-main a{
		font-size: 12px;
	}

	.header_links{
		/*padding-top: 20px;*/
	}

	.header_links a{
		font-size: 12px;
	}

} 

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

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

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	/*background-color: #333;*/
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #c3251d;
	text-decoration: underline;
}

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

.nav-secondary {
	background-color: #fff;
}

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

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

.entry {
	margin-bottom: 40px;
	padding: 30px 15px;
}

.home .entry{
	margin-bottom: 10px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

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

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

.view_story_button{
	font-size: 18px;
	color: #000;
	display: block;
	background: #ededed;
	text-align: center;
	padding: 10px 20px;
	font-weight: 400;
	border: 1px #dbdbdb solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 10px;
}

.view_story_button:hover{
	background: #dbdbdb;
	text-decoration: none;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination{
	text-align: center;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	text-decoration: underline;
}

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

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

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

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

.comment-content {
	clear: both;
	word-wrap: break-word;
}

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

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

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

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

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

.bypostauthor {
}

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

.comment-respond #comment{
	height: 100px;
}

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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}


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

.site-footer {
	background-color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 0 0 85px;
	color: #fff;
}

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

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

.footer-widgets{
	background-color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding-top: 50px;
	color: #fff;
	clear: both;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3{
	width: 33%;
	float: left;
}



.footer-widgets-1{
	padding-top: 92px;
}

.footer-widgets-3{
	padding-top: 104px;	
}

.footer-widgets-1 .widget-title{
	color: #fff;
	border-bottom: 2px #fff solid;
	padding-bottom: 5px;
	display: inline-block;
	text-transform: uppercase;
}

.footer-widgets-1 .widget_heading .widget-title,
.footer-widgets-3 .widget-title{
	color: #fff;
	font-size: 19px;
	font-weight: normal;
	display: inline-block;
	border-bottom: 4px #e72027 solid;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 22px;
	text-decoration: none;
}

.footer-widgets-3 .widget-title{
	text-align: right;
	float: right;
}

.footer-widgets-1 ul li a{
	color: #fff;
	text-decoration: none;
}

.footer-widgets-1 ul li a:hover{
	text-decoration: underline;
}

.footer-widgets-1 ul li{
	display: block;
	padding: 5px 0;
}

.footer-widgets-2{
	text-align: center;
}

.footer-widgets-2 img{
	display: inline-block;
	margin-bottom: 32px;
}

.footer-widgets-2 a{
	color: #fff;
}

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

.footer-widgets-4{
	clear: both;
	padding-top: 40px;
}

.footer-widgets-4 a{
	color: #fff;
	display: inline-block;
	padding: 0 10px;
}

.footer-widgets-4 a:hover{
	color: #fff;
	text-decoration: underline;
}

.footer_social_container{
	text-align: right;
}

.footer-widgets-4 .footer_social{
	display: inline-block;
	padding-left: 16px;
	padding-right: 0;
}

.footer_ad_space_container{
	padding-bottom: 50px;
}

.header_ad_space_container{
	background: #333;
}

.header_ad_space_wrap{
	max-width: 1530px;
	margin: 0 auto;
}

#dwls_search_results{
	width: 400px !important;
}

#dwls_search_results li.post_with_thumb a{
	width: 320px !important;
	font-size: 16px !important;
	font-weight: 300 !important;
}

.search_results_activity_indicator{
	margin-top: 12px !important;
}

@media only screen and (max-width: 1200px) {
		
		.footer-widgets-1,
		.footer-widgets-2{
			width: 48% !important;
		}

		.footer-widgets-3{
			width: 500px;
			margin: 0 auto;
			float: none;
		}


}

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

@media only screen and (max-width: 1560px) {
	
	.site-header .wrap{
		padding-left: 15px;
		padding-right: 15px;
	}

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

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

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

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

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

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.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%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

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

}

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

	body {
		font-size: 16px;
		font-size: 1.6rem;
	}


	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.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%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

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

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* removed ul list style from woocommerce checkout payment */
#add_payment_method #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li{
	list-style: none !important;
}

/* uber menu styling */
.ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target{
	background: none !important;
}

.ubermenu-skin-grey-white{
	background: none !important;
}

.ubermenu-nav a:hover{
	background: none !important
}

/* homepage styling */

.home .widget_featured-post .entry-title{
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 0 !important;
}

.home .widget_featured-post{
	
}

.home .widget_featured-post .widget-title{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	background: #e72027;
	padding: 6px 16px;
	margin-bottom: 0;
	position: absolute;
	top: 30px;
	left: 0;
}

.home .widget_featured-post .widget-title:hover{
	cursor: pointer;
}

.home  .widget_featured-post.featured-content .entry{
	margin-bottom: 0;
	padding: 15px 0;
}

.home  .widget_featured-post{
	position: relative;
}

.home  .widget_featured-post .more-from-category{
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	bottom: 30px;
	text-transform: uppercase;
	color: #fff;
}

.home  .widget_featured-post .more-from-category a{
	color: #fff;
	font-weight: bold;
}

.home .entry-content .panel-grid-cell{
	/*background: #333 !important;*/
	/*padding: 80px 30px 30px;*/
	padding: 0 !important;
	position: relative;
}

.home .entry-content .panel-grid-cell .widget_featured-post{
	padding: 0 !important;
}

.home .entry-content .panel-grid-cell .so-panel .panel-widget-style{
	padding: 62px 30px 100px;
}

.home .entry-content .widget_featured-post .more-from-category{
	padding-bottom: 0;
	margin-bottom: 0;
}

.home .entry-content .widget_featured-post .entry{
	background: none !important;
	max-width: 288px;
	border-bottom: 1px solid #999a9a;
}

.home .entry-content .widget_featured-post .entry:nth-child(2){
	max-width: 85% !important;
	width: 85% !important;
	border-bottom: none;
}

.home .entry-content .widget_featured-post .entry:nth-child(2) .entry-title{
	font-size: 30px;
}

.home .entry-content .widget_featured-post .entry:nth-child(3){
	border-top: 1px solid #999a9a;
}

.home .entry-content .widget_featured-post .entry .entry-title a{
	color: #fff;
}

.home .entry-content .panel-grid{
	/*margin-bottom: 3px !important;*/
}

.home .wpt_widget_content{
	padding-left: 30px;
	padding-right: 30px;
	background: #fff !important;
	border: 1px solid #fff !important;
}

.wpt_widget_content ul.wpt-tabs li{
	text-align: left !important;
	display: inline-block !important;	
	float: none !important;
}

.wpt_widget_content ul.has-3-tabs li{
	width: 32.5% !important;
}

.home .wpt-tabs{
	width: 100%;
	clear: both;
	background: #fff;
	margin-left: 0;
	margin-bottom: -15px !important;
	display: block !important;
	border-bottom: 1px #ededed solid  !important;
}

.home .wpt_widget_content .entry-title,
.home .wpt_widget_content .entry-title a{
	font-size: 17px !important;
	font-weight: normal !important;
}

.home .wpt_widget_content ul{
	margin-left: 0;
}

.wpt_widget_content .tab_title a{
	background: #fff !important;
	border-left: none !important;
	border-bottom: 5px #fff solid !important; 
	font-weight: normal !important;
}

.wpt_widget_content .tab_title.selected a{
	border-bottom: 5px #e72027 solid !important; 
	font-weight: 600 !important;
}

.wpt_widget_content .wpt_comment_meta{
	font-weight: normal !important;
}

.wpt_widget_content .wpt-postmeta, 
.wpt_comment_content, .wpt_excerpt{
	margin-top: 10px;
	font-size: 14px !important;
	color: #565656 !important;
}

.wpt_widget_content .inside{
	padding-top: 0 !important;
}

.wpt_widget_content .tab-content li{
	border-bottom: 1px #ededed solid !important;
}

.wpt_widget_content .wpt-pagination{
	margin-top: 10px !important;
}

.site-inner{
	/*padding-top: 200px;*/
}

.page_title_container{
  padding: 175px 15px 25px;
}

.page_title_container .page-title{
	max-width: 1312px;
	margin: 0 auto;
	font-size: 60px;
	padding-left: 12px;
	border-left: 4px #e72027 solid; 	
}

.page_title_container .boss_post_excerpt_text{
	max-width: 1312px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	padding-left: 25px;
	padding-right: 30%;
	padding-top: 20px;
	text-shadow: 0px 0px 10px rgba(109, 109, 109, 1);
}

.page_title_container .page-subtite{
	max-width: 1312px;
	margin: 10px auto;
	font-size: 10px;
	padding-left: 24px;
	font-size: 17px;
}

.page-template-template-universal .site-inner .content{
	max-width: 800px;
	margin: 0 auto !important;
	display: block;
	float: none
}

.page-content_heading{
	font-size: 40px;
	padding-left: 12px;
	border-left: 4px #e72027 solid;
	margin-bottom: 20px;
}

.tw-tabs-shortcode .tw-tab-content p{
	display: block !important;
}

ul.iw-so-tabs-nav > li{
	list-style: none;
}

ul.iw-so-tabs-nav{
	border-bottom: 2px #ededed solid;
	display: inline-block;
}

ul.iw-so-tabs-nav li a{
	font-size: 21px;
	font-weight: bold;
	color: #565656 !important;
	padding: 20px 0 !important;
	margin-right: 20px;
}

ul.iw-so-tabs-nav li:last-child a{
	margin-right: 0;
}

ul.iw-so-tabs-nav li.iw-so-tab-active{

}

ul.iw-so-tabs-nav li.iw-so-tab-active a{
	color: #000 !important;
	background: none !important;
	background-color: none !important;
	border-bottom: 4px #e72027 solid;
}

.red_bar_divider{
	width: 200px;
	height: 4px;
	background: #ec2028;
	margin: 15px auto;
}

/* media kit */

.about_our_audience{
	padding: 180px 15px;
	color: #3c3c3c;
}

.about_our_audience_content{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #3c3c3c;
}

.about_our_audience_content p,h3{
	text-align: center;
	font-size: 18px;
	color: #3c3c3c;
}

.page-template-template-media-kit .entry-content .widget-title{
	font-size: 60px;
	color: #3c3c3c;
}

.page-template-template-media-kit .site-inner{
	padding-top: 0;
}

.about_our_audience .widget-title{
	font-size: 60px;
	color: #3c3c3c;
	text-align: center;
}

.key_statistics_content .widget-title{
	text-align: center;
}

.key_statistics_content p,
.key_statistics_content{
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.statistics_value p,
.statistics_value{
	font-size: 24px;
	text-align: center;
}

.statistics_value span{
	font-weight: 800;
}

.statistics_value_container > .panel-grid-cell:nth-child(1),
.statistics_value_container > .panel-grid-cell:nth-child(2){
	background: url(images/stats_divider.png) right center no-repeat;
}

.statistics_value_container .sow-image-container img{
	max-height: 89px !important;
}

.cliet_testimonial_banner{

}

.cliet_testimonial_banner .widget-title{
	font-size: 60px;
	color: #fff !important;
	text-align: center;
}

.about_our_audience .widget-title{
	font-size: 60px;
	color: #000 !important;
	text-align: center;
}


.cliet_testimonial_content p,
.cliet_testimonial_content{
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	color: #d2d2d2;
}

.testimonial_panel_container{
	border-bottom: 20px #f8f8f8 solid;
}

.testimonial_panel{
	min-height: 750px !important;
	position: relative;
}

.testimonial_panel:before{
  content: "";
  background: url(images/testimonal_hover.png);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  /*opacity: 0.5;*/
  display: none;
}

.testimonial_panel:hover:before{
	display: block;
}

.testimonial_panel .so-widget-sow-editor{
	display: none;
	padding-top: 180px;
	width: 100%;
	/*margin-left: auto;
	margin-right: auto;*/
	z-index: 2;
	position: absolute;
	top: 1;
	bottom: 1;
	left: 1;
	right: 1;
}

.testimonial_panel .widget-title,
.testimonial_panel .textwidget{
	max-width: 350px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}

.testimonial_panel:hover .so-widget-sow-editor{
	display: block;
	
}

.testimonial_panel .widget-title{
	font-size: 40px !important;
	color: #fff !important;
	text-align: center;
}

.testimonial_panel, 
.testimonial_panel p{
	color: #fff;
	line-height: 1.2em;
	text-align: center;
}

.editorial_calendar_heading .widget-title{
	font-size: 60px;
	color: #191919;
	text-align: center;
}

.editorial_calendar_content .panel-grid-cell img{
	width: 100%;
	height: auto;
}

.editorial_calendar_content .panel-grid-cell{
	background: #f0f0f0;
	border: 1px #d7d7d7 solid;
}

.editorial_calendar_content .so-widget-sow-editor .widget-title{
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 20px;
}

.editorial_calendar_content .so-widget-sow-editor,
.editorial_calendar_content .so-widget-sow-editor p{
	text-align: center;
}

.editorial_calendar_content .so-widget-sow-image{
	position: relative;
	line-height: 0;
	overflow: hidden;
}

.editorial_calendar_content .so-widget-sow-image img{
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.editorial_calendar_content .so-widget-sow-image:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.editorial_calendar_content .so-widget-sow-image .widget-title{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(236, 32, 40, 0.69);
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 15px 15px;
	text-align: center;
	line-height: 1.5em;
}

.advertising_rates_container{
	padding: 220px 15px !important;
	text-align: center;
	margin-top: 50px;
	position: relative;
	background: url(images/ratesbg.png) center center no-repeat;
	background-size: cover;
}

.advertising_rates_content{
	/*position: absolute;*/
	/*top: 0;*/
	width: 100%;
	/*padding-top: 15%;*/
}

.advertising_rates_content .so-widget-sow-editor{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

.advertising_rates_content .so-widget-sow-editor p{
	color: #fff;
	font-size: 40px;
}

.advertising_rates_content .so-widget-sow-editor .widget-title{
	color: #fff !important;
	font-size: 60px;
	text-align: center;
}

.advertising_rates_content .pdf_button{
	font-size: 24px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding: 0px 130px;
	background: url(images/pdf.png) 32px center no-repeat #e72027;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.advertising_rates_content .pdf_button:hover{
	background: url(images/pdf.png) 32px center no-repeat #c50208;
	text-decoration: none;
}

/* about page */

.page-template-template-about .content .widget-title{
	font-size: 60px;
	color: #191919;
	text-align: center;
}

.about_company_main_bg{
	background: url(images/bosslogopagebg.png) bottom center no-repeat;
	background-size: 100% auto;
}

.about_company_main_bg .so-panel{
	max-width: 800px;
	margin: 0 auto;
}

.about_editorial_team_hovers .widget_sow-image{
	margin-bottom: 20px !important;
}

.about_editorial_team_hovers .sow-image-container a:hover{
	cursor: default !important;
}

.about_editorial_team_hovers .so-widget-sow-editor .widget-title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
	line-height: 1.3em;
}

.about_editorial_team_hovers .so-widget-sow-editor,
.about_editorial_team_hovers .so-widget-sow-editor p{
	text-align: center;
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1.3em;
}

.about_editorial_team_hovers .so-widget-sow-editor a{
	color: #4267b2;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.about_editorial_team_hovers .so-widget-sow-editor a:hover{
	text-decoration: none;
	color: #4b76cc;
}

.page-template-template-about .site-inner,
.page-template-template-about .site-inner .content article{
	padding-top: 0;
}

.lower_contact_section{
	background: #252525;
}

.lower_contact_section .panel-grid-cell{
	min-height: 300px;
	padding: 50px 0;
}

.lower_contact_section .panel-grid-cell:nth-child(1){
	background: url(images/usa.png) center center no-repeat;
	background-size: contain;
}

.lower_contact_section .panel-grid-cell:hover:nth-child(1){
	background: url(images/usa_hover.png) center center no-repeat;
	background-size: cover;
}

.lower_contact_section .panel-grid-cell:nth-child(2){
	background: url(images/canada.png) center center no-repeat;
	background-size: contain;
}

.lower_contact_section .panel-grid-cell:hover:nth-child(2){
	background: url(images/canada_hover.png) center center no-repeat;
	background-size: cover;
}

.lower_contact_section .panel-grid-cell .so-panel{
	max-width: 400px;
	margin: 0 auto;
	visibility: hidden;
	-webkit-transition: opacity 200ms linear;
   -moz-transition: opacity 200ms linear;
   -o-transition: opacity 200ms linear;
   -ms-transition: opacity 200ms linear;
   transition: opacity 200ms linear;
}

.lower_contact_section .panel-grid-cell:hover:nth-child(1) .so-panel,
.lower_contact_section .panel-grid-cell:hover:nth-child(2) .so-panel{
	visibility: visible;
}

.lower_contact_section .panel-grid-cell .so-panel .widget-title,
.lower_contact_section .panel-grid-cell .so-panel p,
.lower_contact_section .panel-grid-cell .so-panel a,
.lower_contact_section .panel-grid-cell .so-panel{
	text-align: center;
	font-size: 21px;
	color: #fff;
	line-height: 1.4em;
}

.lower_contact_section .panel-grid-cell .so-panel a,
.lower_contact_section .panel-grid-cell .so-panel strong{
	font-weight: 800 !important;
}

.lower_contact_section .panel-grid-cell .so-panel .widget-title{
	font-size: 36px;
	font-weight: bold;
}

.page-template-template-about .page_title_container{
	min-height: 800px;
}

.page-template-template-magazines .site-container,
.page-template-template-magazines .site-container .content,
.page-template-template-magazines .site-container .content .entry,
.page-template-template-magazines .site-container .site-inner{
	background: #1a1a1a !important;
}

.page-template-template-magazines .suggested_posts_back_to_top{
	clear: both;
}
.page-template-template-magazines .suggested_posts_back_to_top .suggested_posts_back_to_top{
	margin-top: -30px;
	margin-bottom: 70px;
}

.page-template-template-magazines .page_title_container .page-title{
	display: none !important;
}

.page-template-template-magazines .page_title_container{
	padding-top: 45px;
}

.magazine_slider_container{
	background: url(images/mag_slider_bg.png) center center no-repeat;
	background-size: cover;
}

.magazine_slider_container{
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}

.magazine_archive_heading  .widget-title{
	display: inline-block;
	color: #fff;
	/*background: #e72027;*/
	font-size: 28px;
	font-family: 'Ubuntu', sans-serif;
	padding: 10px 40px;
	/*position: relative;*/
	/*top: -25px;*/
}

.magazine_archive_heading  .widget-title:after{
	content: " ";
	display: block;
	height: 4px;
	background: #ec2028;
	width: 165px;
	margin: 15px auto;
}

/*.magazine_archive_heading  .widget-title{
	position: initial;
	top: 0;
	margin-bottom: 0;
}
*/
.tp-carousel-wrapper{
	overflow: visible !important;
}

.page-template-template-magazines .page_title_container{
	text-align: center;
}

.page-template-template-magazines .page_title_container .page-title{
	display: inline-block;
	color: #fff;
	padding-left: 0;
	border-left: 0;
}

.page-template-template-magazines .page_title_container .page-title:after{
	content: " ";
	display: block;
	height: 4px;
	background: #ec2028;
	width: 165px;
	margin: 15px auto;
}

.boss_home_content_ad{

}

.home .site-inner{
	padding-top: 0;
}

.home .site-inner p{
	display: none;
}

.home .site-inner p.featured_excerpt{
	display: block !important;
}

.featured_excerpt,
.featured_excerpt:hover{
	color: #fff !important;
}

.home .site-inner p.more-from-category{
	display: block !important;
}

.boss_homepage_top_post{
	min-height: 575px !important;
}

.boss_homepage_top_post,
.boss_homepage_featured_post{
	background-size: cover !important;
	padding: 0px 30px;
}

.boss_homepage_top_post a:hover h2,
.boss_homepage_featured_post a:hover h2{
	text-decoration: underline !important;
}

.boss_homepage_top_post h2,
.boss_homepage_featured_post h2{
	margin-bottom: 0 !important;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}

.boss_homepage_featured_post_1 h2{
	font-size: 34px;
}

.boss_homepage_featured_post_4 h2{
	font-size: 38px;
}

.boss_homepage_featured_post_2{
	border-bottom: 3px #fff solid;
}

.entry-content .so-panel{
	margin-bottom: 0 !important;
}

.boss_homepage_top_post,
.boss_homepage_featured_post_1,
.boss_homepage_featured_post_2,
.boss_homepage_featured_post_3{
	position: relative;
}

/*.boss_homepage_top_post h2,*/
/*.boss_homepage_featured_post_1 h2,*/
.featured_post_1_container,
/*.boss_homepage_featured_post_2 h2,*/
/*.boss_homepage_featured_post_3 h2,*/
.boss_homepage_top_post .boss_homepage_top_post_article_link{
	display: block;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 36px;
}

.boss_homepage_top_post .boss_homepage_top_post_article_link span.boss_post_excerpt_text,
.boss_homepage_top_post .boss_homepage_top_post_article_link:hover span.boss_post_excerpt_text{
	color: #fff;
	
	font-size: 14px;
	text-decoration: none !important;
}

.boss_homepage_top_post .boss_homepage_top_post_article_link:hover{
	text-decoration: none !important;
}

.boss_homepage_featured_post_4,
.boss_homepage_featured_post_5{
	position: relative;
}

.boss_homepage_featured_post_4 h2,
.boss_homepage_featured_post_5 h2{
	position: absolute;
	left: 30px;
	right: 30px;
	top: 40%;
}

.category_featured_post{
	background-size: cover !important; 
	position: relative;
}

.category_featured_post_content{
	position: absolute;
	top: 35%;
	left: 30px;
	right: 30px;
}

.category_featured_post_content .category_section_title{
	text-decoration: none;
	margin-bottom: 50px;
	margin-left: -30px;
	display: inline-block;
	color: #fff !important;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	background: #e72027;
	padding: 6px 16px;
}

.category_featured_post_content .entry-title,
.category_featured_post_content a .entry-title{
	color: #fff;
	font-size: 36px;
}

.category_featured_post_content  a:hover,
.category_featured_post_content a:hover .entry-title:hover{
	color: #fff;
	text-decoration: underline !important;
	text-decoration-color: #fff !important;
	border-bottom: none !important;
}

.ad_space_container{
	/*background: #333;*/
	line-height: 0;
}

.ad_space_container_1{
	background-size: cover !important;
	position: relative;
}

.ad_space_container_1 a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.category_section_1,
.category_featured_post_1,
.category_section_2,
.category_section_3,
.category_section_4,
.category_section_5,
.category_section_6,
.category_section_7,
.category_section_8,
.ad_space_container_1,
.category_featured_post_2{
	border-bottom: 3px #fff solid;
}

.category_section_container{
	padding: 120px 30px 120px;
	position: relative;
}

.category_section_2,
.category_section_3,
.category_section_4,
.category_section_5,
.category_section_7,
.category_section_8{
	min-height: 455px;
}

.category_section_container .category_section_title a,
.category_section_container .category_section_title a:hover{
	color: #fff;
	text-decoration: none;
}

.category_section_container .category_section_title{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	background: #e72027;
	padding: 6px 16px;
	margin-bottom: 0;
	position: absolute;
	top: 30px;
	left: 0;
}

.category_section_container .entry{
	background: transparent;
	margin-bottom: 0;
	padding: 15px 0;
}

.category_section_container .entry h2{
	margin: 0;
}

.category_section_container .entry:nth-child(2){
	max-width: 85% !important;
	width: 85% !important;
	border-bottom: none;
}

.category_section_container .entry:nth-child(3) .entry-title {
	/*font-size: 30px;*/
}

.category_section_container .entry .entry-title a{
	color: #fff;
}

.category_section_container .entry{
	background: none !important;
	max-width: 288px;
	border-bottom: 1px solid #999a9a;
}

.category_section_container .entry:nth-child(3){
	border-top: 1px solid #999a9a;
}

.category_section_container .entry-title{
	font-size: 15px;
	font-weight: normal;
}

.category_section_container p.more-from-category{
	display: block !important;
}

.category_section_container .more-from-category{
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	bottom: 30px;
	text-transform: uppercase;
	color: #fff;
}

.category_section_container .more-from-category a{
	color: #fff;
	font-weight: bold;
}

.page-template-template-category_landing_page .site-inner{
	padding-top: 0;
}

.page-template-template-category_landing_page article.page{
	padding-top: 3px;
	padding-bottom: 0;
}

.page-template-template-category_landing_page .page-subtite .page-subtite_content{
	max-width: 400px;
}

body .ad_space_container{
	width: 100% !important;
	display: flex !important;
	background: #333;
}

body .ad_space_container p{
	/*display: block !important;*/
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}


.page-template-template-category_landing_page main.content .category_section_1 p,
.page-template-template-category_landing_page main.content .category_featured_post_1 p,
.page-template-template-category_landing_page main.content .category_section_2 p,
.page-template-template-category_landing_page main.content .category_section_3 p,
.page-template-template-category_landing_page main.content .category_section_4 p,
.page-template-template-category_landing_page main.content .category_section_5 p,
.page-template-template-category_landing_page main.content .category_section_6 p,
.page-template-template-category_landing_page main.content .category_section_7 p,
.page-template-template-category_landing_page main.content .category_section_8 p,
.page-template-template-category_landing_page main.content .ad_space_container_1 p,
.page-template-template-category_landing_page main.content .category_featured_post_2 p{
	display: block;
}


.boss_subscribe_container_sidebar .boss_subscribe_heading{
	background: #fff;
	/*padding: 20px 50px 10px;*/
}

.boss_subscribe_container_sidebar .main_heading{
	color: #ec2028;
	font-family: 'Ubuntu', sans-serif;
	font-size: 30px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 100; 
}

.boss_subscribe_container_sidebar .sub_heading{
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	display: block;
	text-align: center;
	font-weight: 100; 
}

.boss_subscribe_container_sidebar .boss_subscribe_form_content{
	background: #1d1d1d;
	padding: 15px 20px 28px;
}

.boss_subscribe_container_sidebar .boss_subscribe_magazine_cover{
	float: left;
	width: 38%;
}

.boss_subscribe_container_sidebar .boss_subscribe_form_container{
	float: left;
	width: 62%;
	padding-left: 8px;
}

.boss_subscribe_container_sidebar .gform_wrapper ul.gform_fields li.gfield{
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.sidebar .boss_subscribe_container_sidebar li{
	border-bottom: none !important;
}

.boss_subscribe_container_sidebar .gform_wrapper .top_label .gfield_label{
	color: #fff;
	font-size: 12px;
	font-weight: 100;
	font-family: 'Ubuntu', sans-serif;
}

.boss_subscribe_container_sidebar .gform_wrapper{
	margin-top: 0;
	margin-bottom: 0;
}

.boss_subscribe_container_sidebar .ginput_container{
	margin-top: 0 !important;
	margin-bottom: 8px;
}

.boss_subscribe_container_sidebar .ginput_container input{
	width: 100% !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px #b92129 solid;
	background: #000;
	color: #fff;
}

.boss_subscribe_container_sidebar .gform_footer{
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}

.boss_subscribe_container_sidebar button{
	display: block;
	width: 100%;
	background: #e72027;
	border: 1px #b92129 solid;
	color: #fff;
	text-transform: none;
	font-size: 16px;
	font-weight: 500;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 20px;
}

.boss_subscribe_container_sidebar button:hover{
	background: #c50208;
}

.page-template-template-category_landing_page .boss_subscribe_container{
	/*border-bottom: 3px #fff solid;*/
	margin-bottom: 3px;
}

.category_landing_page_show_more{
	text-align: center;
	padding: 30px;
}

.category_landing_page_show_more a{
	display: inline-block;
	background: #e72027;
	border: 1px #b92129 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 43px;
	margin-top: 35px;
	margin-bottom: 0px;
	text-decoration: none;
}

.category_landing_page_show_more a:hover{
	text-decoration: none;
	background: #c50208;
}


.footer_subscribe_container{

}

.footer_subscribe_container .widget-title{
	display: none;
}

.boss_magazine_cover{

}

.boss_subscribe_container{
	/*background: url(images/leather.jpg) center center no-repeat;*/
	background: #fff;
	background-size: cover;
	padding: 10px 60px;
	color: #333 !important;
	clear: both;
	border: 1px #333 solid;
}

.boss_subscribe_container .boss_subscribe_magazine_cover{
	width: 35%;
	margin-right: 6%;
	float: left;
}

.boss_subscribe_container .boss_subscribe_magazine_cover img{
	/*border: 1px #515151 solid;*/
}

.boss_subscribe_container .boss_subscribe_form{
	width: 54%;
	float: left;
	padding-top: 20px;
	padding-bottom: 0px;
}

.boss_subscribe_container .boss_subscribe_form .unlock_exclusive_image{
	display: inline-block;
	margin-bottom: 30px;
}

.boss_subscribe_container .boss_subscribe_form .subscribe_now_image{
	display: inline-block;
	margin-top: 30px;
	cursor: pointer;
}

.boss_subscribe_container .boss_subscribe_form .join_now_text{
	font-weight: normal;
	display: block;
	/*text-align: center;*/
	letter-spacing: 3px;
	font-size: 38px;
	font-weight: bold;
}

.boss_subscribe_container .boss_subscribe_form .join_now_text small{
	display: block;
	font-size: 26px;
	font-weight: normal;
}

.page-template-template-category_landing_page .boss_subscribe_container .boss_subscribe_form .join_now_text{
	font-size: 30px;
}

.page-template-template-category_landing_page .boss_subscribe_container .boss_subscribe_form .join_now_text small{
	font-size: 21px;
}

.boss_subscribe_container .ginput_container input{
	width: 100% !important;
	/*background: #000;*/
	/*color: #fff;*/
	border: 1px #000 solid;
	padding: 8px 6px;
}

.boss_subscribe_container .gform_footer{
	/*display: none !important;*/
	/*visibility: hidden !important;
	margin: 0 !important;
	overflow: hidden !important;
	height: 1px !important;*/
	padding: 0 !important;
	width: 100%;
	text-align: right;
}

.boss_subscribe_container .gform_footer .gform_button{
	margin: 0 !important;
	border-radius: 0px;
}

.boss_subscribe_form_container .gform_confirmation_message{
	padding-top: 20px !important;
	text-align: center !important;
}

.boss_subscribe_container .boss_subscribe_form_container{
	/*background: rgba(255, 255, 255,0.05);*/
	padding: 5px 45px 0 45px;
}

.boss_subscribe_container .gform_body .gfield_label{
	color: #919191;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: none !important;
}

.boss_subscribe_container .gform_wrapper ul.gform_fields li.gfield{
	padding-right: 0;
}

.boss_subscribe_container .gform_wrapper .gf_right_half{
	padding-left: 10px;
}

.boss_subscribe_container .gform_wrapper .gf_left_half{
	padding-right: 10px;
}

.boss_subscribe_container .gform_wrapper .gfield_error{
	padding: 15px !important;
}

.boss_subscribe_container .gform_wrapper div.validation_error{
	background: rgba(255, 0, 0,0.05);
	padding: 20px;
	/*color: #fff;*/
}

@media screen and (max-width: 1520px){
	
	.boss_subscribe_container .boss_subscribe_form .join_now_text{
		font-size: 32px;
	}
	
	.boss_subscribe_container .boss_subscribe_form .join_now_text small{
		font-size: 20px;
	}

}

@media screen and (max-width: 1350px){
	
	.boss_subscribe_container .boss_subscribe_form .join_now_text{
		font-size: 32px;
	}
	
	.boss_subscribe_container .boss_subscribe_form .join_now_text small{
		font-size: 20px;
	}

	.boss_subscribe_container .boss_subscribe_form_container{
		padding: 20px 30px 0 30px;
	}

}

@media screen and (max-width: 1200px){
	
	.boss_subscribe_container .boss_subscribe_form .join_now_text{
		font-size: 22px;
	}
	
	.boss_subscribe_container .boss_subscribe_form .join_now_text small{
		font-size: 14px;
	}

	.boss_subscribe_container .boss_subscribe_form_container{
		padding: 10px 20px 0 20px;
	}

	.footer_copyright_text,
	.footer_copyright_text p{
		text-align: center;
	}

}

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

	.boss_subscribe_container .gform_wrapper ul.gform_fields li.gf_left_half{
		padding-right: 0 !important;
	}

}

.boss_footer_subscribe_container{
	display: block;
	/*width: 100%;*/
	max-width: 210px;
	float: right;
}

.app_download_links{
	float: right;
	max-width: 125px;
	padding-left: 10px;
}

.app_download_links a{
	display: block;
	margin-bottom: 33px;
}

.boss_footer_subscribe_container .boss_footer_subscribe_magazine_cover{
	/*width: 50%;
	float: right;*/
}

.boss_footer_subscribe_container .boss_footer_subscribe_magazine_cover img{
}

.boss_footer_subscribe_form{
	/*width: 50%;
	float: left;*/
	padding-top: 0px;
	margin-bottom: 15px;
}

.boss_footer_subscribe_form a{
	border: 8px #282828 solid;
	display: block;
	background: #e72027;
	color: #fff;
	padding: 8px;
	text-align: center;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.boss_footer_subscribe_form a:hover{
	text-decoration: none;
	background: #c50208;
}

.boss_footer_subscribe_form strong{
	font-size: 19px;
	text-align: center;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0;
	/*margin-bottom: -4px;*/
	line-height: 16px;
	letter-spacing: 2px;
}

.page_heading_section_links{
	padding: 40px 15px;
	border-bottom: 1px #e9e9e9 solid;
	text-align: center !important;
}

.page_heading_section_links a{
	display: inline-block !important;
	border-right: 1px #e9e9e9 solid !important;
	padding: 4px 35px;
	/*height: 60px;*/
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #191919;
	font-size: 18px;
	font-weight: 500;
}

.page_heading_section_links a:hover{
	text-decoration: none;
}

.page_heading_section_links a:last-child{
	border-right: none !important;
}

.page_heading_section_links a.current_page_no_link{
	border-left: 3px #e72027 solid !important;
	padding-left: 15px !important;
	cursor: initial;
	pointer-events: none;
}

.page-template-template-media-kit .page_heading_section_links{
	border-bottom: none;
	background: #ffffff;
}

/*.page-template-template-media-kit .page_heading_section_links a:hover{
	-webkit-box-shadow: 0px 0px 50px 0px rgba(170,170,170,1);
	-moz-box-shadow: 0px 0px 50px 0px rgba(170,170,170,1);
	box-shadow: 0px 0px 50px 0px rgba(170,170,170,1);
}*/

.page-template-template-media-kit .site-inner .content article{
	padding-bottom: 0;
	margin-bottom: 0;
}

.media_kit_contact_container{
	background: #191919;
	padding: 100px 15px 80px;
	text-align: center;
}

.media_kit_contact_container .contact_row{
	padding: 50px 0;
}

.media_kit_contact_container .contact_row:last-child span{
	min-width: 500px
}

.media_kit_contact_container span{
	display: inline-block;
	color: #fff;
	padding: 0 50px;
	border-right: 1px #3e3e3e solid;
}

.media_kit_contact_container div span:last-child{
	border-right: none;	
}

.media_kit_contact_container span{
	font-family: 'Ubuntu', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
}

.media_kit_contact_container span a{
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	color: #ec2028;
}

.media_kit_contact_container .widget-title {
    color: #fff !important;
    font-size: 60px;
    text-align: center;
}

.media_kit_contact_container .red_bar_divider{
	margin-bottom: 10px;
}

/* ## Social Icons
--------------------------------------------- */
.apss-social-text,
.apss-share {
  display: none;
}

.apss-single-icon {
  display: inline-block;
  margin-right: 16px;
  padding: 2px;
  width:  32px;
  height: 32px;
  text-align: center;
}

.apss-single-icon a {
  color: #ffffff;
}

.apss-twitter {
  background-color: #00aeef;
}

.apss-linkedin {
  background-color: #003471;
}

.apss-facebook {
  background-color: #004a80;
}

.apss-google-plus {
  background-color: #ed1c24;
}

.apss-pinterest {
  background-color: #bd081c;
}

.tw-button.red{
	background: #fff !important;
	color: #000000 !important;
	font-size: 28px !important;
	text-transform: uppercase !important;
	font-weight: normal !important;
}

.tw-button.custom.red:hover, 
a.tw-button.custom.red:hover,
.tw-button.red:hover{
	background: #fff !important;
	color: #ec2028 !important;
}

.tw-button.red::after{
	content: ' ';
	display: block;
	width: 166px;
	margin: 23px auto 0;
	height: 4px;
	background: #ec2028;
}

.wall-outer .dcsns-toolbar {
	text-align: center;
	padding-top: 32px !important;
	margin-bottom: 10px !important;
}

.wall-outer .dcsns-toolbar .filter li{
	display: inline-block !important;
	text-transform: uppercase !important;
}

.gf_full_width,
.gf_full_width input,
.gf_full_width select{
	width: 100% !important;
}

.suggested_posts_wrap{
	padding: 42px;
}

.suggested_posts_wrap .suggested_posts_heading{
	font-size: 24px;
	font-weight: normal;
	font-family: 'Ubuntu', sans-serif;	
	color: #333;
	margin-bottom: 20px;
}

.suggested_posts_wrap .suggested_posts_continue{
	display: inline-block;
	background: #e72027;
	border: 1px #b92129 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	padding: 5px 35px;
}

.suggested_posts_wrap .suggested_posts_continue:hover{
	text-decoration: none;
	background: #c50208;
}

.suggested_posts_article .suggested_posts_thumb img{
	width: 100%;
	height: auto;
	display: inline-block;
}

.suggested_posts_article.suggested_posts_count_1,
.suggested_posts_article.suggested_posts_count_2,
.suggested_posts_article.suggested_posts_count_3,
.suggested_posts_article.suggested_posts_count_4,
.suggested_posts_article.suggested_posts_count_5,
.suggested_posts_article.suggested_posts_count_6{
	float: left;
	width: 33.3%;
	margin-bottom: 30px;
}

.suggested_posts_article.suggested_posts_count_1,
.suggested_posts_article.suggested_posts_count_4{
	padding-right: 20px;
}

.suggested_posts_article.suggested_posts_count_2,
.suggested_posts_article.suggested_posts_count_5{
	padding-right: 10px;
	padding-left: 10px;
}

.suggested_posts_article.suggested_posts_count_3,
.suggested_posts_article.suggested_posts_count_6{
	padding-left: 20px;
}

.suggested_posts_article.suggested_posts_count_1 p,
.suggested_posts_article.suggested_posts_count_2 p,
.suggested_posts_article.suggested_posts_count_3 p,
.suggested_posts_article.suggested_posts_count_4 p,
.suggested_posts_article.suggested_posts_count_5 p,
.suggested_posts_article.suggested_posts_count_6 p{
	display: none;
}

.suggested_posts_article.suggested_posts_count_1 .suggested_posts_continue,
.suggested_posts_article.suggested_posts_count_2 .suggested_posts_continue,
.suggested_posts_article.suggested_posts_count_3 .suggested_posts_continue,
.suggested_posts_article.suggested_posts_count_4 .suggested_posts_continue,
.suggested_posts_article.suggested_posts_count_5 .suggested_posts_continue,
.suggested_posts_article.suggested_posts_count_6 .suggested_posts_continue{
	display: none;
}

.suggested_posts_article .post-title,
.suggested_posts_article .post-title a{
	font-size: 24px;
	font-weight: normal;
	font-family: 'Ubuntu', sans-serif;	
	color: #000;
	line-height: 1em;
}

.suggested_posts_article .post-title a:hover{
	text-decoration: none !important;
	border: none;
}

.suggested_posts_article.suggested_posts_count_7,
.suggested_posts_article.suggested_posts_count_8,
.suggested_posts_article.suggested_posts_count_9,
.suggested_posts_article.suggested_posts_count_10,
.suggested_posts_article.suggested_posts_count_11,
.suggested_posts_article.suggested_posts_count_12{
	padding: 24px 0;
	border-bottom: 2px #ededed solid;
}

.suggested_posts_article.suggested_posts_count_7 .suggested_posts_thumb,
.suggested_posts_article.suggested_posts_count_8 .suggested_posts_thumb,
.suggested_posts_article.suggested_posts_count_9 .suggested_posts_thumb,
.suggested_posts_article.suggested_posts_count_10 .suggested_posts_thumb,
.suggested_posts_article.suggested_posts_count_11 .suggested_posts_thumb,
.suggested_posts_article.suggested_posts_count_12 .suggested_posts_thumb{
	float: left;
	/*width: 33.3%;*/
	width: 20%;
	padding-right: 20px;
}

.suggested_posts_article.suggested_posts_count_7 .suggested_posts_content,
.suggested_posts_article.suggested_posts_count_8 .suggested_posts_content,
.suggested_posts_article.suggested_posts_count_9 .suggested_posts_content,
.suggested_posts_article.suggested_posts_count_10 .suggested_posts_content,
.suggested_posts_article.suggested_posts_count_11 .suggested_posts_content,
.suggested_posts_article.suggested_posts_count_12 .suggested_posts_content{
	float: left;
	/*width: 63.7%;*/
	width: 80%;
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 3px;
}

.suggested_posts_article.suggested_posts_count_7 p,
.suggested_posts_article.suggested_posts_count_8 p,
.suggested_posts_article.suggested_posts_count_9 p,
.suggested_posts_article.suggested_posts_count_10 p,
.suggested_posts_article.suggested_posts_count_11 p,
.suggested_posts_article.suggested_posts_count_12 p{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

.suggested_posts_back_to_top{
	text-align: center;
}

.suggested_posts_back_to_top .suggested_posts_back_to_top{
	display: inline-block;
	background: #e72027;
	border: 1px #b92129 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 55px;
	margin-top: 65px;
	margin-bottom: 25px;
	text-decoration: none;
}

.suggested_posts_back_to_top .suggested_posts_back_to_top:hover{
	text-decoration: none;
	background: #c50208;
}

.page-template-template-about .suggested_posts_back_to_top .suggested_posts_back_to_top{
	margin-top: 10px;
	margin-bottom: 75px;
}

.archive .archive_post{
	float: left;
}

/*.archive.category-best-in-class .archive_post{
	width: 33%;
}*/

.archive .archive_post a,
.archive .archive_post a:hover{
	/*color: #000;*/
	/*text-decoration: none;*/
}

.archive .archive_post p{
	line-height: 1.4em;
}

.archive_article_container{
	padding: 20px;
	position: relative;
}

.archive_article_container a.archive_read_more:hover,
.archive .archive_post a .post-title:hover{
	text-decoration: underline;
}

.archive_posts_list_container{
	clear: both;
	padding-bottom: 0px;
}

.archive .archive_post{
	width: 50%;
}

.archive_post_recommended_title{
	padding-right: 20px;
	padding-left: 20px;
}

.archive_post_top_1{
	width: 50% !important;
	margin-right: 0 !important;
	border-right: 3px #fff solid;
}

.archive_post_top_2{
	width: 30% !important;
	margin-right: 0 !important;
	border-right: 3px #fff solid;
}

.archive_post_top_3{
	width: 20% !important;
	margin-right: 0 !important;
}

.archive .archive_article_container{
	background: none !important;
}

.archive .archive_post .post-title{
	color: #333;
	font-weight: normal;
	font-size: 24px !important;
}

.archive .archive_post_recommended .post-title{
	font-size: 16px !important;
}

.archive_post_top_1 .archive_article_container,
.archive_post_top_2 .archive_article_container,
.archive_post_top_3 .archive_article_container{
	min-height: 575px;
	position: relative;
	background: none;
}

.archive_post_top_1 .archive_article_container .post-title,
.archive_post_top_2 .archive_article_container .post-title,
.archive_post_top_3 .archive_article_container .post-title{
	position: absolute;
	bottom: 36px;
	left: 30px;
	right: 30px;
	color: #fff;
}

.archive_post_recommended{
	width: 33% !important;
	margin-right: 0 !important;	
	padding-right: 10px;
	padding-left: 10px;
}

.archive_post_recommended .archive_article_container{
	padding: 0;
}

.archive_recommended_container{
	/*background: #ededed;*/
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px #ededed solid;
	border-bottom: 2px #ededed solid;
	margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*  $GALLERIES
/*-----------------------------------------------------------------------------------*/
/**
 * General Gallery Styles
 */
.gallery-wrap {
  margin: 20px 0 25px 0;
  min-height: 75px;
}

.featuredimage .gallery-wrap {
  margin-top: 0 !important;
  /* Remove top margin if used in featured area */
}
.featuredimage .single-slideshow.gallery-wrap.pager {
  margin-bottom: 35px !important;
}

/* Disable margins if in columns */
.tw-column .gallery-wrap, .tw-colum div.fixed {
  margin: 0 auto !important;
}

/**
 * Regular Gallery
 */
.gallery-icon {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.gallery-item {
  margin: 6px;
  position: relative;
  background: #222;
}

.gallery .gallery-icon img, .gallery .gallery-icon a {
  border: none !important;
  display: block;
  margin: 0;
}

/* Regular Styles */
.single-gallery img {
  width: auto;
}

/* Gallery Sizes */
.single-gallery .gallery-columns-1 .gallery-item {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.single-gallery .gallery-columns-2 .gallery-item {
  width: 48%;
  margin: 0.5% 1%;
}
.single-gallery .gallery-columns-3 .gallery-item {
  width: 31%;
  margin: 0.5% 1%;
}
.single-gallery .gallery-columns-4 .gallery-item {
  width: 23%;
  margin: 0.5% 1%;
}
.single-gallery .gallery-columns-4 .gallery-item .gallery-caption span {
  padding: 15px;
}
.single-gallery .gallery-columns-5 .gallery-item {
  width: 18.85%;
  margin: 0.25% 0.5%;
}
.single-gallery .gallery-columns-6 .gallery-item {
  width: 15.55%;
  margin: 0.25% 0.5%;
}
.single-gallery .gallery-columns-7 .gallery-item {
  width: 13.15%;
  margin: 0.25% 0.5%;
}
.single-gallery .gallery-columns-8 .gallery-item {
  width: 11.35%;
  margin: 0.25% 0.5%;
}
.single-gallery .gallery-columns-9 .gallery-item {
  width: 10%;
  margin: 0.25% 0.5%;
}
.single-gallery .gallery-columns-5 .gallery-item .gallery-caption,
.single-gallery .gallery-columns-6 .gallery-item .gallery-caption,
.single-gallery .gallery-columns-7 .gallery-item .gallery-caption,
.single-gallery .gallery-columns-8 .gallery-item .gallery-caption,
.single-gallery .gallery-columns-9 .gallery-item .gallery-caption {
  display: none;
}

/* Full-Width Styles */
/* Loading Styles */
.single-gallery.full .gallery {
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

/* No JS Fallback */
.no-js .single-gallery.full .gallery {
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

/* Image Size Changes */
.single-gallery.full img {
  width: 256px;
}

/* Different Margin */
.single-gallery.full .gallery-item {
  margin-bottom: 10px;
}

/* Center Gallery on Page */
.single-gallery.full .gallery {
  margin: 40px auto;
}

/**
 * Slideshow Gallery
 */
.page-template-template-home-php .single-slideshow.gallery-wrap.pager {
  margin: 0;
}

.page-template-template-home-php .single-slideshow .pager {
  margin: 0;
}

.single-slideshow.homeslideshow .bx-wrapper .bx-controls-direction a {
  background-color: transparent !important;
  background-size: 0.75em !important;
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.single-slideshow.homeslideshow:hover .bx-wrapper .bx-controls-direction a {
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

.single-slideshow.homeslideshow .carousel .bx-controls-direction a {
  background-size: 1em !important;
}

/* Add Pager Margin */
.single-slideshow.gallery-wrap.pager {
  margin-bottom: 60px;
}

.single-slideshow.gallery-wrap {
  margin-top: 40px;
}

.tw-column .single-slideshow {
  margin-top: 0;
}

.bx-wrapper li {
  display: block;
  min-width: 1px;
}

.gallery-wrap .pager li > a,
.gallery-wrap .pager li > span {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  border: none;
  background-color: transparent;
}

/* No JS Fallback */
.no-js .single-slideshow {
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

/* Full-Width Styles */
.single-slideshow .full.gallery {
  margin: auto;
}

/**
 * Carousel Gallery
 */
.single-carousel .gallery-icon {
  height: 100%;
  background: #333;
}

.single-carousel img {
  position: relative;
  z-index: 2;
}

/* Full-Width Styles */
.single-carousel.full .bx-wrapper {
  margin: auto;
}

/**
 * Gallery Controls
 */
.single-slideshow .bx-wrapper .bx-controls-direction a,
.carousel .bx-wrapper .bx-controls-direction a {
  margin-top: -34px;
  width: 50px;
  height: 68px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.no-svg .bx-wrapper .bx-prev,
.no-svg .single-slideshow .bx-wrapper .bx-prev,
.no-svg .single-carousel .bx-wrapper .bx-prev {
  left: 0px;
  background: url(images/sprites.png);
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: -162px -53px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.bx-wrapper .bx-prev,
.single-slideshow .bx-wrapper .bx-prev,
.carousel .bx-wrapper .bx-prev {
  background: url(images/left-chevron.svg) center no-repeat;
  left: 0;
}

.no-svg .bx-wrapper .bx-next,
.no-svg .single-slideshow .bx-wrapper .bx-next,
.no-svg .carousel .bx-wrapper .bx-next {
  right: 0px;
  background: url(images/sprites.png);
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: -217px -52px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.no-svg .single-carousel .bx-wrapper .bx-controls-direction .bx-next,
.no-svg .single-carousel .bx-wrapper .bx-controls-direction .bx-prev {
  background-image: none;
}

.bx-wrapper .bx-next,
.single-slideshow .bx-wrapper .bx-next,
.carousel .bx-wrapper .bx-next {
  background: url(images/right-chevron.svg) center no-repeat;
  right: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  $SLIDER
/*-----------------------------------------------------------------------------------*/
/**
 * BxSlider
 */
/* RESET AND LAYOUT */

.entry-content ul.bxslider{
	margin-bottom: 0px;
	margin-left: 0px; 
}

.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}

.outsidearrows .bx-wrapper {
  padding: 0 25px;
}

.bx-wrapper img {
  width: 100%;
  display: block;
}

.bx-wrapper ul li {
  margin: auto;
}

/* THEME */
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -40px;
  width: 100%;
}

/*  Bullets */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #dcdcdc;
  background: rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
}

/* LOADER */
.bx-wrapper .bx-loading {
  display: none;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  position: absolute;
  bottom: -50px;
  width: 100%;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 60;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.single-carousel .bx-wrapper .bx-controls-direction a {
  width: 30px;
  height: 100%;
  top: 34px;
  /* IE 5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Good browsers */
  opacity: 0.3;
  font-size: 1.5em;
  color: #fff;
  background: #000;
  text-indent: 0;
  text-align: center;
}
.single-carousel .bx-wrapper .bx-controls-direction a i {
  position: relative;
  top: 50%;
  margin-top: -15px;
}

.single-carousel .bx-wrapper .bx-controls-direction a:hover,
.single-carousel .bx-wrapper:hover .bx-controls-direction a {
  /* IE 5-7 */
  filter: alpha(opacity=75);
  /* Netscape */
  -moz-opacity: 0.75;
  /* Safari 1.x */
  -khtml-opacity: 0.75;
  /* Good browsers */
  opacity: 0.75;
}

.single-carousel .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0px;
  text-indent: -9999999px;
  background: #222 url(images/right-arrow-thick.svg) center no-repeat;
  background-size: 16px;
}

.single-carousel .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0px;
  text-indent: -9999999px;
  background: #222 url(images/left-arrow-thick.svg) center no-repeat;
  background-size: 16px;
}

.no-svg .single-carousel .bx-wrapper .bx-controls-direction a.bx-next {
  background: #222 url(images/right-arrow-thick.png) center no-repeat;
}
.no-svg .single-carousel .bx-wrapper .bx-controls-direction a.bx-prev {
  background: #222 url(images/left-arrow-thick.png) center no-repeat;
}

.bx-wrapper .bx-controls-direction a.disabled, .isobrick .bx-wrapper .bx-controls-direction a {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-caption {
  position: absolute;
  font-size: 16px;
  bottom: 10px;
  left: 15px;
  color: white;
  z-index: 999;
  color: #fff;
  z-index: 8;
  padding: 5px 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 50%;
}

.bx-caption span {
  line-height: 2.1em;
  padding: .4em 0;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 0.8em 0 0 rgba(0, 0, 0, 0.75), -0.8em 0 0 rgba(0, 0, 0, 0.75);
}

.no-caption .bx-caption {
  display: none !important;
}

.bxslider {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  position: absolute;
  margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  $SLIDESHOWSECTION
/*-----------------------------------------------------------------------------------*/
/**
 * Full Slideshow Section
 */
.section.section-full {
  overflow: hidden;
}
.section.section-full.last-section {
  margin-bottom: -50px;
}
.section.section-full .pagetitleloading,
.section.section-full .section .pagetitleloading {
  background-color: #000;
  height: auto !important;
  position: relative;
}
.section.section-full .pagetitleloading {
  margin-bottom: 0;
}
.section.section-full .loading-image {
  display: block;
}
.section.section-full .bxslider {
  padding: 0;
}
.section.section-full .bxslider .navfade-bottom {
  background: url(images/bottom-fade.png) bottom center repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 551px;
}
.section.section-full .bxslider .slidelink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-indent: -999999px;
  background: transparent !important;
  border: none;
  left: 0;
  padding: 0;
}
.section.section-full .bxslider.pager li {
  display: block;
}
.section.section-full .bxslider .slidecaptionwrap {
  padding-bottom: 0;
}
.section.section-full .slidecaption {
  display: table-cell;
  height: 100%;
  padding-left: 15px;
  vertical-align: middle;
  text-align: left;
  float: none;
}
.section.section-full .slidecaption .button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-transform: none;
  font-weight: normal;
  margin-top: 0;
  z-index: 99;
}
.section.section-full .slidecaption .button:hover {
  border-color: #fff;
  background: #fff !important;
  color: #000 !important;
}
.section.section-full .slidecaption .tiny-details, .section.section-full .slidecaption .tiny-details a {
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 25px;
}
.section.section-full .slidecaption .tiny-details i {
  margin-right: 5px;
}

.pagetitleloading .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  /* IE 5-7 */
  filter: alpha(opacity=20);
  /* Netscape */
  -moz-opacity: 0.2;
  /* Safari 1.x */
  -khtml-opacity: 0.2;
  /* Good browsers */
  opacity: 0.2;
  width: 100%;
  height: 100%;
}

.section .slidecaptionwrap,
.single-post .slidecaptionwrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.slidecaptioncenter {
  display: table;
  height: 100%;
  width: 100%;
}

.homeslideshow .bx-wrapper ul li,
.slidecaptioncenter {
  max-height: 581px;
}

.slidereview {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.slidereview .inner-content .c100 > span,
.slidereview .inner-content .summary-title {
  color: #fff;
}

.slidetitle {
  color: #fff;
  line-height: 1em;
  text-align: left;
  margin-bottom: 20px;
}

.section.section-full .inner-content {
  position: relative;
}

.slidecaption .slidetitlelink {
  position: relative;
  z-index: 99;
  display: block;
}

.slidecaption .slidetitlelink:hover {
  text-decoration: none;
}

.pagetitleloading .single-slideshow {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  min-width: 800px;
  min-height: 200px;
  background-color: #000;
}

.pagetitleloading .pagercontainer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  text-align: left;
  margin: 25px 0;
}
.pagetitleloading .pagercontainer .pagertable {
  background: none !important;
  min-height: 0;
}

.pager li > a,
.pager li > span,
.pager li > a:hover,
.pager li > a:focus {
  padding: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.bx-slider-pager {
  display: none;
}

.bx-wrapper .bx-slider-pager {
  display: block;
}

.pagetitleloading .pagercontainer .time-ago {
  margin-top: 10px;
  display: block;
  font-size: 10px;
  /* IE 5-7 */
  filter: alpha(opacity=75);
  /* Netscape */
  -moz-opacity: 0.75;
  /* Safari 1.x */
  -khtml-opacity: 0.75;
  /* Good browsers */
  opacity: 0.75;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
}

.pagetitleloading .pagertable {
  display: table;
  margin-bottom: 0;
}

.pagertable li {
  width: 270px !important;
}

.pagetitleloading .pagerrow {
  display: table-row;
}

.pagetitleloading .pagercell {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
}

.pagercontainer .bx-wrapper .bx-controls-direction a.bx-prev {
  background-color: transparent;
  left: -65px;
}

.pagercontainer .bx-wrapper .bx-controls-direction a.bx-next {
  background-color: transparent;
  right: -50px;
}

.pagetitleloading .pagercontainer .bx-slider-pager a {
  padding: 10px 20px;
  line-height: 18px;
  color: #fff;
  border-left: 3px solid #fff;
  border-left: 3px solid rgba(255, 255, 255, 0.5);
  display: block;
}

.bx-slider-pager .pagertitle {
  line-height: 1.35em;
  font-weight: normal;
  font-size: 18px;
}

.pagetitleloading .pagercontainer .bx-slider-pager a.active,
.pagetitleloading .pagercontainer .bx-slider-pager a:hover {
  text-decoration: none;
  margin-top: -3%;
  padding-bottom: 6.5%;
}

.sidebar .sidebarcontent {
  width: 300px;
}

.single .sidebar .sidebarcontent {
  padding: 40px 0 0 0;
}

.pagetitleloading .gallery-wrap {
  min-height: 0;
  background: #000 !important;
  margin: 0;
}

.pagetitleloading .inner-content p.summary-title {
  margin-bottom: 0;
}

.pagetitleloading .inner-content {
  margin-top: 20px;
}

.single-slideshow .button {
  font-size: 16px;
  padding: 12px 18px;
}

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

	.archive .archive_post{
		width: 100%;
	}

}

@media only screen and (max-width: 991px) {
	.single-slideshow.homeslideshow .bx-wrapper .bx-next {
    right: auto;
    left: 41px;
  }
  .single-slideshow.homeslideshow .bx-wrapper .bx-controls {
    position: relative;
    margin: auto;
    max-width: 690px;
  }
  .single-slideshow.homeslideshow .bx-wrapper .bx-controls-direction {
    padding-left: 30px;
    position: relative;
  }
  .single-slideshow.homeslideshow .bx-wrapper .bx-controls-direction a {
    background-color: #000 !important;
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
    opacity: 1 !important;
    top: auto;
    bottom: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }

  .single-slideshow .button {
    font-size: 12px;
  }

}

@media only screen and (max-width: 959px) {
	
	.archive_post_top_1,
	.archive_post_top_1 .archive_article_container,
	.archive_post_top_2,
	.archive_post_top_2 .archive_article_container,
	.archive_post_top_3,
	.archive_post_top_3 .archive_article_container{
		width: 100% !important;
		min-height: 300px !important;
		border-right: none;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media screen and (max-width: 767px) {
  /* Gallery Sizes */
  .single-gallery .gallery-columns-1 .gallery-item,
  .single-gallery .gallery-columns-2 .gallery-item,
  .single-gallery .gallery-columns-3 .gallery-item,
  .single-gallery .gallery-columns-4 .gallery-item,
  .single-gallery .gallery-columns-5 .gallery-item,
  .single-gallery .gallery-columns-6 .gallery-item,
  .single-gallery .gallery-columns-7 .gallery-item,
  .single-gallery .gallery-columns-8 .gallery-item,
  .single-gallery .gallery-columns-9 .gallery-item {
    width: 48%;
    margin: 0.5% 1%;
  }
  .single-gallery .gallery-columns-1 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-2 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-3 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-4 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-5 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-6 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-7 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-8 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-9 .gallery-item .gallery-caption {
    display: block;
  }
  .single-gallery .gallery-columns-1 .gallery-item .gallery-caption span,
  .single-gallery .gallery-columns-2 .gallery-item .gallery-caption span,
  .single-gallery .gallery-columns-3 .gallery-item .gallery-caption span,
  .single-gallery .gallery-columns-4 .gallery-item .gallery-caption span,
  .single-gallery .gallery-columns-5 .gallery-item .gallery-caption span,
  .single-gallery .gallery-columns-6 .gallery-item .gallery-caption span,
  .single-gallery .gallery-columns-7 .gallery-item .gallery-caption span,
  .single-gallery .gallery-columns-8 .gallery-item .gallery-caption span,
  .single-gallery .gallery-columns-9 .gallery-item .gallery-caption span {
    padding: 30px;
  }
	
	.archive_post_recommended{
		width: 100% !important;
		margin-bottom: 20px;
	}

	.menu_row_height .ubermenu-tab-content-panel .ubermenu-submenu .ubermenu-column{
		min-height: 210px !important;
	}

	.suggested_posts_wrap{
		padding: 20px;
	}

	.suggested_posts_article.suggested_posts_count_1,
	.suggested_posts_article.suggested_posts_count_2,
	.suggested_posts_article.suggested_posts_count_3,
	.suggested_posts_article.suggested_posts_count_4,
	.suggested_posts_article.suggested_posts_count_5,
	.suggested_posts_article.suggested_posts_count_6{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.suggested_posts_article.suggested_posts_count_1,
	.suggested_posts_article.suggested_posts_count_4{
		padding-right: 0px;
	}

	.suggested_posts_article.suggested_posts_count_2,
	.suggested_posts_article.suggested_posts_count_5{
		padding-right: 0px;
		padding-left: 0px;
	}

	.suggested_posts_article.suggested_posts_count_3,
	.suggested_posts_article.suggested_posts_count_6{
		padding-left: 0px;
	}

	.suggested_posts_article.suggested_posts_count_7 .suggested_posts_thumb,
	.suggested_posts_article.suggested_posts_count_8 .suggested_posts_thumb,
	.suggested_posts_article.suggested_posts_count_9 .suggested_posts_thumb,
	.suggested_posts_article.suggested_posts_count_10 .suggested_posts_thumb,
	.suggested_posts_article.suggested_posts_count_11 .suggested_posts_thumb,
	.suggested_posts_article.suggested_posts_count_12 .suggested_posts_thumb{
		float: none;
		width: 100%;
		padding-right: 0px;
	}

	.suggested_posts_article.suggested_posts_count_7 .suggested_posts_content,
	.suggested_posts_article.suggested_posts_count_8 .suggested_posts_content,
	.suggested_posts_article.suggested_posts_count_9 .suggested_posts_content,
	.suggested_posts_article.suggested_posts_count_10 .suggested_posts_content,
	.suggested_posts_article.suggested_posts_count_11 .suggested_posts_content,
	.suggested_posts_article.suggested_posts_count_12 .suggested_posts_content{
		float: none;
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
		/*padding-top: 3px;*/
	}

}

@media screen and (max-width: 660px){
	.footer-widgets-1 .widget-title{
		font-size: 15px;
		font-size: 1.5rem;
	}

	.page_title_container .boss_post_excerpt_text{
		padding-right: 25px;
	}
}

.ubermenu-nojs.ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target, 
.ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target{
	background: #ddd !important;
}

.ubermenu-submenu .ubermenu-target:hover,
.ubermenu-submenu .ubermenu-target:hover .ubermenu-target-title{
	color: #e72027 !important;
}

#gform_fields_9 input[type=text] {
	width:100% !important;
}

.home .ad_space_container_1{
	border-bottom: none;
}

.home .ad_space_container_2{
	background: #333 !important;
}

.ad_space_container_2{
	background: none !important;
}