/*
Theme Name: ULIB Theme
Theme URI: https://colorlib.com/wp/themes/sparkling
Author: Felix Schlosser
Author URI: http://felixschlosser.sk/
Description: Sparkling Child Theme for ULIB.
Version: 1.0.0
Template: sparkling
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sparkling
Domain Path: /languages/

This theme, like WordPress, is licensed under the GPL.

sparkling is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

/* Table of content
-----------------------------------------------
0. Bootstrap
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Gallery
13. Footer
14. Social icons
15. Call For Action
*/

/* =Bootstrap
----------------------------------------------- */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

.custom_left_float {
	float: left !important;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
	
		.navbar-nav {
		display: none !important;
	}

	.navbar-nav li {
		display: none !important;
	}
}


@media (max-width: 991px) {
    .right .widget {
		display: none !important;
	}
	
	.carousel-caption h1 {
		font-size: 13px !important;
	}
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
		.left .widget {
		display: none !important;
	}
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}




/* =Global
----------------------------------------------- */
body {
  color: #333;
  background-color: #fff;
  word-wrap: break-word;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.7;
  font-size: 14px;
}
body.custom-background {
    background-color: #ffffff;
}

a {
  color: #004794;/***#DA4453;*/
  text-decoration: none;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

a:hover,
a:focus {
  color: #faa929; /***#DADADA;*/
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /*color: #DA4453;*/
  font-weight: 700;
 /*font-family: 'Roboto Slab', serif;*/
 
 font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
 color: #004794;
}


/***/
p { 
  text-align: justify;
 }





/* =Post styling
----------------------------------------------- */

.entry-title {
  /***
  color: #444;
  font-size: 28px;
  */
   color: #004794;
  font-size: 36px;
  
  
  margin-bottom: 30px;
}
.entry-title a {
  color: #004794;/*#444;*/
}
.entry-title a:hover {
  color: #faa929; /*#DA4453;*/
}

.post-inner-content {
 /***
 padding: 45px 50px;
  background-color: #fff;
  border: 1px solid #dadada;
  border-top: none;
  */
  padding: 20px;
  background-color: #fff;
}
.post-inner-content:first-child {
  /**** border-top: 1px solid #dadada;*/
}


/* =Media
----------------------------------------------- */

.single-featured {
  /***-webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
		  */
  display: block;
  margin: auto;
}
.single-featured:hover {
  /***opacity: 0.8;*/
}


/* =Widgets
----------------------------------------------- */

.widget ul li {
  list-style: none;
  border-bottom: none;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
#secondary .widget a {
  color: #004794;
}

#secondary .widget a.active {
    color: #eeaa22;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default, .woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #999;/***#DA4453;*/
  border-color: #999;/***#DA4453;*/
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.btn-default:hover,
.label-default[href]:hover,
.label-default[href]:focus,
.btn-default:hover, .btn-default:focus,
.btn-default:active,
.btn-default.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover, .woocommerce #respond input#submit:hover, 
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background-color: #004794;/***#363636;*/
  border-color: #004794;/***#363636;*/
  color: #FFF;
}





/* =Content
----------------------------------------------- */
.post-inner-content:first-child {
    border: none;
}


/* =Navigation
----------------------------------------------- */
.post-navigation a,
.paging-navigation a {
  border: 1px solid #DADADA;
  background-color: #FFF;
  padding: 8px 14px;
  /*font-size: 12px;*/
  border-radius: 4px;
  display: block;
  margin: 0 0 1.5em;
  overflow: hidden;
}
.post-navigation a:hover,
.paging-navigation a:hover {
  color: #FFF;
  background: #004794; /*#DA4453;*/
  text-decoration: none;
}

.navbar > .container .navbar-brand {
  /***color: #DADADA;*/
  font-size: 20px;
  margin: 13px 0;
  /***font-family: 'Roboto Slab', serif;*/
   font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
 color: #004794;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #eeaa22; /***#DA4453;*/
  background-color: transparent;
}

