/*
Theme Name: Europa
Theme URI: https://andrei.xyz/
Author: andrei.xyz
Author URI: https://andrei.xyz/
Description: andrei.xyz
Version: 1.0
Tags: hashtag
Text Domain: europa

Yah, whatever
*/


html, body {
	color: #232323;
	font-family: "Open Sans", sans-serif;
}
a {
	color: #003399;
}
.entry-content a:hover,
.entry-meta a:hover {
	background: #ffcc00;
}

.home-categ-container {
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
}
.category-title {
	margin-bottom: 20px;
	text-decoration: none;
	padding-top: 0px;
	clear: both;
}
.category-title:before {
	background: #232323;
	height: 3px;
	width: 100%;
	content: "";
	position: absolute;
	top: 36px;
	z-index: -1;
	right: 0;
}
.category-title span {
	opacity: .8;
}
.sidebar .widget-title,
h3.simple-title,
h1.category-title,
.category-title a {
	background: #232323;
	color: #fff;
	display: block;
	padding: 15px;
	float: left;
	box-shadow: -10px -10px #ffcc00;
	text-decoration: none;
	font-size: 24px;
	line-height: 24px;
}
.category-title a:hover {
	background: #000;
	color: #ffcc00;
	box-shadow: -10px -10px #232323;
	text-decoration: none;
}


/* .sidebar .widget-title,
h3.simple-title,
h1.category-title,
.category-title a {
	background: none;
	padding: 0;
	color: #232323;
	box-shadow: none;
	float: none;
	font-size: 36px;
	line-height: 1.2;
	padding-top: 10px;
}
.category-title:before {
	content: " ";
	position: absolute;
	z-index: 2;
	top: 0px;
	height: 6px;
	border-left: 40px solid #fc0;
	background: none;
	width: auto;
	left: 0;
	right: auto;
}

.category-title:after {
	content: " ";
	left: 0;
	z-index: 1;
	position: absolute;
	top: 2px;
	background: #039;
	width: 70%;
	max-width: 270px;
	height: 2px;
}
.category-title .fa {
	opacity: .3;
	font-size: 50%;
} */

.simple-title + .row {
	clear: both;
}
.box-category span {
	opacity: .8;
}
.news-box a {
	text-decoration: none;
	color: #232323;
	display: block;
}
.separated-boxes .news-box:nth-child(n+2) > a,
.sidebar .news-box:nth-child(n+2) > a,
.news-box:nth-child(n+5) > a { 
	margin-top: 20px;
	border-top: 1px solid #e0e0e0;
	padding-top: 20px;
}
.small-boxes .news-box h2,
.separated-boxes .news-box h2 {
	font-size: 14px;
	margin-bottom: 4px;
}

.news-box .box-category {
	font-size: 13px;
	margin-bottom: 10px
}
.news-box h2 {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	text-underline-offset: min(3px, .1em);
}
.news-box {
	text-align: center;
}
.news-box .news-title {
	text-align: left;
}
.news-box img {
	max-width: 100%;
}
.main-story .news-box img {
	width: 100%;
	max-height: 900px;
}
.news-box img + .news-title {
	margin-top: 10px;
}
.entry-content,
.archive-meta,
.news-box p {
	line-height: 1.7;
	font-size: 15px;
}
.entry-content,
.archive-meta {
	padding-bottom: 20px;
	clear: both;
}
.entry-content {
	position: relative;
}
.entry-content img {
	max-width: 100%;
}
p:last-child {
	margin-bottom: 0;
}

.news-box a:hover img {
	opacity: .8;
}
.news-box a:hover h2 {
	text-decoration: underline;
}

