/*
Theme Name: Solidar Child
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy. You can support theme author by <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9HQE4GVV4KTZE" target="donate">donate</a>. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme.
Version: 1.2.1
Requires PHP: 5.4
Requires at least: 4.0
Tested up to: 5.9
License: MIT
License URI: https://opensource.org/licenses/MIT
Template: solidar
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/

body{
	overflow-x: hidden;
}
.mt-50{margin-top: 50px;}
.zadein{
	transition-duration: 800ms;
	opacity: 0;
}
.zadeout{
	opacity: 1;
	transition-duration: 800ms;
}
.srmsubmenu{
	display: block;
	position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
/*     -webkit-box-shadow: none; */
    box-shadow: none;
}
.solid-none{display: none;}
.solidar-container{
	display: inline-block;
	width: 100%;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
	z-index: 9999;
}
#top_menu .navbar-default{
	margin-bottom: 0;
}
#social_icon_menu{
	float: right;
}
.solidar-menu{
	background-color: #FFFFFF;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.map-container, .sn_tabcontent{
	display: none;
}

.solidar-desktop-menu nav{
	margin-bottom: 0;
}
li.menu-item-has-children ul ul {
    left: 100%;
    top: 0;
}
.site-logo img{
	height: 100px;
	margin-left: 50px;
}
.site-branding {
    position: absolute;
    z-index: 999;
}
.containerr article{
	margin-bottom: 0 !important;
	padding: 0 !important;
}

#grad {
    height: 40px;
/*     background-color: red; */
    background-image: linear-gradient(to right, #fef5e9,#fdecd2,#fce2bc,#fbd8a5,#facf8f,#f9c579,#f8bb62,#f7b14c,#f6a835,#f59e1f);
	margin-bottom: 30px;
/*     position: absolute;
    width: 250px;
    top: 50px;
    right: 50px; */
}

.cities_list {
    position: absolute;
    top: 50px;
    right: 50px;
/*     max-height: 450px;
    overflow-y: auto; */
}
.cities_list_data {
    overflow-y: auto;
/*     max-height: 450px; */
}

/* Cities list accordian */
.cityaccordion {
/*   background-color: #eee; */
  color: #444;
  cursor: pointer;
  padding: 4px;
  width: 250px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
}

.active, .cityaccordion:hover {
/*   border-bottom: 1px solid transparent; */
}

.cityaccordion:after {
/*     content: '\203A'; */
	content: '.';
	background-image: url('/wp-content/uploads/2023/02/chevron-right.png');
	background-repeat: no-repeat;
	color: transparent;
    position: absolute;
    right: 0;
    font-size: 75px;
    font-weight: 500;
}

.cityaccordion.active:after{
/* 	content: '\2304'; */
	content: '.';
	background-image: url('/wp-content/uploads/2023/02/chevron-down.png');
}
.cityaccordion a{ color: #444; }

.citypanel {
	padding: 0 18px;
	display: none;
	background-color: transparent;
	overflow: hidden;
	width: 300px;
}
.cities_list.desktop{
	width: 300px
}
div.citypanel.show {
    display: block !important;
    border-top: 1px solid #f59e1f;
    border-bottom: 1px solid #f59e1f;
	margin-bottom: 5px;
}
div.citypanel.show p{
	margin: 10px 0;
}

@media all and (max-width: 767px){
	#social_icon_menu{float: none;}
	#menu-social-icons li{display: inline-block;}
	.pb-27{padding-bottom: 27px;}
	.mln-10{margin-left: -10px;}
	
/* 	.desktop-menu{display:none !important;} */
}
@media all and (max-width: 768px){
	.solidar-desktop-menu{display: none;}
}
@media all and (min-width: 768px){
	.mobile-menu{display:none !important;}
}


/* Transparent Spinner-Overlay for Maps */
.map_loading:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}

.map_loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 0.8em;
  height: 0.8em;
  margin-top: -30%;
  margin-left: 50%;
  -webkit-animation: spinner 2000ms infinite linear;
  -moz-animation: spinner 2000ms infinite linear;
  -ms-animation: spinner 2000ms infinite linear;
  -o-animation: spinner 2000ms infinite linear;
  animation: spinner 2000ms infinite linear;
  border-radius: 0.4em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ********
 * Menu CSS
 * */
