/*
Theme Name: Watertown Brand OutletTheme URI: https://visualcomposer.com/visual-composer-starter-theme/
Author: Dale Sutton Simtail
Author URI: https://visualcomposer.com/
Description: Visual Composer Starter theme designed to be a perfect companion for a simple and good looking website.
Version: 3.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, full-width-template, blog
Text Domain: visual-composer-starter
*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&amp;display=swap");


body {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.hide-header-footer header,
.hide-header-footer footer {
	display: none;
}

.hide-header-footer div.wpcf7-mail-sent-ok {
    color: #fff;
}

.landing-page input,
.landing-page input[type="email"] {
	border-radius: 50px;
	border: 1px solid #fff;
	padding: 10px 5%;
	width: 95%;
	outline: none;
}

.landing-page input[type="file"] {
	border: 0;
	float: right;
	width: 23%;
	margin: -5px 15px 0 0;
	padding: 10px 0;
}

.landing-page input[type="checkbox"] {
	margin: 2px 10px 0 0;
	width: 15px;
}

.landing-page label,
.landing-page .wpcf7-list-item-label {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}

.landing-page label.file-upload {
	padding: 0 0 0 10px;
	width: 70%;
}

.landing-page-submit {
	clear: both;
	text-align: center;
}

.landing-page-submit button.landing-page {
	background: #fdd538!important;
	margin: 20px auto;
	float: none;
}

span.lp-receipt {
	position:relative;
}

span.lp-receipt:before {
	content:"Upload";
	position:absolute;
	left:0;
	padding:0 10px;
	background:transparent;
	border: 1px solid #fff;
	color:#ccc;
	/*width:130px;*/
	text-align:center;
	border-radius:25px;
	cursor:pointer;
	font-size: 12px;
	margin-top: 3px;	
}

span.lp-receipt>input {
  visibility:hidden !important;
}

.upload-button {
	opacity: 0;
}

.top-social {
  padding-left: 25px;
}

.flags {
  padding-right: 25px;
}

.top-social a {
  color: #000000 !important;
  padding-right: 10px;
}

.opening {
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
}

.top-header {
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-header hr {
  border: 1px solid #e5e5e5;
  padding: 0;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin: 0;
}

.navbar-header {
  padding-left: 25px;
  padding-right: 25px;
}

#menu-main-menu {
  text-transform: uppercase;
  text-align: center !important;
  font-weight: 500;
}

#menu-main-menu ul {
  padding-left: 20px;
}

#menu-main-menu li a {
  font-size: 12px;
  letter-spacing: 1.8px;
}

.navbar-brand {
  width: 280px;
}

/* .footer-logo {
  padding: 30px 0;
} */

.footer-logo {
  padding-top: 50px;
}

.footer-logo-2 hr {
  margin-top: 1%;
  margin-bottom: 1%;
  border-top: 1px solid #2b2b2b;
}

.footer-links p {
  color: #f4f4f4;
}

.footer-links h5 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  color: #f4f4f4;
}

.footer-links li {
  list-style: none;
  text-align: left;
  padding-left: 0px;
  font-size: 12px;
  font-weight: 200;
  color: #f4f4f4;
}

.footer-links ul {
  padding: 0;
  list-style-type: none;
  letter-spacing: 1px;
}

.footer-links .button {
  display: block;
  width: 115px;
  background: #ffffff;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}

.footer-links .button:hover {
  background: #9cb2bd;
  color: #000000;
  text-decoration: none;
}

.footer-left-block {
  padding-top: 25px;
  color: #8b8b8b;
}

#footer h5 {
  padding-bottom: 25px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #e68c3a;
}

#footer li {
  letter-spacing: 0.6px;
}

.entry-title {
  display: none;
}

/* Post widget on home page */
.event-content {
  padding: 25px 10%;
  text-align: left;
}

.event-content h1 {
  color: #000000;
  text-align: left;
  padding: 25px 6%;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1.5px;
}

.event-content .event-category {
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 0px;
  font-size: 15px;
}

.event-content h5 {
  color: #000000;
  font-size: 25px;
  font-weight: 700;
}

.event-content p {
  font-size: 14px;
}
.elementor-post__read-more {
  display: block;
  width: 115px;
  background: #f2f2f2;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  color: #000000;
  font-weight: bold;
}

.elementor-post__read-more a:hover {
  background: #000000;
  color: #fff;
  text-decoration: none;
}

.button {
    background-color: #b6b6b6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 8px;
    border: none;
    height: 37px;



}

.button:hover {
  background: #000000;
  color: #fff;
  text-decoration: none;
}

.container-fluid {
  overflow-x: hidden !important;
}


/* -------------Single Post-------------------------- */

