/*
Theme Name: Catherine Marion
Author: Catherine Marion & Jonathan Bardo
Author URI: https://wordpress.org/
Description: Personal website & blog for catherinemarion.ca
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: catherinemarion
*/

.navbar-brand img,
.navbar-brand span {
    display: inline;
}

.navbar-brand span {
    color: white;
}

.contact-form-btn input {
    background-color: #D72363;
}

.wpcf7-form-control.wpcf7-recaptcha div div {
    margin-top: 10px;
    width: 100% !important;
}

div.wpcf7-validation-errors {
    border-color: red;
    color: black;
}

.header-navbar {
    display: none;
}

@media (max-width: 980px) {

    .zoom-this {
        font-size: 80% !important;
    }

    .zoom-this-large {
        font-size: 100% !important;
    }

    .button-caption .btn {
        padding: 5px 12px;
        font-size: 10px;
    }

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
    .g-recaptcha {
        -webkit-transform: scale(0.77);
                transform: scale(0.77);

        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
    }

    .zoom-this {
        font-size: 110% !important;
    }

    .zoom-this-large {
        font-size: 140% !important;
    }

    .navbar-brand {
        padding: 0px 0px;
    }

    .button-caption .btn {
        margin-top: 20px;
    }
}