.home-categ-backgrounds .news-box a {
	position: relative;
	min-height: 500px;
	background-size: cover;
	background-position: center;
}
.home-categ-backgrounds .news-box h2 {
	font-size: 20px; 
	margin-bottom: 15px;
}
.news-box .big-title h2,
.home-categ-backgrounds .news-box.col-5 h2 {
	font-size: 24px; 
}
.news-box .huge-title h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
.news-box .big-title h2 {
	margin-bottom: 20px;
}
.news-box .big-title img {
	margin-bottom: 20px;
}
.home-categ-backgrounds .news-box img {
	display: none;
}
.home-categ-backgrounds .news-box .news-title {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	padding: 75px 15px 15px;
	color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 50%, #000 100%);
}
.home-categ-backgrounds .news-box .box-category {
	margin: 15px 0 0;
}
.tag-list {
	margin-bottom: 40px;
	line-height: 42px;
}
.tag-list:before {
	content: "#";
	font-size: 26px;
	line-height: 32px;
	color: #ffcc00;
	vertical-align: sub;
}
.tag-list a {
	padding: 6px 15px;
	font-weight: bold;
	font-size: 15px;
	border-radius: 20px;
	border: 1px solid #232323;
	margin-left: 3px;
	color: #232323;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	line-height: 1.4;
}
.tag-list a:hover {
	color: #fff;
	background: #ffcc00
}

.box-content {
	margin-bottom: 40px;
}
.box-content img {
	max-width: 100%;
}

.wide-title {
	margin-bottom: 20px;
}

.info-box {
	background: #ffcc00;
	color: #fff;
	padding: 70px 20px;
	height: 100%;
	position: relative;
}
.info-box.blue-box {
	background: #003399;
}
.info-box.green-box {
	background: url(/wp-content/uploads/2026/03/green-box-2.png) no-repeat bottom right #fafbeb;
	color: #195e2f;
	padding: 30px 70px 70px 30px;
}
.info-box h2 {
	font-size: 28px;
	margin-bottom: 20px;
}
.info-box p {
	font-size: 17px;
	line-height: 1.6;
}
.big-btn,
.info-box .btn {
	background: #fff;
	box-shadow: -10px -10px #232323;
	color: #232323;
	border-radius: 0;
	border: none;
	margin: 10px 0 0 10px;
}
.big-btn {
	position: static;
	padding: 15px 20px;
}
.big-btn:hover,
.info-box .btn:hover {
	background: #232323;
	color: #fff;
	box-shadow: -10px -10px #fff;
}
.btn-blue {
	background: #003399;
	color: #fff;
	box-shadow: -10px -10px #ffcc00;
}
.btn-blue:hover {
	background: #ffcc00;
	color: #003399;
	box-shadow: -10px -10px #003399;
}

.divider-box {
	background: url(/wp-content/uploads/2026/03/European_flag_banner.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 40px;
	position: relative
}
.divider-box:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 51, 153, 0.5);
	display: block;
	left: 0;
	top: 0;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}


.transparent-box {
	background: none;
}

.home-categ-backgrounds .news-box {
	height: 100%;
}
.pagination {
	margin-bottom: 40px;
}
.search .pagination,
.archive .pagination {
	margin: 40px 0 20px;
}
.pagination .page-numbers {
	padding: 9px 12px;
	border: 1px solid #232323;
	color: #232323;
	text-decoration: none;
	display: inline-block;
}
.pagination a.page-numbers:hover {
	background: #ffcc00;
}

.pagination .current.page-numbers {
	background: #232323;
	color: #ffcc00;
	font-weight: bold;
}
.search-page-form {
	margin: 50px 0 -42px;
	white-space: nowrap;
}
.search-page-form #searchform {
	display: flex;
	position: relative;
}
.search-page-form #s {
	background: #000;
	font-size: 19px;
	padding: 15px;
	height: 80px;
	border: 2px solid #fff;
	width: 80%;
	border-radius: 0;
	border-right: none;
	color: #fff;
}
.search-page-form #searchform:before {
	position: absolute;
	content: '';
	border-left: 2px solid #ccc;
	left: 80%;
	height: 36px;
	top: 22px;
}
.search-page-form #searchsubmit {
	display: inline-block !important;
	width: 20%;
	border-radius: 0;
	background: #000;
	font-size: 19px;
	height: 80px;
	border: 2px solid #fff;
	border-left: none;
	color: #fff;
}
.search-page-form #searchsubmit:hover,
.search-page-form #searchsubmit:active,
.search-page-form #searchsubmit:focus {
	background: #ccc;
	color: #000;
}

