/* Logo */

.site-header .site-branding img {
	max-height:60px; 
}

/* Safari sidebar image size bug fix */

.so-widget-sow-image-default-d6014b76747a .sow-image-container > a {
	display:block !important;
}


/* Header */

.site-header .site-branding-container {
	min-width: 250px;
	max-width: 25%;
}

.main-navigation {
	max-width: 100%;
}

#masthead .main-navigation div > ul > li > a,#masthead .main-navigation .menu-search .search-icon:before {
    line-height: 105px;
}


/* Home */
.home.siteorigin-panels-home .site-content,.page-template-home-panels .site-content {
    padding-top: 0;
}

/* Removes the foreign words in black on the home page 
.home #content {
    margin-top: -100px;
}
*/

@media (min-width: 1024px) {
    .home .site-header:not(.fixed) {
        background: transparent;
    }

    .site-header:not(.fixed):after {
        box-shadow: none;
    }
}

/* Main Menu */

.main-navigation ul li:hover > a {
  color: #ed8b00;
}

.main-navigation ul ul {
  border-top: 3px solid #ed8b00;
}

.main-navigation ul ul li:hover > a {
  background: #ed8b00;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  color: #ed8b00;
}

.main-navigation div > ul > li > a:hover {
  border-bottom: 0px solid #ed8b00;
}

.main-navigation .menu-search .search-icon:hover:before {
  color: #ed8b00;
}

.main-navigation .menu-search .searchform input[name=s] {
  border-top: 3px solid #ed8b00;
}

.main-navigation .menu a:hover:before {
  color: #ed8b00;
}

.main-navigation ul li:hover > a {
    color: #ed8b00;
}

.main-navigation ul ul li:hover > a {
    background: #ed8b00;
}

/* Footer Widget Titles */

.site-footer .footer-main h3 {
  color: #fff;
}

/* Footer Background and Text Color */

.site-footer .footer-main {
  background: #4f2c1d;
  color: #4f2c1d;
}