/*
Theme Name: G2 Blog
Theme URI: https://www.g2crowd.com
Author: G2 Crowd
Author URI: https://www.g2crowd.com
Description: G2 Crowd Blog Theme
Version: 1.0.0
Template: x

DO NOT edit the css directly, ONLY the SCSS!!!
*/
.entry-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 350%;
}
@media (max-width: 767px) {
  .entry-title {
    font-size: 250%;
  }
}
body .h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 300%;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  text-transform: uppercase;
}
.default-list dt {
  margin: 25px 0 0 0;
  padding-top: 25px;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.default-list dt a {
  color: #000;
}
.default-list dt a:hover {
  text-decoration: underline;
}
.default-list dd {
  font-size: 18px;
  margin: 8px 0 0 0;
}
.default-list.centered {
  text-align: center;
}
.default-list dd + dt {
  border-top: solid 1px rgba(0, 0, 0, .1);
}
.page-template .x-breadcrumb-wrap {
  display: none;
}
.custom-band.team {
  position: relative;
  width: 100%;
  display: table-cell;
  height: 450px;
  vertical-align: bottom;
  text-align: center;
}
.custom-band.team h4 {
  margin: 0;
  color: #fff;
  padding: 2%;
  background: rgba(233, 87, 0, .85);
  text-transform: uppercase;
  text-shadow: 2px 2px 0px #000;
}
.x-colophon {
  background-color: #373737;
  border-top-color: rgba(255, 255, 255, .3);
  box-shadow: none;
}
.x-colophon.top {
  padding-top: 30px;
  padding-bottom: 30px;
}
.x-colophon + .x-colophon {
  box-shadow: none;
  border-top: solid 1px rgba(255, 255, 255, .2);
}
.x-colophon .h-widget {
  color: #fff;
  text-shadow: none;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 300;
}
.x-colophon .menu {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.x-colophon .menu li {
  border-width: 0 !important;
  line-height: 22px;
  font-size: 14px;
}
.x-colophon .menu li > a {
  display: inline-block;
  border-width: 0 !important;
  box-shadow: none;
  text-shadow: none;
  background: transparent;
  color: #b9b9b9;
  padding: 0;
}
.x-colophon .menu li > a:hover {
  background: transparent;
  color: #fff;
  text-decoration: underline;
}
.x-colophon .menu li > a:before {
  display: none;
}
.x-navbar {
  background: #446373;
}
body .x-navbar .desktop .x-nav {
  font-size: 0;
}
body .x-navbar .desktop .x-nav li {
  font-size: 15px;
}
body .x-navbar .desktop .x-nav > li {
  display: inline-block;
  float: none;
}
body .x-navbar .desktop .x-nav > li.x-active > a {
  box-shadow: none !important;
}
body .x-navbar .desktop .x-nav > li > a {
  text-transform: none;
  display: inline-block;
  font-weight: normal;
}
body .x-navbar .desktop .x-nav > li:hover > a {
  background: rgba(255, 255, 255, .25);
  box-shadow: none;
}
body .x-navbar .desktop .x-nav > li > .sub-menu {
  top: 72px !important;
}
body .x-navbar .desktop .x-nav > li > .sub-menu > li > a {
  color: #e95700 !important;
}
body .x-navbar .desktop .x-nav > li > .sub-menu > li a:hover {
  background: #eaeaea;
}
body .x-navbar .desktop .x-nav > li > .sub-menu .sub-menu > li > a {
  color: #333;
}
body .x-navbar .desktop .x-nav .sub-menu {
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0);
  border: solid 1px #ccc;
  border-width: 0 1px 1px 1px;
}
body .x-navbar .desktop .x-nav .sub-menu li a {
  line-height: 0.9;
  font-size: 14px;
}
body .x-navbar .desktop .x-nav .sub-menu .sub-menu {
  border-top-width: 1px;
  width: 450px;
}
body .x-navbar .desktop .x-nav .sub-menu .sub-menu:after {
  position: absolute;
  width: 1px;
  content: '';
  display: block;
  background: rgba(204, 204, 204, .35);
  top: 0;
  bottom: 0;
  left: 50%;
}
body .x-navbar .desktop .x-nav .sub-menu .sub-menu li {
  float: left;
  width: 50%;
  overflow: hidden;
  font-size: 13px;
}
body .x-navbar .desktop .x-nav .menu-item.all-categories {
  border-top: solid 1px #ccc;
  margin: 2px 0 -8px 0;
}
body .x-navbar .desktop .x-nav > .current-menu-item > a {
  background: rgba(255, 255, 255, .15);
  box-shadow: none;
}
body .x-navbar .desktop .x-nav li > a > span:after {
  display: none;
}
body .x-navbar .desktop .x-nav li > .sub-menu {
  display: none;
}
body .x-navbar .desktop .x-nav li:hover > .sub-menu {
  display: block;
}
.x-navbar .mobile .x-nav ul {
  margin: 0;
}
.x-navbar .mobile .x-nav ul > li > a {
  padding-left: 30px;
}
.x-navbar .mobile .pre-nav {
  margin-bottom: 0;
}
.x-navbar .mobile .pre-nav + .x-nav {
  margin-top: 0;
}
.x-btn-navbar, .x-btn-navbar.collapsed {
  background: transparent;
  margin-top: 18px !important;
  padding: 4px 6px;
  border-radius: 0;
  box-shadow: none !important;
  color: #fff !important;
}
.x-btn-navbar:hover, .x-btn-navbar.collapsed:hover {
  background: rgba(255, 255, 255, .2);
}
.x-btn-navbar i, .x-btn-navbar.collapsed i {
  text-shadow: none;
}
.nav-table {
  width: 100%;
}
@media (min-width: 979px) {
  .nav-table {
    display: table;
  }
  .nav-table .cell {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
  }
  .nav-table .logo-cell {
    min-width: 130px;
    max-width: 130px;
  }
  .nav-table .logo-cell img {
    display: block;
  }
}
.header-search-wrapper {
  position: relative;
  margin: 0px 29px 0 8px;
}
.header-search-wrapper .twitter-typeahead {
  width: 100%;
}
.header-search-wrapper form {
  margin: 0;
}
.header-search-wrapper button {
  position: absolute;
  right: 0;
  height: 32px;
  line-height: 30px;
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 0;
  background: #e95700;
  padding: 0;
}
.header-search-wrapper button:hover {
  box-shadow: none;
  background: #d04d00;
  border-color: #fff;
}
.header-search-wrapper button:focus, .header-search-wrapper button:active {
  outline: none;
  box-shadow: none;
  background: #ff6103;
}
.header-search-wrapper button i {
  text-shadow: none;
  line-height: 30px;
  padding: 0 24px;
  display: inline-block;
  top: 0;
  margin: 0 auto;
}
.header-search-wrapper input {
  width: 100% !important;
  border-radius: 0;
  border: #fff 1px solid !important;
  outline: none;
  height: 32px;
  margin: 0;
}
@media (max-width: 979px) {
  .header-search-wrapper {
    display: none;
  }
}
.tt-menu {
  margin: 0 0 0 0;
  width: 100%;
  border: #dedede 1px solid;
  border-top: solid 1px #dedede;
  border-bottom: none;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
  overflow: hidden;
}
.tt-heading {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tt-heading {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 24px;
  padding: 8px 24px;
  color: #e95700;
  height: 40px;
  font-weight: 400;
}
.tt-suggestion {
  position: relative;
  display: block;
  padding: 2px 24px;
  cursor: pointer;
  font-size: 14px;
  color: #555;
}
.tt-suggestion.tt-cursor {
  background: rgba(234, 234, 234, .75);
}
.tt-suggestion.tt-cursor:after {
  left: 0;
  opacity: 1;
}
.tt-suggestion:last-child {
  padding-bottom: 8px;
  border-bottom: solid 1px #dedede;
}
.tt-suggestion:after {
  content: '';
  position: absolute;
  display: block;
  background-color: #e95700;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  transition: 0.2s all ease-in-out;
  opacity: 0;
}
.search-thumb-wrapper {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: solid 1px #ddd;
  padding: 2px;
  margin-right: 8px;
  background: #fff;
}
.search-thumb {
  max-height: 100%;
  max-width: 100%;
}
.news-list {
  text-shadow: none;
  display: block;
  margin: 0;
}
.news-list a {
  border: none !important;
}
.news-list .square-date {
  font-size: 18px;
  color: #446373;
  font-style: italic;
}
.news-list .square-date div {
  display: inline-block;
}
.news-list .news {
  margin-top: 2em;
  padding: 0;
}
@media (min-width: 979px) {
  .news-list > li {
    display: table-row;
  }
  .news-list > li > div {
    display: table-cell;
    border: solid 1px rgba(68, 99, 115, .2);
    border-width: 1px 1px 0 0;
    vertical-align: middle;
  }
  .news-list > li > div:first-child {
    border-left-width: 1px;
  }
  .news-list > li:last-child > div {
    border-bottom: solid 1px rgba(68, 99, 115, .2);
  }
  .news-list .square-date {
    font-style: normal;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    background: #fff;
    text-align: center;
  }
  .news-list .square-date div {
    display: block;
  }
  .news-list .square-date .day {
    line-height: 35px;
    height: 35px;
    font-weight: 400;
    font-size: 48px;
  }
  .news-list .square-date .month-year {
    margin-top: 8px;
    font-size: 11px;
    height: 15px;
    line-height: 15px;
  }
  .news-list .media-wrapper {
    padding: 24px;
  }
  .news-list .description-wrapper {
    padding: 24px;
  }
}
.news-list .media-wrapper img {
  margin: 20px 0;
  max-width: 150px;
  max-height: 150px;
}
@media (min-width: 979px) {
  .news-list .media-wrapper img {
    margin: 0;
  }
}
.news-list .title {
  color: #446373;
  text-decoration: none;
  border: none;
  font-weight: 400;
  font-size: 20px;
}
.news-list .description {
  font-size: 14px;
}
.news-list .description a {
  color: #e95700;
  font-weight: 600;
}
.x-sidebar .x-recent-posts > a {
  margin-bottom: 8px;
  border-radius: 0;
  box-shadow: none;
}
.x-sidebar .x-recent-posts h3 {
  text-transform: none;
  font-weight: 300;
  color: #333;
  font-size: 18px;
  text-shadow: none;
}
.x-sidebar .x-recent-posts .x-recent-posts-img {
  max-width: 100%;
  border-radius: 0;
}
.x-sidebar .x-recent-posts.vertical > a:last-child {
  margin-right: 4%;
}
ul.team-list {
  box-shadow: none;
}
ul.team-list li {
  border: none;
  box-shadow: none;
}
.team-member-name {
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: 24px;
  width: 100%;
  height: 28px;
  line-height: 28px;
}
.team-member-title {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-weight: 600;
}
.team-image-wrapper {
  position: relative;
}
.team-list li {
  background: transparent;
  overflow: hidden;
  padding: 0 !important;
}
.team-list li:hover {
  background: transparent !important;
}
.team-icon-overlay {
  position: absolute;
  top: 8px;
  left: 8px;
}
.team-icon-overlay a {
  position: relative;
  float: left;
  overflow: hidden;
  height: 36px;
  display: block;
  clear: both;
  color: #fff !important;
  padding: 4px;
  margin: 0 0 0px;
}
.team-icon-overlay a:focus, .team-icon-overlay a:active {
  outline: none;
}
.team-icon-overlay a:hover {
  text-decoration: none !important;
}
.team-icon-overlay a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, .7);
  transform: translateX(-200px);
  transition: all 0.2s ease-in-out 0.15s;
}
.team-icon-overlay a span {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
  position: relative;
  z-index: 5;
  display: inline-block;
  margin: 0 10px;
  color: #fff !important;
  transform: translateX(-200px);
  transition: all 0.2s ease-in-out;
}
.team-icon-overlay a:hover:after {
  transform: translateX(0);
  transition: all 0.2s ease-in-out;
}
.team-icon-overlay a:hover span {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.2s ease-in-out 0.15s;
}
.team-icon-overlay a:hover i {
  background-color: rgba(0, 0, 0, .65);
  transition: background-color 0.2s ease-in-out;
}
.team-icon-overlay i {
  z-index: 5;
  position: relative;
  float: left;
  color: #fff;
  height: 28px;
  width: 28px;
  border: solid 1px #fff;
  text-align: center;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, .4);
  transition: background-color 0.3s ease-in-out;
}
.social-buttons > a {
  margin-left: 4px;
  border: solid 1px #e95700;
  padding: 6px 6px 6px 10px;
}
.social-buttons > a:hover {
  background: rgba(233, 87, 0, .15);
}
.icon-show-secondary-image {
  position: absolute;
  bottom: 5px;
  right: 15px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  z-index: 8;
  transition: 0.4s all ease-in-out;
}
.icon-show-secondary-image:hover {
  color: #e95700;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .6);
}
.secondary-image {
  top: 0;
  left: -400px;
  height: 100.5%;
  width: 100.5%;
  position: absolute;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.icon-show-secondary-image:hover + .secondary-image {
  opacity: 1;
  transform: translateX(400px);
}
.uppercase {
  text-transform: uppercase;
}
.spaced-letters {
  letter-spacing: 2px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
}
.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
.strong {
  font-weight: 400;
}
.full-width {
  width: 100%;
}
.widget_dpe_fp_widget {
  list-style-type: none;
}
.widget_dpe_fp_widget ul {
  border: none;
  border-radius: 0;
}
.widget ul li a {
  border: none;
  text-shadow: none;
}
.content a:hover {
  text-decoration: underline;
}
.blue-color {
  color: #446373;
}
.gray-color {
  color: #666;
}
.orange-color {
  color: #e95700;
}
h4 + ul {
  margin-top: -10px;
}
h4 + h5 {
  margin-top: 0;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
}
.left {
  float: left;
}
.small-img {
  max-width: 150px;
}
.h3.orange-color {
  color: #e95700;
}
.larger-text {
  font-size: 18px;
}
@media (min-width: 979px) {
  .larger-text {
    font-size: 21px;
  }
}
.largest-text {
  font-size: 18px;
}
@media (min-width: 979px) {
  .largest-text {
    font-size: 28px;
  }
}
#g2-crowd-widget-testimonials {
  border: none !important;
}
.x-breadcrumb-wrap a, .x-breadcrumb-wrap a i {
  color: #e95700;
}
.x-breadcrumb-wrap .x-breadcrumbs a {
  color: #e95700;
}
.x-breadcrumb-wrap .x-breadcrumbs a i {
  color: #e95700;
}
.x-breadcrumb-wrap .x-breadcrumbs a:hover {
  color: #b64400;
}
.x-breadcrumb-wrap .x-breadcrumbs .current {
  color: #333;
}
.x-breadcrumb-wrap .x-breadcrumbs .delimiter {
  color: #333;
}
.x-social-global a {
  color: #fff;
}

