/* 
 Theme Name:     Uniune
 Author:         Uniune
 Author URI:     http://www.punctro.com
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.8.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


.container
{
width:100%;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

.et_pb_contact_message {
    min-height: 220px;
    border: 1px solid #666;
}

#top-menu
{
text-transform: uppercase;
}

#top-menu li li a
{
border-bottom: 1px solid #8c0100;
}


/*
.et_mobile_menu {
    background-color: rgba(255,255,255,0.8);
}*/

ul#mobile_menu.et_mobile_menu {
/*border-top: 3px solid #8c0100;*/
background-color: rgba(255,255,255,1);
}

/*
.et_mobile_menu {
border-top: 3px solid #8c0100;
}*/

span.mobile_menu_bar.mobile_menu_bar_toggle {
color:#8c0100;
}

.et_color_scheme_red .et_mobile_menu {
border-color: #8c0100;
}

.nav li ul
{
padding:5px;
}

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 0.75%;
}

.et_pb_blog_grid h2 {
    text-align: center;
margin-bottom: -10px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
}


