/*
Theme Name: Beaver Builder Theme
Theme URI: http://www.wpbeaverbuilder.com/?utm_medium=bb-pro&utm_source=bb-theme&utm_campaign=themes-admin-page
Version: 1.7.9.62
Description: A customizable theme with a simple yet robust set of theme options.
Author: The Beaver Builder Team
Author URI: http://www.wpbeaverbuilder.com/?utm_medium=bb-pro&utm_source=bb-theme&utm_campaign=themes-admin-page
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fl-automator
*/
/*

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost
when updating. Instead, add custom code in the admin under
Appearance > Theme Settings > Code or create a child theme.

*/

/*
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap');

body, td, div, a, span, li, b { font-family: 'IBM Plex Sans' !important; }

.pp-card-slider-content-wrap{place-self: flex-start;}
header div.fl-photo-img-png img.wp-image-37{width: 73%;     margin-top: 15px;}

footer ul.sub-menu{ display:none !important;}

.pp-card-slider-content-wrap{ padding-bottom: 30px !important;    border-bottom: 1px solid #00529B; }

div.fl-node-61b62e59cb20e h2 a, div.fl-node-61b62e59cb20e h2 a:hover{color:#ffffff !important;}

#breadcrumbs a{ color: #00529B !important;}

.current-lang a{color: red; font-weight: bold;}
.fl-widget .widget_polylang ul li{margin-bottom: 0px !important; }
*/

#menu-language img, #menu-mob img{    width: 32px !important;     height: 22px !important;}

body{ color: #000000 !important;}
a.fl-post-feed-more{text-decoration: underline !important;}
div.fl-post-feed-text{ padding-bottom: 10px !important;}



.fl-post-feed-post:nth-of-type(1) .fl-post-feed-meta
{
/*    border:1px dotted red;*/
} 

.fl-post-feed-post:nth-of-type(1) .fl-post-feed-meta::after{
	  content: " NEW ";
	  color: white !important; background-color: red !important;
	  font-size: 12px !important;
	  font-weight: bold !important; 
	  padding-left: 5px !important;
	  padding-right: 5px !important;
	  border-radius: 6px !important;
	  margin-left: 10px !important;

}

body.single-post .fl-node-621ba2978aaad div.fl-photo-content, body.single-post .fl-node-621ba2978aaad img.fl-photo-img{ width: 100% !important}


.apexcharts-title-text{ font-size: 24px !important; color: #f1f1f1 !important; font-weight: 100 !important;  }




ul.sub-menu li.current-lang{ display: none !important;  }  

header a.fl-button{ width: 100% !important; text-align: center !important; height: 54px !important;     line-height: 30px !important;}

.fl-node-6220a359b335f .fl-module-content, .fl-node-6220aa8d3ba06 .fl-module-content, .fl-node-6220ab0f7f351 .fl-module-content,
.fl-node-6220d0976ade8 .fl-module-content,.fl-node-6220d0976adf2 .fl-module-content,.fl-node-6220d0976adf6 .fl-module-content,
.fl-node-6220d19a7ebbc .fl-module-content,.fl-node-6220d19a7ebc6 .fl-module-content,.fl-node-6220d19a7ebca .fl-module-content,
.fl-node-6220d232239e5 .fl-module-content, .fl-node-6220d232239ef .fl-module-content, .fl-node-6220d232239f3 .fl-module-content,
.fl-node-62288038d08db .fl-module-content, .fl-node-6228811fc849e .fl-module-content, .fl-node-62288187cf42d .fl-module-content,
.fl-node-6228820cca569 .fl-module-content
{ margin: 0 !important; }

.fl-node-6220b0ec0f0b8-clone .fl-module-content{margin-top: 0px !important;    margin-bottom: 25px;}

.fl-has-submenu-container a:after {
    content: url('https://dopomoga.chisinau.md/wp-content/uploads/2022/03/polygon-1.png');
    padding-left: 6px
}





body.single-post img.wp-post-image{
	max-width: 400px;
    width: 100%;
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;	
}


@media only screen and (max-width: 700px) {
	body.single-post img.wp-post-image{
	    width: 100% !important;
	    margin-bottom: 10px;	
		max-width:  100% !important;	    
	}
	.fl-has-submenu-container a:after {
	    display: none !important; 
	}	
}

@media only screen and (min-width: 701px) {
	ul.sub-menu{
		padding-left: 20px !important;
	    margin-left: -20px !important;
	}
}