
/*
	Theme Name:     Telitsa
	Theme URI:      www.terezalitsa.com
	Author:         George Kary
	Author URI:     www.georgekary.com
	Description:    Built with love in Greece.
	Version:        1.0
	License:        Open Source
	License URI:    http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain:    backbone

*/

@charset "UTF-8";

/* ------------------------------------------------ Fonts */

/* ------------------------------------------------ Resets */

html, 
body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: auto;
    overflow-x: hidden;
}
body {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    color: #34495e;
    cursor: default;
}
functions,
sup {
    display: none; 
}
section, div,
object, button, table,
del, dfn, ins, kbd, var,
form, fieldset, figure, figcaption, caption,
label, legend, output,
samp, small, strike, sub,
table, tbody, tfoot, thead, 
tr, th, td, tt,
article, aside, details, summary, 
footer, header, menu, nav {
    margin: 0;
    padding: 0;
    display: block;
}
figure {
    transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
}
span,
strong,
em {
  display: inline;
  padding: 0;
  margin: 0;
}
img {
    margin: 0;
    padding: 0;
} 
iframe, 
audio, 
video,
h1, h2, h3, h4, h5, h6,
blockquote, pre, a,
address, code, p {
    margin: 0;
    padding: 0;
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
ul, li { 
    list-style: none;
    list-style-type: none; 
    margin: 0;
    padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: 0;
    border: none; 
}
textarea {
    overflow: auto;
    vertical-align: top; 
}
table {
    border-collapse: collapse;
    border-spacing: 0; 
}
a, img,
button { 
    text-decoration: none;
    cursor: pointer;
    border: none; 
    outline: 0;
}
a,
button {
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

/* ------------------------------------------------ Classes */

.fl {
    float: left;
}
.clear {
    clear: both;
}

/* ----- Containers */

.wrap {
    max-width: 1333px;
    margin: 0 auto;
}
.inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.inner-feed {
    max-width: 905px;
    margin: 0 auto;
    position: relative;
}
.inner-header {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/* ----- Provided by HubSpot */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    -webkit-transition: -webkit-transform .5s ease-out;
    -ms-transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    z-index: 99999;
}
.pace.pace-active {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pace .pace-progress {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
    pointer-events: none;
}

/* ------------------------------------------------ Header */

body > header {
    z-index: 99999;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}
body > header.inactive {
    top: -75px;
}
    body > header h2 {
        text-transform: uppercase;
        text-align: center;
        font-size: 21px;
        line-height: 75px;
        font-weight: 700;
    }
    body > header button,
    body > header a {
        width: 33px;
        height: 33px;
        border-radius: 50%;
        border: 1px solid #bdc3c7;
        background: none;
        position: absolute;
        display: block;
    }
        body > header button:hover,
        body > header a:hover {
            border: 1px solid #34495e;
        }
    body > header a.home {
        left: 21px;
        top: 21px;
        background: url('../assets/art/btn-home.png') no-repeat center center;
    }
    body > header button.sidebar {
        top: 21px;
        right: 21px;
        background: url('../assets/art/btn-sidebar-inactive.png') no-repeat center center;
    }
    body > header button.social_toggle {
        right: 18px;
        top: 22px;
        background: url('../assets/art/btn-share.png') no-repeat center center;
        z-index: 2;
        width: 35px;
        height: 35px;
    }
    body > header button[disabled] {
        cursor: not-allowed;
        opacity: .22;
    }
    body > header .social {
        top: -75px;
        width: 100%;
        height: 75px;
        position: absolute;
        text-align: right;
        background: rgba(249, 249, 249, 0.7);
        padding: 21px 54px 0px 21px;
        box-sizing: border-box;
        z-index: 1;
        -webkit-transition: 0.4s top ease-in-out;
        -moz-transition: 0.4s top ease-in-out;
        -ms-transition: 0.4s top ease-in-out;
        -o-transition: 0.4s top ease-in-out;
        transition: 0.4s top ease-in-out;
    }
    body > header .social.down {
        top: 0;
    }
        body > header .social a {
            top: 0px;
            right: 0px;
            position: relative;
            display: inline-block;
            margin: 1px;
    }
    body > header .social a.facebook {
        left: 0px;
        top: 0px;
        background: url('../assets/art/social/facebook.png') no-repeat center center;
        background-size: 41% ;
    }
     body > header .social a.twitter {
        left: 0px;
        top: 0px;
        background: url('../assets/art/social/twitter.png') no-repeat center center;
        background-size: 41% ;
    }
    body > header .social a.linkedin {
        left: 0px;
        top: 0px;
        background: url('../assets/art/social/linkedln.png') no-repeat center center;
        background-size: 41% ;
    }
     body > header .social a.instagram {
        left: 0px;
        top: 0px;
        background: url('../assets/art/social/instagram.png') no-repeat center center;
        background-size: 41% ; 
    }
    body > header .social a.youtube {
        left: 0px;
        top: 0px;
        background: url('../assets/art/social/youtube.png') no-repeat center center;
        background-size: 41% ;
    }
    body > header .social a.googleplus {
        left: 0px;
        top: 0px;
        background: url('../assets/art/social/google_plus.png') no-repeat center center;
        background-size: 41% ;
    }
    body > header .social a.flickr {
        left: 0px;
        top: 0px;
        background: url('../assets/art/social/flickr.png') no-repeat center center;
        background-size: 41% ;
    }
    body > header .social a.pinterest {
        left: 0px;
        top: 0px;
        background: url('../assets/art/social/pinterest.png') no-repeat center center;
        background-size: 41% ;
    }
    body > header .social a.behance {
        left: 0px;
        top: 0px;
        background: url('../assets/art/social/behance.png') no-repeat center center;
        background-size: 41% ;
    }
    body > header .social a.dribbble {
        left: 0px;
        top: 0px;
        background: url('../assets/art/social/dribbble.png') no-repeat center center;
        background-size: 41% ;
    }
    body > header .social a.github {
        left: 0px;
        top: 0px;
        background: url('../assets/art/social/github.png') no-repeat center center;
        background-size: 41% ;
    }
    body > header .social a.tumblr {
        left: 0px;
        top: 0px;
        background: url('../assets/art/social/tumblr.png') no-repeat center center;
        background-size: 41% ;
    }
    body > header .social a.medium {
        left: 0px;
        top: 0px;
        background: url('../assets/art/social/medium.png') no-repeat center center;
        background-size: 41% ;
    }
    body > header .social a.mail {
        left: 0px;
        top: 0px;
        background: url('../assets/art/social/email.png') no-repeat center center;
        background-size: 41% ;
    }
        body > header .social a.facebook:hover {
            background: url('../assets/art/social/facebook-white.png') no-repeat center center #34495e;
            background-size: 41% ;
        }
        body > header .social a.twitter:hover {
            background: url('../assets/art/social/twitter-white.png') no-repeat center center #34495e;
            background-size: 41% ;
        }
        body > header .social a.linkedin:hover {
            background: url('../assets/art/social/linkedin-white.png') no-repeat center center #34495e;
            background-size: 41% ;
        }
        body > header .social a.instagram:hover {
            background: url('../assets/art/social/instagram-white.png') no-repeat center center #34495e;
            background-size: 41% ;
        }
        body > header .social a.youtube:hover {
            background: url('../assets/art/social/youtube-white.png') no-repeat center center #34495e;
            background-size: 41% ;
        }
         body > header .social a.googleplus:hover {
            background: url('../assets/art/social/google-plus-white.png') no-repeat center center #34495e;
            background-size: 41% ;
        }
        body > header .social a.flickr:hover {
            background: url('../assets/art/social/flickr-white.png') no-repeat center center #34495e;
            background-size: 41% ;
        }
        body > header .social a.pinterest:hover {
            background: url('../assets/art/social/pinterest-white.png') no-repeat center center #34495e;
            background-size: 41% ;
        }
        body > header .social a.behance:hover {
            background: url('../assets/art/social/behance-white.png') no-repeat center center #34495e;
            background-size: 41% ;
        }
        body > header .social a.dribbble:hover {
            background: url('../assets/art/social/dribbble-white.png') no-repeat center center #34495e;
            background-size: 41% ;
        }
        body > header .social a.github:hover {
            background: url('../assets/art/social/github-white.png') no-repeat center center #34495e;
            background-size: 41% ;
        }
        body > header .social a.tumblr:hover {
            background: url('../assets/art/social/tumblr-white.png') no-repeat center center #34495e;
            background-size: 41% ;
        }
        body > header .social a.medium:hover {
            background: url('../assets/art/social/medium-white.png') no-repeat center center #34495e;
            background-size: 41% ;
        }
        body > header .social a.mail:hover {
            background: url('../assets/art/social/email-white.png') no-repeat center center #34495e;
            background-size: 41% ;
        }
        body > header a.home:hover{
             background: url('../assets/art/btn-home-white.png') no-repeat center center #34495e;
        }
        body > header button.social_toggle:hover {
        background: url('../assets/art/btn-share-white.png') no-repeat center center #34495e;
    }
       
       
       
       

/* ------------------------------------------------ Sidebar */

/* ------------------------------------------------ Content */

body > main {
    height: auto;
}

/* ----- Home Splash */

body > main section.splash {
    width: 100%;
    height: auto;
    padding: 250px 0 150px 0;
    box-sizing: border-box;
    position: relative;
}
body > main section.splash.maintenance {
    padding: 200px 0 0 0;
}
body > main section.splash h1 {
    font-size: 55px;
    line-height: 52px;
    font-weight: 400;
    -webkit-transition: 0.8s all ease-in-out;
    -moz-transition: 0.8s all ease-in-out;
    -ms-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
    padding: 0 0 87px 0;
    position: relative;
    opacity: 1;
    margin-top: 0;
}
    body > main section.splash h1:after {
        content: '';
        position: absolute;
        bottom: 57px;
        left: 0;
        width: 25px;
        height: 2px;
        background: #c2cdd8;
    }
body > main section.splash h1[data-state="inactive"] {
    margin-top: -15px;
    opacity: 0;
}


/* ------------------------------------------------------------- Feed - Links */

section.feed.links {
    background: rgba(231,77,60,1);
    background: -moz-linear-gradient(left, rgba(231,77,60,1) 0%, rgba(44,62,80,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,77,60,1)), color-stop(100%, rgba(44,62,80,1)));
    background: -webkit-linear-gradient(left, rgba(231,77,60,1) 0%, rgba(44,62,80,1) 100%);
    background: -o-linear-gradient(left, rgba(231,77,60,1) 0%, rgba(44,62,80,1) 100%);
    background: -ms-linear-gradient(left, rgba(231,77,60,1) 0%, rgba(44,62,80,1) 100%);
    background: linear-gradient(to right, rgba(231,77,60,1) 0%, rgba(44,62,80,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74d3c', endColorstr='#2c3e50', GradientType=1 );
    box-sizing: border-box;
    padding: 0 2px;
}
section.feed.links article {
    float: left;
    box-sizing: border-box;
    background: #fff;
    height: 350px;
    overflow: hidden;
    margin: 2px;
}
section.feed.links article figure,
section.feed.links article header {
    float: left;
    box-sizing: border-box;
}
section.feed.links article header p {
    text-transform: uppercase;
    color: #2c3e50;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    padding: 21px 0 0 0;
}
section.feed.links article header h2 a,
section.feed.links article header h2 a:visited {
    color: #2c3e50;
}
section.feed.links article header h2 a:hover {
    color: #e74c3c;
}
section.feed.links article header p a {
    display: inline;
    color: #e74c3c;
    padding: 0;
    margin: 0 4px;
    border-bottom: 2px solid #e74c3c;
}
section.feed.links article header p a:hover {
    color: #c0392b;
    border-bottom: 2px solid #c0392b;
}

section.feed.links article._2,
section.feed.links article._5 {
    width: calc(65% - 4px);
}
section.feed.links article._3,
section.feed.links article._4 {
    width: calc(35% - 4px);
}
section.feed.links article._6,
section.feed.links article._8 {
    width: calc(30% - 4px);
}
section.feed.links article._7 {
    width: calc(40% - 4px);
}
section.feed.links article._9,
section.feed.links article._1 {
    width: 100%;
    background: none;
    float: none;
    height: auto;
    padding: 57px 0;
}
section.feed.links article._5 figure {
    float: right;
}
section.feed.links article._5 header {
    text-align: right;
}
section.feed.links article._9 figure,
section.feed.links article._1 figure {
    display: none;
}
section.feed.links article._9 header,
section.feed.links article._1 header {
    text-align: left;
    float: none;
    margin: 0 auto;
    max-width: 700px !important;
    width: auto !important;
}

section.feed.links article.horizontal figure {
    width: 50%;
    height: 350px;
}
section.feed.links article.vertical figure {
    width: 100%;
    height: 187px;
}
section.feed.links article.horizontal header {
    padding: 33px;
    width: 50%;
}
section.feed.links article.vertical header {
    padding: 21px;
    width: 100%;
}

section.feed.links article.horizontal header h2 {
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}
section.feed.links article.vertical header h2 {
    font-size: 21px;
    line-height: 27px;
    color: #fff;
    font-weight: 300;
}

section.feed.links article._1.horizontal header a,
section.feed.links article._1.horizontal header a:visited,
section.feed.links article._1.horizontal header a:hover,
section.feed.links article._1.horizontal header p,
section.feed.links article._9.horizontal header a,
section.feed.links article._9.horizontal header a:visited,
section.feed.links article._9.horizontal header a:hover,
section.feed.links article._9.horizontal header p {
    color: #fff;
}

/* ----- Blog Feed */

body > main section.feed.asides {
    background: #fbfbfb;
}
    body > main section.feed.asides > .wrap {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    body > main section.feed.asides .styler {
        padding: 87px 0 107px 0;
    }
body > main section.feed.standards {
    background: #fff;
    border-top: 1px solid #f2f2f2;
}
body.single > main section.feed.standards {
    border-top: none;
}
body.category > main section.feed.standards,
body.page > main section.feed.standards {
    padding-top: 75px;
}
    body > main a.explore-more {
        display: block;
        margin: 55px 0 110px 0;
        text-transform: uppercase;
        text-align: center;
    }
body > main section.feed.asides h2 {
    padding: 5px 0 25px 0;
    font-size: 33px;
    line-height: 33px;
    font-weight: 400;
}
body > main section.feed.standards h2 {
    padding: 15px 0 25px 0;
    font-size: 55px;
    line-height: 61px;
    font-weight: 400;
}
    body > main section.feed h2 a,
    body > main section.feed h2 a:visited {
        color: #34495e;
    }
    body > main section.feed h2 a:hover {
        color: #2c3e50;
    }
body > main section.feed h3 {
    padding: 45px 0;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}
body.single > main section.feed h3 {
    padding: 0 0 45px 0;
}
body > main section.feed.asides h3 {
    background: #fff;
}
    body > main section.feed.asides article {
        width: 100%;
        padding: 33px 33px 0 33px;
        box-sizing: border-box;
        -webkit-transition: 0.4s all ease-in-out;
        -moz-transition: 0.4s all ease-in-out;
        -ms-transition: 0.4s all ease-in-out;
        -o-transition: 0.4s all ease-in-out;
        transition: 0.4s all ease-in-out;
        display: inline-block;
        vertical-align: top;
    }
    body > main section.feed.standards article {
        padding: 33px 0 45px 0;
        border-bottom: 1px solid #f2f2f2;
        -webkit-transition: 0.4s all ease-in-out;
        -moz-transition: 0.4s all ease-in-out;
        -ms-transition: 0.4s all ease-in-out;
        -o-transition: 0.4s all ease-in-out;
        transition: 0.4s all ease-in-out;
    }
    body > main section.feed.standards article:last-child {
        border-bottom: none;
    }
    body > main section.feed.standards article:hover {
        background: #fff;
    }
        body > main section.feed.asides article header,
        body > main section.feed.standards article header {
            background: none;
            padding: 0;
        }
            body > main section.feed.standards article header p a,
            body > main section.feed.standards article header p a:visited {
                padding: 4px 11px;
                border-radius: 4px;
                background: #e74c3c;
                text-transform: uppercase;
                font-size: 11px;
                color: #fff;
                display: inline-block;
            }
            body > main section.feed.standards article header p a:hover {
                background: #c0392b;
            }
        body > main section.feed.asides article figure {
            height: 150px;
            background: #000;
            margin: 0 0 5px 0;
        }
            body > main section.feed.asides article figure a {
                font-size: 19px;
                line-height: 150px;
                text-align: center;
                color: #fff;
                background: rgba(0, 0, 0, .55);
                opacity: 0;
            }
            body > main section.feed.asides article figure:hover a {
                opacity: 1;
            }
        body > main section.feed.standards article figure {
            margin: 0 25px 0 0;
            width: 250px;
            height: 250px;
            background: #000;
            display: inline-block;
            vertical-align: top;
        }
            body > main section.feed.standards article figure a {
                font-size: 19px;
                line-height: 250px;
                text-align: center;
                color: #fff;
                background: rgba(0, 0, 0, .55);
                opacity: 0;
            }
            body > main section.feed.standards article figure:hover a {
                opacity: 1;
            }
        body > main section.feed.standards article summary {
            display: inline-block;
            vertical-align: top;
            max-width: 611px;
            box-sizing: border-box;
        }
            body > main section.feed.asides article summary p,
            body > main section.feed.standards article summary p {
                font-size: 21px;
                line-height: 29px;
            }
        body > main section.feed.asides article footer {
            padding: 0 0 5px 0;
            background: none;
        }
            body > main section.feed.asides article footer p a,
            body > main section.feed.asides article footer p a:visited {
                color: #e74c3c;
                margin: 0 11px 0 0;
                text-transform: uppercase;
                font-size: 11px;
                display: inline-block;
            }
            body > main section.feed.asides article footer p a:hover {
                color: #c0392b;
            }
        body > main section.feed.standards article footer {
            background: none;
            position: absolute;
            bottom: 0;
            right: 0;
            box-sizing: border-box;
        }
            body > main section.feed.standards article footer span {
                opacity: 0.55;
                padding: 0 11px;
                margin: 0 -4px 0 0;
                border-right: 1px solid #f2f2f2;
            }
            body > main section.feed.standards article footer span:last-child {
                border-right: none;
            }

/* ----- About Promo */

body > main section.promo {
    height: auto;
    padding: 250px 0;
    background: #fff;
    position: relative;
}
    body > main section.promo figure {
        z-index: 1;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    body > main section.promo summary {
        z-index: 2;
        position: relative;
        max-width: 550px;
    }
        body > main section.promo summary h3 {
            font-size: 75px;
            line-height: 75px;
            font-weight: 400;
            padding: 0 0 25px 0;
        }
        body > main section.promo summary p {
            font-size: 21px;
            line-height: 29px;
            font-weight: 400;
        }
        body > main section.promo summary a,
        body > main section.promo summary a:visited {
            display: block;
            margin: 37px 0 0 0;
            padding: 11px 25px;
            font-size: 13px;
            line-height: 21px;
            color: #fff;
            background: #e74c3c;
            border-radius: 4px;
            max-width: 200px;
            text-align: center;
            text-transform: uppercase;
        }
        body > main section.promo summary a:hover {
            background: #c0392b;
        }

/* ----- Single Article */

body.single > main > article header {
    padding: 155px 0 87px 0;
}
body.single > main > article header .inner-wrap {
    position: relative;
}
    body.single > main > article header p {
        text-align: center;
    }
    body.single > main > article header h1 {
        font-size: 75px;
        line-height: 72px;
        font-weight: 400;
        padding: 11px 0 0 0;
    }
        body.single > main > article header footer {
            background: none;
            position: absolute;
            bottom: -55px;
            right: 0;
            box-sizing: border-box;
        }
            body.single > main > article header footer span {
                opacity: 0.55;
                padding: 0 11px;
                margin: 0 -4px 0 0;
                border-right: 1px solid #f2f2f2;
            }
            body.single > main > article header footer span:last-child {
                border-right: none;
            }
body.single > main > article summary figure {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
}
body.single > main > article summary figure .styler {
    opacity: 0;
    padding: 250px 0 150px 0;
    background: rgba( 0, 0, 0, .75 );
    -webkit-transition: 0.8s all ease-in-out;
    -moz-transition: 0.8s all ease-in-out;
    -ms-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
}
body.single > main > article summary:hover figure .styler {
    opacity: 1;
}
body.single > main > article summary h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
    -webkit-transition: 0.8s all ease-in-out;
    -moz-transition: 0.8s all ease-in-out;
    -ms-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
    padding: 0 0 87px 0;
    position: relative;
    opacity: 1;
    margin-top: 0;
    color: #fff;
}
    body.single > main > article summary h2:after {
        content: '';
        position: absolute;
        bottom: 57px;
        left: 0;
        width: 25px;
        height: 2px;
        background: #c2cdd8;
    }
body.single > main > article summary h2[data-state="inactive"] {
    margin-top: -15px;
    opacity: 0;
}
body.single > main > article section {
    padding: 87px 0;
}

/* ----- Text Markup */

body main > article section p,
body main > article section h1,
body main > article section h2,
body main > article section h3,
body main > article section h4,
body main > article section h5,
body main > article section h6,
body main > article section ul,
body main > article section ol {
    padding-left: 11%;
    padding-right: 11%;
}
body main > article section a {
    display: inline;
}
body main > article section p {
    font-size: 23px;
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 25px;
}
body main > article section h1 {
    font-size: 34px;
    line-height: 45px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}
body main > article section h2 {
    font-size: 31px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
}
body main > article section h3 {
    font-size: 29px;
    line-height: 40px;
    padding-top: 25px;
    padding-bottom: 12.5px;
}
body main > article section h4 {
    font-size: 25px;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0;
}
body main > article section h5 {
    font-size: 23px;
    line-height: 34px;
    padding-top: 12.5px;
    padding-bottom: 4.5px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 12.5px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 11%;
    margin-right: 11%;
}
body main > article section h6 {
    font-size: 19px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
body main > article section blockquote {
    position: relative;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    margin-top: 12.5px;
    margin-bottom: 25px;
}
body main > article section blockquote:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 1px;
    background: #c7c8ca;
    top: 0;
    left: calc(50% - 7px);
}
body main > article section blockquote:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 1px;
    background: #c7c8ca;
    bottom: 0;
    left: calc(50% - 7px);
}
body main > article section blockquote p {
    padding-left: 0;
    padding-right: 0;
    font-size: 33px;
    line-height: 44px;
    padding-bottom: 0;
    padding-top: 0;
}
body main > article section ul,
body main > article section ol {
    padding-top: 0;
    padding-bottom: 25px;
    margin: 0;
}
body main > article section ul,
body main > article section ul li {
    list-style: disc;
    list-style-type: disc;
}
body main > article section ol,
body main > article section ol li {
    list-style: decimal;
    list-style-type: decimal;
}
body main > article section ul li,
body main > article section ol li {
    padding: 0;
    margin: 0 5%;
    font-size: 21px;
    line-height: 34px;
}
body main > article section img {
    max-width: 100%;
    height: auto;
    cursor: default;
    display: block;
    margin: 12.5px auto;
}
body main > article section .wp-caption img {
    margin-bottom: 0;
}
body main > article section .wp-caption-text {
    padding-left: 0;
    padding-right: 0;
    padding-top: 12.5px;
    padding-bottom: 33px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}
body main > article section .alignnone {
    width: 100% !important;
}
body main > article section .aligncenter {
    padding-left: 11%;
    padding-right: 11%;
    box-sizing: border-box;
    width: 100% !important;
}
body main > article section .alignleft {
    width: 40% !important;
    float: left;
    padding-right: 33px;
}
body main > article section .alignleft .wp-caption-text {
    text-align: left;
}
body main > article section .alignright {
    width: 40% !important;
    float: right;
    padding-left: 33px;
}
body main > article section .alignright .wp-caption-text {
    text-align: right;
}
body main > article section twitterwidget {
    padding-left: 11%;
    padding-right: 11%;
}

@media only screen and (max-width: 1024px) {
    body.single > main > article header {
        padding: 85px 0 25px 0;
    }
    body.single > main > article header h1 {
        font-size: 45px;
        line-height: 50px;
        padding: 11px 5% 0 5%;
    }
    body.single > main > article summary figure .styler {
        padding: 75px 0;
        opacity: 1;
    }
    body.single > main > article summary h2 {
        font-size: 23px;
        line-height: 29px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 0;
    }
    body.single > main > article summary h2:after {
        display: none;
    }
    body main > article section blockquote p {
        padding-left: 5%;
        padding-right: 5%;
    }
    body main > article section .alignleft {
        padding-left: 5%;
    }
    body main > article section .alignright {
        padding-right: 5%;
    }
    body main > article section h5 {
        margin-left: 0;
        margin-right: 0;
    }
    body > main section.feed.asides article header, 
    body > main section.feed.standards article header {
        text-align: center;
    }
    body > main section.feed.standards h2 {
        font-size: 29px;
        line-height: 35px;
        padding-left: 5%;
        padding-right: 5%;
        text-align: left;
    }
    body > main section.feed.standards article figure {
        width: 100%;
        box-sizing: border-box;
    }
    body > main section.feed.standards article summary {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 12.5px;
        padding-bottom: 12.5px;
    }
}

@media only screen and (max-width: 768px) {
    
    body.single > main > article section {
        padding: 35px 0;
    }
    body main > article section p,
    body main > article section h1,
    body main > article section h2,
    body main > article section h3,
    body main > article section h4,
    body main > article section h5,
    body main > article section h6,
    body main > article section ul,
    body main > article section ol {
        padding-left: 5%;
        padding-right: 5%;
    }
    body main > article section p {
        font-size: 23px;
        line-height: 34px;
    }
    body main > article section twitterwidget {
        padding-left: 0;
        padding-right: 0;
    }
    body main > article section .wp-caption-text {
        padding-left: 5%;
        padding-right: 5%;
    }
    body main > article section .aligncenter {
        padding-left: 0;
        padding-right: 0;
    }
    body main > article section .alignleft,
    body main > article section .alignright {
        width: 100% !important;
        float: none;
        padding: 0;
    }
    body main > article iframe {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
  
    
}

/* ------------------------------------------------ Footer */

body > footer {
    padding: 87px 0 127px 0;
}
    body > footer menu h3 {
        font-size: 17px;
        line-height: 17px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        padding: 0 0 11px 0;
    }
    body > footer menu ul {
        text-align: center;
    }
    body > footer menu ul li {
        display: inline-block;
        vertical-align: top;
        padding: 11px;
    }
    body > footer menu p {
        text-align: center;
    }
        body > footer menu p a {
            display: block;
            color: #ddd;
            margin: 57px 0 0 0;
        }
        body > footer menu p a:hover {
            text-decoration: underline;
        }

/* ------------------------------------------------ Modernizr */

@media only screen and (max-width: 1180px) {
    section.feed.links article._2, 
    section.feed.links article._5 {
        width: calc(100% - 4px);
    }
    section.feed.links article._3, 
    section.feed.links article._4 {
        width: calc(50% - 4px);
    }
}

@media only screen and (max-width: 1024px) {
    body > main section.splash {
        padding: 157px 0 57px 0;
    }
    body > main section.splash h1 {
        padding: 0 5%;
        font-size: 33px;
        line-height: 35px;
    }
    body > main section.splash h1:after {
        display: none;
    }

    section.feed.links article._6, 
    section.feed.links article._8 {
        width: calc(50% - 4px);
    }
    section.feed.links article._7 {
        display: none;
    }

    body > main section.feed.asides > .wrap {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    body > main section.promo summary {
        padding: 0 5%;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 724px) {
    section.feed.links article.horizontal figure {
        width: 100%;
        height: 200px;
    }
    section.feed.links article.horizontal header {
        width: 100%;
    }
    section.feed.links article._2, 
    section.feed.links article._5 {
        height: auto;
    }

    body > main section.feed.asides h3 {
        display: none;
    }
    body > main section.feed.asides .styler {
        padding: 57px 0;
    }

    body > main section.promo {
        padding: 57px 0;
    }
}

@media only screen and (max-width: 600px) {
    section.feed.links {
        padding: 0 2px 2px 2px;
    }
    section.feed.links article._3, 
    section.feed.links article._4,
    section.feed.links article._6, 
    section.feed.links article._8,
    section.feed.links article._7 {
        width: calc(100% - 4px);
        height: auto;
        display: block;
        float: none;
    }
    section.feed.links article._9 {
        display: none;
    }
    section.feed.links article.vertical figure {
        display: none;
    }

    body > main section.feed.asides > .wrap {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    body > main section.feed.asides article header, 
    body > main section.feed.standards article header {
        text-align: left;
    }
    body > main section.feed.asides article figure {
        height: 250px;
    }
}




