/*
Theme Name: MW Family Wise
Theme URI: http://manoloweb.com/
Description: MW Base Template
Author: MW Consutling: manoloweb, miguelin, ebamaca.
*/

/* special stuff */
@import url("ui/start.css");
@import url("ui/special.css");

/*============General Layout==========*/

body {
  font-family: Arial, Arial, Helvetica, sans-serif;
  line-height: 1;
  background: #fff;
  margin: 0px;
  font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  margin: 0px;
}
ol,
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}

p {
  margin: 0px;
  padding-bottom: 15px;
}

/* =
  Editor Styles
  Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important; /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery img {
  border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery img {
  border: 10px solid #f1f1f1;
}
.gallery br + br {
  display: none;
}
#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

/******************** Here Begins the Magic!!! ******************/

/*main wrapper*/
.main_wrapper {
  width: 890px;
  /*margin:0px auto;*/
  padding: 50px 0px 0px 50px;
  overflow: hidden;
}

/*Header as Sidebar Styles*/

.sidebar_header {
  width: 220px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  position: fixed;
  /*background-color:#fff;
	opacity:0.5;*/
}

.logo_nav {
  background-image: url("ui/img/header_sidebar_bkg.png");
  background-repeat: repeat;
  height: 640px;
  overflow: hidden;
}

#site_title {
  background-image: url("ui/img/logo.png");
  background-repeat: no-repeat;
  display: block;
  height: 81px;
  margin: 25px 0px 0px 20px;
  overflow: hidden;
  width: 171px;
}

#site_title span {
  display: block;
  padding-top: 250px;
}

.side_footer {
  color: #a1a1a1;
  position: absolute;
  font-size: 10px;
  bottom: 12px;
  left: 22px;
}

.side_footer .give_button,
.navigation .give_button {
  margin: 25px 0px 0px 20px;
}

.side_footer .give_button .GiveNow_button,
.navigation .give_button .GiveNow_button {
  background-image: url("ui/img/donate_now.gif");
  background-repeat: no-repeat;
  display: block;
  width: 147px;
  height: 56px;
  overflow: hidden;
  float: left;
  margin: 0px 15px 0px 0px;
}

.side_footer .give_button .GiveNow_button:hover,
.navigation .give_button .GiveNow_button:hover {
  background-position: 0px -57px;
}

.side_footer .give_button .GiveNow_button span,
.navigation .give_button .GiveNow_button span {
  display: block;
  padding-top: 200px;
}

.meets_standards_logo {
  background-image: url("ui/img/meets_standards_logo.png");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding: 3px 0px 0px 0px;
  overflow: hidden;
  width: 67px;
  height: 50px;
}

.meets_standards_logo span {
  display: block;
  padding-top: 150px;
}

.golf_button {
  background-image: url("ui/img/SignUpButton.gif");
  background-repeat: no-repeat;
  background-position: left top;
  margin: 20px 0px 0px 0px;
  overflow: hidden;
  width: 146px;
  height: 120px;
}

.golf_button span {
  display: block;
  padding-top: 200px;
}

/*Main Menu Styles*/

.navigation,
.navigation a {
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 300 !important;
  color: #481700;
}

.main_nav_area {
  margin-top: 15px;
}

#main_menu {
  margin: 0px;
  padding-left: 17px;
}

.sub-menu {
  display: none;
  margin: 0px;
  padding: 0px;
}

#main_menu li a {
  display: block;
  padding: 5px 0px 5px 5px;
  font-size: 15px;
  margin: 2px 0px;
  font-weight: bold;
}

#main_menu li a:hover {
  background-color: #fff;
}

#main_menu li .sub-menu li a {
  font-size: 12px;
  padding: 3px 0px 3px 18px;
  font-weight: normal;
}

.sub-menu li.current_page_item a {
  background-image: url("ui/img/sub_menu_item.png");
  background-repeat: no-repeat;
  background-position: 7px 5px;
}

#main_menu .current-menu-ancestor .sub-menu,
#main_menu .current-page-ancestor .sub-menu,
#main_menu .current_page_item .sub-menu {
  display: block !important;
}

