/* FONT IMPORTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@font-face {
    font-family: 'sui_generisregular';
    src: url('sui_generis_rg-webfont.woff2') format('woff2'),
         url('sui_generis_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Flex tags */
html, body { 
  margin: 0;
  overflow-x:hidden !important;
}

html {
  height: 100%;
}

body {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.04em;
  font-weight: 300;
}

b {
  font-weight: 700;
}

p {
  line-height: 1.5;
  margin: 30px 0;
}

a {
  text-decoration: none;
  color: #198e1c;
}
a:hover {
  text-decoration: underline;
}

header { flex: 0 1 auto; }
main { flex: 0 1 auto; }
footer { flex: 1 1 50px; }

.maincontainer {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-flow: column;
}
@media (min-width: 769px) {
  .maincontainer {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .maincontainer {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .maincontainer {
    width: 1170px;
  }
}
.banner {
  background: #3C3C3B;
  border-top: 10px solid #54966D;
  color: #fff;
}
.largefont {
  font-size: 24px;
}
.sui_generisregular {
  font-family: 'sui_generisregular', sans-serif;
}

/* Header */
header {
  background: linear-gradient( rgba(3, 51, 51, 0.8), rgba(3, 51, 51, 0.8) ), url('https://www.webbs-removals.co.uk/wp-content/uploads/2021/02/banner-b.jpg');
  background-size: cover;
  
}
header .topbar {
  z-index: 900 !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.5s;
}
.header-scrolled {
  background-color: rgba(54, 60, 60, 0.99);
}
header .pagetitle {
  width: 100%;
  text-align: center;
}
header .pagetitle h1 {
  color: rgba(255, 255, 255, 0.9);
  font-family: "sui_generisregular", sans-serif;
  font-size: 28.9px;
  font-weight: 800;
  padding: 200px 0 150px;
}
header .maincontainer {
  padding: 20px 0;
  display: flex; 
  flex-direction: row;  
}
header .maincontainer div {
  flex: 2 1 auto;   
}
.logoflexbox {

}
nav {

}
@media (max-width:768px) {
  .logoflexbox {

  } 
}

/* Main Logo */
.mainlogo {
  text-align: left; 
  color: #FFFFFF;
  font-family: 'sui_generisregular', sans-serif;
  font-size: 1.2em;
}
.mainlogo img {
  max-width: 100px;
  max-height: 100px;
  padding: 10px;
}
.mainlogo a {
  color: #FFFFFF;
  display: flex;
}
.mainlogo a span {
  align-self: center;
}

@media (max-width:768px) {
  .mainlogo img {
    width: 50%;
    height: auto;
    padding-right: 30px;
  }
  .mainlogo {
   flex-direction: column;
  }
  .contact_text {
    padding-bottom: 20px;
  }
}

/* Menu Button */
.menubutton {
  visibility: hidden;
  //position:sticky;
  top:0px;
  left:0px;
  height: 0;
  width: 0;
}
.menubutton img {
  //width: 100%;
}
@media (max-width:768px) {
  header .topbar {
    position: static;  
  }
  header .pagetitle h1 {
    padding: 0 0 10px 0;
    font-size: 18px;
  }
  header .maincontainer {
    padding: 5px 0;
  }
  .menubutton {
    visibility: visible;
    height: 100%;
    width: auto;
  }
  .mainlogo {
    font-size: 1em;
  }
  .mainlogo img {
    max-width: 50px;
    max-height: 50px;
  }
}

@media (max-width:1199px) and (min-width:769px) {
  header .maincontainer {
    padding: 5px 0;
    flex-direction: column;
  }
  .mainlogo {
    font-size: 1em;
  }
  .mainlogo img {
    max-width: 50px;
    max-height: 50px;
  }
  .mainlogo span {
    padding-left: 20px;
  }
  header .maincontainer div {
    flex: 0 0 auto;
  }
  header .maincontainer div a {

    width: initial !IMPORTANT;
  }
  .dropdown-content {
    margin-top: 35px !IMPORTANT;
  }
  .dropdown-container {
    display: block !IMPORTANT;
  }
  header .pagetitle {
    width: 750px;
  }
  header .pagetitle h1 {
    font-size: 18px;
    padding: 150px 0 50px 0;
  }
}

/* Nav */
nav {
  display: flex;
}

/* Menu Items */
.menu_link {
  padding: 10px;
  color: rgba(255,255,255,.5);
  font-size: 16px;
  text-align: center;
  align-self: center;
}
.menu_link:hover, .active {
  color: rgba(255,255,255,.75);
  text-decoration: none;
}

@media (max-width: 991px) {
  .menu_link {
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
  }
  .keyinfo {
    max-width: 100% !IMPORTANT;
  }
}
@media (max-width:768px) {
  header .maincontainer {
      flex-direction: column;
  }
  .menu_link.active {
    border-bottom: 3px solid #198e1c;
    border-top: 0;
  }
  .submenu_link.active {
    border-bottom: 0;
    border-top: 0;
    background-color: #198e1c !IMPORTANT;
    color: rgba(255,255,255,1) !IMPORTANT;
  }
  .menu_link:hover, .active {
    color: rgba(255,255,255,1);
  }
  .menu_link {
    display: block !IMPORTANT;
    font-size: 20px !IMPORTANT;
    margin: 10px !IMPORTANT;
    text-align: left !IMPORTANT;
    background-color: rgb(54, 60, 60) !IMPORTANT;
  }
  .submenu_link {
    display: block !IMPORTANT;
    font-size: 20px !IMPORTANT;
    margin: 0px 10px 0px 30px !IMPORTANT;
    padding: 10px !IMPORTANT;
    text-align: left !IMPORTANT;
    background-color: rgb(54, 60, 60) !IMPORTANT;
    color: rgba(255,255,255,.5) !IMPORTANT;
  }
  .submenu_link:hover {
    color: rgba(255,255,255,1) !IMPORTANT;
  }
  .dropdown {
    display: block !IMPORTANT;
  }
  .dropdown-content {
    display: block !IMPORTANT;
    position: static !IMPORTANT;
    margin-top: 0 !IMPORTANT;
    background-color: transparent !IMPORTANT;
    border: 0 !IMPORTANT;
  }
  #menu {
    display: none;
  }
  nav li img {
    width: auto;
  }
}

.dropbtn::after {
  color: #1a8e1c;
  top: 50px !important;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown {
  display: flex;
}

.dropdown-content {
  display: none;
  position: absolute;
  margin-top: 80px;
  background-color: #fff;
  background-clip: padding-box;
  z-index: 1; 
  border: 1px solid rgba(0,0,0,.15);
  border-bottom: 4px solid #54966D;
  line-height: 1.8;
}
.dropdown-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;  
}

.dropdown-container .submenu_link {
  padding: 4px 24px;
  width: 100%;
  color: #212529;
}

.dropdown-container .submenu_link:hover {
  color: #186e25;
  background: #ddd;
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.listsubpages {
  font-size: 16px;
}
.displaysubpage-container {
    margin: 40px 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
}
.displaysubpage {
  color: #969696;
  background-color: white;
  padding: 12px 16px;
  text-decoration: none;
  line-height: 25px; 
  width: 200px;
  margin: 10px;
  border: 1px solid #e9e9e9;
}
.fullwidth {
  width:100%;
}
.displaysubpage h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #262626;
  margin-bottom: 10px;
}
.displaysubpage a {
  color: #fac200;
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
@media (max-width:768px) {
  .displaysubpage {
    width: 100%;
  }
  .displaysubpage-container {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Main-Contents */
 
main {
  text-align: center;
  background-color: #F8F8F8;
}
.bannercontainer {
  padding: 50px 0;
}
.bannercontainer h1 {
  padding: 0;
}
.bannercontainer .maincontainer {
  display: block;
}

main h2 {
  font-family: "sui_generisregular", sans-serif; 
  font-size: 19px; 
  margin: 0;
  text-align: center;
}
main h3 {
  font-family: "sui_generisregular", sans-serif; 
  font-size: 17px; 
  margin: 0;
}
.title .contents {
  height: 87px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  display: flex;
}
h1 {
  font-weight: bold;
  margin: 0;
  padding: 30px;
  flex-grow: 2;  
  font-family: "sui_generisregular", sans-serif;
  font-size: 28.9px;
  font-weight: 800;
}

ul {
  margin-left: 30px;
}
.quotebox {
  display: block;
  margin: 20px;
  padding: 28px 28px 27px 31px;
  background-color: #fff !important;
  border-color: #198e1c !important;
  border-left-color: rgb(160, 206, 78);
  border-width: 2px !important;
  border-style: solid;
  font-size: 18px;
  line-height: 24px; 
 box-shadow: 0px 0px 2px 2px #198e1c;
}
.description {
  font-size: 16px;
  line-height: 25px;
  color: #9b9b9b;
  text-align: left;
  margin: 40px 0 0;
  font-weight: 300;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.largebackgroundimage {
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #198e1c; 
  color: #FFFFFF;
  margin: 10px;
  font-size: 17px;
  padding: 16px 30px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  background-color: #198e1c;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.button:hover {
  color:#198e1c;
  background-color: #FFFFFF; 
}
.promo_banner .button:hover {
  background-color: #7f7f7f; 
}
.boxes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
}
.box {
  width: 45%; 
  min-height: 400px;
  font-size: 16px;
  color: #969696;
  line-height: 23px;
  margin-top: 50px;  
}
.box h2, .box h3 {
  line-height: 1;
}
.boxdouble {
  width: 100%; 
}
.box li {
  font-size: 16px;
  position: relative;
  left:20px;
  padding: 0 0 0 10px;
  font-style: italic;
}
ol {
  margin-left: 40px;
  margin-right: 30px; 
  padding-left: 5px;
}
.imagebox {
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center; 
}
.contents {
  text-align: left;
}
.promo_banner {
  background: rgba(0,0,0,0.5);
  padding: 83px 0 100px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
  .promo_banner .title {
  font-size: 50px;
  font-weight: 600;
  color: white;
}
 .promo_banner .text {
  font-size: 16px;
  line-height: 25px;
  padding: 32px 0 43px;
  font-weight: 300;
}
.columns_container {
  display: flex;
  
}
.column {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 0; 
  padding: 10px;
  margin: 30px;
}
.itemswide_2   {
  flex-flow: row wrap;
}

.itemswide_2 .column  {
  min-width: 33%;
  max-width: 50%; 
}


.center {
  text-align: center;
  display: block;
  width: 100%;
}

@media (max-width: 991px) {
  .columns_container {
    flex-flow: row wrap;
  }
  .column {
    flex-basis: 50%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .itemswide_2 .column  {
    max-width: 100%; 
  }
  .product {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width:768px) {
  .boxes { flex-direction: column; }
  .box { width: 100%; }
  h1 { margin: 0; }
  h2 {
    margin: 0px 0 30px 0 !IMPORTANT;
    padding-left: 0 !IMPORTANT; 
    padding-right: 0 !IMPORTANT;
  }
  .contents {
    text-align: left;
    //padding: 20px 20px 20px 20px;
    flex-wrap: wrap;
  }
  .contents h1 { 
    padding: 0 0 10px 0;
    margin: 0;
  }
  .contents .breadcrumb { 
    padding: 0 20px 20px 20px;
    width:100%;
  }
  .textleft_picright {
    padding: 0 20px;
    background-position: left; 
  }
  .textleft_picright_text {
    width: 100%;
  }
}
@media (max-width:500px) {
  .fourmini {
    flex-basis: 90%;
  }
}
/* IMAGE POPOUT */

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
ÿ to??  ;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}





/* Content-Contact Us Page */
.contactus_container {
  display: flex;
  
}
.contactus_text {
  flex: 1;
  margin-right: 10px;
}
.contactus_form{
  flex: 1;
 // margin-left: 20px;
}
input, textarea {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #3C3C3B;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  margin: 10px 0;
  resize: none;
  border-radius: 3px;
  vertical-align: top;
  color: #262626;
  outline: none; 
}

input:focus, input:focus-visible, textarea:focus {
  border-color: #198e1c;
}
input[type=submit] {
  background-color: #3C3C3B;
  color: #FFFFFF;
  font-family: "sui_generisregular", sans-serif;
  font-size: 20px;
}
input[type=submit]:hover {
  background-color: #198e1c;  
}
textarea {
  height: 120px;
}
label {
  font-family: 'Sniglet', sans-serif;
  font-size: 25px;
}
.messageerror, .formerror {
  color: red;
  font-size: 20px; 
  margin: 0 0 20px 0;
}
.g-recaptcha div {
  margin: auto;
}

@media (max-width:700px) {
  input, textarea, .g-recaptcha {
    width: 100%;
  }
  .contactus_container {
    margin-right: 15px;
  }
  .contactus_form {
    margin-top: 10px;
  }
  .contactus_container {
    display: block;
  }
}

/* Footer */
.footerborder {

}
footer {
  background: #F8F8F8;
  margin-top: 0;
  font-size: 15px;
  color: #333;
}
footer .maincontainer {
  display:flex;
  flex-flow: column;
  padding: 43px 10px 40px;
}

footer h3 {
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.right p, .right h3 {
  text-align: right;
}
.column a {
  color: #198e1c;
}
.column ul {
  padding: 0;
}
footer .column ul a {
  border-bottom: 1px solid #282a2b;
  display: block;
//  text-shadow: 1px 2px 1px #000;
  color: #FFFFFF; 
  padding: 12px 0;
  line-height: 25px;
  font-size: 16px;
}
.fc2, .fc3, .fc4 {
  width: 200px;
}


footer .column a:hover {
  color: #198e1c;
  text-decoration: underline;
}
footer .imgbanner {
  display: flex !important;
  flex-direction: row !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 50px;
  margin-bottom: 50px;
}
footer .imgbanner a {
  padding: 10px;
}
footer .imgbanner img {
  max-height: 90px;
  max-width: 100%;
  height: auto;
}

@media (max-width:768px) {
  footer .maincontainer {
    padding: 10px;
  }
  .largefont {
    font-size: 18px;
  }
  footer img {
    max-width: 80px !IMPORTANT;
  }
  footer .column {
    margin: 0;
  }
  footer .imgbanner {
    flex-wrap: wrap;
  }
  .yoshkidiv img {
    max-width: revert !IMPORTANT;
  }
  .footcols .column {
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
}
@media (max-width:1199px) and (min-width:769px) {
  footer .column {
    margin-left: 20px;
    margin-right: 20px;
  }
  .fc1 img {
    max-width: 150px !IMPORTANT;
  }
  .fc1 {
    width: 100%;
    text-align: center;
  }

  footer .columns_container {
    flex-wrap: wrap
  }
  .footcols .column {
    flex: 0 0 auto !IMPORTANT;
    margin: 0;
    padding: 30px 0;
  }
}

.footcols {
  display: flex;
  justify-content: space-between;
}
.footcols .column {
  flex: 2 1 auto;
}

.footmenu {
  flex: 0;
  margin: 25px 0;
  display: flex;
  width:100%;
}
.footmenu a {
  text-align: center;
  flex: 1;
  font-size: 20px;  
}
.footmenu a:hover {
  text-align: center;
  flex: 1;
  color: #ff7f7f  
}
.footmenuitem_active {
  color: #7fb3ff;
}
.footerspacer {
  flex: 1;
}
.copyright, .legalbit {
  flex: 0;
 // text-align: right;
  font-size: 13px;
//  margin: 30px 0 30px 0;
}
@media (max-width:768px) {
  .footmenu {
    flex-flow: column;
  }
  .footmenu a {
    width: 100%;
  }
}


/* PAGE SPECIFIC STUFF */

.homepageimg {
  display: block;
  margin: 20px auto;
  max-width: 400px;
  height: auto;
}

.subpageimg {
  display: block;
  max-width: 400px;
  height: auto;
  margin: auto;
}

.phone, .email, .address {
    margin: 10px 0;
}