/*
Theme Name: MacMost Theme 3.0
Author: CleverMedia, Inc.
*/

/***** BASICS AND ADDRESS BROWSER DIFFERENCES *****/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background-image: repeating-linear-gradient(#F8F8F8, #F4F4F4 3px);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	color: #3C4354;
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
}

#inner-content, #inner-header {
	max-width: 1200px;
}

/* Typography */
b, strong, .strong {
	font-weight: bold;
}

dfn, em, .em {
	font-style: italic;
}

pre {
	margin: 0;
	white-space: pre-wrap;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}

small, .small {
	font-size: 75%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

ol,ul {
	padding: 0;
	list-style-type: none;
}

nav ul,nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	border-style: none;
}

figure {
	margin: 0;
}

fieldset {
	padding: 0.35em 0.625em 0.75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

button,input,select,textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,input {
	line-height: normal;
}

button,select {
	text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clearfix, .cf, .comment-respond {
	zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
	content: "";
	display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
	clear: both;
}



/***** GENERAL STYLES *****/

.wrap {
	width: calc(100% - 2em);
	margin: 0 auto;
}

/* Links */
a, a:visited {
	color: #993333;
	 text-decoration: none;
}

a:hover, a:focus, a:visited:hover, a:visited:focus {
		color: #993333;
		text-decoration: underline;
}

a:link, a:visited:link {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* H1, H2, H3, H4, H5 Styles **/
h1, h2 {
	display: inline;
	text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	text-rendering: optimizelegibility;
	font-weight: 500;
}

h2, .h2 {
	margin: 0;
	padding: 0;
}

h3, .h3 {
	font-size: 1.125em; }

h4, .h4 {
	font-size: 1.1em;
	font-weight: 700; }

h5, .h5 {
	font-size: 0.846em;
	line-height: 2.09em;
	text-transform: uppercase;
	letter-spacing: 2px; }

.single-title {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
}

.homeh1 {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}

/* Site Header */
.header {
	background-image: repeating-linear-gradient(#181818, #202020 3px);
}

#inner-header {
	background-image: radial-gradient(rgba(128,128,128,.15), rgba(0,0,0,0),rgba(0,0,0,0));
}

#logo {
	margin: 0;
}

#site-banner {
	float: left;
	width: 100%;
}

#site-logo {
	float: left;
	padding: .5em 1em 0 1em;
}

#header-right {
	float: right;
	margin: 1em 1em 0 0;
	clear: right;
	width: 360px;
}

#site-description {
	color: #f8f8f8;
	font-weight: bold;
	font-size: 1em;
	text-align: right;
}

@media (max-width: 767px) {
	#header-right {
		width: 100%;
		margin:0;
	}
	#site-description {
		text-align: center
	}
	#site-logo {
		width: 100%;
		text-align: center;
	}
	#site-logo img {
		width: 240px;
		height: 72px;
	}
}

/* Navigation */
.nav {
	margin: 0;
	clear: both;
	margin-bottom: 1em;
}

ul.nav {
	justify-content: space-between;
	display: flex;
}

.nav li {
	text-align: center;
	line-height: 1.1em;
	padding: 0 .5em;
}

@media (max-width: 767px) {
	ul.nav { display: block; }
	.nav li { line-height: 1.5em; }	
}

.nav li a {
	display: block;
	color: #f8f8f8;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

#navbarsearch {
	margin: 1em 0 0 0;
	height: 42px;
	text-align: right;
}

#searchsubmit {
	margin-left: .5em;
}

@media (max-width: 767px) {
	#navbarsearch {
		text-align: center;
	}
}

#navbarsearch #sbi {
	height: 16px;
	width: 280px;
}




/* Content */
#content {
	margin-top: 0em;
}

#inner-content {
	background-color: #fff;
}

#main {
	margin-top: 1em;
}

.hentry, .hpage {
	background-color: white;
	margin-bottom: 1.5em;
}

.hentry header, .hpage header {
		padding: 0; }
	.hentry footer {
		height: 0em;
}
.hentry footer p, .hpage footer p {
			margin: 0;
}

