/*
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
*/

/*--------------------------- General styles here... */ 

.wp-block-image img{
    margin-bottom:20px;
}

/*Make up and down arrows always visible*/
input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}


/*--------------------------- News block */ 
.newsblockred{
    background-color:#ed1c24;
    padding:30px;
}


/*--------------------------- Header Image----------------------------------*/


.fl-page .fl-page-content {
    background: none;
}
body{
    background-color:#fff;
}

#headerimage{
    z-index:0!important;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
}

.contentmargin{
margin-top:200px;
}
/*--------------------------- Menu----------------------------------*/

#hamburger{
}

.pp-advanced-menu-mobile-toggle{
    color:#fff!important;
}

.pp-advanced-menu-mobile-toggle .pp-hamburger{
}
/*
.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner, .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before, .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after{
    background-color:#ffffff!important;

}*/

.pp-advanced-menu-mobile-toggle-label{
    color:#fff!important;
    font-size:22px;
    text-transform:uppercase;
    text-shadow:0px 0px 10px #000000;
}


/*--------------------------- Start WooCommerce... */ 

.productboxes img{
    border-top:0px solid red!important;
    border-right:0px solid red!important;
    border-left:0px solid red!important;
    border-bottom:1px solid red!important;
    padding:15px;
}
/*--------------------------- End WooCommerce... */ 


/*--------------------------- Incidents----------------------------------*/

/* The ID incident-map is used by Google Maps to display a map*/
#incident-map {display:block;}

/* Styling for the incident list */
div.incident-list {margin-bottom:20px;border-bottom: 1px solid #c0c0c0;}
div.incident-list-map {width:100%;height:500px;} /* Style the map on the incident list */
div.incident-list-title {font-size:24px!important; font-family:"Poppins",sans-serif!important;}
div.incident-title {font-size:32px!important; font-family:"Poppins",sans-serif; font-weight:900!important; margin-top:30px;}
div.incident-list-date {font-size:18px;font-weight: bold;}
div.incident-list-summary {font-weight: normal;}
div.incident-list-link {font-weight: normal; margin:20px 0;}
div.incident-map-header{border:30px solid #fff;}

/* Styling for the incident detail page */
div.incident-detail {font-weight: normal;}
div.incident-detail-map {width:100%;height:500px;} /* Style the map on the incident detail page */
div.incident-title {font-size:24px;}
div.incident-date {font-size:18px;font-weight: bold;}
div.incident-location {font-size:18px;font-weight: bold;}
div.incident-gridref {font-size:18px;font-weight: bold;}
div.incident-text {font-weight: normal;}

/* Styling for the standalone map to be used in a header */
#incident-map-header {display:block;width:100%;height:700px;}

/* Styling for the widget links */
#incident-year-widget li a {font-weight: normal;}



/* 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;
}

/*---------------------------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: 20px;
	padding-left: 20px;
}
@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 #ed1c24!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*/

/*--------------------------- Start Shop styles. */ 
.woocommerce .fl-page-content .quantity input.qty, .woocommerce-page .fl-page-content .quantity input.qty {padding:.25em!important;}

/*--------------------------- End Shop styles. */ 
