/*
 Theme Name:     Deaf Coffee
 Description:    Deaf Coffee - Chat, Sign, Enjoy!
 Template:       eList
 Version:        1.0.0
*/

@import url(../eList/style.css);

/* -------------------------------------------------------------------- */
/* Remove built-in contact form */
#et-contact { display: none !important;} 
/* -------------------------------------------------------------------- */
/* Adjust thumbnail of listing */
.post-thumb span.overlay {
    background: none; /* Orig url(images/overlay.png) no-repeat */
    display: none; /* Orig block */
    height: 100px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 230px; }
.post-thumbnail span.post-overlay {
    display: none; background: none; /* Orig url(images/post_overlay.png) no-repeat; */
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0; }
.post-thumb {
    display: block;
    float: left;
    position: relative;
    margin-bottom: 10px; /* Was 15px */
    padding-right: 5px; /* Added */
    width: 70px; /* Added */
    height: 70px; } /* Added */
/* -------------------------------------------------------------------- */
/* Don't show thumbnail on homepage for each category */
.thumb span.overlay {
    background: none !important;
    display: none; /* Was block */
    height: 70px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 70px; }

/* Hides thumbnails on homepage */
.l-category .item-image {
    width: 70px;
    display: none; /* Added */ }

/* Tweaks the padding */
.l-category {
    float: left;
    width: 272px;
    margin: 10px 40px 0px 0px !important; } /* Was 80px 47px 0px 0px */

/* Tweaks the padding */
.container {
    text-align: left;
    margin: 0 auto;
    width: 960px;
    position: relative;
    padding-top: 50px; /* Added */ }

/* Don't show thumbnail in posts */
.post-thumbnail {
    display: none !important;
	position: relative;
    float: left;
    /* margin: 6px 30px 10px 0; */ }
.post-thumbnail img {
    display: none !important; } /* Orig was block */
/* -------------------------------------------------------------------- */
/* Get rid of space between header and listing */
#listing-control {
	display: none; /* Added */
    border-bottom: 1px solid #f2f2f2;
    padding-top: 16px;
    padding-bottom: 14px; }
/* -------------------------------------------------------------------- */
/* Adjust font attributes */
body {
    line-height: 18px;
    font-family: "Times New Roman", Times, serif !important;
    font-size: 16px;
    color: black;
    background-color: #ffffff; }
/* -------------------------------------------------------------------- */
/* Changes font/etc attributes for Recent Listing */
.r-listing p {
    line-height: 20px; /* Was 18px */
    padding-bottom: 58px;
    font-family: "Times New Roman", Times, serif; /* Added */
    font-size: 18px; /* Added */ }
/* -------------------------------------------------------------------- */
/* Reduces category listing padding */
.r-listing {
    position: relative;
    padding: 80px 10px 0px 10px; /* Was 74px 45px 0px and 80px 40px 0px */
    float: left;
    width: 625px; /* Was 220px */
    border-right: 0px solid white; /* Was 1px solid #f2f2f2 */
    min-height: 0px !important; /* Added */ }
/* -------------------------------------------------------------------- */
/* Hides meta on homepage */
.r-listing p.meta-info {
    padding-bottom: 13px;
    display: none; /* Added */ }
/* -------------------------------------------------------------------- */
/* Changes font attributes */
.r-listing h3 a {
    color: black; /* Was #3a6263 */
    text-decoration: none;
    font-family: "Times New Roman", Times, serif; /* Added */
    font-size: 18px; /* Added */
    line-height: 20px; /* Added */ }
/* -------------------------------------------------------------------- */
/* Hides meta on single page */
.entry p.meta-info {
    background: url(images/meta-info-bg.png) no-repeat left 5px;
    display: none; /* Added */ }

/* Adjusts content width */
.entry {
    padding: 0 30px 30px 0; /* Was 0 60px 30px 0 */
    position: relative; }
/* -------------------------------------------------------------------- */
/* Remove small icon and change font attributes */
p.info {
    padding-left: 0px; /* Moves "# listing" to left. Was 105px */
    font-family: "Times New Roman", Times, serif; /* Was Georgia, serif */
    font-style: normal; /* Orig italic */
    font-size: 14px;
    color: black; /* Was #999999 */
    margin-bottom: 5px !important;
    background: none !important; }
/* -------------------------------------------------------------------- */
.featured-description p { line-height: 18px; }
/* -------------------------------------------------------------------- */
/* Remove meta info from featured listing */
p.meta-info {
    background: url(images/meta-info-bg.png) no-repeat left 3px;
    padding-left: 17px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    color: #999999;
    text-shadow: 1px 1px 0px #ffffff;
    display: none; /* Added */ }
/* -------------------------------------------------------------------- */
/* Adjust footer attributes */
#footer-bottom {
    background-color: #deb887; /* Was skyblue */
    padding-top: 15px !important; }
