/*
Theme Name: Momento Social
Description: Wordpress custom theme for momentosocial.com
Version: 1.0.0
Author: Themesei
Author URI: https://themesei.com/
*/

body { 
    background: #e9ebee;
    color: #313936;
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding-top: 50px;
}

a {
    color: #2a2a2a;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}

b,
strong {
    font-weight: 400;
}

#header .header,
#menu,
.float-btns,
#desktop-menu,
.close-mask {
    -o-transition: 0.3s; 
    -ms-transition: 0.3s; 
    -moz-transition: 0.3s; 
    -webkit-transition: 0.3s; 
    transition: 0.3s;
}

#header {
    -o-transition: 0.1s; 
    -ms-transition: 0.1s; 
    -moz-transition: 0.1s; 
    -webkit-transition: 0.1s; 
    transition: 0.1s;
}

.ad-spot {
    display: block;
    text-align: center;
    min-height: 1px;
    margin: 10px 0;
}

.ad-spot.desktop {
    display: none;
}

.ad-spot.multi {
    display: block;
}

/* ---------- 
- GENERAL 
---------- */
.section-title {
    display: block;
    padding: 10px 1rem;
    margin: 0 -1rem;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #979e9b;
    background: #e9ebee;
}

/* ---------- 
- MAIN 
---------- */
#header .wrap,
#header .row { 
    height: 100%;
}

.global-wrap { 
    background: #e9ebee;
    display: block;
    width: 100%;
    min-height: 90%;
}

.wrap {
    padding-left: 1rem; 
    padding-right: 1rem;
}

/* ---------- 
- HEADER 
---------- */
#header {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
}

#header .header {
    background: #2a2a2a;
    display: block;
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #d33459;
    position: relative;
    z-index: 10;
}


header .header .navicon {
    background: transparent;
    padding: 10px;
    font-size: 1.125em;
    color: #fff;
    position: absolute;
    right: 5px; 
    top: 3px;
}

#header .header .navicon::before {
    display: none;
}

#header .header .logo { 
    width: 160px;
    padding-top: 5px;
}

#header .header .logo .site-title {
    height: 0;
    text-indent: -9999px;
    visibility: hidden;
}

#header .header .logo span.logo-svg {
    display: inline-block;
    width: 100%;
}

#header .header .logo span.logo-svg .st0,
#header .header .logo span.logo-svg .st1,
#header .header .logo span.logo-svg .st2 {
    fill: #fff;
}

body.header-fixed #header .header { 
    background: #fff;
    border-bottom-color: #d6d6d6;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

body.header-fixed #header .header .logo span.logo-svg .st0 {
    fill: #273c66;
}
body.header-fixed #header .header .logo span.logo-svg .st1,
body.header-fixed #header .header .logo span.logo-svg .st2{
    fill: #2a2a2a;
}

body.header-fixed #header .header .navicon {
    color: #2a2a2a;
}

/* Float btns
---------------- */
.float-btns {
    width: 100%;
    background: #fff;
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8989;
    visibility: hidden;
    opacity: 0;
}

.float-btns ul {
    margin: 0;
    padding: 0;
}

.float-btns ul li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    margin: 0;
    margin-left: -3px;
    padding: 0;
}

.float-btns ul li:nth-child(2) {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.float-btns ul li a {
    color: #313936;
    font-size: 1.125em;
    display: block;
    padding: 12.5px 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.float-btns ul li.whatsapp a {
    color: #20b401;
}

.float-btns ul li.pinterest a {
    color: #d01e15;
}

.float-btns ul li.facebook a {
    color: #3b5998;
}

body.scroll-down .float-btns {
    visibility: visible;
    opacity: 1;
}

.float-btns.actions {
    top: inherit;
    bottom: 0;
    border-top: 1px solid #d6d6d6;
    visibility: visible;
    opacity: 1;
}

body.scroll-down .float-btns.actions {
    visibility: hidden;
    opacity: 0;
}

body.scroll-up .float-btns.actions {
    visibility: visible;
    opacity: 1;
}

/* Desktop menu
---------------- */
#desktop-menu { 
    display: none;
}

/* ---------- 
- ARTICLES 
---------- */
.articles-row {
    margin: 0 -1rem;
}

.article {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    vertical-align: top;
}

.article .content {
    background: #fff;
    width: 100%;
    float: left;
    position: relative;
}

.article a.permalink {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.article .thumb {
    display: block;
    width: 50%;
    float: left;
}

.article .thumb .wrapper {
    width: 100%;
    height: 0;
    min-height: 160px;
    padding-bottom: 100%;
    display: block;
    background: #ccc no-repeat center center;
    background-size: cover;
}

.article .caption {
    display: block;
    float: left;
    width: 50%;
    padding: 5px 10px;
}

.article .caption .row {
    height: 100%;
}

.article .caption span.category a {
    font-size: 0.875em;
    font-weight: 400;
    color: #777b84;
    display: block;
}

body.archive .article .caption span.category a {
    visibility: hidden;
    height: 0;
}

.article .caption .title {
    white-space: normal;
    letter-spacing: inherit;
    font-size: 1em;
    line-height: 1.25em;
    text-transform: uppercase;
}

.article .caption span.counter {
    display: none;
}

.article:hover .content {
    background: #2a2a2a;
}

.article:hover .caption .title,
.article:hover .caption span.category a {
    color: #fff;
}

/* Pagenavi
---------------- */
.pagenavi a,
#infscr-loading { visibility: hidden !important; opacity: 0; }

/* ---------- 
- FEATURED 
---------- */
#featured {
    position: relative;
}

#featured .scroll {
    height: 100%;
    width: auto;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

#featured .scroll-left,
#featured .scroll-right {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    right: .5rem;
    top: 50%;
    z-index: 4444;
    background: rgba(250,250,250,0.7);
    color: #313936;
    border: 0;
    font-size: 1em;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.15);
    cursor: pointer;
}

