/*
Theme Name: DirectoryS
Theme URI: http://themeforest.net/user/holobest/portfolio
Description: Listings WordPress Theme
Author: Holobest
Author URI: http://themeforest.net/user/holobest
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Version: 2.0.1
*/


/* My custom css */

h1, h2, h3, h4, h5, h6, p, a {
font-family: 'Trebuchet MS',sans-serif !important;
}

.row{
margin-top: 0px;
margin-bottom: 0px;
}

.content{
margin-top: 0px;
margin-bottom: 0px !important;
}

div.posts-show-number {
font-family: 'Trebuchet MS',sans-serif !important;
}

div.descriptioninfo > p:nth-child(2) {
color: #777777;
margin-bottom: 0px !important;
}

div.description {
min-height: 75px !important;
}

.input {
width: 200px;
}

.holo-background-wrapper .holo-background-overlay {
    box-shadow: 5px 5px 5px #888888;
}

.callouts-1 h2 {
color: #8d1538;
}

#alphabet-widget ul{
border:0;
padding: 0;
margin: 0px;
position: relative;
}

#alphabet-widget li a{
padding: 3px 3px !important;
}

#alphabet-widget ul img{
width: 100%;
height: 100%;
}

#alphabet-widget ul li{
display:inline;
border:0;
padding: 0px;
margin: 0px;
float: left;
}

/* end custom */


.wp-caption {
    max-width: 100%;
}

.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}

.alignright {
    display: block;
    float: right;
    margin: 3px 0 0 10px;
}

.size-full {
    max-width: 100%;
    height: auto;
}

.alignleft {
    display: block;
    float: left;
    margin: 3px 10px 0 0;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 10px auto;
}

.admin-bar #header-container {
    padding-top: 28px !important;
}

@media (max-width: 979px) {
    .admin-bar #header-container {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 767px) {
	.content .row div[class^="col-"] {
		padding-bottom: 0 !important;
	}
}