/*Nav Menu*/
.navigator-menu {
    border-style: solid !important;
    border-width: 1px 0px 1px 0px !important;
    border-image-source: linear-gradient(45deg, rgb(255,236,179), rgb(58,44,15), rgb(255,236,179));
    border-image-slice: 3;
    background: -webkit-linear-gradient(left, #3a2c0f 0%,#ffecb3 50%,#3a2c0f 100%);
    border-left: none !important;
    border-right: none !important;
}
/*Nav Menu*/

.entry-title{color:#cfc09f;}


/*Head title*/
.gold-text {
    background: linear-gradient(to bottom,#cfc09f 22%,#cfc09f 24%,#cfc09f 26%,#cfc09f 27%,#ffecb3 40%,#3a2c0f 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-family: 'Prompt';
    position: relative;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
}
/*Head title*/


/*Content*/
#button_page {    width: 100%;}
#button_popup {    width: 200px;}
/*Content*/


/*#txtUserName, #password {    width: 100%;    margin-bottom: 10px;    border: 1px solid #000;}*/
#btnLogin {    background: #151515;    padding: 10px;    display: inline-block;    width: 100%;    text-align: center;  color: #FFF !important;}
#btnLogin:hover {    background: #000000;   color: #f6dc89 !important;}
fieldset {    padding: 20px;}

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  background: #151515;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 1px solid #151515;
}

 .m-contact{    display:block;  }

@media only screen and (max-width: 1100px) {
  .m-contact{    display:block;  }
}

 .m-contact{
    position:fixed;
    z-index:9999;
    width:100%;
    border-top:1px solid #cecece;
    bottom: 0;
     background: rgb(252,240,190);
		background: linear-gradient(0deg, rgba(252,240,190,1) 0%, rgba(255,250,227,1) 16%, rgba(250,234,170,1) 37%, rgba(93,76,33,1) 100%); 
  }
  
  .tel, .line, .o-contact{
    width:calc(25% - 5px);
    border-left:0px solid #cecece;
    float:left;
    display:block;
    text-align:center;
    padding:5px 0px;
  }
  
.contact-info{      color:#333;      font-size:14px;      font-family:prompt;    }
.contact-info:hover{      color:#ff0000;    }
  
  .contact-icon{
      font-size:44px;
    	display:block;
    }
  
  .icon-line{
      color:#00a700;
    }
  
  .icon-tel{
      color:#c21e21;
    }
  
  .icon-regis{
      color:#4267b2;
    }
  
.icon-dw{
    /*background: #ae7500;
background: -moz-linear-gradient(left, #ae7500 0%, #f6dc89 49%, #ae7500 100%);
background: -webkit-linear-gradient(left, #ae7500 0%,#f6dc89 49%,#ae7500 100%);
background: linear-gradient(to right, #ae7500 0%,#f6dc89 49%,#ae7500 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    display: block !important;*/
    color:#333;
}

  .icon-dw:hover{    color:#ff0000;  }
  
 

.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.9); /* Black w/ opacity */
  z-index: 9999999;  
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  /*border: 1px solid #888;*/
  width: 80%;
  max-width: 450px;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -10px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 10px 10px;
  background: rgb(252,240,190);
	background: linear-gradient(90deg, rgba(252,240,190,1) 0%, rgba(255,250,227,1) 16%, rgba(250,234,170,1) 37%, rgba(93,76,33,1) 100%); 
  color: #151515;
}

.modal-body {padding: 20px 16px;}

.modal-footer {
  padding: 10px 10px;
   background: rgb(252,240,190);
	background: linear-gradient(-90deg, rgba(252,240,190,1) 0%, rgba(255,250,227,1) 16%, rgba(250,234,170,1) 37%, rgba(93,76,33,1) 100%); 
  color: #151515;
}

.box{ position: relative;} 
.box::before{ content: ''; position: absolute; top: -2px; bottom: -2px; left: -2px; right: -2px; background: #fff; z-index: -1;}
.box::after{ content: ''; position: absolute; top: -2px; bottom: -2px; left: -2px; right: -2px; background: #fff; z-index: -1; filter: blur(40px);}
.box::before, .box::after{ background: linear-gradient(235deg, #fffae3, #5d4c21, #fffae3);}

.sgpb-theme-1-overlay {    width: 0% !important;    height: 0% !important;}
.sgpb-content-183 {    border-width: 0px !important;    background: transparent !important;}
#panel-183-0-0-0 {    margin-bottom: 0px;}
.sgpb-theme-1-content {    box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px 14px !important;}

@media only screen and (max-width: 1100px) {
  .sgpb-content-183 {    display: none;}
}