/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

p {
  margin-top: 0em;
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0em;
  margin-bottom: 20px;
}

.input-text {
border-style: solid;
    border-width: 1px;
}

hr {
    border: 0;
    border-top: 1px solid #9CDBDD;
}

#gform_submit_button_3 {
color: #ffffff;
border-color: #ffffff;
background-color: #004834;
height: 47px;
line-height: 47px;
font-size: 16px;
padding: 0 29px;
text-align: center;
}

.single-post .blog_holder article .post_image img {
    height: 400px !important;
    width: auto !important;
    margin: 0 auto;
}

.wpb_single_image .vc_figure-caption {
margin-top: .4em;
color: #333333;
font-size: 2em;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
border: solid;
}

.honorific-suffix{
font-weight: 200;
}

.vc_text_separator.full div{
    font-size: 18px;
font-weight: 500;
}

hr {
    border: 0;
    border-top: 1px solid #7e7e7e;
}

.single-post .blog_holder article .post_image img {
display: none;
}

a:hover, p a:hover{
    text-decoration: underline;
}

#mc-embedded-subscribe {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    background-color: rgb(0, 72, 52);
    padding-left: 29px;
    padding-right: 29px;
    border-radius: 5px;
    border-width: 2px;
    padding: 15px 32px;
    margin-top: 5px;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    font-family: inherit;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    font-style: normal;
    white-space: nowrap;
}

.small {
width: 60%;
}

.tiny {
width: 40%;
}

/* Main Level Bullet Point Indentions */
ul{
  margin-left:20px;
}

/* Second Level */
ul ul{
  margin-left:25px;
}

/* Third Level */
ul ul ul{
  margin-left:30px;
}

@media all and (max-width: 640px) {
  .statemap {
    display: none;
  }
}