.solidar-desktop-menu nav ul {
	border-top: 2px solid #f59e1f;
    float: none;
    display: flex;
}

.solidar-desktop-menu nav ul li { 
	text-align: center;
	width: 100%; 
}
.solidar-desktop-menu nav ul li:hover{
	cursor: pointer;
}
.solidar-desktop-menu nav ul li a {
    color: #1e1e1e;
    font-size: 14px;
	width: 90%;
	font-weight: 600;
}
#top_menu nav ul li a {
	color: #1e1e1e;
    font-size: 14px;
}
.solidar-desktop-menu nav ul li.fair_rm a,.solidar-desktop-menu nav ul li.civic_rm a{
/* 	padding: 25px 0px; */
}
.solidar-desktop-menu nav ul li a::after {
    content: '|';
    position: absolute;
    right: -20px;
    top: 16px;
    border-right: 1px solid #F59E1F;
    padding: 11px 0; /*5px 10px;*/
	color: #F59E1F;
    background-color: #F59E1F;
    width: 3px;
}
.solidar-desktop-menu nav ul li:last-of-type a::after{
	display: none;
}

/* Year Dropdown homepage */
.soldiar-year {
    width: 100%;
	display: flex;
	margin-left: 50px;
}
select#soldiar-year {
    height: 35px;
	appearance: none;
    background-image: url(/wp-content/uploads/2023/02/chevron-down.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
	padding: 0 30px 0 10px;
	border-radius: 3px;
}
.solidar_lang {
    margin-left: 15px;
}
.solidar_lang .wpml-ls-legacy-dropdown-click {
    width: auto;
}
.solidar_lang li a {
	border-color: inherit;
    height: 35px;
}
.solidar_lang .trp-language-switcher{
	margin: 0;
}
.solidar_lang .trp-language-switcher > div{
	border-color: #949292;
/* 	width: 94px !important; */
	appearance: none;
    background-image: url(/wp-content/uploads/2023/02/chevron-down.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: auto;
}
.solidar_lang .trp-language-switcher > div.trp-ls-clicked{
	background-position: 100% 4.5%;
}
.solidar_lang .trp-language-switcher > div > a{
	padding: 5px;
	color: inherit;
}
/* .trp-language-switcher-container */

/* Highlight button CSS */
.highlights-pdf-download-button{
	text-align: center; 
	margin: 4rem 0;
}
.highlights-pdf-download-button button{padding: 0.5rem 1.5rem;}
.highlights-pdf-download-button a{text-decoration: none; color: #707070;}

/* Advocacy CSS */
.advc_btn_class {
/*     position: absolute; */
/*     top: 40%; */
/*     left: 40px; */
/* 	margin-bottom: 50px; */
	position: fixed;
	bottom: 100px;
	z-index: 999;
	padding-left: 15px;
}
.advc_btn_class a {
    fill: #FE9C15;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1.5px;    
	font-size: 14px;
	padding: 8px 24px;
	border-radius: 3px;
	margin-left: 50px;
	font-weight: 600;
}
.advc_btn_class a[data-tab="social_rm"]{
	color: #FE9C15;
	border-color: #FE9C15;	
}
.advc_btn_class a[data-tab="equal_rm"]{
	color: #f04029;
	border-color: #f04029;	
}
.advc_btn_class a[data-tab="inclusion_rm"]{
	color: #004057;
	border-color: #004057;	
}
.advc_btn_class a[data-tab="fair_rm"]{
	color: #1a91a6;
	border-color: #1a91a6;	
}
.advc_btn_class a[data-tab="civic_rm"]{
	color: #70389e;
	border-color: #70389e;	
}
.advc_btn_class a[data-tab="just_rm"]{
	color: #a8de75;
	border-color: #a8de75;	
}
#advocacy_data .container {
/*     display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal; */
/* 	columns: 3; */
}
#advocacy_data .container:before,
#advocacy_data .container:after,
.advocacy_data_content .container:before,
.advocacy_data_content .container:after{
	display: none;
}
#advocacy_data .container,
.advocacy_data .container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    grid-auto-rows: 1fr;
/* 	display: flex; */
	margin-bottom: 80px!important;
	margin-top: 0px!important;
}
#advocacy_data .yes .inter-section:nth-of-type(1),
#advocacy_data_content .yes .inter-section:nth-of-type(1){
    margin-top: 0;
}
#advocacy_data_content .yes{
	height: 100%
}
/*Advocacy data backgrounds*/
.advocacy_data.Social_Rights_Monitor_Overview .container .yes,
.advocacy_data.Social_Rights_Monitor_Overview .container .yes .inter-section{
	background-color: #FCE2BC;
}