.sidebar .widget-container {
	margin-bottom: 30px;
}
.sidebar .widget-container ul {
	clear: both;
	margin-top: 15px;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #e0e0e0;
}
.sidebar .widget-container ul li a {
	border-bottom: 1px solid #e0e0e0;
	padding: 7px 15px;
	display: block;
	text-decoration: none;
}
.sidebar .widget-container ul li a:hover {
	border-bottom: 1px solid #e0e0e0;
	background: #f5f5f5;
	color: #000;
}

h3 a .fa {
	margin-left: 4px;
}






.top-bar {
	background: #232323;
	font-size: 14px;
	color: #fff;
	padding: 10px;
}
.footer .box-btn,
.box-btn {
	padding: 10px 20px;
	margin: -10px 0;
	background: #003399;
	display: inline-block;
	color: #ffcc00;
	font-weight: 600;
	text-decoration: none;
}
.footer .box-btn {
	margin: 0;
}
.box-btn:hover {
	background: #ffcc00;
	color: #003399;

}

.main-bar .form-control {
	height: 50px;
}
.main-bar #primary-menu a {
	text-decoration: none;
	font-weight: bold;
	padding: 13px;
	margin-right: 3px;
	color: #232323;
	display: block;
}
@media (max-width: 1400px) {
	.main-bar #primary-menu a {
		padding: 13px 5px;
	}
}
.bottom-bar {
	background: #fff;
	font-size: 14px;
	color: #232323;
	padding: 10px;
}
.bottom-bar .social-icons {
	text-align: right;
	margin: 10px 0 0;
}
.bottom-bar .social-icons a {
	margin-left: 10px;
	font-size: 1.4em;
}
.bottom-bar a {
	color: #232323;
	text-decoration: none;
}

.bottom-bar a:hover {
	color: #003399;
}
.bottom-bar #secondary-menu li +li:before {
	content: "|";
	opacity: .4;
	padding: 0 5px;
}


footer.footer {
	padding: 40px 0;
	background: #232323;
	color: #bbb;
}
.footer-menu li + li:before {
	content: "/";
	opacity: .4;
	padding: 0 15px;
}
.footer-menu a {
	color: #fff;
	text-decoration: none;
}
.footer .social-icons {
	font-size: 1.7em;
	margin-bottom: 20px;
}
.footer .social-icons a {
	margin-right: 10px;
}
.footer a {
	color: #bbb;
}
.footer a:hover {
	color: #fff;
}
.footer .category-title a {
	background: #fff;
	color: #232323;
	box-shadow: -10px -10px #bbb;
}
.footer .category-title a:hover {
	background: #fff;
	color: #000;
	box-shadow: -10px -10px #ffcc00;
}
.footer p {
	font-size: 15px;
	line-height: 1.6;
}
.footer .brand {
	margin-bottom: 20px;
	display: block;
}

.single h1.entry-title {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}
.single .entry-tagline {
	margin-bottom: 20px;
	line-height: 1.7;
	font-size: 21px;
}
.single .entry-content {
	font-size: 17px;
	padding-left: 100px;
}
.about-the-author {
	margin: 40px 0 0px;
}
.entry-image img {
	width: 100%;
	height: auto;
	margin: 30px 0;
	display: block;
}
.entry-categories {
	margin-bottom: 20px;
}
.entry-categories .fa {
	color: #003399
}
.entry-categories a {
	color: #232323;
	text-decoration: none;
	padding: 0 10px 0 14px;
	position: relative;
}
.entry-categories a:hover {
	color: #003399;
}
.entry-categories a + a:before {
	content: "/";
	opacity: .6;
	position: absolute;
	left: 0;
}
.main-content {
	min-height: 270px;
}



