Thank you for using Divi Cloud

ADD THE FOLLOWING CODE TO COMPLETE IT  ↓

Give me the css

/*Load custom fonts*/

@import ‘https://fonts.googleapis.com/css?family=Josefin+Sans’;

/*Heading Styles*/

/*H1 styling*/

h1 {
font-family: ‘Josefin Sans’, sans-serif;
font-size: 60px;
line-height: 1.4em;
font-weight: normal;
letter-spacing: 0px;
}

/*H2 styling*/

h2 {
font-family: ‘Josefin Sans’, sans-serif;
font-size: 55px;
font-weight: 500;
line-height: 1.4em;
letter-spacing: 0px;
}

header#main-header {
background-color: rgba(247, 190, 19, .2);
}
.mobile_menu_bar::before {
color: #803c19;
}
.et_mobile_menu {
border-top: 3px solid #803c19;
background-color:rgba(255,255,255,0.9) !important;
}
a.et_pb_button {
color: #803c19;
background-color; #fff;
}

/* *** Style quote area, bring up blurbs to overlap *** */

.dc-blurb-icon img {
padding: 2% 2% 0 2%;
margin-top: -80px;
}

div.et_pb_blurb.dc-blurb {
border: 5px solid #803c19;
border-radius: 25px;
background-color: #fff;
}

div.dc-blurb-row.et_pb_row {
top: -120px !important;
margin-bottom: -40px;
}

span.et_pb_fullwidth_header_subhead,
.header-content h1 {
letter-spacing: .2em;
}

.header-content-container {
letter-spacing: .4em;
}

/* *** Animating quote effects *** */

.dc-quote p {
font-size: 1.5em;
margin: 10px 0 0 10px;
white-space: nowrap;
overflow: hidden;
width: 45em;
animation: type 3.75s steps(60, end);
letter-spacing: .1em;
}

.dc-quote p:nth-child(2) {
animation: type2 6s steps(60, end);
}

.dc-quote p:nth-child(3) {
animation: pop-in 3s 5s forwards;
opacity: 0;
}

@keyframes type {
from {
width: 0;
}
}

@keyframes type2 {
0% {
width: 0;
}
50% {
width: 0;
}
100% {
width: 100;
}
}

