/* 
Theme Name: Tate & Clayburn (Hello Theme Child)
Theme URI: https://github.com/elementor/hello-theme/
Description: Tate & Clayburn is a child theme of Hello Elementor, created by That Web Look
Author: That Web Look
Author URI: https://thatweblook.co.uk/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

p:last-child{
	margin-bottom:0;
}

#featured_case_studies .swiper .elementor-widget-container,
.inner_section_swiper .swiper .elementor-template {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

#featured_case_studies .swiper .elementor-widget-container .elementor-posts-container,
.inner_section_swiper .swiper .elementor-template .elementor {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#featured_case_studies .swiper .elementor-widget-container .elementor-post,
.inner_section_swiper .swiper .elementor .elementor-inner-section {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*
====
Layout
====
*/
section.elementor-section.elementor-top-section {
    padding: 40px 0;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 30px;
}

.wp-block-column:not(:first-child) {
    margin-top: 30px;
}

@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 6em;
        margin-top: 0;
    }
}

/*
====
Misc
====
*/

p:last-child {
    margin-bottom: 0;
}

a {
    color: inherit;
}

.elementor-kit-4 button:hover, .elementor-kit-4 button:focus, .elementor-kit-4 input[type="button"]:hover, .elementor-kit-4 input[type="button"]:focus, .elementor-kit-4 input[type="submit"]:hover, .elementor-kit-4 input[type="submit"]:focus, .elementor-kit-4 .elementor-button:hover, .elementor-kit-4 .elementor-button:focus {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/*h1:not(:first-child), */
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
    margin-top: 2rem;
}

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
    margin-bottom: 2rem;
}

.elementor-heading-title span {
    color: var(--e-global-color-secondary);
}

input[type="file"] {
    width: 100%;
}

.elementor-field-type-submit {
    margin-top: 20px;
}

.elementor-nav-menu .sub-arrow {
    padding: 10px 0 10px 2px !important;
}

.elementor-accordion-item {
    border-width: 1px 0 !important;
}

.elementor-tab-title.elementor-active {
    border-width: 1px !important;
    border-bottom-style: solid;
}

ul.styled,
div.elementor-tab-content ul,
.elementor-widget-text-editor ul,
.elementor-widget-theme-post-content ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 15px;
}

ul.styled li,
div.elementor-tab-content ul li,
.elementor-widget-text-editor ul li,
.elementor-widget-theme-post-content ul li {
    position: relative;
    padding-left: 30px;
}

ul.styled li,
.elementor-widget-text-editor ul li,
.elementor-widget-theme-post-content ul li {
    font-size: 19px;
}

ul.styled li:not(:last-child),
.elementor-widget-text-editor ul li:not(:last-child),
.elementor-widget-theme-post-content ul li:not(:last-child) {
    margin-bottom: 20px;
}

ul.styled li:before,
div.elementor-tab-content ul li:before,
.elementor-widget-text-editor ul li:before,
.elementor-widget-theme-post-content ul li:before,
.elementor-shortcode ul li:before {
	content: ' ';
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
    position: absolute;
    background: url(images/Vector-14.svg);
    background-size: cover;
    background-repeat: no-repeat;
	
}

.s-content.elementor-widget-text-editor ul:not(:first-child){
    margin-top: 40px;

}

/*
.elementor-post__read-more {
	color: var( --e-global-color-primary );
	background-color: var( --e-global-color-d9d63d5 );
	border-radius: 50px;
	padding: 1.05em 1.67em;
}*/

.breadcrumb_last {
    /*font-weight: 700;*/
    display: none;
}

a.tag-cloud-link {
    margin: 4px 8px 4px 0;
    padding: 9px 25px;
    border: 1px solid currentcolor;
    border-radius: 50px;
    color: var(--e-global-color-1a7139d);
}

