/*---------------------------------------------------------------------------------

 Theme Name:   Broni
 Theme URI:    https://www.divided.rocks/
 Description:  Broni is an excellent choice for a Modern and Fantastic Design for your website. It is adaptable and may be used for any type of company, from an agency to a painter. Furthermore, it is jam-packed with strong features that will set your website out from the crowd. So do not put it off any longer; go for a ride with Broni now!
 Author:       Divided Rocks
 Author URI:   https://www.divided.rocks/contact
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/* Align Columns in Row Horizontal */
.dr-align-row-horizontal {
	align-items: center;
}

/* Reverse columns mobile */
@media screen and ( max-width: 980px ) {
	.dr-reverse-column-mobile {
		display: flex;
		flex-direction: column-reverse;
	}
}


/* 
 * Text
 * Styles
 */ 

.dr-ul ol li::marker {
	font-weight: bold;
}


/* 
 * Transition
 * Animation
 */

.dr-contact-form input:focus, .dr-contact-form textarea:focus {
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}