/*
Theme Name: Paulo Coehlo Blog Theme
Theme URI: 
Description: Customized WordPress theme for the Paulo Coelho Blog website.
Author: marko@darwindigital.com
Author URI: 
Version: 1.0
Tags: responsive, white
*/
#wpstats {
    display:none !important;
}
#description {
    text-align: left !important;
}

#search-5 #searchsubmit {
    display:none;
}
#search-5 input[type=text] {
    border: none;
    border-bottom: .5px solid rgba(0,0,0,.49);
    width: 100%;
    font-size: 14px;
    font-family: "Roboto",serif;
}
.home .new-widget-area {
    margin-top:20px;
}
.new-widget-area {
    margin-top:-30px;
}
.widget-title {
    margin-bottom: .5rem !important;
    margin-top: 2rem;
    text-align: left !important;
    border-bottom: .5px solid black;
    color: rgba(0,0,0,.5);
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
#custom_html-4 .widget-title {
    margin-bottom: .5rem;
    margin-top: 2rem;
    text-align: left;
    border-bottom: .5px solid black;
}
#blog_subscription-4 .widget-title {
    margin-bottom: .5rem;
    margin-top: 2rem;
    text-align: left;
    border-bottom: .5px solid black;
}
.jetpack-subscribe-count {
    display:none;
}
#subscribe-email {
    width:70%;
}
#subscribe-email input[type=email] {
    border: .5px solid rgba(0,0,0,.49);
    font-size: 14px;
    line-height: 1;
    width: 100%;
    padding-left: 10px;
    height: 36px;
}
#subscribe-submit button {
    border: .5px solid rgba(0,0,0,.49);
    font-size: 14px;
    line-height: 2.3;
    width: 100%;
    border-left:transparent;
    height: 36px;
    background: #D3D3D3;
}
#subscribe-blog-blog_subscription-4 {
    display:flex;
}

.nav-social {
    list-style: none;
    display: flex;
    position: relative;
}
.nav-social li {
    width: 31px;
    height: 31px;
    margin-left: 7px;
}
.nav-social li.tw {
    margin-right: 15px;
}
.nav-social li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: transform .2s cubic-bezier(.075,.82,.165,1);
}
.nav-social li a:hover {
    transform: translateY(-5px);
}
.nav-social li img {
    height: 26px;
    width: auto;
}
#archives-dropdown-5 {
    background: white;
    border: .5px solid rgba(0,0,0,.49) !important;
    font-size: 14px;
    line-height: 2.3;
    width: 100%;
    padding-left: 10px;
    height: 40px;
}
.nav ul {
    list-style: none;
    color: #000;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.2rem;
}
.nav {
    margin-top:30px;
}
.nav ul li {
    margin-right: 1.5rem;
}
.nav ul li:hover a {
    border-bottom: 1px solid black;
}
.nav ul li a {
    color:black !important;
    border-bottom: 1px solid transparent;
}
.page-template-template-stories .nav ul  {
    border-bottom: transparent;
}
.page-template-template-stories .nav ul li:nth-child(2) a {
    border-bottom: 1px solid black;
}
.home .nav ul, .page-template-template-photos .nav ul  {
    border-bottom: transparent;
}
.home .nav ul li:first-child a {
    border-bottom: 1px solid black;
}
.page-template-template-photos .nav ul li:nth-child(4) a {
    border-bottom: 1px solid black;
}
.textwidget img {
    max-width: unset !important;
    margin: 0 !important;
}
.date .new-widget-area {
    margin-top:16px;
}
.date #comments {
    display:none;
}
#comments {
    display:none;
}
.pc-biography-text em {
    color: #000;
    font-size: .7rem;
    font-weight: 300;
    line-height: 24px;
}
.pc-biography-text div {
    color: #000;
    font-size: .7rem;
    font-weight: 300;
    line-height: 24px;
}
.single #secondary-sidebar {
    margin-top:0;
}
.fb-social-plugin {
    display: none !important;
}
.date-title h3 {
    color: rgba(0,0,0,.5);
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    text-align: left !important;
}
.date-title h2 {
    text-align: left;
}
.header {
    max-width: 1200px;
    padding: 0 0rem;
    margin: 0 auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 16vw;
    position: relative;
}
.next {
    border: .5px solid rgba(0,0,0,.49);
    font-size: 18px;
    line-height: 2.3;
    width: 100%;
    width: 170px;
    margin: 0 auto;
    text-align: center;
    cursor:pointer;
    opacity:0;
}
.to-top-holder {
    top: -50px;
}
.co-news .co-news-body p {
    margin-bottom:0;
}
.wrap {
    position: absolute;
    right: 0px;
    top: 36% !important;
}
@media only screen and (max-width: 1024px) {
    .co-news .co-news-body {
        padding-left:1rem;
    }
}
@media only screen and (max-width: 768px) {
    #title {
        text-align: right;
    }
    .header {
        background-repeat: no-repeat;
        height: 33vw;
        background-size: cover !important;
		background:none !important;
    }
    .nav ul {
        list-style: none;
        color: #000;
        font-size: .8rem;
        font-weight: 700;
        line-height: 1.2rem;
    }
    .nav ul li {
        margin-right: .4rem;
    }
}

.co-news .co-news-body {
    color: #333333 !important;
	font-family: “Open Sans”,sans-serif !important;
	font-size: 16px !important;
}
.pc-biography-top .pc-biography-text p {
	color: #333333 !important;
	font-family: “Open Sans”,sans-serif !important;
	font-size: 16px !important;
}