.post-date {
	line-height: 1.0em; text-align: right;
}
.post-author {
	font-style: italic; font-size: .8em;
}
.byline {
	color: #9fa6b4;
	font-style: italic;
	margin: 0;
}

.author-section {
	padding: .5em 1.5em 0 1.5em; margin: 5px 0 10px 0; font-size: .8em;
}

/* entry content */
.entry-content {
	padding: .5em 0 0 0;
}

.entry-content p {
	margin: 0 0 .75em;
}

.entry-content table {
	width: 100%;
	border: 1px solid #eaedf2;
	margin-bottom: 1.5em;
}

.entry-content table caption {
	margin: 0 0 7px;
font-size: 0.75em;
	color: #9fa6b4;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.entry-content tr {
	border-bottom: 1px solid #eaedf2;
}

.entry-content tr:nth-child(even) {
	background-color: #f8f9fa;
}

.entry-content td {
	padding: 7px;
	border-right: 1px solid #eaedf2;
}

.entry-content td:last-child {
	border-right: 0;
}

.entry-content th {
	background-color: #f8f9fa;
	border-bottom: 1px solid #eaedf2;
	border-right: 1px solid #eaedf2;
}

.entry-content th:last-child {
	border-right: 0;
}

.entry-content blockquote {
	margin: 0 0 1.5em 0.75em;
	padding: 0 0 0 0.75em;
	border-left: 3px solid #2980b9;
	font-style: italic;
	color: #9fa6b4;
}

.entry-content dd {
	margin-left: 0;
	font-size: 0.9em;
	color: #787878;
	margin-bottom: 1.5em;
}

/*
.entry-content img {
	margin: 0 1em 1.5em 1em;
	max-width: 100%;
	height: auto;
}
*/

.entry-content .size-auto, .entry-content .size-full, .entry-content .size-large, .entry-content .size-medium, .entry-content .size-thumbnail {
	max-width: 100%;
	height: auto;
}

.entry-content pre {
	background: #323944;
	color: #f8f9fa;
	font-size: 0.9em;
	padding: 1.5em;
	margin: 0 0 1.5em;
	border-radius: 3px;
}

.wp-caption {
	max-width: 100%;
	background: #eee;
	padding: 5px;
}

.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}

.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	margin: 4px 0 7px;
	text-align: center;
}

.tags {
	margin: 0;
}

/* For pagination at bottom */
.page-numbers {
	margin: 0 1em;
}

.screen-reader-text {
	display: none;
}

.navigation {
	width: 100%;
	text-align: center;
}

.nav-links {
	border-top: 2px solid #C8C8C8;
	padding: .5em 0 0 0;
}

/* COMMENT STYLES */
#comments-title {
	padding: .5em 0em .5em 0em;
	margin: 0;
	border-top: 2px solid #C8C8C8;
}

.comment-body-new {
	margin: 0px;
	padding: 10px 0em 10px 150px;
	border-top: 2px solid #C8C8C8;
	position: relative;
}

.comment-body-new p {
	margin: 0 0 1em 0;
}

.commentlist {
	margin: 0;
	list-style-type: none;
}

.comment-info {
	margin: 0 0 0 -150px;
	width: 140px;
	position: absolute;
}

.comment-author-new {
	font-weight: bold;
}

.comment-meta-new {
	font-size: .75em;
	font-style: italic;
}

.comment-text-new {
	word-wrap: break-word;
}

@media (max-width: 479px) {
	.comment-body-new { padding-left: 100px; }
	.comment-info { margin-left: -100px; width: 90px;}
	.comment-author-new { font-size: .9em; top: 4em; }
	.comment-text-new { }
}

.comment-reply-link {
	font-size: 0.9em;
	float: right;
}

.comment-edit-link {
	font-style: italic;
	margin: 1em 0;
	font-size: 0.9em;
}

.no-comments {
	margin-left: 1em;
}

.comment-body-new p {
	clear: both;
}


/* Comment Form */
.commenttitle {
	margin: 0;
}

#submit {
	float: right;
	font-size: 1em; }

