@charset "UTF-8";
/*!
Theme Name: WordHerd Theme
Theme URI: http://wordherd.io/
Description: A custom child theme by WordHerd for Impreza
Author: WordHerd.io
Author URI: https://wordherd.io/
Version: 1.0.0
Template: Impreza
*/
@import url("../Impreza/style.css");
/* Variables */
/* helpers */
.text-right {
  text-align: right; }

.p-t-0 > .l-section-h {
  padding-top: 0; }

.p-b-0 > .l-section-h {
  padding-bottom: 20px; }

h1.no-bar {
  margin-bottom: 31px;
  padding-bottom: 0; }
  h1.no-bar:after, h1.no-bar:before {
    display: none; }

/* Core */
.w-separator.size_medium.with_line {
  height: 3px;
  background: #dcdcdc;
  position: relative;
  border: none;
  margin: 37px 0 43px; }
  .w-separator.size_medium.with_line:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 169px;
    height: 3px;
    background: #64005f; }

/* Layout */
/* Grid Layout */
body .pagination .page-numbers {
  border-radius: 0;
  margin: 0;
  margin-right: -2px;
  font-family: roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  width: 50px; }
  body .pagination .page-numbers:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  body .pagination .page-numbers.current, body .pagination .page-numbers:hover {
    background: #fa7701;
    box-shadow: inset 0 0 0 2px #fa7701 !important; }
    body .pagination .page-numbers.current:before, body .pagination .page-numbers:hover:before {
      display: none !important; }

/* Header */
html .header_hor .l-subheader-cell.at_right > * {
  margin-left: 1px; }
html .l-subheader-h {
  max-width: 1190px; }
  html .l-subheader-h .header-donate-button img {
    margin-left: 15px; }
html .l-subheader {
  position: relative;
  z-index: 2; }
html header.l-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 255px;
  background: url(./img/bg-01.png);
  background-position: 50% 100%;
  background-size: 100% auto;
  background-repeat: no-repeat; }
html .w-nav.type_desktop .w-nav-anchor:not(.level_1) {
  padding: 10px;
  font-size: 18px; }
html .w-nav-list.level_2 {
  padding: 10px;
  margin-bottom:30px;
  transform: translate(0, 25px) !important; }

@media (max-width: 902px) {
  html header.l-header:after {
    height: 100px;
    top: 80px; } }
@media (max-width: 600px) {
  html header.l-header:after {
    height: 100px;
    top: 40px; } }
/* Buttons */
html .us-btn-style_1 {
  background: #b8274c;
  padding: 20px 33px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top; }
html .us-btn-style_2 {
  width: 36px;
  padding-left: 0;
  padding-right: 0; }
html a.us-btn-style_3 {
  margin-left: 10px !important;
  padding: 0; }
html a.us-btn-style_4:after {
  font-family: FontAwesome;
  content: "\f144";
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px; }
html a.us-btn-style_4:hover {
  text-decoration: underline; }

/* Content */
html main {
  padding-top: calc(140px - 4rem); }
html h1, html .w-post-elm .post_title, html .widgettitle {
  display: inline-block;
  position: relative;
  padding: 0 5px 17px 0!important;
  position: relative;
  margin-bottom: 31px!important; }
  html h1:before, html .w-post-elm .post_title:before, html .widgettitle:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3px;
    background: #dcdcdc;
    right: 0;
    height: 3px; }
  html h1:after, html .w-post-elm .post_title:after, html .widgettitle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3px;
    width: 72px;
    height: 3px;
    background: #64005f; }
html .post_content > .l-section {
  padding-left: 0; }
  html .post_content > .l-section > .l-section-h {
    padding-top: 0; }
html .post_content .wpb_text_column ~ .w-image,
html .post_content .wpb_text_column ~ .w-btn-wrapper {
  margin-top: 1em; }
