html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
    white-space: pre-line
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: 700
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

table {
    border-collapse: collapse
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    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-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box
}

@media (min-width: 425px) {
    .container {
        width:85%;
        padding: 0
    }
}

@media (min-width: 550px) {
    .container {
        width:80%
    }
}

.container:after,.u-cf {
    content: "";
    display: table;
    clear: both
}

html {
    font-size: 62.5%
}

body {
    font-size: 1.8em;
    line-height: 1.6;
    font-weight: 400;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    color: #222
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif
}

h1 {
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: -.1rem
}

h2 {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -.1rem
}

h3 {
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: -.1rem
}

h4 {
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: -.08rem
}

h5 {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: -.05rem
}

h6 {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media (min-width: 550px) {
    h1 {
        font-size:4.6rem
    }

    h2 {
        font-size: 4.2rem
    }

    h3 {
        font-size: 3.6rem
    }

    h4 {
        font-size: 3rem
    }

    h5 {
        font-size: 2.4rem
    }

    h6 {
        font-size: 2rem
    }
}

p {
    margin-top: 0
}

a {
    color: #05f;
    text-decoration: underline
}

a:hover {
    color: #04c
}

.button,button,input[type=button],input[type=reset],input[type=submit] {
    display: inline-block;
    height: 34px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box
}

.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover {
    color: #333;
    border-color: #888;
    outline: 0
}

.button.button-primary,button.button-primary,input[type=button].button-primary,input[type=reset].button-primary,input[type=submit].button-primary {
    color: #fff;
    background-color: #33c3f0;
    border-color: #33c3f0
}

.button.button-primary:focus,.button.button-primary:hover,button.button-primary:focus,button.button-primary:hover,input[type=button].button-primary:focus,input[type=button].button-primary:hover,input[type=reset].button-primary:focus,input[type=reset].button-primary:hover,input[type=submit].button-primary:focus,input[type=submit].button-primary:hover {
    color: #fff;
    background-color: #1eaedb;
    border-color: #1eaedb
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px
}

input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus {
    border: 1px solid #292842;
    outline: 0
}

label,legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600
}

fieldset {
    padding: 0;
    border-width: 0
}

input[type=checkbox],input[type=radio] {
    display: inline
}

label>.label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: 400
}

ul {
    list-style: disc inside
}

ol {
    list-style: decimal inside
}

ol,ul {
    padding-left: 0;
    margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%
}

li {
    margin-bottom: 1rem
}

ol li:before {
    content: "";
    display: inline-block;
    width: 5px
}

code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    border-radius: 4px
}

pre>code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre-line
}

td,th {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1
}

td:first-child,th:first-child {
    padding-left: 0
}

.button,button {
    margin-bottom: 1rem
}

fieldset,input,select,textarea {
    margin-bottom: 1.5rem
}

blockquote,dl,form,ol,p,pre,table,ul {
    margin-bottom: 2.5rem
}

figure {
    margin: 0 auto 2.5rem auto
}

hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #e1e1e1
}

body {
    background-color: #292842
}

.red {
    color: #292842!important
}

.gray {
    background-color: #eee!important
}

body.home #body {
    padding-top: 0
}

.hide {
    display: none!important
}

body#tinymce {
    margin: 20px;
    background-color: #fff
}

#nav {
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: .03em;
    line-height: 52px;
    background-color: #292842;
    height: 52px
}

#nav img.logo {
    display: block;
    margin: 0 auto;
    height: 33px;
    width: auto;
    padding-top: 9px
}

@media (min-width: 750px) {
    #nav img.logo {
        position:relative;
        top: 8px;
        float: left;
        height: 33px;
        width: auto;
        padding-top: 0
    }
}

#menu_wrap .nav-menu {
    display: none
}

@media (min-width: 750px) {
    #menu_wrap .nav-menu {
        display:block;
        float: left
    }
}

#menu_wrap a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

#menu_wrap .nav-menu a:hover {
    color: #ddd
}

#menu_wrap ul {
    margin-bottom: 0
}

#menu_wrap ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 7px;
    transition: margin .25s
}

@media (min-width: 1000px) {
    #menu_wrap ul li {
        margin-left:18px
    }
}

#menu_wrap ul li:first-child {
    margin-left: 13px
}

@media (min-width: 1000px) {
    #menu_wrap ul li:first-child {
        margin-left:25px
    }
}

#nav_social {
    display: none
}

@media (min-width: 900px) {
    #nav_social {
        display:block;
        position: absolute;
        right: 43px;
        color: #fff;
        font-size: 18px
    }
}

@media (min-width: 1000px) {
    #nav_social {
        right:49px
    }
}

#nav_search {
    display: none
}

@media (min-width: 750px) {
    #nav_search {
        display:block;
        position: absolute;
        right: 0;
        width: 0;
        height: 50px;
        transition: all .25s
    }
}

@media (min-width: 750px) {
    #nav li.current-menu-item,#nav li.current-menu-parent,#nav li.current-post-ancestor,#nav li.current-post-parent {
        position:relative
    }

    #nav li.current-menu-item:after,#nav li.current-menu-parent:after,#nav li.current-post-ancestor:after,#nav li.current-post-parent:after {
        position: absolute;
        top: 45px;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 7px 5px;
        border-color: transparent transparent #000 transparent
    }
}

.searchbox {
    position: relative;
    top: -1px;
    min-width: 35px;
    width: 0%;
    height: 50px;
    float: right;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -ms-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 30px!important;
    margin: 0;
    color: #222;
    font-size: 16px;
    border: 0!important;
    border-radius: 100px!important
}

input[type=search].searchbox-input::placeholder {
    color: #222;
    opacity: 1
}

input[type=search].searchbox-input::-webkit-input-placeholder {
    color: #222
}

input[type=search].searchbox-input::-moz-placeholder {
    color: #222
}

input[type=search].searchbox-input:-ms-input-placeholder {
    color: #222
}

input[type=search].searchbox-input:focus {
    border: 1px solid #fff!important;
    outline: 0!important
}

.searchbox-icon,.searchbox-submit {
    width: 41px;
    height: 32px;
    background-color: #292842;
    display: block;
    position: absolute;
    top: 11px;
    font-size: 17px;
    right: -2px;
    padding: 0;
    margin: 0;
    outline: 0;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    color: #222;
    border-radius: 50px
}

.searchbox-open {
    width: 100%
}

.searchbox-hide {
    display: none!important
}

#menu_trigger {
    cursor: pointer;
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 24px;
    height: 41px;
    padding: 11px 40px 0 20px;
    transition: all .7s ease-in-out;
    z-index: 4;
    top: 0
}

