/*
Theme Name: Interact
Theme URI: http://www.interactofwake.org/
Description: Bootstrap Theme for WordPress based on BST 2.7.1 by Simon Padbury
Author: Sugar Maple Interactive
Author URI: http://www.sugarmapleinteractive.com
Version: 1.0

top-purple: #221f73
bottom-purple: #211f71
font-purple: #211f71
gray: #e6e7e8
pink: #b41a88
font-pink: #b41a88
partner-gray: #dedeea
font: #000000
menu-gray: #4d4d4d
donate-green: #39b549
*/

body {
  background-color: #211f73;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #211f73;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
}

.purple {
  color: #211f73;
}

.pink {
  color: #b41a88;
}

.gray {
  color: #4d4d4d;
}

.green {
  color: #39b549;
}

.white {
  color: #ffffff;
}

.light-purple-bg {
  background-color: #dedeea
}

.purple-bg {
  background-color: #211f73;
}

.pink-bg {
  background-color: #b41a88;
}

.gray-bg {
  background-color: #4d4d4d;
}

.green-bg {
  background-color: #39b549;
}

.white-bg {
  background-color: #ffffff;
}

.navbar {
  margin-bottom: 0;
}

.navbar-default {
  border: none;
  background-color: #e6e7e8;
}

.navbar-default .navbar-nav>li>a {
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

#menu-main-menu > li:nth-of-type(1) > a {
  padding-left: 0;
}

#navbar .fa-search {
  font-size: 20px;
  padding-top: 8px;
  padding-right: 20px;
  color: #b41a88;
}

.breadcrumbs,
.breadcrumbs a {
  color: #999999;
  text-transform: uppercase;
} 

.donate,
.donate:hover {
  color: #ffffff;
  background-color: #39b549;
  border-color: #39b549;
}

.chat-now-btn{
  color: #ffffff;
  background-color: #211f73;
  border-color: #211f73;
}
.chat-now-btn:hover {
	background: #b41a88 !important;
	border-color: #b41a88;
	color: #fff;
}

.get-help-btn{
  color: #ffffff;
  background-color: #b41a88;
  border-color: #b41a88;
}
.get-help-btn:hover {
	background: #211f73 !important;
	border-color: #211f73;
	color: #fff;
}

.all-events,
.all-events:hover {
  color: #ffffff;
  background-color: #b41a88;
  border-color: #b41a88;
  margin-top: 20px;
}
  
.get-out-now {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 5px;
  color: #ffffff;
  background-color: #211f73;
  border-color: #211f73;
}

.get-out-now:hover {
  color: #ffffff;
}

#menu-item-2248 a{
	background: #211f73;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-top: 5px;
	border-radius: 8px;
	color: #fff;
}

#menu-item-2248 a:hover{
	background: #b41a88 !important;
	color: #fff;
}

#menu-item-2248 .active a{
	background: #b41a88 !important;
	color: #000;
}

.chat-now .menu-item .menu-item-type-post_type .menu-item-object-page .current-menu-item .page_item .page-item-2232 .current_page_item .menu-item-2248 .active{
	background: #b41a88 !important;
	color: #000 !important;
}


#logo {
  background: url('img/logo-bg.png') top center no-repeat;
  height: 100px;
  position: relative;
  z-index: 999;
}

#logo img {
  padding-top: 10px;
}

#motto {
  color: #ffffff;
  padding-top: 22px;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 1px;
}

#mobile-logo {
  background-color: #e6e7e8;
  padding: 10px 0;
}

#mobile-motto {
  background-color: #b41a89;
  color: #ffffff;
  padding: 10px 5px;
  font-size: 20px;
  letter-spacing: 1px;
}

.carousel {
  margin-top: -23px;
}

.carousel-inner img {
  width: 100%;
}

#actions .col-sm-4 {
  padding-bottom: 20px;
}
  
#actions .col-sm-4 .action-title {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 10px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#actions .col-sm-4 .action-img {
  height: 200px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.main-container {
  padding: 20px 0;
}

.left-sidebar {
  border-right: 1px solid #999999;
}

.right-sidebar {
  border-left: 1px solid #999999;
}

#actions {
  margin-top: 20px;
  margin-bottom: 20px;
}

#actions .col-sm-4 {
  border-radius: 4px;
}

#sidebar {
  margin-bottom: 20px;
}

#sidebar h2 {
  color: #211f71;
}

#sidebar h3 {
  color: #b41a88;
}

#sidebar #child-pages {
  padding-bottom: 80px;
}

#sidebar #child-pages a{
  font-weight: bold;
  color: #b41a88;
}

.social-links {
  margin: 20px 0;
}

.social-link {
  border-radius: 5px;
  padding: 5px;
  font-size: 20px;
  margin-right: 8px;
  width: 50px;
  text-align: center;
}

.social-link i {
  width: 28px;
}

.site-footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  font-weight: 300;
}

.site-footer,
.site-footer a {
  color: #ffffff;
  font-weight: 300;
}

.site-footer h4 {
  color: #ffffff;
}

.site-footer p {
  text-align: left;
}

.site-footer .footer-menu {
  text-transform: uppercase;
}

.site-footer .footer-menu a {
  line-height: 28px;
}

#get-help a,
#get-help {
  font-size: 15px;
  padding: 10px 0 10px 0;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.event {
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  margin-top: 10px;
  padding: 0;
}

.event .event-date {
  font-size: 20px;
  color: #b41a88;
  font-weight: 700;
  padding: 20px 0 0 0;
}

.event .event-text {
  padding: 15px 15px;
  border-left: 1px solid #b3b3b3;
}

#partners img {
  height: 50px;
  margin: 40px 20px 40px 20px;
}

@media screen and (max-width: 991px) {
  .carousel {
    margin-top: 0;
  }
}

@media screen and (max-width: 782px) {
  #menu-main-menu > li:nth-of-type(1) > a {
    padding-left: 15px;
  }
}