/*
Theme Name: Burnett Design Ltd Child Theme
Theme URI: https://www.neilburnett.co.uk
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Move Google Captcha badge to left... */ 
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}

.grecaptcha-badge:hover {
width: 256px !important;
}

/* Use this rule to make the custom font the default font */
body, .fl-button-text {
  font-family: "proxima-nova", Verdana, Arial, sans-serif !important;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'proxima-nova', sans-serif;
}

h1{
  font-weight: 100;
  text-transform:uppercase!important
}

h2 {
  font-weight: 400;
  text-transform:uppercase!important;
  color:#d2ab36;
}

h3 {
  font-weight: 700;
}

h4, h5, h6 {
  font-weight: 400;
}

.headerbg{
    background-color:#000;
}

.fl-menu .fl-menu-mobile-toggle.hamburger .svg-container {
	display: none !important;
}
/*.fl-menu .fl-menu-mobile-toggle.hamburger::before {
	content: "\f0c9";
	width: 1.4em;
	height: 1.4em;
	font-family: "Font Awesome 6";
	font-size: 1.4em;
	font-weight: 300;
}*/

.sidemenu .fl-menu-mobile-flyout{
    background: rgba(0, 0, 0, 0.8);
    text-align:left!important;
}

.sidemenu .fl-menu .menu > li {
    font-size:24px!important;
    font-weight:300!important;
    padding:10px 0!important;
    text-transform:uppercase!important;
}

.sidemenu .fl-menu .menu > li li{
    font-size:18px!important;
    font-weight:300!important;
    padding:5px 0!important;
    text-transform:uppercase;
}

.sidemenu .fl-menu .menu > li li:first-child{
    padding-top:15px!important;
}

.white{
    color:#fff!important
}

footer a:hover{
    text-decoration:underline!important
}

/*---------------Services section----------------*/

.darkgreybgwrapper{
    position:relative;
}
.darkgreybg1{
    background-color:#1d1d1d;
    position:absolute;
    top:0px;
    left:0px;
    width:50%;
}
.darkgreybg2{
    background-color:#1d1d1d;
    position:absolute;
    bottom:0px;
    left:0px;
    width:50%;
}


/*------------Meet the team styles-----------------*/

.meettheteam h2{
    margin-bottom:20px;
}

.meettheteam h3 a{
    font-size:25px!important;
    color:#dbdbdb!important;
    margin-bottom:20px!important;
    display:block;
}

.fl-post-excerpt{
    color:#afafaf!important;
    margin-bottom:30px!important;
}

.meettheteam .fl-button-text{
    border:1px solid #d2ab36;
    padding:12px 5px;
}

.meettheteam .fl-post-feed-text{
    margin-bottom:20px!important;
}

.meettheteam .fl-button-text:hover{
    border:1px solid #fff;
}

.meettheteam .fl-button-text a{
    text-transform:uppercase;
    color:#afafaf!important;
    padding:12px 23px!important;
    display:inline-block;
}
.meettheteam .fl-button-text a:hover{
    color:#d2ab36!important;
    text-decoration:none;
}

.meettheteam .fl-post-feed-image{
    margin-top:-50px;
}


.fl-post-grid-content a{
    border:1px solid #d2ab36;
    text-transform:uppercase;
    color:#afafaf!important;
    padding:12px 23px!important;
    display:inline-block;
}


.fl-post-grid-content a:hover{
    color:#d2ab36!important;
    text-decoration:none;
    border:1px solid #fff!important;

}

/*----------Projects Archive Slideshow-----------------*/

.pp-image-carousel-wrapper{
  z-index: 0!important;
  position: relative;
}

.pp-image-carousel-wrapper .pp-image-carousel-thumb{
    display:none;
}

.projectsgallery .fl-builder-module-template{
    max-width:1800px!important;
    padding:0px!important;
}


/*---------------------------Contact 7 styles----------------------------------*/

.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea{
    border-bottom:2px solid #7c0053!important;
    border-radius:0px!important;
    padding:20px!important;
    margin:0 0 20px;
} 
.cf-container  label{width:100%}
.fl-page input[type=submit]{padding:10px 25px;}

/*End Contact form Layout*/

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	/*.fl-menu {
    background-color:#35495e;*/
}
	
}