/********************/
/* Header */
/********************/
.main-header.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
  opacity: 0.95;
  z-index: 100000;
  -webkit-transition: all 0.7s fade;
  transition: all 0.7s;
}
.main-header.sticky.smaller {
  height: 43px;
}
.main-header.sticky.smaller .site-title {
  margin: 2px 0;
  font-size: 24px !important;
}
.main-header.sticky.smaller .main-navigation .nav {
  line-height: 38px;
}
.main-header.sticky.smaller .main-navigation .nav a {
  font-size: 13px !important;
}
@media (max-width: 767px) {
  .main-header.sticky {
    position: absolute !important;
  }
}
.tooltip {
  z-index: 100001;
}
.sticky-head .main-header {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
}
.sticky-head.transparent-header #sticky-header-height {
  display: none;
}
@media (max-width: 767px) {
  .transparent-header #sticky-header-height {
    display: none !important;
  }
  .transparent-header .main-header.sticky {
    position: absolute !important;
  }
  .quest-row {
    background-size: auto !important;
  }
}
.transparent-header .page-builder .quest-row.fullscreen:first-child .container:first-of-type,
.transparent-header .page-builder .quest-row.fullscreen:first-child .container-fluid:first-of-type {
  padding-top: 0 !important;
}
.header-version2 .site-branding {
  float: none;
  width: 100%;
  text-align: center;
}
.header-version2 .site-branding .logo {
  text-align: center;
}
.header-version2 #site-navigation {
  float: none;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
