@import url('//fonts.googleapis.com/css?family=Hind:400,500,600,700');

/*
Theme Name: Trend Following
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trend-following
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Trend Following is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em .5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
## Custom Styles
--------------------------------------------------------------*/

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

body {font-family: 'Hind', sans-serif; color:#333;}

h1,
h2 {font-family: 'Novecentowide-Bold'; font-weight:normal;}

h1.entry-title {
	font-size:30px;
	line-height:100%;
}

a {
	color:#1387c0;
	text-decoration:none;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

a:visited {color:#1387c0;}


.contained {
	margin:0 auto;
	max-width:1200px;
}

#main .panel-grid {margin:0 !important;}

#main .entry-content {margin-top:0 !important;}

.panel-grid-cell {padding:0 !important;}

.hentry {margin:0;}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption {
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 13px 10px 10px 10px;
    text-align: center;
}

.wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
    padding: 10px;
}

hr {
    background: #dddddd;
    border: none;
    clear: both;
    color: #dddddd;
    float: none;
    height: 1px;
    width: 100%;
}

.contained #primary {
	width:68%;
	float:left;
	padding-top:40px;
}

.page-template-page-no-sidebar .contained #primary,
.page-template-page-full-no-title .contained #primary {
	width:100%;
	float:none;
}

#secondary {
	width:28%;
	float:right;
	margin-top:20px;
}

.panel-grid-cell .so-panel {margin-bottom:0 !important;}

.panel-grid {margin-right:0 !important; margin-left:0 !important;}

blockquote {
    font-size: 14px;
    line-height: 20px;
    color: #777;
    margin-left: 0;
    font-style: italic;
}


/* Top Bar Styles */

#topbar {
	padding:0;
	border-bottom:1px solid #f1f1f1;
}

#topbar .site-branding {float:left;}

#topbar .site-branding a.logo,
#topbar .site-branding a.logo img {display:block; max-width:251px;}

.top-bar-right {float:right;}

#topbar #search-4 {
	margin:0;
	float:right;
    padding-top: 5px;
}

#topbar #nav_menu-2 {margin:0; float:right;}

#topbar ul.menu {margin:0; padding:10px 0 0 0; text-align:right; float:right;}

#topbar ul.menu li {
	list-style-type:none;
	display:inline-block;
	font-size:12px;
	text-transform:uppercase;
	margin-right:40px;
    line-height: 100%;
}

#topbar ul.menu li.sign-in {margin-right:0;}
#topbar ul.menu li.sign-in:after {content:' / '; color:#242424;}
#topbar ul.menu li a {
	color:#242424;
	font-weight:600;
}
#topbar ul.menu li.sign-in a,
#topbar ul.menu li.sign-up a {color:#25437f;}
#topbar ul.menu:hover li a {color:#999;}
#topbar ul.menu:hover li a:hover {color:#25437f;}

#topbar .search-form input.search-field {
	width:0;
	opacity:0;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

#topbar .search-form:hover input.search-field,
#topbar .search-form input.search-field:focus {
    width: auto;
    opacity: 1.0;
}

#topbar .search-form input.search-submit {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    text-indent: -9999px;
	background-image:url(images/tf-search.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:17px;
	height:20px;
}


/* Header Styles */

#masthead {height:55px; /*background-color:#f8f8f8;*/}

#masthead .site-branding {float:left;}

#masthead .site-branding a.logo {display:inline-block; padding:16px; padding-left:0;}

#masthead .site-branding a.logo img {display:block;}

#masthead #site-navigation {float:right; clear:none; width:auto;}
#masthead.new-nav #site-navigation {float:none;}

#masthead #site-navigation ul.menu {margin:0; padding:0;}

#masthead #site-navigation ul.menu li {
	font-size:14px;
	text-transform:uppercase;
}
#masthead.new-nav #site-navigation ul.menu li {margin-right:42px;}
#masthead.new-nav #site-navigation ul.menu li:last-child {margin-right:0;}

#masthead #site-navigation ul.menu li a {
	color:#333;
	font-weight:700;
	display:block;
	padding:0 18px;
    line-height:55px;
}
#masthead.new-nav #site-navigation ul.menu li a {padding:0; font-weight:600;}

#masthead #site-navigation ul.menu li a:hover {color:#a3070e; background-color:#e9e9e9;}
#masthead.new-nav #site-navigation ul.menu:hover li a {color:#999;}
#masthead.new-nav #site-navigation ul.menu:hover li a:hover {color:#a3070e; background-color:transparent;}

.prod-menu-links a {
	background-color:#c1def1; 
	padding:10px 15px;
    font-size: 12px;
    text-transform: uppercase;
	display:inline-block; 
	margin-right:10px; 
	margin-bottom:10px;
    color: #242424;
    font-weight: 600;
}
.prod-menu-links a:hover {
    background-color: #0f1a30;
    color: #FFF;
} 


/* Homepage Styles */

.dark-section {background-color:#23262e; color:#FFF; padding:100px 0;}

.light-section {background-color:#F8F8F8; color:#FFF; padding:70px 0;}

#home-banner {
	background:#0f1a30 url(images/banner-bg.jpg) center center no-repeat;
	background-size:auto 100%;
	color:#FFF;
	padding:90px 0 80px 0;
	position:relative;
	width:100%;
}

.pic-desc {
    position: absolute;
    bottom: 30px;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9923262e,endColorstr=#9923262e);
    zoom: 1;
    background-color: rgba(35, 38, 46, 0.70);
    display: inline-block;
    padding: 5px 15px;
}

#home-banner h1 {
	font-family: 'Hind', sans-serif;
	font-size:26px;
	font-weight:600;
	color:#fbd72d;
	margin:0;
	padding:0;
	line-height:100%;
}

