/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/
.x-text a {
    color: rgb(135, 136, 182);
}

.x-text a:hover {
    color: rgb(13, 0, 255);
}

/* Contact Form 7 customization */
.wpcf7 p {
    font-size: 1.2em;
    color: #000;
}

.wpcf7 .your-state,
.wpcf7 .your-zip {
    font-size: 1.2em;
}

.wpcf7 .x-container {
    margin-top: -5px;
}



span.wpcf7-list-item {
    display: block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    background-color: #f7f7f7;
    font-size: 1.1em;
    color: #000;
     !important
}

.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
    margin: 6px;
    font-size: 1.2em;
    color: #000;
}

.wpcf7 input[type="submit"] {
    margin-top: 1em;
    font-size: 1.2em;
    font-variant-caps: normal;
    text-shadow: none;
    background: rgb(0, 0, 112);
}

.wpcf7-not-valid-tip {
    font-size: 12pt;
    color: red;
    padding: 10px;
    margin: 10px;
    border: 1px solid red;
}

.wpcf7-response-output {
    display: none;
    border: 1px solid red;
    font-size: 1.2em;
    line-height: 1.5;
    color: red;
    background-color: #fff;
}


/* Styles belowq are in the GLOBAL CSS in Theme Options CSS, change there is you change here so the editing interface is consistant.  */
.x-text p {
    font-size: 1.2em;
    line-height: 1.6em;
}

.x-text h2,
.x-text h3,
.x-text h4,
.x-text h5 {
    color: rgb(0, 0, 112);
    font-family: Geneva, Tahoma, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 1em;
}

.x-text h2 {
    font-size: 1.8em
}

.x-text h3 {
    font-size: 1.5em;
    margin-bottom: .5em;
}

.x-text h4 {
    font-size: 1.2em
}

.x-text h5 {
    font-size: 1.2em;
    font-style: oblique;
}

/* .x-text h4 {
    margin-top: 0px;
} */
.zoom img {
    /*display: block;*/
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.zoom:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