@media (min-width: 425px) {
    #menu_trigger {
        left:calc(7.5% - 20px);
        padding: 11px 40px 0 20px
    }
}

@media (min-width: 550px) {
    #menu_trigger {
        left:calc(10% - 20px);
        padding: 11px 40px 0 20px
    }
}

@media (min-width: 750px) {
    #menu_trigger {
        display:none
    }
}

@media (max-width: 750px) {
    html.noscroll {
        position:fixed;
        overflow-y: scroll;
        width: 100%
    }
}

.bar {
    display: block;
    height: 3px;
    width: 30px;
    background-color: #fff;
    margin: 5px auto;
    border-radius: 1px;
    transition: all .7s ease
}

#menu_trigger.active .top {
    transform: translateY(8px) rotateZ(45deg)
}

#menu_trigger.active .bottom {
    transform: translateY(-8px) rotateZ(-45deg)
}

#menu_trigger.active .middle {
    width: 0
}

.move-to-right {
    transform: translateX(225px)
}

#body {
    background-color: #fff;
    padding: 30px 0
}

@media (min-width: 550px) {
    #body {
        padding:40px 0
    }
}

#body,#footer,#nav {
    z-index: 2;
    position: relative;
    transition: transform .7s ease-in-out
}

#mobile_menu {
    z-index: 1;
    height: 100%;
    width: 225px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #292842
}

.admin-bar #mobile_menu {
    padding-top: 46px
}

#mobile_menu .menu-item {
    opacity: 0;
    transform: translateY(-20px)
}

#mobile_menu .menu-item.active {
    opacity: 1;
    transform: translateY(0)
}

#mobile_menu .menu-item:nth-child(1) {
    transition: all .7s .1s ease-in-out
}

#mobile_menu .menu-item:nth-child(2) {
    transition: all .7s .2s ease-in-out
}

#mobile_menu .menu-item:nth-child(3) {
    transition: all .7s .3s ease-in-out
}

#mobile_menu .menu-item:nth-child(4) {
    transition: all .7s .4s ease-in-out
}

#mobile_menu .menu-item:nth-child(5) {
    transition: all .7s .5s ease-in-out
}

#mobile_menu .menu-item:nth-child(6) {
    transition: all .7s .6s ease-in-out
}

#mobile_menu .menu-item:nth-child(7) {
    transition: all .7s .7s ease-in-out
}

#mobile_menu .menu-item:nth-child(8) {
    transition: all .7s .8s ease-in-out
}

#mobile_menu .menu-item:nth-child(9) {
    transition: all .7s .9s ease-in-out
}

#mobile_menu .menu-item:nth-child(10) {
    transition: all .7s 1s ease-in-out
}

#mobile_menu .menu-item:nth-child(11) {
    transition: all .7s 1.1s ease-in-out
}

#mobile_menu .menu-item:nth-child(12) {
    transition: all .7s 1.2s ease-in-out
}

#mobile_menu .menu-item:nth-child(13) {
    transition: all .7s 1.3s ease-in-out
}

#mobile_menu .menu-item:nth-child(14) {
    transition: all .7s 1.4s ease-in-out
}

#mobile_menu .menu-item:nth-child(15) {
    transition: all .7s 1.5s ease-in-out
}

#mobile_menu .menu-item:nth-child(16) {
    transition: all .7s 1.6s ease-in-out
}

#mobile_menu ul {
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    font-weight: 600;
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0 0 30px
}

#mobile_menu a {
    color: #fff;
    text-decoration: none;
    padding: 10px 25px 10px 0;
    line-height: 2
}

#mobile_menu-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
    background: rgba(0,0,0,.5);
    transition: transform .7s ease-in-out
}

.show-overlay {
    transform: translateX(225px)
}

#mobile_menu .sub-menu {
    display: none;
    font-size: 100%;
    margin: 5px 5px 0 5px
}

.down-caret {
    position: relative;
    top: -3px;
    font-size: 12px
}

#search_overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: rgba(0,0,0,.85);
    border: 2px solid #fff;
    margin: 0;
    z-index: 10
}

.icon-close.mobile-search {
    color: #fff;
    font-size: 35px;
    position: absolute;
    top: 25px;
    right: 5px;
    padding: 50px 20px 20px 20px
}

@media (min-width: 750px) {
    .icon-close.mobile-search {
        font-size:40px;
        top: 75px;
        right: 50px;
        padding: 50px 20px 20px 20px
    }
}

#search_box {
    width: 100%;
    padding: 100px 30px 0 30px;
    box-sizing: border-box
}

@media (min-width: 750px) {
    #search_box {
        padding:150px 75px 0 75px
    }
}

.mobile-searchbox {
    margin-bottom: 0
}

.mobile-searchbox input[type=search] {
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 60px;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #eee;
    border-radius: 0;
    padding: 0;
    margin-bottom: 5px
}

@media (min-width: 750px) {
    .mobile-searchbox input[type=search] {
        font-size:40px;
        height: 80px
    }
}

label.mobile-search-label {
    color: #aaa;
    font-size: 15px;
    font-weight: 400
}

@media (min-width: 550px) {
    label.mobile-search-label {
        font-size:15px
    }
}

#footer {
    background-color: #222;
    padding: 20px 0 50px 0;
    color: #fff
}

#footer a {
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}

#footer a:hover {
    text-decoration: underline;
    color: #ddd
}

#footer_left {
    display: block
}

@media (min-width: 750px) {
    #footer_left {
        float:left
    }
}

#footer_left img {
    display: block;
    margin: 0 auto
}

@media (min-width: 750px) {
    #footer_left img {
        float:left;
        margin: 0
    }
}

.footer_logo-subtitle {
    text-align: center;
    font-size: 13px;
    margin-bottom: 12px
}

@media (min-width: 750px) {
    .footer_logo-subtitle {
        text-align:left;
        margin: 1px 0 0 4px
    }
}

.footer_logo-credits-desktop {
    display: none
}

.footer_logo-credits-mobile {
    font-size: 12px;
    color: #aaa;
    text-align: center;
    margin-top: 15px
}

@media (min-width: 750px) {
    .footer_logo-credits-desktop {
        display:block;
        font-size: 12px;
        color: #aaa;
        margin-top: 17px;
        margin-left: 35px
    }

    .footer_logo-credits-mobile {
        display: none
    }
}

#footer_right {
    display: block;
    text-align: center
}

@media (min-width: 750px) {
    #footer_right {
        float:right;
        text-align: left;
        width: 290px
    }
}

@media (min-width: 900px) {
    #footer_right {
        width:340px
    }
}

@media (min-width: 1100px) {
    #footer_right {
        width:400px
    }
}

