/* html { overflow-y: scroll; } */

html { 
  font-family: 'Comfortaa', cursive;
  font-family: 'Raleway', sans-serif; }

/*'Philosopher'*/

body {
  margin: 0;	
  background-color: #fff;
  /*font-family: 'Comfortaa', sans-serif; */
  font-size: 18px;
  letter-spacing: 0.1em; }

  @media all and (min-width: 960px) { body { font-size: 16px; } }
  @media all and (max-width: 959px) and (min-width: 600px) { body { font-size: 14px; } }
  @media all and (max-width: 599px) and (min-width: 320px) { body { font-size: 10px; } }

* { box-sizing: border-box; }

body-container {
  position: relative;
  left: 3px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }

.container {
  position: relative;
  left: 3px;
  width: 97%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }

.row::after {
  content: "";
  clear: both;
  display: table; }

.row {
  margin: auto; }

[class*="col-"] {
  float: left;
  padding: 15px; }

.main-text-area img {
  margin: 0 30px 20px 0;
  float: left;
  max-width: 45%; }    

/* 2 - Typography
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

h1 {
  font-family: 'Comfortaa', sans-serif; }
 
h2 {
  font-family: 'Comfortaa', sans-serif;
  font-size: 2.0em;
  color: #594e4b; }

  h2.box { color: white; } 

h2.page-title {
  font-family: 'Comfortaa', sans-serif;
  font-size: 2.0em;
  color: #fff;
  margin: 10px 0 10px 0;
  padding: 14px 0 10px 0; }

h3 {
  font-family: 'Comfortaa', sans-serif;
  font-size: 1.5em;
  line-height: 1.618em;
  color: #dba527;
  font-weight: 500; }

  h3.box { color: white; }
  
h3.product {
	font-family: 'Comfortaa', sans-serif;
	font-size: 1em;
	line-height: 1.618em;
	text-transform: uppercase; }
	
  h3.product a:link {
	  color: grey;
	  text-decoration: none; }

  h3.product a:visited {
	  color: grey;
	  text-decoration: none; }
  
  h3.product a:hover {
	  color: green;
	  text-decoration: none; }

  h3.product a:active {
	  color: green;
	  text-decoration: none; }

h3.categories {
	font-size: 1em;
	line-height: 1.618em;
	text-transform: uppercase; }
	
  h3.categories a:link {
	  color: orange;
	  text-decoration: none; }

  h3.categories a:visited {
	  color: orange;
	  text-decoration: none; }
  
  h3.categories a:hover {
	  color: green;
	  text-decoration: none; }

  h3.categories a:active {
	  color: green;
	  text-decoration: none; }

  h3.footer {
	  font-size: 1.0em;
	  font-weight: 600;
	  line-height: 1.618em;
	  text-transform: uppercase;
	  color: #c9c9c9;
	  padding: 0 0 10px 0; }
	
 
p {
  font-size: 1.1em;
  line-height: 1.618em; }

  p a:link {
	  color: black;
	  text-decoration: none; }

  p a:visited {
	  color: black;
	  text-decoration: none; }
  
  p a:hover {
	  color: grey;
	  text-decoration: none; }

  p a:active {
	  color: grey;
	  text-decoration: none; }

/* White/Light coloured links on black or dark backgrounds */
  p.p2 a:link {
	  color: white;
	  text-decoration: none; }

  p.p2 a:visited {
	  color: white;
	  text-decoration: none; }
  
  p.p2 a:hover {
	  color: grey;
	  text-decoration: none; 
	  transition: 0.3s; }

  p.p2 a:active {
	  color: grey;
	  text-decoration: none; }

.quote {
  font-size: 2.2em;
  font-style: italic;
  color: #BFBFBF;
  line-height: 2.1em;
  text-align: center;
  padding: 47px;
  text-shadow: 1px 2px #2d2c2c; }

.quote-2 {
  font-size: 1.9em;
  font-style: italic;
  color: #BFBFBF;
  line-height: 2.1em;
  text-align: center;
  padding: 47px; }
  
.font-color-black {
  color: black; }

.font-color-white {
  color: white; }    

.breadcrumbs {
  font-size: 1.0em;
  line-height: 1.418em;
  margin: 15px 0px;
  color: grey; }

  .breadcrumbs a:link {
	  color: darkgrey;
	  text-decoration: none; }

  .breadcrumbs a:visited {
	  color: darkgrey;
	  text-decoration: none; }
  
  .breadcrumbs a:hover {
	  color: green;
	  text-decoration: none; }

  .breadcrumbs a:active {
	  color: green;
	  text-decoration: none; }
	  
.white-text {
  color: white; }

.color-yellow {
  color: ffeb3b; }    

.bulletpoints {
  background-color: none;
  color: black; }

  .bulletpoints ul {
	list-style-type: none;
	margin: 30px 25px;
	padding: 0;
	text-transform: none; }

	.bulletpoints ul li {
	  position: relative;
      float: none; 
	  padding: 10px 35px;
      font-size: 1.2em; }

    .bulletpoints li:before {
	  color: #F59902;
	  top: 0;
	  left: 0;
	  margin: 11px 0px 0px 2px;;
	  font-family: 'Font Awesome 5 Free';
	  position: absolute;
	  font-size:1.2em;
	  content: "\f00c";
	  font-weight: 900; /* <-- add this or 400 for other styles */
	  display: inline-block;
	  font-style: normal;
	  font-variant: normal;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased; }

	  .bulletpoints ul li a {
		color: #FF9600;
		padding: 0; }

	  .bulletpoints ul li a:hover {
		text-decoration: underline; }

		
/* 2 - Typography
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.top-nav {
  width: 100%; 
  clear: both;
  background: none;
  margin-top: 60px;
  /* border-top: 1px solid #c13d3d;
  border-bottom: 1px solid #787070; */ }