aside h5 {
    color: var(--e-global-color-d9d63d5);
    font-family: var(--e-global-typography-595d299-font-family), Sans-serif;
    font-size: var(--e-global-typography-595d299-font-size);
    font-weight: var(--e-global-typography-595d299-font-weight);
    text-transform: var(--e-global-typography-595d299-text-transform);
    font-style: var(--e-global-typography-595d299-font-style);
    text-decoration: var(--e-global-typography-595d299-text-decoration);
    line-height: var(--e-global-typography-595d299-line-height);
    letter-spacing: var(--e-global-typography-595d299-letter-spacing);
    word-spacing: var(--e-global-typography-595d299-word-spacing);
    margin-bottom: 20px;
}

aside ul {
    list-style: none;
    padding-left: 0;
}

aside ul .cat-item-10 {
    display: none;
}

aside li:not(:last-child) {
    margin-bottom: 10px;
}

body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
    position: absolute;
    top: -80px;
}

/*
======
Header
======
*/
.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
    transform: none !important;
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown a.elementor-sub-item.has-submenu {
    justify-content: space-between !important;
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .la10-glyph-25:before {
    content: '...';
}

/*
=========
Home Hero
=========
*/

.home_hero > .elementor-container {
    min-height: calc(100vh - 81px) !important;
}

.hero_blocks {
    position: absolute;
    bottom: -2px;
    margin: 0 15px;
    width: calc(100% - 30px) !important;
}

/*
===================
Home Testimonials 1
===================
*/
.home_testimonials_1 .elementor-testimonial__image {
    line-height: 0;
}

.home_testimonials_1 .elementor-testimonial__image img {
    height: 420px !important;
}

.home_testimonials_1 .elementor-testimonial__content {
    padding: 40px 15px 40px 70px;
    width: 50%;
}

.home_testimonials_1 .elementor-testimonial__footer {
    width: 50%;
}

.home_testimonials_1 .elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite {
    margin-top: 10px;
}

.home_testimonials_1 .elementor-testimonial__name {
    margin-bottom: 10px;
}

.home_testimonials_1 .elementor-swiper-button {
    background-color: var(--e-global-color-aa11d52);
    border-radius: 50%;
    padding: 8px;
}

/*
===================
Home Testimonials 2
===================
*/
.home_testimonials_2 .elementor-widget-testimonial-carousel .swiper-slide {
    padding: 42px 15px 0;
}

.home_testimonials_2 .elementor-swiper-button {
    background-color: var(--e-global-color-aa11d52);
    border-radius: 50%;
    padding: 8px;
}

.home_testimonials_2 .swiper-pagination {
    line-height: 0;
    bottom: -14px !important;
}

.home_testimonials_2 .swiper-pagination-bullet {
    border: 1px solid;
    border-color: transparent;
    background-color: transparent !important;
    opacity: 1;
    position: relative;
}

.home_testimonials_2 .swiper-pagination-bullet:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: var(--e-global-color-primary);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home_testimonials_2 .swiper-pagination-bullet-active,
.home_testimonials_2 .swiper-pagination-bullet:hover {
    border-color: var(--e-global-color-primary);
}

/*
===========
Our Clients
===========
*/
#our-clients .gallery {
    display: flex;
    flex-wrap: wrap;
}

#our-clients .elementor-image-gallery .gallery-columns-4 .gallery-item {
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-color: var(--e-global-color-cb1553c);
    border-width: 0 1px 1px 0;
    padding: 20px;
}

#our-clients .elementor-image-gallery .gallery-columns-4 .gallery-item:nth-child(4n+0) {
    border-right-width: 0;
}

#our-clients .elementor-image-gallery .gallery-columns-4 .gallery-item:nth-child(n+13) {
    border-bottom-width: 0;
}

#our-clients .elementor-image-gallery .gallery-item img {
    max-width: 160px;
}

/*
===========
Big Numbers
===========
*/
.big_numbers .elementor-container {
    gap: 30px;
}

