/*
Theme Name: SCBuslines 2020
Author: 2pi Software
Author URI: https://2pisoftware.com
Description: A custom theme developed for Sapphire Coast Buslines

Version: 2.4

COLORS
BLUE		rgba(0,92,185, 1)  /  005cb9  0,92,185
GREEN		rgba(180,189,0, 1)  /  b4bd00  180,189,0
TEAL		rgba(0,160,175, 1)  /  00a0af  0,160,175


-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;900&family=Red+Hat+Display:wght@400;700;900&display=swap');

.grecaptcha-badge {
opacity: 0;
}

.postid-5283 .section-title, .postid-5283 .label.leftside {
    display: none !important;
}

.header-logo {
}

.navbar.navbar-expand-custom.navbar-light.bg-light {
	background:#fff !important;
	}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*base html*/
html {
	font-family: 'Red Hat Display' ,sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	position: relative;
	min-height: 100%;
	font-size:16px;
	line-height:1.7em;
}
body {
	margin: 0;
	margin-bottom: 270px;
        
}
.headerspacer{
height:0px;
}

a:hover{
    text-decoration: none!important;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 202px;
    line-height: 45px;
    background-color: #005cb9;
    color:white;
    overflow:hidden;
    padding-top:10px;
    left: 0;
}



.footermenu a {
    margin-right: 15px;
}

a.fblink {
    width: 40px;
    height: 40px;
    background: url(images/fb.svg);
    background-repeat: no-repeat;
    filter: invert(1);
    margin-top: 10px;
    float: left;
    margin-right:10px;
}
footer p {

        line-height: 22px;
        color: white;
        margin-bottom: 7px;
    }

footer a{
    color:white;
}

.footermenu{
    margin-top:10px;
    margin-bottom: 10px;
    left: 2em;
	position: absolute;
	width: 50%;
}

.footerlogo {
    width: 600px;
    height: 600px;
    background: white;
    border-radius: 100%;
    position: absolute;
    right: -300px;
    bottom: -400px;
}

footer span{
        height: 20px;
     display: block;
}

.footercontent{
    max-width: calc(100% - 100px);
}

.flexfooter{
    margin-top: 91px;
    margin-left: 115px;
}

.footermenu a{
    font-family:'Red Hat Display' ,sans-serif;
    font-weight:bold;
    font-size: 1.1em;
}

.footermenu a:hover {
	color:#00a0af;
}

.smalltext {
	font-size:0.8em;
	line-height: 25px;
}

/*navbar*/

.navbar .dropdown-menu li {
  width: 100%;
  margin-left: 0 !important;
  padding: .5em 1em;
}


.navbar .dropdown-menu li a{
    text-align: left;
    font-size:15px;
    padding-left:10px;
    padding-right:10px;
    color: #000;
}

.navbar .dropdown-menu li a:hover {
    color: #fff;
}

.dropdown-item{
    border-bottom:none!important;
}

.navbar{
    padding-top:0px!important;
    padding-bottom:0px!important;
}
.navbar-toggler{
    margin:0 auto;
}

.menu-item{
    margin:0 auto;
}

