/*
Theme Name: GRG Web Design
Theme URL: https://www.grgwebdesign.com
Description: GRG Framework
Author: GRG Web Design
Author URI:  https://www.grgwebdesign.com
Version: 2.7
*/
/* Body */
html {
  position: relative;
  min-height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body {
  background: #F5F5F5;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
}
.container {
  max-width: 970px;
}
.row [class*="col-"] {
  transition: flex 0.3s ease-in-out, max-width 0.3s ease-in-out;
}
/* Globals */
.not-found h1 {
  text-align: center;
  font-size: 48px !important;
}
.sortable-handler {
  touch-action: none;
}
@media (min-width: 992px) {
  body.admin-bar {
    padding-top: 32px !important;
  }
}
/* Anchors */
a {
  color: #044E04;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #044E04;
  text-decoration: underline;
}
/* Page defaults */
.default {
  padding-top: 30px;
  padding-bottom: 30px;
}
.default h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 37px;
  font-weight: 600;
  color: #044E04;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.default h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #044E04;
  margin: 20px 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.2;
}
.default p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 17px;
  color: #1d1d1d;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.default ul {
  list-style-type: none;
}
.default ul li {
  padding-bottom: 4px;
}
.default ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  padding: 0 10px 0 0;
  color: #079A07;
}
/* Wordpress classes */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Global mobile classes */
@media (max-width: 768px) {
}
/*** Header ***/
.admin-bar {
  min-height: 35px;
}
.logo {
  width: 100%;
  max-width: 340px;
}
.header {
  background: #ffffff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.header-right a {
  color: #1b4f9c;
}
.header-right p {
  color: #333333;
  font-size: 14px;
  text-align: right;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0 0 2px 0;
}

