/****** PLACE YOUR CUSTOM STYLES HERE ******/




/*
#post-title {
    min-height: 80px;
}
#post-summary{
    min-height: 300px;
}
*/
div.blog-content>p>img {
    width: 100%;
    height: auto;
}

/* .grecaptcha-badge { 
    visibility: hidden;
} */

.form-container {
    position: relative;
}

.cta-quote { max-width: 340px;
    padding: 7px 20px;
    border-radius: 25px;}

.price-form {position:relative}

.price-form input[type="text"] {
    border-radius: 25px;
    background: #f5f5f5;
    color: #333;
    padding-left: 10px;
    border: #ccc solid 1px;
}

.image-square .price-form button[type="submit"], .image-edge .price-form button[type="submit"] {
    background: #c40f39;
}

.price-form button[type="submit"] {
    position: absolute;
    width: 140px;
    right: 0;
    background: #333;
    color: #fff;
    border-radius: 0 25px 25px 0!important;
    border: none;
}

.image-bg {color:#fff;}
.sms {max-width:342px; margin:0 auto;}

 @media screen and (max-width: 768px) {
	 .nav-bar h2 {font-size:24px !important;}
	 .cover.fullscreen .container {top:0 !important}
	 .nav-open  h2 {color:#111 !important}
}