.navbar-nav{
    margin:0 auto!important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

/*nav menu background*/
.dropdown-item{
    background-color: inhert!important;
    color:white;
   
}



@media (max-width:1300px){
    .menu-item{
        width:100%;
    }    
    
    
}
        /*top level links*/
.nav > li > a{
    padding: 22px 22px;
    
}
.menu-item a{
/*    color:black!important;
    background:#70798C!important;*/
font-family: 'Red Hat Display', sans-serif;
/*font-weight: bold;*/
    text-align:center;
    font-size:1.1em;
    border:none;  

}

.menu-item a:hover{
    color: #005cb9!important;

}
a.homebutton {
    font-size: 1.2em;
}

.dropdown-menu .menu-item:hover{
    background: rgba(0,92,185, 1);
}
.dropdown-menu .menu-item a{
    /*color:white!important;*/
    font-weight: 400;
}

.dropdown-menu .menu-item a:hover{
    background-color: inherit!important;
    color:white !important;
}

.dropdown-menu{
    /* padding-bottom:50px; */
}

.menu-item a:hover:not(.dropdown-item){
    border-bottom:4px solid rgba(180,189,0, 0.5);
    margin-bottom:-4px
}

.menu-item:focus, .menu-item a:focus{
    border:0px;
    outline:none!important;
}

/*dropdownmenu*/

.dropdown-menu{
    border-radius:0;
    padding:0px;
    border:0px;
    margin-top:0px;
    
    
}



/*content areas*/
.wrapper{
    max-width:1500px;
}
.wrapper,.sidebar{
    border-radius:5px;
    padding-bottom:10px;
}

body{
    background:#f2f6fb;
    font-family: 'Red Hat Display';
}
.content{
	margin-top:2em;
}

.mySlides h3{
    font-weight:bold;
}

.content h1{
    font-family: Red Hat Display;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 45px;
color: #005cb9;
margin-top: 25px;
margin-bottom: 25px;
text-align:left;
}

.smallspacer{
margin-top:30px;    
    
}

.mainpage{
    margin-bottom:70px;
}

.sidebar{
    background:lightgoldenrodyellow;
    min-height:200px;
    height:100%;
    padding:10px;
    max-width: 400px;
}

.centre {
	text-align:center;
}

.blogs {
    background: #fff;
    padding: 2em 2.7em;
    margin-top: 2em;
}

.postmeta {
    background: rgba(0,92,185, 0.05);
    padding: 1em 1.5em;
    margin: 2em 0 0.5em 0;
}

.blogs .wp-post-image {
    display: block;
    width: 40%;
    height: auto;
    position: relative;
    float: right;
    object-fit: contain;
    top: 0;
    margin: 3px 0 10px 35px;
}

.wp-block-columns .wp-block-column ul {
	text-align: left;
}

/*HOMEPAGE*/
.home .content{
	text-align: center;
	margin-top:0;
	}
	
.content.wrapper.homenewsblock {
    display: inline-block;
    width: 22%;
    vertical-align: top;
    padding: 0em;
    margin: 0.5em 0.5em;
    border: 1px solid #dbdbdb;
    border-radius: 0 !important;
    box-shadow: 0 0px 0px rgba(0,0,0,0.3);
    height: 555px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: all;
    transition-property: all;
    max-width: 500px;
    overflow:hidden;
    background: #fff;
	}
.home .content.wrapper.homenewsblock {
	height:500px;
}

.homenewsblock {
	transition-timing-function:ease-in;
	}
	
.homenewsimage{
    background-position: center;
    height:250px;
    width:100%;
    background-size: cover;
    margin-right: 0;
	}

.homenewscontent {
    margin: 0em;
    text-align: left;
    padding: 1.5em;
    position:relative;
    min-height:280px;
	}

.content.wrapper.homenewsblock:hover {
    box-shadow: 0 15px 15px rgba(0,0,0,0.2);
    margin-top: -0.5em;
	}
.home .homenewscontent {
    min-height: 225px;
}

.form-columns {
columns:2;
column-gap: 10px;
display:flex;
}

.wpcf7-form-control-wrap {
margin: 0 10px;
width:50% !important;
}
.wpcf7-form-control-wrap:first-child {
margin-left: 0;
}
.wpcf7-form-control-wrap:last-child {
/*margin-right: 0;*/
margin: 0 0px 0 3px;
}
.form-columns {
column-gap: 0!important;
}
.nomar {
margin-left: -10px;
}
.nomar2 {
margin-left:-3px;
}
.msgbox {
    margin: 0;
    height: 150px;
    display: flex;
}

/*HERO BUTTON*/
.homebutton{
    height: 140px;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: bold;
    text-align: center;
    padding-top: 55px;
    color: white!important;
    padding-left:10px;
    padding-right:10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: all;
    transition-property: all;
}

.homebutton:hover{
    filter: brightness(1.08);
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	margin-top:195px;
}

.herobuttoncont:nth-child(1) .homebutton{
    background: rgba(180,189,0, 0.95);
}
.herobuttoncont:nth-child(2) .homebutton{
    background: rgba(0,92,185, 0.95);
}
.herobuttoncont:nth-child(3) .homebutton{
    background: rgba(0,160,175, 0.95);
}

/*TEXT*/
p{
  color:#12100E;
  font-size:16px;
  font-family: 'Red Hat Display', sans-serif;
  text-align:left;
}

h1, h2, h3, h4, h5, p, ul, li {
	font-family: 'Red Hat Display', sans-serif;
}

h1 {
	font-size:2.3em;
	font-weight:bold;
	color:;
	line-height:;
	margin-bottom:;
}

h2 {
	font-size:1.9em;
	font-weight:bold;
	color:;
	line-height:;
	margin-bottom:;
}

h3 {
	font-size:1.4em;
	font-weight:bold;
	color:;
	line-height:;
	margin-bottom:;
}

.content h2, .content h3, .content h4{
    color: #005cb9;
    font-size:1.5em;
}

h4 {
	font-size:1.15em;
	font-weight:bold;
	color:#12100E;
	line-height:;
	margin-bottom:;
}

h5 {
	font-size:1em;
	font-weight:normal;
	color:;
	line-height:;
	margin-bottom:;
}

blockquote {
    margin: 0 0 1rem;
    border-left: 5px solid rgba(0,92,185, 1);
    padding: 0 5em 0 1em;
    text-align: left;
}

blockquote p {
	color: rgba(0,92,185, 1);
}

cite {
    font-size: 0.8em;
}

/*UL STYLES*/
.addons {
    width: 100%;
    background: rgba(0,92,185, 0.1);
    border-radius: 10px;
    padding: 2em 3em;
    list-style: disclosure-closed;
    color: rgb(13, 143, 203);
}

.addons li a {
    border-bottom: 1px solid;
}

/* TABLE SYTLES */

.wp-block-table.scb-tbl thead {
    background: rgba(0,92,185, 1);;
    color: #fff;
}

.wp-block-table.scb-tbl tbody tr td:first-child {
	position:sticky;
	left:0;
	background-color: #F2F6FB;
}
.wp-block-table.scb-tbl tbody tr:nth-child(2n+1) td:first-child {
	background-color: #DBE7F4;
}
@media (max-width: 1500px) {
	form.cart table.thwepo-extra-options select {
		max-width: 490px;
	}
	.woocommerce div.product form.cart table {
		max-width: 490px;
	}
}
@media (max-width: 1200px) {
	form.cart table.thwepo-extra-options select {
		max-width: 390px;
	}
	.woocommerce div.product form.cart table {
		max-width: 390px;
	}
}
@media (max-width: 800px) {
	form.cart table.thwepo-extra-options select {
		max-width: 300px;
	}
	.woocommerce div.product form.cart table {
		max-width: 300px;
	}
}

.wp-block-table.scb-tbl {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid rgba(0,92,185, 0.1);
}

.wp-block-table.scb-tbl tbody tr:nth-child(2n+1) {
    background-color: rgba(0,92,185, 0.1);
}

.scb-tbl td {
    padding: 0.4em 1em;
}

.scb-tbl th {
    padding: 0.5em 1em;
}

/*LINKS*/
a {
	text-decoration:none;
	color:rgba(0,92,185, 1);
	-webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: all;
    transition-property: all
	}
a:hover {}	

/*BUTTONS*/
.hp-btn {
    padding: .8em 1.5em;
    background: rgba(0,160,175, 1);
    color: #fff;
    position: absolute;
    bottom: 0;
}

.hp-btn:hover {
	background:rgba(0,92,185, 1);
	color:#fff !important;
	}
	
input {
    overflow: visible;
    padding: 0.5em 1em;
    color: #666;
    margin: .2em 0;
}

.wpcf7-form-control.wpcf7-submit {
    padding: 0.8em 1.5em;
    font-weight: normal;
    background: rgba(0,160,175, 1);
    font-size:1em;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: all;
    transition-property: all
}

.wpcf7-form-control.wpcf7-submit:hover {
	background:rgba(0,92,185, 1);
}
.wpcf7 input, .wpcf7 textarea {
    padding: 10px 10px;
    width: 100%;
}

.wpcf7-form-control.wpcf7-textarea {
    margin-top: 3px;
    height: 100px;
}

.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 0.61em;
    position:relative;
    top:4px;
    color:#666;
    border: 0;
}