.advocacy_data.Equal_Opportunities_and_Access_to_the_Labour_Market .container .yes,
.advocacy_data.Equal_Opportunities_and_Access_to_the_Labour_Market .container .yes .inter-section {
	background-color: #fbc6bf
}
.Fair_Working_Conditions.advocacy_data .container .yes,
.Fair_Working_Conditions.advocacy_data .container .yes .inter-section {
	background-color: #1a91a6;
	color: #fff;
}
/*.Fair_Working_Conditions.advocacy_data .container .yes h2{color: #fff}*/
.Social_Inclusion_and_Protection.advocacy_data .container .yes,
.Social_Inclusion_and_Protection.advocacy_data .container .yes .inter-section{
	background-color: #004057;
	color: #fff
}
.Civic_Space.advocacy_data .container .yes,
.Civic_Space.advocacy_data .container .yes .inter-section{
	background: #70389e;
	color: #fff;
}
.Just_Transition.advocacy_data .container .yes,
.Just_Transition.advocacy_data .container .yes .inter-section{
	background-color: #a8de75
}
.inter-section {
/*     margin: 20px 20px 60px; */
    background-color: #FCE2BC;
    padding: 30px;
}
.inter-section h2{
	color: #707070;
    font-size: 24px;
    font-weight: 600;
	line-height: 2;
}
.inter-section .headline {
    display: grid;
    grid-template-columns: 7fr 1fr;
}
#advocacy_data{
	margin: 20px 0 80px;
}
#advocacy_data .yes {
/*     float: left; */
/*     width: 32%; */
/*     display: inline-block; */
/* 	width: 100%; */
/* 	break-inside: avoid; */
	background-color: #FCE2BC;
/* 	width: calc(100%/3); */
/* 	margin: 0 25px; */
}

/* ******************
 * Single country Page CSS
 * ******************/
.single-country .site-content{
	min-height: 650px;
}
.single-country .entry-content{
	margin-bottom:50px;
}
.single-country .entry-header{
	height: 150px;
}
.single-country .site-branding {
    width: 100%;
}
.single-country h1.single_name{
	padding-left: 40px;
    font-size: 40px;
    margin-top: -14px;
}
.single-country h1.entry-title {
    font-size: 60px;
    color: #707070;
    font-weight: 600;
}
/* .single-country .sr-sn-container {
    position: absolute;
    right: 0;
} */
.single-country .sr-sn-container {
    width: 100%;
    display: flex;
	margin-left: 50px;
}
.country_desc h2{
	padding-left: 15px;
    margin-bottom: 30px;
	margin-top: 70px;
}
.other_socials .country_desc h2{
	font-size: 30px;
}
.country_desc p{
	word-break: break-word;
}
.sn_tabcontent .brief{
    color: #f59e1f;
    padding: 0px 40px;

    font-size: 14px;
    line-height: 1.6;
}

.first_socials .brief{
/* 	font-weight: 600; */
}
.sn_tabcontent .description{
	margin-bottom: 50px;
	max-height: 400px;
    overflow-y: auto;
	word-break: break-word;
	line-height: 1.8;
}
.first_socials .score h3{
	color: #f59e1f;
/* 	font-weight: 600;
	font-size: 36px; */
}
.other_socials .score h3{
	color: #707070;
	font-weight: 600;
}


.not_found {
    padding: 20px 5px;
    margin: 100px 30px;
}
.not_found h3{
	margin: 0 auto;
}
.return-to-top {
    position: relative;
}
.return-to-top img{
/* 	padding-right: 15px; */
	padding-bottom: 15px;
	position: absolute;
    left: 50px;
    top: -80px;
	width: 70px;
}
/*read more CSS*/
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addmore{
	font-size: 14px;
	margin-top: 20px;
}

