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

Stylesheet: Global Stylesheet

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

/*********************
* GOOGLE FONTS
*********************/
@import url("https://use.typekit.net/muh7wlk.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.pirulen-btn {
  font-family: pirulen, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.7rem;
  text-rendering: optimizeLegibility;
}


/*
Pirulen Regular
font-family: "pirulen", sans-serif;
font-weight: 400;
font-style: normal;
Pirulen Italic
font-family: "pirulen", sans-serif;
font-weight: 400;
font-style: italic;
Pirulen Book
font-family: "pirulen", sans-serif;
font-weight: 500;
font-style: normal;
Pirulen Book Italic
font-family: "pirulen", sans-serif;
font-weight: 500;
font-style: italic;
Pirulen Bold
font-family: "pirulen", sans-serif;
font-weight: 700;
font-style: normal;
Pirulen Bold Italic
font-family: "pirulen", sans-serif;
font-weight: 700;
font-style: italic;


font-variant-caps: all-small-caps;
*/



/* Small only */
@media screen and (max-width: 39.9375em) {
  /* Custom adjustments to the grid container */
  .grid-container {
    max-width: 100%; /* Increase the width to use more space */
    width: 100%; /* Ensure it stays responsive */
    padding-left: 0.5rem; /* Optional padding adjustment */
    padding-right: 0.5rem; /* Optional padding adjustment */
  }
  .article-header .page-title {
    font-family: pirulen, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.1rem;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: pirulen, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.9rem;
    text-rendering: optimizeLegibility;
  }
  .post-excerpt {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    font-style: normal;
    line-height: 2.2;
    text-rendering: optimizeLegibility;
    color: #4D4D4F;
    min-height: 180px;
  }
  .entry-content .post-excerpt {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
  /* Custom adjustments to the grid container */
  .grid-container {
    max-width: 80%; /* Increase the width to use more space */
    width: 100%; /* Ensure it stays responsive */
    padding-left: 1rem; /* Optional padding adjustment */
    padding-right: 1rem; /* Optional padding adjustment */
  }
  .article-header .page-title {
    font-family: pirulen, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4rem;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: pirulen, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.1rem;
    text-rendering: optimizeLegibility;
  }
  .post-excerpt {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    font-style: normal;
    line-height: 2.2;
    text-rendering: optimizeLegibility;
    color: #4D4D4F;
    min-height: 200px;
  }
  .entry-content .post-excerpt {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

}

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

/* Large and up */
@media screen and (min-width: 64em) {
  /* Custom adjustments to the grid container */
  .grid-container {
    max-width: 80%; /* Increase the width to use more space */
    width: 100%; /* Ensure it stays responsive */
    padding-left: 1rem; /* Optional padding adjustment */
    padding-right: 1rem; /* Optional padding adjustment */
  }
  .article-header .page-title {
    font-family: pirulen, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4rem;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: pirulen, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.1rem;
    text-rendering: optimizeLegibility;
  }
  .post-excerpt {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    font-style: normal;
    line-height: 2.2;
    text-rendering: optimizeLegibility;
    color: #4D4D4F;
    min-height: 200px;
  }
  .entry-content .post-excerpt {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}

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




/*********************
AI-MASTER BASE THEME FILES
*********************/

body {
  background-color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  font-style: normal;
  text-rendering: optimizeLegibility;
} 

.prime-blue {
  color: #809EAD;
}
p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  font-style: normal;
  line-height: 2.2;
  text-rendering: optimizeLegibility;
  color: #4D4D4F;
}

.analytics-platform-specs .callout {
  background-color: #e6e6dba8;
  margin-bottom: 1rem;
}
.platforms .callout {
  background-color: #e6e6dba8;
  margin-bottom: 3rem;
}

.callout {
  background-color: #e6e6dba8;
}

.analytics-platform-specs h4 {
  font-family: pirulen, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
  text-rendering: optimizeLegibility;
}


.top-bar {
  background-color: #FFFFFF;
}
.top-bar, .top-bar ul {
  background-color: #FFFFFF;
}

.top-bar .menu a:hover {
  /* font-family: pirulen, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.7rem;
  margin-bottom: 0; */
  color: #9b9b9b;
}

.featured-slider {
  background-color: #D7D6CB;
  /*background-image: url(../images/tech-circle-bg.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -600px center;*/
  min-height: 400px;
  align-content: center;
}
.article-header {
  margin-top: 1rem;
}
.page-post-divider {
  border: 0;
  height: 1px; /* or any thickness you prefer */
  background-color: white;
  margin: 4rem 0; /* adjust the spacing as needed */
}
.article-preview {
  /*background-color: #FFFFFF;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid rgb(255, 255, 255); 
  background-color: #ffffff62;
  border: 1px solid #FFFFFF; */
  margin-bottom:2rem;
  padding: 1rem;
}

.entry-content {
  
}
.ai-article {
  margin-bottom: 4rem;
}
.article-header h2.custom-content-title a {
  font-size: 0.9rem;
}
.wp-block-group {
  /* background-color: #FFFFFF;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid rgb(255, 255, 255);
  background-color: #ffffff62;
  border: 1px solid #FFFFFF;*/
  padding: 1rem;
  margin-bottom: 2rem;
}
a:focus, a:hover {
  color: #809EAD;
}
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.87);
  line-height: 0;
}
a.thumbnail {
  -webkit-transition: -webkit-box-shadow .2s ease-out;
  transition: -webkit-box-shadow .2s ease-out;
  transition: box-shadow .2s ease-out;
  transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
}
.index-main-title {
  font-size: 1.4rem;
}
.sidebar {
  margin-top: 2.4rem;
}
.radius {
  border-radius: 2rem;
}
.bot-head {
  margin-bottom: 2rem;
}
.index-page-header {
  margin-bottom: 2rem;
}

