/* theme */
:root {
  --cassiopeia-color-primary: #222222;
  --cassiopeia-color-link: #224faa;
  --cassiopeia-color-hover: none;
}

body {
  background-color: #010101;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
  color: #945626;
}

/* paragraph */
p {
  color: #7b7b7b;
  font-size: 20px;
}

/* Banner */
.container-banner {
    display: block;
    margin: 0;
}

#com-title {
  text-align: center;
  background-color: #524535;
  padding: 10px 20px;
  margin-bottom: 0px;
}

#com-title > h4 {
  color: #df680d;
}

#com-title > p {
  color: #f8f9f9;
  font-size: 17px;
}

/* Home Slider */
#djslider-loader113 {
   max-height: 560px;
   margin-bottom: 0px;
  
} 

/* Mega Menu */
.mega_menu {
  text-align:center;
  background-color:#524535;
}

.mega_menu ul {
  margin-top: 20px;
  display:inline-block;
  list-style:none; 
}

* html .mega_menu ul { /* Target IE6 */
  display:inline;
}

* html .mega_menu ul { /* Target IE7 */
  display:inline;
}

.mega_menu li {
  display:inline;
}

.mega_menu a {
  float:left;
  text-decoration:none; 
  margin:0 20px; 
  padding:10px 30px; 
  border: 2px solid #746757;
  color: #d8c1a7;
  background: #3a2d1d;
  font-size: 20px;
}


/* office image */
.office-img {
  float: right; 
  width: 30%; 
  height: auto; 
  max-width: 300px; 
  min-width: 200px; 
  margin-left: 15px;
  cursor: pointer;
}

/* contact us */
.contact-us p {
  margin: 0; 
  padding: 0;
  font-size: 16px;
}

.contact-us a {
  color: #7b7b7b;
}

.com-contact.contact {
    color: #7b7b7b;
}

/* privacy cookies */
.privacy-cookies {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.privacy-cookies p {
  font-size: 18px;
}

.privacy-cookies li {
  color: #7b7b7b;
}

/* contact information section */
/* footer section */
.footer {
  color: white;
  background-color: #2f271e;
  background-image: none;
}

.footer .grid-child {
  display: block;
}


/* phoca gallery */
.com_phocagallery .pagination {
    align-items: center;
    /* justify-content: flex-end; */
    color: white;
}


/* @media queries here */
@media only screen and (min-width: 767px) {
  /*
  .header, #com-title {
    display:none;
  }
  */
}

@media only screen and (max-width: 767px) {
  .mega_menu {
    display:none;
  }
}



/* Light box image modal */
/* The Modal (background) */
#light_box {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 15; /* 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.9); /* Black w/ opacity */
}

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


/* Add Animation */
#light_box_img {  
  -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 */
#light_box_close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#light_box_close:hover,
#light_box_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%;
  }
}

.ph-si-image {
  display: none;
}

.navbar {
  margin: auto;
}

.btmnu > li {
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 21px;
   font-weight: 100;
   padding: 16px;
   background-color: #6C572B;
   /* text-shadow: 0 0 10px #000000; */
   border: solid #B18525 2px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   margin: 0 20px;
}

.btmnu > li:hover {
   background: #6C572B;
   border: solid #D5A02D 2px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   text-decoration: none;
}

.btmnu ul {
  border-radius: 10px !important;
  background-color: #f2d69b !important
}