/*
Theme Name:   SenTech
Theme URI:    https://sentechaustralia.com.au
Description:  SenTech Child Theme for Mist
Author:       SenTech Australia
Author URI:   https://sentechaustralia.com.au
Template:     mist
Version:      1.4.0
Text Domain:  sentech-child
*/

/* =============================================================================
   Import Parent Theme Styles
   ========================================================================== */
@import url("../mist/style.css");


/* =============================================================================
   Hide Post Meta Elements
   Scoped to post/article context only — avoids conflicts with footer widgets
   and bottom navigation which share some class names in the Mist theme.
   ========================================================================== */

/* Hide entire entry-meta block on posts, blog, archive and search pages */
.single .entry-meta,
.blog .entry-meta,
.archive .entry-meta,
.search .entry-meta {
    display: none;
}

/* Hide post tags */
.post-tags {
    display: none;
}

/* Hide posted date list item */
li.posted-date {
    display: none;
}

/* Hide author name link and avatar in post/article context only */
.single .author-name a,
.blog .author-name a,
.archive .author-name a,
.single .author-avatar img,
.blog .author-avatar img,
.archive .author-avatar img {
    display: none;
}


/* =============================================================================
   Entry Thumbnail
   ========================================================================== */
.entry-thumbnail img {
    border: 5px solid darkblue;
    border-radius: 20px;
    padding: 5px;
    width: 20%;
}


/* =============================================================================
   Contact Form 7 — Labels
   ========================================================================== */
.wpcf7-form label {
    color: GrayText;
}

form.wpcf7-form label {
    width: 100%;
}


/* =============================================================================
   Contact Form 7 — Input Fields & Textarea
   ========================================================================== */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
textarea {
    font-size: 16px;
    background-color: #f5f5f5;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    font-family: gadugi, sans-serif;
    font-style: italic;
}


/* =============================================================================
   Contact Form 7 — Submit Button
   Higher specificity to override Mist theme red button styles.
   ========================================================================== */
.wpcf7 input[type=submit],
.wpcf7 input[type=submit]:not([disabled]),
div.wpcf7 input[type=submit],
div.wpcf7-mail-sent-ok ~ .wpcf7 input[type=submit],
.wpcf7-form input[type=submit] {
    padding: 12px 20px;
    background: #3387C7 !important;
    background-color: #3387C7 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    border: 0 none !important;
    cursor: pointer;
    width: 100% !important;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.25s ease;
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus,
div.wpcf7 input[type=submit]:hover,
.wpcf7-form input[type=submit]:hover {
    background: #28a745 !important;
    background-color: #28a745 !important;
    color: #fff !important;
    outline: none;
}


/* =============================================================================
   Contact Form 7 — Checkbox Styling
   ========================================================================== */
span.wpcf7-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-bottom: 0;
}

span.wpcf7-list-item input[type="checkbox"] {
    transform: scale(2.5);
    transform-origin: center;
    flex-shrink: 0;
}


/* =============================================================================
   Buttons — WPBakery / Bootstrap / Modal
   ========================================================================== */
.btn,
.btn[disabled],
.btn.btn-default,
.vc_general.vc_btn3.vc_btn3-color-primary-bg,
.vc_btn.vc_btn-primary-bg,
.vc_general.vc_btn3.vc_btn3-color-juicy-pink,
.colorbtn,
.btn-modal.btn-primary,
.btn-modal.btn-primary:active,
.btn-modal.btn-primary:focus {
    background-color: #b9e8f9;
}