ul {
  width: fit-content;
  float: right;
  font-size: 12px;  
  text-transform: uppercase;
  font-weight: 700;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }

  li { float: left; }

  li a, .dropbtn {
	display: inline-block;
	height: 100%;
	color: #231f23;
	border: 1px solid white;
	text-align: center;
	padding: 20px 12px;
	text-decoration: none;
	transition: 0.3s; }

  /* Add page button on top nav in cms */
  li .add-page {
    color: orange;
    border: 2px dotted;
    padding: 10px;
    border-radius: 9px;
    margin-top: 8px; }

  li a:hover, /* li a:nth-child(3),*/.dropdown:hover .dropbtn { 
    background-color: white;
    color: #8ea763;
	border: 1px solid #8ea763;
    box-shadow: 0px 10px 11px 0px #808080c4; }

  li.dropdown { display: inline-block; }

  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1; }

  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left; 
	transition: 0.3s; }

  .dropdown-content a:hover { background-color: #f1f1f1; transition: 1.3s; }

  .dropdown:hover .dropdown-content { display: block; }

.mobile-top-bar {
  display: none; }

@media only screen and (max-width : 768px)  {

.first-div {
  display: none;  }
  
.header {
  display: none; }

.top-nav {
  display: none; }

.mobile-top-bar {
  display: block;
  height: 76px;
  padding: 5px;
  text-align: center;
  background: white; /* Old browsers */
  /*background: -webkit-linear-gradient(-40deg, #4CAF50, #8BC34A);
  background: -o-linear-gradient(-40deg, #ca443a, #F44336);
  background: -moz-linear-gradient(-40deg, #ca443a, #F44336);
  background: linear-gradient(-40deg, #ca443a, #F44336);*/ }

.mobile-top-logo-row {
  display: block;
  margin: 5px;
  width: 100%;
  height: 50px;
  float: left; }
  
.mobile-top-logo {
  display: block;
  margin: 0;
  width: 57px;
  float: left; 
  cursor: pointer; }
  
.mobile-menu-icon {
  width: 14%;
  margin: 18px 0px;
  float: right;
  font-size: 22px;
  font-weight: 700;
  color: #728d61;
  cursor: pointer;
  display: inline-block; }

.mobile-menu-icon a:link {
  color: white;
  cursor: pointer; }

.mobile-menu-icon a:visited {
  color: white;
  cursor: pointer; }

.mobile-menu-icon a:hover {
  color: white;
  cursor: pointer; }
    
  
#mobile-top-search-row {
  display: none;
  margin: 9px 0 0 0;
  width: 100%;
  height: 50px;
  float: left; }  

#mobile-search-field {
  font-size: 22px;
  color: darkgrey;
  float: left;
  height: 50px;
  width: 100%;
  padding: 6px 17px;
  background-color: #fff;
  /* border: 1px solid #D1D1D1; */
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box; }

.mobile-search-box {
  display: block; 
  width: 85%;
  float: left; 
  margin: 0; }
  
.mobile-search-box-button {
  width: 15%;
  float: left;
  margin: 0 0 0 0;
  display: block;
  height: 50px;
  padding: 15px 0px 0px 0px;  
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  background-color: #868585;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s; }

  #mobile-search-box-button:hover {
    background: orange;
	border: none; } 
}

.first-div {
  background: #6b6b6b; 
  color: white; }

  .first-sub-div-right {
	float: right;
	width: 270px;
	font-size: 0.9em;
	padding: 11px 0 0 0;
	margin-right: 10px; 
	height: 100%;
	color: white;
	text-align: right; }

	.first-sub-div-right a:link {
	  text-decoration: none;
	  color: white; }
	
	.first-sub-div-right a:visited {
	  text-decoration: none;
	  color: white; }
	
	.first-sub-div-right a:hover {
	  text-decoration: none;
	  color: yellow; }

.header {
  color: #ffffff;
  padding: 15px; 
  height: 252px;
  background: white;
  /*box-shadow: inset 0px -1px 15px 0px #b92323;*/ }

  .header logo-container {
	height: 100%;
	float: left;
	padding: 0; }  

  .header mid-section-container {
	height: 100%;
	float: left; 
	padding: 0; }  
  
  .header right-section-container {
	height: 100%;
	float: left; 
	padding: 0; }  

#search-div {
  display: none; }

.search-box {
  width: 70%;
  height: 100%;
  float: left; }