/* =Footer
----------------------------------------------- */

.widgettitle {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  /*color: inherit;*/
}










/*"Helvetica Neue",Helvetica,Arial,sans-serif*/





html.overlay-open .navbar-fixed-top{
	z-index:400
}
html.js fieldset.collapsed{
height:auto
}
html.js input.form-autocomplete{
background-image:none
}
body{position:relative
}
body.admin-expanded.admin-vertical.admin-nw .navbar,body.admin-expanded.admin-vertical.admin-sw .navbar{
margin-left:260px
}
body.navbar-is-fixed-top{
padding-top:64px!important
}
body.navbar-is-fixed-bottom{
padding-bottom:64px!important
}
body.toolbar{
padding-top:30px!important
}body.toolbar .navbar-fixed-top{
top:30px}
body.toolbar.navbar-is-fixed-top{
padding-top:94px!important}
body.toolbar-drawer{
padding-top:64px!important}
body.toolbar-drawer .navbar-fixed-top{
top:64px}body.toolbar-drawer.navbar-is-fixed-top{
padding-top:128px!important}body.admin-menu .navbar-fixed-top{
top:29px}body.admin-menu.navbar-is-fixed-top{
padding-top:93px!important}body div#admin-toolbar{
z-index:1600}body #toolbar,body #admin-menu,body #admin-toolbar{
-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
body #admin-menu{
	margin:0;
	padding:0;
	position:fixed;
	z-index:1600
}
body #admin-menu .dropdown li{
	line-height:normal
}

.navbar.container{
	margin-top:0 /*20px*/
}


.navbar .logo{
margin-right:-15px;
padding-left:15px;
padding-right:15px
}




/*****************************/
/*
.topbar{
	min-height: 46px;
	border: none;
	padding: 15px;
	background-color: #2a2a2a;
}
.topbar .right{
	float: right;
}
.topbar .right a{
	color: #bbb;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 20px;
}
.topbar .right a:hover{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
*/
/*****************************/
.navbar {
	min-height: 100px;
	border: none;
	padding: 15px;
	background-color: #fff;

}
.navbar .logo{
	border-right: 1px solid #2e3192;
}
.navbar > .container .navbar-brand{
	margin: 0;
	/***padding: 10px 20px;*//
	padding: 15px 30px;
	color: #004794;
}
.navbar-default nav{
	float: right;
}
.navbar-default .navbar-nav > .active > a{
	background-color: #fff;
	color: #004794;

}
/***************************/


#header {
    position: relative;
    z-index: 999;
}
	
#fixed-header {
    width: 1100px; /*960px;*/
    margin: auto;
    /*position: fixed;*/
    top: 0;
    z-index: 99;
    text-align: center;
}

.top-fixed-area {
    width: 100%;
    margin: auto;
    /*position: fixed;*/
    top: 0;
    z-index: 99;
	
	background-color: #2a2a2a;
	min-height: 46px;
	border: none;
	padding: 0; /*15*/
	text-align: center;
}
.top-fixed-area ul{
	line-height: 46px;
}
.top-fixed-area ul > li{
	float: left;
	margin: 0;
	padding: 0;
}

.top-fixed-area .current-lang{

    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
.top-fixed-area input[type="text"]:focus, input[type="search"]:focus, textarea:focus {
  color: #faa929;
}



.top-fixed-area .left{
	float: left;
}
.top-fixed-area .left div{
	float: right;
}
.top-fixed-area .left p{
	padding: 13px;
}
.top-fixed-area .left a{
	color: #bbb;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 20px;
}
.top-fixed-area .left a:hover{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}


.top-fixed-area .right{
	float: right;
}
.top-fixed-area .right div{
	float: left;
}
.top-fixed-area .right p{
	padding: 13px;
}
.top-fixed-area .right a{
	color: #bbb;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 20px;
}
.top-fixed-area .right a:hover{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}





#admin-menu, #admin-menu ul {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99999;
}
.top-header section{
	float: left;
}
.top-fixed-area .form-control{
	border: none;
	box-shadow: none;
	background-color: #494949;
	color: #bbb;
	min-height: 46px;
	border-radius: 0;
}
.top-fixed-area  button{
	border: none;
	box-shadow: none;
	background-color: #222;
	color: #bbb;
	min-height: 46px;
	border-radius: 0;
}	



