/*
    Theme Name: Melica WP theme
    Description: Melica is a light blog template, crafted to showcase your content in an beautiful style.
    Author: WPHunters
    Author URI: http://wphunters.com
    Version: 1.3
    License: GNU General Public License version 1.0
    License URI: https://www.gnu.org/licenses/gpl-1.0.html
    Theme URI: http://themeforest.net/user/wphunters/portfolio
*/

/* THEME CHECK FALLBACK. */
/* CLASSES ARE IMPLEMENTED IN style.less */

.aligncenter { }
.alignleft { }
.alignright { }
.bypostauthor {}
.gallery-caption {}
.sticky {}
.wp-caption-text {}
.wp-caption {}

#header .container .header-brand h1{display:none}
#header {
    height: 80px;
    padding: 10px 0;
}
#header .container ul.menu {
    margin-right: 90px;
    margin-top: 10px;
float:right;
}

.section-title {
    border: 1px solid #00A5AE;
    background-color: #00A5AE;
    color: #fff;
}
#main-footer > .container > nav{
display:none;
}
#main-footer > .container > div {
    text-align: center;
    padding: 20px 0;
}
.page-template-home-page section h1{
  display:none
}

@media print, (min-width: 992px){
.block-grid-md-3:not(.nogutter) {
    margin: 0;
}
}


#header .container ul.menu > li a{
text-transform:none;
}
#header .container ul.menu > li ul li a {
    line-height: 16px !important;
    padding-top: 8px;
    padding-bottom: 8px;
}
@media (max-width: 991px){
.non-ios #header .container .tinynav {
    height: 32px;
}
}
@media (max-width: 530px){
#header {
    height: 120px;
}
.non-ios #header .container .tinynav {
    width: 94%;
    height: 32px;
    top: 60px;
    left: 10px;
    right: auto;
}
}



