/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: This is a child theme
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Mastery of Basics
# Rhythm And Seat
# Search

# Media Queries
--------------------------------------------------------------*/

body > div,
body input,
body textarea,
body select {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;

}
body > div{
	line-height:1.4em;
}

.roller-area .et_pb_row{
	position:relative;
}

/*
.c1 {
    position: absolute;
        right: 368px;
    top: 129px;
}

.c2 {
	position: absolute;
   right: 199px;
    top: 340px;
}
.c3 {
	position: absolute;
        right: 181px;
    top: 580px;
}
.c4 {
	position: absolute;
    right: 384px;
    top: 791px;
}
.c5 {
	position: absolute;
        left: 353px;
    top: 791px;
}
.c6 {
	position: absolute;
    left: 146px;
    top: 588px;
}
.c7 {
	position: absolute;
    left: 184px;
    top: 340px;
}
.c8 {
	position: absolute;
    left: 351px;
    top: 131px;
}*/

.jmRow1{
  width: 45%;
   padding-top: 132px;
}
.jmRow2{
	width: 66%;
    padding-top: 41px;
}
.jmRow3{
	width: 66%;
    padding-top: 63px;
}
.jmRow4{
	width: 45%;
    padding-top: 33px;
}

.jmRows{
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.cirlcle-area .et_pb_code_inner p {
    font-size: 16px;
    color: #B28536;
    text-align: center;
    font-weight: 600;
    padding: 20px;
}
.cirlcle-area .et_pb_code_inner span {
    font-size: 30px;
    display: block;
    font-weight: 600;
    margin-bottom: 30px;
}

.cirlcle-area .et_pb_code_inner strong {
    display: block;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 30px;
}

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
    padding-top: 21px;
}

body #top-header {
    margin-top: 4px;
}
body.admin-bar.et_fixed_nav #main-header, body.admin-bar.et_fixed_nav #top-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
    top: 70px !important;
}

.et_fullwidth_nav #main-header .container{
	max-width:1200px;
	margin:auto;
	padding-left:0px;
	padding-right:0px;
}

.video-area.et_pb_section{
	z-index: 10;
}

#et_top_search{
	display:none;
}

#logo{
	max-height:70%;
}

 body #et-main-area{
	position: absolute;
    width: 100%;
    top: 0;
 }
 body #top-header{
	    position: relative;
 }

.top-bg{
	min-height: 658px;
    z-index: 10;
 }
 body #main-header{
	box-shadow:none;
	background-color:transparent;
 }

.et_pb_text_0 h2 {
    font-family: 'Meddon';
    font-size: 75px;
	text-transform:capitalize;
    color: #ffffff!important;
}
.et_pb_text_2 h2,
.et_pb_text_1 h2{
    font-weight:500;
}


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
.carousel-content{
	padding: 15px;
	margin: 0 15px;
}
.carousel-content .featured-img-content{
	padding: 10px;
    margin: 5px;
    border: 1px solid #000;
    border-radius: 5px;
}
.carousel-content .title-content{
	text-align: center;
	text-transform: uppercase;
    font-family: 'Passion One', display;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 100%;
    color: #fff;
    top: 40%;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.video-content a:hover .play-container {
    visibility: visible;
}

@media only screen and (max-width: 960px) {
	.jmRow1,
	.jmRow2,
	.jmRow3,
	.jmRow4{
		padding-top: 0;
	}

	.cirlcle-area{
		padding-top: 82px;
	}
}

@media only screen and (max-width: 768px) {
	.jmRow2,
	.jmRow3{
		width: 80%;
	}
}

/*customize top menu*/
#top-header, #top-header a {
    display: none;
}


/* # Mastery of Basics */
.custom_training {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 1400px;
	margin: 0 auto 100px;
}
.bg_horse {
	height: 500px;
	width: 400px;
	display: flex;
	align-items: flex-end;
}
.divider_vertical {
	border-bottom: 2px solid #f6bdac;
	transform: rotate(90deg);
	height: 1px;
	position: absolute;
	top: 345px;
	width: 410px;
	left: -98px;
}
.bg_circle {
	height: 200px;
	width: 200px;
}
.divider_horizontal {
	border-bottom: 2px solid #f6bdac;
	height: 1px;
	position: relative;
	top: -16px;
	width: calc(20px + 10vmax);
}
.divider_horizontal.divider_left {
	left: -137px;
	float: right;
}
.divider_horizontal.divider_right {
    right: -152px;
	float: left;
}
.et_pb_row_18.bg_circle .divider_vertical {
	top: 295px;
	width: 310px;
	left: -48px;
}

.et_pb_column.et_pb_column_4_4.et_pb_column_24 {
	margin-top: -120px;
	margin-left: 6px;
}

.button_row {
    display: flex;
    justify-content: center;
}
.button_pink {
	width: 90%;
}


.breadcrumb_left {
	display: flex;
}
.breadcrumb_left > div {
	margin-right: 5px !important;
}
.breadcrumb_right {
	display: flex;
	justify-content: flex-end;
}
.breadcrumb_right > div {
	margin-right: 20px !important;
}


