/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/*********************
ADOBE FONTS 
*********************/
@import url("https://use.typekit.net/qde5ehu.css");

.gibson-thin {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.gibson-thin-italic {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.gibson-light {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.gibson-light-italic {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.gibson-book {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.gibson-book-italic {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.gibson-medium {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.gibson-medium-italic {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.gibson-semibold {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.gibson-semibold-italic {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.gibson-bold {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.gibson-bold-italic {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.gibson-heavy {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.gibson-heavy-italic {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 900;
  font-style: italic;
}



/*********************
AI-MASTER BASE THEME FILES
*********************/
body {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-variant: all-small-caps;
  /*font-size: 2.4rem;*/
  color: #351B5A;
}
.page-sub-title {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-variant: all-small-caps;
  font-size: 1.8rem;
  margin-top: -1rem;
}
.page-title {
  font-size: 2.4rem;
}
.content h1.archive-title {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-variant: all-small-caps;
  font-size: 2.6rem;
  margin-top: -1rem;
  color: #9180B2
}
b, strong {
  font-weight: 500;
  line-height: inherit;
  color: #9180B2
}
.expert-panel .expert-content h3.prime-blue {
  color: #351B5A;
  font-size: 1rem;
}
.light-purple-text {
  color: #AEA5C6;
}
.medium-purple-text {
  color: #9180B2
}
.entry-summary {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}
.entry-title {
  font-size: 2.4rem;
}
.inner-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.top-bar {
  background-color: #FFFFFF;
  font-variant: all-small-caps;
}
.top-bar ul {
  background-color: transparent;
}

.dropdown.menu>li>a {
  padding: .7rem 1rem;
  color: #351B5A;
  font-size: 1.2rem;
}
.menu .active>a {
  background: transparent;
  color: #fefefe;
}

.dropdown.menu>li>a:focus, .dropdown.menu>li>a:hover {
  color: #9180B2;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  border-radius: 0px;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.wp-block-search__label {
  width: 100%;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-variant: all-small-caps;
  font-size: 1.8rem;
  color: #351B5A;
}

.wp-block-search__button {
  margin-left: 0px;
  word-break: normal;
  padding-left: 1rem;
}
.wp-element-button {
  height: 2.4375rem;
  cursor: pointer;
  background-color: #351B5A;
  color: #FFFFFF;
  padding-right: 1rem;
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
  font-weight: 600;
  font-style: normal;
  font-variant: all-small-caps;
  vertical-align: middle;
}
.wp-element-button:hover {
  background-color:#9180B2;
  color: #351B5A;
}
.rss-sub {
  color: #9180B2;
}
.rss-sub:hover {
  color: #FFFFFF;
}
.dropdown.menu>li:hover {
  /*border-bottom: 1px solid #9180B2;*/
}

.menu a, .menu button, .menu input, .menu select {
  margin-bottom: 0;
}
.menu .button, .menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: .7rem 1rem;
}
.button {
  background-color: #351B5A;
  font-variant: all-small-caps;
  font-size: 1.1rem;
}
.button:hover {
  background-color: #53298d;
}
.img-radius {
  border-radius: 0.2rem;
}

.no-bullet-list li {
  list-style: none;
}

a:focus, a:hover {
  color: #9180B2;
}
a {
  line-height: inherit;
  font-weight: 600;
  color: #53298d;
  text-decoration: none;
  cursor: pointer;
}

.prime-content-block-container {
  background: rgb(255,255,255);
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(191,191,191,1) 50%);
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.prime-content-block {

}
.main-nav-container {
  
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-image: url('../images/overlay-dots-bg-light-purple.svg');
  background-position: 25% 75%;
  background-size: 100%; 
  background-repeat: no-repeat; */
}

.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
}
.menu-icon {
  align-self: center; /* Ensures the button is centered vertically */
}


.social-bar {
  background: #351B5A;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.social-bar .menu {
  font-weight: 600;
  font-style: normal;
  font-variant: all-small-caps;
}
.social-bar .search-btn {
  background-color: #9180B2;
  color: #351B5A;
  padding-right: 1rem;
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
  font-weight: 600;
  font-style: normal;
  font-variant: all-small-caps;
  vertical-align: middle;
}
.social-bar .search-field {
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
  height: auto;
  font-variant: all-small-caps;
  padding-left: 1.5rem;
}

.page-sub-navigation .dropdown.menu>li>a {
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  font-variant: all-small-caps;
  color: #FFFFFF;
}
.fa-solid {
  vertical-align: middle;
}
.social-bar .menu a {
  color: #FFFFFF;
}

.page-sub-navigation {
  background: #351B5A;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #FFFFFF;
}
.page-sub-navigation .menu a, .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  color: #FFFFFF;
  border-color: #FFFFFF transparent transparent;
}
.error-notification {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.white-text { 
  color: #FFFFFF;
}
.featured-image-preview img {
  display: block;
  padding: 4px;
  margin-bottom: 16px;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease-in-out;
}
.featured-image-preview img:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 16px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease-in-out;
}

.thumbnail:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.front-page-featured-img {
  margin-bottom: 1.4rem;
  /* clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%); */
  /*border-radius: 1rem;*/
}
.input-group-label {
  height: 3rem;
  
}
.input-group-label:first-child {
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
}
.input-group>:last-child, .input-group>:last-child.input-group-button>* {
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
}
select {
  height: 3rem;
  margin: 0 0 1rem;
  padding: .5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
}

.masked-featured-content-container {
  position: relative;
  width: 100%;
  height: 1200px;
  display: block;
  background-size: cover;
  background-position: center;
  clip-path: path("M1920,0v851.9l-271,72.7l-457.6-72.7L774,1078.8L431.9,935.3L321,992.2L119,865.8L0,851.9V0H1920z M1186,878.2 l-185,132.4l188.8-37.7L1186,878.2z M1216.7,903.6l89.4-17.6l-107.9-17.3L1216.7,903.6z M10.1,899l148.3,65.3l-52.9-74.9L10.1,899z M1808.7,900.6l-152.7,44.1l36.3,35.9L1808.7,900.6z M23.8,926.8l-6.5,37.8l44.6,14.6L23.8,926.8z");
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-attachment: fixed;
}

.tri-category {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.featured-intro-video-section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.video-container {
  color: #FFFFFF;
}
.featured-intro-video-section .page-title {
  vertical-align: middle;
  bottom: -10px;
}
.fa-regular {
  vertical-align: middle;
}
.featured-intro-video-section p {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  font-size: 0.9rem;
}

/****************************
FEATURED PAGE IMAGE MASK
****************************/
.masked-image {
  position: relative;
  width: 100%;
  height: 670px;
  display: block;
  background-size: cover;
  background-position: center;
  clip-path: path("M1920-0.1V443l-271,72.7L1191.4,443L774,669.9L431.9,526.4L321,583.3L119,456.8L0,443V-0.1H1920z M1186,469.2 l-185,132.4l188.8-37.7L1186,469.2z M1216.7,494.6l89.4-17.6l-107.9-17.3L1216.7,494.6z M10.1,490l148.3,65.3l-52.9-74.9L10.1,490z M1808.7,491.6l-152.7,44.1l36.3,35.9L1808.7,491.6z M23.8,517.9l-6.5,37.8l44.6,14.7L23.8,517.9z");
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  background-attachment: fixed; /* This creates the parallax effect */
}

.featured-archive-page-img {

}
.search-bar-field {
  height: 100%;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding-left: 1rem;
}
.wp-block-search__input {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding-left: 1rem;
}
/* .project-overview-text p {

} */
/* .custom-archive-page-content {
  position: relative;
  z-index: 1;
} */
.primary-custom-post-page-title {
  padding-top: 4rem;
  color: #FFFFFF;
  font-size: 2.4rem;
}
.primary-custom-post-page-sub-title {
  color: #aea5c6;
  font-size: 1.8rem;
  margin-top: -0.8rem;
}
.primary-page-intro-text p {
  color: #9180b2;
  line-height: 2.4;
}

.button.secondary {
  background-color: #FFFFFF;
  color: #351B5A;
  padding-top: 0.8rem;
}
.button.secondary:hover {
  background-color: #716a83;
  color: #FFFFFF;
}
.radius {
  border-radius: 4rem;
}
.button.hollow {
  border: 1px solid #351B5A;
  color: #351B5A;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.button.hollow:hover {
  border: 1px solid #351B5A;
  background-color: #9180b2;
  color: #351B5A;
}
#latestArticles {
  min-height: 4rem;
}

.content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.content p {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}

.content li {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}

.content h1 {
  color: #351B5A;
}
.content h2 {
  color: #9180B2;
}

.content ul {

}

.entry-content {
  margin-top: 1rem;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-size: 2rem;
}

/* The .sidebar-inner is not for the normal WP sidebar, it's for the content .sidebar on custom post types */

.sidebar-inner {
  padding-top: 2rem;
}

.sidebar-inner p {
  
}

.sidebar-inner h1, .sidebar-inner h2, .sidebar-inner h3, .sidebar-inner h4 {
  font-size: 1.8rem;
}

.expert-title {
  color: #351B5A;
}

.main-title .main-post-type-section-title {
  color: #351B5A;
}
.post-title-small {
  font-size: 1.8rem;
  line-height: 1;
}
h3.post-title-small {
  margin-top: 1rem;
}
.post-excerpt {
  margin-top: 1rem;
  font-size: 0.8rem;
  line-height: 1.8;
}
.full-article-btn {
  margin-top: 1rem;
}
.pagination .current {
  padding: .1875rem .625rem;
  background: #351B5A;
  border-radius: 0.2rem;
  color: #fefefe;
  cursor: default;
}

.discord-banner {
  background-color: #1A1A1A;
  min-height: 200px;
}

.multi-blog-slider {
  background: #351B5A;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 400px;
}

.ad-banner-bottom {
  background-color: #1A1A1A;
  min-height: 350px;
}

.footer {
  background: #351B5A;
}


.footer .inner-footer {
  min-height: 600px;
  color: #FFFFFF;
}

/*************************
  * AJAX & PHP FILTER
*************************/




/* Small only */
@media screen and (max-width: 39.9375em) {

  .content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .top-bar {
    flex-direction: row;
  }

  .top-bar-left, .top-bar-right {
    /* width: 50%; */
  }

  .menu-icon {
    /* margin-left: auto; */ /* Ensures the button is aligned to the right */
  }

  
}


































/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {

  .top-bar {
  
  }
  .top-bar ul {

  }

}

/* Large only */
/* @media screen and (min-width: 64em) and (max-width: 74.9375em) {} */




/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.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; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

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

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

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

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