/*
Theme Name: Creating Preferred Futures
Version: 1.0
Author: Tobi Armbruster
Author URI: http://www.oktobi.com
Template: whitelight
*/

@import url("../whitelight/style.css");

#header-widgets {padding:0px; margin:0px; border-bottom: 1px solid #e1e1e1; }
#header-widgets .widget{ margin-bottom:10px; }
#header-widgets .widgettitle{ display:none !important;  }
#header-widgets .widget_text{ text-align:center; }

#footer-widgets {
background: rgb(29, 29, 29);
}
a:hover {
  text-decoration: none;
}
.widget ul li a:hover {
	text-decoration: none;
}

@media only screen and (min-width: 920px) {

#navigation {
padding-top: 156px;
margin-top: 0px;
font-size: 1.6em;
}
}

@media only screen and (min-width: 768px) {

#navigation .nav li.parent > a::after {
border: 0.3em solid rgb(211, 18, 69);
border-color: rgb(211, 18, 69) transparent transparent transparent !important;
}
.nav a{
padding: 0;
margin-right: 30px;
border-bottom: 2px solid #ffffff;
}
.nav a:hover {
  background: none;
  color: #d31245!important;
  border-bottom: 2px solid #ff9c29;
}
.nav li.current_page_item > a,
.nav li.current_page_parent > a,
.nav li.current-menu-ancestor > a,
.nav li.current-cat > a,
.nav li.current-menu-item > a {
  background: none;
  color: #d31245!important;
  text-shadow: none;
  border-bottom: 2px solid #ff9c29;
}
.nav li.current_page_item > a:after,
.nav li.current_page_parent > a:after,
.nav li.current-menu-ancestor > a:after,
.nav li.current-cat > a:after,
.nav li.current-menu-item > a:after {
  border-color: #ff9c29 transparent transparent transparent!important; 
}
}

@media only screen and (max-width: 767px) {
  /* iPhone landscape & down */
.nav a{
border-bottom: 1px solid #ffffff;
}
.nav a:hover {
  background: none;
  color: #d31245!important;
  border-bottom: 1px solid #ff9c29;

}
.nav li.current_page_item > a,
.nav li.current_page_parent > a,
.nav li.current-menu-ancestor > a,
.nav li.current-cat > a,
.nav li.current-menu-item > a {
  background: none;
  color: #d31245!important;
  text-shadow: none;
  border-bottom: 1px solid #ff9c29;
}
}

#footer {
font-weight:normal;
}
#footer-widgets .widget_woo_contactus ul {
border-top: none;
}
#footer-widgets .widget_woo_contactus ul li {
border: none;
}
.map{
visibility:hidden;
}