Thank you for using Divi Cloud
ADD THE FOLLOWING CODE TO COMPLETE IT ↓
Give me the css
.mydivislider .et_pb_slide_image {
margin-top: 0px!important;
right: -345px;
width: 100%;
top: 0%!important;
margin-right: 0px!important;
}
.mydivislider .et_pb_slide_image img {
max-height: 535px!important;
}
.mydivislider .et_pb_slide_with_image .et_pb_slide_description {
float: left!important;
padding-right: 60px!important;
text-shadow: none;
}
.mydivislider .et-pb-controllers a {
display: inline!important;
background: none!important;
font-family: Montserrat;
color: #fff;
font-size: 20px;
font-weight: 800;
margin-right: 20px!important;
}
.et-pb-controllers a.et-pb-active-control,
.mydivislider .et-pb-controllers a:hover {
background: none!important;
color: rgba(255, 255, 255, 0.26);
}
.entry-title a:hover {
color: #00b6e0!important;
}
.txthov h4:hover {
color: #00b6e0!important;
}
.et_pb_text.txthov {
margin-bottom: 0px!important;
}
.myfitnessblog .et_pb_post {
margin-bottom: 50px!important;
border: 0px!important;
}
.slider .et-pb-controllers a {
background-color: #D2D2D3!important;
width: 10px!important;
height: 10px!important;
margin-right: 15px!important;
margin-left: 15px!important;
}
.slider .et-pb-controllers {
bottom: 0px!important;
}
.slider .et-pb-controllers a.et-pb-active-control,
.slider .et-pb-controllers a:hover {
background-color: #00b6e0!important;
}
.slider .et-pb-controllers:after {
content: “”;
position: absolute;
width: 80px;
top: 4px;
left: 0;
right: 0;
margin: auto;
z-index: -1;
background: rgb(230, 230, 230);
height: 1px;
}
.imgcir {
border-radius: 50%;
}
.blogalignleft article {
background-color: #2bc2e5;
padding: 12%!important;
}
.blogalignright article {
background-color: rgba(255, 255, 255, 0.05);
padding: 12%;
}
.blogalignleft .et_pb_post,
.blogalignright .et_pb_post {
margin-bottom: 0px!important;
border: 0px!important;
}
.colbor {
border-right: 1px solid #fff;
}
.person .et_pb_team_member_description {
margin-top: -14px;
}
@media screen and (min-width: 980px) {
.myfitnessblog .entry-featured-image-url {
width: 26%;
float: left;
margin-right: 30px;
}
}
@media screen and (max-width: 980px) {
.myfitimg {
height: 352px;
}
}
@media screen and (max-width: 768px) {
.mydivislider .et_pb_slide_description .et_pb_slide_title {
font-weight: 800!important;
}
.mydivislider .et_pb_slide_with_image .et_pb_slide_description {
padding-right: 0px!important;
}
.myfitnessblog .entry-featured-image-url {
width: 70%;
}
.colnone {
display: none;
}
.colbor {
border-right: none;
}
}
DELETE THIS SECTION AFTER THAT’S DONE ↓
How to add it

WHAT WE DO?
We started a tradition when our doors first opened in 2005 of doing introductions at the beginning of each class
WHAT WE DO?
We started a tradition when our doors first opened in 2005 of doing introductions at the beginning of each class

Divi Datepicker Fix
CSS Fix [css] .ui-datepicker.ui-datepicker-multi { z-index: 50 !important; } [/css] Code Fix [javascript] <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>...
OUR CLASSES
TrainHard Classes are open to individuals and trainers at all stages of
development
Monday, 13.00
BEGINNERS LEVEL
Trainer: Tom Raider
Monday, 13.00
ADAPTIVE TRAINING
Trainer: Sam Rogers
Monday, 13.00
AEROBIC CAPACITY
Trainer: Anna Solas
Monday, 13.00
GYMNASTICS PRO
Trainer: Dave McGregor
OUR COACH
Meet Our Coaches
When you feel like your workout will never work out, these guys will do everything they can to help you. With the help of our team of coaches, your progress will be swift!
OUR COACH
Meet Our Coaches
When you feel like your workout will never work out, these guys will do everything they can to help you. With the help of our team of coaches, your progress will be swift!

JULIE COLLINS
Coach

STEVEN AYOKEE
Owner/Head Coach

BRENDA FLORES
Coach
Workers
Types of Jobs
Projects
Happy Customer
TESTIMONIALS
Learn what our satisfied clients think about CrossFit and TrainHard GYM
and get inspired!

Divi Datepicker Fix
CSS Fix
[css] .ui-datepicker.ui-datepicker-multi {
z-index: 50 !important;
}
[/css]
Code Fix
[javascript] <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script>
jQuery(function() {
jQuery( "#field2" ).datepicker({
dateFormat: "DD, MM d, yy",
numberOfMonths: 2,
showButtonPanel: true
});
});
</script>
[/javascript]

Divi Datepicker Fix
CSS Fix
[css] .ui-datepicker.ui-datepicker-multi {
z-index: 50 !important;
}
[/css]
Code Fix
[javascript] <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script>
jQuery(function() {
jQuery( "#field2" ).datepicker({
dateFormat: "DD, MM d, yy",
numberOfMonths: 2,
showButtonPanel: true
});
});
</script>
[/javascript]