/***
	Theme Name: Frame.io Insider
	Theme URI:
	Author: Ernie, Ty, Gabe, and David
	Author URI: https://frame.io/
	Description: A custom theme developed for https://blog.frame.io/
	Version: 1.4
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: frame-blog
	Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
***/

/*** Sections ***/
/**
*) Fonts
1) Defaults
2) WordPress
3) Header
4) Nav
	a) Top Menu (frame.io)
	b) Main Menu (main site nav)
	c) Page Navigation
5) Page Structure
	a) Headings
6) Content
	a) Home Page
	b) Singles
	c) Categories
	d) Archives
	e) Author
7) Footer
8) Going Mobile
**/

/* Intercom is loaded using Segment so the only way to hide the chat icon is to use CSS */
#intercom-container {
    display: none !important;
}


/* FONTS
----------------------------------------------------------------------*/

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

/* DEFAULTS - NORMALIZE
	   https://github.com/necolas/normalize.css
  ----------------------------------------------------------------------*/

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #2A273D;
    font-family: 'AvenirNext-Regular', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* overflow-x:hidden; */
}
article,
aside,
footer,
header,
nav,
section { display: block; }
figcaption,
figure,
main { display: block; }
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
    text-decoration: none;
}
.entry-content a {
    color: #5a52ff !important;
    font-weight: 600;
    text-decoration: none !important;
}
.entry-content a:hover {
    color: #6B65EA !important;
    text-decoration: underline !important;
}
abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: 700;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #eee;
    color: #222;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    /* width: auto; dk commented this out to fix the problem of small images getting enlarged */
    max-width: 100%;
    height: auto;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-size: inherit;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
iframe {
    max-width: 100%;
    width: 100%;
    height: 394px;
    margin: 1.5em auto;
}
.container { /* override bootstrap */
    padding-left: 0px;
    padding-right: 0px;
}
#page-wrap { /* fix right side overflow white space on mobile */
    overflow-x: hidden !important;
}
.search #page-wrap {
    position: absolute;
    top: 0px;
    width: 100%;
}
.loader {
    display: none;
    width: 76px;
    height: 76px;
    margin: 0 auto;
}
.entry-content .share-container .share {
    color: #fff !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.share {
    display: inline-block;
    width: 280px;
    text-align: center;
    margin: 10px 20px;
    white-space: nowrap;
    text-decoration: none;
    color: white !important;
    text-align: center;
    font-family: Helvetica;
    font-size: 16px;
    line-height: 60px;
    border-radius: 4px;
}
.share-twitter {
    background-color: #00c3f3;
}
.share-facebook {
    background-color: #2d5f9a;
}
.share-facebook:hover {
    background-color: rgba(45, 95, 154, 0.95);
}
.share-twitter:hover {
    background-color: rgba(0, 195, 243, 0.95);
}
#cta {
    width: 100%;
    display: flex;
    justify-content: space-around;
    height: 400px;
    overflow: hidden;
    background: #040409; /* Old browsers */
    background: -moz-linear-gradient(left, #040409 0%, #2a273e 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #040409 0%,#2a273e 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #040409 0%,#2a273e 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040409', endColorstr='#2a273e',GradientType=1 ); /* IE6-9 */
}
.cta-inner-container {
    position: relative;
    top: 105px;
    max-width: 350px;
}
.cta-message {
    font-family: 'Avenir-Light';
    font-size: 36px;
    color: #fff;
    line-height: 48px;
    max-width: 350px;
}
.full-cta-img {
    width: 727px;
    height: 511px;
    position: relative;
    top: 45px;
}
.button-container {
    margin-top: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 185px;
    height: 48px;
    cursor: pointer;
    background-color: #05040A;
    border: solid 2px #5A52FF;
    border-radius: 4px;
    transition: all 0.3s ease-in;
}
.button-container:hover {
    box-shadow: 0px 0px 30px 10px rgba(90, 82, 255, 0.49);
}
.button-container span {
    font-family: 'Avenir-Heavy';
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 14px;
}
.small-cta-container {
    position: relative;
    z-index: 1;
}
.single-cta-wrap img {
    width: 383px;
    height: 269px;
    position: absolute;
    left: 130px;
    top: 115px;
}
.cta-title {
    display: block;
    font-family: "Avenir-Heavy";
    font-size: 16px !important;
    line-height: 24px;
    color: #5A52FF;
    margin-bottom: 18px;
}
.small-cta-message {
    font-size: 24px;
    line-height: 36px;
    font-family: "Avenir-Heavy";
}
.mobile-navbar-container {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0px;
    z-index: 5;
    max-height: 0px;
    overflow: hidden;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.mobile-navbar {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.mobile-navbar .logo-box {
    width: 100%;
    width: 1200px;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 20px;
    margin-bottom: 18px;
}
.mobile-navbar .logo-box .search {
    position: relative;
    right: 60px;
}
.mobile-navbar .logo-box-form {
    height: 32px;
}

.mobile-navbar .header-search-icon {
    width: 20px;
    height: 20px;
}
.animate-navbar {
    max-height: 100px;
    transition: all 0.3s ease-in;
}
#filtered-posts {
    min-height: 200px;
}
.page-template-default header {
    height: 232px;
}


/* ACCESSIBILITY
  ----------------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    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;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    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: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* WORDPRESS-SPECIFIC
  ----------------------------------------------------------------------*/

.wp-caption-text {
    padding: 0 3em;
    max-width: 100vw;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    margin-top: 20px !important;
}
.bypostauthor{}
.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;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}

/* HEADER
  ----------------------------------------------------------------------*/

header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
}
.btn { /* bs override */
    padding: 4px 18px;
}
.btn-default,
.btn-default:hover {
    float: right;
    color: #2a273d;
    background-color: transparent;
    border: 0;
}
.hide-search {
    overflow: visible;
}
.search-wrap {
    max-width: 1100px;
    margin: 0;
}
.search-wrap label {width: 100%;}
input.field.s {
    width: 100%;
    border: .5px solid rgba(170, 170, 170, 0.5);
}
.search-wrap input:-webkit-input-placeholder,
.search-wrap input:-moz-placeholder,
.search-wrap input:placeholder,
.search-wrap input:focus{
    color: #ccc;
    font-size: 14px;
}
.fancybox-overlay.fancybox-overlay-fixed {top: 100px;}
.fancybox-opened .fancybox-skin {
    background: 0; box-shadow: none;
}
.fancybox-inner{
    max-width: 1240px; margin: 0 auto;
}
.fancybox-close {
    top: 11px;
    right: 182px;
    background-image: none;
    background-color: #fff;
}
a.fancybox-item.fancybox-close:after {
    content: url("https://frameblogdev.staging.wpengine.com/wp-content/themes/frame-blog/images/search-close-button.svg");
    font-size: 1.5em;
    color: #2a273d;
    padding: 4px 12px;
    opacity: 0.8;
}
.label {color: inherit;}
.header-search-icon {
    min-width: 20px;
    height: 20px;
}

/* NAV MENUS
  ----------------------------------------------------------------------*/

.drop-ext-links {
    float: right;
    max-width: 220px;
    height: auto;
    position: relative;
    top: -60px;
    left: 80px;
}
.top-legal {
    position: relative;
    right: 25px;
}
.top-legal .high-copy, .top-legal .legal {margin: 1em .5em;}
.top-legal .high-copy, .top-legal .legal a {
    color: #838394;
    font-size: 12px;
}
.legal:hover > a {color:#fff;}
.top-legal .privacy-link.legal {margin-right: 0;}
.top-social-icon-wrap {
    margin-bottom: 1.2em;
    margin-left: 4.2em;
}
.top-social-icon {
    margin: 0.6em;
}
.top-social-icon-wrap .top-social-icon:last-child {margin-right: 0;}
.top-social-icon:hover > a > svg > path {
    fill-opacity: 1;
}

/* NAV - MAIN MENU
  ----------------------------------------------------------------------*/

.navbar-nav li {display: inline;}
.navbar-nav > li > a {
    padding-top: 2em;
    font-family: 'Avenir-Black';
    text-transform: capitalize;
}
.navbar-nav li a,
.navbar-nav li a:hover,
.navbar-nav li.active a,
.navbar-nav li.disabled {
    cursor: pointer;
    margin-right: 2em;
    color: #267095;
    font-size: 16px;
    text-decoration: none;
}
.nav,
.navbar-nav,
.navbar-collapse.collapse,
.navbar-nav li:first-child a,
.navbar-nav li:first-child a:hover { padding-left: 0; }
.navbar-nav li:first-child  a > li > a,
.dropdown-menu > li > a {
    display: block;
    padding:  3px 20px 3px 0;
    clear: both;
    font-weight: 400;
    font-family: 'Avenir-Heavy';
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.navbar-nav li a:hover {text-decoration: underline;}
.navbar-nav li.active a {color: #00f;}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover
.nav > li > a:focus,
.nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
}
.dropdown-submenu:active>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {display: block;}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height:0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:active > a:after {
    border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.dropdown-menu{ padding: .3em 0 .3em 1em;}
.arrow {
    position: absolute;
    right: 0px;
    top: 10px;
}
.main-header-outer-container {
    max-height: 0px;
}
/* NAV - PAGE NAVIGATION
  ----------------------------------------------------------------------*/

.page-nav.container {
    float: none;
    clear: both;
    margin-bottom: 1em;
    padding: 1em;
}
.navigation{
    display: block;
    float: none;
    width: auto;
    margin: 0 auto;
    text-align: center;
}
.navigation li {
    display: inline;
}
.navigation li a,
.navigation li.active a,
.navigation li.disabled {
    padding: 0.25rem 0.5rem;
    color: #706F82;
    cursor: pointer;
}
.navigation li a:hover{ text-decoration: underline;color: #2a273d;}
.navigation li.active a{
    color: #2a273d;
    border: 1px solid #938AFF;
    border-radius: 2px;
}
i.fa.fa-long-arrow-right,
i.fa.fa-long-arrow-left {
    width: 24px;
    height: 1em;
    margin: 5px;
    padding-right: 1em;
    font-size: 16px;
    font-weight: 100;
}
i.fa.fa-long-arrow-right{
    padding-right: 0;
    padding-left: 1em;
}
#single-content .page-nav.container {display: none;}

/* PAGE STRUCTURE
  ----------------------------------------------------------------------*/

.container-fluid {
    padding-right:0;
    padding-left: 0;
}
.row article.post:nth-of-type(3n+1) {clear: left;}

.container.comments-container {
    float: none;
    display: block;
    width: 100%;
    max-width: 1020px;
    margin: 6em auto;
}
#nada .container-fluid.search-container {
    background-color: #F4F4F4;
    padding-top: 1em;
}
.search .container-fluid.search-container{
    background-color: #F4F4F4;
    padding-top: 3em;
}
.page-container{
    padding-top: 1em;
    padding-bottom: 1em;
}

/* PAGE STRUCTURE - TITLES
  ----------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6{
    color: #2A273D;
    font-weight: 300;
}
.site-title {
    display: inline-block;
    position: relative;
    top: 4px;
    margin: 0 auto;
    margin-left: 7px;
    color: #2A273E;
    opacity: 0.6;
    font-family: 'Avenir-Book';
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.post-meta-title{
    margin: 1em auto;
}
.comments-title {
    font-size: 24px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
    max-width: 820px;
    margin: 1em 0.5em;
}
.error404 h3,
.search-no-results h3 {
    margin-bottom: 3em;
    font-size: 24px;
    text-align: center;
}
.author-name {
    margin-top: 1em;
    margin-bottom: 0;
    padding-top: 0;
    font-weight: 600;
    font-family: 'Avenir-Heavy';
    text-transform: capitalize;
}
.author-profile h1.author-name {margin-top: 0; color: #38354f !important;font-size:56px;}
.author-name a {color: #84828d !important;}
.capital {text-transform: capitalize;}

/* CONTENT
  ----------------------------------------------------------------------*/

.small{
    font-size: 85%;
    line-height: 1.5;
}

/* CONTENT - HOME/FRONT/BLOG
  ----------------------------------------------------------------------*/

#front-content {
    position: relative;
    z-index: 0;
    background-color: #f6f6f7;
}
.entry-header,
.featured-post {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 20px 30px rgba(5, 4, 10, 0.1);
    -moz-box-shadow: 0px 20px 30px rgba(5, 4, 10, 0.1);
    -ms-box-shadow: 0px 20px 30px rgba(5, 4, 10, 0.1);
    box-shadow: 0px 20px 30px rgba(5, 4, 10, 0.1);
    z-index: 500;
}
.featured-post {
    position: absolute;
    bottom: 0;
}
.feature-thumb img,
.single-post-picture{
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    max-height: 450px;
}
.post-date.small
.post-content{
    margin-bottom: 1em;
}
.post-thumb img{
    width: 100%;
    max-width: 100%;
    height: auto;
    border-style: none;
}
header.entry-header {
    background-image: none;
}
#pop-cta,
#rec-cta {
    width: 100%;
    background-image: url('../../images/cta-bgNormal.jpg');
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 3em;
}
#pop-cta,
#rec-cta {
    height: 21vw ;
}
.clear{clear: both;}
.post-filter{
    background-color: transparent;
    display: inline-block;
    border: 0;
    -webkit-appearance: none;
}
.selected-posts {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    border: 2px solid #5A52FF;
    border-radius: 20px;
    cursor: pointer;
}

