/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
#menu-item-6791 {
	background: none repeat scroll 0 0 #d3d3d3;
	border-radius: 15px;
	border: 5px solid #FFFFFF;
	font-weight: bold;
}

.buttonIG {
    background-color: #010101; 
    border: 2px solid #010101;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 100%
}

.buttonIG:hover {
    background-color: #FFFFFF;
    color: #ed3471;
    border: 2px solid #ed3471;
}

.buttonIGlink {
	  text-decoration: none;
}

.header-image .site-title a {
	min-height: 150px;
}
li {
  margin-top: 10px;
}

li:first-child {
  margin-top:0;
}
.comment_count {
    display: none;
}

.buttonLP {
    background-color: #ed3471; 
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 18px;
	  margin-left: auto;
    margin-right: auto;
}

.buttonLP:hover {
    background-color: #bd295a;
}

.buttonLPlink {
	  text-decoration: none;
}

/* STYLE FOR EACH BUTTON */
a.disclaimer-button {
	font-family:arial,helvetica; 
	font-weight: normal; 
	font-size:8pt; 
	font-style:normal;
	background:#c4c4c4;
	color:#FFF; 
	padding: 3px 7px 1px;
	text-transform: uppercase;
	text-align: center; 
	text-decoration: none !important; 
	-moz-border-radius: .5em; 
	-webkit-border-radius:.5em; 
	border-radius: .5em; 

}

/* HOVER BACKGROUND AND FONT COLOR */
a.disclaimer-button:hover {
	background:#aaaaaa; 
	color:#fff;
}
.buttonSH {
    background-color: #ed3471; 
    color: white;
    padding: 12px 40px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 15px;
	  margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    font-family: Arial;
    
}

.buttonSH:hover {
    background-color: #000000;
}

.buttonSHlink {
	  text-decoration: none;
		color: #FFFFFF;
}

.disclosure
 {
    background-color: #e7e7e7;
    padding: 5px 15px;
    text-decoration: none;
    display: block;
    font-size: 12px;
	  margin-left: auto;
    margin-right: auto;
    border-radius: 2px; 
}
.unformatted
 {
	  font-size: 16px;
	 color: darkblue;
 }