/* Change menu color */
.main-navigation {
     background: #FF5000;
}

@media screen and (max-width: 768px) {
	.main-navigation ul ul ul {
		display: none;
	}
}

/* Change bg color */
.pique-panel {
background: #35388d;
}

/* Change space under menu */
#pique-hero .pique-panel-content {
	padding-top: 250px !important;
}


/* Change logo size */
.site-branding .site-logo-link img {
  max-height: 170px;
}
@media (min-width: 768px) {
  .site-branding .site-logo-link img {
    max-height: 130px;
  }
}

/* Remove borders */
.pique-panel-content h2.entry-title,
.pique-panel-content h2::before, 
.pique-panel-content h2::after {
  border: none;
}

/* Change text color */
.pique-panel-content h2 {
  color: #ffffff;
}

/* Change title h2 size weight color */
.pique-panel-content h2 {
	font-size: 2.45em;
	font-weight: 300;
	color: #ff5000;
}

/* Change padding content */
.pique-panel-content .entry-content {
  margin-top: 0;
}
.pique-panel-content .entry-footer {
  display: none;
}

/* Hide Pique footer */
.site-info {
display : none;
}

/* Custumize footer font */
.textwidget, .secondary-links a, .site-info {
     font-family: Source Code Pro,sans-serif;
     font-style: normal;
     font-size: 0.9em;
}

/* Custumize footer bg color */
.site-footer::before {
	background: #35388d 
}

/* Diseable text shadow */
.pique-panel-content {
    text-shadow: none;
}

.pique-panel-background::before {
	background: none;
}


/* Change menu text color and size*/
.main-navigation a {
    color: #ffffff;
    font-size: 0.9rem;
}

/* Change menu-list bg color */
.main-navigation ul ul {
     background: #35388d;
}

/* Change menu-list txt color */
.main-navigation ul ul a{
    border-top: 1px solid #ff5000;
    color: #ff5000;
}

.pique-panel2 h2 {
    color: #ffffff;
	  display: none;
}
.pique-panel3 h2 {
    color: #ffffff;
    display: none;
}
.pique-panel7 h2 {
    color: #ffffff;
}

/* 404 disable header */
.page-id-886 .site-header {
    display: none;
}

/* Change menu text hover color*/
.main-navigation a:hover {
    color: #C2D2D6;
}