/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.2.1730160890
Updated: 2024-10-28 20:14:50

*/

/* Vertical Tabs */
.verTabs {
    border: none;
	display: flex;
}

.verTabs ul.et_pb_tabs_controls {
    float: left;
    width: 25%;
    margin-right: 5%;
    background: transparent;
}

.verTabs ul.et_pb_tabs_controls:after {
    content: none;
}

.verTabs .et_pb_tabs_controls li {
	width: 100%;
	border: none;
}

@media screen and (max-width:900px) {    
    .verTabs ul.et_pb_tabs_controls {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 2px;
    }
}
/*  End Vertical Tabs                              */

/* Fill two tabs so there is no space at the end */
.twoTabs
{
    text-align: left;
}

@media screen and (min-width: 760px) {
    .twoTabs .et_pb_tabs_controls li {
        width: 50%;
        height: 70px;
        text-align: center;
    }
}

/* Fill three tabs so there is no space at the end */
.threeTabs
{
    text-align: left;
}

@media screen and (min-width: 760px) {
    .threeTabs .et_pb_tabs_controls li {
        width: 33.33%;
        height: 70px;
        text-align: center;
    }
}

/*place button modules next to each other in the same column*/
.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}




/* Add missing icon to opened accordian */
/*add icon to the opened accordion*/
.accordionIcon .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	content: "\e04f";
    color: #9b0008;
}

/*Increase The Default Height Of The Text (HTML) Tab In The Divi Builder*/
.et-db #et-boc .et-l .et-fb-option--tiny-mce .et-fb-tinymce-html-input {
	height: 400px;
}