/**********************************************************
// Body
**********************************************************/
body {
	font-family: "Averta", sans-serif;
	font-weight: 400;
	font-size: 21.5px;
	color: #4C4C4C;
	}

a, a:visited { color: #F28710; }
a:hover { color: #14676D; }

.Baselliost { font-family: "Baselliost", serif!important; }
.Quincy-CF  { font-family: "Quincy-CF", serif; }

.Rounded img {
	border-radius: 50%!important;
}

/**********************************************************
// Tweaks & Fixes
**********************************************************/
.header-singular { display: none; }
.menu-item>a:after,
.sub-menu li a:after { display: none; }
.header-archive { display: none; }

/**********************************************************
// Content
**********************************************************/
.Content-Posts {
    margin: auto;
    padding: 40px 10px;
    width: 100%;
    max-width: 1280px;
    text-align: center;
    font-size: 0;
    }

.Content-Right { float: left; }
.Content-Left {
	max-width: 750px;
	float: right;
	}

.Content { max-width: 1160px; }

.Content-Right .sidebar {
	margin: auto !important;
	padding: 0;
	}

/**********************************************************
// Page >> Titles
**********************************************************/
.Page-Title {
	margin: 0 auto 20px auto;
	padding: 10px 0;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-transform: initial;
	text-align: center;
	font-family: "Quincy-CF", serif;
	font-weight: 300;
	font-size: 46px;
	}

.Page-Subtitle {
	margin: 0 auto 20px auto;
	padding: 0;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-transform: initial;
	text-align: center;
	font-family: "Quincy-CF", serif;
	font-weight: 300;
	font-size: 30px;
	}

.Category-Description p { margin-bottom: 0 !important; }
.Category-Description {
	margin: auto;
	padding-bottom: 20px;
	width: 100%;
	max-width: 700px;
	font-size: 16px;
	}

/**********************************************************
// Social >> Links
**********************************************************/
.Social-Links {
	margin: auto;
	text-align: center;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	}

.Social-Links ul {
	margin: auto !important;
	padding: 0 !important;
	list-style: none;
	}

.Social-Links li {
	margin: 0 10px;
	padding: 0 !important;
	display: inline-block;
	vertical-align: middle;
	}

.Social-Links li:first-child { margin-left: 0; }
.Social-Links li:last-child { margin-right: 0; }

.Social-Links li a {
	font-size: 20px;
	display: block;
	}

/**********************************************************
// Page >> Full Width
**********************************************************/
body.page-template-page-full-width .content { padding-top: 0; }
body.page-template-page-full-width .content-container {
	margin: auto;
	padding: 30px 60px;
	width: 100%;
	max-width: 1280px;
	background: #FFF;
	}

body.page-template-page-full-width .Header-Main-BG { height: 470px; }

/**********************************************************
// Post >> Elements
**********************************************************/
.post { font-weight: 300; }

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	font-family: "Quincy-CF", serif;
	font-weight: 300;
	line-height: 1.2em;
	}

.post h2 { font-size: 45px; font-weight: 400; }
.post h3 { font-size: 35px; font-weight: 400; }

.post blockquote p:first-child { padding-top: 0; }
.post blockquote p:last-child { padding-bottom: 0; }
.post blockquote {
	margin: 10px auto;
	padding: 0 20px;
	line-height: 24px;
	border-left: 3px solid #5C2D0D;
	font-style: italic;
	font-size: 18px;
	display: block;
	}

.post p:empty { display: none; }
.post p {
	margin-bottom: auto !important;
	padding: 15px 0;
	line-height: 1.5em;
	}

.post p.has-background {
	padding-left: 10px;
	padding-right: 10px;
	}

.post ol {
	margin-left: 20px;
	padding-left: 2px;
	list-style: decimal;
	}

.post ul {
	margin-left: 20px;
	padding-left: 2px;
	list-style: disc;
	}

.post li {
	line-height: 1.5em;
	position: relative;
	}

.post .wp-block-buttons .wp-block-button { margin: auto !important; }

.post .wp-block-table th {
	padding: 10px;
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid #5C2D0D;
	}

.post .wp-block-table td {
	padding: 10px;
	border: 1px solid #5C2D0D;
	}

/**********************************************************
// Post >> Comments
**********************************************************/
.Comments {
	margin-top: 40px;
	padding: 0 10px 30px 10px;
	}

#respond h3 {
	line-height: 1.5em;
	letter-spacing: 1px;
	text-transform: initial;
	font-weight: 400;
	font-size: 28px;
	color: #5C2D0D;
	}

#respond label {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	color: #5C2D0D;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond select,
#respond textarea {
	border: 1px solid #5C2D0D;
	background: #FFF;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond select {
	height: 45px;
	line-height: 43px;
	}

#respond .form-submit {
	margin-top: 5px;
	background: transparent;
	padding: 0;
	display: inline-block;
	position: relative;
	}

#respond input[type="submit"]:hover { background: #14676D; }
#respond input[type="submit"] {
	padding: 10px 30px;
	width: auto;
	background-color: none;
	background: #F28710;
	color: #FFF;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	}

.Comments-List { max-width: 750px; }

.Comments .fn a { color: #F28710; }
.Comments .fn {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	color: #F28710;
	}

.comment-metadata a { color: #C2A68F; }
.comment-metadata {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	color: #C2A68F;
	}

.comment-content p { margin-bottom: 0; }
.comment-content {
	font-weight: 300;
	font-size: 16px;
	color: #000;
	}

/**********************************************************
// Post >> Nav
**********************************************************/
.nav-links,
.Post-Nav {
	margin: auto;
	text-align: center;
	}

.pagination { border: 0; }

.Post-Nav nav > h2 { display: none; }

.nav-links .page-numbers,
.Post-Nav .page-numbers {
	margin: 5px;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	}

.nav-links a.page-numbers:hover,
.Post-Nav a.page-numbers:hover { color: #14676D; }

.nav-links .page-numbers,
.Post-Nav .page-numbers {
	text-decoration: none;
	color: #F28710;
	}

.nav-links .page-numbers.current,
.Post-Nav .page-numbers.current {
	background: #F28710;
	color: #FFF;
	}

.nav-links .next,
.nav-links .prev,
.Post-Nav .next,
.Post-Nav .prev { width: auto; }

.nav-links .next,
.Post-Nav .next { margin-left: 15px; }

.nav-links .prev,
.Post-Nav .prev { margin-right: 15px; }

.nav-links .next span,
.nav-links .next i,
.nav-links .prev span,
.nav-links .prev i,
.Post-Nav .next span,
.Post-Nav .next i,
.Post-Nav .prev span,
.Post-Nav .prev i {
	display: inline-block;
	vertical-align: middle;
	}

.nav-links .next i,
.nav-links .prev i,
.Post-Nav .next i,
.Post-Nav .prev i {
	font-size: 20px;
	position: relative;
	top: -1px;
	}

.nav-links .next i,
.Post-Nav .next i { margin-left: 10px; }

.nav-links .prev i,
.Post-Nav .prev i { margin-right: 10px; }

/**********************************************************
// Social >> Share
**********************************************************/
.Social-Share {
	margin: 20px auto 0 auto;
	text-align: center;
	font-size: 0;
	}

.Social-Share ul {
	margin: auto !important;
	padding: 0 !important;
	list-style: none;
	}

.Social-Share li {
	margin: 0 10px;
	padding: 0 !important;
	display: inline-block;
	vertical-align: middle;
	}

.Social-Share li:first-child { margin-left: 0; }
.Social-Share li:last-child { margin-right: 0; }

.Social-Share li h5 {
	padding: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Averta", sans-serif;
	font-weight: 500;
	font-size: 14px;
	}

.Social-Share li a span { display: none; }
.Social-Share li a:hover { color: #F28710; }
.Social-Share li a {
	font-size: 20px;
	color: #000;
	}

/**********************************************************
// Sidebar
**********************************************************/
.Sidebar .widget-title {
	margin-bottom: -10px;
	line-height: 1em;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-align: center;
	font-family: "Baselliost", serif;
	font-weight: 400;
	font-size: 60px;
	color: #ADBFC3;
	}

/**********************************************************
// Sidebar >> Profile
**********************************************************/
.Sidebar .AF-Widget-Profile-Title h3 {
	margin: 10px auto 10px auto;
	text-transform: initial;
	font-family: "Quincy-CF", sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #000;
	}

.Sidebar .AF-Widget-Profile-Text { padding-top: 0; }
.Sidebar .AF-Widget-Profile-Link { margin-top: 10px; }
.Sidebar .AF-Widget-Profile-Link a {
	font-weight: 500;
	position: relative;
	}

.Sidebar .AF-Widget-Profile-Link a:after {
	margin-left: 3px;
	content: "\f178";
	font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
	}

/**********************************************************
// Sidebar >> Social Links
**********************************************************/
.AF-Widget-Social-Links { text-align: center; }
.AF-Widget-Social-Links li { margin: 0 15px; }
.AF-Widget-Social-Links li a { font-size: 28px; }

/**********************************************************
// Sidebar >> Popular Posts
**********************************************************/
.AF-Widget-Popular-Posts { text-align: center; }
.AF-Popular-Posts {
	padding: 0;
	font-size: 0;
	list-style: none;
	}

.AF-Popular-Post {
	margin: 10px auto 0 auto;
	width: 100%;
	border: 0;
	display: block;
	position: relative;
	}

.AF-Popular-Post img {
	margin: 0;
	width: 100%;
	max-width: 75px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	}

.AF-Popular-Title {
	padding: 0 0 0 15px;
	width: 70%;
	line-height: 1.5em;
	text-align: left;
	text-transform: initial;
	font-family: "Quincy-CF", serif;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	}

/**********************************************************
// Sidebar >> Search
**********************************************************/
.Sidebar .widget_search .screen-reader-text,
.Sidebar .widget_search .search-submit { display: none; }

.Sidebar .widget_search {
	padding-left: 40px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #000;
	white-space: nowrap;
	position: relative;
	}

.Sidebar .widget_search:before {
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: 10px;
	}

.Sidebar .widget_search input:focus { outline: 0; }
.Sidebar .widget_search input {
	padding: 0 10px;
	width: 100%;
	line-height: 40px;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	-webkit-appearance: none;
	border-width: 0px;
	border: none;
	outline: none;
	}

.Sidebar .widget_search input::-webkit-input-placeholder { color: #000; text-transform: uppercase; }
.Sidebar .widget_search input:-moz-placeholder           { color: #000; text-transform: uppercase; }
.Sidebar .widget_search input::-moz-placeholder          { color: #000; text-transform: uppercase; }
.Sidebar .widget_search input:-ms-input-placeholder      { color: #000; text-transform: uppercase; }

/**********************************************************
// Link Tree Page
**********************************************************/

.page-id-15910 .Header-Top, .page-id-15910 .Header-Main-Nav {
	display: none;
}

.LinktreeName {
	font-size: 90px;
	line-height: 90px;
	padding: 0;
	margin: 0;
	margin-top: -40px;
}

.Optin-Wrapper {
	padding: 30px 0;
	text-align: center;
}

.Optin-Wrapper form { 
	margin: 0 auto; 
	box-shadow: none!important;
}

.formkit-form[data-uid="a4b3a96e12"] .formkit-header { margin-bottom: 10px!important; }
.formkit-form[data-uid="a4b3a96e12"] .formkit-subheader { margin: 0!important; }

.Optin-Community {
	padding: 0;
	text-align: center;
}

body .Optin-Community .formkit-form[data-uid="b838fc8e60"] { 
	margin: 0 auto; 
	box-shadow: none!important;
	width: 100%;
	max-width: 100%!important;
}

/**********************************************************
// Challenges Page
**********************************************************/

.Challenges p { padding: 2px 8px!important; }

.Challenges p:nth-child(odd) {
	background: #FCF4F0;
}

.category-126 .Page-Title { display: none; }

.category-126 .alignwide { margin-top: 35px; margin-bottom: 20px; }


/**********************************************************
// Post Modified Text
**********************************************************/

.post-modified-info {
	font-size: 14px;
}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 1024px),
all and (max-device-width: 1024px)
{
	.Content-Left {
		margin: auto;
		float: none;
		}

	.Content-Right {
		margin: 20px auto 0 auto;
		float: none;
		}
}

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	body.page-template-page-full-width .content-container { padding: 30px 20px; }
	
	.LinktreeName { font-size: 70px!important; }
	.LinktreeTitle { font-size: 20px!important; }
	.LinktreeSponsor { font-size: 15px!important; }
}
