/*-------------------------------
- Reset content width to 1366px 
--------------------------------*/
.post-template-vtc-blog .et_pb_row{
  width: 100% !important;
  max-width: 1366px !important;
}

@media(max-width: 1300px){
  .et_pb_section.et_pb_section_4.et_section_regular {
        background-position: 0;
    }
}

/* Fonts */
.et_pb_text h2{
	font-family: 'Avenir-Book',Helvetica,Arial,Lucida,sans-serif;
}

.book-consultation-card .booking-cta{
  color: #010101!important;
    border-width: 0px!important;
    border-color: #ffec4c;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'Avenir-Book',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #ffec4c;
  padding: 10px 60px;
}
.book-consultation-card .booking-cta:hover{
    border-color: #fee300;
    background-color: #fee300;
}
@media(max-width: 979px){
  .book-consultation-card{
    border-radius: 0px;
  }
}

@media(max-width: 479px){
  .post-template-vtc-blog .et_pb_button_module_wrapper{
    text-align: center !important;
  }
}

/*-------------------------------
- Remove footer spacing
--------------------------------*/
.post-template-vtc-blog #left-area,
.et_pb_post{
  padding: 0 !important;
  margin: 0 !important;
}