.x-recent-posts .x-recent-posts-img {
    float: left;
    width: 30%;
    padding-bottom: 25%;
}


.x-recent-posts-content .h-recent-posts  {
    font-size: 20px;
    text-transform: capitalize;
}

.x-recent-posts-content .x-recent-posts-date  {
    font-size: 16px;
}

.x-recent-posts .format-standard .x-recent-posts-img:before {
  display: none;
}

.x-recent-posts .x-recent-posts-content {

}

.x-recent-posts .x-recent-posts-content {
    float: left;
    width: 68%;
    margin-left: 2%;
    padding: 0 0.75em 0.775em;
}

.x-recent-posts a {
    padding: 5px;
}

.persona-widget .h-widget {
  display: none;
}

.featured-widget {
  padding-bottom: 1em;
}

.featured-widget .h-widget {
  font-size: 28px;
  font-weight: 400;
  color: #446373;
  padding: 0.5em 0 0 0.5em ;
}

.persona-widget .widget ul li {
  border-bottom: none;
}

.persona-widget .hentry {
  margin-top: 1em;
}

.featured-article-title {
  font-size: 28px;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
  text-transform: capitalize;
}

.persona-title h2 {
  font-size: 28px;
  padding: 0.4em 0.5em;
  color: #446373;
  font-weight: 400;
  margin-top: 17px;
  margin-bottom: 0;
}

.persona-title a {
  color: #446373;
}

.persona-post-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0.25em;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}

.persona-title-img img {
  padding: 0.65em 0.85em;
}

.persona-post-meta {
  font-size: 16px;
  text-transform: uppercase;
}

.persona-posts img {
}

.persona-wrapper {
  display: inline-block;
}

.persona-more-link a {
  text-transform: uppercase;
  padding: 0 0.85em;
  color: #7a7a7a;
}

.widget ul li a.more-link {
  color: #e86138;
  font-weight: 400;
}
