   /* Container */
   .wcl-container {
       max-width: 1376px;
       width: 100%;
       margin-left: auto;
       margin-right: auto;
       padding-left: 40px;
       padding-right: 40px;

   }

   /* Button */
   .wcl-button-wrapper {
       text-align: center;
       margin-top: 50px;
       justify-content: center;
   }

   .wcl-button-wrapper .wcl-button {
       border-radius: 100px;
       background: #00BCD4;
       padding: 12px 25px 13px;
       color: #FFF;
       font-family: Source Sans Pro;
       font-size: 18px;
       font-style: normal;
       font-weight: 600;
       line-height: normal;
   }


   /* Blog Post Section */
   .wcl-blog-posts {
       padding-top: 50px;
       padding-bottom: 100px;
       background-color: #FFF;
   }

   .wcl-blog-posts.wcl-pinned-post {
       padding-top: 90px;
   }


   /* Blog Post Item */
   .wcl-blog-post-item {
       display: flex;
       margin-bottom: 50px;
       justify-content: space-between;
   }

   .wcl-blog-post-item:last-child {
       margin-bottom: 0;
   }

   .wcl-blog-post-item.wcl-last-query-page .wcl-button-wrapper {
       display: none;
   }

   .wcl-blog-post-item .wcl-col-1 {
       max-width: 146px;
       margin-right: 50px;
       flex: 1 1 auto;
       width: 100%;
       text-align: center;
   }

   .wcl-blog-post-item .wcl-col-1 .data-image-holder {
       display: flex;
       border-radius: 50%;
       padding: 5px;
       border: 5px #DFE5E8 solid;
       max-width: 140px;
       height: 140px;
       width: 100%;
       margin-bottom: 5px;
   }

   .wcl-blog-post-item .wcl-col-1 .data-image-holder img {
       border-radius: 50%;
       width: 100%;
       height: 100%;
       object-fit: cover;
   }

   .wcl-blog-post-item .wcl-col-1 .wcl-date-wrapper .wcl-date {
       color: #5F727F;
       font-family: Source Sans Pro;
       font-size: 18px;
       font-style: normal;
       font-weight: 400;
       line-height: normal;
   }

   .wcl-blog-post-item .wcl-col-1 .wcl-date-wrapper .wcl-hour {
       color: #3C3950;
       font-family: Montserrat;
       font-size: 32px;
       font-style: normal;
       font-weight: 300;
       line-height: normal;
   }

   .wcl-blog-post-item .wcl-col-2 {
       padding: 25px 50px;
       border: 1.5px #DFE5E8 solid;
       border-radius: 50px;
       width: 100%;
       position: relative;
   }

   /* Likes */
   .wcl-blog-post-item .wcl-col-2 .post-meta-likes .zilla-likes {
       display: flex;
       align-items: center;
       justify-content: center;
       margin-right: 10px;
       border-radius: 100px;
       border: 1.5px solid #00BCD4;
       background: #FFF;
       padding: 10px 21px;

   }

   .wcl-blog-post-item .wcl-col-2 .post-meta-likes .zilla-likes.active:hover {
       cursor: unset;
   }

   .wcl-blog-post-item .wcl-col-2 .post-meta-likes .zilla-likes.active:before {
       background: url('../img/heart-filled.svg');

   }

   .wcl-blog-post-item .wcl-col-2 .post-meta-likes .zilla-likes:before {
       content: '';
       background: url('../img/heart.svg');
       height: 18px;
       width: 18px;
       background-size: cover;
       background-repeat: no-repeat;
       display: flex;
   }

   .wcl-blog-post-item .wcl-col-2 .post-meta-likes .zilla-likes-count {
       color: #00BCD4;
       font-family: Source Sans Pro;
       font-size: 16px;
       font-style: normal;
       font-weight: 600;
       line-height: normal;
       display: flex;
   }

   /* Social Share */
   .wcl-social-wrapper {
       display: flex;
       align-items: center;
   }

   /* Twitter Icon */
   .socials-item-icon.twitter {
       height: 16px;
       width: 16px;
       background-image: url('../img/twitter-x-gray.svg');
       background-repeat: no-repeat;
       background-size: cover;
       background-position: center;
   }

   .socials-item-icon.twitter:hover {
       background-image: url('../img/twitter-x.svg');
   }

   .socials-item-icon.twitter::before {
       display: none;
   }

   .site-footer .socials-item-icon.twitter:hover {
       background-image: url('../img/twitter-x-white.svg');
   }

   .wcl-gem-contacts-item .socials-item-icon.twitter:hover {
       background-image: url('../img/twitter-x-gray.svg');
   }

   .wcl-gem-contacts-item.gem-contacts-twitter {
       line-height: 25px;
   }

   .wcl-gem-contacts-item .socials-item-icon.twitter {
       margin-right: 10px;
       margin-top: 4px;
   }

   .wcl-gem-contacts-item {
       line-height: 1;
   }

   .wcl-gem-contacts-item::before {
       display: none;
   }

   /* Header Menu */
   #primary-menu.no-responsive>li>ul>li.menu-item-current>a, #primary-menu.no-responsive>li>ul>li.menu-item-active>a, #primary-menu.no-responsive>li.megamenu-enable.megamenu-style-grid>ul li.menu-item-current>a, #primary-menu.no-responsive>li.megamenu-enable.megamenu-style-grid>ul li.menu-item-active>a, .minisearch .sf-submit-icon:before, .minisearch .sf-input {
       color: #00bcd4;
   }

   #primary-menu.no-responsive>li>ul>li.menu-item-current>a, #primary-menu.no-responsive>li>ul>li.menu-item-active>a, #primary-menu.no-responsive>li.megamenu-enable.megamenu-style-grid>ul li.menu-item-current>a, #primary-menu.no-responsive>li.megamenu-enable.megamenu-style-grid>ul li.menu-item-active>a, .header-style-2 .minisearch, .header-style-3 .minisearch, .header-style-1 .minisearch .sf-input, .header-style-4 .minisearch .sf-input {
       background-color: #f4f6f7;
   }



   .wcl-social-wrapper .wcl-link {
       border-radius: 100px;
       border: 1.5px solid #00BCD4;
       background: #FFF;
       color: #00BCD4;
       font-family: Source Sans Pro;
       font-size: 16px;
       font-style: normal;
       font-weight: 600;
       line-height: normal;
       padding: 10px 20px;
       transition: all .25s ease-in-out;
   }

   .wcl-social-wrapper .wcl-link:hover {
       color: #FFF;
       background: #00BCD4;
   }

   .wcl-social-wrapper .post-footer-sharing .gem-button-container .gem-button {
       margin: 0;
       margin-right: 10px;
       background: transparent;
       border-radius: 100px !important;
       border: 1.5px solid #00BCD4;
       background: #FFF;
       height: 42px;
       width: 42px;
       padding: 6px;
   }

   .wcl-social-wrapper .gem-print-icon.gem-icon-pack-thegem-icons.gem-icon-share {
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .wcl-social-wrapper .gem-print-icon.gem-icon-pack-thegem-icons.gem-icon-share::before {
       content: '';
       background: url('../img/share-2.svg');
       height: 18px;
       width: 18px;
       background-size: cover;
       background-repeat: no-repeat;
       display: flex;
   }

   .wcl-social-wrapper .post-footer-sharing .sharing-popup.active {
       margin-bottom: 9px;
   }

   .wcl-social-wrapper .post-footer-sharing .sharing-popup .sharing-styled-arrow {
       left: -23px;
   }

   .wcl-blog-post-item .wcl-icon-wrapper {
       position: absolute;
       top: 50%;
       left: 0;
       transform: translate(-100%, -50%);
       background: #fff;
       display: flex;
   }

   .wcl-blog-post-item .wcl-col-2 .data-title {
       margin: 0;
       margin-bottom: 15px;
       text-transform: none;
   }

   .wcl-blog-post-item .wcl-col-2 .data-title a {
       color: #3C3950;
       font-family: Montserrat;
       font-size: 32px;
       font-style: normal;
       font-weight: 300;
       line-height: normal;
   }

   .wcl-blog-post-item .wcl-col-2 .wcl-description {
       color: #5F727F;
       font-family: Source Sans Pro;
       font-size: 18px;
       font-style: normal;
       font-weight: 400;
       line-height: normal;
       margin-bottom: 20px;
   }

   .wcl-blog-post-item .wcl-col-2 .wcl-author-wrapper {
       display: flex;
       justify-content: space-between;
       align-items: center;
   }

   .wcl-blog-post-item .wcl-col-2 .wcl-author-wrapper .wcl-author .data-author {
       color: #00bcd4;
   }

   /* Choose category */
   .wcl-choose-category-wrapper {
       display: flex;
       margin-bottom: 50px;
       justify-content: center;
       row-gap: 20px;
       flex-wrap: wrap;
   }

   .wcl-choose-category-wrapper.wcl-pinned-title {
       position: absolute;
       margin: 0;
       top: 0;
       left: 40px;
       transform: translateY(-50%);
       text-transform: capitalize;
   }

   .wcl-pinned-post .wcl-blog-post-wrapper {
       border-radius: 25px;
       border: 1.5px solid #DFE5E8;
       padding: 65px 60px;
       margin-bottom: 71px;
       position: relative;
   }

   .wcl-pinned-post .wcl-blog-post-wrapper:last-child {
       margin-bottom: 0;
   }

   .wcl-choose-category-wrapper .wcl-choose-category-item {
       color: #00BCD4;
       font-family: Source Sans Pro;
       font-size: 16px;
       font-style: normal;
       font-weight: 600;
       padding: 10px 20px;
       border-radius: 100px;
       border: 1.5px solid #00BCD4;
       background: #FFF;
       margin-right: 25px;
       cursor: pointer;
       transition: all .25s ease-in-out;
       line-height: normal;
   }

   .wcl-choose-category-wrapper .wcl-choose-category-item.active,
   .wcl-choose-category-wrapper .wcl-choose-category-item:hover {
       color: #FFF;
       background: #00BCD4;
   }

   .wcl-choose-category-wrapper .wcl-choose-category-item:last-child {
       margin-right: 0;
   }


   /* Hide Google+ icon */
   a.socials-item[title="Google Plus"] {
       display: none;
   }


   /* Hide "MediateUk" on branches contact */
   .branch-contact-google-map-mediate {
       display: none;
   }

   .mediator-image {
       text-align: center;
   }

   .blog-slider .wcl-data-blog-title {
       font-size: 19px;
       text-transform: uppercase;
       margin: 0.5em 0;
       letter-spacing: 0.05em;
       line-height: 30px;
   }


   /* Home Page Services */
   .wcl-services-title h4 a,
   .wcl-services-title h3 a {
       display: flex;
       justify-content: center;
       align-items: center;
       padding: 94px 10px;
       color: #fff;
   }

   .wcl-services-title h4,
   .wcl-services-title h3 {
       z-index: 1;
       position: relative;
       font-size: 24px;
       line-height: 38px;
   }

   .wcl-services-title .wpb_wrapper {
       position: relative;
   }

   .wcl-services-title .wpb_wrapper:before {
       content: '';
       position: absolute;
       background: rgba(0, 0, 0, 0.25);
       left: 0;
       right: 0;
       top: 0;
       bottom: 0;
       transition: all ease-in-out 0.25s;
   }

   .wcl-services-title:hover .wpb_wrapper:before {
       background: rgba(0, 0, 0, 0.35);
   }

   .wcl-services-button .vc_general.vc_btn3 {
       border: 0;
       background-color: #00bcd4 !important;
       color: #fff;
       padding: 10px 15px !important;
       border-radius: 100px;
       box-shadow: none;
       text-transform: uppercase;
       font-weight: 600;
       font-family: 'Montserrat';
       line-height: 25px;
   }


   .wcl-services-button .vc_general.vc_btn3:focus,
   .wcl-services-button .vc_general.vc_btn3:hover {
       background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
   }

   .wcl-flex-item-wrapper {
       display: flex;
       gap: 20px;
       align-items: center;
       justify-content: center;


   }

   .wcl-flex-item-wrapper a {
       background-repeat: 50%;
       transition: all ease-in-out .25s;

   }

   .wcl-flex-item-wrapper a:hover {
       scale: 1.1;
   }

   .wcl-flex-item-title h3 {
       height: 84px;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   /* Blog image size */
   .blog.blog-style-masonry article .post-image picture {
       width: 100%;
   }

   .blog.blog-style-masonry article .post-image img {
       width: 100%;
   }

   body .blog article .post-featured-content>a {
       width: 100%;
   }

   .wcl-dark-background:before {
       content: "";
       position: absolute;
       display: block;
       top: 0;
       bottom: 0;
       left: 0;
       right: 0;
       background-color: #606060;
       opacity: .25;
   }

   .wcl-text-center {
       text-align: center;
   }

   /* Footer Partners */
   .wcl-partners-wrapper {
       display: flex;
       align-items: center;
       gap: 20px;
       margin-bottom: 25px;
   }


   .wcl-align-center-button {
       text-align: center;
   }


   /*  Spousal Maintenance Calculator Popup */
   .wcl-spousal-maintenance-calculator-popup {
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       display: none;
       align-items: center;
       justify-content: center;
       background: rgba(0, 0, 0, 0.6);
       z-index: 9999;
   }

   .wcl-spousal-calculator-button {
       font-family: "Source Sans Pro";
       font-size: 20px;
       line-height: 22px;
       font-weight: 500;
       padding: 20px 35px;
       display: inline-block;
       background: #1FC5D2;
       color: #fff;
       border-radius: 100px;
       margin-left: auto;
       margin-right: auto;
       margin-bottom: 30px;
   }

   .wcl-spousal-calculator-button:hover {
       cursor: pointer;
       background-color: rgb(70, 72, 92);
       color: #fff;
   }

   .wcl-spousal-maintenance-calculator-popup.active {
       display: flex;
   }

   .wcl-spousal-maintenance-calculator-popup .section-inner {
       position: relative;
       background: #ECEEF4;
       /* padding: 20px; */
       border-radius: 10px;
       max-width: 625px;
       width: 100%;
       overflow: auto;
       box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
   }

   .wcl-spousal-maintenance-calculator-popup .data-close {
       position: absolute;
       top: 5px;
       right: 10px;
       font-size: 24px;
       cursor: pointer;
       color: #333;
   }

   .wcl-spousal-maintenance-calculator-popup .data-overlay {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
   }

   .wcl-services-wrapper.vc_column_container .vc_column-inner {
       padding-left: 17px;
       padding-right: 17px;
   }

   .wcl-services-title h4 a, .wcl-services-title h3 a {
       padding: 94px 5px;
       font-size: 23px;
   }


   /* Reviews Fixed styles widget.reviews.co.uk/floating-widget/css/dist.css */
   iframe.RUKFloatingWidget {
       position: fixed;
       top: 0;
       bottom: 0;
       margin-top: auto;
       margin-bottom: auto;
       left: 0;
       z-index: 9999999;
       max-width: 115px;
       height: 230px;
       transition-delay: 1s;
   }

   iframe.RUKFloatingWidget--right {
       position: fixed;
       top: 0;
       bottom: 0;
       margin-top: auto;
       margin-bottom: auto;
       right: 0;
       z-index: 9999999;
       max-width: 115px;
       height: 230px;
       transition-delay: 1s;
   }

   iframe.RUKFloatingWidget.expanded {
       max-width: 400px !important;
       height: 600px;
       transition-delay: 0s;
   }

   iframe.RUKFloatingWidget--right.expanded {
       max-width: 400px !important;
       height: 600px;
       transition-delay: 0s;
   }


   iframe.RUKFloatingWidget.small {
       position: fixed;
       top: 0;
       bottom: 0;
       margin-top: auto;
       margin-bottom: auto;
       left: 0;
       z-index: 9999999;
       max-width: 45px;
       height: 230px;
       transition-delay: 1s;
   }

   iframe.RUKFloatingWidget--right.small {
       position: fixed;
       top: 0;
       bottom: 0;
       margin-top: auto;
       margin-bottom: auto;
       right: 0;
       z-index: 9999999;
       max-width: 45px;
       height: 230px;
       transition-delay: 1s;
   }

   @media screen and (max-width:480px) {
       iframe.RUKFloatingWidget {
           display: none;
       }

       iframe.RUKFloatingWidget--right {
           display: none;
       }
   }

   @media screen and (max-width: 640px) {
       #richSnippetReviewsWidget-defaultContainer {
           transition: opacity 1s;
       }

       .richSnippetReviewsWidget-defaultContainer--faded iframe.RUKFloatingWidget--mobile {
           display: none !important;
       }

       iframe.RUKFloatingWidget--mobile {
           display: block;
           top: 70% !important;
       }

       iframe.RUKFloatingWidget--mobile.expanded {
           display: block;
           top: unset !important;
       }
   }


   .wcl-button-wrapper.wcl-c100-download {
       margin: 30px 0;
   }






   /* WCL Team Section */
   .wcl-team-section {
       max-width: 1200px;
       margin: 0 auto 60px;
       background: white;
       margin-top: 120px !important;
   }

   /* FLEX GRID */
   .wcl-team-grid {
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
       gap: 150px 30px;
       position: relative;
   }

   /* CARD WRAPPER (controls width + expand) */
   .wcl-team-card-wrapper {
       max-width: calc(25% - 30px);
       width: 100%;
       transition: padding-bottom 0.4s ease;
   }

   /* CARD */
   .wcl-team-card {
       background: #005f66;
       border: 3px solid #005f66;
       border-radius: 30px;
       text-align: center;
       position: relative;
       transition: transform 0.3s ease, box-shadow 0.3s ease;
   }

   .wcl-team-card:hover {
       transform: translateY(-5px);
       box-shadow: 0 10px 20px rgba(0, 121, 107, 0.2);
   }

   .wcl-team-top-wrapper {}

   .wcl-team-botom-wrapper {
       padding: 20px 25px;
       background-color: #fff;
       border-bottom-left-radius: 28px;
       border-bottom-right-radius: 28px;
   }

   /* PHOTO */
   .wcl-team-photo-wrapper {
       width: 120px;
       height: 120px;
       margin: -60px auto 0;
       position: relative;
   }

   .wcl-team-photo-bg {
       width: 125px;
       height: 125px;
       background: #30bece;
       border-radius: 50%;
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
   }

   .wcl-team-photo {
       width: 120px;
       height: 120px;
       border-radius: 50%;
       object-fit: cover;
       position: relative;
       z-index: 1;
   }

   /* TEXT */
   .wcl-team-name {
       font-size: 22px;
       font-weight: bold;
       color: white;
       padding: 10px 10px 5px;
   }

   .wcl-team-credentials {
       position: relative;
       font-size: 14px;
       font-weight: bold;
       color: #000;
       padding-bottom: 8px;
       margin-bottom: 10px;
       min-height: 20px;
       line-height: 1;
   }

   .wcl-team-credentials::after {
       content: '';
       position: absolute;
       width: 80px;
       height: 4px;
       bottom: 0;
       left: 50%;
       background-color: #30bece;
       transform: translateX(-50%);
   }

   /* DESCRIPTION */
   .wcl-team-description {
       font-size: 14px;
       color: #333;
       line-height: 1.5;
       margin-bottom: 15px;
       min-height: 80px;
   }

   .wcl-collapsible {
       overflow: hidden;
   }

   .wcl-collapsible-inner {
       display: -webkit-box;
       -webkit-line-clamp: 4;
       -webkit-box-orient: vertical;
       overflow: hidden;
   }

   /* BUTTON */
   .wcl-read-more-btn {
       background: #4dd0e1;
       color: white;
       border: none;
       padding: 3px 20px;
       border-radius: 20px;
       font-size: 14px;
       font-weight: bold;
       cursor: pointer;
       transition: background 0.3s ease;
   }

   .wcl-read-more-btn:hover {
       background: #26c6da;
   }

   /* =========================
    EXPANDED SECTION
    ========================= */

   .wcl-team-expanded {
       position: absolute;
       left: 0;
       right: 0;
       width: auto;
       pointer-events: none;
       transform: translateY(20px);
       transition: opacity 0.3s ease, transform 0.3s ease;
       z-index: 10;
       display: none;
       justify-content: center;
       align-items: flex-start;
       margin-top: 20px;
       opacity: 0;
   }

   .wcl-team-card-wrapper.active .wcl-team-expanded {
       opacity: 1;
       pointer-events: auto;
       transform: translateY(0);
       display: flex;
   }

   .wcl-expanded-inner {
       display: flex;
       gap: 20px;
       align-items: flex-start;
       background: #fff;
       border: 3px solid #005f66;
       border-radius: 30px;
       padding: 40px 50px;
       width: 100%;
       max-width: 1000px;
       margin: 0 auto;
       flex-direction: column;
       position: relative;
   }

   /* EXPANDED CONTENT */
   .wcl-expanded-photo-wrapper {
       flex-shrink: 0;
       display: flex;
       gap: 25px;
   }

   .wcl-expanded-photo {
       width: 230px;
       height: 230px;
       border-radius: 20px;
       object-fit: cover;
   }

   .wcl-expanded-content {
       flex: 1;
   }

   .wcl-expanded-header {}

   .wcl-expanded-name {
       font-size: 48px;
       font-weight: bold;
       color: #005f66;
       margin-bottom: 8px;
       line-height: 1;
   }

   .wcl-expanded-title {
       font-size: 20px;
       font-weight: 600;
       margin-bottom: 12px;
   }

   .wcl-expanded-credentials {
       font-size: 24px;
       font-weight: bold;
       color: #005f66;
       margin-bottom: 10px;
   }

   .wcl-expanded-additional-credentials {
       position: relative;
       padding-bottom: 15px;
   }

   .wcl-expanded-additional-credentials::after {
       content: '';
       position: absolute;
       width: 100%;
       height: 6px;
       bottom: 0;
       left: 0;
       background-color: #30bece;
   }

   .wcl-expanded-description-text {}

   /* CLOSE BUTTON */
   .wcl-team-section .wcl-close-btn {
       background: #00796b;
       color: white;
       border: none;
       padding: 10px 30px;
       border-radius: 20px;
       font-size: 14px;
       font-weight: bold;
       cursor: pointer;
       margin-top: 20px;
   }

   .wcl-team-section .wcl-close-btn:hover {
       background: #004d40;
   }

   .wcl-expanded-additional-links {
       position: absolute;
       top: 50px;
       right: 40px;
       display: flex;
       gap: 10px;
       max-width: 270px;
       flex-wrap: wrap;
       justify-content: flex-end;
   }

   .wcl-expanded-additional-links .wcl-expanded-link-item {
       max-width: 165px;
       width: max-content;
   }

   .wcl-expanded-additional-links .wcl-expanded-link-item a {
       display: flex;
       transition: all ease-in-out .25s;
   }

   .wcl-expanded-additional-links .wcl-expanded-link-item a:hover {
       scale: 1.1;
   }

   .wcl-expanded-additional-links .wcl-expanded-link-item a img {
       width: 100%;
       object-fit: cover;
       height: 30px;
   }



   /* =========================
    RESPONSIVE
    ========================= */

   @media (min-width: 769px) {

       /* Solicitors */
       .wcl-solicitors-section .wcl-expanded-additional-links {
           max-width: 265px;
       }

   }

   @media (max-width: 1024px) {
       .wcl-team-card-wrapper {
           max-width: calc(33.333% - 30px);
       }

       .wcl-expanded-name {
           font-size: 36px;
       }

       .wcl-expanded-additional-links {
           position: relative;
           top: auto;
           right: auto;
           margin-top: 10px;
           flex-direction: row;
           max-width: 100%;
           justify-content: flex-start;
       }
   }

   @media (max-width: 768px) {

       .wcl-team-card-wrapper {
           max-width: calc(50% - 20px);
       }

       .wcl-expanded-inner {
           padding: 30px;
       }

       .wcl-expanded-credentials::after {
           left: 50%;
           transform: translateX(-50%);
           width: 200px;
       }

       .wcl-team-grid {
           gap: 100px 30px;
       }
   }

   @media (max-width: 640px) {

       .wcl-expanded-photo-wrapper {
           flex-direction: column;
           text-align: center;
           align-items: center;
       }

       .wcl-expanded-inner {
           align-items: center;
       }

       .wcl-expanded-name,
       .wcl-expanded-title,
       .wcl-expanded-credentials {
           text-align: center;
       }
   }

   @media (max-width: 480px) {



       .wcl-team-card-wrapper {
           max-width: 100%;
       }

       .wcl-team-section {
           margin-top: 80px !important;
       }

       .wcl-expanded-name {
           font-size: 28px;
       }
   }








   /* Responsive Design */
   @media only screen and (max-width: 1199px) {

       .wcl-gem-contacts-item .socials-item-icon.twitter,
       .wcl-gem-contacts-item .socials-item-icon.twitter:hover {
           background-image: url('../img/twitter-x-white.svg');
       }
   }

   @media only screen and (max-width: 768px) {

       .wcl-dark-background .gem-testimonial-text {
           font-size: 20px;
       }


       .wcl-services-wrapper .wpb_wrapper {
           padding-left: 20px;
           padding-right: 20px;
       }

       .wcl-container {
           padding-left: 20px;
           padding-right: 20px;
       }


       .blog-slider .wcl-data-blog-title {
           font-size: 16px;
           line-height: 26px;
       }

       .wcl-blog-posts {
           padding-top: 40px;
           padding-bottom: 80px;
       }

       .wcl-button-wrapper {
           margin-top: 40px;
       }

       /* Choose category */
       .wcl-choose-category-wrapper {
           flex-direction: column;
           text-align: center;
           row-gap: 15px;
           margin-bottom: 40px;
       }

       .wcl-choose-category-wrapper .wcl-choose-category-item {
           margin-right: 0;
       }

       .wcl-pinned-post .wcl-blog-post-wrapper {
           padding: 45px 35px;
           margin-bottom: 60px;
       }

       /* Blog Post */
       .wcl-blog-post-item {
           flex-direction: column;
           align-items: center;
       }

       .wcl-blog-post-item .wcl-col-1 {
           display: flex;
           flex-direction: row-reverse;
           max-width: 100%;
           margin-right: 0;
           justify-content: center;
           margin-bottom: 40px;
       }

       .wcl-blog-post-item .wcl-col-1 .data-image-holder {
           margin-bottom: 0;
           max-width: 100px;
           height: 100px;
           padding: 3px;
           border: 3px #DFE5E8 solid;
       }

       .wcl-blog-post-item .wcl-col-1 .wcl-date-wrapper {
           display: flex;
           flex-direction: column;
           justify-content: center;
           margin-right: 15px;
       }

       .wcl-blog-post-item .wcl-icon-wrapper {
           transform: rotate(90deg) translate(0, -50%);
           top: -45px;
           left: calc(50% - 45px);
       }

       .wcl-blog-post-item .wcl-col-2 .post-meta-likes .zilla-likes {
           padding: 10px 30px;
       }

       .wcl-blog-post-item .wcl-col-2 {
           padding: 25px 25px 30px;
       }

       .wcl-blog-post-item .wcl-col-2 .data-title a {
           font-size: 24px;
       }

       .wcl-blog-post-item .wcl-col-2 .data-title {
           margin-bottom: 11px;
       }

       .wcl-blog-post-item .wcl-col-2 .wcl-author-wrapper {
           flex-direction: column;
           align-items: flex-start;
       }

       .wcl-blog-post-item .wcl-col-2 .wcl-author-wrapper .wcl-author {
           margin-bottom: 20px;
       }


   }

   @media only screen and (max-width: 767px) {
       .wcl-flex-item-title h3 {
           height: auto;
           display: block;
       }

       .wcl-partners-wrapper.single {
           max-width: 340px;
       }
   }

   @media only screen and (max-width: 550px) {
       .wcl-partners-wrapper:not(.single) a:first-child {
           max-width: 100px;
       }
   }

   @media only screen and (max-width: 475px) {
       .wcl-pinned-post .wcl-blog-post-wrapper {
           padding: 35px 10px 20px;
           margin-bottom: 50px;
       }

       .wcl-pinned-post .wcl-blog-post-item .wcl-col-2 .post-meta-likes .zilla-likes {
           padding: 10px 25px;
       }
   }

   @media only screen and (max-width: 576px) {
       .caroufredsel_wrapper {
           min-height: 540px !important;
       }
   }

   @media only screen and (max-width: 375px) {

       .wcl-container {
           padding-left: 12px;
           padding-right: 12px;
       }
   }