#footer_right ul {
    list-style: none;
    margin-bottom: 0
}

#footer ul.middle {
    display: block
}

#footer ul.right {
    display: block
}

@media (min-width: 750px) {
    #footer ul.middle {
        float:left
    }

    #footer ul.right {
        float: right
    }
}

#footer ul.middle li,#footer ul.right li {
    margin-bottom: 0;
    line-height: 2
}

.post_left {
    display: block;
    width: 100%
}

@media (min-width: 1100px) {
    .post_left {
        float:left;
        width: calc(100% - 350px)
    }

    #full-width .post_left {
        width: 100%
    }
}

.post_left .featured-image {
    margin-top: 10px;
    width: 100%;
    height: 392px;
    object-fit: cover
}

@media (max-width: 767px) {
    .post_left .featured-image {
        height:300px
    }
}

@media (max-width: 540px) {
    .post_left .featured-image {
        height:240px
    }
}

.post_left img {
    display: block;
    clear: both;
    margin-bottom: 2.5rem;
    max-width: 100%;
    height: auto;
    border-radius: 4px
}

#page .post_title-wrap {
    margin-bottom: 20px
}

.post_h1 {
    line-height: 1;
    margin-bottom: 15px
}

.post_subtitle {
    font-style: italic;
    margin-bottom: 14px;
    line-height: 1.4
}

.post_author-wrap {
    display: table;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.post_author-pic {
    display: none;
    vertical-align: middle;
    margin-right: 0
}

@media (min-width: 750px) {
    .post_author-pic {
        display:inline-block;
        margin-right: 8px
    }
}

.post_author-pic img {
    display: block;
    border-radius: 100px
}

.post_author-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px
}

.post_author-name a {
    color: #292842;
    text-decoration: none
}

.post_author-name a:hover {
    text-decoration: underline
}

.post_author-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px
}

.post_author-date {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px
}

.about_author-wrap {
    clear: both
}

.about_h2 {
    text-align: center;
    margin-bottom: 35px
}

.about_avatar {
    display: block;
    margin-bottom: 7px!important;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    border-radius: 100px!important
}

.about_avatar:hover {
    color: #292842
}

.about_name {
    display: block;
    text-align: center;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    font-size: 2.5rem
}

.about_name-link {
    text-decoration: none;
    color: #222;
    transition: color .2s ease-in-out
}

.about_name-link:hover {
    color: #292842
}

.about_title {
    display: block;
    text-align: center;
    text-transform: uppercase
}

.about_twitter {
    display: block;
    text-align: center;
    font-size: 24px
}

.about_twitter-link {
    color: #1eaedb;
    text-decoration: none;
    transition: color .2s ease-in-out
}

@media (min-width: 550px) {
    .about_h2 {
        text-align:left
    }

    .about_avatar {
        float: left;
        margin-left: 0;
        margin-right: 25px
    }

    .about_name {
        text-align: left;
        font-size: 3.2rem;
        line-height: 1.5
    }

    .about_title {
        text-align: left;
        font-size: 19px;
        margin-bottom: 1px;
        line-height: 1.9
    }

    .about_twitter {
        display: inline-block;
        text-align: left
    }
}

.post_email-box {
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 18px;
    margin: 20px 0 35px 0;
    background-color: #eee;
    border-radius: 4px
}

.post_email-box form {
    margin-bottom: 0
}

.post_email-box .no-spam div {
    display: inline-block;
    font-size: 14px
}

.post_email-box .buttonContainer input {
    border: 1px solid #ccc;
    background-color: #ddd;
    color: #444;
    transition: all .25s ease-in-out;
    margin-bottom: 7px
}

.post_email-box .buttonContainer input:hover {
    border: 1px solid #292842;
    background-color: #292842;
    color: #fff
}

.post_email-box form input[type=text] {
    text-align: center;
    max-width: 250px;
    width: 100%
}

.post_email-box .optin-header {
    font-size: 25px;
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 1
}

.post_author-box {
    padding: 15px;
    background-color: #eee;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-top: 30px
}

.post_author-box-pic img {
    border-radius: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px auto;
    border: 1px solid #e1e1e1
}

@media (min-width: 550px) {
    .post_author-box-pic img {
        float:left;
        margin: 0 30px 25px 0
    }
}

.post_author-box-name {
    text-align: center;
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    font-size: 20px
}

@media (min-width: 550px) {
    .post_author-box-name {
        text-align:left;
        font-size: 21px
    }
}

@media (min-width: 750px) {
    .post_author-box-name {
        text-align:left;
        font-size: 25px
    }
}

.post_author-box-name a {
    text-decoration: none;
    transition: color .25s ease-in-out;
    color: #292842
}

.post_author-box-name a:hover {
    text-decoration: underline
}

.post_author-box-title {
    text-align: center;
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media (min-width: 550px) {
    .post_author-box-title {
        text-align:left;
        margin-bottom: 5px
    }
}

.post_author-box-description {
    font-size: 15px
}

#post .home_popular {
    margin-bottom: 0
}

.contact .post_h1 {
    text-align: center;
    margin-bottom: 35px
}

.contact .wpcf7-form select {
    margin-bottom: 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('images/dropdown.png');
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 15px auto
}

.contact .wpcf7 input,.contact .wpcf7 textarea {
    width: 100%;
    margin-bottom: 0
}

.contact .wpcf7 textarea {
    height: 150px
}

.contact .wpcf7 input.wpcf7-submit {
    display: block;
    margin: 0 auto;
    width: auto;
    border: 1px solid #292842;
    background-color: #292842;
    color: #fff;
    font-size: 14px;
    height: 40px;
    transition: all .25s ease-in-out
}

.contact .wpcf7 input.wpcf7-submit:hover {
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #222
}

.contact .wpcf7 label {
    margin-bottom: 0
}

.contact .wpcf7 p {
    margin-bottom: 25px
}

.contact .wpcf7 p:last-of-type {
    margin-bottom: 0
}

.contact form.wpcf7-form {
    margin-bottom: 0
}

.post-full-width .post_left {
    display: block;
    width: 100%
}

.subscribe .post_h1 {
    margin-bottom: 75px
}

.three-column {
    font-size: 15px;
    margin-bottom: 20px;
    width: 100%;
    table-layout: fixed
}

.three-column td {
    text-align: left;
    padding: 12px 10px
}

@media (min-width: 550px) {
    .three-column td {
        padding:12px 15px
    }
}

.three-column tr td:first-child {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    position: relative
}

.three-column .three-column_last-cell {
    font-size: 16px
}

@media (min-width: 425px) {
    .three-column .three-column_last-cell {
        font-size:18px
    }
}