.reading-time {
	height: 40px;
	line-height: 38px;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
}
.reading-time .fa {
	color: #ccc;
	margin-right: 3px;
}
.top-share-article {
	margin-bottom: 20px;
}
.top-share-article a {
	padding: 7px;
	font-size: 1.6em;
	color: #232323;
}
.top-share-article a:hover {
	background: #ccc;
	color: #000;
}
.share-article {
	padding: 20px 0 0;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}
.share-article a {
	padding: 10px;
	color: #232323;
	background: #eee;
	margin-left: 5px;
}
.share-post li {
	display: block;
}
.share-post a {
	padding: 0px;
	font-size: 1.7em;
	display: block;
	width: 50px;
	text-align: center;
	color: #232323;
	margin: 0 0 10px;
}

.share-post a:hover,
.share-article a:hover {
	background: #ccc;
	color: #000;
}

.share-post {
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
}
.share-post p {
	margin-bottom: 10px;
}
.share-post p span {
	display: block;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
.share-post p .fa {
	font-size: 1.7em;
}
.share-post .nav {
	border: 1px solid #ccc;
	padding: 10px;
}
.share-post li {
	display: block;	
}
.share-post li:last-child a {
	margin: 0;
}

.share-article h3, 
#comments-title, 
#reply-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.reply-title a{
	color:#FFF;
}
.reply-title a:hover{
	color:#FFFF00;
}
.comment-metadata a {
	color: #333;
}
#commentform,
.commentlist {
	list-style-type: none;
	margin: 0;
}
.children {
	list-style-type: none;
	padding-left: 20px;
}
.comment-content {
	padding: 10px;
	margin-left: 10px;
	border-left: 2px solid #ddd;
	font-style: italic;
}
.comment-content p:last-child {
	margin-bottom: 0;
}
.comment + .comment {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.comment-form label {
	display: inline-block;
	margin-bottom: 3px;
	font-weight: normal;
	width: 90%;
}

.comment-form textarea,
.comment-form input {
	font-size: 18px;
	padding: 7px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.comment-form input {
	width: 100%;
}
.comment-form textarea {
	width: 100%;
	height: 117px;
}

.comment-form input[type=checkbox] {
	width: auto;
	display: inline
}
.comment-form input[type=submit] {
	width: auto;
	display: inline;
	padding: 6px 20px;
	line-height: 30px;
	font-size: 20px;
	border-radius: 0px;
	letter-spacing: 1px;
	border: none;
	background: #232323;
	color: #fff;
	box-shadow: -10px -10px #ffcc00;
}
.comment-form input[type=submit]:hover {
	background: #000;
	color: #ffcc00;
}
.logged-in-as {
	font-size: 16px;
	font-style: italic;
}

.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url {
	float: left;
	width: 33.33%;
	padding-right: 3%;
}
.comment-form .comment-form-url {
	padding-right: 0;
}
.avatar {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.img-responsive {
	width: 100%;
}
.p-rel {
	position: relative;
}

.sidebar .social-icons a {
	border: 1px solid #e5e5e5;
	padding: 12px 20px;
	color: #232323;
	background: #fff;
	text-decoration: none;
	margin-bottom: 1px;
	position: relative;
}
.sidebar .social-icons a:hover {
	background: #232323;
	color: #fff;
}
.sidebar .social-icons:hover a {
	opacity: .4;
	filter: blur(0.8px);
}
.sidebar .social-icons:hover a:hover {
	opacity: 1;
	filter: blur(0px);
}
.sidebar .social-icons a:after {
	content: "Follow";
	font-size: 11px;
	letter-spacing: 0px;
	right: 20px;
	position: absolute;
	top: 17px;
	opacity: .4;
}
.sidebar .social-icons a i {
	font-size: 1.4em;
	vertical-align: middle;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #e5e5e5;
}
.subscribe-newsletter {
	padding: 30px; 
	color: #000; 
	font-size:15px;
	margin:20px 0;
	background: #f5f5f5;
	border-radius: 4px;
}
.footer .eemail_textbox_class {
	width: 100%;
	height: 42px;
	padding-left: 6px;
	border: 1px solid #ddd;
	border-bottom: none;
	text-align: center;
	border-radius: 7px 7px 0 0;
}
.inactive-button {
	height: 42px;
	color: #fff;
	border: none;
	background: none;
	opacity: .75
}
.eemail_textbox_button {
	text-transform: none;
	background: #003399;
	color: #ffcc00;
	font-weight: bold;
	border-radius: 0 0 7px 7px;
	border: none;
	padding: 20px;
}
.eemail_textbox_button:hover {
	background: #000 !important;
	border-color: #000;
	color: #fff !important;
	opacity: 0.75;
}
#myNewsModal .modal-dialog {
	width: 880px;
}
#myNewsModal .modal-content {
	background: url('/wp-content/uploads/2026/02/eunews.jpeg') no-repeat center center #232323;
	background-size: cover;
	color: #fff;
	top: 15vh;
	border-radius: 15px;
	border: 2px solid #fff;
	overflow: hidden;
}
#myNewsModal .modal-content .newsletter-content {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: rgba(0, 0, 0, .6);
}
.footer #myNewsModal .modal-content p,
.footer #myNewsModal .modal-content h2 {
	color: #fff !important;
	/* text-shadow: 0px 0px 5px black, 0px 0px 5px black; */
}
#myNewsModal .close {
	color: #fff;
	opacity: 1;
	float: right;
	background: rgba(255,0,0,0.3);
	border: none;
	width: 50px;
	height: 50px;
	float: right;
	font-size: 30px;
	align-self: flex-end;
}
#myNewsModal .close:hover {
	background: #f00;
}

