/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Template: u-design
Version: 1.0.0
*/
@import url("../u-design/style.css");

/**** BEGIN ADDING YOUR CUSTOM CSS CODE BELOW: ****/
.esg-content {
	overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    padding: 0 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
}
#pa#page-content-title #page-title .single-post-categories {
    margin: 0 20px;
    padding: 8px 0;
    font-size: 2.3em;
    color: #333;
    line-height: 42px;
}
#page-content-title #page-title h1,
#page-content-title #page-title h2,
#page-content-title #page-title h3,
#page-content-title #page-title .single-post-categories {
    padding: 7px 0;
}
#before-content {
   padding:0;
}
#main-content {
   margin-top: -10px;
}#home-page-content {
  background: #FFFFFF;
}
.pp_social { display: none; }
h6 {
    display: inline;
}
ul.list-5 li {
background: url("http://kruseenergy.com/wp-content/uploads/2014/02/gavel-e1429804803824.png") no-repeat scroll 0 3px transparent
}
#feedback a.feedback {
  background: url("http://kruseenergy.com/wp-content/themes/u-design-child/feedback-btn.png") no-repeat scroll 0 0 transparent;
}
#navigation-menu ul.sf-menu li li.width-custom {
  width: 250px !important;
}
#navigation-menu ul.sf-menu ul {font-size: 13px;
}
.wp-pagenavi {
  display: none;
}
.home #navigation-menu { /* Removes the home page menu from Desktops */
    display: none;
}

/* Mobile Screen ( smaller than 480px )*/
@media screen and (max-width: 480px) {

   .home #navigation-menu { /* Brings back the menu on the home page */
        display: block;
    }

}

/* Medium Screen ( 480px to 719px ) */
@media screen and (min-width: 480px) and (max-width: 719px) {

   .home #navigation-menu { /* Brings back the menu on the home page */
        display: block;
    }

}

/* 720px to 959px Screen */
@media screen and (min-width: 720px) and (max-width: 959px) {

   .home #navigation-menu { /* Brings back the menu on the home page */
        display: block;
    }

}
.minimal-light .esg-pagination-button {
width: 10px;
height: 10px;
background: #000;
padding: 0px;
border-radius:15px;
-webkit-border-radius:15px;
-moz-border-radius:15px; 
color:transparent !important;}

.minimal-light .eg-icon-left-open:before {
content: '\e824';
}

.minimal-light .eg-icon-right-open:before {
 content: '\e825';
}

.minimal-light .esg-navbutton-solo-left {
position:absolute;
top: 20%;
}

.minimal-light .esg-navbutton-solo-right {
position:absolute;
top: 20%;
}

.esg-navigationbutton {
width: 30px;
}

[class^="eg-icon-"]:before, [class*=" eg-icon-"]:before {
    width: auto !important; 
}

.home #main-content {
    margin-top: 0px;
}

.container > div {
  display: inline;
}
.container img {
  max-width: 100%;
  vertical-align: middle;
}
.cal-auction-title {
    text-transform: none !important;
}
.myfontsize {
	font-size:1.3em;
}