.three-column .three-column_last-cell .rec {
    text-align: center;
    margin-bottom: 10px
}

.three-column .three-column_last-cell .rec_desc {
    font-weight: 300
}

.three-column progress {
    display: inline;
    width: 60%;
    margin-right: 1px;
    height: 10px;
    background-color: #e1e1e1;
    color: #292842;
    border-radius: 5px
}

@media (min-width: 350px) {
    .three-column progress {
        width:67%;
        margin-right: 3px
    }
}

@media (min-width: 550px) {
    .three-column progress {
        width:73%;
        margin-right: 5px
    }
}

.three-column progress.green {
    color: #1ca506
}

.three-column progreess.yellow {
    color: gold
}

.three-column progress::-moz-progress-bar {
    background-color: #292842;
    border-radius: 3px
}

.three-column progress.green::-moz-progress-bar {
    background-color: #1ca506
}

.three-column progress.yellow::-moz-progress-bar {
    background-color: gold
}

.three-column progress::-webkit-progress-bar {
    background-color: #e1e1e1;
    border-radius: 5px
}

.three-column progress::-webkit-progress-value {
    background-color: #292842;
    border-radius: 3px
}

.three-column progress.green::-webkit-progress-value {
    background-color: #1ca506;
    border-radius: 3px
}

.three-column progress.yellow::-webkit-progress-value {
    background-color: gold;
    border-radius: 3px
}

.three-column_button-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px
}

.three-column_button-wrap a {
    border: 5px solid transparent
}

.three-column_button-wrap .button {
    border: 1px solid #292842;
    background-color: #f11919;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 0
}

@media (min-width: 425px) {
    .three-column_button-wrap .button {
        font-size:12px;
        padding: 0 23px
    }
}

.three-column_button-wrap .button:hover {
    border: 1px solid #e1e1e1;
    background-color: #e1e1e1;
    color: #222
}

.three-column_button-wrap .green {
    background-color: #1ca506;
    border: 1px solid #1ca506;
    margin-right: 0
}

.three-column thead img {
    max-width: 230px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 550px) {
    .three-column thead img {
        margin-left:0;
        margin-right: 0
    }
}

.three-column thead th {
    padding: 2px 7px 2px 0;
    vertical-align: bottom
}

@media (min-width: 550px) {
    .three-column thead th {
        padding:2px 35px 2px 0
    }
}

.three-column_our-rec .rec_desc {
    font-size: 18px
}

.three-column_our-rec .rec {
    text-align: center;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 25px
}

.hide-on-mobile {
    display: none
}

@media (min-width: 550px) {
    .hide-on-mobile {
        display:inline
    }
}

.pos_neg-wrap {
    margin-bottom: 2.5rem
}

.pos_neg-tabs {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    box-sizing: border-box
}

.pos_neg-tab {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 2.3;
    padding-top: 2px;
    border-bottom: 3px solid #e1e1e1;
    background-color: #f9f9f9
}

.pos_neg-tab.positive {
    border-top-left-radius: 4px
}

.pos_neg-tab.negative {
    border-top-right-radius: 4px
}

.pos_neg-tab.positive.active {
    color: #1ca506;
    border-bottom: 3px solid #1ca506
}

.pos_neg-tab.negative.active {
    color: #292842;
    border-bottom: 3px solid #292842
}

.pos_neg-tab.positive:hover {
    color: #1ca506;
    border-bottom: 3px solid #1ca506;
    cursor: pointer
}

.pos_neg-tab.negative:hover {
    color: #292842;
    border-bottom: 3px solid #292842;
    cursor: pointer
}

ul.pos_neg-list {
    list-style: none;
    margin-left: 25px
}

ul.pos_neg-list.positive li.pos_neg-item:before {
    color: #1ca506;
    content: '+';
    font-weight: 600;
    margin-right: 5px
}

ul.pos_neg-list.negative li.pos_neg-item:before {
    color: red;
    content: '-';
    font-weight: 600;
    margin-right: 5px
}

ul.pos_neg-list {
    display: none
}

ul.pos_neg-list.active {
    display: block
}

.ad-set {
    margin-bottom: 2.5rem
}

.comment .help-tip,.help-tip {
    display: inline-block;
    text-align: center;
    background-color: #e1e1e1;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 12px;
    line-height: 18px;
    cursor: default;
    vertical-align: top;
    margin-top: 3px
}

.comment .help-tip:before,.help-tip:before {
    content: '?';
    font-weight: 600;
    color: #fff
}

.comment .help-tip:hover p,.help-tip:hover p {
    display: block;
    z-index: 99
}

.comment .help-tip p,.help-tip p {
    display: none;
    text-align: left;
    background-color: #e1e1e1;
    color: #222;
    padding: 10px 15px;
    width: 250px;
    position: absolute;
    left: 0;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.2);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
    box-sizing: border-box;
    white-space: normal
}

.comment .help-tip p {
    margin-left: 0
}

@media (min-width: 400px) {
    .comment .help-tip p,.help-tip p {
        width:300px
    }
}

.nowrap {
    white-space: nowrap
}

.comment .three-column,.three-column.average {
    width: 100%
}

@media (min-width: 550px) {
    .comment .three-column {
        margin-left:60px;
        width: calc(100% - 60px)
    }
}

.comment .three-column td {
    width: 60%
}

.comment .three-column td:first-child {
    width: 40%
}

.three-column.average td {
    width: 51%
}

.three-column.average td:first-child {
    width: 36%
}

@media (min-width: 550px) {
    .three-column.average td {
        width:54%
    }

    .three-column.average td:first-child {
        width: 45%
    }
}

.three-column.average progress {
    width: 65%
}

@media (min-width: 550px) {
    .three-column.average progress {
        width:81%
    }
}

.comment .three-column progress {
    width: 75%
}

@media (min-width: 550px) {
    .comment .three-column progress {
        width:85%
    }
}

#site-review .comment {
    padding: 10px 15px
}

@media (min-width: 550px) {
    #site-review .comment {
        padding:10px 7px
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 25px;
    height: 0;
    overflow: hidden
}

.video-container embed,.video-container iframe,.video-container object,.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.three-column_button-wrap a {
    width: 48%;
    text-decoration: none
}

.three-column_button-wrap a div.button {
    width: 100%!important;
    height: 100%;
    white-space: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.45;
    padding: 10px
}

@media (max-width: 505px) {
    .three-column_button-wrap a {
        width:100%
    }
}

ul.comment-list li.comment {
    list-style: none;
    margin-bottom: 1rem;
    border: 1px solid #e1e1e1;
    background: #eee
}

.comment {
    padding: 10px 7px;
    margin-bottom: 0;
    border-radius: 4px
}

