/*
Theme Name: Studio Simpatico
Theme URI: http://www.studiosimpati.co/
Description: This theme is a derivative of Super Hijinksified, custom coded for ProfGalloway.com
Author: Studio Simpatico
Author URI: http://www.studiosimpati.co/
Version: 1.0
*/

/***************************************************************************************************************************************************************************************/

/*HTML5 BOILERPLATE MINIFIED*/

/***************************************************************************************************************************************************************************************/

*{box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;}canvas{display:inline;}video{display:inline;}audio:not([controls]){display:none}[hidden]{display:none}html{color:#222;font-family:sans-serif;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button{-webkit-appearance:button;color:#222;cursor:pointer;font-family:sans-serif;font-size:100%;line-height:normal;margin:0;overflow:visible;vertical-align:middle}input{color:#222;font-family:sans-serif;font-size:100%;line-height:normal;margin:0;vertical-align:middle}select{color:#222;font-family:sans-serif;font-size:100%;margin:0;vertical-align:middle}textarea{color:#222;font-family:sans-serif;font-size:100%;margin:0;overflow:auto;resize:vertical;vertical-align:top}body{font-size:1em;line-height:1.4;margin:0}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{border:0;border-top:1px solid #ccc;display:block;height:1px;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{bottom:-.25em;font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{font-size:75%;line-height:0;position:relative;top:-.5em;vertical-align:baseline}ul{margin:1em 0;padding:0 0 0 40px}ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;padding:0;white-space:normal}input[type="button"]{-webkit-appearance:button;cursor:pointer;overflow:visible}input[type="reset"]{-webkit-appearance:button;cursor:pointer;overflow:visible}input[type="submit"]{-webkit-appearance:button;cursor:pointer;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;height:13px;padding:0;width:13px}input[type="radio"]{box-sizing:border-box;height:13px;padding:0;width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}

/***************************************************************************************************************************************************************************************/

/*BODY STYLES*/

/***************************************************************************************************************************************************************************************/

html {
    font-size: 100%;
	scroll-behavior: smooth;
}

body {
	background: white;
	color: black;
	font: 1rem 'Roboto', sans-serif;
}

.tablet,
.mobile,
.tablet-flex,
.mobile-flex {
	display: none!important;
}

.svg-inline--fa {
	display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
	vertical-align: -0.125em;
}

.svg-inline--fa path {
	fill: currentColor;
}

hr {
	border-style: inset;
}

a {
	text-decoration: none;
	transition: all .25s ease;
}

a:hover {
}

.btn {
	display: inline-block;
}

.btn:hover {

}

input[type=submit],
button {
	border-radius: 0;
	font-family: inherit;
	transition: all .25s ease;
}

blog-cover-image img,
svg,
iframe:not(#grnhse_iframe):not(.beehiiv-subscribe-form) {
	height: auto;
	max-width: 100%;
}

img {
	height: auto;
	max-width: 750px;
}

h1,
.heading-1,
h2,
.heading-2,
h3,
.heading-3,
h4,
.heading-4 {
	margin: 0;
}

h1,
.heading-1 {
	font-size: 2.5rem;
}

h2 {
	font-weight: lighter;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 1.4px;
}

h3,
.heading-3 {

}

h4,
.heading-4 {

}

p,
ul,
ol {
	color: rgb(76, 76, 76);
	/* font-family: Nunito; */
	font-family: Roboto;
	font-size: 1.15rem;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: normal;
}


header,
section,
footer,
article {
	width: 100%;
}

.accessibility {
	backface-visibility: hidden;
	left: -999999999px;
	position: absolute;
}


/***************************************************************************************************************************************************************************************/

/*HOME STYLES*/

/***************************************************************************************************************************************************************************************/

.page-top {
	background-color: #fff;
	box-shadow: 0px 9px 22px -22px #8c8c8c;
	-moz-box-shadow: 0px 9px 22px -22px #8c8c8c;
    -webkit-box-shadow: 0px 9px 22px -22px #8c8c8c;
	margin-bottom: 20px;
}

.page-top-fixed .page-top {
	position: fixed;
    width: 100%;
    z-index: 9999999999;
}

.page-top .logo {
	margin-bottom: 15px;
}

.sidebar-social-links .social-links {
	list-style: none;
	display: flex;
    justify-content: center;
	padding: 0 30px;
	max-width: 1450px;
}

.sidebar-social-links .social-links li {
	padding: 5px 6px;
}

.sidebar-social-links .social-links li a img {
	height: 21px;
}

.page-top .page-bottom-row {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 30px;
	margin: 10px auto 0px auto;
    max-width: 1450px;
}
.page-bottom-row-hp {
	margin-bottom: 20px !important;
}
.logo-container{
	padding-top: 18px;
}

.page-top .page-bottom-row .show-links {
	display: flex;
	align-items: center;
}

.page-template-default .page-top .page-bottom-row {
	margin: 10px auto 0 auto !important;
}
.page-template-default .page-top {
	margin-bottom:0px !important;
}

.show-links img {
	max-height: 60px; 
}

.page-top-button {
	color: white;
    border-radius: 4px;
	width: 110px;
	margin: 0;
	cursor: pointer;
}

.page-top-button h3 {
	padding: 17px 20px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.subscribe-button {
	background-color: #F5000B;
}

.search-button {
	background-color: #F5000B;
}

.listen-button,
.sponsor-button {
	background-color: #77838F;
}

.listen-now-button {
    background-color: #f5000b;
    margin: 0 10px;
    padding: 12px 20px;
    color: #fff;
    text-align: center;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.listen-now-button a{
	color: #fff;
}

.vertical-line {
	margin: 0px 20px;
    border-left: 1px solid #D5DAE2;
    height: 40px;
}

.blog-banner {
	background-color: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 0px 40px 0px;
}

.blog-banner .profg-face {
	border-radius: 50%;
	height: 12rem;
    margin-right: 15px;
}

.blog-banner .bio {
	max-width: 550px;
	margin: 20px;
}

.blog-banner .bio p {
	font-size: 17px;
    color: #77838F;
}

.blog-banner a {
	color:#1e2022;
	text-decoration: none;
}

.right-col .home-searchform {
	border: 1px solid #d5dae2;
	border-radius: 3px;
	padding: 0;
	justify-content: space-between;
}

.right-col form.form-styles .home-searchform-input {
	border: 0px;
}

.right-col form.form-styles .home-searchform-button {
	margin: 5px;
    padding: 5px 10px;
}

.wrapper {
	display: flex;
    position: relative;
    min-height: 550px;
    flex-direction: row;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 1450px;
}

.wrapper-single {
	display: flex;
    position: relative;
    min-height: 550px;
    flex-direction: row;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 1450px;
}

.right-col {
	/* align-self: flex-start;
	display: flex;
    flex: 0 1 auto; */
    height: 100vh;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 20px 40px;
    overflow: hidden;
    left: 0;
    position: sticky;
    top: 0;
    width: 42%;
    z-index: 99;
} 

.right-col .listen-now,
.single-bottom-box .listen-now
 {
	background-color: #F7FAFD;
}

.right-col .listen-now,
.single-bottom-box .listen-now,
.right-col .sponsored-ad {
	padding: 40px; 
	text-align: center;
}

.right-col .listen-now h3,
.single-bottom-box .listen-now h3,
.right-col .sponsored-ad h3 {
	text-align: center;
	font-size: 22px;
}

.right-col .listen-now p,
.single-bottom-box .listen-now p,
.right-col .sponsored-ad p {
	text-align: center;
	margin-bottom: 15px;
	color: #77838F;
}
.single-bottom-box{
	max-width:400px;
	margin: 5rem auto 5rem auto;
}

.mobile .sponsored-ad {
	text-align: center;
	box-shadow: rgb(0 0 0 / 10%) 0px 0px 20px 0px;
}

.mobile.single .sponsored-ad {
	text-align: center;
	box-shadow: none !important;
}

p.sponsored-by {
	font-style: italic;
}

.blog-content .left-col {
	flex: 1 0 auto;
    padding: 20px 0px 0px 30px;
    position: relative;
    width: 66%;
}

.blog-content .left-col h1 {
	font-size: 1.563rem;
	text-align: center;
}

.search-no-results .blog-content .left-col h1,
.search-results .blog-content .left-col h1 {
	margin: 10px 0 20px;
	text-align: left;
}

.author-data {
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
    padding: 20px 0px;
}


.author-data.home {
  position:relative;
}

ul.webby {
  list-style-type: none;
  margin-bottom: 150px;
}

ul.webby img {
  right: 25px;
  top: 35px;
  width: 110px;
  height: 110px;
  box-shadow: none;
  position: absolute;
  border-radius: 0px;
  background: none;
}

ul.webby-single {
  list-style-type: none;
  margin-top: 0;
  padding: 0;
  display: flex;
}
/* ul.webby-single {
  margin-bottom: 175px;
} */

ul.webby-single.audio-link {
  margin-bottom: 20px;
}

ul.webby-single li{
  flex: 0.5;
}

ul.webby-single li.audio {
  flex: 1;
}

ul.webby-single li p{
  margin:0;
}

ul.webby-single img {
  width: 110px;
  height: 110px;
  box-shadow: none;
  position: absolute;
  right: 25px;
  border-radius: 0px;
  background: none;
}

ul.webby-single li.audio {
  margin-top:20px;
}

audio {
  width: 100%;
  max-width:100%;
  height: 35px;
}

.audio-callout{
  font-weight:bold;
}

.audio-credit{
  color: #666666;
  font-size:smaller;
}

.single .author-data {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.author-data img {
	width: 55px;
    height: 55px;
    background: rgb(255, 255, 255);
    border-radius: 25px;
	margin-right: 15px;
}

.author-data .content {
	display: flex;
}

.author-data .share-post-links p, 
.blog-header .share-post-links.tablet p{
	margin: 3px 0 0 0;
	color: #77838F;
	font-size: .8em;
}

.single-blog-content
{
	padding-top: 130px;
}

.single-blog-content .author-title {
	font-size: 0.875rem;
	font-weight: bold;
	margin: 0 0 3px 0;
}

.container .date {
	/* font-family: Nunito; */
	color: #77838F;
	font-size: 0.875rem;
}

.author-title a {
	border-bottom: 0!important;
	color: #e32c19!important;
	font-weight: normal;
	font-size: .75rem;
	margin-left: 8px;
	text-decoration: none!important;
}

.author-bio {
	color: #999;
	font-size: 0.75rem;
	line-height: 1.2;
	margin: 0;
}

.share-post {
	padding: 0;
	margin: 0;
	display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex: 1 1 0%;
}

.share-post li {
	list-style: none;
	padding: 5px;
}

.share-post li a {
	display: block;
	height: 18px;
	width: 18px;
}

.twitter {
	background-image: url('svgs/twitter.svg');
}

.linkedin {
	background-image: url('svgs/linkedin.svg');
}

.facebook {
	background-image: url('svgs/facebook.svg');
}

.post-navigation {
	display: flex;
	justify-content: space-between;
	padding: 40px 0 80px;
	border-bottom: 1px solid #ccc;
	max-width: 750px;
	margin: 1rem auto 1rem auto;
}

.post-navigation span {
	display: block;
}

.post-navigation div:last-of-type {
	text-align: right;
}

.newsletter-callout {
	width: 280px;
    height: 103px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 20px 0px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 20px;
    margin: auto;
    flex-wrap: wrap;
}

.newsletter-privacy-link {
	margin-top: 50px;
}

.newsletter-privacy-link a {
	font-size: .8rem;
	color: #999;
	/* font-family: Nunito; */
}

.newsletter-privacy-link:hover{
	color: #999;
}

.newsletter-callout p {
	font-size: .875rem;
	line-height: 1.2;
	margin: 0;
}

.left-col .newsletter-callout {
    position: absolute;
    bottom: 80px;
    right: 0px;
    left: 0px;
    height:190px;
}

.newsletter-callout form {
	display: flex;
    flex-direction: row;
    flex: 1 1 0%;
    flex-wrap: wrap;
    padding: 16px 0 7px;
    border-bottom: 0.5px solid rgb(227, 44, 25);
}

.newsletter-callout ._error {
	width: 100%;
}

::placeholder {
	color: rgb(76, 76, 76);
	opacity: .54;
}

input.home-searchform-input::placeholder{
	color:black;
	opacity: 1;
}

.newsletter-callout input[type=email] {
	background-color: transparent;
    border-style: none;
    color: inherit;
    font-size: 1em;
    margin: 0;
	font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    flex: 1 0 auto;
    color: rgb(0, 0, 0);
}

.newsletter-callout input[type=email]::placeholder {
	color: #ccc;
	opacity: 1;
}

.newsletter-callout button {
	background-color: transparent;
    border-style: none;
    color: inherit;
    font-size: 1em;
    margin: 0;
	font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(227, 44, 25);
}


p.audio_link{
	margin-top: 10px;
	border-bottom: 0.5px solid #e32c19;
	padding-bottom: 10px;
}

a.audio_link{
	color:black;
  	border-bottom:0 !important;
}
img.audio_link{
	height:auto !important;
	float:right;
	width:16px;
}

.post {
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 20px 0px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
	position: relative;
}

.post img {
	max-height: 360px;
	max-width: 100%;
	width: auto;
	display: block;
	margin: auto;
	padding: 20px 20px 0 20px;
}

.post .date {
	position: absolute;
	top: 0;
	left: 0;
	background: #cbcbcb;
	color: white;
    padding: 10px;
    border-radius: 4px;
    margin: 15px 20px;
	font-size: 0.75rem;
}

.post .content {
	padding: 20px 40px 10px 40px;
}

.post h3 {
	color: #1E2022;
	margin-bottom: 15px;
	font-family: Roboto;
	font-size: 28px;
	font-weight: 900;
	line-height: 26px;
	letter-spacing: 0.6px;
	text-align: center;
}

.post p {
	text-align: center;
	color: #77838F;
}

.post .read-more-button {
	max-width: 140px;
    text-align: center;
    padding: 10px 20px;
    background: #f5000b;
    border-radius: 4px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}

.post .read {
	color: white;
	/* font-family: Nunito; */
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: center;
}

ul.alm-listing {
	margin: 0;
	padding: 0;
}

.searchform {
	display: flex;
}

.searchform input {
	margin-right: 10px;
	width: calc(100% - 70px);
}

.searchform button {
	width: 60px;
}

/***************************************************************************************************************************************************************************************/

/*SINGLE ARTICLE STYLES*/

/***************************************************************************************************************************************************************************************/


.container {
	clear: both;
	margin: 0 auto;
	padding: 50px 20px 0;
	width: 100%;
}

.single-blog-content .blog-cover-image, 
.single-blog-content .blog-cover-image img
{
	max-width: 900px;
    margin-left: auto;
    margin-right: auto;	
	/* max-height: 300px;
    object-fit: cover;
    object-position: center; */
}

.page-content .container,
.single-blog-content .blog-header {
	margin-right: auto;
	margin-left: auto;
	max-width: 750px;
}

.single-blog-content p, h3, h4, ul, ol, hr, blockquote {
	max-width: 750px;
	margin: 1rem auto 1rem auto;
}

#ajax-load-more ul{
	max-width: none !important;

}

.single-blog-content p:has(img) {
	max-width: 750px;
	margin: 0 auto 0 auto;
}

.single-blog-content figure:has(img) {
	max-width: 750px;
	margin: 0 auto 0 auto;
}


figure.wp-block-image {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
}

figure.wp-block-image > img {
    margin: auto;
}

.single-blog-content p:has(img[src="https://profgalloway.com/wp-content/uploads/nmnm_images/Scott-Signature-NMNM.png"]),
.single-blog-content p:has(img[src="https://profgstaging.wpengine.com/wp-content/uploads/nmnm_images/Scott-Signature-NMNM.png"]),
.single-blog-content p:has(img[src="https://profgalloway.wpengine.com/wp-content/uploads/nmnm_images/Scott-Signature-NMNM.png"]) {
	max-width: 750px;
	margin: 1rem auto 1rem auto;
}

.single-blog-content h4{
	font-size: 28px;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.container h1 {
	padding: 20px 0 60px;
	/* font-family: Nunito; */
	font-size: 38px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 1.42px; 
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

img[src="https://profgalloway.com/wp-content/uploads/nmnm_images/Scott-Signature-NMNM.png"],
img[src="https://profgstaging.wpengine.com/wp-content/uploads/nmnm_images/Scott-Signature-NMNM.png"],
img[src="https://profgalloway.wpengine.com/wp-content/uploads/nmnm_images/Scott-Signature-NMNM.png"] {
	max-width: 80px;
}

.alignnone {
    display: block;
    margin: 0 0 20px;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
	font-size: .875rem;
	margin-top: 2px;
}

.page-content .container p a,
.single-blog-content p a,
.single-blog-content .blog-content li a,
.post-navigation a {
	border-bottom: 2px solid rgb(0, 0, 0);
	color: rgb(76, 76, 76);
	text-decoration: none;
}

.single-blog-content blockquote p {
	margin: 0;
}

.single-blog-content blockquote cite {
	color: rgb(76, 76, 76);
}

.article-newsletter {
	width: 280px;
    height: 103px;
    position: fixed;
    right: 70px;
    top: 291px;
    left: unset;
}

.article-newsletter.fixed {
	background-color: white;
	border-top: 2px solid rgb(227, 44, 25);
	box-shadow: rgb(0 0 0 / 10%) 0px 0px 20px 0px;
	display: block!important;
	height: auto;
	margin-top: 0!important;
	position: fixed!important;
	top: 0;
	left: 0;
	right: auto;
	width: 100%;
	z-index: 2;
}

.article-newsletter.fixed.hide {
	display: none!important;
}

.article-newsletter.fixed .newsletter-callout {
	align-items: center;
	background-color: transparent;
	box-shadow: none;
	display: flex;
	height: auto;
	width: 100%;
	padding: 12px 20px;
	max-width: 640px;
	justify-content: space-between;
}

.article-newsletter button.close {
	display: none;
	background: none;
	border: 0;
	position: absolute;
	right: 15px;
	top: 15px;
}

.article-newsletter.fixed button.close {
	display: block;
}

.article-newsletter.fixed .newsletter-callout form {
	height: 30px;
	max-width: 250px;
	padding: 0;
}

.article-newsletter p.audio_link{
	margin-top: 6px;
	border-bottom: 0.5px solid #e32c19;
	padding-bottom: 3px;
}
.article-newsletter img.audio_link{
	padding-left: 10px;
	padding-bottom: 2px;
  height:20px !important;
  width:21px; /*this makes no sense*/
}

/* Comments */

#respond {
	max-width: 750px;
	margin: 1rem auto 1rem auto;
}

.comments-button {
	background: #FFEFF0;
	border-radius: 16px;
	color: #F14B59;
	max-width: 120px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 18px;
	cursor: pointers;
}

.comments-heading {
	text-align: center;
	margin: 20px;
	font-size: 2rem;
}

ol.commentlist {
	color: black;
	margin: 40px 0 0 0;
	padding: 0;
	max-width: 750px;
	margin: 1rem auto 1rem auto;
}

ol.commentlist li.comment {
	list-style: none;
	margin: 10px 0 20px;
	min-height: 70px;
}

ol.commentlist ul.children {
	padding-left: 63px;
}

.comment-field textarea {
	margin: 0;
	width: 100%;
}

.comment-header {
	/* font-family: Nunito; */
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.8px;
	margin: 30px 0;
}

.comment-label label, .comment-field label {
	/* font-family: Nunito; */
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.45px;
	text-transform: uppercase;
	padding: 8px 0px;
}

.comment-input {
	margin-bottom: 10px;
}

.comment-input input {
	width: 100%;
}

.textarea-button-wrapper .btn {
	background-color: #f5000b;
	color: #fff;
    border-radius: 4px;
    margin: 30px auto 60px auto;
}

.comment-author {
	font-size: 0.875rem;
}

.comment-author img {
	left: 0;
	position: absolute;
	margin-right: 20px;
	width: 44px;
	border-radius: 50%;
}

.comment-body {
	padding-left: 64px;
	position: relative;
}

.comment-meta {
	width: 100%;
}

.comment-author .says {
	display: none;
}

.comment-author cite {
	font-style: normal;
}

.comment-meta a {
	color:#77838F;
	font-size: 0.875rem;
}

.comment-meta a.comment-edit-link {
	padding-left: 0;
}

.comment-body {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #eee; 
	padding-bottom: 20px;
}

.parent > .comment-body {
	border-bottom: 0px; 
  }

.comment-body > p {
	color: #77838F;
	font-size: 0.75rem;
	margin: 10px 0 0 0;
	width: 100%;
}

.comment-body .reply {
	background: #F4F8FB;
    margin-left: auto;
    padding: 0px 18px;
    border-radius: 8px;
}

#cancel-comment-reply-link,
.comment-body .reply a {
	color: rgb(76, 76, 76);
	font-size: .75rem;
}

.newsletter-page-bottom {
	background-color: #F7FAFD;
	padding: 80px 0px 60px 0px;
	text-align: center;
}

.newsletter-page-bottom h2 {
	font-size: 2rem;
}

.newsletter-page-bottom p {
	color: #77838F;
	margin-bottom: 30px
}

.newsletter-page-bottom input {
	background: white;
	/* font-family: Nunito; */
    padding: 8px;
    border: 0;
    border-radius: 4px;
}

.newsletter-page-bottom button {
	background-color: #f5000b;
    color: #fff;
	border: none;
    border-radius: 4px;
	padding: 8px;
	/* font-family: Nunito; */
    font-size: .8rem;
    font-weight: 400;
} 

footer {
	padding: 50px 0;
	text-align: center;
	background-color: white;
}

footer p {
    color: #999;
    font-size: .75rem;
    border-top: 1px solid #eee;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
	/* font-family: Nunito; */
}

footer img {
	display: none;
}

/***************************************************************************************************************************************************************************************/


/*FORMS*/

form.form-styles input[type=text],
form.form-styles input[type=email],
form.form-styles textarea {
	border: 1px solid #D5DAE2;
	border-radius: 2px;
	/* font-family: Nunito; */
	font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    padding: 10px 20px;
}

form.form-styles textarea {
	height: 84px;
	max-width: 100%;
}

.textarea-button-wrapper {
	position: relative;
}

form.form-styles .columns {
	margin-top: 30px;
}

form.form-styles .columns .column {
	margin-bottom: 10px;
	width: calc((100% - 30px) / 2);
}

form.form-styles .columns .column input {
	width: 100%;
}

form.form-styles .columns .column:first-of-type {
	margin-right: 30px;
}

.gform_button {
	border:1px solid #ff0;
}

form.form-styles button,
.search-posts.mobile button,
form.form-styles input[type=submit]
{
	/* font-family: Nunito, sans-serif; */
	font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    background-color: #f5000b;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    outline: 0px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    user-select: none;
    width: auto;
    color: rgb(255, 255, 255);
}

input.gform_button.button,
input#gform_submit_button_1.gform_button.button
{
    background-color: #f5000b !important;
}
/*404 PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.error404 {
	text-align: center;
}

.error404 article {
	margin: 40px;
	width: calc(100% - 80px);
}

.error404 img {
	width: 100%;
}

.error404 h1,
.error404 p {
	font-size: 1.5625rem;
	font-weight: bold;
}

.error404 p {
	margin-top: 40px;
}

.error404 p a {
	color: black;
	text-decoration: underline;
}


/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1350*/

/***************************************************************************************************************************************************************************************/
/*
@media only screen and (max-width: 84.375rem) {

	.container:not(.ac-fixed) {
		margin-left: 18vw;
	}

}

*/
/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1199*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 85rem) {

	.desktop {
		display: none!important;
	}

	.tablet,
	.desktop-tablet {
		display: block!important;
	}
	.tablet-flex,
	.desktop-tablet-flex {
		display: flex!important;
	}
	.not-tablet{
		display: none!important;
	}
	.tablet-inline-block{
		display: inline-block!important;
	}
	.blog-header .share-post-links.tablet{
		text-align:right;
	}

	.tablet-flex-box{
 		display: flex;
	}
	.tablet-flex-1{
		flex: 1;
	}

	.tablet-order-1{
		order: 1;
	}
	.tablet-order-2{
		order: 2;
	}

	/* Home */

	.wrapper {
		display: block;
	}

	.blog-banner {
		padding: 0 10px 0 10px;
	}

	.blog-content .left-col {
		height: auto;
		margin: 0 auto;
		padding: 40px 10px;
		position: relative;
		width: 100%;
	}


	.blog-content .left-col img {
		height: auto;
	}

	.left-col .newsletter-callout {
		bottom: 60px;
		left: auto;
		right: 60px;
	}

	.right-col {
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.single .article-newsletter {
		margin-top: 30px;
		position: static;
		width: 100%;
	}

	.container:not(.ac-fixed),
	.container {
		padding: 20px;
	}

	.article-newsletter.fixed .newsletter-callout {
		padding-right: 60px;
	}

	.article-newsletter.fixed .newsletter-callout p.audio_link {
    	display:none;
  	}

	.comments-heading {
		margin-top: 0;
	}

	.textarea-button-wrapper .btn {
		margin: 10px 0px;
	}

	.newsletter-page-bottom {
		padding: 30px 10px;
	}

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 576*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 36rem) {

	.mobile {
		display: block!important;
	}
	.mobile-flex {
		display: flex!important;
	}
	.desktop-tablet,
	.desktop-tablet-flex,
	.tablet,
	.tablet-flex,
	.tablet-flex-box {
		display: none!important;
	}
	.not-tablet{
		display: block!important;
	}
	.page-top {
		margin-bottom: 0;
	}

	.page-top .page-top-row {
		display: flex;
	}

	.page-top .search-posts {
		padding: 6px 20px;
		margin: 20px auto 0px auto;
	}

	.page-top .search-posts .searchform {
		margin: 0;
		max-height: 30px;
	}

	.page-top .search-posts .searchform .home-searchform-input{
		margin: 0;
		padding: 5px;
	}

	.page-top .search-posts .searchform .search-button {
		padding: 8px;
	}

	.page-top .search-posts .searchform .search-button img {
		height: 90%;
	}

	.page-top .page-bottom-row {
		padding: 0px 20px 0px 20px;
		margin-top:10px;
		margin-bottom:10px;
	}

	.page-top .page-bottom-row .show-links {
		padding-top:30px;
	}

	.logo-container{
		padding-top: 0;
	}
	.page-top .social-links {
		padding: 0px 20px 0px 10px;
	}

	.page-top .logo {
		margin: 0px;
	}

	.blog-banner {
		display: block;
		align-items: flex-start; /* ?? */
		
		padding: 0 20px;
	}

	.blog-banner .profg-face {
		height: 4rem;
	}

	.blog-banner .bio {
		margin: 0
	}

	.blog-banner .bio h2 {
		font-size: 16px;
		line-height: 16px;	
	}

	.blog-banner .bio p {
		font-size: 12px;
		line-height: 16px;
	}

	.blog-banner .vertical-line {
		height: 60px;
		margin: 0px 15px; 
	}

	.blog-banner .webby-logo {
		height: 4rem;
	}

	.wrapper {
		width: 100%;
	}

	/* Home */

	.blog-content .left-col {
		padding: 20px;
	}

	.blog-content .left-col .newsletter-callout {
		display: none;
	}

	.post {
		flex-wrap: wrap;
		height: auto;
	}

	.post img {
		width: 100%;
	}

	.post h2 {
		font-size: 1rem;
	}

	.post .content {
		padding: 20px;
	}

	.blog-content .left-col h1 {
		font-size: 1rem;
	}

	.blog-content .left-col {
		padding: 0 20px 20px 20px;
	}

	.share-post-links {
		margin-left: auto;
	}

	.single .author-data {
		flex-wrap: wrap;
	}

	.author-data {
		flex-wrap: wrap;
	}

	ul.webby img {
		right: 25px;
		top: 180px;
	}

	.home .author-data .content {
		width: calc(100% - 100px);
	}

	.home .share-post {
		justify-content: flex-start;
		margin-top: 20px;
		width: 100%;
	}

	.newsletter-callout {
		margin-bottom: 40px;
		position: static;
		width: 100%;
        height: 190px;
	}

	.date {
		display: block;
		margin-bottom: 4px;
	}

	.post h2 {
		margin-bottom: 8px;
	}

	/* Single */

	.article-newsletter.fixed .newsletter-callout p.newsletter_headline {
		max-width: 120px;
	}

	.article-newsletter.fixed button.close {
		top: 25px;
		right: 10px;
	}

	.article-newsletter.fixed button.close img {
		width: 14px;
	}

	.article-newsletter.fixed .newsletter-callout {
		align-items: flex-end;
		padding: 12px 60px 12px 20px;
		margin-bottom: 0;
	}

	/* 404 */

	.error404 h1,
	.error404 p {
		font-size: 1rem;
	}

	img,
	blog-cover-image img,
	.single-blog-content .blog-cover-image, 
	.single-blog-content .blog-cover-image img {
		max-width:100%;
	}


}


/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 420*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 26.25rem) {

	.article-newsletter.fixed .newsletter-callout p.newsletter_headline {
		max-width: 90px;
	}

}