#home-banner h2 {
	font-size:49px;
	color:#FFF;
    line-height: 50px;
    margin: 0;
}

#home-banner p {
	font-size:21px;
    line-height: 26px;
    margin: 10px 0 35px 0;
}

#home-banner #leadpages-fieldset-wrapper {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    zoom: 1;
    background-color: rgba(0, 0, 0, 0.20);
	padding:12px;
}

#home-banner #leadpages-fieldset-wrapper .new-newsletter-name,
#home-banner #leadpages-fieldset-wrapper .new-newsletter-email,
#home-banner #leadpages-fieldset-wrapper .new-newsletter-submit {float:left; width:33.333%;}

#home-banner #leadpages-fieldset-wrapper input[type="text"],
#home-banner #leadpages-fieldset-wrapper input[type="email"] {
	width:100%;
	border-radius:0;
	border:0;
	font-size:19px;
    padding: 10px 15px;
}

#home-banner #leadpages-fieldset-wrapper .new-newsletter-name .input-wrap {padding-right:6px;}
#home-banner #leadpages-fieldset-wrapper .new-newsletter-email .input-wrap {padding-left:6px;}
#home-banner #leadpages-fieldset-wrapper .new-newsletter-submit .input-wrap {padding-left:12px;}

#home-banner #leadpages-fieldset-wrapper .new-newsletter-submit {text-align:center;}

#home-banner #leadpages-fieldset-wrapper .new-newsletter-submit button {
	border-radius:0;
	border:0;
	background-color:#fbd72d;
	font-family: 'Novecentowide-Bold';
    font-size: 18px;
    color: #3a3f4e;
    padding: 13px 0 17px;
	width:100%;
}


#home-social {padding:34px 0;}

#home-social .textwidget {
    line-height: 100%;
    position: relative;
    vertical-align: middle;
}

#home-social .textwidget:before {content: " "; display: table;}
#home-social .textwidget:after {clear:both; content: " "; display: table;}

#home-social .textwidget span {
	color:#aeb0b4;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

#home-social .textwidget img {vertical-align:middle; height: 32%; margin-left:30px;}


#home-book .home-section,
#home-film .home-section {padding:90px 0 100px 0;}

.home-section h2 {
	font-size:49px;
	line-height:100%;
	color:#23262e;
    margin-bottom: 40px;
	margin-top:0;
}

.dark-section .home-section h2 {color:#FFF;}

.home-section p {
	font-size:21px;
	font-weight:500;
	color:#858a8c;
	line-height:30px;
}
.home-section p:last-child {
    margin-bottom: 0;
}

.home-section p a.yellow-btn,
a.buy-now-link {
	display:inline-block;
	font-family: 'Novecentowide-Bold';
	font-size:17px;
	color:#3a3f4e;
	background-color:#fcd311;
    padding: 11px 30px 13px;
}

.light-section .home-section p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #333;
}

.home-section p a.yellow-btn:hover,
a.buy-now-link:hover {color:#FFF; background-color:#3d414c;}

#home-book,
#home-film {
    background-position: right;
    background-size: auto 100%;
    background-repeat: no-repeat !important;
}

#home-podcast {
	padding:90px 0 100px 0;  
	background-color:#a3070e;
	/*background:#a3070e url(images/tt-home-mic.jpg) bottom right no-repeat; 
	background-size:auto 100%;*/
}

#home-podcast .home-section {display:table-cell; vertical-align:middle;}
#home-podcast .home-section p {color:#EEE;}

#home-podcast .home-section ul {margin:0; padding:0;}

#home-podcast .home-section ul li {
	list-style-type:none;
	display:inline-block;
    margin: 0 0 10px 0;
	padding:0;
}

#home-podcast .home-section ul li a {
    display: inline-block;
    font-family: 'Novecentowide-Bold';
    font-size: 13px;
    color: #FFF;
    padding: 6px 20px 8px;
    border: 2px solid #fbd72d;
}

#home-podcast .home-section ul li a:hover {
	color:#3a3f4e;
	background-color:#fbd72d;
}

#home-podcast .home-pods h2 {
	font-size:18px;
}

#home-podcast .home-pods .feedzy-rss ul {margin:0; padding-bottom:25px;}

#home-podcast .home-pods .feedzy-rss ul li {
	margin:0;
	padding:20px 0 !important;
	border-bottom:1px solid #3b3e45;
}

#home-podcast .home-pods .feedzy-rss .rss_item .rss_image {
	margin-top:0;
	border-radius:50%;
	border:2px solid #FFF;
	overflow:hidden;
}

#home-podcast .home-pods .feedzy-rss ul li a {
	font-size:22px;
	font-weight:400;
	line-height:28px;
	color:#FFF;
}

#home-podcast .home-pods .feedzy-rss ul li a:hover {color:#999;}

#home-podcast .panel-grid-cell:nth-child(2) {position:relative; padding-left: 20px !important;}

#home-podcast .panel-grid-cell:nth-child(2) .panel-first-child {padding-bottom:0; margin-bottom:0;}

#home-podcast .panel-grid-cell:nth-child(2) .panel-last-child {
	position:absolute;
	bottom:0;
	right:0;
}

#home-podcast .panel-grid-cell:nth-child(2) .panel-last-child p {margin:0;}

#home-podcast .home-pods-link p {margin-bottom: 0;}

#home-podcast .home-pods-link a {
	background:url(images/arrow-white.png) right center no-repeat;
    font-family: 'Novecentowide-Bold';
	font-size:15px;
	color:#FFF;
	font-weight:normal;
    display: inline-block;
    padding: 0 12px 0 0;
    line-height: 100%;
}
#home-podcast .home-pods-link a:hover {color:#fbd72d;}