#featured .scroll-left i {
    margin-left: -3px;
}

#featured .scroll-right i {
    margin-right: -3px;
}

#featured .scroll-left {
    right: inherit;
    left: .5rem;
}

#featured .scroll-left::before,
#featured .scroll-right::before {
    display: none;
}

#featured .scroll-left,
#featured .scroll-right.hide {
    display: none;
}

#featured .scroll-left.show,
#featured .scroll-right {
    display: block;
}

#featured .article {
    float: none;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-left: -4px;
}

#featured .article.article-1 {
    margin-left: 0;
}

#featured .article .content {
    position: relative;
}

#featured .article .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
}

#featured .article .caption {
    width: 100%;
    height: 100%;
    padding: 10px 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top,  rgba(17,8,35,0) 0%, rgba(6,9,15,0.6) 100%);
    background: -webkit-linear-gradient(top,  rgba(17,8,35,0) 0%,rgba(6,9,15,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(17,8,35,0) 0%,rgba(6,9,15,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00110823', endColorstr='#8006090f',GradientType=0 );
}

#featured .article .caption .title,
#featured .article .caption span.category a {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    text-align: center;
}

#featured .article .caption .title {
    font-size: 1.063em;
}

/* ---------- 
- MENU 
---------- */
#menu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
    margin-left: 100%;
    opacity: 0;
    visibility: hidden;
}

#menu ul {
    padding: 0 20px;
    margin-top: 0;
}

#menu ul.menu {
    padding: 0;
}

#menu ul li { margin: 15px 0; }
#menu ul li,
#menu ul li a {
    display: block;
    position: relative;
    color: #313936;
}

#menu ul li a i.fa-close {
    color: #2a2a2a;
}

#menu ul li.search {
    display: inherit;
    margin: 0 -20px;
}

#menu ul li.search input {
    background: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-color: #e6e6e6;
}

#menu ul li.search button {
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 15px;
}

#menu ul li.title {
    color: #777b84;
    font-size: 0.750em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
}

#menu ul.social {
    background: #f6f6f6;
    padding: 0;
    margin-top: 20px;
}

#menu ul.social li {
    display: inline-block;
    width: 20%;
    margin: 0;
    margin-left: -4px;
}

#menu ul.social li a {
    text-align: center;
    padding: 13px 0;
}

#menu ul.social li.twitter a {
    color: #0084b4;
}

#menu ul.social li.youtube a {
    color: #d01e15;
}

#menu ul.social li.facebook a {
    color: #3b5998;
}

#menu ul.social li.google-plus a {
    color: #d34836;
}

#menu ul.social li.instagram a {
    color: #8a3ab9;
}

html.open,
body.open {
    overflow: hidden !important;
}

body.open #menu {
    margin-left: 0;
    visibility: visible;
    opacity: 1;
}

body.open #header .header .navicon i::before {
    content: '\f00d';
} 

/* ---------- 
- SINGLE 
---------- */
body.page,
body.page .global-wrap,
body.single .global-wrap {
    background: #fff;
}

#single {
    margin-bottom: 20px;
}

#single h1,
#single h2,
#single h3,
#single h4,
#single h5,
#single p {
    font-weight: 400;
    margin: 15px 0;
    line-height: 1.375em;
}

#single .title {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 0;
}

