/*
Theme Name: HopeNotHate
Author: Forward Action
Author URI: http://www.forwardaction.uk
License URI: http://www.forwardaction.uk
Description: Hope Not Hate WordPress Theme
Version: 1.0
Text Domain: hopenothate
*/

/* Fonts */

/* League Gothic Italic */
@font-face {
    font-family: 'League Gothic';
    src: url('fonts/leaguegothic-italic-webfont.eot');
    src: url('fonts/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-italic-webfont.woff') format('woff'),
         url('fonts/leaguegothic-italic-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
    font-weight: normal;
    font-style: italic;
}

/* League Gothic Regular */
@font-face {
    font-family: 'League Gothic';
    src: url('fonts/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* League Gothic Condensed */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('fonts/leaguegothic-condensed-regular-webfont.eot');
    src: url('fonts/leaguegothic-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-condensed-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-condensed-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* League Gothic Condensed Italic */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('fonts/leaguegothic-condensed-italic-webfont.eot');
    src: url('fonts/leaguegothic-condensed-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-condensed-italic-webfont.woff') format('woff'),
         url('fonts/leaguegothic-condensed-italic-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg') format('svg');
    font-weight: normal;
    font-style: italic;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    font-size: 16px;
    line-height: normal;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 16px;
    line-height: normal;
    margin: 0;
    padding: 5px 4px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* end wp core styles */

body {
	background-color: #f1eff0;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

section {
	margin-bottom: 30px;
}

th, td {
	padding: 10px;
}

table {
	max-width: 100%;
}

.hero-signup input[type="text"]:-webkit-autofill, 
.hero-signup input[type="email"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f9d702 inset;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* OVERRIDE BOOTSTRAP CONTAINER */
@media (min-width: 1200px){
	.container {
	    width: 1680px;
	    max-width: 100%;
	}
	.container-blog {
		width: 1520px;
	    max-width: 100%;
	}
	.container-page {
	    padding: 0px 90px;
	}
	.container-small {
	    width: 1400px;
	    max-width: 90%;
	}
}

@media (max-width: 1200px) {
	.container {
	    width: 100%;
	    max-width: 100%;
	    padding-left: 0;
	    padding-right: 0;
	}
	.row {
		margin: 0;
		padding: 0;
	}
	.container-small {
	    width: 90%;
	    max-width: 90%;
	}
	.container-blog {
		width: 100%;
	    max-width: 100%;
	}
	.container-page {
	    padding: 0px;
	}
}

@media (max-width: 1100px) {
	.container-page {
	    padding: 0px;
	}
	.container-blog {
		width: 100%;
	    max-width: 100%;
	    padding: 0px;
	}
}

/* TYPOGRAPHY*/

.p-14 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

.p-16 {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}

.p-20 {
	font-size: 20px;
	font-weight: normal;
	line-height: 23px;
}

.p-21 {
	font-size: 21px;
	font-weight: normal;
	line-height: 25px;	
}

.p-22 {
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
}

h1 {
	font-family: 'League Gothic', sans-serif;
	font-size: 110px;
	font-weight: 400;
	text-transform: uppercase;
}

h2 {
	font-family: 'League Gothic', sans-serif;
	font-size: 60px;
	font-weight: 400;
	text-transform: uppercase;
}

h3 {
	font-size: 60px;
	font-weight: 600;
}

h4 {
	font-size: 40px;
	font-weight: 600;
}

h5 {
	font-size: 28px;
	font-weight: 600;
}

h6 {
	font-size: 22px;
	font-weight: 600;
}

h6.smaller {
	font-size: 16px;
	font-weight: 600;
}

h6.popular-date {
	font-size: 14px;
	font-weight: 600;
}

h6.popular-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
}

.highlight-text {
	background: #F9D702;
	padding-left: 20px;
	padding-right: 20px;
}

.orange-text {
	color: #fd1600;
}

.italic {
	font-style: italic;
}

.highlight-text.italic {
	padding-left: 15px;
	padding-right: 30px;
}

/* Header */

.navbar {
	border-radius: 0;
	border: none;
	margin-bottom: 0;
}

.navbar .container {
	padding: 0px 90px;
	background-color: #ffffff
}

.navbar-brand {
	margin: 25px 0 0 0!important;
	width: 190px;
	max-width: 100%;
	max-height: 100%;
	height: 75px;
	padding: 0
}

.navbar-brand img {
	max-height: 100%;
	max-width: 100%;
}

.nav.navbar-nav {
	height: 100%;
}

.nav.navbar-nav > li {
	position: static;
}

.nav.navbar-nav > li > a {
	padding: 55px 25px 55px 20px;
	color: #000000;
	font-weight: 500;
	font-size: 16px;
}

.main-nav .menu-item-has-children > a > .lnr {
    font-weight: 600;
    position: relative;
    top: 3px;
    left: 5px;
}

.header-active {
	background-color: #f1eff0;
}

.main-nav .sub-menu-wrapper {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	border: none;
	box-shadow: 0px 1px 2px #999;
}

.top-header.submenu-open {
	box-shadow: 0px 2px 2px #ddd;
}

.main-nav .sub-menu-wrapper .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	max-height: 78px;
}

.main-nav .sub-menu-wrapper .sub-menu li {
	float: left;
	padding: 0;
	margin:0;
	margin-left: 15px;
}

.main-nav .sub-menu-wrapper .sub-menu li:first-child {
	margin-left: 0px;
}

.main-nav .sub-menu-wrapper .sub-menu li a {
	display: inline-block;
	padding: 25px 15px;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	border-bottom: 6px solid rgba(241,239,240,0); 
}

.main-nav .sub-menu-wrapper .sub-menu li a:hover, 
.main-nav .sub-menu-wrapper .sub-menu li a.active {
	color: #616161;
	border-bottom: 6px solid #fe2d01;
}

.header-menu-right {
	float: right;
	margin-left: 50px;
	margin-top: 38px;
}

.margin-top-menu-open {
	margin-top: 78px;
}

.below-header-menu {
	transition: margin 0.5s ease;
}

/* Buttons */

.btn-orange-large {
	color: #ffffff;
	background-color: #ff3a0d;
	border-radius: 4px;	
	font-size: 24px;
	padding: 10px 30px;
	font-weight: 600;
	white-space: normal;
}

.btn-orange-medium {
	color: #ffffff;
	background-color: #ff3a0d;
	border-radius: 4px;	
	font-size: 18px;
	padding: 12px 30px;
	font-weight: 600;
	white-space: normal;
}

.btn-orange-small {
	color: #ffffff;
	background: none;
	border: 1px solid #ff3a0d;
	color: #ff3a0d;;
	border-radius: 4px;	
	font-size: 16px;
	font-weight: 600;
	padding: 12px 20px;
	white-space: normal;
}

.btn-orange-large:hover, 
.btn-orange-medium:hover, 
.btn-orange-small:hover {
	background: #ff592a;
	border: 1px solid #ff592a;
	color: #fff;
}

.btn-orange-large:active, 
.btn-orange-large:focus, 
.btn-orange-medium:active,
.btn-orange-medium:focus,  
.btn-orange-small:active, 
.btn-orange-small:focus {
	background: #c02b00;
	border: 1px solid #c02b00;
	color: #fff;
}

.btn-orange-smaller {
	font-size:14px;
}

.bg-white {
	background: #fff;
}

/* PADDINGS AND MARGINS */

.pad30 {
	padding: 30px;
}

.pad0 {
	padding: 0 !important;
}
.mar0 {
	margin: 0 !important;
}
.section-title {
	margin: 70px auto;
}

.section-title a {
	color: #000000;
}

.section-title a:hover,
.section-title a:focus {
	text-decoration: none;
	color: #000000;
	outline: none;
}

/* BOXES CONTAINER */

.white-container {
	background: #fff;
	box-shadow: 2px 2px 1px #ccc;
}


/* NEWS BOXES*/

.newsbox-head img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.newsbox-body {
	padding: 20px 30px 30px 30px;
}

.newsbox-body a.btn-orange-small {
	margin-top: 15px;

}

.newsbox-body .news-date {
	font-weight: 600;
}

.popular-link {
	color: #000000;
}

.popular-link:hover,
.popular-link:focus {
	text-decoration: none;
	color: #000000;
}

.popular-title-container {
	padding-bottom: 10px;
}

/* NEWS ROWS */

@media (min-width: 1200px){
	.newsrow {
		max-width: 80%;
	}
}

.newsrow {
	margin: 60px auto;
}

.newsrow-meta {
	font-size: 14px;
	color: #5e5e5e;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 5px;
}

.newsrow-meta a{
	color: #5e5e5e;
}

.newsrow-meta a:hover {
	text-decoration: none;
	color: #979797;
}

.newsrow:last-child {
	margin-bottom: 70px;
}

.newsrow-img img {
	max-width: 100%;
	height: auto;
}

/* HERO */
.hero {
	background-size: cover;
	min-height: 500px;
	padding: 40px 80px;
}

.hero > .row {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.hero-right {
	padding-top: 10px;
}

.hero-right-box {
	background: #f9d702;
	padding: 10px 55px 40px;
}

.hero-right-header {
	line-height: 1.05;
} 

.hero-right-box h5 {
	margin-top: 30px;
}

.hero-right-box .p-22 strong {
	font-weight: 600;
}



.hero .highlight-text {
	background-color: #fff;
	margin-left: -20px;
}

.hero-right-box a.btn {
	margin-top: 25px;
	margin-bottom: 20px;
}

.hero-signup {
	margin-top: 10px;
}

.hero-signup input:focus {
	outline: none;
}

.hero-signup .input-grp {
	width: 45%;	
	display: inline-block;
	position: relative;
}

.hero-signup .input-grp label.error {
	position: absolute;
}

.hero-signup input[type="text"], 
.hero-signup input[type="email"] {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #373735;
	color: #373735;
	padding: 10px 0 5px;
	font-size: 18px;
	margin-top: 10px;
	width: 100%;
	max-width: 100%;
	border-radius: 0;
}

.hero-signup input[type="email"] {
	margin-left: 10px;
}

.hero-signup input[name="zip"] {
	margin-top: 25px;
}

.hero-signup input[type="submit"] {
	margin-left: 10px;
	margin-top: 15px;
	width: 100%;
	max-width: 100%;
	padding: 18px 0;
}

.hero-signup input[type="text"]::-webkit-input-placeholder, 
.hero-signup input[type="email"]::-webkit-input-placeholder {
  color: #373735;
}

.hero-signup input[type="text"]::-moz-placeholder,
.hero-signup input[type="email"]::-moz-placeholder {
  color: #373735;
}

.hero-signup input[type="text"]::-ms-input-placeholder,
.hero-signup input[type="email"]::-ms-input-placeholder {
  color: #373735;
}

.hero-left-box {
	position: relative;
	padding: 0;
	top: 10px;
}

.hero-left-box-deco {
	border: 10px solid #f9d702;
	position: absolute;
	top: -18px;
	left: -18px;
	height: 75%;
	max-height: 75%;
	max-height: 100%;
	width: 98%;
	max-width: 98%;
	z-index: 0;
}

.hero-left-box-inner img {
	position: relative;
	max-width: 100%;
	z-index: 10;
}

iframe {
	max-width: 100%;
}

.iframe-container {
	padding: 40px;
	background-color: #f9d702;
	position: relative;
	z-index: 10;
}

.hero-left-box-inner iframe {
	max-width: 100%;
	width: 100%;
	height: 400px;
	max-height: 100%;
}

/* FORM */
.home-signup-section h6 {
	margin-top: 30px;
}

.home-signup-section h2 {
	display: inline-block;
}

.home-signup {
	margin-top: 30px;
}

.home-signup .input-grp {
	position: relative;
	width: 22%;
	display: inline-block;	
}

.home-signup .input-grp label.error {
	position: absolute;
}

.home-signup input[type="text"], 
.home-signup input[type="email"] {
	max-width: 100%;
	width: 80%;
}

.home-signup input:focus {
	outline: none;
}

.home-signup input[type="text"], 
.home-signup input[type="email"] {
	border: none;
	border-bottom: 1px solid #d8d8d8;
	color: #373735;
	padding: 10px 0 6px;
	font-size: 18px;
	margin-right: 40px;
	border-radius: 0;
}


/* FOOTER */

.footer {
    background-image: url("images/sun-new.png");
    background-position: 75% 190px;
    background-repeat: no-repeat;
    background-size: auto 260px;
    padding-bottom: 50px;
    padding-top: 80px;
}

.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li {
	display: inline-block;
	margin-right: 15px;
}

.footer-menu li a {
	font-weight: 500;
	font-size: 14px;
	color: #000;
}

.footer-menu a:hover {
	text-decoration: none;
}

.footer-menu a.aqua-text {
	color: #09c8ac;
}

.footer-search .fa-search {
	color: #fe2900;
	font-size: 30px;
}

.footer-social {
	margin: 30px 0 35px 0;
}

.footer-social a {
	display: inline-block;
	border-radius: 30px;
	border: 2px solid #fd2c01;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	margin-right: 10px;
}

.footer-social a i {
	color: #fd2c01;
	font-size: 20px;
	position: relative;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-social a:hover {
	background: #fd2c01;
}

.footer-social a:hover  i {
	color: #fff;
}

.footer-info {
	color: #7f7f7f;
	font-size: 14px;
}

.footer-info .company-name {
	color: #5f5f5f;
	font-size: 16px;
	font-weight: 600;
}



/* blog archive */

/* blog hero */

.archive-hero-section {
	margin-bottom: 0;
}

.hero-blog {
	background-color: #FFA600;
	color: #ffffff;
	padding: 40px 90px 200px;
}

.breadcrumbs {
	list-style: none;
	margin: 11px 0 0;
	padding: 0;
	font-size: 13px;
	font-weight: 500;
}

.breadcrumbs li:not(:first-child) {
	border-left: 1px solid #fff;
}

.breadcrumbs li {
	display: inline-block;
	padding: 3px 10px;
}

.breadcrumbs li > a {
	color: #ffffff;
}

.breadcrumbs li > a:hover,
.breadcrumbs li > a:active, 
.breadcrumbs li > a:focus {
	text-decoration: none;
}

.blog-filter {
	list-style: none;
	margin: 0;
	padding: 0; 
	font-weight: 600;
	float: right;
}

.blog-filter li {
	float: left;
}

.blog-filter li  a {
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #fff;
	font-size: 14px;
	padding: 15px 25px;
}

.blog-filter li:not(:first-child) {
	margin-left: 20px;
}

.blog-filter li a:hover {
	background-color: #ffffff;
}

.blog-filter li  a {
	color: #ffffff;
}

.blog-filter li .active {
	background-color: #ffffff;
}

.blog-filter li a:hover,
.blog-filter li a:active, 
.blog-filter li a:focus {
	text-decoration: none;
}

.blog-archive-header {
	margin-top: 50px;
}

.post-container {
	position: relative;
}

.post-container-inner {
	width: 100%;
	padding-right: 415px;
}

.post-container-inner .post-content {
	background: #fff;
	padding: 80px 80px 0px;
	position: relative;
	box-shadow: 2px 2px 1px #ccc;
	left: 15px;
}

.post-container-inner .post-content .post-content-inner{
	position: relative;
	position: relative;
	top: -200px;
}

.featured-image-container img {
	max-width: 100%;
	position: relative;
	z-index: 2;
	width: 100%;
}

.featured-image-container {
	position: relative;
}

.featured-image-deco {
	border: 10px solid #ffd302;
	position: absolute;
	top: -35px;
	left: -35px;
	height: 380px;
	max-height: 100%;
	width: 80%;
	max-width: 80%;
	z-index: 0;
}

.pinned-post-body {
	padding: 40px 15px 80px;
}

.pinned-title {
	line-height: 1.3;
	font-size: 38px;
	margin-bottom: 10px;
}

.pinned-post-excerpt {
	margin: 35px 0 50px;
	font-size: 22px;
	line-height: 1.3;
}



.feed-row {
	margin: 60px -15px;
}

#load-more-posts {
	display: block;
	margin: 60px auto 0;
}

/* end blog archive */

/* post sidebar */

.post-sidebar {
	width: 360px;
	position: absolute;
	right: 15px;
	background: #fff;
	min-height: 400px;
	top: 30px;
	box-shadow: 2px 2px 1px #ccc;
	padding: 50px;
}

.post-sidebar > div:not(:first-child) {
	margin-top: 50px;
}

.header-menu-right .fa-search {
	color: #fe2900;
    font-size: 30px;
    vertical-align: middle;
    padding-right: 20px;
}


.side-search .fa-search {
	color: #fe2900;
	font-size: 60px;
}

.fa-search:hover {
	cursor: pointer;
}

.search-label {
	font-weight: 600;
    font-size: 28px;
    padding-left: 10px;
    top: -10px;
	position: relative;
	cursor: pointer;
}

.side-signup form input:focus {
	outline: none;
}

.side-signup form input[type="text"], 
.side-signup form input[type="email"] {
	border: none;
	border-bottom: 1px solid #d8d8d8;
	color: #000000;
	padding: 10px 0 5px;
	font-size: 18px;
	margin-bottom: 10px;
	border-radius: 0;
}

.side-signup form input[type="submit"] {
	margin-top: 20px;
}

.side-popular-item {
	margin-top: 30px;
}

.side-popular-item img {
	max-width: 100%;
	height: auto;
}

.side-social {
	margin-top: 15px;
}

.side-social a {
	display: block;
	font-size: 18px;
	color: #000000;
	margin-bottom: 15px;
}

.side-social a:hover {
	text-decoration: none;
	font-weight: bold;
}

.side-social a i {
	color: #fd2c01;
	width: 25px;
	font-size: 24px;
	vertical-align: middle;
}

/* Side Nav */

.side-nav-close {
	/*
	margin-top: 4px;
	float: right;
	font-size: 38px;
	*/
	margin-top: -1px;
	float: right;
	font-size: 52px;
	font-weight: 500;
}

.side-nav-close:hover {
	cursor: pointer;
}

.side-nav-toggle {
	border: none;
	background-color: transparent;
	margin-left: 30px;
	margin-top: 3px;
	float: right;
}

.side-nav-toggle:hover {
	cursor: pointer;
}

.side-nav-toggle > span {
	font-size: 42px;
	font-weight: 500;
}

.side-nav-toggle .icon-bar {
    background-color: #888;
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 0px;
    background-color: #000000;  
}

.side-nav-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

.side-nav-window-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 99;
	transition: 0.5s;
	display: none;
}

.side-nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 0px;
	max-width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 100;
	transition: 0.4s linear 0.05s; 
    overflow-x: hidden;
}

.side-nav-header {
	width: 280px;
	margin: 38px 0 50px;
}

.side-nav-menu-wrapper {
	width: 280px;
	margin: 0;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	box-shadow: 1px 1px 1px #ccc;
}

.side-nav-menu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.side-nav-menu li > a {
	padding: 20px;
	display: block;
	color: #000000;
}

.side-nav-menu li a:hover,
.side-nav-menu li a:active,
.side-nav-menu li a:focus {
	text-decoration: none;
}

.side-nav-menu > li:hover > a,
.side-nav-menu > li:active > a,
.side-nav-menu > li:focus > a {
	background-color: #f6f6f6;
}

.side-nav-menu .menu-item-has-children a i {
	float: right;
	vertical-align: middle;
}

.side-nav-menu .menu-item-has-children a span {
	float: right;
	font-weight: 500;
	font-size: 18px;
	display: block;
	margin-top: 2px;
}

.side-nav-menu .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	border-top: 2px solid #d0d0d0;
}

.side-nav-menu .sub-menu li > a {
	background-color: #f1eff0;
	border-bottom: 6px solid rgba(241,239,240,0);
	padding: 20px 20px 14px;
}

.side-nav-menu .sub-menu li > a:hover {
	color: #5e5e5e;
	border-color: #fe2d01;
}

/* search overlay */

.search-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f9d703;
	color: black;
	z-index: 1000;
}

.search-form {
	margin: 0;
	width: 70%;
  	position: relative;
  	top: 50%;
  	left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding-left: 120px;
}

.search-form .search-field {
	background: none;
	border: none;
	border-bottom: 3px solid #000;
	padding: 10px 0;
	font-size: 40px;
	padding-bottom: 0;
	color: #000;
	font-weight: 600;
	width: 100%;
	border-radius: 0;
}

.search-form .search-field:focus {
	outline: none;
}

.search-form .search-submit {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 70px;
    margin: 0;
	padding: 0;
}

.search-close {
	position: absolute;
	top: 50px;
	right: 50px;
	background: none;
	border: none;
	font-size: 24px;
	margin: 0;
	padding: 0;
}

body.search .post-container-inner .post-content .post-content-inner,
body.single-authors .post-container-inner .post-content .post-content-inner,
body.date .post-container-inner .post-content .post-content-inner,
body.error404 .post-container-inner .post-content .post-content-inner {
	top: 0;
	padding-bottom: 80px;
}

body.search .post-container-inner .post-content,
body.single-authors .post-container-inner .post-content,
body.date .post-container-inner .post-content,
body.error404 .post-container-inner .post-content {
	padding: 10px 80px 0;
}

body.single-authors .hero-blog,
body.date .hero-blog,
body.error404 .hero-blog {
	padding: 50px 90px 40px;
}

body.single-authors .blog-archive-header,
body.date .blog-archive-header,
body.error404 .blog-archive-header {
	margin-top: 0;
}

.side-archive-dropdown {
	width: 100%;
	padding: 5px;
}

/* single post */

body.single-post .blog-archive-header {
	margin-top: 20px;
	margin-bottom: 0px;
}

.featured-caption {
	color: white; 
	background-color: rgba(0, 0, 0, 0.7);
	padding: 5px 10px; 
	display: inline-block; 
	position: relative; 
	top: -32px; 
	z-index: 20;
}

.single-post-subheader {
	margin: 60px 0 0;
}

.single-post-meta a {
	color: #ffffff;
}

.single-post-body {
	border-left: 10px solid #ffd302;
	padding: 10px 30px;
	font-size: 21px;
	line-height: 35px;
	word-spacing: -1px;
	letter-spacing: 0px;
}

.single-content {
	margin-top: 60px;
	margin-bottom: 40px;
}

.single-post-social {
	margin-left: -20px;
	padding: 0;
}

.stuck {
	position: fixed!important;
	top: 20px!important;
}

.single-share h5 {
	margin-bottom: 25px;
}

.single-share a {
	display: block;
	font-size: 18px;
	color: #000000!important;
	margin-bottom: 25px;
}

.single-share a:hover {
	text-decoration: none;
	font-weight: bold;
}

.single-share a i {
	color: #fd2c01;
	width: 25px;
	font-size: 32px;
	vertical-align: middle;
	margin-right: 15px;
}

.single-share .fb-icon {
	color: #455189;
}

.single-share .tw-icon {
	color: #65a1d7;
}

.author-picture {
	max-width: 100%;
	height: auto;
	padding: 20px 0;
	border-right: 2px solid #000;
}

.author-info-container,
.author-picture-container {
	margin-top: 60px;
}

.author-info-container {
	padding: 20px 0;
}

.author-name,
.author-position {
	font-weight: 600;
	margin: 1px 0;
}

.author-name a,
.author-name a:hover,
.author-name a:active {
	color: inherit;
}

.author-bio {
	margin: 5px 0;
}

.author-social a {
	color: #fd2c01;
	margin-right: 5px;
}

/* author sidebar widget */

.side-author-picture-container {
	margin-right: -20px;
}

.side-author-picture {
	max-width: 100%;
	height: auto;
	padding: 20px 0;
	border-left: 2px solid #000;
}

.side-author-info-container {
	padding: 20px 0;
	margin-left: -20px;
}

.side-author-info-container p,
.side-author-info-container span {
	margin: 1px 0;
}

.side-author-name,
.side-author-position {
	font-weight: 600;
}

/* mobile sidebar */

.mobile-sidebar-content {
	display: none;
}

.mobile-form-container {
	text-align: center;
	max-width: 90%;
	width: 465px;
	margin: 0 auto;
	padding: 30px;
	background-color: #ffffff;
	border: 1px solid #A5A5A5;
}

.mobile-form-container form input:focus {
	outline: none;
}

.mobile-form-container form input[type="text"], 
.mobile-form-container form input[type="email"] {
	border: none;
	border-bottom: 1px solid #d8d8d8;
	color: #000000;
	padding: 10px 0 5px;
	font-size: 18px;
	width: 80%;
	border-radius: 0;
	display: block;
	margin: 20px auto;
}

.mobile-form-container form input[type="submit"] {
	margin-top: 40px;
}

.mobile-popular-container {
	margin: 50px auto 0px;
	width: 90%;
	text-align: center;
}

.mobile-popular-container h5 {
	margin-bottom: 40px;
}

.mobile-popular-container .row div {
	margin-bottom: 20px;
}

.newsbox-title-container,
.popular-title-container {
	margin-bottom: 10px;
}

/* simple page */

body.page .hero-blog {
	padding: 50px 90px 280px;
}

.page-featured-image-container {
	width: 100%;
	height: auto;
	margin-top: -260px;
}

.page-featured-image-container {
	max-width: 100%;
	height: auto;
}

.simple-page-container {
	background-color: #ffffff;
	box-shadow: 2px 2px 1px #ccc;
}

.action-module {
	position: relative;
	z-index: 20;
	padding: 50px;
	background-color: #f9d702;
	margin: 0px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}

.action-module h1 {
	font-size: 90px;
	margin-top: 0;
}

.btn-cta {
	margin-top: 40px;
}

.action-module .item-2 {
	margin-left: auto;
	width: 49%;
}

.action-module .item-2 img {
	position: relative;
	right: -50px;
	max-width: 100%;
	height: auto;
}

.hub-page-container {
	margin-top: -240px;
}

.tile-container {
	margin-top: 30px;
	box-shadow: 2px 2px 1px #ccc;
}

.tile-container a:hover,
.tile-container a:visited,
.tile-container a:active,
.tile-container a:focus {
	text-decoration: none;
}

.tile-background-image {
	background-size: cover;
	background-position: center;
}

.tile-header {
	padding: 20px;
	color: #ffffff;
	min-height: 248px;
	background-color: #000000;
}

.tile-header h2 {
	margin: 0;
}

.tile-header a,
.tile-header a:hover {
	color: #ffffff;
	text-decoration: none;
}

.tile-content {
	padding: 20px;
	background-color: #ffffff;
	min-height: 110px;
}

.tile-description {
	word-spacing: -1px;
	color: #000000;
}

.tile-link {
	font-size: 16px;
	color: #FF2D00;
}

.tile-link:hover,
.tile-link:active,
.tile-link:visited {
	color: #FF2D00;
}

.post-title {
	width: 85%;
}

.feed-post-title {
	margin-top: -2px;
	margin-bottom: 17px;
}

.title {
	margin-top: -2px;
}

.feed-post-title a,
.feed-post-title a:hover,
.title a,
.title a:hover {
	color: inherit;
	text-decoration: none;
}

.single-page-body {
	margin: 60px 0px 60px;
	font-size: 21px;
	line-height: 35px;
	word-spacing: -1px;
	letter-spacing: 0px;
} 

.single-page-body p,
.single-post-body p {
	margin: 0 0 20px;
}

.single-page-body img,
.single-post-body img {
    display: block;
    height: auto;
    max-width: 100%;
}

.single-page-body a,
.single-post-body a,
.error404 .post-content-inner a {
	color: #FF2D00;
	text-decoration: none;
}

.single-page-body a:hover,
.single-page-body a:visited,
.single-page-body a:active,
.single-page-body a:focus,
.single-post-body a:hover,
.single-post-body a:visited,
.single-post-body a:active,
.single-post-body a:focus,
.error404 .post-content-inner a:hover,
.error404 .post-content-inner a:visited,
.error404 .post-content-inner a:active,
.error404 .post-content-inner a:focus  {
	color: #FF785B;
	text-decoration: none;
}

label.error {
	display: block;
	color: red;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.news-excerpt {
	font-weight: 400;
	line-height: 1.3;
}

.post-content-no-image {
	margin-top: -180px;
}

.post-inner-no-image {
	margin-top: 100px;
}

.mobile-only-nav {
	display: none;
}

.content-none {
	font-size: 28px;
	margin-top: 50px;
}

.search-results-hero {
	padding: 0px 90px 40px;
}

.no-scroll {
	overflow: hidden;
}

.announcement-row {
	background-color: #000000;
	color: #ffffff;
	font-family: 'League Gothic', sans-serif;
	font-size: 30px;
	padding: 2px 0 1px;
	text-align: center;
	text-transform: uppercase;
}

.announcement-row a {
	color: inherit;
	text-decoration: none;
}

.announcement-header {
	color: #ef5344;
	margin-right: 7px;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ef5344;
  display: inline-block;
  margin-left: 10px;
}

.flash {
  animation: flash 1s linear infinite;
}

@keyframes flash {  
  50% { opacity: 0; }
}

.opt-out-warn {
	display: none;
	font-size: 16px;
	color: #000000;
	border: 2px solid #000000;
	padding: 10px;
	margin-top: 10px;
}

.opt-out-warn > p:last-child{
	margin-bottom: 0;
}


@media (max-width: 1550px) { 
	.hero-blog {
		padding-left: 90px;
	}	

	body.page .hero-blog {
		padding-left: 90px;
	}
}


@media (max-width: 1200px) {
	.mobile-only-nav {
		display: block;
	}
	
	.post-content-no-image {
		margin-top: 0px;
	}

	.post-inner-no-image {
		margin-top: 0px;
	}

	.hero {
    	padding: 40px 15px 40px 33px;
	}

	.hero-right-box {
		padding: 10px 15px 40px 30px;
	}

	.single-post-social {
		margin-left: 0px;
		padding-left: 25px;
	}

	.hub-page-container {
		margin-top: -40px;
	}

	body.page .hero-blog {
	    padding: 30px 90px 70px;
	}

	.page-featured-image-container {
	    margin-top: -50px;
	}

	.single-post-subheader {
	    padding: 0px 5px;
	}

	.single-post-subheader {
	    margin: 40px 0 0;
	}

	.single-page-body {
		padding: 0px 30px 0px 15px;
		margin: 40px 0px 40px;
	} 

	.single-page-body > div {
		padding-left: 0;
		padding-right: 0;
	}

	.action-module .item-2 {
		margin: 60px -50px 0 auto;
	}

	.action-module .item-2 img {
		position: static;
		float: right;
	}

	.post-sidebar {
		display: none;
	}

	.post-container-inner {
		padding-right: 0px;
	}

	.mobile-sidebar-content {
		display: block;
	}

	.post-container-inner .post-content {
		background-color: #f1eff0;
		box-shadow: none;
		left: 0;
		padding: 60px 20px;
	}

	body.search .post-container-inner .post-content, 
	body.single-authors .post-container-inner .post-content {
		padding: 0px 20px;
	}

	body.error404 .post-container-inner .post-content {
		padding: 20px;
	}

	.post-container-inner .post-content .post-content-inner {
		top: 0;
	}

	body.single-authors .hero-blog,
	body.error404 .hero-blog,
	.hero-blog {
		padding: 20px 75px;
	}

	.blog-archive-header {
		margin-top: 20px;
	}

	body.single-authors .blog-archive-header {
		margin: 20px 0;
	}

	.breadcrumbs li:first-child {
		padding-left: 0;
	}

	.featured-image-deco {
		top: -25px;
		left: 0px;
	}

	.featured-image-container img {
	    max-width: 90%;
	    left: 25px;
	    width: 90%;
	}

	.featured-image-container > .featured-caption {
		left: 25px;
	}

	.featured-caption {	
		font-size: 12px;
		padding: 2px 5px;
		top: -23px;
	}

	.single-share {
		margin: 40px auto;
		position: static;
	}

	.single-share.stuck {
		position: static!important;
		top: 0!important;
	}

	.single-share a {
		display: inline-block;
		font-size: 16px;
		margin-bottom: 0px;
		margin-left: 15px;
	}

	#share-facebook {
		margin-left: 0px;
	}

	.single-share a i {
		color: #fd2c01;
		font-size: 28px;
		margin-right: 5px;
	}

	.pinned-post-body {
		padding: 40px 0 80px;
	}

	.pinned-post-excerpt {
		font-size: 18px;
	}

	#load-more-posts {
		margin: 0 auto;
	}

	.single-post-body {
		padding: 40px 15px 40px;
	}

	.popular-box .newsbox{
		margin-bottom: 30px;
	}
}

