/*
Theme Name: DUG Theme
Theme URI: http: //dug.org/
Description: This is a custom child theme for Salient
Author: WebFuz
Author URI: http: //www.webfuz.com/
Template: salient
Version: 0.2
*/

@import url("../salient/style.css");

.data-target-div1 .caf-multiple-taxonomy-filter-modern .caf-search-bar {
	width: 50%!important;
	padding: unset!important;
}

.nearby-network {
	color: #fff;
	padding-left: 5px;
}

.nearby-address {
	color: #fff;
	padding-left: 5px;
}

@media(min-width: 600px) {
	.caf-search-bar {
		width: 50%!important;
		margin: unset!important;
	}

	div.caf-multiple-taxonomy-filter-modern {
		display: flex!important;
		justify-content: center!important;
	}

	.data-target-div1 .caf-multiple-taxonomy-filter-modern input#caf-search-sub {
		height: 45px!important;
		background-color: #157fa0 !important;
	}
}

@media(max-width: 600px) {
	div.caf-multiple-taxonomy-filter-modern {
		margin: unset!important;
	}
	
	div.caf-multiple-taxonomy-filter-modern ul.caf_select_multi {
		margin-left: unset!important;
		margin-right: unset!important; 
		margin-top: unset!important; 
		margin-bottom: 10px!important;
	}
	
	input#caf-search-input {
		height: 45px!important;
	}

	.data-target-div1 .caf-multiple-taxonomy-filter-modern input#caf-search-sub {
		height: 45px!important;
		background-color: #157fa0 !important;
	}
	
	.data-target-div1 .caf-multiple-taxonomy-filter-modern .caf-search-bar {
		min-width: 234px!important;
    	max-width: 234px!important;
	}
	
	div.caf-multiple-taxonomy-filter-modern .manage-inner-caf {
		padding: unset!important;
	}
}

.dug-event {width:100%; margin-bottom: 24px;}
.dug-event:after {content: "";  display: table;  clear: both;}
.dug-event .feat_img_wrap {width:10%; margin-right: 5%;float: left;}
.dug-event .meta_wrap {width:85%; float: left;}

.dug-event h5 {color:#fff;transition: color 0.2s linear;-moz-transition: color 0.2s linear;-webkit-transition: color 0.2s linear;margin-bottom:0; font-size: 16px!important;line-height: 20px!important;}
.dug-event:hover h5 {color:#aab636;}
.widget .dug-event {font-size: 12px;line-height: 16px;}

.dug-event.post .feat_img_wrap {width:20%; margin-right: 5%;float: left;}
.dug-event.post .meta_wrap {width:75%; float: left;}

.toggle.open h3 a {
	color: #fff!important;
	background-color: #335c8a;
}

.toggle h3 a {
	background-color: #aab636;
	color: #fff;
}

.toggle h3 a i {
	color: #fff;
}

.toggle.open h3 a i {
	color: #fff;
}

.toggle h3 a:hover {
	background-color: #335c8a;
}

#call-to-action.fullblock, #call-to-action.fullblock {transition: background-color 0.4s linear;-moz-transition: background-color 0.4s linear;-webkit-transition: background-color 0.4s linear;}

#call-to-action.fullblock:hover, #call-to-action.fullblock:focus {background-color: #335c8a!important;transition: background-color 0.4s linear;-moz-transition: background-color 0.4s linear;-webkit-transition: background-color 0.4s linear;}