#home-podcast .rss_image span.fetched {background-image:none !important;}


#home-blog .home-section .so-widget-sow-editor {padding:110px 0 40px 0;}

#home-blog .home-blog-link .so-widget-sow-editor {padding-top:40%; text-align:center;}

#home-blog .home-blog-link p {margin:0; margin-top: -50px;}

#home-blog .home-blog-link p a {
    display: inline-block;
    font-family: 'Novecentowide-Bold';
    font-size: 17px;
    color: #3a3f4e;
    background-color: #fcd311;
    padding: 11px 30px 13px;
}
#home-blog .home-blog-link p a:hover {color:#FFF; background-color:#3d414c;}

#home-blog .views-row {
	float:left;
	width:31%;
	border-right:1px solid #d8d9dc;
	border-left:1px solid #d8d9dc;
}
#home-blog .views-row:first-child,
#home-blog .views-row:last-child {border:0;}

#home-blog .views-row:nth-child(2) {width:38%;}

#home-blog .views-row .home-blog-wrap {
	padding:0 60px;
}
#home-blog .views-row:first-child .home-blog-wrap {padding-left:0;}
#home-blog .views-row:last-child .home-blog-wrap {padding-right:0;}

#home-blog .views-row h3 {
	margin:0;
	font-size:25px;
	font-weight:700;
	line-height:30px;
}

#home-blog .views-row h3 a {color:#3a3f4e;}
#home-blog .views-row h3 a:hover {color:#999;}

#home-blog .views-row p {
	font-size:18px;
	line-height:27px;
	margin:0;
}

#home-blog .views-row p.home-blog-date {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
    font-style: italic;
}

#home-blog .views-row p.home-blog-link {margin-top:30px; margin-bottom:5px;}

#home-blog .views-row p.home-blog-link a {
    display: inline-block;
    font-family: 'Novecentowide-Bold';
    font-size: 17px;
    color: #23262e;
    padding: 9px 28px 11px;
    border: 2px solid #fdd209;
}
#home-blog .views-row p.home-blog-link a:hover {color:#3a3f4e; background-color:#fbd72d;}

.home-blogs-sec {padding-bottom:120px;}

#home-speaking {position:relative;}

#home-pane1 {
    padding:90px 0 100px 0;
	background-color:#F8F8F8;
}

#home-prod {position:relative; background-position:center center;}

#home-speaking:before,
#home-prod:before {
	content:' ';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9923262e,endColorstr=#9923262e);
    zoom: 1;
    background-color: rgba(35, 38, 46, 0.60);
	display:block;
	z-index:1;
}

#home-speaking .panel-grid-cell,
#home-prod .panel-grid-cell {position:relative; z-index:2;}

#home-access {background-color:#F8F8F8; padding:20px 0;}
.home #home-access,
#home-access.footer-in {padding:20px 0;}

#home-access h2 {
	font-family: 'Hind', sans-serif;
    font-size: 17px;
	color:#65757a;
	margin:0;
    line-height: 21px;
    display: flex;
    align-items: center;
    height: 100%;
}

.home #home-access h2,
#home-access.footer-in h2 {
    font-family: 'Hind', sans-serif;
    font-size: 17px;
    color: #65757a;
    margin: 0;
    line-height: 21px;
    display: flex;
    align-items: center;
    height: 100%;
}

#home-access h3 {
    font-family: 'Novecentowide-Bold';
	font-size:27px;
	font-weight:normal;
	color:#23262e;
	margin:0;
	line-height:100%;
}

#home-access input[type="text"],
#home-access input[type="email"] {
    width: 100%;
    border-radius: 0;
    border:1px solid #65757a;
    font-size: 15px;
    padding: 7px 12px;
}

.home #home-access input[type="text"],
.home #home-access input[type="email"],
#home-access.footer-in input[type="text"],
#home-access.footer-in input[type="email"] {
    width: 100%;
    border-radius: 0;
    border: 1px solid #65757a;
    font-size: 15px;
    padding: 7px 12px;
}

#home-access .new-newsletter-submit button {
    border-radius: 0;
    border: 0;
    background-color: #fbd72d;
    font-family: 'Novecentowide-Bold';
    font-size: 13px;
    color: #3a3f4e;
    padding: 12px 0 13px;
    width: 100%;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.home #home-access .new-newsletter-submit button,
#home-access.footer-in .new-newsletter-submit button {
    font-size:13px;
    padding:12px 0 13px;
}

#home-access .new-newsletter-submit button:hover {color:#FFF; background-color:#3d414c;}

#home-access .new-newsletter-name,
#home-access .new-newsletter-email,
#home-access .new-newsletter-submit {
	width:33.333%;
	float:left;
}

#home-access .new-newsletter-name .input-wrap,
#home-access .new-newsletter-email .input-wrap,
#home-access .new-newsletter-submit .input-wrap {padding-left:4px;}

#home-access .home-access-form {padding-left:40px;}

.newslet-left {float:left; width:36%;}
.newslet-right {float:left; width:64%;}

.newsletter-inside {margin-bottom:0 !important;}


/* Sidebar Styles */

#secondary section {
	padding:20px;
	background-color:#F8F8F8;
}

#secondary p {
	margin:14px 0;
}

#secondary section ul {margin-left:0;}

#secondary h2.widget-title {
	font-size:18px;
	line-height:22px;
}

#secondary .side-books a {
	display:inline-block;
	width:16%;
    margin: 0 2.5%;
}

#secondary .side-books a.noresize {width:100%; margin:0;}

#secondary .side-books a:first-child {margin-left:0;}
#secondary .side-books a:last-child {margin-right:0;}
#secondary .side-books a img {display:block;}

#secondary .side-nav p {margin:0;}

