/*
Theme Name: bf
Theme URI: https://wordpress.com/theme/mh
Author: Automattic
Author URI: https://automattic.com
Description: A theme inspired by Mayan history and culture
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.7
Version: 1.0.19
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: film
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks, auto-loading-homepage, blog-homepage

film WordPress Theme, (C) 2022 Automattic, Inc.
film is distributed under the terms of the GNU GPL.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/

/*
 * Font smoothing
 */

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.cat_title {
    margin-top: 0;
}

.cat_title img {
    max-width: 260px;
}

.cat_title+.is-style-ds-text-ml2 {
    margin-top: .75rem;
}


/*--------------------------------------------------------------
### 
--------------------------------------------------------------*/
@media (max-width:767px) {
    .cat_title {
        padding: 0 .5rem;
    }

    .cat_title img {
        max-width: 80% !important;
    }
}
/*--------------------------------------------------------------

--------------------------------------------------------------*/
.contact-box {
    background-color: #ecede8;
    border-radius: 50px;
}

.contact_tbl {
    margin-bottom: 0;
}

.contact_tbl h3 {
    margin-bottom: 1rem;
}

.contact-box .contact_tbl_wrp {
    margin-top: 0;
}

.contact_tbl h4 {
    margin-bottom: 1rem;
    font-size: .9rem;
}

.line_icon {
    color: #49ac59;
    padding: 0 .2rem;
}
.contact_tbl .cnt-row label {
    margin-bottom: .4rem;
}

input[type=checkbox] {
    margin-right: 0.1rem;
    width: 18px;
    height: 18px;
    border-radius: 0;
    vertical-align: middle;
}

.wpcf7-list-item {
    margin: 0;
}

.checkbox .wpcf7-list-item {
    display: block;
    margin: 0;
}

.other-wrap { 
    display: none; 
}

.wpcf7-list-item-label {
    vertical-align: middle;
    font-size: .88rem;
    font-weight: 700;
}

.cnt-row .wpcf7-checkbox label {
    margin-bottom: .1rem;
}

.submit_wrap {
    text-align: center;
}
.submit_wrap .agree_policy {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto .8rem;
    justify-content: center;
    text-align: center;
}
.submit_wrap .agree_policy .agree_txt {
    order: 2;
    text-align: left;
    color: var(--color-main);
    font-size: .88rem;
    font-weight: 700;
}
.submit_wrap .agree_policy .agree_txt a {
    color: #00aeef;
}
.submit_wrap .agree_policy .check {
    order: 1;
}
.submit_wrap .agree_policy .wpcf7-not-valid-tip {
    order: 3;
}
.submit_wrap .agree_policy input[type=checkbox] {
    margin-right: 1.6rem;
    width: 20px;
    height: 20px;
}
.submit_wrap .agree_policy .wpcf7-list-item-label {
    display: none;
}

.agree_policy {
    display: none;
}

.confirm_wrap .btn {
    padding-bottom: .2rem;
    width: 165px;
    height: 48px;
    border: 1px solid var(--color-primary);
    border-radius: 40px;
    background-color: var(--color-primary);
    color: var(--white);
    font-size: 1.25rem;
    font-family: var(--font-primary);
    cursor: pointer;
    outline: none;
}

.confirm_wrap {
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.submit_wrap .btn {
    width: 165px;
    height: 48px;
}

.confirm_wrap .btn_white {
    background: #fff;
    color: #231f20;
}

.confirm_wrap .btn_red {
    background: #a93336;
    border: 1px solid #a93336;
    color: #fff;
}



.thankyou {
    margin-bottom: 0;
    font-size: .88rem;
    font-weight: 700;
}

.mail_img img{
    width: 18vw;
    margin: 0 auto;
}

@media (max-width:767px) {

    .submit_wrap .agree_policy .agree_txt {
        width: 63vw;
    }
    .mail_img img{
        width: 64vw;
        margin: 0 auto;
    }


    .confirm_wrap .btn {
        width: 33vw;
        height: 10vw;
    }
}