/*
Theme Name: SiteOrigin Unwind Child
Author: SiteOrigin
Description: Unwind Child is a customiser for Unwind
Version: 1.0.0
Template:	siteorigin-unwind
Text Domain: siteorigin-unwind-child
*/



/*
blue  007dc5  0,125,197
:root {
	--wn-blue: rgb(0,125,197);
	--wn-blue-tint: rgb(0,125,197,0.1);
	--wn-red: rgb(203,0,0);
	--wn-red-tint: rgba(203,0,0,0.1);
}

.bd { border:1px dotted #aa0000;}



body {
}


h1,h2,h3,h4,h5,h6	{ 
	color: var(--wn-blue) !important; 
}




*/


/* hide menu top bar */

.top-bar {
	display:none;
}




/* PODCAST CTA WIDGET */
.cta-index-podcast {
	margin:24px 0 80px 0;
}
.cta-index-podcast h2 {
	font-size:1.8rem;
	margin:12px 0 0 0;
}
.feature-links {
	padding:24px 12px 12px 12px;
	border:1px solid #999999;
	background:#eeeeee;
}
.feature-links .sow-icon-container {
	color:#B2413C !important;
}
















/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
 
RESPONSIVE ELEMENTS
 
 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
 */



/* LARGE */
@media (min-width: 1200px) {

}




/** MEDIUM */
@media (min-width: 992px) and (max-width: 1199px) 
{


}

/* SMALL */
@media (min-width: 768px) and (max-width: 991px) 
{


}

/* X SMALL */
@media (max-width: 767px) 
{


}