#secondary .side-nav select {
	padding: 8px;
    border: 1px solid #d5dadb;
}

#secondary .side-search input[type="search"] {
    border-radius: 0;
    font-size: 14px;
    padding: 7px 10px;
    border: 1px solid #d5dadb;
}

#secondary .side-search input[type="submit"] {
    display: inline-block;
    font-family: 'Novecentowide-Bold';
    font-size: 14px;
    color: #3a3f4e;
    background-color: #fcd311;
    padding: 11px 13px 13px;
    border: 0;
    border-radius: 0;
}

#secondary select {
	width:100%;
	padding:10px;
}


/* Sales Page Styles */

.single-sale {
	background-color: #edf2fc;
}

.single-sale #topbar {background-color: #FFF;}

.single-sale h1,
.single-sale h2 {
	font-size: 39px;
	line-height: 100%;
}

.single-sale h3 {
	font-family: 'Novecentowide-Bold';
	font-size: 22px;
}

.single-sale p {
	font-size: 19px;
	color: #858a8c;
	line-height: 1.6;
}

.sale-sec {
	padding: 50px 0;
}

.dk-blue .sale-sec {
	padding: 0;
}

.single-sale .contained {
	max-width: 770px;
	background-color: #FFF;
	padding-left: 50px;
	padding-right: 50px;
}

.single-sale .lt-gray .contained {
	background-color: #F8F8F8;
}

.single-sale .dk-blue .contained {
	background-color: #23262e;
	color: #FFF;
	padding: 0;
}

.single-sale .dk-blue .contained .dk-blue {
	background-color: #23262e;
	color: #FFF;
	padding: 50px;
    margin-left: -100px;
    margin-right: -100px;
	width: calc(100% + 200px);
}

.yellow-btn {
	display:inline-block;
	font-family: 'Novecentowide-Bold';
	font-size:17px;
	color:#3a3f4e !important;
	background-color:#fcd311;
    padding: 11px 30px 13px;
}

.yellow-btn:hover {
	color:#FFF !important;
	background-color:#3d414c;
}


.single-sale #topbar .contained {
	padding: 0;
	text-align: center;
}
.single-sale #topbar .site-branding {
	float: none;
}
.single-sale #topbar .site-branding a.logo img,
.single-sale #topbar .site-branding a.logo {
	margin: 0 auto;
}

#sale-hero {
	background: url("images/banner-bg.jpg") right center no-repeat;
	background-size: cover;
	padding: 10% 0;
    padding-bottom: calc(10% + 300px);
}

#sale-hero .contained {
	background-color: transparent;
	padding: 0;
}

.hero-text {
	color: #FFF;
	margin: 0 auto;
	text-align: center;
}

.hero-text p {
	font-family: 'Novecentowide-Bold';
    color: #fbd72d;
    font-size: 18px;
    line-height: 1em;
	margin-top: 0;
	margin-bottom: 10px;
}

#sale-hero h1 {
    font-size: 42px;
    line-height: 49px;
    margin: 0 0 30px 0;
}

#social-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#social-bar span,
#social-bar img {
	margin: 5px;
}

#social-bar span {
	display: inline-block;
	margin-right: 15px;
}

#sale-sec2 {
	background-color: #FFF;
	margin-top: -300px;
}

#sale-sec3 .contained {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sale-sec3 .contained .flex {
	width: 46%;
}

.sale-testimonial {
	text-align: center;
}

#sale-testimonial1 {
	text-align: left;
}

.sale-testimonial .sale-testimonial-text {
	max-width: 700px;
	margin: 0 auto;
}

#sale-testimonial1 .sale-testimonial-text {
	margin: 0;
}
.sale-testimonial .sale-testimonial-text p {
	color: #FFF;
}

.sale-testimonial .sale-testimonial-name {
    font-family: 'Novecentowide-Bold';
    font-size: 19px;
}

.sale-testimonial .sale-testimonial-title {
	color: #9ca2a4;
}

.sale-testimonial .pagination-dots {
	margin: 30px 0 0;
	padding: 0;
}

.sale-testimonial .pagination-dots a  {
	background-color: #5a5c62;
	margin: 0 7px !important;
}

.sale-testimonial .pagination-dots .active-dot a {
	background-color: #fbd72c;
	border-color: #fbd72c;
}

.sale-testimonial .pagination-dots a:hover {
	background-color: #FFF;
}

#sale-testimonial1 .js-wpv-view-layout {
	display: flex;
	justify-content: space-between;
	width: 100%;
	
}

#sale-testimonial1 .sale-testimonial-image img {
	border-radius: 50%;
	max-width: 150px;
	max-height: 150px;
	margin: 20px 35px 0 0;
}

#sale-testimonial1 .contained .dk-blue {
	min-height: 440px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#sale-testimonial1 .wpv-filter-form {
	width: 100%;
}

#sale-testimonial2 .contained .dk-blue {
	min-height: 625px;
}

#sale-sec5 ul {
	padding: 0 0 0 35px;
	margin: 0;
	list-style-type: none;
}

#sale-sec5 ul li {
	position: relative;
    font-size: 19px;
    color: #858a8c;
    line-height: 1.6;
	padding-bottom: 15px;
}

#sale-sec5 ul li:before {
	content: ' ';
	display: block;
	position: absolute;
	left: -35px;
	top: 3px;
    background: url(images/yellow-arrow-round.png) center center no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
}

#sale-sec6 blockquote {
	font-style: normal;
	padding-left: 40px;
}

#sale-sec7 h2 {
	text-align: center;
}

#sale-sec7 .sale-course-title {
    font-family: 'Novecentowide-Bold';
    font-size: 19px;
    margin-bottom: 5px;
}

