/*
You can add your own CSS here.



Click the help icon above to learn more.
*/

.kad-youtube-shortcode.videofit {
    margin-right: auto;
    margin-left: auto;
}

.wp-block-embed-youtube {
	margin:0 auto;
}

h3{
	text-align: center
}

/*-----Format Print Friendly-----*/
/*.printfriendly {
	border: 2px solid red;
	background-color: #E6EBF0;
	padding: 5px 15px;
	border-radius: 25px;
	box-shadow: 10px 10px 5px #888888;
}*/

/*-----End Print Friendly-----*/
/*-----Format Powerpress Player-----*/

figcaption {
    text-align: center;
}

H3 { text-align: center }

.powerpress_player {
	margin-top: 15px;
	width: 350px;
	border: 1px solid red;
	border-radius: 15px 15px 0 0;
	padding: 10px 0 10px 15px;
	box-shadow: 10px 10px 5px #888888;
	background-color: #E6EBF0;
	height:50px;
}

.powerpress_links {
	font-size: 125%;
	width: 350px;
	border-radius: 0 0 15px 15px;
	padding: 10px 0 10px 15px;
	border: 1px solid red;
	box-shadow: 10px 10px 5px #888888;
	background-color: #E6EBF0;
}
.powerpress_player .wp-audio-shortcode{
	top:5px;
}

/*-----End Powerpress Player-----*/
/*-----format social icons-----*/
.wp-image-1877 {
	margin-right: 17px;
	margin-bottom: 10px;
}

.wp-image-1878 {
	margin-bottom: 10px;
}

.wp-image-1879 {
	margin-right: 17px;
	margin-bottom: 10px;
}

/*-----End Social icons-----*/
.sharedaddy {
	border-top: 2px solid black;
}

/*----Begin Black Border----*/
.post_box, .teasers_box {
    border-width: 0.0em 0 0 0;
    border-color: black;
    border-bottom-color: black;
    border-bottom-width: 2px;
    border-style: solid;
}
/*----End Black Border----*/

/*-----Begin Text Widget-----*/
#text-20 {
	border: 2px solid red;
	padding: 15px 0 0 15px;
	border-radius: 15px;
	width: 300px;
	margin: 0 auto;
	margin-bottom: 25px;
	color: black !important;
}

.text-20 h3 {
	font-weight: bold;
}

#text-16 {
	border: 2px solid red;
	padding: 15px 15px 0;
	border-radius: 15px;
	width: 300px;
	margin: 0 auto;
	margin-bottom: 15px;
	color: black !important;
	box-shadow: 10px 10px 5px #888888;
	background-color: #E6EBF0;
}

#text-16 h3 {
	color: red !important;
	font-weight: bold;
}

#container h3 {
	text-align: center;
	font-size: 125% !important;
	font-weight: bold;
	text-transform: none !important;
	font-variant: normal;
	color: black !important;
}

.tagcloud {
	padding: 15px;
}

/*-----End Text Widget-----*/
/*-------Begin Body Format-----*/
body {
/*background-color: blue;*/
	background-image: url(https://healthquestpodcast.com/wp-content/uploads/2017/05/HQPC_Background_Image.jpg);
}

#container {
	border: 3px solid green;
}

/*-----End Body Format-----*/
/*------Begin Media Queries----------
#container {
	border: 10px solid red;
}

@media (max-width: 40em ) {
	#container {
		border: 10px solid blue;
	}
}

@media (min-width: 40em) and (max-width: 50em ) {
	#container {
		border: 10px solid green;
	}
}

-------End Media Queries-------*/