#single .meta {
    display: block;
    margin-top: 3px;
}

#single .meta span {
    font-size: 1em;
    display: inline-block;
    margin-right: 5px;
    color: #979e9b;
    position: relative;
}

#single .meta span.date::before {
    content: '| ';
}

#single .meta span.views {
    float: right;
    font-size: 1.125em;
    font-weight: 300;
    color: #2a2a2a;
    vertical-align: top;
}

#single p,
#single li {
    font-weight: 300;
    font-size: 1.063em;
    line-height: 1.5em;
}

#single ol {
    display: block;
    padding: 0 40px;
}

#single .post-img {
    margin: 15px -1rem;
}

#single .wp-caption {
    max-width: 100%;
}

#single .wp-caption img {
    display: block;
}

#single .wp-caption-text {
    background: #eee;
    font-style: italic;
    padding: 10px;
    display: block;
    margin: 0;
    margin-top: -10px;
    text-align: center;
}

.twitter-tweet {
    margin: 0 auto;
}

#single img,
#single iframe,
#single embed {
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

#single blockquote {
    border-left: 1px solid #2a2a2a;
    padding: 5px;
    padding-left: 30px;
    font-weight: 400;
}

#single blockquote p {
    font-weight: 400;
    font-size: 1.125em;
}

#sidebar {
    padding-top: 20px;
    display: none;
}

/* ---------- 
- AUTHOR 
---------- */
#author-box .content {
    display: block;
    margin-top: 20px;
}

#author-box .author-info {
    display: block;
    text-align: center;
}

#author-box .author-info img {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#author-box .author-info h1 {
    margin: 0;
    line-height: 1.25em;
    margin-top: 5px;
}

#author-box .description {
    background: #fff;
    border: 1px solid #d6d6d6;
    padding: 20px;
    position: relative;
    margin-top: 20px;
}

#author-box .description:after, #author-box .description:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#author-box .description:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
#author-box .description:before {
	border-color: rgba(230, 230, 230, 0);
	border-bottom-color: #e6e6e6;
	border-width: 6px;
	margin-left: -6px;
}

#author-box .description .subline {
    margin: 0 0 10px 0;
    text-align: center;
}

#author-box .description ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#author-box .description ul li {
    display: inline-block;
    margin: 0;
}

#author-box .description ul li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: #eee;
    display: block;
    font-size: 1.125em;
}

#author-box .description ul li.website a {
    color: #2a2a2a;
}
#author-box .description ul li.facebook a {
    color: #2a5aa2;
}
#author-box .description ul li.twitter a {
    color: #55ACEE;
}
#author-box .description ul li.google-plus a {
    color: #dd4b39;
}
#author-box .description ul li.instagram a {
    color: #833ab4;
}

#author-box .description ul li.website a:hover {
    color: #fff;
    background-color: #2a2a2a;
}
#author-box .description ul li.facebook a:hover {
    color: #fff;
    background-color: #2a5aa2;
}
#author-box .description ul li.twitter a:hover {
    color: #fff;
    background-color: #55ACEE;
}
#author-box .description ul li.google-plus a:hover {
    color: #fff;
    background-color: #dd4b39;
}
#author-box .description ul li.instagram a:hover {
    color: #fff;
    background-color: #833ab4;
}

/* ---------- 
- NOT FOUND 
---------- */
#notfound i.fa-close {
    font-size: 4em;
}

/* ---------- 
- FOOTER 
---------- */
#footer {
    display: none;
}

