/*
Theme Name: Child Theme
Template: activello
Author: Srivats Shankar
Author URI: http://freewptp.com/
*/

#content {
background-color: rgba(255,255,255,0.95);
}
.pbs-main-wrapper{
padding: 10px;
height: auto;
overflow: hidden;
}
.entry-title, div#line {
     display: none;
}
.navbar-brand > img {
max-width: 200px;
max-height: auto;
}
.custom-footer{
background-color: rgba(209, 203, 142,0.95);
}

.justify{
text-align: justify;
}

.cite{
text-align: justify;
font-size: 10px;
}

p{
text-align: justify;
}

/* Contact Form 7 Types */
.wpcf7 .wpcf7-form-control-wrap {
    display: inline;
    margin-bottom: 30px;
}
.g-recaptcha .wpcf7-recaptcha {
display: block;
}
.wpcf7-submit {
margin-top: 10px;
}