/**
* 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: 'Roboto Condensed', sans-serif;
}

.calendar-ortodox-outer p{
    position:relative;
    z-index:1;
    padding-left:30px;
    color:#282828;
    font-size:16px;
    
}

.calendar-ortodox-outer p:before{
   content: "";
    position: absolute;
    
    z-index:-1;
    top: 50%;
    transform: translate(0%, -50%);
    background-color: #fdfdfe;
    border: 4px solid #fcaf3b;
    border-radius: 50%;
    box-shadow:0 0px 5px rgb(42 57 70 / 30%);
}

.calendar-ortodox-outer:nth-child(1) p:before,
.calendar-ortodox-outer:nth-child(4) p:before{
    width: 6px;
    height: 6px;
    left: 5px;
}

.calendar-ortodox-outer:nth-child(2) p:before{
    width: 12px;
    height: 12px;
    left:1px;
}

.calendar-ortodox-outer:nth-child(3) p:before{
    width: 9px;
    height: 9px;
    left:1.5px;
}

.calendar-ortodox-outer li{
    list-style: none;
   font-weight:600;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size:14px;
    position:relative;
    z-index:1;
}

.calendar-ortodox-outer ul{
     padding: 10px;
    background-color:#fff;
    margin-left:30px!important;
    border: 1px solid #00000010;
    border-radius: 3px;
}

.calendar-all{
    position:relative;
    z-index:1;
}

.calendar-all:before{
    content:"";
    width:1px;
   height: calc(100% - 70px);
    position: absolute;
    left: 11px;
    top: 5px;
    background-color: #374b5c47;
    z-index:-1;
}
	
/* 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;
  
}

/* 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: #282828;
    line-height: 20px;
    border: 1px solid #00000010;
    background-color:#F7F8FC;
    border-radius: 3px;
    font-weight: bold;
    width: 100%;
    position: relative;
}

.link-pagini .link-pagini-item a:hover{
    background-color:#fcaf3b;
   
    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: #282828;
    font-weight: normal;
}

/* 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;
}
	
/* meniu mobil */

.header-toolbar-toggle__menu-button{
    font-weight:bold;
    position:absolute;
    top:-55px;
    left:0px;
    width:100%;
    z-index:9999;
    background-color:transparent;
    color:#000;
}

.header-toolbar-toggle__menu-button--active{
    color:#fff!important;
}

.header-toolbar-toggle__menu-button:hover{
    box-shadow:none;
}

#header-mobile-menu{
    position:absolute;
    top:0px;
    left:10px;
    z-index:9999;
    width:95%;
}

	
	



	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	