select {
    padding: 0.7em 1em 1em;
}

/*JOB PLUGIN*/
.sjb-detail {
    padding: 2em 3em;
}

.sjb-page .btn-primary {
    color: #fff;
    background-color: rgba(0,160,175, 1);
    border-color:rgba(0,160,175, 1);
}

.sjb-page .btn-primary:hover {
    color: #fff;
    background-color: rgba(0,92,185, 1);
    border-color: rgba(0,92,185, 1);
}

.sjb-page .list-data {
    border: none;
}

/*WOOCOMMERCE*/

.content figure img{
	height:auto;
}

.menu-item a:not(.dropdown-item):hover {
    border-bottom: 4px solid rgba(180,189,0, 0.5)!important;
}

.dropdown-menu {
    min-width: 340px!important;
}

form .formbox {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wpcf7-submit{
	background:#005cb9;
	border:0px;
	padding:5px 20px;
	color:white;
	font-weight:bold;
	font-size:20px;
	
}

.wpcf7 input[type="checkbox"] {
    width: auto;
    float: left;
    vertical-align: middle;
    margin: 5px 5px 0 0;
    padding: 0;
}

.wpcf7 input,textarea{
	border:none
}

.wpcf7 input{
	padding:10px 10px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #005cb9;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #005cb9;
    color: #fff;
}

.woocommerce ul.products.columns-4::before, .woocommerce ul.products.columns-3::before {
  display:none;
}

.woocommerce .products.columns-4, .woocommerce .products.columns-3 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding:0;
}
.woocommerce .products.columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 800px) {
	.woocommerce .products.columns-4, .woocommerce .products.columns-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.woocommerce .products.columns-4, .woocommerce .products.columns-3 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.woocommerce ul.products.columns-4 li.product, .woocommerce ul.products.columns-3 li.product {
  width: auto;
  margin: 0 3.8% 2.992em 0;
}


.woocommerce button.button{
	background-color:#005cb9;
	color:white!important;
}


.woocommerce button.button:hover{
	background-color:#005cb9;
}

.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover{
	background-color:#005cb9;
	color:white!important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ffffff;
    border-radius: 5px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #ffffff;
}

span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-input-wrapper input{
	border:none;
	padding:6px;
	
}

.woocommerce .col-1 , .woocommerce .col-2{
    max-width:48%;
}

.woocommerce table.shop_table {
	background: #fff;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 0.8em;
}

.woocommerce.columns-3 ul.products li.product, .woocommerce.columns-4 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
    border: 1px solid #dbdbdb;
    text-align: center;
    background: #fff;
    box-shadow: 0 0px 0px rgba(0,0,0,0.3);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: all;
    transition-property: all;
}

