
#container {
  background: none;
 /* box-shadow: 0 0 0 1px #FFF; */
 margin: 2em auto; 
 /* max-width: 600px; */
  padding: 2em; 
}
.newsletter.block-editor-news {
  width: fit-content !important;
}


.block-editor-news form {
  display: flex;
  align-items: center;
  gap: 6px;
}

.block-editor-news .form-group {
  margin: 0;
}

.block-editor-news input {
  font-size: 12px;
}

.block-editor-news input,
.block-editor-news button {
  height: 40px;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.block-editor-news input {
  width: 200px;
}

.block-editor-news button {
  width: 100px;
  background: #007bff;
  color: white;
  border: none;
  font-size: 12px;
}

@media (max-width: 768px) {
  .block-editor-news form {
      flex-wrap: wrap;
  }
  
  .block-editor-news input,
  .block-editor-news button {
      width: 100%;
  }
}



svg {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-family: 'Rokkitt', serif;
  font-size: 26px;
  font-weight: normal;
padding-bottom: 20px;
width: 40%;
}
h1 {
  /* border-bottom: 4px solid #FFF; */
  color: #FFF;
  font-family: 'Rokkitt', serif;
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 0;
  text-transform: uppercase; 
}
  @media (min-width: 500px) {
    h1 { font-size: 24px; } 
	svg { width: 60% !important; }
}

  @media (min-width: 768px) {
    h1 { font-size: 26px; } 
  	svg { width: 60% !important; }
}

p {
 /*  margin: 0 0 20px; */
color: #fff;
font-family: 'Rokkitt', serif;
font-weight: lighter;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: none;
   color: white;
   text-align: center;
}

/*# sourceMappingURL=maintenance.css.map */

.form-inline {  
  align-items: center;
}

.form-inline label {
  margin: 0;
}

.form-inline input {
  vertical-align: middle;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-inline button {
  background-color: #dd8411 ;
  border: 1px solid #dd8411;
  color: white;
  cursor: pointer;
}


.form-inline button:hover {
  background-color: #ff6b6b !important;
  color: white !important;
}

table.center {
  margin-left: auto; 
  margin-right: auto;
}

@media (max-width: 800px) {
  	.form-inline input {
    	margin: 0px 0;
  	}
	.form-group {
    	margin-bottom: 0px;
	}
	.icons {
    	margin-top: 20px;
	}
	.response_msg{
		width: 100%; 
		margin: 10px 0;
		font-weight: 400;
		border-radius: 4px;
		padding: 6px 14px;
	}
  
  	.form-inline {
    	flex-direction: column;
    	align-items: stretch;
  	}
	svg { 
    	width: 80% !important; 
	}
}

.fa {
 	/* padding: 20px; */
  	font-size: 30px;
  	width: 50px;
  	text-align: center;
  	text-decoration: none;
 	/* margin: 5px 2px; */
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  	background: none;
  	color: white;
	text-decoration: none;
}
	
.fa-facebook:hover {
  	background: none;
  	color: #4267B2;
	text-decoration: none;
}

.fa-twitter {
  	background: none;
  	color: white;
	text-decoration: none;
}

.fa-twitter:hover {
  	background: none;
  	color: #1DA1F2;
	text-decoration: none;
}

.fa-google {
  	background: none;
  	color: white;
	text-decoration: none;
}

.fa-google:hover {
  background: none;
  color: #DB4437;
text-decoration: none;
}

p#status {
    font-weight: bold;
}

#loading-img{
	display:none;
	margin-top:10px;
  	margin: auto;
}

.response_msg{
	width: 100%; 
	margin: 10px 0;
	font-size:14px;
	font-weight: 400;
	color:#DD8411;
	padding: 6px 14px;
	display: none;
    border-radius: 4px;
    background: transparent;
}
  
.response_msg2{
	margin-top:10px;
	font-size:14px;
	/* background:#E5D669; */
	color:green;
	width:400px;
	padding:3px;
	display:none;
   	margin: auto;
     background: #fff;
}
.red {color: red;
}

@media only screen and (max-width: 580px) {
   	.response_msg{
		width: 100%; 
		margin: 10px 0;
		font-weight: 400;
		border-radius: 4px;
		padding: 6px 14px;
	}
}


#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #19608f;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}

.modal-body label {
    font-weight: lighter;
}
.modal-body input#wp-submit {
    background-color: #dd8411;
    border: 1px solid #dd8411;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    padding: 2px 20px;
}
.modal-body input#user_login {
    margin: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.modal-body input#user_pass {
    margin: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.modal-body input {
    color: #000000;
    font-family: 'Rokkitt', serif;
    font-weight: lighter;
}

button.panel-register {
    border: none;
    border-radius: 6px;
    padding: 6px 20px;
    background: #dd8411;
    color: #ffffff;
    font-weight: lighter;
}

.panel-login {
text-align: left;
margin-left: 25px;
margin-right: 26px;
color: #fff;
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
}

.panel-register {
color: #fff;
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
margin-left: 25px;
margin-right: 26px;
}
