/* Enter Your Custom CSS Here */
/* UARK Logo */

/*	#main-header::after {
	content: "";
	background-image: url('https://wordpressua.uark.edu/tips/wp-content/uploads/sites/315/2015/07/logo-on-red.png');
	background-size:auto;
	background-repeat:no-repeat;
	position:absolute;
		opacity: 1;
		top: 0;
		left: 69%;
		bottom: 0;
		right: 0;
		z-index: 1;
	} */

    #main-header.et-fixed-header::after {
	background-image: url('') !important;
	}

 #main-header.et-fixed-header {
	background-image: url('') !important;
	} 

/* make idiot menu text grey */
#top-menu li > a, #top-menu li > a:hover {
  color: #666666 !important;
  width:350px;
}

#sidebar {
    float: right;
  	/* End of UARK Logo CSS */
  
  /*underline links in paragraphs and lists*/ 
p a {      
    color: #9d2235;  
    text-decoration: underline !important;  
}  
li a {      
    color: #9d2235;  
    text-decoration: underline !important;  
}  
.et_pb_posts a.more-link {
    text-decoration: underline;
}

/*no underline on hover for paragraphs and lists*/
p a:hover {  
    text-decoration: none !important;  
}  
li a:hover {  
    text-decoration: none !important; 
}    

/*except not these icons, which are in a list*/
.et_pb_member_social_links a {
    color: black; 
    text-decoration: none !important;
}  

/*underline headings on hover only*/ 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{  
    color: #9D2235;   
    text-decoration: none !important;  
}  
h1:hover a {  
    text-decoration: underline !important;  
}  
h2:hover a {  
    text-decoration: underline !important;  
}  
h3:hover a {  
    text-decoration: underline !important;  
}  
h4:hover a {  
    text-decoration: underline !important;  
}  
h5:hover a {  
    text-decoration: underline !important;  
}  
h6:hover a {  
    text-decoration: underline !important;  
} 

/*no underline for navigation*/ 
nav a {  
  text-decoration: none !important;  
}  

/*no underline for admin bar*/
#wpadminbar a {   
  text-decoration: none !important;   
} 

/*no underline in footer*/   
#footer-info a {    
  text-decoration: none !important;    
}    

/* footer headings are white for legibility */ 
.footer-widget h4{ 
  color: #ffffff !important; 
}