/*
 Theme Name:   Perry County Government
 Description:  A child theme of Vantage WordPress theme
 Author:       Brandi Hess
Template: vantage
Text Domain: vantage-child
*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,800|Sanchez');

/* Body */
#masthead .hgroup {
	padding-top:15px !important;
	padding-bottom:25px !important;	
}

body {
	font-size:1.7em;	
}

.entry-content table {
	
		
}

.entry-content td {
padding:20px;	
}

.entry-content h3 {
    font-size: 1.5em;
    font-family: 'sanchez';
	color: #1E988A;
}



article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
	font-size: 2.3em !important;
	font-weight: bolder;
	font-family: 'sanchez';
	color:#1E988A;
}


.panel-grid-cell .widget-title {
    font-family: 'raleway';
    font-size: 1.8em;
	color:#dd6e01;
}

 /* Contact column */
 #contact h3.widget-title {
	color:#00c1de !important;
	 
 }
 
.so-widget-sow-image h3.widget-title {
	font-size:.8em;
	text-align:center;
	color:#777777;
}
 
 
/* GIS Mapping Ribbon */ 
#gismap h3.widget-title {
	color:#ffffff !important;	 
 }

#gismap a.ow-button-hover:hover {
	color:#dd6e01 !important;
}

#gistext a {
	color:#ffffff !important;	
}

#gistext a:hover {
	color:#000000 !important;	
}
 



/* Navigation */

.mega-stuck #mega-menu-primary {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
}

#masthead .hgroup h1	{
	font-family: 'Sanchez';
	font-size:46px;
	font-weight:bold;
		
}

#masthead h1.logo-title {
	margin-left:100px;
	padding-bottom:60px;
}

.hours h3.widget-title {
	color:#ffffff;
}

a.ow-button-hover:hover { 
	color:#D88119 !important;	
}

.so-widget-sow-button-wire-61c0e1883072 .ow-button-base a.ow-button-hover:hover {
    background: #d88119;
    color: #FFF !important;
	}


/* left navigation */

.entry-content .vertical-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.entry-content .vertical-menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.entry-content .vertical-menu ul li a {
	text-decoration: none;
	color: #fff;
	padding: 10.5px 11px;
	background-color: #1e988a;
	display:block;
}

.entry-content .vertical-menu ul li a:visited {
	color: #fff;
}

.entry-content .vertical-menu ul li a:hover, .menu_simple ul li .current {
	color: white;
	background-color: #0a5c53;
}

/* Homepage Post Feed */
.rpwwt-post-title {
	font-size: 1.2em !important;
}
.rpwwt-post-date {
	font-size:.8em !important;
	
}
.rpwwt-post-excerpt {
	font-size:.9em !important;
	
}


/* Footer */


#theme-attribution {
	display:none;	
}


#colophon {
	padding:0px !important;

}
.layout-full #colophon {
	background-size:     cover;                 
    background-repeat:   no-repeat;
    background-position: center center;


}

.siteorigin-panels-stretch.panel-row-style-full-width.panel-row-style 
/*
{
	height:300px;	
} 
*/


h6 {
    font-size: 1.8em;
    font-family: 'sanchez';
}
#footer-widgets .widget a {
    color: #ffffff !important;
}

/* BREADCRUMBS */
.breadcrumbs {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #d88119;
    border-radius: 4px;
	color:#fff;
}
.breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
}

.breadcrumbs .current {
    color: #fff;
    font-weight: bold;
}
 
.votetable {
	border-bottom: 1px solid black;

}