/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #2b2727;
  background-color: transparent;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #2b2727;
  color: #ffffff; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.dashicons-womanact-block {
  background-image: url("images/WA-Icon.png");
  background-size: cover; }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/*Accordion*/
.acc-header {
  cursor: pointer; }

.acc-header {
  padding: 30px 5px 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 3px solid #f7941d; }

.acc-header h4 {
  color: #2b2727; }

.acc-header.collapsed h4 {
  color: #2b2727; }

.acc-body {
  padding: 0 0 40px; }

.acc-body .wp-block-columns, .acc-body .wp-block {
  padding-left: 0;
  padding-right: 0; }

.acc-body p {
  max-width: 1000px; }

.acc-trigger {
  height: 20px;
  width: 20px;
  border-right: 2px solid #f7941d;
  border-bottom: 2px solid #f7941d;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 1px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.acc-header.collapsed .acc-trigger {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-color: grey; }

.acc-black .acc-header,
.acc-black .acc-trigger,
.acc-black .acc-header.collapsed .acc-trigger {
  border-color: #2b2727; }

.acc-black .acc-header h4,
.acc-black .acc-header.collapsed h4 {
  color: #2b2727; }

.acc-rasberry .acc-header,
.acc-rasberry .acc-trigger,
.acc-rasberry .acc-header.collapsed .acc-trigger {
  border-color: #ae4076; }

.acc-rasberry .acc-header h4,
.acc-rasberry .acc-header.collapsed h4 {
  color: #ae4076; }

.acc-teal .acc-header,
.acc-teal .acc-trigger,
.acc-teal .acc-header.collapsed .acc-trigger {
  border-color: #006b8f; }

.acc-teal .acc-header h4,
.acc-teal .acc-header.collapsed h4 {
  color: #006b8f; }

.acc-darkblue .acc-header,
.acc-darkblue .acc-trigger,
.acc-darkblue .acc-header.collapsed .acc-trigger {
  border-color: #373085; }

.acc-darkblue .acc-header h4,
.acc-darkblue .acc-header.collapsed h4 {
  color: #373085; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #2b2727;
  background-color: transparent;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #2b2727;
  color: #ffffff; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.dashicons-womanact-block {
  background-image: url("images/WA-Icon.png");
  background-size: cover; }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.btn-cta {
  border: 1px solid #2b2727;
  color: #2b2727;
  background-color: transparent;
  padding: 16px 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.btn-cta:hover {
  color: #ffffff;
  background-color: #2b2727;
  text-decoration: none; }

.btn-cta-cross {
  border: 1px solid #2b2727;
  color: #2b2727;
  width: 35px;
  height: 35px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  position: relative;
  cursor: pointer; }

.btn-cta-cross:before,
.btn-cta-cross:after {
  content: '';
  width: 50%;
  height: 1px;
  background-color: #2b2727;
  position: absolute; }

.btn-cta-cross:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.btn-cta-cross:hover {
  background-color: #2b2727; }

.btn-cta-cross:hover:before,
.btn-cta-cross:hover:after {
  background-color: #ffffff; }

.btn-yellow {
  border-color: #f7941d;
  color: #f7941d; }

.btn-yellow:after,
.btn-yellow:before {
  background-color: #f7941d; }

.btn-yellow:hover {
  background-color: #f7941d; }

.btn-yellow-fill {
  border-color: #f7941d;
  color: #ffffff;
  background-color: #f7941d; }

.btn-yellow-fill:hover {
  color: #f7941d;
  background-color: transparent; }

.btn-yellow-fill:after,
.btn-yellow-fill:before {
  background-color: #ffffff; }

.btn-yellow-fill:hover:after,
.btn-yellow-fill:hover:before {
  background-color: #f7941d; }

.btn-white {
  border-color: #ffffff;
  color: #ffffff; }

.btn-white:after,
.btn-white:before {
  background-color: #ffffff; }

.btn-white:hover {
  background-color: #ffffff;
  color: #2b2727; }

.btn-white:hover:after,
.btn-white:hover:before {
  background-color: #2b2727; }

.btn-white-fill {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #2b2727; }

.btn-white-fill:after,
.btn-white-fill:before {
  background-color: #2b2727; }

.btn-white-fill:hover {
  background-color: transparent;
  color: #ffffff; }

.btn-white-fill:hover:after,
.btn-white-fill:hover:before {
  background-color: #ffffff; }

.btn-rasberry {
  border-color: #ae4076;
  color: #ae4076; }

.btn-rasberry:after,
.btn-rasberry:before {
  background-color: #ae4076; }

.btn-rasberry:hover {
  background-color: #ae4076; }

.btn-rasberry-fill {
  border-color: #ae4076;
  color: #ffffff;
  background-color: #ae4076; }

.btn-rasberry-fill:hover {
  color: #ae4076;
  background-color: transparent; }

.btn-rasberry-fill:after,
.btn-rasberry-fill:before {
  background-color: #ffffff; }

.btn-rasberry-fill:hover:after,
.btn-rasberry-fill:hover:before {
  background-color: #ae4076; }

.btn-teal {
  border-color: #006b8f;
  color: #006b8f; }

.btn-teal:after,
.btn-teal:before {
  background-color: #006b8f; }

.btn-teal:hover {
  background-color: #006b8f; }

.btn-teal-fill {
  border-color: #006b8f;
  color: #ffffff;
  background-color: #006b8f; }

.btn-teal-fill:hover {
  color: #006b8f;
  background-color: transparent; }

.btn-teal-fill:after,
.btn-teal-fill:before {
  background-color: #ffffff; }

.btn-teal-fill:hover:after,
.btn-teal-fill:hover:before {
  background-color: #006b8f; }

.btn-darkblue {
  border-color: #373085;
  color: #373085; }

.btn-darkblue:after,
.btn-darkblue:before {
  background-color: #373085; }

.btn-darkblue:hover {
  background-color: #373085; }

.btn-darkblue-fill {
  border-color: #373085;
  color: #ffffff;
  background-color: #373085; }

.btn-darkblue-fill:hover {
  color: #373085;
  background-color: transparent; }

.btn-darkblue-fill:after,
.btn-darkblue-fill:before {
  background-color: #ffffff; }

.btn-darkblue-fill:hover:after,
.btn-darkblue-fill:hover:before {
  background-color: #373085; }

.btn-black {
  border-color: #2b2727;
  color: #2b2727; }

.btn-black:after,
.btn-black:before {
  background-color: #2b2727; }

.btn-black:hover {
  background-color: #2b2727; }

.btn-black-fill {
  border-color: #2b2727;
  color: #ffffff;
  background-color: #2b2727; }

.btn-black-fill:hover {
  color: #2b2727;
  background-color: transparent; }

.btn-black-fill:after,
.btn-black-fill:before {
  background-color: #ffffff; }

.btn-black-fill:hover:after,
.btn-black-fill:hover:before {
  background-color: #2b2727; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #2b2727;
  background-color: transparent;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #2b2727;
  color: #ffffff; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.dashicons-womanact-block {
  background-image: url("images/WA-Icon.png");
  background-size: cover; }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.tab-navigation {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0; }

.tab-navigation > li {
  padding: 10px 40px;
  cursor: pointer;
  font-weight: 700;
  border-bottom: 3px solid transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-size: 1.5em; }

.tab-navigation > li.active {
  border-color: #f7941d; }

.tab-item.hide {
  display: none; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #2b2727;
  background-color: transparent;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #2b2727;
  color: #ffffff; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.dashicons-womanact-block {
  background-image: url("images/WA-Icon.png");
  background-size: cover; }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #2b2727;
  background-color: transparent;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #2b2727;
  color: #ffffff; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.dashicons-womanact-block {
  background-image: url("images/WA-Icon.png");
  background-size: cover; }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.tab-navigation {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0; }

.tab-navigation > li {
  padding: 10px 40px;
  cursor: pointer;
  font-weight: 700;
  border-bottom: 3px solid transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-size: 1.5em; }

.tab-navigation > li.active {
  border-color: #f7941d; }

.tab-item.hide {
  display: none; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #2b2727;
  background-color: transparent;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #2b2727;
  color: #ffffff; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.dashicons-womanact-block {
  background-image: url("images/WA-Icon.png");
  background-size: cover; }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #2b2727;
  background-color: transparent;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #2b2727;
  color: #ffffff; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.dashicons-womanact-block {
  background-image: url("images/WA-Icon.png");
  background-size: cover; }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.profile-item {
  width: calc(50% - 40px);
  margin: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.profile-image {
  background-size: cover;
  background-position: center;
  width: 40%; }

.profile-content {
  width: 60%;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 350px;
  background-color: #fff; }

.modal-backdrop {
  background-color: #f7941d; }

.modal-backdrop.show {
  opacity: .9; }

.profile-modal .modal-dialog {
  max-width: 650px; }

.profile-modal .modal-content {
  border-radius: 0;
  border: none; }

.profile-modal .modal-body {
  padding: 35px; }

.profile-close-trigger {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 20px;
  cursor: pointer; }

.profile-close-trigger:before,
.profile-close-trigger:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #f7941d;
  position: absolute; }

.profile-close-trigger:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.pm-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 30px; }

.pm-header h4 {
  color: #f7941d; }

h4 .position {
  font-weight: 300; }

@media all and (max-width: 767.98px) {
  .profile-item {
    width: 100%;
    margin: 20px 0; }
  .profile-image {
    width: 45%; }
  .profile-content {
    width: 55%; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #2b2727;
  background-color: transparent;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #2b2727;
  color: #ffffff; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.dashicons-womanact-block {
  background-image: url("images/WA-Icon.png");
  background-size: cover; }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.profile-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto -20px; }

@media all and (max-width: 767.98px) {
  .profile-container {
    margin: 0; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #2b2727;
  background-color: transparent;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #2b2727;
  color: #ffffff; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.dashicons-womanact-block {
  background-image: url("images/WA-Icon.png");
  background-size: cover; }

.wp-block-wab-wab-image {
  margin-bottom: 25px; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #2b2727;
  background-color: transparent;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #2b2727;
  color: #ffffff; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.dashicons-womanact-block {
  background-image: url("images/WA-Icon.png");
  background-size: cover; }

.wa-bq {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 50px; }

.bq-header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 50px; }

.bq-header img {
  width: 150px; }

.bq-profile {
  width: 30%;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative; }

.bq-profile:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

.bq-profile img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.bq-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: relative; }

.bq-information {
  width: 70%;
  padding: 30px 8%; }

.bq-information.bg-no-profile {
  width: 100%; }

.bq-information p {
  margin-bottom: 0; }

.bq-divider {
  border-bottom: 2px solid #f7941d;
  margin: 15px auto 15px 0;
  width: 20px; }

.bq-information.content-align-center {
  text-align: center; }

.bq-information.content-align-right {
  text-align: right; }

.bq-information.content-align-center .bq-divider {
  margin: 15px auto; }

.bq-information.content-align-right .bq-divider {
  margin: 15px 0 15px auto; }

@media all and (max-width: 767.98px) {
  .bq-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
  .bq-profile {
    width: 90%; }
  .bq-information {
    width: 100%; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #2b2727;
  background-color: transparent;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #2b2727;
  color: #ffffff; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.dashicons-womanact-block {
  background-image: url("images/WA-Icon.png");
  background-size: cover; }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #2b2727;
  background-color: transparent;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #2b2727;
  color: #ffffff; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.dashicons-womanact-block {
  background-image: url("images/WA-Icon.png");
  background-size: cover; }

.wa-banner-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

.wa-banner {
  width: 100%;
  min-height: 600px;
  height: calc(100vh - 160px);
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden; }

.wa-banner-content {
  width: 50%;
  background-color: #F7941D;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  z-index: 1; }

.wa-banner-content h1 {
  font-size: 60px;
  margin-bottom: 20px;
  color: #fff; }

.wa-banner-content p {
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px; }

.wa-banner-content > div {
  max-width: 650px;
  padding: 35px; }

.wa-banner-content:after {
  width: 50px;
  height: 110%;
  background-color: #F7941D;
  content: '';
  position: absolute;
  right: -50px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%; }

.wa-banner-image {
  width: 50%;
  background-position: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-size: cover;
  height: 100%;
  position: relative; }

.wa-banner-image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4); }

.wa-banner-slider .btn-container {
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.wa-banner-slider .slick-arrow {
  position: absolute; }

.wa-banner-slider .slick-arrow.wa-prev,
.wa-banner-slider .slick-arrow.wa-next {
  color: #fff;
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 25px;
  z-index: 5;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  position: absolute; }

.wa-banner-slider .slick-arrow.wa-prev i,
.wa-banner-slider.slick-arrow.wa-next i {
  font-size: 1.2em;
  margin: 0; }

.wa-banner-slider .slick-arrow.wa-next {
  right: 30px;
  bottom: 30px; }

.wa-banner-slider .slick-arrow.wa-next:hover {
  background-color: #fff;
  color: #000; }

.wa-banner-slider .slick-arrow.wa-prev {
  right: 180px;
  bottom: 30px; }

.wa-banner-slider .slick-arrow.wa-prev:hover {
  background-color: #fff;
  color: #000; }

.wa-banner-slider-counter {
  font-size: 20px;
  position: absolute;
  right: 115px;
  bottom: 45px;
  z-index: 5;
  color: #fff;
  font-weight: 300; }

.wa-banner .btn-container .btn-cta {
  margin: 10px 10px 10px 0; }

.wa-banner-content {
  background-color: #F7941D; }

.wa-banner-content:after {
  background-color: #F7941D; }

.wa-banner-rasberry .wa-banner-content {
  background-color: #ae4076; }

.wa-banner-rasberry .wa-banner-content:after {
  background-color: #ae4076; }

.wa-banner-darkblue .wa-banner-content {
  background-color: #373085; }

.wa-banner-darkblue .wa-banner-content:after {
  background-color: #373085; }

.wa-banner-teal .wa-banner-content {
  background-color: #006b8f; }

.wa-banner-teal .wa-banner-content:after {
  background-color: #006b8f; }

@media all and (max-width: 992px) {
  .wa-banner-content:after {
    width: 120%;
    height: 50px;
    bottom: -20px;
    left: -10%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: unset;
    z-index: 0; }
  .wa-banner-content > div {
    z-index: 1; }
  .wa-banner-content h1 {
    font-size: 28px; }
  .wa-banner-content p {
    font-size: 16px; }
  .wa-banner {
    height: unset;
    min-height: 50vh; }
  .wa-banner-content {
    width: 100%;
    min-height: calc(50vh - 62px); }
  .wa-banner-image {
    width: 100%;
    min-height: 50vh;
    height: 300px; }
  .wa-banner-slider-counter {
    right: calc(50% - 20px); }
  .wa-banner-slider .slick-arrow.wa-prev {
    right: calc(50% + 40px); }
  .wa-banner-slider .slick-arrow.wa-next {
    right: calc(50% - 100px); }
  .wa-banner-slider .btn-container {
    margin-top: 20px; }
  .wa-banner-content > div {
    padding: 35px 15px 20px; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #2b2727;
  background-color: transparent;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #2b2727;
  color: #ffffff; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.dashicons-womanact-block {
  background-image: url("images/WA-Icon.png");
  background-size: cover; }