@keyframes pop-in {
0% {
opacity: 0;
-webkit-transform: translateY(4rem);
transform: translateY(4rem);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}

.dc-quote-section {
border-radius: 10% 10% 0 0;
margin-top: -50px;
border-top: 10px solid #803c19;
}

.top10px {
padding-top:10px;
}
/* *** Style quad image rows *** */

.dc-row-quad {
border-bottom: 24px solid #f9bd09;
}

.dc-row-quad.left {
border-radius: 0 0 0 150px;
}

.dc-row-quad.right {
border-radius: 0 0 150px 0;
}

.vertical-align {
display: flex;
flex-direction: column;
justify-content: center;
}
.dc-quad-module-mobile {
border-bottom: 2px solid #803c19;
padding-bottom: 20px;
padding-top: 10px;
}

DELETE THIS SECTION AFTER THAT’S DONE ↓

How to add it

<style type=text/css><!-- [et_pb_line_break_holder] -->/*Load custom fonts*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@import 'https://fonts.googleapis.com/css?family=Josefin+Sans';<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Heading Styles*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*H1 styling*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->h1 {<!-- [et_pb_line_break_holder] --> font-family: 'Josefin Sans', sans-serif;<!-- [et_pb_line_break_holder] --> font-size: 60px;<!-- [et_pb_line_break_holder] --> line-height: 1.4em;<!-- [et_pb_line_break_holder] --> font-weight: normal;<!-- [et_pb_line_break_holder] --> letter-spacing: 0px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*H2 styling*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->h2 {<!-- [et_pb_line_break_holder] --> font-family: 'Josefin Sans', sans-serif;<!-- [et_pb_line_break_holder] --> font-size: 55px;<!-- [et_pb_line_break_holder] --> font-weight: 500;<!-- [et_pb_line_break_holder] --> line-height: 1.4em;<!-- [et_pb_line_break_holder] --> letter-spacing: 0px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->header#main-header {<!-- [et_pb_line_break_holder] --> background-color: rgba(247, 190, 19, .2);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.mobile_menu_bar::before {<!-- [et_pb_line_break_holder] --> color: #803c19;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.et_mobile_menu {<!-- [et_pb_line_break_holder] --> border-top: 3px solid #803c19;<!-- [et_pb_line_break_holder] --> background-color:rgba(255,255,255,0.9) !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->a.et_pb_button {<!-- [et_pb_line_break_holder] --> color: #803c19;<!-- [et_pb_line_break_holder] --> background-color; #fff;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/* *** Style quote area, bring up blurbs to overlap *** */<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.dc-blurb-icon img {<!-- [et_pb_line_break_holder] --> padding: 2% 2% 0 2%;<!-- [et_pb_line_break_holder] --> margin-top: -80px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->div.et_pb_blurb.dc-blurb {<!-- [et_pb_line_break_holder] --> border: 5px solid #803c19;<!-- [et_pb_line_break_holder] --> border-radius: 25px;<!-- [et_pb_line_break_holder] --> background-color: #fff;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->div.dc-blurb-row.et_pb_row {<!-- [et_pb_line_break_holder] --> top: -120px !important;<!-- [et_pb_line_break_holder] --> margin-bottom: -40px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->span.et_pb_fullwidth_header_subhead,<!-- [et_pb_line_break_holder] -->.header-content h1 {<!-- [et_pb_line_break_holder] --> letter-spacing: .2em;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.header-content-container {<!-- [et_pb_line_break_holder] --> letter-spacing: .4em;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/* *** Animating quote effects *** */<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.dc-quote p {<!-- [et_pb_line_break_holder] --> font-size: 1.5em;<!-- [et_pb_line_break_holder] --> margin: 10px 0 0 10px;<!-- [et_pb_line_break_holder] --> white-space: nowrap;<!-- [et_pb_line_break_holder] --> overflow: hidden;<!-- [et_pb_line_break_holder] --> width: 45em;<!-- [et_pb_line_break_holder] --> animation: type 3.75s steps(60, end);<!-- [et_pb_line_break_holder] --> letter-spacing: .1em;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.dc-quote p:nth-child(2) {<!-- [et_pb_line_break_holder] --> animation: type2 6s steps(60, end);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.dc-quote p:nth-child(3) {<!-- [et_pb_line_break_holder] --> animation: pop-in 3s 5s forwards;<!-- [et_pb_line_break_holder] --> opacity: 0;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@keyframes type {<!-- [et_pb_line_break_holder] --> from {<!-- [et_pb_line_break_holder] --> width: 0;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@keyframes type2 {<!-- [et_pb_line_break_holder] --> 0% {<!-- [et_pb_line_break_holder] --> width: 0;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> 50% {<!-- [et_pb_line_break_holder] --> width: 0;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> 100% {<!-- [et_pb_line_break_holder] --> width: 100;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@keyframes pop-in {<!-- [et_pb_line_break_holder] --> 0% {<!-- [et_pb_line_break_holder] --> opacity: 0;<!-- [et_pb_line_break_holder] --> -webkit-transform: translateY(4rem);<!-- [et_pb_line_break_holder] --> transform: translateY(4rem);<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> 100% {<!-- [et_pb_line_break_holder] --> opacity: 1;<!-- [et_pb_line_break_holder] --> -webkit-transform: none;<!-- [et_pb_line_break_holder] --> transform: none;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.dc-quote-section {<!-- [et_pb_line_break_holder] --> border-radius: 10% 10% 0 0;<!-- [et_pb_line_break_holder] --> margin-top: -50px;<!-- [et_pb_line_break_holder] --> border-top: 10px solid #803c19;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.top10px {<!-- [et_pb_line_break_holder] --> padding-top:10px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->/* *** Style quad image rows *** */<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.dc-row-quad {<!-- [et_pb_line_break_holder] --> border-bottom: 24px solid #f9bd09;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.dc-row-quad.left {<!-- [et_pb_line_break_holder] --> border-radius: 0 0 0 150px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.dc-row-quad.right {<!-- [et_pb_line_break_holder] --> border-radius: 0 0 150px 0;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.vertical-align {<!-- [et_pb_line_break_holder] --> display: flex;<!-- [et_pb_line_break_holder] --> flex-direction: column;<!-- [et_pb_line_break_holder] --> justify-content: center;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.dc-quad-module-mobile {<!-- [et_pb_line_break_holder] --> border-bottom: 2px solid #803c19;<!-- [et_pb_line_break_holder] -->padding-bottom: 20px;<!-- [et_pb_line_break_holder] -->padding-top: 10px;<!-- [et_pb_line_break_holder] -->} <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></style>

the EQUINE club

Boarding. Lessons. Events.

Our Philosophy

Why we do what we do.

“To see the wind’s power, the rain’s cleansing and the sun’s radiant life,

one need only to look at the horse.”

~ Author Unknown

Our Philosophy

Why we do what we do.

“To see the wind’s power, the rain’s cleansing and the sun’s radiant life, one need only to look at the horse.”

~ Author Unknown

Training

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus et enim eget nunc sagittis malesuada. Vestibulum eget tellus gravida, ullamcorper mauris sit amet, convallis orci. Nunc fringilla gravida mauris volutpat imperdiet.

Read More

Memberships

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus et enim eget nunc sagittis malesuada. Vestibulum eget tellus gravida, ullamcorper mauris sit amet, convallis orci. Nunc fringilla gravida mauris volutpat imperdiet.

Read More

Facilities

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus et enim eget nunc sagittis malesuada. Vestibulum eget tellus gravida, ullamcorper mauris sit amet, convallis orci. Nunc fringilla gravida mauris volutpat imperdiet.

Read More

the EQUINE club

A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life

TEXT MODULE

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.

More creative ideas...

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.

Blurb Box

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.

When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.

Emma Killian

Director, the Equine Club

TEXT MODULE

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.

Blurb Box

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.

Blurb Box

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.

When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.

Emma Killian

Director, the Equine Club

How to find us.

888-555-5555

1533 Big Gulch Rd
Bend, OR 98000

Hours: 7am – 7pm

Ir al contenido