/*
=============
Text "Slider"
=============
*/
.text_slider .elementor-tabs-wrapper {
    width: 160px !important;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    overflow: visible !important;
}

.text_slider .elementor-tab-title {
    padding: 0 !important;
    border: none !important;
    border-right: 2px solid transparent !important;
    margin-right: -1px;
}

.text_slider .elementor-tab-title.elementor-active {
    border-color: var(--e-global-color-text) !important;
}

.text_slider .elementor-widget-tabs .elementor-tab-content {
    padding: 10px 20px;
}

/*
=============
Footer
=============
*/
footer input[type="email"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/*
=============
About Us Team
=============
*/
.our_tem .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.our_tem .elementor-testimonial-wrapper .elementor-testimonial-content {
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 0 15px;
    text-align: left;
}

.our_tem .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
    width: 100%;
    height: 100%;
}

.our_tem .elementor-testimonial-details {
    padding: 0 15px;
    text-align: left;
}

.our_tem .elementor-testimonial-wrapper .elementor-testimonial-name {
    margin-bottom: 5px;
}

/*
=====================
About Us Testimonials
=====================
*/
.about_us.home_testimonials_1 .elementor-swiper-button {
    background-color: var(--e-global-color-ddf1f2d);
}

.about_us.home_testimonials_1 .elementor-testimonial__image img {
    height: 355px !important;
}

/*
===
404
===
*/
.elementor-search-form__input {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

.elementor-search-form .elementor-search-form__submit,
.elementor-search-form .elementor-search-form__submit:hover {
    background-color: transparent;
}

.elementor-search-form .elementor-search-form__submit svg {
    fill: #343436 !important;
}

/*
===========
Single Post
===========
*/
.author_box .elementor-heading-title span {
    font-weight: 300 !important;
}

body.single-post h2 {
    margin-bottom: 15px;
}

body.single-post .elementor-author-box__avatar {
    line-height: 0;
}

/*body.single-post .elementor-post-info__terms-list {*/
/*    color: transparent;*/
/*}*/

body.single-post a.elementor-post-info__terms-list-item {
    margin: 4px 8px 4px 0;
    padding: 9px 25px;
    border: 1px solid currentcolor;
    border-radius: 50px;
    color: var(--e-global-color-1a7139d);
}

body.single-post .comment-form input:not([type="button"]):not([type="submit"]),
body.single-post .comment-form textarea {
    background-color: #fff !important;
}

body.single-post .comment-form input[type="submit"] {
    border: none;
}

body.single-post h2.comment-reply-title {
    font-family: var(--e-global-typography-79f38ae-font-family), Sans-serif;
    font-size: var(--e-global-typography-79f38ae-font-size);
    font-weight: var(--e-global-typography-79f38ae-font-weight);
    text-transform: var(--e-global-typography-79f38ae-text-transform);
    font-style: var(--e-global-typography-79f38ae-font-style);
    text-decoration: var(--e-global-typography-79f38ae-text-decoration);
    letter-spacing: var(--e-global-typography-79f38ae-letter-spacing);
    word-spacing: var(--e-global-typography-79f38ae-word-spacing);
}

body.single-post .comment-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

body.single-post .comment-form .comment-notes {
    order: 0;
    width: 100%;
}

body.single-post .comment-form .comment-form-author {
    order: 1;
    width: 32%;
}

body.single-post .comment-form .comment-form-email {
    order: 2;
    width: 32%;
}

body.single-post .comment-form .comment-form-url {
    order: 3;
    width: 32%;
}

body.single-post .comment-form .comment-form-cookies-consent {
    order: 4;
    width: 100%;
}

body.single-post .comment-form .comment-form-comment {
    order: 5;
    width: 100%;
}

body.single-post .comment-form .form-submit {
    order: 6;
    width: 100%;
}

body.single-post .comment-form p {
    margin-bottom: 20px;
}

/*
============
Main Service
============
*/
.featured-services .elementor-column > .elementor-element-populated {
    flex-direction: column;
}

.featured-services .elementor-widget-button {
    margin-top: auto;
}


.timeline .elementor-widget-container {
    position: relative;
}

.timeline .elementor-widget-container:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 7px solid var(--e-global-color-accent);
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: -10px;
    background-color: var(--e-global-color-white);
}