.blog-content {
    overflow-x: hidden;
}
.blog-content img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}


/* ----------------------------------------------- */
/* .whatsnew-left {
  width: 50%;
  float: left;
}

.whatsnew-right {
  width: 50%;
  float: right;
} */
.left {
  width: 50%;
  float: left;
}

.whatsnew-left {
	margin-bottom: 0 !important;
}

.right {
  width: 50%;
  float: right;
}

.whatsnew-page {
	margin-bottom: 50px;
}

.w-content {
  padding-top: 50px;
  padding-left: 16%;
  padding-right: 25%;
}

.w-content .event-category {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}

.w-content h5 {
  font-weight: bold;
}

.w-content p {
  color: #000000;
  font-size:13px;
  font-weight:500;
}

p {
    font-size:13px;
    font-weight:500;
}

.whats-buttons {
  padding-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.whats-buttons-list{
display: flex;
justify-content: center;
    flex-wrap: wrap;
gap: 10px;

}

a.event {
  background-color: #e68c00;
  color: #fff !important;
  padding: 20px 35px;
  border-radius: 30px;
  font-size: 13px;
}
a.offer {
  background-color: #ffcbbd;
  color: #000000 !important;
  padding: 20px 35px;
  border-radius: 30px;
  font-size: 13px;
}
a.news {
  background-color: #680031;
  color: #fff !important;
  padding: 20px 35px;
  border-radius: 30px;
  font-size: 13px;
}
.btn-newsletter {
  background-color: #fff;
  color: #000000 !important;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 13px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 500;
}
.btn-events:hover {
  background-color: #000000;
  color: #fff !important;
  padding: 20px 35px;
  border-radius: 30px;
  font-size: 13px;
  text-decoration: none;
}

.btn-map span.icon {
  background: url(../png/map-icon.png) no-repeat;
  float: left;
  width: 23px;
  height: 40px;
}

a.offer:before {
  font-family: FontAwesome;
  content: "\f02c";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}

a.event:before {
  font-family: FontAwesome;
  content: "\f005";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
a.news:before {
  font-family: FontAwesome;
  content: "\f0e0";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
input {
  font-size: 12px;
  width: 240px;
  background: transparent;
  border: 0;
  padding: 15px 3%;
  float: left;
  margin: 0 1% 2%;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 400 !important;
}

input[type="email"] {
  font-size: 12px;
  width: 240px;
  background: transparent;
  border: 0;
  padding: 15px 1%;
  float: left;
  margin: 0 1% 2%;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
textarea {
  background: transparent;
  border: 0;
  padding: 15px 1%;
  float: left;
  margin: 0 1% 2%;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
}
button {
  background: transparent;
  border: 0;
  padding: 13px 3%;
  float: left;
  color: #ffffff;
}

.contact-submit {
  background: #e68c3a !important;
    padding: 8px 0%;
    width: 200px;
    color: #fff;
    border-radius: 20px;
    margin-top: 37px;
    font-weight: 600;
    border-bottom: 0 !important;
    font-size: 14px;
}

.contact-submit:hover {
  background: #770037 !important;
  color: #fff;
}

/* div.wpcf7-mail-sent-ok {
	text-align:center;!important;
	border: 1px solid #56e2e0 !important;
	padding: 32px !important;
	font-size: 15px !important;
	font-weight: bold !important;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background-color: #EBEBEB !important;
} */

.div.wpcf7-mail-sent-ok {
  border: 2px solid #770037 !important;
}

.centre_full button{
    margin-bottom:35px;
}

.centre_left {
  width: 50%;
  float: left;
}
.centre_right {
  width: 50%;
  float: right;
}
.mall_left {
  width: 50%;
  float: left;
}
.mall_right {
  width: 50%;
  float: right;
  padding-left: 10px;
}

.centre_right_sm {
  width: 20%;
  float: left;
}

.centre_right_full {
  width: 80%;
  float: left;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  /* color: #000; */
}
.wpcf7-form-control::placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

#footer a {
  border-bottom: none !important;
}

.search-brand {
  font-size: 13px;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 15px 3%;
  float: left;
  margin: 0 1% 2%;
  border-bottom: 1px solid #000000;
  color: #000000;
  font-size: 25px;
  font-weight: bold;
}
h4.brand {
  font-size: 18px;
  font-weight: 700;
  padding-left: 50px;
}

.brand-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn-brands {
  background-color: #b6b6b6;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 12px;
  max-width: 100%;
  margin-bottom: 10px;
  margin-right: 8px;
  border: none;
  height: 37px;
}
.btn-map {
  background-color: #e68c3a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 12px;
  margin: 0 auto;
  width: 200px;
}
.btn-map a {
  color: #fff;
}

.btn-map a:hover {
  text-decoration: none;
}

.btn-map:hover {
  background-color: #000000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 12px;
  margin: 0 auto;
  width: 200px;
}
.event-category {
    font-weight:bold;
    text-transform:uppercase;
    font-size:13px;
    padding-bottom:20px;
    color:#333333;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e68c3a7 !important;
  border: none !important;
}

.btn-brands:hover {
  background-color: #770037 !important;
  color: #fff;
}

.btn-brands .active {
  background-color: #770037;
  color: #fff;
}

a.btn-brands {
  margin-right: 5px;

  text-decoration: none;
  cursor: pointer;
}

.brand-categories {
  padding-left: 50px;
  padding-bottom: 50px;
}
.brand-map {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
}

.brand-list {
  background-color: #f3f3f3;
  padding-top: 10px;
}
.brands-grid {
  margin: auto;
  text-align: center;
  padding-bottom:37px;
}

.list-brands {
  display: block;
  margin: 5px;
  background-color: #fff;
}

.brand-image {
  height: 220px;
}

.brand-image-sm {
  height: 220px;
}

.map-image {
  height: 220px;
}

.brand-image img {
/*   position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); */
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-image-sm img {
  position: absolute;
  top: 39%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.brand-name h5 {
  font-weight: 700;
  font-size: 18px;
}

.brand-name p {
  font-weight: 600;
  font-size: 14px;
}

.brand-container a {
  text-decoration: none;
}

.brand-telephone {
  text-decoration: none;
  color: #000000;
}

.brand-telephone:hover {
  text-decoration: none;
}

.brand-container:hover {
  border: 2px solid #000000;
  text-decoration: none !important;
}
.brand-container {
  border: 2px solid transparent;
}
h5.brand-page {
  font-weight: 700;
  font-size: 14px !important;
  text-transform: uppercase;
  padding-bottom: 20px;
}
h4.brand-page {
  font-weight: 700;
  font-size: 22px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.description p {
  font-size: 12px;
}

.parking {
  font-size: 14px;
}
a.cat-list {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
}
a.cat-list:after {
  content: " ";
  white-space: pre;
}
/* a.cat-list:after > *:last-of-type {
  content:"" !important;
} */
.btn-location a:hover {
  text-decoration: none;
}
.mapplic-image {
    width: 80%;
    /* text-align: center; */
    /* margin: 0 auto; */
    padding: 20px;
}
.btn-location {
  background-color: #000000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 12px;
  border-color: #000000 !important;
  margin-right: 10px;
  margin-top: 10px;
}
.btn-location:hover {
  background-color: #770037;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 12px;
  text-decoration: none;
}

.details {
  padding: 40px 0;
}

.open-times {
  background-color: #f2f2f2;
  width: 50%;
  float: left;
  padding-top: 10px;
  padding-right: 50px;
  height: 425px;
}
.open-times h4 {
  font-weight: 700;
  text-transform: uppercase;
}

.open-map {
  background-color: #e6e6e6;
  float: left;
  width: 50%;
}

.times-left {
  float: left;
}
.times-right {
  float: right;
}

.open-div {
  margin-top: 30px 0;
}

.map-button {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
}

/* Contact form 7 customizations */
.wpcf7-response-output {
  clear: both;
}
span.wpcf7-not-valid-tip {
  clear: both;
  position: absolute;
  top: -7px;
}
div.wpcf7-mail-sent-ok {
  border: none;
  color: #398f14;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    color: rgb(255, 0, 0);
    border: none;
    text-align: left;
    position: absolute;
    left: -5px;
}
div.wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 0.2em 1em;
}

.newsletter-widget span.wpcf7-not-valid-tip {
  display: none;
}

.elementor-element-0506c8d {
	display: none!important;
}
/* media query ------------------------------------------------------------------------*/
@media only screen and (max-width: 1300px) {
     .navbar-brand img {
        width:200px;
    }
}
@media only screen and (max-width: 1200px) {
    #menu-main-menu {
       
        width:100%;
    }
    #menu-main-menu ul {
        
    }
    .navbar-brand img {
        width:150px;
    }
	.centre_left1,
	.centre_right1 {
		height: 55px;
		/*border-bottom: 1px solid #f9f9f9;*/
	}
}

/* media query ------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .open-times {
    float: none;
    width: 100%;
  }
  body {
  overflow-x: hidden;
}
#search {
    display:none;
}
.navbar-brand {
    width: 180px !important;
}
.navbar-toggle {

    margin-top: 0px !important;
}
.brand-image img {
    width:100%;
}

.mapplic-image {
    width: 80%;
    /* text-align: center; */
    /* margin: 0 auto; */
    padding: 20px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    color: rgb(255, 0, 0);
    border: none;
    text-align: left;
    position: absolute;
    left: 42px;
}
.navbar-header {

    padding-bottom: 25px;
}

  
  .logo-f {
      padding:20px 0;
      text-align:center;
  }
.search-brand {
    font-size: 17px;
}
  .open-map {
    float: none;
    width: 100%;
  }
  .gift {
    float: none;
    padding-left: 30px;
  }
  .top-social {
    text-align: center;
  }
  .flags {
    text-align: center;
  }
  .top-header {
    width: 100%;
  }
    
  .centre_left {
    width:100%;
  }
  .centre_right {
    width:100%;
  }
    .left {
    width:100%;
  }
   .left img{
    width:100%;
  }
  .right {
    width:100%;
  }
    .right img {
    width:100%;
  }
  .centre_right_sm {
    width:100%;
  }
  .centre_left1 {
    width: 70%;
    float: left;
}
.centre_right1 {
    width: 30%;
    float: right;
}
.centre_left1 {
    width: 70%;
    float: left;
}
.centre_right1 {
    width: 30%;
    float: right;
}
#footer h5 {
    padding-bottom: 0px;
    padding-top: 20px;
}
.navbar-wrapper {
    padding-top: 35px;
}
}
/* ------------------------------------------------------------------------------------ */