#search-field {
  font-size: 22px;
  color: darkgrey;
  float: left;
  height: 50px;
  width: 80%;
  padding: 6px 17px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box; }

#search-box-button {
  width: 70px;
  float: left;
  margin: 0 0 0 0;
  display: block;
  height: 50px;
  padding: 5px 0 0 0;
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .1rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: #8BC34A;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s; }

  #search-box-button:hover {
    background: orange;
	border: none; } 

.social-container {
  font-size: 1.3em;
  float: right;
  padding: 4px;
  height: 100%;
  color: black;
  text-align: right; }

  .social-container a:link {
	text-decoration: none;
	color: black; }
  
  .social-container a:visited {
	text-decoration: none;
	color: black; }

.phone-container {
  float: right;
  padding: 4px;
  height: 100%;
  color: white;
  text-align: right; }

  .phone-container a:link {
	text-decoration: none;
	color: white; }
  
  .phone-container a:visited {
	text-decoration: none;
	color: white; }

.email-container {
  float: left;
  font-size: 0.9em;
  padding: 0;
  margin-top: 8px;
  margin-right: 10px; 
  height: 100%;
  color: white;
  text-align: right;
  letter-spacing: 0; }

  .email-container a:link {
	text-decoration: none;
	color: white; }
  
  .email-container a:visited {
	text-decoration: none;
	color: white; }
  
  .email-container a:hover {
	text-decoration: none;
	color: #fb9890; }

.button-container {
  float: right;
  padding: 4px;
  height: 100%;
  color: black;
  text-align: right; }

.basket {
  float: left;
  width: 15%;
  height: 100%;
  color: black;
  text-align: right; }

  .basket a:link {
	text-decoration: none;
	color: black; }
  
  .basket a:visited {
	text-decoration: none;
	color: black; }
	 
.banner {
  position: relative;
  background-position: center;
  background-size: cover;
  margin: 0;
  text-align: left;
  transition: .8s; }

  .banner-text {
    padding: 70px 0 70px 0;
    max-width: 560px;
    margin: 0 20px;
    text-align: left; }

  .banner-button-wrap {
    padding: 0;
    margin: auto; }

  .update-button-wrap {
    position: relative;
	padding: 0;
    max-width: 180px;
    margin: auto; }
	
  .banner img {
	width: 100%;
	height: auto; }

  .banner h1 {
	font-size: 2.7em;
    color: white;
	text-transform: capitalize;
    /* text-align: center; */
    text-shadow: 3px 3px 6px #00000070;
    background: none;
    width: 100%;
    padding: 15px;
    border-left: 5px white solid;
    /* border-bottom: 1px white solid; */
    line-height: 1.6em; }
		
  .banner h2 {
    text-align: left;
	text-transform: capitalize;
    text-shadow: 3px 3px 5px #00000060;
    margin: 0px auto 30px auto;
    color: white;
    background: none;
    width: 100%;
    padding: 0px 15px 45px 15px;
    /* border-left: 5px white solid; */}	

.small-info-banner {
  margin: 0;
  background: #1d1b16;
  text-align: center;
  box-shadow: inset 0px 5px 12px 0px #2b2b2b69; }

.non-home-banner {
  margin: auto; }

.banner-small-box {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  /* margin: 0 0 35px; */
  text-align: center;
  transition: transform .2s; }
  
  .banner-small-box:hover {
    transform: scale(1.1);
	cursor: pointer; }  
 
.page-title {
  text-align: center;
  background: #8BC34A;
  margin: 0 0 10px 0; }
 
.home-box-1 {
  position: relative;
  background-image:url(../images/.jpg);
  height: auto; }  

.home-box-2 {
  position: relative;
  background-image:url(../images/box2.jpg);  
  height: 519px; }  

.home-box-3 {
  position: relative;
  background-image:url(../images/.jpg);  
  height: auto; }  
  
.home-box-4 {
  position: relative;
  background-image:url(../images/box4.jpg);  
  height: 519px; }  

.home-box-5 {
  position: relative;
  background-image:url(../images/.jpg);  
  height: auto; }  

.container-hover-over {
  position: relative;
  width: 100%;
  cursor: pointer; }

.box-img img {
  display: block;
  width: 100%;
  height: auto; }

  .box-img-overlay {
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #008CBA; }

.container-hover-over:hover .box-img-overlay {
  opacity: 0.8;
}

.hover-over-text {
  color: white;
  font-size: 0.7em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

#product-box {
  float: left;
  width: 23%;
  padding: 15px;
  margin: 6px 6px;
  box-sizing: border-box;
  min-height: 17rem;
  border: 1px solid #ccc;
  transition: 0.3s; }
  
  #product-box:hover {
	border: 1px solid #000000;
	cursor: pointer; }

  #product-box .image {
	width: 100%; 
	margin: auto;
	min-height: 220px; }  

  #product-box .name {
	font-size: 1.0em;
	font-weight: 600;
	line-height: 1.4em;
	/* text-transform: lowercase; */
	color: black;
	padding: 4px 0px; 
	text-align: center;
	min-height: 75px; }
  
  #product-box .price {
	font-size: 2.0em;
	font-weight: 600;
	color: #82b646;
	padding: 4px 0px;
	text-align: center; }
  
  #product-box .condition {
	font-size: 1.0em;
	line-height: 1.618em;
	text-transform: uppercase;
	color: black;
	padding: 0px 0px; 
	text-align: center; }