.commentformlabel {
	width: 50%;
	float: left;
	margin: 10px 0 0 0;
}
.commentforminput {
	width: 50%;
	float: left;
	margin: 4px 0 4px 0;
}
.commentforminput input {
	width: 100%;
}
.commentformtext {
	width: 100%;
}

#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
	margin: 0 20px 1.1em;
}

#respond {
	border-top: 2px solid #C8C8C8;
	padding: 1em 0 1em 0;
	margin: 0;
}

#commentform {
	display: inline;
	margin: 0;
	padding: 0;
}

.replytitle h3 {
	display: inline;
}

.reply {
	font-size: 0.8em;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}

.replynote {
	font-size: .9em;
	line-height: 1em;
}





/* Footer */
.footer {
	clear: both;
	background-color: #f8f9fa;
}


/* Sidebars */
.sidebar {
	background-image: repeating-linear-gradient(#D8D8D8, #D4D4D4 3px);
	margin: 1em;
	border-radius: 4px;
}

.widgettitle {
	border-bottom: 2px solid #444;
	margin: 0 0 .5em 0;
	line-height: 1.2em;
}

.widget {
	width: calc(100% - 2em);
	font-weight: bold;
	font-size: .9em;
	padding: 0;
	margin: 1em;
	margin-bottom: 0.75em;
}

.widget ul, .textwidget ul {
	margin: 0;
}

.textwidget p {
	margin: .5em 0;
}

.widget ul li, .textwidget ul li {
	margin-bottom: 0.35em;
	line-height: 1.2em;
}

.widget ul li ul, .textwidget ul li ul {
	margin-top: 0.75em;
	padding-left: 0;
}


/* MACMOST SPECIFIC */

/* Cat list pages */
.catlisth2 {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0;
	line-height: .8em;
}

.catlistitem {
	width: 100%;
	float: left;
	margin: 0;
	padding: .5em 0;
	border-top: 2px solid #C8C8C8;
}

.catlistdesc {
	padding: 0 0;
}

.blogpostimg {
	width: 300px;
	margin: 0 0 2px 10px;
	float: right; 
}

img.blogpostimg, .wp-block-image img {
	border: 1px solid #C8C8C8;
}

.img-no-border img {
	border: 0;
}

.catlistitem .blogpostimg, .catlistitem .wp-block-image img {
	width: 238px;
	margin: 2px .75em 2px 0;
	float: left;
}

img.ytthumb {
	width: 240px;
	margin: 2px .75em 2px 0;
	border: 0;
}

.catlisttitle {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.catlistdate {
	font-size: .8em;
	margin: 0 0 0 6px;
	float: right;
	line-height: 1.2em;
}

.catlistdesc p {
	padding: 0;
	margin: 0;
}

.catlistdesc p {
	margin: .5em 0;
}





.searchlistitem {
	width: 100%;
	float: left;
	margin: 0;
	padding: .5em 0;
	border-top: 2px solid #C8C8C8;
}

.searchlistitem img, .searchlistitem img.ytthumb {
	width: 120px;
	margin: 2px .75em 2px 0;
	border: 0;
}

.searchlisttitle {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.searchlistdate {
	font-size: .8em;
	margin: 0 0 0 6px;
	float: right;
	line-height: 1.2em;
}

.searchlistdesc p {
	padding: 0;
	margin: 0;
}

.searchlistdesc p {
	margin: .5em 0;
}

.searchlisttext {
	margin-top: 0;
}
	
.searchlistthumb {
	float: left;
	margin: 0 0 1em 0;
}
	


/* News and Rumors Posts -- old hidden section, but still there */
.newsitem {
	float: left;
	margin-bottom: 1em;
	width: 100%;
}

.newstitle {
	font-weight: bold;
	float: left;
	width: 84%;
}

.newsdate {
	font-size: .8em;
	text-align:right;
	float: right;
	width: 15%;
}

.newsdesc {
	float: left;
}

.newsitemtitle {
	float: left;
	text-align: left;
	margin-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}







/* MacMost Misc */

#transcript {
	width: auto;
	height: 1.8em;
	overflow: hidden;
	text-align: left;
	margin: 10px 0 1em 0;
	padding: 4px 0 4px 10px;
	background-color: #F0F0F3;
}

.transcripttext {
	color: #000;
	padding: 10px 0 0 0;
}

.youtube-link {
	font-weight: bold;
	font-size: .95em;
	margin-bottom: .75em;
}

.under-video-text {
	font-weight: bold;
	font-size: .95em;
	margin-bottom: .75em;
}

.yarpp-related {
	font-weight: bold;
	font-size: .95em;
	margin-bottom: .75em;
}

.course-related {
	border: 1px dashed black;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 24px;
	margin: .75em 0 .75em 0;
}

.forum-head {
	background-image: repeating-linear-gradient(#D8D8D8, #D4D4D4 3px);
	padding: .5em 1em .5em 1em;
	margin: 0 0 1em 0;
	border-radius: 4px;
	font-weight: bold;
	text-align: center;
}

.forum-foot {
	background-image: repeating-linear-gradient(#D8D8D8, #D4D4D4 3px);
	padding: .5em 1em .5em 1em;
	margin: 0 0 1em 0;
	border-radius: 4px;
	font-weight: bold;
	text-align: left;
}

.forumlist {
	padding: .5em 0;
	border-top: 2px solid #C8C8C8;
}

.forumlist .postdate {
	font-size: .8em;
	float: right;
}

.forumlist .posttitle {
	font-weight: bold;
}

.awebersubside input[type="email"], .awebersubside input[type="submit"] {
	width: 100%; margin-bottom: 4px;
}

.patreon-video-note {
	font-size: .9em;
	padding: 5px 5px 0 5px;
	font-style: italic;
	color: #666;
}


/* deal with blocks */

.wp-block-image img {
	height: auto;
}

.wp-block-image {
	margin-bottom: 0!important;
}

.catlistitem .wp-block-image .alignleft {
	margin-right: 0;
}

.wp-block-button a, .wp-block-button a:hover {
	color: white;
}


/***** RESPONSIVE DESIGN *****/

/* Phones */
@media (max-width: 479px) {
	.wrap {
		width: 100%;
	}
	
	.main-col {
		float: left;
		padding: 0 1em;
		width: 100%;
	}
		
	.sidebar-col {
		float: left;
		width: calc(100% - 2em);
	}
	
	.hentry, .hpage {
		 margin-left: .25em;
	}
	
	.catlisttext {
		clear: left;
		margin-top: .5em;
	}
	
	.catlistthumb {
		float: left;
		width: 100%;
		margin: 0 0 1em 0;
	}
	
	img.ytthumb, .blogpostimg, .catlistitem .blogpostimg, .wp-block-image img, .catlistitem .wp-block-image img {
		width: 100%;
	}
	
	.nav li {
		display: inline-block;
	}
	
	ul.nav {
		text-align: center;
	}
}


/* Tablets */
@media (min-width: 480px) and (max-width: 767px) {
	.wrap {
		width: 100%;
	}
	
	.main-col {
		float: left;
		padding: 0 1em;
		width: 100%;
	}
		
	.sidebar-col {
		float: left;
		width: calc(100% - 2em);
	}
	
	.hentry, .hpage {
		 margin-left: .25em;
	}
	
	.nav li {
		display: inline-block;
	}
	
	ul.nav {
		text-align: center;
	}
}

/* Thin */
@media (min-width: 768px) and (max-width: 1023px) {
	.wrap {
		width: 100%;
	}
	
	.main-col {
		float: left;
		padding-right:0em;
		margin-right: calc(-240px + .5em);
		width: 100%;
	}
	
	.sidebar-col {
		float: left;
		width: calc(240px - 2em);
	}

	.hentry, .hpage {
		margin-left: 1.5em;
		margin-right: 240px;
	}

	#inner-content {
		display: flex;
	}
	
}

/* Normal */
@media (min-width: 1024px) {
	.main-col {
		float: left;
		padding-right: 0em;
		margin-right: calc(-300px + .5em);
		width: 100%;
	}
	.sidebar-col {
		float: left;
		width: calc(300px - 2em);
	}

	.hentry, .hpage {
		margin-left: 1.5em;
		margin-right: 300px;
	}

	#inner-content {
		display: flex;
	}
	
}










