/*
Theme Name: Source Code Micro Site
Theme URL: https://www.sourcecodewebdesign.com
Description: Source Code
Author: Source Code
Author URI:  https://www.sourcecodewebdesign.com
Version: 1.0
*/
/* Body */
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}
body {
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 135px;
  padding-bottom: 0;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    margin-bottom: 200px;
  }
}
.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: #2320e8;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #2320e8;
  text-decoration: underline;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  background-color: #fff !important;
}
input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
  color: #000 !important;
}
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
/* Page defaults */
.default {
  margin-top: 140px;
  margin-bottom: 60px;
}
.default h1 {
  font-size: 35px;
  font-weight: 500;
  color: #143940;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}
.default h2 {
  font-size: 25px;
  font-weight: 500;
  color: #143940;
  letter-spacing: -1px;
  margin: 10px 0 15px 0;
  padding: 0 0 0 0;
}
.default p {
  font-weight: 400;
  line-height: 23px;
  font-size: 16px;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.default p a {
  text-decoration: underline;
}
/* Wordpre
/* 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;
}
.header {
  width: 100%;
  background: #ffffff;
  padding-top: 25px;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.navbar-brand {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 19px;
  color: #151515;
  letter-spacing: 4px;
  word-spacing: -1px;
  text-transform: uppercase;
}
a.navbar-brand:hover {
  text-decoration: none;
}
sup {
  position: relative;
  font-size: 40%;
  letter-spacing: 0;
  line-height: 0;
  vertical-align: baseline;
  top: -1.2em;
}
.header-menu ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #151515;
}
.header-menu ul li {
 padding-left: 7px;
 padding-right: 7px;
}
.header-menu ul li a {
  color: #151515;
 }

.header-left a:hover {
  text-decoration: none;
}
.header-right {
  color: #ffffff;
}
.header-right a {
  text-decoration: none;
  color: #ffffff;
}
.header-right i {
  margin-right: 7px;
}
.header-right p {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.header-right h3 {
  font-family: "Sohne-Bold", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 40px;
  color: #F0D500;
  margin: 7px 0 0px 0;
  padding: 0 0 0 0;
}
.taptap-custom-activator {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 35px;
  color: #143940;
  cursor: pointer;
}
.taptap-custom-activator.inside {
  color: #377DFF;
}
.taptap-main-wrapper {
  z-index: 9999999999999999 !important;
}
.taptap-alternate-close-button::before, .taptap-alternate-close-button::after {
  width: 40px !important;
}
/* Header mobile */
@media (max-width: 767px) {
  .header-right a {
    font-family: 'Circular Std', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 37px;
    line-height: 37px;
    color: #FFFFFF;
    letter-spacing: -1px;
    word-spacing: -3px;
  }
}
.home-banner-text {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.home-banner-text h2 {
  font-family: "Sohne-Bold", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  margin: 7px 0 0px 0;
  padding: 0 0 0 0;
}
.home-banner-form {
  margin: 70px 0 0px 0;
  padding: 0 30px 0 30px;
}
.home-banner-form h2 {
  font-family: "Sohne-Medium", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
  margin: 10px 0 15px 0;
  padding: 0 0 0 0;
  line-height: 1.2;
}

.home-introduction h1 {
  font-size: 35px;
  font-weight: 500;
  color: #46475e;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}

.home-testimonials h2 {
  font-size: 35px;
  font-weight: 500;
  color: #46475e;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  text-align: center;
}
.home-introduction p {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.cta-container {
  background: #ebebeb;
  margin-bottom: 30px;
}
.cta h2 {
  font-size: 35px;
  font-weight: 500;
  color: #46475e;
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
}
.home-form {
  background: #f5f5f5;
  text-align: center;
  padding: 80px 0 80px 0;
}
.home-form h2 {
  font-size: 35px;
  font-weight: 500;
  color: #46475e;
  text-align: center;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
/* Navigation */
.navbar {
  padding: 0 0 !important;
}
.navbar-light {
  background: transparent !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-right: 0 !important;
  padding-top: 30px;
}
.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: #303030;
}
.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: #14395f;
  -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: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #222222;
  padding: 3px 10px 3px 10px;
  letter-spacing: 0.3px;
  line-height:25 px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #222222;
  text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 18px;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  color: #303030;
  padding: 6px 12px 2px 12px;
  letter-spacing: 0.3px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #303030;
  text-decoration: none;
}
.header-hosting .navbar-light .navbar-nav .nav-link {
  font-size: 18px;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  padding: 6px 15px 2px 15px;
}
.header-hosting .navbar-light .navbar-nav .nav-link:focus, .header-hosting .navbar-light .navbar-nav .nav-link:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.header-hosting .dropdown-toggle::after {
  vertical-align: 2px !important;
  color: #FFFFFF;
}
.header-hosting .nav-link.panel {
  font-size: 18px !important;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  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;
}
.header-home .nav-link.panel {
  font-size: 18px !important;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  color: #FFFFFF !important;
  padding: 3px 12px 0px 12px !important;
  margin-left: 12px;
  border: 2px solid #377DFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.header-home .nav-link.panel:hover {
  border: 2px solid #006EFF;
}
.header .nav-link.panel {
  font-size: 16px !important;
  line-height: 16px;
  font-weight: 500;
  color: #ffffff !important;
  padding: 7px 12px 7px 12px !important;
  background: #46475e;
  border: 2px solid #46475e;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.header .nav-link.panel:hover {
  border: 2px solid #006EFF;
}
.dropdown-toggle:after {
  content: none;
}
.navbar-light .navbar-toggler {
  background: #412F63;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
/* Dropdown menu */
.dropdown-menu {
  width: auto;
  min-width: max-content;
  background: rgb(221, 232, 250);
  background: linear-gradient(0deg, rgba(221, 232, 250, 1) 0%, rgba(250, 252, 255, 1) 100%);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border: 0px solid #141D2C;
  padding-top: 12px;
  -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);
  z-index: 2149000000 !important;
}
.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: 15px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@-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:hover {
  background-color: transparent;
  color: #3575E8;
  text-decoration: none;
}
.dropdown-item.active, .dropdown-item:visited, .dropdown-item:focus {
  background-color: transparent;
}
.dropdown-item:hover .fab, .dropdown-item:hover .far {
  animation: moveFromLeft 150ms ease-in-out;
}
.dropdown-item:last-child {
  border-bottom: none !important;
}
.dropdown-toggle::after {
  vertical-align: 2px !important;
  color: #294265;
}
@keyframes moveFromLeft {
  from {
    transform: translateX(-120%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
.dropdown-menu:before {
  position: absolute;
  top: -8px;
  right: 49%;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FAFCFF;
  border-left: 8px solid transparent;
  border-bottom-color: #FAFCFF;
  content: "";
}
.dropdown-menu:after {
  position: absolute;
  top: -8px;
  right: 49%;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FAFCFF;
  border-left: 8px solid transparent;
  content: "";
}
.dropdown-item {
  font-size: 16px;
  font-weight: 500;
  color: #334564;
  padding: 3px 8px 3px 8px;
}
.dropdown-item .fab, .dropdown-item .fas, .dropdown-item .fal, .dropdown-item .fad, .dropdown-item .far {
  color: #3575E8;
  font-size: 18px;
  width: 25px;
  margin-top: 3px;
  margin-right: 5px;
}
.dropdown-item:hover .fab, .dropdown-item:hover .fas, .dropdown-item:hover .fal, .dropdown-item:hover .fad, .dropdown-item:hover .far {
  color: #3575E8;
}
/* Bootstrap */
.badge-primary {
  background-color: #EBDDEA;
  font-family: "Sohne-Bold", sans-serif;
  font-weight: 600;
  font-size: 13px !important;
  color: #B93AA8;
}
.modal {
  z-index: 2149000000 !important;
}
.modal-header {
  border-bottom: 0px solid #6e2e7c93;
  font-size: 23px;
  font-family: "Sohne-Medium", sans-serif;
  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: #97bef242;
}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.accordion-button {
  font-size: 17px;
}
/* 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: #be0000 !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;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  font-size: 16px !important;
  padding-left: 15px !important;
  font-family: "Sohne", sans-serif;
  font-weight: 400;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-left: 5px;
  transform: scale(1.4);
}
body .gform_wrapper .top_label div.ginput_container_checkbox {
  margin-top: 20px !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #FFFFFF !important;
}
.gform_required_legend {
  display: none;
}
/* Gravity Forms single-column-form checkbox */
body #gform_wrapper_2 .gform_footer .gform_button {
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
}
.gform_wrapper label {
  margin-bottom: 0 !important;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
}
.gform_wrapper .ginput_container {
  margin-top: 4px !important;
}
.gform_wrapper {
  border: 1px solid #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: 0 !important;
  background-color: #f8f8f8;
  margin-bottom: 45px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-weight: normal;
  color: #222222;
  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;
  background: #ffffff;
  border-style: solid;
  border-radius: 3px;
  -web-border-radius: 3px;
  -moz-border-radius: 3px;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  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;
  background: #ffffff;
  border-style: solid;
  border-radius: 3px;
  -web-border-radius: 3px;
  -moz-border-radius: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  max-width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea {
  border-width: 1px;
  border-color: #C9C9C9;
  background: #ffffff;
  border-radius: 3px;
}
.gform_wrapper .gform_footer .gform_button {
  border-style: solid;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #222222;
  border-radius: 3px;
  -web-border-radius: 3px;
  -moz-border-radius: 3px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-width: 0px;
  text-align: right;
}
.gform_wrapper .gform_footer {
  text-align: right;
}
.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #3b3b3b;
}
.gform_wrapper .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
  color: #3b3b3b;
}
.gform_wrapper .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
  color: #3b3b3b;
}
.gform_wrapper .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
  color: #3b3b3b;
}

#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: #ffffff;
  border-color: #c9c9c9;
}
#request-callback-small .gform_wrapper .gform_body .gform_fields .gfield select {
  background-color: #E1E1FF;
  border-color: #E1E1FF;
}
.form-check, .gform_wrapper .gform_body .gfield_radio li, .gform_wrapper .gform_body .gfield_checkbox li {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input, .gform_wrapper .gform_body .gfield_radio li .form-check-input, .gform_wrapper .gform_body .gfield_checkbox li .form-check-input, .gform_wrapper .gform_body .gfield_radio li input, .gform_wrapper .gform_body .gfield_checkbox li input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input, .gform_wrapper .gform_body .gfield_radio li input, .gform_wrapper .gform_body .gfield_checkbox li input {
  width: 1em;
  height: 1em;
  margin-top: 0em;
  vertical-align: top;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 4px !important;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input, .gform_wrapper .gform_body .gfield_radio li input, .gform_wrapper .gform_body .gfield_checkbox li input {
    transition: none;
  }
}
.form-check-input[type="checkbox"], .gform_wrapper .gform_body .gfield_radio li input[type="checkbox"], .gform_wrapper .gform_body .gfield_checkbox li input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"], .gform_wrapper .gform_body .gfield_radio li input[type="radio"], .gform_wrapper .gform_body .gfield_checkbox li input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active, .gform_wrapper .gform_body .gfield_radio li input:active, .gform_wrapper .gform_body .gfield_checkbox li input:active {
  filter: brightness(90%);
}
.form-check-input:focus, .gform_wrapper .gform_body .gfield_radio li input:focus, .gform_wrapper .gform_body .gfield_checkbox li input:focus {
  border-color: #86B7FE;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked, .gform_wrapper .gform_body .gfield_radio li input:checked, .gform_wrapper .gform_body .gfield_checkbox li input:checked {
  background-color: #0D6EFD;
  border-color: #0D6EFD;
}
.form-check-input:checked[type="checkbox"], .gform_wrapper .gform_body .gfield_radio li input:checked[type="checkbox"], .gform_wrapper .gform_body .gfield_checkbox li input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"], .gform_wrapper .gform_body .gfield_radio li input:checked[type="radio"], .gform_wrapper .gform_body .gfield_checkbox li input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate, .gform_wrapper .gform_body .gfield_radio li input[type="checkbox"]:indeterminate, .gform_wrapper .gform_body .gfield_checkbox li input[type="checkbox"]:indeterminate {
  background-color: #0D6EFD;
  border-color: #0D6EFD;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled, .gform_wrapper .gform_body .gfield_radio li input:disabled, .gform_wrapper .gform_body .gfield_checkbox li input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
/* 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: 16px !important;
  opacity: 1 !important;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}
.gform_wrapper .gf_progressbar_percentage {
  background: #377DFF !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;
  height: 25px !important;
  color: #FFFFFF;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage span {
  line-height: 25px !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;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_button, .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button {
  background: #377DFF;
  color: #FFFFFF;
}
/* 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;
}
.home-left {
  margin-bottom: 50px
}
.home-left h1 {
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 23px;
  line-height: 29px;
  color: #FFFFFF;
}
.home-left p {
  font-size: 18px;
  color: #FFFFFF;
}
.home-left ul {
  margin: 20px 0 0 20px;
  padding: 0 0 0 0;
}
.home-left ul li {
  list-style-type: none;
  color: #ffffff;
  margin: 0 0 3px 0;
  padding: 0 0 0 0;
}



/* 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: #46475E;
  color: #FFFFFF;
  font-weight: 600;
}
#login-page .woocommerce, .woocommerce form.login, .woocommerce form.register {
  background: #FFFFFF !important;
  border: 0px solid #FFFFFF !important;
}
.lost-password a {
  color: #0F2D4B;
}
#login-page .woocommerce-error, .woocommerce-info, .woocommerce-message {
  font-size: 16px !important;
}
.woocommerce-message {
  border-top-color: #377DFF !important;
  margin-bottom: 15px;
}
.woocommerce-message::before {
  color: #377DFF !important;
}
.woocommerce-info {
  border-top-color: #F7F6F7 !important;
  padding: 10px 10px 10px 50px !important;
}

/* NEW Login page */
.login-page {
  min-width: 420px;
  margin-top: 30px;
  margin-bottom: 40px !important;
}
.login-page h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #0F2D4B;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.login-page p {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  color: #252525;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.login-form {
  background: #ffffff;
  padding: 30px 20px 30px 20px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.input-group .form-control:focus {
  border-color: #0d6efd;
  box-shadow: none; /* Remove default glow */
  outline: none;
}
.input-group:focus-within .input-group-text {
  border-color: #0d6efd;
  color: #0d6efd;
}
.input-group:focus-within {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  border-radius: 0.375rem; /* Optional: smooth corners */
}
.input-group-text i {
  font-size: 1.25rem; /* Adjust size */
  color: #969696;     /* Custom color */
}
.login-form .form-label {
  font-weight: 600;
}
/* Buttons */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
}
.btn-primary {
  background: #46475e !important;
  border-color: #46475e!important;
  padding: 10px 15px;
  font-size: 22px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: 500;
  color: #FFFFFF;
}
.btn-primary:hover {
  background: #222222;
  border-color: #222222 !important;
  color: #FFFFFF;
}
.btn-login {
  background: #45465e !important;
  border-color: #45465e!important;
  padding: 6px 17px;
  font-size: 18px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-weight: 500;
  color: #FFFFFF;
}
.btn-login:hover {
  background: #45465e;
  border-color: #45465e !important;
  color: #FFFFFF;
}
.btn-form {
  background: #46475e !important;
  border-color: #46475e!important;
  padding: 6px 15px;
  font-size: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: 500;
  color: #FFFFFF;
}
.btn-form:hover {
  background: #222222;
  border-color: #222222 !important;
  color: #FFFFFF;
}
.btn-callback {
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 42px;
  background: #006EFF !important;
  border-color: #006EFF !important;
  padding: 0 15px 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
}
.btn-callback:hover {
  background: #1E57C7;
  border-color: #1E57C7 !important;
  color: #FFFFFF;
}
.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: 210px !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 form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  margin: 0 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-family: "Sohne-Medium", sans-serif;
  font-size: 27px;
  font-weight: 400;
  color: #0F2D4B;
  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-family: "Sohne", sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding: 5px 0 5px 12px;
  color: #212529;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #F7F7F7 !important;
  color: #006EFF;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce-info::before {
  color: #377DFF !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f467" !important;
  font-size: 18px;
  top: 0.6em !important;
  left: 0.8em !important;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  border: 1px solid #cccccc;
  padding: 8px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{
  color: #222222!important;
  font-weight: 500;
  font-size: 14px;
}
.woocommerce form legend {
  margin-top: 15px;
  color: #0F2D4B;
  font-weight: 600;
}
.woocommerce-MyAccount-content h3 {
  margin-top: 15px;
  color: #0F2D4B;
  font-weight: 600;
}
.woocommerce-Address-title h3 {
  color: #222222!important;
  font-weight: 600;
  font-size: 18px;
}
.woocommerce-Address-title {
  margin-top: 20px!important;
}
.woocommerce-Address-title .edit {
  float: right;
  background: #377DFF;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #377DFF!important;
  color: #ffffff!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: #377DFF !important;
  color: #FFFFFF !important;
  font-size: 14px !important;
  font-family: "Sohne-Medium", sans-serif !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", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #C03104;
}
.cart-custom-location .woocommerce-Price-amount {
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #C03104;
}
.woocommerce span.onsale {
  background-color: #C03104 !important;
  min-width: 3.536em !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #C03104!important;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
}
.woocommerce .quantity .qty {
  border: 1px solid #cccccc;
  padding: 5px;
}
.woocommerce-cart table.cart td.actions input#coupon_code {
  width: 200px;
}
#customer_details {
  margin-top: 20px;
}
#customer_details h3 {
  color: #0F2D4B;
  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: #0F2D4B !important;
  font-size: 24px!important;
}
/* Bookings Calendar */
body table.booked-calendar thead th .monthName {
  color: #0F2D4B;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}
body table.booked-calendar td.today .date span {
  border: 2px solid #006EFF !important;
}
.woocommerce-MyAccount-content table.booked-calendar td.today:hover .date span {
  background: #006EFF !important;
}
body table.booked-calendar th .monthName a {
  color: #006EFF !important;
}
.booked-icon-arrow-right:before {
  color: #006EFF !important;
}
.booked-icon-arrow-left:before {
  color: #006EFF !important;
}
/* Footer */
.footer {
  background: #222222;
  position: absolute;
  bottom: 0;
  height: 135px;
  padding-top: 20px;
  color: #FFFFFF;
}
.footer a {
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  color: #ffffff;
}
.footer-menu ul {
  padding-top: 15px;
  padding-bottom: 5px;
}
.footer-menu ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}
.footer-menu ul li {
 padding-right: 14px;
}
.footer-menu ul li a {
  color: #ffffff;
 }
