/* 
Theme Name: DI Sport
Description: Childtheme 
Author: Designers Inn 
Template: di-basis 
Version: 1.3 
*/

h1 {
  font-weight: 300;
  letter-spacing: -1px;
} 

.box_background_grey {
    padding: 20px;
    margin: 100px auto;
    background: rgba(5, 5, 5, 0.4) none repeat scroll 0% 0%;
}

.box_background_light {
    padding: 20px;
    background-color: #f5f4f4;
}

.box_background_light_img {
    padding: 20px;
    margin: 0px !important;
    background-color: #f5f4f4;
}

.box_background_green_img {
    background: rgba(50, 72, 50, 0.7) none repeat scroll 0% 0%;
    padding: 20px;
}

.pad_null {
  padding: 0px !important;
}

.pad_30 {
  padding: 30px !important;
}

.et_pb_divider {
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0px 0px 30px;
}

.et_pb_circle_counter canvas {
    position: absolute;
    top: 8%;
    left: 5%;
}

.et_pb_promo {
    padding: 0px !important;
}

.et_pb_promo_description {
    padding-bottom: 0px;
}

.et_pb_promo_button {
    display: inline-block;
    color: inherit;
    width: 100%;
}

.et_pb_pricing_table_button, .et_pb_promo_button, a.et_pb_more_button, .et_pb_newsletter_button, .comment-reply-link, .form-submit input, .et_pb_contact_submit, .et_pb_contact_reset, .et_password_protected_form .et_submit_button, .single_add_to_cart_button .button {
    font-size: 20px;
    font-weight: 500;
    padding: 6px 0px;
    line-height: 1.7em;
    background: transparent none repeat scroll 0% 0%;
    transition: all 0.2s ease 0s;
    border: 0px;
    position: relative;
}