/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/* Navbar: #222222 => #002B5C; */


/* Scroll Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #212121 #ffffff;
    -ms-overflow-style: none; /* Hide Scrollbar (just for now) */
    scrollbar-width: none; /* Hide Scrollbar (just for now) */
}
/* Scroll Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 14px;
    display: none; /* Hide Scrollbar (just for now) */
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #212121;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

strong {
    font-weight: 800;
    /*text-decoration: underline;*/
}

html {
    scroll-behavior: smooth;
}
body {
    background: #fff;
    overflow: hidden;

    font-size: 1.5rem;
    line-height: 32px;

    font-weight: 400;
}
h1, h2, h3, h4, h5 {
    font-weight: 300;
    font-variant: common-ligatures discretionary-ligatures contextual;
    font-feature-settings: "dlig","calt","liga","lnum";
}
h1 {
    font-size: 6rem !important;
    line-height: 60px;
}
h2 {
    font-size: 5rem !important;
    line-height: 50px;
}
p {
    font-size: 1.75rem;
    font-weight: 400;
}


#main #content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}
#site-logo {
    float: right;
}
#site-navigation-wrap {
    position: absolute;
    left: 15px;
    top: 10px;

    right: unset !important;
    float: unset !important;
}
#site-header-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: nowrap;
}

a#scroll-top {
    padding: 5px 15px;
    width: auto;
}

a#scroll-top::before {
    content: "Back to top";
    margin-right: 10px;
}

.footer-logo {
    width: 40% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.banner-bg span {
    background: linear-gradient(90deg, #F4D88A 20%, #F4D88A 50%,rgba(94,94,94,0) 50%) !important; /* #eeba2b */
}

.banner-bg p.large {
    font-size: 70px;
    line-height: 1;
}
.banner-bg p {
    font-size: 20px;
    padding-right: 25px;
}

.banner-bg .wp-block-cover__inner-container {
    width: 30%;
    text-align: left;
    left: -15%;
    position: relative;
    padding: 25px;
}

.banner-bg .thick-line {
    margin: 20px 0;
    border-bottom: 6px solid;
    color: #353F46;
}

.dropdown-menu, .dropdown-menu * {
    font-size: 15px;
}

#full-screen-menu {
    background: url(https://thomas-cummings.wales/go-finance/wp-content/themes/oceanwp-child-theme/seamless-attempt-2.svg);
    background-size: 3%;
    background-color: #212121;
    
    display: block !important;
    height: 0 !important;
    opacity: 1 !important;

    transition: ease-in-out 600ms !important;
}
#full-screen-menu #menu-navigation {
    opacity: 0%;
    transition: ease-in-out 600ms !important;
}

#full-screen-menu.active {
    height: 100% !important;
}
#full-screen-menu.active #menu-navigation {
    opacity: 100%;
}

.microsite-banner .phone-number a {
    color: #fff;
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif;
    transition: ease-in-out;
    transition-duration: 150ms;
}
.microsite-banner .phone-number a:hover {
    color: #CE9647;
}

#footer-bottom {
    background: url(https://thomas-cummings.wales/go-finance/wp-content/themes/oceanwp-child-theme/seamless-attempt-2.svg);
    background-size: 3%;
    background-color: #212121;
}

#footer-bottom.no-footer-nav #copyright {
    color: #fff;
}

.footer-widgets-inner {
    text-align: center;
}

.arrange-a-call-btn a.wp-block-button__link {
    color: #000;
    background: hsl(44, 83%, 75%);
    padding: 5px 15px;
    margin-right: 15px;
    transition-duration: 150ms;
}
.arrange-a-call-btn a:hover {
    background: hsl(44, 83%, 65%);
}


p.phone-number {
    color: #F4D88A;
    font-weight: 800;
}

#top-bar {
    padding: 10px;
}

.top-bar-socials ul {
    margin-left: 25px;
    margin-right: 25px;
}

