/* size top logo */
.site-logo {
	width: 250px;
	margin: 0 auto;
}

/* change banner color */
.site-header {
	background: #01b6ed;
	

}

/* Subscribe button */
#menu-item-101 {
	background-color: #0069b4;
	color: white;
	border: solid 2px #0069b4;
	border-radius: 300px;
}
#menu-item-101 a {
	padding: 8px 20px;
	color: white;
	font-weight: 700;
}
#menu-item-101 a:hover {
	color: #0069b4;
	background: white;
	border-radius: 300px;
}

/* Pullquote on Home page */

.quote {
	width: 290px;
	display: block;
}
blockquote{
	margin: 0;
	padding: 0 0 1.5em 0;	
	/*v Font formatting v*/
  font-family: Georgia, serif;
  font-size: 1em;
  color: #666;
  font-family: 'Raleway', sans-serif;
}
blockquote:before {
	display: none;
}

.hline{
  border-top: 4px solid #2C2559;
  content: "";
  z-index: 1;
  text-align:center;
  height:0;
}

.hline.top::after, .hline.bottom::after{
  /*pullquote color+formatting*/
  font-family: arial;
  font-size: 10em;
  font-weight: bold;
  text-shadow: -8px -8px 0 #fff, 8px -8px 0 #fff, -8px 8px 0 #fff, 8px 8px 0 #fff;
  color: #01b6ed;
  position:relative;
	font-style: normal;
}

.hline.top::after{
  content: "\201C"; /*Unicode for Left Double Quote*/
  /*Positioning*/
  top:-0.54em;
}

.hline.bottom::after{
  content: "\201D"; /*Unicode for Right Double Quote*/  
  /*Positioning*/
  top:-0.32em;
}


  /*Main quote copy*/
.mainquote {
  position:relative;
  z-index:99; 
/*  padding: 1em; */
  margin: 1.5em 0 .25em 0;
  line-height: 1.4;
  text-align: center;
	font-size: 16px;
	font-style: normal;
}

  /*Quote byline*/
blockquote cite{
  position:relative;
	color: #666;
/*   padding:1em; */
  margin: 0 0 1.5em 0;
  display:block;
  font-family: Georgia, serif; 
  text-transform:uppercase;
  text-align:right;
	font-size: 8px;
}


/* signup form on homepage */
.signup-form {
	border: 5px solid #01b6ed;
	padding: 20px 20px 5px 20px;
	text-align: center;
	width: 290px;
	font-size: 20px;
}
.signup-line1 {
	font-size: 24px;
	margin: 0;
}
#MethodsNewsletter {
	font-family: 'Raleway';
	text-transform: uppercase;
	font-weight: 700;
}
hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
	margin: 10px auto;
}
.signup-line2 {
	font-size: 16px;
	margin-bottom: 0px;
}
/*.signup-form input[type=text] {
	width: 200px !important;
	font-size: 16px;
}
.signup-form input[type=email] {
	width: 200px !important;
	font-size: 16px;
}
*/

#wpcf7-f124-o1 {
	border: none;
	background: white;
	width: 250px;
	margin-top: 20px;
}
#wpcf7-f124-o1 input[type=text] {
	width: 200px !important;
	font-size: 16px;
}
#wpcf7-f124-o1 input[type=email] {
	width: 200px !important;
	font-size: 16px;
}

/* contact form 7 */
div.wpcf7 {
	/* border: 5px solid #01b6ed;
	width: 100%;
	float: none;*/
	margin-top: 40px;
	font-family: Lora, serif;
	font-style: italic;
}
/*
.wpcf7-form {
			margin: 25px;
}
.cf7-container {
	
} */

.cf7-container-inner {
	width: 100%; 
	float: left;
	-webkit-appearance: none;
	}

.cf7-container {
	margin: 20px auto;
	}

.cf7-container-inner  select {
	height: 40px !important;
}


.wpcf7 input[type=submit] {
	background-color: #01b6ed;
	color: white;
	font-weight: bold;
	border: 2px solid #01b6ed;
}

.wpcf7 input[type=submit]:hover {
	color: #01b6ed;
	background: white;
}

.wpcf7 input[type=tel] {
	height: 40px;
  border-radius: 3px;
	margin-bottom: 13px;
	padding: 8px 10px;
}

/* 
div.wpcf7 input[type="text"],
input[type="email"] {
 	width: 90%;
	border: .5px solid black;
}
.contact-form { */
/* 	margin: 40px 0; */
/* } */

 div.wpcf7  input[type="email"], input[type="text"], input[type="tel"], select  {
   width: 98% !important;/*
    margin: 0 auto; */
border: .5px solid black;
}

