/*
Theme Name:   Total child theme
Description:  Write here a brief description about your child-theme
Author:       whitcolib
Author URL:   http://dev.whitco.lib.wa.us
Template:     Total
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Total-child
*/

/* Write here your own personal stylesheet */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.loc-height {
	min-height:250px;
}
.loc-height h4, .loc h4 {
	color:#eee;
}
.loc-height a, .loc a {
	color:#eee;
}
a.main-logo {
	margin-right:15px;
}
a.main-logo img {
	width:250px;
}
#tpbr_box {
	font-size:17px !important;
}
#site-header-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}
body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
	top:30px;
}

.widget_recent_entries ul li {
	margin-bottom:15px;
}
.widget_wpex_mailchimp {
	background-color: #555;
    padding: 10px;
    text-align: center;
}
.widget_wpex_mailchimp input, .widget_wpex_mailchimp button {
	margin:4px 0;
}
.vcex-loadmore {
	text-align:center;
	border-top:solid #eee 1px;
}
.vcex-loadmore-button {
	margin-top:10px;
	background-color:#aaa;
}
img.vcex-spinner {
	display:none;
}
.search-bar {
	background-color:#eeeeee; 
	padding:8px 10px; 
	border-radius:6px; 
	float:left;
}
#top-bar-content {
	font-size:16px;
}
/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
    border-bottom: 3px solid #fff;
}
.divTableRow {
	display: table-row;
}
.divTableRow2 {
	display: table-row;
	background-color:#f9f9f9;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell {
	display: table-cell;
	padding: 8px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.search-text {
	width:150px;
}
.single-blog-media {
	margin-bottom:50px;
	text-align:center;
}
.post-media-caption {
    background: none !important;
    color: #555 !important;
    bottom: -62px !important;
}
#enhancedtextwidget-12 {
	margin-bottom:10px;
}
#enhancedtextwidget-12 h2 {
	margin:0;
}
.vcex-loadmore {
	background-color:#f7f7f7;
	padding-bottom:10px;
}
#top-bar-content.top-bar-left .wpex-inline {
	margin-right:0;
	margin-left:30px;
}
#enhancedtextwidget-12 {
	float:left;
	margin-bottom:0;
	width:50%;
}
.catalog-wrap {
	float:left; 
	width:50%;
}
.catalog-wrap input[type=text] {
	width:175px;
}


.search-wrap {
	float:left; 
	width:50%;
}
.search-wrap input[type=text] {
	width:175px;
}
.staff-table {
	width:100%;
	background-color:#f7f7f7;
	margin-bottom:5px;
}
.staff-table div {
	width:25%;
	padding:10px;
	float:left;
}

@media only screen and (max-width: 600px) {
  .loc-height {
	min-height:auto;
}
a.main-logo {
	margin:0;
	text-align:center;
	display:block;
}	
.search-bar {
	background:none;
}
	
	.search-bar #q {
		clear: both;
    	display: block;
    	float: left;
    	width: 75%;
		margin-top: 3px;
	}
	.search-bar .button {
		float: right;
	}
	.search-bar select {
		margin-bottom: 10px;
	}
.divTableCell {
	border: none;
	display: block;
	padding: 3px 10px;
}
.divTableRow {
	padding:10px 0;
	display:block;
}
.search-text {
	width:220px;
	margin-top:10px;
}
	.staff-picks-space {
		height:0 !important;
	}
	.catalog-wrap {
		width:100%;
}
	.search-wrap {
		clear:both;
		width:100%;
	}
	#enhancedtextwidget-12 {
	width:100%;
}
	 #enhancedtextwidget-12 input[type=text] {
		 width:75%;
}
.daily-wrap {
	height:auto;
}
	.vc_cta3-icons {
		display:block !important;
	}
	.dn-proj-bullet div {
		border-radius: 10px !important;
	}

.staff-table div {
	width:auto;
	float:none;
}