@media only screen and (min-width: 550px) {
    .article {
        width: 50%;
        float: none;
        display: inline-block;
        margin-left: -3px;
    }
    
    .article .thumb,
    .article .caption {
        width: 50%;
        margin-left: -2px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    
    .article .content {
        background: #fff;
        float: none;
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    #featured .article .caption .title,
    .article .caption .title {
        font-size: 1.25em;
    }
}

@media only screen and (min-width: 990px) {
    body {
        padding-top: 120px;
    }
    
    .ad-spot {
        display: none;
    }
    
    .ad-spot.desktop,
    .ad-spot.multi {
        display: block;
    }
    
    .section-title {
        font-weight: 300;
        color: #313936;
        letter-spacing: inherit;
    }
    
    .global-wrap {
        position: relative;
        z-index: 444;
    }
    
    #header {
        top: 50px;
        margin-top: 0;
    }
    
    body.header-fixed #header {
        margin-top: -50px;
    }
    
    #header .header {
        background: #fff;
        border-bottom: 1px solid transparent;
        height: 70px;
        text-align: center;
    }
    
    #header .header .col-xs-12 {
        position: relative;
    }
    
    #header .header .navicon {
        display: none;
        font-size: 1.5em;
        top: 0;
    }
    
    body.header-fixed #header .header .navicon {
        display: block;
    }
    
    #header .header .logo {
        display: inline-block;
        width: 250px;
    }
    
    #header .header .logo span.logo-svg .st0 {
        fill: #273c66;
    }
    #header .header .logo span.logo-svg .st1,
    #header .header .logo span.logo-svg .st2{
        fill: #2a2a2a;
    }
    
    #header .header .logo:hover span.logo-svg .st0 {
        fill: #2a2a2a;
    }
    #header .header .logo:hover span.logo-svg .st1,
    #header .header .logo:hover span.logo-svg .st2{
        fill: #2a2a2a;
    }
    
    #desktop-menu {
        width: 100%;
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 444;
        background: #2a2a2a;
        box-shadow: inset 0 -2px #ddb602;
    }
    
    body.open {}
    
    #desktop-menu .menu {
        padding: 0 1rem;
        display: block;
        width: 100%;
        height: 50px;
        position: relative;
    }
    
    #desktop-menu .wrap,
    #desktop-menu .row {
        height: 100%;
        position: relative;
    }
    
    #desktop-menu ul {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
        display: inline-block;
    }
    
    #desktop-menu ul li {
        display: inline-block;
        position: relative;
        margin: 0;
    }
    
    #desktop-menu ul li a {
        font-size: 1.125em;
        font-weight: 300;
        display: block;
        color: #fff;
        padding: 5px 10px;
        position: relative;
    }
    
    #desktop-menu ul li.current-menu-item a::after {
        content: '';
        width: 100%;
        height: 2px;
        background: #440d1a;
        position: absolute;
        left: 0;
        bottom: -8px;
    }
    
    #desktop-menu ul.social {
        text-align: left;
    }
    
    #desktop-menu ul.social li a {
        padding-left: 0;
        padding-right: 15px;
    }
    
    #desktop-menu ul li.search {
        position: inherit;
    }
    
    #desktop-menu ul li.search .btn {
        position: absolute;
        right: 0;
        top: 2px;
        background: transparent;
        color: #fff;
        font-size: 1.125em;
    }
    
    #desktop-menu ul li.search .btn::before {
        display: none;
    }
    
    #desktop-menu ul li.search input {
        width: 0%;
        background: transparent;
        border: 0;
        position: absolute;
        right: 0;
        top: 4px;
    }
    
    #desktop-menu ul li.search:hover input {
        width: 100%;
        background: #fff;
    }
    
    #desktop-menu ul li.search:hover .btn {
        color: #2a2a2a;
    }
    
    #featured .articles-row {
        margin: 0;
    }
    
    #featured .article {
        width: 50%;
        padding: 0;
        margin-left: -3px;
    }
    
    #featured .article .content {
        border-bottom: 1px solid #d6d6d6;
    }
    
    #featured .article .thumb {
        display: inline-block;
        float: none;
        width: 50%;
        padding-bottom: 200px;
    }
    
    #featured .article .caption {
        display: inline-block;
        float: none;
        width: 50%;
        position: relative;
        background: transparent;
        left: inherit;
        top: inherit;
        bottom: inherit;
        border: 0;
        box-shadow: none;
    }
    
    #featured .article .caption .row {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    
    #featured .article .caption .title,
    .article .caption .title {
        text-transform: inherit;
        text-shadow: none;
        color: #313936;
    }
    
    #featured .article .caption {
        padding: 10px 20px;
    }
    #featured .article .caption .title,
    #featured .article .caption span.category a {
        text-align: left;
    }
    
    #featured .article .caption span.category a {
        text-shadow: none;
        color: #313936;
    }
    
    #featured .article:hover .caption .title,
    #featured .article:hover .caption span.category a {
        color: #fff;
    }
    
    #menu {
        width: 400px;
        right: 0;
        left: inherit;
        margin-right: -400px;
        box-shadow: -2px 0 3px rgba(0,0,0,0.03);
    }
    
    #menu ul li {
        font-size: 1.125em;
    }
    
    body.open #menu {
        margin-left: inherit;
        margin-right: 0;
    }
    
    .close-mask {
        opacity: 0;
        visibility: hidden;
    }
    
    body.open .close-mask {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 8888;
        visibility: visible;
        opacity: 1;
        background: rgba(40,34,26,0.9);
    }
    
    body.single #header .header {
        border-bottom: 1px solid #ddd;
    }
    
    .float-btns {
        width: 250px;
    }
    
    .float-btns ul li.whatsapp a {
        background-color: #20b401;
        color: #fff;
    }

    .float-btns ul li.pinterest a {
        background-color: #d01e15;
        margin-left: -1px;
        color: #fff;
    }

    .float-btns ul li.facebook a {
        background-color: #3b5998;
        margin-left: -1px;
        color: #fff;
    }
    
    .float-btns.actions {
        top: 0;
        right: 0;
        left: inherit;
        bottom: inherit;
        z-index: 99999;
        visibility: hidden;
        opacity: 0;
    }
    
    body.scroll-down .float-btns.actions {
        visibility: visible;
        opacity: 1;
    }
    
    body.scroll-up .float-btns.actions {
        visibility: hidden;
        opacity: 0;
        margin-top: -50px;
    }
    
    .float-btns ul li a {
        padding: 22px 0;
        background: #fff;
    }
    
    #single .title {
        text-transform: none;
        line-height: 1.125em;
        margin-bottom: 10px;
    }
    
    #single .content {
        border-right: 1px solid #e6e6e6;
        padding: 0 1rem;
    }
    
    #related {
        padding: 20px 0;
        background: #e9ebee;
        margin-bottom: 15px;
    }
    
    #latest,
    #comments {
        padding-bottom: 40px;
    }
    
    #comments .section-title {
        background: #fff;
    }
    
    #sidebar {
        display: block;
        padding-left: 0;
    }
    
    #sidebar .widget {
        display: block;
        margin-bottom: 40px;
    }
    
    #sidebar .widget .section-title {
        background: #fff;
        font-size: 1em;
        font-weight: 400;
        padding-left: 20px;
        margin-bottom: 0;
        padding-bottom: 5px;
        border-top: 2px solid #2a2a2a;
        color: #2a2a2a;
    }
    
    #sidebar .widget.widget-featured .article,
    #sidebar .widget.widget-featured .article .content {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        border: 0;
        float: none;
        display: block;
    }
    
    #sidebar .widget.widget-featured .article .thumb {
        display: none;
    }
    
    #sidebar .widget.widget-featured .article .caption {
        border-color: #eee;
        width: 100%;
        height: 100%;
        min-height: 85px;
        margin: 0;
        padding-left: 60px;
    }
    
    #sidebar .widget.widget-featured .article .caption span.counter {
        position: absolute;
        left: 0;
        top: 5px;
        width: 60px;
        text-align: center;
        font-size: 1.5em;
        display: block;
        color: #777b84;
        font-weight: 300;
    }
    
    #sidebar .widget.widget-featured .article .caption .title {
        font-size: 1.125em;
        margin: 0;
    }
    
    #sidebar .widget.widget-featured .article .caption .title,
    #sidebar .widget.widget-featured .article .caption span.category a {
        text-align: left;
    }
    
    #author-box .description ul li a {
        font-size: 1.5em;
    }
    
    #footer {
        color: #fff;
        display: block;
        background: #313936;
        padding: 40px 0;
    }
    
    #footer ul.footer-menu {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    
    #footer ul.footer-menu li {
        display: inline-block;
        margin: 0;
    }
    
    #footer ul.footer-menu li a {
        display: block;
        padding: 0 10px;
        color: rgba(250,250,250,0.6);
    }
    
    #footer p {
        margin-top: 5px;
    }
    
}