.top-bar-socials p {
    margin-left: 0;
    margin-right: 25px;
}

.top-bar-socials img {
    height: 15px;
    width: 100%;
}

.nav-areas {
    position: relative;
    top: -50px;
}

.nav-areas figure {
    z-index: 10;
}

.nav-areas .card img {
    object-fit: contain;
    border-radius: 25px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.image-text-grid {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
.image-text-grid .is-layout-flex {
    gap: 0px;
    justify-content: center;
}
.image-text-grid .min-300 {
    min-height: 300px;
    max-height: 300px;
    width: 100%;
    max-width: 300px;
    padding: 40px;
    background: #fff;
}
.image-text-grid h2.underline::after {
    content: '';
    display: block;
    width: 30%;
    margin-top: 15px;
    border-bottom: solid #c0b282 3px;
}

.thick-line {
    height: 4px !important;
    width: 30% !important;
}


.were-here-for-you-banner .individual-corporate-card p {
    padding: 15px;
    width: 80%;
}

.were-here-for-you-banner {
    padding: 50px;
    padding-bottom: 150px;
    position: relative;
}

.individual-corporate-options {
    margin: 50px;
    margin-top: 0;
    position: relative;
    top: -100px;
}

.paragraph-no-pad {
    margin: 0 !important;
    padding: 0 !important;
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
}

.paragraph-large-pad {
    padding-top: 50px;
}


.individual-corporate-options .wp-block-button {
    margin-top: 15px;
    width: 100%;
}
.individual-corporate-options .wp-block-button a {
    padding: 15px 25px;
    width: 100%;
}


.trustpilot {
    margin: 25px;
}


div.wp-block-button a {
    position: relative;
    border: none !important;
}

div.wp-block-button.black a::before {
    border-left: 1px solid #000;
}
div.wp-block-button.black a::after {
    border-bottom: 1px solid #000;
}

div.wp-block-button.white a::before {
    border-left: 1px solid #fff;
}
div.wp-block-button.white a::after {
    border-bottom: 1px solid #fff;
}

div.wp-block-button.arrow-btn a {
    border-bottom: #000 solid 2px;
}

div.wp-block-button.arrow-btn a::before {
    content: "";
    display: block;
    border-bottom: 1px solid black;
    width: 30%;
    bottom: 0;
    left: 0;
    position: absolute;

    transition-duration: 250ms;
}
div.wp-block-button.arrow-btn:hover a::before {
    width: 100%;
}

div.wp-block-button.arrow-btn.small a::before {
    left: -15%;
}
div.wp-block-button.arrow-btn.small:hover a::before {
    width: 100%;
}

div.wp-block-button.arrow-btn a::after {
    content: "";
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
    border-right: 5px solid transparent;
    margin-left: 10px;
    transition-duration: 150ms;
}

div.wp-block-button.arrow-btn:hover a::after {
    margin-left: 15px;
}
    
div.wp-block-button:not(.arrow-btn) a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;

    -webkit-transition: .4s transform ease;
    transition: .4s transform ease;

    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
div.wp-block-button:not(.arrow-btn) a:hover::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
div.wp-block-button:not(.arrow-btn) a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    

    -webkit-transform: scaleX(0);
    transform: scaleX(0);

    -webkit-transition: .4s transform ease;
    transition: .4s transform ease;

    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
div.wp-block-button:not(.arrow-btn) a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.trustpilot .wp-block-image {
    margin-left: auto;
}

.trustpilot h2 {
    width: 50%;
}


.team-group .wp-block-image img {
    max-height: 250px;
}


.trustpilot figure {
    padding: 40px;
    background: #002b5c;
}
.trustpilot h2 {
    padding: 40px;
}

.contact-banner {
    padding: 100px;
}

.contact-banner .is-layout-flex.alignwide {
    gap: 100px;
}

.contact-banner .wp-block-group {
    width: 30%;
    margin: 10px;
}

.contact-banner input {
    min-width: 100%;
}

.contact-banner .wpforms-container-full {
    width: 100%;
    margin-top: 0;
}

.overlap-text-image {
    margin: 75px;
}
.overlap-text-image div.has-background {
    padding: 50px 25px;
    position: relative;
    z-index: 5;
    min-width: 70%;
}
.overlap-text-image.img-right figure {
    position: relative;
    left: -100px;
}
.overlap-text-image.img-left div.has-background {
    right: 100px;
}
.overlap-text-image.img-left {
    position: relative;
    left: -100px;
}
.overlap-text-image h2 {
    margin: 5px 0 15px 0;
}
.overlap-text-image img {
    max-width: none;
    height: 550px;
    width: 600px;
    object-fit: cover;
}

.row-banner {
    position: relative;
    padding: 50px;
    margin: 50px;
    margin-bottom: 75px !important;

    background: url(https://thomas-cummings.wales/go-finance/wp-content/themes/oceanwp-child-theme/seamless-light.svg), #FFFAF7;
    background-size: 8%;
    border-radius: 8px;
    border: 1px solid #e5e5dd;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.row-banner.wide {
    margin: 0;
}
.row-banner.wide p {
    margin-left: 20px;
    margin-right: 20px;
}
.row-banner.wide .section {
    padding-top: 50px;
}
.row-banner.wide::before {
    width: 100%;
    height: 95%;
    left: 0;
    padding: 20px;
    background: url(https://thomas-cummings.wales/go-finance/wp-content/themes/oceanwp-child-theme/seamless-light.svg), #FFFAF7;
    background-size: 8%;
}
.row-banner.wide::after {
    /*content: "";*/
    width: 100%;
    height: 95%;
    left: 96%;
    padding: 20px;
    background: url(https://thomas-cummings.wales/go-finance/wp-content/themes/oceanwp-child-theme/seamless-light.svg), #FFFAF7;
    background-size: 8%;
    position: absolute;
    top: 0;
}
.row-banner.wide img, .row-banner.wide figure {
    max-height: 300px;
    object-fit: cover;
}
.row-banner.wide .wp-block-buttons.fixed-top {
    position: absolute;
    top: 0;
    left: 0;
}
.row-banner h3 {
    color: #002B5C;
    border-left: 1px solid #002B5C;
    padding-left: 10px;
}
.row-banner h2 {
    font-weight: 300;
    white-space: nowrap;
}
.row-banner .is-layout-flex {
    align-items: flex-start !important;
}
.row-banner a {
    font-size: 24px;
    white-space: nowrap;
}
.row-banner .information {
    text-align: justify;
}

.row-banner p {
    margin-top: 15px;
}

.section .img-cover img {
    z-index: 5;
    max-height: 100%;
}
.section .img-cover .wp-block-cover__inner-container {
    z-index: 6;
}
.section .img-cover .wp-block-group__inner-container {
    padding: 25px;
    background: #ffffffb0;
    border-radius: 8px;
    text-align: center;
}
.section .img-cover .wp-block-group__inner-container p {
    margin: 0;
}

.row-banner .call-to-action{
    padding: 25px;
    z-index: 10;
}
.row-banner .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
}
.row-banner .call-to-action h2 {
    font-weight: 700;
    color: #006ce8 !important;
    font-size: 48px;
}
.row-banner .call-to-action p {
    font-weight: 800;
    font-size: 32px;
}
.row-banner .call-to-action p.number {
    font-size: 48px;
    font-weight: 900;
    line-height: 54px;
    white-space: nowrap;
}

a code {
    font-size: 24px;
    color: #000;
}

.overlap-text-image .has-background {
    background: url(https://thomas-cummings.wales/go-finance/wp-content/themes/oceanwp-child-theme/seamless-light.svg), #FFFAF7;
    background-size: 8%;
}

.row-banner::before {
    background: url(https://thomas-cummings.wales/go-finance/wp-content/themes/oceanwp-child-theme/seamless-light.svg), #FFFAF7;
    background-size: 8%;
}



.footer {
    margin-top: 50px;
    background: #212121;
    color: hsl(0, 0%, 80%);
}
.footer h2, .footer h4 {
    color: #fff;
}

.margin-top-20 {
    margin-top: 20px !important;
}
.margin-left-46 {
    margin-left: 5% !important;
}
.margin-left-25 {
    margin-left: 13% !important;
}
.margin-left-10 {
    margin-left: 10% !important;
}

.personal-section h2 {
    margin-top: 40px;
    margin-bottom: 30px;
}

.has-text-align-center {
    width: 100%;
}

/*
.banner-text .wp-block-group__inner-container {
    width: 30%;
    margin-right: 80% !important;
    margin-left: 20% !important;
}
*/
.banner-text .wp-block-group__inner-container {
    width: 40%;
    margin-left: 20% !important;
    margin-right: auto !important;
}

.header-bg {
    background: transparent;
    min-height: 250px;
}

.header-bg-small {
    min-height: 200px;
}
.microsite-banner {
    border-radius: 8px;
    padding: 15px;
}


.collapsible .toggle:checked + .toggle-label + .content {
    max-height: 100%;
    padding: .5rem 1rem;
}
.collapsible .toggle:checked + .toggle-label::before {
    transform: rotate(90deg) translateX(-3px);
}

.collapsible {
    margin-bottom: 25px;
}
.collapsible input[type='checkbox'] {
    display: none;
}
.collapsible .toggle-label {
    display: block;

    font-weight: bold;
    font-family: monospace;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
  
    padding: 1rem;
  
    color: #000;
    background: url(https://thomas-cummings.wales/go-finance/wp-content/themes/oceanwp-child-theme/seamless-light.svg), #FFFAF7;
    background-size: 8%;
  
    cursor: pointer;
  
    border-radius: 7px;
    transition: all 0.25s ease-out;
}
.collapsible .toggle-label:hover {
    color: hsl(0, 0%, 70%);
}
.collapsible .toggle-label::before {
    content: ' ';
    display: inline-block;
  
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
  
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);
  
    transition: transform .2s ease-out;
}
.collapsible .content {
    background: #f9f9f9;
    border: 0;
    border-left: 1px solid #002b5c;
    padding: 0;

    max-height: 0px;
    overflow: hidden;
}

.contact-banner.footer.small div.wp-block-group.slim {
    width: 30%;
}
.contact-banner.footer.small div.wp-block-group.full {
    width: 100%;
}

/*
body.black-nav-icon #site-header.full_screen-header .menu-bar .ham, 
body.black-nav-icon #site-header.full_screen-header .menu-bar .ham:before, 
body.black-nav-icon #site-header.full_screen-header .menu-bar .ham:after {
    background-color: #000;
}
body.black-nav-icon #site-header.full_screen-header .menu-bar.exit .ham, 
body.black-nav-icon #site-header.full_screen-header .menu-bar.exit .ham:before, 
body.black-nav-icon #site-header.full_screen-header .menu-bar.exit .ham:after {
    background-color: #fff;
}
*/ 

.row-banner .wpforms-container {
    width: 100%;
}
.row-banner .wpforms-container input, .row-banner .wpforms-container textarea {
    min-width: 100%;
    border: 0 !important;
    border-bottom: 2px solid #002b5c !important;
    background: hsl(10, 100%, 99%) !important;
}
.row-banner.short::before {
    height: 95%;
}
.row-banner.short::after {
    height: 95%;
}


.videos {
    margin-top: 50px;
    margin-bottom: 50px;
}
.videos .columns-group {
    margin-top: 50px;
    margin-bottom: 50px;
}
.videos .video {
    max-width: 33%;
    position: relative;
    cursor: pointer;
}
.videos .video:hover p {
    text-decoration: underline;
}
.videos .video:hover img {
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
}
.videos .video:nth-child(3n + 1) {
    top: -25px;
}
.videos .video:nth-child(3n + 2) {
    top: 0px;
}
.videos .video:nth-child(3n + 3) {
    top: 25px;
}
.videos .video figure {
    margin-top: 25px;
    overflow: hidden;
}
.videos .video img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    
    vertical-align: middle;
}
.videos .video .stack {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    background: url(https://thomas-cummings.wales/go-finance/wp-content/themes/oceanwp-child-theme/seamless-light.svg), #FFFAF7;
    background-size: 8%;
}
.videos .video .stack p {
    font-size: 25px;
    width: 100%;
    padding: 15px 10px;
    color: #002b5c;
    background: hsl(22, 100%, 98%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    position: relative;
    left: -20px;
    bottom: -20px;
}

.block-margin {
    margin-top: 100px;
    margin-bottom: 100px;
}

.small-text-block-left {
    width: 70%;
}

.quote {
    margin: 25px;
    padding: 25px;
}
.quote {
    margin: 50px 0;
}
.quote p:nth-child(1) {
    font-size: 2.25rem;
    font-weight: 800;
    color: #002b5c;
}
.quote p:nth-child(2) {
    font-size: 2.25rem;
    padding-left: 50px;
}
.quote p:nth-child(2)::before {
    content: open-quote;
}
.quote p:nth-child(2)::after {
    content: close-quote;
}
.quote p:nth-child(2)::before, .quote p:nth-child(2)::after {
    display: inline-block;
    vertical-align: bottom;
    color: #000;
    font-size: 1.25em;
    padding-left: 10px;
    padding-right: 10px;
    top: .2em;
    position: relative;
}


.scroller-icon div {
    background: #e0e4e5;
    width: 150px;
    position: relative;
    top: -40px;
    border-radius: 100px;
    padding: 15px;
}
.scroller-icon a {
    position: relative;
    z-index: 1000;
}

.scroller-icon a:hover::after {
    top: 30px;
}

.scroller-icon a::after {
    content: "";
    border-color: #ce9647;
    border-style: solid;
    border-width: 0 .4em .4em 0;
    bottom: .2em;
    display: block;
    height: 1.5em;
    left: 50%;
    margin-left: -.75em;
    position: absolute;
    transform: rotate(45deg);
    width: 1.5em;
    z-index: 1;
    cursor: pointer;
    top: 20px;

    transition-duration: 250ms;
}

.quote p:nth-child(3) {
    font-size: 1.5rem;
    padding-left: 50px;
}

.margin-block {
    margin: 50px 0 !important;
}

.blue-block {
    width: 400px;
    padding: 25px;
    margin-left: auto;
    margin-right: 10%;
}

.blue-block h2 {
    font-size: 3rem !important;
}

/*
.section figure, .section .wpmapblockrender {
    position: relative;
    bottom: -75px;
    right: -20%;
    z-index: 5;
}
*/

.team-group {
    flex-wrap: wrap !important;
}
.team-group div {
    padding: 25px;
    background: url(https://thomas-cummings.wales/go-finance/wp-content/themes/oceanwp-child-theme/seamless-light.svg), #FFFAF7;
    background-size: 8%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    flex-basis: 30% !important;
    max-width: 30% !important;
}

.team-group div figure {
    width: 250px;
    margin: 0 auto;
}
.team-group div img {
    border: #d4af37 solid 3px;
}
.team-group p {
    margin-top: 0;
    height: 30px;
}
.team-group div p:last-of-type {
    margin-bottom: 15%;
}

ol {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
ol {
    list-style-type: decimal;
    margin-left: 30px !important;
}
ol.one-column {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
}
ol li {
    list-style-type: none;
    counter-increment: item;
    margin-bottom: 5px;
}
ol li:before {
    content: counter(item);
    margin-right: 5px;
    font-size: 80%;
    background-color: #002b5c;
    color: #fff;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}
ul, ol {
    margin: 15px 0 15px 20px;
}

.columns-group {
    flex-wrap: wrap !important;
}
.columns-group .video {
    flex-basis: 30% !important;
    flex-grow: 1;
    flex-shrink: 1;
    margin-bottom: 50px;
}


.mortgage-calculator, .stamp-duty-calculator{
    width: 80%;
    margin: 50px 15px;
}
.mortgage-calculator input, .stamp-duty-calculator input {
    padding: 15px 10px !important;
}
.stamp-duty-calculator input[type='checkbox'] {
    padding: 0 !important;
    width: 25px;
    height: 25px;
}
.stamp-duty-calculator input[type='checkbox']::before {
    width: 25px;
    line-height: 25px;
}
.mortgage-calculator label, .stamp-duty-calculator label {
    font-size: 18px;
}
.mortgage-calculator button, .stamp-duty-calculator button {
    width: 100%;
}

.trustpilot-review {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #e5e5dd;
    margin: 16px 0;
}

.trustpilot-review .profile-image-row {
    gap: 0px 15px;
}

.trustpilot-review .rating {
    gap: 0 5px;
    margin-top: -5px;
    margin-left: 66px;
}

.trustpilot-review .wp-block-separator {
    color: #e3e4e4;
}

.trustpilot-review h2 {
    margin: 0;
    font-weight: 300;
    letter-spacing: 15px;
}

.trustpilot-review .wp-block-button__link::before {
    border-left: none !important;
}

figure.no-bottom-position-adjust {
    bottom: 0;
}

footer a:hover {
    color: hsl(0, 0%, 80%) !important;
}

table td {
    border-left: none !important;
    border-right: none !important;
    padding: 20px 15px !important;
}

.blogs ul {
    margin: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
.blogs li {
    padding: 25px;
    background: url(https://thomas-cummings.wales/go-finance/wp-content/themes/oceanwp-child-theme/seamless-light.svg), #FFFAF7;
    background-size: auto, auto;
    background-size: 8%;
    border-radius: 8px;
    border: 1px solid #e5e5dd;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 15px;
}
.blogs li a {
    text-decoration: none !important;
    font-weight: 700;
}
.blogs li a:hover {
    color: #ce9647;
}
.blogs figure {
    max-width: 100% !important;
    width: 100% !important;
}
.blog-post-author {
    display: none !important;
}

.overlap-text-image div.has-background {
    border-radius: 8px;
    border: 1px solid #e5e5dd;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.row-banner::before {
    border-radius: 8px;
    border: 1px solid #e5e5dd;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}



.footer .left {
    width: 30%;
}
.footer .right {
    width: 70%;
}

.row-banner.wide.short::before {
    width: 120%;
    left: -10%;
    background-size: 6%;
}
.row-banner.wide.short::after {
    content: unset;
}
.row-banner.wide.short .wp-block-group__inner-container {
    left: 0;
}
.row-banner.wide.short button {
    padding: 20px 30px !important;
}

.quote p:nth-child(2)::before, .quote p:nth-child(2)::after {
    color: #002b5c;
    font-size: 7em;
}
.quote p:nth-child(2) {
    padding-left: 50px;
    line-height: 60px;
}

.quote {
    border-radius: 8px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background: #fff;
    border: 1px solid #fff;
}

.group-with-margin {
    margin-top: 50px !important;
    margin-bottom: 80px !important;
}

.shadow img {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}


.overlap-text-image div.has-background {
    overflow: hidden;
}
.overlap-text-image .wp-block-buttons {
    position: absolute;
    bottom: -200px;
    background: #fff;
    border-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 25px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
}
.overlap-text-image:hover .wp-block-buttons {
    bottom: 0;
}

.eb-button-wrapper {
    margin-bottom: 10px !important;
}

.wp-block-file a {
    display: none;
    text-align: center;
}

.wp-block-file .wp-block-file__button {
    display: block;
    background: #dddb47;
    margin: 0;
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
}

.contact-block-side {
    position: fixed;
    right: -10px;
    top: 40%;
    padding: 5px 15px;
    border-radius: 2px;
    z-index: 1000;

    transform-origin: 99% 101%;
    transform: rotate(-90deg);
}
.contact-block-side a {
    background-color: rgba(0,0,0,.4);
    font-size: 20px;
    line-height: 50px;
}
.contact-block-side a::before {
    content: "Contact Us" !important;
    top: -10px !important;
    font-size: 12px;
    width: 100%;
    height: 100%;
}
.contact-block-side a:hover {
    background-color: rgba(0,0,0,.8);
    color: #fff;
}

.contact-block-side.micro a {
    background: transparent !important;
}
.contact-block-side.micro span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em !important;
}
.contact-block-side.micro svg {
    width: 2em;
    height: 2em;
}
.contact-block-side.micro a::before{
    content: none !important;
}

.banner-cover .wp-block-cover__inner-container {
    width: 100% !important;
    font-size: 20px;

    -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: .5s;
}


@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(100px);
                transform: translateY(100px);
                opacity: 0%;
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
                opacity: 100%;
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100px);
                transform: translateY(100px);
                opacity: 0%;
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
                opacity: 100%;
    }
}

.overlap-text-image.img-right .wp-block-group {
    -webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: .5s;
}

.overlap-text-image.img-left .wp-block-group {
    -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: .5s;
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
                opacity: 0%;
    }
    100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
                opacity: 100%;
    }
}
@keyframes slide-right {
    0% {
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
                opacity: 0%;
    }
    100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
                opacity: 100%;
    }
}
@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(100px);
                transform: translateX(100px);
                opacity: 0%;
    }
    100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
                opacity: 100%;
    }
}
@keyframes slide-left {
    0% {
        -webkit-transform: translateX(100px);
                transform: translateX(100px);
                opacity: 0%;
    }
    100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
                opacity: 100%;
    }
}

.commercial-banner {
    padding: 100px;
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    min-height: 30vh;
}
.commercial-banner .wp-block-column {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.white-background {
    background: #F5F5F7;
    color: #1D1D1F;
}

.commercial-section {
    padding: 40px 0;
}

.commercial-contact {
    background-color: #101820;
    padding: 50px;
    min-height: 40vh;
    clip-path: polygon(0px 10%, 100% 0%, 100% 95%, 0 90%);
}

.commercial-contact .wp-block-column {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

ol.border-bottom {
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    border-bottom: solid #ce9647 8px;
    padding-bottom: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

ol.border-bottom li {
    margin-bottom: 10px;
}

.heading-contact-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px 25px;
    width: 50%;
    gap: 25px;
}
.heading-contact-box h2 {
    color: #000 !important;
}
.heading-columns {
    margin-top: 225px;
    gap: 10vw;
}
.heading-columns .align-right-top {
    display: flex;
    justify-content: end;
    align-items: start;
    width: 70%;
    gap: 25px;
    margin-left: auto;
}
.heading-columns .align-right-top h2 {
    font-size: 7rem !important;
    line-height: 6rem;
    color: #ce9647 !important;
    text-shadow: -1px -1px 0 #472a00, 1px -1px 0 #472a00, -1px 1px 0 #472a00, 1px 1px 0 #472a00;
}
.heading-columns .align-right-top p {
    color: #f1f1f1 !important;
    text-shadow: -1px -1px 0 #6e6e6e, 1px -1px 0 #6e6e6e, -1px 1px 0 #6e6e6e, 1px 1px 0 #6e6e6e;
}
.heading-contact-box a:hover {
    color: #ce9647 !important;
}
