/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-responsive-wordpress-theme/253220?ref=AndonDesign
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/andondesign/portfolio?ref=AndonDesign
Template: u-design
Version: 1.0.0
*/

/**** BEGIN ADDING YOUR CUSTOM CSS CODE BELOW: ****/
/*
#feedback a.feedback {
    background: transparent url("https://abogadosaccidentessandiego.com/wp-content/uploads/2016/07/contact-us-btn.png") no-repeat scroll 0 0;
    width: 30px;
    height: 195px;
    top: 300px;
}
*/
.hometitlespecial {
    font-size: 200% !Important;
}
#main-menu {
    height: 48px !Important;
}
.u-design-fixed-menu-on.fixed-menu #main-menu {
    background-color: #333A42 !Important;
}
#secondary-navigation-bar-content a {
    color: #ffffff !Important;
}

#topmenu99{
    width: 100%;
    overflow: hidden; /* contain floated elements */
}
#topmenu99left {
    float: left;
    width: 70%;
}
#topmenu99center { 
    float: left;
    width: 50%;
}
#topmenu99right{
    float: right;
    width: 30%;
}

#ubermenu-nav-main-3 {
    text-align: left;
}
#secondary-navigation-bar-wrapper {
    z-index: 9;
}
.ubermenu.ubermenu-main {
    z-index: 1;
}

@media screen and (max-width: 959px) {
#top-elements {
    z-index: 1;
}
}
@media screen and (max-width: 959px) {
.container_24 {
    z-index: 9;
}
}


/* Mobile Screen ( smaller than 480px )*/
@media screen and (max-width: 480px) {
    /* Custom CSS for Breakpoint 3 CSS goes here... */
#top-wrapper{
     background: url("https://abogadosaccidentessandiego.com/wp-content/uploads/2017/04/lawservelegal-background2.jpg") repeat-x scroll 0 0 #FFFFFF !important;
}
}
/* Medium Screen ( 480px to 719px ) */
@media screen and (min-width: 480px) and (max-width: 719px) {
    /* Custom CSS for Breakpoint 2 CSS goes here... */
#top-wrapper {
     background: url("https://abogadosaccidentessandiego.com/wp-content/uploads/2017/04/lawservelegal-background2.jpg") repeat-x scroll 0 0 #FFFFFF !important;
}
}
/* 720px to 959px Screen */
@media screen and (min-width: 720px) and (max-width: 959px) {
    /* Custom CSS for Breakpoint 1 CSS goes here... */
#top-wrapper {
     background: url("https://abogadosaccidentessandiego.com/wp-content/uploads/2017/04/lawservelegal-background2.jpg") repeat-x scroll 0 0 #FFFFFF !important;
}
}



