/*!
Theme Name: srr
Theme URI: http://srr.ro/
Author: srr
Author URI: http://srr.ro/
Description: Temă dezvoltată pentru SRR
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: srr
*/

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
#meniu_local .current-menu-item {
	display: none !important;
	visibility: hidden;
}
.wp-block-quote {
	background-image: url("images/custom/bg4.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 25px;
	margin: 25px 0;
}

@media all and (min-width: 640px) {
	.wp-block-quote {
		margin: 30px 0;
		padding: 40px;
	}
}

.wp-block-quote p {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 0;
}

@media all and (min-width: 640px) {
	.wp-block-quote p {
		font-size: 28px;
	}
}

.wp-block-quote p + * {
	margin-top: 15px;
}

@media all and (min-width: 640px) {
	.wp-block-quote p + * {
		margin-top: 20px;
	}
}

.wp-block-quote cite {
	color: #00ACDD;
	font-size: 14px;
	line-height: 1.3;
}

@media all and (min-width: 640px) {
	.wp-block-quote cite {
		font-size: 20px;
	}
}
.breadcrumbs a:first-child {
	margin: 0 8px 0 0;
}
.breadcrumbs a + a {
	margin: 0 8px;
}
.breadcrumbs .breadcrumb_last {
	margin: 0 0 0 8px;
}
blockquote cite {
	display: block;
	margin-top: 15px;
}
.pagination span {
	color: #25518B;
	border: 1px solid #F0F3F7;
}
.pagination span.active {
	background-color: #25518B;
	border: 1px solid #25518B;
	color: #FFF;
}
.pagination span {
	width: 46px;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #F0F3F7;
	font-weight: 600;
	font-size: 16px;
}

@media (min-width: 640px) {
	.wp-block-quote {
		margin: 30px 0;
		padding: 40px;
	}
}
.wp-block-quote {
	background-image: url(images/custom/bg4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 25px;
	margin: 25px 0;
}
@media (min-width: 640px) {
	.articol__citat footer {
		font-size: 20px;
	}
}