/*
Theme Name: Olympia Tumwater Foundation
Author: AJ Creative
Author URI: http://ajcreative.net
Version: 2.0.0
Template: core
*/

body {
	border-top: #ed731f solid 5px;
}

#main { padding: 50px 0 0 0; }

/* line 15, a/s/style.scss */
.ups-bxslider { margin-left: 0px !important; }

#main {
	padding: 0;
}
.page-title.solid-bg {
    background-repeat: no-repeat !important;
    background-attachment: inherit !important;
    background-size: cover !important;
}

.txt-white * {
	color: #fff !important; 
}

.txt-orange * {
	color: #ed731f;
}
.txt-blue * {
	color: #0173af;
}
.txt-green * {
	color: #005d4b;
}

.main-nav .sub-nav li {
	padding-left:15px !important;
}


#main .txt-white .vc_toggle_title h4:hover {
	color: #fff !important;
	font-weight: bold;
}

.sub-downwards .main-nav.level-arrows-on > li.has-children.open-sub > a.act:after,
.sub-downwards li.has-children.open-sub > .next-level-button,
.dt-mobile-header li.has-children.open-sub > .next-level-button {
  -ms-transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.emodal-content p {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif !important; 
}

.uvc-sub-heading p.wp-caption-text, .wpb_single_image .vc_figure-caption {
	background:  rgba(0, 0, 0, 0.2);
	padding: 5px;
	font-size: .8em !important;
}

.side-header .main-nav { 
	padding: 50px 0 !important;
} 

.main-nav > li.menu-item-scholarships > a .menu-text, .main-nav > li.menu-item-scholarships > a .fa {
	color: #ed731f;
}
.main-nav > li.menu-item-tumwater-falls > a .menu-text, .main-nav > li.menu-item-tumwater-falls > a .fa {
	color: #0173af;
}
.main-nav > li.menu-item-schmidt > a .menu-text, .main-nav > li.menu-item-schmidt > a .fa {
	color: #005d4b; 
}

.main-nav > li.menu-item-rental {
	margin: 10px;
	background: #005d4b;
	border-radius: 100px;
	border: 2px solid #005d4b;
	transition: all .3s;
}
.main-nav > li.menu-item-rental:hover {
	background: #fff;
}

.main-nav > li.menu-item-rental > a .menu-text, .main-nav > li.menu-item-rental > a .fa {
	color: #fff;
}
.main-nav > li.menu-item-rental:hover a .menu-text, .main-nav > li.menu-item-rental:hover a .fa {
	color: #005d4b;
} 

.main-nav > li.menu-item-donate {
	margin: 10px;
	background: #ed731f;
	border-radius: 100px;
	border: 2px solid #ed731f;
	transition: all .3s;
}
.main-nav > li.menu-item-donate:hover {
	background: #fff;
}

.main-nav > li.menu-item-donate > a .menu-text, .main-nav > li.menu-item-donate > a .fa {
	color: #fff;
}
.main-nav > li.menu-item-donate:hover a .menu-text, .main-nav > li.menu-item-donate:hover a .fa {
	color: #ed731f;
}


.sidebar-right .wf-wrap {padding: 0 50px 0 0;}
.sidebar-right .wf-wrap .vc_row {padding-left:35px !important;}
.sidebar-right .wf-wrap .vc_row.head-pic {padding-left:0px !important;}

.side-nav h3, .side-nav a {
	color: #fff !important;
}
.side-nav h3 {
	font-size: 24px !important;
	font-weight: bold !important;
}
.side-nav li {
	padding: 0px 0 10px 10px;
}
.side-nav a {
	 font-size: 16px !important;
	 font-weight: bold !important;

}
.widget-scholarships , .widget-board {background: #ed731f !important;}
.widget-tumwater-falls {background: #0173af !important;}
.widget-schmidt-house {background: #005d4b !important;}

.album-content-description h3.entry-title {
	display: none;
}
.wf-td.hgroup h1.h1-size {
	font-size: 65px !important;
}
.hidden {
	display: none !important;
}