Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*change header title color
.natural-header-active #header .site-title a, .natural-header-active #header .site-title a:link, .natural-header-active #header .site-title a:visited {
	color: #000000;
	font-size: 90px;
}

#masthead .site-description, #masthead .site-description a {
	color: #000000 !important;
}
body #header .site-title {
line-height: 1;
}
.site-info {
	font-size: 0;
}

/* Remove table border 09212017 Ticket 695976*/
table td {
    padding: 5px 2px;
    margin: 0px;
    border: 0px solid #E4E4E4;
}
/* change the background color of the post area, footer, and widget */
.postarea, .footer, .widget {
	background-color:#f9e3ac;
}

#custom-header.radius-top { 
background-color: #f9e1a4; padding: 12px; 
}

p {
    color: black;
}

.wf-loading .site-title,
.wf-loading .headline {
    /* Hide the blog title and post titles while web fonts are loading */
    visibility: hidden;
}

.wf-loading body {
  visibility: hidden;
}

/* Change Page Titles to not be in all Caps */
.headline { 
text-transform: inherit;
}
.footer-widgets .widget {
    width: 100%;
    text-align: center;
}
.footer-information {
	display: none;
}
.footer-widgets .widget a {
  color: blue;
}
.wf-active table{
    background:#f9e3ac;
}
a,.elementor a{
    color:blue;
}
.wf-active form input[type="email"], .wf-active form input[type="number"], .wf-active form input[type="password"], .wf-active form input[type="tel"], .wf-active form input[type="text"], .wf-active form input[type="url"], .wf-active form textarea{
	background-color:#FFF;
}
/* Replace Facebook, Youtube menu text with images */
.navigation-main li a[href*=instagram],
.navigation-main li a[href*=facebook],
.navigation-main li a[href*=youtube] {
  font-family: Dashicons;
  font-size: 0;
  line-height: 16px;
  vertical-align: bottom;
}
.navigation-main li a[href*=instagram]::before {
	font-family: Dashicons;
  content: "\f306";  
  font-size: 28px;
  margin-top: 16px;
  display: inline-block;
  position: relative;
	font-family: Dashicons;
}
.navigation-main li a[href*=facebook]::before,
.navigation-main li a[href*=youtube]::before {
	font-family: Dashicons;
  content: "\f304";  
  font-size: 28px;
  margin-top: 16px;
  display: inline-block;
  position: relative;
	font-family: Dashicons;
}


 
.navigation-main li a[href*=youtube]::before {
	font-family: Dashicons;
  content: "\f236";
}

*/
.elementor-image-box-title
font-color: #000000 !important; }

body {
	margin-top: -40px !important;
}