/**
* 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*/	
	
	
/* global */

/* 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: #212529;
    line-height: 20px;
    border: 1px solid #26a4dd;
    border-radius: 4px;
    font-weight: 600;
    font-size:14px;
    width: 100%;
    position: relative;
    background-color:#E9F6FC;
    transition:all 300ms ease;
}

.link-pagini .link-pagini-item a:hover{
    background-color:#012169;
    color:#fff;
    text-decoration:none;
	border:1px solid #012169;
	transition:all 300ms ease;
}

.link-pagini .link-pagini-item a:before{
    content:"\F135";
    font-family: 'Bootstrap-Icons';
    position: absolute;
    right: 5px;
    top:25%;
    font-size: 24px;
    color: #000;
    font-weight: normal;
    transition:all 300ms ease;
}

.link-pagini .link-pagini-item a:hover::before{
    color:#fff;
    right:10px;
    transition:all 300ms ease;
}

/* 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 i{
    font-size:40px;
    color:#212529;
    transition:all 300ms ease;
}

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

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

.link-monitor-item{
    padding:30px 10px;
    border-radius:4px;
    box-shadow:0px 0px 1.6px 0px rgb(51 77 114 / 40%);
}

.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 i{
    transition:all 300ms ease;
    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:40px auto;
}

@media(max-width:991px){
	.embed_download{
    text-align:center;
}
}

.embed_download a{
    background-color:#012169;
   padding:14px 40px 14px 80px;
   color:#fff;
   position:relative;
   border-radius:4px;
   font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    border-radius: 6px;
}

.embed_download a:hover{
    text-decoration:none;
    background-color:#cf1e23;
    color:#fff;
}

.embed_download a:before{
    content:"\F30A";
    font-family: 'Bootstrap-Icons';
    position: absolute;
    left: 10px;
    top:25%;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    z-index:1;
}

.embed_download a:after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:45px;
    height:100%;
    background-color:#012169;
    border-right:1px solid #fff;
    border-radius:4px 0 0 4px;
}

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

.embed_download a:hover:after{
    background-color:#cf1e23;
}
	
/* 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%;
}

	
