/* ===================================================================================

* Theme Name: Fototag Child
* Theme URI: https://themeforest.net/user/radiustheme
* Description: Fototag is one of the latest and unique responsive photography WordPress Theme.
* Version: 1.0
* Author: RadiusTheme
* Author URI: https://www.radiustheme.com/
* Template: fototag
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: bootstrap-grid, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/* =================================
   CUSTOM FIXED HEADER
================================= */

.sticky-site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
	background: transparent;
	transition:
        background-color 0.35s ease,
        box-shadow 0.35s ease;
}

/* Header after scrolling */
.sticky-site-header.header-scrolled {
    background: #000000 !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}

/* =========================================
   CONTACT FORM 7
========================================= */

.photo-enquiry-form {
    font-family: "Manrope", sans-serif;
    color: #25312d;
}

/* -----------------------------------------
   FORM HEADING
----------------------------------------- */

.photo-enquiry-form .form-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 0px;
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #26302e;
}

.photo-enquiry-form .form-heading-line {
    display: inline-block;
    width: 42px;
    height: 2px;
    background: #c49b52;
}

/* -----------------------------------------
   GRID
----------------------------------------- */

.photo-enquiry-form .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 15px;
    row-gap: 2px;
}

.photo-enquiry-form .form-field {
    min-width: 0;
}

.photo-enquiry-form .full-width {
    grid-column: 1 / -1;
}

/* -----------------------------------------
   LABELS
----------------------------------------- */

.photo-enquiry-form label {
    display: block;
    margin-bottom: 8px;
	font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    color: #26312e;
}

.photo-enquiry-form .required {
    color: #b8463f;
}

.photo-enquiry-form .optional {
    color: #777;
    font-weight: 400;
}

/* -----------------------------------------
   INPUTS
----------------------------------------- */

.photo-enquiry-form input[type="text"],
.photo-enquiry-form input[type="email"],
.photo-enquiry-form input[type="tel"],
.photo-enquiry-form input[type="date"],
.photo-enquiry-form input[type="time"],
.photo-enquiry-form select,
.photo-enquiry-form textarea {
    width: 100%;
    box-sizing: border-box;
	border: 1px solid #d7d4cd;
    border-radius: 5px;
    background: #fff;
	font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #26312e;
	outline: none;
	transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.photo-enquiry-form input[type="text"],
.photo-enquiry-form input[type="email"],
.photo-enquiry-form input[type="tel"],
.photo-enquiry-form input[type="date"],
.photo-enquiry-form input[type="time"],
.photo-enquiry-form select {
    min-height: 48px;
    padding: 0 14px;
}

.photo-enquiry-form textarea {
    min-height: 2px;
    padding: 13px 14px;
    resize: vertical;
}

/* Placeholder */

.photo-enquiry-form input::placeholder,
.photo-enquiry-form textarea::placeholder {
    color: #929292;
    opacity: 1;
}

/* Focus */

.photo-enquiry-form input:focus,
.photo-enquiry-form select:focus,
.photo-enquiry-form textarea:focus {
    border-color: #1c5546;
    box-shadow: 0 0 0 2px rgba(28, 85, 70, .08);
}

/* -----------------------------------------
   CF7 WRAPPERS
----------------------------------------- */

.photo-enquiry-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* -----------------------------------------
   SERVICES CHECKBOX PILLS
----------------------------------------- */

.photo-enquiry-form .services-field .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.photo-enquiry-form .services-field .wpcf7-list-item {
    margin: 0;
}

.photo-enquiry-form .services-field .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
	min-height: 38px;
    padding: 7px 12px;
	border: 1px solid #d8d4cc;
    border-radius: 5px;
    background: #fff;
	font-size: 13px;
    font-weight: 400;
    cursor: pointer;
	transition:
        border-color .2s ease,
        background .2s ease;
}

.photo-enquiry-form .services-field .wpcf7-list-item label:hover {
    border-color: #1c5546;
    background: #f8faf8;
}

.photo-enquiry-form .services-field input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0;
	accent-color: #174d3e;
}

/* -----------------------------------------
   CONSENT
----------------------------------------- */

.photo-enquiry-form .consent-field {
    font-size: 12px;
    line-height: 1.6;
    color: #424b48;
}

.photo-enquiry-form .consent-field .wpcf7-list-item {
    margin: 0;
}

.photo-enquiry-form .consent-field label {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0;
	font-size: 12px;
    font-weight: 400;
}

.photo-enquiry-form .consent-field input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin-top: 2px;
    accent-color: #174d3e;
}

.photo-enquiry-form .consent-field a {
    color: #174d3e;
    text-decoration: underline;
}

/* -----------------------------------------
   SUBMIT BUTTON
----------------------------------------- */

.photo-enquiry-form .photo-submit {
    width: 100%;
    min-height: 52px;
	border: 0;
    border-radius: 5px;
	background: #174d3e;
    color: #fff;
	font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
	cursor: pointer;
	transition:
        background .25s ease,
        transform .25s ease;
}

.photo-enquiry-form .photo-submit:hover {
    background: #b58b45;
}

.photo-enquiry-form .photo-submit:active {
    transform: translateY(1px);
}

.photo-enquiry-form .submit-note {
    margin-top: 10px;
	text-align: center;
    font-size: 11px;
    color: #858585;
}

/* -----------------------------------------
   CF7 VALIDATION
----------------------------------------- */

.photo-enquiry-form .wpcf7-not-valid {
    border-color: #b8463f !important;
}

.photo-enquiry-form .wpcf7-not-valid-tip {
    margin-top: 5px;
	font-size: 11px;
    color: #b8463f;
}

.photo-enquiry-form .wpcf7-response-output {
    margin: 18px 0 0 !important;
    padding: 12px 15px !important;
	border-radius: 4px;
	font-family: "Manrope", sans-serif;
    font-size: 13px;
}

/* -----------------------------------------
   SPINNER
----------------------------------------- */

.photo-enquiry-form .wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
}

/* -----------------------------------------
   TABLET
----------------------------------------- */

@media (max-width: 1024px) {

    .photo-enquiry-form .form-grid {
        column-gap: 16px;
        row-gap: 16px;
    }

}

/* -----------------------------------------
   MOBILE
----------------------------------------- */

@media (max-width: 767px) {

    .photo-enquiry-form .form-grid {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .photo-enquiry-form .full-width {
        grid-column: auto;
    }

    .photo-enquiry-form .services-field .wpcf7-list-item {
        width: calc(50% - 5px);
    }

    .photo-enquiry-form .services-field .wpcf7-list-item label {
        width: 100%;
        box-sizing: border-box;
    }

}

/* -----------------------------------------
   VERY SMALL MOBILE
----------------------------------------- */

@media (max-width: 420px) {

    .photo-enquiry-form .services-field .wpcf7-list-item {
        width: 100%;
    }

}