.addReadMore .readMore,
.addReadMore .readLess {
/*     font-weight: bold; */
/*     margin-left: 2px; */
    color: inherit;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

/* description table css */
div#Social_Rights_Monitor_Overview table tr{
	background-color: #f59e1f;
    color: #FFF;
}
div#Equal_Opportunities_and_Access_to_the_Labour_Market table tr{
	background-color: #f04029;
    color: #FFF;
}
div#Fair_Working_Conditions table tr{
	background-color: #1a91a6;
    color: #FFF;
}
div#Social_Inclusion_and_Protection table tr{
	background-color: #004057;
    color: #FFF;
}
div#Civic_Space table tr{
	background-color: #70389e;
    color: #FFF;
}
div#Just_Transition table tr{
	background-color: #a8de75;
    color: #FFF;
}

/* *************
 * Page CSS
 * */
body.page header .site-branding{
/* 	display: none; */
}
body.page .entry-content{
	min-height: 380px;
}

/* *************
 * Footer CSS
 * */
#site-footer{border-top: 0;}
footer.entry-meta {
    background-color: #EAEAEA;
    display: inline-block;
	height: 300px;
}
.roww {
    margin-bottom: 50px;
    display: inline-block;
	padding-top: 40px;
	padding-bottom: 40px;
}
.roww {
    display: flex;
    align-items: center;
}
body.page footer .roww,body.page .row-with-vspace,
body.single footer .roww,body.single .row-with-vspace{
	margin-bottom: 0;
}
body.page #site-footer, body.single #site-footer{
	display: none;
}
.roww p{
	font-size: 12px;
}
/**MObile CSS **/
@media only screen and (max-width: 480px){
	.solidar-container{
		display: inline-block;
		width: auto;
	}
	div.col-sm-6 {
		width: 49%;
		margin-right: 1%;
	}
}
/******scrolling css *******/
.scrolledorange{
	        color: #f59e1f !important;

}
.scrolledred{

	    color: #f04029 !important;
}
.scrolled2{
	    color:#1a91a6 !important; /*#1992a5*/
}
.scrolled3{
	    color:#004057 !important; /*#004056*/
}
.scrolled4{
	    color:#70389e !important; /*#a9de76*/
}
.scrolled5{
	    color:#a8de75 !important;
}

.navbar-default .navbar-nav>li>a{
	color:black;
}
/* Fixing the logo on the screen for desktop*/
@media only screen and (min-width: 480px){
	.row.row-with-vspace.site-branding {
    	position: fixed;
		width: auto;
	}
	/*div#social_rm {
    	margin-top: -10%;
	}*/
}
/*Albania*/
svg#Albania{
    max-width: 23%;
    /* margin: 0 auto; */
}
svg#Germany{
    max-width: 40%;
    /* margin: 0 auto; */
}
.single-countries table {
    background-color: transparent;
    border: 1px solid black;
    width: 90%;
    margin: 40px auto;
    align-items: center;
}
.single-countries td {
    padding: 40px
}


@media only screen and (max-width: 998px){
  .home #advocacy_data .container, .advocacy_data .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 768px){
  .home .advc_btn_class {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    max-width: 100%;
    position: fixed;
    bottom: 1rem;
    left: 0;
    right: 0;
    top: unset;
    padding: 0 0.5rem;
  }

  .home .advc_btn_class a {
    margin-left: 0;
    padding: 0.5rem 1rem;
    font-size: 11px;
  }
}

@media only screen and (max-width: 600px){
  .home #advocacy_data .container, .advocacy_data .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 480px){
  .home .site-branding {
    max-width: 100%;
  }

  .row.main-navigation, #content {
    margin-left: 0;
    margin-right: 0;
  }

  #main-column {
    padding-left: 0;
    padding-right: 0;
  }

  .soldiar-year.container {
    margin-left: 1rem;
  }

  .countries_grid.mobile .cityaccordion {
    padding-right: 3rem !important;
  }
}