.taptap-custom-activator {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 35px;
  color: #ffffff;
  cursor: pointer;
}
/* Header mobile */
@media (max-width: 768px) {
  .logo {
    margin-top: 6px;
    margin-left: 0px;
    width: 100%;
    max-width: 240px;
  }
  .header {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 0px;
    padding-left: 5px;
  }
  .default {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
/* Navigation */
.navigation {
  background: #333333;
}
.navbar-light {
  background: #333333!important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0 0 0 0;
  padding: 5px 0 5px 0;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #ffffff;
}
.navbar-light .navbar-nav > .active > a,
.navbar-light .navbar-nav > .active > a:hover,
.navbar-light .navbar-nav > .active > a:focus {
  background-color: transparent !important;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
}
.navbar-light .navbar-nav > .open > a,
.navbar-light .navbar-nav > .open > a:hover,
.navbar-light .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #8e8477;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 12px 10px 12px;
}
.nav-link.panel {
  font-size: 18px !important;
  font-family: "Sohne-Bold";
  font-weight: 600;
  color: #ffffff !important;
  padding: 3px 12px 0px 12px !important;
  margin-left: 12px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.navbar-light .navbar-toggler {
  background: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.navbar-nav.navbar-social li a {
  font-size: 27px!important;
  color: #e6e6e6;
  margin-left: 17px;
  padding: 0 0 0 0;
}
/* Dropdown menu */
.dropdown-menu {
  width: 400px;
  background: #fcfcfc;
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.404), 0 5px 10px rgba(0, 0, 0, 0.356);
  margin-top: 0px;
  padding-top: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
  -moz-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.336),
    0 30px 60px -30px rgba(0, 0, 0, 0.521);
  -webkit-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.45),
    0 30px 60px -30px rgba(0, 0, 0, 0.7);
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.274),
    0 30px 60px -30px rgba(0, 0, 0, 0.418);
}
.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  -ms-animation: fadein 0.3s;
  -o-animation: fadein 0.3s;
  animation: fadein 0.3s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@keyframes fadein {
  from {
    opacity: 0;
    margin-top: 12px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-toggle::after {
  margin-left: 2px !important;
}
.dropdown-menu ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.dropdown-menu ul li {
  list-style-type: none;
}
.dropdown-item:focus {
  background-color: #ebebeb;
  color: #044E04;
}
.dropdown-item:hover {
  background-color: #ebebeb;
  color: #044E04;
  text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #fcfcfc;
  color: #044E04;
}
.dropdown-item:hover .far {
  animation: moveFromLeft 300ms ease;
}
.dropdown-item:last-child {
  border-bottom: none !important;
}
.dropdown-toggle::after {
  vertical-align: 2px !important;
  color: #ffffff;
}
@keyframes moveFromLeft {
  from {
    transform: translateX(-120%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
.dropdown-menu:before {
  position: absolute;
  top: -10px;
  left: 34%;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fcfcfc;
  border-left: 10px solid transparent;
  border-bottom-color: #000000;
  content: "";
}
.dropdown-menu:after {
  position: absolute;
  top: -10px;
  left: 34%;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fcfcfc;
  border-left: 10px solid transparent;
  content: "";
}
.dropdown-item {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #333333;
  padding: 3px 15px 3px 15px;
  border-bottom: 1px solid #e7e7e7;
}
.dropdown-item .fab,
.dropdown-item .fas,
.dropdown-item .fal,
.dropdown-item .fad,
.dropdown-item .far {
  color: #044E04;
  font-size: 18px;
  line-height: 17px;
  width: 25px;
  margin-right: 5px;
}
.dropdown-item:hover .fab,
.dropdown-item:hover .fas,
.dropdown-item:hover .fal,
.dropdown-item:hover .fad,
.dropdown-item:hover .far {
  color: #044E04;
}
/* Bootstrap */
.badge-primary {
  background-color: #ebddea;
  font-family: "Sohne-Bold";
  font-weight: 600;
  font-size: 13px !important;
  color: #b93aa8;
}
.modal-header {
  border-bottom: 0px solid #6e2e7c93;
  font-size: 23px;
  font-family: "Sohne-Medium";
  color: #ffffff;
  padding: 14px 20px 10px 12px !important;
}
.modal-content {
  background-color: #6e2e7c93;
  border: 0px solid rgba(0, 0, 0, 0.2);
}
.modal-body {
  padding: 0px 12px 5px 12px !important;
}
.btn-close {
  color: #ffffff;
  text-shadow: 0 0px 0 #fff;
}
.btn-close:hover {
  color: #ffffff;
  text-shadow: 0 0px 0 #fff;
}
.btn-close:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  text-decoration: none;
}
.modal-backdrop {
  opacity: 0.5 !important;
}
.bg-secondary-light {
  background-color: #fce8f1;
}
:focus { 
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
} 
/* Gravity forms */
.gfield_error input {
  border-color: #a00000 !important;
}
.gfield_error textarea {
  border-color: #a00000 !important;
}
.gform_wrapper li.gfield.gfield_error {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px !important;
}
.gform_wrapper .validation_message {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}
.gform_wrapper .gfield_required {
  color: #790000 !important;
  font-size: 18px !important;
}
.gform_wrapper div.validation_error {
  font-family: "Open Sans", sans-serif !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  padding: 10px 10px !important;
  margin-bottom: 15px !important;
  border: 1px solid #f5c6cb !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
/* Gravity Forms single-column-form checkbox */
.single-column-form
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label,
.single-column-form
  ul.gfield_checkbox
  li
  input[type="checkbox"]:not(:checked)
  + label {
  margin-left: 20px;
  font-weight: 400;
  font-size: 15px;
}
.single-column-form [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute !important;
  left: -9999px;
}
.single-column-form [type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative !important;
  padding-left: 13px !important;
  cursor: pointer !important;
}
.single-column-form [type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 7px;
  width: 1.3em;
  height: 1.3em;
  border: 2px solid #afafaf;
  border-radius: 2px;
  background: #fff;
  padding: 3px;
}
.single-column-form [type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  content: url(images/check.png);
  position: absolute;
  width: 11px;
  height: 11px;
  top: 10px;
  left: -14px;
  font-size: 15px;
  color: #7c3d8d;
  line-height: 0.8;
}
.gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 7px !important;
}
body #gform_wrapper_2 .gform_footer .gform_button {
  font-family: "Sohne-Medium";
  font-weight: 500;
}
.gform_wrapper label {
  margin-bottom: 0 !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.gform_wrapper .ginput_container {
  margin-top: 4px !important;
}
.single-column-form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.single-column-form [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.single-column-form [type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.single-column-form [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.single-column-form [type="checkbox"]:disabled + label {
  color: #aaa;
}
.gform_wrapper {
  border-top: 5px solid #044E04;
  border-left: 1px solid #ced2e8;
  border-right: 1px solid #ced2e8;
  border-bottom: 1px solid #ced2e8;
  border-radius: 0px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0px;
  padding-bottom: 20px;
  margin-top: 0!important;
  background-color:#fafafa;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-weight: 600;
  color: #212121;
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text], .gform_wrapper .gform_body .gform_fields .gfield input[type=email], .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], .gform_wrapper .gform_body .gform_fields .gfield input[type=url],.gform_wrapper .gform_body .gform_fields .gfield input[type=password] {
  width: 100%;
  border-width: 1px;
  border-color: #c9c9c9;
  border-style: solid;
  border-radius: 3px;
  -web-border-radius: 3px;
  -moz-border-radius: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 7px;
  max-width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield select {
  width: 100%;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 3px;
  -web-border-radius: 3px;
  -moz-border-radius: 3px;
  padding-top: 9px;
  padding-bottom: 9px;
  max-width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea {
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 3px;
}
.gform_wrapper .gform_footer .gform_button {
  border-style: solid;
  font-weight: normal;
  color: #ffffff;
  background-color: #044E04;
  border-radius: 3px;
  -web-border-radius: 3px;
  -moz-border-radius: 3px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 7px;
  padding-bottom: 5px;
  border-width: 0px;
  text-align: right;
}
.gform_wrapper .gform_footer {
  text-align: right;
}
#request-callback-small .gform_wrapper {
  border-top: 5px solid #4B99E0;
  border-left: 1px solid #2e2e2e;
  border-right: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0!important;
  background-color:#585888;
}
#request-callback-small .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  color: #ffffff;
}
#request-callback-small .gform_wrapper .gform_body .gform_fields .gfield input[type=text], .gform_wrapper .gform_body .gform_fields .gfield input[type=email], .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], .gform_wrapper .gform_body .gform_fields .gfield input[type=url],.gform_wrapper .gform_body .gform_fields .gfield input[type=password] {
  background-color: #e1e1ff;
  border-color: #e1e1ff;
}
#request-callback-small .gform_wrapper .gform_body .gform_fields .gfield select {
  background-color: #e1e1ff;
  border-color: #e1e1ff;
}

/* Mutli part Gravity Forms progress */
#gf_page_steps_4 .gf_step_active span {
  color: #E83E8C!important;
  font-weight: 600;
}
#gf_progressbar_wrapper_4 {
  margin-top: 30px;
}
#gf_progressbar_wrapper_4 h3 {
  color: #000000!important;
  font-size: 18px!important;
  opacity: 1!important;
}
.gform_wrapper .gf_progressbar_percentage {
  background: #E83E8C!important;
  font-size: 16px!important;
  font-weight: 600!important;
  text-shadow: none!important;
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
}
.gform_wrapper .gf_progressbar {
  padding: 0!important;
  -moz-border-radius: 0!important;
  -webkit-border-radius: 0!important;
  border-radius: 0!important;
}
.gform_wrapper .gf_progressbar:after {
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
}
#gform_wrapper_4 h3.gf_progressbar_title {
  margin: 0 0 8px 0px!important;
}
.form_saved_message {
  margin-top: 25px;
}
.gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
  float: right;
  border: 1px solid green;
  color: green;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gform_wrapper span.ginput_product_price {
  font-size: 20px!important;
}
/* Responsive video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#aiosp_upgrade_wrapper .aioseop_option_div {
  display: none !important;
}
/* Login form */
#login-page .form-control {
  box-shadow: none !important;
  font-size: 16px !important;
  padding: 7px 15px 7px 15px !important;
  height: 45px !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  border: 1px solid #a0a0a0;
}
#login-page .btn-login {
  background: #0070ff;
  color: #ffffff;
  font-weight: 600;
}
#login-page .woocommerce,
.woocommerce form.login,
.woocommerce form.register {
  background: #fafafa!important;
  border-top: 5px solid #BE1F77!important;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
.lost-password a {
  color: #8d4fa0;
}
#login-page .woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  font-size: 16px !important;
}
.woocommerce-message {
  border-top-color: #a63d8d !important;
  margin-bottom: 15px;
}
.woocommerce-message::before {
  color: #E83E8C !important;
}
.woocommerce-info {
  border-top-color: #E83E8C !important;
  padding: 10px 10px 10px 50px !important;
}
.login-page {
  margin-top: 50px;
  margin-bottom: 80px!important;
}
.login-page label {
  font-family: "Sohne-Medium";
  font-weight: 500;
}
.login-page h2 {
  font-family: "Sohne-Bold";
  font-size: 29px;
  font-weight: 500;
  color: #76336d;
  margin: 0 0 19px 0;
  padding: 0 0 0 0;
}
.login-page-right {
  margin-top: 47px;
}
.login-page-right h2 {
  font-size: 24px;
  font-weight: 500;
  color: #76336d;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
/* Buttons */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}
.btn-primary {
  font-size: 14px;
  background: #6772e5;
  border: 2px solid #6872de;
  padding: 8px 15px 8px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0px 7px 14px rgba(50, 50, 93, 0.1),
    0px 3px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.15s ease;
}
.btn-primary:hover {
  background: #7795f8;
  border: 2px solid #7795f8;
  color: #ffffff;
  transform: translateY(-1px);
}
.btn-signin {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  background: transparent;
  border: 2px solid #7c90dc;
  padding: 4px 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 14px;
}
.btn-signin:hover {
  background: transparent;
  border: 2px solid #f1f1f1;
  color: #ffffff;
}
.btn-signin:active:focus {
  background: #5d3e6f !important;
}
.btn-signin:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* WooCommerce */
.woocommerce img.logo,
.woocommerce-page img.logo {
  max-width: 340px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25% !important;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 73% !important;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.woocommerce-account h2 {
  color: #be1f77!important;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 0 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-family: "Sohne-Medium";
  font-size: 27px;
  font-weight: 400;
  color: #7b2494;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  line-height: 1.2;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  border-left: 0px solid #783c8b;
}
.woocommerce-MyAccount-navigation ul li {
  display: block;
  margin-bottom: 7px;
}
.woocommerce-MyAccount-navigation ul li a {
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding: 5px 0 5px 12px;
  color: #212529;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #f1f1f1 !important;
  text-decoration: none;
}
.woocommerce-info::before {
  color: #E83E8C!important;
  font-family: "Font Awesome 5 Pro"!important;
  content: "\f467"!important;
  font-size: 18px;
  top: 0.6em!important;
  left: 0.8em!important;
}
body table.booked-calendar thead th .monthName {
  color: #E83E8C;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}
body table.booked-calendar td.today .date span {
  border: 2px solid #E83E8C!important;
}
.woocommerce-MyAccount-content table.booked-calendar td.today:hover .date span {
  background: #E83E8C!important;
}
body table.booked-calendar th .monthName a {
  color: #E83E8C!important;
}
.booked-icon-arrow-right:before {
  color: #E83E8C!important;
}
.booked-icon-arrow-left:before {
  color: #E83E8C!important;
}
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
  display: block;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
}

h2.woocommerce-loop-product__title {
  font-size: 28px;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.add_to_cart_button {
  background: #6C2E7A !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-family: "Sohne-Medium" !important;
  font-weight: 500 !important;
}
.add-on-shop-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.add-on-description p {
  font-size: 15px;
}
.add-on-price .woocommerce-Price-amount {
  font-size: 17px;
  font-family: "Sohne-Medium";
  font-weight: 500;
  letter-spacing: 1px;
  color: #be1f77;
}
.cart-custom-location .woocommerce-Price-amount {
  font-family: "Sohne-Medium";
  font-weight: 500;
  letter-spacing: 1px;
  color: #be1f77;
}
.woocommerce span.onsale {
  background-color: #be1f77 !important;
  min-width: 3.536em !important;
}
#customer_details {
  margin-top: 20px;
}
#customer_details h3 {
  color: #803676;
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.woocommerce .woocommerce-ordering select {
  border: 1px solid #cccccc;
  font-size: 14px;
  padding: 5px;
  color: #666666;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #0070FF !important;
}
.fa-shopping-cart {
  color: #7c3d8d;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  color: #9C40AD!important;
}
/* Footer */
.footer {
  background: #1f70d4;
  height: 150px;
  padding-top: 30px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 15px;
  }
}
.footer p {
  font-size: 15px;
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
  line-height: 18px;
  color: #ffffff;
}
.footer h3 {
  font-family: "Sohne-Medium";
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  padding: 0 0 9px 0;
  margin: 0 0 0 0;
}
.footer a {
  font-size: 14px;
  color: #a29eb0;
  padding: 0;
  margin: 0;
}
.footer a:hover {
  color: #ffffff;
}
.footer ul li {
  font-size: 15px;
  padding: 0;
  margin: 0 0 1px 0;
  color: #af79b9;
}
/* Blog */
.blog h2 {
  color: #044E04;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.blog h2 a {
  color: #044E04;
}
.blog-feed-article {
  font-size: 15px;
  margin: 0 0 25px 0;
  padding-right: 35px;
}
.blog-feed-article h2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* Sidebar */
.sidebar {
  padding: 15px;
  -webkit-box-shadow: 2px 0px 40px -16px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 2px 0px 40px -16px rgba(0, 0, 0, 0.21);
  box-shadow: 2px 0px 40px -16px rgba(0, 0, 0, 0.21);
}
.sidebar h2 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  color: #044E04;
  font-family: "Open Sans", sans-serif;
}
.sidebar ul {
  margin: 0 0 25px 20px;
  padding: 0 0 0 0;
}
/* Testimonials */
.home-testimonials h2 {
  font-size: 37px;
  color: #044E04;
  text-align: center;
  font-weight: 600;
}
.testimonial-left img {
  width: 125px;
  margin: 0 auto 0;
}
.testimonial-right p {
  font-weight: 400;
  color: #2c2c2c;
  font-size: 17px;
}
p.testimonial-name {
  font-weight: 600;
  font-size: 16px;
}
.five-stars {
  margin-left: 15px;
  color: #00b67a;
}
@media (max-width: 768px) {
  .home-testimonials h2 {
    font-size: 38px;
  }
  .testimonial-right p {
    text-align: center;
  }
}
.slick-next,
.slick-prev {
  top: 30%;
}
.slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f104";
  color: #d6d6d6;
  font-size: 55px;
  font-weight: 600;
}
.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  color: #d6d6d6;
  font-size: 55px;
  font-weight: 600;
}
.slick-dots li button:before {
  font-size: 16px;
  color: #af9aac;
}
.slick-dots li.slick-active button:before {
  color: #42233e;
}
.slick-slide {
  padding: 15px 40px 15px 40px;
}
.slick-slide {
  outline: none;
}

