ins.adsbygoogle { background: transparent !important; }
#header .bottom-header.blog {display:inline}
#blog .blog-post .blog-post-title {display:none}
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}
input[type=checkbox] {
    -border-radius: 5px;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #ccc;
}
input[type="checkbox"]:checked {
  background: #ff5c57;
  margin:0px;
  position: relative;
  &amp;:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    display: block;
    color: #fff;
    font-size: 13px;
  
  }
}
.markup-format a{color:#FF4781;}
.markup-format table tbody tr td {font-weight: 400; font-size: 18px; font-family: 'Roboto'}

/*reduce font size on mobile*/
@media (max-width: 550px){
  #header .bottom-header h1{
    font-size:38px
  }
}

/*reduce font size on mobile*/
@media (max-width: 550px){
  #header .container h1{
    font-size:38px
  }
}
/*reduce font size on mobile*/
@media (max-width: 550px){
  #header .bottom-header h2{
    font-size:32px
  }
}

/*reduce font size on mobile*/
@media (max-width: 550px){
  #header .container h2{
    font-size:32px
  }
}

.button {
  background-color: #ff4781;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
/*Remove testimonial*/
.testimonial-image {
  display:none !important;
}


/*terms and conditions checkbox checkout page*/
woocommerce-form__input-checkbox input-checkbox {
    display: absolute; 
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    text-shadow: 0 0 black
}

.copyright {background-color: #23282D;}
.bottom-footer {background-color: #23282D;}
#footer {background: -webkit-linear-gradient(-150deg, #31b4f3, #ff1561)