/* CONTENT - SINGLES
  ----------------------------------------------------------------------*/

.top-line {
    height: 3px;
    width: 100%;
    position: fixed;
    z-index: 4;
    top: 0px;
}
progress::-webkit-progress-value {
    background-color: #7570FF;
}
progress[value] {
    height: 3px;
    position: fixed;
    top: 0px;
    left: -2px;
    width: 101%;
    z-index: 6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    color: #7570FF;
}
progress[value]::-webkit-progress-bar {
    background: transparent;
}
figure.single-thumb,
figure.single-thumb img {
    display: block;
    float: none;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.single-wrap.col {
    position: relative;
    max-height: 750px;
    z-index: 0;
}
.single-thumb img {
    width: 100%;
    max-height: 640px;
    object-fit: cover;
}
.single-post-picture {
    height: 264px;
    background-size: cover !important;
    background-position: center center !important;
}
.entry-content{
    max-width: 1028px;
    margin: 1em auto;
}
figure.wp-caption {
    float: none;
    position: relative;
    width: 100%;
    margin: 1.5em auto;
}
figure.wp-caption img {
    display: block;
    float: none;
}
figure.wp-caption img.size-full {
    margin: 1.5em auto 1.5em 0;
}
figure[style] { /* override inline styles fixing width of article figures */
    width: 100% !important;
}
figure img {margin: 0 auto;}
.single .author-avatar img {
    border-radius: 50%;
    margin-right: 1em;
}
.box-opener {
    position: absolute;
    top: 0;
    right: 0;
    padding: 32px 32px 10px 10px;
    margin: 0;
    font-size: 12px;
    cursor: pointer;
    color: #5A52FF;
    text-transform: uppercase;
    font-family: 'Avenir-Black';
}
.single .entry-content h1,
.single .entry-content h3,
.single .entry-content h2,
.entry-content p {
    max-width: 700px;
    margin: 0 auto;
}
.info-box {
    height: auto;
    overflow: hidden;
    transition: all .6s ease-in;
    border-radius: 4px;
}
.show-content {
    max-height: 500px !important;
    transition: all .6s ease-in;
}

#sticky-footer-nav {
    display: none;
}
/* CONTENT - CATEGORIES
  ----------------------------------------------------------------------*/