#sale-sec7 .sale-course-desc {
	color: #858a8c;
	margin-bottom: 20px;
}

#sale-sec9 .sec9-wrap {
	padding: 0 0 0 35px;
	margin: 0;
}

#sale-sec9 .sec9-wrap p {
	position: relative;
    font-size: 19px;
    color: #858a8c;
    line-height: 1.6;
	padding-bottom: 15px;
	margin: 0;
}

#sale-sec9 .sec9-wrap p:before {
	content: ' ';
	display: block;
	position: absolute;
	left: -35px;
	top: 3px;
    background: url("images/red-x-round.png") center center no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
}

#sale-sec9 .flex:last-child .sec9-wrap p:before {
    background: url("images/green-check-round.png") center center no-repeat;
    background-size: cover;
}

#sale-sec9 h3 {
    font-family: 'Novecentowide-Bold';
    font-size: 26px;
}

#sale-sec11 .course-label {
    background: #e8e8e8;
    padding: 10px 16px;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
	display: block;
}

#sale-sec11 .course-content {
	margin-bottom: 10px;
}

#sale-sec11 .course-content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sale-sec11 .course-content ul li {
    border-bottom: 1px solid #fff;
    padding: 11px 16px;
    background: #f0f0f0;
    list-style-type: none;
    font-size: 15px;
    color: #4d4d4d;
}


.course-container { 
  position: relative; 
  height: auto;
  border-top: 0;
	text-align: center;
}

.course-hidden {
	text-align: left;
}

input#check_id {
  position: absolute;
  left:  -9999px;   
}

.course-show {
  background: #FFF;
  display: inline-block;
  cursor: pointer;
  position: relative;
	text-align: center;
	padding: 10px;
	border: 1px solid #CCC;
  /*
   * no need to position absolutely the element 
   * because we are not interested in any transition effect
   * position: absolute;
   * top: 0;
   */
}

/*
 * use the rule below for testing purposes
 * label:hover {
 *    background: yellow;
 *  }
 */

.course-show:before {
  content: 'See Entire Course Curriculum';
}

@keyframes sudo { 
    from { 
    -webkit-transform: translateY(-2px); 
            transform: translateY(-2px); 
  }
    to { 
    -webkit-transform: translateY(2px); 
            transform: translateY(2px); 
  }
}

input#check_id ~ .course-hidden {
  width: 100%;
    display: none;
}



/* CHECKED STATE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

input#check_id:checked ~ .course-hidden {
  display: block;
} 

input#check_id:checked + .course-show {
  /**
   * if we have positioned relatively the element, 
   * during the "checked" state 
   * we have to change its type of positioning
   */
  position: absolute; 
  top: 100%;
}

input#check_id:checked + .course-show:before {
  content: 'Less';
}



.price-table .dk-blue {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: transparent !important;
}
.price-table.dk-blue .contained {
	background-color: #FFF !important;
}

.price-table .contained .flex {
	width: 50%;
}
.price-table .contained .flex.sale-table {
	background-color: #23262e;
	padding: 50px;
	position: relative;
}

.price-table h3 {
    font-family: 'Novecentowide-Bold';
    font-size: 26px;
    color: #fbd72d;
}

.price-table .yellow-btn {
	width: 100%;
	display: block;
	text-align: center;
}

.price-table .sale-old-price {
	position: relative;
	display: inline-block;
    line-height: 20px;
	margin-top: 10px;
}
.price-table .sale-old-price:after {
	content: ' ';
	border-top: 2px solid #3a3f4e;
	display: block;
	position: absolute;
	left: -2px;
	right: -2px;
	font-kerning: 0;
	top: 50%;
}

.price-table .sale-price {
    font-family: 'Novecentowide-Bold';
    font-size: 42px;
	display: block;
    line-height: 42px;
	margin-bottom: 5px;
}

.price-table .pricing-pre-header {
	position: absolute;
	width: 100%;
	text-align: center;
    top: -15px;
	left: 0;
}

.price-table .pricing-pre-header span {
    font-family: 'Novecentowide-Bold';
    font-size: 16px;
    background-color: #334363;
    padding: 5px 10px;
    display: inline-block;
}

.price-table .pricing-header {
    font-family: 'Novecentowide-Bold';
    font-size: 30px;
    line-height: 100%;
}

.price-table ul {
	padding: 0 0 0 35px;
	margin: 0;
	list-style-type: none;
}

.price-table ul li {
	position: relative;
    font-size: 16px;
    color: #FFF;
    line-height: 1.6;
	padding-bottom: 15px;
}

.price-table ul li:before {
	content: ' ';
	display: block;
	position: absolute;
	left: -35px;
	top: 3px;
    background: url("images/yellow-check-round.png") center center no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
}

.price-table .coupon-text {
	text-align: center;
	font-size: 14px;
	color: #858a8c;
	padding-top: 10px;
}

#sale-sec13 .contained .dk-blue {
	padding: 20px;
}

#sale-sec13 .guarantee-wrap {
	border: 5px solid #edcb55;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px;
}

#sale-sec13 .guar-img img {
    min-width: 200px;
    width: 200px;
    height: auto;
    transform: rotate(-15deg);
    margin: 0 20px;
}

#sale-sec14 .contained {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sale-sec14 .contained .flex {
	width: 50%;
}


/* Product Landing Styles */

#product1,
#product1-2 {
    background-color: #f8f8f8;
    border: 6px solid #edeef1;
	padding: 35px 25px;
}

#product1 .product1-img {
	background:url(images/product1-flagship.jpg) center center no-repeat;
	background-size:cover;
}

#product1 .product1-img img {display:none;}

#product1 .product1-text .textwidget {
	padding:12% 15px;
}

