/**
* Theme Name: TownPress Child
* Theme URI: http://preview.lsvr.sk/townpress
* Description: TownPress child theme
* Author: LSVRthemes
* Author URI: http://themeforest.net/user/LSVRthemes/portfolio
* Template: townpress
* Version: 3.1.0
*/

/* Add your custom CSS after this comment */

/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */

	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		/* your CSS here */

	}
	
	
	/* Townpress */

@media (min-width: 992px) {

   
    .dc-ld:after {
        display:none;
    }

   
    .dc-ld:before {
        color:#8a949b;
        font-family: 'townpress-icons'!important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f104';
        position: absolute;
        top: 9px;
        left:-2px;
        font-size: 14px;
    }
    
   
    .mon-oficial.header-menu__item--dropdown .header-menu__submenu--level-1 {
        left:-111% !important;
    }
    
    
    .dc-lt a {
        display:inline-block;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 180px !important;
    }
    
   
    .dc-lt a:hover {
        white-space: unset !important;
    }
        
    
    .dc-hide .sub-menu {
        display:none;
    }
    
   
    .dc-hide:hover .sub-menu {
        display:block !important;
    }

    
    .menu-item-has-children.dc-icon  .header-menu__item-link--level-2:after {
        color:#8a949b;
        font-family: 'townpress-icons'!important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f078';
        position: absolute;
        right:4px;
        font-size: 8px;
    }
}

    /* End Townpress*/	
	
	
/* calendar ortodox */

.calendar-ortodox-outer{
   font-family: 'Overpass', sans-serif;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    box-shadow: 0 2px 2px #00000010;
}

.calendar-all{
    display: grid;
    grid-gap: 20px;
     grid-template-columns: repeat(2, 1fr);
     max-width: 550px;
    margin: auto;
    position:relative;
   
   }
   
   
   
   
   .calendar-all p {
       font-weight: 600;
    color: #17171d;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
   }
   
   .calendar-all ul{
       margin: 0px;
    list-style: none;
    padding-left: 10px;
   }
   
   .calendar-all li{
    color: #d12d23;
    font-weight: 600;
    text-align: center;
   }
  
/* global */

/* back to top */

#butonsus {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #29569fc2;
  border: 1px solid #29569f;
  color: white;
  cursor: pointer;
  padding: 5px;
  
  border-radius: 4px;
 box-shadow: 0px 15px 40px 0px rgb(13 29 13 / 40%);
 z-index:9999;
}

#butonsus span{
    font-size:25px;
}

#butonsus:hover {
  background-color: #29569F;
  
}
@media(max-width:991px) {
	.cal-mob iframe {
	height:440px;
}
}
/* link-uri pagina */

.link-pagini .link-pagini-item{
    margin:10px auto;
    display:flex;
}

.link-pagini .link-pagini-item:first-child{
    margin:0 auto 10px auto;
}

.link-pagini .link-pagini-item a{
    padding:10px 30px 10px 10px;
    color:#000;
    line-height:20px;
    border:1px solid #000;
    border-radius:30px;
    font-weight:bold;
    width:100%;
    position:relative;
}

.link-pagini .link-pagini-item a:hover{
    background-color:#000;
    color:#fff;
    text-decoration:none;
}

.link-pagini .link-pagini-item a:before{
    content:"\ea50";
    font-family: 'Material Icons Outlined';
    position: absolute;
    right: 5px;
    top:25%;
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.link-pagini .link-pagini-item a:hover::before{
    color:#fff;
}

/* link-uri monitor */

.link-monitor{
    display:grid;
    grid-gap:20px;
}

@media(min-width:991px){
    .link-monitor{
        grid-template-columns:repeat(3, 1fr);
    }
}

.link-monitor p{
    
    text-align:center;
    
}

.link-monitor p:first-child span{
    font-size:50px;
    padding:10px;
    background-color:#fff;
    color:#000;
    border-radius:50%;
}

.link-monitor p:last-child{
    margin:0;
}

.link-monitor a{
    color:#fff;
}

.link-monitor-item{
    padding:30px 10px;
}

.link-monitor-item:nth-child(1){
    background-color:#D72D2D;
}
.link-monitor-item:nth-child(2){
    background-color:#BBC36D;
}
.link-monitor-item:nth-child(3){
    background-color:#108DC3;
}
.link-monitor-item:nth-child(4){
    background-color:#DD9934;
}
.link-monitor-item:nth-child(5){
    background-color:#6B7CC4;
}
.link-monitor-item:nth-child(6){
    background-color:#6CA572;
}
.link-monitor-item:nth-child(7){
    background-color:#4C4C4C;
}
.link-monitor-item:nth-child(8){
    background-color:#8124E4;
}

.link-monitor-item:hover p:first-child span{
    background-color:#000;
    color:#fff;
}

/* alte documente */

@media(min-width:991px){
    .alte-documente-link{
        grid-template-columns:repeat(4, 1fr)
    }
}

/* componenta consiliul local */

.componenta-consiliu th,
.componenta-consiliu{
    text-align:center;
    font-weight:bold;
}

.componenta-consiliu th,
.componenta-consiliu td{
    border:1px solid #e2e2e2;
}

/* accesibilitate */

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
    font-size:150%!important;
    padding:15px 5px!important;
}

/* pagina document */
/* buton descarca */

.embed_download{
     margin:20px auto;
}

.embed_download a{
    background-color:#084FA1;
   padding:10px 30px;
   color:#fff;
   position:relative;
   padding-left:50px;
}

.embed_download a:hover{
    text-decoration:none;
}

.embed_download a:before{
    content:"\e2c0";
    font-family: 'Material Icons Outlined';
    position: absolute;
    left: 15px;
    top:25%;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.embed_download a:hover::before{
    color:green;
}
	
/* meniu principal */

#menu-meniuprincipal{
    display:table;
    margin:auto;
}
	






	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	