#main_menu .current-menu-ancestor .sub-menu a,
#main_menu .current-page-ancestor .sub-menu a,
#main_menu .current_page_item .sub-menu a,
#main_menu .current-menu-ancestor a,
#main_menu .current-page-ancestor a,
#main_menu .current_page_item a {
  color: #00abc2;
}

/*Social Icons*/
.facebook_icon,
.twitter_icon,
.linkedin_icon {
  background-image: url("ui/img/social_icons.gif");
  float: left;
  display: block;
  overflow: hidden;
  width: 25px;
  height: 25px;
  margin-top: 0px;
}

.facebook_icon span,
.twitter_icon span,
.linkedin_icon span {
  display: block;
  padding-top: 50px;
}

.twitter_icon {
  background-position: -32px 0px;
  margin-left: 7px;
}

.linkedin_icon {
  background-position: -67px 0px;
  margin-left: 7px;
}

/*Slider*/

#slideShow_area {
  height: 150px;
  overflow: hidden;
  width: 650px;
  position: absolute;
  bottom: 0px;
}

#slideShow_wrapper {
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 650px;
  z-index: 5;
}

#slideShow {
  height: 150px;
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 650px;
  z-index: 9;
}

#slideShow li.slideshow_item {
  display: none;
  height: 150px;
  left: 0;
  margin: 0;
  padding: 0;
  top: 0;
  width: 650px;
  z-index: 6;
}

.ft_image_active {
  display: block !important;
}

.slider_box {
  width: 650px;
  height: 150px;
  overflow: hidden;
  color: #fff;
}

#buttons_area {
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 10;
}

#buttons_area .ul_feat_control {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#buttons_area .ul_feat_control li {
  background-image: url("ui/img/slider-buttons.png");
  background-position: -10px 0px;
  background-repeat: no-repeat;
  display: inline;
  float: left;
  height: 7px;
  margin: 0 1px;
  overflow: hidden;
  width: 9px;
}

#buttons_area .ul_feat_control li.ft_active {
  background-position: 0px 0px;
}

#buttons_area .ul_feat_control li span {
  display: block;
  margin-top: 30px;
  overflow: hidden;
}

.slider_text {
  float: right;
  width: 330px;
  margin-top: 45px;
}

.slider_text a {
  color: #fff;
}

.slider_text p {
  padding: 0px 25px 15px 0px;
  line-height: 18px;
}

.slider_title {
  float: left;
  width: 300px;
  height: 150px;
  margin-left: 20px;
  overflow: hidden;
}

.slider_title h2 {
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  margin-top: 45px;
  padding-bottom: 15px;
  background-image: url("ui/img/slider_flower.png");
  background-repeat: no-repeat;
  background-position: 0px bottom;
}

.sli_date {
  margin-top: 20px;
  display: block;
}

.slider_link:hover {
  text-decoration: underline;
}
/*Right Box General Content*/

.right_box {
  float: right;
  overflow: hidden;
  width: 650px;
}

.home_box {
  height: 640px;
  width: 650px;
}

/*.inside_box{
	background-color:#00abc2;
	min-height:600px;
	width:650px;
}/*

/*Pages Styles*/

.page_parent_box {
  height: 640px;
  overflow: hidden;
  color: #fff;
}

.page_parent_box .left_content a,
.page_parent_box .left_content a:visited {
  color: #fff;
  text-decoration: underline;
}

.page_parent_box .left_content a:hover {
  text-decoration: none;
}

.child_page_box .left_content a,
.child_page_box .left_content a:visited {
  /*text-decoration:underline;*/
}

.child_page_box .left_content a:hover {
  text-decoration: none;
}

.parent_content {
  padding: 65px 30px 10px 35px;
  overflow: hidden;
}

.editor_content {
  margin-top: 15px;
  overflow: hidden;
}

.landing_title {
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 300;
  background-image: url("ui/img/landing_title_bkg.png");
  background-repeat: no-repeat;
  background-position: 0px bottom;
  padding-bottom: 25px;
  font-size: 38px;
}

.child_title {
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  min-height: 30px;
  padding: 19px 35px 16px 35px;
  font-size: 34px;
}

.child_page_box {
  background-image: url("ui/img/header_sidebar_bkg.png");
  background-repeat: repeat;
  /*background-color:#fff;*/
  overflow: hidden;
  min-height: 535px;
}

