/*
 Theme Name:   Activism Child
 Theme URI:    http://example.com/activism-child/
 Description:  Activism Child Theme
 Author:       Rayoflightthemes.com
 Author URI:   http://rayoflightthemes.com
 Template:     activism
 Version:      1.0.1
 Tags:         red
 Text Domain:  activism-child
*/

@import url(../activism/style.css);

@font-face {
    font-family: 'indie_flowerregular';
    src: url('indieflower-webfont.woff2') format('woff2'),
         url('indieflower-webfont.woff') format('woff'),
         url('indieflower-webfont.svg#indie_flowerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.panel-collapse {
	background-color:#ff0;
}

h2.site-title {
	font-size: 28px !important;
	font-family: 'Cantarell';
}

.title_sections_page {
	font-size: 28px !important;
	font-family: indie_flowerregular !important;
	text-align: center !important;
	font-weight: normal;
    font-style: normal;
}


h3.site-description {
	font-weight: bold;
	color: gray;
	font-family: Cantarell !important;
}

.myButton {
	background-color:#44c767;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Verdana !important;
	font-size:14px;
	padding:16px 31px;
	text-decoration:none;
	//text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}

svg {
    font: 12px sans-serif;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

text {
    pointer-events: none;
    /*fill: rgb(255, 255, 255);*/
}

text[id$="-txt"] {
    fill: rgb(255, 255, 255);
}

table[class="tblmodal"] {
    width: 100%;
    font-size: 12px;
}

table[class="tblmodal"] tr {
   border-bottom: 1px solid #e5e5e5;
}

table[class="tblmodal"] td {
   width: 50px;
   text-align:left;
   padding-left:5px;
}

table[class="tblmodal"] th {
   width: 50px;
   text-align:left;
   padding-left:5px;
}

.inner_node rect {
    pointer-events: all;
    fill: #444
}

.inner_node rect.highlight {
    /*stroke: #315B7E;*/
    stroke-width: 2px;
    fill: #0DA4D3;
    cursor: pointer;
}

.outer_node circle {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 1.5px;
    pointer-events: all;
}

.outer_node text {
    fill: #000;
}

.outer_node circle.highlight
{
    stroke: #315B7E;
    stroke-width: 2px;
}

.link {
    fill: none;
}



.rb15 {
	clear: both;
	margin: 0 50px;
}

.tlegend {
  width: auto;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-size: 11px;
}

/* hide input */
input.radio:empty {
	margin-left: -999px;
}

/* style label */
input.radio:empty ~ label {
	position: relative;
	float: left;
	line-height: 2.5em;
	text-indent: 3.25em;
	/*margin-top: 2em;*/
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #C2C2C2;
}

input.radio:hover:not(:checked) ~ label {
	color: #888;
}

/* toggle on */
input.radio:checked ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #9CE2AE;
	background-color: #4DCB6D;
}

input.radio:checked ~ label {
	color: #777;
}

input.radio {
	display: none;
}

#leg15 {
	font-size: 10px;
	height: 0px;
}

.container22
{
  padding: 10px 0;
}
@media only screen and (min-width: 500px)
{
  .fixed-width
  {
    position: absolute;
    width: 350px;
  }
  .fixed-width-left
  {
    padding-left: 360px;
  }
}

.container22 { 
    width: 500px; /* pick whatever width you want */
}
.container22 .outer {
    width: 100%;
    padding-top: 75%; /* defines aspect ratio */
    position: relative;
}
.container22 .outer .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.wrap div {height: 130px;width: 50%;float: left;margin-bottom:300px}

@media all and (max-width: 480px) 
{
    .wrap div {width: 100%;float: none;}
}

.others {
 font-family: Laila;
 font-size: 12px;
 text-align: center;
 cursor:pointer;
}


/************ team ************/

.teamcolumn {
  margin: 0 auto 22px auto;
  text-align: center;
}
.teamcolumninner {
  float:left;
  width: 100%;
  border: @main-color 1px solid;  
}
@media (max-width: 767px) {
.teamcolumninner {
  margin-bottom: 44px;
}
.teamcolumninner {
  border: none;  
}
}
.teamcolumninner h3 {
  display: block;
  margin: 12px 0;
  text-transform: none;
  font-size: 27px;
}
.teamcolumninner p {
  line-height: 0;
  margin-bottom: 27px;
}
.teamcolumninner i {
  margin: 0 3px 22px 3px;
  font-size: 18px;
  color: @base-color;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.teamcolumninner i:hover {
  color: @main-color;
}
/*** social icons ***/
.socialiconsteam {
text-align:center;
margin:0 auto;
}
.socialiconsteam  ul {
list-style:none;
padding: 0;
}
.socialiconsteam  ul li{
display:inline;
}
.socialiconsteam  i {
font-size:22px;
}
/*** socialteam  icons end ***/

/************ team end ************/

.attachm {
width: 500px !important;
border: none !important;
}
.textam {
margin-bottom:20px;
}
.inviam{
width: 100px !important;
}

.headermore  a:hover {
  color: #fff !important;
}

.wp-block-quote p {
  font-size: 14px;
}

#menu-menu1 li {
  font-size:8px;
}

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.videoyoutube {
	height: 0;
	overflow: hidden;
	padding-top: 30px;
	margin-bottom: 30px;
	position: relative;
}
.videoyoutube iframe,
.videoyoutube object,
.videoyoutube embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.wpdm-link-tpl {
	border:none !important;
}

.page-id-1667 .mainheadlinewrapperpage {  
  display:none !important;
}

.page-id-2744 .mainheadlinewrapperpage {  
  display:none !important;
}

.page-id-3419 .entry-title {  
  font-size:34px !important;
  text-transform: none !important;
  text-align: center !important;
}

.postid-4433 .entry-title {  
  font-size:34px !important;
}

.uagb-post__title {
	font-size: 32px !important;
}

.citazione {
	font-family:Verdana !important;
	font-size:12px !important;
}

.uagb-tm__desc {
	padding-top:20px;
}

#infografica .sectionwrapper {
  display: none;
}