.woocommerce.columns-3 ul.products li.product:hover, .woocommerce.columns-4 ul.products li.product:hover, .woocommerce.columns-2 ul.products li.product:hover {
    box-shadow: 0 15px 15px rgba(0,0,0,0.2);
    margin-top: -0.5em;
}

.woocommerce ul.products li.product .button {
    margin: 1em;
    background: rgba(0,160,175, 1);
    color: white;
    border-radius: 0;
    font-weight: normal;
}

.woocommerce ul.products li.product .button:hover {
	background:rgba(0,92,185, 1);
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #b0b0b0;
    color: #fff;
    font-weight: normal;
    border-radius: 0;
    margin-top: 4px;
    padding: 0.9em 1.5em;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: rgba(0,160,175, 1);
    border-radius: 0;
    padding: 0.9em 1.5em;
    margin-top: 4px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.9em 1.5em;
    font-weight: 700;
    border-radius: 0;
    left: auto;
    color: #515151;
    background-color: rgba(0,160,175, 1);
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    width: auto;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: normal;
    border-radius: 0px;
    left: auto;
    color: #fff;
    background-color: rgba(0,160,175, 1);
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: rgba(0,92,185, 1)/*#dfdcde*/;
    text-decoration: none;
    background-image: none;
    color: #fff /*#515151*/;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid rgba(0,160,175, 1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: rgba(0,160,175, 1);
    border-bottom-color: rgba(0,160,175, 1);
    color:#fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid rgba(0,160,175, 0.2);
	border-bottom-color: rgba(0,160,175, 0.2);
    background-color: rgba(0,160,175, 0.2);
    border-radius: 4px 4px 0 0;
    margin: 0 -2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 rgba(0,160,175, 1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: none /*2px 2px 0 rgba(180,189,0, 1)*/;
    border:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border: none /* 1px solid rgba(180,189,0, 1)*/;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: none /*-2px 2px 0 rgba(180,189,0, 1)*/;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: none /*-2px 2px 0 rgba(180,189,0, 1)*/;
}

.product_meta {
	display:none;
	}
	
.wc-bookings-booking-form {
    border: 1px solid #ddd;
    background: rgba(255,255,255,0.3);
}

/*dropdowncart*/
.cart-contents{
    color:black;
    font-weight: bold;
    display:inline-block;
    clear:none;
    background-color:inherit
   
}

.header-cart-count{
    display:inline-block;
    clear:none;
    padding:9px;
    font-size: 19px;
    color:black
}

.cart-contents:before {
    font-family: WooCommerce;
    content: "\e01d";
    font-size: 28px;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    vertical-align: bottom;
    clear:none;
    display:inline-block;

    }
    
    .cart-contents-list{
        display:none;
    }
    
    body:not(.woocommerce-cart) .cart-contents:hover .cart-contents-list{
        display:block!important;
        position:absolute;
        list-style-type: none;
        margin-left:-150px;
        background:inherit;
        padding:5px;
        z-index: 44444;
        color:white;
        
    }
    .cart-contents-list a{
        color:white;
    }
    
    
    .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 20px;
}
    
    @media screen and (max-width:765px){
        .cart-contents{
            display:none;
        }
        
    }
    
    .header-cart-link{
    position: absolute;
    right: 30px;
}


