/* ==========================================================================
   Levi custom styles
   ========================================================================== */

.max-fluid {
   max-width:1600px;
}



.vertical-menu {
  width: auto;
}

.vertical-menu a {
  background-color: #eee;
  /* Grey background color */
  color: black;
  /* Black text color */
  display: block;
  /* Make the links appear below each other */
  padding: 12px;
  /* Add some padding */
  text-decoration: none;
  /* Remove underline from links */
}

.vertical-menu a:hover {
  background-color: #ccc;
  /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
  background-color: #04AA6D;
  /* Add a green color to the "active/current" link */
  color: white;
}


/* ============================  backgroudn color  */

.departamente-card {

  background-color: #F7E9D0 !important;
  padding: 35px 20px;
  border-radius: 4px;
  margin-bottom: 30px;


}

.center-pills {
  display: inline-block;
}

.calendar-tabulator-font {
  font-size: 1.5rem;
}

.calendar-tabulator {
  margin-top: 10px;
  margin-bottom: 10px;
}


/*====================== Contact css ! -===*/
.myadress {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
  
  background-color: rgb(240, 212, 181);
  padding: 20px;
  border-radius: 5px;
}

#formcontact{
    background-color: rgb(240, 212, 181);
    color: black;
    padding: 20px;
    text-align: center;
    font-size: 2em;
    border-radius: 7px;
  } 

  #contact{
    text-align: center;
    font-size: 1em;
  } 

  .contact1{
    text-align: center;
    font-size: 1.5em;
  } 

  .contact2{
    font-size: 1em;
  } 


  .contact_colors{
   color: crimson; 
  }


/* Set the size of the div element that contains the map */
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}
/*============================== END CONTACT ==================== */





/*================================== NAVBAV VERTICAL Narancs */

.innerContent-wrap{padding: 60px 0;}


.serviceWrp .title h1 {
  text-align: left;
  font-size: 30px;
}


.title h1 span {
  font-weight: bold;
  color: #ff5e14;
}

/* .title h1::after{content:""; background:#ff5e14; width:40px; height:2px; position:absolute; bottom:-20px; left:50%; margin-left:-20px;  } */

.catewrap li:first-child{margin-top: 0;}
.catewrap li a:hover{background: #ff5e14; color: #fff;}
.serviceWrp .title h1{text-align: left; font-size: 30px;}
.serviceWrp .title h1:before{left: 0; margin-left: 0;}
.catewrap li a.active{background: #ff5e14; color: #fff;}


.catewrap li a {text-decoration: none;
    display: block;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    background: #fff;
    border: 1px solid #f7f7f7;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

ul {
  list-style-type: none;
}
ul, ol {
  padding-left: 30px;
}


h1:after
{
    content:' ';
    display:block;
    border:1px solid rgb(141, 0, 0);
}
/* ==================== end Navbar vertical ================= */



.myroundimage {
 
  background-color: white;
  border-radius: 5px;
  
}


/* ==================== egual Heigh ! on row ==================*/
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* ================= END =================== */

.box-shadow {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
 
}



.box {
  height: 100%;
}


.test{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}


.text-block {
  position: absolute;
  top: 30px;
  right: 20px;
  background-color: transparent;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}

.text-black{
  color:black  !important;
}




 /* Topnav for eveminte search */
/* ==================================================================================================================== */
.topnav {
  background-color: rgb(148, 1, 1);
  overflow: hidden;
  border-radius: 13px;
  padding: 10px;
}




/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}


.topnav input {
 
  display: inline-block;
  padding-top: 3px;
}


.black {
  color: #000000 !important;
}

.featured-post-img {
  object-fit: contain; /* keep aspect ratio */
  width: 100%;
  max-height: 100px;
  margin-bottom: 1rem;
  padding-right: 10px;
}



.img-thumbnail-me {
  display: inline-block;
  max-width: 100%;
  height: 250px;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


/* ki kell probalni */
.thumb-post-me img {
  object-fit: contain; /* keep aspect ratio */
  width: 100%;
  max-height: 147px;
  margin-bottom: 1rem;
  padding-right: 10px;
}

.img-thumbnail-profile {
  display: inline-block;
  max-width: 100%;
  
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 5px solid #ddd;
  border-radius: 30px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


/*  ===================== festival */
.stage-halfbol-festival {
  background-image: url(/themes/ccs/assets/img2/event1964x433.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}


.stage-halfbol-festival .stage-halfbol_content {
  background: #fff;
  margin-top: 55px;
  margin-bottom: 55px;
  padding: 45px;
  border-radius: 4px;

  -webkit-box-shadow: 5px 5px 15px 5px #000000; 
  box-shadow: 5px 5px 15px 5px #000000;
}
/*  ===================== =========================== */


/*  ===================== halfbol scoala */

.stage-halfbol-scoala {
  background-image: url(/themes/ccs/assets/img2/scoala1964x433.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}


.stage-halfbol-scoala .stage-halfbol_content {
  background: #fff;
  margin-top: 55px;
  margin-bottom: 55px;
  padding: 45px;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 15px 5px #000000; 
  box-shadow: 5px 5px 15px 5px #000000;

}
/*  ===================== =========================== */


.round-me{
  border: 1px solid black;
  background-color: white;
  border-radius: 20px;
}


.round-me-red{
  border: 1px solid rgb(66, 7, 7);
  background-color: rgb(226, 244, 245);
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 15px 5px #000000; 
  box-shadow: 5px 5px 15px 5px #000000;
}


.p-12{
  padding: 12px;
}



.my4 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.4rem;
  
}


.bg-white{
 background:#FFFFFF;
    
}

}