.single-post-cat,
.blog-post-cat,
.feature-post-cat{
    margin-right: 1em;
    font-size: 16px;
    text-transform: capitalize;
}
.single-post-cat:before,
.blog-post-cat:before,
.feature-post-cat:before {
    content: '';
    position: absolute;
    left: 0;
    top: 28px;
    border-left: 3px solid #5A52FF;
    height: 32px;
    width: 4px;
}
.single-post-cat:before,
.feature-post-cat:before {
    top: 68px;
}
.single-post-cat:before {
    top: 35px;
}
#main-menu .navbar-nav.top-drop-menu > li > a:after,
#menu-cat-menu-1 > li > a:after {
    content: '';
    display: block;
    transform: scaleX(0);
    transition: transform .5s cubic-bezier(0.23, 1, 0.32, 1);
    border-bottom: 2px solid transparent;
}
#main-menu .navbar-nav.top-drop-menu > li > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li.active > a,
#menu-cat-menu-1 > li > a:hover:after {
    border-bottom: 2px solid #EBC226;
    display: block;
    transform: scaleX(1);
}
.blog-post a:hover,
.featured-post span a:hover,
.post-meta-title a:hover,
.explore-frame-align p:hover {color: #5A52FF;opacity:1}
.explore-frame-link {
    display: flex;
    position: relative;
    top: 8px;
}
.arrow-footer-hover {display: none;}
.arrow-footer {display: block;}
.explore-frame-align p:hover + .explore-frame-arrow > .arrow-footer {display: none;}
.explore-frame-align p:hover + .explore-frame-arrow > .arrow-footer-hover {display: block;}
.blog-post-cat.announcement:before,
.single-post-cat.announcement:before,
.feature-post-cat.announcement:before{border-color: #5A52FF;}
#main-menu .navbar-nav.top-drop-menu > li:nth-child(7) > a:hover:after {width: 122px;}
#menu-cat-menu-1 > li:nth-child(7) {width: 122px;}

.blog-post-cat.editing:before,
.single-post-cat.editing:before,
.feature-post-cat.editing:before,
#menu-cat-menu-1 > li:nth-child(1) > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(1) > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(1).active > a{border-color: #5B53FF;}
.blog-post .editing a:hover,
.featured-post .editing a:hover {color: #5B53FF;}
#main-menu .navbar-nav.top-drop-menu > li:nth-child(1) > a:hover:after {width: 130px;}
#menu-cat-menu-1 > li:nth-child(1) {width: 130px;}

.blog-post-cat.color-correction:before,
.single-post-cat.color-correction:before,
.feature-post-cat.color-correction:before,
#menu-cat-menu-1 > li:nth-child(2) > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(2) > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(2).active > a{border-color: #108AEE;}
.blog-post .color-correction a:hover,
.featured-post .color-correction a:hover {color: #108AEE;}
#main-menu .navbar-nav.top-drop-menu > li:nth-child(2) > a:hover:after {width: 78px;}
#menu-cat-menu-1 > li:nth-child(2) {width: 78px;}

.blog-post-cat.motion:before,
.single-post-cat.motion:before,
.feature-post-cat.motion:before,
#menu-cat-menu-1 > li:nth-child(3) > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(3) > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(3).active > a{border-color: #1ABCA1;}
.blog-post .motion a:hover,
.featured-post .motion a:hover {color: #1ABCA1;}
#main-menu .navbar-nav.top-drop-menu > li:nth-child(3) > a:hover:after {width: 150px;}
#menu-cat-menu-1 > li:nth-child(3) {width: 150px;}


.blog-post-cat.workflow:before,
.single-post-cat.workflow:before,
.feature-post-cat.workflow:before,
#menu-cat-menu-1 > li:nth-child(4) > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(4) > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(4).active > a{border-color: #E0475F;}
.blog-post .workflow a:hover,
.featured-post .workflow a:hover {color: #E0475F;}
#main-menu .navbar-nav.top-drop-menu > li:nth-child(4) > a:hover:after {width: 89px;}
#menu-cat-menu-1 > li:nth-child(4) {width: 89px;}


.blog-post-cat.bts:before,
.single-post-cat.bts:before,
.feature-post-cat.bts:before,
#menu-cat-menu-1 > li:nth-child(5) > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(5) > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(5).active > a{border-color: #EB8126;}
.blog-post .bts a:hover,
.featured-post .bts a:hover {color: #EB8126;}
#main-menu .navbar-nav.top-drop-menu > li:nth-child(5) > a:hover:after {width: 69px;}
#menu-cat-menu-1 > li:nth-child(5) {width: 69px;}


.blog-post-cat.post-production:before,
.single-post-cat.post-production:before,
.feature-post-cat.post-production:before,
#menu-cat-menu-1 > li:nth-child(6) > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(6) > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(6).active > a{ border-color: #26D4EB;}
.blog-post .post-production a:hover,
.featured-post .post-production a:hover {color: #26D4EB;}
#main-menu .navbar-nav.top-drop-menu > li:nth-child(6) > a:hover:after {width: 85px;}
#menu-cat-menu-1 > li:nth-child(6) {width: 85px;}

.cat-container {box-shadow: 0 -4px 0 #6a64ea;}
.cat-container.announcement:before{box-shadow: 0 -4px 0 #5A52FF;}
.cat-container.editing{box-shadow: 0 -4px 0 #5B53FF;}
.cat-container.color-correction{box-shadow: 0 -4px 0 #108AEE;}
.cat-container.motion,
.cat-container.business{box-shadow: 0 -4px 0 #1ABCA1;}
.cat-container.workflow{box-shadow: 0 -4px 0 #E0475F;}
.cat-container.behind-the-scenes{box-shadow: 0 -4px 0 #EB8126;}
.cat-container.production{box-shadow: 0 -4px 0 #26D4EB;}

#main-menu .navbar-nav.top-drop-menu > li:nth-child(1).active > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(2).active > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(3).active > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(4).active > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(5).active > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(6).active > a:hover:after,
#main-menu .navbar-nav.top-drop-menu > li:nth-child(7).active > a:hover:after {border-color:transparent;}

.single-post-cat a,
.blog-post-cat a,
.feature-post-cat a{
    font-size: 16px;
    font-weight: 600;
}

.menu-item:hover > ul {
    display: block !important;
}

.menu-item > .dropdown-toggle > .caret {
    display: none !important;
}



/* CONTENT - ARCHIVES
  ----------------------------------------------------------------------*/

.archive .cat-archive header.archive-header {
    height: auto;
}
.archive-title {
    font-size: 26px;
    text-transform: capitalize;
    margin: 0.5em 0;
}

/* CONTENT - AUTHOR
  ----------------------------------------------------------------------*/

.author header.author-head {
    height: auto;
    margin-bottom: 2em;
}
.author-details-row,
.author-row{
    padding: 6em 5em;
    -webkit-box-shadow: 0px 20px 50px rgba(5, 4, 10, 0.1);
    -moz-box-shadow: 0px 20px 50px rgba(5, 4, 10, 0.1);
    -ms-box-shadow: 0px 20px 50px rgba(5, 4, 10, 0.1);
    box-shadow: 0px 20px 50px rgba(5, 4, 10, 0.1);
}
.author .author-avatar {
    float: none;
    max-width: 200px;
    margin: 0 auto;
}
.author .author-avatar img {
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}
a.author-bio-url {
    color: #5A52FF !important;
    font-size: 14px;
}
.bio-container {
    max-width: 100%;
    margin-bottom: 3em;
}
.author-bio-row .info-link {
    padding-left: 1em;
    margin-left: 0;
}
.contribute{
    margin: 1em auto 0;
    padding: 1.6em 0 0;
    border-top: 1px solid #d7d7d7;
}
.contribute-content p {
    padding-top: 1em;
}
.author-info .info-link:before{
    content: ' ';
    position: absolute;
    top: 5px;
    left: -21px;
    width: 18px;
    height: 18px;
    font-size: 14px;
}
.single .author-info .info-link:before{
    top: 5px;
    left: -12px;
}
.single figure.author-avatar {
    float: left;
    width: 60px;
}
.info-link.other:before {content: url('../../images/author-other.png');}
.info-link.linked:before {content: url('../../images/author-linked.png');}
.author-thanks-details {width: 100% !important;}

/* FOOTER
  ----------------------------------------------------------------------*/

footer#footer {
    width: 100%;
    min-height: 110px;
}
.container.foot-container {
    border-top: 1px solid #d7d7d7;
}
main {min-height: calc(100vh - 255px); /* sticky footer */}
#foot-content {
    padding: 1em 0;
    font-size: 16px;
}
.footer-widget .logo-box.col {
    padding-bottom: 2em;
    padding-left: 0;
}
.footer-widget .logo-box.col {
    float: none;
    padding-bottom: 2em;
    padding-left: 0;
}
#middle-foot {
    float: none;
    width: 30%;
    margin: 0 auto;
}
.widget_nav_menu h3 {
    margin: 1em auto 3em;
    font-size: 12px;
    text-transform: uppercase;
}
#menu-cat-menu-1 {
    padding-left: 0;
    font-size: 12px;
    list-style-type: none;
}
#menu-cat-menu-1 li a {
    font-family: 'Avenir-Black';
    font-size: 12px;
    opacity: 0.6;
    text-transform: uppercase;
    line-height: 2;
}
span.icon-love:before {
    content: url('../../images/love-iconNormal.png');
    width: 12px;
    height: 12px;
    position: relative;
    top: 10px;
    left: -3px;
    margin-right: 3px;
    margin-left: 3px;
    display: inline-block;
    transform: scale(.5);
}
.social-icon {
    display: inline-block;
    margin: 0 2em 1em 0;
}
.frameio-footer-logo {
    width: 21px;
    height: 24px;
}
.frameio-footer-logo:hover .logo-grey path {
    fill: #5A52FF;
}
.twitter-footer-logo {
    width: 19px;
    height: 16px;
}
.twitter-footer-logo a > svg,
.facebook-footer-logo a > svg {
    position: relative;
    top: 3px;
}
.twitter-footer-logo:hover a > svg path {
    fill: #00aced;
    opacity: 1;
}
.facebook-footer-logo {
    width: 17px;
    height: 17px;
}
.facebook-footer-logo:hover a > svg path {
    fill: #3b5998;
    opacity: 1;
}


/* MOBILE BREAKPOINTS
  ----------------------------------------------------------------------
  ----------------------------------------------------------------------*/

/* 320px ------------------------------------------------------------------------------ 320px */
@media (min-width: 320px){ /* --------------------------------------------------------- 320px */
    .large {font-size: 1em;}
    .small {font-size: .875em;}
    blockquote {border-left: none;margin-bottom:80px;}
    .entry-content blockquote p {
        font-size: 42px !important;
        line-height: 48px !important;
    }
    button, input, optgroup, select, textarea {font-size: 10px;}
    main#search-results
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    /* HEADER --------------------------------------------------------- 320px */
    header {
        height: 75px;
        padding-top: 1.5em;
    }
    .author header.author-head {
        height: auto;
        margin-bottom: 1em;
    }
    .single-post header.entry-header {height: auto;}
    .logo-box-form {
        display: none;
    }
    .logo-box-sign-up {
        display: none;
    }
    .fancybox-lock button.btn.btn-default.fancybox { display: none;}
    .fancybox-overlay.fancybox-overlay-fixed {
        top: 0;
    }
    .fancybox-close {
        top: 3px;
        right: -10px;
        background-color: transparent;
    }
    a.fancybox-item.fancybox-close:after {font-size: 1em;}

    /* NAV MENUS --------------------------------------------------------- 320px */
    input.field.s {
        width: 85%;
        margin: 0.5em 0;
        border: none;
        background-color: rgba(255, 255, 255, 0);
        font-size: 32px;
    }
    .fancybox-overlay[style] {
        background-color: rgba(255, 255, 255, 0.95) !important;
        overflow-x: hidden !important;
    }
    .fancybox-inner[style] {
        width: 100% !important;
    }
    .fancybox-skin[style] {
        padding: 0 !important;
    }
    .fancybox-wrap[style] {
        left: 0 !important;
    }
    input:focus {
        outline: none;
    }
    .search-label {
        font-family: 'Avenir-Roman';
        font-size: 12px;
        text-transform: uppercase;
        opacity: 0.6;
        letter-spacing: 1px;
    }

    /* NAV - MAIN MENU --------------------------------------------------------- 320px */
    .main-header-container {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    #main-menu .navbar-header {float: none;}
    .row {display: flex;}
    #main-menu .logo-box{order: 1;}
    #main-menu .search {
        padding-right: 0;
        margin-left: 0;
        margin-right: 50px;
        order: 2;
    }
    #main-menu .navbar,
    .fancybox-wrap[style] {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        order: 3;
    }
    .fancybox-wrap[style] {
        width: 90% !important;
        min-width: 90%;
    }
    #main-menu .navbar-toggle {
        display: block;
        position: relative;
        float: right;
        padding: 6px 10px;
        margin-top: 24px;
        margin-right: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    #main-menu .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }
    #main-menu .navbar-toggle .icon-bar:nth-of-type(2) { width: 80%; margin-left: 10%;}
    #main-menu .navbar-toggle .icon-bar:last-of-type {width: 80%; margin-left: 10%;}
    #main-menu .navbar-collapse {
        background-color: #fff;
        box-shadow: inset 3px -6px 10px 0px rgba(0,0,0,0.1);
        height: 100vh !important;
        position: absolute;
        top: -1px;
        width: 70vw;
    }
    #main-menu .navbar-toggle[aria-expanded="true"]:after {
        content: "X";
        position: absolute;
        top: -25px;
        left: -83vw;
        background-color: #fff;
        width: 18vw;
        height: 10vh;
        padding-top: 18px;
        font-size: 1.5em;
        z-index: 700;
    }
    #main-menu .navbar-nav {
        position: relative;
        left: 10%;
        float: none!important;
        margin: 2em 0;
    }
    #menu-main-menu:before {
        content: 'CATEGORIES';
        color: #9A9AAC;
        font-weight: 300;
        font-size: 12px;
    }
    #main-menu .navbar-nav>li {
        float: none;
        padding-top: 1em;
        max-height: 47px;
    }
    #main-menu .navbar-nav>li:not(:last-child) {
        margin-bottom: 10px;
    }
    #main-menu .navbar-nav.top-drop-menu > li > a {
        display: block;
        padding-top: 0;
        padding-left: 0;
        color: #7f7d8b;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: .75px;
        padding-bottom: 0px !important;
    }
    #main-menu .nav,
    #main-menu .nav-container,
    #main-menu .navbar-toggle .icon-bar { background-color: #05040a; margin-bottom:4px;}
    .navbar-toggle[aria-expanded="true"] .icon-bar {background-color: #fff;}
    .navbar-toggle[aria-expanded="true"]  + a.navbar-brand{color: #fff;}
    #main-menu .collapse.in {
        display: block !important;
        position: absolute;
        z-index: 500;
        background-color: white;
        top: -2em;
        width: 100%;
        left: 0;
        padding: 1em 0 0;
        -webkit-box-shadow: inset 0px 20px 50px rgba(5, 4, 10, 0.1);
        -moz-box-shadow:  inset 0px 20px 50px rgba(5, 4, 10, 0.1);
        -ms-box-shadow:  inset 0px 20px 50px rgba(5, 4, 10, 0.1);
        box-shadow:  inset 0px 20px 50px rgba(5, 4, 10, 0.1);
    }
    .logo-box img{
        width: auto;
        height: 32px;
    }
    .mobile-logo-wrap .sign-up{
        float: none;
        width: 224px;
        height: auto;
        margin: 2em 2.6em 2em 10%;
    }
    .mobile-logo-wrap .sign-up input[type="text"] {
        padding: 0.8em 1em;
        width: 100%;
        font-size: 13px;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: #d7d7dc;
        height: 48px;
    }
    .mobile-logo-wrap .sign-up input[type="submit"] {
        background: none;
        width: 100%;
        margin: 1em auto;
        padding: 1em;
        color: #5a52ff;
        font-size: 12px;
        font-family: 'Avenir-Heavy';
        letter-spacing: 1px;
        border: 2px solid #5a52ff;
        border-radius: 4px;
        box-shadow: none;
        -webkit-appearance: none;
        height: 48px;
    }
    .mobile-logo {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }
    .mobile-logo .mobile-brand img {
        width: 100%;
    }
    .navbar{margin-top:0;}

    /* NAV - TOP MENU --------------------------------------------------------- 320px */
    .top-menu {margin-bottom: 0;height: 196px;background-color: #05040a}
    .navbar-brand {padding: 7.5px;}
    .navbar-nav li {
        display: inline-block;
        clear: both;
        width: 100%;
    }
    .top-head,
    #top-nav .navbar-toggle {display: none;}

    .navbar{margin-top:0;}

    /* PAGE STRUCTURE - TITLES --------------------------------------------------------- 320px */
    h1 {
        font-size: 2em;
        font-family: 'Avenir-Heavy';
        line-height: 1.4;
    }
    h2,h3{font-size: 1.75em; font-family: 'Avenir-Heavy';}
    h4{font-size: 1.125em;}
    h5{font-size: 1em;}
    h6{font-size: .75em;}

    h3,
    .h3,
    h2,
    .h2,
    h2.post-meta-title{
        font-family: 'Avenir-Heavy';
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
    }
    .post-meta-title {
        margin-right: 32px;
    }
    .post-meta-title a {
        cursor: pointer;
    }
    .single-cta-wrap h2 {
        color: #fff !important;
    }
    .single .entry-content h1,
    .single .entry-content h3,
    .single .entry-content h2 {
        color: #2a273d;
        font-size: 18px;
        font-weight: 900;
    }
    .single .entry-content h3,
    .single .entry-content h2 {
        margin-left: 1em;
    }
    .single .entry-content li {
        padding: 0 1em 0 0;
    }
    .single .entry-content h1{font-size: 2em;}
    .more-author {
        margin-bottom: 1em;
        font-size: 24px;
        font-family: 'Avenir-Book';
        opacity: 0.8;
        letter-spacing: 0.4px;
        text-align: center;
    }
    .contribute-heading,
    h3.author-role {
        margin-top: 0;;
        font-size: 24px;
        line-height: 1.3;
        text-transform: capitalize;
    }
    .contribute-heading{margin-top: 0.4em;}

    /* CONTENT --------------------------------------------------------- 320px */
    #filter {
        position: relative;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2.5em;
        text-align: center;
        z-index: 300;
        margin-top: 2.5em;
    }
    span#recent_posts,
    span#popular_posts{
        position: relative;
        left: -9px;
        color: #828090 !important;
        font-family: 'Avenir-Black';
        font-size: 12px;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
    }
    span#popular_posts{left: auto; right: -9px;}
    span#recent_posts.active,
    span#popular_posts.active{color: #38354f !important;}
    .filter-background {
        background-color: #5A52FF;
        position: absolute;
        top: -1px;
        left: 0px;
        width: 18px;
        height: 18px;
        float: left;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
    }
    .filter-background-popular {
        background-color: #5A52FF;
        position: absolute;
        top: -1px;
        right: 0px;
        width: 18px;
        height: 18px;
        float: right;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
    }

    .animate-switch-right {
        transform: translateX(100%);
        transition: transform .2s ease-in;
    }
    .animate-switch-left {
        transform: translateX(0%);
        transition: transform .2s ease-in;
    }
    div.blog-content.row {
        display: block;
    }

    /* CONTENT - HOME/FRONT --------------------------------------------------------- 320px */
    .feature-wrap.col {
        position: relative;
        top: 0;
        width: 100%;
        height: 264px;
        z-index: 100;
    }
    .post-date,
    .read-time {
        font-family: 'Avenir-Roman';
        font-size: .8em;
        opacity: 0.6;
    }
    .entry-header {
        position: relative;
        background-color: #ffffff;
        border-radius: 12px;
        top: 50vmin;
        left: 0;
        width: 100vw;
        height: auto;
        padding: 1.6em;
    }
    .blog-post,
    .featured-post {
        background-color: #ffffff;
        left: 0;
        height: auto;
        padding: 1.6em;
        border-top-right-radius: 12px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    .blog-post {
        position: relative;
    }
    .blog-post span a,
    .featured-post span a {
        font-family: 'Avenir-Heavy';
        color: #7f7d8b;
    }
    .blog-post {
        top: -6.75vh;
        border-top-right-radius: 12px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
        box-shadow: 0px 4px 50px rgba(0,0,0,0.1);
        padding: 0px;
        padding-top: 32px;
        padding-left: 32px;
        padding-bottom: 38px;
    }
    .entry-header {
        background-color: #fff;
        top: -222px;
        left: 0;
        height: auto;
        max-height: none;
        padding: 2em 1em;
        z-index: 999;
        border-radius: 0;
    }
    .feature-thumb {
        position: absolute;
        bottom: 0;
        left:  0;
        width: 100%;
        max-height: 450px;
        margin-bottom: 0;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    span.single-post-date.post-date.small { float: none;}
    .blog-post-date.post-date.small {
        font-size: 12px;
        opacity: 0.6;
    }
    #post-cta {
        margin-top: 3em;
        padding: 1em;
    }
    .post-single-cta {
        overflow: hidden;
        background-color: #05040A;
        max-width: 280px;
        height: 100%;
        max-height: 350px;
        margin-top: 0;
        padding: 30px;
        float: none;
        margin: 0 auto;
        color: #fff;
        border-radius: 8px;
        left: 50px;
    }
    .small-cap .wp-caption-text{right: 0;}
    .post-thumb {margin: 0 auto;}
    .post-content.col-sm-4,
    .post-content.col-sm-8,
    .post-content.col-sm-12 {
        padding-right: 0;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 3em;
    }
    .info-box {
        background-color: #d2d1f9;
        position: relative;
        padding: 1em 6.5em 1em 1em;
        margin: 3em 1em 3em;
        color: #2A273E;
        max-height: 45px;
    }
    .box-opener {
        padding-top: 24px;
    }
    #post-cta,
    .post-content.col-sm-4,
    .post-content.col-sm-8,
    .post-content.col-sm-12,
    .post-content.col-md-4 {
        width: 378px;
        padding-left: 0;
        margin-top: 0;
        border-top-right-radius: 12px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    .blog-post {
        top: -2.75vh;
        width: 86.5%;
        height: auto;
        max-height: 425px;
        margin-bottom: 0;
    }
    .post-content.col-sm-4 .post-thumb  img,
    .post-thumb img{height: 216px;object-fit: cover;}
    .post-thumb img {
        border-radius: 12px;
    }

    /* CONTENT - SINGLES --------------------------------------------------------- 320px */
    .single .entry-header{top: -50px;}
    .single .entry-content {margin: 0 auto 1em;}
    .single-post-cat,
    .blog-post-cat,
    .feature-post-cat{
        margin-right: 1em;
        font-size: .825em;
    }
    .more-post-container {
        display: flex;
        margin: auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    .single .author-container .post-content,
    .single .author-container .post-content:nth-child(3n+2) {
        margin-bottom: 3em;
        margin-left: 15px;
        margin-right: 15px;
    }
    .author-descript {padding-top: 0;}
    .author-container.container {padding-top: 2em;}
    .single .author-info{
        margin-top: 1em;
    }
    .info-link {width: 22%;}
    .single figure.author-avatar{
        float: none;
        align-self: center;
    }
    .entry-content p {
        margin: 1em;
        font-size: 16px;
    }
    .entry-content p img {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }
    .single-post-meta {
        display: flex;
        justify-content: space-between;
    }
    .single-post-cat a {
        font-size: 16px;
        font-family: 'Avenir-Heavy';
    }
    .read-time {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .single-post-date {
        font-size: 12px;
        opacity: 0.6;
    }
    .author-meta, .author-thanks-meta {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    p.author-name {
        margin-top: 0;
    }
    p.author-email {
        margin-bottom: 0;
        opacity: 0.6;
    }
    .author-details-align {
        padding: 1em 0;
    }
    #single-content .row {
        display: block;
    }

    .one-line-cta {
        background-color: #5A52FF;
        max-width: 700px;
        margin: 1em auto;
    }
    .one-line-cta input[type=text] {
        background: transparent;
        border: none;
        color: white;
        font-size: 1em;
        margin: 14px 0px 14px 30px;
        width: calc(100% - 85px);
    }
    .one-line-cta input::placeholder {
        color: white;
        opacity: 1;
    }

    .one-line-cta .one-line-cta-arrow {
        width: 18px;
        margin: 15px 0px -3px 0px;
    }

    /* styling for the blur gate */
    .text-blur {
        color: transparent;
        text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
    }

    .single-post-content .entry-content .text-blur a {
        color: transparent !important;
    }

    .text-fade {
        transition: text-shadow 0.5s ease, color 0.5s ease;
    }

    /* sometimes images and videos are nested inside figures, but sometimes they're inside p tags */
    .webkit-blur, .text-blur img, .text-blur iframe {
        -webkit-filter: blur(8px);
    }
    .webkit-fade {
        transition: -webkit-filter 0.5s ease;
    }


    /* CONTENT - AUTHOR --------------------------------------------------------- 320px */
    .single .author-bio-row,
    .author .author-row {
        padding: 1em;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .single .author-thanks-row {
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .author-details-row{
        background-color: #eeeef0;
        padding: 1.5em ;
    }
    .author-thanks-details-row {
        background-color: #eeeef0;
        padding-top: 1.6em;
        padding-bottom: 1.6em;
    }
    .author-thanks-name {
        margin-top: 1em;
        opacity: 0.6;
        font-family: 'Avenir-Heavy';
    }
    .author-thanks.col-md-8 {
        padding: 0;
    }

    .author-thanks-url {
        color: #5A52FF !important;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: 'Avenir-Black';
    }
    .author-thanks-url:hover {
        text-decoration: underline;
    }
    .author-thanks-url-align {
        margin: 0.7em 0;
        margin-bottom: 20px;
    }
    .author-thanks-info {
        margin-top: 0.5em;
        margin-bottom: 0.8em;
    }
    .thanks-info-link {
        position: relative;
        display: block;
        float: none;
        margin: 0;
        padding-top: 15px;
        width: 50%;
        font-size: 14px;
        text-align: left;
    }
    .thanks-info-link {
        display: inline-flex;
    }
    .thanks-info-link img {
        margin-right: 10px;
    }
    .thanks-info-link.twitter img,
    .info-link.twitter img {
        width: 18px;
        height: 15px;
        position: relative;
        top: 3px;
    }
    .thanks-info-link.other:before { content: url('../../images/author-other.png'); }
    .thanks-info-link.linked:before { content: url('../../images/author-linked.png'); }
    h3.author-thanks-role {
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 1.2em;
        line-height: 1.5;
    }
    header.author-thanks-head {
        height: auto !important;
        padding: 0;
    }
    .author-content {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .author-img.col-sm-4 { margin: 0 auto;}
    .author-img.col-sm-3 { /* bs override */
        margin: 0 auto;
    }
    .info-link {
        position: relative;
        display: inline-flex;
        float: none;
        margin: 0;
        padding: 7px;
        width: 50%;
        font-size: 14px;
        text-align: left;
    }
    .info-link img {margin-right: 10px;}
    .author-avatar{
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 22px;
    }
    .author-profile{
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 10px;
        padding: 0 1.5em;
    }
    .author-info{
        margin: 1em 0;
        padding-left: 2.6em;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .author-post.col-sm-4 {margin-top: 3em;}
    .post-content.col-md-4 {
        padding: 0;
        margin-bottom: 1.6em;
    }
    .navigation li a,
    .navigation li a:hover,
    .navigation li.disabled {
        font-size: 12px;
    }

    /* CONTENT - ARCHIVE --------------------------------------------------------- 320px */
    .category-grid {
        background-color: #eeeef0;
        margin-top: 1.8em;
    }
    .cat-container{
        padding-top: 35px;
    }
    .cat-head {
        text-transform: uppercase;
        opacity: 0.5;
        font-size: 12px;
        letter-spacing: 0.4px;
    }
    h5.searchsub {
        font-size: 12px;
        text-transform: uppercase;
        opacity: 0.6;
        font-family: 'Avenir-Roman';
        letter-spacing: 1px;
    }
    h1.search-heading {
        margin-bottom: 1em;
        text-transform: capitalize;
    }
    .no-results-header {
        padding-left: 1em !important;
    }
    .no-results-container {
        flex-direction: column;
        align-items: center;
    }
    .no-results-redirect {
        font-family: 'Avenir-Book';
        font-size: 24px;
        opacity: 0.6;
        margin-bottom: 1em;
    }
    main#search-results .container.search-header-align,
    main#nada .container.search-header-align {
        padding-left: 15px;
        padding-right: 15px;
    }
    main#search-results
    .container {
        padding-top: 20px;
    }
    .search-results .search-results-align {
        display: block;
        margin: auto;
        width: 378px;
    }
    .search-results-align::before {
        display: none;
    }
    .search-no-results .search-results-align {
        display: block;
    }
    #nada .search-results-align {
        display: block;
    }

    /* CONTENT - FOOTER --------------------------------------------------------- 320px */
    .foot-container {
        margin-top: 3.5em;
        margin-bottom: 5em;
    }
    #foot-content {
        font-size: 16px;
        width: auto;
        margin: 1em;
        text-align: center;
    }
    #foot-content.row {
        flex-direction: column;
    }
    .foot-join-us { /* html button */
        height: 48px;
        margin-top: 2em;
        padding: 0 20%;
        border: 2px solid #5A52FF;
        border-radius: 4px;
        background-color: #fff;
    }
    .foot-join-us-text {
        color: #5A52FF;
        font-size: 12px;
        font-family: 'Avenir-Black';
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0;
    }
    .foot-join-us:hover {
        background-color: #5A52FF;
    }
    .foot-join-us:hover .foot-join-us-text {
        color: #fff;
    }
    .explore-frame-align { /* explore frame container */
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        height: 50px;
    }
    .explore-frame-align:hover {
        cursor: pointer;
    }
    .explore-frame-text {
        font-size: 12px;
        font-family: 'Avenir-Black';
        color: #2A273E;
        opacity: 0.6;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0;
    }
    .explore-frame-arrow {
        width: 1em;
        height: 1em;
        margin-left: 1px;
        margin-bottom: 1.2em;
        position: relative;
        top: 5px;
        left: 3px;
    }
    #foot-text { /* footer bottom text container */
        width: auto;
    }
    .foot-text-align {
        margin: 1em 0;
    }
    .foot-text {
        margin-bottom: 0;
        font-size: 12px;
        font-family: 'Avenir-Roman';
        text-align: center;
        line-height: 2;
        opacity: 0.6;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .social-icon {
        margin: 1em 0.5em;
    }
    .social-icon-wrap {
        padding-top: 1em;
        text-align: center;
    }
    .footer-widget.col-sm-offset-3.col-sm-3 {
        display: none;
    }
    .footer-widget.col-sm-6 {
        padding: 0 0.6em;
    }
    .sumome-stylebufferbottom-shim {
        display: none;
    }
    #foot-text.row {
        flex-direction: column-reverse;
    }
    div.navigation ul {
        margin-left: -30px;
    }
    #disqus_thread {
        margin: 0 1em;
    }
}

/* 375px ------------------------------------------------------------------------------ 375px */
@media (min-width: 375px){
    .author-row {
        border-radius: 12px;
    }
}

@media (min-width: 390px){
    div.blog-content.row {
        width: 378px;
        margin: auto;
    }
}

@media (min-width: 460px){
    .more-post-container {
        width: 408px;
    }
    .author-thanks-info {
        margin: 1em 0 2em 0;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 519px){
    .foot-join-us { /* html button */
        width: 100%;
    }
    .single .entry-content h1, .single .entry-content h3, .single .entry-content h2 {
        margin: 15px;
        margin-top: 35px;
    }
    /* .wp-caption-text {
			margin-bottom: 20px !important;
		} */
    #cta {
        height: 400px !important;
        margin-bottom: 40px;
    }
    .cta-message {
        font-size: 24px;
        line-height: 36px;
    }
    .cta-inner-container {
        top: 15px !important;
    }
    .button-container {
        margin-top: 26px !important;
    }
    .full-cta-img {
        top: 35px !important;
        width: 340px !important;
        height: 238px !important;
    }
}
/* 520px ------------------------------------------------------------------------------ 520px */
@media (min-width: 520px){
    #main-menu .navbar-toggle[aria-expanded="true"]:after {left: -87vw;}
    /** headings **/
    h1{font-size: 30px;}
}
@media (max-width: 599px) {
    .featured-content {
        height: 384px;
    }
    iframe {
        height: auto;
        min-height: 194px;
    }
}
/* 600px ------------------------------------------------------------------------------ 600px */
@media (min-width: 600px) {
    .featured-post {
        bottom: 0;
        background-color: #ffffff;
        left: 0;
        height: auto;
        padding: 1.6em;
        border-top-right-radius: 12px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    .feature-wrap.col,
    .single-post-picture {
        height: 350px;
    }
    .featured-content {
        height: 470px;
    }
}

/* MAX - 767px ------------------------------------------------------------------------------ MAX - 767px */
@media (max-width: 767px){
    h1 {
        font-size: 1.5em;
    }
    .featured-post {
        bottom: -120px;
        width: 90%;
    }
    .logo-box-logo {
        margin-left: 16px;
    }
    .fancybox-opened {
        top: 12vh !important;
        margin: 0 5vw !important;
    }
    .post-meta-title {
        margin-top: 13px;
        margin-bottom: 2px;
    }
    .single-post-cat:before {
        top: 28px !important;
    }
    .bio-thanks-container {
        width: 100%;
    }
    .contribute{
        margin-top: 50px;
    }
    .contribute-heading {
        margin-top: 0.4em;
    }
    .author-thanks-details-inner-container,
    .contribute-content {
        margin: 1em;
    }
    #foot-content {
        padding-top: 32px;
    }
    .archive .cat-archive header.archive-header {
        padding-left: 1em;
    }
    .author-profile h1.author-name {
        font-size: 32px;
    }
    .author-info {
        padding-left: 1em;
    }
    .logo-grey {
        position: relative;
        top: 6px;
    }
    blockquote {
        margin-bottom: 40px;
    }
    .entry-content blockquote p {
        font-size: 36px !important;
        margin-left: 0px !important;
    }
    .share-container {
        display: block;
        width: 320px;
        margin: 0 auto;
    }
}

/* 768px ------------------------------------------------------------------------------ 768px */
@media (min-width: 768px){
    button, input, optgroup, select, textarea {font-size: .75em}
    input.field.s {width: 100%;}
    .container {
        width: 90%;
    }
    .more-author {margin-bottom: 1.4em; font-size: 24px;margin-top: 47px;}
    /* NAV MENUS --------------------------------------------------------- 768px */
    .search.col-sm-1 {
        width: 100%;
    }
    #main-menu .navbar-toggle {
        margin-right: 60px;
    }
    #main-menu .search {
        margin-right: 4em;
    }
    .btn-default .pull-right {
        float: none;
    }
    .fancybox-opened {
        top: 12vh !important;
        margin: 0 5vw !important;
    }
    .share-container {
        display: flex;
        justify-content: center;
    }
    .mobile-logo-wrap .sign-up {
        margin-left: 3em;
    }
    #main-menu .navbar-nav {
        left: 3em;
    }
    /* CONTENT --------------------------------------------------------- 768px */
    .blog-post {margin-bottom: 3em;}
    #foot-text .col-sm-3 {
        padding: 0;
    }
    #foot-text .col-sm-3:first-of-type{ padding-left: 0;}
    #post-cta,
    .post-content.col-sm-4,
    .post-content.col-sm-8,
    .post-content.col-sm-12,
    .post-content.col-md-4 {
        margin-bottom: 0em;
    }
    .feature-thumb img,
    .single-post-picture {
        border-radius: 12px;
    }
    .feature-wrap.col,
    .single-post-picture {
        height: 450px;
    }
    .featured-content {
        margin-top: 2em;
    }
    .featured-post {
        width: 650px;
    }
    .single-thumb img {
        border-radius: 0;
    }
    .entry-header {
        width: 85vw;
        padding: 3.5em;
        border-top-right-radius: 12px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    .entry-content p, li {
        font-size: 18px;
    }
    .bio-thanks-container {
        margin-top: 88px;
    }
    .single-more-container.container {
        width: 100%;
    }
    div.author-container {
        width: 100%;
    }

    /* CONTENT - AUTHOR --------------------------------------------------------- 768px */
    .author .author-row{
        display: block;
        padding: 2em 1em 3em 1em;
    }
    .info-link { margin: 0 1.5em;}
    .author-profile.col-sm-9 {
        width: 70%;
    }
    .author-img.col-sm-3 {
        margin-top: 2em;
    }
    .author-info.col-sm-3 {
        padding-left: 1em;
        padding-top: 1em;
    }
    .info-link {
        opacity: 0.6;
    }
    .author-thanks-details-row {
        padding: 3em 3.8em;
    }
    .author-thanks-details-inner-container {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
    }
    .single .author-container .post-content,
    .single .author-container .post-content:nth-child(3n+2) {
        margin-bottom: 0em;
    }
    .bio-thanks-container {
        width: 650px;
    }
    .author-thanks-profile,
    .contribute-content p {
        width: 300px;
    }
    .author-thanks-profile {
        padding: 0 1em;
    }
    .contribute-heading {
        max-width: 258px;
    }
    .contribute-content {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
    }

    /* CONTENT - CATEGORIES --------------------------------------------------------- 768px */
    .single-post-cat,
    .blog-post-cat,
    .feature-post-cat{margin-right: 1em;}
    figure.wp-caption {margin: 1.5em auto;}
    .post-single-cta {
        overflow: hidden;
        position: relative;
        top: 0;
        max-width: 280px;
        height: 100%;
        max-height: 350px;
        margin-top: 0;
        float: right;
        border-radius: 8px;
    }
    .single-post-cat {
        margin-right: 1.8em;
    }
    .fauthor-content.row {
        margin-left: 2em;
    }
    .author-thanks.col-md-8 {
        width: 100%;
    }
    .author-post.col-md-4 {
        display: none;
    }

    /* CONTENT - FOOTER --------------------------------------------------------- 768px */
    #foot-content {
        text-align: left;
        margin: 0 2em;
    }
    .footer-widget.col-sm-offset-3.col-sm-3 {
        display: block;
        margin-left: 20%;
    }
    .widget_nav_menu h3 {
        opacity: 0.6;
    }
    .footer-widget.col-sm-6 {
        width: 100%;
    }
    .footer-widget div h3 {
        font-family: 'Avenir-Roman';
        letter-spacing: 1px;
        margin-bottom: 33px;
    }
    .footer-widget div div ul {
        width: 126px;
    }
    .footer-widget div div ul li {
        margin-bottom: 6px;
    }
    #foot-text.row {
        flex-direction: row;
        margin: 0 2em;
    }
    .foot-text-align {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin: 0;
    }
    .foot-text-align.col-sm-6 {
        padding: 0 0 0 15px;
    }
    #foot-content.row {
        flex-direction: row;
    }
    .foot-action-main {
        display: flex;
        flex-direction: column;
    }
    .foot-action-buttons {
        display: flex;
        flex-direction: row;
        margin-top: 2em;
        margin-bottom: 4.5em;
        align-items: center;
    }
    .foot-join-us {
        margin-top: 0;
        margin-left: 0.6em;
        padding: 0 15px;
    }
    .explore-frame-align {
        width: 200px;
        align-self: flex-start;
    }
    .social-icon {
        margin-left: 1em;
        margin-right: 0;
    }
    .social-icon-wrap {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding: 0 10% 0 0;
    }
    .foot-join-us { /* html button */
        width: 194px;
    }
    .foot-container{ padding: 5em 0 1em;}
}

