/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Template: u-design
Version: 1.0.0
*/

/*
 * TOP SECTION
 * HOMEPAGE
 * BOTTOM SECTION
 * SHORTCODES
 *
 */

/*************************************
* TOP SECTION
*************************************/

#top-elements .phone-number-padding {
    display: none;
}

#top-elements .social_media_top {
    margin-top: 20px;
}

#main-menu {
    text-transform: uppercase;
}

/*************************************
* HOMEPAGE
*************************************/

#home-page-content #content-container {
    padding: 0 0 20px;
}

.home .entry {
    padding: 0 0 20px;
}

#hero h3 {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    background-color: #00728c;
    padding: 10px;
    margin: 5px;
    display: inline-block;
}

.hero-left {
    margin-top: 100px;
}

/* Mobile Screen ( smaller than 480px )*/
@media screen and (max-width: 480px) {

    #hero h3 {
        font-size: 20px;
    }

    .hero-left {
        margin-top: 50px;
    }

}

#page-content-title {
    border-top: 1px solid #f1f1f1;
}

#page-content-title {
    background-color: rgba(241,241,241,0.95);
}

/*************************************
* BOTTOM SECTION
*************************************/

#footer-bg {
    background: none;
}

#footer-bg {
    background-color: #023164;
}

.bottom-logo {
    padding: 50px 0 25px;
}

.bottom-logo img {
    margin: 0 auto;
    display: block;
}

/*************************************
* SHORTCODES
*************************************/

.flat-custom-button, 
.flat-custom-button span, 
.flat-custom-button:visited, 
.flat-custom-button span:visited {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.flat-custom-button span {
    font-weight: normal;
}