#category-box {
  float: left;
  width: 23%;
  padding: 15px;
  margin: 6px 6px;
  box-sizing: border-box;
  min-height: 17rem;
  border: 1px solid #ccc;
  transition: 0.3s; }
  
  #category-box:hover {
	border: 1px solid #000000;
	cursor: pointer; }

  #category-box .image {
	width: 100%; 
	margin: auto;
	min-height: 11rem; }  

  #category-box .name {
	font-size: 1.0em;
	font-weight: 600;
	line-height: 1.618em;
	/* text-transform: lowercase; */
	color: black;
	padding: 4px 0px; 
	text-align: center; }


  .service-box {
	padding: 30px;
	background-color: #dba22b;
	color: white;
	text-align: center;
	cursor: pointer;
	height: 100px; }

@media only screen and (max-width : 768px)  {
    #product-box { width: 31%; }
	#category-box { width: 31%; }
}
@media only screen and (max-width : 480px)  {
    #product-box { width: 45.667%; }
	#product-box .image { min-height: 170px; overflow: hidden; } 
	#category-box { width: 95%; }
}

  
/* 1 - Ecommerce - Product Page
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.product-page-img {
  float: left;
  width: 45%;
  padding: 15px;
  margin: 9px;
  box-sizing: border-box;
  height: auto; }

.product-page-details {
  float: left; 
  width: 45%;
  padding: 15px;
  margin: 9px;
  box-sizing: border-box;
  height: auto; }

/* 1 - Ecommerce - Basket Page
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#basket-product-container {
  position: relative;
  padding: 15px;
  margin: 10px;
  box-sizing: border-box;
  height: 195px;
  border: 1px solid #ccc;
  transition: 0.3s; }
  
.basket-product-image {
  width: 24%;
  height: 100%;
  float: left;
  overflow: hidden;
  zoom: 0.8; }  

.basket-product-description {
  width: 60%; 
  height: 100%;
  float:left;
  top: 40%; }  

.basket-product-price {
  width: 26%;
  float: left;
  top: 40%;
  right: 0;
  position: absolute;
  height: 20%; }

.qty {
  padding: 8px 0px;
  width: 33px;
  height: 30px;
  margin: 0px;
  float: left; }

.qty-plusminus {
  background-color: #CCC;
  padding: 1px 0;
  width: 29px;
  height: 100%;
  font-size: 27px;  
  text-align: center;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #EEE;
  margin: 0px;
  float: left;
  vertical-align: middle; }

.item-qty {
  background-color: #FFF;
  padding: 8px;
  width: 30px;
  height: 100%;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #666;
  border: 1px solid #EEE;
  margin: 0px;
  float: left; }
  
.item-price {
  padding: 10px 0px;
  width: 40%;
  height: 100%;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #666;
  margin: 0px;
  float: left; }  
 
.item-row {
  margin-bottom: 20px;
  transition: 0.3s; } 
  
  .item-row:hover {
    box-shadow: 3px 3px 8px 3px rgba(0,0,0,0.12); 
	cursor: pointer; } 
/*
.banner {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 *//*
  background: url(images/tgb.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border: red solid 1px;
  overflow: hidden;
  float: left; }
*/ 

/* Side Nav */
/*
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	background-color: #fff;
}
.menu li {
    display: block;
	padding: 8px;
    margin-bottom: 7px;
    background-color: #33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #0099cc;
}
*/

.aside {
  display: table;
  width: 100%;
  background: #859f5d;
  /* background: -webkit-linear-gradient(-40deg, #black, #black); 
  background: -o-linear-gradient(-40deg, #black, #black);
  background: -moz-linear-gradient(-40deg, #black, #black);*/
  /* background: linear-gradient(-40deg, #black, #black); */
  padding: 15px;
  color: white;
  text-align: left;
  font-size: 12px; }
  
  .aside ul {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: none; }

	.aside ul li {
	  margin: 0;
	  float: none; }

	  .aside ul li a {
		display: block;
        text-align: left;
        padding: 14px 16px; }

.aside h3 {
  font-size: 2.4em;
  line-height: 1.618em;
  text-transform: uppercase;
  color: white;
  padding: 0 0 10px 0;
  border-bottom: dotted 0.2px #fff; }


/* 1 - Side Slide Menu
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */		

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #45423b; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */ }

/* The navigation menu links */
  .sidenav a {
    padding: 12px 8px 12px 32px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    display: block;
    transition: 0.3s }

  .sidenav .add-page a {
    color: orange; 
	cursor: pointer; }
  
/* When you mouse over the navigation links, change their color */
  .sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1; }

/* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 28px;
    margin-left: 50px; }

  .sidenav .logout {
    position: absolute;
    top: 0;
    left: 90px;
    font-size: 28px;
    margin-left: 20px; }

  .sidenav .home {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 28px;
    margin-left: 0px; }


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#all-content-container {
    transition: margin-left .5s; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 480px) {
    .sidenav { padding-top: 15px; }
    .sidenav a { font-size: 18px; }
}


/* 1 - Side Slide Nav Web Row Builder
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */		

/* The side navigation menu */
.navWebRowBuilder {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 4; /* Stay on top */
  top: 0;
  right: 0;
  background-color: #D4D4D4; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding: 10px 0 10px 0; /* Place padding around */
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */ }

/* The navigation menu links */
  .navWebRowBuilder a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: #818181;
    display: block;
    transition: 0.3s }

/* When you mouse over the navigation links, change their color */
  .navWebRowBuilder a:hover, .offcanvas a:focus{
    color: #f1f1f1; }

/* Position and style the close button (top right corner) */
  .navWebRowBuilder .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 28px;
    margin-left: 50px; }

  .navWebRowBuilder .logout {
    position: absolute;
    top: 0;
    left: 90px;
    font-size: 28px;
    margin-left: 20px; }

  .navWebRowBuilder .home {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 28px;
    margin-left: 0px; }


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#all-content-container {
    transition: margin-left .5s; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 480px) {
    .navWebRowBuilder { padding-top: 15px; }
    .navWebRowBuilder a { font-size: 18px; }
}


  .web-builder-row {
    position: relative;
    margin: 30px auto;
    padding: 0px;
    box-sizing: border-box;
    border: 3px #CECECE solid;
    height: 146px;
	width: 70%; }

	.web-builder-row:hover {
	  border: 3px #737373 solid;
	  cursor: pointer; }
  
  .row-box {
	height: 110px;  
    padding: 8px 8px 8px 8px;
    background: #18C4F0;
    transition: 0.3s; }


/* 1 - Footer
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */		


