/*
 Theme Name:     Florida Child
 Theme URI:      http://webnus.biz/themes/florida-wp/
 Description:    Florida Child Theme
 Author:         WEBNUS
 Author URI:     http://themeforest.net/user/WEBNUS
 Template:       florida-wp
 Version:        7.3.1
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
#header {
    padding-bottom: 0px;
    background-color: #009688;
}

.top-links a, .top-links span {
    text-transform:lowercase;
    color: #797979;
    font-size: 12px;
    font-weight: 600;
}

#main-content.container {
    padding-top: 0px;
}
.logo {
    width: 300px;
    height: 100px;
    position: relative;
}


#nav ul li a,  #nav ul li:hover > a,  #nav ul li.current:hover > a  {
    color: #777 !important;
   
}

#nav ul li:hover > a {
    color: #FFC107 !important;
}

#header.sticky #nav-wrap #nav > li > a {
    color: #777 !important;
    background: white;
}


#nav {
    background: #009688;
}

#nav ul li  {
    background-color: #009688;
}

#headline {
    padding-top: 30px;
    background: #FFC107;
    border-top: 1px solid #FFC107;
    border-bottom: 1px solid #FFC107;
}

#headline h2, #headline2 h2 {
    color: #757575;
}

.latest-works {
    background: #B2DFDB;
}
.latest-works h1{
    padding-bottom: 50px;
}