/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.sketch {max-width: 60%; float: right; margin: 0 0 15px 15px;}


.note {font-size: 18px; line-height: 2em;}

a.btn-large a {font-size: 24px;}

.sold img {max-width: 30%;}

p {margin-bottom: 15px; font-size: 16px !important; line-height: 2em; }

.pad15 {padding: 0 5em;}

.pretitle {margin-top: 0; border-bottom: 1px solid blue; color: #353535; font-size: 23px;}


.dimensions {
	background-color: #f9f9f9; 
	border: 1px dotted silver; 
	padding: 10px; 
	margin-bottom: 30px;
	font-size: 18px;
	font-family: helvetica, arial, sans-serif;
	}
	
	
.silver {
	background-color: #f9f9f9; 
	border: 1px dotted silver; 
	padding: 40px 45px 50px 45px; 
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 2em;
	font-family: helvetica, arial, sans-serif;
	}



.inspiration {
	font-size: 60px; 
	letter-spacing: .2em; 
	line-height: 15px; 
	font-family: 'Dancing Script' !important;
	color: #868686;
	border-bottom: 1px dotted silver;
}
	
.tag4 {
	color: #b3b3b3;
	font-size: 18px;
	margin-top: 0px;
	letter-spacing: .6em;
	margin-bottom: 30px;
	padding-bottom: 20px;
	}

.inspire2 {
	font-size: 30px;  
	font-family: 'Dancing Script' !important;
	color: 000;
	
	line-height: 1.2em;
}

.inspire3 {
	font-size: 28px;  
	font-family: 'Dancing Script' !important;
	color: #919191;
	line-height: 1.2em;
	font-style: italic;
}

.inspire3 p {
	font-size: 28px;  
	font-family: 'Dancing Script' !important;
	color: #919191;
	line-height: 1.2em;
}


.inspire4 {
	font-size: 25px;  
	font-family: 'Dancing Script' !important;
	color: #444444;
	line-height: 1.1em;
			
}

@media (max-width: 575px) { 
	
	#logo, .logo-default {font-size: 8px !important;}
	
	.silver {
	padding: 20px 15px; 
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 2em;
	}
	
	.inspiration {
	font-size: 32px; 
	letter-spacing: .2em; 
	line-height: 15px; 
		}
	
	.tag4 {
	color: #b3b3b3;
	font-size: 18px;
	margin-top: 0px;
	letter-spacing: .6em;
	margin-bottom: 10px;
	padding-bottom: 10px;
		}
	
	.inspire2 {
		font-size: 20px;  
		line-height: 1.2em;
		}
	
	.inspire3 {
		font-size: 21px;  
		line-height: 1.2em;
		}
	
	.inspire3 p {
		font-size: 18px;  
		line-height: 1.2em;
		}
	
	
	.inspire4 {
		font-size: 15px;  
		line-height: 1.1em;			
		}
	

	
	

}

.hr {height: 4px;  background-color: silver; width: 100%; margin: 10px 0px 20px 0;}
.hr1 {height: 1px;  background-color: blue; width: 100%; margin: 10px 0px 20px 0;}
.hr2 {height: 5px;  background-color: #d8d8d8; width: 100%; margin: 0px 0px 50px 0;}


header.black {background-color: black;}
header.white {background-color: black;}
.whiteText  {color: white; text-shadow: 1px 1px 5px black}



.btn-stroke {background-color: white; border: 1px solid black; color: black;}