.footer {
  background-color: #2f5035;
  color: #ffffff; }

  .footer ul {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: none; }
	
	.footer ul li {
	  float: none; 
	  padding: 3px 0px;
      font-size: 0.9em; }

	  .footer ul li a {
		display: block;
		text-align: left; 
		padding: 5px 0px;
        background: none;
		text-transform: none;
		box-shadow: none;
		color: #d5d4d4;
		border: none; }

	  .footer ul li a:hover {
		text-decoration: underline; }
		
	  .footer.p-footer {
	  float: none; 
	  padding: 0px 0px;
      font-size: 0.9em;
	  color: #dba627; }	

.social-inline {
  display: -webkit-inline-box; }

.copyright {
  text-align: center; 
  font-size: 0.6em; }

  .copyright a:link {
	color: white; 
	text-decoration: none; }

  .copyright a:visited {
	color: white; 
	text-decoration: none; }
  
  .copyright a:hover {
	color: grey; 
	text-decoration: none; }

  
/* ? - Buttons
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: block;
  height: 38px;
  margin-top: 2.0em;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  /* border-radius: 4px; */
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

  button a[href] {
	text-decoration: none; }

button.addtobasket, input.addtobasket {
  display: inline-block;
  height: 65px;
  margin-top: 0.1em;
  line-height: 0;
  padding: 23px;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1.5px solid white;
  cursor: pointer;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  /* width: 70%; */
  transition: 0.3s;
  border-radius: 0px; } 

  /*button.addtobasket a:link {
	display: block;
	text-decoration: none; 
	color: white; } 
  
  button.addtobasket a:visited {
	text-decoration: none; 
	color: white; } */
  
  button.addtobasket:hover,  input.addtobasket:hover {
	background: white;
    color: black;
	border: 1.5px solid white; } 

button.header-btn {
  display: block;
  float: right;
  margin-top: 0.1em;
  margin-bottom: 0px;
  margin-right: 6px;
  padding: 7px 14px;
  line-height: 0px;
  color: black;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  background-color: white;
  border: 2px solid white;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.6s;
  border-radius: 25px;
  height: 31px;
  /* border: 1.5px solid white; */} 

  /*button.header-btn a:link {
	display: block;
	text-decoration: none; 
	color: white; } 
  
  button.header-btn a:visited {
	text-decoration: none; 
	color: white; } */
  
  button.header-btn:hover {
	color: white;
	background: transparent;
    border: 2px solid white; } 

button.header-btn-bgcolor {
  display: block;
  float: right;
  margin-top: 0.1em;
  margin-bottom: 0px;
  padding: 7px;
  line-height: 0px;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
  background: #FF9800;
  border-radius: 25px; } 

  button.header-btn-bgcolor a:link {
	display: block;
	text-decoration: none; 
	color: white; } 
  
  button.header-btn-bgcolorn a:visited {
	text-decoration: none; 
	color: white; } 
  
  button.header-btn-bgcolor:hover {
	display: block;
	text-decoration: none; 
	color: black; 
	border: 1px solid black;
	background: white; } 


button.add-to-basket-lg {
  display: inline-block;
  height: 70px;
  margin-top: 1em;
  padding: 0px;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #444;
  border: 1px solid;
  cursor: pointer;
  box-sizing: border-box;
  width: 80%;
  transition: 0.3s } 

  button.add-to-basket-lg a:link {
	display: block;
	text-decoration: none; 
	color: white; } 
  
  button.add-to-basket-lg a:visited {
	text-decoration: none; 
	color: white; } 
  
  button.add-to-basket-lg a:hover {
	text-decoration: none; 
	color: white; 
	background: orange;
	border: none; }

button.update-image {
    display: block;
    height: 50px;
    margin-top: 2.1em;
    padding: 0px;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #2196F3;
    border: 3px dashed;
    cursor: pointer;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    transition: 0.3s;
    position: absolute;
	border-radius: 9px; } 

  button.update-image a:link {
	display: block;
	text-decoration: none; 
	color: white; } 
  
  button.update-image a:visited {
	text-decoration: none; 
	color: white; } 
  
  button.update-image a:hover {
	display: block;
	text-decoration: none; 
	color: white; 
	background: orange; } 

button.back-btn {
  width: 38px;
  font-size: 1.3em;
  padding: 0px; }
  
.info-btn-1 {
  width: 120px; 
  background: rgb(220, 54, 54); 
  color: white; 
  font-size: 1.0em; 
  font-weight: bold; 
  text-align: center; 
  padding: 10px; 
  float: left;
  border-radius: 25px; }

.info-btn-2 {
  width: 120px; 
  background: #e5e5e5; 
  color:black; 
  font-size:0.9em; 
  font-weight:bold; 
  text-align:center; 
  padding:10px; 
  float:left; 
  margin-left:10px;
  border: none;
  border-radius: 25px; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

.button2 {
  z-index: 100;
  background-color: #c39738;
  width: 200px;
  padding: 19px;
  margin-left: auto;
  position: absolute;
  font-size: 1.4em;
  text-align: center;
  border-radius: 4px;
  color: white;
  margin-right: auto; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#form-box { 
  content: "";
  clear: both;
  display: table; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 50px;
  width: 100%;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

option {
  font-size: 14px;
  height: 50px;
  width: 100%;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }  

/* EDIT THIS FOR CMS FIELD ON EDIT PAGE - UNFINISHED */
input[type="text"] .cms-banner-text {
  height: 80px;
  width: 100%;
  padding: 6px 10px;
  background: none;
  border: 4px solid white;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
  color: white;
  font-size: 33px; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 95px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .6rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; 
  cursor: pointer;
  height: 20px;
  width: 20px; }
  
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
  width: 100%; }
th {
  color: white;
  font-size: 14px;
  background: #8BC34A;
  padding: 14px 0px 0px 0px;
  border-radius: 11px; }
td {
  padding: 12px 0px 12px 0px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0;
  background: white; }
th:last-child,
td:last-child {
  /*padding-right: 0;*/ }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
/*il, ol,
p,*/
pre,
blockquote,
dl,
figure,
table,
form {
  margin-bottom: 2.5rem; }

.zero-padding {
  padding: 0; }

.padding-bottom-zero { padding-bottom: 0; }
  
.padding-top-zero { padding-top: 0; }  

.padding-5px { padding: 5px; }
.padding-10px { padding: 10px; }  
.padding-15px { padding: 15px; }
.padding-20px { padding: 20px; }
.padding-25px { padding: 25px; }  

.margin-bottom-zero { margin-bottom: 0; }  
.margin-bottom-5px { margin-bottom: 5px; } 
.margin-bottom-10px { margin-bottom: 10px; } 
.margin-bottom-15px { margin-bottom: 15px; } 
.margin-bottom-20px { margin-bottom: 20px; } 
.margin-bottom-25px { margin-bottom: 25px; }     

.margin-zero { margin: 0; }

.margin-top-zero { margin-top: 0; }
.margin-top-5px { margin-top: 5px; }
.margin-top-10px { margin-top: 10px; }  
.margin-top-15px { margin-top: 15px; }
.margin-top-20px { margin-top: 20px; }
.margin-top-25px { margin-top: 25px; }   

.margin-right-zero { margin-right: 0px; }
.margin-right-5px { margin-right: 5px; }
.margin-right-10px { margin-right: 10px; }  
.margin-right-15px { margin-right: 15px; }
.margin-right-20px { margin-right: 20px; }
.margin-right-25px { margin-right: 25px; } 
 
.margin-left-zero { margin-left: 0px; }
.margin-left-5px { margin-left: 5px; }
.margin-left-10px { margin-left: 10px; }  
.margin-left-15px { margin-left: 15px; }
.margin-left-20px { margin-left: 20px; }
.margin-left-25px { margin-left: 25px; } 

.full-width {
  width: 100%;
  box-sizing: border-box; }

.position-relative {
  position: relative; }
 
.margin-auto { margin: auto; }
 
.content-align-center {
  margin: auto;
  float: none; } 

.text-align-center {
  text-align: center; }

.float-left { float: left; }

.float-right { float: right; }	
	
.spacer {
  padding: 30px; }
  
.full-width-center-align {
  margin: auto;
  width: 100%; } 
  
#display-inline-block {
  display: inline-block;  }   

.inline-block { display: inline-block; }

/* Icons Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

i.i-style {
  color: black;
  font-size: 28px; }

  i.i-style:hover {
	color: orange;
	text-decoration: none;
	cursor: pointer; }

i.i-cms-home {
  color: #9e9e9e;
  font-size: 98px; }

  i.i-cms-home:hover {
	color: orange;
	text-decoration: none;
	cursor: pointer; }

i.i-top-nav {
  color: #8BC34A;
  font-size: 22px;
  padding-left: 16px; }
  
  i.i-top-nav:hover {
	color: grey;
	transition: 0.3s; }

/* Colours
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.black {
  color: black; }

.white {
  color: white; }

.grey {
  color: grey; }

.darkgrey {
  color: darkgrey; }

.orange {
  color: orange; }

.darkolivegreen {
  color: darkolivegreen; }  

/* Background Colours
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.background-blue {
  background-color: #2196F3; }

.background-turq {
  background: #378b96; }

.background-turq-2 {
  background: #2b4a4e; }
  
.background-green {
  background: #cddc39; }  

.background-orange {
  background: #f39913; }
    
/* Univiersal Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.no-text-dec {
  text-decoration: none; }
  
.cursor-pointer {
  cursor: pointer; }
  
.lowercase {
  text-transform: capitalize; }  

/* Box Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
 
.box-style {
  /*box-shadow: 3px 3px 17px 2px #8080803b;*/
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* border: 8px #9e9e9e45 solid; */ }

.box-style-2 {
  border: solid 1px #b2b2b2;
  /* box-shadow: 3px 3px 17px 2px #8080803b; */ }
    

/* Modal Popup
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* 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;
  top: 0;
  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.4); /* Black w/ opacity */ }

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; }

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

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