/* leasing form */
.leasing input {
  font-size: 13px;
  width: 400px;
  background: transparent;
  border: 0;
  padding: 15px 3%;
  float: left;
  margin: 0 1% 2%;
  border-bottom: 1px solid #000000;
  color: #aeb2b4;
}

.leasing input[type="email"] {
  font-size: 13px;
  width: 400px;
  background: transparent;
  border: 0;
  padding: 15px 3%;
  float: left;
  margin: 0 1% 2%;
  border-bottom: 1px solid #000000;
  color: #aeb2b4;
}
.leasing textarea {
  background: transparent;
  border: 0;
  padding: 15px 3%;
  float: left;
  margin: 0 1% 2%;
  border-bottom: 1px solid #000000;
  color: #aeb2b4;
}

.leasing select {
  font-size: 13px;
  width: 400px;
  background: transparent;
  border: 0;
  padding: 15px 3%;
  float: left;
  margin: 0 1% 2%;
  border: 1px solid #000000;
  color: #aeb2b4;
}

.leasing input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aeb2b4;
  font-weight: 400;
}

.leasing .address input {
  width: 97%;
  /* margin-right: -11px; */
  margin-left: 2px;
}

.address input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  padding-left: -5px !important;
}

.leasing-submit input[type="submit"] {
  background-color: #770037;
  color: #fff !important;
  padding: 10px 10px;
  border-radius: 30px;
  font-size: 15px;
}