.et_pb_row_3_logout {
    background-image: url(https://academy.yourridingsuccess.com/wp-content/uploads/2020/05/51_287_pbBlocks2531572276601-grey.jpg);
    border-width: 10px;
    border-color: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	background-repeat: no-repeat;
    background-size: cover;
}

.et_pb_row_3_login {
    background-image: url(https://10xproupload.s3.amazonaws.com/en582/custom/pagesImages/51_287_pbBlocks2531572276601.jpg);
    border-width: 10px;
    border-color: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	background-repeat: no-repeat;
    background-size: cover;
}

.et_pb_row_8_logout {
    background-image: url(https://academy.yourridingsuccess.com/wp-content/uploads/2020/05/66_325_pbBlocks1151578368780-grey.jpg);
    border-width: 10px;
    border-color: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	background-repeat: no-repeat;
    background-size: cover;
}

.et_pb_row_8_login {
    background-image: url(https://10xproupload.s3.eu-west-1.amazonaws.com/en582/custom/pagesImages/66_325_pbBlocks1151578368780.jpg);
    border-width: 10px;
    border-color: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	background-repeat: no-repeat;
    background-size: cover;
}

.et_pb_row_9_logout {
    background-image: url(https://academy.yourridingsuccess.com/wp-content/uploads/2020/05/66_325_pbBlocks1171578368797-grey.jpg);
    border-width: 10px;
    border-color: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.et_pb_row_9_login {
    background-image: url(https://10xproupload.s3.eu-west-1.amazonaws.com/en582/custom/pagesImages/66_325_pbBlocks1171578368797.jpg);
    border-width: 10px;
    border-color: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.et_pb_row_14_logout {
    background-image: url(https://academy.yourridingsuccess.com/wp-content/uploads/2020/05/66_325_pbBlocks1211578369645-grey.jpg);
    border-width: 10px;
    border-color: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.et_pb_row_14_login {
    background-image: url(https://10xproupload.s3.eu-west-1.amazonaws.com/en582/custom/pagesImages/66_325_pbBlocks1211578369645.jpg);
    border-width: 10px;
    border-color: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.et_pb_row_15_logout {
    background-image: url(https://academy.yourridingsuccess.com/wp-content/uploads/2020/05/66_325_pbBlocks1231578369572-grey.jpg);
    border-width: 10px;
    border-color: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.et_pb_row_15_login {
    background-image: url(https://10xproupload.s3.eu-west-1.amazonaws.com/en582/custom/pagesImages/66_325_pbBlocks1231578369572.jpg);
    border-width: 10px;
    border-color: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.et_pb_row_20_logout {
    background-image: url(https://academy.yourridingsuccess.com/wp-content/uploads/2020/05/66_325_pbBlocks1331578369375-grey.jpg);
    border-width: 10px;
    border-color: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.et_pb_row_20_login {
    background-image: url(https://10xproupload.s3.eu-west-1.amazonaws.com/en582/custom/pagesImages/66_325_pbBlocks1331578369375.jpg);
    border-width: 10px;
    border-color: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

/* # Search */
.videos_search {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
.videos_search .title {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.3em;
	min-height: 75px;
}


/* # Media Queries */
@media only screen and (max-width:1200px) {
    .divider_vertical {
        border-bottom: none;
    }
    .divider_horizontal {
        border-bottom: none;
    }

    .custom_training {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
   .custom_training .et_pb_row_3 {
	    grid-area: 2 / 1 / 3 / 2;
    }
    .custom_training .et_pb_row_5 {
        grid-area: 3 / 1 / 4 / 2;
    }
    .custom_training .et_pb_row_6 {
        grid-area: 6 / 1 / 7 / 2;
    }
    .custom_training .et_pb_row_8 {
        grid-area: 5 / 1 / 6 / 2;
    }
    .custom_training .et_pb_row_10 {
        grid-area: 7 /1 / 8 / 2;
    }
    .custom_training .et_pb_row_11 {
        grid-area: 9 / 1 / 10 / 2;
    }
    .custom_training .et_pb_row_13 {
        grid-area: 10 / 1 / 11 / 2;
    }
    .custom_training .et_pb_row_14 {
        grid-area: 11 / 1 / 12 / 2;
    }
    .custom_training .et_pb_row_16 {
        grid-area: 13 / 1 / 14 / 2;
    }
    .custom_training .et_pb_row_18 {
        grid-area: 18/1/19/2;
    }

}


@media only screen and (max-width:768px) {
    .button_row {
        display: block;
    }

}


@media only screen and (max-width:480px) {
    /* # Rhythm And Seat */
   .et_pb_column.et_pb_column_1_4.et_pb_column_2.link_column.et_pb_css_mix_blend_mode_passthrough {
    margin-left: -40px;
   }
   .progressally_progress_bar_chart {
    width: 300px !important;
   }
	.container.clearfix.et_menu_container {
    display: none;
}

}
