/*
Theme Name: Blog Era Child
Author: 
Description: Child part for theme Blog Era
Version: 0.1
Template: blog-era

*/

@import url("../blog-era/style.css");

@font-face {
	font-family: "Alice";
	src: url("Alice.ttf");
}

@font-face {
	font-family: "BenguiatGothicC_Italic";
	src: url("BenguiatGothicC_Italic.ttf");
}

.site-branding h1 a {
	/*background-color: #eeeeee73; */
	background-color: #35ce1947;
	border-radius: 15px;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 35px;
	font-family: Alice, fantasy;
	font-size: 65px;
	font-style: italic;
	font-weight: bold;
	color: rgb(16, 5, 78);
}

@media (max-width: 600px) {
	.site-branding h1 a {
		font-size: 37px;
	}
}
@media (max-width: 500px) {
	.site-branding h1 a {
		font-size: 29px;
	}
}
@media (max-width: 400px) {
	.site-branding h1 a {
		font-size: 27px;
	}
}


.site-branding .site-description {
	color: rgb(16, 5, 78);
}

.entry-content p {
	font-family: BenguiatGothicC_Italic, sans-serif;
	font-size: 18px;
}

.category-pro-vse .entry-content p {
	font-family: sans-serif;
	font-size: 18px;
}
.category-pro-vse .entry-content ul li {
	font-family: sans-serif;
	font-size: 18px;
}
.category-pro-vse .archive-description p {
	font-family: sans-serif;
	font-size: 19px;
}

.archive-description p {
	font-family: BenguiatGothicC_Italic, sans-serif;
	font-size: 19px;
}

div.blog-content-caption header.entry-header h1.entry-title {
	font-family: BenguiatGothicC_Italic, sans-serif;
	font-size: 30px;
}

div.blog-content-caption header.entry-header h2.entry-title a {
	font-family: BenguiatGothicC_Italic, sans-serif;
	font-size: 27px;
}
div.blog-content-detail {
	text-align: left;
}
.category-poetry .entry-title {
	text-align: center !important;
}
.category-poetry div.entry-content p {
	padding-bottom: 20px;
}
.category-poetry div.entry-content, .category-poetry div.entry-summary {
	max-width: max-content;
	text-align: left !important;
	margin: 0 auto;
}

.category-pro-vse div.entry-content p {
	margin-bottom: 0.7em;
}

h2.entry-title {
	margin-bottom: 0;
}

.comment-form .form-submit .submit, .wpcf7-form-control.wpcf7-submit {
	background: #079CD4;
	color: #fff;
	transition: all 0.3s ease-in-out;
	line-height: 2;
}

.comment-form .form-submit .submit:hover, .wpcf7-form-control.wpcf7-submit:hover {
	background: #FCAD1C;
	color: #fff;
	transition: all 0.3s ease-in-out;
	line-height: 2;
}

.widget_listcategorypostswidget ul li {
	padding: 0;
}
.widget_listcategorypostswidget ul#lcp_instance_listcategorypostswidget-2 li a {
	padding: 0px;
}
.widget_listcategorypostswidget ul#lcp_instance_listcategorypostswidget-2 li {
	list-style-type: none;
}
.widget_listcategorypostswidget ul.lcp_paginator li a {
	padding-left: 4px;
	padding-right: 4px;
}
.widget_listcategorypostswidget ul.lcp_paginator li.lcp_currentpage {
	padding:10px;
}
.widget_listcategorypostswidget ul.lcp_paginator li, .widget_listcategorypostswidget ul.lcp_paginator li a {
	color: #079CD4;
	border-radius: 7px;
}
.widget_listcategorypostswidget ul.lcp_paginator li a:hover {
	color: #FCAD1C;
}