@media (min-width: 820px){
    .single .entry-content h1,
    .single .entry-content h3,
    .single .entry-content h2,
    .entry-content p {
        margin: 0 auto;
    }
}

@media (max-width: 872px){
    .author-container > .author-content > div > article.post-content.col-md-4:nth-child(3n+2) {
        margin-left: 0px;
        margin-right: 0px;
    }
    .author-container > .author-content > div > article.post-content.col-md-4:nth-child(odd) {
        margin-left: 0px;
        margin-right: 0px;
    }
    .author-container > .author-content > div > article.post-content.col-md-4:nth-child(even) {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* MIN - 873px ------------------------------------------------------------------------------ MIN - 873px */
@media (min-width: 873px){
    figure[style] {
        width: 800px !important;
    }
    .blog-content.content.row,
    div.blog-content.row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 2em;
        width: 787px;
        margin: auto;
    }
    .blog-content.content.row::before,
    .blog-content.content.row::after {
        display: none;
    }
    .post-content.col-sm-4,
    .post-content.col-sm-4:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }
    .post-content.col-sm-4:nth-child(odd) {
        margin-left: 0px;
    }
    .post-content.col-sm-4:nth-child(even) {
        margin-right: 0px;
    }
    .more-post-container {
        width: 816px;
    }
    div.blog-content.row {
        width: 804px;
    }
    .more-author-posts {
        width: 786px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
    }
    .cat-container > .blog-content > article.post-content.col-md-4:nth-child(3n+2),
    .author-container > .author-content > div > article.post-content.col-md-4:nth-child(3n+2) {
        margin-left: 0px;
        margin-right: 0px;
    }
    .cat-container > .blog-content > article.post-content.col-md-4:nth-child(odd),
    .author-container > .author-content > div > article.post-content.col-md-4:nth-child(odd) {
        margin-left: 0px;
        margin-right: 15px;
    }
    .cat-container > .blog-content > article.post-content.col-md-4:nth-child(even),
    .author-container > .author-content > div > article.post-content.col-md-4:nth-child(even) {
        margin-left: 15px;
        margin-right: 0px;
    }

    .search-results .search-results-align {
        display: flex;
        align-items: left;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 787px;
    }
}

