
/*
* Custom variables
*/


html,
body {
    height: 100%;
	margin: 0;
}

h1 {

    font-size: 30px;
     color: darken(lightgrey, 20%);
}

h2 {

    font-size: 26px;
     color: darken(lightgrey, 20%);
}

h3 {

    font-size: 20px;
     color: darken(lightgrey, 20%);
}

h7 {
        text-transform: uppercase;
        letter-spacing: 0.5em;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        padding: 15px 0;
        color: darken(lightgrey, 20%);
 }		
 
.setpadding {
   padding: 2px !important;
   margin: 0 !important;
}

.ads img {
  width: 100%; /* Ensures it scales within the container */
  max-width: 600px; /* Maximum size for larger screens */
  height: auto; /* Maintain aspect ratio */
}

.content {
  margin: 1px; /* Adjusted margin to provide balanced spacing around the element */
  padding: 5px; /* Adds internal spacing to make the content look more structured */
  display: block; /* Ensures the element takes up the full width and starts on a new line */
  clear: both; /* Clears any floating elements above it, ensuring a new row */
 /* background-color: #f9f9f9; /* Optional: Adds a light background for better visibility */
 /* border-radius: 8px; /* Optional: Adds rounded corners for a softer appearance */
 /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow for a polished look */
}

.btn {
    border-radius: 20px !important; /* Ensures override */
    padding: 5px 10px !important;
	margin: 2px
}

.btn-margin {
    margin: 3px; /* Adjust the value as needed */
}

	
.navbar {
    background-color: #ffffff;
    margin-bottom: 0; /* Ensure no unwanted margin */

}
.nav.navbar-nav.navbar-right li a {
    color: black;
}

.nav.navbar-nav.navbar-right li button {
    padding: 15px;
}

.rightbar {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px; /* Adjust the width as needed */
    height: 100%; /* Full height of the viewport */
    background-color: #333;
    display: flex;
    flex-direction: column; /* Make it vertical */
    align-items: center; /* Center the items horizontally */
  }
  
  .rightbar a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    font-size: 17px;
    width: 100%; /* Full width of the container */
  }
  
  .rightbar a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .rightbar a.active {
    background-color: #04AA6D;
    color: white;
  }


