/* Code to change page width START */
.WaPlaceHolder { max-width: 1200px; }
/* Code to change page width END */

@media (max-width: 767px) {

.WALayoutSingleLine .WaLayoutTable {
  display: table;
}

.WALayoutSingleLine .WaLayoutTable .WaLayoutItem
{
  display: table-cell;
  width: auto !important;
}

.WALayoutSingleLine .WaLayoutTable .WaLayoutItem ~ .WaLayoutItem {
  margin-top: 0;
}

}

hr.blue {
  color:#434e7e;
}

hr.pink {
  color: #b31983;
}

/* custom button color */
.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: "Zilla Slab";
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button_custom {
  background-color: #434e7e; 
  color: white; 
}

.button_custom:hover {
  background-color: #b31983;
  color: white;
}

a {
  text-decoration: none;
}

/* customize the background color of the photo slider */
.camera_wrap {
  background-color: #FFFFFF;
}

/* customize the background color of the logo slider */
.camera_bar_cont {
  background-color: #FFFFFF !important;
}

/* customize the color and hover of social buttons */
.WaGadgetSocialProfile.gadgetThemeStyle2 li a{
  background: #434e7e !important;
}

.WaGadgetSocialProfile.gadgetThemeStyle2 li a:hover {
  background: #b31983 !important;
}