.content {
  overflow: hidden;
  padding: 35px 30px 20px 35px;
}

.content .left_content {
  color: #481700;
}

.parent_content .left_content {
  margin-top: 20px;
}

.left_content,
.right_content {
  line-height: 19px;
}

.left_content h1,
.left_content h2,
.left_content h3,
.left_content h4 {
  margin-bottom: 5px;
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 300;
}

.left_content h2,
.left_content h3,
.left_content h4 {
  margin-top: 15px;
}

.executive_wrapper h3,
.management_wrapper h3,
.program_wrapper h3 {
  margin-top: 5px;
}

.left_content {
  width: 445px;
  float: left;
}

.left_content .entry-title {
  line-height: 30px;
}

/*News List Styles*/

.news_list_ul,
.events_list_ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.news_list_ul h1,
.events_list_ul h1 {
  font-size: 20px;
}

.news_list_li,
.events_list_li {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #00abc2;
  margin-bottom: 20px;
}

.last_li {
  border: none;
}

/*Staff Styles*/

.staff_main_title
/*.page-id-233 .left_content h2,
.page-id-215 .left_content h1*/ {
  font-weight: bold;
  font-size: 17px;
}

.staff_title:hover {
  cursor: pointer;
}

.staff_title {
  color: #481700 !important;
}

.toggle_box {
  overflow: hidden;
  margin-bottom: 10px;
  display: none;
}

.management_wrapper,
.program_wrapper {
  margin-top: 25px;
}

/*Right Sidebar Styles*/

.parent_content .right_content a {
  color: #fff;
}

.parent_content .right_content {
  margin-top: 20px;
}

.right_content {
  float: right;
  width: 120px;
  overflow: hidden;
  padding-left: 20px;
}

.right_content h1,
.right_content h2,
.right_content h3,
.right_content h4,
.right_content h5,
.right_content a,
.right_content p,
.right_content span {
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 300;
}

.widget-title,
.altp_link_desc {
  display: none;
}

.right-sidebar-widget a:hover,
.left_content a:hover,
.right_content a:hover,
.right_content p a:hover {
  text-decoration: underline;
}

.right_content .altp_link,
.sidebar_list_link,
.sidebar_text ul li a {
  display: block;
  line-height: 15px;
  margin-bottom: 10px;
  font-size: 11px;
}

.right-sidebar-widget {
  margin-bottom: 20px;
}

.sidebar_text h2,
.sidebar_text h3,
.sidebar_text h4 {
  padding-bottom: 15px;
  font-weight: 600;
}

.sidebar_text p {
  font-size: 11px;
  padding-bottom: 10px !important;
  line-height: 15px !important;
}

.sidebar_text ul {
  list-style: disc;
  padding: 0px 0px 0px 16px;
  margin: 0px;
}

/*Footer*/
.design {
  float: right;
  color: #fff;
  font-size: 10px;
  margin-top: 10px;
}

.design a {
  color: #fff;
}

.design a:hover {
  text-decoration: underline;
}

.footernav_logos {
  background-image: url("ui/img/FW-footer-logos.gif");
  background-repeat: no-repeat;
  bottom: 60px;
  display: block;
  height: 76px;
  left: -25px;
  margin-top: 20px;
  overflow: hidden;
  width: 220px;
}

.footernav_logos span {
  display: block;
  padding-top: 200px;
}

.united-logo {
  background-image: url("ui/img/united-logo-home.gif");
  width: 88px;
  height: 61px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 170px;
}

.frederikson-byron-logo {
  background-image: url("ui/img/fredrikson-byron-logo.jpeg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 236px;
  height: 61px;
  overflow: hidden;
  position: absolute;
  right: 105px;
  bottom: 170px;
}

.daugherty-logo {
  background-image: url("ui/img/daugherty-logo.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 124px;
  height: 61px;
  overflow: hidden;
  position: absolute;
  right: 364px;
  bottom: 170px;
}

.daugherty-logo span {
  display: none;
}

.frederikson-byron-logo span {
  display: none;
}

.united-logo span {
  display: block;
  padding-top: 150px;
}

/*Bullets Ul in content*/
.left_content ul {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 15px;
}

.left_content ul li {
  list-style: disc;
}