#fixed-header form{
    max-width:300px;
}








.navbar {
	margin-bottom: 5px;
}
.navbar ul{
	padding: 35px 0 0;
}

.navbar-default .navbar-nav > li > a {
	color: #004794;
	font-weight: bold;
			font-size: 18px;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #e29017;
	text-decoration: none;
}





.breadcrumb{
	min-height: 60px;
	background-color: #f1f2f2;
	border-radius: 0;
	margin: 0;
	padding: 20px;
}
.breadcrumb-row{
	min-height: 60px;
	background-color: #f1f2f2;
	margin: 0 0 20px 0;
}

.breadcrumb-row a{
	color: #58595b;
}
.breadcrumb-row a:hover{
	color: #e29017;/*faa929;*/
	text-decoration: none;
}
.breadcrumb-row .active{
	color: #004794;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumb > li + li::before {
    color: #58595b;
    content: "> ";
	font-weight: bold;
    padding: 0 5px;
}


.carousel .item {
    width: 100%; /*slider width*/
    max-height: 600px; /*slider height*/
}
.carousel .item img {
    width: 100%; /*img width*/
}
/*add some makeup*/
.carousel .carousel-control {
    background: none;
    border: none;
    top: 0; /*top: 50%;*/
}
/*full width container*/
@media (max-width: 767px) {
    .block {
        margin-left: -20px;
        margin-right: -20px;
    }
}





.well{
	background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 7px;
}

.well li a{
	background-color: none;
	color: #004794;
	margin-bottom: 2px;
	font-weight: bold;	
}

.well li a:hover{
	color: #e29017;
	text-decoration: none;
}



h1, h2, h3{
	color: #004794;
}
h2 a{
	color: #004794;
}
.block-title{
	border-bottom: 2px solid #faa929;
	padding: 8px;
}

.page-header{
	border-bottom: 2px solid #faa929;
	padding: 8px;
}



.ulib .carousel-caption {
    left: 0;
	bottom: 0;
    padding: 10px;
    right: 70%;
	/*background: rgba(0,0,0,0.45);*/	
	background: rgba(0,0,0,0.45); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.45) 20% ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.45) 20% ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.45) 20%  ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.45) 20% ); /* Standard syntax */	
}



.ulib .carousel-caption  h1{
	color: #fff;
	text-align: left;
	margin: 8px;
}
.ulib .carousel-caption  h2{
	color: #fff;
}
.ulib .carousel-caption  p{
	font-size: 16px;
}
.ulib .carousel-indicators{	
	bottom: 0;
    list-style: outside none none;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 20%;
    z-index: 15;
	margin-left: unset;
	left: unset;
	margin-bottom: 0;
	background: rgba(0,0,0,0.45); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45) 30% ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45) 30% ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45) 30%  ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45) 30% ); /* Standard syntax */	
}
.ulib .carousel-control {
	width: 8%;
}


/* MENU 1 */
.menu > li{
	/*float: left;*/
}
.menu > li > a {
	color: #004794;
	font-weight: bold;
	font-size: 18px;
	
	
	display: block;
    padding: 10px 15px;
    position: relative;
	
	
	background-color: #f1f2f2;
    color: #004794;
    font-weight: bold;
    margin-bottom: 2px;	
}
.menu > li > a:hover{
	color: #e29017;
	text-decoration: none;
}
.menu > li.active > a{
	background-color: #fff;
	color: #004794;
	border-top: 5px solid #e29017;
	top: -5px;
}
.menu  > li a.active::after{
	color: #eeaa22;
}
.menu > .menu-item-has-children > a::after{
    color: #004794;
	font-weight: bold;
    padding: 0 5px;
}
.menu > .menu-item-has-children > a.active::after{
    content:  " ▼";
}