/* -------------------------------------------------------------------- */
/* Remove submit-a-listing button */
a.submit { display: none; }
/* -------------------------------------------------------------------- */
/* Remove search box */
div#search-form {
   display: none; }
select#elist_categories {
   display: none; }

/* Adjust the search form attributes */
#search-form #searchinput {
    background: none;
    float: left;
    margin: 0px 4px 0 9px;
    width: 116px;
    padding-left: 5px;
    color: gray; /* Was #6f6967 */
    font-size: 16px; /* Was 11px */
    color: black; /* Was #b1b1b1 */
    /* text-shadow: 1px 1px 0px #ffffff; */
    border: 1px gray solid; /* Was none */
    height: 21px; /* Added */ }
/* -------------------------------------------------------------------- */
/* Don't show category dropdown */
#elist_categories, #elist_category {
    background: none !important; /* Was #F3F3F3 */
    font-size: 16px; /* Was 11 */
    color: black; /* Was #B1B1B1 */
    /* text-shadow: 0 1px 0 #fff; */
    border: 1px gray solid; /* Was none */
    padding: 4px 14px; /* Was 8px 14px */
    margin: 0;
    display: none; /* Added */ }
/* -------------------------------------------------------------------- */
/* Remove outline from category image */
.thumb span.overlay {
    background: none !important;
    display: none; /* Was block */
    height: 70px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 70px; }
/* -------------------------------------------------------------------- */
/* Category title attributes */
.description h2 a {
    color: #8b0000; /* Was black */
    text-decoration: none;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 18px; }
.description h2 a:hover { background-color: #deb887; color: #8b0000; } /* Added */
/* -------------------------------------------------------------------- */
/* Remove texture from header, add background color */
#main-header, body.home #featured, #main-footer {
    background-image: none !important;
    background-color: #deb887 !important; /* Was skyblue */ }
/* -------------------------------------------------------------------- */
/* Reduce padding around logo/header and on bottom of nav manu */
#main-header {
    border-bottom: 0px solid #efefef; /* Orig 1px solid #efefef */
    padding-top: 5px; /* Was 55px */
    padding-bottom: 5px; } /* Was 65px */
/* -------------------------------------------------------------------- */
/* Adjust Featured listing title attributes */
#featured h2.featured-title {
    font-family: "Times New Roman", Times, serif; /* Was 'Lobster', Arial, sans-serif */
    font-size: 30px;
    text-shadow: none !important; /* Added */
    padding-bottom: 12px;
    padding-top: 10px; }
#featured h2.featured-title a {
    text-decoration: none;
    color: black;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    text-shadow: none !important; /* Added */ }
/* -------------------------------------------------------------------- */
#featured {
    /* border-bottom: 1px solid #efefef; */
	background-color: #deb887; } /* Was skyblue */
/* -------------------------------------------------------------------- */
#recent-listings h1 {
    top: -1px;
    background-color: #fff;
    border: 0px solid #f2f2f2; /* Was 1px solid #f2f2f2 */
    position: absolute;
    left: 44%;
    border-top: none;
    font-family: "Times New Roman", Times, serif; /* Was font-family: 'Lobster', Arial, sans-serif */
    color: black; /* Was #545454 */
    font-size: 18px; /* Was 15px */
    padding: 10px 15px; }
/* -------------------------------------------------------------------- */
/* Adjust Featured Listing's description attributes */
.featured-description p {
    line-height: 22px; /* Orig was 18px */
    font-family: "Times New Roman", Times, serif; /* Added */
    font-size: 20px; /* Added */ }
/* -------------------------------------------------------------------- */
/* Centers the logo */
#logo {
	display: block;
	float: none;
	margin: 0 auto; }