/* old 1100 */

@media (max-width: 1200px) {
	.main-nav {
		display: none;
	}

	.navbar .container {
	    padding: 0 30px;
	}

	.navbar-brand {
		margin-top: 0px!important;
		padding: 15px 0px;
	}

	.navbar-header {
		width: 170px;
	}

	.navbar-header img {
		max-width: 100%;
	}

	.navbar-brand {
		height: auto;
	}

	.header-menu-right {
		margin-left: 10px;
		margin-top: 33px;
	}

	.header-menu-right .btn-orange-medium {
		padding: 8px 15px;
	}

	.side-nav-toggle {
		margin-left: 10px;
		margin-top: -1px;
	}

	.hero-blog,
	body.single-authors .hero-blog,
	body.page .hero-blog,
	body.error404 .hero-blog {
		padding-left: 5px;
		padding-right: 5px;
	}

	.nav-fixed-top-mobile{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 90;
	}

	body {
		padding-top: 90px;
	}

	body.announcement-active {
		padding-top: 135px;
	}
}

@media (max-width: 992px) {
	.iframe-deco {
		display: none;
	}

	.iframe-container {
		padding: 0;
		background-color: transparent;
		margin-left: -15px;
	}

	.featured-image-container {
		margin-left: 15px;
	}

	.pinned-post .featured-image-container {
		margin-left: 0;
	}

	.single-content {
		margin-bottom: -30px;
	}

	.pinned-post {
		margin: 0 auto;
		max-width: 550px;
		padding: 0 15px;
	}

	.feed-row{
		margin: 60px auto;
		max-width: 465px;
	}

	.pinned-post-body {
		padding: 40px 0 0px;
	}

	.hero-left-box {
		top: 20px;
		margin-bottom: 20px;
	}

	.header-menu-right {
		margin-top: 23px;
	}

	.navbar-header {
		width: 150px;
	}

	.post-title {
		width: 100%;
	}

	.tile-container {
		width: 480px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.feed-post-title {
		margin-top: 20px;
	}

	.title {
		margin-top: 20px;
	}

	.action-module h1 {
		font-size: 75px;
	}

	h1 {
		font-size: 75px;
	}

	h2 {
		font-size: 70px;
	}

	h3 {
		font-size: 42px;
	}

	h4 {
		font-size: 30px;
	}

	.p-20 {
		font-size: 18px;
	}

	.hero {
		padding: 30px 15px;
	}

	.hero-right-box {
		padding: 10px 30px 30px;
	}

	.hero-right {
		padding-top: 0px;
	}

	.hero-right-box .highlight-text {
		margin-left: 1px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.navbar-header {
		float: left;
	}

	.hero-left {
		margin-top: 15px;
	}

	.newsbox.white-container {
		max-width: 450px;
		margin: 0 auto 30px;
	}

	.footer-menu li {
		display: block;
		margin-top: 10px;
	}

	.newsrow {
		max-width: 465px;
		margin: 0px auto 50px;
	}

	.hero-left-box-inner img{
		width: 100%;
		height: 105%;
	}

	.hero-left-box-inner iframe {
		width: 100%;
	}

	.footer {
		padding-top: 30px;
		background-color: #E6E6E6;
		background-position: 83% 9999px;
	}

	.home-signup-section {
		padding-left: 0;
		padding-right: 0;
	}

	.home-signup {
		margin-left: -30px;
		margin-right: -30px;
	}

	.home-signup .input-grp {
		width: 44%;
	}

	.home-signup .input-grp label.error {
		position: static;
	}

	.home-signup input[type="text"],
	.home-signup input[type="email"],
	.home-signup input[type="submit"] {
		max-width: 100%;
		width: 100%;
	}

	.home-signup input[type="text"] {
		margin-right: 20px;
	}

	.home-signup input[type="email"] {
		margin-right: 0px;
	}

	.home-signup input[name="zip"] {
		margin-top: 20px;
	}


	.home-signup .btn-orange-large {
		padding: 10px;
		font-size: 22px;
		margin-top: 10px;
	}

	.search-form {
		width: 80%;
	    padding-left: 50px;
	}

	.search-form .search-submit {
	    font-size: 42px;
	}

	.search-close {
		font-size: 36px;
	}

	.blog-filter {
		display: none;
		margin-top: 10px;
		float: left;
	}

	.blog-filter li {
		display: block;
		float: none;
		margin-left: 0px!important;
		margin-top: 10px;
		text-align: center;
	}

	.blog-filter li  a {
		padding: 10px;
		min-width: 200px;
	}

	.mobile-form-container form input[type="text"], 
	.mobile-form-container form input[type="email"] {
		width: 90%;
	}

	.no-pad-mobile {
		padding: 0;
	}

	.no-margin-mobile {
		margin: 0;
	}

	.hero-signup .input-grp label.error {
		position: static;
		margin-bottom: -20px;
	}

	.container > .navbar-header {
		margin-left: -15px;
	}

	.header-menu-right {
		margin-right: -15px;
	}

	.hero-left {
		padding-right: 0;
	}

	.hero-right {
		padding: 0;
	}

	.single-post-subheader {
		margin-left: -10px;
	}
}

@media (max-width: 992px) and (min-width: 650px) {
	.hero-left-box {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 768px) {
	.announcement-row {
		font-size: 18px;
	}
	.arrow-right {
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid #ef5344;
	}
	.side-nav-menu-wrapper {
		margin-bottom: 300px;
	}

	body {
	    padding-top: 77px;
	}

	body.announcement-active {
		padding-top: 102px;
	}

	.navbar-brand {
		width: 120px;
	}

	.header-menu-right {
	    margin-top: 17px;
	    margin: 17px -15px 0 0;
	}

	.hero-right-box {
		padding: 1px 20px 30px;
	}

	.hero-signup input[type="submit"] {
		padding: 12px 0;
	}

	.hero-right-box h5 {
		margin-top: 20px;
		font-size: 21px;
	}

	.hero-right-box  .p-22 {
	    font-size: 18px;
	    font-weight: normal;
	    line-height: 22px;
	}

	.hero-signup .input-grp {
		width: 47%;
	}

	.hero-signup input[name="zip"] {
	    margin-top: 18px;
	}

	.newsbox-body {
		padding-top: 0;
	}

	.newsrow-img,
	.newsrow-body {
		padding: 0 15px;
	}

	.action-module {
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		padding: 30px 0px 50px 15px;
	}

	.action-module .item-2 {
		width: 100%;
		margin: 60px 0 0 auto;
	}

	.post-author-row {
		margin: 0 -15px 0 -30px;
	}

	.post-author-row .col-xs-3 {
		padding-right: 0;
	}

	.post-container-inner .post-content {
		padding: 60px 0px;
	}

	body.search .post-container-inner .post-content, 
	body.single-authors .post-container-inner .post-content {
		padding: 0;
	}

	.newsbox-title-container,
	.popular-title-container {
		margin-bottom: 0px;
	}
}

@media (max-width: 560px) {
	.hero-right-box .highlight-text {
		margin-left: -13px;
	}

	.hero-left-box-inner iframe {
		height: 250px;
	}
}

@media (max-width: 435px) {
	.single-share a {
	    display: block;
	    font-size: 16px;
	    margin-bottom: 20px;
	    margin-left: 0px;
	}

	.single-share a i {
		margin-right: 15px
	}
}

@media (max-width: 385px) {
	.navbar-header {
		width: 120px;
	}
	.header-menu-right .fa-search {
		padding-right: 5px;
	}
}

@media (max-width: 359px) {
	.header-menu-right .fa-search {
		display: none;
	}
}

@media (max-width : 320px) { 
	.announcement-row {
	    font-size: 16px;
	}

	.tile-header h2 {
	    font-size: 52px;
	}
}

/* shortcode styles */

.highlight-text {
	background: #F9D702;
	padding-left: 20px;
	padding-right: 20px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

h1.h1-sc {
	font-family: 'League Gothic', sans-serif;
	font-size: 110px;
	font-weight: 400;
	text-transform: uppercase;
}

h2.h2-sc {
	font-family: 'League Gothic', sans-serif;
	font-size: 60px;
	font-weight: 400;
	text-transform: uppercase;
}

h3.h3-sc {
	font-size: 60px;
	font-weight: 600;
}

h4.h4-sc {
	font-size: 40px;
	font-weight: 600;
}

h5.h5-sc {
	font-size: 20px;
	font-weight: 600;
}

h6.h6-sc {
	font-size: 16px;
	font-weight: 600;
}

h6.h7-sc {
	font-size: 12px;
	font-weight: 600;
}

p.p-22-sc {
	font-size: 22px;
	font-weight: normal;
	line-height: 35px;
	word-spacing: -1px;
	letter-spacing: 0px;
}

p.p-20-sc {
	font-size: 20px;
	font-weight: normal;
	line-height: 33px;
	word-spacing: -1px;
	letter-spacing: 0px;
}

p.p-16-sc {
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	word-spacing: -1px;
	letter-spacing: 0px;
}

p.p-14-sc {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	word-spacing: -1px;
	letter-spacing: 0px;
}

.sc-btn-orange-large {
	color: #ffffff!important;
	background-color: #ff3a0d;
	border-radius: 4px;	
	font-size: 24px;
	padding: 20px 30px;
	font-weight: 600;
	white-space: normal;
}

.sc-btn-orange-medium {
	color: #ffffff!important;
	background-color: #ff3a0d;
	border-radius: 4px;	
	font-size: 20px;
	padding: 20px 30px;
	font-weight: 600;
	white-space: normal;
}

.sc-btn-orange-small {
	color: #ffffff!important;
	background-color: #ff3a0d;
	border-radius: 4px;	
	font-size: 18px;
	font-weight: 600;
	padding: 20px 30px;
	white-space: normal;
}

.sc-btn-orange-large-alt {
	background: none;
	border: 1px solid #ff3a0d;
	color: #ff3a0d!important;
	border-radius: 4px;	
	font-size: 24px;
	font-weight: 600;
	padding: 20px 30px;
	white-space: normal;
}

.sc-btn-orange-medium-alt {
	background: none;
	border: 1px solid #ff3a0d;
	color: #ff3a0d!important;
	border-radius: 4px;	
	font-size: 20px;
	font-weight: 600;
	padding: 20px 30px;
	white-space: normal;
}

.sc-btn-orange-small-alt {
	background: none;
	border: 1px solid #ff3a0d;
	color: #ff3a0d!important;
	border-radius: 4px;	
	font-size: 18px;
	font-weight: 600;
	padding: 20px 30px;
	white-space: normal;
}

.sc-btn-orange-large:hover, 
.sc-btn-orange-medium:hover, 
.sc-btn-orange-small:hover,
.sc-btn-orange-large-alt:hover,
.sc-btn-orange-medium-alt:hover,
.sc-btn-orange-small-alt:hover {
	background: #ff592a;
	border: 1px solid #ff592a;
	color: #fff!important;
}

.sc-btn-orange-large:active, 
.sc-btn-orange-large:focus, 
.sc-btn-orange-medium:active,
.sc-btn-orange-medium:focus,  
.sc-btn-orange-small:active, 
.sc-btn-orange-small:focus,
.sc-btn-orange-large-alt:active,
.sc-btn-orange-medium-alt:active,
.sc-btn-orange-small-alt:active,
.sc-btn-orange-large-alt:focus,
.sc-btn-orange-medium-alt:focus,
.sc-btn-orange-small-alt:focus   {
	background: #c02b00;
	border: 1px solid #c02b00;
	color: #fff!important;
}

.border-left-sc {
	border-left: 10px solid #ffd302;
	padding: 15px 30px;
	margin: 20px 0;
}

blockquote {
	border-left: 10px solid #ffd302;
	padding: 15px 30px;	
	font-size: 21px;
	line-height: 25px;
	margin: 20px 0;
}

.quote-sc:before {
	content: "\00ab";
	font-size: 80px;
	color: #ffd302;
	font-weight: 500;
	position: absolute;
    left: -45px;
    top: -14px;
}

.quote-sc {
	position: relative;
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	margin: 40px 30px;
	max-width: 500px;
	float: right;
}

.quote-sc:after {
	content:"\00bb";
	font-size: 80px;
	color: #ffd302;
	font-weight: 500;
	position: absolute;
}
