/* Enter Your Custom CSS Here */
#pg-7-1 {
    margin-bottom: 5%;
}
#pg-7-2{
	margin-bottom: 15%;
}
#pg-7-0{
	margin-bottom: 0px;
}
#pl-7 .so-panel:last-child {
    margin-bottom: 60px;
}
.contact_details{
  text-align: right;
  margin-right: 30px;
  margin-top: -7%;
  margin-bottom: 4%;
  font-family: Arial;
  color: #dd3333;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 2px 5px #464242;
}
.mh-container{
	width: 100%;
}
.mh-container, .mh-container-inner{
	max-width: 100% !important;
}
.mh-container-outer{
  margin:0px auto !important;
  margin-top:20px !important; 
  
}
.mh-wrapper{
  margin-top:20px;
  background: rgba(255, 255, 255, 0.85);
  padding: 0px 0px !important;
}
.mh-container-outer{
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.entry-header{
  display:none;
}
.cosplay{
  text-align:right;
  z-index:9999;
  width: 100%;
  
}
.cosplay p{
  color: white;
  font-size: 14pt;
  padding-right: 10px;
  margin-top:-40px;  	
}
.ngg-galleryoverview {
  text-align:center;
}
.ngg-gallery-thumbnail-box {
  float:none !important;
  display:inline-block;
}

/* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 50%;
}
.dropbtn2 {
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 50%;
  margin-top:-60px;
}
.dropbtn3 {
  
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 50%;
}
.so-widget-ink-accordion-accordion-ce5bc00eae21 .iw-so-accordion .iw-so-acc-item .iw-so-acc-title{
  padding-right: 0 !important;
}

/* Dropdown button on hover &amp; focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}
.dropbtn2:hover, .dropbtn2:focus {
  background-color: #3e8e41;
}
.dropbtn3:hover, .dropbtn2:focus {
  background-color: #3e8e41;
}

/* The container  - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  width:100%;
  text-align:center;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom:5px;
  margin-top:-20px;
  display: none;
  position: static;
  background-color: #f9f9f9;
  min-width: 94.5%;
  max-width: 94.5%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content2 {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom:5px;
  margin-top:-20px;
  display: none;
  position: static;
  background-color: #f9f9f9;
  min-width: 94.5%;
  max-width: 94.5%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content3 {
  z-index:1;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom:5px;
  margin-top:-20px;
  display: none;
  position: static;
  background-color: #f9f9f9;
  min-width: 93%;
  max-width: 93%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown-content2 a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
/*MOBILE RESPONSIVENESS*/

/*IPAD*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
  /*.contact_details{
    margin-top: 1%;
    margin-bottom: 1%;
    text-align: center;
    margin-right: 300px;
  }*/
    .mh-site-logo {
    padding: 20px;
    margin-left: 157px;
  }
  .contact_details{
	margin-left: 40px;
    margin-right:0px;
margin-top: 1%;
    text-align: center;
    margin-right: 29px;
}
}
/*iphone6*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
  .contact_details{
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: center;
  }
  #pg-7-3{
  	margin: 0px 30px;
  }
}
/*iphone5 &amp; 5s*/
@media only screen 
and (min-device-width : 320px) and (max-device-width : 568px) {
  .contact_details{
      margin-top: 3%;
      margin-bottom: 3%;
      text-align: center;
    }
  #pg-7-3{
      margin: 0px 45px;
    }
}