html .l-sidebar {
  position: relative; }
  html .l-sidebar:after {
    content: "";
    position: absolute;
    width: 1px;
    top: -9999px;
    bottom: -355px;
    left: 0;
    background: #e6e6e6; }
.wp-caption.alignleft {
      margin-right: 2rem;
    }

@media (max-width: 900px) {
  html .l-sidebar:after {
    display: none; } }
/* Widgets */
html .widget_pages h3.widgettitle {
  display: none; }
html .widget_pages > ul li {
  padding-left: 1em; }
  html .widget_pages > ul li:before {
    display: none; }
html .widget_pages > ul > li:not(.current_page_ancestor):not(.current_page_item) {
  display: none; }
html .widget_pages > ul > li > a {
  color: #686868;
  padding-left: 0;
  list-style: none;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 16px;
  margin: 0 0 13px;
  font-weight: 500;
  position: relative;
  display: block; }
  html .widget_pages > ul > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3px;
    background: #dcdcdc;
    right: 0;
    height: 3px; }
  html .widget_pages > ul > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3px;
    width: 72px;
    height: 3px;
    background: #64005f; }
  html .widget_pages > ul > li > a:hover {
    color: #686868 !important; }
html .widget_pages > ul > li > ul {
  margin-top: 0px; }
  html .widget_pages > ul > li > ul li {
    border-bottom: 1px solid #cacaca;
    box-shadow: 0 1px 0 #f1f1f1;
    padding: 11px 20px 12px;
    letter-spacing: .1em; }
  html .widget_pages > ul > li > ul a {
    font-size: 16px; }
  html .widget_pages > ul > li > ul .current_page_item a {
    color: #fa7701; }

/* footer */
.footer-top img {
  margin: 0 50px;
  height: 79px !important;
  width: auto !important; }

footer.l-footer {
  position: relative; }
  footer.l-footer:before {
    display: block;
    content: '';
    background: url(./img/pattern-01.png) repeat;
    height: 8px;
    width: 100%;
    top: 0;
    left: 0; }

@media (max-width: 1000px) {
  footer.l-footer .bottom-footer-top .wpb_column {
    width: 50% !important; } }
@media (max-width: 768px) {
  footer.l-footer .bottom-footer-top .wpb_column {
    width: 100% !important; } }
html .color_footer-bottom {
  background: linear-gradient(to bottom, #6d1e67 0%, #651c60 21%, #4b1447 70%, #3e103b 100%);
  border-top: 36px solid #83981f;
  padding-top: 37px;
  font-size: 14px; }
  html .color_footer-bottom .us-btn-style_2 {
    margin-right: 1px; }
  html .color_footer-bottom ul {
    margin-left: 12px;
    list-style: none; }
    html .color_footer-bottom ul li {
      position: relative; }
      html .color_footer-bottom ul li:before {
        content: "►";
        position: relative;
        left: -11px;
        font-size: 10px;
        line-height: 0px; }
  html .color_footer-bottom .l-section-h {
    padding-top: 0; }
    html .color_footer-bottom .l-section-h h3 {
      font-size: 15px;
      line-height: 21px;
      text-transform: uppercase;
      margin: 0 0 25px;
      font-weight: 600;
      color: #fff; }
    html .color_footer-bottom .l-section-h .information-list li {
      position: relative;
      padding: 0; }
      html .color_footer-bottom .l-section-h .information-list li:before {
        font-family: FontAwesome;
        font-size: 20px;
        position: relative;
        display: inline-block;
        width: 20px;
        text-align: center;
        top: 3px; }
      html .color_footer-bottom .l-section-h .information-list li.address:before {
        content: '\f3c5'; }
      html .color_footer-bottom .l-section-h .information-list li.phone:before {
        content: '\f095'; }
      html .color_footer-bottom .l-section-h .information-list li.email:before {
        content: '\f0e0'; }
  html .color_footer-bottom .wpb_row:last-child {
    border-top: 1px solid #957692;
    padding: 23px 0 20px;
    font-size: 13px;
    line-height: 23px;
    margin-top: 40px; }

@media (max-width: 768px) {
  .color_footer-bottom .wpb_row:last-child .vc_column_container:last-child {
    text-align: left; } }
/* home */
.tagline-bar {
  background: #83981f; }
  .tagline-bar > div {
    padding: 20px 0 12px; }

.tagline-callouts {
  background: linear-gradient(to bottom, #f15c22 0%, #f15822 15%, #e95424 26%, #eb5224 27%, #e24d25 40%, #dd4626 54%, #d43e2b 68%, #d23c31 74%, #d03933 75%, #ca3737 85%, #c43041 100%);
  color: #fff; }
  .tagline-callouts h3 {
    display: block;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 400;
    color: #fff; }
/*
.flyerboard .wpb_column:nth-child(1) {
  width: 36%; }
  .flyerboard .wpb_column:nth-child(1) img {
    width: 100%; }
.flyerboard .wpb_column:nth-child(2) {
  width: 33%; }
  */
  .flyerboard .wpb_column:nth-child(2) .w-image:first-child {
    margin-bottom: 24px; }
    /*
.flyerboard .wpb_column:nth-child(3) {
  width: 31%; }
  */
.flyerboard .g-cols.type_default > div > .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px; }

.primary-background-container .vc_row {
  background: #64005f;
  padding: 59px 20px 53px;
  color: #fff;
  font-size: 18px; }
  .primary-background-container .vc_row h1:before, .primary-background-container .vc_row h1:after {
    display: none; }
.primary-background-container .g-cols.type_default {
  margin: 0; }
.primary-background-container a {
  color: #fff;
  text-decoration: underline; }
  .primary-background-container a:hover {
    color: #fff !important; }
.primary-background-container .video-popup .w-image-h {
  position: relative;
  cursor: pointer; }
  .primary-background-container .video-popup .w-image-h:hover:after {
    opacity: 0.5; }
  .primary-background-container .video-popup .w-image-h:after {
    opacity: 1;
    transition: opacity 0.35s ease;
    display: block;
    font-family: FontAwesome;
    content: "\f144";
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.hero-slider {
  margin-top: -70px; }
  .hero-slider > .l-section-h {
    padding-top: 0;
    padding-bottom: 0; }
  .hero-slider .vc_row .wpb_row .vc_column_container:last-child {
    background: #00979b;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    padding-top: 70px; }
    .hero-slider .vc_row .wpb_row .vc_column_container:last-child .wpb_text_column ~ .w-btn-wrapper {
      margin-top: 80px; }
  .hero-slider .g-cols.type_default {
    margin: 0;
    display: flex !important; }
    .hero-slider .g-cols.type_default .vc_column_container {
      margin-bottom: 0; }
    .hero-slider .g-cols.type_default .vc_column-inner {
      padding: 0; }
  .hero-slider .slick-arrow {
    z-index: 10; }
    .hero-slider .slick-arrow:before {
      content: '\f054';
      font-family: FontAwesome;
      font-size: 48px; }
    .hero-slider .slick-arrow:hover:before {
      color: #fa7701; }
    .hero-slider .slick-arrow.slick-next {
      right: 25px; }
    .hero-slider .slick-arrow.slick-prev {
      left: 25px; }
      .hero-slider .slick-arrow.slick-prev:before {
        content: '\f053'; }

@media (max-width: 768px) {
  .hero-slider .us-btn-style_1 {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 15px; }

  .hero-slider .vc_row .wpb_row .vc_column_container:last-child .wpb_text_column ~ .w-btn-wrapper {
    margin-top: 20px;
    margin-bottom: 40px; }

  .hero-slider .vc_row .wpb_row .vc_column_container:last-child {
    font-size: 25px;
    line-height: 30px; } }
.bx-viewport {
  display: flex;
  margin-top: 43px; }
  .bx-viewport .img-box {
    height: 415px;
    background-size: cover; }
  .bx-viewport > div {
    flex: 50%; }
  .bx-viewport .text-box {
    background: #f7f7f7;
    display: flex;
    flex-direction: column; }
    .bx-viewport .text-box .text {
      padding: 80px 40px 30px;
      border-bottom: 1px solid #ededed;
      color: #9e9f9f;
      font-size: 15px;
      line-height: 23px;
      flex: 1; }
    .bx-viewport .text-box .info {
      padding: 18px 20px 24px 68px;
      font-size: 22px;
      line-height: 25px;
      background-color: #fff;
      background-image: url(https://nwalaska.worldsecuresystems.com/_assets/images/decor-01.png);
      background-position: 34px 50%;
      background-repeat: no-repeat;
      color: #616363; }
    .bx-viewport .text-box .btn-holder {
      display: flex;
      flex-flow: row nowrap;
      align-content: center;
      text-align: center; }
      .bx-viewport .text-box .btn-holder span {
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 25px;
        line-height: 26px;
        width: 50%;
        padding: 30px 10px;
        background: #008f91;
        text-decoration: none;
        -webkit-transition: background .2s linear;
        transition: background .2s linear; }
      .bx-viewport .text-box .btn-holder a {
        background: #b8274c;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 25px;
        line-height: 26px;
        width: 50%;
        padding: 30px 10px;
        text-decoration: none;
        -webkit-transition: background .2s linear;
        transition: background .2s linear; }
        .bx-viewport .text-box .btn-holder a:hover {
          background: #fa7701; }
/*
@media (max-width: 1080px) {
  .flyerboard .wpb_column {
    width: 50% !important; } }
@media (max-width: 768px) {
  .bx-viewport {
    display: block; }
    .bx-viewport > div {
      flex: 100%; }
    .bx-viewport .btn-holder {
      font-size: 18px; }

  .flyerboard .wpb_column {
    width: 100% !important; } }
/* blog */
/* properties */
.layout_486 .w-grid-item {
  margin-bottom: 45px !important; }
  .layout_486 .w-grid-item > .w-grid-item-h > .w-hwrapper {
    display: flex;
    align-items: stretch; }
  .layout_486 .w-grid-item .usg_post_custom_field_1 {
    flex: 1 auto; }
  .layout_486 .w-grid-item .type_image {
    width: 44%;
    background: #64005f;
    height: auto;
    margin-right: 0; }
    .layout_486 .w-grid-item .type_image > img {
      display: block; }
    .layout_486 .w-grid-item .type_image + div {
      width: 56%;
      background: #f7f7f7; }
      .layout_486 .w-grid-item .type_image + div > h2 {
        padding: 49px 30px 0 30px;
        font-size: 24px;
        color: #525252;
        font-weight: 500; }
      .layout_486 .w-grid-item .type_image + div > p {
        padding: 0 30px 17px 30px;
        color: #9e9f9f;
        border-bottom: 1px solid #ededed;
        font-size: 14px;
        margin-bottom: 0; }
      .layout_486 .w-grid-item .type_image + div > .usg_hwrapper_2 {
        background: #fff;
        padding: 15px 20px 15px 50px;
        font-size: 14px;
        line-height: 17px;
        width: 100%;
        margin-bottom: 0;
        display: block; }
        .layout_486 .w-grid-item .type_image + div > .usg_hwrapper_2 > div {
          display: inline-block; }
          .layout_486 .w-grid-item .type_image + div > .usg_hwrapper_2 > div:first-child {
            margin-right: 0; }
            .layout_486 .w-grid-item .type_image + div > .usg_hwrapper_2 > div:first-child:before {
              content: '';
              background: url("/wp-content/uploads/decor-01.png") no-repeat;
              background-size: cover;
              width: 16px;
              height: 16px;
              display: inline-block;
              position: relative;
              left: -10px;
              top: 2px; }
            .layout_486 .w-grid-item .type_image + div > .usg_hwrapper_2 > div:first-child:after {
              content: '/';
              margin-left: 10px;
              margin-right: 10px; }
      .layout_486 .w-grid-item .type_image + div > .usg_hwrapper_3 {
        align-items: stretch;
        width: 100%; }
        .layout_486 .w-grid-item .type_image + div > .usg_hwrapper_3 > div, .layout_486 .w-grid-item .type_image + div > .usg_hwrapper_3 a {
          padding: 20px 10px;
          font-size: 17px !important;
          font-weight: normal;
          text-transform: none !important;
          line-height: 1;
          color: #fff;
          background: #008f91;
          text-align: center;
          width: 50%;
          margin-right: 0; }
        .layout_486 .w-grid-item .type_image + div > .usg_hwrapper_3 > a {
          background: #b8274c; }
          .layout_486 .w-grid-item .type_image + div > .usg_hwrapper_3 > a:hover {
            background: #fa7701; }
.layout_486 .owl-carousel {
  margin-top: 60px; }
  .layout_486 .owl-carousel .type_image {
    width: 57%; }
  .layout_486 .owl-carousel .type_image + div {
    width: 43%; }
  .layout_486 .owl-carousel .type_image + div > h2 {
    font-size: 28px; }
  .layout_486 .owl-carousel .type_image + div > .usg_hwrapper_2 {
    font-size: 22px;
    line-height: 25px; }
  .layout_486 .owl-carousel .type_image + div > .usg_hwrapper_3 > div, .layout_486 .owl-carousel .type_image + div > .usg_hwrapper_3 a {
    font-size: 25px !important;
    padding: 30px 10px; }
  .layout_486 .owl-carousel .owl-nav {
    position: absolute;
    top: -90px;
    right: 40px; }
    .layout_486 .owl-carousel .owl-nav > div {
      border-radius: 0;
      background: #fa7701;
      margin: 0 2px;
      color: #fff;
      height: 40px;
      width: 40px;
      line-height: 40px;
      font-size: 20px; }
      .layout_486 .owl-carousel .owl-nav > div:hover {
        background: #b8274c !important; }

@media (max-width: 800px) {
  .layout_486 .w-grid-item > div > .w-hwrapper {
    display: block !important; }
    .layout_486 .w-grid-item > div > .w-hwrapper .type_image,
    .layout_486 .w-grid-item > div > .w-hwrapper .type_image + div {
      width: 100%; }
    .layout_486 .w-grid-item > div > .w-hwrapper .type_image {
      min-height: 200px; } }
.property-sidebar > div > .wpb_wrapper > div {
  border: 1px solid #d6d6d6;
  font-size: 13px;
  line-height: 17px;
  padding-bottom: 20px; }
  .property-sidebar > div > .wpb_wrapper > div table td {
    border: none; }
    .property-sidebar > div > .wpb_wrapper > div table td:first-child {
      color: #008f91;
      text-align: right; }
    .property-sidebar > div > .wpb_wrapper > div table td:last-child {
      color: #000; }
  .property-sidebar > div > .wpb_wrapper > div h3 {
    font-size: 24px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    background: #008f91;
    padding: 10px 20px 14px;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 22px; }
    .property-sidebar > div > .wpb_wrapper > div h3 ~ p {
      padding: 0 20px; }

.rental-properties-template-default iframe {
  width: 100% !important; }
.rental-properties-template-default .property-title {
  color: #525252; }
  .rental-properties-template-default .property-title small {
    color: #7b7b7b;
    display: block;
    font-size: 20px;
    margin: 12px 0;
    font-weight: 400; }
  .rental-properties-template-default .property-title .divider {
    margin: 0 10px;
    margin-bottom: 10px; }
.rental-properties-template-default .w-post-elm.post_content > div > div > div {
  margin-top: 30px; }
.rental-properties-template-default .w-post-elm.post_content a.button {
  background: #b8274c;
  padding: 20px 33px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  text-decoration: none;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px; }
  .rental-properties-template-default .w-post-elm.post_content a.button:hover {
    background: #fa7701; }

.info-list {
  list-style: none;
  margin-left: 0; }
  .info-list li {
    clear: both;
    margin-bottom: 30px; }
  .info-list .img-box {
    float: left;
    margin-right: 10px; }
  .info-list .text p {
    margin-bottom: 0; }
  .info-list .title {
    font-style: italic;
    font-weight: 400; }

ul.property-features {
  margin-left: 0;
  margin-top: 20px;
  padding-left: 60px;
  margin-top: 40px; }
  ul.property-features li {
    width: 33%;
    float: left;
    list-style: none;
    font-weight: 500;
    color: #000;
    font-size: 15px; }
    ul.property-features li:before {
      content: '\f00c';
      font-family: fontawesome;
      color: #39b010;
      font-size: 14px;
      font-weight: bold;
      margin-right: 10px; }
  ul.property-features:after {
    content: '';
    clear: both;
    display: block; }

.property-gallery-main img {
  width: 100%; }

.property-gallery-thumbs {
  list-style: none;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 10px; }
  .property-gallery-thumbs li {
    width: 25%;
    float: left;
    padding: 0 8px 16px; }
    .property-gallery-thumbs li img {
      width: 100%;
      cursor: pointer; }
  .property-gallery-thumbs:after {
    content: '';
    display: block;
    clear: both; }

.properties-search .row {
  overflow: hidden;
  margin: auto;
  margin-bottom: 19px;
  max-width: 243px;
  position: relative; }
.properties-search select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #e8e8e8;
  padding: 5px 39px 5px 16px;
  position: relative;
  outline: none;
  color: #9e9f9f;
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  background: #fff;
  border-radius: 0;
  cursor: pointer; }
.properties-search .fake-select:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 39px;
  border-left: 1px solid #e8e8e8;
  background: #f7f7f7;
  pointer-events: none;
  z-index: 1;
  cursor: pointer; }
.properties-search .fake-select:after {
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #d4d2d2;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  pointer-events: none;
  z-index: 2;
  cursor: pointer; }
.properties-search button[type="submit"] {
  width: 100%;
  border-radius: 5px;
  background: #b8274c;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 15px 10px 13px;
  font-size: 17px;
  line-height: 18px;
  border: none;
  border-radius: 5px !important;
  display: block;
  text-transform: none !important;
  font-weight: 400 !important; }

/* search */
body.search .layout_84 .w-grid-item {
  margin-bottom: 30px !important; }
body.search .layout_84 h2 a {
  color: #b8274c; }
  body.search .layout_84 h2 a:hover {
    color: #fa7701; }

header .w-search-open:hover {
  color: #fa7701 !important; }

/* Forms */
.donation_wrapper form,
form#gform_2 {
  padding: 50px 56px 50px 35px;
  background: #f2f2f2; }
  .donation_wrapper form .gfield_label,
  form#gform_2 .gfield_label {
    display: block;
    color: #fa7701;
    font-size: 24px;
    line-height: 25px;
    margin: 0 0 19px;
    font-weight: 500; }
  .donation_wrapper form select, .donation_wrapper form input[type="text"], .donation_wrapper form input[type="tel"], .donation_wrapper form input[type="email"], .donation_wrapper form textarea,
  form#gform_2 select,
  form#gform_2 input[type="text"],
  form#gform_2 input[type="tel"],
  form#gform_2 input[type="email"],
  form#gform_2 textarea {
    border: 1px solid #8e8e8e;
    padding: 4px 18px !important;
    background: #fff;
    margin: 0;
    border-radius: 0;
    line-height: 36px; }
  .donation_wrapper form .ginput_container.ginput_container_select,
  form#gform_2 .ginput_container.ginput_container_select {
    position: relative; }
    .donation_wrapper form .ginput_container.ginput_container_select select,
    form#gform_2 .ginput_container.ginput_container_select select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .donation_wrapper form .ginput_container.ginput_container_select:before,
    form#gform_2 .ginput_container.ginput_container_select:before {
      height: 0;
      width: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 11px solid #b8274c;
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 22px;
      z-index: 1;
      pointer-events: none; }
  .donation_wrapper form #input_1_2,
  form#gform_2 #input_1_2 {
    display: flex;
    justify-content: space-between; }
    .donation_wrapper form #input_1_2 li label,
    form#gform_2 #input_1_2 li label {
      display: block;
      position: relative;
      width: 115px;
      height: 79px;
      border: 1px solid #877f81;
      background: #b8274c;
      white-space: nowrap;
      text-align: center;
      color: #fff;
      font-size: 26px;
      line-height: 60px;
      padding: 10px 5px 5px;
      text-transform: uppercase; }
    .donation_wrapper form #input_1_2 li input,
    form#gform_2 #input_1_2 li input {
      display: none; }
      .donation_wrapper form #input_1_2 li input:checked ~ label,
      form#gform_2 #input_1_2 li input:checked ~ label {
        background: #fa7701 !important;
        font-weight: normal; }
  .donation_wrapper form label[for="input_1_3"] ~ .ginput_container:before,
  form#gform_2 label[for="input_1_3"] ~ .ginput_container:before {
    content: '\f155';
    font-family: fontawesome;
    display: inline-block;
    font-size: 31px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    margin-right: 10px;
    position: relative;
    top: 5px; }
  .donation_wrapper form #field_1_10 > .ginput_container,
  form#gform_2 #field_1_10 > .ginput_container {
    margin-top: 8px; }
  .donation_wrapper form #input_1_10 li,
  form#gform_2 #input_1_10 li {
    border: 1px solid #8e8e8e !important;
    padding: 10px 18px !important;
    background: #fff !important;
    margin: 0; }
    .donation_wrapper form #input_1_10 li:first-child,
    form#gform_2 #input_1_10 li:first-child {
      border-bottom: none !important; }
  .donation_wrapper form #field_1_7,
  form#gform_2 #field_1_7 {
    margin-bottom: 0; }
  .donation_wrapper form #choice_1_7_1,
  form#gform_2 #choice_1_7_1 {
    display: none; }
    .donation_wrapper form #choice_1_7_1 ~ label:before,
    form#gform_2 #choice_1_7_1 ~ label:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #b5b5b5;
      background: #fff;
      position: relative;
      width: 29px;
      height: 26px;
      margin-left: 2px;
      margin-right: 10px; }
    .donation_wrapper form #choice_1_7_1:checked ~ label:after,
    form#gform_2 #choice_1_7_1:checked ~ label:after {
      content: "";
      border: 3px solid #b8274c;
      border-width: 0 0 3px 3px;
      transform: rotate(-45deg);
      margin: -8px 0 0 -9px;
      position: absolute;
      top: 13px;
      left: 16px;
      width: 20px;
      height: 10px;
      display: block; }

.no-label .gfield_label {
  display: none !important; }

/* woocommerce */
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-product-gallery,
.woocommerce .product_title,
.woocommerce .price,
.woocommerce .product_meta {
  display: none; }
.woocommerce div.product .summary {
  width: 100%;
  float: none; }
.woocommerce form {
  padding: 50px 56px 50px 35px;
  background: #f2f2f2; }
  .woocommerce form tr:first-child .woocommerce-select {
    display: none; }
  .woocommerce form tbody,
  .woocommerce form tr {
    display: block; }
  .woocommerce form tr {
    margin-bottom: 57px; }
  .woocommerce form td.label {
    display: block;
    color: #fa7701;
    font-size: 24px;
    line-height: 25px;
    margin: 0 0 19px;
    font-weight: 500; }
  .woocommerce form tr:nth-child(2),
  .woocommerce form tr:nth-child(3) {
    float: left;
    width: 50%;
    padding-right: 20px; }
    .woocommerce form tr:nth-child(2) td,
    .woocommerce form tr:nth-child(3) td {
      display: block; }
  .woocommerce form tr:nth-child(1) td.value {
    width: 100%;
    display: block; }
    .woocommerce form tr:nth-child(1) td.value #picker_gift-amount {
      display: flex;
      justify-content: space-between; }
  .woocommerce form tr:nth-child(2) .woocommerce-select {
    display: none; }
  .woocommerce form tr:nth-child(3) {
    padding-left: 20px; }
  .woocommerce form tr:nth-child(4) {
    clear: both; }
.woocommerce [data-attribute_name="attribute_gift-frequency"] label, .woocommerce [data-attribute_name="attribute_gift-frequency"] input {
  display: inline-block !important;
  vertical-align: middle;
  padding-top: 0 !important;
  font-weight: normal !important; }
.woocommerce [data-attribute_name="attribute_gift-frequency"] li {
  border: 1px solid #8e8e8e;
  padding: 4px 18px;
  background: #fff;
  margin: 0; }
  .woocommerce [data-attribute_name="attribute_gift-frequency"] li:first-child {
    border-bottom: none; }
.woocommerce select, .woocommerce input[type="text"], .woocommerce input[type="tel"], .woocommerce input[type="email"], .woocommerce textarea,
.woocommerce .select2-container {
  border: 1px solid #8e8e8e;
  padding: 4px 18px;
  background: #fff;
  margin: 0;
  border-radius: 0;
  line-height: 36px; }
.woocommerce .select2-selection {
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 0;
  outline: none; }
.woocommerce .woocommerce-ordering:after, .woocommerce .woocommerce-select:after, .woocommerce .select2-selection__arrow:after {
  color: #b8274c; }

[data-attribute="attribute_gift-amount"] {
  display: block;
  position: relative;
  width: 105px;
  height: 79px;
  border: 1px solid #877f81;
  background: #b8274c;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  padding: 10px 5px 5px;
  text-transform: uppercase; }
  [data-attribute="attribute_gift-amount"].selected {
    border: 1px solid #877f81 !important; }
    [data-attribute="attribute_gift-amount"].selected a {
      background: #fa7701 !important; }
  [data-attribute="attribute_gift-amount"] a {
    font-family: roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    display: block;
    text-indent: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: none !important;
    color: #fff !important;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 79px; }

.checkout.woocommerce-checkout > * {
  width: 100% !important; }

@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/wordherd-impreza/fonts/icomoon.eot?rlbj3g");
  src: url("/wp-content/themes/wordherd-impreza/fonts/icomoon.eot?rlbj3g#iefix") format("embedded-opentype"), url("/wp-content/themes/wordherd-impreza/fonts/icomoon.ttf?rlbj3g") format("truetype"), url("/wp-content/themes/wordherd-impreza/fonts/icomoon.woff?rlbj3g") format("woff"), url("/wp-content/themes/wordherd-impreza/fonts/icomoon.svg?rlbj3g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-house:before {
  content: "\e90e";
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
  display: inline-block; }

.staff-list thead {
  background: #fa7701;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500; }
.staff-list td {
  background: #e5e5e5;
  color: #000;
  line-height: 1.38;
  border: 1px solid #fff;
  border-width: 1px 0 0;
  padding: 10px 15px 9px 5px;
  vertical-align: top; }
.staff-list tbody tr:nth-child(even) td {
  background: #cdcdcd; }

  .hero-slider .vc_row .wpb_row .vc_column_container:last-child {
    padding-top: 130px;
}
@media (max-width: 902px) {

.hero-slider .vc_row .wpb_row .vc_column_container:last-child {
    background: #00979b;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
    padding-top: 70px;
}
}
@media (min-width: 768px) {
.slider_image_fix .w-image-h {
width:150%;
}
}
/*# sourceMappingURL=style.css.map */