/* -------------------------------------------------------------------- */
/* Reduces padding between menu items */
ul#top-menu li { margin-right: 0px; /* Orig was 45px */ }
/* -------------------------------------------------------------------- */
/* Reduces padding between bottom of logo and top of nav menu */
ul#top-menu { padding-top: 10px; } /* Was 25px */
/* -------------------------------------------------------------------- */
/* Centers the menu and slightly add padding to bottom */
ul#top-menu, ul#top-menu li {
    float: left;
    margin-left: 20px; /* Added */
    padding-bottom: 5px; /* Added */ }
ul#top-menu li a {
    margin-right: 25px; /* Was 45px */
    color: #3a6263;
    font-weight: bold;
	text-transform: uppercase; }
/* -------------------------------------------------------------------- */
/* Remove the breadcrumbs */
   #breadcrumbs { display: none; }
/* -------------------------------------------------------------------- */
/* Adjusts slide positioning */
	.slide { padding: 55px 58px 43px; } /* Orig 83px 58px 43px */
/* -------------------------------------------------------------------- */
/* Adjusts page contents - font, size, etc */
#main_content {
    float: left;
    width: 637px;
    position: relative;
    font-size: 20px;
    font-family: "Times New Roman", Times, serif; } /* Added */
/* -------------------------------------------------------------------- */
p {
    padding-bottom: 16px; /* Orig 10px */
    line-height: 24px; }
/* -------------------------------------------------------------------- */
/* Get rid of the control panel! */
#et-control-panel {
    position: fixed;
    left: 0px;
    top: 94px;
    width: 169px;
    z-index: 9000;
    color: #9f9f9f;
    text-shadow: 1px 1px 1px #fff;
    background: url(images/control-panel-bottom.png) no-repeat bottom left;
    padding-bottom: 18px;
    display: none; /* Added */ }
/* -------------------------------------------------------------------- */
/* Change Featured Listing title attributes */
#featured h1, #listing-categories h1, #recent-listings h1, #listing_info h1, #listing_location h1, h1#comments, h3#reply-title, h1.main_title {
    display: none;
	top: -1px;
    background-color: #fff;
    border: 1px solid white; /* Orig #f2f2f2 */
    position: absolute;
    left: 41%; /* Orig 44% */
    border-top: none;
    font-family: "Times New Roman", Times, serif !important; /* Orig 'Lobster', Arial, sans-serif */
    color: black; /* Orig #545454 */
    font-size: 22px;
    padding: 8px 8px 8px 8px; /* Orig 10px 15px */
    font-weight: bold; }
/* -------------------------------------------------------------------- */
/* Change Listing Categories title attributes */
#listing-categories {
    border-bottom: 0px solid white; /* Was 1px solid white */
    padding-bottom: 25px; /* Was 65px */
    padding-top: 20px; /* Added */
	padding-left: 100px;} /* Added */
/* -------------------------------------------------------------------- */
/* Change font family */
h1, h2, h3, h4, h5, h6 { font-family: "Times New Roman", Times, serif !important; }
/* -------------------------------------------------------------------- */
/* Change Recent Listings title attributes */
#recent-listings {
    border-bottom: 1px solid white; /* Orig #f2f2f2 */
    padding-top: 20px; /* Added */ }
/* -------------------------------------------------------------------- */
/* Change search results title attributes */
h1.title a { color: #8b0000; } /* Was #3a6263 */
/* -------------------------------------------------------------------- */
/* Change Listing Categories padding */
.l-category {
    float: left;
    width: 272px;
    margin: 80px 47px 0px 0px; /* Orig 65px 72px 0px 0px */ }
/* -------------------------------------------------------------------- */
/* Change font for page Title */
h1.title {
    font-size: 30px;
    color: black; /* Orig #3a6263 */
    font-family: "Times New Roman", Times, serif !important; /* Orig 'Lobster', Georgia, serif */
    font-weight: bold;
    padding-bottom: 25px; /* Added */ }
/* -------------------------------------------------------------------- */
/* Change font etc for P tag */
p {
    padding-bottom: 20px; /* Orig 10px */
    line-height: 24px;
    font-family: "Times New Roman", Times, serif !important; /* Added */
    font-size: 20px; /* Added */ }
/* -------------------------------------------------------------------- */
/* Remove annoying thin line on bottom of Featured slider */
#featured { border-bottom: 0px solid white; /* 1px solid #efefef */ }
/* -------------------------------------------------------------------- */
/* Change nav menu link attributes */
ul#top-menu.nav a {
	color: #8b0000; /* Was green */
	text-decoration: none; }

