:root {
    --faded-black:#0e0c09;
    --faded-white:#ffffff;
}
html{
    font-size: 18px;
}
body {
    font-family: 'Playfair Display', serif; /* Playfair Display   --  or  -- Tinos */
    font-weight: 500;
    background-color: var(--faded-white);
    color: var(--faded-black);
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
*{
    line-height: 1.5em;
}

.fa-opacity {
    opacity: 0.5;                /* Opacity (Transparency) */
}

.legal {
    font-size: 100%;
    background-color: var(--faded-white);
    color: var(--faded-black);
    margin-bottom: 1rem;
    line-height: 1em;
}

a.linkimg:hover {
    color: inherit; 
    text-decoration: none;
    filter: brightness(100%);
}
a.tag:hover {
    color: inherit; 
    text-decoration: none;
    filter: brightness(120%);
}

a:link {
    color: inherit; 
    text-decoration: none;
}
a:visited {
    color: inherit; 
    text-decoration: none;
    filter: brightness(200%);
}
a:hover {
    color: inherit; 
    text-decoration: none;
    filter: brightness(200%);
}
a:active {
    color: inherit; 
    text-decoration: none;
} 

header{
    background-color: var(--faded-white);
}

section{
    /*font-size: 0.9375rem;*/
    line-height: 1.25em;
}
.section{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.section-navigation{
    background-color: #cb4b16; 
    border-bottom: thin solid #000000;;
    border-top: thin solid #000000;
    color: var(--faded-white);
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 1rem;
    margin-top: 0rem;
    font-size: 1.0rem;
    letter-spacing: 0rem;
}
.section-header .section-title{
    padding-bottom: 12px;
    padding-top: 12px;
    margin-bottom: 2.4rem;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    letter-spacing: 0.1rem;
    font-weight: 900;
    font-size: 1.250rem;
    position: relative;
    padding-left: 64px;
    background-color: var(--faded-white);
}
.section-header .section-title:before{
    content: "\f054";
    position: absolute;
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    left: 0;
    width: 46px;
    line-height: 46px;
    text-align: center;
    background-color: var(--faded-black);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0px;
    color: var(--faded-white);
}
.section-header .section-title:after{
    content: '';
    position: absolute;
    display: block;
    bottom: 20px;
    left: 0px;
    bottom: 0;
    height: 4px;
    right: 0px;
    background-color: var(--faded-black);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34ace0', endColorstr='#9945e1ef',GradientType=1 );
}
.gradient-back{
    background: rgb(114, 114, 120);
    background: -moz-linear-gradient(-45deg, rgb(161, 168, 171) 0%, rgb(125, 143, 146) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(161, 168, 171) 0%,rgba(125, 143, 146) 100%);
    background: linear-gradient(135deg, rgba(161, 168, 171) 0%,rgb(125, 143, 146) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34ace0', endColorstr='#33d9b2',GradientType=1 );
}
.bg-hard-light{
    background-color: #f0f0f0;
}
.font-alegreya{
    font-family: 'Alegreya Sans', sans-serif;
}

@media screen and (min-width: 1200px){
    .container {
        max-width: 1340px;
    }
}

.opinion-block{
    padding: 1rem 2rem ;
    border: 6px double #aaa;
}

.opinion-block .opinion-title{
    font-size: 1.2rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.opinion-block .opinion-title:before{
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    background-color: #000000;
    height: 2px;
    transform: translateY(-60%);

}
.opinion-block .opinion-title > h2{
    background-color: var(--faded-white);
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 100;
    padding: 0 2rem;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

#logo{
    width: auto;
    /* min-height: 5rem; */
    /* width: 30rem; */
}

.navbar{
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
}
.navbar-nav{
    color: #d0d0d0;
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin: auto;
}
.navbar-nav > li{

}
.navbar-nav > li > a{
    display: block;
}

.navbar-expand-lg .navbar-expand-sm .navbar-nav .nav-link{
    padding: 0rem 0rem;
    margin-top: 0em;
    margin-bottom: 0em;
    font-weight: 800;
}

.nav-link:hover {
    color: #ffffff;
    filter: brightness(200%);
}

.navbar-brand {
    padding: 12px 12px;
    max-width: 600px;
    display: table;
    text-align: center;
    justify-content: center;
}

.navbar-brand span {
    display: table-cell;
    vertical-align: middle; // This will keep the logo vertically in the middle
    margin: 0 auto;
 }

.navbar-toggler {
    border: 1rem;
    text-align: center;
    margin: auto;
}
.navbar-toggler:focus {
    outline: none;
} 

.home-top-headlines{
    border: thin solid #ccc;
    font-size: 0.925em;
}
@media screen and (min-width: 1200px){
    .home-top-headlines > div{
        border-right:thin solid #ccc;
    }
}
.home-top-headlines > div > div{
    padding: 0 0.75rem;
}
.home-top-headlines > div:last-child{
    border-right:none;
}

.post{

}
.post-header{
    margin-bottom: 0.5rem;
}
.post-supertitle{
    font-size: 0.875rem;
    font-weight: 200;
    letter-spacing: 0.1em;
    color: var(--faded-black);
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    font-family: 'Alegreya Sans', sans-serif;
}
.post-title{
    font-weight: 400;
    line-height: 1.125em;
    margin-bottom: 0.5rem;
}
.post-content{
    font-size: 0.9em;
    line-height: 1.4rem;
    margin-bottom: 0.5rem;
}

.post-media{
    margin-bottom: 1rem;
}
.post-date{
    color: #999999;
    font-size: 0.825em;
}

.post-overlay{
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5rem;
}
.post-overlay:before{
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    top: 0;
    opacity: 0.65;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#cc000000',GradientType=0 );
}
.post-overlay .post-media{
    height: 256px;
    position: relative;
    margin-bottom: 0;
}
.post-overlay .post-media > img{
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.post-overlay .post-body{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    padding: 1rem;
    padding-right: 5rem;
}
.post-overlay .post-body .post-title{
    font-size: 1.425rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
}
.post-overlay:hover:before{
    opacity: 1;
}


.widget-posts{
    background-color: #2f2f2f;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.widget-posts:before{
    content: '';
    position: absolute;
    width: 16rem;
    height: 2rem;
    right: 0rem;
    bottom: 0rem;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
    transform: rotate(-90deg) translate(100%,0%);
    z-index: 0;
    transform-origin: 100% 100%;
}
.widget-posts > div{
    position: relative;
    z-index: 10;
}

.widget-header{
    text-align: center;
    position: relative;
    margin-bottom: 1rem;
}
.widget-header > .widget-title{
    display: inline-block;
    font-size: 1.380rem;
    font-weight: bold;
    padding: 10px 0;
}
.widget-header > .widget-title:before,
.widget-header > .widget-title:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 30px;
}
.widget-header > .widget-title:before{
    left: -16px;
}
.widget-header > .widget-title:after {
    right: -16px;
}

.btn-main{
    background: #787878;
    color: #d4d4d4;
    border: 0px solid #000;
    padding: 0.725rem 2rem;
    font-weight: 900;
    display: inline-block;
    font-family: 'Alegreya Sans', sans-serif;
    letter-spacing: 0.1rem;
    -webkit-transition: background-color 300ms, color 300ms;
    -moz-transition: background-color 300ms, color 300ms;
    -ms-transition: background-color 300ms, color 300ms;
    -o-transition: background-color 300ms, color 300ms;
    transition: background-color 300ms, color 300ms;
}
.btn-main:hover{
    background: #3b3b3b;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.btn-more{
    background: var(--faded-black); 
    color: var(--faded-white)
    border: 0px solid var(--faded-black);
    padding: 0.4rem 0.5rem;
    font-weight: 700;
    display: inline-block;
    font-family: 'Alegreya Sans', sans-serif;
    letter-spacing: 0.1rem;
    -webkit-transition: background-color 300ms, color 300ms;
    -moz-transition: background-color 300ms, color 300ms;
    -ms-transition: background-color 300ms, color 300ms;
    -o-transition: background-color 300ms, color 300ms;
    transition: background-color 300ms, color 300ms;
}
.btn-more:hover{
    background: #3b3b3b;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.section-footer{
    background-color: #cb4b16;
    color: var(--faded-white);
    font-family: "Alegreya Sans";
}
.section-footer a{
    color: #ffffff;
}
.section-footer .footer-logo{
    padding-bottom: 1rem;
}
.section-footer .footer-menus{
    padding: 2rem 0;
    font-size: 0.925em;
    border-top: thin solid #555555;
}
.section-footer .footer-menus h2{
    font-size: 1.15rem;
    margin-bottom: 2rem;
    position: relative;
}
.section-footer .footer-menus h2:after{
    content: "";
    position: absolute;
    display: block;
    width: 5rem;
    height: 1px;
    left: 50%;
    bottom: -1rem;
    background-color: var(--faded-black);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-footer .footer-credits{
    font-size: 0.925em;
    padding: 1rem 0;
    border-top: thin solid #555555;
}

.section-footer ul.footer-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Alegreya Sans";
}
.section-footer ul.footer-menu > li{
    margin: 0.250rem auto;
}
.section-footer ul.footer-menu > li > a{
    display: block;
}

.article-title{
}
.article-title h1{
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
    margin-top: 0;
}
.article-date{
    margin-bottom: 1rem;
}
.article-content{
}
.article-content p{
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}
.article-content h3{
    font-weight: 700;
    margin-bottom: 1rem;
}

.disclaimer{
    font-size: .9rem;
    margin-bottom: 1rem;
}

.incontent-articles{
    max-width: 300px;
    float: left;
    margin-right: 2rem;
}
.incontent-articles .incontent-header{
    font-weight: 900;
    font-size: 1.125rem;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .article-content{
        border-right: thin solid #e0e0e0;
        padding-right: 1.5rem;
    }
}
@media screen and (min-width: 1400px) {
    .incontent-articles{
        margin-left: -5rem;
    }
}




.sticky-sidebar .sticky-inside{
    position: relative;
}
@media screen and (min-width: 992px){
    .sticky-sidebar{
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        bottom: 0;
    }
    .sticky-sidebar .sticky-inside{
        position: sticky;
        top: 50px;
        bottom: 50px;
    }
}

.small-tag{
    text-align: right;
    letter-spacing: 0.1em;
    font-family: "Alegreya Sans";
    font-size: .9em;
    margin-bottom: 0.5rem;
}

.sticky-share{

}
.social-label{
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "Alegreya Sans";
    font-size: 0.8em;
    margin-bottom: 0.5rem;
}
.article-share{
    text-align: center;
}
.article-share .social-link{
    display: inline-block;
    margin-bottom: 0.50rem;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 1.125rem;
    margin-right: auto;
    margin-left: auto;
}
.article-share .social-link.social-fb{
    background-color: #3B5998;
}
.article-share .social-link.social-tw{
    background-color: #38A1F3;
}
.article-share .social-link.social-pi{
    background-color: #bd081c;
}
.article-share .social-link.social-in{
    background-color: #c32aa3;
}
.article-share .social-link.social-li{
    background-color: #0077b5;
}
.article-share .social-link.social-gp{
    background-color: #db4437;
}
.article-share .social-link.social-sc{
    background-color: #fffc00;
    color: #4a4a4a;
}
.article-share .social-link.social-wa{
    background-color: #25d366;
}
.article-share .social-link.social-email{
    background-color: #4a4a4a;
}
@media screen and (min-width: 768px) {
    .article-share .social-link {
        display: block;
    }
    .sticky-share{
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        bottom: 0;
    }
    .sticky-share .sticky-inside{
        position: sticky;
        top: 50px;
        bottom: 50px;
    }

}