/* MENU 2 */
.menu > li > ul  {
	padding: 0;
}
.menu > li > ul  > li {
	padding: 8px 10px;
	border-bottom: 1px solid #e2e2e2;
}
.menu > li > ul  > li.active > a{
	background-color: #fff;
	color: #004794;
	border-top: 5px solid #e29017;
	top: -5px;
}
.menu  > li > ul > li a.active::after{
	color: #eeaa22;
}
.menu > li > ul > .menu-item-has-children > a::after{
    color: #004794;
    content: " >";
	font-weight: bold;
    padding: 0 5px;
}
.menu > li > ul > .menu-item-has-children > a.active::after{
    content:  " ▼";
}


/* MENU 3 */
.menu > li > ul > li > ul {
	padding: 0;
}
.menu > li > ul > li > ul > li {
	border: none;
	padding: 0;
	padding: 8px 10px;
}
.menu > li > ul > li > ul > li > a{
	font-weight: normal;
}
.menu > li > ul > li > ul > li > a:hover{
	color: #e29017;
	text-decoration: none;
}
.menu > li > ul > li > ul  > li.active > a{
	background-color: #fff;
	color: #004794;
	border-top: 5px solid #e29017;
	top: -5px;
}
.menu  > li > ul > li > ul > li a.active::after{
	color: #eeaa22;
}
.menu > li > ul > li > ul > .menu-item-has-children > a::after{
    color: #004794;
    content: " >";
	font-weight: bold;
    padding: 0 5px;
}
.menu > li > ul > li > ul > .menu-item-has-children > a.active::after{
    content:  " ▼";
}




/* MENU 4 */
.menu > li > ul > li > ul > li > ul > li{
	bordert: none;
}

.menu > li > ul > li > ul > li > ul > li > a{
	color: #555;
	font-weight: normal;
}
.menu > li > ul > li > ul > li > ul > li > a:hover{
	color: #e29017;
	text-decoration: none;
}




.current-menu-item{
	color: #e29017;
	text-decoration: none;
}





/*current-menu-ancestor::before{*/
/*
.arrow-down > a:after{
	content:  " ▼";
	content:  " ►";

}
.collapsed > a:after{
	content:  " >";

}
*/
.well li a.active, .well li ul  > li a.active{
	color: #eeaa22;
}
/*
.well li ul  > li a.active:after{
	content:  " ▼";
	color: #eeaa22;
}
*/







#breadcrumb{
	background-color: #f7f7f7;
    margin: 0 0 20px;
    min-height: 60px;
	padding: 16px;
}




.collapse-menu > li {
	margin-bottom: 20px;
}
.collapse-menu > li > a {
	background-color: #fff;
}



.ulib .content-area .entry-content a{
	font-weight: bold;
}