/* Add hover effect to nav menu */
ul#top-menu.nav a:hover {
    color: #8b0000; /* Was green */
    background-color: white; /* Was orange */
	border-radius: 5px; }
/* -------------------------------------------------------------------- */
/* Make the quantity font bigger */
.description h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px; /* Added */}
/* -------------------------------------------------------------------- */
/* Adjust READ MORE attributes */
a.readmore {
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-top: 0px solid #f2f2f2;
    border-left: 0px solid #f2f2f2;
    padding: 2px 0px 0px 0px;
    text-transform: uppercase;
    color: #b74040;
	font-size: 14px; /* Added */ }

a.readmore:hover { color: #8b0000; background-color: #deb887; }
/* -------------------------------------------------------------------- */
/* Adjust listing attributes (for list of posts after clicking on categories) */
.r-listing {
    position: relative;
    padding: 30px 10px 0px 5px; /* Was 80px 10px 0px 10px */
    float: left;
    width: 625px;
    border-right: 0px solid white;
    min-height: 0px !important; }
.r-listing p {
    line-height: 20px;
    padding-bottom: 25px; /* Was 58px */
    font-family: "Times New Roman", Times, serif;
    font-size: 18px; }
/* -------------------------------------------------------------------- */
/* Remove blank spacing on top of footer */
#main-footer {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    display: none; /* Added */ }
/* -------------------------------------------------------------------- */
/* Tweak the padding */
.container {
    text-align: left;
    margin: 0 auto;
    width: 960px;
    position: relative;
    padding-top: 0px; /* Was 50px */
    padding-bottom: 10px; /* Added */ }
/* -------------------------------------------------------------------- */
/* Change listing title active link to red */
.r-listing h3 a {
    color: #8b0000; /* Was black */
    text-decoration: none;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
	line-height: 20px; }
/* -------------------------------------------------------------------- */
/* Remove "Markers" from map */
.gmwd_container_wrapper .gmwd_container #gmwd_container_1 h3, .gmwd_container_wrapper .gmwd_container #gmwd_container_1 .h3 {
    font-size: 24px;
	display: none; /* Added */ }
/* -------------------------------------------------------------------- */
/* Change color of active link */
a {
    text-decoration: underline; /* Was none */
	color: #8b0000; } /* Was #00b7f3 */
a:hover {
	background-color: #deb887;
    border-radius: 5px; 
    color: #8b0000; }
/* -------------------------------------------------------------------- */
/* Widget title tweaks */
.widgettitle {
    text-align: center;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 16px; /* Was 12px */
    padding: 5px 0 2px 0;
    text-shadow: 0px 0px 0px #ffffff;
	color: black; /* Was #3a6263 */
	background-color: #deb887;
	border-radius: 10px; } /* Added */

.widget { margin-bottom: 20px; } /* Was 50px */

.description h2, .r-listing h3, h3.widgettitle, h4.widgettitle, .elist_cf h3, ul#top-menu li a {
	font-family: 'Times New Roman', Georgia, serif !important; }
/* -------------------------------------------------------------------- */
/* Adjust sidebar attributes */
#sidebar {
    float: left;
    width: 290px; /* Was 270px */
    border-left: 0px solid #f2f2f2; /* Was 1px solid #f2f2f2; */
    padding: 25px 0 0 25px; /* Was 74px 0 0 50px */ }
/* -------------------------------------------------------------------- */
.list-custom-taxonomy-widget  > form { display: flex; }
.list-custom-taxonomy-widget select {
	width: 80%;
	margin-right: 1em;
    font-family: Georgia, serif;
    font-size: 14px; }
.list-custom-taxonomy-widget input[type="submit"] {
	width: 75%; }
/* -------------------------------------------------------------------- */
/* Adjust attributes of post views counter (bottom of listings) */
.post-views.entry-meta > span {
    margin-right: 0 !important;
    font-size: 14px; }
/* -------------------------------------------------------------------- */
.note { color: red !important; }
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */