/*!
Theme Name: Profiled 2026
Version: 1.0
Text Domain: profiled2026
!*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

q {
  font-style: italic;
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a img {
  border: 0;
}

body,
button,
input,
select,
textarea {
  font-family: "Roboto", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .h1, .h2 {
  clear: both;
  font-weight: 700;
}

h1, .h1 {
  font-size: 30px;
  line-height: 1.3846153846;
}

h2, .h2 {
  font-size: 2em;
  line-height: 1.2;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
}

h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

.entry-content {
  font-family: "Open Sans";
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 25px;
}

p {
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

article {
  font-size: 1.6rem;
}
article p {
  margin-bottom: 25px;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  clear: none;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
  border-left: 5px solid #ededed;
  padding-left: 1.5em;
}

address {
  margin: 0 0 15px;
}

pre {
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, pre {
  font-size: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #eee;
  padding: 4px 8px;
  border: 1px solid #dedede;
}

pre, code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: transparent;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.credit {
  margin-top: 40px;
  font-size: 12px;
  font-style: italic;
}

@media (max-width: 450px) {
  .text-logo, h1.bigtitle {
    font-size: 2.2em;
  }
  .widget-area {
    margin: auto 15px;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0;
}

ul {
  list-style: none;
}

.entry-content > ul,
.entry-content > ol {
  margin-bottom: 25px;
  margin-left: 40px;
}
@media (max-width: 480px) {
  .entry-content > ul,
  .entry-content > ol {
    margin-left: 25px;
  }
}
.entry-content ul {
  list-style: disc;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content a:hover {
  text-decoration: underline;
}

ol {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dl {
  margin-bottom: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
img.alignleft, img.alignright {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

figure {
  margin: 0;
}

table {
  margin: 20px auto;
  width: 95%;
  border: 1px solid #ddd;
  border-collapse: separate;
  border-left: 0;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}

th {
  font-weight: 600;
}

td, th {
  padding: 8px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  vertical-align: top;
  text-align: left;
  line-height: 18px;
}

div#content div.article-col div.google-auto-placed, div#content div.article-col div.code-block {
  margin: 40px auto !important;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  max-width: 100%;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 1px solid #dedede;
  background: white;
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 14px;
  padding: 8px 19px;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #eeeeee;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus, button:active,
input[type=button]:focus,
input[type=button]:active,
input[type=reset]:focus,
input[type=reset]:active,
input[type=submit]:focus,
input[type=submit]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #888;
  border: 1px solid #ededed;
  outline: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #111;
  border-color: #dddddd;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
  padding: 8px 15px;
}

textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
  padding: 8px 15px;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.paging-navigation,
.post-navigation {
  padding: 20px 18px;
  border-width: 1px 1px 2px;
}
.paging-navigation .nav-previous a,
.paging-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #dedede;
  padding: 8px 19px;
  display: inline-block;
  background-color: #fff;
}
.paging-navigation .nav-previous a:hover,
.paging-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  border-color: #eee;
}

.paging-navigation {
  margin: 0 1%;
}

.nav-previous .meta-nav {
  font-size: 12px;
  vertical-align: 1px;
  margin-right: 5px;
}

.nav-next .meta-nav {
  font-size: 12px;
  vertical-align: 1px;
  margin-left: 4px;
}

body.home nav.paging-navigation {
  display: none;
}

nav.post-navigation {
  display: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.clear:before, .clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.widget_search .search-submit {
  display: none;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  border: 1px solid #eee;
  padding: 5px 10px;
  font-weight: 600;
}

.entry-content .post-password-form label {
  font-weight: 800;
  text-transform: uppercase;
}

.comment-content a {
  word-wrap: break-word;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0.8075em 0;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

a {
  text-decoration: none;
}

.logo-box {
  margin: 30px 0 0;
}
@media (min-width: 960px) {
  .logo-box {
    margin-top: 60px;
  }
}

.big-logo {
  text-align: center;
  margin: 0 auto;
}
.big-logo .site-title a {
  vertical-align: top;
  display: inline-block;
}
.big-logo .site-title a:hover {
  -webkit-animation: wiggle 220ms ease-out;
  animation: wiggle 220ms ease-out;
}

@-webkit-keyframes wiggle {
  25%, 50%, 75%, 100% {
    transform-origin: top center;
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes wiggle {
  25%, 50%, 75%, 100% {
    transform-origin: top center;
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.table {
  display: table;
}
.table > .cell {
  display: table-cell !important;
  float: none !important;
  vertical-align: middle;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}

.text-logo {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1;
  margin: 0;
  display: inline-block;
}

.site-tagline {
  font-family: "Nunito", sans-serif;
  color: #5D31B7;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 26px;
}

.image-logo {
  display: inline-block;
}

.wrap {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.wrapsingle {
  width: 100%;
  max-width: 1040px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.row {
  padding: 50px 0 60px;
}

.reviews {
  background: 50% 0 no-repeat fixed;
  margin: 0 auto;
  background-size: cover;
  letter-spacing: 0.5px;
  line-height: 1.8em;
  font-size: 13px;
}
.reviews h2 {
  text-align: left;
  font-size: 50px;
  line-height: 1.1em;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-wrap: break-word;
}
.reviews h4 {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.reviews a {
  font-style: italic;
  border-bottom: 1px solid #444444;
  padding-bottom: 3px;
}
.reviews a:hover {
  border-bottom-color: #ffffff;
}
.reviews p {
  letter-spacing: 0.5px;
  line-height: 1.8em;
  font-size: 13px;
}
.reviews i {
  letter-spacing: 0.6px;
}

.review {
  letter-spacing: 0.5px;
  line-height: 1.8em;
  font-size: 13px;
  cursor: move;
  cursor: grab;
}
.review span {
  display: block;
  height: 1px;
}

.team-profiles {
  padding-top: 20px;
}

.team-profile {
  padding-bottom: 10px;
}
.team-profile img {
  vertical-align: middle;
  width: 100%;
}
.team-profile img:hover {
  opacity: 0.8;
}
.team-profile h3 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 25px 0 8px;
  line-height: 1.3em;
  text-transform: uppercase;
}

.team h2 {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.team-profile-social-wrap {
  position: relative;
  text-align: center;
}

.team-profile-social {
  text-align: center;
  width: 100%;
}
.team-profile-social li {
  display: inline-block;
}
.team-profile-social li a {
  display: block;
  vertical-align: middle;
  padding: 10px 11px;
  font-size: 13px;
}

#map {
  display: block;
  width: 100%;
  height: 350px;
  background: rgb(229, 227, 223);
}

.contactform > li {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.contactform > li.comments {
  width: 98%;
  margin-right: 2%;
}
.contactform > li label {
  letter-spacing: 0.5px;
  font-size: 12px;
  display: block;
  padding: 8px 15px;
}

.contact-form input[type=text] {
  width: 100%;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
}

.full {
  width: 98%;
  margin: 0 1%;
}

.third {
  width: 31.333333%;
  float: left;
  margin: 0 1%;
}
.third.nomargin {
  width: 33.333333%;
  margin: 0;
}

.two-thirds {
  width: 64.666666%;
  float: left;
  margin: 0 1%;
}

.quarter {
  width: 23%;
  float: left;
  margin: 0 1%;
}
.quarter.nomargin {
  width: 25%;
  margin: 0;
}

.three-quarters {
  width: 73%;
  float: left;
  margin: 0 1%;
}

.article-col {
  max-width: 672px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 480px) {
  .article-col {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1100px) {
  .wrap {
    max-width: 940px;
  }
  .reviews .quarter {
    width: 31.333333%;
  }
  .reviews .three-quarters {
    width: 64.666666%;
  }
  div.comment-respond input {
    width: 64%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .wrap {
    max-width: 720px;
  }
  .reviews .quarter {
    width: 48%;
  }
  .reviews .three-quarters {
    width: 48%;
  }
  div.blog-item {
    width: 43.7%;
  }
  div.comment-respond input {
    width: 50%;
  }
  div.comment-respond label {
    width: 100px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wrap {
    max-width: 460px;
  }
  .reviews .quarter {
    display: none;
  }
  .reviews .three-quarters {
    width: 98%;
  }
  div.blog-item {
    width: 98%;
    margin: 0 1% 30px;
  }
  .footer .quarter {
    width: 47%;
    padding-left: 10px !important;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .footer .quarter.odd {
    border: none;
  }
  .footer .quarter.last, .footer .quarter.prelast {
    margin-top: 60px;
  }
  div.comment-respond input {
    width: 60%;
  }
  div.comment-respond label {
    width: 100px;
  }
  .about .quarter {
    width: 48%;
    padding-top: 30px;
  }
  .contact-page .third, .contact-page .two-thirds {
    width: 98%;
  }
}
@media only screen and (max-width: 479px) {
  .reviews .quarter {
    display: none;
  }
  .reviews .three-quarters {
    width: 98%;
  }
  div.blog-item {
    width: 98%;
    margin: 0 1% 30px;
  }
  .footer .quarter {
    width: 98%;
    padding-left: 10px !important;
    margin-top: 60px;
  }
  .footer .quarter.odd {
    border: none;
  }
  div.footer-top {
    padding-top: 20px;
  }
  div.comment-respond input {
    width: 60%;
  }
  div.comment-respond label {
    width: 100px;
  }
  .about .quarter {
    width: 48%;
    padding-top: 30px;
  }
  .contact-page .third, .contact-page .two-thirds {
    width: 98%;
  }
}
.footer {
  font-size: 13px;
  line-height: 1.6;
}
.footer ul, .footer li {
  margin-bottom: 0;
}
.footer li {
  cursor: pointer;
}
.footer .widget-title {
  margin-bottom: 20px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.3em;
}

.site-info {
  letter-spacing: 0.5px;
  font-size: 12px;
  padding: 14px 0;
  font-weight: 600;
}

.footer, .footer a,
.footer-widget.widget_recent_comments li:hover,
.entry-meta li a:hover,
.title a:hover,
.site-header a:hover,
.team-profile h5,
.current-menu-item a,
.main-navigation .sub-menu li a,
.search-toogle input[type=text] {
  color: #888888;
}

.footer .widget-title,
.footer li:hover a,
.footer-widget.widget_tag_cloud .tagcloud a:hover,
.info-holder h4,
.scroll-top a:hover,
.comment .author-tag,
.secundary-menu li a,
.featured-item .wrap-title .title a,
.reviews, .reviews h2, .reviews h4, .reviews p, .reviews a,
.text-logo,
.widget_calendar caption,
.widget_calendar thead th,
.footer-widget select,
.footer-widget.widget_rss .widget-title a,
.footer-widget.widget_search input,
.entry-sharing .share,
.entry-sharing a.share:hover {
  color: #333333;
}

.entry-sharing a.share:hover path {
  fill: #333333;
}

.blog-item .date a, .blog-item .format a,
.blog-item .date, .blog-item .format,
.entry-meta li a {
  color: #aaaaaa;
}

.entry-meta li, .comment-meta a,
.sidebar-widget.widget_archive li,
.sidebar-widget.widget_categories li,
.sidebar-widget.widget_recent_entries li .post-date,
.sidebar-widget.widget_rss .rss-date,
.sidebar-widget.widget_rss cite {
  color: #bbbbbb;
}

.entry-content a,
.footer li:hover,
.footer-widget.widget_recent_entries li:hover .post-date,
a:hover, a:focus, a:active,
span.category a, .testimonial a, .testimonial .link,
.separator span i,
.secundary-menu li a:hover,
.main-navigation .sub-menu li a:hover,
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  color: #F4B607;
}

body, .littletitle {
  color: #555555;
}

a,
h1, h2, h3, h4, h5, h6,
.comment .fn, .comment-respond label,
.blog-item .date a:hover, .blog-item .format a:hover,
.site-info, .site-info a, .site-info a:hover, .social-footer li a {
  color: #333333;
}

.entry-content a:hover {
  color: rgb(184.5067729084, 137.6239043825, 5.2932270916);
}

.contactform > li label {
  color: red;
}

.footer-widget.widget_tag_cloud .tagcloud a,
.reviews,
.footer-widget.widget_calendar caption,
.footer-widget select,
.footer-widget.widget_search input {
  background-color: #252525;
}

.footer-top, .footer-upper, .big-logo,
.featured-item .wrap-title,
.main-navigation .sub-menu li, .main-navigation .sub-menu,
.search-toogle input[type=text],
.team-profile-social li a:hover,
.sidebar-widget.widget_calendar caption,
.sidebar-widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #ffffff;
}

.team-profile-social li a {
  background-color: #ededed;
}

.share-link {
  background-color: #dedede;
}

.footer-widget.widget_tag_cloud .tagcloud a:hover,
.social-footer li a:hover, .reviews span,
.comment .author-tag,
.widget_calendar thead th,
.entry-sharing a.share:hover {
  background-color: #dfc075;
}

.main-navigation li,
.paging-navigation, .post-navigation,
.reviews span.white,
.share-link:hover,
.site-header {
  background-color: white;
}

.none {
  background-color: black;
}

h1.title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.categorytitle {
  text-align: left;
  font-size: 14px;
  margin: 0 1% 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 98%;
}
@media (min-width: 960px) {
  .categorytitle {
    display: none;
  }
  .categorytitle.featured-title {
    display: block;
  }
}

.posts-grid {
  padding: 20px 0 40px;
}
@media (min-width: 960px) {
  .posts-grid {
    padding: 60px 0 60px;
  }
}

h1.bigtitle {
  text-align: center;
  font-size: 50px;
  margin-bottom: 40px;
  text-transform: none;
  line-height: 1.1em;
  padding: 7px 0;
  letter-spacing: 0;
  word-wrap: break-word;
}
h1.bigtitle.no-sep {
  margin-bottom: 30px;
}

h4.title {
  text-align: center;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h2.title {
  text-align: center;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 500;
}

.littletitle {
  text-align: center;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: normal;
}
.littletitle p {
  margin-bottom: 0;
}

.comments-title, .comment-reply-title {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding: 10px 0 8px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.2em;
  border-bottom: 1px solid #dedede;
}

.blog-item {
  width: 27.6%;
  display: inline-block;
  margin: 0 2.7% 90px;
  vertical-align: top;
}
.blog-item .title {
  font-size: 20px;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 1.3em;
}
.blog-item .title a {
  padding-bottom: 2px;
  display: inline-block;
}
.blog-item p {
  font-size: 13px;
  line-height: 1.8em;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}
.blog-item .date {
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 1px;
  margin-right: 4px;
  display: inline-block;
}
.blog-item .format {
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-left: 1px solid #eeeeee;
  padding-left: 9px;
  display: inline-block;
}
.blog-item .post-thumbnail {
  margin-bottom: 15px;
  position: relative;
}
.blog-item.link h2 > p {
  font-size: 16px;
}
.blog-item.quote blockquote {
  margin-left: 0;
}
.blog-item.quote blockquote cite {
  margin-top: 6px;
  display: block;
}
.blog-item:hover .share-link {
  opacity: 1;
}

span.category {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 7px;
  display: block;
}
span.category a:hover {
  opacity: 0.65;
}

.social-sharing {
  position: absolute;
  text-align: center;
  bottom: 1px;
  right: 0px;
  z-index: 9998;
}

.share-link {
  height: 30px;
  width: 30px;
  float: left;
  z-index: 9998;
  opacity: 0;
  margin-right: 1px;
  border-radius: 2px;
}
.share-link span {
  vertical-align: -5px;
}

.entry-sharing {
  margin-bottom: 30px;
  max-width: 300px;
  text-align: left;
}
.entry-sharing li {
  display: inline-block;
}
.entry-sharing .share {
  display: block;
  border-radius: 2px;
  padding: 3px;
  letter-spacing: 0.5px;
}
.entry-sharing .share span i {
  font-size: 18px;
  vertical-align: -2px;
}
.entry-sharing .share.facebook {
  color: #2d609b;
}
.entry-sharing .share.twitter {
  color: #00c3f3;
}
.entry-sharing .share.linkedin {
  color: #1A85BC;
}

.paging-navigation .nav-links,
.post-navigation .nav-links {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
}

.entry-header {
  margin-bottom: 50px;
}
.entry-header span.category {
  display: block;
  text-align: center;
  margin: 0;
}

.recommended-reads {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.recommended-reads h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.recommended-reads .recommended-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 20px;
}
.recommended-reads .recommended-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}
.recommended-reads .recommended-item span.category {
  display: block;
  margin-bottom: 4px;
}
.recommended-reads .recommended-item h4 {
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
}
.recommended-reads .recommended-item h4 a {
  color: #333;
}
.recommended-reads .recommended-item h4 a:hover {
  color: #000;
}

.entry-content, .entry-image {
  margin-bottom: 30px;
  line-height: 1.8em;
  letter-spacing: 0.5px;
}

.entry-image {
  text-align: center;
}

.entry-meta {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.entry-meta li {
  margin-right: 20px;
  line-height: 30px;
}
.entry-meta li i {
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle;
  opacity: 0.4;
}

.comment {
  margin-bottom: 20px;
}
.comment .avatar {
  border-radius: 5px;
  position: absolute;
}
.comment .author-tag {
  display: none;
  text-transform: uppercase;
  font-size: 10px;
  margin-left: 4px;
  padding: 2px 4px;
  vertical-align: 3px;
  border-radius: 3px;
}
.comment.bypostauthor .author-tag {
  display: inline-block;
}
.comment .fn {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 15px;
  font-style: normal;
}
.comment .comment-body {
  margin-left: 80px;
}
.comment .comment-body p {
  font-size: 13px;
  line-height: 1.7em;
}
.comment .comment-meta {
  text-align: left;
  margin: 0 0 10px;
  font-size: 11px;
  font-style: normal;
}
.comment .comment-meta a {
  margin-right: 4px;
}

.comment-list {
  margin-bottom: 50px;
}

.comment-respond {
  margin-bottom: 40px;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as,
.comment-respond .form-allowed-tags {
  display: none;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: normal;
}
.comment-respond .form-allowed-tags code {
  border: none;
}
.comment-respond label {
  font-weight: 700;
  width: 100px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
  margin-bottom: 10px;
  display: inline-block;
}
.comment-respond input {
  width: 68%;
}
.comment-respond code {
  font-size: 13px;
}
.comment-respond input[type=submit] {
  width: inherit;
}

.view-all {
  text-align: center;
}

.button {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 19px;
  border: 2px solid #dedede;
  background-color: white;
}
.button:hover {
  border-color: #eee;
}

.infinite-loader .spinner {
  left: 50% !important;
}

.mobile-nav {
  display: none;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  height: 40px;
  background: #5D31B7;
  border-bottom: 2px solid #4a248f;
  color: #ffffff;
}
@media (max-width: 959px) {
  .mobile-nav {
    display: flex;
  }
}
body.admin-bar .mobile-nav {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .mobile-nav {
    top: 46px;
  }
}
.mobile-nav a {
  color: #ffffff;
  text-decoration: none;
}
.mobile-nav .m-nav-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  padding: 0 10px 0 15px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.mobile-nav .m-nav-logo .m-nav-back {
  font-size: 22px;
  line-height: 1;
}
.mobile-nav .m-nav-logo .flask {
  height: 24px;
}
.mobile-nav .m-nav-logo:hover {
  opacity: 0.85;
}
.mobile-nav .m-nav-more {
  cursor: pointer;
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.mobile-nav .m-nav-more .m-nav-more-button {
  width: 36px;
  height: 36px;
  padding: 9px;
}
.mobile-nav .m-nav-more .m-nav-more-button .m-nav-burger {
  width: 100%;
  height: 100%;
  position: relative;
}
.mobile-nav .m-nav-more .m-nav-more-button .m-nav-burger > div {
  height: 2px;
  background: #ffffff;
  border-radius: 9px;
  position: absolute;
  transition: all 0.2s linear;
}
.mobile-nav .m-nav-more .m-nav-more-button .m-nav-burger > div.one {
  width: 100%;
  top: 8%;
  left: 0;
}
.mobile-nav .m-nav-more .m-nav-more-button .m-nav-burger > div.two {
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mobile-nav .m-nav-more .m-nav-more-button .m-nav-burger > div.three {
  width: 100%;
  top: 92%;
  left: 0;
  transform: translateY(-100%);
}
.mobile-nav .m-nav-more .m-nav-more-button .m-nav-burger.open > div.one, .mobile-nav .m-nav-more .m-nav-more-button .m-nav-burger.open > div.three {
  width: 114%;
  top: 50%;
  left: -7%;
  right: -7%;
  transform: translateY(-50%) rotate(45deg);
}
.mobile-nav .m-nav-more .m-nav-more-button .m-nav-burger.open > div.two {
  width: 114%;
  left: -7%;
  right: -7%;
  transform: translateY(-50%) rotate(-45deg);
}
.mobile-nav .m-nav-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FFF;
  z-index: 1000;
  box-shadow: rgba(17, 17, 26, 0.3) 0 8px 16px -4px, rgba(17, 17, 26, 0.05) 0 16px 32px -8px;
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
}
.mobile-nav .m-nav-menu.open {
  max-height: 80vh;
  padding: 6px 0;
}
.mobile-nav .m-nav-menu .m-nav-link {
  height: 44px;
  flex-shrink: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.mobile-nav .m-nav-menu .m-nav-link.active {
  background: #f7f7f7;
}
.mobile-nav .m-nav-menu .m-nav-link:hover, .mobile-nav .m-nav-menu .m-nav-link:focus {
  background: #faf7fc;
  color: #5D31B7;
  opacity: 1;
}

.desktop-nav {
  display: none;
  height: 50px;
  background: #5D31B7;
}
@media (min-width: 960px) {
  .desktop-nav {
    display: block;
  }
}
.desktop-nav .wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.desktop-nav .d-nav-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 15px;
}
.desktop-nav .d-nav-link.active {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.desktop-nav .d-nav-link:hover, .desktop-nav .d-nav-link:focus {
  color: #ffffff;
  opacity: 0.85;
}

a.desktop-back-to-pf {
  display: none;
  position: absolute;
  top: 15px;
  left: calc(2.7% + 20px);
  align-items: center;
  gap: 6px;
  color: #777;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 960px) {
  a.desktop-back-to-pf {
    display: flex;
  }
}
a.desktop-back-to-pf .chevron {
  color: #666;
  font-size: 125%;
  line-height: 1;
}
a.desktop-back-to-pf .flask {
  height: 22px;
  margin-bottom: 1px;
}
a.desktop-back-to-pf:hover {
  color: #444;
}

/*# sourceMappingURL=style.css.map */