#product1 .product1-text h3 {
	font-family: 'Hind', sans-serif;
	font-size:26px;
	font-weight:600;
	color:#9bafb6;
	margin:0;
	line-height:28px;
}

#product1 .product1-text h2 {
	font-size:40px;
	color:#23262e;
	margin:0 0 30px 0;
	line-height:48px;
}

#product1 .product1-text p {
	font-size:18px;
	line-height:30px;
	margin:0;
}

#product1 .product1-text p a.yellow-btn {
	display:inline-block;
    background-color: #fbd72d;
    font-family: 'Novecentowide-Bold';
    font-size: 17px;
    color: #3a3f4e;
    padding: 15px 50px 19px;
    line-height: 1;
    margin-top: 35px;
}
#product1 .product1-text p a.yellow-btn:hover {color:#FFF; background-color:#3d414c;}

#prod-split #product1,
#prod-split #product1-2 {
	text-align: center;
	padding: 25px;
}

#prod-split #product1 h2 span,
#prod-split #product1-2 h2 span {
	font-size: 31px;
	line-height: 1;
}

#prod-split #product1 img,
#prod-split #product1-2 img {
	display: block;
	width: 100%;
}

#prod-split #product1 p a,
#prod-split #product1-2 p a {
	font-size: 20px;
}

#product-level2 {margin-top:60px;}

#product-level2 .product2-section {
	background-color:#f8f8f8;
	border:6px solid #edeef1;
	text-align:center;
}

#product-level2 .product2-section .so-widget-sow-editor {padding:35px 25px;}

#product-level2 .product2-section h2 {
	font-size:26px;
	color:#0f1a30;
	line-height:30px;
}

#product-level2 .product2-section p {
	font-size:19px;
	line-height:27px;
	margin:0;
}

#product-level2 .product2-section p img {
	display:block;
	margin:0 auto 30px auto;
}

#product-level3 {margin-top:60px; background-color:#f8f8f8; padding:47px 0; margin-bottom:60px;}

#product-level3 .product3-section {
	text-align:center;
	border-right:1px solid #d8d9dc;
}

#product-level3 .panel-grid-cell:last-child .product3-section {border:0;}

#product-level3 .product3-section .so-widget-sow-editor {padding:20px;}

#product-level3 .product3-section h2 {
	font-size:18px;
	line-height:23px;
	margin-bottom:25px;
}

#product-level3 .product3-section p {
	font-size:15px;
	line-height:22px;
	margin:0;
}

#product-level3 .product3-section p img {
	display:block;
	margin:0 auto 20px auto;
}

.page-id-6219 h1 {
    font-size: 45px;
    margin-top: 0;
	text-align: center;
}


/* Footer Styles */

#footer-random {
    background:url(images/new-footer-1.jpg) center center no-repeat;
    background-size:cover;
    padding: 80px 0;
    text-align: center;
    color: #FFF;
}

#footer-random h2 {
    font-size: 52px;
    margin: 20px 0;
}

#footer-random p.new-footer-text {
    text-align: center;
    margin: 7px 0 30px 0;
}

#footer-random a.new-footer-btn, .rev_slider a.new-slide-link {
    display: inline-block;
    font-family: 'Novecentowide-Bold';
    font-size: 18px;
    color: #FFF;
    background-color: #FFF;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF);
    zoom: 1;
    background-color: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 12px 55px;
}

.new-footer-links {
    padding-top: 100px;
}

.new-footer-links a {
    display: inline-block;
    margin: 15px 40px;
}

#footer-last {padding:15px 0;}

.copyright {
    text-align: left;
    font-size: 11px;
    line-height: 16px;
}

.footer-menu {padding:35px 0; text-align:center;}

.footer-menu ul {
	margin:0;
	padding:0;
    width: 18.5%;
    float: left;
    padding-right: 30px;
    border-right: 1px solid #e2e2e2;
    margin-right: 20px;
}
.footer-menu ul li {
	list-style-type:none;
	font-size:14px;
	padding-bottom:5px;
}
.footer-menu ul li strong {font-family: 'Novecentowide-Bold'; font-weight:normal;}

.footer-menu ul:last-child {margin-right:0; border:0; padding-right:0;}

.footer-social-media {text-align:center; padding-bottom:30px;}
.footer-social-media a {display:inline-block; margin:0 7px;}
.footer-social-media a img {display:block;}

.footer-gray {
	text-align:center;
	background-color:#f8f8f8;
	padding:25px 0;
}
.footer-gray p {font-size:14px;}



.tf-tab-wrapper {display:none;}

@media only screen and (max-width: 1250px) {
	#masthead.new-nav #site-navigation ul.menu li {margin-right:34px;}
}

@media only screen and (max-width: 1240px) {
	.contained,
	.woocommerce div.product .woocommerce-tabs .panel,
	.woocommerce .related.products {width:95%;}
	#home-social .textwidget img {height:25px;}
}

@media only screen and (max-width: 1175px) {
	#masthead.new-nav #site-navigation ul.menu li {font-size:13px; margin-right:30px;}
}

@media only screen and (max-width: 1140px) {
	.footer-menu ul {width:18.3%;}
	
	#product-level3 .product3-section h2 {font-size:16px; line-height:25px;}
}

@media only screen and (max-width: 1100px) {
	button#responsive-menu-pro-button {top: 4px !important; right: 2.5% !important; width:47px !important; height:34px !important;}
	
	#responsive-menu-pro-container #responsive-menu-pro > li.responsive-menu-pro-item > a {
		-webkit-transition: All 0.5s ease;
		-moz-transition: All 0.5s ease;
		-o-transition: All 0.5s ease;
		-ms-transition: All 0.5s ease;
		transition: All 0.5s ease;
	}
	#responsive-menu-pro-container #responsive-menu-pro > li.responsive-menu-pro-item > a:hover {padding-left:10%;}
	
	#responsive-menu-pro-additional-content p {font-size:13px; margin-bottom:20px;}
	#responsive-menu-pro-additional-content p a {color:#FFF;}
	#responsive-menu-pro-additional-content p a:hover {color:#999;}
	
	#home-book,
	#home-film {background-size: auto 80%;}
	#masthead {height:auto;}
	#topbar #search-4 {display:none;}
	.top-bar-right {padding-right:40px;}
}