.main-nav-container {
  background-color: #D7D6CB;
}
.content {
  background-color: #D7D6CB;
  background-image: url(../images/tech-circle-bg.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -600px center;
}
.content .inner-content {
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.featured-image {
  margin-bottom: 2rem;
}

a {
  line-height: inherit;
  color: #809EAD;
  text-decoration: none;
  cursor: pointer;
}


.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
}
.top-bar .menu a {
  font-family: pirulen, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.7rem;
  margin-bottom: 0;
  color: #191919;
}

.menu a {
  font-family: pirulen, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  margin-bottom: 0;
  color: #191919;
}

.menu .active>a {
  background: transparent;
  color: #809EAD;
  border-bottom: 2px solid #809EAD;
}
.search-bar-field {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding-left: 1rem;
}
.menu .search-btn {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  font-family: pirulen, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.7rem;
}
.sidebar .wp-block-heading {
  background-image: url(../images/tech-circle-bg.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -600px center;
  background-color: #4D4D4F;
  font-size: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  color: #FFFFFF;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.min-logo-width {
  min-width: 100px;
}
.menu-icon {
  align-self: center;
  color: #1A1A1A; /* Change the icon color */
}

.menu-icon::before {
  color: #1A1A1A; /* Ensure the color is applied to the pseudo-element */
}
.top-bar .menu-icon {
  color: #1A1A1A; /* Change the icon color */
}

.top-bar .menu-icon::before {
  color: #1A1A1A; /* Ensure the color is applied to the pseudo-element */
}

.top-bar .menu-icon:hover {
  color: #333; /* Change the icon color on hover */
}

.top-bar .menu-icon::before:hover {
  color: #333; /* Change the icon color on hover for pseudo-element */
}

.button {
  background-color: #809EAD;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-radius: 2px;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-radius: 2px;
}

.button:hover {
  background-color: #476777;
}

.social-bar {
  padding-top: 0.2rem;
  padding-bottom: 1rem;
  /*border-bottom: 10px solid #809EAD;
  box-shadow: 10px 5px 5px #1A1A1A;*/
}

.social-bar .menu a {
  color: #1A1A1A;
}

.social-bar .menu a:hover {
  color: #809EAD;
}

.gform-theme--framework .gf_progressbar .percentbar_blue {
  background-color: #809ead;
}

/*.pagination-previous a, .pagination-next a {
  color: #4d4d4f;
} */

.front-page-content {
  background-color: #D7D6CB;
  background-image: url(../images/tech-circle-bg-light.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -600px center;
  margin-top: 0px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.multi-blog-slider {
  background-image: url(../images/tech-circle-bg-light.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -600px center;
  background-color: #809EAD;
  padding: 0px;

}

.page-sub-navigation {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-sub-navigation .menu a, .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  color: #FFFFFF;
  border-color: #FFFFFF transparent transparent;
}

.discord-banner {
  background-color: #4D4D4F;
  min-height: 200px;
}


.tri-featured {
  background-color: #D7D6CB;
  min-height: 400px;
}

.ad-banner-bottom {
  background-color: #1A1A1A;
  color: #FFFFFF;
  min-height: 300px;
  align-content: center;
}

.footer {
  background-color: #809EAD;
  align-content: end;
  padding-top: 6rem;
}
.callout {
  padding: 1.5rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.custom-sidebar {
  margin-top: 0.75rem;
}
.custom-video-sidebar {
  margin-top: 0.75rem;
}
.copyright {
  margin-top: 6rem;
}
.center-column {
  border-right: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  /* background-color: #D7D6CB;*/
}
.footer .input-group-label {
  font-family: pirulen, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.6rem;
  text-rendering: optimizeLegibility;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  min-width: 8rem;
  height: 2rem;
  padding-top: 0.2rem;
}
.footer .input-group-field {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  height: 2rem;
}
.footer .logo-container {
  background-color: transparent;
}
.footer .button {
  border-radius: 2rem;
}

.bot-head-small {
  max-height: 42px;
}
.sidebar {
  margin-top: 0px;
}
.ad-block {
  margin-bottom: 2rem;
}

.entry-title {
  margin-top: 1.5rem;
}

.gform-body .gform_body input {
  border-color: 1px solid #FFFFFF;
}


/****************************************************
* Featured Front-Page Custom Post Type Styles
****************************************************/
.ai-analytics-preview-container {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.content-type-details {
  margin-bottom: 2rem;
}
.main-post-type-section-title {
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
}
.main-post-type-section-title i {
  color: #809EAD;
}
h3.post-title-small {
  margin-top: 1rem;
}
.post-title-small a {
  font-size: 0.9rem;
}

.analytics-post {
  margin-bottom: 4rem;
}


.pagination .current {
  padding: .1875rem .625rem;
  background-color: #809EAD;
  color: #fefefe;
  border-radius: 2rem;
  cursor: default;
}


.inner-content li {
  line-height: 2.4;
}

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

  .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: #eeeeee41;
  border: 1px solid #FFFFFF;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eeeeee41;
  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 */