.footer-menu p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}
/* Blog */
.blog h2 {
  color: #803676;
  font-family: "Sohne-Medium", sans-serif;
  font-size: 27px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.blog h2 a {
  color: #76336D;
}
.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: #76336D;
}
.sidebar ul {
  margin: 0 0 25px 20px;
  padding: 0 0 0 0;
}
.slick-next, .slick-prev {
  top: 20%;
}
.slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  color: #b1b1b1;
  font-size: 40px;
  font-weight: 400;
}
.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  color: #b1b1b1;
  font-size: 40px;
  font-weight: 400;
}
.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;
  }
}
/* Home introduction */
.home-introduction {
  background: #FFFFFF;
  padding: 40px 0 70px 0;
}
.home-introduction-text h2 {
  font-family: "Sohne-Medium", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #2C2C2C;
}

/* Home banner */
.carousel, .carousel-item, .carousel-inner {
  height: 600px !important;
  width: 100% !important;
}
@media (max-width: 768px) {
  .carousel, .carousel-item, .carousel-inner {
    height: 300px !important;
  }
}
.homepage-banner {
  background: url(assets/images/banner-01.jpg) no-repeat top center;
  background-size: cover;
  height: 650px;
  margin: 50px 0 0 0;
  padding: 70px 0 0 0;
}
.homepage-banner h1 {
  font-size: 34px;
  line-height: 45px;
  font-weight: 500;
  color: #46475e;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}

/* Home call to action */
.home-call-to-action {
  background: #BAFFD6;
  padding: 45px 0 45px 0;
}
.home-call-to-action p {
  font-size: 16px;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  color: #171A22;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.home-call-to-action a {
  color: #171A22;
  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", sans-serif;
  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", sans-serif;
  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: "Sohne-Medium", sans-serif;
  font-weight: 500;
  background-color: #FFFFFF;
  color: #222222;
  font-size: 14px;
  padding: 7px 0px;
  text-align: left;
  -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;
  box-shadow: 0 0.1875rem 0.375rem rgba(140, 152, 164, 0.25);
}
@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 {
  font-family: "Sohne-Medium", sans-serif;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: white;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  padding: 2px 15px;
  border-radius: 20px;
  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: underline;
}
.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: 20px;
  left: 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.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: 0;
}
.cookie-bar__buttons {
  margin-left: 7px !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", sans-serif;
  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", sans-serif;
  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", sans-serif;
  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", sans-serif;
  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: 70px;
  padding-bottom: 25px;
}
.business-web-design-header h1 {
  font-size: 48px;
  line-height: 55px;
}
.business-web-design-header p {
  font-size: 22px;
  font-family: "Sohne-Medium", sans-serif;
  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: #377DFF;
}
.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;
}
@media (max-width: 768px) {
  .business-web-design-introduction {
    padding-left: 15px;
    padding-right: 15px;
  }
  .business-web-design-introduction h1 {
    font-size: 42px;
    line-height: 45px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .business-web-design-introduction p.business-web-design-introduction-strapline {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
  }
}
.business-content-management-left ul li i {
  font-size: 22px;
  padding-right: 15px;
  color: #0D6EFD;
}
/* Hosting features */
.hosting-introduction {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -99999;
  height: 550px;
  background: rgb(4, 86, 168);
  background: linear-gradient(146deg, rgba(4, 86, 168, 1) 16%, rgba(31, 125, 218, 1) 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
  padding-top: 160px;
  padding-bottom: 160px;
}
.hosting-introduction h1 {
  color: #313131;
  font-size: 48px;
  line-height: 55px;
  padding-bottom: 10px;
}
.hosting-introduction p {
  color: #353535;
  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", sans-serif;
  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", sans-serif;
  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", sans-serif;
  font-weight: 500;
}
/* My account */
.icon-rounded {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 32px;
  color: #006EFF;
  margin-right: 15px;
}
.my-account h5 {
  font-family: "Sohne-Medium", sans-serif;
  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:hover {
  border: 1px solid #006EFF;
}
.my-account-logout a {
  font-weight: 600;
  font-size: 16px;
  color: #377DFF;
  padding: 3px 10px 5px 10px;
  border: 2px solid #377DFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.my-account-welcome h1 {
  font-family: "Sohne-Medium", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #383838;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.my-account-welcome h2 {
  font-family: "Sohne", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #868686;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
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", sans-serif;
  font-weight: 500;
  background: #EAF2FF;
  padding-top: 90px;
  padding-bottom: 100px;
  clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
}
.home-business-features-intro h2 {
  color: #444A79;
  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", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
}
.home-feature h3 {
  color: #0F67C0;
  font-size: 20px;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}
.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;
}
.accordion-header, .accordion-body {
  background: #FFFFFF;
}
.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;
}
/* Re:plain */
#grg-body #__replain_widget {
  height: 78% !important;
}
@media (max-width: 991.98px) {
  #grg-body #__replain_widget {
    width: 360px !important;
  }
}
@media (max-width: 575.98px) {
  #grg-body #__replain_widget {
    width: 100% !important;
  }
}
/* Hosting Pricing */
.hosting-pricing h2 {
  font-family: "Sohne-Bold", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #0F2D4B;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.hosting-pricing p {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
.pricing-box {
  position: relative;
  padding: 20px 30px;
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.342);
}
.pricing-box .pricing-title {
  font-size: 28px;
}
.pricing-box .pricing-img img {
  height: 110px;
}
.pricing-box .pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
.pricing-box .pricing-badge .badge {
  float: right;
  transform: rotate(45deg);
  right: -60px;
  top: 28px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #FFFFFF;
  background: #1E57C7;
}
.pricing-box.active {
  transform: scale(1.08);
  z-index: 2;
}
.pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
.pricing-badge .badge {
  float: right;
  transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #FFFFFF;
  background: #1E57C7;
}
.work-item h5.card-title {
  font-family: "Sohne-medium", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #0F2D4B;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.2;
}
.work-item p.card-text {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.work-item-logo {
  position: absolute;
  top: 20px;
  right: 20px;
}
.mobile {
  display: block;
}
@media (max-width: 768px) {
  .mobile {
    display: none;
    /* Add other properties here */
  }
}
.learn-press-breadcrumb {
  display: none;
}
.lp-archive-courses {
  padding-left: 0!important;
  padding-right: 0!important;
}
.lp-archive-courses h1 {
  font-size: 35px!important;
  font-weight: 600;
  color: #143940;
}
.lp-archive-courses h2 {
  font-size: 25px!important;
  font-weight: 600;
  color: #143940;
}
.course-detail-info {
  background: #f0f5fd!important;
}
.course-detail-info .course-title, .course-meta__pull-left .meta-item__value label, .instructor-display-name, .course-detail-info, .course-meta__pull-left .meta-item__value>div a {
  color: #28303d!important;
}
.course-tab-panel .lp-course-author .author-description {
  font-style: normal!important;
}
.course-sidebar-preview .course-price .price {
  font-size: 25px!important;
  color: #143940!important;
  font-weight: 600!important;
}
.learnpress-profile, .single-lp_course, .learnpress-checkout, .post-type-archive-lp_course {
  padding-top: 100px;
}
.lp-user-profile .lp-profile-username {
  padding-top: 20px;
  font-weight: 600!important;
}
#popup-sidebar .lp-course-curriculum .course-item.current:before {
  background: #9d8287!important;
}
.course-curriculum .course-item::before {
  width: 10px!important;
}
.card-body .fa-star, .home-testimonials .fa-star {
  color: #04da8d!important;
}
.learn-press-form {
  float: right;
}
.lp-btn-complete-item {
  background: #46475f!important;
  color: #ffffff!important;
  border-radius: 25px!important;
  border: 1px solid #46475f!important;
}
.lp-modal-dialog .lp-modal-header {
  background: #46475f!important;
}
.lp-modal-dialog .btn-yes {
  background: #46475f!important;
}
.lp-user-profile.guest .lp-content-area {
  margin-top: 25px;
  gap: 20px;
}
.learn-press-form-login, .learn-press-form-register {
  padding: 25px!important;
}
.learn-press-form-login h3, .learn-press-form-register h3 {
  font-size: 25px!important;
  font-weight: 600;
  color: #143940;
}