/*
 Theme Name:     Ballarat Dance Theme
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://61design.com.au
 Template:       Divi
 Version:        1.0.0
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
*{
    font-family: 'Open Sans', Arial, sans-serif;
}
.et_pb_team_member_image img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.et_pb_toggle{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media (max-width: 470px) { 
.testimonials-title h1 {
    font-size: 30px !important;
}
}

@media (max-width: 980px) {
.dance-styles-row img {
    max-height: 250px !important;
    width: auto !important;
    float: left !important;
}

.dance-styles-row {
    max-height: 500px !important;
    padding: 0 !important;
}

.dance-styles-row a.et_pb_button {
    font-size: 14px !important;
}

.dance-styles-row .et_pb_column {
    margin-bottom: 0 !important;
}

.dance-styles-divider {
    padding-bottom: 0 !important;
    padding-top: 30px !important;
}
}