@media only screen and (min-width: 1024px) {
    .section-title {
        margin: 0;
        padding: 15px 0;
        font-size: 1.5em;
    }

    .articles-row {
        margin: 0 -0.5rem;
    }
    
    .article {
        width: 33.33%;
        padding: 10px;
    }
    
    .article .thumb,
    .article .caption {
        width: 100%;
        margin: 0;
        display: block;
    }
    
    .article .thumb .wrapper {
        height: 220px;
        padding-bottom: 0;
    }
    
    .article .caption {
        padding: 10px 15px;
        height: 160px;
        border-bottom: 1px solid #d6d6d6;
        box-shadow: 0 2px 1px rgba(0,0,0,0.02);
    }
    
    .article .caption .row {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    
    .article .caption .title,
    .article .caption span.category {
        text-align: center;
    }
    
    #featured .article .caption .title,
    .article .caption .title {
        font-size: 1.375em;
    }
    
    #author-box .author-info {
        font-size: 60%;
    }
    
    #author-box .description {
        position: relative; 
        margin: 0;
    }
    
    #author-box .description:after, #author-box .description:before {
        left: inherit;
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #author-box .description:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 5px;
        margin-top: -5px;
    }
    #author-box .description:before {
        border-color: rgba(230, 230, 230, 0);
        border-right-color: #e6e6e6;
        border-width: 6px;
        margin-top: -6px;
    }
    
}