@media only screen and (max-width: 1040px) {
	#home-social .textwidget img {height:20px;}
	.footer-menu ul {width:18.2%;}
}

@media only screen and (max-width: 1000px) {
	#home-banner #leadpages-fieldset-wrapper .new-newsletter-submit button {font-size: 15px; padding: 15px 0 18px;}
	
	#home-book,
	#home-film {background-size: auto 70%;}
}

@media only screen and (max-width: 950px) {
	#home-book,
	#home-film {background-size: auto 60%;}
	.footer-menu ul {width:18%;}
}

@media only screen and (max-width: 910px) {
	#home-social .textwidget img {height:25px; margin-bottom: 10px;}
}

@media only screen and (max-width: 900px) {
	#home-book,
	#home-film {background-image:none !important;}
}

@media only screen and (max-width: 870px) {
	.single-sale .dk-blue .contained .dk-blue {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	#sale-testimonial2 .contained .dk-blue {
    	min-height: 670px;
	}
	#sale-testimonial1 .contained .dk-blue {
    	min-height: 520px;
	}
}

@media only screen and (max-width: 860px) {
	.footer-menu ul {width:17.7%;}
}

@media only screen and (max-width: 780px) {
	#home-book .home-section,
	.dark-section,
	#home-pane1,
	#home-podcast {padding:60px 0;}
	.home-section h2 {font-size: 44px; margin-bottom: 30px;}
	.home-section h2 br {display:none;}
	.home-section p {font-size: 18px; line-height: 27px;}
	#home-podcast .home-pods .feedzy-rss ul li a {font-size:18px; line-height:24px;}
	#home-blog .home-section .so-widget-sow-editor {padding-top:60px;}
	#home-blog .home-blog-link .so-widget-sow-editor {padding: 0 0 65px; text-align: left;}
	#home-blog .views-row,
	#home-blog .views-row:nth-child(2) {float: none; width: auto; padding-bottom: 50px; border:0;}
	#home-blog .views-row .home-blog-wrap {padding:0;}
	#home-blog .views-row h3 {font-size: 23px; line-height: 28px;}
	#home-blog .views-row p {font-size: 16px; line-height: 25px;}
	.home-blogs-sec {padding-bottom:40px;}
	.home #home-access {padding:50px 0 40px 0;}
	#home-access h2 {font-size:20px;}
	#home-access h2 {font-size:24px;}
	#home-access .home-access-form {padding-left:0;}
	#home-access .new-newsletter-name,
	#home-access .new-newsletter-email,
	#home-access .new-newsletter-submit {width:auto; float:none; margin-bottom:10px;}
	
	.newslet-left,
	.newslet-right {float:none; width: auto;}
	#home-access .newslet-left h2 {font-size:17px; text-align:center; margin-bottom:10px;}
	#home-access.footer-in h2 {margin-bottom:10px;}
	#home-access .panel-grid-cell {margin-bottom:0;}
	
	.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {width:18%;}
	.tf-tabs-content .dark-section .tf-prod-left {padding:0 20px;}
	.tf-tabs-content .dark-section .tf-prod-right {padding:0 20px;}
	.tf-tabs-content .dark-section .tf-prod-left p {font-size:16px; line-height:28px;}
	
	.contained #primary,
	#secondary {width:auto; float:none;}
	
	.product-top {padding-top:40px;}
	.tf-thumb-wrap {padding-bottom:40px;}
	.tf-tabs-content ul.tf-list-2col li {width:auto; float:none; margin-left:35px;}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {font-size: 13px; padding: 17px 12px;}
	.woocommerce-Tabs-panel h2 {font-size: 32px; line-height:35px;}
	.woocommerce-Tabs-panel blockquote {font-size: 18px; margin: 15px 0;}
	.tf-tabs-content .dark-section {padding: 30px 0;}
	
	.woocommerce-tabs .prod-test {width:auto; float:none !important; padding-bottom:30px;}
	
	.pic-desc {display:none;}
	
	.footer-menu ul {width:100%; margin-bottom:15px; border:0; text-align:center; margin-right:0; padding-right:0;}
	.footer-menu ul:last-child {margin-bottom:0;}
	.footer-menu ul li {display:inline-block; margin:0 8px;}
	.footer-menu ul li:first-child {display:block; margin-right:0; margin-left:0;}
	
	.footer-gray p strong {display:block;}
	.footer-gray p:first-child {margin-bottom:15px;}
	#home-banner {background:#0f1a30 url(images/banner-bg-small.jpg) center center no-repeat;
    background-size:cover;}
	#home-podcast {background-image:none;}
	#home-prod {background-image:url(images/3-small.jpg) !important;}
	
	#product1 .product1-img {background-image:none;}
	#product1 .product1-img img {display:block;}
	#product1 .product1-text .textwidget {padding:40px;}
	
	#product-level3 {padding:0 47px;}
	#product-level3 .product3-section h2 {font-size:18px; line-height:25px;}
	#product-level3 .panel-grid-cell {margin:0;}
	#product-level3 .product3-section {border-right:0; border-bottom:1px solid #d8d9dc;}
	#product-level3 .product3-section .so-widget-sow-editor {padding:50px 20px;}
}