.close-popup {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close-popup:hover,
.close-popup:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }
  
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.hidden-sm {
  display: none;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) {
  /* For Mobile */
  [class*="col-"] { width: 100%; }

  .colx-s-1 {width: 8.33%;}
  .colx-s-2 {width: 16.66%;}
  .colx-s-3 {width: 25%;}
  .colx-s-4 {width: 33.33%;}
  .colx-s-5 {width: 41.66%;}
  .colx-s-6 {width: 50%;}
  .colx-s-7 {width: 58.33%;}
  .colx-s-8 {width: 66.66%;}
  .colx-s-9 {width: 75%;}
  .colx-s-10 {width: 83.33%;}
  .colx-s-11 {width: 91.66%;}
  .colx-s-12 {width: 100%;}

}

/* Tablets (portrait and landscape) and (max-width : 570px) ----------- WAS 640px */
@media only screen and (min-width : 570px)  {
  /* Styles */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}

  .colx-s-1 {width: 8.33%;}
  .colx-s-2 {width: 16.66%;}
  .colx-s-3 {width: 25%;}
  .colx-s-4 {width: 33.33%;}
  .colx-s-5 {width: 41.66%;}
  .colx-s-6 {width: 50%;}
  .colx-s-7 {width: 58.33%;}
  .colx-s-8 {width: 66.66%;}
  .colx-s-9 {width: 75%;}
  .colx-s-10 {width: 83.33%;}
  .colx-s-11 {width: 91.66%;}
  .colx-s-12 {width: 100%;}

}

/* Desktops and laptops and (min-width : 820px) and (max-width : 1919px) ----------- WAS 768px */
@media only screen and (min-width : 820px) {
  /* Styles */
  .col-m-1 {width: 8.33%;}
  .col-m-2 {width: 16.66%;}
  .col-m-3 {width: 25%;}
  .col-m-4 {width: 33.33%;}
  .col-m-5 {width: 41.66%;}
  .col-m-6 {width: 50%;}
  .col-m-7 {width: 58.33%;}
  .col-m-8 {width: 66.66%;}
  .col-m-9 {width: 75%;}
  .col-m-10 {width: 83.33%;}
  .col-m-11 {width: 91.66%;}
  .col-m-12 {width: 100%;}
}

/* Desktops and laptops and (min-width : 1024px) and (max-width : 1919px) ----------- */
@media only screen and (min-width : 1024px) {
  /* Styles */
  .col-l-1 {width: 8.33%;}
  .col-l-2 {width: 16.66%;}
  .col-l-3 {width: 25%;}
  .col-l-4 {width: 33.33%;}
  .col-l-5 {width: 41.66%;}
  .col-l-6 {width: 50%;}
  .col-l-7 {width: 58.33%;}
  .col-l-8 {width: 66.66%;}
  .col-l-9 {width: 75%;}
  .col-l-10 {width: 83.33%;}
  .col-l-11 {width: 91.66%;}
  .col-l-12 {width: 100%;}
}
	
/* Large screens and @media only screen and (min-width : 1920px) and (max-width : 3840px) */
/* @media only screen and (min-width : 1920px) and (max-width : 3840px) { */
  /* Styles */
/*.col-xl-1 {width: 8.33%;}
  .col-xl-2 {width: 16.66%;}
  .col-xl-3 {width: 25%;}
  .col-xl-4 {width: 33.33%;}
  .col-xl-5 {width: 41.66%;}
  .col-xl-6 {width: 50%;}
  .col-xl-7 {width: 58.33%;}
  .col-xl-8 {width: 66.66%;}
  .col-xl-9 {width: 75%;}
  .col-xl-10 {width: 83.33%;}
  .col-xl-11 {width: 91.66%;}
  .col-xl-12 {width: 100%;}
}
*/