.leasing-submit {
  text-align: center;
  padding: 30px 0;
}
.leasing-submit input[type="submit"]:hover {
  background-color: #000000;
  color: #fff !important;
  padding: 10px 10px;
  border-radius: 30px;
  font-size: 15px;
  text-decoration: none;
}

.leasing h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 30px 0;
}

.enquiry a {
  color: #fff;
}

.search-brand {
  background: url(../png/search-icon.png) no-repeat scroll 7px 7px;
  padding-left: 50px;
  padding-top: 2px;
}

.gift {
  padding-top: 5px;
  padding-left: 30px;
}

.blog-content {
  padding: 50px 0;
}

.map-wrapper {
  height: 800px;
}
.mapplic-search-input {
  color: #000000;
}

.page-numbers {
  padding: 0.5em;
  font-size: 1em;
  line-height: 1em;
  background-color: #000000;
  color: #fff;
}
.page-numbers:hover {
  color: #000000;
  text-decoration: none;
  background-color: #9eb4bf;
}

.page-numbers.current {
  background-color: #770037;
}
.brand-container {
  height: 310px;
}
.single-store .mapplic-sidebar {
  display: none;
}
.paginate {
    padding-left:25px;
}

.centre_left1 {
    width: 50%;
    float: left;
}
.centre_right1 {
    width: 50%;
    float: right;
}
#parking-points li {
    list-style-type:none;
    list-style:none;
}
.button:hover {
    color:#fff !important;
}
.lease {
    clear:both;
    font-size:10px;
     width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-logo-2 {
    padding-top: 20px;
}
.pin-label {
    display:none;
}
.navbar-wrapper {
    z-index:1;
}
.bsearch {
    display:flex;
}
.footer-widget-area {
    background-color:#001327 !important;
}
input:focus::placeholder {
  color: transparent;
}
input[type="email"]:focus::placeholder {
  color: transparent;
}
.logo-center {
     width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.left img {
    float:right;
}