/*
 Theme Name:   Craftsmanship Museum Divi Child Theme
 Theme URI:    http://echodell.net/
 Description:  Divi Child Theme for Carftsamanship Museum
 Author:       SD
 Author URI:   http://echodell.net
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divi-child
*/

/* yelp social */
.et-social-yelp a.icon::after { 
content: '\f1e9'; 
font-family: 'FontAwesome';
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

.title_description {
	padding-top: 1.5em;
}
.title h1 a {
	color: #fff !important;
	padding-top: 1.5em;
}
h4 {
	color: #c00 !important;
}
footer h4 {
	color: #fff !important;
}
h4.artisan, h4.exhibit {
	color: #339 !important;
}
.site-description {
	font-family: 'Merriweather',Georgia,"Times New Roman",serif;
	font-weight: bold;
	color: #fff;
	font-size: 110%;
}
.entry-title, .page-header {
	padding-bottom: .7em;
}

article.artisan {
	clear: both;
}
.artisan .entry-title {
	padding-bottom: .1em;
}
h1.artisan .entry-title {
	padding-bottom: .7em;
}
.extra_footer {
	clear: both;
	color: #c6c6c6;
	margin-bottom: 2em;
}
.nav-links {
	margin-bottom: 2em;
}
#medal {
	float: right;
}
.artisan-float-left {
	float: left;
	/*margin-right: 1em;*/
	margin-bottom: 1em;
}
.exhibit-float-left {
	float: left;
	/*margin-right: 1em;*/
	margin-bottom: 1em;
	max-height: 100px;
	max-width: 100px;
}
.artisan .exhibit-float-left {
	margin-right: 1em;
}
.artisan img.exhibit-float-left {
	border: 1px solid #999;
}
thead {
	background-color: #339;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
}
.artisan_column, .exhibit_column {
	float: left; 
	width: 50%;
	padding-right: 2em;
}
.artisan_column a img {
	margin-right: 1em;
}
.type-exhibit {
	overflow: auto;
}

.et_pb_post a img {
	float: left;
	margin-right: 0;
	margin-bottom: .8em;
}
.et_pb_post .entry-featured-image-url {
	margin-bottom: 0;
}
.et_pb_post {
	margin-bottom: 2em;
}
.et_pb_post .entry-content {
	padding-top: 0;
}

.alignleftclear {
	clear: both;
	float: left;
	width: 47.5%;
}

footer .title {
	padding-top: 1.5em;
}
#footer-widgets {
	padding-top: 0;
}
.date_meta {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 1em;
	border-top: 1px solid #808080;
	font-style: italic;
	clear: both;
}
hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #808080; /* old IE */
    background-color: #808080; /* Modern Browsers */
    margin-bottom: .3em;
}
p.exhibit_list {
	padding-bottom: 0;
}
.exhibit_list_type p:last-of-type {
	padding-top: 1em;
}
.entry-content p:last-of-type {
	padding-bottom: 1em;
}
#exhibitlist {
	margin-bottom: 2em;
}

.searchandfilter h4 {
	color: #339 !important;
	font-size: 22px
}
/* searchandfilter button */
.searchandfilter input[type=submit] {
	font-size: 20px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em !important;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	  border-top-color: currentcolor;
	  border-right-color: currentcolor;
	  border-bottom-color: currentcolor;
	  border-left-color: currentcolor;
	border-radius: 3px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all !important;
	transition-property: all !important;
	font-family: inherit;
	display: inline-block;
	margin: 1em 0 0 0;
	cursor: pointer;
	position: relative;
	color: #333399 !important;
	border-color: #333399;
}
.searchandfilter input[type=submit]:hover {
	background-color: rgba(0,0,0,.05);
}
.searchandfilter label {
	color: #339; /* #c00; */
	font-size: 13px;
}
.searchandfilter ul li li {
	padding: 0;
}
.clearboth {
	clear: both;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
	#left-area .exhibits {
   	 width: 100%;
   	 padding: 23px 0px 0px !important;
   	 float: none !important;
	    }
	#exhibitlist {
		float: right;
		width: 20.875%;
		margin-bottom: 2em;
	}
}


/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 

}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	.artisan_column, .exhibit_column {
		float: none; 
		width: 100%;
	}
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 	
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	.alignleft {
		 float: none;
	 }
	.alignleft img {
		width: 100%;
	}
	.alignleftclear {
		float: none;
		width: 100%;
	}
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 640px) {
	
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 	
}