/*
Theme Name: euphoric Child
Description: Theme enfant de euphoric
Template: euphoric
*/

.posts-holder .post {
    display: block;
    width: 100%;
    float: left;
    padding: 0;
    background: #bc1a40;
    color: white;
}

.posts-holder .post .entry-header, .posts-holder .post .entry-content {
    display: block;
    width: 50%;
    float: left;
    margin: 0;
}

.posts-holder .post .entry-content {
    padding: 3%;
}

.posts-holder .post .entry-header img {
    width: 100%;
}

.posts-holder .post:nth-child(2n+1) .entry-header {
    float: right;
}

.posts-holder .post .entry-content a {
    color: white;
    text-decoration: none;
    font-size: 1.7em;
    font-family: 'Playfair Display', serif;
}

.posts-holder .post .entry-content a:hover {
    color: #dab9b9;
}
.single .entry-header {
    width: 47%;
    float: left;
    margin-right: 3%;
}
.single .entry-meta {
    color: #082c6f;
    margin-bottom: 1%;
}
.site-description, .site-title {
    text-align: center;
}

.site-branding {
    background: #ffffff8f;
}
h1 {
    text-align: center;
    margin-bottom: 2%;
    display: block;
    color: #bc1a40;
    font-size: 2.2em!important;
}
.single h1 {
	text-align:left;
    text-align: left;
}
h2 {
    font-size: 1.7em;
    color: #671025;
}
.posts-holder p {
    color: #cec9c9;
}

.read-more {
    display: none;
    width: 80%;
    float: left;
    border: double white;
}

.read-more a {
    position: relative;
}

a.more-link {
    position: relative!important;
    display: block;
    width: 100%!important;
    right: inherit!important;
    bottom: inherit!important;
    margin: 1%;
    padding: 1%;
    font-size: 1em!important;
}



a.more-link::after {
    color: white!important;
    padding-left: 2%;
    font-weight: 100!important;
}
p {
    margin: 0 0 1em 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: 100;
    color: #949494;
    text-align: justify;
}
.main-navigation ul li ul li:hover>a, .main-navigation ul li ul li.current-menu-item>a, .main-navigation ul li ul li.current_page_item>a, .main-navigation ul li ul li.current-menu-ancestor>a {
    background-color: #670f24;
    color: white;
}