/*!
 Theme Name: Rubrum
 Theme URI:
 Author: Dev Team
 Author URI:
 Description: Rubrum is a blank canvas for your ideas and it makes the block editor your best brush.
 Requires at least: 6.6
 Tested up to: 6.8.3
 Requires PHP: 8.0
 Version: 6.8
 Text Domain: rubrum
*/


/** Add your custom styles here **/
.hero-ctn video {
    height: 120% !important;
    top: -10% !important;
}

#cwc-block-1 input:not([type="submit"]),
#cwc-block-1 textarea {
    color: var(--wp--preset--color--base);
    -webkit-appearance: none;
    appearance: none;

    background: transparent !important;
    background-image: none !important;

    border: 1px solid #fff !important;
    border-style: solid !important;

    box-shadow: none !important;
    outline: none !important;
}

#cwc-block-1 input::placeholder {
    color: var(--wp--preset--color--base);
    opacity: 0.6;
}

.rep-list {
    justify-content: center;
}

textarea.cwc_message {
    field-sizing: content;
}

.cwc_address_submit {
    background: var(--wp--preset--color--tertiary);
    color: var(--wp--preset--color--contrast);
    border: var(--wp--preset--color--tertiary);
    font-size: .875rem;
    ;
    letter-spacing: .25em;
}

#about .heading-ctn {
    max-width: 612px;
}

/* get rid of icon margins */
#about .heading-ctn>div {
    margin: 0 !important;
}

#about .wp-block-column h4 {
    font-size: 26px !important;
}

#about .block-collapse-trigger .wp-block-button {
    margin-top: 20px;
}

#about .block-collapse-container {
    margin-top: 0;
}

footer a {
    text-decoration: none;
}

footer .do-not-sell {
    margin-bottom: 20px;
    display: inline-block;
}

@media screen and (min-width: 782px) {
    #about .wp-block-column .wp-block-group {
        min-height: 270px;
    }

    #about .wp-block-column h4 {
        min-height: 60px;
    }
}