/*
Theme Name:     nbcccivi
Description:    
Author:         jeannenenbcc
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
/*-----Slim Horizontal Submenus-----
    .nav li ul {
        visibility: hidden;
        z-index: 9999;
        position: fixed;
        width: 100vw;
        left: 0;
        padding: 0;
       text-align: right !important;
        border: none;
        background: #ffffff;
        box-shadow: none;
    }
    .nav li.et-reverse-direction-nav li ul {
        right: 0;
        top: auto;
        background: #ffffff;
    }
    #top-menu li li a {
        width: 100%;
    }*/

.ds-slider-right.et_pb_slider .et_pb_container {
    float: right !important; /*move the slider text container to the right*/
}
.ds-slider-right .et_pb_slide_description  {
	text-align: right !important; /*align the slider text to the right*/
	padding: 10% 10% 10% 10% !important; /*adjust the padding around the slider text container, this will also help you to control the 
	height of your slides. You can remove this if you want the default height*/
}
.ds-slider-right.et_pb_slider .et_pb_button {
    float: right !important; /*move the button to the right*/
}

    .ds-vertical-align { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
    } 

.ten-columns .et_pb_module {width: 10%; float: left;}
.nine-columns .et_pb_module {width: 11.11%; float: left;}
.eight-columns .et_pb_module {width: 12.5%; float: left;}
.seven-columns .et_pb_module {width: 14.28%; float: left;}
.six-columns .et_pb_module {width: 16.66%; float: left;}
.five-columns .et_pb_module {width: 20%; float: left;}