@media (max-width: 900px) {
    #cta {
        flex-direction: column;
        text-align: center;
        height: 600px;
    }
    .cta-inner-container {
        margin: 0 auto;
        top: 40px;
    }
    .button-container {
        margin: 0 auto;
        margin-top: 56px;
    }
    .full-cta-img {
        top: 100px;
    }
}

@media (min-width: 987px) {
    .bio-thanks-container {
        width: 800px !important;
    }
    .author-thanks-profile,
    .contribute-content p {
        width: 415px;
    }
    .contribute-heading {
        max-width: 292px;
    }
}

@media (max-width: 1099px) {
    .single-post-cat:before {
        top: 51px;
    }
    .blog-header {
        background-color: #fff;
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 0px;
        /* transform: translate3d(0, 0, 0); */
        z-index: 10;
    }
    .wp-caption-text {
        padding: 0 1em;
    }
    .single-wrap.col {
        max-height: 1100px;
    }
    .navbar-collapse.collapse.hide-mobile-navbar {
        display: none !important;
    }
    .navbar-collapse.collapse.show-mobile-navbar {
        display: block !important;
        margin-left: 100%;
    }
    .hide-body {
        /* overflow-y: hidden !important; */
        margin-left: -70%;
        overflow-x: visible;
    }
    .show-body {
        margin-left: 0;
    }
    #main-menu .navbar-nav.top-drop-menu > li > a {
        font-size: 14px;
        margin-right: 0px;
    }
    #main-menu .navbar-nav>li {
        padding-top: 0px;
        line-height: 0px;
        min-width: 157px;
    }
    .post-single-cta {
        display: none;
    }
    .page-template-default header {
        height: 76px;
    }
    #page-wrap { /* fix right side overflow white space on mobile */
        padding-top: 75px;
    }
}

