/*
 Theme Name:   Frederick Bird
 Theme URI:
 Description:
 Author: Swof Media
 Author URI: http://www.swofmedia.co.uk
 Template:     peekaboo
 Version:
 Tags:
 Text Domain:
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.f-topbar-fixed{
padding-top:0px!important;
}

#header{
margin-bottom:25px;
}

.contain-to-grid, .contain-to-grid.fixed{
   background:#ffffff;
   width: 100%;
   left: 0;
   position: fixed;
   top: 0;
   z-index: 99;
}

.top-bar{
background: #ffffff;
}

.top-bar-section li:not(.has-form) a:not(.button){
background: #ffffff;
}

.top-bar-section li.active:not(.has-form) a:not(.button){
background:#061552;
color:#fdfe3f;
}

.top-bar-section li.hover:not(.has-form) a:not(.button){
background:#fdfe3f;
color:#061552;
}

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"]{
border:0px;
}

.top-bar-section .dropdown li:not(.has-form):not(.hover) > a:not(.button){
background:#fdfe3f;
color:#061552;
}


/* =Modifications after this point made post handover
-------------------------------------------------------------- */

/* Peekaboo Theme customisations */
/* Change font on all buttons and remove bold */
.button
{
       font-family:ABeeZee, helvetica, arial!important;
}

.small.fancy
{
  font-weight: normal!important;
}

/* Remove allowed tags from comments boxes */
p#allowed_tags
{
display:none!important;
}

/* Google Translate plugin - Font changed*/
#glt-translate-trigger
{
     font-family:ABeeZee, helvetica, arial!important;
}

/* Sticky Popup Plugin - size and font size changed */
.sticky-popup .popup-header
{
    padding: 5px 5px 5px 10px!important;
    width: 130px!important;
    height: 35px!important;
}

.popup-title
{
  font-size: 16px!important;
}

/* ============================================ */
/* ===== BELOW CSS ADDED BY PARALLEL 15/11/2018 */
/* ============================================ */
body {
	background: #679ddd !important;
	background-image: none !important;
}

.testimonial-post {
    padding: 1.6em 1.6em 1.6em 4em;
}

#header {
	margin-bottom: 0px !important;
}

.home.page-content h4.replace {
	margin: 1.5em 0;
}

@media only screen and (min-width: 40.063em) {
	.top-bar {
		padding: 0 !important;
	}
}

@media only screen and (min-width: 768px) {
	.page-template-page-home #main {
		padding: 70px 35px 20px;
	}
}

/* SLIDER */

.slider {
	height: 100%;
	width: 100%;
	z-index: 1;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	visibility: hidden;
}

.slick-initialized {
	visibility: visible;
}

.slider.slick-dotted {
	margin-bottom: 0;
}

.slider .slide-overlay {
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;

}
.slider .slide-overlay {
	background-image: url('img/logo-overlay.png');
	background-position: right center;
	display: none;
}

.slider .slide {
	position: relative;
	height: 300px;
	width: 100%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

@media only screen and (min-width: 768px) {
	.slider .slide-overlay {
		display: block;
	}
}
@media only screen and (min-width: 992px) {
	.slider .slide {
		height: 350px;
	}
}