@media (min-width: 550px) {
    .comment {
        padding:10px 15px 10px 10px
    }
}

.vcard img {
    float: left;
    margin: 0 10px 0 0;
    border-radius: 100px
}

.comment-name {
    font-size: 20px;
    line-height: 1;
    font-style: normal;
    font-weight: 700
}

.comment-meta {
    font-size: 13px;
    line-height: 1.6
}

@media (min-width: 550px) {
    .comment-meta {
        font-size:16px
    }
}

.comment p {
    display: block;
    clear: both;
    margin: 10px 0 0 0
}

@media (min-width: 550px) {
    .comment p {
        margin:10px 0 0 60px
    }
}

.post_comments-box #reply-title {
    margin-bottom: 7px;
    margin-top: 35px
}

.post_comments-box .comment-form-author label,.post_comments-box .comment-form-comment label,.post_comments-box .comment-form-email label {
    display: none
}

.post_comments-box p {
    margin-bottom: 0
}

.post_comments-box p.comment-form-author,.post_comments-box p.comment-form-comment,.post_comments-box p.comment-form-email,.post_comments-box p.form-submit {
    margin-bottom: 0
}

.post_comments-box textarea {
    display: block;
    height: 125px;
    width: 100%;
    max-width: 600px
}

.post_comments-box .comment-form-author input,.post_comments-box .comment-form-email input {
    width: 100%;
    max-width: 350px
}

.post_comments-box label[for=aweber_checkbox] {
    display: inline
}

.post_comments-box input[name=aweber_signup_checkbox] {
    position: relative;
    top: -1px;
    margin-bottom: 0
}

.post_comments-box input.submit {
    transition: all .2s ease-in-out
}

.post_comments-box input.submit:hover {
    background-color: #292842;
    border: 1px solid #292842;
    color: #fff
}

.post_comments-box p.comment-notes,.post_comments-box p.logged-in-as {
    margin-bottom: 2rem
}

.post_comments-box p.must-log-in {
    margin-bottom: 4.5rem
}

.bypostauthor {
    background-color: #fedde1!important
}

#site-review #comments #reply-title {
    display: none
}

#site-review .acf-field-5cd9ee4335e08 .acf-label {
    display: none
}

#site-review .acf-field-5cd9ed3a35e04 {
    float: left;
    margin-right: 50px
}

#site-review .acf-field-5cd9ed8935e05 {
    display: inline-block
}

#site-review .acf-field-5cd9ee4335e08 {
    margin-top: 5px
}

#site-review .logged-in-as {
    margin-top: -5px;
    margin-bottom: 0
}

#site-review .must-log-in {
    margin-bottom: 2.5rem
}

#site-review ul.acf-checkbox-list li,#site-review ul.acf-radio-list li {
    font-size: 16px!important;
    margin-right: 15px!important
}

#site-review ul.acf-checkbox-list li label,#site-review ul.acf-radio-list li label {
    font-weight: 300!important
}

#site-review #commentform {
    margin-bottom: 6px
}

#site-review #comments .submit {
    background-color: #292842;
    border: 1px solid #292842;
    color: #fff
}

#site-review #comments .submit:hover {
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    color: #222
}

.acf-comment-fields {
    display: none
}

#site-review .acf-comment-fields {
    display: block
}

.comment .user-review {
    margin: 15px 0 15px 0
}

@media (min-width: 550px) {
    .comment .user-review {
        margin:15px 0 15px 60px
    }
}

.comment .user-review li {
    margin-bottom: 5px
}

.three-column.average {
    margin-bottom: 25px
}

.post_right {
    display: none
}

@media (min-width: 1100px) {
    .post_right {
        display:block;
        float: left
    }
}

.post_right {
    float: left;
    width: 300px;
    margin-left: 50px;
    box-sizing: border-box
}

#sidebar_optin {
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 18px;
    margin: 20px 0 80px 0;
    background-color: #eee;
    border-radius: 4px
}

#sidebar_optin .optin-header {
    font-size: 25px;
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 1
}

#sidebar_optin form {
    margin-bottom: 0
}

#sidebar_optin form input[type=text] {
    text-align: center;
    max-width: 250px;
    width: 100%
}

#sidebar_optin .buttonContainer input {
    border: 1px solid #ccc;
    background-color: #ddd;
    color: #444;
    transition: all .25s ease-in-out;
    margin-bottom: 7px
}

#sidebar_optin .buttonContainer input:hover {
    border: 1px solid #292842;
    background-color: #292842;
    color: #fff
}

#sidebar_optin .no-spam div {
    display: inline-block;
    font-size: 14px
}

#sidebar_popular .home_popular .container {
    width: 100%!important
}

#sidebar_popular .home_popular .posts {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px
}

#sidebar_popular .home_popular .loop_title-wrap {
    height: 40px
}

#sidebar_popular .home_popular .loop_title-wrap .loop_title {
    font-size: 3rem;
    top: -21px
}

#sidebar_ad {
    margin-top: 20px;
    margin-bottom: 60px
}

#sidebar_ad a {
    display: block
}

#sidebar_ad img {
    display: block;
    border-radius: 4px
}

#page-404 {
    margin-bottom: 50px
}

#page-404 .loop_title-wrap {
    height: auto
}

.button.page-404-button {
    position: relative;
    top: -1px;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 14px;
    background-color: #292842;
    color: #fff;
    border: none;
    transition: all .25s ease-in-out
}

.button.page-404-button:hover {
    background-color: #aaa;
    color: #222
}

#page-404 .image-404 {
    display: block;
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    height: auto;
    margin-top: -33px
}

#page-404 .loop_title {
    margin-bottom: 0
}

#search .searched-for {
    margin-bottom: 55px
}

.loop_title {
    text-transform: uppercase
}

.loop_title:after {
    content: "";
    box-shadow: 1rem 0 0 #fff;
    height: 100%;
    right: 0;
    top: 0;
    width: 1.25rem
}

.loop_title.loop_title-small {
    color: #6d6d6d;
    font-size: 3rem;
    top: -21px
}

.loop_post-wrap {
    text-align: center;
    margin-bottom: 50px
}

@media (min-width: 1000px) {
    .loop_post-wrap {
        margin-bottom:25px
    }
}

@media (min-width: 750px) {
    .loop_post-wrap {
        text-align:left
    }
}

.loop_post-wrap:last-child {
    margin-bottom: 10px
}

.loop_post-image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: inset 0 0 2px #000;
    transition: box-shadow .2s ease-in-out
}

.loop_post-image:hover {
    box-shadow: inset 0 0 5px #000
}