.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}

.main_service_faq .elementor-accordion .elementor-accordion-item {
    border: none;
}

.main_service_faq .elementor-tab-title.elementor-active {
    border-width: 0px !important;
}

.main_service_faq .elementor-accordion .elementor-accordion-item:not(:last-child) {
    margin-bottom: 5px;
}

a:empty {
    display: none;
}

/*
===========
Sub-service
===========
*/
.styled.sub_service.elementor-widget-text-editor ul {
    margin-bottom: 10px;
}

.styled.sub_service.elementor-widget-text-editor ul li:not(:last-child) {
    border-bottom: 1px solid #00000026;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.styled.sub_service.elementor-widget-text-editor ul li:not(:first-child) {
    padding-top: 10px;
}

.styled.sub_service.elementor-widget-text-editor ul li:before {
    top: 23px;
}


/*
===========
Other Services Section
===========
*/
.elementor-posts--thumbnail-top .elementor-post {
    display: flex !important;
    flex-direction: column;
}

.elementor-posts--thumbnail-top .elementor-post .elementor-post__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.elementor-posts--thumbnail-top .elementor-post .elementor-post__read-more {
    margin-top: auto;
}

.elementor-posts--thumbnail-top .elementor-post .elementor-post__read-more {
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-accent);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.elementor-posts--thumbnail-top .elementor-post .elementor-post__read-more:hover {
    color: var(--e-global-color-accent);
    background-color: #21409100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
}


/*breadcrumbs*/
.single-post .breadcrumb_last {

    display: inline-block;
}

/*
=====
Table
=====
*/
@media screen and (max-width: 1365px) {
    /*br {
        display: none;
    }*/

    .home_hero > .elementor-container {
        min-height: calc(100vh - 70px) !important;
    }

    .hero_blocks {
        margin: 0;
        width: calc(100% - 20px) !important;
    }

    .elementor-swiper-button {
        font-size: 24px !important;
    }

    .home_testimonials_2 .elementor-widget-testimonial-carousel .swiper-slide {
        padding: 15px 35px 0;
    }

    .big_numbers .elementor-container {
        gap: 60px 30px;
        justify-content: center;
    }

    .text_slider .elementor-tabs-wrapper {
        width: 120px !important;
    }
}

