/*
Theme Name: Nati Votes Child
Theme URI:
Description:
Author: Triware Technologies Inc.
Author URI: http://triware.ca/
Template: accelerate-pro
Version: 1.5
Tags:
Text Domain: nati-votes-child
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/*GLOBAL-Entire Page*/
body {
   background-color: #c2cace;
}

/*Page specifics*/

/*HEADER*/
div#header-meta
{
   background-color: #a89a00
}

.social-links i.fa-facebook,
.social-links i.fa-twitter,
.social-links i.fa-linkedin
{
   color: #CCCCCC;
}

#header-text-nav-wrap {
   padding: 20px 0 0;
}

.main-navigation {
   float: right;
   width: auto !important;
   margin-right: 30px;
}

/*Header page-specifics*/
.slides img{
   width: 100%;
}


/*BODY*/

/*Body page-specifics*/
.wp-polls-ans
{
   background-color: beige;
}

.post-7, status-private
{
   /*background-color: blue*/
   /*color: #a89a00*/
}

/*FOOTER*/

/*Footer page-specifics*/

/*Plugin-Specifics*/

/*RESOLUTIONS*/

@media screen and (max-width: 1350px) {
	
}

@media screen and (max-width: 1200px) {
	
}

@media screen and (max-width: 1050px) {
	
   .main-navigation {
      margin-right: 3%;
   }

}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 767px) {
   
   .main-navigation {
      float: none;
      margin: 0;
   }
}

@media screen and (max-width: 600px) {
	
}

@media screen and (max-width: 400px) {
	
}.wp-polls .Buttons {		color: #a89a00 !important;}.staff-content ul {		list-style: inherit !important;}