/* Enter Your Custom CSS Here */

.entry-title {
    font-size: 28px;
    font-weight: bold;
}
.entry-header, .entry-footer {
    text-align: left;
}
.row{
padding-top:.8%;
}
.image{
  width:23%;
  max-height:100%!important;
  float:left;
  border:0px solid red;
  margin-top:2%;
  margin-right: 2%;
}
.post{
   width:74%;
  float:right;
  padding:2% 2% 0 7%;
  border:0px solid blue;
}
.clear{
  clear:both;
}
.full-width-content .content {
    padding: 0 0px 50px;
    width: 100%;
}

.entry-header::after {
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    margin: 0 auto 60px;
    padding-bottom: 10px;
    width: 25%;
}
hr{
  color:#eeeeee;
}

/*--button--*/
.btn {
  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: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 6px 20px 6px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/*-- personal-*/
.body-fluid{
  background: yellow;
  width:100%!important;
}

/*-- button sa checkout--*/
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget .button {
    background-color: #22a1c4;
    border: 2px solid #22a1c4;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 5px 25px;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}
.radio-personalsessions{
  padding:25px 0 25px 0;
  margin: 20px 0 20px 0;
  border:0px solid red;
}