/* Testimonials mobile */
@media (max-width: 768px) {
  .slick-next,
  .slick-prev {
    display: none !important;
  }
  .testimonial-left img {
    width: 175px;
    margin-bottom: 15px;
  }
  .slick-slide {
    padding: 15px 20px 15px 20px;
  }
}
/* Feature highlights */
.home-feature-highlights {
  color: #76336d;
}
.feature-highlight h3 {
  font-size: 18px;
  color: #742e6a;
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
}
.feature-highlight-icon {
  color: #76336d;
  font-size: 45px;
}
.feature-highlight-text {
  padding-left: 25px;
}
.feature-highlight-text p {
  font-size: 15px;
  color: #353535;
  line-height: 22px;
}
/* Home introduction */
.home-introduction {
  background: #ffffff;
  padding: 0 0 20px 0;
}
.home-introduction-text h2 {
  font-family: "Sohne-Medium";
  font-size: 25px;
  font-weight: 500;
  color: #2c2c2c;
}
/* Home partners */
.home-partners {
  margin: 30px 0 30px 0;
  padding: 0 0 0 0;
}
/* Business web design */
.sidebar-introduction {
  background: #f5f5f5;
  padding: 15px;
}
.sidebar-introduction h3 {
  font-size: 22px;
  font-weight: 600;
  color: #76336d;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.hosting-feature {
  margin-bottom: 150px;
  clear: both;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 80px;
}
.hosting-feature-text h2 {
  font-size: 29px;
  font-weight: 600;
  color: #76336d;
  margin: 0 0 19px 0;
  padding: 0 0 0 0;
}
.hosting-feature-text p {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
/* Home */

.introduction {
  background: #ffffff;
  padding: 0px 25px;
}
.introduction ul {
  list-style-type: none;
}
.introduction ul li {
  padding-bottom: 4px;
}
.introduction ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  padding: 0 10px 0 0;
  color: #079A07;
}
.card a {
  text-decoration: underline;
}
.card h5.card-title {
  font-size: 20px;
  font-weight: 600;
  color: #044E04;
}
.card p.card-text {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}
.page-white {
  background: #ffffff;
}
.home-banner {
  clip-path: polygon(100% 0, 100% 96%, 23% 100%, 0 97%, 0 0);
  background: rgba(84, 42, 99, 0.2);
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 450px;
}
@media (max-width: 768px) {
  .home-banner {
    height: 530px;
  }
}
/* Home call to action */
.home-call-to-action {
  background: #7b519d44;
  padding: 100px 0 45px 0;
  margin-top: -55px;
}
.home-call-to-action p {
  font-size: 16px;
  font-family: "Sohne-Medium";
  font-weight: 500;
  color: #753991;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.home-call-to-action a {
  color: #851789;
  text-decoration: underline;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
h3.percent-off {
  font-size: 38px;
  color: #753991;
}
/* Pricing */
.pricing-introduction {
  margin-top: 50px;
}
.pricing-introduction h1 {
  font-size: 32px;
  font-family: "Sohne-Bold";
  font-weight: 600;
  color: #7c3d8d;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
.pricing-cards h1 {
  font-size: 32px;
  font-weight: 600;
  color: #7c3d8d;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.pricing-cards h3 {
  font-size: 17px;
  font-weight: 600;
  color: #7c3d8d;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.pricing-cards .card-header h4 {
  font-family: "Sohne-Medium";
  font-size: 25px;
  font-weight: 600;
  color: #635fac;
}
.pricing-cards .card-body p {
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 10px 0 10px 0;
}
.pricing-cards .card-body ul li {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0 0 3px 0;
}
/* Cookie banner */
.cookie-bar__inner {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  color: #222222;
  font-size: 13px;
  padding: 15px 20px;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-animation: fadein 500ms;
  -moz-animation: fadein 500ms;
  -ms-animation: fadein 500ms;
  -o-animation: fadein 500ms;
  animation: fadein 500ms;
}
@media (min-width: 62rem) {
  .cookie-bar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.cookie-bar__buttons {
  display: block;
  margin-top: 0.375rem;
}
@media (min-width: 62rem) {
  .cookie-bar__buttons {
    margin-top: 0;
  }
}
.cookie-bar__btn {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: white;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 12px;
  border-radius: 3px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background: #006eff;
  transition: background-color 250ms ease 0s;
}
.cookie-bar__btn:hover {
  background-color: #006eff;
}
.cookie-bar__btn:active {
  background-color: #006eff;
}
.cookie-bar__link {
  margin: 0 0.5rem;
}
.cookie-bar a {
  color: #5c5c5c;
  text-decoration: none;
}
.cookie-bar a:hover {
  text-decoration: underline;
}
.cookie-bar-privacy-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cookie-bar-privacy-popup.cookie-bar-privacy-popup--hidden {
  display: none;
}
.cookie-bar-privacy-popup__dialog {
  background-color: #fff;
  width: 100%;
  max-width: 50rem;
  max-height: 90vh;
  overflow: auto;
  padding: 2rem 1.5rem 1.5rem;
  position: relative;
}
.cookie-bar-privacy-popup__dialog__close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  display: block;
  width: 2rem;
  height: 2rem;
  border: none;
  cursor: pointer;
}
.cookie-bar-privacy-popup__dialog__close:after,
.cookie-bar-privacy-popup__dialog__close:before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.25rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin-top: -0.125rem;
}
.cookie-bar-privacy-popup__dialog__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cookie-bar-privacy-popup__dialog__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cookie-bar-privacy-popup__dialog p:last-child {
  margin-bottom: 0;
}
.cookie-bar--bottom,
.cookie-bar--bottom-left,
.cookie-bar--bottom-right {
  z-index: 100;
  position: fixed;
}
.cookie-bar--bottom {
  right: 0;
  bottom: 0;
  left: 0;
}
.cookie-bar--bottom-left {
  left: 20px;
}
.cookie-bar--bottom-right {
  right: 20px;
}
.cookie-bar--bottom-left,
.cookie-bar--bottom-right {
  bottom: 20px;
}
@media (min-width: 48rem) {
  .cookie-bar--bottom-left,
  .cookie-bar--bottom-right {
    width: 240px;
  }
}
@media (min-width: 48rem) {
  .cookie-bar--bottom-left .cookie-bar__buttons,
  .cookie-bar--bottom-left .cookie-bar__inner,
  .cookie-bar--bottom-right .cookie-bar__buttons,
  .cookie-bar--bottom-right .cookie-bar__inner {
    display: block;
  }
}
@media (min-width: 48rem) {
  .cookie-bar--bottom-left .cookie-bar__buttons,
  .cookie-bar--bottom-right .cookie-bar__buttons {
    margin-top: 0.375rem;
  }
}
.cookie-bar--bottom-left .cookie-bar__inner,
.cookie-bar--bottom-right .cookie-bar__inner {
  line-height: 1.3;
}
.cookie-bar__buttons {
  margin-top: 15px !important;
}
/* Search filter */
.addon-search-filter {
  border-bottom: 1px solid #7a3287;
}
.searchandfilter ul {
  padding-left: 0;
  display: inline;
}
.searchandfilter ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0 !important;
  display: inline !important;
}
ul li.sf-field-search label .sf-input-text {
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 300px;
}
ul li.sf-field-taxonomy-product_cat {
  float: right;
}
ul li.sf-field-taxonomy-product_cat label .sf-input-select {
  padding: 13px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 250px;
  color: #666666;
}
ul li.sf-field-reset .search-filter-reset {
  margin-left: 20px;
}
@media (max-width: 768px) {
  ul li.sf-field-taxonomy-product_cat {
    float: none;
  }
  ul li.sf-field-taxonomy-product_cat label .sf-input-select {
    margin-top: 20px;
  }
}
/* Tabs */
.tabs-content > .tab-panel {
  display: none;
}
.tabs-content > .tab-panel.active {
  display: block;
}
.tabs-content > .tab-panel h1 {
  color: #7c3d8d;
  font-size: 32px;
  font-weight: 600;
}
.tabs-content > .tab-panel p {
  color: #3a3a3a;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}
.features .plain-tab {
  bottom: auto;
  right: 15px;
  left: 15px;
  border-left: none;
  border-top: 4px solid #edd2f5;
}
.features .plain-tab {
  padding: 20px 15px 0;
}
.features .plain-tab a {
  text-decoration: none;
}
.features .plain-tab h5 {
  color: #7c3d8d;
  font-size: 20px !important;
  font-weight: 600;
}
.features .plain-tab p {
  font-size: 15px;
  color: #363636;
}
.features .plain-tab.active {
  border-left: none;
  background: #fbf4fd;
  border-top: 4px solid #7c3d8d;
}
.image {
  background: #e4f1fd;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  width: 100%;
}
.image.pic-sm {
  background-image: url("images/pic-70.svg");
  background-size: 70px 48px;
}
.business-seo-benefits {
  background: #c4c4c4;
  height: 450px;
}
.top-diagonal {
  width: 100%;
  height: 20px;
  background: #c4c4c4;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.bottom-diagonal {
  width: 100%;
  height: 20px;
  background: #c4c4c4;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  margin-top: -1px;
}
/* Business ready */
.business-ready {
  background: #32325D;
  clip-path: polygon(0 10%, 100% 0%, 100% 91%, 0% 100%);
  padding-top: 110px;
  padding-bottom: 100px;
}
.business-ready h2 {
  font-size: 37px;
  font-family: "Sohne-Medium";
  font-weight: 500;
  line-height: 38px;
  color: #ffffff;
  margin: 0 0 0px 0;
  padding: 0 0 0 0;
}
.business-ready h3 {
  font-size: 20px;
  font-family: "Sohne-Medium";
  font-weight: 500;
  color: #4B99E0;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
@media (min-width: 768px) {
  .business-ready h2 {
    font-size: 32px;
  }
}
.business-ready p {
  font-size: 18px;
  font-family: "Sohne";
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* Home features */
.home-feature-box {
  padding: 0 0 0 5px;
  margin-bottom: 35px;
}
.home-feature-box h3 {
  font-size: 25px;
  font-family: "Sohne-Medium";
  font-weight: 500;
  color: #252525;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.home-feature-box p {
  font-size: 16px;
  color: #2e2e2e;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* Business web design */
.business-web-design-header {
  padding-top: 80px;
  padding-bottom: 90px;
}
.business-web-design-header h1 {
  font-size: 48px;
  line-height: 55px;
}
.business-web-design-header p {
  font-size: 22px;
  font-family: "Sohne-Medium";
  font-weight: 500;
  line-height: 28px;
}
.business-web-design-introduction {
  margin-top: 70px;
  margin-bottom: 30px;
}
.business-web-design-introduction h1 {
  font-size: 52px;
  line-height: 60px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.business-web-design-introduction  p.business-web-design-introduction-strapline {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.business-web-design-introduction p {
  margin: 10px 0 5px 0;
  padding: 0 0 0 0;
}
.business-web-design-introduction-features {
  margin-top: 25px;
  padding-left: 35px;
}
.business-web-design-introduction-feature {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #bbbbbb;
}
.business-web-design-introduction-feature-icon {
  font-size: 35px;
  color: #4B99E0;
}
.business-web-design-introduction-feature-text {
  padding-left: 25px;
  padding-right: 25px;
}
.business-web-design-introduction-feature-text p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/* Hosting features */
.hosting-introduction {
  background-color: #0099ff;
  padding-top: 80px;
  padding-bottom: 110px;
}
.hosting-introduction h1 {
  color: #ffffff;
  font-size: 48px;
  line-height: 55px;
  padding-bottom: 10px;
}
.hosting-introduction p {
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
}
.hosting-features {
  background-color: #e7f1de;
  color: #242424;
  clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
  padding-top: 80px;
  padding-bottom: 80px;
}
.hosting-features h1 {
  font-size: 43px;
  color: #6A3E92;
}
.hosting-features h2 {
  font-size: 26px;
  color: #6A3E92;
}
.hosting-features p {
  color: #202020;
}
.hosting-features ul {
  margin: 0 0 0 0;
  padding: 0 0 0 10px;
}
.hosting-features ul li {
  list-style-type: none;
}
.hosting-features ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  color: #50c878;
  padding-right: 10px;
}
/* Work */
.work-case-study h2 {
  font-family: "Sohne-Bold";
  font-size: 28px;
  font-weight: 600;
  color: #0f2d4b;
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
}
.work-banner {
  min-height: 580px;
}
/* Talk to an expert */
.talk-to-an-expert {
  background: #016dbe;
}
.talk-to-an-expert h3 {
  font-size: 43px;
  font-family: "Sohne-Medium";
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 768px) {
  .talk-to-an-expert h3 {
    font-size: 30px;
  }
}
.talk-to-an-expert .btn-outline-light {
  border-width: 2px;
  font-family: "Sohne-Medium";
  font-weight: 500;
}
/* My account */
.icon-rounded {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 65px;
  font-size: 32px;
  color: #e83e8c;
  margin-right: 15px;
}
.my-account h5 {
  font-family: "Sohne-Medium";
  font-weight: 500;
  font-size: 23px;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.my-account p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.woocommerce-MyAccount-content .card {
  border: 1px solid #ffffff;
}
.woocommerce-MyAccount-content .card:hover {
  border: 1px solid #E83E8C;
}
.my-account-logout {
  margin-top: 60px;
}
.my-account-logout a {
  font-weight: 600;
  font-size: 16px;
  color: #E83E8C;
  padding: 5px 10px;
  border: 2px solid #E83E8C;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title {
  color: #0F2D4B!important;
  font-size: 20px!important;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time {
  height: auto!important;
}
.spots-available {
  color: #333333!important;
}
@media (max-width: 768px) {
  .spots-available {
    color: #ffffff!important;
  }
}

.job-board-intro {
  padding-top: 70px;
  padding-bottom: 160px;
}
.job-board-intro h1 {
  color: #0F2D4B;
  font-size: 45px;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}
@media (max-width: 768px) {
  .job-board-intro h1 {
    font-size: 35px;
  }
}
.job-board-intro p {
  color: #0F2D4B;
  font-size: 20px;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}
.job-board-features-intro {
  background: #3E2563;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: -100px;
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
}
@media (max-width: 768px) {
  .job-board-features-intro {
    padding-left: 25px;
    padding-right: 25px;
  }
  .job-board-feature {
    margin-bottom: 20px;
  }
}
.job-board-features-intro h2 {
  color: #ffffff;
  font-size: 35px;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}
.job-board-features-intro h3 {
  color: #ffffff93;
  font-size: 18px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.job-board-feature p {
  color: #ffffff;
  font-size: 18px;
}
.job-board-feature .far, .job-board-feature .fal, .job-board-feature .fab {
  color: #FF299F;
  font-size: 34px;
  margin-right: 15px;
  margin-top: 5px;
}
.job-board-pricing {
  padding: 10px;
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 30%);
}

.home-business-features-intro {
  font-family: "Sohne-Medium";
  font-weight: 500;
  background: #EAF2FF;
  padding-top: 90px;
  padding-bottom: 170px;
  clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
}
.home-business-features-intro h2 {
  color: #3b4496;
  font-size: 43px;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
.home-business-features-intro h3 {
  color: #0f2d4b88;
  font-size: 18px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media (max-width: 768px) {
  .home-business-features-intro {
    clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .home-business-features-intro h2 {
    font-size: 37px;
  }
  .home-feature {
    margin-bottom: 20px;
  }
}
.home-feature p {
  font-family: "Sohne";
  font-weight: 400;
  color: #212e3d;
  font-size: 18px;
}
.home-feature .far, .home-feature .fal, .home-feature .fab {
  color: #0f67c0;
  font-size: 34px;
  margin-right: 15px;
  margin-top: 5px;
}
.home-feature-footer a {
  color: #0f67c0;
}
h2.accordion-header {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.business-features-nav {
  top: 25px;
}
.woocommerce table.shop_table {
  border-radius: 0px!important;
}

.products .card-body {
  font-size: 14px;
}
.products .card-header {
  background: #f7f7f7;
  border: 0;
  padding: 3px 10px;
}
.woocommerce ul.products li.product .button {
  margin-top: 2px!important;
  margin-bottom: 2px!important;
}
.woocommerce ul.products li.product a img {
  margin: 0!important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-bottom: 30px!important;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  height: 100%;
}
.curves-container {
  position: relative;
  z-index: 999999;
  margin-top: -170px;
}
.curves {
  background: #09F;
  color: #FFF;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 30px;
}
.carousel-inner .carousel-item {
  background: #000;
  min-height: 380px;
}