.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #005cb9;
}

.error404 h1, .error404 p{
    text-align: center;
    
    

}

.error404 h1{
    margin-top:35px;

}

.home404{
    margin:0 auto;
    display: block;
    text-align: center;
    width:400px;

}

.hero{
    height:400px;
    background-size:cover!important;
    background-repeat: no-repeat!important;
}

.logo{
	position: absolute;
	width: 230px;
	height: auto;
	top: 9px;
	left: 24px;
	z-index: 99;
}

.dropdown-menu{
    position: absolute!important;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}

.dropdown-toggle::after{
    display: none;
}

.news-content{
    margin-top:20px
}
.homebutton{
    margin-top: 200px;
}

nav.navbar.navbar-expand-custom.navbar-light.bg-light {
    background: transparent;
}

.phonesearch{
    position: absolute;
    right: 0;
}
.phonesearch span{
    position: relative;
    left:-50px;
}

.phonesearch span a{
    color:#808080;
    font-family: 'Red Hat Display';
}

.phonesearch img{
    filter: brightness(0.5);


}

.searchicon {
    width: 33px;
    position: absolute;
    right: 22px;
    top: -5px;
}

.searchicon img{
    padding: 0 10px;
}

.searchform{
    width: 233px;
}

.searchform input {
	margin:0;
	padding:0.2em 1em;
	border: none;
}

#searchbar{
    background: #ddd;
    position: absolute;
    right: 1px;
    padding: 5px;
    border-radius: 8px;
    cursor: auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#searchsubmit {
    background: grey;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    height: 30px;
    width: auto;
    color: white;
    cursor: pointer;
    transition: 0.2s all;
}

#searchsubmit:hover{
    background:lightgrey;
    color:grey;
}

input#search {
    background: #f1f1f1;
    border: none;
    padding: 3px;
}

input#s{
    width: 147px!important;
}

.maphero{
    min-height:300px;
    margin-bottom:20px;
}

.maphero .green{
    background: #b4bd00;

}

.maphero .blue p {
    margin-top: 20px;
    max-width: 510px;
    color:white;
}

.maphero .blue h2{
    margin-top: 20px;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
}

.page-template-coloumnedmap .content a{
    padding:10px 15px;
    color:white;

}


.schoolmap{
    float:right;
    max-width:100%;
}

.maphero .blue{
    background: #00a0af;
}

.footernav li{
    display:inline;

}

.footernav .menu-item a{
    color:white!important;
}
.footernav .menu-item a:hover{
    color:#0056b3!important;
    border-bottom:none!important;

}

@media(max-width:1265px){
    .phonesearch,.searchicon,#searchbar{
        display: none;
    }
}


@media (max-width:420px){
    footer{
        height: 650px;
    }

    body{
        margin-bottom:650px
    }
   
}


@media (max-width:768px){
    .homebutton {
        height: 105px;
        max-width: 300px;
        margin: 0 auto;
        display: block;
        font-family: 'Red Hat Display', sans-serif;
        font-weight: bold;
        text-align: center;
        padding-top: 42px;
        color: white!important;
        margin-top: 21px;
    }
    .homebutton:hover{
	margin-top:0 !important;
}

	.hero {
	position:relative;
	}

    .maphero p , .maphero h2{
        margin-left: 6.5%;
    }

}

@media (max-width:1000px){
    footer{
        height: 506px;
    }

    body{
        margin-bottom:506px
    }

    .footercontent{
        max-width:100%;
    }
    

	

}

@media (max-width:1300px){
    .navbar-nav .dropdown-menu {
        position: static!important;
        float: none;
        padding-bottom:5px;
    }
   .content.wrapper.homenewsblock {
    width: 90% !important;
	}
}

@media (min-width: 1490px){
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }

    a.nav-link {
        width: 162px;
        height: 100px;
    }

	.navbar-toggler.collapsed {
    border: none;
	}

}

@media (max-width: 1490px){

	.content.wrapper.homenewsblock {
    width: 30%;
	}
	
		.header-logo {
    width: 100%;
    background: white;
    height: 100px;
    text-align: center;
	}

    .logo{
       position: relative;
        top: 10px;
        z-index: 1999;
        width: 230px;
    }
    
        .navbar-toggler {
    border: none;
	}
}
