/* 
Theme Name: The Wonder Agency
Author: The Wonder Agency
Author URI: https://wonderagency.co.uk/
Version: 1.0
*/

/* FONTS */

@font-face {
    font-family: 'Mulish';
    src:
        url('assets/fonts/Mulish-VariableFont_wght.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
}




/* Global */
* {
    box-sizing: border-box;
    margin: 0;
    font-family: 'Mulish', sans-serif;
}
body {
    min-height: 100%;
    background: #FDF3F2;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
ul,
ol {
    list-style: none;
    padding-inline-start: 0;
}

.container {
    max-width: 1200px;
    padding-inline: 30px;
    width: 100%;
    margin-inline:auto;
}


.circle {
    border-radius: 50%;
}
.circle-grey {
    background-color: var(--colour-grey);
}
.circle-yellow {
    background-color: var(--colour-yellow);
}
.circle-navy {
    background-color: var(--colour-navy);
}
.circle-blue {
    background-color: var(--colour-blue);
}
.circle-red {
    background-color: var(--colour-red);
}
.circle-beige {
    background-color: var(--colour-beige);
}

.ff_guten_block {
    max-width: 800px;
    padding-inline: 2vw;
    margin: 0 auto;
}

.single-post h2.wp-block-heading {
    font-size: 35px;
}
.single-post h3.wp-block-heading {
    font-size: 26px;
}
.single-post h4.wp-block-heading {
    font-size: 22px;
}
.single-post h5.wp-block-heading {
    font-size: 17px;
}
.single-post h6.wp-block-heading {
    font-size: 15px;
}

@media (min-width: 360px) {
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
    h1 {
        font-size: 50px;
    }
    h2, h1.home-title{
        font-size: 32px;
    }
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 14px;
    }
    h5{
        font-size: 12px;
    }
    h6{
        font-size: 10px;
    }
    .case-title {
        font-size: 24px;
    }
    .work-grid.case:first-child .case-title{
        font-size: 32px;
    }
}
@media (min-width: 1024px) {
    h1 {
        font-size: 54px;
    }
    h2, h1.home-title{
        font-size: 36px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 16px;
    }
    h5{
        font-size: 14px;
    }
    h6{
        font-size: 12px;
    }
    .case-title {
        font-size: 28px;
    }
    .work-grid .case:first-child .case-title {
        font-size: 54px;
    }
}
@media (min-width: 1280px) {

    h1 {
        font-size: 50px;
    }
    h2, h1.home-title{
        font-size: 42px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 14px;
    }
    h5{
        font-size: 12px;
    }
    h6{
        font-size: 10px;
    }
    .case-title {
        font-size: 34px;
    }
    .work-grid .case:first-child .case-title{
        font-size: 42px;
    }
}
@media (min-width: 1440px) {

    h1 {
        font-size: 70px;
    }
    h2, h1.home-title{
        font-size: 50px;
    }
    h3{
        font-size: 24px;
    }
    h4{
        font-size: 14px;
    }
    h5{
        font-size: 12px;
    }
    h6{
        font-size: 10px;
    }
    .case-title {
        font-size: 42px;
    }
    .work-grid .case:first-child .case-title{
        font-size: 50px;
    }
}
@media (min-width: 1920px) {
}


.home-title {
    margin-top: 50px
}

.home-title-heading {
    color: #f3604d;
    font-weight: 900;
}

.post-category {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: space-between;
}


.post-category:hover .post-category-name[data-selected="1"] {
    text-decoration: line-through;
}

.ff-el-form-control {
    border-radius: 2vh;
    outline: none;
    border: none;
    padding: 0.5rem 1rem;
}

.ff-el-form-control:focus {
    outline: 1px solid black;
}

.ff-btn-submit {
    display: flex;
    align-items: center;
    color: black;
    outline: none;
    border: none;
    background: #ffffff;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 4vh;
    transition: all 0.3s ease;
    font-weight: 600 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 auto;
}
.ff-btn-submit svg {
    height: 30px;
    width: 30px;
}

.ff-btn-submit:hover {
    background: #f3604d !important;
    color: #ffffff !important;
}

#ff_3_dropdown {
    cursor: pointer;
    background-color: white;
    color: black;
}

.ff-el-form-check-input {
    cursor: pointer;
}

@media (min-width: 768px) {
     #ff_3_dropdown {
        background-position: right 1rem center;
        padding-right: 2.5rem;
    }
}

#ff_3_dropdown {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    padding-right: 3rem;
}

p a, 
.wp-block-rank-math-toc-block a, .rank-math-html-sitemap__link {
    color: #52878B;
    text-decoration: underline;
}

.rank-math-html-sitemap__item {
    list-style: disc;
    list-style-position: inside;
}


.wp-block-rank-math-toc-block h2 {
    font-size: 35px
}

.four-o-four {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 1rem;
    margin-block: 5vh;
}   


.content p:not([class]), .wp-block-rank-math-toc-block, .wp-block-list, .wp-block-image, .wp-block-table {
    max-width: 800px;
    margin-inline: auto;
    padding-inline: 30px;
    margin-bottom: 20px;
}
ol.wp-block-list {
    list-style: auto;
    list-style-position: inside;
}
ul.wp-block-list {
    list-style: disc;
    list-style-position: inside;
}

.rank-math-html-sitemap__list li + li,
.wp-block-list li + li {
    margin: 1rem 0;
}

.wp-block-rank-math-toc-block a {
    display: list-item;
    list-style: disc;
    list-style-position: inside;
}

.wp-block-image {
    margin: 0 auto;
    display: flex;
    margin-block: 5vh;
}

.wp-block-image img {
    margin: 0 auto;
}

.content .wp-block-heading {
    max-width: 800px;
    margin-inline: auto;
    padding-inline: 30px;
    margin-bottom: 20px;
}

.wp-block-rank-math-toc-block h2 {
    margin-bottom: 20px;
}

.rank-math-html-sitemap__title {
    margin-bottom: 20px;
}

li .rank-math-html-sitemap__list {
    margin-left: 1rem;
    margin-top: 1rem;
}

.content .wp-block-image.size-full {
    text-align: center;
}

.content .wp-block-kevinbatdorf-code-block-pro {
    max-width: 800px;
    margin-inline: auto;
    margin-bottom: 20px;
    padding-inline: 30px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 900;
    color: #454545;
}

.cky-btn-revisit-wrapper {
    z-index: 10 !important;
}
.cky-audit-table-element, .rank-math-html-sitemap {
    max-width: 800px;
    padding-inline: 30px;
    margin: 0 auto;
}

.cky-banner-element {
    cursor: pointer;
}