/* Enter Your Custom CSS Here */

#content .entry-content h3 {font-size: 23px !important; text-align:center !important; background-color:#60AEE6; color:white; }
#content h2.entry-title{display:none;}
.breadcrumbs{display:none !important; }
#header-container > div {
    margin: 15px 10px 0px!important;
}
#content .entry-content h2 {
    font-size: 28px!important;
}

.newsletter-email {width:220px;margin-top:10px;  border: 2px solid #dadada;
}
#pg-322-1 , #pg-322-2 , #pg-322-3{background-color:#EEF3F7;}

.rpwe-title{ text-shadow:none;color:white; font-size:10px!important;}

#footer {background-color:#1F1F2E;}

#footer .widget-title{color:white;background-color: #4865B4!important; color:#fff !important;}

#footer .widget-title a{color:white;}

.pluginSkinLight{background-color: white;!important;}
.rpwe-ul{background-color: white;!important; border-radius:5px;}

#footer .widget-container { background-color:#fff; border-radius:4px;border-style: solid;
    border-width: 1px; border-color:#B2B2CC;} 

 

  #bg_image {
 width: 100%;
   height: auto;
 
}



@media (max-width: 961px) {
 
#header-container{width:100%;}

#logo img{width:200px;}

  #bg_image {
    background-size: cover;
  }
}




@media (max-width: 667px) {
  #bg_image {
     display:none;
  }
#logo{margin-left: auto;
    margin-right: auto;
    width: 50%;
  text-align:center;
  padding-top: 22px;
}
    
}




.gform_button {
background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 17px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.gform_button:hover {
	background-color:#0688fa;
}
.gform_button:active {
	position:relative;
	top:1px;
}