/* 1100px ------------------------------------------------------------------------------ 1100px */
@media (min-width: 1100px) { /* -------------------------------------------------------- 1100px */
    iframe {
        min-width: 800px;
        height: 450px;
        position: relative;
        left: -50px;
    }
    .large{font-size: 1.25em;}
    #main-menu .search {margin-left: 0;}
    button, input, optgroup, select, textarea {font-size: 1em}
    input.field.s {width: 100%;}
    #main-menu .navbar-collapse {
        margin-left: 0px;
    }
    #main-menu .navbar {
        width: 992px;
    }
    .menu-item:nth-child(7) a {
        margin-right: 0px;
    }
    .mobile-logo {
        display: none;
    }

    #main-menu .navbar-toggle .icon-bar:nth-of-type(2) { width: 80%; margin-left: 10%;}
    #main-menu .navbar-toggle .icon-bar:last-of-type {width: 80%; margin-left: 10%;}
    #main-menu .navbar-collapse {
        width: 100vw;
    }

    /* HEADER --------------------------------------------------------- 1100px */
    header{height: 500px; padding-top:0;}
    .error404 header,
    .search header,
    .archive header,
    .single-post header{height: 225px;}
    header.author-head,
    .single-post header.entry-header{height: auto;}
    .top-head{display: block; background-color:#05040a;position:relative;z-index:2;}
    .logo-box.col {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 0;
        max-width: none;
        float: left;
    }
    .logo-box-form {
        display: flex;
    }
    .logo-box-sign-up { /* div containing two inputs below */
        display: flex;
        float: none;
        width: 100%;
        justify-content: flex-end;
    }
    .logo-box-sign-up input[type="text"] {
        padding: 8px 0 6px 12px;
        width: 160px;
        border-radius: 4px;
        border-style: solid;
        border-color: #CCCCD2;
        border-width: 1px;
        font-size: 14px;
    }
    .logo-box-sign-up input[type="submit"] {
        background: none;
        padding: 0;
        padding-top: 3px;
        margin-left: 0.7em;
        width: 120px;
        height: 100%;
        color: #5a52ff;
        font-size: 12px;
        font-family: 'Avenir-Black';
        border: 2px solid #5a52ff;
        border-radius: 4px;
        box-shadow: none;
        -webkit-appearance: none;
        letter-spacing: 1px;
    }
    .logo-box-sign-up input[type="submit"]:hover {
        background-color: #5a52ff;
        color: #fff;
    }
    .logo-box-sign-up ::placeholder {
        opacity: 0.6;
    }
    .logo-box-signup-success { /* dk added (temp) */
        padding-top: 7px;
        color: #5a52ff;
        font-family: 'Avenir-Black';
        font-size: 12px;
        letter-spacing: 1px;
    }
    .header-cta-wrapper {
        display: flex;
    }
    .search {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .navbar {
        margin-bottom: 0;
    }
    button.btn.btn-default.fancybox {
        padding-right: 0;
    }
    .logo-box img{
        width: auto;
        height: 32px;
    }
    .fancybox-overlay.fancybox-overlay-fixed {
        top: 0px;
    }
    #main-menu .navbar-nav.top-drop-menu>li>a {
        font-family: 'Avenir-Heavy';
        text-transform: none;
    }
    .top-menu-container {
        padding-left: 1.2em;
        padding-top: 0.7em;
    }

    /* NAV - MAIN MENUS --------------------------------------------------------- 1100px */
    .mobile-logo-wrap{display: none;}
    .pull-right {
        margin-top: 0;
        padding-right: 0;
    }

    #main-menu {
        position: absolute;
        top: 36px;
        left: 0px;
        right: 0px;
        margin-top: 2.8em;
    }
    #main-menu .navbar-header {float: left;}
    #main-menu .nav,
    #main-menu.nav-container.container .row{display: block;}
    #main-menu .navbar {
        position: relative;
        right: auto;
        max-width: none;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        float: left;
        clear: left;
    }
    #main-menu .navbar-toggle {display: none;}
    #menu-main-menu:before {content: ' ';}

    #main-menu .navbar-toggle[aria-expanded="true"]:after {
        content: "";
        position: relative;
        top: 0;
        left: 0;
    }
    #main-menu  .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: none;
    }
    #main-menu   .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        padding-left: 0;
        overflow: visible!important;
    }
    #main-menu .navbar-nav {
        position: relative;
        left: 0;
        float: left !important;
        width: 100%;
        margin: 0;
    }
    #main-menu .navbar-nav>li {
        display: inline-block;
        float: left;
        clear: none;
        width: auto;
    }
    #main-menu .navbar-nav>li>a {
        line-height: 1;
        padding-top: 10px;
    }
    #main-menu .collapse.in {display: none !important;}
    .search-icon-desk-align {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 1.3em;
    }
    .search.col-sm-1 {
        width: 8.33333%;
    }
    #main-menu .search {
        margin-right: 0;
        padding-left: 0px;
        width: 4%;
    }
    #main-menu .search button {
        padding-top: 0px;
        position: relative;
        top: 12px;
        outline: none;
        background-color: #fff;
        box-shadow: none;
    }

    /* NAV - TOP MENU --------------------------------------------------------- 1100px */
    #butt {
        float: right;
        margin-right: 0;
    }
    #butt.navbar-toggle .icon-bar { background-color: #fff;}
    .button-wrap{
        position: relative;
        margin: 0 auto;
        z-index: 999;
    }
    #butt.navbar-toggle {
        display: block;
        padding: 9px 0 11px 10px;
        margin-top: 5px;
        margin-right: 0;
        margin-bottom: 3px;
    }
    .navbar-brand {
        float: right;
        height: auto;
        padding: 6px 0 0;
        font-size: 14px;
        line-height: 1.2;
        margin-right: 3px;
        color: #fff;
    }
    .open-top.top-slidedown {
        display: none;
        float: right;
        margin-top: 5px;
        color: #fff;
        font-size: 1.25em;
        cursor: pointer;
        position: relative;
        top: -238px;
        right: 10px;
    }
    .top-logo-box.col {
        float: left;
        width: 10%;
        margin-top: 4.2em;
        margin-right: 40px;
    }
    .main-header-container {
        flex-direction: column-reverse;
    }

    /* NAV - TOP MENU SLIDE DOWN --------------------------------------------------------- 1100px */
    .layer {
        background-image: url('../../images/top-nav-bg.jpg');
        background-size: 100% 100%;
        background-position: center -22px;
        background-repeat: no-repeat;
        position: absolute;
        width: 100%;
        z-index: 500;
        top: -5px;
        margin: 0;
        overflow: visible;
        opacity: 0;
    }
    .top-menu{
        padding: 3px 0;
        margin-bottom: 2.75em;
        display: none;
    }
    .top-menu .container{padding-right: 0;}
    #top-nav.navbar {
        float: left;
        clear: none;
        width: 80%;
        margin-top: 0;
    }
    ul#menu-top-menu {
        width: 100%;
        height: 12vw;
        padding: 1em 0;
        margin-top: 3em;
        margin-left: 3em;
    }
    ul#menu-top-menu li:hover,
    ul#menu-top-menu li a:hover{background-color: transparent;}
    #top-nav .navbar-nav>li.cat {
        width: 17%;
        padding: 5px 0;
        text-align: left;
        white-space: normal;
        clear: none;
    }
    #top-nav .navbar-nav>li.cat:nth-child(1),
    #top-nav .navbar-nav>li.cat:nth-child(2){
        margin-right: 47px;
    }
    #top-nav .navbar-nav>li.cat:nth-child(3) {
        margin-right: 30px;
    }
    #top-nav .navbar-nav>li.cat a {
        padding: 0;
        color: #fff;
        font-family: 'AvenirNext-Regular';
    }
    #top-nav .navbar-nav>li>.dropdown-toggle {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
    }
    #top-nav .navbar-nav>li.cat .caret{display: none;}
    #top-nav .navbar-nav>li>.dropdown-menu {
        display: block;
        background: none;
        width: 70%;
        padding-left: 0;
    }
    #top-nav .navbar-nav>li>.dropdown-menu li a {
        padding: 0;
        padding-right: 2em;
        color: #9A99AC;
        font-size: 14px;
        line-height: 1.7;
        white-space: normal;
    }
    #top-nav .navbar-nav>li>.dropdown-menu li a:hover {
        color: #fff;
        text-decoration: none;
    }
    #top-nav .navbar-collapse.collapse {display: none!important;}
    #top-nav .navbar-toggle,
    #top-nav .collapse.in{display:block !important;}
    #top-nav .navbar-toggle{margin: 0; padding-right: 0;}
    #top-nav .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .fancybox-opened {
        top: 20vh !important;
    }

    /* PAGE STRUCTURE - TITLES --------------------------------------------------------- 1100px */
    h1{font-size: 3.5em;}
    h2,h3{font-size: 2.625em;}
    h4{font-size: 1.5em;}
    h5{font-size: 1em;}
    h6{font-size: .75em;}
    h1.search-heading{
        margin-bottom: 2em;
        font-size: 42px;
        text-transform: capitalize;
    }
    #filter {top: -4.8em;margin-top: 6.2em;}
    h3.author-role {
        font-size: 24px;
        opacity: 0.6;
    }
    .more-posts {
        width: 1200px;
        margin: auto;
    }

    /* CONTENT --------------------------------------------------------- 1100px */
    .author-name{float: left;}
    .entry-header .author-name {
        position: relative;
        top: 2px;
        float: none;
        margin-top: 0;
    }
    p.author-email {
        clear: none;
        display: inline-block;
        margin-top: 0;
        font-size: 14px;
        position: relative;
        top: -2px;
    }
    .entry-content p {
        max-width: 700px;
        margin: 1em auto;
        margin-bottom: 1.4em;
        font-size: 17px;
        line-height: 2;
    }
    .entry-content li {
        font-size: 17px;
        max-width: 700px;
        margin: 0.5em auto;
        line-height: 1.6;
    }
    .author-img.col-sm-3 {
        padding-right: 0;
        margin-top: 0;
    }
    .featured-content {
        height: 220px;
    }


    /* CONTENT - HOME/FRONT --------------------------------------------------------- 1100px */
    .blog-container.container {margin-top: 0;}
    .home-container{padding-right: 0; margin-top: -5em;}
    .feature-wrap.col {
        top: -300px;
    }
    .featured-post {
        bottom: 0px;
        width: 42.25%;
        padding: 4em;
        padding-top: 4.5em;
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 12px;
    }
    .feature-thumb {
        left: 33.333333%;
        width: 66.666%;
    }
    .post-thumb img,
    .feature-thumb img{
        border-radius: 12px;
    }

    .col-sm-12 .blog-content{
        border-top-right-radius: 12px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 5px
    }
    .post-content.col-sm-12,
    .post-content.col-sm-8{
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5em;
        border-top-right-radius: 12px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    .post-content.col-sm-12{
        border-top-right-radius: 12px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
        height: 450px;
        margin-bottom: 10em;
        padding: 0;
    }
    .post-content.col-sm-8 .post-thumb  img,
    .post-content.col-sm-12 .post-thumb img{max-height: 450px;}
    .post-sm-cta.post-content.col-sm-4 {padding: 2em;}
    .cta-wrap{
        margin: 1em auto;
        padding: 1em;
        -webkit-box-shadow: 0px 20px 50px rgba(5, 4, 10, 0.1);
        -moz-box-shadow: 0px 20px 50px rgba(5, 4, 10, 0.1);
        -ms-box-shadow: 0px 20px 50px rgba(5, 4, 10, 0.1);
        box-shadow: 0px 20px 50px rgba(5, 4, 10, 0.1);
    }
    .post-sm-cta.post-content.col-sm-4 input{
        border: 0;
        -webkit-box-shadow: 0px 20px 50px rgba(5, 4, 10, 0.1);
        -moz-box-shadow: 0px 20px 50px rgba(5, 4, 10, 0.1);
        -ms-box-shadow: 0px 20px 50px rgba(5, 4, 10, 0.1);
        box-shadow: 0px 20px 50px rgba(5, 4, 10, 0.1);
    }
    .author-container.container {
        padding-top: 3em;
    }
    .author-content {
        display: block;
    }
    .author-content.row article.post-content.col-md-4:first-of-type {padding-left: 0;}
    .author-content.row article.post-content.col-md-4:last-of-type {padding-right: 0;}
    .author-details-row{padding: 3em ;}
    .author-info {
        position: relative;
        margin: 0;
    }
    .info-link {
        margin-top: 1em;
    }
    .author-profile .info-link {margin: 0 0.7em;}
    #post-cta,
    .post-content.col-sm-4,
    .post-content.col-sm-8,
    .post-content.col-md-4 {
        margin-bottom: 5em;
    }

    /* CONTENT - SINGLES --------------------------------------------------------- 1100px */
    .single .entry-header{
        top: -222px;
        max-width: 1112px;
        padding: 2.5em;
        border-top-right-radius: 12px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    .single-thumb img{
        border-radius: 0;
    }
    .single .entry-content h1,
    .single .entry-content h3,
    .single .entry-content h2{
        max-width: 700px;
        margin: 1em auto;
        font-size: 24px;
    }
    .single .entry-content h1{font-size: 42px;}
    .author-descript {padding-top: 2em;}
    span.single-post-date.post-date.small { float: right;}
    .info-link {width: 50%;}
    figure.wp-caption,
    .entry-content img {
        margin: 1.5em auto;
        margin-top: 2em;
    }
    .entry-content p img {
        max-width: 800px;
        position: relative;
        left: -50px;
    }
    .post-single-cta {
        position: relative;
        overflow: hidden;
        top: 0;
        max-width: 280px;
        height: 100%;
        max-height: 350px;
        margin-top: 0;
        float: right;
        border-radius: 8px;
    }
    .fauthor-content.row {margin-left: 2em;}
    .info-box {
        width: 100%;
        max-width: 700px;
        padding: 1em 6.5em 1em 1em;
        margin: 0 auto;
        max-height: 56px;
    }
    .box-opener {
        padding-top: 32px;
    }
    .single .author-info {
        margin-top: 1em;
        padding-left: 1.5em;
        clear: both;
    }
    .author-profile{margin-top: -4em;}
    .author-row .author-profile{margin-top: 0;}
    .row.author-row {
        padding: 7em 5em 5em 5em;
    }
    .author-img{padding-left: 0;}
    .single .author-info { color: #84828d !important; font-family: 'Avenir-Book'; padding-left: .5em;}
    .author-post.col-sm-4 {margin-top: 3em;}
    .navigation li a,
    .navigation li a:hover,
    .navigation li.disabled {
        font-size: 16px;
    }
    .read-time {
        opacity: 0.6;
    }
    .archive-title {
        font-size: 42px;
    }
    .search-results {
        display: block !important;
    }
    .single-post-page {
        margin-top: 10px;
    }
    .single-post-meta + .post-meta-title {
        margin-top: 30px;
        margin-bottom: 20px;
        padding-right: 0em;
        line-height: 1.2;
        font-size: 30px;
    }

    .single-post-meta + .post-meta-title a:hover {
        color: #2a273d !important;
    }

    /* FOOTER --------------------------------------------------------- 1100px */
    .search .container.foot-container,
    #foot-content {
        width: auto;
        text-align: left;
    }
    .foot-text{text-align: left;}
    .social-icon-wrap {
        padding-right: 50px;
        text-align: left;
    }
    .explore-frame-align {
        margin: 0;
        height: 4em;
        padding-left: 1em;
    }
    .post-content.col-sm-12 .no-results-redirect-post {
        position: absolute !important;
        top: 23px !important;
        left: 60% !important;
        width: 38% !important;
        height: auto !important;
        padding: 3em !important;
    }
    .post-content.col-sm-12 .no-results-redirect-thumb {
        margin-left: 6% !important;
    }
    .no-results-redirect {
        margin: 2em 0;
    }
    #disqus_thread {
        margin: 0 6em;
    }

    #sticky-footer-nav {
        position: fixed;
        z-index: 5;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0px 20px 0px 20px;
        margin: 0px;
        color: black;
        background:white;
        text-align: center;
        display:flex;
        box-shadow: 0px 4px 50px rgba(0,0,0,0.1);
        height: 70px;
        list-style-type: none;
    }
    #sticky-footer-nav:last-child {
        padding-right:25px;
    }
    .footer-nav-item {
        padding-top: 27px;
        padding-left:10px;
        padding-right:10px;
        flex-grow:1;
        font-family: 'Avenir-Black';
        font-size:12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 14px;
    }
    .footer-nav-item a {
        opacity: 0.6;
    }
    .footer-nav-offset-a {
        display: block;
        position: relative;
        top: -250px;
        visibility: hidden;
    }

}