.new-content {
	padding: 72px 20px;
}
#recap_footer {
	background: #fff;
}
#eemail_txt_email2 {
	width: 75%;
	height: 52px;
	padding: 0 15px;
	border: 1px solid #ccc;
	display: inline-block;
}
#eemail_txt_Button4 {
	width: 25%;
	display: inline-block;
	height: 52px;
	border-radius: 0;
	background: #003399;
	color: #ffcc00;
	border: none;
	font-weight: bold;
	font-size: 18px;
	vertical-align: top;
}
#eemail_txt_Button4:hover {
	background: #232323;
}
.modal-backdrop {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: rgba(0, 0, 0, .6);
}
.page-is-404 {
	max-width: 700px;
	margin: 0 auto;
}
.page-is-404 p {
	font-size: 24px;
}
.page-is-404 img {
	max-width: 100%;
}
.widget-container {
	position: relative;
}
.widget-container .category-title {
	padding-top: 10px;
}
@media (max-width: 992px) {
	
	.single .entry-content {
		padding: 0;
	}
	.main-content {
		min-height: 10px;
	}
	.single .entry-content .share-post {
		display: none;
	}
	.reading-time {
		margin: 0;
		padding: 0;
		border: none;
	}
	.share-article .nav-pills {
		height: 52px;
		justify-content: flex-start !important;
	}
	.share-article .nav-pills a {
		margin: 0 5px 0 0;
	}
	.below-wide .news-box > a,
	.news-box:nth-child(n+5) > a {
		margin-top: 20px;
		border-top: 1px solid #e0e0e0;
		padding-top: 20px;
	}
	.home-categ-container > .gx-5,
	.single .narrow-container > .gx-5 {
		--bs-gutter-x: 1.5rem;
	}
	.wide-title img {
		margin-bottom: 10px;
	}
	.wide-title {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.info-box .btn {
		position: static;
	}
	.news-title.big-title, 
	.main-story {
		margin-top: 0px;
		margin-bottom: 20px;
		border-bottom: 1px solid #e0e0e0;
		padding-bottom: 10px;
	}
	.main-story p {
		margin-bottom: 10px;
	}
	.home-categ-backgrounds .news-box a {
		min-height: 300px;
	}
	.home-categ-backgrounds .gx-2 .col-lg-5 {
		margin-bottom: 20px;
	}
}


@media (max-width: 991px) {
	.bottom-bar #secondary-menu li +li:before {
		padding: 0 8px;
	}
	.news-box {
		width: 50%;
	}
	.separated-boxes .news-box,
	.separated-boxes {
		width: 100%;
	}

	.news-box:nth-child(n+3) > a {
		margin-top: 20px;
		border-top: 1px solid #e0e0e0;
		padding-top: 20px;
	}
	#primary-menu {
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
	.main-bar {
		border-bottom: none !important;
	}
	.main-bar .form-control {
		margin-top: 10px;
	}
	.bottom-bar .social-icons {
		margin: 0 0 -10px;
	}
	.second-menu {
		display: none;
	}
	.bottom-bar .social-icons {
		width: 100%;
	}
	.bottom-bar .social-icons a {
		padding: 10px;
		font-size: 1.8em;
		padding: 10px;
	}
	header.py-3 {
		padding-bottom: 0px !important;
	}
	header .mb-3 {
		margin-bottom: -1px !important;
	}
	.offset-md-1 .category-title {
		margin-top: 40px;
	}
	.bottom-bar .social-icons a:first-child {
		margin-left: 0;
	}
}
@media (max-width: 767px) {

	#primary-menu {
		justify-content: space-evenly;
		margin-top: 10px
	}
	.main-bar .form-control {
		margin-top: 5px;
	}
	.bottom-bar {
		padding: 0;
	}
	.home-categ-backgrounds .news-box,
	.wide-title .news-box,
	.main-story .news-box {
		width: 100%;
	}
	ul#secondary-menu {
		background: #e0e0e0;
		position: absolute;
		z-index: 9;
		margin-top: -53px;
		left: 0;
	}
	
	ul#secondary-menu li {
		width: 100%;
		font-size: 20px;
		padding: 10px 20px;
		border-bottom: 1px solid #fff;
	}
	
	ul#secondary-menu li:before {
		display: none;
	}
	
	li#menu-item-7076.active {
		background: #e0e0e0;
	}
	
	li#menu-item-7076 {
		padding: 0 10px;
	}
	ul#bottom-menu li {
		width: 50%;
	}
	.footer-menu li + li:before {
		display: none;
	}
	.subscribe-newsletter {
		padding: 20px;
	}
}
@media (min-width: 1200px) {
	.bottom-bar .social-icons {
		margin: -2px 0 -7px;
	}
}
@media (min-width: 1400px) {
	.bottom-bar #secondary-menu li +li:before {
		padding: 0 15px;
	}
	.container {
		width:100%;
		max-width: 1400px;
	}
	.narrow-container {
		max-width: 1240px;
	}
}

.entry-content div[style="margin: 5px 5% 10px 5%;"] {
	display: none;
}
@media print {
	body {
		background: white;
		color: black;
	}
	.entry-tagline,
	.entry-categories,
	.about-the-author,
	footer.footer,
	.narrow-container > .tag-list,
	.row + .home-categ-container,
	.sidebar,
	.share-article,
	.subscribe-newsletter,
	.top-share-article,
	.main-bar > div > div,
	.bottom-bar,
	.top-bar {
		display: none;
	}
	header.border-bottom {
		border: none !important;
	}
	.container, .container-sm {
		max-width: 100%;
	}
	.single h1.entry-title {
		font-size: calc(1.375rem + 1.5vw);
		margin-bottom: 10px;
	}
	.single .entry-tagline {
		font-size: 18px;
	}
	.single .entry-content {
		font-size: 14px;
	}
	.single .entry-content ol,
	.single .entry-content ul,
	.single .entry-content p {
		margin-bottom: 10px;
	}
	.entry-image img {
		margin: 10px 0;
	}
	.home-categ-container {
		padding-bottom: 0;
	}
}