@media (min-width: 750px) {
    .loop_post-image {
        float:right;
        width: 50%;
        box-sizing: border-box;
        position: relative
    }
}

.loop_post-image img {
    position: relative;
    z-index: -1;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px
}

@media (min-width: 750px) {
    .loop_post-image img {
        margin-bottom:0;
        box-sizing: border-box
    }
}

@media (min-width: 750px) {
    .loop_text-wrap {
        float:left;
        width: 50%;
        padding-right: 18px;
        box-sizing: border-box
    }
}

@media (min-width: 1000px) {
    .loop_text-wrap {
        padding-right:35px
    }
}

.loop_title-wrap {
    border-top: 3px solid #222;
    margin-top: 23px;
    height: 45px
}

@media (min-width: 550px) {
    .loop_title-wrap {
        height:60px
    }
}

.loop_title-wrap.loop_title-wrap-small {
    border-top: 2px solid #6d6d6d;
    margin-top: 23px;
    height: 45px
}

@media (min-width: 550px) {
    .loop_title-wrap.loop_title-wrap-small {
        height:60px
    }
}

@media (min-width: 1000px) {
    .loop_title-wrap.extra-height {
        height:75px
    }
}

.loop_title {
    display: inline-block;
    position: relative;
    top: -25px;
    background-color: #fff;
    padding-right: 15px
}

@media (min-width: 550px) {
    .loop_title {
        top:-30px
    }
}

.loop_post-title {
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.3;
    margin-bottom: 10px
}

@media (min-width: 1000px) {
    .loop_post-title {
        font-size:3rem;
        line-height: 1.2;
        margin-bottom: 15px
    }
}

.loop_post-title a {
    color: #222;
    text-decoration: none;
    transition: all .2s ease-in-out
}

.loop_post-title a:hover {
    color: #292842
}

.loop_post-excerpt {
    margin-bottom: 10px
}

@media (min-width: 1000px) {
    .loop_post-excerpt {
        margin-bottom:15px
    }
}

.loop_post-excerpt p {
    margin-bottom: 0
}

.loop_post-author {
    font-size: 1.5rem;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 10px
}

.loop_text-cat-wrap {
    display: none;
    border-top: 1px solid #222
}

@media (min-width: 1000px) {
    .loop_text-cat-wrap {
        display:block
    }
}

.loop_text-cat {
    position: relative;
    top: -16px;
    display: inline-block;
    background-color: #222;
    color: #fff;
    font-size: 14px;
    padding: 3px 7px;
    margin-right: 10px;
    box-shadow: 10px 0 #fff;
    border-radius: 2px
}

.author-icon {
    position: relative;
    top: 5px;
    background-image: url('images/stamp.png');
    width: 20px;
    height: 20px;
    display: inline-block
}

.home_recent-more {
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px
}

@media (min-width: 750px) {
    .home_recent-more {
        text-align:left
    }
}

.home_recent-more .author-icon {
    top: 2px
}

.home_recent-more a {
    color: #292842;
    text-decoration: none
}

.home_recent-more a:hover {
    color: #292842;
    text-decoration: underline
}

.home_newsletter {
    background-color: #eee;
    margin-bottom: 75px;
    padding-top: 10px;
    padding-bottom: 4px
}

.loop_title-wrap.loop_title-wrap-small.news-title {
    height: auto;
    margin-bottom: -8px
}

.loop_title.loop_title-small.news-h2 {
    margin-bottom: -21px
}

.home_news form {
    margin-bottom: 10px
}

.home_news .af-textWrap,.home_news .buttonContainer {
    text-align: center
}

.home_news .af-textWrap input {
    width: 250px;
    text-align: center
}

.home_news .buttonContainer input {
    border: 1px solid #ccc;
    background-color: #ddd;
    color: #444;
    transition: all .25s ease-in-out
}

.home_news .buttonContainer input:hover {
    border: 1px solid #292842;
    background-color: #292842;
    color: #fff
}

@media (min-width: 425px) {
    .home_news .af-textWrap input {
        width:300px
    }
}

@media (min-width: 550px) {
    .home_news .af-textWrap,.home_news .buttonContainer {
        text-align:left
    }

    .home_news .af-body {
        text-align: center
    }

    .home_news .af-element {
        display: inline-block
    }

    .home_news .af-textWrap input {
        text-align: left
    }

    .home_news .buttonContainer input {
        position: relative;
        top: -2px;
        margin-left: 10px
    }
}

@media (min-width: 750px) {
    .home_news .af-textWrap input {
        width:350px
    }
}

.home_news .no-spam {
    color: #444;
    font-size: 13px;
    text-align: center
}

.home_news .no-spam-1,.home_news .no-spam-2 {
    display: inline-block
}

@media (min-width: 900px) {
    .home_news .no-spam {
        position:relative;
        top: 8px;
        display: inline-block;
        text-align: left;
        margin-left: 10px
    }

    .home_news .no-spam-1,.home_news .no-spam-2 {
        display: block
    }

    .home_newsletter {
        padding-bottom: 0
    }
}

.home_news .optin-header {
    display: none
}

.home_as-seen-on {
    background-color: #eee;
    margin-bottom: 75px;
    padding-top: 10px
}

.home_as-seen-on .loop_title-wrap {
    height: 30px
}

.home_as-seen-on ul {
    list-style: none;
    margin-bottom: 25px
}

.home_as-seen-on li {
    display: block;
    margin-bottom: 20px;
    margin-right: 0
}

.home_as-seen-on img {
    max-width: 150px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    filter: grayscale(1);
    opacity: .3
}

@media(min-width: 350px) {
    .home_as-seen-on ul {
        display:table;
        text-align: center
    }

    .home_as-seen-on img {
        display: inline-block;
        margin: 0;
        vertical-align: middle
    }

    .home_as-seen-on li {
        display: inline-block;
        width: 50%
    }
}

@media (min-width: 750px) {
    .home_as-seen-on ul {
        display:flex;
        justify-content: space-between;
        align-items: center
    }

    .home_as-seen-on li {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 25px
    }

    .home_as-seen-on li:last-child {
        margin-right: 0
    }

    .home_as-seen-on img {
        padding: 0
    }
}

.home_trending {
    margin-bottom: 10px
}

@media (min-width: 750px) {
    .home_trending {
        margin-bottom:35px
    }
}

.home_trending .videos {
    display: block;
    position: relative;
    margin-bottom: 25px;
    box-sizing: border-box
}

@media (min-width: 750px) {
    .home_trending .videos {
        float:left;
        margin-bottom: 0;
        margin-right: 2%;
        width: 49%
    }

    .home_trending .videos:nth-child(3) {
        margin-right: 0
    }

    .home_trending .videos:nth-child(4) {
        display: none
    }
}

