/*
Theme Name:     MetServiceJA
Description:    Custom wordpress child theme for the Meteorological Service of Jamaica
Author:         www.metservice.gov.jm
Template:       adventurous
*/

h1,h2,.widget-title{
font-family: 'Raleway', sans-serif;
}

.entry-header .entry-title, #homepage-message h2, #featured-heading h2, #homepage-message .right-section{
font-size: 40px;
}

p, .entry-content{
font-family: 'Lora', serif;
font-size: 1em;
}



/*----------MAIN MENU STYLES----------*/
a,
#header-right .widget ul.menu li:hover > a, #header-right .widget ul.menu a:focus, #header-right .widget ul.menu .current-menu-item > a, #header-right .widget ul.menu .current-menu-ancestor > a, #header-right .widget ul.menu .current_page_item > a, #header-right .widget ul.menu .current_page_ancestor > a{
    color: #EE9603;
}

#header-right .widget ul.menu a{
    color: #ddd; !important    	    
}

#header-right .widget ul.menu li a{
    font-family: 'Raleway', sans-serif; !important
    /*text-transform: uppercase; !important  
    font-size: medium;*/
}

#header-right .widget ul.menu .sub-menu a{
    color: #777; !important
}


#header-right .widget ul.menu ul{
    border-top: 3px solid #EE9603;
}




/*---------ADDT'L DATA TABLE STYLES-------------*/
.supsystic-tables-wrap{
    margin-bottom: 45px;
}





#controllers a:hover, #controllers a.active{
    background-color: #777;
}

#masthead{
    background-color: #0099CC; !important
}

#secondary #search-2{
/*    background-color: #7c9b30; !important*/
    background: url("http://metservice.gov.jm/wp-content/uploads/2017/07/hexellence.png") repeat; !important
}



#site-generator, #header-right #header-search-widget{
    display: none;
}

#coatofarms-holder{
    max-width: 170px;
    text-align: center;
}

#supplementary #coatofarms-holder a{
    color: #EE9603;
}


.featured-homepage-image{
    text-align: center;
}


#glossaryAlphabetList{
    list-style: none;
    padding: 0;
    margin: 30px 0;
    text-align: center;
}

#glossaryAlphabetList li{
    display: inline;
    margin-left: 17px;
}

.glossaryTitle{
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

#secondary .widget{
    border: thin solid #EEE;
}

#content{
    border: thin solid #EEE;
}

.affiliate-table{
}

.affiliate-table .img-holder{
    width: 25%;
    vertical-align: middle;
}

.affiliate-table .description{
    vertical-align: middle;
}

.entry-meta{
    display: none; !important
}


#site-logo,
#hgroup {
    display: inline-block;
    float: left;
}
#site-logo a {
    display: block;
    line-height: 0;
}
#site-logo img {
    position: absolute;
	float: none; !important
	height: auto;
	width: auto;
	max-height: none; !important
	max-width: 100%;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s linear;
}

/*
#site-logo img {
	position: absolute;
	height: auto;
	width: auto;
	float: none; !important
	max-width: 100%; !important
	max-height: none; !important
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}*/

#ministry-header{
    height: 100px;
    background-color: #222;
    border-bottom: #FFF solid 1px;
}

#head-coat-of-arms{
    display: inline;
    float: left;
}

#govt-flag{
    float: right;
    color: #FFFFFF;
    display: inline;
}

#govt-flag img{
    vertical-align: middle;
}

#ministry-header-container{
    width: 1200px;
    margin: 0 auto;
    padding: 5px;
}

.nav-previous, .nav-next {
  display: none; 
}


#category-list{
    list-style-type: none; !important
    
}

#category-list .selection-page-list-item a{
    font-size: 30px; !important
    padding: 0 0 0 15px; !important
}

.category-intro-text{
    font-size: 1.5em;
} 