.bottombar {
    overflow: hidden;
    background-color: black;
    position: fixed;
    bottom: 0;
  
  }
   
  .bottombar a {
    float: left;
  /*  display: block; */
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .bottombar a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .bottombar a.active {
    background-color: #04AA6D;
    color: white;
  }

 /* Top Bar */
 
.topbar {
  overflow: hidden;
  background-color: black;
}
 
.topbar a {

/*  display: block; */
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topbar a:hover {
  background-color: #ddd;
  color: black;
}

.topbar a.active {
  background-color: #04AA6D;
  color: white;
}


.container {
    padding: 10px 15px 0px 20px;
}

.wrap .container .breadcrumb {
    padding: 50px 15px 0px 100px;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap .container {
    padding: 5px 20px 0px 20px;
}


.wrap .container .row {
    padding: 0px 5px 0px 5px;
}

.wrap .container-fluid {
    padding: 30px 15px 20px;
}

.hometitle{
    padding: 5px 15px 20px 0px;
    text-align: center;
}

.hometitle2{
    padding: 0px 15px 20px 0px;
    text-align: center;
}

.footer {
    height: 200px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
     padding: 20px 15px 20px 30px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 16px;
    padding: 14px 24px;
}

.searchbar {
    text-align: center;
    background-color: transparent;
}

.nobr  {  
	white-space: nowrap;  
	hyphens: none;  
}

.not-set {
    color: #c55;
    font-style: italic;
}


/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.tag {
  background: #28c222 url(tag.png) no-repeat 4px center;
  background-size: 14px; /* Adjust if needed */
  color: #FFFFFF;
  display: inline-block; /* Better than float */
  font-size: 12px;
  font-weight: normal;
  margin: 0 5px 0 0;
  padding: 4px 10px 4px 24px; /* Space for icon */
  border-radius: 10px;
  white-space: nowrap; /* Prevents wrapping */
}



.placelogo img
{
	max-width: 150px;
    max-height: 150px;
	padding: 10px 10px;
}

.media img
{
	height: auto;
	max-width: 150px;
    float: left;
	padding: 0px 20px 20px 0px;
}

.media2 img
{
	height: auto;
	max-width: 150px;
   	padding: 0px 20px 20px 0px;
}

.imgthumbnail img
{
	height: auto;
	max-width: 100px;
    float: left;
	padding: 0px 20px 20px 0px;
}

.list-group-item
{
    height: auto;

}


blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.google-maps {
        position: relative;
        padding-bottom: 60%;  
        height: 0;
        overflow: hidden;
}

.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  height: 260px;
  transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card-image:hover {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
  padding: 1px 8px;
}

.container-fluid {
  padding: 1px 8px;
}

.card-user {
    display: block; 
    width: 100%; 
/*	height: 50px;  */
	
}



.card-container {
    display: block; 
    width: 100%; 
/*	height: 260px;  */
	
}

.card-imagecontainer {
    display: block; 
    width: 100%; 
/*	height: 200px;  */
	
}
.card-image {
    display: block; 
    width: 100%; 
/*	height: 200px;*/
	background-color:#DCDCDC;
	overflow:hidden;
}



.card-text {
    display: block; 
    width: 100%; 
/*	background-color:#255; */
	text-align:center;
}

.instagram-wrap {
    background: lightgrey;
}
 
.instagram-content {
    h3 {
        text-transform: uppercase;
        letter-spacing: 0.5em;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        padding: padding*5 0;
        color: darken(lightgrey, 20%);
    }
 
}

.user {
  font-weight: normal; /* Makes text bold */
  text-decoration: none !important; /* Removes underline */
  color: black;
}

.user:hover {
  text-decoration: none; /* Ensures no underline on hover */
}

 .photo-box {
	 margin: 0px 0px 10px 0px;
	 
}
 .photo-box .image-wrap img {
	 width: 100%;
	 padding: 0px 0px 0px 0px;
}

.photo-left  {
  float: left; /* Align the image to the left */
  margin-right: 15px; /* Add space between the image and the text */
  margin-bottom: 10px; /* Optional: Add space below the image */
}
	 
	 

 .photo-box .image-wrap .likes {
	 position: absolute;
	 bottom: 5px;
	 left: 10px;
	 padding: 5px;
	 background: blue;
	 background: rgba(black, 0.4);
	 color: white;
}

.photo-box .title .link a {
	 font-family: 'Montserrat', sans-serif;
	 font-size: 12px;
	 height: 30px;
	
	 text-align: center;
	 background: white;
	 
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.photo-box .title {
	 font-size: 12px;
	 background: white;
	 color: #2a2727;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 20px;
}

.photo-box .posttitle {
	 display: inline-block;
	 font-size: 10px;
	 background: grey;
	 color: white;
	 line-height: 1.1;
	 padding:0.4em;
	text-overflow: ellipsis;
	 overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3.5em;
}
.photo-box .postcredit {
	 display: inline-block;
	 font-size: 12px;
	 background: white;
	 color: black;
	 line-height: 1;
	 padding:0.4em;
	text-overflow: ellipsis;
	 overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 2.5em;
}

.photo-box .posttitle a{
	font-size: 14px;
	color: white;
}

.photo-box .posttitle9 a{
	 font-size: 11px;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
    
    
.photo-box .old a {
	 font-family: 'Montserrat', sans-serif;
	 font-size: 12px;
	 height: 30px;
	
	 text-align: center;
	 background: white;
	 
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.photo-box .description {
	 font-family: 'Montserrat', sans-serif;
	 font-size: 12px;
	 background: white;
	 color: #2a2727;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 100px;
}



.list-group-item.foodcourt-li {
  background-color: lightgrey !important;
  border: none !important;
}

/* General Outline Button Style */
.btn-outline {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  padding: 6px 12px;
  transition: all 0.3s ease-in-out;
}

/* Colors for Different Buttons */
.btn-outline-primary {
  color: #337ab7;
  border-color: #337ab7;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #337ab7;
  color: white;
}

/* Outline Danger (No) */
.btn-outline-danger {
  color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
  background-color: #d9534f;
  color: white;
}

/* Outline Warning (Maybe) */
.btn-outline-warning {
  color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
  background-color: #f0ad4e;
  color: white;
}

/* Outline Secondary (Pending) */
.btn-outline-secondary {
  color: #777;
  border-color: #777;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background-color: #777;
  color: white;
}

.highlight-box {
  padding: 10px;
  margin: 10px 0;
  border-left: 5px solid red; /* Default border */
}

.time-display {
  font-size: 0.9em; /* Slightly smaller text */
  color: #999999;   /* Light grey color */
}

.small-dot {
  font-size: 0.8em; /* Makes the circle smaller */
  color: #999999;   /* Light grey color */
}

.step-text {
  font-weight: bold; /* Makes text bold */
  color: red;        /* Makes text red */
}

    

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1500px) {

    .btn-margin {
        margin: 2px; /* Adjust the value as needed */
    }
  
  .card-container {
    width: 100%;
/*	height: 180px; */
  }
  
  .card-imagecontainer {
    display: block; 
    width: 100%; 
/*	height: 140px;  */
	
}
  
  .card-image {
    display: block; 
    width: 100%; 
/*	height: 140px; */
	background-color:#DCDCDC;
	overflow:hidden;
  }
  
  .card-text {
    display: block; 
    width: 100%; 
/*	background-color:#255; */
	text-align:center;
   }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {
    .btn-margin {
        margin: 2px; /* Adjust the value as needed */
    }

  .card-container {
    max-width: 50%;
/*	height: 100%; */
/*	height: 260px; */
  }
  
  .card-imagecontainer {
    display: block; 
    max-width: 50%; 
/*	height: 200px;  */
	
}    
  .card-image {
    width: 50%;
/*	height: 200px; */
  }
  
  .card-text {
    display: block; 
    width: 50%; 
/*	background-color:#255; */
	text-align:center;
   }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
    .btn-margin {
        margin: 5px; /* Adjust the value as needed */
    }

  .card-container {
    max-width: 50%;
/*	height: 100%; */
/*	height: 260px; */
  }
  
  .card-imagecontainer {
    display: block; 
    max-width: 50%; 
/*	height: 200px;  */
	
}    
  .card-image {
    width: 50%;
/*	height: 200px; */
  }
  
  .card-text {
    display: block; 
    width: 50%; 
/*	background-color:#255; */
	text-align:center;
   }

/* Flash message container styling */
.alert {
  margin: 20px 0; /* Add spacing between flash messages and other content */
}

/* Prevent flash messages from affecting navbar layout */
.flash-messages {
  clear: both; /* Ensure it doesn't interfere with floating elements like the navbar */
}

/* Responsive styling for mobile */
@media (max-width: 768px) { /* Adjust for tablets and smaller screens */
  .ads img {
    max-width: 600px; /* Reduce size on mobile */
  /*  height: 100px;  Set exact height to maintain proportion */
  }
}

@media (max-width: 480px) { /* Further adjust for smaller screens */
  .ads img {
    max-width: 480px;
  /*  height: 100px; */
  }
}

@media (max-width: 300px) { /* Further adjust for smaller screens */
  .ads img {
    max-width: 300px;
  /*  height: 100px; */
  }
}





}

