@charset "UTF-8";
/*!
Theme Name: CarboMet
Theme URI: http://carbomet.eu/
Template: Divi
Author: CarboMet
Author URI: http://carbomet.eu/
Description: CarboMet
Version: 1.0
License: GNU General Public License 
*/

@import url('../Divi/style.css');

/*------------------------------------------------*/
/*---------------[http://carbomet.eu/]------------*/
/*------------------------------------------------*/

#footer-info a {
    color: #666;
    font-weight: lighter;
}

.post-meta {
display: none;
}

/*---------------[MENU UNDERLINE START]------------*/

#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 70%;
 background: #000000; /*** COLOR OF THE LINE ***/
 height: 2px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}

/*---------------[MENU UNDERLINE END]------------*/

/*---------[MENU BORDER BOTTOM LINE START]-------*/

header#main-header {
border-bottom: 2px solid #006633;
}
div#top-header{
border-bottom: 2px solid #006633;
}

/*---------[MENU BORDER BOTTOM LINE ENDS]--------*/

/*---[ORDERED LIST SECOND LINE INDENT STARTS]----*/

ol li {
    list-style-position: outside;
    margin-left: 1em;
}

/*----[ORDERED LIST SECOND LINE INDENT ENDS]-----*/


/*----[SIDEBAR WIDGET TITLE UNDERLINE STARTS]----*/

.widgettitle {
    border-bottom: solid 2px #000000;
    margin-bottom: 25px;
}

/*-----[SIDEBAR WIDGET TITLE UNDERLINE ENDS]----*/

/*---[SIDEBAR WIDGET EU FUNDING CREDIT STARTS]--*/

.sticker table {
    border: 1px solid #666 !important;
}

.sticker table tr td {
	padding: 6px 6px;
	border-top: none;
}

/*---[SIDEBAR WIDGET EU FUNDING CREDIT ENDS]---*/


/*---[ANCHOR LINKS TO JUMP TO NEW PAGE SECTION STARTS]--*/

.anchor:target {padding-top: 110px;  margin-top: -110px;}

/*---[ANCHOR LINKS TO JUMP TO NEW PAGE SECTION ENDS]--*/