.header-version2 #site-navigation .nav {
  float: none;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767px) {
  .header-version2 #site-navigation .nav {
    float: left;
    text-align: left;
    display: block !important;
    width: 100%;
  }
}
.header-below .page-builder .quest-row:first-child {
  display: none;
}
#side-header {
  display: none;
}
@media (min-width: 768px) {
  .sidebar-header #masthead,
  .sidebar-header #sticky-header-height,
  .sidebar-header #colophon {
    display: none !important;
  }
  .sidebar-header #page {
    margin-left: 300px;
  }
  .sidebar-header .container {
    width: 100% !important;
  }
  #side-header {
    display: block;
    position: fixed;
    width: 300px !important;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding: 15px;
  }
  #side-header .site-branding {
    margin: 50px 0 40px;
  }
  #side-header .site-branding .logo {
    text-align: center;
  }
  #side-header .main-navigation .nav > li.current-menu-item,
  #side-header .main-navigation .nav > li.current-menu-parent {
    border: none !important;
  }
  #side-header .navbar-nav {
    float: none !important;
  }
  #side-header .navbar-nav > li {
    float: none !important;
    display: block;
  }
  #side-header .navbar-nav > li a {
    line-height: 1.5em !important;
    padding: 10px 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
  #side-header .navbar-nav .dropdown-menu {
    padding-left: 10px;
    position: relative !important;
    float: none;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    text-align: center;
  }
  #side-header .navbar-nav .dropdown-menu a {
    padding: 7px 0;
    opacity: 0.75;
  }
  #side-header .navbar-nav .dropdown-menu > li > a:hover,
  #side-header .navbar-nav .dropdown-menu > li > a:focus {
    background-color: transparent !important;
  }
  #side-header .nav > li > a:hover,
  #side-header .nav > li > a:focus,
  #side-header .nav .open > a,
  #side-header .nav .open > a:hover,
  #side-header .nav .open > a:focus,
  #side-header .nav .current-menu-item a,
  #side-header .nav .current-menu-parent > a {
    background-color: transparent !important;
  }
  #side-header #menu-item-search {
    display: none !important;
  }
  #side-header .footer-icons {
    margin: 70px 0 40px;
  }
  #side-header .footer-icons ul {
    padding: 0;
    margin-bottom: 0;
  }
  #side-header .footer-icons ul li {
    display: inline-block;
  }
  #side-header .footer-icons ul li a {
    padding: 10px;
    font-size: 16px;
    opacity: 0.9;
  }
}
.transparent-header.sidebar-header {
  position: relative;
}
.transparent-header.sidebar-header .page-builder .quest-row:first-child {
  padding-top: 0 !important;
}
.transparent-header.sidebar-header .page-builder .quest-row:first-child .container:first-of-type,
.transparent-header.sidebar-header .page-builder .quest-row:first-child .container-fluid:first-of-type {
  padding-top: 0 !important;
}
/********************/
/* Scroll Bars */
/********************/
.quest-track {
  width: 10px;
  background: rgba(0, 0, 0, 0);
  margin-right: 2px;
  border-radius: 10px;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear;
}
.quest-track:hover,
.quest-track.dragging {
  background: #d9d9d9;
  /* Browsers without rgba support */
  background: rgba(0, 0, 0, 0.15);
}
.quest-handle {
  width: 7px;
  right: 0;
  background: #999;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 7px;
  -webkit-transition: width 250ms;
  transition: width 250ms;
}
.quest-track:hover .handle3,
.quest-track.dragging .handle3 {
  width: 10px;
}
/********************/
/* Modules */
/********************/
.quest-title {
  margin: 0 0 30px;
  overflow: hidden;
  position: relative;
}
.quest-title .title-heading-left {
  text-align: left;
}
.quest-title .title-heading-center {
  text-align: center;
}
.quest-title .title-heading-right {
  text-align: right;
}
.quest-title.center {
  text-align: center;
}
.quest-title.left {
  text-align: left;
}
.quest-title.left .quest-sep-line-below .inner:before {
  display: none;
}
.quest-title.left .quest-sep-line-below .inner:after {
  right: -10px;
}
.quest-title.left .quest-sep-line-below .inner .inner-icon {
  left: 10px;
}
.quest-title.right {
  text-align: right;
}
.quest-title.right .quest-sep-line-below .inner:before {
  left: -10px;
}
.quest-title.right .quest-sep-line-below .inner:after {
  display: none;
}
.quest-title.right .quest-sep-line-below .inner .inner-icon {
  right: 5px;
  left: auto;
}
.quest-title h1.double-line span,
.quest-title h2.double-line span,
.quest-title h3.double-line span,
.quest-title h4.double-line span,
.quest-title h5.double-line span,
.quest-title h6.double-line span {
  display: inline-block;
  position: relative;
  border: 0px solid #000;
}
.quest-title h1.double-line span:before,
.quest-title h2.double-line span:before,
.quest-title h3.double-line span:before,
.quest-title h4.double-line span:before,
.quest-title h5.double-line span:before,
.quest-title h6.double-line span:before,
.quest-title h1.double-line span:after,
.quest-title h2.double-line span:after,
.quest-title h3.double-line span:after,
.quest-title h4.double-line span:after,
.quest-title h5.double-line span:after,
.quest-title h6.double-line span:after {
  content: "";
  position: absolute;
  height: 6px;
  border-bottom: 0px solid #000;
  border-bottom: 1px solid #e0dede;
  border-top: 1px solid #e0dede;
  top: 50%;
  margin-top: -2px;
  width: 2000px;
}
.quest-title h1.double-line span:before,
.quest-title h2.double-line span:before,
.quest-title h3.double-line span:before,
.quest-title h4.double-line span:before,
.quest-title h5.double-line span:before,
.quest-title h6.double-line span:before {
  right: 100%;
  margin-right: 15px;
}
.quest-title h1.double-line span:after,
.quest-title h2.double-line span:after,
.quest-title h3.double-line span:after,
.quest-title h4.double-line span:after,
.quest-title h5.double-line span:after,
.quest-title h6.double-line span:after {
  left: 100%;
  margin-left: 15px;
}
.quest-title .quest-sep-line-below {
  height: 20px;
  line-height: 20px;
  margin: 0 0 25px ;
  display: inline-block;
  width: 35%;
  max-width: 320px;
  overflow: hidden;
  position: relative;
}
.quest-title .quest-sep-line-below .inner {
  display: block;
}
.quest-title .quest-sep-line-below .inner:before,
.quest-title .quest-sep-line-below .inner:after {
  content: '';
  display: inline-block;
  height: 1px;
  background-color: #e5e5e5;
  width: 100%;
  position: absolute;
  top: 5px;
  left: -50%;
  margin-left: -4px;
}
.quest-title .quest-sep-line-below .inner:after {
  left: auto;
  right: -50%;
  margin-right: -4px;
}
.quest-title .quest-sep-line-below .inner .inner-icon {
  display: block;
  position: absolute;
  top: 1px;
  left: 50%;
  margin-left: -5px;
  border: 1px solid #e5e5e5;
  width: 9px;
  height: 9px;
  border-radius: 10px;
}
.quest-title .quest-sep-line-below-simple {
  margin: 0 0 25px ;
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #e5e5e5;
}
.panel {
  margin-bottom: 3em;
}
.panel .panel-heading {
  font-size: 15px;
  border-radius: 0;
  position: relative;
  padding: 0;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #f4f4f4 100%);
}
.panel .panel-heading .fa-chevron-right,
.panel .panel-heading .fa-chevron-down,
.panel .panel-heading .fa-minus,
.panel .panel-heading .fa-plus {
  position: absolute;
  right: 12px;
  font-size: 12px;
  top: 11px;
  visibility: hidden;
  width: 14px;
  height: 14px;
  line-height: 15px;
  text-align: center;
  border-radius: 2px;
}
.panel .panel-heading a.collapsed .fa-chevron-right,
.panel .panel-heading a.collapsed .fa-plus {
  visibility: visible;
}
.panel .panel-heading a.collapsed .fa-chevron-down,
.panel .panel-heading a.collapsed .fa-minus {
  visibility: hidden;
}
.panel .panel-heading a {
  border: none;
  border-radius: 0;
  color: #908d8d;
  padding: 6px 15px;
  display: block;
}
.panel .panel-heading a .fa {
  margin-right: 5px;
}
.panel .panel-heading a .fa-chevron-right,
.panel .panel-heading a .fa-plus {
  visibility: hidden;
}
.panel .panel-heading a .fa-chevron-down,
.panel .panel-heading a .fa-minus {
  visibility: visible;
}
.panel .panel-heading a:hover {
  background: transparent;
  color: #656262;
}
.panel-group .panel {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 8px !important;
  border-radius: 0;
}
.tab-container {
  border: 1px solid #e5e5e5;
  margin-bottom: 3em;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.tab-container ul li {
  margin-bottom: -1px;
}
.nav-tabs,
.tabs-left.nav-tabs {
  background: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #f4f4f4 100%);
  margin-bottom: 0 !important;
}
.nav-tabs li {
  border-left: 1px solid #e8e8e8;
  list-style-type: none;
}
.nav-tabs li a {
  padding: 10px 15px;
  border: none;
  border-radius: 0;
  margin-right: 0;
  color: #908d8d;
}
.tabs-left.nav-tabs li {
  border-left: 1px solid #e8e8e8;
  border-left: none;
  box-shadow: -1px 0 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
  list-style-type: none;
  margin-right: -1px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
}
.tabs-left.nav-tabs li a {
  padding: 10px 15px;
  border: none;
  border-radius: 0;
  margin-right: 0;
  color: #908d8d;
  margin-bottom: 0;
}
.tabs-left.nav-tabs li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  box-shadow: none;
}
.nav-tabs li:first-child,
.tabs-left.nav-tabs li:first-child {
  border-left: none;
  box-shadow: none;
}
.nav-tabs li a:hover,
.tabs-left.nav-tabs li a:hover {
  background: transparent;
  color: #656262;
}
.nav-tabs li.active a,
.tabs-left.nav-tabs li.active a {
  color: #656262;
  background: #ffffff;
  border: none;
  margin-right: 0;
}
.nav-tabs li.active a:hover,
.tabs-left.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus,
.tabs-left.nav-tabs li.active a:focus {
  border: none;
}
.tab-content {
  padding: 20px;
}
.tab-content:after {
  content: "";
  display: table;
  clear: both;
}
.tab-pane p:last-child,
.panel-body p:last-child {
  margin-bottom: 0;
}
.pricing-table {
  text-align: center;
}
.pricing-table.col-1 .price-item {
  width: 96%;
  margin: 2%;
}
.pricing-table.col-2 .price-item {
  width: 46%;
  margin: 2%;
}
.pricing-table.col-3 .price-item {
  width: 30%;
  margin: 1.65%;
}
.pricing-table.col-4 .price-item {
  width: 22.5%;
  margin: 1.25%;
}
.pricing-table.col-5 .price-item {
  width: 18%;
  margin: 1%;
}
.pricing-table.col-6 .price-item {
  width: 14.95%;
  margin: 0.85%;
}
.pricing-table.v-middle .price-item {
  vertical-align: middle;
}
.pricing-table.v-bottom .price-item {
  vertical-align: bottom;
}
.pricing-table .price-item {
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.pricing-table .price-item .cycle {
  font-size: 0.6em;
}
.pricing-table .price-item.featured {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
      transform: scale(1.03);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.pricing-table .price-item.featured h2 {
  text-shadow: #e5e1e0 0px -1px 0px;
}
.pricing-table ul {
  padding: 0;
  margin-bottom: 0;
}
.pricing-table ul li {
  list-style-type: none;
  margin: 0;
  padding: 1em 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.pricing-table ul li:nth-child(even) {
  background: #fafafa;
}
.pricing-table ul li:last-child {
  border-bottom: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pricing-table .header {
  margin: 0;
  padding: 0.7em 0;
  background: #27ae60;
  color: #ffffff;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.pricing-table .price {
  font-size: 3.5em;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  background: #239e57;
  padding: 1em 10px;
  color: #fff;
}
.pricing-table .price .currency {
  position: relative;
  top: -0.2em;
  left: -0.1em;
  font-size: 0.7em;
  opacity: 0.4;
  color: #000;
  filter: alpha(opacity=40);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.pricing-table .price .per {
  opacity: 0.4;
  color: #000;
  filter: alpha(opacity=40);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: relative;
  bottom: 0.2em;
  right: -0.1em;
  font-size: 0.7em;
}
@media (max-width: 767px) {
  .pricing-table.col-1 .price-item,
  .pricing-table.col-2 .price-item,
  .pricing-table.col-3 .price-item,
  .pricing-table.col-4 .price-item,
  .pricing-table.col-5 .price-item,
  .pricing-table.col-6 .price-item {
    width: 96%;
    margin: 2%;
  }
}
.testimonial {
  padding: 20px;
}
.testimonial .testimonial-image {
  float: left;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.testimonial .testimonial-image img {
  max-width: 100%;
  max-height: 100%;
  min-height: 80px;
  min-width: 80px;
}
.testimonial .testimonial-content,
.testimonial .testimonial-info {
  margin-left: 100px;
}
.testimonial .testimonial-content p,
.testimonial .testimonial-info p {
  margin-bottom: 10px;
}
.testimonial .name {
  display: block;
  font-weight: bold;
}
.testimonial.style2 {
  text-align: center !important;
  padding: 0 35px 20px !important;
}
.testimonial.style2 .testimonial-image {
  float: none;
  text-align: center;
  display: inline-block;
  margin-bottom: 1em;
  border: 4px solid #fff;
}
.testimonial.style2 .testimonial-content {
  font-size: 1.2em;
}
.testimonial.style2 .testimonial-content,
.testimonial.style2 .testimonial-info {
  margin-left: 0;
}
.testimonial.style2 .name {
  display: inline-block;
  font-size: 1.05em;
  margin-right: 6px;
}
.flex-control-nav {
  bottom: -15px !important;
}
.flex-control-paging li a.flex-active {
  opacity: 0.7;
  background-color: transparent !important;
}
.metaslider .flex-control-nav {
  bottom: -30px !important;
}
/* Team Member */
.team-member .team-img-wrap {
  position: relative;
}
.team-member .team-img-wrap:hover > .team-social {
  visibility: visible;
  opacity: 1;
}
.team-member .team-social {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
}
.team-member .team-social-inner {
  text-align: center;
  padding: 0 5%;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.team-member .team-social-inner a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  color: #888;
  border-radius: 40px;
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
}
.team-member .team-member-name {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.team-member .team-member-title {
  margin-bottom: 1em;
}
/* PromoBox */
.promobox {
  padding: 20px;
  border: 1px solid #e5e5e5;
  background: #f6f6f6;
  position: relative;
}
.promobox.right .promobox-button {
  position: absolute;
  height: 100%;
  top: 50%;
  right: 30px;
  margin-top: -25px;
}
.promobox.right .promobox-content {
  margin-right: 180px;
}
.promobox.right .promobox-content p:last-child {
  margin-bottom: 0;
}
.promobox.left .promobox-button {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 30px;
  margin-top: -25px;
}
.promobox.left .promobox-content {
  margin-left: 180px;
}
.promobox.left .promobox-content p:last-child {
  margin-bottom: 0;
}
.promobox.top .promobox-button {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.promobox.top .promobox-content {
  margin-top: 70px;
}
.promobox.top .promobox-content p:last-child {
  margin-bottom: 0;
}
.promobox.bottom .promobox-button {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.promobox.bottom .promobox-content {
  margin-bottom: 70px;
}
.promobox.bottom .promobox-content p:last-child {
  margin-bottom: 0;
}
/*Circle Counters*/
.counter-circle-wrap {
  text-align: center;
  position: relative;
}
.counter-circle-wrap span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.counter-box-wrap {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 20px;
}
.counter-box-wrap .counter-box {
  margin-bottom: 20px;
}
.counter-box-wrap .caption {
  font-size: 18px;
}
/*
 * Core styles (you always need these)
*/
.mapsed-container {
  width: 100%;
  min-width: 200px;
  max-width: 350px;
  font-family: "Calibri", "Arial";
  color: #000;
  /* Fixes problem with scrollbars appearing the first time a tooltip is used on a marker */
  line-height: 1;
}
.mapsed-address-entry {
  /* edit dialog needs to be a bit bigger */
  min-width: 300px;
}
.mapsed-container {
  width: 95%;
  margin: 3px;
}
/*
 * ToolTip styles (you probably always need these)
*/
.mapsed-container h1,
.mapsed-help h3 {
  font-family: Calibri, Arial;
  font-size: medium;
  background-color: #eee;
  color: #333;
  border-radius: 5px;
  padding-left: 5px;
}
.mapsed-container h1 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.mapsed-view h1 {
  cursor: help;
}
/* container for address details, phone, etc */
.mapsed-left {
  vertical-align: top;
}
.mapsed-left address {
  font-size: small;
  margin-bottom: 10px;
}
.mapsed-left a {
  font-size: small;
  color: #428bca;
}
.mapsed-left a:hover,
.mapsed-left a:focus {
  color: #2a6496;
  text-decoration: underline;
}
.mapsed-photo {
  /* Give a bit of space between the elements */
  padding-left: 10px !important;
}
.mapsed-photo,
.mapsed-add-info {
  /* where the photo and additional info appears */
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.mapsed-photo img {
  /* In case there's a "select" button underneath the photo image*/
  margin-bottom: 10px;
  float: right;
}
.mapsed-add-info {
  /* Give a bit of space between the elements */
  padding-left: 10px;
  white-space: nowrap;
}
/* container for address data entry */
.mapsed-address-entry ul {
  list-style-type: none;
  margin: 0 5px 0 5px;
  padding: 0;
}
.mapsed-address-entry ul li {
  margin: 5px 0px;
}
.mapsed-address-entry label {
  width: 100%;
  display: inline-block;
  float: left;
}
.mapsed-address-entry label input {
  display: inline-block;
  width: 70%;
  float: right;
  color: #333;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 2px;
}
.mapsed-address-entry label,
.mapsed-address-entry label input {
  /* force vertical alignment */
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.mapsed-view {
  /* Ensures stuff doesn't wrap around, which looks horrible when it does */
  white-space: nowrap;
}
/*
* Search styles (see "showSearch" property)
*/
input.mapsed-searchbox {
  background-color: #fff;
  padding: 0 11px 0 13px;
  width: 50%;
  font-family: "Calibri", "Arial";
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
  height: 32px;
  border: 1px solid #fff;
  outline: none;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input.mapsed-searchbox:focus {
  border-color: #4d90fe;
  background-color: #fff;
}
/*
* Select styles, see "showSelect" property.
*/
.mapsed-select-container {
  clear: both;
}
/*
* Custom map control styles
*/
.mapsed-control-button {
  border-color: rgba(0, 0, 0, 0.14902);
  border: solid 1px #888;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  padding: 3px 6px;
  font-family: Calibri, Arial;
  font-size: 16px;
  color: #000;
  font-family: Roboto;
  text-decoration: none;
  font-weight: 400;
  line-height: 12px;
  margin-right: 3px;
  cursor: pointer;
}
.gm-style-mtc > div {
  /* Map/Satellite */
  font-size: 12px !important;
  padding: 3px 6px !important;
}
:hover.mapsed-control-button {
  background-color: #ddd;
}
/*
  Dialog styles
*/
.mapsed-buttons td:first-child {
  padding-top: 10px;
  /* we did play with putting these on the right, but the mobile view doesn't show them .... sometimes! */
}
button.mapsed-select-button,
button.mapsed-edit-button,
button.mapsed-save-button,
button.mapsed-delete-button,
button.mapsed-search-button,
button.mapsed-more-button {
  color: #fff;
  padding: 5px 7px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  background-color: #4d90fe;
  border: none;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.mapsed-error {
  color: #880000;
  margin-left: 10px;
}
button.mapsed-search-button,
button.mapsed-more-button {
  /* search button is a little bit different to the other button controls */
  padding: 7px 20px;
  font-size: 15px;
  line-height: 1.3;
}
button.mapsed-more-button[disabled] {
  background-image: -webkit-linear-gradient(top, #f5f9ff, #e9e9e9);
  background-color: #d8d8d8;
  color: silver;
  cursor: auto;
  /*so it doesn't look clickable*/
}
button.mapsed-geo-button {
  color: #B60000;
  cursor: pointer;
}
button.mapsed-geo-button.is-active {
  color: #0024B6;
  font-weight: 300;
}
button.mapsed-select-button,
button.mapsed-edit-button,
button.mapsed-save-button,
button.mapsed-delete-button {
  margin-right: 2px;
}
/*
* Full window styles (just for making the generated div overlay)
*/
.mapsed-full-window {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Google places predictive results are on z-index 1000, so 1 below so they can appear */
  z-index: 999;
}
/*
* Help dialog styles
*/
.mapsed-help {
  margin: 0;
  right: 10px;
  padding: 5px;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 2px;
  box-shadow: 2px 2px 2px #aaa;
  min-width: 250px;
  color: #000;
  cursor: pointer;
}
.mapsed-help h3 {
  margin: 0;
}
.mapsed-help ol {
  padding-left: 25px;
}
.mapsed-help ol li,
.mapsed-help ul li {
  color: #000;
  background-color: #fff;
  margin: initial;
  font-size: small;
}
.mapsed-help ol li {
  list-style-type: decimal;
}
.mapsed-help ul li {
  list-style-type: disc;
}
.mapsed-help-button.open {
  background-color: #ccc;
}
/* modal message support */
.mapsed-modal {
  position: fixed;
  top: 25%;
  left: 25%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  z-index: 2000;
  height: auto;
  font-family: "Calibri", "Arial";
  display: none;
  background: #e74c3c;
  border-radius: 5px;
  color: #fff;
}
.mapsed-modal > div {
  margin: 10px;
}
.mapsed-modal h3 {
  text-align: center;
  padding: 10px;
  margin: 0;
  background-color: #BD4236;
  font-weight: 300;
  font-size: x-large;
  opacity: 0.8;
  border-radius: 5px 5px 0 0;
}
.mapsed-modal-button-bar {
  margin-top: 20px;
}
.mapsed-modal-button-bar::after {
  clear: both;
  content: " ";
}
.mapsed-modal-button-bar .prompt {
  float: left;
  margin: 0;
}
.mapsed-modal-buttons {
  display: block;
  float: right;
  margin-bottom: 20px;
}
.mapsed-modal button {
  padding: 5px 10px;
  background: #c0392b;
  border: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  opacity: 1;
}
.mapsed-modal button:hover {
  background-color: #A5281B;
}
/* button positions - important is required as it gets overridden by Google Maps API */
input.mapsed-searchbox,
button.mapsed-search-button,
button.mapsed-more-button {
  top: 26px !important;
}
input.mapsed-searchbox {
  left: 90px !important;
  width: 440px !important;
}
button.mapsed-search-button {
  left: 540px !important;
}
button.mapsed-more-button {
  left: 605px !important;
}
.mapsed-control-button {
  top: 5px !important;
}
/* mobile overrides */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  td.mapsed-photo {
    /*
Photo takes up too much room on mobile version
Better for the content to be more readable.
*/
    display: none !important;
  }
  .gm-style-mtc > div {
    font-size: 22px !important;
    padding: 10px 5px !important;
    top: 1px !important;
  }
  .mapsed-control-button {
    /* slightly bigger for our buttons over the google Map/Satellite */
    padding: 7px 18px !important;
    font-size: 30px;
    top: 1px !important;
  }
  button.mapsed-geo-button {
    /* GEO is a little bit different - purely because of the content icon */
    font-size: 30px !important;
    padding: 7px 13px !important;
  }
  input.mapsed-searchbox,
  button.mapsed-search-button,
  button.mapsed-more-button {
    height: 50px;
    font-size: 20px !important;
  }
  .input.mapsed-searchbox {
    padding: 0px 12px !important;
  }
  button.mapsed-search-button {
    padding: 0px 10px !important;
  }
  button.mapsed-more-button {
    padding: 0px 10px !important;
  }
  /* positions */
  #themePicker,
  button.mapsed-add-button,
  button.mapsed-help-button,
  button.mapsed-add-button,
  button.mapsed-close-button,
  button.mapsed-geo-button {
    top: 6px !important;
  }
  input.mapsed-searchbox,
  button.mapsed-search-button,
  button.mapsed-more-button {
    top: 57px !important;
  }
  input.mapsed-searchbox {
    left: 33px !important;
    width: 229px !important;
  }
  button.mapsed-search-button {
    left: 265px !important;
  }
  button.mapsed-more-button {
    left: 311px !important;
  }
  .mapsed-help {
    width: 50% !important;
    right: 10% !important;
  }
  .mapsed-help li {
    margin-left: 10px !important;
  }
  .mapsed-help p,
  .mapsed-help li {
    font-size: 20px !important;
    line-height: 1.2;
  }
  .mapsed-help h3 {
    font-size: 30px !important;
  }
}
.map-info-box {
  white-space: normal;
  color: #333;
}
.map-info-box table {
  display: none;
}
.map-info-box .point-title {
  font-size: 1.5em;
  margin-bottom: 12px;
}
.post-grid {
  padding-bottom: 0;
}
.post-grid .post-image {
  margin: 0;
}
.post-grid .entry-meta {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .four-col .post-grid-wrap,
  .five-col .post-grid-wrap {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .one-col .post-grid-wrap {
    width: 100% !important;
  }
  .two-col .post-grid-wrap {
    width: 50% !important;
  }
  .three-col .post-grid-wrap {
    width: 33.33% !important;
  }
  .four-col .post-grid-wrap {
    width: 25% !important;
  }
  .five-col .post-grid-wrap {
    width: 20% !important;
  }
}
.no-pad .post-grid-wrap {
  padding: 0 !important;
}
.no-pad .post-grid-wrap .post-grid {
  margin: 0 !important;
  border-radius: 0;
  box-shadow: none;
  border: none !important;
}
.no-pad .post-grid-wrap .post-grid img,
.no-pad .post-grid-wrap .post-grid .post-image,
.no-pad .post-grid-wrap .post-grid .overlay {
  border-radius: 0;
}
@media (max-width: 767px) {
  #menu-item-search {
    display: none;
  }
}
.portfolio-gallery .image-wrap,
.post-gallery .image-wrap {
  display: inline-block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.portfolio-gallery.three-col,
.post-gallery.three-col {
  margin: 20px -10px;
}
.portfolio-gallery.three-col .image-wrap,
.post-gallery.three-col .image-wrap {
  width: 33.333%;
  padding: 10px;
}
.portfolio-gallery.three-col .overlay .fa,
.post-gallery.three-col .overlay .fa {
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin-top: -45px;
  margin-left: -45px;
  font-size: 45px;
}
.portfolio-gallery.four-col,
.post-gallery.four-col {
  margin: 20px -8px;
}
.portfolio-gallery.four-col .image-wrap,
.post-gallery.four-col .image-wrap {
  width: 25%;
  padding: 8px;
}
.portfolio-gallery.four-col .overlay .fa,
.post-gallery.four-col .overlay .fa {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  font-size: 30px;
}
.portfolio-gallery.five-col,
.post-gallery.five-col {
  margin: 20px -6px;
}
.portfolio-gallery.five-col .image-wrap,
.post-gallery.five-col .image-wrap {
  width: 20%;
  padding: 6px;
}
.portfolio-gallery.five-col .overlay .fa,
.post-gallery.five-col .overlay .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 20px;
}
.portfolio-gallery.six-col,
.post-gallery.six-col {
  margin: 20px -5px;
}
.portfolio-gallery.six-col .image-wrap,
.post-gallery.six-col .image-wrap {
  width: 16.6666%;
  padding: 5px;
}
.portfolio-gallery.six-col .overlay .fa,
.post-gallery.six-col .overlay .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 15px;
}
@media (max-width: 420px) {
  .portfolio-gallery.two-col,
  .post-gallery.two-col,
  .portfolio-gallery.three-col,
  .post-gallery.three-col,
  .portfolio-gallery.four-col,
  .post-gallery.four-col,
  .portfolio-gallery.five-col,
  .post-gallery.five-col,
  .portfolio-gallery.six-col,
  .post-gallery.six-col {
    margin: 20px -10px;
  }
  .portfolio-gallery.two-col .image-wrap,
  .post-gallery.two-col .image-wrap,
  .portfolio-gallery.three-col .image-wrap,
  .post-gallery.three-col .image-wrap,
  .portfolio-gallery.four-col .image-wrap,
  .post-gallery.four-col .image-wrap,
  .portfolio-gallery.five-col .image-wrap,
  .post-gallery.five-col .image-wrap,
  .portfolio-gallery.six-col .image-wrap,
  .post-gallery.six-col .image-wrap {
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .portfolio-gallery.two-col,
  .post-gallery.two-col,
  .portfolio-gallery.three-col,
  .post-gallery.three-col,
  .portfolio-gallery.four-col,
  .post-gallery.four-col,
  .portfolio-gallery.five-col,
  .post-gallery.five-col,
  .portfolio-gallery.six-col,
  .post-gallery.six-col {
    margin: 20px -10px;
  }
  .portfolio-gallery.two-col .image-wrap,
  .post-gallery.two-col .image-wrap,
  .portfolio-gallery.three-col .image-wrap,
  .post-gallery.three-col .image-wrap,
  .portfolio-gallery.four-col .image-wrap,
  .post-gallery.four-col .image-wrap,
  .portfolio-gallery.five-col .image-wrap,
  .post-gallery.five-col .image-wrap,
  .portfolio-gallery.six-col .image-wrap,
  .post-gallery.six-col .image-wrap {
    width: 50%;
    padding: 10px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  .portfolio-gallery.two-col,
  .post-gallery.two-col,
  .portfolio-gallery.three-col,
  .post-gallery.three-col,
  .portfolio-gallery.four-col,
  .post-gallery.four-col,
  .portfolio-gallery.five-col,
  .post-gallery.five-col,
  .portfolio-gallery.six-col,
  .post-gallery.six-col {
    margin: 20px -10px;
  }
  .portfolio-gallery.two-col .image-wrap,
  .post-gallery.two-col .image-wrap,
  .portfolio-gallery.three-col .image-wrap,
  .post-gallery.three-col .image-wrap,
  .portfolio-gallery.four-col .image-wrap,
  .post-gallery.four-col .image-wrap,
  .portfolio-gallery.five-col .image-wrap,
  .post-gallery.five-col .image-wrap,
  .portfolio-gallery.six-col .image-wrap,
  .post-gallery.six-col .image-wrap {
    width: 50%;
    padding: 10px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
  .portfolio-gallery.two-col,
  .post-gallery.two-col,
  .portfolio-gallery.three-col,
  .post-gallery.three-col,
  .portfolio-gallery.four-col,
  .post-gallery.four-col,
  .portfolio-gallery.five-col,
  .post-gallery.five-col,
  .portfolio-gallery.six-col,
  .post-gallery.six-col {
    margin: 20px -10px;
  }
  .portfolio-gallery.two-col .image-wrap,
  .post-gallery.two-col .image-wrap,
  .portfolio-gallery.three-col .image-wrap,
  .post-gallery.three-col .image-wrap,
  .portfolio-gallery.four-col .image-wrap,
  .post-gallery.four-col .image-wrap,
  .portfolio-gallery.five-col .image-wrap,
  .post-gallery.five-col .image-wrap,
  .portfolio-gallery.six-col .image-wrap,
  .post-gallery.six-col .image-wrap {
    width: 33.33%;
    padding: 10px;
  }
}
.portfolio-image {
  position: relative;
}
.portfolio-image {
  overflow: hidden;
}
.portfolio-image a {
  overflow: hidden;
}
.portfolio-image img {
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.portfolio-image .overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.portfolio-image .fa {
  color: #fff;
  background: #36b452;
  text-align: center;
  border-radius: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin-top: -45px;
  margin-left: -45px;
  font-size: 45px;
}
.portfolio-image:hover .overlay {
  opacity: 0.8;
}
.portfolio-image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.portfolio-image {
  margin-bottom: 15px;
}
.portfolio-grid .portfolio-image {
  margin-bottom: 0;
}
.portfolio .gallery:hover .overlay .fa,
.portfolio-image a:hover .overlay .fa {
  -webkit-animation: rotateScale 0.6s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: rotateScale 0.6s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.portfolio-tax {
  padding-left: 10px;
}
.portfolio-tax a {
  font-size: 1.2em;
}
.portfolio-item-wrap {
  float: left;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.portfolio-image img {
  width: 100%;
  max-width: 100% !important;
  height: 100%;
}
.portfolio-image .fa {
  top: 35%;
  left: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  font-size: 24px;
}
.portfolio-image .portfolio-title {
  font-size: 1.5em;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0 10px;
  letter-spacing: 0.75px;
}
.portfolio-grid-wrap.two-col {
  margin: 20px -15px;
}
.portfolio-grid-wrap.two-col .portfolio-item-wrap {
  width: 50%;
  padding: 15px;
}
.portfolio-grid-wrap.two-col .portfolio-image .fa {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  font-size: 60px;
}
.portfolio-grid-wrap.two-col .portfolio-title {
  font-size: 2.2em;
  top: 50%;
}
.portfolio-grid-wrap.three-col {
  margin: 20px -10px;
}
.portfolio-grid-wrap.three-col .portfolio-item-wrap {
  width: 33.333%;
  padding: 10px;
}
.portfolio-grid-wrap.three-col .portfolio-image .fa {
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin-top: -45px;
  margin-left: -45px;
  font-size: 45px;
}
.portfolio-grid-wrap.three-col .portfolio-title {
  font-size: 1.8em;
  top: 50%;
}
.portfolio-grid-wrap.four-col {
  margin: 20px -8px;
}
.portfolio-grid-wrap.four-col .portfolio-item-wrap {
  width: 25%;
  padding: 8px;
}
.portfolio-grid-wrap.four-col .portfolio-image .fa {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  font-size: 30px;
}
.portfolio-grid-wrap.four-col .portfolio-title {
  font-size: 1.5em;
  top: 50%;
}
.portfolio-grid-wrap.five-col {
  margin: 20px -6px;
}
.portfolio-grid-wrap.five-col .portfolio-item-wrap {
  width: 20%;
  padding: 6px;
}
.portfolio-grid-wrap.five-col .portfolio-image .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 20px;
}
.portfolio-grid-wrap.five-col .portfolio-title {
  font-size: 1.2em;
  top: 50%;
}
.portfolio-grid-wrap.six-col {
  margin: 20px -5px;
}
.portfolio-grid-wrap.six-col .portfolio-item-wrap {
  width: 16.6666%;
  padding: 5px;
}
.portfolio-grid-wrap.six-col .portfolio-image .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 15px;
}
.portfolio-grid-wrap.six-col .portfolio-title {
  font-size: 1em;
  top: 50%;
}
.portfolio-grid-wrap.no-pad {
  margin-left: 0;
  margin-right: 0;
}
.portfolio-grid-wrap.no-pad .portfolio-item-wrap {
  padding: 0;
}
.portfolio-grid-wrap.rounded .portfolio-image a {
  display: block;
  border-radius: 1000px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.portfolio-grid-wrap {
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .portfolio-grid-wrap.two-col,
  .portfolio-grid-wrap.three-col,
  .portfolio-grid-wrap.four-col,
  .portfolio-grid-wrap.five-col,
  .portfolio-grid-wrap.six-col {
    margin: 20px -10px;
  }
  .portfolio-grid-wrap.two-col .portfolio-item-wrap,
  .portfolio-grid-wrap.three-col .portfolio-item-wrap,
  .portfolio-grid-wrap.four-col .portfolio-item-wrap,
  .portfolio-grid-wrap.five-col .portfolio-item-wrap,
  .portfolio-grid-wrap.six-col .portfolio-item-wrap {
    width: 50%;
    padding: 10px;
  }
  .portfolio-grid-wrap.two-col .portfolio-image .fa,
  .portfolio-grid-wrap.three-col .portfolio-image .fa,
  .portfolio-grid-wrap.four-col .portfolio-image .fa,
  .portfolio-grid-wrap.five-col .portfolio-image .fa,
  .portfolio-grid-wrap.six-col .portfolio-image .fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 30px;
  }
  .portfolio-grid-wrap.no-pad .portfolio-item-wrap {
    padding: 0px !important;
  }
}
@media (max-width: 420px) {
  .portfolio-grid-wrap.two-col,
  .portfolio-grid-wrap.three-col,
  .portfolio-grid-wrap.four-col,
  .portfolio-grid-wrap.five-col,
  .portfolio-grid-wrap.six-col {
    margin: 20px -10px;
  }
  .portfolio-grid-wrap.two-col .portfolio-item-wrap,
  .portfolio-grid-wrap.three-col .portfolio-item-wrap,
  .portfolio-grid-wrap.four-col .portfolio-item-wrap,
  .portfolio-grid-wrap.five-col .portfolio-item-wrap,
  .portfolio-grid-wrap.six-col .portfolio-item-wrap {
    width: 100%;
    padding: 10px;
  }
  .portfolio-grid-wrap.two-col .portfolio-image .fa,
  .portfolio-grid-wrap.three-col .portfolio-image .fa,
  .portfolio-grid-wrap.four-col .portfolio-image .fa,
  .portfolio-grid-wrap.five-col .portfolio-image .fa,
  .portfolio-grid-wrap.six-col .portfolio-image .fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 30px;
  }
  .portfolio-grid-wrap.no-pad .portfolio-item-wrap {
    padding: 0px !important;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  .portfolio-grid-wrap.two-col,
  .portfolio-grid-wrap.three-col,
  .portfolio-grid-wrap.four-col,
  .portfolio-grid-wrap.five-col,
  .portfolio-grid-wrap.six-col {
    margin: 20px -10px;
  }
  .portfolio-grid-wrap.two-col .portfolio-item-wrap,
  .portfolio-grid-wrap.three-col .portfolio-item-wrap,
  .portfolio-grid-wrap.four-col .portfolio-item-wrap,
  .portfolio-grid-wrap.five-col .portfolio-item-wrap,
  .portfolio-grid-wrap.six-col .portfolio-item-wrap {
    width: 50%;
    padding: 10px;
  }
  .portfolio-grid-wrap.two-col .portfolio-image .fa,
  .portfolio-grid-wrap.three-col .portfolio-image .fa,
  .portfolio-grid-wrap.four-col .portfolio-image .fa,
  .portfolio-grid-wrap.five-col .portfolio-image .fa,
  .portfolio-grid-wrap.six-col .portfolio-image .fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 30px;
  }
  .portfolio-grid-wrap.no-pad .portfolio-item-wrap {
    padding: 0px !important;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
  .portfolio-grid-wrap.two-col,
  .portfolio-grid-wrap.three-col,
  .portfolio-grid-wrap.four-col,
  .portfolio-grid-wrap.five-col,
  .portfolio-grid-wrap.six-col {
    margin: 20px -10px;
  }
  .portfolio-grid-wrap.two-col .portfolio-item-wrap,
  .portfolio-grid-wrap.three-col .portfolio-item-wrap,
  .portfolio-grid-wrap.four-col .portfolio-item-wrap,
  .portfolio-grid-wrap.five-col .portfolio-item-wrap,
  .portfolio-grid-wrap.six-col .portfolio-item-wrap {
    width: 33.33%;
    padding: 10px;
  }
  .portfolio-grid-wrap.two-col .portfolio-image .fa,
  .portfolio-grid-wrap.three-col .portfolio-image .fa,
  .portfolio-grid-wrap.four-col .portfolio-image .fa,
  .portfolio-grid-wrap.five-col .portfolio-image .fa,
  .portfolio-grid-wrap.six-col .portfolio-image .fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 30px;
  }
  .portfolio-grid-wrap.no-pad .portfolio-item-wrap {
    padding: 0px !important;
  }
}
.quest-portfolio-filters {
  padding-left: 0;
  margin: 1em 0 3em !important;
  text-align: center;
}
.quest-portfolio-filters .quest-filter {
  display: inline-block;
}
.quest-portfolio-filters .quest-filter a {
  display: inline-block;
  border-radius: 3px;
  padding: 6px 10px;
  margin-right: 10px;
  border: 1px solid #36b452;
}
.quest-portfolio-filters .quest-filter a.active,
.quest-portfolio-filters .quest-filter a:hover {
  background-color: #36b452;
  color: #fff;
}
/*********************
bbPress Forums
*********************/
#bbpress-forums div.bbp-search-form {
  float: none;
  width: 100%;
  margin-bottom: 2em;
}
#bbpress-forums #bbp-search-form div {
  position: relative;
}
#bbpress-forums #bbp-search-form #bbp_search {
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: 15px;
  padding: 14px 90px 14px 15px !important;
  box-shadow: none;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0;
  padding: 10px 30px;
  font-size: 15px;
}
#bbpress-forums .bbp-breadcrumb {
  margin: 15px 0;
  font-size: 1.4em;
}
#bbpress-forums .bbp-breadcrumb p {
  margin-bottom: 0;
}
#bbpress-forums .bbp-the-content,
#bbpress-forums input[type="text"],
#bbpress-forums select {
  max-width: none;
  background: #fefefe !important;
}
#bbpress-forums .bbp-the-content {
  min-height: 200px;
}
#bbpress-forums .bbp-pagination {
  margin: 1.5em 0;
}
div.bbp-submit-wrapper {
  float: none;
}
#bbpress-forums ul {
  margin: 0;
  position: relative;
}
#bbpress-forums ul.bbp-forums {
  float: left;
  clear: both;
  width: 100%;
  margin: 30px 0 0 0;
  border: 1px solid #dcdcdc;
  border-width: 0 1px;
}
#bbpress-forums ul.forum-titles li {
  font-weight: 700;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  margin: 0;
}
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-replies {
  margin: 0;
}
#bbpress-forums li.bbp-body ul.forum:last-child {
  border-bottom: none;
}
.bbp-search-form {
  float: none;
  clear: both;
  width: 100%;
  margin: 20px 0 !important;
}
input,
textarea,
button {
  padding: 10px;
}
#bbpress-forums button {
  border: none;
}
.wp-editor-area {
  border: 1px solid #eee !important;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  font-size: 15px;
}
#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
  margin-top: 8px;
}
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
  background-color: #f9f9f9;
}
#bbpress-forums #bbp-search-form input[type="submit"] {
  padding: 0 30px 0 30px;
  margin: 0 0 0 -6px;
  position: absolute;
  right: 0;
}
#bbp-search-form input[type="submit"] {
  padding: 0 30px 0 30px;
  margin: 0 0 0 -6px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  border-radius: 0;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  background: #fff;
  border-top: none;
  padding: 15px;
}
#bbpress-forums li.bbp-header ul li,
#bbpress-forums li.bbp-footer ul li {
  color: #2b2f34 !important;
  font-size: 13px;
}
#bbpress-forums li.bbp-header ul li.bbp-forum-info {
  margin: 0 0 0 20px;
  text-align: left;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  border-bottom: 4px solid #dcdcdc;
  padding-right: 20px;
  border-top: solid 1px #dcdcdc;
}
#bbpress-forums li.bbp-footer {
  margin-bottom: 20px;
}
li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
  font-size: 12px;
}
ul.forum-titles li {
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
}
#bbpress-forums li.bbp-forum-info a.bbp-forum-title,
#bbpress-forums a.bbp-topic-permalink {
  font-size: 16px;
  font-weight: 700;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content {
  font-size: 12px;
  line-height: 160%;
  margin: 0;
}
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  font-size: 11px;
  font-weight: 700;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border: none;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  position: relative;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  border: none;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background: none;
}
#bbpress-forums div.even,
#bbpress-forums ul.even {
  background-color: none;
}
li.bbp-forum-freshness,
li.bbp-topic-freshness {
  font-size: 12px;
}
#bbpress-forums .bbp-reply-post-date,
.bbp-reply-header a.bbp-reply-permalink {
  font-size: 12px;
}
div.bbp-template-notice.info {
  margin: 15px 0;
}
#bbpress-forums p.bbp-topic-meta img.avatar {
  border: none;
  position: relative;
  top: -4px;
  border-radius: 50%;
  margin-right: 2px;
}
#bbpress-forums p.bbp-topic-meta {
  line-height: 1.5;
}
span.bbp-admin-links a,
.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
  color: initial;
}
.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
  margin-left: 20px;
}
.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
  padding: 10px !important;
  width: 100%;
}
#bbpress-forums #bbp-search-form #bbp_search {
  clear: both;
}
.bbp-submit-wrapper button.user-submit {
  padding: 6px 10px 6px 10px !important;
}
#bbp-search-form {
  width: 100%;
  clear: both;
  position: relative;
}
#bbp-search-form #bbp_search {
  width: 100% !important;
}
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#bbpress-forums .bbp-forums-list {
  line-height: 2;
  margin: 20px 0;
  border-left: 5px solid #424242;
}
#bbpress-forums fieldset.bbp-form {
  padding: 10px 20px 20px 20px;
}
#bbpress-forums #bbp-user-wrapper {
  margin-top: 30px;
}
#bbp-user-body {
  border-left: 1px solid #eee;
  padding-left: 20px;
}
div.bbp-template-notice,
div.indicator-hint,
div.bbp-template-notice.info,
div.bbp-template-notice.important {
  background: #eee;
  padding: 10px;
  border-radius: 0;
  border: none;
  border-left: 5px solid #ccc;
}
div.bbp-template-notice.info,
div.bbp-template-notice.important {
  background: #e1f5fe;
  border-left-color: #81d4fa;
}
div.bbp-template-notice,
div.bbp-template-notice.important {
  background: #fffde7;
  border-left-color: #fff9c4;
}
.bbp-topic-started-by a.bbp-author-avatar {
  margin-left: 5px;
}
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
  clear: both;
}
#bbp-your-profile h2.entry-title {
  font-weight: 700;
  padding-top: 30px !important;
}
#bbp-your-profile h2.entry-title:first-child {
  padding-top: 0 !important;
}
fieldset.bbp-form {
  margin-top: 10px;
}
.widget_display_stats dd {
  text-align: right;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 12px;
}
.widget_display_stats dt {
  float: left;
}
.widget_display_forums ul li a i {
  margin-right: 8px;
  font-size: 12px;
}
.widget_display_replies ul li i,
.widget_display_topics ul li i {
  margin-right: 6px;
  font-size: 12px;
}
.bbp_widget_login .bbp-logged-in h4 {
  margin-bottom: 0;
}
.bbp_widget_login form {
  float: left;
  clear: both;
  width: 100%;
}
.bbp_widget_login a.button {
  background: none !important;
  font-weight: 400 !important;
  text-transform: none !important;
  padding: 0;
}
.footer-widget label.screen-reader-text.hidden,
.widget label.screen-reader-text.hidden {
  display: none;
}
span#subscription-toggle {
  float: right;
}
.bbp-pagination-links a,
.bbp-pagination-links span.current {
  padding: 4px 10px;
}
.widget_display_topics ul {
  padding-left: 0;
}
.widget_display_topics ul li {
  margin-bottom: 10px;
}
.widget_display_topics ul li a {
  font-size: 1.2em;
}
.bbpress .post-title {
  margin-top: 0;
}
.bbp-breadcrumb-sep {
  display: inline-block;
  margin: 0 3px;
}
#page {
  overflow-x: hidden;
  word-wrap: break-word !important;
}
.quest-row {
  position: relative;
  background-position: center center !important;
  overflow: hidden;
}
.quest-row > video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 1s opacity;
          transition: 1s opacity;
  background-size: cover;
}
.quest-row.fullscreen {
  min-height: 100vh;
  min-width: 100%;
  height: 100vh;
  width: 100%;
}
.quest-row.fullscreen > .container,
.quest-row.fullscreen > .container-fluid,
.quest-row.fullscreen > .container-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  right: 0;
  left: 0;
}
.quest-section-sep-wrap {
  position: relative;
  content: '';
  pointer-events: none;
  z-index: 10;
}
.quest-section-sep-wrap .ss {
  position: absolute;
  left: 0;
  right: 0;
  /* Big Triangle */
}
.quest-section-sep-wrap .ss.triangle {
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg);
}
.quest-section-sep-wrap .ss.triangle.top {
  top: -20px;
}
.quest-section-sep-wrap .ss.triangle.bottom {
  bottom: -20px;
}
.quest-section-sep-wrap .ss.halfcircle {
  left: 50%;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.quest-section-sep-wrap .ss.halfcircle.top {
  top: -25px;
}
.quest-section-sep-wrap .ss.halfcircle.bottom {
  bottom: -25px;
}
.quest-section-sep-wrap .ss.rl-diagonal {
  padding-top: 6em;
  top: 5px;
  left: -25%;
  z-index: -1;
  width: 150%;
  height: 75%;
  background: inherit;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
      transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
}
.quest-section-sep-wrap .ss.lr-diagonal {
  padding-top: 70px;
  top: -70px;
  left: -25%;
  z-index: -1;
  width: 150%;
  height: 75%;
  background: inherit;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
      transform: rotate(2deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
}
.quest-section-sep-wrap .ss.big-triangle {
  pointer-events: none;
}
.quest-section-sep-wrap .ss.big-triangle path {
  stroke-width: 2;
}
.quest-section-sep-wrap .ss.multi-triangles {
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg);
}
.quest-section-sep-wrap .ss.multi-triangles.top {
  top: -20px;
  background: inherit;
  box-shadow: -40px 40px 0 #3498db, 40px -40px 0 #3498db;
}
.quest-section-sep-wrap .ss.multi-triangles.bottom {
  bottom: -20px;
  z-index: 10;
  background: inherit;
  box-shadow: -40px 40px 0 #3498db, 40px -40px 0 #3498db;
}
.quest-section-sep-wrap .ss.zigzag {
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
  height: 90px;
  background-size: 50px 100%;
}
.quest-section-sep-wrap .ss.zigzag.bottom {
  top: 100%;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #3498db), color-stop(0.25, #2980b9));
  background-image: -webkit-linear-gradient(315deg, #3498db 25%, transparent 25%), -webkit-linear-gradient(225deg, #3498db 25%, transparent 25%);
  background-image: linear-gradient(135deg, #3498db 25%, transparent 25%), linear-gradient(225deg, #3498db 25%, transparent 25%);
  background-position: 50%;
}
.quest-section-sep-wrap .ss.big-circle,
.quest-section-sep-wrap .ss.clouds {
  bottom: 0;
  right: 0;
  left: 0;
}
.quest-section-sep-wrap .ss.stamp {
  top: 0;
  right: 0;
  left: 0;
}
.quest-section-sep-wrap.rl-diagonal + .quest-row:before,
.quest-section-sep-wrap.lr-diagonal + .quest-row:before,
.quest-section-sep-wrap.big-triangle + .quest-row:before,
.quest-section-sep-wrap.zigzag + .quest-row:before,
.quest-section-sep-wrap.stamp + .quest-row:before {
  display: block;
  content: '';
  min-height: 100px;
}
.quest-section-sep-wrap.zigzag + .quest-row:before,
.quest-section-sep-wrap.stamp + .quest-row:before {
  min-height: 40px;
}
.ss-after-pad:after {
  display: block;
  content: '';
  min-height: 50px;
}
@media (min-aspect-ratio: 16/9) {
  .quest-row video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .quest-row video {
    width: auto;
    height: 100%;
  }
}
.parallax-menu #menu-item-search {
  display: none;
}
/* Video */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Progress bar */
.progress {
  height: 30px;
}
.progress .progress-bar {
  line-height: 30px;
  height: 30px;
  text-align: left;
}
.progress .pb-title {
  line-height: 32px;
  padding: 0 10px;
}
/* Styled List */
.styled-list ul,
.styled-list li {
  list-style-type: none !important;
  text-align: left;
  padding-left: 0 !important;
}
.styled-list li {
  position: relative;
}
.styled-list span {
  display: inline-block;
}
.styled-list p {
  margin-bottom: 0 !important;
}
.styled-list .styled-list-item-icon {
  text-align: center;
  border-radius: 100px;
  display: table;
  float: left;
}
@media (max-width: 768px) {
  .sl-slider h2 span,
  .sl-slider .sl-slide-text span {
    width: 100%;
    font-size: 1.3em;
  }
  .sl-slide-content .sl-slide-text,
  .sl-slide-text span,
  .sl-slide-content .sl-slide-text * {
    font-size: 0.95em;
  }
}
.quest-loader {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9) !important;
  display: none;
}
.spinner {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.model-1 {
  background: #202020;
}
.model-1 .spinner {
  color: #f00;
  -webkit-animation: color-bubble 2s linear 0s infinite;
  animation: color-bubble 2s linear 0s infinite;
}
.model-1 .spinner:after,
.model-1 .spinner:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100%;
  box-shadow: 0 0 0 3px;
  -webkit-animation: spinner-bubble 1.3s linear 0s infinite;
  animation: spinner-bubble 1.3s linear 0s infinite;
  margin: auto;
  width: 10px;
  height: 10px;
  opacity: 0;
}
.model-1 .spinner:before {
  -webkit-animation: spinner-bubble 1.3s linear 2s infinite;
  animation: spinner-bubble 1.3s linear 2s infinite;
}
@-webkit-keyframes spinner-bubble {
  from {
    width: 10px;
    height: 10px;
    opacity: .8;
  }
  to {
    width: 50px;
    height: 50px;
    opacity: 0;
  }
}
@keyframes spinner-bubble {
  from {
    width: 10px;
    height: 10px;
    opacity: .8;
  }
  to {
    width: 50px;
    height: 50px;
    opacity: 0;
  }
}
@-webkit-keyframes color-bubble {
  0% {
    color: #009DDC;
  }
  33% {
    color: #50B949;
  }
  66% {
    color: #EE2D24;
  }
  100% {
    color: #FEB825;
  }
}
@keyframes color-bubble {
  0% {
    color: #009DDC;
  }
  33% {
    color: #50B949;
  }
  66% {
    color: #EE2D24;
  }
  100% {
    color: #FEB825;
  }
}
