@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,400,500,700,800,900&display=swap");
@font-face {
  font-family: 'BrownStd';
  src: url("../fonts/BrownStd/BrownStd-Regular.otf") format("opentype");
  font-weight: 400; }
@font-face {
  font-family: 'BrownStd';
  src: url("../fonts/BrownStd/BrownStd-Bold.otf") format("opentype");
  font-weight: 800; }
@font-face {
  font-family: 'BrownStd';
  src: url("../fonts/BrownStd/BrownStd-Light.otf") format("opentype");
  font-weight: 200; }
@font-face {
  font-family: 'BrownStd';
  src: url("../fonts/BrownStd/BrownStd-Thin.otf") format("opentype");
  font-weight: 100; }
html {
  max-width: 100vw;
  overflow-x: hidden; }

body {
  font-family: 'BrownStd', "Open Sans", sans-serif !important;
  max-width: 100vw;
  overflow-x: visible; }
  body h1, body h1:not(.site-title), body h2, body h3, body h4, body h5, body h6, body p {
    font-family: Montserrat, "Helvetica Neue", sans-serif; }
    body h1:before, body h1:not(.site-title):before, body h2:before, body h3:before, body h4:before, body h5:before, body h6:before, body p:before {
      content: none; }
  body .site-content {
    overflow: visible !important; }
  body.single-thematic-area, body.single-professionist, body.single-servizio, body.page-template-professionists-page, body.page-template-courses-page, body.single-ap-course, body.woocommerce-checkout, body.page-template-privacy-page, body.page-template-terms-page, body.page-template-explicit-product-agreements, body.page-id-1780, body.page-template-news-page, body.single-post, body.page-template-default-padded-page, body.page-template-contact-page, body.page-id-1097, body.page-template-search-page,
  body .error404, body.page-template-newsletter-page, body.product-template-default.single.single-product {
    padding-top: 210px; }
  body.modal-open {
    padding-right: 0 !important;
    overflow: visible !important; }

.ap_breadcrumbs {
  list-style-type: none;
  padding-left: 50px;
  background-image: url(../img/agora-logo-black.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 15px center;
  min-height: 56px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #EBEBEB; }
  .ap_breadcrumbs li {
    display: flex; }
    .ap_breadcrumbs li a {
      position: relative;
      margin-right: 30px;
      letter-spacing: 1px;
      color: #3B82F6;
      font-size: 13px;
      text-transform: lowercase;
      font-weight: 900; }
      .ap_breadcrumbs li a:hover, .ap_breadcrumbs li a:focus {
        text-decoration: none; }
      .ap_breadcrumbs li a:after {
        content: "/";
        pointer-events: none;
        position: absolute;
        right: -20px;
        color: #222222; }
      .ap_breadcrumbs li a:not([href]) {
        margin-right: 0;
        color: #222222; }
        .ap_breadcrumbs li a:not([href]):after {
          content: none; }
  .ap_breadcrumbs.fully_bordered {
    border-top: 1px solid #EBEBEB; }

.category_title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 34px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #222222;
  font-family: Montserrat, "Helvetica Neue", sans-serif; }

.ap_single_heading_title {
  text-align: center;
  font-size: 70px;
  color: #222222;
  font-weight: 400;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  max-width: 96%;
  margin: 0 auto; }
  .ap_single_heading_title:before {
    content: none !important; }
  .ap_single_heading_title:after {
    content: "";
    width: 160px;
    height: 2px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 20px 0 45px;
    display: block;
    background: linear-gradient(to left, #3B82F6 30%, #9C38FF 120%); }

.ap_single_heading_subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 34px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 2px;
  color: #222222;
  font-family: Montserrat, "Helvetica Neue", sans-serif; }

.ap_centered_featured_image_cont {
  width: 100%;
  max-width: 900px;
  height: 460px;
  margin: 0 auto; }
  .ap_centered_featured_image_cont img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.global-btn {
  font-size: 0.67rem !important;
  padding: 17px 100px 17px 30px;
  min-width: 120px;
  display: inline-block;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-family: 'BrownStd', "Open Sans", sans-serif !important;
  letter-spacing: 1px;
  position: relative;
  border-radius: 0;
  background: #6500c8;
  background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
  background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
  background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
  min-width: 140px;
  text-decoration: none !important; }
  .global-btn:hover {
    background: #812bc8;
    background: -moz-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
    background: -webkit-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
    background: linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
    text-decoration: none; }
  .global-btn i {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 4px;
    background-image: url(../img/light-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .global-btn.white {
    background: #ffffff !important;
    color: #222222 !important; }
    .global-btn.white i {
      background-image: url(../img/dark-arrow.svg); }
    .global-btn.white:hover {
      background: #f1f1f1 !important; }
  .global-btn[disabled] {
    background: #B4B4B4;
    background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
    background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
    background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
    .global-btn[disabled]:hover {
      cursor: auto;
      background: #B4B4B4;
      background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }

.top-info-section {
  max-width: 100vw;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  margin: 64px 0; }
  .top-info-section h4 {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 22px;
    margin-bottom: 55px; }
  .top-info-section p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #222222;
    text-align: justify; }
  .top-info-section ul {
    list-style-type: none;
    position: relative;
    padding: 10px 0 10px 40px; }
    .top-info-section ul:before {
      position: absolute;
      content: "";
      width: 6px;
      top: 0;
      left: 0;
      height: 100%;
      background: #3b82f6;
      background: -moz-linear-gradient(bottom, #3b82f6 0%, #9c38ff 100%);
      background: -webkit-linear-gradient(bottom, #3b82f6 0%, #9c38ff 100%);
      background: linear-gradient(to bottom, #3b82f6 0%, #9c38ff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b82f6', endColorstr='#9c38ff',GradientType=1 ); }
    .top-info-section ul.ap_column_list:before {
      content: none; }
    .top-info-section ul.ap_column_list li {
      position: relative; }
      .top-info-section ul.ap_column_list li:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: absolute;
        background: -moz-linear-gradient(bottom, #3b82f6 0%, #9c38ff 100%);
        background: -webkit-linear-gradient(bottom, #3b82f6 0%, #9c38ff 100%);
        background: linear-gradient(to bottom, #3b82f6 0%, #9c38ff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b82f6', endColorstr='#9c38ff',GradientType=1 );
        top: 6px;
        left: -20px; }
    .top-info-section ul li {
      text-align: justify;
      font-size: 14px;
      line-height: 24px; }
  .top-info-section .first-column {
    padding: 0 100px 0 0;
    position: relative; }
    .top-info-section .first-column:after {
      position: absolute;
      content: "";
      width: 3px;
      top: 0;
      right: 0;
      height: 100%;
      background: #3b82f6;
      background: -moz-linear-gradient(bottom, #3b82f6 0%, #9c38ff 100%);
      background: -webkit-linear-gradient(bottom, #3b82f6 0%, #9c38ff 100%);
      background: linear-gradient(to bottom, #3b82f6 0%, #9c38ff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b82f6', endColorstr='#9c38ff',GradientType=1 ); }
  .top-info-section .second-column {
    padding: 0 0 0 100px; }
  .top-info-section.contact-forms {
    background-image: url(../img/contact-form-background.jpg); }

.container {
  width: 100% !important;
  max-width: 1800px; }

h3 {
  font-size: 40px;
  text-shadow: 0 1px 2px #00000023;
  font-weight: 400; }
  h3 strong {
    font-weight: 400;
    color: #3B82F6; }

.ap_social_link {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  color: transparent !important; }
  .ap_social_link.smaller_button {
    width: 18px;
    height: 18px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
  .ap_social_link.facebook {
    background-image: url(../img/facebook-social-icon.svg); }
  .ap_social_link.linkedin {
    background-image: url(../img/linkedin-social-icon.svg); }
  .ap_social_link.twitter {
    background-image: url(../img/twitter-social-icon.svg); }

.top-hero-title {
  width: 100%;
  min-height: 240px;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24); }
  .top-hero-title img {
    filter: brightness(90%) saturate(22%) contrast(110%);
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .top-hero-title .title-overlay {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    min-height: 240px;
    top: 0;
    left: 0;
    background-color: rgba(107, 101, 101, 0.85);
    justify-content: center;
    align-items: center;
    padding: 50px 10px;
    z-index: 2; }
    .top-hero-title .title-overlay h1 {
      font-size: 70px;
      line-height: 65px;
      font-family: Montserrat, "Helvetica Neue", sans-serif;
      color: #fff;
      font-weight: 400;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.23);
      position: relative;
      text-align: center; }
      .top-hero-title .title-overlay h1:before {
        content: none; }
      .top-hero-title .title-overlay h1:after {
        content: "";
        width: 160px;
        height: 2px;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
        background: #3b82f6;
        background: -moz-linear-gradient(left, #3b82f6 35%, #9c38ff 100%);
        background: -webkit-linear-gradient(left, #3b82f6 35%, #9c38ff 100%);
        background: linear-gradient(to right, #3b82f6 35%, #9c38ff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b82f6', endColorstr='#9c38ff',GradientType=1 ); }

.course_card_container {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.08);
  color: #222222;
  margin-bottom: 1.6rem;
  transition: 0.3s; }
  .course_card_container > a {
    color: #222222; }
    .course_card_container > a:visited {
      color: #222222; }
  .course_card_container .img_container {
    width: 34%;
    position: relative; }
    .course_card_container .img_container img {
      width: 100%;
      object-fit: cover;
      height: 100%;
      position: absolute; }
  .course_card_container .course_details {
    width: 66%;
    padding: 40px 160px 0 60px;
    background-image: url(../img/read-more-arrow-large.svg);
    background-size: 50px 34px;
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
    transition: 0.3s; }
    .course_card_container .course_details .course_type_container {
      position: relative; }
      .course_card_container .course_details .course_type_container span {
        position: absolute;
        right: 0;
        top: -20px;
        font-size: 12px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 600;
        color: #3B82F6; }
    .course_card_container .course_details .course_title {
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 0;
      padding-bottom: 25px;
      position: relative;
      display: inline-block; }
      .course_card_container .course_details .course_title:after {
        content: "";
        width: 44px;
        height: 3px;
        display: block;
        position: absolute;
        left: 0;
        bottom: 8px;
        transition: 0.3s;
        background: #6500c8;
        background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
    .course_card_container .course_details .course_description {
      font-size: 14px;
      line-height: 1.08rem;
      margin-bottom: 35px; }
    .course_card_container .course_details .course_meta {
      height: 63px;
      border-top: 2px solid #D8D8D8;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .course_card_container .course_details .course_meta span {
        font-size: 0.64rem;
        font-weight: 400;
        background-position: left center;
        padding: 3px 0 2px 34px;
        background-size: contain;
        background-repeat: no-repeat; }
        .course_card_container .course_details .course_meta span.course_duration {
          background-image: url(../img/course_duration_icon.svg); }
        .course_card_container .course_details .course_meta span.course_speaker {
          background-image: url(../img/course_speaker_icon.svg); }
        .course_card_container .course_details .course_meta span.course_difficulty {
          background-image: url(../img/course_difficulty_icon.svg); }
        .course_card_container .course_details .course_meta span.course_price {
          background-image: url(../img/course_price_icon.svg); }
        .course_card_container .course_details .course_meta span.course_total_sales {
          background-image: url(../img/course_buyers_icon.svg); }
        .course_card_container .course_details .course_meta span:empty {
          display: none; }
  .course_card_container:hover {
    color: #222222;
    text-decoration: none !important;
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.14); }
    .course_card_container:hover .course_details {
      background-position: calc(100% - 10px) center;
      background-size: 55px 38px; }
      .course_card_container:hover .course_details .course_title:after {
        width: 100%; }
  .course_card_container:visited {
    color: #222222; }

.ap_modal_close {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../img/gray-remove-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.contact-form-subheading {
  margin-bottom: 50px; }

.modal .modal-dialog {
  max-width: 650px; }
  .modal .modal-dialog .modal-header {
    border: none;
    padding-bottom: 0; }
  .modal .modal-dialog .modal-body {
    padding: 0 50px 40px !important; }
    .modal .modal-dialog .modal-body * {
      font-family: 'Montserrat', sans-serif !important; }
    .modal .modal-dialog .modal-body h5 {
      margin-bottom: 40px;
      font-size: 22px;
      font-weight: 700;
      color: #222222; }
    .modal .modal-dialog .modal-body label {
      width: 100%;
      font-size: 13px;
      font-weight: 400;
      margin-top: 20px;
      margin-bottom: 0;
      color: #3B82F6; }
      .modal .modal-dialog .modal-body label select, .modal .modal-dialog .modal-body label input, .modal .modal-dialog .modal-body label textarea {
        resize: none;
        width: 100%; }
      .modal .modal-dialog .modal-body label select, .modal .modal-dialog .modal-body label input {
        height: 30px;
        border: none;
        border-bottom: 2px solid #3B82F6;
        border-radius: 0;
        background: transparent;
        transition: 0.3s; }
        .modal .modal-dialog .modal-body label select:focus, .modal .modal-dialog .modal-body label input:focus {
          outline: none;
          border-radius: 2px;
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1); }
      .modal .modal-dialog .modal-body label select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../img/select-arrow-blue.svg);
        background-position: calc(100% - 4px) 60%;
        background-repeat: no-repeat;
        background-size: 20px; }
      .modal .modal-dialog .modal-body label input::-webkit-outer-spin-button,
      .modal .modal-dialog .modal-body label input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .modal .modal-dialog .modal-body label input[type=number] {
        -moz-appearance: textfield; }
      .modal .modal-dialog .modal-body label textarea {
        height: 160px;
        overflow-y: auto;
        background-color: #F4F4F4;
        border: none; }
        .modal .modal-dialog .modal-body label textarea:focus {
          outline: none;
          border-radius: 2px;
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1); }
    .modal .modal-dialog .modal-body .ap_cf7_file_input_container label {
      overflow: hidden; }
      .modal .modal-dialog .modal-body .ap_cf7_file_input_container label input {
        width: calc( 100% + 80px);
        margin-left: -80px;
        background-image: url(../img/file-icon-gradient.svg);
        background-position: calc(100% - 4px) 60%;
        background-repeat: no-repeat;
        background-size: 30px; }
    .modal .modal-dialog .modal-body .course-duration input {
      width: 40%;
      float: left;
      margin-right: 10%; }
    .modal .modal-dialog .modal-body .course-duration-unit select {
      width: 50%; }
    .modal .modal-dialog .modal-body .col-md-7 br:nth-of-type(2) {
      display: none; }
    .modal .modal-dialog .modal-body .course-cost input {
      width: calc( 100% - 20px); }
    .modal .modal-dialog .modal-body .currency-indicator {
      font-size: 16px;
      color: #222222; }
    .modal .modal-dialog .modal-body .ap_cf7_modal_footer {
      display: flex;
      justify-content: flex-end; }
      .modal .modal-dialog .modal-body .ap_cf7_modal_footer input[type="submit"] {
        font-size: 0.67rem !important;
        padding: 17px 100px 17px 30px;
        min-width: 120px;
        display: inline-block;
        color: #ffffff !important;
        font-weight: 600 !important;
        font-family: 'BrownStd', "Open Sans", sans-serif !important;
        letter-spacing: 1px;
        position: relative;
        border-radius: 0;
        background: #6500c8;
        background: -moz-linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
        background: -webkit-linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
        background: linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
        border-radius: 2px;
        padding: 18px 10px;
        width: 160px;
        font-weight: 400 !important;
        text-transform: uppercase; }
        .modal .modal-dialog .modal-body .ap_cf7_modal_footer input[type="submit"]:hover {
          background: #812bc8;
          background: -moz-linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
          background: -webkit-linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
          background: linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
          text-decoration: none; }
        .modal .modal-dialog .modal-body .ap_cf7_modal_footer input[type="submit"] i {
          width: 50px;
          height: 50px;
          position: absolute;
          right: 10px;
          top: 4px;
          background-image: url(../img/light-arrow.svg);
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        .modal .modal-dialog .modal-body .ap_cf7_modal_footer input[type="submit"].white {
          background: #ffffff !important;
          color: #222222 !important; }
          .modal .modal-dialog .modal-body .ap_cf7_modal_footer input[type="submit"].white i {
            background-image: url(../img/dark-arrow.svg); }
          .modal .modal-dialog .modal-body .ap_cf7_modal_footer input[type="submit"].white:hover {
            background: #f1f1f1 !important; }
      .modal .modal-dialog .modal-body .ap_cf7_modal_footer .ajax-loader {
        position: absolute;
        right: 20px;
        bottom: 20px;
        pointer-events: none; }
    .modal .modal-dialog .modal-body .global_modal_submit {
      font-size: 0.67rem !important;
      padding: 17px 100px 17px 30px;
      min-width: 120px;
      display: inline-block;
      color: #ffffff !important;
      font-weight: 600 !important;
      font-family: 'BrownStd', "Open Sans", sans-serif !important;
      letter-spacing: 1px;
      position: relative;
      border-radius: 0;
      background: #6500c8;
      background: -moz-linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
      background: -webkit-linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
      background: linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
      text-align: center;
      padding: 17px 10px !important;
      width: 160px;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      font-weight: 400 !important;
      border-radius: 2px;
      display: block;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      margin: 40px auto 0;
      opacity: 1; }
      .modal .modal-dialog .modal-body .global_modal_submit:hover {
        background: #812bc8;
        background: -moz-linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
        background: -webkit-linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
        background: linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
        text-decoration: none; }
      .modal .modal-dialog .modal-body .global_modal_submit i {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 10px;
        top: 4px;
        background-image: url(../img/light-arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      .modal .modal-dialog .modal-body .global_modal_submit.white {
        background: #ffffff !important;
        color: #222222 !important; }
        .modal .modal-dialog .modal-body .global_modal_submit.white i {
          background-image: url(../img/dark-arrow.svg); }
        .modal .modal-dialog .modal-body .global_modal_submit.white:hover {
          background: #f1f1f1 !important; }

.cookie-notice-container {
  background: #6500c8;
  background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
  background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
  background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
  .cookie-notice-container .cn-more-info:hover, .cookie-notice-container #cn-accept-cookie:hover {
    text-decoration: none; }
  .cookie-notice-container #cn-accept-cookie {
    padding: 10px 25px;
    background-color: #ffffff;
    color: #6500c8;
    text-transform: uppercase;
    font-weight: 700; }
  .cookie-notice-container .cn-more-info {
    color: #ffffff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5); }

#adminbar-search {
  display: none !important; }

.categories-tree {
  pointer-events: none !important; }

.image-filters-enabled .site-header.featured-image .site-branding-container:after {
  content: none !important; }

.contact_page_cta_banner {
  background-color: #F4F4F4;
  padding: 50px 20px 50px; }
  .contact_page_cta_banner .cta_banner_body {
    width: 100%; }
    .contact_page_cta_banner .cta_banner_body h4 {
      font-size: 1.35rem;
      font-weight: 600;
      text-align: center;
      margin: 0; }
    .contact_page_cta_banner .cta_banner_body p {
      font-size: 0.7rem;
      line-height: 1.6;
      margin: 30px auto;
      text-align: center;
      max-width: 500px; }
  .contact_page_cta_banner .cta_banner_footer {
    display: flex;
    justify-content: center; }
    .contact_page_cta_banner .cta_banner_footer a {
      font-size: 0.67rem !important;
      padding: 17px 100px 17px 30px;
      min-width: 120px;
      display: inline-block;
      color: #ffffff !important;
      font-weight: 600 !important;
      font-family: 'BrownStd', "Open Sans", sans-serif !important;
      letter-spacing: 1px;
      position: relative;
      border-radius: 0;
      background: #6500c8;
      background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
      padding: 17px 70px; }
      .contact_page_cta_banner .cta_banner_footer a:hover {
        background: #812bc8;
        background: -moz-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
        background: -webkit-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
        background: linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
        text-decoration: none; }
      .contact_page_cta_banner .cta_banner_footer a i {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 10px;
        top: 4px;
        background-image: url(../img/light-arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      .contact_page_cta_banner .cta_banner_footer a.white {
        background: #ffffff !important;
        color: #222222 !important; }
        .contact_page_cta_banner .cta_banner_footer a.white i {
          background-image: url(../img/dark-arrow.svg); }
        .contact_page_cta_banner .cta_banner_footer a.white:hover {
          background: #f1f1f1 !important; }
      .contact_page_cta_banner .cta_banner_footer a[disabled] {
        background: #B4B4B4;
        background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
        .contact_page_cta_banner .cta_banner_footer a[disabled]:hover {
          cursor: auto;
          background: #B4B4B4;
          background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }

.ap_centered_button_container {
  display: flex;
  justify-content: center; }
  .ap_centered_button_container a, .ap_centered_button_container button {
    font-size: 0.67rem !important;
    padding: 17px 100px 17px 30px;
    min-width: 120px;
    display: inline-block;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-family: 'BrownStd', "Open Sans", sans-serif !important;
    letter-spacing: 1px;
    position: relative;
    border-radius: 0;
    background: #6500c8;
    background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
    text-align: center;
    padding: 17px 10px;
    max-width: 400px;
    width: 100%;
    text-decoration: none !important; }
    .ap_centered_button_container a:hover, .ap_centered_button_container button:hover {
      background: #812bc8;
      background: -moz-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
      background: -webkit-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
      background: linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
      text-decoration: none; }
    .ap_centered_button_container a i, .ap_centered_button_container button i {
      width: 50px;
      height: 50px;
      position: absolute;
      right: 10px;
      top: 4px;
      background-image: url(../img/light-arrow.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .ap_centered_button_container a.white, .ap_centered_button_container button.white {
      background: #ffffff !important;
      color: #222222 !important; }
      .ap_centered_button_container a.white i, .ap_centered_button_container button.white i {
        background-image: url(../img/dark-arrow.svg); }
      .ap_centered_button_container a.white:hover, .ap_centered_button_container button.white:hover {
        background: #f1f1f1 !important; }
    .ap_centered_button_container a[disabled], .ap_centered_button_container button[disabled] {
      background: #B4B4B4;
      background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
      .ap_centered_button_container a[disabled]:hover, .ap_centered_button_container button[disabled]:hover {
        cursor: auto;
        background: #B4B4B4;
        background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }

.modal-backdrop.show {
  opacity: .8 !important; }

#privacy_policy_field,
#terms_and_conditions_field,
#explicit_agreements_field {
  width: 100%;
  margin: 5px 0; }
  #privacy_policy_field label,
  #terms_and_conditions_field label,
  #explicit_agreements_field label {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center; }
    #privacy_policy_field label input,
    #terms_and_conditions_field label input,
    #explicit_agreements_field label input {
      width: 0;
      height: 0;
      opacity: 0; }
      #privacy_policy_field label input + span,
      #terms_and_conditions_field label input + span,
      #explicit_agreements_field label input + span {
        display: inline-block;
        width: 20px;
        height: 20px;
        min-width: 20px;
        border: 1px solid #3B82F6;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
        background-color: #F6F6F6;
        margin-right: 10px; }
      #privacy_policy_field label input:checked + span,
      #terms_and_conditions_field label input:checked + span,
      #explicit_agreements_field label input:checked + span {
        background-color: #3B82F6;
        border: 1px solid #222222; }
    #privacy_policy_field label:hover,
    #terms_and_conditions_field label:hover,
    #explicit_agreements_field label:hover {
      cursor: pointer; }
    #privacy_policy_field label a,
    #terms_and_conditions_field label a,
    #explicit_agreements_field label a {
      color: #3B82F6;
      text-decoration: none !important;
      margin: 0 6px; }

.grecaptcha-badge {
  display: none !important; }

.recaptcha_gdpr {
  margin: 10px 0;
  display: inline-block; }

#masthead {
  position: fixed;
  top: 0;
  left: 50%;
  padding: 0 150px;
  z-index: 999;
  width: 100%;
  transform: translateX(-50%);
  max-width: 1804px;
  font-family: Montserrat, "Helvetica Neue", sans-serif; }
  #masthead .top-bar {
    width: 100%;
    padding: 0 149px;
    margin: 0 0 0 -149px;
    height: 30px;
    background-color: #2222221a;
    overflow: hidden;
    box-sizing: content-box;
    max-width: 1800px;
    transition: 0.5s; }
    #masthead .top-bar .textwidget {
      width: 96%;
      margin: 0 auto;
      max-width: 1500px;
      height: 100%; }
      #masthead .top-bar .textwidget p {
        margin: 0;
        font-weight: 600;
        font-size: 0.6rem;
        margin-right: 50px;
        color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%; }
        #masthead .top-bar .textwidget p .top-bar-contact-information {
          display: inline-flex;
          align-items: center;
          padding-top: 4px; }
          #masthead .top-bar .textwidget p .top-bar-contact-information i {
            width: 17px;
            height: 17px;
            display: inline-block;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            margin: 0 6px 0 20px;
            position: relative;
            top: -1px; }
          #masthead .top-bar .textwidget p .top-bar-contact-information .phone-field {
            background-image: url(../img/phone-icon-hightlighted.svg); }
          #masthead .top-bar .textwidget p .top-bar-contact-information .mail-field {
            background-image: url(../img/mail-icon-hightlighted.svg); }
        #masthead .top-bar .textwidget p .top-bar-account-links {
          font-family: 'Montserrat', sans-serif;
          background-color: #222222;
          padding: 0 calc(calc(900px - 50%) + 40px) 0 40px;
          position: relative;
          left: calc(calc(900px - 50%) + 24px);
          align-items: center;
          display: flex;
          height: 100%; }
          #masthead .top-bar .textwidget p .top-bar-account-links a {
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            color: #ffffff;
            padding-left: 24px;
            background-repeat: no-repeat;
            background-size: auto 15px;
            background-position: left center; }
            #masthead .top-bar .textwidget p .top-bar-account-links a:hover, #masthead .top-bar .textwidget p .top-bar-account-links a:focus {
              text-decoration: none; }
            #masthead .top-bar .textwidget p .top-bar-account-links a:first-of-type {
              margin-right: 50px; }
            #masthead .top-bar .textwidget p .top-bar-account-links a.home_link {
              background-image: url(../img/top-bar-home-icon.svg);
              background-size: auto 18px; }
            #masthead .top-bar .textwidget p .top-bar-account-links a.logout_link {
              background-image: url(../img/top-bar-logout-icon.svg); }
            #masthead .top-bar .textwidget p .top-bar-account-links a.register_link {
              background-image: url(../img/top-bar-register-icon.svg); }
            #masthead .top-bar .textwidget p .top-bar-account-links a.login_link, #masthead .top-bar .textwidget p .top-bar-account-links a.dashboard_link {
              background-image: url(../img/top-bar-user-icon.svg); }
  #masthead .site-branding {
    width: 96%;
    padding-top: 10px;
    max-width: 1800px;
    margin: 0 auto; }
    #masthead .site-branding .custom_logo {
      position: relative;
      float: left;
      right: 0;
      z-index: 999;
      width: 200px;
      height: 200px;
      margin-top: -30px;
      transition: 0.5s;
      display: block; }
      #masthead .site-branding .custom_logo h5 {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/logo-light.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font-size: 0;
        transition: 0s; }
    #masthead .site-branding .main-navigation {
      float: right;
      width: calc(95% - 200px);
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 100px;
      transition: 0.5s; }
      #masthead .site-branding .main-navigation ul {
        font-family: Montserrat, "Helvetica Neue", sans-serif !important;
        list-style-type: none;
        display: flex;
        margin-bottom: 0; }
        #masthead .site-branding .main-navigation ul li a {
          font-weight: 700;
          font-size: 0.63rem;
          text-transform: uppercase;
          margin-right: 50px;
          color: #ffffff; }
          #masthead .site-branding .main-navigation ul li a:hover {
            color: #3B82F6;
            text-decoration: none;
            cursor: pointer; }
          #masthead .site-branding .main-navigation ul li a:focus {
            text-decoration: none; }
        #masthead .site-branding .main-navigation ul li.current-menu-item a {
          color: #3B82F6; }
        #masthead .site-branding .main-navigation ul li.social-links a:last-of-type {
          margin-right: 0; }
        #masthead .site-branding .main-navigation ul li:empty {
          display: none; }
      #masthead .site-branding .main-navigation .ap_desktop_search_button_container {
        width: 60px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        top: 4px; }
        #masthead .site-branding .main-navigation .ap_desktop_search_button_container .ap_desktop_search_button {
          width: 30px;
          height: 30px;
          background-color: transparent;
          border: none;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 24px;
          background-image: url(../img/search-icon-white.svg); }
          #masthead .site-branding .main-navigation .ap_desktop_search_button_container .ap_desktop_search_button:hover {
            cursor: pointer; }
      #masthead .site-branding .main-navigation .mobile-user-links {
        display: none;
        height: 100px; }
        #masthead .site-branding .main-navigation .mobile-user-links .top-bar-account-links {
          width: 100vw;
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center; }
          #masthead .site-branding .main-navigation .mobile-user-links .top-bar-account-links a {
            width: 100%;
            text-align: center;
            z-index: 300;
            height: 50px;
            border-bottom: 1px solid #eaeaea;
            font-weight: 900;
            font-size: 0.63rem;
            color: #ffffff;
            text-transform: uppercase;
            display: inline-flex;
            justify-content: center;
            align-items: center; }
            #masthead .site-branding .main-navigation .mobile-user-links .top-bar-account-links a:hover {
              text-decoration: none; }
      #masthead .site-branding .main-navigation.dashboard .mobile-user-links {
        position: absolute;
        height: calc(100vh - 120px);
        left: -2vw;
        top: 126px;
        align-items: flex-start; }
  #masthead .ap_hamburger_button {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    position: relative; }
    #masthead .ap_hamburger_button span {
      width: 30px;
      height: 3px;
      background-color: #ffffff;
      display: inline-block;
      position: relative;
      top: -6px;
      transform: rotate(0deg) translate(0, 0);
      transition: 0.2s; }
      #masthead .ap_hamburger_button span:before, #masthead .ap_hamburger_button span:after {
        width: 100%;
        height: 3px;
        position: absolute;
        content: "";
        transition: 0.2s;
        display: block;
        opacity: 1;
        background-color: #ffffff;
        transform: rotate(0deg) translate(0, 0); }
      #masthead .ap_hamburger_button span:before {
        top: -6px; }
      #masthead .ap_hamburger_button span:after {
        top: 6px; }
  #masthead .ap_mobile_search_button {
    width: 30px;
    height: 30px;
    display: none;
    position: relative;
    margin-right: 10px;
    top: 0;
    background-color: transparent;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    background-image: url(../img/search-icon-white.svg); }
    #masthead .ap_mobile_search_button:hover {
      cursor: pointer; }
  #masthead.scrolled {
    background-color: #fff;
    padding-bottom: 10px; }
    #masthead.scrolled .top-bar {
      margin-top: -30px; }
    #masthead.scrolled .site-branding .custom_logo {
      width: 120px;
      height: 120px;
      margin-top: -30px;
      margin-bottom: -10px; }
      #masthead.scrolled .site-branding .custom_logo h5 {
        background-size: 200%;
        background-position: 70% -10px; }
    #masthead.scrolled .site-branding .main-navigation {
      height: 80px;
      width: calc(95% - 120px); }
      #masthead.scrolled .site-branding .main-navigation ul li a {
        color: #222222; }
      #masthead.scrolled .site-branding .main-navigation ul li.current-menu-item a {
        color: #3B82F6; }
      #masthead.scrolled .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button {
        background-image: url(../img/search-icon-black.svg); }
    #masthead.scrolled .ap_hamburger_button {
      top: 5px; }
    #masthead.scrolled .user-info {
      margin-top: 0; }
      #masthead.scrolled .user-info .user-avatar {
        height: 40px;
        width: 40px; }
      #masthead.scrolled .user-info .user-details p {
        font-size: 12px; }
      #masthead.scrolled .user-info .user-details h4 {
        font-size: 20px; }
    #masthead.scrolled .ap_mobile_search_button {
      top: 5px;
      background-image: url(../img/search-icon-black.svg); }
    #masthead.scrolled.active .ap_mobile_search_button {
      background-image: url(../img/search-icon-white.svg); }
  #masthead .main-menu-more {
    display: none !important; }
  #masthead .custom-logo-link:hover {
    box-shadow: none !important; }
  #masthead.featured-image {
    min-height: 1px !important; }
    #masthead.featured-image:after {
      content: none; }
  #masthead .user-info {
    display: flex;
    margin-top: 20px; }
    #masthead .user-info .user-avatar {
      height: 100px;
      border-radius: 50%;
      width: 100px;
      overflow: hidden;
      margin-right: 30px;
      transition: 0.3s;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
      position: relative; }
      #masthead .user-info .user-avatar:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background-image: url(../img/img-edit-overlay.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        transition: 0.1s;
        opacity: 0;
        top: 0; }
      #masthead .user-info .user-avatar:hover {
        cursor: pointer; }
        #masthead .user-info .user-avatar:hover:after {
          opacity: 1; }
      #masthead .user-info .user-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #masthead .user-info .user-details {
      display: flex;
      justify-content: center;
      flex-direction: column;
      font-family: 'Montserrat', sans-serif; }
      #masthead .user-info .user-details p {
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        color: #222222;
        transition: 0.3s;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.23); }
      #masthead .user-info .user-details h4 {
        font-size: 35px;
        font-weight: 400;
        margin: 0;
        color: #3B82F6;
        transition: 0.3s;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.23); }
        #masthead .user-info .user-details h4 span {
          text-transform: capitalize; }
          #masthead .user-info .user-details h4 span:first-letter {
            text-transform: uppercase; }
          #masthead .user-info .user-details h4 span:first-of-type {
            margin-right: 8px; }

.single-thematic-area #masthead .site-branding-container:after,
.single-professionist #masthead .site-branding-container:after,
.single-servizio #masthead .site-branding-container:after,
.page-template-professionists-page #masthead .site-branding-container:after,
.page-template-courses-page #masthead .site-branding-container:after,
.single-ap-course #masthead .site-branding-container:after,
.page-template-contact-page #masthead .site-branding-container:after,
.woocommerce-checkout #masthead .site-branding-container:after,
.woocommerce-order-pay #masthead .site-branding-container:after,
.woocommerce-order-received #masthead .site-branding-container:after,
.woocommerce-account #masthead .site-branding-container:after,
.page-template-default-padded-page #masthead .site-branding-container:after,
.page-template-privacy-page #masthead .site-branding-container:after,
.page-template-terms-page #masthead .site-branding-container:after,
.page-template-explicit-product-agreements #masthead .site-branding-container:after,
.page-id-1780 #masthead .site-branding-container:after,
.page-id-1097 #masthead .site-branding-container:after,
.page-template-news-page #masthead .site-branding-container:after,
.single-post #masthead .site-branding-container:after,
.page-template-search-page #masthead .site-branding-container:after,
.error404 #masthead .site-branding-container:after,
.page-template-newsletter-page #masthead .site-branding-container:after,
.product-template-default.single.single-product #masthead .site-branding-container:after {
  background-color: transparent !important;
  content: none; }
.single-thematic-area #masthead .site-branding .custom_logo h5,
.single-professionist #masthead .site-branding .custom_logo h5,
.single-servizio #masthead .site-branding .custom_logo h5,
.page-template-professionists-page #masthead .site-branding .custom_logo h5,
.page-template-courses-page #masthead .site-branding .custom_logo h5,
.single-ap-course #masthead .site-branding .custom_logo h5,
.page-template-contact-page #masthead .site-branding .custom_logo h5,
.woocommerce-checkout #masthead .site-branding .custom_logo h5,
.woocommerce-order-pay #masthead .site-branding .custom_logo h5,
.woocommerce-order-received #masthead .site-branding .custom_logo h5,
.woocommerce-account #masthead .site-branding .custom_logo h5,
.page-template-default-padded-page #masthead .site-branding .custom_logo h5,
.page-template-privacy-page #masthead .site-branding .custom_logo h5,
.page-template-terms-page #masthead .site-branding .custom_logo h5,
.page-template-explicit-product-agreements #masthead .site-branding .custom_logo h5,
.page-id-1780 #masthead .site-branding .custom_logo h5,
.page-id-1097 #masthead .site-branding .custom_logo h5,
.page-template-news-page #masthead .site-branding .custom_logo h5,
.single-post #masthead .site-branding .custom_logo h5,
.page-template-search-page #masthead .site-branding .custom_logo h5,
.error404 #masthead .site-branding .custom_logo h5,
.page-template-newsletter-page #masthead .site-branding .custom_logo h5,
.product-template-default.single.single-product #masthead .site-branding .custom_logo h5 {
  background-image: url(../img/logo-dark.png); }
.single-thematic-area #masthead .site-branding .main-navigation ul li a,
.single-professionist #masthead .site-branding .main-navigation ul li a,
.single-servizio #masthead .site-branding .main-navigation ul li a,
.page-template-professionists-page #masthead .site-branding .main-navigation ul li a,
.page-template-courses-page #masthead .site-branding .main-navigation ul li a,
.single-ap-course #masthead .site-branding .main-navigation ul li a,
.page-template-contact-page #masthead .site-branding .main-navigation ul li a,
.woocommerce-checkout #masthead .site-branding .main-navigation ul li a,
.woocommerce-order-pay #masthead .site-branding .main-navigation ul li a,
.woocommerce-order-received #masthead .site-branding .main-navigation ul li a,
.woocommerce-account #masthead .site-branding .main-navigation ul li a,
.page-template-default-padded-page #masthead .site-branding .main-navigation ul li a,
.page-template-privacy-page #masthead .site-branding .main-navigation ul li a,
.page-template-terms-page #masthead .site-branding .main-navigation ul li a,
.page-template-explicit-product-agreements #masthead .site-branding .main-navigation ul li a,
.page-id-1780 #masthead .site-branding .main-navigation ul li a,
.page-id-1097 #masthead .site-branding .main-navigation ul li a,
.page-template-news-page #masthead .site-branding .main-navigation ul li a,
.single-post #masthead .site-branding .main-navigation ul li a,
.page-template-search-page #masthead .site-branding .main-navigation ul li a,
.error404 #masthead .site-branding .main-navigation ul li a,
.page-template-newsletter-page #masthead .site-branding .main-navigation ul li a,
.product-template-default.single.single-product #masthead .site-branding .main-navigation ul li a {
  color: #222222;
  text-shadow: none; }
.single-thematic-area #masthead .site-branding .main-navigation ul li.current-menu-item a,
.single-professionist #masthead .site-branding .main-navigation ul li.current-menu-item a,
.single-servizio #masthead .site-branding .main-navigation ul li.current-menu-item a,
.page-template-professionists-page #masthead .site-branding .main-navigation ul li.current-menu-item a,
.page-template-courses-page #masthead .site-branding .main-navigation ul li.current-menu-item a,
.single-ap-course #masthead .site-branding .main-navigation ul li.current-menu-item a,
.page-template-contact-page #masthead .site-branding .main-navigation ul li.current-menu-item a,
.woocommerce-checkout #masthead .site-branding .main-navigation ul li.current-menu-item a,
.woocommerce-order-pay #masthead .site-branding .main-navigation ul li.current-menu-item a,
.woocommerce-order-received #masthead .site-branding .main-navigation ul li.current-menu-item a,
.woocommerce-account #masthead .site-branding .main-navigation ul li.current-menu-item a,
.page-template-default-padded-page #masthead .site-branding .main-navigation ul li.current-menu-item a,
.page-template-privacy-page #masthead .site-branding .main-navigation ul li.current-menu-item a,
.page-template-terms-page #masthead .site-branding .main-navigation ul li.current-menu-item a,
.page-template-explicit-product-agreements #masthead .site-branding .main-navigation ul li.current-menu-item a,
.page-id-1780 #masthead .site-branding .main-navigation ul li.current-menu-item a,
.page-id-1097 #masthead .site-branding .main-navigation ul li.current-menu-item a,
.page-template-news-page #masthead .site-branding .main-navigation ul li.current-menu-item a,
.single-post #masthead .site-branding .main-navigation ul li.current-menu-item a,
.page-template-search-page #masthead .site-branding .main-navigation ul li.current-menu-item a,
.error404 #masthead .site-branding .main-navigation ul li.current-menu-item a,
.page-template-newsletter-page #masthead .site-branding .main-navigation ul li.current-menu-item a,
.product-template-default.single.single-product #masthead .site-branding .main-navigation ul li.current-menu-item a {
  color: #3B82F6; }
.single-thematic-area #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.single-professionist #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.single-servizio #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.page-template-professionists-page #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.page-template-courses-page #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.single-ap-course #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.page-template-contact-page #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.woocommerce-checkout #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.woocommerce-order-pay #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.woocommerce-order-received #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.woocommerce-account #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.page-template-default-padded-page #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.page-template-privacy-page #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.page-template-terms-page #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.page-template-explicit-product-agreements #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.page-id-1780 #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.page-id-1097 #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.page-template-news-page #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.single-post #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.page-template-search-page #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.error404 #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.page-template-newsletter-page #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button,
.product-template-default.single.single-product #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button {
  background-image: url(../img/search-icon-black.svg); }
.single-thematic-area #masthead .site-branding .ap_hamburger_button span,
.single-professionist #masthead .site-branding .ap_hamburger_button span,
.single-servizio #masthead .site-branding .ap_hamburger_button span,
.page-template-professionists-page #masthead .site-branding .ap_hamburger_button span,
.page-template-courses-page #masthead .site-branding .ap_hamburger_button span,
.single-ap-course #masthead .site-branding .ap_hamburger_button span,
.page-template-contact-page #masthead .site-branding .ap_hamburger_button span,
.woocommerce-checkout #masthead .site-branding .ap_hamburger_button span,
.woocommerce-order-pay #masthead .site-branding .ap_hamburger_button span,
.woocommerce-order-received #masthead .site-branding .ap_hamburger_button span,
.woocommerce-account #masthead .site-branding .ap_hamburger_button span,
.page-template-default-padded-page #masthead .site-branding .ap_hamburger_button span,
.page-template-privacy-page #masthead .site-branding .ap_hamburger_button span,
.page-template-terms-page #masthead .site-branding .ap_hamburger_button span,
.page-template-explicit-product-agreements #masthead .site-branding .ap_hamburger_button span,
.page-id-1780 #masthead .site-branding .ap_hamburger_button span,
.page-id-1097 #masthead .site-branding .ap_hamburger_button span,
.page-template-news-page #masthead .site-branding .ap_hamburger_button span,
.single-post #masthead .site-branding .ap_hamburger_button span,
.page-template-search-page #masthead .site-branding .ap_hamburger_button span,
.error404 #masthead .site-branding .ap_hamburger_button span,
.page-template-newsletter-page #masthead .site-branding .ap_hamburger_button span,
.product-template-default.single.single-product #masthead .site-branding .ap_hamburger_button span {
  background-color: #222222; }
  .single-thematic-area #masthead .site-branding .ap_hamburger_button span:before, .single-thematic-area #masthead .site-branding .ap_hamburger_button span:after,
  .single-professionist #masthead .site-branding .ap_hamburger_button span:before,
  .single-professionist #masthead .site-branding .ap_hamburger_button span:after,
  .single-servizio #masthead .site-branding .ap_hamburger_button span:before,
  .single-servizio #masthead .site-branding .ap_hamburger_button span:after,
  .page-template-professionists-page #masthead .site-branding .ap_hamburger_button span:before,
  .page-template-professionists-page #masthead .site-branding .ap_hamburger_button span:after,
  .page-template-courses-page #masthead .site-branding .ap_hamburger_button span:before,
  .page-template-courses-page #masthead .site-branding .ap_hamburger_button span:after,
  .single-ap-course #masthead .site-branding .ap_hamburger_button span:before,
  .single-ap-course #masthead .site-branding .ap_hamburger_button span:after,
  .page-template-contact-page #masthead .site-branding .ap_hamburger_button span:before,
  .page-template-contact-page #masthead .site-branding .ap_hamburger_button span:after,
  .woocommerce-checkout #masthead .site-branding .ap_hamburger_button span:before,
  .woocommerce-checkout #masthead .site-branding .ap_hamburger_button span:after,
  .woocommerce-order-pay #masthead .site-branding .ap_hamburger_button span:before,
  .woocommerce-order-pay #masthead .site-branding .ap_hamburger_button span:after,
  .woocommerce-order-received #masthead .site-branding .ap_hamburger_button span:before,
  .woocommerce-order-received #masthead .site-branding .ap_hamburger_button span:after,
  .woocommerce-account #masthead .site-branding .ap_hamburger_button span:before,
  .woocommerce-account #masthead .site-branding .ap_hamburger_button span:after,
  .page-template-default-padded-page #masthead .site-branding .ap_hamburger_button span:before,
  .page-template-default-padded-page #masthead .site-branding .ap_hamburger_button span:after,
  .page-template-privacy-page #masthead .site-branding .ap_hamburger_button span:before,
  .page-template-privacy-page #masthead .site-branding .ap_hamburger_button span:after,
  .page-template-terms-page #masthead .site-branding .ap_hamburger_button span:before,
  .page-template-terms-page #masthead .site-branding .ap_hamburger_button span:after,
  .page-template-explicit-product-agreements #masthead .site-branding .ap_hamburger_button span:before,
  .page-template-explicit-product-agreements #masthead .site-branding .ap_hamburger_button span:after,
  .page-id-1780 #masthead .site-branding .ap_hamburger_button span:before,
  .page-id-1780 #masthead .site-branding .ap_hamburger_button span:after,
  .page-id-1097 #masthead .site-branding .ap_hamburger_button span:before,
  .page-id-1097 #masthead .site-branding .ap_hamburger_button span:after,
  .page-template-news-page #masthead .site-branding .ap_hamburger_button span:before,
  .page-template-news-page #masthead .site-branding .ap_hamburger_button span:after,
  .single-post #masthead .site-branding .ap_hamburger_button span:before,
  .single-post #masthead .site-branding .ap_hamburger_button span:after,
  .page-template-search-page #masthead .site-branding .ap_hamburger_button span:before,
  .page-template-search-page #masthead .site-branding .ap_hamburger_button span:after,
  .error404 #masthead .site-branding .ap_hamburger_button span:before,
  .error404 #masthead .site-branding .ap_hamburger_button span:after,
  .page-template-newsletter-page #masthead .site-branding .ap_hamburger_button span:before,
  .page-template-newsletter-page #masthead .site-branding .ap_hamburger_button span:after,
  .product-template-default.single.single-product #masthead .site-branding .ap_hamburger_button span:before,
  .product-template-default.single.single-product #masthead .site-branding .ap_hamburger_button span:after {
    background-color: #222222; }
.single-thematic-area #masthead .top-bar .textwidget p,
.single-professionist #masthead .top-bar .textwidget p,
.single-servizio #masthead .top-bar .textwidget p,
.page-template-professionists-page #masthead .top-bar .textwidget p,
.page-template-courses-page #masthead .top-bar .textwidget p,
.single-ap-course #masthead .top-bar .textwidget p,
.page-template-contact-page #masthead .top-bar .textwidget p,
.woocommerce-checkout #masthead .top-bar .textwidget p,
.woocommerce-order-pay #masthead .top-bar .textwidget p,
.woocommerce-order-received #masthead .top-bar .textwidget p,
.woocommerce-account #masthead .top-bar .textwidget p,
.page-template-default-padded-page #masthead .top-bar .textwidget p,
.page-template-privacy-page #masthead .top-bar .textwidget p,
.page-template-terms-page #masthead .top-bar .textwidget p,
.page-template-explicit-product-agreements #masthead .top-bar .textwidget p,
.page-id-1780 #masthead .top-bar .textwidget p,
.page-id-1097 #masthead .top-bar .textwidget p,
.page-template-news-page #masthead .top-bar .textwidget p,
.single-post #masthead .top-bar .textwidget p,
.page-template-search-page #masthead .top-bar .textwidget p,
.error404 #masthead .top-bar .textwidget p,
.page-template-newsletter-page #masthead .top-bar .textwidget p,
.product-template-default.single.single-product #masthead .top-bar .textwidget p {
  color: #222222; }
.single-thematic-area #masthead .ap_mobile_search_button,
.single-professionist #masthead .ap_mobile_search_button,
.single-servizio #masthead .ap_mobile_search_button,
.page-template-professionists-page #masthead .ap_mobile_search_button,
.page-template-courses-page #masthead .ap_mobile_search_button,
.single-ap-course #masthead .ap_mobile_search_button,
.page-template-contact-page #masthead .ap_mobile_search_button,
.woocommerce-checkout #masthead .ap_mobile_search_button,
.woocommerce-order-pay #masthead .ap_mobile_search_button,
.woocommerce-order-received #masthead .ap_mobile_search_button,
.woocommerce-account #masthead .ap_mobile_search_button,
.page-template-default-padded-page #masthead .ap_mobile_search_button,
.page-template-privacy-page #masthead .ap_mobile_search_button,
.page-template-terms-page #masthead .ap_mobile_search_button,
.page-template-explicit-product-agreements #masthead .ap_mobile_search_button,
.page-id-1780 #masthead .ap_mobile_search_button,
.page-id-1097 #masthead .ap_mobile_search_button,
.page-template-news-page #masthead .ap_mobile_search_button,
.single-post #masthead .ap_mobile_search_button,
.page-template-search-page #masthead .ap_mobile_search_button,
.error404 #masthead .ap_mobile_search_button,
.page-template-newsletter-page #masthead .ap_mobile_search_button,
.product-template-default.single.single-product #masthead .ap_mobile_search_button {
  background-image: url(../img/search-icon-black.svg); }
.single-thematic-area #masthead.active .ap_mobile_search_button,
.single-professionist #masthead.active .ap_mobile_search_button,
.single-servizio #masthead.active .ap_mobile_search_button,
.page-template-professionists-page #masthead.active .ap_mobile_search_button,
.page-template-courses-page #masthead.active .ap_mobile_search_button,
.single-ap-course #masthead.active .ap_mobile_search_button,
.page-template-contact-page #masthead.active .ap_mobile_search_button,
.woocommerce-checkout #masthead.active .ap_mobile_search_button,
.woocommerce-order-pay #masthead.active .ap_mobile_search_button,
.woocommerce-order-received #masthead.active .ap_mobile_search_button,
.woocommerce-account #masthead.active .ap_mobile_search_button,
.page-template-default-padded-page #masthead.active .ap_mobile_search_button,
.page-template-privacy-page #masthead.active .ap_mobile_search_button,
.page-template-terms-page #masthead.active .ap_mobile_search_button,
.page-template-explicit-product-agreements #masthead.active .ap_mobile_search_button,
.page-id-1780 #masthead.active .ap_mobile_search_button,
.page-id-1097 #masthead.active .ap_mobile_search_button,
.page-template-news-page #masthead.active .ap_mobile_search_button,
.single-post #masthead.active .ap_mobile_search_button,
.page-template-search-page #masthead.active .ap_mobile_search_button,
.error404 #masthead.active .ap_mobile_search_button,
.page-template-newsletter-page #masthead.active .ap_mobile_search_button,
.product-template-default.single.single-product #masthead.active .ap_mobile_search_button {
  background-image: url(../img/search-icon-white.svg); }

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 4px; }
  .social-links .ap_social_link:first-of-type {
    margin-right: 10px !important; }

footer {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  background: url(../img/footer-background.svg);
  background-position: center 30px;
  background-repeat: no-repeat;
  background-size: 80%; }
  footer .widget_text {
    margin-bottom: 0; }
    footer .widget_text p {
      text-align: center; }
  footer .widget-area {
    margin: 50px 20px 10px !important; }
    footer .widget-area .widget {
      width: 100% !important;
      margin-right: 0 !important;
      text-align: center; }
      footer .widget-area .widget p {
        margin-bottom: 0 !important;
        line-height: 1 !important; }
        footer .widget-area .widget p .footer-home-link {
          width: 100%;
          max-width: 210px !important;
          display: inline-block; }
      footer .widget-area .widget .footer-motto b {
        font-size: 0.45rem;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #B6B6B6; }
      footer .widget-area .widget .footer-copyright {
        font-size: 0.59rem;
        color: #222222;
        line-height: 1.5 !important; }
        footer .widget-area .widget .footer-copyright a {
          color: #3B82F6; }
          footer .widget-area .widget .footer-copyright a:hover, footer .widget-area .widget .footer-copyright a:focus {
            color: #3B82F6;
            text-decoration: none; }
      footer .widget-area .widget .menu {
        text-align: left;
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 1150px;
        margin: 0 auto; }
        footer .widget-area .widget .menu li {
          margin: 0; }
          footer .widget-area .widget .menu li a {
            font-size: 0.73rem;
            color: #222222;
            font-weight: 600; }
            footer .widget-area .widget .menu li a:hover, footer .widget-area .widget .menu li a:focus {
              color: #222222;
              text-decoration: none; }
          footer .widget-area .widget .menu li.current_page_item > a, footer .widget-area .widget .menu li.current-menu-parent > a {
            color: #3B82F6; }
            footer .widget-area .widget .menu li.current_page_item > a:hover, footer .widget-area .widget .menu li.current_page_item > a:focus, footer .widget-area .widget .menu li.current-menu-parent > a:hover, footer .widget-area .widget .menu li.current-menu-parent > a:focus {
              color: #3B82F6;
              text-decoration: none; }
          footer .widget-area .widget .menu li ul {
            margin-top: 0; }
            footer .widget-area .widget .menu li ul li {
              line-height: 0.7;
              margin: 0; }
              footer .widget-area .widget .menu li ul li a {
                text-transform: uppercase;
                color: #7A7A7A;
                font-size: 0.5rem;
                font-weight: 600; }
                footer .widget-area .widget .menu li ul li a:before {
                  content: none; }
              footer .widget-area .widget .menu li ul li.current-menu-item > a {
                color: #3B82F6; }
                footer .widget-area .widget .menu li ul li.current-menu-item > a:hover, footer .widget-area .widget .menu li ul li.current-menu-item > a:focus {
                  color: #3B82F6;
                  text-decoration: none; }
  footer .social-links {
    display: inline-flex;
    flex-direction: row;
    width: 46px;
    margin-left: 8px;
    justify-content: space-between; }

@keyframes button_pulse_before {
  0% {
    transform: scale(1);
    opacity: 0.2; }
  35% {
    transform: scale(1.6);
    opacity: 0.03; }
  50% {
    transform: scale(1.7);
    opacity: 0; }
  100% {
    transform: scale(1.7);
    opacity: 0; } }
@keyframes button_pulse_after {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  15% {
    transform: scale(1.2);
    opacity: 0.1; }
  50% {
    transform: scale(1.4);
    opacity: 0; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }
.return-to-top-link {
  position: fixed;
  right: 50px;
  bottom: -400px;
  transition: bottom 0.5s ease-out;
  z-index: 1000; }
  .return-to-top-link .background-container {
    width: 113px;
    height: 113px;
    z-index: 10;
    border-radius: 50%;
    position: relative;
    background: #6500c8;
    background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
    display: flex;
    justify-content: center;
    pointer-events: none;
    align-items: center; }
  .return-to-top-link:hover {
    cursor: pointer; }
  .return-to-top-link i {
    width: 45px;
    height: 45px;
    pointer-events: none;
    background-image: url(../img/white-arrow-top.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .return-to-top-link:before {
    content: "";
    width: 113px;
    height: 113px;
    display: block;
    position: fixed;
    z-index: 5;
    border-radius: 50%;
    background: #6500c8;
    right: 50px;
    pointer-events: none;
    bottom: -400px;
    transition: bottom 0.5s ease-out; }
  .return-to-top-link:after {
    z-index: 5;
    right: 50px;
    pointer-events: none;
    content: "";
    width: 113px;
    height: 113px;
    display: block;
    bottom: -400px;
    position: fixed;
    border-radius: 50%;
    background: #6500c8;
    transition: bottom 0.5s ease-out; }
  .return-to-top-link.active {
    bottom: 50px;
    animation-delay: 0.5s; }
    .return-to-top-link.active:before {
      bottom: 50px;
      animation-delay: 0.5s;
      animation: button_pulse_before 5s linear infinite; }
    .return-to-top-link.active:after {
      bottom: 50px;
      animation-delay: 0.5s;
      animation: button_pulse_after 5s linear infinite; }

#header_search_modal .modal-dialog {
  max-width: 1500px; }
  #header_search_modal .modal-dialog .modal-content {
    background-color: transparent !important;
    border: none;
    padding-top: 30px; }
    #header_search_modal .modal-dialog .modal-content .close {
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0.8 !important; }
      #header_search_modal .modal-dialog .modal-content .close:hover {
        opacity: 1 !important; }
    #header_search_modal .modal-dialog .modal-content .modal-body {
      max-width: 600px;
      width: 100%;
      margin: 0 auto; }
      #header_search_modal .modal-dialog .modal-content .modal-body .search_field {
        position: relative; }
        #header_search_modal .modal-dialog .modal-content .modal-body .search_field label {
          position: relative;
          padding: 20px 0 0;
          margin-top: 0; }
          #header_search_modal .modal-dialog .modal-content .modal-body .search_field label input {
            height: 35px;
            color: #fff;
            border-bottom: 2px solid rgba(255, 255, 255, 0.5); }
            #header_search_modal .modal-dialog .modal-content .modal-body .search_field label input ~ span {
              transition: 0.2s;
              position: absolute;
              top: 26px;
              left: 0;
              font-size: 14px;
              color: #fff;
              pointer-events: none; }
            #header_search_modal .modal-dialog .modal-content .modal-body .search_field label input:valid, #header_search_modal .modal-dialog .modal-content .modal-body .search_field label input:focus {
              border-bottom: 2px solid #fff; }
              #header_search_modal .modal-dialog .modal-content .modal-body .search_field label input:valid ~ span, #header_search_modal .modal-dialog .modal-content .modal-body .search_field label input:focus ~ span {
                top: 0;
                font-size: 12px; }
        #header_search_modal .modal-dialog .modal-content .modal-body .search_field button {
          position: absolute;
          bottom: 2px;
          right: 0;
          width: 30px;
          height: 30px;
          background-color: transparent;
          border: none;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 22px;
          background-image: url(../img/search-icon-white.svg); }
          #header_search_modal .modal-dialog .modal-content .modal-body .search_field button:hover {
            cursor: pointer; }

.home-hero-heading {
  margin: 0 !important; }
  .home-hero-heading .n2-ow-all p {
    font-weight: 400 !important;
    line-height: 60px !important;
    font-size: 70px !important;
    color: #fff !important;
    text-shadow: 0 1px 2px RGBA(0, 0, 0, 0.27) !important;
    margin-bottom: 70px !important; }
    .home-hero-heading .n2-ow-all p:after {
      content: "" !important;
      width: 160px !important;
      height: 2px !important;
      display: block !important;
      position: absolute !important;
      left: 50%;
      transform: translateX(-50%) !important;
      top: 260px !important;
      background: #3b82f6 !important;
      background: -moz-linear-gradient(left, #3b82f6 35%, #9c38ff 100%) !important;
      background: -webkit-linear-gradient(left, #3b82f6 35%, #9c38ff 100%) !important;
      background: linear-gradient(to right, #3b82f6 35%, #9c38ff 100%) !important;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b82f6', endColorstr='#9c38ff', GradientType=1) !important; }
    .home-hero-heading .n2-ow-all p b {
      font-weight: 400 !important;
      color: #66A0FE !important; }
  .home-hero-heading.single-page {
    height: 60px; }
    .home-hero-heading.single-page .n2-ow-all p:after {
      top: 100px !important; }

.single-page-slider {
  width: 100vw !important;
  max-width: 1800px; }
  .single-page-slider #n2-ss-3 .n2-ss-slider-1 {
    max-height: 445px !important; }

.home-hero-subheading .n2-ow-all p {
  font-family: 'BrownStd', "Open Sans", sans-serif !important;
  font-size: 20px !important;
  color: #fff !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  text-shadow: none !important; }

.hero-button-row {
  margin-top: 30px !important; }
  .hero-button-row .n2-ss-layer-row-inner {
    margin: 0 !important; }
    .hero-button-row .n2-ss-layer-row-inner .n2-ss-layer {
      margin: 0 !important; }

.home_slider_container {
  width: 100vw !important;
  padding: 0;
  margin: 0;
  max-width: 1800px !important; }

.home-services-container {
  width: 100vw !important;
  padding: 0 0 50px;
  margin: 0;
  max-width: 1800px !important;
  background-image: url(../img/services-home-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .home-services-container .wp-block-advgb-column.advgb-column.advgb-is-full-mobile {
    width: 100%; }
  .home-services-container h3 {
    margin: 80px 0 40px; }
  .home-services-container .thematic-areas-slider {
    margin: 0 auto;
    position: relative;
    width: 80%;
    max-width: 1500px; }
    .home-services-container .thematic-areas-slider .slick-prev, .home-services-container .thematic-areas-slider .slick-next {
      width: 60px;
      height: 30px;
      background-image: url(../img/slider-left-arrow.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      .home-services-container .thematic-areas-slider .slick-prev:before, .home-services-container .thematic-areas-slider .slick-next:before {
        content: none; }
    .home-services-container .thematic-areas-slider .slick-prev {
      background-image: url(../img/slider-left-arrow.svg);
      left: calc(-1 * calc(5% + 30px)); }
    .home-services-container .thematic-areas-slider .slick-next {
      background-image: url(../img/slider-right-arrow.svg);
      right: calc(-1 * calc(5% + 30px)); }
  .home-services-container .global-btn {
    margin-top: 90px; }

.themed-area-column {
  padding: 20px; }
  .themed-area-column:focus {
    outline: none; }
  .themed-area-column .category_icon_container {
    width: 50px;
    float: left; }
  .themed-area-column .category_details_container {
    width: calc(100% - 75px);
    margin-left: 20px;
    float: left; }
    .themed-area-column .category_details_container .thematic_area_title {
      color: #222222;
      text-decoration: none; }
      .themed-area-column .category_details_container .thematic_area_title:focus, .themed-area-column .category_details_container .thematic_area_title:hover {
        text-decoration: none; }
    .themed-area-column .category_details_container h4 {
      font-size: 1.35rem;
      font-weight: 600; }
    .themed-area-column .category_details_container p {
      font-size: 0.7rem;
      line-height: 1.6; }
    .themed-area-column .category_details_container .read_more_link {
      font-size: 0.75rem;
      line-height: 1.6;
      color: #3B82F6;
      padding-right: 25px;
      transition: 0.2s;
      background-image: url(../img/read-more-arrow.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: right center; }
      .themed-area-column .category_details_container .read_more_link:hover, .themed-area-column .category_details_container .read_more_link:focus {
        text-decoration: none;
        padding-right: 30px; }

#latest-posts-slider {
  position: relative; }
  #latest-posts-slider .slider_controls {
    position: absolute;
    left: 50%;
    top: 115px;
    transform: translateX(-100%);
    width: 131px;
    height: 55px;
    z-index: 10; }
    #latest-posts-slider .slider_controls .carousel-control-prev, #latest-posts-slider .slider_controls .carousel-control-next {
      width: 65px;
      height: 100%;
      background-color: #3B82F6;
      background-image: url(../img/post-slider-arrow-left.svg);
      background-size: 21px 19px;
      background-repeat: no-repeat;
      opacity: 1 !important;
      background-position: center; }
      #latest-posts-slider .slider_controls .carousel-control-prev:hover, #latest-posts-slider .slider_controls .carousel-control-next:hover {
        background-color: #6ca1f8; }
    #latest-posts-slider .slider_controls .carousel-control-next {
      background-image: url(../img/post-slider-arrow-right.svg); }
  #latest-posts-slider .col-md-6 {
    height: 400px; }
    #latest-posts-slider .col-md-6:first-child {
      padding-right: 0; }
    #latest-posts-slider .col-md-6:last-child {
      background-color: #F8F8F8;
      background-image: url(../img/news-background.png);
      background-position: 20px center;
      background-repeat: no-repeat;
      background-size: 50%;
      padding: 65px calc(calc(50vw - 750px) - calc(50vw - 900px)) 100px 100px !important; }
    #latest-posts-slider .col-md-6 img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    #latest-posts-slider .col-md-6 h4 {
      margin-bottom: 2rem;
      font-size: 1rem;
      font-weight: 600;
      color: #3B82F6; }
    #latest-posts-slider .col-md-6 h5 {
      color: #222222;
      font-size: 1rem;
      font-weight: 600; }
    #latest-posts-slider .col-md-6 .categories-tree {
      font-size: 0.55rem;
      font-weight: 600;
      color: #3B82F6;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 0;
      display: inline-block; }
    #latest-posts-slider .col-md-6 p {
      font-size: 0.64rem;
      font-weight: 400;
      color: #222222; }
    #latest-posts-slider .col-md-6 .read-more-link {
      font-size: 0.75rem;
      line-height: 1.6;
      color: #3B82F6;
      padding-right: 25px;
      transition: 0.2s;
      background-image: url(../img/read-more-arrow.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: right center; }
      #latest-posts-slider .col-md-6 .read-more-link:hover, #latest-posts-slider .col-md-6 .read-more-link:focus {
        text-decoration: none;
        padding-right: 30px; }
    #latest-posts-slider .col-md-6 .social-links {
      display: flex;
      flex-direction: row;
      width: 70px;
      justify-content: space-between;
      position: absolute;
      top: 40px;
      right: 150px; }
    #latest-posts-slider .col-md-6 .addtoany_shortcode > div {
      display: flex;
      flex-direction: row;
      width: auto;
      justify-content: space-between;
      position: absolute;
      top: 40px;
      right: 150px; }
      #latest-posts-slider .col-md-6 .addtoany_shortcode > div a {
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 50%;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        font-size: 0;
        color: transparent !important;
        padding: 0;
        margin-left: 10px; }

.testimonials-home-disabled {
  position: relative;
  padding: 110px 0 10px; }

.testimonials-home {
  position: relative;
  padding: 140px 0 90px;
  background-color: #222222;
  color: #ffffff !important;
  background-image: url(../img/testimonials-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  .testimonials-home h3 {
    color: #ffffff; }
  .testimonials-home .slick-list {
    width: calc(100vw - 150px);
    max-width: 800px;
    margin: auto; }
    .testimonials-home .slick-list .slick-slide {
      margin-top: 70px; }
      .testimonials-home .slick-list .slick-slide:focus {
        outline: none; }
      .testimonials-home .slick-list .slick-slide .testimonial_icon_container {
        width: 80px;
        float: left;
        margin-top: 20px;
        margin-left: 20px; }
      .testimonials-home .slick-list .slick-slide .testimonial_details_container {
        width: calc(100% - 140px);
        margin-left: 40px;
        float: left; }
        .testimonials-home .slick-list .slick-slide .testimonial_details_container h5 {
          font-size: 0.8rem;
          font-weight: 600;
          font-family: 'BrownStd', "Open Sans", sans-serif !important; }
        .testimonials-home .slick-list .slick-slide .testimonial_details_container p {
          font-size: 0.65rem;
          line-height: 25px;
          font-family: 'BrownStd', "Open Sans", sans-serif !important; }
  .testimonials-home .slick-prev, .testimonials-home .slick-next {
    width: 60px;
    height: 30px;
    background-image: url(../img/slider-left-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    .testimonials-home .slick-prev:before, .testimonials-home .slick-next:before {
      content: none; }
  .testimonials-home .slick-prev {
    background-image: url(../img/slider-left-arrow.svg);
    left: 25px; }
    .testimonials-home .slick-prev:hover, .testimonials-home .slick-prev:focus {
      background: transparent url(../img/slider-left-arrow.svg) no-repeat center !important; }
  .testimonials-home .slick-next {
    background-image: url(../img/slider-right-arrow.svg);
    right: 25px; }
    .testimonials-home .slick-next:hover, .testimonials-home .slick-next:focus {
      background: transparent url(../img/slider-right-arrow.svg) no-repeat center !important; }
  .testimonials-home .testimonials-slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px; }
    .testimonials-home .testimonials-slider-controls .slick-dots {
      padding-bottom: 8px;
      position: static;
      width: 100%;
      max-width: 300px; }
      .testimonials-home .testimonials-slider-controls .slick-dots li {
        width: 70px;
        height: 4px;
        margin: 0; }
        .testimonials-home .testimonials-slider-controls .slick-dots li button {
          width: 70px;
          height: 1px; }
          .testimonials-home .testimonials-slider-controls .slick-dots li button:before {
            width: 70px;
            height: 1px;
            content: '';
            top: 1px;
            opacity: 1;
            background-color: #ffffff; }
        .testimonials-home .testimonials-slider-controls .slick-dots li.slick-active button:before {
          opacity: 1;
          background-color: #3B82F6;
          height: 3px;
          top: 0; }
    .testimonials-home .testimonials-slider-controls .testimonials-slide-indicator {
      font-size: 0.72rem;
      font-weight: 400; }

.overflowed-form {
  width: 96%;
  max-width: 1500px;
  margin: 0 auto -50px;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  padding: 40px 40px 10px;
  top: -50px;
  background: #6500c8;
  background: url(../img/service-search-background.png), -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
  background: url(../img/service-search-background.png), -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
  background: url(../img/service-search-background.png), linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6500c8', endColorstr='#3b82f6', GradientType=1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .overflowed-form .section_heading {
    text-shadow: 0 1px 2px #00000021;
    font-size: 1.1rem;
    color: #FFFFFF;
    position: absolute;
    font-weight: 600;
    top: -34px;
    left: 30px; }
    .overflowed-form .section_heading b {
      color: #3B82F6;
      line-height: 0;
      font-size: 2.3rem; }
  .overflowed-form.ap-newsletter .section_heading {
    color: #222222;
    right: 30px;
    text-align: center; }
  .overflowed-form label,
  .overflowed-form .form-field-description {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #fff;
    padding: 0 0 0 20px;
    margin-bottom: 6px !important;
    text-transform: uppercase;
    font-style: normal !important; }
  .overflowed-form select {
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-appearance: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    height: 50px;
    padding: 12px 37px 12px 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    background-image: url(../img/select-arrow.svg);
    background-size: 16px 20px;
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat; }
    .overflowed-form select:focus, .overflowed-form select:hover {
      background-color: rgba(255, 255, 255, 0.2);
      color: #ffffff; }
      .overflowed-form select:focus option, .overflowed-form select:hover option {
        color: #222222; }
    .overflowed-form select:hover {
      cursor: pointer; }
    .overflowed-form select:disabled {
      background-color: #0808086e;
      color: #777; }
  .overflowed-form button {
    font-size: 0.67rem !important;
    padding: 17px 100px 17px 30px;
    min-width: 120px;
    display: inline-block;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-family: 'BrownStd', "Open Sans", sans-serif !important;
    letter-spacing: 1px;
    position: relative;
    border-radius: 0;
    background: #6500c8;
    background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
    padding: 13px 100px 13px 30px !important;
    background: transparent;
    border: 1px solid #fff;
    margin-top: 34px;
    height: 50px;
    width: 100%;
    color: #6501C7 !important;
    background-color: #fff;
    text-align: left;
    font-size: 0.82rem !important;
    padding: 11px 100px 13px 30px !important; }
    .overflowed-form button:hover {
      background: #812bc8;
      background: -moz-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
      background: -webkit-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
      background: linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
      text-decoration: none; }
    .overflowed-form button i {
      width: 50px;
      height: 50px;
      position: absolute;
      right: 10px;
      top: 4px;
      background-image: url(../img/light-arrow.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .overflowed-form button.white {
      background: #ffffff !important;
      color: #222222 !important; }
      .overflowed-form button.white i {
        background-image: url(../img/dark-arrow.svg); }
      .overflowed-form button.white:hover {
        background: #f1f1f1 !important; }
    .overflowed-form button[disabled] {
      background: #B4B4B4;
      background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
      .overflowed-form button[disabled]:hover {
        cursor: auto;
        background: #B4B4B4;
        background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
    .overflowed-form button i {
      width: 30px;
      height: 20px;
      position: absolute;
      right: 15px;
      transform: translateY(-50%);
      top: 50%;
      background-image: url(../img/small-light-arrow.svg); }
    .overflowed-form button:hover {
      background: #d8d8d8 !important; }
    .overflowed-form button i {
      background-image: url(../img/arrow-purple-icon.svg); }
  .overflowed-form .col-lg-4:first-child {
    border-right: 1px solid #ffffff; }
  .overflowed-form .newsletter-field {
    width: 94%;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 2px solid #fff !important;
    padding-left: 20px;
    margin-top: 16px;
    color: #fff; }
  .overflowed-form.ap-newsletter {
    padding: 40px 40px 50px 40px;
    max-width: 1500px;
    margin: 0 auto;
    top: 0;
    background: url(../img/newsletter-background.png), -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: url(../img/newsletter-background.png), -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: url(../img/newsletter-background.png), linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6500c8', endColorstr='#3b82f6', GradientType=1);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain; }
    .overflowed-form.ap-newsletter button {
      width: 400px;
      margin-top: 22px;
      margin-left: 30px; }
      .overflowed-form.ap-newsletter button:hover {
        border-color: #fff; }
      .overflowed-form.ap-newsletter button.disabled {
        background-color: #fff;
        opacity: .40 !important;
        border: none !important; }
        .overflowed-form.ap-newsletter button.disabled:hover {
          border: none !important;
          background-color: #fff !important;
          cursor: default; }
    .overflowed-form.ap-newsletter .yikes-mailchimp-container .edit-link {
      display: none; }
    .overflowed-form.ap-newsletter .yikes-mailchimp-container > p {
      position: absolute;
      top: 10px;
      text-align: center;
      width: calc(50%);
      left: 50%;
      padding: 2px 40px;
      font-size: 12px;
      transform: translateX(-50%); }
      .overflowed-form.ap-newsletter .yikes-mailchimp-container > p.yikes-easy-mc-success-message {
        border: 2px solid #ffffff;
        background: none;
        color: #ffffff; }
      .overflowed-form.ap-newsletter .yikes-mailchimp-container > p.yikes-easy-mc-error-message {
        border: 2px solid #fff;
        background: none;
        color: #ff8383; }
        .overflowed-form.ap-newsletter .yikes-mailchimp-container > p.yikes-easy-mc-error-message .send-update-email {
          text-decoration: underline;
          color: #da7693; }
    .overflowed-form.ap-newsletter .yikes-easy-mc-form {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative; }
      .overflowed-form.ap-newsletter .yikes-easy-mc-form .mc_checkbox {
        position: absolute;
        top: 90px;
        width: 400px;
        padding-left: 0;
        right: 0; }
        .overflowed-form.ap-newsletter .yikes-easy-mc-form .mc_checkbox a {
          color: #ffffff;
          text-shadow: 0 0 5px rgba(255, 255, 255, 0.5); }
        .overflowed-form.ap-newsletter .yikes-easy-mc-form .mc_checkbox input {
          width: 0;
          height: 0;
          visibility: hidden; }
          .overflowed-form.ap-newsletter .yikes-easy-mc-form .mc_checkbox input + span {
            width: 16px;
            height: 16px;
            display: inline-block;
            border: 1px solid #ffffff;
            background-color: #d4d4d4;
            margin-right: 10px;
            position: relative;
            top: 3px; }
          .overflowed-form.ap-newsletter .yikes-easy-mc-form .mc_checkbox input:checked + span {
            background: linear-gradient(60deg, #3d62e9 0%, #3b6dee 50%, #3b80f5 140%); }
        .overflowed-form.ap-newsletter .yikes-easy-mc-form .mc_checkbox:hover {
          cursor: pointer; }
      .overflowed-form.ap-newsletter .yikes-easy-mc-form .FNAME-label, .overflowed-form.ap-newsletter .yikes-easy-mc-form .EMAIL-label {
        width: calc(50% - 220px); }
  .overflowed-form.contact-info {
    padding: 40px 40px 50px 40px;
    max-width: 1500px;
    margin: 0 auto;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: url(../img/contact-banner-background.png), -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: url(../img/contact-banner-background.png), -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: url(../img/contact-banner-background.png), linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6500c8', endColorstr='#3b82f6', GradientType=1);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover; }
    .overflowed-form.contact-info button {
      margin-top: 22px;
      margin-left: 30px; }
      .overflowed-form.contact-info button:hover {
        border-color: #fff; }
      .overflowed-form.contact-info button.disabled {
        background-color: #fff;
        opacity: .40 !important;
        border: none !important; }
        .overflowed-form.contact-info button.disabled:hover {
          border: none !important;
          background-color: #fff !important;
          cursor: default; }

@keyframes professionist_card_appear {
  0% {
    transform: translateY(40px) scale(0.9);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
.grid-container {
  padding: 210px 0 50px;
  margin-top: -130px;
  width: 100vw;
  max-width: 1800px !important;
  background-image: url("../img/services-home-background.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top; }
  .grid-container .ap-dark-heading {
    margin: 0 0 84px 0;
    text-align: center;
    font-weight: 300; }
    .grid-container .ap-dark-heading strong {
      font-weight: 300; }
  .grid-container .ap_themed_areas_container {
    margin: 0 auto;
    max-width: 1500px;
    width: 100vw; }
    .grid-container .ap_themed_areas_container .themed-area-column {
      margin-bottom: 80px; }
      .grid-container .ap_themed_areas_container .themed-area-column:last-of-type {
        margin-bottom: 0; }
    .grid-container .ap_themed_areas_container .see-more-section {
      background-color: #F4F4F4;
      padding: 50px 20px 50px; }
      .grid-container .ap_themed_areas_container .see-more-section .category_details_container {
        width: 100%;
        float: left; }
        .grid-container .ap_themed_areas_container .see-more-section .category_details_container h4 {
          font-size: 1.35rem;
          font-weight: 600;
          text-align: center;
          margin: 0; }
        .grid-container .ap_themed_areas_container .see-more-section .category_details_container p {
          font-size: 0.7rem;
          line-height: 1.6;
          margin: 30px auto;
          text-align: center;
          max-width: 500px; }
      .grid-container .ap_themed_areas_container .see-more-section a {
        font-size: 0.67rem !important;
        padding: 17px 100px 17px 30px;
        min-width: 120px;
        display: inline-block;
        color: #ffffff !important;
        font-weight: 600 !important;
        font-family: 'BrownStd', "Open Sans", sans-serif !important;
        letter-spacing: 1px;
        position: relative;
        border-radius: 0;
        background: #6500c8;
        background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
        padding: 17px 70px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .grid-container .ap_themed_areas_container .see-more-section a:hover {
          background: #812bc8;
          background: -moz-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
          background: -webkit-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
          background: linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
          text-decoration: none; }
        .grid-container .ap_themed_areas_container .see-more-section a i {
          width: 50px;
          height: 50px;
          position: absolute;
          right: 10px;
          top: 4px;
          background-image: url(../img/light-arrow.svg);
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        .grid-container .ap_themed_areas_container .see-more-section a.white {
          background: #ffffff !important;
          color: #222222 !important; }
          .grid-container .ap_themed_areas_container .see-more-section a.white i {
            background-image: url(../img/dark-arrow.svg); }
          .grid-container .ap_themed_areas_container .see-more-section a.white:hover {
            background: #f1f1f1 !important; }
        .grid-container .ap_themed_areas_container .see-more-section a[disabled] {
          background: #B4B4B4;
          background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
          .grid-container .ap_themed_areas_container .see-more-section a[disabled]:hover {
            cursor: auto;
            background: #B4B4B4;
            background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
            background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
            background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }

.single-thematic-area,
.single-professionist,
.single-servizio,
.page-template-professionists-page,
.page-template-courses-page,
.single-ap-course,
.page-template-contact-page,
.page-id-1291,
.page-template-news-page,
.page-template-search-page,
.error404,
.page-template-newsletter-page {
  max-width: 1500px;
  width: 100vw;
  margin: 0 auto; }
  .single-thematic-area .entry-content,
  .single-professionist .entry-content,
  .single-servizio .entry-content,
  .page-template-professionists-page .entry-content,
  .page-template-courses-page .entry-content,
  .single-ap-course .entry-content,
  .page-template-contact-page .entry-content,
  .page-id-1291 .entry-content,
  .page-template-news-page .entry-content,
  .page-template-search-page .entry-content,
  .error404 .entry-content,
  .page-template-newsletter-page .entry-content {
    max-width: 100%;
    margin: 0;
    padding: 0; }
  .single-thematic-area .top-info-section,
  .single-professionist .top-info-section,
  .single-servizio .top-info-section,
  .page-template-professionists-page .top-info-section,
  .page-template-courses-page .top-info-section,
  .single-ap-course .top-info-section,
  .page-template-contact-page .top-info-section,
  .page-id-1291 .top-info-section,
  .page-template-news-page .top-info-section,
  .page-template-search-page .top-info-section,
  .error404 .top-info-section,
  .page-template-newsletter-page .top-info-section {
    max-width: 100vw;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: 64px 0; }
    .single-thematic-area .top-info-section h4,
    .single-professionist .top-info-section h4,
    .single-servizio .top-info-section h4,
    .page-template-professionists-page .top-info-section h4,
    .page-template-courses-page .top-info-section h4,
    .single-ap-course .top-info-section h4,
    .page-template-contact-page .top-info-section h4,
    .page-id-1291 .top-info-section h4,
    .page-template-news-page .top-info-section h4,
    .page-template-search-page .top-info-section h4,
    .error404 .top-info-section h4,
    .page-template-newsletter-page .top-info-section h4 {
      font-family: Montserrat, "Helvetica Neue", sans-serif;
      font-size: 22px;
      margin-bottom: 55px; }
    .single-thematic-area .top-info-section p,
    .single-professionist .top-info-section p,
    .single-servizio .top-info-section p,
    .page-template-professionists-page .top-info-section p,
    .page-template-courses-page .top-info-section p,
    .single-ap-course .top-info-section p,
    .page-template-contact-page .top-info-section p,
    .page-id-1291 .top-info-section p,
    .page-template-news-page .top-info-section p,
    .page-template-search-page .top-info-section p,
    .error404 .top-info-section p,
    .page-template-newsletter-page .top-info-section p {
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      color: #222222;
      text-align: justify; }
    .single-thematic-area .top-info-section ul,
    .single-professionist .top-info-section ul,
    .single-servizio .top-info-section ul,
    .page-template-professionists-page .top-info-section ul,
    .page-template-courses-page .top-info-section ul,
    .single-ap-course .top-info-section ul,
    .page-template-contact-page .top-info-section ul,
    .page-id-1291 .top-info-section ul,
    .page-template-news-page .top-info-section ul,
    .page-template-search-page .top-info-section ul,
    .error404 .top-info-section ul,
    .page-template-newsletter-page .top-info-section ul {
      list-style-type: none;
      position: relative;
      padding: 10px 0 10px 40px; }
      .single-thematic-area .top-info-section ul:before,
      .single-professionist .top-info-section ul:before,
      .single-servizio .top-info-section ul:before,
      .page-template-professionists-page .top-info-section ul:before,
      .page-template-courses-page .top-info-section ul:before,
      .single-ap-course .top-info-section ul:before,
      .page-template-contact-page .top-info-section ul:before,
      .page-id-1291 .top-info-section ul:before,
      .page-template-news-page .top-info-section ul:before,
      .page-template-search-page .top-info-section ul:before,
      .error404 .top-info-section ul:before,
      .page-template-newsletter-page .top-info-section ul:before {
        position: absolute;
        content: "";
        width: 6px;
        top: 0;
        left: 0;
        height: 100%;
        background: #3b82f6;
        background: -moz-linear-gradient(bottom, #3b82f6 0%, #9c38ff 100%);
        background: -webkit-linear-gradient(bottom, #3b82f6 0%, #9c38ff 100%);
        background: linear-gradient(to bottom, #3b82f6 0%, #9c38ff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b82f6', endColorstr='#9c38ff', GradientType=1); }
      .single-thematic-area .top-info-section ul.ap_column_list:before,
      .single-professionist .top-info-section ul.ap_column_list:before,
      .single-servizio .top-info-section ul.ap_column_list:before,
      .page-template-professionists-page .top-info-section ul.ap_column_list:before,
      .page-template-courses-page .top-info-section ul.ap_column_list:before,
      .single-ap-course .top-info-section ul.ap_column_list:before,
      .page-template-contact-page .top-info-section ul.ap_column_list:before,
      .page-id-1291 .top-info-section ul.ap_column_list:before,
      .page-template-news-page .top-info-section ul.ap_column_list:before,
      .page-template-search-page .top-info-section ul.ap_column_list:before,
      .error404 .top-info-section ul.ap_column_list:before,
      .page-template-newsletter-page .top-info-section ul.ap_column_list:before {
        content: none; }
      .single-thematic-area .top-info-section ul.ap_column_list li,
      .single-professionist .top-info-section ul.ap_column_list li,
      .single-servizio .top-info-section ul.ap_column_list li,
      .page-template-professionists-page .top-info-section ul.ap_column_list li,
      .page-template-courses-page .top-info-section ul.ap_column_list li,
      .single-ap-course .top-info-section ul.ap_column_list li,
      .page-template-contact-page .top-info-section ul.ap_column_list li,
      .page-id-1291 .top-info-section ul.ap_column_list li,
      .page-template-news-page .top-info-section ul.ap_column_list li,
      .page-template-search-page .top-info-section ul.ap_column_list li,
      .error404 .top-info-section ul.ap_column_list li,
      .page-template-newsletter-page .top-info-section ul.ap_column_list li {
        position: relative; }
        .single-thematic-area .top-info-section ul.ap_column_list li:before,
        .single-professionist .top-info-section ul.ap_column_list li:before,
        .single-servizio .top-info-section ul.ap_column_list li:before,
        .page-template-professionists-page .top-info-section ul.ap_column_list li:before,
        .page-template-courses-page .top-info-section ul.ap_column_list li:before,
        .single-ap-course .top-info-section ul.ap_column_list li:before,
        .page-template-contact-page .top-info-section ul.ap_column_list li:before,
        .page-id-1291 .top-info-section ul.ap_column_list li:before,
        .page-template-news-page .top-info-section ul.ap_column_list li:before,
        .page-template-search-page .top-info-section ul.ap_column_list li:before,
        .error404 .top-info-section ul.ap_column_list li:before,
        .page-template-newsletter-page .top-info-section ul.ap_column_list li:before {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          position: absolute;
          background: -moz-linear-gradient(bottom, #3b82f6 0%, #9c38ff 100%);
          background: -webkit-linear-gradient(bottom, #3b82f6 0%, #9c38ff 100%);
          background: linear-gradient(to bottom, #3b82f6 0%, #9c38ff 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b82f6', endColorstr='#9c38ff', GradientType=1);
          top: 6px;
          left: -20px; }
      .single-thematic-area .top-info-section ul li,
      .single-professionist .top-info-section ul li,
      .single-servizio .top-info-section ul li,
      .page-template-professionists-page .top-info-section ul li,
      .page-template-courses-page .top-info-section ul li,
      .single-ap-course .top-info-section ul li,
      .page-template-contact-page .top-info-section ul li,
      .page-id-1291 .top-info-section ul li,
      .page-template-news-page .top-info-section ul li,
      .page-template-search-page .top-info-section ul li,
      .error404 .top-info-section ul li,
      .page-template-newsletter-page .top-info-section ul li {
        text-align: justify;
        font-size: 14px;
        line-height: 24px; }
    .single-thematic-area .top-info-section .first-column,
    .single-professionist .top-info-section .first-column,
    .single-servizio .top-info-section .first-column,
    .page-template-professionists-page .top-info-section .first-column,
    .page-template-courses-page .top-info-section .first-column,
    .single-ap-course .top-info-section .first-column,
    .page-template-contact-page .top-info-section .first-column,
    .page-id-1291 .top-info-section .first-column,
    .page-template-news-page .top-info-section .first-column,
    .page-template-search-page .top-info-section .first-column,
    .error404 .top-info-section .first-column,
    .page-template-newsletter-page .top-info-section .first-column {
      padding: 0 100px 0 0;
      position: relative; }
      .single-thematic-area .top-info-section .first-column:after,
      .single-professionist .top-info-section .first-column:after,
      .single-servizio .top-info-section .first-column:after,
      .page-template-professionists-page .top-info-section .first-column:after,
      .page-template-courses-page .top-info-section .first-column:after,
      .single-ap-course .top-info-section .first-column:after,
      .page-template-contact-page .top-info-section .first-column:after,
      .page-id-1291 .top-info-section .first-column:after,
      .page-template-news-page .top-info-section .first-column:after,
      .page-template-search-page .top-info-section .first-column:after,
      .error404 .top-info-section .first-column:after,
      .page-template-newsletter-page .top-info-section .first-column:after {
        position: absolute;
        content: "";
        width: 3px;
        top: 0;
        right: 0;
        height: 100%;
        background: #3b82f6;
        background: -moz-linear-gradient(bottom, #3b82f6 0%, #9c38ff 100%);
        background: -webkit-linear-gradient(bottom, #3b82f6 0%, #9c38ff 100%);
        background: linear-gradient(to bottom, #3b82f6 0%, #9c38ff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b82f6', endColorstr='#9c38ff', GradientType=1); }
    .single-thematic-area .top-info-section .second-column,
    .single-professionist .top-info-section .second-column,
    .single-servizio .top-info-section .second-column,
    .page-template-professionists-page .top-info-section .second-column,
    .page-template-courses-page .top-info-section .second-column,
    .single-ap-course .top-info-section .second-column,
    .page-template-contact-page .top-info-section .second-column,
    .page-id-1291 .top-info-section .second-column,
    .page-template-news-page .top-info-section .second-column,
    .page-template-search-page .top-info-section .second-column,
    .error404 .top-info-section .second-column,
    .page-template-newsletter-page .top-info-section .second-column {
      padding: 0 0 0 100px; }
  .single-thematic-area .ap-dark-heading,
  .single-professionist .ap-dark-heading,
  .single-servizio .ap-dark-heading,
  .page-template-professionists-page .ap-dark-heading,
  .page-template-courses-page .ap-dark-heading,
  .single-ap-course .ap-dark-heading,
  .page-template-contact-page .ap-dark-heading,
  .page-id-1291 .ap-dark-heading,
  .page-template-news-page .ap-dark-heading,
  .page-template-search-page .ap-dark-heading,
  .error404 .ap-dark-heading,
  .page-template-newsletter-page .ap-dark-heading {
    margin-bottom: 45px;
    text-align: center;
    font-family: Montserrat, "Helvetica Neue", sans-serif; }
    .single-thematic-area .ap-dark-heading.divider_top,
    .single-professionist .ap-dark-heading.divider_top,
    .single-servizio .ap-dark-heading.divider_top,
    .page-template-professionists-page .ap-dark-heading.divider_top,
    .page-template-courses-page .ap-dark-heading.divider_top,
    .single-ap-course .ap-dark-heading.divider_top,
    .page-template-contact-page .ap-dark-heading.divider_top,
    .page-id-1291 .ap-dark-heading.divider_top,
    .page-template-news-page .ap-dark-heading.divider_top,
    .page-template-search-page .ap-dark-heading.divider_top,
    .error404 .ap-dark-heading.divider_top,
    .page-template-newsletter-page .ap-dark-heading.divider_top {
      position: relative;
      margin-top: 100px; }
      .single-thematic-area .ap-dark-heading.divider_top:before,
      .single-professionist .ap-dark-heading.divider_top:before,
      .single-servizio .ap-dark-heading.divider_top:before,
      .page-template-professionists-page .ap-dark-heading.divider_top:before,
      .page-template-courses-page .ap-dark-heading.divider_top:before,
      .single-ap-course .ap-dark-heading.divider_top:before,
      .page-template-contact-page .ap-dark-heading.divider_top:before,
      .page-id-1291 .ap-dark-heading.divider_top:before,
      .page-template-news-page .ap-dark-heading.divider_top:before,
      .page-template-search-page .ap-dark-heading.divider_top:before,
      .error404 .ap-dark-heading.divider_top:before,
      .page-template-newsletter-page .ap-dark-heading.divider_top:before {
        content: "";
        display: block;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 90vw;
        position: absolute;
        top: -50px;
        height: 7px;
        background-color: #F4F4F4; }
    .single-thematic-area .ap-dark-heading.white,
    .single-professionist .ap-dark-heading.white,
    .single-servizio .ap-dark-heading.white,
    .page-template-professionists-page .ap-dark-heading.white,
    .page-template-courses-page .ap-dark-heading.white,
    .single-ap-course .ap-dark-heading.white,
    .page-template-contact-page .ap-dark-heading.white,
    .page-id-1291 .ap-dark-heading.white,
    .page-template-news-page .ap-dark-heading.white,
    .page-template-search-page .ap-dark-heading.white,
    .error404 .ap-dark-heading.white,
    .page-template-newsletter-page .ap-dark-heading.white {
      color: #ffffff; }
  .single-thematic-area .service_search_field,
  .single-professionist .service_search_field,
  .single-servizio .service_search_field,
  .page-template-professionists-page .service_search_field,
  .page-template-courses-page .service_search_field,
  .single-ap-course .service_search_field,
  .page-template-contact-page .service_search_field,
  .page-id-1291 .service_search_field,
  .page-template-news-page .service_search_field,
  .page-template-search-page .service_search_field,
  .error404 .service_search_field,
  .page-template-newsletter-page .service_search_field {
    width: 96%;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 25px 30px;
    background: #6500c8;
    margin: 0 auto 40px;
    background: url(../img/service-search-background.png), -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: url(../img/service-search-background.png), -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: url(../img/service-search-background.png), linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6500c8', endColorstr='#3b82f6', GradientType=1); }
    .single-thematic-area .service_search_field .col-md-5,
    .single-professionist .service_search_field .col-md-5,
    .single-servizio .service_search_field .col-md-5,
    .page-template-professionists-page .service_search_field .col-md-5,
    .page-template-courses-page .service_search_field .col-md-5,
    .single-ap-course .service_search_field .col-md-5,
    .page-template-contact-page .service_search_field .col-md-5,
    .page-id-1291 .service_search_field .col-md-5,
    .page-template-news-page .service_search_field .col-md-5,
    .page-template-search-page .service_search_field .col-md-5,
    .error404 .service_search_field .col-md-5,
    .page-template-newsletter-page .service_search_field .col-md-5 {
      display: flex;
      align-items: center; }
      .single-thematic-area .service_search_field .col-md-5 span,
      .single-professionist .service_search_field .col-md-5 span,
      .single-servizio .service_search_field .col-md-5 span,
      .page-template-professionists-page .service_search_field .col-md-5 span,
      .page-template-courses-page .service_search_field .col-md-5 span,
      .single-ap-course .service_search_field .col-md-5 span,
      .page-template-contact-page .service_search_field .col-md-5 span,
      .page-id-1291 .service_search_field .col-md-5 span,
      .page-template-news-page .service_search_field .col-md-5 span,
      .page-template-search-page .service_search_field .col-md-5 span,
      .error404 .service_search_field .col-md-5 span,
      .page-template-newsletter-page .service_search_field .col-md-5 span {
        width: 50px;
        height: 50px;
        background-image: url(../img/info-white-icon.svg);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: left center;
        display: block; }
      .single-thematic-area .service_search_field .col-md-5 p,
      .single-professionist .service_search_field .col-md-5 p,
      .single-servizio .service_search_field .col-md-5 p,
      .page-template-professionists-page .service_search_field .col-md-5 p,
      .page-template-courses-page .service_search_field .col-md-5 p,
      .single-ap-course .service_search_field .col-md-5 p,
      .page-template-contact-page .service_search_field .col-md-5 p,
      .page-id-1291 .service_search_field .col-md-5 p,
      .page-template-news-page .service_search_field .col-md-5 p,
      .page-template-search-page .service_search_field .col-md-5 p,
      .error404 .service_search_field .col-md-5 p,
      .page-template-newsletter-page .service_search_field .col-md-5 p {
        width: calc(100% - 50px);
        margin: 0;
        font-size: 14px;
        color: #fff; }
    .single-thematic-area .service_search_field .col-md-7,
    .single-professionist .service_search_field .col-md-7,
    .single-servizio .service_search_field .col-md-7,
    .page-template-professionists-page .service_search_field .col-md-7,
    .page-template-courses-page .service_search_field .col-md-7,
    .single-ap-course .service_search_field .col-md-7,
    .page-template-contact-page .service_search_field .col-md-7,
    .page-id-1291 .service_search_field .col-md-7,
    .page-template-news-page .service_search_field .col-md-7,
    .page-template-search-page .service_search_field .col-md-7,
    .error404 .service_search_field .col-md-7,
    .page-template-newsletter-page .service_search_field .col-md-7 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0; }
      .single-thematic-area .service_search_field .col-md-7 .ap-submit-button,
      .single-professionist .service_search_field .col-md-7 .ap-submit-button,
      .single-servizio .service_search_field .col-md-7 .ap-submit-button,
      .page-template-professionists-page .service_search_field .col-md-7 .ap-submit-button,
      .page-template-courses-page .service_search_field .col-md-7 .ap-submit-button,
      .single-ap-course .service_search_field .col-md-7 .ap-submit-button,
      .page-template-contact-page .service_search_field .col-md-7 .ap-submit-button,
      .page-id-1291 .service_search_field .col-md-7 .ap-submit-button,
      .page-template-news-page .service_search_field .col-md-7 .ap-submit-button,
      .page-template-search-page .service_search_field .col-md-7 .ap-submit-button,
      .error404 .service_search_field .col-md-7 .ap-submit-button,
      .page-template-newsletter-page .service_search_field .col-md-7 .ap-submit-button {
        padding: 0 50px 0 23px;
        height: 50px;
        text-align: left;
        background-color: #fff;
        background-image: url(../img/search-purple-icon.svg);
        background-position: calc(100% - 20px) center;
        background-repeat: no-repeat;
        background-size: auto 50%;
        width: 150px;
        box-sizing: border-box;
        color: #6501C7;
        font-size: 18px;
        font-weight: 900;
        font-family: Montserrat, "Helvetica Neue", sans-serif;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
        .single-thematic-area .service_search_field .col-md-7 .ap-submit-button:hover,
        .single-professionist .service_search_field .col-md-7 .ap-submit-button:hover,
        .single-servizio .service_search_field .col-md-7 .ap-submit-button:hover,
        .page-template-professionists-page .service_search_field .col-md-7 .ap-submit-button:hover,
        .page-template-courses-page .service_search_field .col-md-7 .ap-submit-button:hover,
        .single-ap-course .service_search_field .col-md-7 .ap-submit-button:hover,
        .page-template-contact-page .service_search_field .col-md-7 .ap-submit-button:hover,
        .page-id-1291 .service_search_field .col-md-7 .ap-submit-button:hover,
        .page-template-news-page .service_search_field .col-md-7 .ap-submit-button:hover,
        .page-template-search-page .service_search_field .col-md-7 .ap-submit-button:hover,
        .error404 .service_search_field .col-md-7 .ap-submit-button:hover,
        .page-template-newsletter-page .service_search_field .col-md-7 .ap-submit-button:hover {
          background-color: #d8d8d8 !important; }
      .single-thematic-area .service_search_field .col-md-7 input,
      .single-professionist .service_search_field .col-md-7 input,
      .single-servizio .service_search_field .col-md-7 input,
      .page-template-professionists-page .service_search_field .col-md-7 input,
      .page-template-courses-page .service_search_field .col-md-7 input,
      .single-ap-course .service_search_field .col-md-7 input,
      .page-template-contact-page .service_search_field .col-md-7 input,
      .page-id-1291 .service_search_field .col-md-7 input,
      .page-template-news-page .service_search_field .col-md-7 input,
      .page-template-search-page .service_search_field .col-md-7 input,
      .error404 .service_search_field .col-md-7 input,
      .page-template-newsletter-page .service_search_field .col-md-7 input {
        width: calc(100% - 167px);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        background-color: transparent;
        border: 1px solid #ffffff;
        height: 48px;
        color: #fff;
        font-weight: 900; }
        .single-thematic-area .service_search_field .col-md-7 input::-webkit-input-placeholder, .single-thematic-area .service_search_field .col-md-7 input:-moz-placeholder, .single-thematic-area .service_search_field .col-md-7 input::-moz-placeholder, .single-thematic-area .service_search_field .col-md-7 input:-ms-input-placeholder,
        .single-professionist .service_search_field .col-md-7 input::-webkit-input-placeholder,
        .single-professionist .service_search_field .col-md-7 input:-moz-placeholder,
        .single-professionist .service_search_field .col-md-7 input::-moz-placeholder,
        .single-professionist .service_search_field .col-md-7 input:-ms-input-placeholder,
        .single-servizio .service_search_field .col-md-7 input::-webkit-input-placeholder,
        .single-servizio .service_search_field .col-md-7 input:-moz-placeholder,
        .single-servizio .service_search_field .col-md-7 input::-moz-placeholder,
        .single-servizio .service_search_field .col-md-7 input:-ms-input-placeholder,
        .page-template-professionists-page .service_search_field .col-md-7 input::-webkit-input-placeholder,
        .page-template-professionists-page .service_search_field .col-md-7 input:-moz-placeholder,
        .page-template-professionists-page .service_search_field .col-md-7 input::-moz-placeholder,
        .page-template-professionists-page .service_search_field .col-md-7 input:-ms-input-placeholder,
        .page-template-courses-page .service_search_field .col-md-7 input::-webkit-input-placeholder,
        .page-template-courses-page .service_search_field .col-md-7 input:-moz-placeholder,
        .page-template-courses-page .service_search_field .col-md-7 input::-moz-placeholder,
        .page-template-courses-page .service_search_field .col-md-7 input:-ms-input-placeholder,
        .single-ap-course .service_search_field .col-md-7 input::-webkit-input-placeholder,
        .single-ap-course .service_search_field .col-md-7 input:-moz-placeholder,
        .single-ap-course .service_search_field .col-md-7 input::-moz-placeholder,
        .single-ap-course .service_search_field .col-md-7 input:-ms-input-placeholder,
        .page-template-contact-page .service_search_field .col-md-7 input::-webkit-input-placeholder,
        .page-template-contact-page .service_search_field .col-md-7 input:-moz-placeholder,
        .page-template-contact-page .service_search_field .col-md-7 input::-moz-placeholder,
        .page-template-contact-page .service_search_field .col-md-7 input:-ms-input-placeholder,
        .page-id-1291 .service_search_field .col-md-7 input::-webkit-input-placeholder,
        .page-id-1291 .service_search_field .col-md-7 input:-moz-placeholder,
        .page-id-1291 .service_search_field .col-md-7 input::-moz-placeholder,
        .page-id-1291 .service_search_field .col-md-7 input:-ms-input-placeholder,
        .page-template-news-page .service_search_field .col-md-7 input::-webkit-input-placeholder,
        .page-template-news-page .service_search_field .col-md-7 input:-moz-placeholder,
        .page-template-news-page .service_search_field .col-md-7 input::-moz-placeholder,
        .page-template-news-page .service_search_field .col-md-7 input:-ms-input-placeholder,
        .page-template-search-page .service_search_field .col-md-7 input::-webkit-input-placeholder,
        .page-template-search-page .service_search_field .col-md-7 input:-moz-placeholder,
        .page-template-search-page .service_search_field .col-md-7 input::-moz-placeholder,
        .page-template-search-page .service_search_field .col-md-7 input:-ms-input-placeholder,
        .error404 .service_search_field .col-md-7 input::-webkit-input-placeholder,
        .error404 .service_search_field .col-md-7 input:-moz-placeholder,
        .error404 .service_search_field .col-md-7 input::-moz-placeholder,
        .error404 .service_search_field .col-md-7 input:-ms-input-placeholder,
        .page-template-newsletter-page .service_search_field .col-md-7 input::-webkit-input-placeholder,
        .page-template-newsletter-page .service_search_field .col-md-7 input:-moz-placeholder,
        .page-template-newsletter-page .service_search_field .col-md-7 input::-moz-placeholder,
        .page-template-newsletter-page .service_search_field .col-md-7 input:-ms-input-placeholder {
          color: #fff;
          font-weight: 900; }
      .single-thematic-area .service_search_field .col-md-7 input#service_search_field::-webkit-input-placeholder,
      .single-professionist .service_search_field .col-md-7 input#service_search_field::-webkit-input-placeholder,
      .single-servizio .service_search_field .col-md-7 input#service_search_field::-webkit-input-placeholder,
      .page-template-professionists-page .service_search_field .col-md-7 input#service_search_field::-webkit-input-placeholder,
      .page-template-courses-page .service_search_field .col-md-7 input#service_search_field::-webkit-input-placeholder,
      .single-ap-course .service_search_field .col-md-7 input#service_search_field::-webkit-input-placeholder,
      .page-template-contact-page .service_search_field .col-md-7 input#service_search_field::-webkit-input-placeholder,
      .page-id-1291 .service_search_field .col-md-7 input#service_search_field::-webkit-input-placeholder,
      .page-template-news-page .service_search_field .col-md-7 input#service_search_field::-webkit-input-placeholder,
      .page-template-search-page .service_search_field .col-md-7 input#service_search_field::-webkit-input-placeholder,
      .error404 .service_search_field .col-md-7 input#service_search_field::-webkit-input-placeholder,
      .page-template-newsletter-page .service_search_field .col-md-7 input#service_search_field::-webkit-input-placeholder {
        color: #fff;
        font-weight: 900;
        font-size: 18px; }
      .single-thematic-area .service_search_field .col-md-7 input#service_search_field:-ms-input-placeholder,
      .single-professionist .service_search_field .col-md-7 input#service_search_field:-ms-input-placeholder,
      .single-servizio .service_search_field .col-md-7 input#service_search_field:-ms-input-placeholder,
      .page-template-professionists-page .service_search_field .col-md-7 input#service_search_field:-ms-input-placeholder,
      .page-template-courses-page .service_search_field .col-md-7 input#service_search_field:-ms-input-placeholder,
      .single-ap-course .service_search_field .col-md-7 input#service_search_field:-ms-input-placeholder,
      .page-template-contact-page .service_search_field .col-md-7 input#service_search_field:-ms-input-placeholder,
      .page-id-1291 .service_search_field .col-md-7 input#service_search_field:-ms-input-placeholder,
      .page-template-news-page .service_search_field .col-md-7 input#service_search_field:-ms-input-placeholder,
      .page-template-search-page .service_search_field .col-md-7 input#service_search_field:-ms-input-placeholder,
      .error404 .service_search_field .col-md-7 input#service_search_field:-ms-input-placeholder,
      .page-template-newsletter-page .service_search_field .col-md-7 input#service_search_field:-ms-input-placeholder {
        color: #fff;
        font-weight: 900;
        font-size: 18px; }
      .single-thematic-area .service_search_field .col-md-7 input#service_search_field::-moz-placeholder,
      .single-thematic-area .service_search_field .col-md-7 input#service_search_field:-moz-placeholder,
      .single-thematic-area .service_search_field .col-md-7 input#service_search_field::placeholder,
      .single-professionist .service_search_field .col-md-7 input#service_search_field::-moz-placeholder,
      .single-professionist .service_search_field .col-md-7 input#service_search_field:-moz-placeholder,
      .single-professionist .service_search_field .col-md-7 input#service_search_field::placeholder,
      .single-servizio .service_search_field .col-md-7 input#service_search_field::-moz-placeholder,
      .single-servizio .service_search_field .col-md-7 input#service_search_field:-moz-placeholder,
      .single-servizio .service_search_field .col-md-7 input#service_search_field::placeholder,
      .page-template-professionists-page .service_search_field .col-md-7 input#service_search_field::-moz-placeholder,
      .page-template-professionists-page .service_search_field .col-md-7 input#service_search_field:-moz-placeholder,
      .page-template-professionists-page .service_search_field .col-md-7 input#service_search_field::placeholder,
      .page-template-courses-page .service_search_field .col-md-7 input#service_search_field::-moz-placeholder,
      .page-template-courses-page .service_search_field .col-md-7 input#service_search_field:-moz-placeholder,
      .page-template-courses-page .service_search_field .col-md-7 input#service_search_field::placeholder,
      .single-ap-course .service_search_field .col-md-7 input#service_search_field::-moz-placeholder,
      .single-ap-course .service_search_field .col-md-7 input#service_search_field:-moz-placeholder,
      .single-ap-course .service_search_field .col-md-7 input#service_search_field::placeholder,
      .page-template-contact-page .service_search_field .col-md-7 input#service_search_field::-moz-placeholder,
      .page-template-contact-page .service_search_field .col-md-7 input#service_search_field:-moz-placeholder,
      .page-template-contact-page .service_search_field .col-md-7 input#service_search_field::placeholder,
      .page-id-1291 .service_search_field .col-md-7 input#service_search_field::-moz-placeholder,
      .page-id-1291 .service_search_field .col-md-7 input#service_search_field:-moz-placeholder,
      .page-id-1291 .service_search_field .col-md-7 input#service_search_field::placeholder,
      .page-template-news-page .service_search_field .col-md-7 input#service_search_field::-moz-placeholder,
      .page-template-news-page .service_search_field .col-md-7 input#service_search_field:-moz-placeholder,
      .page-template-news-page .service_search_field .col-md-7 input#service_search_field::placeholder,
      .page-template-search-page .service_search_field .col-md-7 input#service_search_field::-moz-placeholder,
      .page-template-search-page .service_search_field .col-md-7 input#service_search_field:-moz-placeholder,
      .page-template-search-page .service_search_field .col-md-7 input#service_search_field::placeholder,
      .error404 .service_search_field .col-md-7 input#service_search_field::-moz-placeholder,
      .error404 .service_search_field .col-md-7 input#service_search_field:-moz-placeholder,
      .error404 .service_search_field .col-md-7 input#service_search_field::placeholder,
      .page-template-newsletter-page .service_search_field .col-md-7 input#service_search_field::-moz-placeholder,
      .page-template-newsletter-page .service_search_field .col-md-7 input#service_search_field:-moz-placeholder,
      .page-template-newsletter-page .service_search_field .col-md-7 input#service_search_field::placeholder {
        color: #fff;
        font-weight: 900;
        font-size: 18px; }
  .single-thematic-area .area_services_container .area_service_column,
  .single-professionist .area_services_container .area_service_column,
  .single-servizio .area_services_container .area_service_column,
  .page-template-professionists-page .area_services_container .area_service_column,
  .page-template-courses-page .area_services_container .area_service_column,
  .single-ap-course .area_services_container .area_service_column,
  .page-template-contact-page .area_services_container .area_service_column,
  .page-id-1291 .area_services_container .area_service_column,
  .page-template-news-page .area_services_container .area_service_column,
  .page-template-search-page .area_services_container .area_service_column,
  .error404 .area_services_container .area_service_column,
  .page-template-newsletter-page .area_services_container .area_service_column {
    min-height: 190px;
    padding: 0 35px !important;
    margin: 35px 0 0;
    font-family: Montserrat, "Helvetica Neue", sans-serif; }
    .single-thematic-area .area_services_container .area_service_column .service_enum,
    .single-professionist .area_services_container .area_service_column .service_enum,
    .single-servizio .area_services_container .area_service_column .service_enum,
    .page-template-professionists-page .area_services_container .area_service_column .service_enum,
    .page-template-courses-page .area_services_container .area_service_column .service_enum,
    .single-ap-course .area_services_container .area_service_column .service_enum,
    .page-template-contact-page .area_services_container .area_service_column .service_enum,
    .page-id-1291 .area_services_container .area_service_column .service_enum,
    .page-template-news-page .area_services_container .area_service_column .service_enum,
    .page-template-search-page .area_services_container .area_service_column .service_enum,
    .error404 .area_services_container .area_service_column .service_enum,
    .page-template-newsletter-page .area_services_container .area_service_column .service_enum {
      margin: 0 0 -6px;
      font-size: 14px;
      line-height: 24px; }
    .single-thematic-area .area_services_container .area_service_column .service_title,
    .single-professionist .area_services_container .area_service_column .service_title,
    .single-servizio .area_services_container .area_service_column .service_title,
    .page-template-professionists-page .area_services_container .area_service_column .service_title,
    .page-template-courses-page .area_services_container .area_service_column .service_title,
    .single-ap-course .area_services_container .area_service_column .service_title,
    .page-template-contact-page .area_services_container .area_service_column .service_title,
    .page-id-1291 .area_services_container .area_service_column .service_title,
    .page-template-news-page .area_services_container .area_service_column .service_title,
    .page-template-search-page .area_services_container .area_service_column .service_title,
    .error404 .area_services_container .area_service_column .service_title,
    .page-template-newsletter-page .area_services_container .area_service_column .service_title {
      font-size: 20px;
      color: #3B82F6;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.23);
      position: relative;
      left: 10px; }
      .single-thematic-area .area_services_container .area_service_column .service_title:hover, .single-thematic-area .area_services_container .area_service_column .service_title:focus,
      .single-professionist .area_services_container .area_service_column .service_title:hover,
      .single-professionist .area_services_container .area_service_column .service_title:focus,
      .single-servizio .area_services_container .area_service_column .service_title:hover,
      .single-servizio .area_services_container .area_service_column .service_title:focus,
      .page-template-professionists-page .area_services_container .area_service_column .service_title:hover,
      .page-template-professionists-page .area_services_container .area_service_column .service_title:focus,
      .page-template-courses-page .area_services_container .area_service_column .service_title:hover,
      .page-template-courses-page .area_services_container .area_service_column .service_title:focus,
      .single-ap-course .area_services_container .area_service_column .service_title:hover,
      .single-ap-course .area_services_container .area_service_column .service_title:focus,
      .page-template-contact-page .area_services_container .area_service_column .service_title:hover,
      .page-template-contact-page .area_services_container .area_service_column .service_title:focus,
      .page-id-1291 .area_services_container .area_service_column .service_title:hover,
      .page-id-1291 .area_services_container .area_service_column .service_title:focus,
      .page-template-news-page .area_services_container .area_service_column .service_title:hover,
      .page-template-news-page .area_services_container .area_service_column .service_title:focus,
      .page-template-search-page .area_services_container .area_service_column .service_title:hover,
      .page-template-search-page .area_services_container .area_service_column .service_title:focus,
      .error404 .area_services_container .area_service_column .service_title:hover,
      .error404 .area_services_container .area_service_column .service_title:focus,
      .page-template-newsletter-page .area_services_container .area_service_column .service_title:hover,
      .page-template-newsletter-page .area_services_container .area_service_column .service_title:focus {
        text-decoration: none; }
    .single-thematic-area .area_services_container .area_service_column .service_excerpt,
    .single-professionist .area_services_container .area_service_column .service_excerpt,
    .single-servizio .area_services_container .area_service_column .service_excerpt,
    .page-template-professionists-page .area_services_container .area_service_column .service_excerpt,
    .page-template-courses-page .area_services_container .area_service_column .service_excerpt,
    .single-ap-course .area_services_container .area_service_column .service_excerpt,
    .page-template-contact-page .area_services_container .area_service_column .service_excerpt,
    .page-id-1291 .area_services_container .area_service_column .service_excerpt,
    .page-template-news-page .area_services_container .area_service_column .service_excerpt,
    .page-template-search-page .area_services_container .area_service_column .service_excerpt,
    .error404 .area_services_container .area_service_column .service_excerpt,
    .page-template-newsletter-page .area_services_container .area_service_column .service_excerpt {
      font-size: 14px;
      line-height: 24px;
      margin: 18px 0 0 10px; }
    .single-thematic-area .area_services_container .area_service_column .read_more_link,
    .single-professionist .area_services_container .area_service_column .read_more_link,
    .single-servizio .area_services_container .area_service_column .read_more_link,
    .page-template-professionists-page .area_services_container .area_service_column .read_more_link,
    .page-template-courses-page .area_services_container .area_service_column .read_more_link,
    .single-ap-course .area_services_container .area_service_column .read_more_link,
    .page-template-contact-page .area_services_container .area_service_column .read_more_link,
    .page-id-1291 .area_services_container .area_service_column .read_more_link,
    .page-template-news-page .area_services_container .area_service_column .read_more_link,
    .page-template-search-page .area_services_container .area_service_column .read_more_link,
    .error404 .area_services_container .area_service_column .read_more_link,
    .page-template-newsletter-page .area_services_container .area_service_column .read_more_link {
      font-size: 0.75rem;
      line-height: 1.6;
      color: #3B82F6;
      padding-right: 25px;
      transition: 0.2s;
      background-image: url(../img/read-more-arrow.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: right center;
      margin: 18px 0 0 10px;
      font-family: 'BrownStd', "Open Sans", sans-serif !important; }
      .single-thematic-area .area_services_container .area_service_column .read_more_link:hover, .single-thematic-area .area_services_container .area_service_column .read_more_link:focus,
      .single-professionist .area_services_container .area_service_column .read_more_link:hover,
      .single-professionist .area_services_container .area_service_column .read_more_link:focus,
      .single-servizio .area_services_container .area_service_column .read_more_link:hover,
      .single-servizio .area_services_container .area_service_column .read_more_link:focus,
      .page-template-professionists-page .area_services_container .area_service_column .read_more_link:hover,
      .page-template-professionists-page .area_services_container .area_service_column .read_more_link:focus,
      .page-template-courses-page .area_services_container .area_service_column .read_more_link:hover,
      .page-template-courses-page .area_services_container .area_service_column .read_more_link:focus,
      .single-ap-course .area_services_container .area_service_column .read_more_link:hover,
      .single-ap-course .area_services_container .area_service_column .read_more_link:focus,
      .page-template-contact-page .area_services_container .area_service_column .read_more_link:hover,
      .page-template-contact-page .area_services_container .area_service_column .read_more_link:focus,
      .page-id-1291 .area_services_container .area_service_column .read_more_link:hover,
      .page-id-1291 .area_services_container .area_service_column .read_more_link:focus,
      .page-template-news-page .area_services_container .area_service_column .read_more_link:hover,
      .page-template-news-page .area_services_container .area_service_column .read_more_link:focus,
      .page-template-search-page .area_services_container .area_service_column .read_more_link:hover,
      .page-template-search-page .area_services_container .area_service_column .read_more_link:focus,
      .error404 .area_services_container .area_service_column .read_more_link:hover,
      .error404 .area_services_container .area_service_column .read_more_link:focus,
      .page-template-newsletter-page .area_services_container .area_service_column .read_more_link:hover,
      .page-template-newsletter-page .area_services_container .area_service_column .read_more_link:focus {
        text-decoration: none;
        padding-right: 30px; }
  .single-thematic-area .area_services_container .area_service_error h1,
  .single-professionist .area_services_container .area_service_error h1,
  .single-servizio .area_services_container .area_service_error h1,
  .page-template-professionists-page .area_services_container .area_service_error h1,
  .page-template-courses-page .area_services_container .area_service_error h1,
  .single-ap-course .area_services_container .area_service_error h1,
  .page-template-contact-page .area_services_container .area_service_error h1,
  .page-id-1291 .area_services_container .area_service_error h1,
  .page-template-news-page .area_services_container .area_service_error h1,
  .page-template-search-page .area_services_container .area_service_error h1,
  .error404 .area_services_container .area_service_error h1,
  .page-template-newsletter-page .area_services_container .area_service_error h1 {
    text-align: center;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 40px;
    margin: 40px 0 180px;
    text-shadow: 0 1px 2px #00000023; }
    .single-thematic-area .area_services_container .area_service_error h1 .term,
    .single-professionist .area_services_container .area_service_error h1 .term,
    .single-servizio .area_services_container .area_service_error h1 .term,
    .page-template-professionists-page .area_services_container .area_service_error h1 .term,
    .page-template-courses-page .area_services_container .area_service_error h1 .term,
    .single-ap-course .area_services_container .area_service_error h1 .term,
    .page-template-contact-page .area_services_container .area_service_error h1 .term,
    .page-id-1291 .area_services_container .area_service_error h1 .term,
    .page-template-news-page .area_services_container .area_service_error h1 .term,
    .page-template-search-page .area_services_container .area_service_error h1 .term,
    .error404 .area_services_container .area_service_error h1 .term,
    .page-template-newsletter-page .area_services_container .area_service_error h1 .term {
      color: #3B82F6; }
    .single-thematic-area .area_services_container .area_service_error h1:before,
    .single-professionist .area_services_container .area_service_error h1:before,
    .single-servizio .area_services_container .area_service_error h1:before,
    .page-template-professionists-page .area_services_container .area_service_error h1:before,
    .page-template-courses-page .area_services_container .area_service_error h1:before,
    .single-ap-course .area_services_container .area_service_error h1:before,
    .page-template-contact-page .area_services_container .area_service_error h1:before,
    .page-id-1291 .area_services_container .area_service_error h1:before,
    .page-template-news-page .area_services_container .area_service_error h1:before,
    .page-template-search-page .area_services_container .area_service_error h1:before,
    .error404 .area_services_container .area_service_error h1:before,
    .page-template-newsletter-page .area_services_container .area_service_error h1:before {
      content: none; }
  .single-thematic-area .professionists_filter_field,
  .single-thematic-area .courses_filter_field,
  .single-thematic-area .posts_filter_field,
  .single-thematic-area .search_filter_field,
  .single-professionist .professionists_filter_field,
  .single-professionist .courses_filter_field,
  .single-professionist .posts_filter_field,
  .single-professionist .search_filter_field,
  .single-servizio .professionists_filter_field,
  .single-servizio .courses_filter_field,
  .single-servizio .posts_filter_field,
  .single-servizio .search_filter_field,
  .page-template-professionists-page .professionists_filter_field,
  .page-template-professionists-page .courses_filter_field,
  .page-template-professionists-page .posts_filter_field,
  .page-template-professionists-page .search_filter_field,
  .page-template-courses-page .professionists_filter_field,
  .page-template-courses-page .courses_filter_field,
  .page-template-courses-page .posts_filter_field,
  .page-template-courses-page .search_filter_field,
  .single-ap-course .professionists_filter_field,
  .single-ap-course .courses_filter_field,
  .single-ap-course .posts_filter_field,
  .single-ap-course .search_filter_field,
  .page-template-contact-page .professionists_filter_field,
  .page-template-contact-page .courses_filter_field,
  .page-template-contact-page .posts_filter_field,
  .page-template-contact-page .search_filter_field,
  .page-id-1291 .professionists_filter_field,
  .page-id-1291 .courses_filter_field,
  .page-id-1291 .posts_filter_field,
  .page-id-1291 .search_filter_field,
  .page-template-news-page .professionists_filter_field,
  .page-template-news-page .courses_filter_field,
  .page-template-news-page .posts_filter_field,
  .page-template-news-page .search_filter_field,
  .page-template-search-page .professionists_filter_field,
  .page-template-search-page .courses_filter_field,
  .page-template-search-page .posts_filter_field,
  .page-template-search-page .search_filter_field,
  .error404 .professionists_filter_field,
  .error404 .courses_filter_field,
  .error404 .posts_filter_field,
  .error404 .search_filter_field,
  .page-template-newsletter-page .professionists_filter_field,
  .page-template-newsletter-page .courses_filter_field,
  .page-template-newsletter-page .posts_filter_field,
  .page-template-newsletter-page .search_filter_field {
    /*width: 96%;
    max-width: 1200px;*/
    box-sizing: border-box;
    padding: 15px 30px;
    background: #6500c8;
    margin: 0 auto 40px;
    background: url(../img/service-search-background.png), -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: url(../img/service-search-background.png), -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: url(../img/service-search-background.png), linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    width: 1620px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1700px;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6500c8', endColorstr='#3b82f6', GradientType=1); }
    .single-thematic-area .professionists_filter_field .col-md-4,
    .single-thematic-area .courses_filter_field .col-md-4,
    .single-thematic-area .posts_filter_field .col-md-4,
    .single-thematic-area .search_filter_field .col-md-4,
    .single-professionist .professionists_filter_field .col-md-4,
    .single-professionist .courses_filter_field .col-md-4,
    .single-professionist .posts_filter_field .col-md-4,
    .single-professionist .search_filter_field .col-md-4,
    .single-servizio .professionists_filter_field .col-md-4,
    .single-servizio .courses_filter_field .col-md-4,
    .single-servizio .posts_filter_field .col-md-4,
    .single-servizio .search_filter_field .col-md-4,
    .page-template-professionists-page .professionists_filter_field .col-md-4,
    .page-template-professionists-page .courses_filter_field .col-md-4,
    .page-template-professionists-page .posts_filter_field .col-md-4,
    .page-template-professionists-page .search_filter_field .col-md-4,
    .page-template-courses-page .professionists_filter_field .col-md-4,
    .page-template-courses-page .courses_filter_field .col-md-4,
    .page-template-courses-page .posts_filter_field .col-md-4,
    .page-template-courses-page .search_filter_field .col-md-4,
    .single-ap-course .professionists_filter_field .col-md-4,
    .single-ap-course .courses_filter_field .col-md-4,
    .single-ap-course .posts_filter_field .col-md-4,
    .single-ap-course .search_filter_field .col-md-4,
    .page-template-contact-page .professionists_filter_field .col-md-4,
    .page-template-contact-page .courses_filter_field .col-md-4,
    .page-template-contact-page .posts_filter_field .col-md-4,
    .page-template-contact-page .search_filter_field .col-md-4,
    .page-id-1291 .professionists_filter_field .col-md-4,
    .page-id-1291 .courses_filter_field .col-md-4,
    .page-id-1291 .posts_filter_field .col-md-4,
    .page-id-1291 .search_filter_field .col-md-4,
    .page-template-news-page .professionists_filter_field .col-md-4,
    .page-template-news-page .courses_filter_field .col-md-4,
    .page-template-news-page .posts_filter_field .col-md-4,
    .page-template-news-page .search_filter_field .col-md-4,
    .page-template-search-page .professionists_filter_field .col-md-4,
    .page-template-search-page .courses_filter_field .col-md-4,
    .page-template-search-page .posts_filter_field .col-md-4,
    .page-template-search-page .search_filter_field .col-md-4,
    .error404 .professionists_filter_field .col-md-4,
    .error404 .courses_filter_field .col-md-4,
    .error404 .posts_filter_field .col-md-4,
    .error404 .search_filter_field .col-md-4,
    .page-template-newsletter-page .professionists_filter_field .col-md-4,
    .page-template-newsletter-page .courses_filter_field .col-md-4,
    .page-template-newsletter-page .posts_filter_field .col-md-4,
    .page-template-newsletter-page .search_filter_field .col-md-4 {
      display: flex;
      align-items: center; }
      .single-thematic-area .professionists_filter_field .col-md-4 span,
      .single-thematic-area .courses_filter_field .col-md-4 span,
      .single-thematic-area .posts_filter_field .col-md-4 span,
      .single-thematic-area .search_filter_field .col-md-4 span,
      .single-professionist .professionists_filter_field .col-md-4 span,
      .single-professionist .courses_filter_field .col-md-4 span,
      .single-professionist .posts_filter_field .col-md-4 span,
      .single-professionist .search_filter_field .col-md-4 span,
      .single-servizio .professionists_filter_field .col-md-4 span,
      .single-servizio .courses_filter_field .col-md-4 span,
      .single-servizio .posts_filter_field .col-md-4 span,
      .single-servizio .search_filter_field .col-md-4 span,
      .page-template-professionists-page .professionists_filter_field .col-md-4 span,
      .page-template-professionists-page .courses_filter_field .col-md-4 span,
      .page-template-professionists-page .posts_filter_field .col-md-4 span,
      .page-template-professionists-page .search_filter_field .col-md-4 span,
      .page-template-courses-page .professionists_filter_field .col-md-4 span,
      .page-template-courses-page .courses_filter_field .col-md-4 span,
      .page-template-courses-page .posts_filter_field .col-md-4 span,
      .page-template-courses-page .search_filter_field .col-md-4 span,
      .single-ap-course .professionists_filter_field .col-md-4 span,
      .single-ap-course .courses_filter_field .col-md-4 span,
      .single-ap-course .posts_filter_field .col-md-4 span,
      .single-ap-course .search_filter_field .col-md-4 span,
      .page-template-contact-page .professionists_filter_field .col-md-4 span,
      .page-template-contact-page .courses_filter_field .col-md-4 span,
      .page-template-contact-page .posts_filter_field .col-md-4 span,
      .page-template-contact-page .search_filter_field .col-md-4 span,
      .page-id-1291 .professionists_filter_field .col-md-4 span,
      .page-id-1291 .courses_filter_field .col-md-4 span,
      .page-id-1291 .posts_filter_field .col-md-4 span,
      .page-id-1291 .search_filter_field .col-md-4 span,
      .page-template-news-page .professionists_filter_field .col-md-4 span,
      .page-template-news-page .courses_filter_field .col-md-4 span,
      .page-template-news-page .posts_filter_field .col-md-4 span,
      .page-template-news-page .search_filter_field .col-md-4 span,
      .page-template-search-page .professionists_filter_field .col-md-4 span,
      .page-template-search-page .courses_filter_field .col-md-4 span,
      .page-template-search-page .posts_filter_field .col-md-4 span,
      .page-template-search-page .search_filter_field .col-md-4 span,
      .error404 .professionists_filter_field .col-md-4 span,
      .error404 .courses_filter_field .col-md-4 span,
      .error404 .posts_filter_field .col-md-4 span,
      .error404 .search_filter_field .col-md-4 span,
      .page-template-newsletter-page .professionists_filter_field .col-md-4 span,
      .page-template-newsletter-page .courses_filter_field .col-md-4 span,
      .page-template-newsletter-page .posts_filter_field .col-md-4 span,
      .page-template-newsletter-page .search_filter_field .col-md-4 span {
        width: 50px;
        height: 50px;
        background-image: url(../img/filter-white-icon.svg);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: left center;
        display: block; }
      .single-thematic-area .professionists_filter_field .col-md-4 p,
      .single-thematic-area .courses_filter_field .col-md-4 p,
      .single-thematic-area .posts_filter_field .col-md-4 p,
      .single-thematic-area .search_filter_field .col-md-4 p,
      .single-professionist .professionists_filter_field .col-md-4 p,
      .single-professionist .courses_filter_field .col-md-4 p,
      .single-professionist .posts_filter_field .col-md-4 p,
      .single-professionist .search_filter_field .col-md-4 p,
      .single-servizio .professionists_filter_field .col-md-4 p,
      .single-servizio .courses_filter_field .col-md-4 p,
      .single-servizio .posts_filter_field .col-md-4 p,
      .single-servizio .search_filter_field .col-md-4 p,
      .page-template-professionists-page .professionists_filter_field .col-md-4 p,
      .page-template-professionists-page .courses_filter_field .col-md-4 p,
      .page-template-professionists-page .posts_filter_field .col-md-4 p,
      .page-template-professionists-page .search_filter_field .col-md-4 p,
      .page-template-courses-page .professionists_filter_field .col-md-4 p,
      .page-template-courses-page .courses_filter_field .col-md-4 p,
      .page-template-courses-page .posts_filter_field .col-md-4 p,
      .page-template-courses-page .search_filter_field .col-md-4 p,
      .single-ap-course .professionists_filter_field .col-md-4 p,
      .single-ap-course .courses_filter_field .col-md-4 p,
      .single-ap-course .posts_filter_field .col-md-4 p,
      .single-ap-course .search_filter_field .col-md-4 p,
      .page-template-contact-page .professionists_filter_field .col-md-4 p,
      .page-template-contact-page .courses_filter_field .col-md-4 p,
      .page-template-contact-page .posts_filter_field .col-md-4 p,
      .page-template-contact-page .search_filter_field .col-md-4 p,
      .page-id-1291 .professionists_filter_field .col-md-4 p,
      .page-id-1291 .courses_filter_field .col-md-4 p,
      .page-id-1291 .posts_filter_field .col-md-4 p,
      .page-id-1291 .search_filter_field .col-md-4 p,
      .page-template-news-page .professionists_filter_field .col-md-4 p,
      .page-template-news-page .courses_filter_field .col-md-4 p,
      .page-template-news-page .posts_filter_field .col-md-4 p,
      .page-template-news-page .search_filter_field .col-md-4 p,
      .page-template-search-page .professionists_filter_field .col-md-4 p,
      .page-template-search-page .courses_filter_field .col-md-4 p,
      .page-template-search-page .posts_filter_field .col-md-4 p,
      .page-template-search-page .search_filter_field .col-md-4 p,
      .error404 .professionists_filter_field .col-md-4 p,
      .error404 .courses_filter_field .col-md-4 p,
      .error404 .posts_filter_field .col-md-4 p,
      .error404 .search_filter_field .col-md-4 p,
      .page-template-newsletter-page .professionists_filter_field .col-md-4 p,
      .page-template-newsletter-page .courses_filter_field .col-md-4 p,
      .page-template-newsletter-page .posts_filter_field .col-md-4 p,
      .page-template-newsletter-page .search_filter_field .col-md-4 p {
        width: calc(100% - 50px);
        margin: 0;
        font-size: 14px;
        color: #fff; }
    .single-thematic-area .professionists_filter_field .col-md-8,
    .single-thematic-area .courses_filter_field .col-md-8,
    .single-thematic-area .posts_filter_field .col-md-8,
    .single-thematic-area .search_filter_field .col-md-8,
    .single-professionist .professionists_filter_field .col-md-8,
    .single-professionist .courses_filter_field .col-md-8,
    .single-professionist .posts_filter_field .col-md-8,
    .single-professionist .search_filter_field .col-md-8,
    .single-servizio .professionists_filter_field .col-md-8,
    .single-servizio .courses_filter_field .col-md-8,
    .single-servizio .posts_filter_field .col-md-8,
    .single-servizio .search_filter_field .col-md-8,
    .page-template-professionists-page .professionists_filter_field .col-md-8,
    .page-template-professionists-page .courses_filter_field .col-md-8,
    .page-template-professionists-page .posts_filter_field .col-md-8,
    .page-template-professionists-page .search_filter_field .col-md-8,
    .page-template-courses-page .professionists_filter_field .col-md-8,
    .page-template-courses-page .courses_filter_field .col-md-8,
    .page-template-courses-page .posts_filter_field .col-md-8,
    .page-template-courses-page .search_filter_field .col-md-8,
    .single-ap-course .professionists_filter_field .col-md-8,
    .single-ap-course .courses_filter_field .col-md-8,
    .single-ap-course .posts_filter_field .col-md-8,
    .single-ap-course .search_filter_field .col-md-8,
    .page-template-contact-page .professionists_filter_field .col-md-8,
    .page-template-contact-page .courses_filter_field .col-md-8,
    .page-template-contact-page .posts_filter_field .col-md-8,
    .page-template-contact-page .search_filter_field .col-md-8,
    .page-id-1291 .professionists_filter_field .col-md-8,
    .page-id-1291 .courses_filter_field .col-md-8,
    .page-id-1291 .posts_filter_field .col-md-8,
    .page-id-1291 .search_filter_field .col-md-8,
    .page-template-news-page .professionists_filter_field .col-md-8,
    .page-template-news-page .courses_filter_field .col-md-8,
    .page-template-news-page .posts_filter_field .col-md-8,
    .page-template-news-page .search_filter_field .col-md-8,
    .page-template-search-page .professionists_filter_field .col-md-8,
    .page-template-search-page .courses_filter_field .col-md-8,
    .page-template-search-page .posts_filter_field .col-md-8,
    .page-template-search-page .search_filter_field .col-md-8,
    .error404 .professionists_filter_field .col-md-8,
    .error404 .courses_filter_field .col-md-8,
    .error404 .posts_filter_field .col-md-8,
    .error404 .search_filter_field .col-md-8,
    .page-template-newsletter-page .professionists_filter_field .col-md-8,
    .page-template-newsletter-page .courses_filter_field .col-md-8,
    .page-template-newsletter-page .posts_filter_field .col-md-8,
    .page-template-newsletter-page .search_filter_field .col-md-8 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0; }
      .single-thematic-area .professionists_filter_field .col-md-8 ul,
      .single-thematic-area .courses_filter_field .col-md-8 ul,
      .single-thematic-area .posts_filter_field .col-md-8 ul,
      .single-thematic-area .search_filter_field .col-md-8 ul,
      .single-professionist .professionists_filter_field .col-md-8 ul,
      .single-professionist .courses_filter_field .col-md-8 ul,
      .single-professionist .posts_filter_field .col-md-8 ul,
      .single-professionist .search_filter_field .col-md-8 ul,
      .single-servizio .professionists_filter_field .col-md-8 ul,
      .single-servizio .courses_filter_field .col-md-8 ul,
      .single-servizio .posts_filter_field .col-md-8 ul,
      .single-servizio .search_filter_field .col-md-8 ul,
      .page-template-professionists-page .professionists_filter_field .col-md-8 ul,
      .page-template-professionists-page .courses_filter_field .col-md-8 ul,
      .page-template-professionists-page .posts_filter_field .col-md-8 ul,
      .page-template-professionists-page .search_filter_field .col-md-8 ul,
      .page-template-courses-page .professionists_filter_field .col-md-8 ul,
      .page-template-courses-page .courses_filter_field .col-md-8 ul,
      .page-template-courses-page .posts_filter_field .col-md-8 ul,
      .page-template-courses-page .search_filter_field .col-md-8 ul,
      .single-ap-course .professionists_filter_field .col-md-8 ul,
      .single-ap-course .courses_filter_field .col-md-8 ul,
      .single-ap-course .posts_filter_field .col-md-8 ul,
      .single-ap-course .search_filter_field .col-md-8 ul,
      .page-template-contact-page .professionists_filter_field .col-md-8 ul,
      .page-template-contact-page .courses_filter_field .col-md-8 ul,
      .page-template-contact-page .posts_filter_field .col-md-8 ul,
      .page-template-contact-page .search_filter_field .col-md-8 ul,
      .page-id-1291 .professionists_filter_field .col-md-8 ul,
      .page-id-1291 .courses_filter_field .col-md-8 ul,
      .page-id-1291 .posts_filter_field .col-md-8 ul,
      .page-id-1291 .search_filter_field .col-md-8 ul,
      .page-template-news-page .professionists_filter_field .col-md-8 ul,
      .page-template-news-page .courses_filter_field .col-md-8 ul,
      .page-template-news-page .posts_filter_field .col-md-8 ul,
      .page-template-news-page .search_filter_field .col-md-8 ul,
      .page-template-search-page .professionists_filter_field .col-md-8 ul,
      .page-template-search-page .courses_filter_field .col-md-8 ul,
      .page-template-search-page .posts_filter_field .col-md-8 ul,
      .page-template-search-page .search_filter_field .col-md-8 ul,
      .error404 .professionists_filter_field .col-md-8 ul,
      .error404 .courses_filter_field .col-md-8 ul,
      .error404 .posts_filter_field .col-md-8 ul,
      .error404 .search_filter_field .col-md-8 ul,
      .page-template-newsletter-page .professionists_filter_field .col-md-8 ul,
      .page-template-newsletter-page .courses_filter_field .col-md-8 ul,
      .page-template-newsletter-page .posts_filter_field .col-md-8 ul,
      .page-template-newsletter-page .search_filter_field .col-md-8 ul {
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: left;
        margin: 0;
        padding: 0;
        align-items: center; }
        .single-thematic-area .professionists_filter_field .col-md-8 ul li,
        .single-thematic-area .courses_filter_field .col-md-8 ul li,
        .single-thematic-area .posts_filter_field .col-md-8 ul li,
        .single-thematic-area .search_filter_field .col-md-8 ul li,
        .single-professionist .professionists_filter_field .col-md-8 ul li,
        .single-professionist .courses_filter_field .col-md-8 ul li,
        .single-professionist .posts_filter_field .col-md-8 ul li,
        .single-professionist .search_filter_field .col-md-8 ul li,
        .single-servizio .professionists_filter_field .col-md-8 ul li,
        .single-servizio .courses_filter_field .col-md-8 ul li,
        .single-servizio .posts_filter_field .col-md-8 ul li,
        .single-servizio .search_filter_field .col-md-8 ul li,
        .page-template-professionists-page .professionists_filter_field .col-md-8 ul li,
        .page-template-professionists-page .courses_filter_field .col-md-8 ul li,
        .page-template-professionists-page .posts_filter_field .col-md-8 ul li,
        .page-template-professionists-page .search_filter_field .col-md-8 ul li,
        .page-template-courses-page .professionists_filter_field .col-md-8 ul li,
        .page-template-courses-page .courses_filter_field .col-md-8 ul li,
        .page-template-courses-page .posts_filter_field .col-md-8 ul li,
        .page-template-courses-page .search_filter_field .col-md-8 ul li,
        .single-ap-course .professionists_filter_field .col-md-8 ul li,
        .single-ap-course .courses_filter_field .col-md-8 ul li,
        .single-ap-course .posts_filter_field .col-md-8 ul li,
        .single-ap-course .search_filter_field .col-md-8 ul li,
        .page-template-contact-page .professionists_filter_field .col-md-8 ul li,
        .page-template-contact-page .courses_filter_field .col-md-8 ul li,
        .page-template-contact-page .posts_filter_field .col-md-8 ul li,
        .page-template-contact-page .search_filter_field .col-md-8 ul li,
        .page-id-1291 .professionists_filter_field .col-md-8 ul li,
        .page-id-1291 .courses_filter_field .col-md-8 ul li,
        .page-id-1291 .posts_filter_field .col-md-8 ul li,
        .page-id-1291 .search_filter_field .col-md-8 ul li,
        .page-template-news-page .professionists_filter_field .col-md-8 ul li,
        .page-template-news-page .courses_filter_field .col-md-8 ul li,
        .page-template-news-page .posts_filter_field .col-md-8 ul li,
        .page-template-news-page .search_filter_field .col-md-8 ul li,
        .page-template-search-page .professionists_filter_field .col-md-8 ul li,
        .page-template-search-page .courses_filter_field .col-md-8 ul li,
        .page-template-search-page .posts_filter_field .col-md-8 ul li,
        .page-template-search-page .search_filter_field .col-md-8 ul li,
        .error404 .professionists_filter_field .col-md-8 ul li,
        .error404 .courses_filter_field .col-md-8 ul li,
        .error404 .posts_filter_field .col-md-8 ul li,
        .error404 .search_filter_field .col-md-8 ul li,
        .page-template-newsletter-page .professionists_filter_field .col-md-8 ul li,
        .page-template-newsletter-page .courses_filter_field .col-md-8 ul li,
        .page-template-newsletter-page .posts_filter_field .col-md-8 ul li,
        .page-template-newsletter-page .search_filter_field .col-md-8 ul li {
          line-height: 1;
          padding-right: 20px;
          position: relative; }
          .single-thematic-area .professionists_filter_field .col-md-8 ul li button, .single-thematic-area .professionists_filter_field .col-md-8 ul li a,
          .single-thematic-area .courses_filter_field .col-md-8 ul li button,
          .single-thematic-area .courses_filter_field .col-md-8 ul li a,
          .single-thematic-area .posts_filter_field .col-md-8 ul li button,
          .single-thematic-area .posts_filter_field .col-md-8 ul li a,
          .single-thematic-area .search_filter_field .col-md-8 ul li button,
          .single-thematic-area .search_filter_field .col-md-8 ul li a,
          .single-professionist .professionists_filter_field .col-md-8 ul li button,
          .single-professionist .professionists_filter_field .col-md-8 ul li a,
          .single-professionist .courses_filter_field .col-md-8 ul li button,
          .single-professionist .courses_filter_field .col-md-8 ul li a,
          .single-professionist .posts_filter_field .col-md-8 ul li button,
          .single-professionist .posts_filter_field .col-md-8 ul li a,
          .single-professionist .search_filter_field .col-md-8 ul li button,
          .single-professionist .search_filter_field .col-md-8 ul li a,
          .single-servizio .professionists_filter_field .col-md-8 ul li button,
          .single-servizio .professionists_filter_field .col-md-8 ul li a,
          .single-servizio .courses_filter_field .col-md-8 ul li button,
          .single-servizio .courses_filter_field .col-md-8 ul li a,
          .single-servizio .posts_filter_field .col-md-8 ul li button,
          .single-servizio .posts_filter_field .col-md-8 ul li a,
          .single-servizio .search_filter_field .col-md-8 ul li button,
          .single-servizio .search_filter_field .col-md-8 ul li a,
          .page-template-professionists-page .professionists_filter_field .col-md-8 ul li button,
          .page-template-professionists-page .professionists_filter_field .col-md-8 ul li a,
          .page-template-professionists-page .courses_filter_field .col-md-8 ul li button,
          .page-template-professionists-page .courses_filter_field .col-md-8 ul li a,
          .page-template-professionists-page .posts_filter_field .col-md-8 ul li button,
          .page-template-professionists-page .posts_filter_field .col-md-8 ul li a,
          .page-template-professionists-page .search_filter_field .col-md-8 ul li button,
          .page-template-professionists-page .search_filter_field .col-md-8 ul li a,
          .page-template-courses-page .professionists_filter_field .col-md-8 ul li button,
          .page-template-courses-page .professionists_filter_field .col-md-8 ul li a,
          .page-template-courses-page .courses_filter_field .col-md-8 ul li button,
          .page-template-courses-page .courses_filter_field .col-md-8 ul li a,
          .page-template-courses-page .posts_filter_field .col-md-8 ul li button,
          .page-template-courses-page .posts_filter_field .col-md-8 ul li a,
          .page-template-courses-page .search_filter_field .col-md-8 ul li button,
          .page-template-courses-page .search_filter_field .col-md-8 ul li a,
          .single-ap-course .professionists_filter_field .col-md-8 ul li button,
          .single-ap-course .professionists_filter_field .col-md-8 ul li a,
          .single-ap-course .courses_filter_field .col-md-8 ul li button,
          .single-ap-course .courses_filter_field .col-md-8 ul li a,
          .single-ap-course .posts_filter_field .col-md-8 ul li button,
          .single-ap-course .posts_filter_field .col-md-8 ul li a,
          .single-ap-course .search_filter_field .col-md-8 ul li button,
          .single-ap-course .search_filter_field .col-md-8 ul li a,
          .page-template-contact-page .professionists_filter_field .col-md-8 ul li button,
          .page-template-contact-page .professionists_filter_field .col-md-8 ul li a,
          .page-template-contact-page .courses_filter_field .col-md-8 ul li button,
          .page-template-contact-page .courses_filter_field .col-md-8 ul li a,
          .page-template-contact-page .posts_filter_field .col-md-8 ul li button,
          .page-template-contact-page .posts_filter_field .col-md-8 ul li a,
          .page-template-contact-page .search_filter_field .col-md-8 ul li button,
          .page-template-contact-page .search_filter_field .col-md-8 ul li a,
          .page-id-1291 .professionists_filter_field .col-md-8 ul li button,
          .page-id-1291 .professionists_filter_field .col-md-8 ul li a,
          .page-id-1291 .courses_filter_field .col-md-8 ul li button,
          .page-id-1291 .courses_filter_field .col-md-8 ul li a,
          .page-id-1291 .posts_filter_field .col-md-8 ul li button,
          .page-id-1291 .posts_filter_field .col-md-8 ul li a,
          .page-id-1291 .search_filter_field .col-md-8 ul li button,
          .page-id-1291 .search_filter_field .col-md-8 ul li a,
          .page-template-news-page .professionists_filter_field .col-md-8 ul li button,
          .page-template-news-page .professionists_filter_field .col-md-8 ul li a,
          .page-template-news-page .courses_filter_field .col-md-8 ul li button,
          .page-template-news-page .courses_filter_field .col-md-8 ul li a,
          .page-template-news-page .posts_filter_field .col-md-8 ul li button,
          .page-template-news-page .posts_filter_field .col-md-8 ul li a,
          .page-template-news-page .search_filter_field .col-md-8 ul li button,
          .page-template-news-page .search_filter_field .col-md-8 ul li a,
          .page-template-search-page .professionists_filter_field .col-md-8 ul li button,
          .page-template-search-page .professionists_filter_field .col-md-8 ul li a,
          .page-template-search-page .courses_filter_field .col-md-8 ul li button,
          .page-template-search-page .courses_filter_field .col-md-8 ul li a,
          .page-template-search-page .posts_filter_field .col-md-8 ul li button,
          .page-template-search-page .posts_filter_field .col-md-8 ul li a,
          .page-template-search-page .search_filter_field .col-md-8 ul li button,
          .page-template-search-page .search_filter_field .col-md-8 ul li a,
          .error404 .professionists_filter_field .col-md-8 ul li button,
          .error404 .professionists_filter_field .col-md-8 ul li a,
          .error404 .courses_filter_field .col-md-8 ul li button,
          .error404 .courses_filter_field .col-md-8 ul li a,
          .error404 .posts_filter_field .col-md-8 ul li button,
          .error404 .posts_filter_field .col-md-8 ul li a,
          .error404 .search_filter_field .col-md-8 ul li button,
          .error404 .search_filter_field .col-md-8 ul li a,
          .page-template-newsletter-page .professionists_filter_field .col-md-8 ul li button,
          .page-template-newsletter-page .professionists_filter_field .col-md-8 ul li a,
          .page-template-newsletter-page .courses_filter_field .col-md-8 ul li button,
          .page-template-newsletter-page .courses_filter_field .col-md-8 ul li a,
          .page-template-newsletter-page .posts_filter_field .col-md-8 ul li button,
          .page-template-newsletter-page .posts_filter_field .col-md-8 ul li a,
          .page-template-newsletter-page .search_filter_field .col-md-8 ul li button,
          .page-template-newsletter-page .search_filter_field .col-md-8 ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 35px;
            padding: 0 12px;
            font-size: 12px;
            letter-spacing: 1px;
            font-weight: 700;
            border-radius: 2px;
            background-color: transparent;
            color: #fff;
            text-transform: uppercase; }
            .single-thematic-area .professionists_filter_field .col-md-8 ul li button:hover, .single-thematic-area .professionists_filter_field .col-md-8 ul li button:focus, .single-thematic-area .professionists_filter_field .col-md-8 ul li a:hover, .single-thematic-area .professionists_filter_field .col-md-8 ul li a:focus,
            .single-thematic-area .courses_filter_field .col-md-8 ul li button:hover,
            .single-thematic-area .courses_filter_field .col-md-8 ul li button:focus,
            .single-thematic-area .courses_filter_field .col-md-8 ul li a:hover,
            .single-thematic-area .courses_filter_field .col-md-8 ul li a:focus,
            .single-thematic-area .posts_filter_field .col-md-8 ul li button:hover,
            .single-thematic-area .posts_filter_field .col-md-8 ul li button:focus,
            .single-thematic-area .posts_filter_field .col-md-8 ul li a:hover,
            .single-thematic-area .posts_filter_field .col-md-8 ul li a:focus,
            .single-thematic-area .search_filter_field .col-md-8 ul li button:hover,
            .single-thematic-area .search_filter_field .col-md-8 ul li button:focus,
            .single-thematic-area .search_filter_field .col-md-8 ul li a:hover,
            .single-thematic-area .search_filter_field .col-md-8 ul li a:focus,
            .single-professionist .professionists_filter_field .col-md-8 ul li button:hover,
            .single-professionist .professionists_filter_field .col-md-8 ul li button:focus,
            .single-professionist .professionists_filter_field .col-md-8 ul li a:hover,
            .single-professionist .professionists_filter_field .col-md-8 ul li a:focus,
            .single-professionist .courses_filter_field .col-md-8 ul li button:hover,
            .single-professionist .courses_filter_field .col-md-8 ul li button:focus,
            .single-professionist .courses_filter_field .col-md-8 ul li a:hover,
            .single-professionist .courses_filter_field .col-md-8 ul li a:focus,
            .single-professionist .posts_filter_field .col-md-8 ul li button:hover,
            .single-professionist .posts_filter_field .col-md-8 ul li button:focus,
            .single-professionist .posts_filter_field .col-md-8 ul li a:hover,
            .single-professionist .posts_filter_field .col-md-8 ul li a:focus,
            .single-professionist .search_filter_field .col-md-8 ul li button:hover,
            .single-professionist .search_filter_field .col-md-8 ul li button:focus,
            .single-professionist .search_filter_field .col-md-8 ul li a:hover,
            .single-professionist .search_filter_field .col-md-8 ul li a:focus,
            .single-servizio .professionists_filter_field .col-md-8 ul li button:hover,
            .single-servizio .professionists_filter_field .col-md-8 ul li button:focus,
            .single-servizio .professionists_filter_field .col-md-8 ul li a:hover,
            .single-servizio .professionists_filter_field .col-md-8 ul li a:focus,
            .single-servizio .courses_filter_field .col-md-8 ul li button:hover,
            .single-servizio .courses_filter_field .col-md-8 ul li button:focus,
            .single-servizio .courses_filter_field .col-md-8 ul li a:hover,
            .single-servizio .courses_filter_field .col-md-8 ul li a:focus,
            .single-servizio .posts_filter_field .col-md-8 ul li button:hover,
            .single-servizio .posts_filter_field .col-md-8 ul li button:focus,
            .single-servizio .posts_filter_field .col-md-8 ul li a:hover,
            .single-servizio .posts_filter_field .col-md-8 ul li a:focus,
            .single-servizio .search_filter_field .col-md-8 ul li button:hover,
            .single-servizio .search_filter_field .col-md-8 ul li button:focus,
            .single-servizio .search_filter_field .col-md-8 ul li a:hover,
            .single-servizio .search_filter_field .col-md-8 ul li a:focus,
            .page-template-professionists-page .professionists_filter_field .col-md-8 ul li button:hover,
            .page-template-professionists-page .professionists_filter_field .col-md-8 ul li button:focus,
            .page-template-professionists-page .professionists_filter_field .col-md-8 ul li a:hover,
            .page-template-professionists-page .professionists_filter_field .col-md-8 ul li a:focus,
            .page-template-professionists-page .courses_filter_field .col-md-8 ul li button:hover,
            .page-template-professionists-page .courses_filter_field .col-md-8 ul li button:focus,
            .page-template-professionists-page .courses_filter_field .col-md-8 ul li a:hover,
            .page-template-professionists-page .courses_filter_field .col-md-8 ul li a:focus,
            .page-template-professionists-page .posts_filter_field .col-md-8 ul li button:hover,
            .page-template-professionists-page .posts_filter_field .col-md-8 ul li button:focus,
            .page-template-professionists-page .posts_filter_field .col-md-8 ul li a:hover,
            .page-template-professionists-page .posts_filter_field .col-md-8 ul li a:focus,
            .page-template-professionists-page .search_filter_field .col-md-8 ul li button:hover,
            .page-template-professionists-page .search_filter_field .col-md-8 ul li button:focus,
            .page-template-professionists-page .search_filter_field .col-md-8 ul li a:hover,
            .page-template-professionists-page .search_filter_field .col-md-8 ul li a:focus,
            .page-template-courses-page .professionists_filter_field .col-md-8 ul li button:hover,
            .page-template-courses-page .professionists_filter_field .col-md-8 ul li button:focus,
            .page-template-courses-page .professionists_filter_field .col-md-8 ul li a:hover,
            .page-template-courses-page .professionists_filter_field .col-md-8 ul li a:focus,
            .page-template-courses-page .courses_filter_field .col-md-8 ul li button:hover,
            .page-template-courses-page .courses_filter_field .col-md-8 ul li button:focus,
            .page-template-courses-page .courses_filter_field .col-md-8 ul li a:hover,
            .page-template-courses-page .courses_filter_field .col-md-8 ul li a:focus,
            .page-template-courses-page .posts_filter_field .col-md-8 ul li button:hover,
            .page-template-courses-page .posts_filter_field .col-md-8 ul li button:focus,
            .page-template-courses-page .posts_filter_field .col-md-8 ul li a:hover,
            .page-template-courses-page .posts_filter_field .col-md-8 ul li a:focus,
            .page-template-courses-page .search_filter_field .col-md-8 ul li button:hover,
            .page-template-courses-page .search_filter_field .col-md-8 ul li button:focus,
            .page-template-courses-page .search_filter_field .col-md-8 ul li a:hover,
            .page-template-courses-page .search_filter_field .col-md-8 ul li a:focus,
            .single-ap-course .professionists_filter_field .col-md-8 ul li button:hover,
            .single-ap-course .professionists_filter_field .col-md-8 ul li button:focus,
            .single-ap-course .professionists_filter_field .col-md-8 ul li a:hover,
            .single-ap-course .professionists_filter_field .col-md-8 ul li a:focus,
            .single-ap-course .courses_filter_field .col-md-8 ul li button:hover,
            .single-ap-course .courses_filter_field .col-md-8 ul li button:focus,
            .single-ap-course .courses_filter_field .col-md-8 ul li a:hover,
            .single-ap-course .courses_filter_field .col-md-8 ul li a:focus,
            .single-ap-course .posts_filter_field .col-md-8 ul li button:hover,
            .single-ap-course .posts_filter_field .col-md-8 ul li button:focus,
            .single-ap-course .posts_filter_field .col-md-8 ul li a:hover,
            .single-ap-course .posts_filter_field .col-md-8 ul li a:focus,
            .single-ap-course .search_filter_field .col-md-8 ul li button:hover,
            .single-ap-course .search_filter_field .col-md-8 ul li button:focus,
            .single-ap-course .search_filter_field .col-md-8 ul li a:hover,
            .single-ap-course .search_filter_field .col-md-8 ul li a:focus,
            .page-template-contact-page .professionists_filter_field .col-md-8 ul li button:hover,
            .page-template-contact-page .professionists_filter_field .col-md-8 ul li button:focus,
            .page-template-contact-page .professionists_filter_field .col-md-8 ul li a:hover,
            .page-template-contact-page .professionists_filter_field .col-md-8 ul li a:focus,
            .page-template-contact-page .courses_filter_field .col-md-8 ul li button:hover,
            .page-template-contact-page .courses_filter_field .col-md-8 ul li button:focus,
            .page-template-contact-page .courses_filter_field .col-md-8 ul li a:hover,
            .page-template-contact-page .courses_filter_field .col-md-8 ul li a:focus,
            .page-template-contact-page .posts_filter_field .col-md-8 ul li button:hover,
            .page-template-contact-page .posts_filter_field .col-md-8 ul li button:focus,
            .page-template-contact-page .posts_filter_field .col-md-8 ul li a:hover,
            .page-template-contact-page .posts_filter_field .col-md-8 ul li a:focus,
            .page-template-contact-page .search_filter_field .col-md-8 ul li button:hover,
            .page-template-contact-page .search_filter_field .col-md-8 ul li button:focus,
            .page-template-contact-page .search_filter_field .col-md-8 ul li a:hover,
            .page-template-contact-page .search_filter_field .col-md-8 ul li a:focus,
            .page-id-1291 .professionists_filter_field .col-md-8 ul li button:hover,
            .page-id-1291 .professionists_filter_field .col-md-8 ul li button:focus,
            .page-id-1291 .professionists_filter_field .col-md-8 ul li a:hover,
            .page-id-1291 .professionists_filter_field .col-md-8 ul li a:focus,
            .page-id-1291 .courses_filter_field .col-md-8 ul li button:hover,
            .page-id-1291 .courses_filter_field .col-md-8 ul li button:focus,
            .page-id-1291 .courses_filter_field .col-md-8 ul li a:hover,
            .page-id-1291 .courses_filter_field .col-md-8 ul li a:focus,
            .page-id-1291 .posts_filter_field .col-md-8 ul li button:hover,
            .page-id-1291 .posts_filter_field .col-md-8 ul li button:focus,
            .page-id-1291 .posts_filter_field .col-md-8 ul li a:hover,
            .page-id-1291 .posts_filter_field .col-md-8 ul li a:focus,
            .page-id-1291 .search_filter_field .col-md-8 ul li button:hover,
            .page-id-1291 .search_filter_field .col-md-8 ul li button:focus,
            .page-id-1291 .search_filter_field .col-md-8 ul li a:hover,
            .page-id-1291 .search_filter_field .col-md-8 ul li a:focus,
            .page-template-news-page .professionists_filter_field .col-md-8 ul li button:hover,
            .page-template-news-page .professionists_filter_field .col-md-8 ul li button:focus,
            .page-template-news-page .professionists_filter_field .col-md-8 ul li a:hover,
            .page-template-news-page .professionists_filter_field .col-md-8 ul li a:focus,
            .page-template-news-page .courses_filter_field .col-md-8 ul li button:hover,
            .page-template-news-page .courses_filter_field .col-md-8 ul li button:focus,
            .page-template-news-page .courses_filter_field .col-md-8 ul li a:hover,
            .page-template-news-page .courses_filter_field .col-md-8 ul li a:focus,
            .page-template-news-page .posts_filter_field .col-md-8 ul li button:hover,
            .page-template-news-page .posts_filter_field .col-md-8 ul li button:focus,
            .page-template-news-page .posts_filter_field .col-md-8 ul li a:hover,
            .page-template-news-page .posts_filter_field .col-md-8 ul li a:focus,
            .page-template-news-page .search_filter_field .col-md-8 ul li button:hover,
            .page-template-news-page .search_filter_field .col-md-8 ul li button:focus,
            .page-template-news-page .search_filter_field .col-md-8 ul li a:hover,
            .page-template-news-page .search_filter_field .col-md-8 ul li a:focus,
            .page-template-search-page .professionists_filter_field .col-md-8 ul li button:hover,
            .page-template-search-page .professionists_filter_field .col-md-8 ul li button:focus,
            .page-template-search-page .professionists_filter_field .col-md-8 ul li a:hover,
            .page-template-search-page .professionists_filter_field .col-md-8 ul li a:focus,
            .page-template-search-page .courses_filter_field .col-md-8 ul li button:hover,
            .page-template-search-page .courses_filter_field .col-md-8 ul li button:focus,
            .page-template-search-page .courses_filter_field .col-md-8 ul li a:hover,
            .page-template-search-page .courses_filter_field .col-md-8 ul li a:focus,
            .page-template-search-page .posts_filter_field .col-md-8 ul li button:hover,
            .page-template-search-page .posts_filter_field .col-md-8 ul li button:focus,
            .page-template-search-page .posts_filter_field .col-md-8 ul li a:hover,
            .page-template-search-page .posts_filter_field .col-md-8 ul li a:focus,
            .page-template-search-page .search_filter_field .col-md-8 ul li button:hover,
            .page-template-search-page .search_filter_field .col-md-8 ul li button:focus,
            .page-template-search-page .search_filter_field .col-md-8 ul li a:hover,
            .page-template-search-page .search_filter_field .col-md-8 ul li a:focus,
            .error404 .professionists_filter_field .col-md-8 ul li button:hover,
            .error404 .professionists_filter_field .col-md-8 ul li button:focus,
            .error404 .professionists_filter_field .col-md-8 ul li a:hover,
            .error404 .professionists_filter_field .col-md-8 ul li a:focus,
            .error404 .courses_filter_field .col-md-8 ul li button:hover,
            .error404 .courses_filter_field .col-md-8 ul li button:focus,
            .error404 .courses_filter_field .col-md-8 ul li a:hover,
            .error404 .courses_filter_field .col-md-8 ul li a:focus,
            .error404 .posts_filter_field .col-md-8 ul li button:hover,
            .error404 .posts_filter_field .col-md-8 ul li button:focus,
            .error404 .posts_filter_field .col-md-8 ul li a:hover,
            .error404 .posts_filter_field .col-md-8 ul li a:focus,
            .error404 .search_filter_field .col-md-8 ul li button:hover,
            .error404 .search_filter_field .col-md-8 ul li button:focus,
            .error404 .search_filter_field .col-md-8 ul li a:hover,
            .error404 .search_filter_field .col-md-8 ul li a:focus,
            .page-template-newsletter-page .professionists_filter_field .col-md-8 ul li button:hover,
            .page-template-newsletter-page .professionists_filter_field .col-md-8 ul li button:focus,
            .page-template-newsletter-page .professionists_filter_field .col-md-8 ul li a:hover,
            .page-template-newsletter-page .professionists_filter_field .col-md-8 ul li a:focus,
            .page-template-newsletter-page .courses_filter_field .col-md-8 ul li button:hover,
            .page-template-newsletter-page .courses_filter_field .col-md-8 ul li button:focus,
            .page-template-newsletter-page .courses_filter_field .col-md-8 ul li a:hover,
            .page-template-newsletter-page .courses_filter_field .col-md-8 ul li a:focus,
            .page-template-newsletter-page .posts_filter_field .col-md-8 ul li button:hover,
            .page-template-newsletter-page .posts_filter_field .col-md-8 ul li button:focus,
            .page-template-newsletter-page .posts_filter_field .col-md-8 ul li a:hover,
            .page-template-newsletter-page .posts_filter_field .col-md-8 ul li a:focus,
            .page-template-newsletter-page .search_filter_field .col-md-8 ul li button:hover,
            .page-template-newsletter-page .search_filter_field .col-md-8 ul li button:focus,
            .page-template-newsletter-page .search_filter_field .col-md-8 ul li a:hover,
            .page-template-newsletter-page .search_filter_field .col-md-8 ul li a:focus {
              text-decoration: none;
              outline: none;
              background-color: rgba(0, 0, 0, 0.2); }
            .single-thematic-area .professionists_filter_field .col-md-8 ul li button.active, .single-thematic-area .professionists_filter_field .col-md-8 ul li a.active,
            .single-thematic-area .courses_filter_field .col-md-8 ul li button.active,
            .single-thematic-area .courses_filter_field .col-md-8 ul li a.active,
            .single-thematic-area .posts_filter_field .col-md-8 ul li button.active,
            .single-thematic-area .posts_filter_field .col-md-8 ul li a.active,
            .single-thematic-area .search_filter_field .col-md-8 ul li button.active,
            .single-thematic-area .search_filter_field .col-md-8 ul li a.active,
            .single-professionist .professionists_filter_field .col-md-8 ul li button.active,
            .single-professionist .professionists_filter_field .col-md-8 ul li a.active,
            .single-professionist .courses_filter_field .col-md-8 ul li button.active,
            .single-professionist .courses_filter_field .col-md-8 ul li a.active,
            .single-professionist .posts_filter_field .col-md-8 ul li button.active,
            .single-professionist .posts_filter_field .col-md-8 ul li a.active,
            .single-professionist .search_filter_field .col-md-8 ul li button.active,
            .single-professionist .search_filter_field .col-md-8 ul li a.active,
            .single-servizio .professionists_filter_field .col-md-8 ul li button.active,
            .single-servizio .professionists_filter_field .col-md-8 ul li a.active,
            .single-servizio .courses_filter_field .col-md-8 ul li button.active,
            .single-servizio .courses_filter_field .col-md-8 ul li a.active,
            .single-servizio .posts_filter_field .col-md-8 ul li button.active,
            .single-servizio .posts_filter_field .col-md-8 ul li a.active,
            .single-servizio .search_filter_field .col-md-8 ul li button.active,
            .single-servizio .search_filter_field .col-md-8 ul li a.active,
            .page-template-professionists-page .professionists_filter_field .col-md-8 ul li button.active,
            .page-template-professionists-page .professionists_filter_field .col-md-8 ul li a.active,
            .page-template-professionists-page .courses_filter_field .col-md-8 ul li button.active,
            .page-template-professionists-page .courses_filter_field .col-md-8 ul li a.active,
            .page-template-professionists-page .posts_filter_field .col-md-8 ul li button.active,
            .page-template-professionists-page .posts_filter_field .col-md-8 ul li a.active,
            .page-template-professionists-page .search_filter_field .col-md-8 ul li button.active,
            .page-template-professionists-page .search_filter_field .col-md-8 ul li a.active,
            .page-template-courses-page .professionists_filter_field .col-md-8 ul li button.active,
            .page-template-courses-page .professionists_filter_field .col-md-8 ul li a.active,
            .page-template-courses-page .courses_filter_field .col-md-8 ul li button.active,
            .page-template-courses-page .courses_filter_field .col-md-8 ul li a.active,
            .page-template-courses-page .posts_filter_field .col-md-8 ul li button.active,
            .page-template-courses-page .posts_filter_field .col-md-8 ul li a.active,
            .page-template-courses-page .search_filter_field .col-md-8 ul li button.active,
            .page-template-courses-page .search_filter_field .col-md-8 ul li a.active,
            .single-ap-course .professionists_filter_field .col-md-8 ul li button.active,
            .single-ap-course .professionists_filter_field .col-md-8 ul li a.active,
            .single-ap-course .courses_filter_field .col-md-8 ul li button.active,
            .single-ap-course .courses_filter_field .col-md-8 ul li a.active,
            .single-ap-course .posts_filter_field .col-md-8 ul li button.active,
            .single-ap-course .posts_filter_field .col-md-8 ul li a.active,
            .single-ap-course .search_filter_field .col-md-8 ul li button.active,
            .single-ap-course .search_filter_field .col-md-8 ul li a.active,
            .page-template-contact-page .professionists_filter_field .col-md-8 ul li button.active,
            .page-template-contact-page .professionists_filter_field .col-md-8 ul li a.active,
            .page-template-contact-page .courses_filter_field .col-md-8 ul li button.active,
            .page-template-contact-page .courses_filter_field .col-md-8 ul li a.active,
            .page-template-contact-page .posts_filter_field .col-md-8 ul li button.active,
            .page-template-contact-page .posts_filter_field .col-md-8 ul li a.active,
            .page-template-contact-page .search_filter_field .col-md-8 ul li button.active,
            .page-template-contact-page .search_filter_field .col-md-8 ul li a.active,
            .page-id-1291 .professionists_filter_field .col-md-8 ul li button.active,
            .page-id-1291 .professionists_filter_field .col-md-8 ul li a.active,
            .page-id-1291 .courses_filter_field .col-md-8 ul li button.active,
            .page-id-1291 .courses_filter_field .col-md-8 ul li a.active,
            .page-id-1291 .posts_filter_field .col-md-8 ul li button.active,
            .page-id-1291 .posts_filter_field .col-md-8 ul li a.active,
            .page-id-1291 .search_filter_field .col-md-8 ul li button.active,
            .page-id-1291 .search_filter_field .col-md-8 ul li a.active,
            .page-template-news-page .professionists_filter_field .col-md-8 ul li button.active,
            .page-template-news-page .professionists_filter_field .col-md-8 ul li a.active,
            .page-template-news-page .courses_filter_field .col-md-8 ul li button.active,
            .page-template-news-page .courses_filter_field .col-md-8 ul li a.active,
            .page-template-news-page .posts_filter_field .col-md-8 ul li button.active,
            .page-template-news-page .posts_filter_field .col-md-8 ul li a.active,
            .page-template-news-page .search_filter_field .col-md-8 ul li button.active,
            .page-template-news-page .search_filter_field .col-md-8 ul li a.active,
            .page-template-search-page .professionists_filter_field .col-md-8 ul li button.active,
            .page-template-search-page .professionists_filter_field .col-md-8 ul li a.active,
            .page-template-search-page .courses_filter_field .col-md-8 ul li button.active,
            .page-template-search-page .courses_filter_field .col-md-8 ul li a.active,
            .page-template-search-page .posts_filter_field .col-md-8 ul li button.active,
            .page-template-search-page .posts_filter_field .col-md-8 ul li a.active,
            .page-template-search-page .search_filter_field .col-md-8 ul li button.active,
            .page-template-search-page .search_filter_field .col-md-8 ul li a.active,
            .error404 .professionists_filter_field .col-md-8 ul li button.active,
            .error404 .professionists_filter_field .col-md-8 ul li a.active,
            .error404 .courses_filter_field .col-md-8 ul li button.active,
            .error404 .courses_filter_field .col-md-8 ul li a.active,
            .error404 .posts_filter_field .col-md-8 ul li button.active,
            .error404 .posts_filter_field .col-md-8 ul li a.active,
            .error404 .search_filter_field .col-md-8 ul li button.active,
            .error404 .search_filter_field .col-md-8 ul li a.active,
            .page-template-newsletter-page .professionists_filter_field .col-md-8 ul li button.active,
            .page-template-newsletter-page .professionists_filter_field .col-md-8 ul li a.active,
            .page-template-newsletter-page .courses_filter_field .col-md-8 ul li button.active,
            .page-template-newsletter-page .courses_filter_field .col-md-8 ul li a.active,
            .page-template-newsletter-page .posts_filter_field .col-md-8 ul li button.active,
            .page-template-newsletter-page .posts_filter_field .col-md-8 ul li a.active,
            .page-template-newsletter-page .search_filter_field .col-md-8 ul li button.active,
            .page-template-newsletter-page .search_filter_field .col-md-8 ul li a.active {
              background-color: #fff;
              color: #3B82F6;
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23); }
              .single-thematic-area .professionists_filter_field .col-md-8 ul li button.active:hover, .single-thematic-area .professionists_filter_field .col-md-8 ul li a.active:hover,
              .single-thematic-area .courses_filter_field .col-md-8 ul li button.active:hover,
              .single-thematic-area .courses_filter_field .col-md-8 ul li a.active:hover,
              .single-thematic-area .posts_filter_field .col-md-8 ul li button.active:hover,
              .single-thematic-area .posts_filter_field .col-md-8 ul li a.active:hover,
              .single-thematic-area .search_filter_field .col-md-8 ul li button.active:hover,
              .single-thematic-area .search_filter_field .col-md-8 ul li a.active:hover,
              .single-professionist .professionists_filter_field .col-md-8 ul li button.active:hover,
              .single-professionist .professionists_filter_field .col-md-8 ul li a.active:hover,
              .single-professionist .courses_filter_field .col-md-8 ul li button.active:hover,
              .single-professionist .courses_filter_field .col-md-8 ul li a.active:hover,
              .single-professionist .posts_filter_field .col-md-8 ul li button.active:hover,
              .single-professionist .posts_filter_field .col-md-8 ul li a.active:hover,
              .single-professionist .search_filter_field .col-md-8 ul li button.active:hover,
              .single-professionist .search_filter_field .col-md-8 ul li a.active:hover,
              .single-servizio .professionists_filter_field .col-md-8 ul li button.active:hover,
              .single-servizio .professionists_filter_field .col-md-8 ul li a.active:hover,
              .single-servizio .courses_filter_field .col-md-8 ul li button.active:hover,
              .single-servizio .courses_filter_field .col-md-8 ul li a.active:hover,
              .single-servizio .posts_filter_field .col-md-8 ul li button.active:hover,
              .single-servizio .posts_filter_field .col-md-8 ul li a.active:hover,
              .single-servizio .search_filter_field .col-md-8 ul li button.active:hover,
              .single-servizio .search_filter_field .col-md-8 ul li a.active:hover,
              .page-template-professionists-page .professionists_filter_field .col-md-8 ul li button.active:hover,
              .page-template-professionists-page .professionists_filter_field .col-md-8 ul li a.active:hover,
              .page-template-professionists-page .courses_filter_field .col-md-8 ul li button.active:hover,
              .page-template-professionists-page .courses_filter_field .col-md-8 ul li a.active:hover,
              .page-template-professionists-page .posts_filter_field .col-md-8 ul li button.active:hover,
              .page-template-professionists-page .posts_filter_field .col-md-8 ul li a.active:hover,
              .page-template-professionists-page .search_filter_field .col-md-8 ul li button.active:hover,
              .page-template-professionists-page .search_filter_field .col-md-8 ul li a.active:hover,
              .page-template-courses-page .professionists_filter_field .col-md-8 ul li button.active:hover,
              .page-template-courses-page .professionists_filter_field .col-md-8 ul li a.active:hover,
              .page-template-courses-page .courses_filter_field .col-md-8 ul li button.active:hover,
              .page-template-courses-page .courses_filter_field .col-md-8 ul li a.active:hover,
              .page-template-courses-page .posts_filter_field .col-md-8 ul li button.active:hover,
              .page-template-courses-page .posts_filter_field .col-md-8 ul li a.active:hover,
              .page-template-courses-page .search_filter_field .col-md-8 ul li button.active:hover,
              .page-template-courses-page .search_filter_field .col-md-8 ul li a.active:hover,
              .single-ap-course .professionists_filter_field .col-md-8 ul li button.active:hover,
              .single-ap-course .professionists_filter_field .col-md-8 ul li a.active:hover,
              .single-ap-course .courses_filter_field .col-md-8 ul li button.active:hover,
              .single-ap-course .courses_filter_field .col-md-8 ul li a.active:hover,
              .single-ap-course .posts_filter_field .col-md-8 ul li button.active:hover,
              .single-ap-course .posts_filter_field .col-md-8 ul li a.active:hover,
              .single-ap-course .search_filter_field .col-md-8 ul li button.active:hover,
              .single-ap-course .search_filter_field .col-md-8 ul li a.active:hover,
              .page-template-contact-page .professionists_filter_field .col-md-8 ul li button.active:hover,
              .page-template-contact-page .professionists_filter_field .col-md-8 ul li a.active:hover,
              .page-template-contact-page .courses_filter_field .col-md-8 ul li button.active:hover,
              .page-template-contact-page .courses_filter_field .col-md-8 ul li a.active:hover,
              .page-template-contact-page .posts_filter_field .col-md-8 ul li button.active:hover,
              .page-template-contact-page .posts_filter_field .col-md-8 ul li a.active:hover,
              .page-template-contact-page .search_filter_field .col-md-8 ul li button.active:hover,
              .page-template-contact-page .search_filter_field .col-md-8 ul li a.active:hover,
              .page-id-1291 .professionists_filter_field .col-md-8 ul li button.active:hover,
              .page-id-1291 .professionists_filter_field .col-md-8 ul li a.active:hover,
              .page-id-1291 .courses_filter_field .col-md-8 ul li button.active:hover,
              .page-id-1291 .courses_filter_field .col-md-8 ul li a.active:hover,
              .page-id-1291 .posts_filter_field .col-md-8 ul li button.active:hover,
              .page-id-1291 .posts_filter_field .col-md-8 ul li a.active:hover,
              .page-id-1291 .search_filter_field .col-md-8 ul li button.active:hover,
              .page-id-1291 .search_filter_field .col-md-8 ul li a.active:hover,
              .page-template-news-page .professionists_filter_field .col-md-8 ul li button.active:hover,
              .page-template-news-page .professionists_filter_field .col-md-8 ul li a.active:hover,
              .page-template-news-page .courses_filter_field .col-md-8 ul li button.active:hover,
              .page-template-news-page .courses_filter_field .col-md-8 ul li a.active:hover,
              .page-template-news-page .posts_filter_field .col-md-8 ul li button.active:hover,
              .page-template-news-page .posts_filter_field .col-md-8 ul li a.active:hover,
              .page-template-news-page .search_filter_field .col-md-8 ul li button.active:hover,
              .page-template-news-page .search_filter_field .col-md-8 ul li a.active:hover,
              .page-template-search-page .professionists_filter_field .col-md-8 ul li button.active:hover,
              .page-template-search-page .professionists_filter_field .col-md-8 ul li a.active:hover,
              .page-template-search-page .courses_filter_field .col-md-8 ul li button.active:hover,
              .page-template-search-page .courses_filter_field .col-md-8 ul li a.active:hover,
              .page-template-search-page .posts_filter_field .col-md-8 ul li button.active:hover,
              .page-template-search-page .posts_filter_field .col-md-8 ul li a.active:hover,
              .page-template-search-page .search_filter_field .col-md-8 ul li button.active:hover,
              .page-template-search-page .search_filter_field .col-md-8 ul li a.active:hover,
              .error404 .professionists_filter_field .col-md-8 ul li button.active:hover,
              .error404 .professionists_filter_field .col-md-8 ul li a.active:hover,
              .error404 .courses_filter_field .col-md-8 ul li button.active:hover,
              .error404 .courses_filter_field .col-md-8 ul li a.active:hover,
              .error404 .posts_filter_field .col-md-8 ul li button.active:hover,
              .error404 .posts_filter_field .col-md-8 ul li a.active:hover,
              .error404 .search_filter_field .col-md-8 ul li button.active:hover,
              .error404 .search_filter_field .col-md-8 ul li a.active:hover,
              .page-template-newsletter-page .professionists_filter_field .col-md-8 ul li button.active:hover,
              .page-template-newsletter-page .professionists_filter_field .col-md-8 ul li a.active:hover,
              .page-template-newsletter-page .courses_filter_field .col-md-8 ul li button.active:hover,
              .page-template-newsletter-page .courses_filter_field .col-md-8 ul li a.active:hover,
              .page-template-newsletter-page .posts_filter_field .col-md-8 ul li button.active:hover,
              .page-template-newsletter-page .posts_filter_field .col-md-8 ul li a.active:hover,
              .page-template-newsletter-page .search_filter_field .col-md-8 ul li button.active:hover,
              .page-template-newsletter-page .search_filter_field .col-md-8 ul li a.active:hover {
                background-color: gainsboro; }
          .single-thematic-area .professionists_filter_field .col-md-8 ul li:after,
          .single-thematic-area .courses_filter_field .col-md-8 ul li:after,
          .single-thematic-area .posts_filter_field .col-md-8 ul li:after,
          .single-thematic-area .search_filter_field .col-md-8 ul li:after,
          .single-professionist .professionists_filter_field .col-md-8 ul li:after,
          .single-professionist .courses_filter_field .col-md-8 ul li:after,
          .single-professionist .posts_filter_field .col-md-8 ul li:after,
          .single-professionist .search_filter_field .col-md-8 ul li:after,
          .single-servizio .professionists_filter_field .col-md-8 ul li:after,
          .single-servizio .courses_filter_field .col-md-8 ul li:after,
          .single-servizio .posts_filter_field .col-md-8 ul li:after,
          .single-servizio .search_filter_field .col-md-8 ul li:after,
          .page-template-professionists-page .professionists_filter_field .col-md-8 ul li:after,
          .page-template-professionists-page .courses_filter_field .col-md-8 ul li:after,
          .page-template-professionists-page .posts_filter_field .col-md-8 ul li:after,
          .page-template-professionists-page .search_filter_field .col-md-8 ul li:after,
          .page-template-courses-page .professionists_filter_field .col-md-8 ul li:after,
          .page-template-courses-page .courses_filter_field .col-md-8 ul li:after,
          .page-template-courses-page .posts_filter_field .col-md-8 ul li:after,
          .page-template-courses-page .search_filter_field .col-md-8 ul li:after,
          .single-ap-course .professionists_filter_field .col-md-8 ul li:after,
          .single-ap-course .courses_filter_field .col-md-8 ul li:after,
          .single-ap-course .posts_filter_field .col-md-8 ul li:after,
          .single-ap-course .search_filter_field .col-md-8 ul li:after,
          .page-template-contact-page .professionists_filter_field .col-md-8 ul li:after,
          .page-template-contact-page .courses_filter_field .col-md-8 ul li:after,
          .page-template-contact-page .posts_filter_field .col-md-8 ul li:after,
          .page-template-contact-page .search_filter_field .col-md-8 ul li:after,
          .page-id-1291 .professionists_filter_field .col-md-8 ul li:after,
          .page-id-1291 .courses_filter_field .col-md-8 ul li:after,
          .page-id-1291 .posts_filter_field .col-md-8 ul li:after,
          .page-id-1291 .search_filter_field .col-md-8 ul li:after,
          .page-template-news-page .professionists_filter_field .col-md-8 ul li:after,
          .page-template-news-page .courses_filter_field .col-md-8 ul li:after,
          .page-template-news-page .posts_filter_field .col-md-8 ul li:after,
          .page-template-news-page .search_filter_field .col-md-8 ul li:after,
          .page-template-search-page .professionists_filter_field .col-md-8 ul li:after,
          .page-template-search-page .courses_filter_field .col-md-8 ul li:after,
          .page-template-search-page .posts_filter_field .col-md-8 ul li:after,
          .page-template-search-page .search_filter_field .col-md-8 ul li:after,
          .error404 .professionists_filter_field .col-md-8 ul li:after,
          .error404 .courses_filter_field .col-md-8 ul li:after,
          .error404 .posts_filter_field .col-md-8 ul li:after,
          .error404 .search_filter_field .col-md-8 ul li:after,
          .page-template-newsletter-page .professionists_filter_field .col-md-8 ul li:after,
          .page-template-newsletter-page .courses_filter_field .col-md-8 ul li:after,
          .page-template-newsletter-page .posts_filter_field .col-md-8 ul li:after,
          .page-template-newsletter-page .search_filter_field .col-md-8 ul li:after {
            content: "/";
            display: block;
            font-size: 20px;
            color: #fff;
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%); }
          .single-thematic-area .professionists_filter_field .col-md-8 ul li:last-of-type:after,
          .single-thematic-area .courses_filter_field .col-md-8 ul li:last-of-type:after,
          .single-thematic-area .posts_filter_field .col-md-8 ul li:last-of-type:after,
          .single-thematic-area .search_filter_field .col-md-8 ul li:last-of-type:after,
          .single-professionist .professionists_filter_field .col-md-8 ul li:last-of-type:after,
          .single-professionist .courses_filter_field .col-md-8 ul li:last-of-type:after,
          .single-professionist .posts_filter_field .col-md-8 ul li:last-of-type:after,
          .single-professionist .search_filter_field .col-md-8 ul li:last-of-type:after,
          .single-servizio .professionists_filter_field .col-md-8 ul li:last-of-type:after,
          .single-servizio .courses_filter_field .col-md-8 ul li:last-of-type:after,
          .single-servizio .posts_filter_field .col-md-8 ul li:last-of-type:after,
          .single-servizio .search_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-professionists-page .professionists_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-professionists-page .courses_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-professionists-page .posts_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-professionists-page .search_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-courses-page .professionists_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-courses-page .courses_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-courses-page .posts_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-courses-page .search_filter_field .col-md-8 ul li:last-of-type:after,
          .single-ap-course .professionists_filter_field .col-md-8 ul li:last-of-type:after,
          .single-ap-course .courses_filter_field .col-md-8 ul li:last-of-type:after,
          .single-ap-course .posts_filter_field .col-md-8 ul li:last-of-type:after,
          .single-ap-course .search_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-contact-page .professionists_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-contact-page .courses_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-contact-page .posts_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-contact-page .search_filter_field .col-md-8 ul li:last-of-type:after,
          .page-id-1291 .professionists_filter_field .col-md-8 ul li:last-of-type:after,
          .page-id-1291 .courses_filter_field .col-md-8 ul li:last-of-type:after,
          .page-id-1291 .posts_filter_field .col-md-8 ul li:last-of-type:after,
          .page-id-1291 .search_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-news-page .professionists_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-news-page .courses_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-news-page .posts_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-news-page .search_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-search-page .professionists_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-search-page .courses_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-search-page .posts_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-search-page .search_filter_field .col-md-8 ul li:last-of-type:after,
          .error404 .professionists_filter_field .col-md-8 ul li:last-of-type:after,
          .error404 .courses_filter_field .col-md-8 ul li:last-of-type:after,
          .error404 .posts_filter_field .col-md-8 ul li:last-of-type:after,
          .error404 .search_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-newsletter-page .professionists_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-newsletter-page .courses_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-newsletter-page .posts_filter_field .col-md-8 ul li:last-of-type:after,
          .page-template-newsletter-page .search_filter_field .col-md-8 ul li:last-of-type:after {
            content: none; }
  .single-thematic-area .professionists_grid_container,
  .single-professionist .professionists_grid_container,
  .single-servizio .professionists_grid_container,
  .page-template-professionists-page .professionists_grid_container,
  .page-template-courses-page .professionists_grid_container,
  .single-ap-course .professionists_grid_container,
  .page-template-contact-page .professionists_grid_container,
  .page-id-1291 .professionists_grid_container,
  .page-template-news-page .professionists_grid_container,
  .page-template-search-page .professionists_grid_container,
  .error404 .professionists_grid_container,
  .page-template-newsletter-page .professionists_grid_container {
    padding: 0 30px; }
    .single-thematic-area .professionists_grid_container .professionist_card_container,
    .single-professionist .professionists_grid_container .professionist_card_container,
    .single-servizio .professionists_grid_container .professionist_card_container,
    .page-template-professionists-page .professionists_grid_container .professionist_card_container,
    .page-template-courses-page .professionists_grid_container .professionist_card_container,
    .single-ap-course .professionists_grid_container .professionist_card_container,
    .page-template-contact-page .professionists_grid_container .professionist_card_container,
    .page-id-1291 .professionists_grid_container .professionist_card_container,
    .page-template-news-page .professionists_grid_container .professionist_card_container,
    .page-template-search-page .professionists_grid_container .professionist_card_container,
    .error404 .professionists_grid_container .professionist_card_container,
    .page-template-newsletter-page .professionists_grid_container .professionist_card_container {
      animation: professionist_card_appear 0.4s ease-in-out;
      font-family: Montserrat, "Helvetica Neue", sans-serif; }
      .single-thematic-area .professionists_grid_container .professionist_card_container .professionist_title,
      .single-professionist .professionists_grid_container .professionist_card_container .professionist_title,
      .single-servizio .professionists_grid_container .professionist_card_container .professionist_title,
      .page-template-professionists-page .professionists_grid_container .professionist_card_container .professionist_title,
      .page-template-courses-page .professionists_grid_container .professionist_card_container .professionist_title,
      .single-ap-course .professionists_grid_container .professionist_card_container .professionist_title,
      .page-template-contact-page .professionists_grid_container .professionist_card_container .professionist_title,
      .page-id-1291 .professionists_grid_container .professionist_card_container .professionist_title,
      .page-template-news-page .professionists_grid_container .professionist_card_container .professionist_title,
      .page-template-search-page .professionists_grid_container .professionist_card_container .professionist_title,
      .error404 .professionists_grid_container .professionist_card_container .professionist_title,
      .page-template-newsletter-page .professionists_grid_container .professionist_card_container .professionist_title {
        font-size: 13px;
        font-weight: 400;
        text-align: center;
        width: 100%;
        color: #222222;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0; }
        .single-thematic-area .professionists_grid_container .professionist_card_container .professionist_title:after,
        .single-professionist .professionists_grid_container .professionist_card_container .professionist_title:after,
        .single-servizio .professionists_grid_container .professionist_card_container .professionist_title:after,
        .page-template-professionists-page .professionists_grid_container .professionist_card_container .professionist_title:after,
        .page-template-courses-page .professionists_grid_container .professionist_card_container .professionist_title:after,
        .single-ap-course .professionists_grid_container .professionist_card_container .professionist_title:after,
        .page-template-contact-page .professionists_grid_container .professionist_card_container .professionist_title:after,
        .page-id-1291 .professionists_grid_container .professionist_card_container .professionist_title:after,
        .page-template-news-page .professionists_grid_container .professionist_card_container .professionist_title:after,
        .page-template-search-page .professionists_grid_container .professionist_card_container .professionist_title:after,
        .error404 .professionists_grid_container .professionist_card_container .professionist_title:after,
        .page-template-newsletter-page .professionists_grid_container .professionist_card_container .professionist_title:after {
          content: "";
          width: 30px;
          height: 2px;
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          margin: 5px 0 20px;
          display: block;
          background: linear-gradient(to left, #3B82F6 30%, #9C38FF 120%); }
      .single-thematic-area .professionists_grid_container .professionist_card_container .img_container,
      .single-professionist .professionists_grid_container .professionist_card_container .img_container,
      .single-servizio .professionists_grid_container .professionist_card_container .img_container,
      .page-template-professionists-page .professionists_grid_container .professionist_card_container .img_container,
      .page-template-courses-page .professionists_grid_container .professionist_card_container .img_container,
      .single-ap-course .professionists_grid_container .professionist_card_container .img_container,
      .page-template-contact-page .professionists_grid_container .professionist_card_container .img_container,
      .page-id-1291 .professionists_grid_container .professionist_card_container .img_container,
      .page-template-news-page .professionists_grid_container .professionist_card_container .img_container,
      .page-template-search-page .professionists_grid_container .professionist_card_container .img_container,
      .error404 .professionists_grid_container .professionist_card_container .img_container,
      .page-template-newsletter-page .professionists_grid_container .professionist_card_container .img_container {
        width: 275px;
        height: 275px;
        margin: 0 auto 10px; }
        .single-thematic-area .professionists_grid_container .professionist_card_container .img_container a,
        .single-professionist .professionists_grid_container .professionist_card_container .img_container a,
        .single-servizio .professionists_grid_container .professionist_card_container .img_container a,
        .page-template-professionists-page .professionists_grid_container .professionist_card_container .img_container a,
        .page-template-courses-page .professionists_grid_container .professionist_card_container .img_container a,
        .single-ap-course .professionists_grid_container .professionist_card_container .img_container a,
        .page-template-contact-page .professionists_grid_container .professionist_card_container .img_container a,
        .page-id-1291 .professionists_grid_container .professionist_card_container .img_container a,
        .page-template-news-page .professionists_grid_container .professionist_card_container .img_container a,
        .page-template-search-page .professionists_grid_container .professionist_card_container .img_container a,
        .error404 .professionists_grid_container .professionist_card_container .img_container a,
        .page-template-newsletter-page .professionists_grid_container .professionist_card_container .img_container a {
          width: 100%;
          height: 100%;
          display: block; }
          .single-thematic-area .professionists_grid_container .professionist_card_container .img_container a img,
          .single-professionist .professionists_grid_container .professionist_card_container .img_container a img,
          .single-servizio .professionists_grid_container .professionist_card_container .img_container a img,
          .page-template-professionists-page .professionists_grid_container .professionist_card_container .img_container a img,
          .page-template-courses-page .professionists_grid_container .professionist_card_container .img_container a img,
          .single-ap-course .professionists_grid_container .professionist_card_container .img_container a img,
          .page-template-contact-page .professionists_grid_container .professionist_card_container .img_container a img,
          .page-id-1291 .professionists_grid_container .professionist_card_container .img_container a img,
          .page-template-news-page .professionists_grid_container .professionist_card_container .img_container a img,
          .page-template-search-page .professionists_grid_container .professionist_card_container .img_container a img,
          .error404 .professionists_grid_container .professionist_card_container .img_container a img,
          .page-template-newsletter-page .professionists_grid_container .professionist_card_container .img_container a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25); }
      .single-thematic-area .professionists_grid_container .professionist_card_container .professionist_name,
      .single-professionist .professionists_grid_container .professionist_card_container .professionist_name,
      .single-servizio .professionists_grid_container .professionist_card_container .professionist_name,
      .page-template-professionists-page .professionists_grid_container .professionist_card_container .professionist_name,
      .page-template-courses-page .professionists_grid_container .professionist_card_container .professionist_name,
      .single-ap-course .professionists_grid_container .professionist_card_container .professionist_name,
      .page-template-contact-page .professionists_grid_container .professionist_card_container .professionist_name,
      .page-id-1291 .professionists_grid_container .professionist_card_container .professionist_name,
      .page-template-news-page .professionists_grid_container .professionist_card_container .professionist_name,
      .page-template-search-page .professionists_grid_container .professionist_card_container .professionist_name,
      .error404 .professionists_grid_container .professionist_card_container .professionist_name,
      .page-template-newsletter-page .professionists_grid_container .professionist_card_container .professionist_name {
        font-family: 'BrownStd', "Open Sans", sans-serif !important;
        font-weight: 800;
        font-size: 24px;
        text-align: center;
        display: inline-block;
        width: 100%;
        color: #3B82F6; }
        .single-thematic-area .professionists_grid_container .professionist_card_container .professionist_name:focus, .single-thematic-area .professionists_grid_container .professionist_card_container .professionist_name:hover,
        .single-professionist .professionists_grid_container .professionist_card_container .professionist_name:focus,
        .single-professionist .professionists_grid_container .professionist_card_container .professionist_name:hover,
        .single-servizio .professionists_grid_container .professionist_card_container .professionist_name:focus,
        .single-servizio .professionists_grid_container .professionist_card_container .professionist_name:hover,
        .page-template-professionists-page .professionists_grid_container .professionist_card_container .professionist_name:focus,
        .page-template-professionists-page .professionists_grid_container .professionist_card_container .professionist_name:hover,
        .page-template-courses-page .professionists_grid_container .professionist_card_container .professionist_name:focus,
        .page-template-courses-page .professionists_grid_container .professionist_card_container .professionist_name:hover,
        .single-ap-course .professionists_grid_container .professionist_card_container .professionist_name:focus,
        .single-ap-course .professionists_grid_container .professionist_card_container .professionist_name:hover,
        .page-template-contact-page .professionists_grid_container .professionist_card_container .professionist_name:focus,
        .page-template-contact-page .professionists_grid_container .professionist_card_container .professionist_name:hover,
        .page-id-1291 .professionists_grid_container .professionist_card_container .professionist_name:focus,
        .page-id-1291 .professionists_grid_container .professionist_card_container .professionist_name:hover,
        .page-template-news-page .professionists_grid_container .professionist_card_container .professionist_name:focus,
        .page-template-news-page .professionists_grid_container .professionist_card_container .professionist_name:hover,
        .page-template-search-page .professionists_grid_container .professionist_card_container .professionist_name:focus,
        .page-template-search-page .professionists_grid_container .professionist_card_container .professionist_name:hover,
        .error404 .professionists_grid_container .professionist_card_container .professionist_name:focus,
        .error404 .professionists_grid_container .professionist_card_container .professionist_name:hover,
        .page-template-newsletter-page .professionists_grid_container .professionist_card_container .professionist_name:focus,
        .page-template-newsletter-page .professionists_grid_container .professionist_card_container .professionist_name:hover {
          text-decoration: none; }
      .single-thematic-area .professionists_grid_container .professionist_card_container .professionist_category,
      .single-professionist .professionists_grid_container .professionist_card_container .professionist_category,
      .single-servizio .professionists_grid_container .professionist_card_container .professionist_category,
      .page-template-professionists-page .professionists_grid_container .professionist_card_container .professionist_category,
      .page-template-courses-page .professionists_grid_container .professionist_card_container .professionist_category,
      .single-ap-course .professionists_grid_container .professionist_card_container .professionist_category,
      .page-template-contact-page .professionists_grid_container .professionist_card_container .professionist_category,
      .page-id-1291 .professionists_grid_container .professionist_card_container .professionist_category,
      .page-template-news-page .professionists_grid_container .professionist_card_container .professionist_category,
      .page-template-search-page .professionists_grid_container .professionist_card_container .professionist_category,
      .error404 .professionists_grid_container .professionist_card_container .professionist_category,
      .page-template-newsletter-page .professionists_grid_container .professionist_card_container .professionist_category {
        font-size: 13px;
        font-weight: 400;
        color: #222222;
        display: block;
        width: 100%;
        line-height: 0;
        margin: 10px 0 70px;
        text-align: center; }
  .single-thematic-area .contact-form-container,
  .single-professionist .contact-form-container,
  .single-servizio .contact-form-container,
  .page-template-professionists-page .contact-form-container,
  .page-template-courses-page .contact-form-container,
  .single-ap-course .contact-form-container,
  .page-template-contact-page .contact-form-container,
  .page-id-1291 .contact-form-container,
  .page-template-news-page .contact-form-container,
  .page-template-search-page .contact-form-container,
  .error404 .contact-form-container,
  .page-template-newsletter-page .contact-form-container {
    padding: 60px 50px 90px;
    width: 100vw;
    max-width: 1800px;
    margin: 0 0 0 -150px;
    background-image: url(../img/contact-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    position: relative; }

.single-thematic-area .ap-dark-heading {
  margin-bottom: 25px; }
.single-thematic-area .service_search_field {
  margin: 40px auto 40px; }
  .single-thematic-area .service_search_field .col-md-7 .ap-submit-button {
    font-weight: 600; }

.page-template-professionists-page .col-xs-12,
.page-template-courses-page .col-xs-12,
.page-template-contact-page .col-xs-12 {
  max-width: 100%;
  width: 100%; }

.contact-inner {
  width: 100%;
  max-width: 900px; }
  .contact-inner .ap-dark-heading {
    margin: 0 auto 30px; }
  .contact-inner p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    font-family: Montserrat, "Helvetica Neue", sans-serif; }
  .contact-inner .contact-row label {
    margin: 16px 0;
    width: 100%; }
    .contact-inner .contact-row label textarea {
      width: 100%;
      height: 250px;
      resize: none;
      background-color: #F6F6F6;
      border: 1px solid #3B82F6;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
      color: #222222;
      font-size: 14px;
      box-sizing: border-box;
      padding-left: 25px; }
    .contact-inner .contact-row label textarea::placeholder {
      color: #222222;
      font-size: 14px; }
    .contact-inner .contact-row label .wpcf7-form-control-wrap {
      width: 100%; }
      .contact-inner .contact-row label .wpcf7-form-control-wrap select {
        font-size: 14px;
        font-family: 'BrownStd', "Open Sans", sans-serif !important;
        width: 100%;
        height: 54px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        border: 1px solid #3B82F6;
        padding: 8px 35px 8px 25px;
        background-color: #F6F6F6;
        background-image: url(../img/select-arrow-blue.svg);
        background-position: calc(100% - 4px) center;
        background-repeat: no-repeat;
        background-size: 20px; }
        .contact-inner .contact-row label .wpcf7-form-control-wrap select:disabled {
          background-image: none;
          background-color: #bbbbbb59;
          color: #111111; }
        .contact-inner .contact-row label .wpcf7-form-control-wrap select.ap_disabled_select {
          background-image: none;
          background-color: #bbbbbb59;
          color: #111111;
          pointer-events: none; }
    .contact-inner .contact-row label input {
      width: 100%;
      height: 54px;
      background-color: #F6F6F6;
      border: 1px solid #3B82F6;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
      color: #222222;
      font-size: 14px;
      box-sizing: border-box;
      padding-left: 25px; }
      .contact-inner .contact-row label input + .wpcf7-not-valid-tip {
        font-size: 14px;
        margin: 10px 0 0 20px;
        color: #ff392a; }
    .contact-inner .contact-row label input::placeholder {
      color: #222222;
      font-size: 14px; }
    .contact-inner .contact-row label.increased-height textarea {
      height: 310px; }
    .contact-inner .contact-row label.reduced-height textarea {
      height: 140px; }
  .contact-inner .contact-row .col-md-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .contact-inner .contact-row .col-md-12 > label > br {
      display: none; }
    .contact-inner .contact-row .col-md-12 label {
      margin: 16px 0 0;
      width: 100%; }
    .contact-inner .contact-row .col-md-12 .privacy, .contact-inner .contact-row .col-md-12 .professionist-privacy {
      margin: 16px 0 32px;
      width: 90%;
      max-width: 500px; }
      .contact-inner .contact-row .col-md-12 .privacy > .wpcf7-acceptance, .contact-inner .contact-row .col-md-12 .professionist-privacy > .wpcf7-acceptance {
        width: 100%; }
        .contact-inner .contact-row .col-md-12 .privacy > .wpcf7-acceptance > .wpcf7-list-item, .contact-inner .contact-row .col-md-12 .professionist-privacy > .wpcf7-acceptance > .wpcf7-list-item {
          width: 100%; }
      .contact-inner .contact-row .col-md-12 .privacy span, .contact-inner .contact-row .col-md-12 .professionist-privacy span {
        margin: 0; }
      .contact-inner .contact-row .col-md-12 .privacy label input, .contact-inner .contact-row .col-md-12 .professionist-privacy label input {
        width: 0;
        height: 0;
        opacity: 0; }
        .contact-inner .contact-row .col-md-12 .privacy label input + span, .contact-inner .contact-row .col-md-12 .professionist-privacy label input + span {
          display: inline;
          align-items: center;
          font-size: 12px;
          font-weight: 400;
          float: left;
          position: relative;
          left: 30px;
          width: calc(100% - 30px);
          max-width: 500px; }
          .contact-inner .contact-row .col-md-12 .privacy label input + span:before, .contact-inner .contact-row .col-md-12 .professionist-privacy label input + span:before {
            content: "";
            display: inline-block;
            margin-right: 0;
            width: 18px;
            height: 18px;
            background-color: #F6F6F6;
            float: left;
            position: absolute;
            left: -30px;
            border: 1px solid #3B82F6;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09); }
        .contact-inner .contact-row .col-md-12 .privacy label input:checked + span:before, .contact-inner .contact-row .col-md-12 .professionist-privacy label input:checked + span:before {
          background-color: #3B82F6;
          border: 1px solid #222222; }
      .contact-inner .contact-row .col-md-12 .privacy label:hover, .contact-inner .contact-row .col-md-12 .professionist-privacy label:hover {
        cursor: pointer; }
    .contact-inner .contact-row .col-md-12 input[type="submit"] {
      font-size: 0.67rem !important;
      padding: 17px 100px 17px 30px;
      min-width: 120px;
      display: inline-block;
      color: #ffffff !important;
      font-weight: 600 !important;
      font-family: 'BrownStd', "Open Sans", sans-serif !important;
      letter-spacing: 1px;
      position: relative;
      border-radius: 0;
      background: #6500c8;
      background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
      padding: 17px 80px;
      transition: 0.3s; }
      .contact-inner .contact-row .col-md-12 input[type="submit"]:hover {
        background: #812bc8;
        background: -moz-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
        background: -webkit-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
        background: linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
        text-decoration: none; }
      .contact-inner .contact-row .col-md-12 input[type="submit"] i {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 10px;
        top: 4px;
        background-image: url(../img/light-arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      .contact-inner .contact-row .col-md-12 input[type="submit"].white {
        background: #ffffff !important;
        color: #222222 !important; }
        .contact-inner .contact-row .col-md-12 input[type="submit"].white i {
          background-image: url(../img/dark-arrow.svg); }
        .contact-inner .contact-row .col-md-12 input[type="submit"].white:hover {
          background: #f1f1f1 !important; }
      .contact-inner .contact-row .col-md-12 input[type="submit"][disabled] {
        background: #B4B4B4;
        background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
        .contact-inner .contact-row .col-md-12 input[type="submit"][disabled]:hover {
          cursor: auto;
          background: #B4B4B4;
          background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
    .contact-inner .contact-row .col-md-12 .source-of-request {
      padding: 25px;
      background-color: #ececec;
      width: 100%;
      margin: 16px 0; }
      .contact-inner .contact-row .col-md-12 .source-of-request p {
        margin: 0;
        color: #222222;
        font-size: 14px;
        font-family: 'BrownStd', "Open Sans", sans-serif !important; }
  .contact-inner .contact-row .file-input-container {
    width: 100%;
    height: 54px;
    background-color: #F6F6F6;
    border: 1px solid #3B82F6;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    color: #222222;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 25px;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url(../img/attachment-icon-gray.svg);
    background-position: calc(100% - 16px) center;
    background-size: 25px;
    background-repeat: no-repeat;
    margin: 16px 0; }
    .contact-inner .contact-row .file-input-container .file-name-container {
      width: 100%; }
    .contact-inner .contact-row .file-input-container .wpcf7-form-control-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
      .contact-inner .contact-row .file-input-container .wpcf7-form-control-wrap input {
        width: 100%;
        height: 100%; }
  .contact-inner .wpcf7-response-output.wpcf7-display-none {
    text-align: center;
    font-size: 16px; }
    .contact-inner .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors, .contact-inner .wpcf7-response-output.wpcf7-display-none.wpcf7-acceptance-missing {
      border: 2px solid #6500c8; }
    .contact-inner .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
      border: 2px solid #3B82F6; }

.single-professionist .single_professionist_collaborators_container {
  max-width: 1400px;
  margin: 0 auto 150px; }
  .single-professionist .single_professionist_collaborators_container .single_collaborator_container {
    display: flex;
    justify-content: space-between; }
    .single-professionist .single_professionist_collaborators_container .single_collaborator_container:nth-child(odd) {
      padding-right: 70px; }
    .single-professionist .single_professionist_collaborators_container .single_collaborator_container:nth-child(even) {
      padding-left: 70px; }
    .single-professionist .single_professionist_collaborators_container .single_collaborator_container .collaborator_photo {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      overflow: hidden;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25); }
      .single-professionist .single_professionist_collaborators_container .single_collaborator_container .collaborator_photo img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .single-professionist .single_professionist_collaborators_container .single_collaborator_container .collaborator_details {
      width: calc(100% - 200px); }
    .single-professionist .single_professionist_collaborators_container .single_collaborator_container .single_collaborator_role {
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 2px;
      margin-bottom: 0;
      color: #3B82F6;
      font-family: 'BrownStd', "Open Sans", sans-serif !important; }
    .single-professionist .single_professionist_collaborators_container .single_collaborator_container .single_collaborator_name {
      font-size: 30px;
      font-weight: 800;
      color: #222222;
      font-family: 'BrownStd', "Open Sans", sans-serif !important; }
    .single-professionist .single_professionist_collaborators_container .single_collaborator_container .single_collaborator_description {
      margin: 15px 0 0;
      font-size: 13px;
      font-weight: 400;
      color: #222222;
      text-align: justify;
      font-family: Montserrat, "Helvetica Neue", sans-serif; }
.single-professionist .single_professionist_courses_container {
  margin: 0 auto 150px; }
  .single-professionist .single_professionist_courses_container ul li > a {
    width: 100%;
    display: flex; }
    .single-professionist .single_professionist_courses_container ul li > a .course_title {
      padding-bottom: 15px; }
      .single-professionist .single_professionist_courses_container ul li > a .course_title:after {
        bottom: -3px; }
    .single-professionist .single_professionist_courses_container ul li > a .course_meta {
      justify-content: flex-start; }
      .single-professionist .single_professionist_courses_container ul li > a .course_meta span {
        margin-right: 100px; }
    .single-professionist .single_professionist_courses_container ul li > a:hover, .single-professionist .single_professionist_courses_container ul li > a:focus, .single-professionist .single_professionist_courses_container ul li > a:visited {
      color: #222222;
      text-decoration: none; }

.page-template-privacy-page .main-container,
.page-template-terms-page .main-container,
.page-template-explicit-product-agreements .main-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-family: Montserrat, "Helvetica Neue", sans-serif !important; }
  .page-template-privacy-page .main-container > .container > .row > .col-xs-12,
  .page-template-terms-page .main-container > .container > .row > .col-xs-12,
  .page-template-explicit-product-agreements .main-container > .container > .row > .col-xs-12 {
    width: 100%; }
  .page-template-privacy-page .main-container h1, .page-template-privacy-page .main-container h2, .page-template-privacy-page .main-container h3, .page-template-privacy-page .main-container h4, .page-template-privacy-page .main-container h5, .page-template-privacy-page .main-container h6,
  .page-template-terms-page .main-container h1,
  .page-template-terms-page .main-container h2,
  .page-template-terms-page .main-container h3,
  .page-template-terms-page .main-container h4,
  .page-template-terms-page .main-container h5,
  .page-template-terms-page .main-container h6,
  .page-template-explicit-product-agreements .main-container h1,
  .page-template-explicit-product-agreements .main-container h2,
  .page-template-explicit-product-agreements .main-container h3,
  .page-template-explicit-product-agreements .main-container h4,
  .page-template-explicit-product-agreements .main-container h5,
  .page-template-explicit-product-agreements .main-container h6 {
    font-weight: 300;
    text-shadow: 0 1px 2px #00000023; }
    .page-template-privacy-page .main-container h1:before, .page-template-privacy-page .main-container h2:before, .page-template-privacy-page .main-container h3:before, .page-template-privacy-page .main-container h4:before, .page-template-privacy-page .main-container h5:before, .page-template-privacy-page .main-container h6:before,
    .page-template-terms-page .main-container h1:before,
    .page-template-terms-page .main-container h2:before,
    .page-template-terms-page .main-container h3:before,
    .page-template-terms-page .main-container h4:before,
    .page-template-terms-page .main-container h5:before,
    .page-template-terms-page .main-container h6:before,
    .page-template-explicit-product-agreements .main-container h1:before,
    .page-template-explicit-product-agreements .main-container h2:before,
    .page-template-explicit-product-agreements .main-container h3:before,
    .page-template-explicit-product-agreements .main-container h4:before,
    .page-template-explicit-product-agreements .main-container h5:before,
    .page-template-explicit-product-agreements .main-container h6:before {
      content: none !important; }
  .page-template-privacy-page .main-container h1,
  .page-template-terms-page .main-container h1,
  .page-template-explicit-product-agreements .main-container h1 {
    font-size: 70px; }
  .page-template-privacy-page .main-container h2,
  .page-template-terms-page .main-container h2,
  .page-template-explicit-product-agreements .main-container h2 {
    font-size: 50px; }
  .page-template-privacy-page .main-container h3,
  .page-template-terms-page .main-container h3,
  .page-template-explicit-product-agreements .main-container h3 {
    font-size: 40px; }
  .page-template-privacy-page .main-container h4,
  .page-template-terms-page .main-container h4,
  .page-template-explicit-product-agreements .main-container h4 {
    font-size: 25px;
    margin: 32px 0; }
  .page-template-privacy-page .main-container .underline,
  .page-template-terms-page .main-container .underline,
  .page-template-explicit-product-agreements .main-container .underline {
    text-decoration: underline; }
  .page-template-privacy-page .main-container p, .page-template-privacy-page .main-container ul, .page-template-privacy-page .main-container ol,
  .page-template-terms-page .main-container p,
  .page-template-terms-page .main-container ul,
  .page-template-terms-page .main-container ol,
  .page-template-explicit-product-agreements .main-container p,
  .page-template-explicit-product-agreements .main-container ul,
  .page-template-explicit-product-agreements .main-container ol {
    font-size: 0.7rem;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 10px !important; }
    .page-template-privacy-page .main-container p + p, .page-template-privacy-page .main-container ul + p, .page-template-privacy-page .main-container ol + p,
    .page-template-terms-page .main-container p + p,
    .page-template-terms-page .main-container ul + p,
    .page-template-terms-page .main-container ol + p,
    .page-template-explicit-product-agreements .main-container p + p,
    .page-template-explicit-product-agreements .main-container ul + p,
    .page-template-explicit-product-agreements .main-container ol + p {
      margin: 10px 0 !important; }
    .page-template-privacy-page .main-container p.alfabetico, .page-template-privacy-page .main-container ul.alfabetico, .page-template-privacy-page .main-container ol.alfabetico,
    .page-template-terms-page .main-container p.alfabetico,
    .page-template-terms-page .main-container ul.alfabetico,
    .page-template-terms-page .main-container ol.alfabetico,
    .page-template-explicit-product-agreements .main-container p.alfabetico,
    .page-template-explicit-product-agreements .main-container ul.alfabetico,
    .page-template-explicit-product-agreements .main-container ol.alfabetico {
      list-style: lower-alpha; }
  .page-template-privacy-page .main-container ul,
  .page-template-terms-page .main-container ul,
  .page-template-explicit-product-agreements .main-container ul {
    margin: 10px 0 !important; }
    .page-template-privacy-page .main-container ul *,
    .page-template-terms-page .main-container ul *,
    .page-template-explicit-product-agreements .main-container ul * {
      font-family: Montserrat; }
  .page-template-privacy-page .main-container .entry-title,
  .page-template-terms-page .main-container .entry-title,
  .page-template-explicit-product-agreements .main-container .entry-title {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    text-align: center; }
  .page-template-privacy-page .main-container .entry-content,
  .page-template-terms-page .main-container .entry-content,
  .page-template-explicit-product-agreements .main-container .entry-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    .page-template-privacy-page .main-container .entry-content *,
    .page-template-terms-page .main-container .entry-content *,
    .page-template-explicit-product-agreements .main-container .entry-content * {
      margin-left: auto !important;
      margin-right: auto !important; }
  .page-template-privacy-page .main-container table *,
  .page-template-terms-page .main-container table *,
  .page-template-explicit-product-agreements .main-container table * {
    font-family: Montserrat; }
  .page-template-privacy-page .main-container table td,
  .page-template-terms-page .main-container table td,
  .page-template-explicit-product-agreements .main-container table td {
    font-size: 0.7rem;
    line-height: 1.6;
    margin-bottom: 10px !important; }

.page-id-1780 article h1, .page-id-1780 article h2, .page-id-1780 article h3, .page-id-1780 article h4, .page-id-1780 article h5, .page-id-1780 article h6 {
  font-weight: 300;
  text-shadow: 0 1px 2px #00000023; }
  .page-id-1780 article h1:before, .page-id-1780 article h2:before, .page-id-1780 article h3:before, .page-id-1780 article h4:before, .page-id-1780 article h5:before, .page-id-1780 article h6:before {
    content: none !important; }
.page-id-1780 article h1 {
  font-size: 70px; }
.page-id-1780 article h2 {
  font-size: 50px; }
.page-id-1780 article h3 {
  font-size: 40px; }
.page-id-1780 article h4 {
  font-size: 25px; }
.page-id-1780 article .underline {
  text-decoration: underline; }
.page-id-1780 article p, .page-id-1780 article ul {
  font-size: 0.7rem;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 10px !important; }
  .page-id-1780 article p + p, .page-id-1780 article ul + p {
    margin: 10px 0 !important; }
.page-id-1780 article ul {
  margin: 10px 0 !important; }
  .page-id-1780 article ul * {
    font-family: Montserrat; }
.page-id-1780 article .entry-title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  text-align: center; }
.page-id-1780 article .entry-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  .page-id-1780 article .entry-content * {
    margin-left: auto !important;
    margin-right: auto !important; }
.page-id-1780 article table * {
  font-family: Montserrat; }
.page-id-1780 article table td {
  font-size: 0.7rem;
  line-height: 1.6;
  margin-bottom: 10px !important; }

.page-id-1291 .col-xs-12 {
  max-width: 100%; }
  .page-id-1291 .col-xs-12 .n2-section-smartslider.single-page-slider {
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  .page-id-1291 .col-xs-12 .ap-limited-width-section {
    padding: 85px 0; }
    .page-id-1291 .col-xs-12 .ap-limited-width-section h4 {
      margin-bottom: 30px; }
  .page-id-1291 .col-xs-12 .founders-section {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/founders-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 50px 0 90px; }
    .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner {
      width: 100%;
      max-width: 1300px; }
      .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner .advgb-is-half-tablet > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns {
        justify-content: center; }
        .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner .advgb-is-half-tablet > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns .founder-card {
          width: 100%;
          background-color: #ffffff;
          max-width: 450px;
          margin: 30px 0;
          box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.05); }
          .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner .advgb-is-half-tablet > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns .founder-card .wp-block-image {
            width: 100%;
            height: 230px;
            overflow: hidden;
            margin-bottom: 0; }
            .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner .advgb-is-half-tablet > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns .founder-card .wp-block-image img {
              object-fit: cover;
              width: 100%;
              height: 100%; }
          .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner .advgb-is-half-tablet > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns .founder-card .founder-details {
            padding: 40px 72px 50px; }
            .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner .advgb-is-half-tablet > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns .founder-card .founder-details h4 {
              color: #3B82F6;
              font-size: 24px;
              text-shadow: 0 1px 2px #00000023;
              margin-bottom: 4px; }
            .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner .advgb-is-half-tablet > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns .founder-card .founder-details h6 {
              font-size: 13px;
              margin-bottom: 30px; }
            .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner .advgb-is-half-tablet > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns .founder-card .founder-details p {
              font-size: 14px;
              text-align: justify;
              line-height: 1.7;
              color: #303030; }
            .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner .advgb-is-half-tablet > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns .founder-card .founder-details .arrowed-link {
              text-align: center; }
              .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner .advgb-is-half-tablet > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns .founder-card .founder-details .arrowed-link a {
                font-size: 0.75rem;
                line-height: 1.6;
                color: #3B82F6;
                padding-right: 25px;
                transition: 0.2s;
                background-image: url(../img/read-more-arrow.svg);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: right center;
                letter-spacing: 0.4px; }
                .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner .advgb-is-half-tablet > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns .founder-card .founder-details .arrowed-link a:hover, .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner .advgb-is-half-tablet > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns .founder-card .founder-details .arrowed-link a:focus {
                  text-decoration: none;
                  padding-right: 30px; }
    .page-id-1291 .col-xs-12 .founders-section .main-cta {
      margin: 100px 0 0; }
  .page-id-1291 .col-xs-12 .dark-column-section {
    background-image: url(../img/mission-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    position: relative;
    left: 50%;
    padding: 90px 0 140px;
    transform: translateX(-50%); }
    .page-id-1291 .col-xs-12 .dark-column-section > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner {
      border-style: none;
      border-width: 1px;
      width: 100%;
      max-width: 1500px;
      margin: 0 auto;
      color: #ffffff !important; }
      .page-id-1291 .col-xs-12 .dark-column-section > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner h4, .page-id-1291 .col-xs-12 .dark-column-section > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner p {
        color: #ffffff; }
      .page-id-1291 .col-xs-12 .dark-column-section > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .top-info-section {
        margin: 50px 0; }
  .page-id-1291 .col-xs-12 .newsletter-container {
    position: relative; }
  .page-id-1291 .col-xs-12 .faq-section {
    padding: 150px 0 0; }
    .page-id-1291 .col-xs-12 .faq-section > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner > h3 {
      width: 100%;
      max-width: 800px;
      margin: 0 auto 30px; }
    .page-id-1291 .col-xs-12 .faq-section > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner > p {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      margin-bottom: 30px; }
    .page-id-1291 .col-xs-12 .faq-section > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner h4 {
      font-size: 18px;
      font-weight: 600; }
    .page-id-1291 .col-xs-12 .faq-section > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner p {
      text-align: justify;
      font-size: 14px; }
    .page-id-1291 .col-xs-12 .faq-section > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .gray-inner-section {
      width: 100%;
      background-color: #F8F8F8;
      padding: 50px 30px; }
      .page-id-1291 .col-xs-12 .faq-section > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .gray-inner-section .advgb-column-inner {
        width: 100%;
        max-width: 800px;
        margin: 0 auto; }
        .page-id-1291 .col-xs-12 .faq-section > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .gray-inner-section .advgb-column-inner p {
          padding-bottom: 80px;
          position: relative;
          border-bottom: 1px;
          margin-bottom: 0; }
          .page-id-1291 .col-xs-12 .faq-section > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .gray-inner-section .advgb-column-inner p:after {
            content: "";
            display: block;
            width: 100%;
            height: 3px;
            position: absolute;
            bottom: 40px;
            left: 0;
            background: #3b82f6;
            background: -moz-linear-gradient(45deg, #3b82f6 20%, #6500c8 100%);
            background: -webkit-linear-gradient(45deg, #3b82f6 20%, #6500c8 100%);
            background: linear-gradient(45deg, #3b82f6 20%, #6500c8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b82f6', endColorstr='#6500c8', GradientType=1); }
  .page-id-1291 .col-xs-12 .global-btn {
    text-transform: uppercase;
    text-align: center;
    width: 300px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 17px 20px !important; }

.page-id-1663 .col-xs-12 {
  width: 100%; }
  .page-id-1663 .col-xs-12 .welcome-page-container {
    width: 100%; }
    .page-id-1663 .col-xs-12 .welcome-page-container .ap-dark-heading {
      margin-bottom: 50px; }
    .page-id-1663 .col-xs-12 .welcome-page-container p {
      margin: 0; }
    .page-id-1663 .col-xs-12 .welcome-page-container .global-btn {
      padding: 17px 30px;
      margin: 50px 0 0; }

.single_professionist_documents_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  padding-bottom: 30px; }
  .single_professionist_documents_list li {
    width: 50%;
    box-sizing: border-box;
    min-height: 34px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    background-position: left center;
    background-size: 26px 33px;
    background-repeat: no-repeat; }
    .single_professionist_documents_list li:before {
      content: none !important; }
    .single_professionist_documents_list li a {
      color: #3B82F6;
      text-decoration: none !important; }
      .single_professionist_documents_list li a:hover, .single_professionist_documents_list li a:focus {
        color: #0b63f3; }
    .single_professionist_documents_list li.ap_format_docx, .single_professionist_documents_list li.ap_format_doc {
      background-image: url("../img/doc-icon-gradient.svg"); }
    .single_professionist_documents_list li.ap_format_pdf {
      background-image: url("../img/pdf-icon-gradient.svg"); }
    .single_professionist_documents_list li.ap_format_other {
      background-image: url("../img/other-icon-gradient.svg"); }

body.professionist-template-default .professionist_latest_news_slider_container {
  position: relative;
  padding: 50px 0 30px;
  background-color: #222222;
  color: #ffffff !important;
  background-image: url(../img/news-slider-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  max-width: 1800px;
  margin-left: calc(-900px + 50%); }
  body.professionist-template-default .professionist_latest_news_slider_container h3 {
    color: #ffffff; }
  body.professionist-template-default .professionist_latest_news_slider_container .ap-dark-heading {
    margin-bottom: 10px; }
  body.professionist-template-default .professionist_latest_news_slider_container .slick-list {
    width: calc(100vw - 150px);
    max-width: 650px;
    margin: auto;
    font-family: Montserrat, "Helvetica Neue", sans-serif !important; }
    body.professionist-template-default .professionist_latest_news_slider_container .slick-list .slick-slide {
      margin-top: 70px; }
      body.professionist-template-default .professionist_latest_news_slider_container .slick-list .slick-slide:focus {
        outline: none; }
      body.professionist-template-default .professionist_latest_news_slider_container .slick-list .slick-slide .latest_news_article_title {
        margin-bottom: 0; }
        body.professionist-template-default .professionist_latest_news_slider_container .slick-list .slick-slide .latest_news_article_title a {
          color: #ffffff;
          font-size: 1rem;
          font-weight: 600; }
          body.professionist-template-default .professionist_latest_news_slider_container .slick-list .slick-slide .latest_news_article_title a:hover {
            text-decoration: none; }
      body.professionist-template-default .professionist_latest_news_slider_container .slick-list .slick-slide .latest_news_article_category {
        color: #3B82F6;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 700;
        margin: 18px 0;
        display: inline-block; }
      body.professionist-template-default .professionist_latest_news_slider_container .slick-list .slick-slide .latest_news_excerpt {
        font-size: 14px; }
      body.professionist-template-default .professionist_latest_news_slider_container .slick-list .slick-slide .read-more-link {
        font-size: 0.75rem;
        line-height: 1.6;
        color: #3B82F6;
        padding-right: 25px;
        transition: 0.2s;
        background-image: url(../img/read-more-arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 16px;
        color: #3B82F6; }
        body.professionist-template-default .professionist_latest_news_slider_container .slick-list .slick-slide .read-more-link:hover, body.professionist-template-default .professionist_latest_news_slider_container .slick-list .slick-slide .read-more-link:focus {
          text-decoration: none;
          padding-right: 30px; }
  body.professionist-template-default .professionist_latest_news_slider_container .slick-prev, body.professionist-template-default .professionist_latest_news_slider_container .slick-next {
    width: 60px;
    height: 30px;
    background-image: url(../img/slider-left-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    body.professionist-template-default .professionist_latest_news_slider_container .slick-prev:before, body.professionist-template-default .professionist_latest_news_slider_container .slick-next:before {
      content: none; }
  body.professionist-template-default .professionist_latest_news_slider_container .slick-prev {
    background-image: url(../img/slider-left-arrow.svg);
    left: 25px; }
    body.professionist-template-default .professionist_latest_news_slider_container .slick-prev:hover, body.professionist-template-default .professionist_latest_news_slider_container .slick-prev:focus {
      background: transparent url(../img/slider-left-arrow.svg) no-repeat center !important; }
  body.professionist-template-default .professionist_latest_news_slider_container .slick-next {
    background-image: url(../img/slider-right-arrow.svg);
    right: 25px; }
    body.professionist-template-default .professionist_latest_news_slider_container .slick-next:hover, body.professionist-template-default .professionist_latest_news_slider_container .slick-next:focus {
      background: transparent url(../img/slider-right-arrow.svg) no-repeat center !important; }
  body.professionist-template-default .professionist_latest_news_slider_container .latest-news-slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px; }
    body.professionist-template-default .professionist_latest_news_slider_container .latest-news-slider-controls .slick-dots {
      position: static;
      width: 100%;
      max-width: 300px;
      flex-wrap: nowrap;
      display: flex !important;
      padding: 0 10px 8px; }
      body.professionist-template-default .professionist_latest_news_slider_container .latest-news-slider-controls .slick-dots li {
        width: 100%;
        height: 4px;
        margin: 0; }
        body.professionist-template-default .professionist_latest_news_slider_container .latest-news-slider-controls .slick-dots li button {
          width: 100%;
          height: 1px; }
          body.professionist-template-default .professionist_latest_news_slider_container .latest-news-slider-controls .slick-dots li button:before {
            width: 100%;
            height: 1px;
            content: '';
            top: 1px;
            opacity: 1;
            background-color: #ffffff; }
        body.professionist-template-default .professionist_latest_news_slider_container .latest-news-slider-controls .slick-dots li.slick-active button:before {
          opacity: 1;
          background-color: #3B82F6;
          height: 3px;
          top: 0; }
    body.professionist-template-default .professionist_latest_news_slider_container .latest-news-slider-controls .latest-news-slide-indicator {
      font-size: 0.72rem;
      font-weight: 400; }

.professionists-page .contact_page_cta_banner {
  margin-bottom: 50px; }

.postid-3269.single-ap-course .meta-block .metas > span.course_speaker {
  display: none; }
.postid-3269.single-ap-course #course-tabs .nav-item .nav-link#speaker-info-tab {
  display: none; }

.course_card_container.course_3269 .course_details .course_meta span.course_speaker {
  display: none; }

.page-template-courses-page .courses_list_container {
  background-color: #F4F4F4;
  width: 100vw;
  position: relative;
  max-width: 1800px;
  left: 50%;
  margin-top: 90px;
  transform: translateX(-50%); }
  .page-template-courses-page .courses_list_container .courses_filter_field {
    transform: translate(-50%, -50%);
    margin: 0 0 40px; }
    .page-template-courses-page .courses_list_container .courses_filter_field.hidden {
      visibility: hidden;
      pointer-events: none; }
  .page-template-courses-page .courses_list_container .courses_count {
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1.6rem; }
    .page-template-courses-page .courses_list_container .courses_count strong {
      font-weight: 800; }
  .page-template-courses-page .courses_list_container .courses_list {
    width: calc(100% - 100px);
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 50px; }
  .page-template-courses-page .courses_list_container .ap-courses-pagination {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.65rem; }
    .page-template-courses-page .courses_list_container .ap-courses-pagination .total_pages {
      margin: 0 0 0 5px; }
    .page-template-courses-page .courses_list_container .ap-courses-pagination .page_number {
      margin: 0 5px;
      color: #3B82F6; }
    .page-template-courses-page .courses_list_container .ap-courses-pagination .courses_page_size_container {
      margin: 0 8px;
      display: inline-block;
      padding: 1px;
      background: #6500c8;
      background: -moz-linear-gradient(0deg, #6500c8 20%, #3b82f6 100%);
      background: -webkit-linear-gradient(0deg, #6500c8 20%, #3b82f6 100%);
      background: linear-gradient(0deg, #6500c8 20%, #3b82f6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
      border-radius: 6px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09); }
      .page-template-courses-page .courses_list_container .ap-courses-pagination .courses_page_size_container select {
        width: 70px;
        height: 30px;
        padding-left: 20px;
        background-color: #ffffff;
        border: none;
        border-radius: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../img/white-select-gradient-arrow.svg);
        background-position: calc(100% - 4px) 80%;
        background-repeat: no-repeat;
        background-size: 25px; }
    .page-template-courses-page .courses_list_container .ap-courses-pagination .pagination_divider {
      transform: rotate(-90deg);
      width: 30px;
      height: 3px;
      display: inline-block;
      background: #6500c8;
      background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
    .page-template-courses-page .courses_list_container .ap-courses-pagination .pagination-controls {
      position: absolute;
      right: 0; }
      .page-template-courses-page .courses_list_container .ap-courses-pagination .pagination-controls button {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-indent: 9999px;
        background-size: contain;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.22); }
        .page-template-courses-page .courses_list_container .ap-courses-pagination .pagination-controls button:focus {
          outline: none; }
        .page-template-courses-page .courses_list_container .ap-courses-pagination .pagination-controls button.left {
          background: #6500c8;
          background: url(../img/pagination-arrow-white-left.svg) no-repeat center, -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          background: url(../img/pagination-arrow-white-left.svg) no-repeat center, -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          background: url(../img/pagination-arrow-white-left.svg) no-repeat center, linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
          .page-template-courses-page .courses_list_container .ap-courses-pagination .pagination-controls button.left.disabled {
            background-color: #EAEAEA !important;
            background: url(../img/pagination-arrow-white-left.svg) no-repeat center;
            box-shadow: none; }
        .page-template-courses-page .courses_list_container .ap-courses-pagination .pagination-controls button.right {
          background: #6500c8;
          margin-left: 20px;
          background: url(../img/pagination-arrow-white-right.svg) no-repeat center, -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          background: url(../img/pagination-arrow-white-right.svg) no-repeat center, -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          background: url(../img/pagination-arrow-white-right.svg) no-repeat center, linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
          .page-template-courses-page .courses_list_container .ap-courses-pagination .pagination-controls button.right.disabled {
            background-color: #EAEAEA !important;
            background: url(../img/pagination-arrow-white-right.svg) no-repeat center;
            box-shadow: none; }
    .page-template-courses-page .courses_list_container .ap-courses-pagination.hidden {
      display: none; }
.page-template-courses-page .contact-form-container {
  background-image: url(../img/white-contact-form-background.jpg); }

.single-ap-course p.product.woocommerce.add_to_cart_inline.adder {
  display: block;
  border: none !important;
  width: 300px;
  height: 55px;
  padding: 0 !important;
  margin-bottom: 0; }
  .single-ap-course p.product.woocommerce.add_to_cart_inline.adder a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-size: 0.67rem !important;
    padding: 17px 100px 17px 30px;
    min-width: 120px;
    display: inline-block;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-family: 'BrownStd', "Open Sans", sans-serif !important;
    letter-spacing: 1px;
    position: relative;
    border-radius: 0;
    background: #6500c8;
    background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
    display: flex;
    width: 100%;
    height: 100%;
    font-family: Montserrat, "Helvetica Neue", sans-serif !important;
    padding: 0;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-size: 0.6rem !important;
    font-weight: 400 !important;
    text-transform: uppercase; }
    .single-ap-course p.product.woocommerce.add_to_cart_inline.adder a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
      background: #812bc8;
      background: -moz-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
      background: -webkit-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
      background: linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
      text-decoration: none; }
    .single-ap-course p.product.woocommerce.add_to_cart_inline.adder a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart i {
      width: 50px;
      height: 50px;
      position: absolute;
      right: 10px;
      top: 4px;
      background-image: url(../img/light-arrow.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .single-ap-course p.product.woocommerce.add_to_cart_inline.adder a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.white {
      background: #ffffff !important;
      color: #222222 !important; }
      .single-ap-course p.product.woocommerce.add_to_cart_inline.adder a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.white i {
        background-image: url(../img/dark-arrow.svg); }
      .single-ap-course p.product.woocommerce.add_to_cart_inline.adder a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.white:hover {
        background: #f1f1f1 !important; }
    .single-ap-course p.product.woocommerce.add_to_cart_inline.adder a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart[disabled] {
      background: #B4B4B4;
      background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
      .single-ap-course p.product.woocommerce.add_to_cart_inline.adder a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart[disabled]:hover {
        cursor: auto;
        background: #B4B4B4;
        background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
    .single-ap-course p.product.woocommerce.add_to_cart_inline.adder a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart i {
      background-image: url(../img/cart-icon-outline-white.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 14px;
      position: static;
      height: 100%;
      width: 20px; }
  .single-ap-course p.product.woocommerce.add_to_cart_inline.adder.centered {
    margin: 0 auto !important; }
.single-ap-course .ap_centered_featured_image_cont {
  width: calc(100vw - 60px);
  position: relative;
  max-width: 1800px;
  height: 200px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0; }
.single-ap-course .meta-block {
  background-color: #ffffff;
  transform: translateY(-50%);
  border-radius: 3px;
  box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 65px;
  width: calc(100% - 30px);
  max-width: 1400px;
  margin: 0 auto;
  min-height: 130px; }
  .single-ap-course .meta-block .metas {
    width: calc(100% - 300px);
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .single-ap-course .meta-block .metas > span {
      font-size: 0.64rem;
      font-weight: 400;
      background-position: left center;
      padding: 3px 0 2px 40px;
      background-size: 24px 30px;
      background-repeat: no-repeat;
      font-family: Montserrat, "Helvetica Neue", sans-serif !important;
      margin-right: 60px; }
      .single-ap-course .meta-block .metas > span span {
        width: 100%;
        display: inline-block; }
      .single-ap-course .meta-block .metas > span .meta-title {
        font-weight: 700;
        text-transform: uppercase; }
      .single-ap-course .meta-block .metas > span.course_duration {
        background-image: url(../img/course_duration_icon.svg); }
      .single-ap-course .meta-block .metas > span.course_speaker {
        background-image: url(../img/course_speaker_icon.svg); }
      .single-ap-course .meta-block .metas > span.course_difficulty {
        background-image: url(../img/course_difficulty_icon.svg); }
      .single-ap-course .meta-block .metas > span.course_price {
        background-image: url(../img/course_price_icon.svg); }
  .single-ap-course .meta-block button {
    font-size: 0.67rem !important;
    padding: 17px 100px 17px 30px;
    min-width: 120px;
    display: inline-block;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-family: 'BrownStd', "Open Sans", sans-serif !important;
    letter-spacing: 1px;
    position: relative;
    border-radius: 0;
    background: #6500c8;
    background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
    text-transform: uppercase;
    padding: 18px 20px;
    border-radius: 2px; }
    .single-ap-course .meta-block button:hover {
      background: #812bc8;
      background: -moz-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
      background: -webkit-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
      background: linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
      text-decoration: none; }
    .single-ap-course .meta-block button i {
      width: 50px;
      height: 50px;
      position: absolute;
      right: 10px;
      top: 4px;
      background-image: url(../img/light-arrow.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .single-ap-course .meta-block button.white {
      background: #ffffff !important;
      color: #222222 !important; }
      .single-ap-course .meta-block button.white i {
        background-image: url(../img/dark-arrow.svg); }
      .single-ap-course .meta-block button.white:hover {
        background: #f1f1f1 !important; }
    .single-ap-course .meta-block button[disabled] {
      background: #B4B4B4;
      background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
      .single-ap-course .meta-block button[disabled]:hover {
        cursor: auto;
        background: #B4B4B4;
        background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
.single-ap-course .main-course-tabs-container {
  width: 100%;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto; }
  .single-ap-course .main-course-tabs-container #course-info-content * {
    min-width: unset;
    max-width: unset; }
  .single-ap-course .main-course-tabs-container #course-info-content .advgb-columns-wrapper {
    max-width: none;
    margin-bottom: 80px;
    width: calc(100% + 50px); }
    .single-ap-course .main-course-tabs-container #course-info-content .advgb-columns-wrapper .advgb-columns-row {
      flex-wrap: wrap; }
      .single-ap-course .main-course-tabs-container #course-info-content .advgb-columns-wrapper .advgb-columns-row .advgb-column {
        padding-right: 50px;
        margin-bottom: 20px;
        text-align: left;
        min-width: 200px;
        flex: 1 0 calc(25% - 50px); }
  .single-ap-course .main-course-tabs-container #course-info-content .wp-block-spacer {
    margin: 0; }
  .single-ap-course .main-course-tabs-container #course-info-content .add_to_cart_inline {
    margin-top: 30px !important; }
  .single-ap-course .main-course-tabs-container #course-info-content h4 {
    margin: 25px 0 0 0;
    max-width: unset;
    font-size: 22px; }
    .single-ap-course .main-course-tabs-container #course-info-content h4:first-child {
      margin-top: 0 !important; }
    .single-ap-course .main-course-tabs-container #course-info-content h4 + h4 {
      margin-top: 20px; }
  .single-ap-course .main-course-tabs-container #course-info-content p {
    margin: 10px 0 0 0 !important; }
    .single-ap-course .main-course-tabs-container #course-info-content p + p {
      margin-top: 0 !important; }
    .single-ap-course .main-course-tabs-container #course-info-content p + h4 {
      margin-top: 25px; }
  .single-ap-course .main-course-tabs-container #course-info-content ul {
    margin: 10px 0; }
    .single-ap-course .main-course-tabs-container #course-info-content ul li {
      font-family: Montserrat; }
.single-ap-course #course-tabs {
  border-bottom: 2px solid #EAEAEA !important; }
  .single-ap-course #course-tabs .nav-item .nav-link {
    font-size: 1rem;
    font-weight: 700;
    font-family: Montserrat, "Helvetica Neue", sans-serif !important;
    border: none !important;
    color: #222222;
    position: relative;
    display: inline-block;
    min-width: 165px; }
    .single-ap-course #course-tabs .nav-item .nav-link:after {
      transition: width 0.3s;
      width: 0;
      height: 0;
      display: block;
      content: "";
      position: absolute;
      bottom: -1px;
      left: 0;
      background: #6500c8;
      background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
    .single-ap-course #course-tabs .nav-item .nav-link:focus {
      outline: none; }
    .single-ap-course #course-tabs .nav-item .nav-link.active:after {
      height: 3px;
      width: 100%; }
.single-ap-course .tab-pane {
  padding: 35px 0 !important; }
  .single-ap-course .tab-pane p {
    font-size: 0.64rem;
    line-height: 1.1rem;
    text-align: justify;
    font-weight: 400;
    font-family: Montserrat, "Helvetica Neue", sans-serif !important;
    color: #222222;
    margin: 32px 0 !important; }
    .single-ap-course .tab-pane p strong {
      font-weight: 700; }
  .single-ap-course .tab-pane .separator-heading {
    font-size: 0.85rem;
    font-weight: 700;
    margin-top: 100px;
    color: #222222; }
  .single-ap-course .tab-pane ul {
    list-style-type: none; }
    .single-ap-course .tab-pane ul li {
      position: relative;
      font-size: 0.64rem;
      line-height: 1.1rem;
      font-weight: 400; }
      .single-ap-course .tab-pane ul li:before {
        content: "";
        width: 7px;
        height: 7px;
        display: block;
        position: absolute;
        left: -22px;
        top: 8px;
        background-color: #6501C7;
        border-radius: 50%;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
.single-ap-course #speaker-info-content.active {
  display: flex;
  padding: 95px 0 !important;
  justify-content: space-between;
  flex-wrap: wrap; }
  .single-ap-course #speaker-info-content.active .course-professionist-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid #EAEAEA; }
    .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-linked-section {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      width: 275px;
      align-items: center; }
      .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-linked-section .img_container {
        height: 275px;
        border-radius: 50%;
        margin-bottom: 50px;
        overflow: hidden;
        display: block; }
        .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-linked-section .img_container img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-linked-section .img_container[href=''] {
          pointer-events: none; }
      .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-linked-section .professionist_page_link {
        font-size: 0.67rem !important;
        padding: 17px 100px 17px 30px;
        min-width: 120px;
        display: inline-block;
        color: #ffffff !important;
        font-weight: 600 !important;
        font-family: 'BrownStd', "Open Sans", sans-serif !important;
        letter-spacing: 1px;
        position: relative;
        border-radius: 0;
        background: #6500c8;
        background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
        padding: 17px 0;
        width: 100%;
        display: inline-flex;
        justify-content: center;
        border-radius: 2px;
        text-transform: uppercase;
        font-weight: 400 !important;
        font-family: Montserrat, "Helvetica Neue", sans-serif !important; }
        .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-linked-section .professionist_page_link:hover {
          background: #812bc8;
          background: -moz-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
          background: -webkit-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
          background: linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
          text-decoration: none; }
        .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-linked-section .professionist_page_link i {
          width: 50px;
          height: 50px;
          position: absolute;
          right: 10px;
          top: 4px;
          background-image: url(../img/light-arrow.svg);
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-linked-section .professionist_page_link.white {
          background: #ffffff !important;
          color: #222222 !important; }
          .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-linked-section .professionist_page_link.white i {
            background-image: url(../img/dark-arrow.svg); }
          .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-linked-section .professionist_page_link.white:hover {
            background: #f1f1f1 !important; }
        .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-linked-section .professionist_page_link[disabled] {
          background: #B4B4B4;
          background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
          .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-linked-section .professionist_page_link[disabled]:hover {
            cursor: auto;
            background: #B4B4B4;
            background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
            background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
            background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
    .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-details {
      width: calc(100% - 400px); }
      .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-details p {
        margin: 0 !important; }
      .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-details .professionist_name {
        font-family: 'BrownStd', "Open Sans", sans-serif !important;
        font-size: 1.1rem;
        font-weight: 700;
        color: #3B82F6;
        margin-bottom: 2px;
        position: relative;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.13); }
        .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-details .professionist_name.partner {
          padding-right: 70px; }
        .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-details .professionist_name .partner-indicator {
          position: absolute;
          top: 50%;
          right: 0;
          text-shadow: none;
          transform: translateY(-50%);
          font-weight: 500;
          font-size: 0.64rem;
          text-transform: uppercase;
          letter-spacing: 1px; }
          .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-details .professionist_name .partner-indicator:after {
            content: "";
            display: inline-block;
            width: 13px;
            height: 13px;
            background-image: url(../img/tiny_logo.jpeg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 8px;
            position: relative;
            top: 2px; }
      .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-details .professionist_category {
        font-size: 0.63rem;
        text-transform: lowercase;
        padding-bottom: 40px;
        position: relative; }
        .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-details .professionist_category:after {
          content: "";
          display: block;
          width: 30px;
          height: 2px;
          position: absolute;
          bottom: 32px;
          background: #6500c8;
          background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
      .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-details .separator-heading {
        margin-top: 50px;
        margin-bottom: 20px; }
    .single-ap-course #speaker-info-content.active .course-professionist-container:first-of-type {
      margin-top: 0; }
    .single-ap-course #speaker-info-content.active .course-professionist-container:last-of-type {
      border-bottom: none; }
.single-ap-course #course-docs-content .course_file_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  padding-bottom: 30px;
  border-bottom: 2px solid #EAEAEA; }
  .single-ap-course #course-docs-content .course_file_list li {
    width: 50%;
    box-sizing: border-box;
    min-height: 34px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin-bottom: 15px;
    background-position: left center;
    background-size: 26px 33px;
    background-repeat: no-repeat; }
    .single-ap-course #course-docs-content .course_file_list li:before {
      content: none !important; }
    .single-ap-course #course-docs-content .course_file_list li a {
      color: #3B82F6;
      text-decoration: none !important; }
      .single-ap-course #course-docs-content .course_file_list li a:hover, .single-ap-course #course-docs-content .course_file_list li a:focus {
        color: #0b63f3; }
    .single-ap-course #course-docs-content .course_file_list li.ap_format_docx, .single-ap-course #course-docs-content .course_file_list li.ap_format_doc {
      background-image: url("../img/doc-icon-gradient.svg"); }
    .single-ap-course #course-docs-content .course_file_list li.ap_format_pdf {
      background-image: url("../img/pdf-icon-gradient.svg"); }
    .single-ap-course #course-docs-content .course_file_list li.ap_format_other {
      background-image: url("../img/other-icon-gradient.svg"); }
.single-ap-course #course-docs-content .course_slide_title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  margin: 35px 0 25px; }
  .single-ap-course #course-docs-content .course_slide_title #course_heading_slide_number {
    color: #3B82F6; }
  .single-ap-course #course-docs-content .course_slide_title:before {
    content: none !important; }
.single-ap-course #course-docs-content #course_video_carousel .carousel-item {
  height: 600px;
  background-color: #0c0c0c; }
  .single-ap-course #course-docs-content #course_video_carousel .carousel-item .course-video-thumbnail {
    position: relative;
    width: 100%;
    height: 100%; }
    .single-ap-course #course-docs-content #course_video_carousel .carousel-item .course-video-thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .single-ap-course #course-docs-content #course_video_carousel .carousel-item .course-video-thumbnail .course-video-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: rgba(26, 35, 37, 0.85); }
      .single-ap-course #course-docs-content #course_video_carousel .carousel-item .course-video-thumbnail .course-video-overlay h3 {
        max-width: 90%;
        text-align: center;
        color: #fff;
        margin: 0 auto 50px; }
.single-ap-course #course-docs-content .sider_controls {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px; }
  .single-ap-course #course-docs-content .sider_controls a {
    width: 50%;
    max-width: 300px;
    opacity: 1 !important;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400 !important;
    font-family: Montserrat, "Helvetica Neue", sans-serif !important;
    padding: 17px 30px; }
    .single-ap-course #course-docs-content .sider_controls a.disabled {
      background: #E8E8E8 !important; }

.woocommerce-account #content {
  padding-top: 200px; }
  .woocommerce-account #content .main-container > .container > .row > .col-xs-12 {
    width: 100vw;
    max-width: 1500px;
    margin: 0 auto !important; }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #user-tabs {
      border-top: 2px solid #EAEAEA !important;
      padding-top: 30px; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #user-tabs .nav-item .nav-link {
        font-size: 1rem;
        font-weight: 700;
        font-family: Montserrat, "Helvetica Neue", sans-serif !important;
        border: none !important;
        color: #222222;
        position: relative;
        display: inline-block;
        min-width: 165px; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #user-tabs .nav-item .nav-link:after {
          transition: width 0.3s;
          width: 0;
          height: 0;
          display: block;
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          background: #6500c8;
          background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #user-tabs .nav-item .nav-link:focus {
          outline: none; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #user-tabs .nav-item .nav-link.active:after {
          height: 3px;
          width: 100%; }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .tab-pane {
      background-color: #F4F4F4;
      padding: 70px !important; }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .request_status {
      margin-bottom: 20px;
      font-size: 16px;
      letter-spacing: 1px;
      font-weight: 400;
      font-family: 'Montserrat', sans-serif;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: 0.3s;
      opacity: 0;
      transform: scaleY(0) translateY(-50%);
      height: 0;
      padding: 0; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .request_status.success {
        border: 3px solid #3B82F6; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .request_status.error {
        border: 3px solid #e43637; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .request_status.active {
        padding: 10px;
        height: 50px;
        opacity: 1;
        transform: scaleY(1); }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .request_status .dismiss-status-report {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: black;
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        transform: rotate(45deg);
        border-radius: 50%;
        transition: 0.1s; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .request_status .dismiss-status-report:hover {
          cursor: pointer;
          background-color: #222222;
          transform: rotate(45deg) scale(1.06); }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container {
      position: relative; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .course_details {
        padding: 20px 280px 0 30px;
        background: none;
        position: relative; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .course_details .course_title {
          padding-bottom: 15px;
          padding-top: 5px; }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .course_details .course_title:after {
            bottom: -3px; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .course_details .course_modify_button {
          position: absolute !important;
          right: 140px;
          top: 50%;
          transform: translate(50%, -50%);
          font-size: 0.67rem !important;
          padding: 17px 100px 17px 30px;
          min-width: 120px;
          display: inline-block;
          color: #ffffff !important;
          font-weight: 600 !important;
          font-family: 'BrownStd', "Open Sans", sans-serif !important;
          letter-spacing: 1px;
          position: relative;
          border-radius: 0;
          background: #6500c8;
          background: -moz-linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
          background: -webkit-linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
          background: linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
          width: 160px;
          padding: 7px 10px;
          text-align: center;
          text-transform: uppercase;
          font-weight: 400 !important;
          font-family: 'Montserrat', sans-serif;
          border-radius: 2px;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .course_details .course_modify_button:hover {
            background: #812bc8;
            background: -moz-linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
            background: -webkit-linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
            background: linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
            text-decoration: none; }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .course_details .course_modify_button i {
            width: 50px;
            height: 50px;
            position: absolute;
            right: 10px;
            top: 4px;
            background-image: url(../img/light-arrow.svg);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .course_details .course_modify_button.white {
            background: #ffffff !important;
            color: #222222 !important; }
            .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .course_details .course_modify_button.white i {
              background-image: url(../img/dark-arrow.svg); }
            .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .course_details .course_modify_button.white:hover {
              background: #f1f1f1 !important; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .course_remove_button {
        background-image: url(../img/red-remove-icon.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent;
        width: 20px;
        height: 20px;
        top: 50%;
        position: absolute;
        right: -50px;
        padding: 0;
        border: none;
        transform: translateY(-50%); }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container > a {
        width: 100%;
        height: 100%;
        display: flex;
        text-decoration: none !important; }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content {
      padding: 0 100px 50px 50px !important; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content ul {
        list-style-type: none;
        padding: 0; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content .course_list_header {
        height: 84px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #DFDFDF;
        width: calc(100% + 150px);
        position: relative;
        left: calc(50% + 25px);
        transform: translateX(-50%);
        margin-bottom: 50px;
        padding: 0 100px 0 50px; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content .course_list_header h6 {
          font-size: 16px;
          font-weight: 700;
          font-family: Montserrat, "Helvetica Neue", sans-serif !important;
          display: inline-flex;
          align-items: center;
          justify-content: space-between;
          color: #222222;
          margin-bottom: 0; }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content .course_list_header h6 strong {
            font-size: 16px;
            font-weight: 700;
            color: #3B82F6;
            margin-right: 6px; }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content .course_list_header h6 a {
            color: #222222 !important;
            display: inline-flex;
            align-items: center;
            text-decoration: none !important;
            padding: 10px; }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content .course_list_header h6 span {
            background: #6500c8;
            background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
            background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
            background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
            width: 36px;
            height: 36px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            margin-right: 15px;
            font-weight: 500 !important;
            min-width: 0;
            font-family: Montserrat, "Helvetica Neue", sans-serif !important;
            font-size: 40px !important;
            padding: 0 !important;
            color: #ffffff; }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content .course_list_header h6.course_add_button {
            padding: 10px;
            border-radius: 2px; }
            .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content .course_list_header h6.course_add_button:hover {
              cursor: pointer;
              background-color: rgba(0, 0, 0, 0.05); }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content.client {
        padding: 0 50px 50px 50px !important; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content.client .course_list_header h6 {
          padding: 0; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content.client .course_card_container .course_details {
          padding: 20px 30px 0; }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content.client .course_card_container .course_details .course_type_container {
            width: 100%; }
            .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content.client .course_card_container .course_details .course_type_container span {
              top: -15px; }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content.client .course_card_container .course_details .course_meta {
            justify-content: flex-start; }
            .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content.client .course_card_container .course_details .course_meta span {
              margin-right: 50px; }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content {
      padding: 25px 70px 70px !important; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content .ap_options_card {
        margin-top: 30px; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content .ap_options_card > .row > .col-lg-6:first-of-type {
          padding-right: 50px; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content .ap_options_card > .row > .col-lg-6:last-of-type {
          padding-left: 50px; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content .info-page-footer {
        display: flex;
        justify-content: center;
        margin: 50px 0 0; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content .info-page-header {
        display: flex;
        justify-content: flex-end; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content .info-page-header span {
          font-size: 0.7rem;
          color: #3B82F6;
          text-decoration: underline;
          margin-right: 30px; }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content .info-page-header span:last-of-type {
            margin-right: 0; }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content .info-page-header span:hover {
            cursor: pointer;
            color: #0b63f3; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content button {
        font-size: 0.67rem !important;
        padding: 17px 100px 17px 30px;
        min-width: 120px;
        display: inline-block;
        color: #ffffff !important;
        font-weight: 600 !important;
        font-family: 'BrownStd', "Open Sans", sans-serif !important;
        letter-spacing: 1px;
        position: relative;
        border-radius: 0;
        background: #6500c8;
        background: -moz-linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
        background: -webkit-linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
        background: linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
        text-align: center;
        padding: 17px 10px !important;
        width: 160px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 400 !important;
        border-radius: 2px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content button:hover {
          background: #812bc8;
          background: -moz-linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
          background: -webkit-linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
          background: linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
          text-decoration: none; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content button i {
          width: 50px;
          height: 50px;
          position: absolute;
          right: 10px;
          top: 4px;
          background-image: url(../img/light-arrow.svg);
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content button.white {
          background: #ffffff !important;
          color: #222222 !important; }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content button.white i {
            background-image: url(../img/dark-arrow.svg); }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content button.white:hover {
            background: #f1f1f1 !important; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content button.submit {
          min-width: 0;
          width: 0;
          padding: 17px 0 !important;
          color: rgba(255, 255, 255, 0) !important;
          transition: color 0.3s ease-out 0.3s, width .3s ease-out,0.3s; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content button[disabled="disabled"] {
          background: #B4B4B4;
          background: -moz-linear-gradient(225deg, #B4B4B4 20%, #C6C6C6 100%);
          background: -webkit-linear-gradient(225deg, #B4B4B4 20%, #C6C6C6 100%);
          background: linear-gradient(225deg, #B4B4B4 20%, #C6C6C6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content button[disabled="disabled"]:hover {
            cursor: auto;
            background: #B4B4B4;
            background: -moz-linear-gradient(225deg, #B4B4B4 20%, #C6C6C6 100%);
            background: -webkit-linear-gradient(225deg, #B4B4B4 20%, #C6C6C6 100%);
            background: linear-gradient(225deg, #B4B4B4 20%, #C6C6C6 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content label[for="user_new_password_input"],
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content label[for="user_password_confirmation_input"] {
        height: 0;
        overflow: hidden;
        transition: 0.3s; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content.editing .ap_options_card #password-row input {
        width: calc(100% - 130px) !important; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content.editing .ap_options_card #password-row span {
        width: 120px !important;
        margin-left: 10px; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content.editing .info-page-footer button.submit {
        min-width: 0;
        width: 160px;
        margin-right: 10px;
        padding: 17px 10px !important;
        color: white !important;
        transition: color 0.3s ease-in, width .3s ease-in 0.3s,0.3s; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content.editing-password label[for="user_new_password_input"],
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content.editing-password label[for="user_password_confirmation_input"] {
        height: 60px; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content.editing-password .pass_change_validity_messages {
        display: block; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content .pass_change_validity_messages {
        list-style-type: none;
        padding: 0;
        display: none; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content .pass_change_validity_messages li {
          background-color: #e43637;
          font-size: 0.5rem;
          display: flex;
          height: 0;
          width: 100%;
          margin: 0;
          overflow: hidden;
          align-items: center;
          justify-content: center;
          color: #fff;
          transition: 0.1s; }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content .pass_change_validity_messages li.show {
            margin: 10px 0;
            height: 30px; }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #clients-content {
      padding-top: 0 !important; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #clients-content .clients_list_header {
        height: 84px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-bottom: 1px solid #DFDFDF;
        width: calc(100% + 140px);
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 50px;
        padding: 0 70px; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #clients-content .clients_list_header label[for="client_search_field"] {
          font-size: 13px;
          font-weight: 400;
          margin-bottom: 0;
          display: flex;
          color: #3B82F6;
          flex-wrap: wrap; }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #clients-content .clients_list_header label[for="client_search_field"] #client_search_field {
            width: 80%;
            height: 30px;
            border: 2px solid #3B82F6;
            border-bottom: 2px solid #3B82F6;
            border-radius: 0;
            background: transparent;
            transition: 0.3s; }
          .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #clients-content .clients_list_header label[for="client_search_field"] #client_search_submit {
            width: 20%;
            height: 30px;
            padding: 0;
            background-color: #3B82F6; }
  .woocommerce-account #content .ap_options_card {
    padding: 50px 45px 60px 40px;
    background-color: #ffffff;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.08);
    margin-top: 50px; }
    .woocommerce-account #content .ap_options_card:first-of-type {
      margin-top: 0; }
    .woocommerce-account #content .ap_options_card h4 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 40px;
      font-family: 'Montserrat', sans-serif; }
    .woocommerce-account #content .ap_options_card label {
      display: flex;
      flex-direction: column;
      font-size: 13px;
      color: #3B82F6; }
      .woocommerce-account #content .ap_options_card label input {
        border: none;
        padding: 8px 4px;
        position: relative;
        left: -4px;
        transition: 0.3s;
        border-bottom: 2px solid #3B82F6;
        background-position: calc(100% - 4px) 80%;
        width: 100%; }
        .woocommerce-account #content .ap_options_card label input:focus {
          outline: none;
          background-color: white;
          border-radius: 2px;
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1); }
      .woocommerce-account #content .ap_options_card label select {
        border: none;
        border-radius: 0 !important;
        border-bottom: 2px solid #3B82F6;
        background-color: #fff;
        position: relative;
        padding: 8px 4px;
        left: -4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../img/select-arrow-blue.svg);
        background-position: calc(100% - 4px) 70%;
        background-repeat: no-repeat;
        background-size: 20px;
        transition: background-position 0.3s ease-in,0.3s; }
        .woocommerce-account #content .ap_options_card label select:focus {
          outline: none;
          background-color: white;
          border-radius: 2px;
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1); }
      .woocommerce-account #content .ap_options_card label[for="new_payment_amount"] {
        text-align: right; }
        .woocommerce-account #content .ap_options_card label[for="new_payment_amount"] .input-wrapper {
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-size: 16px;
          margin-top: -5px;
          color: #222222; }
          .woocommerce-account #content .ap_options_card label[for="new_payment_amount"] .input-wrapper input {
            width: calc(100% - 20px);
            text-align: right; }
        .woocommerce-account #content .ap_options_card label[for="new_payment_amount"] span:not(.input-wrapper) {
          margin-right: 24px; }
      .woocommerce-account #content .ap_options_card label input::-webkit-outer-spin-button,
      .woocommerce-account #content .ap_options_card label input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .woocommerce-account #content .ap_options_card label input[type=number] {
        -moz-appearance: textfield; }
      .woocommerce-account #content .ap_options_card label input[readonly], .woocommerce-account #content .ap_options_card label select[disabled] {
        border-bottom: 2px solid #D8D8D8;
        background-position: calc(100% - 4px) -100px; }
        .woocommerce-account #content .ap_options_card label input[readonly]:focus, .woocommerce-account #content .ap_options_card label select[disabled]:focus {
          border-bottom: 2px solid #D8D8D8;
          border-radius: 0;
          box-shadow: 0 5px 12px transparent; }
    .woocommerce-account #content .ap_options_card .form-controls {
      display: flex;
      margin-top: 55px; }
    .woocommerce-account #content .ap_options_card button {
      font-size: 0.67rem !important;
      padding: 17px 100px 17px 30px;
      min-width: 120px;
      display: inline-block;
      color: #ffffff !important;
      font-weight: 600 !important;
      font-family: 'BrownStd', "Open Sans", sans-serif !important;
      letter-spacing: 1px;
      position: relative;
      border-radius: 0;
      background: #6500c8;
      background: -moz-linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
      background: -webkit-linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
      background: linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
      text-align: center;
      padding: 17px 10px !important;
      width: 160px;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      font-weight: 400 !important;
      border-radius: 2px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
      .woocommerce-account #content .ap_options_card button:hover {
        background: #812bc8;
        background: -moz-linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
        background: -webkit-linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
        background: linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
        text-decoration: none; }
      .woocommerce-account #content .ap_options_card button i {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 10px;
        top: 4px;
        background-image: url(../img/light-arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      .woocommerce-account #content .ap_options_card button.white {
        background: #ffffff !important;
        color: #222222 !important; }
        .woocommerce-account #content .ap_options_card button.white i {
          background-image: url(../img/dark-arrow.svg); }
        .woocommerce-account #content .ap_options_card button.white:hover {
          background: #f1f1f1 !important; }
      .woocommerce-account #content .ap_options_card button[type="submit"] {
        min-width: 0;
        width: 0;
        padding: 17px 0 !important;
        color: rgba(255, 255, 255, 0) !important;
        transition: color 0.3s ease-out 0.3s, width .3s ease-out,0.3s; }
    .woocommerce-account #content .ap_options_card.editing button[type="submit"] {
      min-width: 0;
      width: 160px;
      margin-right: 10px;
      padding: 17px 10px !important;
      color: white !important;
      transition: color 0.3s ease-in, width .3s ease-in 0.3s,0.3s; }
    .woocommerce-account #content .ap_options_card.payments button[type="submit"] {
      width: 225px;
      margin: 0 auto;
      display: block;
      color: #ffffff !important; }
    .woocommerce-account #content .ap_options_card.payments #payment-table tr {
      border-bottom: 2px solid #D8D8D8; }
      .woocommerce-account #content .ap_options_card.payments #payment-table tr:first-of-type {
        border-bottom: none; }
    .woocommerce-account #content .ap_options_card.payments #payment-table th, .woocommerce-account #content .ap_options_card.payments #payment-table td {
      border: none !important;
      font-size: 0.6rem;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500; }
    .woocommerce-account #content .ap_options_card.payments #payment-table th {
      text-transform: uppercase;
      color: #b2b2b2; }
      .woocommerce-account #content .ap_options_card.payments #payment-table th:first-of-type {
        color: #3B82F6; }
    .woocommerce-account #content .ap_options_card.payments #payment-table td {
      padding-top: 17px;
      color: #222222; }
      .woocommerce-account #content .ap_options_card.payments #payment-table td:nth-of-type(3) {
        max-width: 400px; }
      .woocommerce-account #content .ap_options_card.payments #payment-table td form input {
        color: #3B82F6;
        background-color: transparent;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.6rem;
        font-weight: 400;
        float: right; }
        .woocommerce-account #content .ap_options_card.payments #payment-table td form input:hover, .woocommerce-account #content .ap_options_card.payments #payment-table td form input:focus {
          background-color: rgba(0, 0, 0, 0.1); }
      .woocommerce-account #content .ap_options_card.payments #payment-table td[class^="status-"] {
        min-height: 70px;
        display: flex;
        align-items: center; }
      .woocommerce-account #content .ap_options_card.payments #payment-table td.status-completed {
        color: #16D154; }
      .woocommerce-account #content .ap_options_card.payments #payment-table td.status-pending {
        color: #D1A816; }
      .woocommerce-account #content .ap_options_card.payments #payment-table td.status-canceled, .woocommerce-account #content .ap_options_card.payments #payment-table td.status-trash {
        color: #D11616; }
    .woocommerce-account #content .ap_options_card label[for="user_password_input"] .password-label .password-label-suffix {
      opacity: 1;
      transition: 0.3s;
      width: 100px; }
      .woocommerce-account #content .ap_options_card label[for="user_password_input"] .password-label .password-label-suffix.hidden {
        opacity: 0;
        pointer-events: none; }
    .woocommerce-account #content .ap_options_card #password-row {
      display: flex;
      align-items: center; }
      .woocommerce-account #content .ap_options_card #password-row span {
        white-space: nowrap;
        display: inline-block;
        width: 0;
        overflow: hidden;
        transition: 0.2s;
        color: #3B82F6; }
        .woocommerce-account #content .ap_options_card #password-row span:hover {
          color: #0b63f3;
          cursor: pointer; }
    .woocommerce-account #content .ap_options_card #clients-table tr {
      border-bottom: 2px solid #D8D8D8; }
      .woocommerce-account #content .ap_options_card #clients-table tr th, .woocommerce-account #content .ap_options_card #clients-table tr td {
        border: none !important;
        font-size: 0.6rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 500; }
        .woocommerce-account #content .ap_options_card #clients-table tr th:last-of-type, .woocommerce-account #content .ap_options_card #clients-table tr td:last-of-type {
          width: 200px;
          text-align: right; }
      .woocommerce-account #content .ap_options_card #clients-table tr th {
        text-transform: uppercase;
        color: #b2b2b2; }
      .woocommerce-account #content .ap_options_card #clients-table tr td {
        padding-top: 17px;
        color: #222222; }
        .woocommerce-account #content .ap_options_card #clients-table tr td button {
          padding: 10px !important; }
      .woocommerce-account #content .ap_options_card #clients-table tr:first-of-type {
        border-bottom: none; }

.hoverable_column span {
  padding: 5px;
  border-radius: 40px;
  margin-left: -5px;
  pointer-events: none; }
.hoverable_column:hover {
  cursor: pointer; }
  .hoverable_column:hover span {
    background-color: rgba(0, 0, 0, 0.3); }

.wpua-edit #wpua-add-button-existing,
.wpua-edit #wpua-remove-button-existing,
.wpua-edit #wpua-undo-button-existing,
.wpua-edit #wpua-upload-button-existing,
.wpua-edit .submit {
  text-align: center; }
  .wpua-edit #wpua-add-button-existing button,
  .wpua-edit #wpua-add-button-existing input[type="submit"],
  .wpua-edit #wpua-remove-button-existing button,
  .wpua-edit #wpua-remove-button-existing input[type="submit"],
  .wpua-edit #wpua-undo-button-existing button,
  .wpua-edit #wpua-undo-button-existing input[type="submit"],
  .wpua-edit #wpua-upload-button-existing button,
  .wpua-edit #wpua-upload-button-existing input[type="submit"],
  .wpua-edit .submit button,
  .wpua-edit .submit input[type="submit"] {
    font-size: 0.67rem !important;
    padding: 17px 100px 17px 30px;
    min-width: 120px;
    display: inline-block;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-family: 'BrownStd', "Open Sans", sans-serif !important;
    letter-spacing: 1px;
    position: relative;
    border-radius: 0;
    background: #6500c8;
    background: -moz-linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
    background: -webkit-linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
    background: linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
    border-radius: 2px;
    padding: 18px 10px;
    width: 300px;
    font-family: Montserrat !important;
    font-weight: 400 !important; }
    .wpua-edit #wpua-add-button-existing button:hover,
    .wpua-edit #wpua-add-button-existing input[type="submit"]:hover,
    .wpua-edit #wpua-remove-button-existing button:hover,
    .wpua-edit #wpua-remove-button-existing input[type="submit"]:hover,
    .wpua-edit #wpua-undo-button-existing button:hover,
    .wpua-edit #wpua-undo-button-existing input[type="submit"]:hover,
    .wpua-edit #wpua-upload-button-existing button:hover,
    .wpua-edit #wpua-upload-button-existing input[type="submit"]:hover,
    .wpua-edit .submit button:hover,
    .wpua-edit .submit input[type="submit"]:hover {
      background: #812bc8;
      background: -moz-linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
      background: -webkit-linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
      background: linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
      text-decoration: none; }
    .wpua-edit #wpua-add-button-existing button i,
    .wpua-edit #wpua-add-button-existing input[type="submit"] i,
    .wpua-edit #wpua-remove-button-existing button i,
    .wpua-edit #wpua-remove-button-existing input[type="submit"] i,
    .wpua-edit #wpua-undo-button-existing button i,
    .wpua-edit #wpua-undo-button-existing input[type="submit"] i,
    .wpua-edit #wpua-upload-button-existing button i,
    .wpua-edit #wpua-upload-button-existing input[type="submit"] i,
    .wpua-edit .submit button i,
    .wpua-edit .submit input[type="submit"] i {
      width: 50px;
      height: 50px;
      position: absolute;
      right: 10px;
      top: 4px;
      background-image: url(../img/light-arrow.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .wpua-edit #wpua-add-button-existing button.white,
    .wpua-edit #wpua-add-button-existing input[type="submit"].white,
    .wpua-edit #wpua-remove-button-existing button.white,
    .wpua-edit #wpua-remove-button-existing input[type="submit"].white,
    .wpua-edit #wpua-undo-button-existing button.white,
    .wpua-edit #wpua-undo-button-existing input[type="submit"].white,
    .wpua-edit #wpua-upload-button-existing button.white,
    .wpua-edit #wpua-upload-button-existing input[type="submit"].white,
    .wpua-edit .submit button.white,
    .wpua-edit .submit input[type="submit"].white {
      background: #ffffff !important;
      color: #222222 !important; }
      .wpua-edit #wpua-add-button-existing button.white i,
      .wpua-edit #wpua-add-button-existing input[type="submit"].white i,
      .wpua-edit #wpua-remove-button-existing button.white i,
      .wpua-edit #wpua-remove-button-existing input[type="submit"].white i,
      .wpua-edit #wpua-undo-button-existing button.white i,
      .wpua-edit #wpua-undo-button-existing input[type="submit"].white i,
      .wpua-edit #wpua-upload-button-existing button.white i,
      .wpua-edit #wpua-upload-button-existing input[type="submit"].white i,
      .wpua-edit .submit button.white i,
      .wpua-edit .submit input[type="submit"].white i {
        background-image: url(../img/dark-arrow.svg); }
      .wpua-edit #wpua-add-button-existing button.white:hover,
      .wpua-edit #wpua-add-button-existing input[type="submit"].white:hover,
      .wpua-edit #wpua-remove-button-existing button.white:hover,
      .wpua-edit #wpua-remove-button-existing input[type="submit"].white:hover,
      .wpua-edit #wpua-undo-button-existing button.white:hover,
      .wpua-edit #wpua-undo-button-existing input[type="submit"].white:hover,
      .wpua-edit #wpua-upload-button-existing button.white:hover,
      .wpua-edit #wpua-upload-button-existing input[type="submit"].white:hover,
      .wpua-edit .submit button.white:hover,
      .wpua-edit .submit input[type="submit"].white:hover {
        background: #f1f1f1 !important; }
.wpua-edit #wpua-upload-button-existing input {
  margin: 30px 0; }
.wpua-edit #wpua-upload-messages-existing,
.wpua-edit #wpua-preview-existing,
.wpua-edit #wpua-thumbnail-existing {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  padding: 15px 0; }
  .wpua-edit #wpua-upload-messages-existing code,
  .wpua-edit #wpua-preview-existing code,
  .wpua-edit #wpua-thumbnail-existing code {
    color: #3B82F6; }
  .wpua-edit #wpua-upload-messages-existing img,
  .wpua-edit #wpua-preview-existing img,
  .wpua-edit #wpua-thumbnail-existing img {
    margin: 0 auto; }
.wpua-edit #wpua-thumbnail-existing img {
  border-radius: 50%; }

#ap_client_details_modal .global_modal_submit {
  float: none; }

.woocommerce-checkout .content-area .entry-title {
  text-align: center;
  margin-bottom: 50px; }
  .woocommerce-checkout .content-area .entry-title:before {
    content: none !important; }
.woocommerce-checkout .content-area .entry-content > .woocommerce {
  margin: 0 auto; }
.woocommerce-checkout .content-area .woocommerce-message[role="alert"] {
  display: none; }
.woocommerce-checkout .content-area #customer_details .col-1 {
  width: 100%;
  max-width: 100%; }
  .woocommerce-checkout .content-area #customer_details .col-1 h3 {
    text-align: center; }
  .woocommerce-checkout .content-area #customer_details .col-1 .form-row {
    flex-direction: column; }
.woocommerce-checkout .content-area #customer_details .col-2 {
  display: none; }
.woocommerce-checkout .content-area #order_review_heading {
  margin: 50px 0;
  text-align: center; }
.woocommerce-checkout .content-area .payment_box.payment_method_paypal {
  display: none !important; }
.woocommerce-checkout .content-area #place_order {
  font-size: 0.67rem !important;
  padding: 17px 100px 17px 30px;
  min-width: 120px;
  display: inline-block;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-family: 'BrownStd', "Open Sans", sans-serif !important;
  letter-spacing: 1px;
  position: relative;
  border-radius: 0;
  background: #6500c8;
  background: -moz-linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
  background: -webkit-linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
  background: linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
  text-align: center;
  padding: 17px 40px !important;
  min-width: 160px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 400 !important;
  border-radius: 2px;
  display: block;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  margin: 50px auto; }
  .woocommerce-checkout .content-area #place_order:hover {
    background: #812bc8;
    background: -moz-linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
    background: -webkit-linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
    background: linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
    text-decoration: none; }
  .woocommerce-checkout .content-area #place_order i {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 4px;
    background-image: url(../img/light-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .woocommerce-checkout .content-area #place_order.white {
    background: #ffffff !important;
    color: #222222 !important; }
    .woocommerce-checkout .content-area #place_order.white i {
      background-image: url(../img/dark-arrow.svg); }
    .woocommerce-checkout .content-area #place_order.white:hover {
      background: #f1f1f1 !important; }
.woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
    display: flex;
    flex-direction: column;
    float: none !important;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    justify-content: flex-end; }
    .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_first_name_field, .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_company_field, .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_city_field, .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_country_field, .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_iva_field, .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_pec_field, .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field {
      margin-right: 4% !important;
      width: 48%; }
    .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_cf_field, .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_sdi_field, .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_last_name_field, .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field, .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_email_field, .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field, .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_state_field {
      width: 48%; }
    .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_address_2_field {
      display: none !important; }
    .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
      color: #3B82F6;
      font-size: 14px; }
      .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label .required {
        display: none; }
    .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input {
      background-color: transparent !important;
      border: none;
      padding-left: 0;
      font-family: Montserrat, "Helvetica Neue", sans-serif;
      font-size: 14px;
      transition: 0.3s;
      border-bottom: 2px solid #3B82F6; }
      .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input:focus {
        outline: none;
        border-radius: 2px;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
        padding-left: 5px; }
    .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection {
      border: none;
      border-bottom: 2px solid #3b82f5;
      border-radius: 0;
      font-size: 14px;
      height: 50px;
      transition: 0.3s;
      font-family: Montserrat, "Helvetica Neue", sans-serif; }
      .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection:focus {
        outline: none;
        border-radius: 2px;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
        padding-left: 5px; }
    .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-form-login__rememberme input {
      width: 0;
      height: 0;
      visibility: hidden; }
      .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-form-login__rememberme input + span:before {
        content: "";
        width: 16px;
        height: 16px;
        display: inline-block;
        border: 1px solid #ffffff;
        background-color: #d4d4d4;
        margin-right: 10px;
        position: relative;
        top: 3px; }
      .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-form-login__rememberme input:checked + span:before {
        background: linear-gradient(60deg, #3d62e9 0%, #3b6dee 50%, #3b80f5 140%); }
    .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-form-login__rememberme:hover {
      cursor: pointer; }
    .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row button {
      font-size: 0.67rem !important;
      padding: 17px 100px 17px 30px;
      min-width: 120px;
      display: inline-block;
      color: #ffffff !important;
      font-weight: 600 !important;
      font-family: 'BrownStd', "Open Sans", sans-serif !important;
      letter-spacing: 1px;
      position: relative;
      border-radius: 0;
      background: #6500c8;
      background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
      padding: 18px 20px;
      border-radius: 2px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      text-transform: uppercase;
      font-family: Montserrat, "Helvetica Neue", sans-serif; }
      .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row button:hover {
        background: #812bc8;
        background: -moz-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
        background: -webkit-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
        background: linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
        text-decoration: none; }
      .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row button i {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 10px;
        top: 4px;
        background-image: url(../img/light-arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row button.white {
        background: #ffffff !important;
        color: #222222 !important; }
        .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row button.white i {
          background-image: url(../img/dark-arrow.svg); }
        .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row button.white:hover {
          background: #f1f1f1 !important; }
      .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row button[disabled] {
        background: #B4B4B4;
        background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
        .woocommerce-checkout .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row button[disabled]:hover {
          cursor: auto;
          background: #B4B4B4;
          background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
.woocommerce-checkout .shop_table {
  margin: 50px 0; }
  .woocommerce-checkout .shop_table th, .woocommerce-checkout .shop_table td {
    border: none;
    border-bottom: 2px solid #D8D8D8;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400; }
    .woocommerce-checkout .shop_table th:last-of-type, .woocommerce-checkout .shop_table td:last-of-type {
      text-align: right; }
  .woocommerce-checkout .shop_table th {
    color: #222222;
    font-weight: 700; }
  .woocommerce-checkout .shop_table tfoot th {
    text-align: left !important; }
.woocommerce-checkout .wc_payment_methods {
  padding: 0; }
.woocommerce-checkout .woocommerce-privacy-policy-text {
  font-size: 12px; }
.woocommerce-checkout:not(.logged-in) .woocommerce-form-login-toggle .woocommerce-info {
  background: #6500c8;
  background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
  background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
  background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
  color: #ffffff;
  border-radius: 2px;
  text-align: center; }
.woocommerce-checkout:not(.logged-in) .woocommerce-form-login {
  max-width: 400px;
  margin: 0 auto;
  text-align: left; }
  .woocommerce-checkout:not(.logged-in) .woocommerce-form-login > p {
    font-size: 14px;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    color: #222222; }
  .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row.form-row-first,
  .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row.form-row-last {
    float: none !important;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important; }
    .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row.form-row-first label,
    .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row.form-row-last label {
      color: #3B82F6;
      font-size: 14px; }
      .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row.form-row-first label .required,
      .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row.form-row-last label .required {
        display: none; }
    .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row.form-row-first input,
    .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row.form-row-last input {
      background-color: transparent !important;
      border: none;
      border-bottom: 2px solid #3B82F6; }
  .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row {
    display: flex;
    flex-direction: column; }
    .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-form-login__rememberme input {
      width: 0;
      height: 0;
      visibility: hidden; }
      .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-form-login__rememberme input + span:before {
        content: "";
        width: 16px;
        height: 16px;
        display: inline-block;
        border: 1px solid #ffffff;
        background-color: #d4d4d4;
        margin-right: 10px;
        position: relative;
        top: 3px; }
      .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-form-login__rememberme input:checked + span:before {
        background: linear-gradient(60deg, #3d62e9 0%, #3b6dee 50%, #3b80f5 140%); }
    .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-form-login__rememberme:hover {
      cursor: pointer; }
    .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row button {
      font-size: 0.67rem !important;
      padding: 17px 100px 17px 30px;
      min-width: 120px;
      display: inline-block;
      color: #ffffff !important;
      font-weight: 600 !important;
      font-family: 'BrownStd', "Open Sans", sans-serif !important;
      letter-spacing: 1px;
      position: relative;
      border-radius: 0;
      background: #6500c8;
      background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
      padding: 18px 20px;
      border-radius: 2px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      text-transform: uppercase;
      font-family: Montserrat, "Helvetica Neue", sans-serif; }
      .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row button:hover {
        background: #812bc8;
        background: -moz-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
        background: -webkit-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
        background: linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
        text-decoration: none; }
      .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row button i {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 10px;
        top: 4px;
        background-image: url(../img/light-arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row button.white {
        background: #ffffff !important;
        color: #222222 !important; }
        .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row button.white i {
          background-image: url(../img/dark-arrow.svg); }
        .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row button.white:hover {
          background: #f1f1f1 !important; }
      .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row button[disabled] {
        background: #B4B4B4;
        background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
        .woocommerce-checkout:not(.logged-in) .woocommerce-form-login .form-row button[disabled]:hover {
          cursor: auto;
          background: #B4B4B4;
          background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
.woocommerce-checkout:not(.logged-in) .woocommerce {
  text-align: left; }
.woocommerce-checkout ul.woocommerce-thankyou-order-details {
  margin: 0 auto;
  list-style-type: none; }
  .woocommerce-checkout ul.woocommerce-thankyou-order-details li {
    position: relative; }
    .woocommerce-checkout ul.woocommerce-thankyou-order-details li:before {
      content: "" !important;
      width: 7px;
      height: 7px;
      display: block !important;
      position: absolute;
      left: -22px;
      top: 16px;
      background-color: #6501C7;
      border-radius: 50%;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
.woocommerce-checkout .woocommerce-order-details__title,
.woocommerce-checkout .woocommerce-column__title {
  text-align: center;
  margin: 50px 0; }
  .woocommerce-checkout .woocommerce-order-details__title:before,
  .woocommerce-checkout .woocommerce-column__title:before {
    content: none !important; }

.page-id-1097 .col-xs-12 {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto; }
  .page-id-1097 .col-xs-12 .data-form {
    margin: 100px auto 0;
    width: 100%;
    max-width: 940px; }
    .page-id-1097 .col-xs-12 .data-form label {
      width: 100%;
      display: flex;
      flex-direction: column;
      float: none !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
      justify-content: flex-end;
      color: #3B82F6;
      font-size: 14px; }
      .page-id-1097 .col-xs-12 .data-form label input {
        background-color: transparent !important;
        border: none;
        width: 100%;
        padding: 0.36rem 0.66rem 0.36rem  0;
        font-family: Montserrat, "Helvetica Neue", sans-serif;
        font-size: 14px;
        transition: 0.3s;
        border-bottom: 2px solid #3B82F6; }
        .page-id-1097 .col-xs-12 .data-form label input:focus {
          outline: none;
          border-radius: 2px;
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
          padding-left: 5px; }
      .page-id-1097 .col-xs-12 .data-form label select {
        border: none;
        border-bottom: 2px solid #3b82f5;
        border-radius: 0;
        font-size: 14px;
        width: 100%;
        height: 39px;
        transition: 0.3s;
        font-family: Montserrat, "Helvetica Neue", sans-serif;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: transparent;
        background-image: url(../img/select-arrow-blue.svg);
        background-position: calc(100% - 4px) center;
        background-repeat: no-repeat;
        background-size: 20px; }
        .page-id-1097 .col-xs-12 .data-form label select:focus {
          outline: none;
          border-radius: 2px;
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
          padding-left: 5px; }
    .page-id-1097 .col-xs-12 .data-form .form-footer {
      margin: 100px 0;
      display: flex;
      justify-content: center; }
      .page-id-1097 .col-xs-12 .data-form .form-footer button {
        font-size: 0.67rem !important;
        padding: 17px 100px 17px 30px;
        min-width: 120px;
        display: inline-block;
        color: #ffffff !important;
        font-weight: 600 !important;
        font-family: 'BrownStd', "Open Sans", sans-serif !important;
        letter-spacing: 1px;
        position: relative;
        border-radius: 0;
        background: #6500c8;
        background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
        padding: 18px 20px;
        border-radius: 2px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
        width: 320px;
        max-width: 100%;
        font-family: Montserrat, "Helvetica Neue", sans-serif; }
        .page-id-1097 .col-xs-12 .data-form .form-footer button:hover {
          background: #812bc8;
          background: -moz-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
          background: -webkit-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
          background: linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
          text-decoration: none; }
        .page-id-1097 .col-xs-12 .data-form .form-footer button i {
          width: 50px;
          height: 50px;
          position: absolute;
          right: 10px;
          top: 4px;
          background-image: url(../img/light-arrow.svg);
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        .page-id-1097 .col-xs-12 .data-form .form-footer button.white {
          background: #ffffff !important;
          color: #222222 !important; }
          .page-id-1097 .col-xs-12 .data-form .form-footer button.white i {
            background-image: url(../img/dark-arrow.svg); }
          .page-id-1097 .col-xs-12 .data-form .form-footer button.white:hover {
            background: #f1f1f1 !important; }
        .page-id-1097 .col-xs-12 .data-form .form-footer button[disabled] {
          background: #B4B4B4;
          background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
          .page-id-1097 .col-xs-12 .data-form .form-footer button[disabled]:hover {
            cursor: auto;
            background: #B4B4B4;
            background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
            background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
            background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }

.professionist-template-default .ap_centered_button_container {
  margin: 50px 0 0;
  padding: 0 30px; }
  .professionist-template-default .ap_centered_button_container a {
    font-size: 0.6rem !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-family: Montserrat, "Helvetica Neue", sans-serif !important;
    width: 100%; }
.professionist-template-default .professionist_products_container {
  width: 100%; }
  .professionist-template-default .professionist_products_container .nav-tabs {
    border: none;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex; }
    .professionist-template-default .professionist_products_container .nav-tabs li {
      border: none; }
      .professionist-template-default .professionist_products_container .nav-tabs li a {
        padding: 10px 20px 11px;
        border: none;
        font-weight: 800;
        font-size: 0.82rem;
        position: relative;
        color: #222222; }
        .professionist-template-default .professionist_products_container .nav-tabs li a:after {
          content: "";
          display: block;
          width: 0;
          height: 3px;
          position: absolute;
          left: 0;
          transition: 0.3s;
          bottom: 0;
          background: #6500c8;
          background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
        .professionist-template-default .professionist_products_container .nav-tabs li a.active:after {
          width: 100%; }
  .professionist-template-default .professionist_products_container .tab-pane.active {
    width: 100% !important;
    display: flex !important;
    padding: 55px 0 70px;
    background-color: #F4F4F4;
    flex-direction: column;
    align-items: center !important; }
    .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container {
      width: calc(100% - 10px);
      max-width: 900px;
      background-color: #ffffff;
      padding: 30px 50px;
      border-radius: 3px;
      margin-bottom: 20px;
      box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.08); }
      .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .supercategory_name {
        font-size: 0.55rem;
        text-align: right;
        color: #3B82F6;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 5px; }
      .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_name {
        font-size: 0.91rem;
        color: #222222;
        padding-bottom: 7px;
        position: relative;
        margin-bottom: 40px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.23); }
        .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_name:after {
          content: "";
          display: block;
          height: 3px;
          width: 45px;
          background: #6500c8;
          background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
          position: absolute;
          bottom: 0;
          left: 0; }
      .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products {
        padding: 0;
        margin: 0;
        list-style-type: none; }
        .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container {
          padding: 8px 0 8px 5px;
          border-bottom: 2px solid #F4F4F4;
          margin-bottom: 4px; }
          .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form {
            display: flex;
            align-items: center; }
            .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .product_title {
              width: 67%;
              margin: 0;
              color: #222222;
              font-size: 0.6rem;
              font-weight: 700;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .product_title input::-webkit-outer-spin-button,
              .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .product_title input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0; }
              .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .product_title input[type=number] {
                -moz-appearance: textfield; }
              .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .product_title .product_quantity_selector {
                width: 80px;
                display: flex;
                height: 40px !important;
                border: 1px solid #3B82F6;
                box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
                background-color: transparent;
                margin-right: 50px;
                margin-left: 15px; }
                .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .product_title .product_quantity_selector > span {
                  display: block;
                  font-size: 20px;
                  text-align: center;
                  width: 20px;
                  font-weight: 600;
                  color: #3B82F6; }
                  .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .product_title .product_quantity_selector > span:hover {
                    cursor: pointer; }
                  .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .product_title .product_quantity_selector > span.disabled {
                    color: #D8D8D8; }
                .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .product_title .product_quantity_selector input {
                  padding: 0;
                  border: 0;
                  background-color: transparent;
                  width: 40px;
                  text-align: center; }
            .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .products_pricing_and_controls {
              width: 33%;
              display: flex;
              justify-content: space-between; }
              .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .products_pricing_and_controls .product_price {
                font-size: 0.6rem;
                display: inline-flex;
                align-items: center; }
                .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .products_pricing_and_controls .product_price i {
                  background-image: url(../img/course_price_icon.svg);
                  display: block;
                  width: 14px;
                  height: 14px;
                  background-size: contain;
                  background-repeat: no-repeat;
                  background-position: center;
                  margin-right: 6px;
                  position: relative;
                  top: -2px; }
              .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .products_pricing_and_controls button {
                font-size: 0.67rem !important;
                padding: 17px 100px 17px 30px;
                min-width: 120px;
                display: inline-block;
                color: #ffffff !important;
                font-weight: 600 !important;
                font-family: 'BrownStd', "Open Sans", sans-serif !important;
                letter-spacing: 1px;
                position: relative;
                border-radius: 0;
                background: #6500c8;
                background: -moz-linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
                background: -webkit-linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
                background: linear-gradient(225deg, #6500c8 20%, #3b82f6 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
                font-family: Montserrat, "Helvetica Neue", sans-serif !important;
                font-weight: 400 !important;
                text-transform: uppercase;
                letter-spacing: 0;
                padding: 6px 37px;
                border-radius: 3px !important;
                box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
                .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .products_pricing_and_controls button:hover {
                  background: #812bc8;
                  background: -moz-linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
                  background: -webkit-linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
                  background: linear-gradient(225deg, #812bc8 20%, #558ff6 100%);
                  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
                  text-decoration: none; }
                .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .products_pricing_and_controls button i {
                  width: 50px;
                  height: 50px;
                  position: absolute;
                  right: 10px;
                  top: 4px;
                  background-image: url(../img/light-arrow.svg);
                  background-size: contain;
                  background-position: center;
                  background-repeat: no-repeat; }
                .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .products_pricing_and_controls button.white {
                  background: #ffffff !important;
                  color: #222222 !important; }
                  .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .products_pricing_and_controls button.white i {
                    background-image: url(../img/dark-arrow.svg); }
                  .professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .products_pricing_and_controls button.white:hover {
                    background: #f1f1f1 !important; }
  .professionist-template-default .professionist_products_container + .ap_centered_button_container {
    margin: 50px 0; }
    .professionist-template-default .professionist_products_container + .ap_centered_button_container + .contact-form-container {
      margin-top: 50px; }
.professionist-template-default .ap-dark-subheading {
  max-width: 900px;
  width: calc(100% - 60px);
  margin: 0 auto 70px;
  text-align: justify;
  font-size: 14px;
  font-weight: 500; }
  .professionist-template-default .ap-dark-subheading strong {
    font-weight: 600; }
.professionist-template-default .section_documents .wp-block-group__inner-container {
  display: flex;
  max-width: 750px;
  margin: 0 auto; }
.professionist-template-default .section_documents .info_bullet {
  background-image: url("../img/info_bullet.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 25px;
  height: 55px;
  width: 55px;
  min-width: 55px; }
.professionist-template-default .section_documents p {
  margin: 0;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px; }

@keyframes bar-grow {
  from {
    width: 0; }
  to {
    width: 160px; } }
.page-template-news-page .container {
  max-width: 1500px; }
  .page-template-news-page .container .posts_filter_field {
    max-width: 100%;
    width: 100%; }
    .page-template-news-page .container .posts_filter_field .col-md-4 {
      width: 220px;
      max-width: 220px;
      flex: 0 0 220px; }
    .page-template-news-page .container .posts_filter_field .col-md-8 {
      width: calc(100% - 220px);
      max-width: calc(100% - 220px);
      flex: 0 0 calc(100% - 220px); }
      .page-template-news-page .container .posts_filter_field .col-md-8 ul li button {
        letter-spacing: 0;
        text-transform: none; }
  .page-template-news-page .container .posts-container-small-thumbnail {
    padding-right: 0; }
  .page-template-news-page .container .posts-container-large-featured {
    padding-left: 180px; }
    .page-template-news-page .container .posts-container-large-featured .carousel .carousel-inner > .item {
      position: relative;
      display: none;
      -webkit-transition: 0.1s ease-in-out left;
      -moz-transition: 0.1s ease-in-out left;
      -o-transition: 0.1s ease-in-out left;
      transition: 0.1s ease-in-out left; }
    .page-template-news-page .container .posts-container-large-featured .carousel .carousel-item.active .details .ap_post_title:after {
      animation: bar-grow 5s ease-out; }
    .page-template-news-page .container .posts-container-large-featured .carousel .carousel-item.active .ap_thumbnail img {
      transform: scale(1); }
    .page-template-news-page .container .posts-container-large-featured .carousel .carousel-indicators {
      height: 7px;
      align-items: center; }
      .page-template-news-page .container .posts-container-large-featured .carousel .carousel-indicators li {
        transition: 0.3s;
        height: 5px;
        border: none; }
        .page-template-news-page .container .posts-container-large-featured .carousel .carousel-indicators li.active {
          width: 60px;
          height: 7px;
          background-color: #3B82F6; }
  .page-template-news-page .container .posts-container-large {
    margin-top: 110px;
    padding-right: 60px; }
  .page-template-news-page .container .posts-container-small {
    margin-top: 110px;
    padding-left: 70px; }
  .page-template-news-page .container .ap_article_small_thumbnail {
    background-color: #F4F4F4;
    display: flex;
    margin-bottom: 55px; }
    .page-template-news-page .container .ap_article_small_thumbnail .details {
      padding: 18px 20px 30px 20px;
      width: 270px;
      font-family: Montserrat, "Helvetica Neue", sans-serif !important; }
      .page-template-news-page .container .ap_article_small_thumbnail .details .ap_date {
        font-size: 12px;
        margin: 0; }
      .page-template-news-page .container .ap_article_small_thumbnail .details .ap_category {
        font-size: 12px;
        display: block;
        margin-bottom: 30px;
        text-decoration: none; }
        .page-template-news-page .container .ap_article_small_thumbnail .details .ap_category button {
          color: #3B82F6; }
      .page-template-news-page .container .ap_article_small_thumbnail .details .ap_post_title {
        font-size: 18px;
        line-height: 26px;
        color: #222222;
        text-decoration: none;
        padding-bottom: 20px;
        display: inline-block; }
        .page-template-news-page .container .ap_article_small_thumbnail .details .ap_post_title:hover {
          text-decoration: none;
          color: #222222; }
    .page-template-news-page .container .ap_article_small_thumbnail .ap_thumbnail {
      width: calc(100% - 270px); }
    .page-template-news-page .container .ap_article_small_thumbnail:last-of-type {
      margin-bottom: 0; }
    .page-template-news-page .container .ap_article_small_thumbnail:hover .ap_thumbnail img {
      transform: scale(1); }
  .page-template-news-page .container .ap_article_large {
    display: flex;
    flex-wrap: wrap; }
    .page-template-news-page .container .ap_article_large .details {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      font-family: Montserrat, "Helvetica Neue", sans-serif !important; }
      .page-template-news-page .container .ap_article_large .details .ap_post_title {
        font-size: 40px;
        width: calc(50% + 50px);
        box-sizing: border-box;
        font-weight: 400;
        padding-right: 100px;
        line-height: 1.2;
        background-image: url(../img/quotes-icon.svg);
        background-size: 40px;
        background-repeat: no-repeat;
        background-position: calc(100% - 50px) top;
        padding-bottom: 70px; }
        .page-template-news-page .container .ap_article_large .details .ap_post_title:after {
          bottom: 35px;
          width: 160px; }
        .page-template-news-page .container .ap_article_large .details .ap_post_title:before {
          content: "";
          width: 160px;
          bottom: 36px;
          display: block;
          height: 1px;
          position: absolute;
          background-color: #D8D8D8; }
      .page-template-news-page .container .ap_article_large .details .metas {
        width: calc(50% - 50px);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 20px 60px 0;
        position: relative; }
        .page-template-news-page .container .ap_article_large .details .metas .ap_date {
          font-size: 14px;
          margin: 0; }
        .page-template-news-page .container .ap_article_large .details .metas .ap_category {
          font-size: 14px;
          display: block;
          color: #222222;
          margin-bottom: 30px;
          text-decoration: none; }
          .page-template-news-page .container .ap_article_large .details .metas .ap_category button {
            text-align: left;
            padding: 0;
            background: none;
            color: #3B82F6; }
        .page-template-news-page .container .ap_article_large .details .metas .ap_excerpt {
          font-size: 14px;
          color: #222222; }
        .page-template-news-page .container .ap_article_large .details .metas:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          width: 20px;
          height: 20px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          transition: 0.3s ease-out; }
    .page-template-news-page .container .ap_article_large .ap_thumbnail {
      max-height: 440px;
      height: 440px; }
      .page-template-news-page .container .ap_article_large .ap_thumbnail img {
        transform: scale(1.2);
        transition: 5s ease-out; }
    .page-template-news-page .container .ap_article_large:hover .details .metas:after {
      right: 0;
      width: 28px;
      height: 28px; }
  .page-template-news-page .container .ap_article_medium {
    height: 100%;
    display: flex; }
    .page-template-news-page .container .ap_article_medium .details {
      width: 50%;
      padding: 18px 20px 18px 40px; }
      .page-template-news-page .container .ap_article_medium .details .ap_post_title {
        padding-bottom: 50px;
        font-size: 40px;
        font-weight: 400;
        line-height: 55px; }
        .page-template-news-page .container .ap_article_medium .details .ap_post_title:after {
          bottom: 20px; }
      .page-template-news-page .container .ap_article_medium .details .ap_date {
        font-size: 14px; }
      .page-template-news-page .container .ap_article_medium .details .ap_category {
        font-size: 14px; }
      .page-template-news-page .container .ap_article_medium .details .ap_excerpt {
        font-size: 14px;
        color: #222222; }
    .page-template-news-page .container .ap_article_medium .ap_thumbnail {
      width: 50%;
      position: relative; }
      .page-template-news-page .container .ap_article_medium .ap_thumbnail:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 26px;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-position: center;
        background-repeat: no-repeat;
        transition: 0.3s ease-out; }
    .page-template-news-page .container .ap_article_medium:hover .ap_thumbnail img {
      transform: scale(1); }
    .page-template-news-page .container .ap_article_medium:hover .ap_thumbnail:after {
      left: 50px; }
  .page-template-news-page .container .ap_article_small {
    background-color: #F4F4F4;
    height: 160px;
    align-items: center;
    display: flex;
    margin-bottom: 20px; }
    .page-template-news-page .container .ap_article_small .details {
      padding: 0 20px 0 30px;
      background-position: calc(100% - 40px) center;
      background-repeat: no-repeat;
      transition: 0.3s ease-out; }
      .page-template-news-page .container .ap_article_small .details .ap_post_title {
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 10px; }
      .page-template-news-page .container .ap_article_small .details .ap_category {
        margin-bottom: 10px; }
    .page-template-news-page .container .ap_article_small:last-of-type {
      margin-bottom: 0; }
    .page-template-news-page .container .ap_article_small:hover .details {
      background-position: calc(100% - 15px) center; }
  .page-template-news-page .container .news_grid_container .row {
    padding-top: 100px; }
  .page-template-news-page .container .ap_date {
    font-size: 12px;
    margin: 0; }
  .page-template-news-page .container .ap_category {
    font-size: 12px;
    display: block;
    color: #222222;
    margin-bottom: 30px;
    text-decoration: none; }
    .page-template-news-page .container .ap_category button {
      text-align: left;
      padding: 0;
      font-weight: 400;
      background: none;
      color: #3B82F6; }
  .page-template-news-page .container .ap_thumbnail {
    overflow: hidden;
    display: block;
    width: 100%; }
    .page-template-news-page .container .ap_thumbnail img {
      transform: scale(1.1);
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.5s; }
  .page-template-news-page .container .ap_post_title {
    position: relative;
    color: #222222;
    text-decoration: none;
    display: inline-block;
    font-family: Montserrat, "Helvetica Neue", sans-serif; }
    .page-template-news-page .container .ap_post_title:hover {
      text-decoration: none;
      color: #222222; }
    .page-template-news-page .container .ap_post_title:after {
      content: "";
      display: block;
      height: 3px;
      width: 40px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #6500c8;
      background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
.page-template-news-page .ap-news-pagination {
  text-align: center;
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 0.65rem;
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  margin: 70px 0; }
  .page-template-news-page .ap-news-pagination .total_pages {
    margin: 0 0 0 5px; }
  .page-template-news-page .ap-news-pagination .page_number {
    margin: 0 5px;
    color: #3B82F6; }
  .page-template-news-page .ap-news-pagination .news_page_size_container {
    margin: 0 8px;
    display: inline-block;
    padding: 1px;
    background: #6500c8;
    background: -moz-linear-gradient(0deg, #6500c8 20%, #3b82f6 100%);
    background: -webkit-linear-gradient(0deg, #6500c8 20%, #3b82f6 100%);
    background: linear-gradient(0deg, #6500c8 20%, #3b82f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09); }
    .page-template-news-page .ap-news-pagination .news_page_size_container select {
      width: 70px;
      height: 30px;
      padding-left: 20px;
      background-color: #ffffff;
      border: none;
      border-radius: 5px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-position: calc(100% - 4px) 80%;
      background-repeat: no-repeat;
      background-size: 25px; }
  .page-template-news-page .ap-news-pagination .pagination_divider {
    transform: rotate(-90deg);
    width: 30px;
    height: 3px;
    display: inline-block;
    background: #6500c8;
    background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
  .page-template-news-page .ap-news-pagination .pagination-controls {
    position: absolute;
    right: 0;
    display: flex; }
    .page-template-news-page .ap-news-pagination .pagination-controls a {
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      text-indent: 9999px;
      background-size: contain;
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.22); }
      .page-template-news-page .ap-news-pagination .pagination-controls a:focus {
        outline: none; }
      .page-template-news-page .ap-news-pagination .pagination-controls a.left {
        background: #6500c8;
        background: url(../img/pagination-arrow-white-left.svg) no-repeat center, -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: url(../img/pagination-arrow-white-left.svg) no-repeat center, -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: url(../img/pagination-arrow-white-left.svg) no-repeat center, linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
        .page-template-news-page .ap-news-pagination .pagination-controls a.left.disabled {
          background-color: #EAEAEA !important;
          background: url(../img/pagination-arrow-white-left.svg) no-repeat center;
          box-shadow: none; }
      .page-template-news-page .ap-news-pagination .pagination-controls a.right {
        background: #6500c8;
        margin-left: 20px;
        background: url(../img/pagination-arrow-white-right.svg) no-repeat center, -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: url(../img/pagination-arrow-white-right.svg) no-repeat center, -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: url(../img/pagination-arrow-white-right.svg) no-repeat center, linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
        .page-template-news-page .ap-news-pagination .pagination-controls a.right.disabled {
          background-color: #EAEAEA !important;
          background: url(../img/pagination-arrow-white-right.svg) no-repeat center;
          box-shadow: none;
          pointer-events: none; }

.ap_newsletter_container {
  position: relative;
  margin: 180px 0 80px; }
  .ap_newsletter_container .overflowed-form.ap-newsletter {
    width: 100%; }

body.single-post .entry-content {
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0; }
  body.single-post .entry-content p {
    font-size: 0.68rem;
    line-height: 24px;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 400;
    color: #222222;
    text-align: justify;
    max-width: unset; }
  body.single-post .entry-content ul {
    list-style-type: none;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    max-width: 100%; }
    body.single-post .entry-content ul li {
      position: relative;
      font-size: 0.68rem;
      line-height: 1.1rem;
      font-weight: 400; }
      body.single-post .entry-content ul li:before {
        content: "";
        width: 7px;
        height: 7px;
        display: block;
        position: absolute;
        left: -22px;
        top: 8px;
        background-color: #6501C7;
        border-radius: 50%;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  body.single-post .entry-content ol {
    list-style: none;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    counter-reset: ap-custom-counter;
    max-width: 100%; }
    body.single-post .entry-content ol li {
      position: relative;
      font-size: 0.68rem;
      line-height: 1.1rem;
      font-weight: 400;
      counter-increment: ap-custom-counter; }
      body.single-post .entry-content ol li:before {
        content: counter(ap-custom-counter);
        font-weight: bold;
        display: inline-block;
        position: absolute;
        left: -22px;
        color: #6501C7;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
body.single-post .ap_breadcrumbs {
  width: 96%;
  max-width: 1500px;
  margin: 0 auto; }
body.single-post .ap_single_heading_title {
  width: 96%;
  max-width: 1500px;
  margin: 0 auto; }
body.single-post .ap_post_meta {
  text-align: center;
  font-family: Montserrat, "Helvetica Neue", sans-serif !important;
  font-size: 16px; }
  body.single-post .ap_post_meta .meta-divider {
    background: #6500c8;
    background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
    width: 3px;
    height: 40px;
    display: inline-block;
    margin: 0 10px !important;
    position: relative;
    top: 30px;
    transform: translateY(-50%); }
  body.single-post .ap_post_meta .author {
    text-transform: capitalize; }
body.single-post .nav-links {
  margin: 0 auto;
  max-width: 900px; }
  body.single-post .nav-links > div > a:hover {
    text-decoration: none; }
    body.single-post .nav-links > div > a:hover .post-title {
      text-shadow: 0 3px 4px rgba(0, 0, 0, 0.29); }
  body.single-post .nav-links > div .meta-nav {
    color: #222222;
    letter-spacing: 2px;
    font-size: 0.7rem; }
  body.single-post .nav-links > div .post-title {
    color: #3B82F6;
    font-size: 1.1rem;
    text-shadow: 0 1px 2px #00000023;
    font-weight: 400; }
body.single-post .category_title button {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #3B82F6;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  background: none;
  padding: 0;
  margin: 0; }
  body.single-post .category_title button:hover {
    color: #0b63f3; }
body.single-post .addtoany_shortcode {
  text-align: center;
  margin-bottom: 25px; }
  body.single-post .addtoany_shortcode .addtoany_list a, body.single-post .addtoany_shortcode .widget .addtoany_list a {
    padding: 0 13px; }

.page-template-contact-page .ap_single_heading_title {
  margin-top: 40px; }
.page-template-contact-page .contact-map-container {
  width: calc(100vw - 60px);
  max-width: 1800px;
  transform: translateX(-50%);
  position: relative;
  left: 50%; }
.page-template-contact-page .advgb-map-content > div > div > div > div > div > div > div[title="Agoràpro"] {
  width: 45px !important; }
.page-template-contact-page .overflowed-form-container {
  margin-bottom: 200px; }
  .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner {
    position: relative; }
    .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info {
      padding: 34px 70px; }
      .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info .advgb-column-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; }
        .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info .advgb-column-inner p {
          width: 19%;
          color: #ffffff;
          font-size: 13px;
          padding: 0 15px 0 50px;
          box-sizing: border-box;
          background-repeat: no-repeat;
          background-position: left center;
          background-size: auto 32px;
          line-height: 1.2;
          font-weight: 300; }
          .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info .advgb-column-inner p strong {
            width: 100%;
            display: inline-block; }
          .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info .advgb-column-inner p.ap_map_pointer_icon {
            background-image: url(../img/ap-pin-icon-white.svg); }
          .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info .advgb-column-inner p.ap_envelope_icon {
            background-image: url(../img/ap-envelope-icon.svg);
            background-size: auto 24px; }
          .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info .advgb-column-inner p.ap_communication_icon {
            background-image: url(../img/communicationin-icon.svg); }
          .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info .advgb-column-inner p.ap_phone_icon {
            background-image: url(../img/ap-phone-icon.svg); }
          .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info .advgb-column-inner p.ap_shifts_icon {
            background-image: url(../img/ap-clock-icon.svg); }
.page-template-contact-page #interactive_map_container {
  margin: 50px auto 120px auto; }

@keyframes pin-bounce {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-50%); }
  100% {
    transform: translateY(0); } }
@keyframes pin-shadow-shrink {
  0% {
    transform: scale(1) translateY(-50%); }
  50% {
    transform: scale(0.5) translateY(-50%); }
  100% {
    transform: scale(1) translateY(-50%); } }
@keyframes circle-beep-small {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
    bottom: 25%; }
  50% {
    width: 80%;
    height: 20%;
    bottom: 25%; }
  100% {
    width: 130%;
    height: 30%;
    bottom: 23%;
    opacity: 0; } }
@keyframes circle-beep-large {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
    bottom: 25%; }
  50% {
    width: 100%;
    height: 20%;
    bottom: 18%; }
  100% {
    width: 180%;
    height: 30%;
    opacity: 0;
    bottom: 15%; } }
#interactive_map_container {
  width: 100%;
  max-width: 1300px;
  background-color: #F4F4F4;
  display: flex;
  position: relative;
  overflow: hidden;
  font-family: Montserrat, "Helvetica Neue", sans-serif !important; }
  #interactive_map_container #ap_map {
    width: calc(100% - 280px);
    position: relative;
    height: fit-content; }
    #interactive_map_container #ap_map .ap_map_pin {
      overflow: visible;
      position: absolute;
      display: block;
      width: 3.5176%;
      line-height: 0;
      transition: 0.5s;
      transition-delay: 0.2s; }
      #interactive_map_container #ap_map .ap_map_pin > div {
        pointer-events: none;
        position: relative; }
        #interactive_map_container #ap_map .ap_map_pin > div img:first-of-type {
          width: 100%;
          position: relative;
          z-index: 3; }
        #interactive_map_container #ap_map .ap_map_pin > div .pin_shadow {
          transform: translateY(-50%);
          transition: 0.2s;
          opacity: 1;
          position: relative;
          z-index: 1; }
        #interactive_map_container #ap_map .ap_map_pin > div:before, #interactive_map_container #ap_map .ap_map_pin > div:after {
          content: "";
          z-index: -1;
          position: absolute; }
      #interactive_map_container #ap_map .ap_map_pin .pin_details {
        background-color: #fff;
        flex-direction: column;
        top: 0;
        display: flex;
        left: 0;
        position: absolute;
        transform: translate(calc(-60% - 100px), -20%) scale(0.5);
        opacity: 0;
        transition: 0.5s;
        transition-delay: 0.3s;
        box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.11);
        padding: 10px 15px 20px;
        min-width: 200px; }
        #interactive_map_container #ap_map .ap_map_pin .pin_details .pin_title {
          font-size: 20px;
          margin: 0 0 10px;
          font-weight: 600;
          line-height: 1.5;
          text-align: center;
          position: relative; }
          #interactive_map_container #ap_map .ap_map_pin .pin_details .pin_title:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            right: 0;
            top: 0;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 13px solid #ffffff;
            border-right: 13px solid transparent;
            transition: 0.5s;
            transition-delay: 0.3s; }
        #interactive_map_container #ap_map .ap_map_pin .pin_details .pin_description {
          line-height: 1.2;
          text-align: center;
          font-weight: 300;
          font-size: 14px; }
        #interactive_map_container #ap_map .ap_map_pin .pin_details.right {
          transform: translate(80px, -20%) scale(0.5); }
          #interactive_map_container #ap_map .ap_map_pin .pin_details.right .pin_title:after {
            right: auto;
            left: 0;
            border-left: 13px solid transparent;
            border-right: 13px solid #ffffff; }
      #interactive_map_container #ap_map .ap_map_pin.active {
        transform: scale(2) translateY(-12%);
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 5; }
        #interactive_map_container #ap_map .ap_map_pin.active > div img:first-of-type {
          animation: pin-bounce 0.4s ease-in-out; }
        #interactive_map_container #ap_map .ap_map_pin.active > div img:last-of-type {
          animation: pin-shadow-shrink 0.4s ease-in-out; }
        #interactive_map_container #ap_map .ap_map_pin.active > div .pin_details {
          opacity: 1;
          transform: translate(calc(-60% - 40px), -20%) scale(0.5); }
          #interactive_map_container #ap_map .ap_map_pin.active > div .pin_details .pin_title:after {
            right: -41px; }
          #interactive_map_container #ap_map .ap_map_pin.active > div .pin_details.right {
            transform: translate(0, -20%) scale(0.5); }
            #interactive_map_container #ap_map .ap_map_pin.active > div .pin_details.right .pin_title:after {
              left: -41px;
              right: auto; }
      #interactive_map_container #ap_map .ap_map_pin:hover {
        cursor: pointer; }
      #interactive_map_container #ap_map .ap_map_pin.hovered:not(.active) > div .pin_shadow {
        opacity: 0; }
      #interactive_map_container #ap_map .ap_map_pin.hovered:not(.active) > div:after {
        bottom: 20%;
        width: 50%;
        height: 10%;
        left: 50%;
        z-index: 1;
        transform: translateX(-50%);
        border-radius: 50%;
        background-color: rgba(61, 89, 255, 0.5);
        animation: circle-beep-large infinite 2s ease-in-out; }
      #interactive_map_container #ap_map .ap_map_pin.hovered:not(.active) > div:before {
        bottom: 25%;
        width: 100%;
        left: 50%;
        z-index: 1;
        transform: translateX(-50%);
        height: 10%;
        border-radius: 50%;
        background-color: rgba(61, 89, 255, 0.5);
        animation: circle-beep-small infinite 2s ease-in-out; }
  #interactive_map_container #map_sidebar {
    width: 280px;
    display: block;
    align-self: flex-end;
    max-height: 100%;
    position: absolute;
    right: 0;
    height: 100%; }
    #interactive_map_container #map_sidebar ul {
      padding: 15px 40px 0;
      margin: 0 auto;
      height: calc(100% - 90px);
      width: 100%;
      max-width: 100%;
      list-style-type: none;
      overflow-x: visible;
      overflow-y: auto; }
      #interactive_map_container #map_sidebar ul li {
        padding: 12px 20px;
        background-color: #ffffff;
        box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.09);
        margin-bottom: 20px; }
        #interactive_map_container #map_sidebar ul li:last-of-type {
          margin-bottom: 0; }
        #interactive_map_container #map_sidebar ul li h6 {
          pointer-events: none;
          font-size: 20px;
          padding-bottom: 13px;
          margin: 0;
          font-weight: 400;
          position: relative; }
          #interactive_map_container #map_sidebar ul li h6:after {
            content: "";
            width: 0;
            transition: 0.3s;
            background: #6500c8;
            background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
            background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
            background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
            height: 3px;
            display: block;
            position: absolute;
            bottom: 5px; }
        #interactive_map_container #map_sidebar ul li p {
          pointer-events: none;
          margin: 0;
          font-weight: 300;
          font-size: 13px; }
        #interactive_map_container #map_sidebar ul li:hover {
          cursor: pointer; }
        #interactive_map_container #map_sidebar ul li.hovered h6:after {
          width: 10%; }
        #interactive_map_container #map_sidebar ul li.active h6:after {
          width: 100%; }
    #interactive_map_container #map_sidebar .control {
      height: 90px;
      display: flex;
      justify-content: center;
      align-items: center; }

.interactive-map-mobile-controls {
  display: none; }

.error404 .page-title {
  font-size: 80px; }
.error404 .page-content {
  padding: 0 30px; }
  .error404 .page-content h1, .error404 .page-content h2, .error404 .page-content p {
    text-align: center; }
  .error404 .page-content a {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
    text-transform: uppercase; }
    .error404 .page-content a i {
      top: calc(50% - 25px); }

body.page-template-search-page .site-content {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto; }
  body.page-template-search-page .site-content .row > .col-xs-12 {
    width: 100%; }
body.page-template-search-page .ap-dark-heading {
  font-size: 70px;
  padding-bottom: 20px;
  position: relative; }
  body.page-template-search-page .ap-dark-heading:after {
    background: #6500c8;
    background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
    content: "";
    display: block;
    width: 160px;
    height: 3px;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }
body.page-template-search-page .search_term_form {
  width: 100%;
  max-width: 530px;
  margin: 0 auto; }
  body.page-template-search-page .search_term_form label {
    width: 100%;
    position: relative;
    margin: 0 0 35px 0; }
    body.page-template-search-page .search_term_form label input {
      width: 100%;
      border: none;
      padding: 0 30px 6px 0;
      font-size: 0.72rem;
      font-weight: 400;
      font-family: Montserrat, "Helvetica Neue", sans-serif;
      border-bottom: 1px solid #8a8a8a; }
      body.page-template-search-page .search_term_form label input:focus {
        outline: none;
        border-bottom: 1px solid #3B82F6; }
    body.page-template-search-page .search_term_form label button {
      position: absolute;
      bottom: 10px;
      right: 0;
      width: 20px;
      height: 20px;
      padding: 0;
      background-color: transparent;
      border: none;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url(../img/icon_search_gray.svg); }
body.page-template-search-page .search_results_output {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 40px;
  font-size: 0.9rem; }
body.page-template-search-page .ap_search_pagination {
  text-align: center;
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 0.65rem;
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  margin: 70px 0; }
  body.page-template-search-page .ap_search_pagination .total_pages {
    margin: 0 0 0 5px; }
  body.page-template-search-page .ap_search_pagination .page_number {
    margin: 0 5px;
    color: #3B82F6; }
  body.page-template-search-page .ap_search_pagination .search_page_size_container {
    margin: 0 8px;
    display: inline-block;
    padding: 1px;
    background: #6500c8;
    background: -moz-linear-gradient(0deg, #6500c8 20%, #3b82f6 100%);
    background: -webkit-linear-gradient(0deg, #6500c8 20%, #3b82f6 100%);
    background: linear-gradient(0deg, #6500c8 20%, #3b82f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09); }
    body.page-template-search-page .ap_search_pagination .search_page_size_container select {
      width: 70px;
      height: 30px;
      padding-left: 20px;
      background-color: #ffffff;
      border: none;
      border-radius: 5px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: url(../img/white-select-gradient-arrow.svg);
      background-position: calc(100% - 4px) 80%;
      background-repeat: no-repeat;
      background-size: 25px; }
      body.page-template-search-page .ap_search_pagination .search_page_size_container select:hover {
        cursor: pointer; }
  body.page-template-search-page .ap_search_pagination .pagination_divider {
    transform: rotate(-90deg);
    width: 30px;
    height: 3px;
    display: inline-block;
    background: #6500c8;
    background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
  body.page-template-search-page .ap_search_pagination .pagination-controls {
    position: absolute;
    right: 0;
    width: 120px;
    display: flex;
    justify-content: space-between; }
    body.page-template-search-page .ap_search_pagination .pagination-controls a {
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      text-indent: 9999px;
      background-size: contain;
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.22); }
      body.page-template-search-page .ap_search_pagination .pagination-controls a:focus {
        outline: none; }
      body.page-template-search-page .ap_search_pagination .pagination-controls a.left {
        background: #6500c8;
        background: url(../img/pagination-arrow-white-left.svg) no-repeat center, -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: url(../img/pagination-arrow-white-left.svg) no-repeat center, -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: url(../img/pagination-arrow-white-left.svg) no-repeat center, linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
        body.page-template-search-page .ap_search_pagination .pagination-controls a.left:not([href]) {
          background-color: #EAEAEA !important;
          background: url(../img/pagination-arrow-white-left.svg) no-repeat center;
          box-shadow: none; }
      body.page-template-search-page .ap_search_pagination .pagination-controls a.right {
        background: #6500c8;
        background: url(../img/pagination-arrow-white-right.svg) no-repeat center, -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: url(../img/pagination-arrow-white-right.svg) no-repeat center, -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: url(../img/pagination-arrow-white-right.svg) no-repeat center, linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
        body.page-template-search-page .ap_search_pagination .pagination-controls a.right:not([href]) {
          background-color: #EAEAEA !important;
          background: url(../img/pagination-arrow-white-right.svg) no-repeat center;
          box-shadow: none; }
body.page-template-search-page .ap_search_results_container {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 750px);
  background-color: #F4F4F4;
  padding: 20px 0; }
  body.page-template-search-page .ap_search_results_container .no_search_results_found {
    text-align: center;
    margin: 50px 0; }
    body.page-template-search-page .ap_search_results_container .no_search_results_found p b {
      color: #3B82F6; }
body.page-template-search-page .search_result_container {
  max-width: 1100px;
  width: 100%;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.14);
  margin: 0 auto 15px;
  background-color: #ffffff; }
  body.page-template-search-page .search_result_container > a {
    width: 100%;
    padding: 15px 65px 35px 55px;
    display: block; }
    body.page-template-search-page .search_result_container > a p {
      font-size: 0.65rem; }
    body.page-template-search-page .search_result_container > a .search_result_type {
      font-weight: 600;
      color: #3B82F6;
      margin: 0 0 15px 0; }
    body.page-template-search-page .search_result_container > a .search_result_title {
      font-size: 1rem;
      font-weight: 400;
      color: #222222;
      margin: 0;
      padding-bottom: 28px;
      position: relative;
      display: inline-block; }
      body.page-template-search-page .search_result_container > a .search_result_title:after {
        background: #6500c8;
        background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
        content: "";
        position: absolute;
        display: block;
        width: 44px;
        height: 3px;
        left: 0;
        bottom: 12px;
        transition: 0.3s; }
    body.page-template-search-page .search_result_container > a .search_result_excerpt {
      margin: 0;
      line-height: 1.7;
      color: #222222; }
  body.page-template-search-page .search_result_container:hover > a {
    text-decoration: none !important; }
    body.page-template-search-page .search_result_container:hover > a .search_result_title:after {
      width: 100%; }

body.page-template-newsletter-page .ap_single_heading_title {
  margin: 70px auto; }
body.page-template-newsletter-page .top-info-section a {
  color: #95C7FF !important;
  text-decoration: none !important; }
  body.page-template-newsletter-page .top-info-section a:hover {
    cursor: pointer;
    color: #95C7FF !important;
    text-decoration: none !important; }
body.page-template-newsletter-page .top-info-section .first-column {
  padding: 0 50px 0 0; }
  body.page-template-newsletter-page .top-info-section .first-column:after {
    content: none; }
body.page-template-newsletter-page .top-info-section .second-column {
  padding: 0 0 0 50px; }
body.page-template-newsletter-page .newsletter_block_container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  margin: 70px 0 40px; }

@media screen and (max-width: 1800px) {
  #masthead {
    padding: 0 calc(50vw - 750px); }
    #masthead .top-bar {
      margin: 0 0 0 calc(-50vw + 750px);
      width: 100%;
      padding: 0 calc(50vw - 750px);
      transition: padding 0s;
      transition: margin 0s; }

  .single-servizio .contact-form-container,
  .single-professionist .contact-form-container,
  .page-template-professionists-page .contact-form-container,
  .page-template-courses-page .contact-form-container,
  .single-ap-course .contact-form-container {
    margin: 0 0 0 calc(-50vw + 750px); } }
@media screen and (max-width: 1650px) {
  .single-thematic-area .professionists_filter_field,
  .single-thematic-area .courses_filter_field,
  .single-thematic-area .posts_filter_field,
  .single-professionist .professionists_filter_field,
  .single-professionist .courses_filter_field,
  .single-professionist .posts_filter_field,
  .single-servizio .professionists_filter_field,
  .single-servizio .courses_filter_field,
  .single-servizio .posts_filter_field,
  .page-template-professionists-page .professionists_filter_field,
  .page-template-professionists-page .courses_filter_field,
  .page-template-professionists-page .posts_filter_field,
  .page-template-courses-page .professionists_filter_field,
  .page-template-courses-page .courses_filter_field,
  .page-template-courses-page .posts_filter_field,
  .single-ap-course .professionists_filter_field,
  .single-ap-course .courses_filter_field,
  .single-ap-course .posts_filter_field,
  .page-template-search-page .search_filter_field,
  .page-template-news-page .professionists_filter_field,
  .page-template-news-page .courses_filter_field,
  .page-template-news-page .posts_filter_field {
    width: 96vw;
    margin: 0 0 40px; } }
@media screen and (max-width: 1500px) {
  body {
    overflow-x: hidden; }

  #masthead {
    padding: 0; }
    #masthead .top-bar {
      margin: 0;
      width: 100%;
      padding: 0; }
    #masthead .site-branding .main-navigation ul li a {
      margin-right: 40px; }

  .top-hero-title .title-overlay h1 {
    font-size: 60px;
    line-height: 55px; }

  .home_slider_container .n2-ss-slider-1 {
    height: 700px !important; }
    .home_slider_container .n2-ss-slider-1 .n2-ss-slide {
      position: relative !important;
      top: 50% !important;
      transform: translateY(-50%) !important; }

  .single-thematic-area .top-info-section,
  .single-servizio .top-info-section,
  .single-professionist .top-info-section,
  .page-template-professionists-page .top-info-section,
  .page-template-courses-page .top-info-section,
  .page-template-newsletter-page .top-info-section,
  .single-ap-course .top-info-section {
    padding: 0 30px; }
  .single-thematic-area .contact-form-container,
  .single-servizio .contact-form-container,
  .single-professionist .contact-form-container,
  .page-template-professionists-page .contact-form-container,
  .page-template-courses-page .contact-form-container,
  .page-template-newsletter-page .contact-form-container,
  .single-ap-course .contact-form-container {
    margin: 0; }

  .wp-block-advgb-columns.advgb-columns-wrapper.top-info-section {
    padding: 0 30px; } }
@media screen and (max-width: 1200px) {
  .news_grid_container {
    width: 90vw;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px; }
    .news_grid_container .col-xl-4,
    .news_grid_container .col-xl-8 {
      padding-left: 15px !important;
      padding-right: 15px !important; }
    .news_grid_container .posts-container-large-featured {
      margin-top: 55px; }

  .single-professionist .single_professionist_courses_container ul li > a .course_meta,
  .page-template-courses-page .courses_list_container .courses_list .course_details .course_meta {
    justify-content: space-between;
    flex-wrap: wrap; }
    .single-professionist .single_professionist_courses_container ul li > a .course_meta span,
    .page-template-courses-page .courses_list_container .courses_list .course_details .course_meta span {
      margin: 0; }

  .single-ap-course .meta-block .metas > span {
    margin: 0; }

  #masthead .site-branding .main-navigation ul li a {
    margin-right: 25px; }

  .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .tab-pane#payments-content,
  .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .tab-pane#clients-content {
    padding: 70px 15px !important; }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .tab-pane#payments-content .ap_options_card,
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .tab-pane#clients-content .ap_options_card {
      padding: 50px 15px 60px 15px; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .tab-pane#payments-content .ap_options_card button[name="create-order"],
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .tab-pane#clients-content .ap_options_card button[name="create-order"] {
        margin-top: 20px; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .tab-pane#payments-content .ap_options_card #payment-table-container,
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .tab-pane#payments-content .ap_options_card #clients-table-container,
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .tab-pane#clients-content .ap_options_card #payment-table-container,
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .tab-pane#clients-content .ap_options_card #clients-table-container {
        overflow-x: auto;
        width: 100%; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .tab-pane#payments-content .ap_options_card #payment-table-container table,
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .tab-pane#payments-content .ap_options_card #clients-table-container table,
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .tab-pane#clients-content .ap_options_card #payment-table-container table,
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .tab-pane#clients-content .ap_options_card #clients-table-container table {
          min-width: 1000px; } }
@media screen and (max-width: 1075px) {
  body.single-thematic-area, body.single-professionist, body.single-servizio, body.single-ap-course, body.page-template-professionists-page, body.page-template-news-page, body.page-template-default-padded-page, body.single-post, body.page-id-1097, body.page-template-contact-page, body.page-template-search-page, body.page-template-newsletter-page, body.page-template-courses-page {
    padding-top: 120px; }
    body.single-thematic-area .single_professionist_collaborators_container .single_collaborator_container.col-lg-6, body.single-professionist .single_professionist_collaborators_container .single_collaborator_container.col-lg-6, body.single-servizio .single_professionist_collaborators_container .single_collaborator_container.col-lg-6, body.single-ap-course .single_professionist_collaborators_container .single_collaborator_container.col-lg-6, body.page-template-professionists-page .single_professionist_collaborators_container .single_collaborator_container.col-lg-6, body.page-template-news-page .single_professionist_collaborators_container .single_collaborator_container.col-lg-6, body.page-template-default-padded-page .single_professionist_collaborators_container .single_collaborator_container.col-lg-6, body.single-post .single_professionist_collaborators_container .single_collaborator_container.col-lg-6, body.page-id-1097 .single_professionist_collaborators_container .single_collaborator_container.col-lg-6, body.page-template-contact-page .single_professionist_collaborators_container .single_collaborator_container.col-lg-6, body.page-template-search-page .single_professionist_collaborators_container .single_collaborator_container.col-lg-6, body.page-template-newsletter-page .single_professionist_collaborators_container .single_collaborator_container.col-lg-6, body.page-template-courses-page .single_professionist_collaborators_container .single_collaborator_container.col-lg-6 {
      margin-bottom: 30px;
      padding: 0 30px !important; }

  .overflowed-form {
    background-size: cover !important; }
    .overflowed-form.ap-newsletter {
      padding: 40px; }
      .overflowed-form.ap-newsletter button {
        margin-left: 0;
        width: 100%; }
      .overflowed-form.ap-newsletter label {
        padding: 0;
        width: 100%; }
      .overflowed-form.ap-newsletter .yikes-easy-mc-form {
        display: block; }
        .overflowed-form.ap-newsletter .yikes-easy-mc-form .mc_checkbox {
          position: static;
          width: 100%; }
        .overflowed-form.ap-newsletter .yikes-easy-mc-form .FNAME-label, .overflowed-form.ap-newsletter .yikes-easy-mc-form .EMAIL-label {
          width: 100%; }

  .page-template-news-page .ap-news-pagination {
    margin: 70px 0 290px; }

  .ap_news_archive_form + .ap_newsletter_container {
    margin: 180px 0 580px; }

  body.single-post .ap_newsletter_container {
    margin: 280px 0 480px; }

  .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container {
    flex-direction: column; }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .img_container {
      width: 100%;
      min-height: 150px;
      position: relative; }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .course_details {
      display: flex;
      width: 100%;
      padding: 20px;
      flex-direction: column;
      align-items: flex-start; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .course_details .course_title {
        width: 100%; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .course_details .course_meta {
        width: 100%;
        flex-wrap: wrap;
        padding-top: 10px;
        height: auto;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .course_details .course_meta span {
          width: 50% !important;
          margin: 6px 0; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .course_details .course_modify_button {
        position: relative !important;
        right: auto;
        top: auto;
        transform: none;
        padding: 7px 10px 7px 10px;
        min-width: 120px; }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .course_card_container .course_remove_button {
      top: auto;
      bottom: 30px;
      position: absolute;
      right: 25px;
      transform: none; }

  .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content {
    padding: 0 15px 50px !important; }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content .course_type_container {
      position: static; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content .course_type_container > span {
        top: 5px;
        right: 20px; }

  .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content .course_list_header {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #DFDFDF;
    width: 100vw;
    position: relative;
    left: auto;
    transform: none;
    margin-bottom: 50px;
    margin-left: -15px;
    padding: 10px 30px 17px 30px; }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content .course_list_header h6 {
      width: 100%;
      justify-content: center;
      font-size: 10px;
      margin-top: 10px; }
      .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content .course_list_header h6 strong {
        font-size: 10px; }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #courses-content .course_list_header .course_add_button {
      font-size: 16px;
      margin-top: 15px;
      background-color: rgba(0, 0, 0, 0.05); }

  .modal .modal-dialog .modal-body {
    padding: 0 20px 40px !important; } }
@media screen and (max-width: 992px) {
  #latest-posts-slider .col-md-6:last-child {
    padding: 65px 60px 55px !important; }
  #latest-posts-slider .col-md-6 .social-links {
    top: 40px;
    right: 60px; }
  #latest-posts-slider .col-md-6 .addtoany_shortcode > div {
    top: 40px;
    right: 60px; }

  .overflowed-form {
    padding: 40px; }
    .overflowed-form button {
      margin: 20px auto 0; }
    .overflowed-form .col-lg-4 {
      margin-bottom: 0; }
      .overflowed-form .col-lg-4:first-child {
        border-right: none; }
      .overflowed-form .col-lg-4:last-child {
        display: flex; }

  .home-hero-heading.single-page .n2-ow-all p {
    line-height: 40px !important;
    font-size: 45px !important;
    margin-bottom: 40px !important; }

  .single-servizio .professionists_grid_container .professionist_card_container,
  .page-template-professionists-page .professionists_grid_container .professionist_card_container {
    margin-bottom: 30px; }

  .single-professionist .single_professionist_courses_container ul,
  .page-template-courses-page .courses_list_container ul {
    padding: 0 30px; }
  .single-professionist .single_professionist_courses_container .courses_list,
  .page-template-courses-page .courses_list_container .courses_list {
    width: calc(100% - 60px); }
  .single-professionist .single_professionist_courses_container ul .course_card_container,
  .single-professionist .single_professionist_courses_container .courses_list .course_card_container,
  .page-template-courses-page .courses_list_container ul .course_card_container,
  .page-template-courses-page .courses_list_container .courses_list .course_card_container {
    flex-direction: column; }
    .single-professionist .single_professionist_courses_container ul .course_card_container > a,
    .single-professionist .single_professionist_courses_container .courses_list .course_card_container > a,
    .page-template-courses-page .courses_list_container ul .course_card_container > a,
    .page-template-courses-page .courses_list_container .courses_list .course_card_container > a {
      flex-direction: column; }
  .single-professionist .single_professionist_courses_container ul .img_container,
  .single-professionist .single_professionist_courses_container .courses_list .img_container,
  .page-template-courses-page .courses_list_container ul .img_container,
  .page-template-courses-page .courses_list_container .courses_list .img_container {
    height: 200px;
    width: 100%; }
  .single-professionist .single_professionist_courses_container ul .course_details,
  .single-professionist .single_professionist_courses_container .courses_list .course_details,
  .page-template-courses-page .courses_list_container ul .course_details,
  .page-template-courses-page .courses_list_container .courses_list .course_details {
    width: 100%;
    padding: 30px 50px 0 20px;
    background-size: 20px 24px;
    background-position: calc(100% - 10px) center; }
    .single-professionist .single_professionist_courses_container ul .course_details .course_meta,
    .single-professionist .single_professionist_courses_container .courses_list .course_details .course_meta,
    .page-template-courses-page .courses_list_container ul .course_details .course_meta,
    .page-template-courses-page .courses_list_container .courses_list .course_details .course_meta {
      padding: 20px 0;
      min-height: 60px;
      height: auto; }
      .single-professionist .single_professionist_courses_container ul .course_details .course_meta span,
      .single-professionist .single_professionist_courses_container .courses_list .course_details .course_meta span,
      .page-template-courses-page .courses_list_container ul .course_details .course_meta span,
      .page-template-courses-page .courses_list_container .courses_list .course_details .course_meta span {
        margin: 5px 0; }

  .single-ap-course .ap_centered_featured_image_cont {
    width: calc(100vw - 30px); }

  .single-ap-course .meta-block {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform: translateY(0);
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 20px; }
    .single-ap-course .meta-block .metas {
      flex-wrap: wrap;
      padding-left: 10px;
      margin-bottom: 30px;
      width: 100%; }
      .single-ap-course .meta-block .metas > span {
        margin-bottom: 10px;
        width: 50%; }
    .single-ap-course .meta-block .product.woocommerce.add_to_cart_inline.adder {
      width: 100% !important; }
      .single-ap-course .meta-block .product.woocommerce.add_to_cart_inline.adder a {
        max-width: 280px;
        margin: 0 auto; }

  .product.woocommerce.add_to_cart_inline.adder.centered {
    width: 100% !important; }
    .product.woocommerce.add_to_cart_inline.adder.centered a {
      max-width: 280px !important;
      margin: 0 auto !important; }

  .single-ap-course #course-docs-content .course_file_list li {
    width: 100%; }

  .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content {
    padding: 25px 30px 70px !important; }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content .ap_options_card > .row > .col-lg-6:first-of-type {
      padding-right: 15px; }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content .ap_options_card > .row > .col-lg-6:last-of-type {
      padding-left: 15px; } }
@media screen and (max-width: 768px) {
  .home-hero-heading .n2-ow-all p {
    line-height: 40px !important;
    font-size: 45px !important;
    margin-bottom: 40px !important; }
    .home-hero-heading .n2-ow-all p:after {
      top: 100px !important; }
  .home-hero-heading.single-page {
    height: 60px; }
    .home-hero-heading.single-page .n2-ow-all p:after {
      top: 100px !important; }

  .home-hero-subheading .n2-ow-all p {
    font-size: 12px !important;
    line-height: 20px !important; }

  .ap_single_heading_title {
    font-size: 32px; }

  .top-hero-title .title-overlay {
    padding: 50px 0; }

  #latest-posts-slider .col-md-6:first-child {
    height: 300px;
    min-height: 300px; }
  #latest-posts-slider .slider_controls {
    left: 50%;
    top: 300px;
    transform: translate(-50%, -100%); }

  .overflowed-form .section_heading {
    position: static;
    margin: 0 0 30px 0;
    color: #ffffff !important; }

  .testimonials-home {
    background-position: center;
    background-size: cover; }

  .single-thematic-area .top-info-section .first-column,
  .single-servizio .top-info-section .first-column,
  .single-professionist .top-info-section .first-column,
  .page-template-professionists-page .top-info-section .first-column,
  .page-template-courses-page .top-info-section .first-column,
  .page-template-newsletter-page .top-info-section .first-column,
  .page-template-search-page .top-info-section .first-column,
  .single-ap-course .top-info-section .first-column {
    padding: 0;
    position: relative; }
    .single-thematic-area .top-info-section .first-column:after,
    .single-servizio .top-info-section .first-column:after,
    .single-professionist .top-info-section .first-column:after,
    .page-template-professionists-page .top-info-section .first-column:after,
    .page-template-courses-page .top-info-section .first-column:after,
    .page-template-newsletter-page .top-info-section .first-column:after,
    .page-template-search-page .top-info-section .first-column:after,
    .single-ap-course .top-info-section .first-column:after {
      content: none; }
  .single-thematic-area .top-info-section .second-column,
  .single-servizio .top-info-section .second-column,
  .single-professionist .top-info-section .second-column,
  .page-template-professionists-page .top-info-section .second-column,
  .page-template-courses-page .top-info-section .second-column,
  .page-template-newsletter-page .top-info-section .second-column,
  .page-template-search-page .top-info-section .second-column,
  .single-ap-course .top-info-section .second-column {
    padding: 0; }
  .single-thematic-area .service_search_field .col-md-7,
  .single-servizio .service_search_field .col-md-7,
  .single-professionist .service_search_field .col-md-7,
  .page-template-professionists-page .service_search_field .col-md-7,
  .page-template-courses-page .service_search_field .col-md-7,
  .page-template-newsletter-page .service_search_field .col-md-7,
  .page-template-search-page .service_search_field .col-md-7,
  .single-ap-course .service_search_field .col-md-7 {
    margin: 20px; }
  .single-thematic-area .professionists_filter_field,
  .single-thematic-area .search_filter_field,
  .single-thematic-area .courses_list_container .courses_filter_field,
  .single-servizio .professionists_filter_field,
  .single-servizio .search_filter_field,
  .single-servizio .courses_list_container .courses_filter_field,
  .single-professionist .professionists_filter_field,
  .single-professionist .search_filter_field,
  .single-professionist .courses_list_container .courses_filter_field,
  .page-template-professionists-page .professionists_filter_field,
  .page-template-professionists-page .search_filter_field,
  .page-template-professionists-page .courses_list_container .courses_filter_field,
  .page-template-courses-page .professionists_filter_field,
  .page-template-courses-page .search_filter_field,
  .page-template-courses-page .courses_list_container .courses_filter_field,
  .page-template-newsletter-page .professionists_filter_field,
  .page-template-newsletter-page .search_filter_field,
  .page-template-newsletter-page .courses_list_container .courses_filter_field,
  .page-template-search-page .professionists_filter_field,
  .page-template-search-page .search_filter_field,
  .page-template-search-page .courses_list_container .courses_filter_field,
  .single-ap-course .professionists_filter_field,
  .single-ap-course .search_filter_field,
  .single-ap-course .courses_list_container .courses_filter_field {
    transform: translateX(-50%) !important;
    width: 100%;
    padding: 15px 30px 30px; }
    .single-thematic-area .professionists_filter_field .col-md-4,
    .single-thematic-area .search_filter_field .col-md-4,
    .single-thematic-area .courses_list_container .courses_filter_field .col-md-4,
    .single-servizio .professionists_filter_field .col-md-4,
    .single-servizio .search_filter_field .col-md-4,
    .single-servizio .courses_list_container .courses_filter_field .col-md-4,
    .single-professionist .professionists_filter_field .col-md-4,
    .single-professionist .search_filter_field .col-md-4,
    .single-professionist .courses_list_container .courses_filter_field .col-md-4,
    .page-template-professionists-page .professionists_filter_field .col-md-4,
    .page-template-professionists-page .search_filter_field .col-md-4,
    .page-template-professionists-page .courses_list_container .courses_filter_field .col-md-4,
    .page-template-courses-page .professionists_filter_field .col-md-4,
    .page-template-courses-page .search_filter_field .col-md-4,
    .page-template-courses-page .courses_list_container .courses_filter_field .col-md-4,
    .page-template-newsletter-page .professionists_filter_field .col-md-4,
    .page-template-newsletter-page .search_filter_field .col-md-4,
    .page-template-newsletter-page .courses_list_container .courses_filter_field .col-md-4,
    .page-template-search-page .professionists_filter_field .col-md-4,
    .page-template-search-page .search_filter_field .col-md-4,
    .page-template-search-page .courses_list_container .courses_filter_field .col-md-4,
    .single-ap-course .professionists_filter_field .col-md-4,
    .single-ap-course .search_filter_field .col-md-4,
    .single-ap-course .courses_list_container .courses_filter_field .col-md-4 {
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px; }
      .single-thematic-area .professionists_filter_field .col-md-4 span,
      .single-thematic-area .search_filter_field .col-md-4 span,
      .single-thematic-area .courses_list_container .courses_filter_field .col-md-4 span,
      .single-servizio .professionists_filter_field .col-md-4 span,
      .single-servizio .search_filter_field .col-md-4 span,
      .single-servizio .courses_list_container .courses_filter_field .col-md-4 span,
      .single-professionist .professionists_filter_field .col-md-4 span,
      .single-professionist .search_filter_field .col-md-4 span,
      .single-professionist .courses_list_container .courses_filter_field .col-md-4 span,
      .page-template-professionists-page .professionists_filter_field .col-md-4 span,
      .page-template-professionists-page .search_filter_field .col-md-4 span,
      .page-template-professionists-page .courses_list_container .courses_filter_field .col-md-4 span,
      .page-template-courses-page .professionists_filter_field .col-md-4 span,
      .page-template-courses-page .search_filter_field .col-md-4 span,
      .page-template-courses-page .courses_list_container .courses_filter_field .col-md-4 span,
      .page-template-newsletter-page .professionists_filter_field .col-md-4 span,
      .page-template-newsletter-page .search_filter_field .col-md-4 span,
      .page-template-newsletter-page .courses_list_container .courses_filter_field .col-md-4 span,
      .page-template-search-page .professionists_filter_field .col-md-4 span,
      .page-template-search-page .search_filter_field .col-md-4 span,
      .page-template-search-page .courses_list_container .courses_filter_field .col-md-4 span,
      .single-ap-course .professionists_filter_field .col-md-4 span,
      .single-ap-course .search_filter_field .col-md-4 span,
      .single-ap-course .courses_list_container .courses_filter_field .col-md-4 span {
        width: 100px;
        height: 100px;
        background-size: 60%;
        background-position: center; }
      .single-thematic-area .professionists_filter_field .col-md-4 p,
      .single-thematic-area .search_filter_field .col-md-4 p,
      .single-thematic-area .courses_list_container .courses_filter_field .col-md-4 p,
      .single-servizio .professionists_filter_field .col-md-4 p,
      .single-servizio .search_filter_field .col-md-4 p,
      .single-servizio .courses_list_container .courses_filter_field .col-md-4 p,
      .single-professionist .professionists_filter_field .col-md-4 p,
      .single-professionist .search_filter_field .col-md-4 p,
      .single-professionist .courses_list_container .courses_filter_field .col-md-4 p,
      .page-template-professionists-page .professionists_filter_field .col-md-4 p,
      .page-template-professionists-page .search_filter_field .col-md-4 p,
      .page-template-professionists-page .courses_list_container .courses_filter_field .col-md-4 p,
      .page-template-courses-page .professionists_filter_field .col-md-4 p,
      .page-template-courses-page .search_filter_field .col-md-4 p,
      .page-template-courses-page .courses_list_container .courses_filter_field .col-md-4 p,
      .page-template-newsletter-page .professionists_filter_field .col-md-4 p,
      .page-template-newsletter-page .search_filter_field .col-md-4 p,
      .page-template-newsletter-page .courses_list_container .courses_filter_field .col-md-4 p,
      .page-template-search-page .professionists_filter_field .col-md-4 p,
      .page-template-search-page .search_filter_field .col-md-4 p,
      .page-template-search-page .courses_list_container .courses_filter_field .col-md-4 p,
      .single-ap-course .professionists_filter_field .col-md-4 p,
      .single-ap-course .search_filter_field .col-md-4 p,
      .single-ap-course .courses_list_container .courses_filter_field .col-md-4 p {
        width: 100%;
        text-align: center; }
    .single-thematic-area .professionists_filter_field .col-md-8 ul,
    .single-thematic-area .search_filter_field .col-md-8 ul,
    .single-thematic-area .courses_list_container .courses_filter_field .col-md-8 ul,
    .single-servizio .professionists_filter_field .col-md-8 ul,
    .single-servizio .search_filter_field .col-md-8 ul,
    .single-servizio .courses_list_container .courses_filter_field .col-md-8 ul,
    .single-professionist .professionists_filter_field .col-md-8 ul,
    .single-professionist .search_filter_field .col-md-8 ul,
    .single-professionist .courses_list_container .courses_filter_field .col-md-8 ul,
    .page-template-professionists-page .professionists_filter_field .col-md-8 ul,
    .page-template-professionists-page .search_filter_field .col-md-8 ul,
    .page-template-professionists-page .courses_list_container .courses_filter_field .col-md-8 ul,
    .page-template-courses-page .professionists_filter_field .col-md-8 ul,
    .page-template-courses-page .search_filter_field .col-md-8 ul,
    .page-template-courses-page .courses_list_container .courses_filter_field .col-md-8 ul,
    .page-template-newsletter-page .professionists_filter_field .col-md-8 ul,
    .page-template-newsletter-page .search_filter_field .col-md-8 ul,
    .page-template-newsletter-page .courses_list_container .courses_filter_field .col-md-8 ul,
    .page-template-search-page .professionists_filter_field .col-md-8 ul,
    .page-template-search-page .search_filter_field .col-md-8 ul,
    .page-template-search-page .courses_list_container .courses_filter_field .col-md-8 ul,
    .single-ap-course .professionists_filter_field .col-md-8 ul,
    .single-ap-course .search_filter_field .col-md-8 ul,
    .single-ap-course .courses_list_container .courses_filter_field .col-md-8 ul {
      justify-content: center; }
  .single-thematic-area .contact-form-container,
  .single-servizio .contact-form-container,
  .single-professionist .contact-form-container,
  .page-template-professionists-page .contact-form-container,
  .page-template-courses-page .contact-form-container,
  .page-template-newsletter-page .contact-form-container,
  .page-template-search-page .contact-form-container,
  .single-ap-course .contact-form-container {
    padding: 60px 30px 90px; }
    .single-thematic-area .contact-form-container .col-md-12 input[type="submit"],
    .single-servizio .contact-form-container .col-md-12 input[type="submit"],
    .single-professionist .contact-form-container .col-md-12 input[type="submit"],
    .page-template-professionists-page .contact-form-container .col-md-12 input[type="submit"],
    .page-template-courses-page .contact-form-container .col-md-12 input[type="submit"],
    .page-template-newsletter-page .contact-form-container .col-md-12 input[type="submit"],
    .page-template-search-page .contact-form-container .col-md-12 input[type="submit"],
    .single-ap-course .contact-form-container .col-md-12 input[type="submit"] {
      padding: 17px 40px;
      max-width: calc(100vw - 20px); }
  .single-thematic-area .ap_breadcrumbs,
  .single-servizio .ap_breadcrumbs,
  .single-professionist .ap_breadcrumbs,
  .page-template-professionists-page .ap_breadcrumbs,
  .page-template-courses-page .ap_breadcrumbs,
  .page-template-newsletter-page .ap_breadcrumbs,
  .page-template-search-page .ap_breadcrumbs,
  .single-ap-course .ap_breadcrumbs {
    padding: 20px 0 20px 50px; }

  .ap-courses-pagination,
  .ap_search_pagination,
  .ap-news-pagination {
    padding: 20px 0;
    height: auto !important;
    flex-wrap: wrap; }
    .ap-courses-pagination .pagination-controls,
    .ap_search_pagination .pagination-controls,
    .ap-news-pagination .pagination-controls {
      position: relative !important;
      width: 100% !important;
      right: 0;
      margin-top: 20px;
      justify-content: center; }

  .ap_search_pagination .pagination-controls {
    padding: 0 calc(50% - 60px); }

  .page-template-news-page .container .posts_filter_field {
    flex-wrap: wrap; }
    .page-template-news-page .container .posts_filter_field .col-md-4 {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .page-template-news-page .container .posts_filter_field .col-md-4 p {
        width: auto; }
      .page-template-news-page .container .posts_filter_field .col-md-4 span {
        background-size: 90%; }
    .page-template-news-page .container .posts_filter_field .col-md-8 {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      margin-top: 30px; }
      .page-template-news-page .container .posts_filter_field .col-md-8 ul {
        display: flex;
        justify-content: center; }

  .page-template-news-page .container .posts-container-large-featured .carousel .carousel-indicators li {
    background-color: #3a3145; }
  .page-template-news-page .container .ap_article_large {
    flex-wrap: wrap;
    flex-direction: column-reverse; }
    .page-template-news-page .container .ap_article_large .details {
      flex-wrap: wrap; }
      .page-template-news-page .container .ap_article_large .details .ap_post_title {
        margin-top: 30px;
        width: 100%;
        padding-right: 0;
        background-position: right top;
        box-sizing: border-box;
        padding-right: 30px;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: calc(100% - 10px) top;
        padding-bottom: 70px; }
      .page-template-news-page .container .ap_article_large .details .metas {
        width: 100%; }
  .page-template-news-page .container .ap_article_medium {
    flex-direction: column-reverse; }
    .page-template-news-page .container .ap_article_medium .details {
      width: 100%;
      padding: 18px 0; }
    .page-template-news-page .container .ap_article_medium .ap_thumbnail {
      width: 100%; }
  .page-template-news-page .container .ap_article_small_thumbnail {
    flex-direction: column-reverse; }
    .page-template-news-page .container .ap_article_small_thumbnail .details {
      padding: 18px;
      width: 100%; }
    .page-template-news-page .container .ap_article_small_thumbnail .ap_thumbnail {
      width: 100%; }
  .page-template-news-page .container .ap_article_small {
    height: auto;
    min-height: 160px;
    padding: 10px 0; }
  .page-template-news-page .container .posts_filter_field {
    justify-content: center; }
    .page-template-news-page .container .posts_filter_field .col-md-4 {
      flex-direction: column;
      width: 220px;
      max-width: 220px;
      flex: 0 0 220px; }
      .page-template-news-page .container .posts_filter_field .col-md-4 span {
        width: 100px;
        height: 100px;
        background-size: 60%;
        background-position: center; }
      .page-template-news-page .container .posts_filter_field .col-md-4 p {
        width: 100%;
        text-align: center; }

  .single-ap-course .main-course-tabs-container {
    padding: 0 30px; }

  .single-ap-course #speaker-info-content.active {
    flex-wrap: wrap;
    width: 100%;
    max-width: 400px;
    justify-content: center;
    margin: 0 auto; }
    .single-ap-course #speaker-info-content.active .professionist-details {
      width: 100%;
      margin-top: 40px; }
      .single-ap-course #speaker-info-content.active .professionist-details .professionist_name {
        text-align: center; }
      .single-ap-course #speaker-info-content.active .professionist-details .professionist_category {
        text-align: center; }
        .single-ap-course #speaker-info-content.active .professionist-details .professionist_category:after {
          left: calc(50% - 15px); }

  .single-ap-course #course-docs-content #course_video_carousel .carousel-item {
    height: 500px; }

  body.single-post article.post {
    padding: 0 20px; }
    body.single-post article.post .entry-content {
      width: 100%;
      margin: 0; }
  body.single-post .post-navigation {
    padding: 0 20px; }
  body.single-post .ap_newsletter_container {
    margin: 100px 0; }
    body.single-post .ap_newsletter_container .overflowed-form.ap-newsletter {
      position: relative;
      transform: translate(-50%, 0); }

  #user-tabs {
    flex-wrap: wrap; }
    #user-tabs li {
      width: 100%; }
      #user-tabs li a {
        width: 100%;
        text-align: center;
        font-size: 12px; }

  footer .widget-area .widget .menu {
    flex-wrap: wrap;
    justify-content: center; }
    footer .widget-area .widget .menu li {
      flex: 0 0 33.33%;
      text-align: center; } }
@media screen and (max-width: 500px) {
  .form-group {
    margin-bottom: 0; }

  .home-hero-heading.single-page .n2-ow-all p:after {
    top: 20px !important; }

  .top-hero-title .title-overlay h1 {
    font-size: 50px;
    line-height: 45px; }

  #masthead .site-branding .site-logo .custom-logo-link {
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: -20px; }
  #masthead .site-branding .main-navigation {
    height: 60px; }
  #masthead.scrolled .site-branding .custom_logo {
    width: 70px;
    height: 70px;
    margin-top: -5px; }
    #masthead.scrolled .site-branding .custom_logo h5 {
      background-size: 200%;
      background-position: center -5px; }
  #masthead.active .main-navigation ul {
    top: 95px;
    height: calc(100vh - 95px); }
  #masthead.active .custom_logo {
    width: 100px;
    height: 100px; }
  #masthead.active.scrolled .main-navigation ul {
    height: calc(100vh - 85px);
    top: 85px; }

  .n2-ss-slider-1 {
    height: 500px !important; }

  .home-hero-heading .n2-ow-all p .mobile-only,
  .home-hero-subheading .n2-ow-all p .mobile-only {
    display: none; }

  .home-hero-heading .n2-ow-all p {
    line-height: 30px !important;
    font-size: 35px !important; }
    .home-hero-heading .n2-ow-all p:after {
      position: relative !important;
      top: 20px !important; }

  .hero-button-row {
    margin-top: 0 !important; }

  .testimonials-home {
    padding: 0 0 90px;
    background-position: center 70%; }

  .overflowed-form {
    top: 0;
    width: 100%; }
    .overflowed-form select {
      font-size: 0.7rem; }
    .overflowed-form button {
      font-size: 0.7rem !important;
      padding: 12px 72px 13px 17px !important; }
    .overflowed-form.ap-newsletter {
      left: 50%;
      position: static;
      margin-bottom: 40px;
      padding: 26px;
      transform: none; }
      .overflowed-form.ap-newsletter button {
        font-size: 0.6rem !important; }

  #latest-posts-slider .col-md-6:last-child {
    padding: 30px 50px 50px !important;
    min-height: 300px; }

  .home-services-container h3 {
    font-size: 1.2rem; }
  .home-services-container .thematic-areas-slider {
    width: 100%; }
    .home-services-container .thematic-areas-slider .slick-prev, .home-services-container .thematic-areas-slider .slick-next {
      top: 110%;
      z-index: 10; }
    .home-services-container .thematic-areas-slider .slick-prev {
      left: calc(50% - 61px); }
    .home-services-container .thematic-areas-slider .slick-next {
      right: calc(50% - 61px); }
  .home-services-container .global-btn {
    font-size: 0.47rem !important;
    padding: 21px 64px 19px 12px; }

  .themed-area-column .category_icon_container {
    width: 30px;
    margin: 0 auto; }
    .themed-area-column .category_icon_container img {
      width: 100%; }
  .themed-area-column .category_details_container {
    width: calc(100% - 40px);
    margin-left: 10px; }

  .see-more-section {
    background-color: #F4F4F4;
    padding: 50px 20px 50px;
    margin: 0; }
    .see-more-section .category_icon_container {
      width: 100px !important;
      margin: 0 auto 10px !important;
      float: none !important; }
      .see-more-section .category_icon_container span {
        width: 100% !important; }
    .see-more-section .category_details_container {
      width: 100% !important;
      margin-left: 0 !important; }
      .see-more-section .category_details_container h4 {
        font-size: 1.15rem; }
      .see-more-section .category_details_container p {
        text-align: justify !important; }
    .see-more-section a {
      margin-top: 10px !important; }

  .testimonials-home .slick-prev, .testimonials-home .slick-next {
    top: 108%; }
  .testimonials-home .slick-prev {
    left: calc(50% - 61px); }
  .testimonials-home .slick-next {
    right: calc(50% - 61px); }
  .testimonials-home .slick-list {
    width: 100vw; }
    .testimonials-home .slick-list .slick-slide .testimonial_icon_container {
      width: 220px;
      float: none;
      margin: 0 auto;
      margin-top: 20px; }
      .testimonials-home .slick-list .slick-slide .testimonial_icon_container img {
        width: 220px; }
    .testimonials-home .slick-list .slick-slide .testimonial_details_container {
      width: 80%;
      margin-left: 10%;
      float: none; }

  .ap-dark-heading {
    font-size: 1.2rem !important; }

  .single-thematic-area .service_search_field {
    padding: 25px 10px;
    width: 100%; }
    .single-thematic-area .service_search_field .col-md-5 {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center; }
      .single-thematic-area .service_search_field .col-md-5 span {
        width: 100px;
        height: 100px;
        background-size: 80%; }
      .single-thematic-area .service_search_field .col-md-5 p {
        text-align: justify;
        width: 100%; }
    .single-thematic-area .service_search_field .col-md-7 {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      .single-thematic-area .service_search_field .col-md-7 .ap-submit-button {
        width: 200px;
        margin: 20px 0 0; }
      .single-thematic-area .service_search_field .col-md-7 input {
        width: 100%; }

  .page-template-news-page .ap-news-pagination {
    margin: 70px 0; }

  .ap_news_archive_form + .ap_newsletter_container {
    margin: 0; }

  .single-ap-course #course-tabs .nav-item {
    width: 100%;
    text-align: center; }
    .single-ap-course #course-tabs .nav-item .nav-link {
      background-color: transparent !important; }

  .single-ap-course #course-docs-content #course_video_carousel .carousel-item {
    height: 350px; }
    .single-ap-course #course-docs-content #course_video_carousel .carousel-item .course-video-thumbnail .course-video-overlay h3 {
      font-size: 30px; }
    .single-ap-course #course-docs-content #course_video_carousel .carousel-item .course-video-thumbnail .course-video-overlay .adder {
      width: 220px; }

  .single-ap-course #course-docs-content .sider_controls {
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .single-ap-course #course-docs-content .sider_controls a {
      width: 100%;
      margin: 5px 0; }

  .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content {
    padding: 25px 10px 70px !important; }
    .woocommerce-account #content .main-container > .container > .row > .col-xs-12 #personal-info-content .ap_options_card {
      padding: 50px 25px 60px 25px; }

  .woocommerce-account #masthead .site-branding .main-navigation {
    width: calc(95% - 130px); }
    .woocommerce-account #masthead .site-branding .main-navigation .user-info .user-avatar {
      height: 30px;
      width: 30px;
      margin-right: 10px; }
    .woocommerce-account #masthead .site-branding .main-navigation .user-info .user-details p {
      font-size: 10px; }
    .woocommerce-account #masthead .site-branding .main-navigation .user-info .user-details h4 {
      font-size: 18px; }
    .woocommerce-account #masthead .site-branding .main-navigation .ap_hamburger_button {
      top: 6px; }
  .woocommerce-account #masthead.scrolled .site-branding .main-navigation {
    width: calc(95% - 70px); }
    .woocommerce-account #masthead.scrolled .site-branding .main-navigation .user-info .user-avatar {
      height: 40px;
      width: 40px; }
    .woocommerce-account #masthead.scrolled .site-branding .main-navigation .user-info .user-details p {
      font-size: 12px; }
    .woocommerce-account #masthead.scrolled .site-branding .main-navigation .user-info .user-details h4 {
      font-size: 20px; }
    .woocommerce-account #masthead.scrolled .site-branding .main-navigation .ap_hamburger_button {
      top: 6px; }

  .woocommerce-account #content .main-container > .container > .row > .col-xs-12 .tab-pane#payments-content .ap_options_card button[name="create-order"] {
    width: 100%; }

  footer .widget-area .widget .menu li {
    flex: 0 0 100%; }

  .return-to-top-link {
    right: 30px;
    bottom: -100px; }
    .return-to-top-link i {
      width: 25px;
      height: 25px; }
    .return-to-top-link .background-container {
      width: 50px;
      height: 50px; }
    .return-to-top-link:before, .return-to-top-link:after {
      bottom: -100px;
      right: 30px;
      width: 50px;
      height: 50px; }
    .return-to-top-link.active {
      bottom: 30px; }
      .return-to-top-link.active:after, .return-to-top-link.active:before {
        bottom: 30px; } }
@media screen and (max-width: 400px) {
  .overflowed-form {
    padding: 26px; }
    .overflowed-form.ap-newsletter label {
      padding: 0; }
    .overflowed-form.ap-newsletter .yikes-easy-mc-form {
      display: block; }
      .overflowed-form.ap-newsletter .yikes-easy-mc-form .mc_checkbox {
        position: static; }

  .top-hero-title .title-overlay h1 {
    font-size: 40px;
    line-height: 45px; }

  .testimonials-home .testimonials-slider-controls .slick-dots {
    margin: 0 10px;
    max-width: 200px; }
    .testimonials-home .testimonials-slider-controls .slick-dots li {
      width: 50px; }
      .testimonials-home .testimonials-slider-controls .slick-dots li button {
        width: 50px; }
        .testimonials-home .testimonials-slider-controls .slick-dots li button:before {
          width: 50px; }

  .single-ap-course .meta-block .metas > span {
    width: 100%; }

  .single-ap-course p.product.woocommerce.add_to_cart_inline.adder {
    width: 100%; }

  .single-ap-course #speaker-info-content.active .professionist-linked-section {
    width: 250px; }
    .single-ap-course #speaker-info-content.active .professionist-linked-section .img_container {
      height: 250px; }

  .contact_page_cta_banner .cta_banner_footer a {
    font-size: 0.67rem !important;
    padding: 17px 100px 17px 30px;
    min-width: 120px;
    display: inline-block;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-family: 'BrownStd', "Open Sans", sans-serif !important;
    letter-spacing: 1px;
    position: relative;
    border-radius: 0;
    background: #6500c8;
    background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 );
    padding: 17px 20px !important;
    width: 100% !important;
    text-align: center !important;
    max-width: 320px; }
    .contact_page_cta_banner .cta_banner_footer a:hover {
      background: #812bc8;
      background: -moz-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
      background: -webkit-linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
      background: linear-gradient(45deg, #812bc8 20%, #558ff6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#812bc8', endColorstr='#558ff6',GradientType=1 );
      text-decoration: none; }
    .contact_page_cta_banner .cta_banner_footer a i {
      width: 50px;
      height: 50px;
      position: absolute;
      right: 10px;
      top: 4px;
      background-image: url(../img/light-arrow.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .contact_page_cta_banner .cta_banner_footer a.white {
      background: #ffffff !important;
      color: #222222 !important; }
      .contact_page_cta_banner .cta_banner_footer a.white i {
        background-image: url(../img/dark-arrow.svg); }
      .contact_page_cta_banner .cta_banner_footer a.white:hover {
        background: #f1f1f1 !important; }
    .contact_page_cta_banner .cta_banner_footer a[disabled] {
      background: #B4B4B4;
      background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); }
      .contact_page_cta_banner .cta_banner_footer a[disabled]:hover {
        cursor: auto;
        background: #B4B4B4;
        background: -moz-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: -webkit-linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        background: linear-gradient(45deg, #B4B4B4 20%, #C6C6C6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4B4', endColorstr='#C6C6C6',GradientType=1 ); } }
@media screen and (max-width: 370px) {
  .woocommerce-account #masthead .site-branding .main-navigation {
    justify-content: flex-start;
    margin-top: 20px; }
    .woocommerce-account #masthead .site-branding .main-navigation .user-info .user-details p {
      font-size: 10px; }
    .woocommerce-account #masthead .site-branding .main-navigation .user-info .user-details h4 {
      font-size: 14px; }
    .woocommerce-account #masthead .site-branding .main-navigation .ap_hamburger_button {
      right: 5px;
      position: absolute;
      transition: 0.4s; }
  .woocommerce-account #masthead.scrolled .site-branding .main-navigation {
    width: calc(95% - 70px);
    margin-top: 5px; }
    .woocommerce-account #masthead.scrolled .site-branding .main-navigation .user-info .user-avatar {
      height: 30px;
      width: 30px; }
    .woocommerce-account #masthead.scrolled .site-branding .main-navigation .user-info .user-details p {
      font-size: 10px; }
    .woocommerce-account #masthead.scrolled .site-branding .main-navigation .user-info .user-details h4 {
      font-size: 16px; }
    .woocommerce-account #masthead.scrolled .site-branding .main-navigation .ap_hamburger_button {
      top: 24px; } }
@media all and (min-width: 575px) and (max-width: 1500px) {
  #header_search_modal .modal-dialog {
    padding: 0 30px; } }
@media screen and (max-width: 1075px) {
  #masthead .top-bar {
    display: none; }
  #masthead .site-branding .custom_logo {
    width: 130px;
    height: 130px;
    margin-top: -10px; }
  #masthead .site-branding .main-navigation ul {
    display: none;
    top: 226px;
    opacity: 0;
    transition: 0.3s; }
    #masthead .site-branding .main-navigation ul li a {
      margin-right: 40px; }
    #masthead .site-branding .main-navigation ul .ap_desktop_search_button_container .ap_desktop_search_button {
      display: none; }
  #masthead .site-branding .main-navigation .ap_hamburger_button {
    display: block; }
  #masthead .site-branding .main-navigation .ap_mobile_search_button {
    display: block; }
  #masthead.scrolled .site-branding .custom_logo {
    width: 70px;
    height: 70px;
    margin-top: -5px; }
    #masthead.scrolled .site-branding .custom_logo h5 {
      height: 70px;
      background-size: 200%;
      background-position: center -5px; }
  #masthead.scrolled .site-branding .main-navigation {
    height: 60px; }
  #masthead.scrolled .site-branding .ap_hamburger_button span {
    background-color: #222222; }
    #masthead.scrolled .site-branding .ap_hamburger_button span:before {
      background-color: #222222; }
    #masthead.scrolled .site-branding .ap_hamburger_button span:after {
      background-color: #222222; }
  #masthead.active {
    min-height: 100vh !important;
    background: url(../img/hamburger-menu-bck.svg), -moz-linear-gradient(45deg, #3b82f6 20%, #6500c8 100%);
    background: url(../img/hamburger-menu-bck.svg), -webkit-linear-gradient(45deg, #3b82f6 20%, #6500c8 100%);
    background: url(../img/hamburger-menu-bck.svg), linear-gradient(45deg, #3b82f6 20%, #6500c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b82f6", endColorstr="#6500c8", GradientType=1);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 10px;
    z-index: 1001; }
    #masthead.active .custom_logo {
      width: 70px;
      height: 70px;
      margin-top: -5px; }
      #masthead.active .custom_logo h5 {
        background-image: url(../img/logo-white.png) !important;
        width: 70px;
        height: 70px;
        background-size: 200%;
        background-position: center -5px; }
    #masthead.active .main-navigation ul {
      display: block !important;
      position: absolute;
      height: calc(100vh - 120px);
      left: -2vw;
      top: 126px;
      opacity: 1;
      background-color: transparent;
      width: 100vw;
      padding: 0; }
      #masthead.active .main-navigation ul li {
        width: 100%;
        text-align: center;
        z-index: 300;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #masthead.active .main-navigation ul li a {
          font-size: .55rem;
          font-weight: 600;
          margin-right: 0;
          color: #ffffff !important; }
        #masthead.active .main-navigation ul li.social-links .ap_social_link {
          color: transparent !important; }
        #masthead.active .main-navigation ul li.social-links .facebook {
          background-image: url(../img/white-facebook-social-link.svg); }
        #masthead.active .main-navigation ul li.social-links .linkedin {
          background-image: url(../img/white-linkedin-social-link.svg); }
    #masthead.active .main-navigation .user-info p {
      color: #ffffff; }
    #masthead.active .main-navigation .mobile-user-links {
      display: flex;
      height: auto;
      margin-top: 50px;
      border: none; }
      #masthead.active .main-navigation .mobile-user-links .top-bar-account-links {
        justify-content: center;
        flex-direction: row;
        align-items: center; }
        #masthead.active .main-navigation .mobile-user-links .top-bar-account-links a {
          width: auto;
          height: auto;
          border-bottom: 1px solid #eaeaea;
          font-weight: 600;
          font-size: 0.55rem;
          color: #3B82F6 !important;
          background-color: #ffffff;
          border-radius: 1px;
          padding: 11px 20px;
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12); }
          #masthead.active .main-navigation .mobile-user-links .top-bar-account-links a i {
            width: 14px;
            height: 14px;
            background-position: center;
            background-repeat: no-repeat;
            margin-right: 10px; }
          #masthead.active .main-navigation .mobile-user-links .top-bar-account-links a.home_link i {
            background-image: url(../img/top-bar-home-icon.svg);
            background-size: contain; }
          #masthead.active .main-navigation .mobile-user-links .top-bar-account-links a.logout_link i {
            background-image: url(../img/top-bar-logout-icon.svg); }
          #masthead.active .main-navigation .mobile-user-links .top-bar-account-links a.register_link i {
            background-image: url(../img/top-bar-register-icon.svg); }
          #masthead.active .main-navigation .mobile-user-links .top-bar-account-links a.login_link i, #masthead.active .main-navigation .mobile-user-links .top-bar-account-links a.dashboard_link i {
            background-image: url(../img/top-bar-user-icon.svg); }
          #masthead.active .main-navigation .mobile-user-links .top-bar-account-links a:first-of-type {
            margin-right: 16px; }
    #masthead.active .ap_hamburger_button span {
      transform: rotate(-45deg) translate(0, 0);
      background-color: #ffffff !important; }
      #masthead.active .ap_hamburger_button span:before {
        background-color: #ffffff !important;
        top: -25px;
        opacity: 0;
        transform: rotate(45deg) translate(18px, 0); }
      #masthead.active .ap_hamburger_button span:after {
        background-color: #ffffff !important;
        transform: rotate(90deg) translate(-5px, 0); }
    #masthead.active.scrolled .main-navigation ul {
      top: 106px; } }
@media screen and (max-width: 1500px) {
  .home-hero-heading {
    margin: 0 !important; }
    .home-hero-heading .n2-ow-all p {
      padding-top: 20px !important; }
      .home-hero-heading .n2-ow-all p:after {
        top: 180px !important; } }
@media screen and (max-width: 1300px) {
  #latest-posts-slider .col-md-6 {
    height: auto; }

  #latest-posts-slider .col-md-6:last-child {
    padding: 65px 70px 30px 70px !important; } }
@media screen and (width: 768px) {
  #latest-posts-slider .col-md-6 {
    flex: 0 0 100% !important;
    max-width: none !important; } }
@media screen and (max-width: 768px) {
  #latest-posts-slider .col-md-6:last-child {
    height: auto; }

  .testimonials-home-disabled {
    position: relative;
    padding: 70px 0 10px; }

  .home-hero-heading .n2-ow-all p:after {
    top: 120px !important; } }
@media screen and (max-width: 500px) {
  .home-hero-heading .n2-ow-all p:after {
    top: 22px !important; } }
@media screen and (max-width: 1500px) {
  .page-id-1291 .dark-column-section h4 {
    padding: 0 30px; } }
@media screen and (max-width: 992px) {
  .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns {
    display: flex;
    flex-wrap: wrap; }
    .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column {
      width: 100%; }
      .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column:first-of-type {
        margin-bottom: 50px; }
  .page-id-1291 .top-info-section {
    padding: 0 !important; }
    .page-id-1291 .top-info-section > .advgb-columns-container > .advgb-columns .first-column,
    .page-id-1291 .top-info-section > .advgb-columns-container > .advgb-columns .second-column {
      padding: 0 50px; }
  .page-id-1291 .dark-column-section h4 {
    padding: 0 50px; }
  .page-id-1291 .faq-section .ap-dark-heading + p {
    padding: 0 30px;
    max-width: 860px !important; } }
@media screen and (max-width: 768px) {
  .page-id-1291 .col-xs-12 .n2-ss-slider-1 {
    height: 300px !important; }
    .page-id-1291 .col-xs-12 .n2-ss-slider-1 .n2-ss-slide {
      position: relative !important;
      top: 50% !important;
      max-height: 400px !important;
      transform: translateY(-50%) !important; }
  .page-id-1291 .col-xs-12 .founders-section {
    padding: 0 30px 70px; }
    .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns {
      display: flex;
      flex-wrap: wrap; }
      .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column {
        width: 100%; }
        .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column:first-of-type {
          margin-bottom: 50px; }
    .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner .advgb-is-half-tablet > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns .founder-card .founder-details {
      padding: 40px 30px 30px; }
  .page-id-1291 .top-info-section > .advgb-columns-container > .advgb-columns .first-column:after {
    content: none; } }
@media screen and (max-width: 500px) {
  .page-id-1291 .col-xs-12 .founders-section > .advgb-column-inner .advgb-is-half-tablet > .advgb-column-inner > .wp-block-advgb-columns > .advgb-columns-container > .advgb-columns .founder-card .founder-details {
    padding: 40px 30px 30px; }
  .page-id-1291 .col-xs-12 .global-btn {
    width: 260px !important; }
  .page-id-1291 .col-xs-12 .n2-ss-slider-1 .n2-ss-slide .n2-ss-section-main-content {
    padding: 0.625em 1.125em !important; }
  .page-id-1291 .top-info-section > .advgb-columns-container > .advgb-columns .first-column,
  .page-id-1291 .top-info-section > .advgb-columns-container > .advgb-columns .second-column {
    padding: 0 30px; }
  .page-id-1291 .dark-column-section h4 {
    padding: 0 30px; } }
@media screen and (max-width: 1500px) {
  .page-template-contact-page .contact-map-container {
    width: 100%;
    transform: none;
    left: 0; }
  .page-template-contact-page .top-info-section .first-column {
    padding: 0 50px; }
  .page-template-contact-page .top-info-section .second-column {
    padding: 0 50px; }
  .page-template-contact-page .overflowed-form-container {
    margin-bottom: 100px; }
    .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info {
      margin: 6px auto;
      position: relative;
      transform: translateX(-50%); } }
@media screen and (max-width: 1200px) {
  .page-template-contact-page .overflowed-form-container {
    margin-bottom: 100px; }
    .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info {
      padding: 34px 25px;
      margin: 6px auto;
      position: relative;
      transform: translateX(-50%); }
      .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info .advgb-column-inner {
        align-items: flex-start; }
        .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info .advgb-column-inner p {
          width: 19%;
          padding: 50px 15px 0;
          background-position: center top;
          background-size: 32px;
          text-align: center; }
          .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info .advgb-column-inner p.ap_phone_icon {
            background-size: 32px 32px; } }
@media screen and (max-width: 992px) {
  .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info .advgb-column-inner {
    justify-content: center; }
    .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info .advgb-column-inner p {
      width: 33%; }
  .page-template-contact-page .top-info-section {
    width: 100%;
    padding: 0 calc(50% - 315px) 70px !important;
    margin: 0 auto; }
    .page-template-contact-page .top-info-section > .advgb-columns-container > .advgb-columns {
      flex-wrap: wrap; }
      .page-template-contact-page .top-info-section > .advgb-columns-container > .advgb-columns .first-column,
      .page-template-contact-page .top-info-section > .advgb-columns-container > .advgb-columns .second-column {
        padding: 0;
        width: 100%; }
      .page-template-contact-page .top-info-section > .advgb-columns-container > .advgb-columns .first-column {
        margin-bottom: 200px; }
        .page-template-contact-page .top-info-section > .advgb-columns-container > .advgb-columns .first-column:after {
          content: none; }
  .page-template-contact-page #interactive_map_container {
    margin: 50px auto 0 auto; }
  .page-template-contact-page .interactive-map-mobile-controls {
    display: block;
    margin: 0 auto 120px auto; } }
@media screen and (max-width: 768px) {
  .page-template-contact-page .top-info-section {
    padding: 70px 30px !important; }
    .page-template-contact-page .top-info-section > .advgb-columns-container > .advgb-columns {
      flex-wrap: wrap; } }
@media screen and (max-width: 600px) {
  .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info .advgb-column-inner {
    justify-content: center; }
    .page-template-contact-page .overflowed-form-container > .advgb-columns-container > .advgb-columns > .wp-block-advgb-column > .advgb-column-inner .contact-info .advgb-column-inner p {
      width: 100%;
      padding: 5px 0 5px 50px;
      background-position: left center;
      text-align: left; } }
@media screen and (max-width: 400px) {
  .page-template-contact-page .overflowed-form-container {
    margin-bottom: 50px; }
  .page-template-contact-page .contact-inner .contact-row .col-md-12 input[type=submit] {
    width: 260px;
    padding: 17px 15px;
    text-align: center; } }
@media screen and (max-width: 992px) {
  .page-template-contact-page #interactive_map_container #ap_map {
    width: 100%; }
    .page-template-contact-page #interactive_map_container #ap_map .ap_map_pin.active .pin_details {
      opacity: 0;
      display: none; }
  .page-template-contact-page #interactive_map_container #map_sidebar {
    display: none; }
  .page-template-contact-page .interactive-map-mobile-controls {
    display: flex; }
    .page-template-contact-page .interactive-map-mobile-controls .prev, .page-template-contact-page .interactive-map-mobile-controls .next {
      width: 60px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 30px; }
    .page-template-contact-page .interactive-map-mobile-controls .prev {
      background-image: url(../img/slider-left-arrow.svg); }
    .page-template-contact-page .interactive-map-mobile-controls .next {
      background-image: url(../img/slider-right-arrow.svg); }
    .page-template-contact-page .interactive-map-mobile-controls .info-container {
      padding: 15px;
      box-sizing: border-box;
      width: calc(100% - 120px);
      text-align: center;
      font-family: Montserrat, "Helvetica Neue", sans-serif; }
      .page-template-contact-page .interactive-map-mobile-controls .info-container small {
        font-size: 14px; }
      .page-template-contact-page .interactive-map-mobile-controls .info-container h6 {
        font-size: 20px;
        position: relative;
        margin-bottom: 2px;
        padding: 0 0 10px 0; }
        .page-template-contact-page .interactive-map-mobile-controls .info-container h6:after {
          content: "";
          display: block;
          width: 120px;
          height: 2px;
          position: absolute;
          left: 50%;
          bottom: 1px;
          transform: translateX(-50%);
          background: #6500c8;
          background: -moz-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          background: -webkit-linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          background: linear-gradient(45deg, #6500c8 20%, #3b82f6 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6500c8', endColorstr='#3b82f6',GradientType=1 ); }
      .page-template-contact-page .interactive-map-mobile-controls .info-container p {
        font-size: 16px;
        margin-bottom: 0; } }
@media screen and (max-width: 768px) {
  .page-template-thematic-areas-page .col-xs-12 .n2-ss-slider-1 {
    height: 300px !important; }
    .page-template-thematic-areas-page .col-xs-12 .n2-ss-slider-1 .n2-ss-slide {
      position: relative !important;
      max-height: 400px !important;
      top: 50% !important;
      transform: translateY(-50%) !important; } }
@media screen and (max-width: 500px) {
  .page-template-thematic-areas-page .col-xs-12 .n2-ss-slider-1 {
    height: 300px !important; }
    .page-template-thematic-areas-page .col-xs-12 .n2-ss-slider-1 .n2-ss-section-main-content {
      padding: 0.625em 1.125em !important; } }
@media screen and (max-width: 1800px) {
  body.professionist-template-default .professionist_latest_news_slider_container {
    margin-left: calc(-50vw + 50%); } }
@media screen and (max-width: 1500px) {
  body.professionist-template-default .professionist_products_container + .contact-form-container {
    margin-top: 0; }

  .single_professionist_documents_list {
    padding: 0 30px 40px; }
    .single_professionist_documents_list li {
      padding-right: 30px; } }
@media screen and (max-width: 992px) {
  .single-professionist .single_professionist_collaborators_container .single_collaborator_container {
    flex-direction: column;
    text-align: center;
    align-items: center; }
    .single-professionist .single_professionist_collaborators_container .single_collaborator_container .collaborator_photo {
      margin-bottom: 30px; }
    .single-professionist .single_professionist_collaborators_container .single_collaborator_container .collaborator_details {
      width: 100%; }

  .single_professionist_documents_list li {
    width: 100%;
    font-size: 13px; } }
@media screen and (max-width: 850px) {
  .professionist-template-default .section_documents .wp-block-group__inner-container {
    flex-direction: column;
    align-items: center; }
    .professionist-template-default .section_documents .wp-block-group__inner-container .info_bullet {
      margin-right: 0;
      margin-bottom: 25px; }
    .professionist-template-default .section_documents .wp-block-group__inner-container p {
      padding: 0 30px; } }
@media screen and (max-width: 768px) {
  body.professionist-template-default .professionist_latest_news_slider_container {
    background-position: center;
    background-size: cover; }
  body.professionist-template-default .professionist_products_container {
    width: 100%; }
    body.professionist-template-default .professionist_products_container .tab-pane.active .products_category_container {
      width: calc(100% - 60px); }
      body.professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form {
        display: flex;
        align-items: center;
        flex-direction: column; }
        body.professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .product_title {
          width: 100%;
          margin: 0 0 20px; }
          body.professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .product_title .product_quantity_selector {
            margin-right: 0;
            margin-left: 0; }
        body.professionist-template-default .professionist_products_container .tab-pane.active .products_category_container .category_products .product_container form .products_pricing_and_controls {
          width: 100%; } }
@media screen and (max-width: 500px) {
  .course_card_container .course_details .course_type_container span {
    top: -24px; }

  body.professionist-template-default .professionist_latest_news_slider_container {
    padding: 30px 0 90px;
    background-position: center 70%; }
    body.professionist-template-default .professionist_latest_news_slider_container .slick-prev, body.professionist-template-default .professionist_latest_news_slider_container .slick-next {
      top: 108%; }
    body.professionist-template-default .professionist_latest_news_slider_container .slick-prev {
      left: calc(50% - 61px); }
    body.professionist-template-default .professionist_latest_news_slider_container .slick-next {
      right: calc(50% - 61px); }
    body.professionist-template-default .professionist_latest_news_slider_container .slick-list {
      width: calc(100vw - 60px); }

  .professionist_products_container .nav-tabs li {
    width: 100%; }
    .professionist_products_container .nav-tabs li a {
      text-align: center; }
  .professionist_products_container .tab-pane.active .products_category_container {
    padding: 20px 15px !important; } }
@media screen and (max-width: 400px) {
  body.professionist-template-default .professionist_latest_news_slider_container .latest-news-slider-controls .slick-dots {
    margin: 0 10px;
    max-width: 200px; }
    body.professionist-template-default .professionist_latest_news_slider_container .latest-news-slider-controls .slick-dots li {
      width: 50px; }
      body.professionist-template-default .professionist_latest_news_slider_container .latest-news-slider-controls .slick-dots li button {
        width: 50px; }
        body.professionist-template-default .professionist_latest_news_slider_container .latest-news-slider-controls .slick-dots li button:before {
          width: 50px; } }
@media screen and (max-width: 768px) {
  .single-ap-course #speaker-info-content.active .course-professionist-container {
    flex-wrap: wrap; }
    .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-linked-section {
      width: 100%; }
      .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-linked-section .img_container {
        width: 275px;
        margin: 0 auto 50px; }
    .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-details {
      width: 100%; }
      .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-details .professionist_name.partner {
        padding-right: 0; }
        .single-ap-course #speaker-info-content.active .course-professionist-container .professionist-details .professionist_name.partner .partner-indicator {
          position: relative;
          top: 0;
          min-width: 100%;
          display: block;
          margin-bottom: 10px; } }
@media screen and (max-width: 768px) {
  body.single-post .ap_newsletter_container .overflowed-form.ap-newsletter {
    position: relative;
    transform: none; } }
@media screen and (max-width: 500px) {
  body.single-post .ap_newsletter_container .overflowed-form.ap-newsletter {
    left: 0; } }
@media screen and (max-width: 1500px) {
  body.page-template-search-page .site-content {
    padding: 0 30px; }
  body.page-template-search-page .ap_search_results_container {
    left: -30px;
    padding: 20px 30px; } }
@media screen and (max-width: 768px) {
  body.page-template-search-page .ap-dark-heading {
    font-size: 40px; }
  body.page-template-search-page .search_term_form {
    max-width: 320px; } }
@media screen and (max-width: 768px) {
  body.page-template-newsletter-page .ap_single_heading_title {
    margin: 70px auto; }
  body.page-template-newsletter-page .top-info-section .first-column {
    padding: 0 !important; }
  body.page-template-newsletter-page .top-info-section .second-column {
    padding: 0 !important; } }

/*# sourceMappingURL=agorapro.css.map */