#infografica .oneevent {
  padding-bottom: 0px !important;
}

@keyframes fade-in-up {
   0% {
     opacity: 0;
  }
   100% {
     transform: translateY(0);
     opacity: 1;
  }
}

.video .h5p-iframe-wrapper {
   max-width: 100%;
   max-height: 100%;
}

.video.stuck {
   position: fixed;
   bottom: 30px;
   right: 20px;
   width: 260px;
   height: 145px;
   transform: translateY(100%);
   animation: fade-in-up 0.75s ease forwards;
  z-index: 5000;
}

.loader {
  position: relative;
  left: 350px;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*** page: accordi-per-la-coesione ***/
.card {
  background-color: antiquewhite;
  border-radius: 10px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
}

.l-bg-cherry {
  background: linear-gradient(to right, #493240, #f09) !important;
  color: #fff;
}

.l-bg-blue-dark {
  background: linear-gradient(to right, #373b44, #4286f4) !important;
  color: #fff;
}

.l-bg-green-dark {
  background: linear-gradient(to right, #0a504a, #38ef7d) !important;
  color: #fff;
}

.l-bg-orange-dark {
  background: linear-gradient(to right, #a86008, #ffba56) !important;
  color: #fff;
}

.mb-0 {
  color:#fff;
  margin-bottom: 5px;
}

.allegati {
  color: white !important;
} 
.allegati:hover {
  color: white !important;
}

h2.mb-0 {
 font-size: 22px !important;
}
/*** end style page accordi-per-la-coesione ***/

#chart {
  max-width: 760px;
  margin: 35px auto;
  opacity: 0.9;
}

#home-chart {
  max-width: 300px;
}

#profile-chart {
  max-width: 300px;
}

/* add for map text in jquery_custom.js at 21/12/2025 */
#html5-map,
[id^="html5-map"] {
    overflow: visible !important;
}

/* Layout desktop */
#fp-map-text {
    float: right;
    width: calc(100% - 620px);
    margin-left: 30px;
    font-size: 14px;
    line-height: 1.6;
    box-sizing: border-box;
}

/* Mobile */
@media (max-width: 1390px) {
    #fp-map-text {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}