.full-width-img-container {
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.full-width-img-container img {
	width: 100%;
	transform: translate(0, -40%);
}
.full-width-img {
	width: 100%;
	height: 280px;
	overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.full-width-img {
		height: 230px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.full-width-img {
		height: 175px;
	}
}
@media (max-width: 768px) {
	.full-width-img {
		height: 0px;
	}
	.full-width-img img {
		display: none;
		visibility: hidden;
	}
}
.full-width-img img {
	width: 100%;
}




.flexslider {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.flexslider img {
	width: 100%;
	transform: translate(0, -30%);
}





.comment-navigation,
.single .nav-links {
    visibility: hidden;
}


.ulib .single-featured {
  /***-webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
		  */
  display: block;
  margin: auto;
}
.ulib .single-featured:hover {
  opacity: 1;
}


.ulib .footer-partners {
	color:#999999;
	min-height: 60px;
	background-color: #303030;
	text-align: center;
	padding: 15px 0;
}
.ulib .footer-partners p{
	text-align: center;
	margin: unset;
}

.ulib .footer-category-links {
	min-height:320px;
	background-color:#414042;
	text-align:left;
	padding:25px 0;
	color:#bcbec0;
	
}
.ulib .footer-categories h1,
.ulib .footer-categories h2,
.ulib .footer-categories h3{
	margin: 15px 10px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-transform: unset;
}
.ulib .footer-categories .link,
.ulib .footer-categories p{
	margin: 10px;
}


.ulib .footer-categories .widget ul{
	font-size: unset;
	line-hight: unset;
	margin-bottom: unset;	
}
.ulib .footer-categories .widget ul > li{
	padding: unset;
	margin: 10px;	
}

.ulib .footer-categories .widget ul > li > a{
	background: unset;
	font-size: unset;
	font-weight: unset;
	padding: unset;
	margin: unset;	
}



.ulib .footer-name {
    background-color: #2a2a2a;
    color: #bcbec0;
    font-size: 12px;
    font-weight: bold;
    height: 46px;
    padding: 12px 0;
    text-align: center;
}


.ulib #home-category-grid img{

}

.ulib #home-category-grid .grid-box:hover img{
	/*transform: scale(1.1);*/
}

.ulib #home-category-grid .grid-box {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    position: relative;
	margin-bottom: 50px;
}

.ulib #home-category-grid .grid-box-caption {
    /*background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;*/
    bottom: 0;
    color: #fff;
    display: block;
    /*height: 100%;*/
    opacity: 1;
    position: absolute;
    text-align: center;
    transition: all 0.35s ease 0s;
    width: 100%;
}
.ulib #home-category-grid .grid-box-caption-content {
    position: absolute;
    text-align: center;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    width: 100%;
	
	bottom: 0;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	-webkit-transition: all .7s ease .7s;
	-moz-transition: all .7s ease .7s;
	-o-transition: all .7s ease .7s;
	-ms-transition: all .7s ease .7s;
	transition: all .7s ease .7s;
}
/*
.ulib #home-category-grid .grid-box:hover .grid-box-caption {
    opacity: 1;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	height:100%;
	/*transform: translateY(-30px);/

}
.ulib #home-category-grid .grid-box:hover .grid-box-caption-content {
    opacity: 1;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	transform: translateY(-30px);

}
*/
.ulib #home-category-grid .grid-name {
    font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
    padding: 10px 5px;	
	font-size: 14px;
}


@media (min-width: 768px) {
	.ulib #home-category-grid .grid-name {
		font-size: 14px;
	}
}

@media (min-width: 900px) {
	.ulib #home-category-grid .grid-name {
		font-size: 16px;
	}
}


.ulib #home-category-grid h1 {
    text-align: center;
}

.ulib #home-category-grid hr {
	border-color: #faa929;
    border-width: 3px;
    max-width: 50px;
	margin-bottom: 40px;
}

.ulib .menu-footer-menu-sk-container {
	text-align:center;
	margin: 0;
	padding: 0;
	max-width:1170px;
}

.ulib .footer-menu {
    min-height:70px;
	background-color:#004794;
	text-align:center;
	padding:19px 0;
	border-top:2px solid #faa929;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.ulib .footer-menu ul{
	text-align:center;
	max-width:1170px;
	
	display:inline-block;
    vertical-align: middle;
	margin: unset;
}
.ulib .footer-menu li{
	border: none;
	float: left;	
	padding:10px 20px;
	
	display: inline;
}
.ulib #footer-area ul li{
	border: none;
	/*float: left;	*/
	/*padding:10px 20px;*/
}
.ulib .footer-menu a{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	
	background: unset;
	padding: unset;
	margin: unset;
}



.ulib .popular-posts h3 {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: #004794;
	text-transform: unset;
}
.ulib .wpp-post-title {
	font-weight: bold;
}
.ulib .wpp-list li{
	margin-bottom: 20px;
}



/*** WPP - Wordpress Popular Posts ***/
.ulib .wpp-excerpt i {
    display: none;
}