@media only screen and (max-width: 768px) {
	.single-sale button#responsive-menu-pro-button {
		display: none;
	}
	.single-sale h2 {
		font-size: 30px;
		margin-top: .5em;
		line-height: 1.1em;
	}
	.single-sale h3 {
		font-size: 20px;
	}
	.single-sale p {
		font-size: 17px;
		margin-bottom: 1em;
	}
	.yellow-btn {
		font-size: 15px;
	}
	.hero-text p {
		font-size: 16px;
	}
	#sale-hero h1 {
		font-size: 34px;
		line-height: 41px;
	}
	#sale-sec5 ul li:before {
		top: 5px;
		width: 20px;
    	height: 20px;
	}
	#sale-sec7 .sale-course-title {
		font-size: 16px;
	}
	#sale-sec9 h3 {
		font-size: 23px;
		margin-bottom: .5em;
	}
	#sale-sec9 .sec9-wrap p {
		font-size: 17px;
		padding-bottom: 10px;
	}
	#sale-sec9 .sec9-wrap p:before {
		width: 20px;
    	height: 20px;
	}
	.price-table .dk-blue {
		display: block;
	}
	.price-table .contained .flex {
		width: 100%;
	}
	.price-table .contained .flex img {
		display: none;
	}
}

@media only screen and (max-width: 575px) {
	.top-bar-right {float:none; clear:both; padding-right:0;}
	#topbar ul.menu li {float:none; display:inline-block; text-align:center;}
	#topbar ul.menu li {margin-right:15px; margin-left:15px;}
	#topbar ul.menu li:first-child {margin-left:0;}
	#topbar ul.menu li:last-child {margin-right:0;}
	#topbar #nav_menu-2 {float:none;}
	#topbar ul.menu {float:none; text-align:center;}
}

@media only screen and (max-width: 500px) {
	#masthead .site-branding {width:85%;}
	#topbar ul.menu li:first-child {padding-left:0;}
	#home-banner h2 {font-size:41px; line-height:42px;}
	#home-banner #leadpages-fieldset-wrapper .new-newsletter-name {float:none; width:auto;}
	#home-banner #leadpages-fieldset-wrapper .new-newsletter-name .input-wrap {padding-right:0; padding-bottom:12px;}
	#home-banner #leadpages-fieldset-wrapper .new-newsletter-email {float:none; width:auto;}
	#home-banner #leadpages-fieldset-wrapper .new-newsletter-email .input-wrap {padding-left:0;}
	#home-banner #leadpages-fieldset-wrapper .new-newsletter-submit {float:none; width:auto;}
	.home-section h2 {font-size: 40px; margin-bottom:20px;}
	#home-banner #leadpages-fieldset-wrapper .new-newsletter-submit .input-wrap {padding-left:0; padding-top:12px;}
	#footer-random h2 {font-size:38px; line-height:42px;}
	
	h1.product_title {font-size:35px; line-height:41px;}
	.product-top .summary p {font-size:16px; line-height:25px;}
	.woocommerce div.product p.price, .woocommerce div.product span.price {font-size:30px;}
	
	#product1 .product1-text h2 {font-size:32px; line-height:40px;}
	
	#product1 .product1-text .textwidget {padding:40px 0;}
}

@media only screen and (max-width: 414px) {
	.single-sale h2 {
    	font-size: 25px;
	}
	.single-sale .contained,
	.single-sale .dk-blue .contained .dk-blue {
		padding: 30px;
	}
	.single-sale #topbar .contained {
		padding: 0;
		text-align: center;
	}
	.single-sale #topbar .site-branding {
		float: none;
	}
	.single-sale #topbar .site-branding a.logo img,
	.single-sale #topbar .site-branding a.logo {
		margin: 0 auto;
	}
	.hero-text {padding: 0 10px;}
	#sale-hero h1 {
		font-size: 24px;
		line-height: 1.3em;
	}
	.hero-text p {
		font-size: 14px;
	}
	#sale-sec3 .contained {
		display: block;
	}
	#sale-sec3 .contained .flex {
		width: 100%;
	}
	#sale-testimonial1 .js-wpv-view-layout {
    	display: block;
	}
	#sale-testimonial1 {
		text-align: center;
	}
	#sale-testimonial1 .sale-testimonial-image img {
		margin: 0;
	}
	#sale-sec9 h3 {
		font-size: 20px;
	}
	.single-sale .price-table.dk-blue .contained .dk-blue {
		padding: 15px;
	}
	.price-table .contained .flex.sale-table {
		padding: 40px 30px;
	}
	.price-table .pricing-header {
		font-size: 24px;
    	line-height: 1.3em;
	}
	#sale-sec13 .guarantee-wrap {
		display: block;
	}
	#sale-sec13 .guarantee-wrap .guar-img {
		display: none;
	}
	#sale-sec14 .contained {
		display: block;
	}
	#sale-sec14 .contained .flex,
	#sale-sec14 .contained .flex img {
    width: 100%;
	}
}

@media only screen and (max-width: 375px) {
	#social-bar img {
		height: 25px;
	}
}

@media only screen and (max-width: 350px) {
	.woocommerce-Tabs-panel h2 {font-size: 27px; line-height:30px;}
	.woocommerce-Tabs-panel blockquote {font-size:16px; margin:13px 0;}
	#footer-random h2 {font-size: 30px; line-height: 34px;}
	#footer-random a.new-footer-btn {padding: 12px 35px;}
	table.product tr th,
	table.product td {padding:5px;}
	
	#topbar ul.menu li {margin-right:26px;}
	
	#product1 .product1-text h3 {font-size:22px; line-height:24px;}
	#product1 .product1-text h2 {font-size:23px; line-height:31px;}
	#product1 .product1-text p {font-size:16px; line-height:28px;}
	
}