﻿/*
Theme Name: lvm
Description: Thème enfant pour balanced-blog
Author: lvm
Template: balanced-blog
*/

a, a:active, a:hover, a:focus {
    color: #E90E8D;
}
.site-branding-logo img.custom-logo {
max-width:80%;
/* margin:0; */
}
@media (min-width: 768px) {
    .nav > li > a:before {
        background-color: #E90E8D;
    }
	.site-branding-logo img.custom-logo {
	width:400px;
	margin-top:30px;
	margin-bottom:20px;
	}
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #E90E8D;
}
.nav > li.active > a:after, .current-page-parent:after {
    background-color: #E90E8D;
}
.widget-title:before {
    background-color: #E90E8D;
}
nav.navigation.pagination .current:before {
    background-color: #E90E8D;
    border: 1px solid #E90E8D;
}

nav.navigation.pagination .nav-links a, nav.navigation.pagination .current {
    padding: 8px 12px;
	border-radius:100%;
}

nav.navigation.pagination {
	float:left;
	margin-bottom:80px;
	margin-top:30px;
}

body {
font-family: 'Montserrat', sans-serif;
letter-spacing: normal;
line-height: 1.8;
font-size:16px;
color:#666;
}
p {
text-align: justify;
text-justify: inter-word;
}
label {
text-align: left;	
}

.post-excerpt {
font-size:14px;
font-style: normal;
}
.tptn_posts_daily .tptn_title, .tptn_posts .tptn_title {
font-weight:500 !important;
font-size:14px;
}
.author-meta {
font-style: italic;
}

.widget ul li {
border:none;
}

h1,
h2,
h3,
h4,
h5,
h6
 {
font-family: 'Emilys Candy', cursive;
}
.read-more {
	display:block;
}

#breadcrumbs {
	font-size:12px;
}
.breadcrumb_last {
	font-weight:500;
}

input, textarea {
	width: 100%;
	border: 1px solid #dddddd;
	transition: all 200ms ease;
}

input[type="submit"]:hover {
	background-color:#E90E8D;
	color:#FFF;
}

.news-thumb {
	text-align:center;
}

input#s {
	border: 1px solid #ddd;
}
input#searchsubmit {
	/* display: inline-block; */
	font-size: 12px;
}
.ssbp-wrap {
	width:100%;
	display:block;
}
.hrob, .single .cat-links {
display:none;
}
/* .relpost-thumb-wrapper { */
	/* text-align: center; */
/* } */
/* .relpost-block-container { */
	/* display: inline-block; */
/* } */