.cf7-container-inner-wide, textarea {
	width: 100% ;
	clear: both;
}

.cf7-container-inner-wide textarea {
		width: 99% !important;
	border: .5px solid black;

}



.contact-form label {
	font-weight: 400;
}

/* make subscribe checkbox label same font color */
.contact-form label span {
	color: #3d3d3d;;
} 



/* TEST OTHER FOCUS STYLE 
div.wpcf7 input[type="text"]:focus,
div.wpcf7 input[type="email"]:focus,
textarea:focus {
     border-color: #01b6ed;
}
*/

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="select"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus,
.wpcf7-select:focus{
border-color: rgba(82, 168, 236, 0.8);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
outline: 0px none;
}

/*END OF NEW FOCUS STYLE */

div.wpcf7-mail-sent-ok {
    border: 2px solid #01b6ed;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #01b6ed;
}

/* center social icons */
#jetpack_widget_social_icons-3 {
	width: 290px;
	text-align: center;
}






/* Share Your Story ad */
.sys-ad {
	padding: 30px 10px;
	background-color: #01b6ed;
	width: 290px;
}
.sys-ad-content {
	width: 80%;
	border: 2px solid white;
	text-align: center;
	padding: 30px 10px;
	margin: 0 auto;
}
.sys-ad-title {
	font-size: 1em;
	color: #0069b4;
	font-weight: 700;
	text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.sys-ad-line1 {
	font-size: 2.2em;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 21px 0;
  font-family: 'Montserrat', sans-serif;

}
.sys-ad-line2 {
	font-size: 1em;
	color: #0069b4;
	font-weight: 700;
	text-transform: uppercase;
 font-family: 'Montserrat', sans-serif; 
}
#sys-link {
	text-decoration: underline;
}

/* Interact grid */
.interact-4-items {
	width: 80%;
/* 	box-sizing: border-box; */
	margin: 0 auto 25.5px;
}
.interact-grid-text {
	font-size: 14px;
	font-weight: bold;
	color: black;
}
.interact-links {
	text-transform: uppercase;
	font-size: 16px;
}

/* make About Us photo round */
.rounded-image { 
 	border-radius: 50%;
}

/* Podcast description to right of image */
iframe {
	float: left;
	margin: 0 20px 0 0;
}

/* change page title on episodes page */
.category-episodes .page-title 	{display: none;
}
.category-episodes .page-header::after {	
	content: "Episodes";
	font-family: 'Lora', serif;
	line-height: 1.2;
	font-size: 35px;
	font-size: 3.5rem;
	color: #020202;
}
.page-header {
	text-align: left;
}

/* table of episodes */
table {
    border: none;
		table-layout: fixed;
		margin: 0 auto;
}
th {
	text-align: left;
}
th, td {
    padding: 5px 15px;
		border-bottom: 1px solid #ddd;
}
td {
	font-size: 14px;
}
tr:hover {background-color: #f5f5f5;}

.name-col {
	width: 75%;
}


img {
  display: inline-block;
  vertical-align: middle;
	margin: 0 20px 0 0; 
}

/* hide theme credit in footer */
.credits-designer {
	display: none;
}



@media (min-width: 1000px) {
		.cf7-container-inner {
	width: 50% !important;
	}
}
@media screen and (max-width: 599px) and (min-width: 360px)
{
	.cf7-container-inner {
	width: 100%;
	}
}

/* size episodes page title for mobile */

@media screen and (max-width: 359px) { 
.category-episodes .page-header::after {
	font-size: 24px;
  font-size: 2.4rem;
		}
}
@media screen and (max-width: 359px) { 
.cf7-container-inner {
	width: 100%;
	
	}
}
@media screen and (max-width: 359px) { 
.cf7-container-inner {
	width: 100%;
	}
}
@media screen and (max-width: 359px) { 
img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	}
}

/* About Us image */
@media screen and (max-width: 736px) {.rounded-image {	
	-webkit-appearance: none; 
	width: 40%;
	margin: 1em 0 0 1em;
	}
}

/* episodes table */
@media screen and (max-width: 736px) {
  table {
    border: 0;
  }
	
 th {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
 tr {
    border-bottom: 1px solid black;
    display: block;
    margin-bottom: .625em;
  }
  
 td {
/*  	border-bottom: 1px solid black;  */
	 	border-bottom: 0;
    display: block;
    font-size: .8em;
    text-align: left;
  }
  
/* td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
 */ 
 td:last-child {
    border-bottom: 0;
  }
}
