﻿#EmailAddress:focus {
    outline: none;
}
     .events{
margin: 20px 10px;
}  

     .media-gallery {
    font-family: "Arial";
    font-size: 14px;
}

.carousel-caption {
    position: relative;
    border: 1px solid black;
    top: 0;
    left: 0;
    color: black;
    text-align: left;
    padding: 20px;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    z-index: 999;
    width: 45px;
    height: 45px;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 100%;
    padding: 0 0 10px 0px;
    line-height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    top: 50%;
    bottom: 50%;
    width: 5%;
    opacity: 1;
    position: absolute;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    font-size: 30px;
    background: none;
}

.carousel .carousel-control-next {
    right: 20px;
}   

 
.input-container {
  display: flex;
  width: 100%;
  background: white;
  border-radius: 5px;padding: 2px;box-shadow:1px 1px 1px 1px rgb(0 0 0 / 10%);
}
.inputicon {
  padding: 10px;
  background: white;
  color: lightgray;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 5px;
  outline: none;
  border: 0px solid lightgray;
}

.input-field:focus {
  border: 1px solid white;
}
.instabox
    {
      margin: 1px;
    }
    .instabox:hover
    {
      -moz-box-shadow: 0 0 10px #ccc;
      -webkit-box-shadow: 0 0 10px #ccc;
      box-shadow: 0 0 10px #ccc;
    }

    .instaMoreBox{
    display: none;
}
    #btnInstaLoadMore {
    border-radius: 50px;
    padding: 5px 25px;
    border: none;
    outline: none;
    font-weight: 600;
    color: white;
    box-shadow: none;
    background-color: #b3a34c;
}

    .responsive-image1 {
        width: 950px;
        max-width: 100%;
        height: auto;
}

    .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
}
    .carousel-inner{
overflow: visible;
}

    .xMenu{
        background:rgba(244, 237, 214, 0.9);
        text-align:center;
    }

    .xMenuItem{
        background:rgba(244, 237, 214, 0.9);
        font-size:10pt;
        
        height:40px;
    }
    .xMenuItem:hover{
        background:#ded49d;
        text-decoration:underline;
        color:black;
    }


@media (max-width: 768px) {
    .xMenuItem{
        background:#b3a34c;
        font-size:10pt;
        
        height:40px;
    }
}

@media (max-width: 768px) {
    .xMenuItem{
       background:#b3a34c;
        font-size:10pt;
        
        height:40px;
    }
}

@media (max-width: 575px) {
    .xMenuItem{
        background:#b3a34c;
        font-size:10pt;
        
        height:40px;
    }
}


   