@media (min-width: 1100px) {
    .home_trending .videos {
        float:left;
        margin-bottom: 0;
        width: 32%
    }

    .home_trending .videos:nth-child(3) {
        margin-right: 2%
    }

    .home_trending .videos:nth-child(4) {
        display: block;
        margin-right: 0
    }
}

.home_trending .videos_image {
    border-radius: 4px;
    box-shadow: inset 0 0 2px #000;
    transition: box-shadow .2s ease-in-out;
    box-sizing: border-box
}

.home_trending .videos_image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    z-index: -1
}

.home_trending .videos_title {
    position: relative;
    top: -25px;
    text-align: center;
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.2;
    padding: 15px 15px 18px 15px;
    margin: 0 10px;
    background-color: #eee;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all .2s ease-in-out
}

@media (min-width: 750px) {
    .home_trending .videos_title {
        padding:15px 25px 18px 25px
    }
}

.home_trending .videos_title a {
    color: #222;
    text-decoration: none;
    transition: all .2s ease-in-out
}

.home_trending .videos:hover .videos_image {
    box-shadow: inset 0 0 5px #000
}

.home_trending .videos:hover .videos_title a {
    color: #292842
}

@media (min-width: 750px) {
    .home_trending .videos:hover .videos_title {
        top:-30px
    }
}

.videos .icon-youtube {
    position: absolute;
    top: -3px;
    left: 13px;
    color: #292842;
    font-size: 40px
}

@media (min-width: 750px) {
    .videos .icon-youtube {
        font-size:35px
    }
}

#home_splash {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 50px;
    height: 275px
}

.home_splash-wrap {
    position: relative;
    top: 28px;
    background-color: rgba(0,0,0,.45);
    border-radius: 4px;
    padding: 10px 15px 15px 15px;
    width: 285px;
    box-sizing: border-box
}

.home_splash-button .button {
    display: block;
    width: 155px;
    margin: 0 auto;
    background-color: #292842;
    color: #fff;
    border: none;
    font-size: 14px;
    transition: all .25s ease-in-out
}

.home_splash-button .button:hover {
    background-color: #aaa;
    color: #222
}

.home_splash-button a {
    text-decoration: none
}

.home_splash-title {
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px
}

.home_splash-subtitle {
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 25px
}

@media (min-width: 550px) {
    #home_splash {
        height:350px
    }

    .home_splash-wrap {
        top: 65px
    }
}

@media (min-width: 750px) {
    #home_splash {
        height:400px
    }

    .home_splash-wrap {
        top: 77px
    }

    .home_splash-title {
        font-size: 3.3rem
    }

    .home_splash-subtitle {
        font-size: 2rem
    }
}

@media (min-width: 1100px) {
    #home_splash {
        height:450px
    }

    .home_splash-wrap {
        top: 82px;
        width: 340px
    }

    .home_splash-title {
        font-size: 4rem
    }

    .home_splash-subtitle {
        font-size: 2.5rem
    }
}

.home_popular {
    margin-bottom: 25px
}

@media (min-width: 750px) {
    .home_popular {
        margin-bottom:45px
    }
}

.home_popular .posts {
    display: block;
    position: relative;
    margin-bottom: 25px;
    box-sizing: border-box
}

@media (min-width: 750px) {
    .home_popular .posts {
        float:left;
        margin-bottom: 15px;
        margin-right: 2%;
        width: 49%
    }

    .home_popular .posts:nth-child(3),.home_popular .posts:nth-child(5),.home_popular .posts:nth-child(7) {
        margin-right: 0
    }

    .home_popular .posts:nth-child(4),.home_popular .posts:nth-child(6) {
        clear: both
    }
}

@media (min-width: 1100px) {
    .home_popular .posts {
        float:left;
        width: 32%
    }

    .home_popular .posts:nth-child(3),.home_popular .posts:nth-child(5),.home_popular .posts:nth-child(7) {
        margin-right: 2%
    }

    .home_popular .posts:nth-child(4),.home_popular .posts:nth-child(7) {
        margin-right: 0
    }

    .home_popular .posts:nth-child(4),.home_popular .posts:nth-child(6) {
        clear: none
    }

    .home_popular .posts:nth-child(5) {
        clear: both
    }
}

.home_popular .posts_image {
    border-radius: 4px;
    box-shadow: inset 0 0 2px #000;
    transition: box-shadow .2s ease-in-out;
    box-sizing: border-box
}

.home_popular .posts_image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    z-index: -1
}

.home_popular .posts_title {
    position: relative;
    top: -25px;
    text-align: center;
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.2;
    padding: 15px 15px 18px 15px;
    margin: 0 10px;
    background-color: #eee;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all .2s ease-in-out
}

@media (min-width: 750px) {
    .home_popular .posts_title {
        padding:15px 25px 18px 25px
    }
}

.home_popular .posts_title a {
    color: #222;
    text-decoration: none;
    transition: all .2s ease-in-out
}

.home_popular .posts:hover .posts_image {
    box-shadow: inset 0 0 5px #000
}

.home_popular .posts:hover .posts_title a {
    color: #292842
}

@media (min-width: 750px) {
    .home_popular .posts:hover .posts_title {
        top:-30px
    }
}

.pagination {
    font-size: 12px;
    text-align: center;
    margin: 30px 0
}

@media (min-width: 750px) {
    .pagination {
        font-size:17px;
        text-align: left
    }
}

.pagination a,.pagination span {
    color: #fff;
    background-color: #222;
    padding: 5px 10px;
    border-radius: 2px;
    margin-right: 5px;
    transition: all .25s ease-in-out;
    text-decoration: none
}

.pagination span.current {
    background-color: #292842
}

.pagination a:hover {
    background-color: #292842
}

.pagination span:first-of-type {
    display: none
}

@media (min-width: 550px) {
    .pagination span:first-of-type {
        display:inline
    }
}

.author_top {
    margin-bottom: 55px
}

@media (min-width: 750px) {
    .author_top {
        margin-bottom:75px
    }
}

.author_top-pic {
    text-align: center;
    margin-bottom: 5px
}

@media (min-width: 750px) {
    .author_top-pic {
        position:relative;
        top: 7px;
        float: left;
        margin-right: 25px
    }
}

.author_top-pic img {
    border-radius: 100px
}

.author_top-name {
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center
}

@media (min-width: 550px) {
    .author_top-name {
        font-size:3rem
    }
}

@media (min-width: 750px) {
    .author_top-name {
        text-align:left;
        font-size: 3.5rem
    }
}