/* CMS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.cms-header {
  max-width: 100%;
  padding: 10px;
  margin: 0px 0px 0px 0px; }

.grad {
  background: #8BC34A;
  background: -webkit-linear-gradient(left, #8BC34A, #FFC107);
  background: -o-linear-gradient(right, #8BC34A, #FFC107);
  background: -moz-linear-gradient(right, #8BC34A, #FFC107);
  background: linear-gradient(to right, #8BC34A, #FFC107); }

.grad-2 {
  background: #bd2b99;
  background: -webkit-linear-gradient(left, #bd2b99, #5d3987);
  background: -o-linear-gradient(right, #bd2b99, #5d3987);
  background: -moz-linear-gradient(right, #bd2b99, #5d3987);
  background: linear-gradient(to right, #bd2b99, #5d3987); }
  
.grad-3 {
  background: #8932c1;
  background: -webkit-linear-gradient(left, #8932c1, #342a6f);
  background: -o-linear-gradient(right, #8932c1, #342a6f);
  background: -moz-linear-gradient(right, #8932c1, #342a6f);
  background: linear-gradient(to right, #8932c1, #342a6f); }
  
.grad-custom {
  background: #99ae5e;
  background: -webkit-linear-gradient(left, #99ae5e, #50795b);
  background: -o-linear-gradient(right, #99ae5e, #50795b);
  background: -moz-linear-gradient(right, #99ae5e, #50795b);
  background: linear-gradient(to right, #99ae5e, #50795b); }  

.center-box {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 30px;
  background-color: #F1F1F1;
  border-radius: 8px;
  border: rgba(158, 158, 158, 0.33) 0.5px solid;
  box-sizing: border-box; }

.center-box.grad {
  background: #F1F1F1;
  background: -webkit-linear-gradient(top, #F1F1F1, white);
  background: -o-linear-gradient(top, #F1F1F1, white);
  background: -moz-linear-gradient(top, #F1F1F1, white);
  background: linear-gradient(to bottom, #F1F1F1, white); }

.cms-footer {
  max-width: 100%;
  padding: 10px;
  margin: 0px 0px 0px 0px;
  position: fixed;
  bottom: 0; }

/* CMS Side Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  
.cms-side-nav {
  width: 100%; }

.cms-side-nav ul {
  width: fit-content;
  text-transform: uppercase;
  font-weight: 400;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }

  .cms-side-nav li { float: left; }

  .cms-side-nav li a, .dropbtn {
	display: -webkit-box;
	height: 100%;
	font-size: 17px;
	color: #cccccc;
	text-align: center;
	padding: 8px 5px 7px 29px;
	text-decoration: none;
	transition: 0.3s; }

  .cms-side-nav li a:hover, .dropdown:hover .dropbtn { 
    background-color: #8BC34A; 
	color: yellow; 
	font-size: 2x; 
	zoom: 1.03; }

  .cms-side-nav li.dropdown { display: inline-block; }

  .cms-side-nav .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1; }

  .cms-side-nav .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left; 
	transition: 0.3s; }
  
  
/* Accordion Slider Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.accordion-toggle {
  cursor: pointer; 
  margin: 0;
  color: white;
  padding: 10px 5px 10px 15px;
  border-bottom: 1px dashed grey; }
  
  .accordion-toggle:hover {
  color: yellow;
  border-bottom: 1px solid orange;
  transition: 0.3s; }
  
.accordion-content {
  display: none;
  color: grey; }

.accordion-content.default {
  display: block; }

/* Accordion Slider Nav Prev
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
accordhead.accordion {
    background-color: #dcc21b;
	color: white;
    cursor: pointer;
    padding: 5px 5px 5px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    display: inline-block;
}

accordhead.accordion.active, accordhead.accordion:hover {
    background-color: #ddd;
}

accordhead.accordion:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    margin-right: 8px;
	}

accordhead.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
*/

.drag-drop-row {
  padding: 70px 0;
  text-align: center;
  height: 250px;
  color: lightblue;
  border: 10px dashed lightblue;
  margin: 20px 0 60px 0;
  transition: 0.3s; }

  .drag-drop-row:hover {
    cursor: pointer;
	color: #DDEFF3;
    border: 10px dashed #DDEFF3; }
  
  .drag-drop-row > .content {
	margin: auto;
	width: 70%;
	padding: 10px;
	font-size: 3em; }  
	
.web-builder-side-panel {
  right: 0;
  top: 140px;
  position: fixed;
  width: 90px;
  height: 60%;
  text-align: center;
  background: #ff9800a1;
  color: white;
  padding: 19px;
  z-index: 3; }

.preview-web-btn {
  left: 30%;
  top: 0;
  position: fixed;
  width: 107px;
  height: 40px;
  text-align: center;
  background: #ff9800b3;
  color: white;
  padding: 12px;
  z-index: 3;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }
