/*-----------------------------------------------------------------------------------
	
	Theme Name: Platforma DA
	Theme URI: http://platformada.md/
	Description: Premium WordPress Theme for Platforma DA
	Author: Rosca Grigore (Creativ Soft)
	Author URI: https://creativsoft.md/
	Version: 999.0
	Tags: Platforma DA
	Text Domain: platformada
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	
-----------------------------------------------------------------------------------*/

/**
	* Table of Contents
	*
	* 1.0 - Utilities
	* 2.0 - Customer Styles
*/

/*--------------------------*/
/*  1.0 - Utilities
/*--------------------------*/

.left-align {
    text-align: left;	
}

.center-align {
    text-align: center;	
}

.right-align {
    text-align: right;	
}

.entry-content img, 
.entry-summary img, 
.comment-content img[height], 
img[class*="align"], 
img[class*="wp-image-"], 
img[class*="attachment-"] {
    height: auto;
	max-width: 100%;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 0 15px 0px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.bypostauthor {
	padding: 0;
    color: #000;
    margin-top: 10px;
    line-height: 1.7em;
}

.gallery-caption {
    padding: 10px 0;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wp-caption-text {
    padding: 10px 0;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sticky .post_title {
    color: #2a6496;	
	font-weight: 600;
}

/*--------------------------*/
/*  2.0 - Customer Styles
/*--------------------------*/

/* Form: Adera la Partid */
.bottom-adera-la-partid .content-checkbox .wpcf7-list-item {
	margin: 0;
}

.bottom-adera-la-partid .wpcf7-spinner {
	displaY: flex;
	position: absolute;
}

/* Form: Adera la Partid MODAL */
.modal-adera-la-partid .wpcf7-spinner {
	displaY: flex;
	position: absolute;
}

/* Responsive Iframe */
.video-row {
	max-width: 800px;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*Modal Leadership */
@media (min-width:575px){
    .modal .modal-leadership .modal-content {
	    min-width: 500px;
    }
}

@media (max-width:575px){
    .modal .modal-leadership .modal-content {
	    min-width: 400px;
    }
}

/* PDF Readder */
.news-single-section .content-block object.embed-pdf-viewer {
	width: 100%;
    height: 1000px;
}

.news-single-section .content-block figure > p > a {
	display: none;
}

/* Email Subscribe Notifications */

/* Error */
.subscriber-error {
	display: block;
    position: absolute;
    z-index: 99999;
    background: #efa5c4;
    right: 15px;
    top: 40px;
    max-width: 250px;
    padding: 10px;
    color: #272a2c;
	border-radius: 5px;
}

.subscriber-error p {
	font-size: 14px;
	margin-bottom: 0px;
}

/* Success */
.subscriber-success {
	display: block;
    position: absolute;
    z-index: 99999;
    background: #bce097;
    right: 15px;
    top: 50px;
    max-width: 250px;
    padding: 10px;
    color: #272a2c;
	border-radius: 5px;
}

.subscriber-success p {
	font-size: 14px;
	margin-bottom: 0px;
}

/* News Gallery */
.content-block .gallery .gallery-item {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.content-block .gallery .gallery-item img {
	border: none !important;
}

/* Extraterritorials Organizations */

.central-organizations .page-link-block span {
	font-size: 1.8rem;
    text-align: center;
    padding: 0 10px;
}

/* Contacts Social Media */
.contact-block .contact-info a.btn-square {
	display: inline-block;
}

/* Header Social Media */
.header-menu .social-header a.social-link {
	display: inline-block;
}

/* Custom Styles for Donations Page */
#donation-form div.step-form:not(:first-of-type) {
    display: none;
}

#donation-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=reset]) {
	border-top: none;
	border-left: none;
	border-right: none;
}