.author_top-title {
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media (min-width: 750px) {
    .author_top-title {
        text-align:left;
        margin-bottom: 10px
    }
}

.author_top-name .author_top-twitter {
    display: none
}

.author_top-title .author_top-twitter {
    display: inline
}

@media (min-width: 750px) {
    .author_top-name .author_top-twitter {
        display:inline
    }

    .author_top-title .author_top-twitter {
        display: none
    }
}

.author_top-name .author_top-twitter a,.author_top-title .author_top-twitter a {
    text-decoration: none;
    transition: all .25s ease-in-out
}

.author_top-name .author_top-twitter a:hover,.author_top-title .author_top-twitter a:hover {
    color: #292842
}

.author_top-name .author_top-twitter span.icon-twitter {
    padding: 0;
    font-size: 25px;
    margin-left: 7px;
    color: #1eaedb;
    transition: all .25s ease-in-out
}

.author_top-title .author_top-twitter span.icon-twitter {
    padding: 0;
    font-size: 18px;
    margin-left: 2px;
    color: #1eaedb;
    transition: all .25s ease-in-out
}

.author_top-twitter span.icon-twitter:hover {
    color: #292842
}

@font-face {
    font-family: icons;
    src: url("fonts/icons.eot");
    src: url("fonts/icons.eot?#iefix") format("embedded-opentype"),url("fonts/icons.woff") format("woff"),url("fonts/icons.ttf") format("truetype"),url("fonts/icons.svg#icons") format("svg");
    font-weight: 400;
    font-style: normal
}

[data-icon]:before {
    font-family: icons!important;
    content: attr(data-icon);
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" icon-"]:before,[class^=icon-]:before {
    font-family: icons!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-search:before {
    content: "\61";
    position: relative;
    top: 4px
}

.icon-facebook:before {
    content: "\62";
    position: relative;
    top: 3px
}

.icon-twitter:before {
    content: "\63";
    position: relative;
    top: 3px
}

.icon-youtube:before {
    content: "\64";
    position: relative;
    top: 3px
}

.icon-paws:before {
    content: "\66";
    position: relative;
    top: 3px
}

.icon-close:before {
    content: "\67"
}

span.icon-search {
    color: #fff
}

span.icon-facebook,span.icon-twitter {
    margin-left: 1px;
    padding: 5px;
    transition: all .25s ease-in-out
}

span.icon-youtube {
    margin-left: 5px;
    padding: 5px;
    transition: all .25s ease-in-out
}

@media (min-width: 1000px) {
    span.icon-facebook,span.icon-twitter {
        margin-left:7px
    }

    span.icon-youtube {
        margin-left: 12px
    }
}

span.icon-facebook:hover {
    color: #3c5a99
}

span.icon-twitter:hover {
    color: #1da1f2
}

span.icon-youtube:hover {
    color: #282828
}

span.icon-paws {
    color: #000
}

@media (min-width: 750px) {
    span.icon-paws {
        display:none
    }
}

@media (min-width: 770px) {
    span.icon-paws {
        display:inline-block
    }
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.alignright {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignleft {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 550px) {
    .alignright {
        float:right;
        margin-left: 2.5rem;
        margin-right: 0;
        position: relative;
        top: 7px
    }

    .alignleft {
        float: left;
        margin-left: 0;
        margin-right: 2.5rem;
        position: relative;
        top: 7px
    }
}

#ez-toc-container {
    display: inline-block;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    background-color: #eee;
    padding: 15px 30px;
    margin-bottom: 28px
}

.ez-toc-title-container {
    font-weight: 600;
    font-family: 'Barlow Semi Condensed','Arial Narrow',sans-serif;
    margin-bottom: 10px;
    font-size: 26px
}

.ez-toc-title {
    margin-bottom: 0
}

.ez-toc-title-toggle {
    display: none
}

ul.ez-toc-list {
    margin-top: 0;
    margin-bottom: 0
}

ul.ez-toc-list li ul {
    margin-top: 10px;
    margin-bottom: 0
}

ul.ez-toc-list li ul li ul {
    margin-top: 10px;
    margin-bottom: 0
}

ul.ez-toc-list li ul li ul li ul {
    margin-top: 10px;
    margin-bottom: 0
}

ul.ez-toc-list li ul li ul li ul li ul {
    margin-top: 10px;
    margin-bottom: 0
}

#mc_embed_signup {
    clear: left;
    font: 14px Helvetica,Arial,sans-serif
}

#mc_embed_signup #mce-EMAIL:focus {
    border: 1px solid #292842;
    outline: 0
}

#mc_embed_signup #mc-embedded-subscribe {
    margin: 0 auto 15px;
    border: 1px solid #ccc;
    background-color: #ddd;
    color: #444;
    transition: all .25s ease-in-out;
    font-size: 11px;
    font-weight: 700
}

#mc_embed_signup #mc-embedded-subscribe:hover {
    border: 1px solid #292842;
    background-color: #292842;
    color: #fff
}

#mc_embed_signup.sidebar #mce-EMAIL {
    width: 97%;
    text-align: center
}

#mc_embed_signup .mc-field-group input {
    width: 100%!important;
    text-align: left;
    margin-bottom: 10px;
    max-width: none
}

#mc_embed_signup .mc-field-group input,#mc_embed_signup.sidebar #mce-EMAIL {
    font-size: 18px!important
}

#mc_embed_signup.fullwidth span {
    display: block;
    text-align: center;
    clear: both
}

#mc_embed_signup.fullwidth .mc-field-group {
    width: 40%;
    float: left;
    margin-right: 20px;
    padding-bottom: 10px;
    clear: none
}

#mc_embed_signup.fullwidth #mc-embedded-subscribe {
    min-height: 38px;
    width: 140px
}

.single #mc_embed_signup.fullwidth .mc-field-group {
    width: 35%
}

.single #mc_embed_signup.fullwidth #mc-embedded-subscribe {
    display: inline-block
}

.post_email-box .news-h2 {
    margin-top: 20px
}

@media screen and (max-width: 1280px) {
    .single #mc_embed_signup.fullwidth .mc-field-group {
        width:30%
    }
}

@media screen and (max-width: 1175px) {
    #mc_embed_signup.fullwidth .mc-field-group {
        width:36%
    }
}

@media screen and (max-width: 1100px) {
    .single #mc_embed_signup.fullwidth .mc-field-group {
        width:35%
    }
}

@media screen and (max-width: 845px) {
    #mc_embed_signup.fullwidth .mc-field-group {
        width:30%!important
    }
}

@media screen and (max-width: 598px) {
    #mc_embed_signup.fullwidth .mc-field-group {
        width:100%!important
    }

    #mc_embed_signup.fullwidth .submit-button {
        clear: none;
        text-align: center
    }
}
