/*
Theme Name: OhSo Child Theme
Theme URI: http://www.ohsocreative.co.uk
Version: 1.0
Description: OhSo Child Theme.
Author: OhSo Creative Ltd
Author URI: http://www.ohsocreative.co.uk
template: bb-theme
*/

/*-----------------------------------
TYPOGRAPHY
-----------------------------------*/
.os-hero .fl-heading {
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}


/*-----------------------------------
LAYOUT
-----------------------------------*/
.os-max-width-800 { max-width: 800px; }
.os-max-width-600 { max-width: 600px; }
.os-max-width-800-centred { max-width: 800px; margin-left: auto; margin-right: auto; }
.os-max-width-600-centred { max-width: 600px; margin-left: auto; margin-right: auto; }


/*-----------------------------------
GLOBAL STYLES / ELEMENTS
-----------------------------------*/
/* PP INFO BOXES */
.os-info-box .pp-infobox-title-wrapper h2 {
  text-transform: uppercase;
}
.os-info-box .pp-info-box-description {
  display: none;
}
/* BUTTONS */
a.custom-button {
  display: inline-block;
  margin: 20px 0px;
  padding: 8px 20px;
  background-color: #5aac42;
  color: #fff;
  transition: .5s;
  border-radius: 10px;
}
a.custom-button:hover {
  background-color: #009ddd;
  transition: .5s;
  text-decoration: none;
}
/* TIMELINE MODULE */
.pp-post-timeline-content-wrapper .pp-post-timeline-item .pp-post-timeline-content .pp-post-timeline-title-wrapper {
  padding-bottom: 0px !important;
}
.pp-post-timeline-content-wrapper .pp-post-timeline-item .pp-post-timeline-content .pp-post-timeline-text-wrapper {
  padding-top: 10px !important;
}
/*-----------------------------------
HEADER
-----------------------------------*/
.os-header-logo {
  
}
/* Main Menu Dropdown */
#menu-main-menu ul.sub-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}


/*-----------------------------------
FOOTER
-----------------------------------*/



/*-----------------------------------
HOMEPAGE
-----------------------------------*/
@media screen and (max-width: 768px) {
  .os-hero .os-hero-heading h3.fl-heading {
  font-size: 40px;
  line-height: 1.2;
  }
}


.os-homepage-content h1.fl-heading {
  font-weight: 600;
  color: #00a0e0;
  text-transform: uppercase;
}
.os-homepage-content .fl-rich-text p {
  font-size: 26px;
}
/* NEWS */
.os-home-news-item-wrapper {
  height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width:768px) {
  .os-home-news-item-wrapper {
    height: 300px;
  }
}
.os-home-news-title {
  position: absolute;
  bottom: 0%;
  padding-top: 40px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0,31,44,0) 0%, rgba(0,31,44,0.6) 51%, rgba(0,31,44,0.6) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,31,44,0) 0%,rgba(0,31,44,0.6) 51%,rgba(0,31,44,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,31,44,0) 0%,rgba(0,31,44,0.6) 51%,rgba(0,31,44,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: 1s;
}
.os-home-news-item-wrapper:hover .os-home-news-title {
  background: -moz-linear-gradient(top, rgba(0,31,44,0) 0%, rgba(0,31,44,0.8) 51%, rgba(0,31,44,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,31,44,0) 0%,rgba(0,31,44,0.8) 51%,rgba(0,31,44,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,31,44,0) 0%,rgba(0,31,44,0.8) 51%,rgba(0,31,44,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: 1s;
}
.os-home-news-item-wrapper h3 {
  padding: 20px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}
.os-home-news-item-wrapper p {
  color: #fff;
  padding-left: 20px;
  padding-top: 50px;
}
/*-----------------------------------
TEAM PAGE
-----------------------------------*/
.os-posts-team-list .fl-post-feed-post {
  border: none;
}

.team-profile-wrapper {
  background-color: #effafa;
  padding: 30px 20px;
}
@media screen and (min-width:768px) {
  .team-profile-thumb {
  padding-right: 50px;
	}
}
.team-profile-text h2 {
  font-size: 28px;
}
.team-profile-text h4 {
  font-size: 16px;
  text-transform: uppercase;
}
.team-profile-text h2, .team-profile-text h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.team-profile-text i {
  font-size: 26px;
  padding-right: 10px;
  margin-top: 10px;
}
.team-profile-text hr {
  margin-top: 5px;
  margin-bottom: 15px;
  border-top: 2px solid #fff;
}


/*--------------------------------------------
COOKIE NOTICE POPUP
---------------------------------------------*/ 
.cookie-notice-container {
  padding: 30px 10px;
}
#cookie-notice .button.bootstrap {
  background-image: none;
  background-color: #fff;
  color: #000;
  font-size: 16px;
}
#cookie-notice .button.bootstrap:hover {
  background-color: #ddd;
  color: #000;
}
#cn-notice-text {
    display: block;
    margin-bottom: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  font-size: 16px;
  line-height: 1.4;
}
#cookie-notice .cn-more-info.button.bootstrap {
  background-color: #000;
  color: #fff;
  border-color: #888;
}
#cookie-notice .cn-more-info.button.bootstrap:hover {
  background-color: #000;
  color: #ddd;
}