/* 1120px ------------------------------------------------------------------------------ 1120px */
@media (min-width: 1120px){

    /* PAGE STRUCTURE - TITLES --------------------------------------------------------- 1120px */
    h1 {
        font-size: 42px;
    }
    h3,
    .h3,
    h2,
    .h2{font-size: 42px;}
    .author-content h2.post-meta-title,
    h2.post-meta-title{font-size: 24px;}
    .post-meta-title {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    /* CONTENT --------------------------------------------------------- 1120px */
    .blog-post {
        margin-top: -1.5em;
    }
}

/* 1160px ------------------------------------------------------------------------------ 1160px */
@media (max-width: 1160px){
    .full-cta-img {
        width: 500px;
        height: 351px;
    }
}

/* 1220px ------------------------------------------------------------------------------ 1220px */
@media (min-width: 1220px){
    .featured-post h2.post-meta-title {
        font-size: 42px;
        letter-spacing: -1px;
        line-height: 1.1;
        padding-right: 0px;
    }
    .post-single-cta {
        left: 85px;
    }
}


/* 1299px ------------------------------------------------------------------------------ 1299px */
@media (max-width: 1299px){
    .wp-caption-text {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        opacity: 0.6;
        margin-top: 15px;
    }
    /* .mobile-logo-box {
			max-width: 90%;
		} */
    .mobile-navbar .logo-box {
        max-width: 90%;
    }
}

/* 1300px ------------------------------------------------------------------------------ 1300px */
@media (min-width: 1300px){

    /* PAGE STRUCTURE --------------------------------------------------------- 1300px */
    .container,
    .fancybox-wrap[style] { width: 1200px;}

    .fancybox-wrap[style] {
        min-width: 1200px;
        margin: 0 auto !important;
    }

    /* CONTENT --------------------------------------------------------- 1300px */
    .blog-content.content.row,
    .more-author-posts {
        width: 100%;
    }
    .post-content.col-sm-4 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .post-content.col-sm-8 {
        width: 789px;
    }
    .post-content.col-sm-12 {
        width: 100%;
    }
    .more-post-container {
        display: block;
        width: 100%;
        height: 575px;
    }
    .single .author-container .post-content {margin: 0 auto;}
    .single .author-container .post-content:nth-child(3n+2) { margin: 0 2em;}
    .post-thumb {
        height: 216px;
    }
    .single .entry-content h1{ margin: 1em auto 0.5em 3.8em;}
    .single .entry-content h3,
    .single .entry-content h2 { margin: 3.4em auto 0.5em 6.8em;}
    .post-content.col-sm-12 .blog-post {
        margin-top: 0;
        right: 0;
        height: auto;
        left: auto;
        padding: 4em;
        position: absolute;
        top: 0;
        width: 42.5%;
    }
    .post-content.col-sm-8 .post-thumb {
        width: 100%;
        float: left;
        height: 450px;
    }
    .post-content.col-sm-8 .post-thumb img {
        height: auto;
    }
    .post-content.col-sm-8 .blog-post {
        margin-top: -50px;
        height: auto;
        float: left;
        top: 0;
    }
    .post-content.col-sm-12 .post-thumb {
        float: left;
        width: 66%;
        height: 450px;
    }
    .col-sm-12 .post-thumb img{
        border-top-right-radius: 0;
        border-top-left-radius: 12px;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
        height: auto;
    }
    .col-sm-12 .blog-post h2.post-meta-title {
        font-size: 42px;
        letter-spacing: -1px;
        line-height: 1.1;
    }
    .col-sm-12 .blog-post .blog-post-cat::before {
        top: 59px;
    }
    .post-content.col-sm-12 .no-results-redirect-post {
        position: absolute !important;
        top: 23px !important;
        left: 60% !important;
        width: 38% !important;
        height: auto !important;
        padding: 3em !important;
    }

    .post-content.col-sm-12 .no-results-redirect-thumb {
        margin-left: 6% !important;
    }
    .author-thanks-details.container {
        width: 100% !important;
    }
    .cat-container > .blog-content > article.post-content.col-md-4:nth-child(odd),
    .cat-container > .blog-content > article.post-content.col-md-4:nth-child(even),
    .author-container > .author-content > div > article.post-content.col-md-4:nth-child(odd),
    .author-container > .author-content > div > article.post-content.col-md-4:nth-child(even) {
        margin-left: 0px;
        margin-right: 0px;
    }
    .cat-container > .blog-content > article.post-content.col-md-4:nth-child(3n+2),
    .author-container > .author-content > div > article.post-content.col-md-4:nth-child(3n+2) {
        margin-left: 30px;
        margin-right: 30px;
    }
    div.blog-content.row {
        width: 1194px;
    }
    .wp-caption-text {
        position: absolute;
        top: 0;
        right: -235px;
        left: auto;
        background-color: transparent;
        width: 200px;
        padding: .25em 0;
        color: rgba(42, 39, 61, 0.6);
        font-size: 16px;
        text-align: left !important;
        border-top: 1px solid #d7d7d7;
    }

    .search-results .search-results-align {
        width: 1200px;
    }
}

/* todo remove this and style pages properly! */
#post-1617 {
    margin-left: 30px;
}

/* the added grammercy script fails and puts a huge iframe across the bottom of the screen, making nothing clickable */
#gr-frame {
    display:none;
}

/* this is for the full-width CTA */
.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

#single-content .blue-button-inline-cta {
    background-color: #5b53ff;
    border-radius: 6px;
    color: #ffffff !important;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    width: 90%;
    -webkit-text-size-adjust: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* blur gate styling */
.text-blur {
    color: transparent;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}

.single-post-content .entry-content .text-blur a {
    color: transparent !important;
}

.text-fade {
    transition: text-shadow 0.5s ease, color 0.5s ease;
}

/* sometimes images and videos are nested inside figures, but sometimes they're inside p tags */
.webkit-blur, .text-blur img, .text-blur iframe {
    -webkit-filter: blur(8px);
}
.webkit-fade {
    transition: -webkit-filter 0.5s ease;
}

body { text-rendering: optimizeSpeed !important; }