/*
======
Mobile
======
*/
@media screen and (max-width: 767px) {

    #our-clients .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item {
        min-height: 100px;
        width: 25%;
        padding: 15px;
        border-width: 0 1px 1px 0;
    }

    #our-clients .elementor-image-gallery .gallery-columns-4 .gallery-item:nth-child(4n+0) {
        border-right-width: 0;
    }

    #our-clients .elementor-image-gallery .gallery-columns-4 .gallery-item:nth-child(n+13) {
        border-bottom-width: 0;
    }

    #our-clients .elementor-image-gallery .gallery-item img {
        max-width: 100%;
        max-height: 60px;
    }

    /*.home_testimonials_1 .elementor-main-swiper .swiper-slide {
        padding: 0px !important;
    }*/
    .home_testimonials_1 .elementor-testimonial--layout-image_left .elementor-testimonial {
        flex-direction: column-reverse;
    }

    .home_testimonials_1 .elementor-testimonial--layout-image_left .elementor-testimonial__footer,
    .home_testimonials_1 .elementor-testimonial__content {
        width: 100%;
    }

    .home_testimonials_1 .elementor-testimonial__image img {
        width: 100% !important;
    }

    .home_testimonials_1 .elementor-testimonial__content {
        padding: 15px 10px;
    }

    .elementor-popup-modal.to_the_top {
        display: none !important;
    }

    .elementor-main-swiper {
        width: 100% !important;
    }

    .elementor-swiper-button {
        display: none;
    }

    .home_testimonials_1 .elementor-testimonial__image img {
        height: 220px !important;
    }

    .home_testimonials_2 .elementor-widget-testimonial-carousel .swiper-slide {
        padding: 0;
    }

    .big_numbers .elementor-container {
        gap: 50px 20px;
    }

    .elementor-tabs .elementor-tab-content {
        padding: 10px 0 !important;
    }

    .text_slider .elementor-tab-title.elementor-active {
        border-right: 0 !important;
        border-bottom-width: 2px !important;
        border-bottom-style: solid !important;
        margin-right: 0;
    }

    #featured_case_studies .swiper .elementor-widget-container .elementor-post {
        flex-wrap: wrap;
        align-content: flex-start;
        padding-bottom: 40px;
    }

    #featured_case_studies .swiper .elementor-widget-container .elementor-post .elementor-post__thumbnail__link {
        margin-bottom: 20px;
    }

    section.with_sidebar {
        background-image: linear-gradient(90deg, var(--e-global-color-primary) 100%, var(--e-global-color-8d8da76) 100%) !important;
    }
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 13px;
    max-width: 1400px;
    margin: 0 auto;
}

.faq-accordion__item{
    position: relative;
}

.faq-accordion__item:after {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='14' viewBox='0 0 13 14' fill='none'%3E%3Cpath d='M12.9999 5.93408V8.06445H7.66888V13.3911H5.5379V8.06445H0.210938V5.93408H5.5379V0.607422H7.66888V5.93408H12.9999Z' fill='%23003C8C'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
}

.faq-accordion__item.active:after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='14' viewBox='0 0 13 14' fill='none'%3E%3Cpath d='M12.9999 5.93408V8.06445H7.66888V13.3911H5.5379V8.06445H0.210938V5.93408H5.5379V0.607422H7.66888V5.93408H12.9999Z' fill='white'/%3E%3C/svg%3E");
}

.faq-accordion__item .title {
    padding: 15px 50px 15px 25px;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
    background: #F4F4F4;
    line-height: 1.2;
	
}

.faq-accordion__item.active .title {
    background: #003C8C;
    color: #ffffff;
}

.faq-accordion__item .content {
    display: none;
    padding: 30px 26px 20px;
}

.faq-accordion__item.active .content {
    display: block;
}

.elementor-widget-loop-grid.grid-center {
    width: 100%;
}

.elementor-widget-loop-grid.grid-center .elementor-grid {
    display: flex;
    justify-content: center;
    width: 100%;
}

.elementor-widget-loop-grid.grid-center .elementor-grid>div {
    width: 25%;
    min-width: 25%;
}

.elementor-shortcode ul,
.elementor-widget-text-editor ul {
    list-style: none;
    padding: 0;
}


div.elementor-field-type-html.elementor-col-80 {
    width: 100% !important;
    padding: 36px 0 !important;
    margin: 0 !important;
    text-align: center;
}

@media (max-width: 767px) {

    .faq-accordion {
        gap: 10px;
    }

    .faq-accordion__item .title {
        padding: 10px 47px 10px 10px;
        font-size: 18px;
    }

    .faq-accordion__item:after {

    }

    .faq-accordion__item .content {
        padding: 20px 10px 20px;
    }

    .elementor-widget-loop-grid.grid-center .elementor-grid {
        flex-direction: column;
    }

    .elementor-widget-loop-grid.grid-center .elementor-grid>div {
        width: 100%;
        min-width: 100%;
    }

    .tac-accordion-item .content .contact_products--item {
        width: 50%;
        min-width: 50%;
        padding: 0 13px;
    }
}

