/*!
Theme Name: parkin
*/
body {
  max-width: 1200px;
  margin: auto;
	line-height: normal;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1em;
  background-color: #DEDEDE;
}
section, .site-main {
	background-color: white;
}
h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'Montserrat', sans-serif;
}
ol, ul, a {
  list-style: none;
  text-decoration: none;
	margin: 0;
	padding: 0;
}

/* LIGHT GRAY COLOR */

.header, .sub-menu, .widget-area, .widget {
  background-color: #EEEEEE;
}

/* LIGHT GRAY COLOR */


/* GREEN COLOR */

.help-3-button button, .header-lng,
.button-decor:hover, .nav-subtitle,
.submit {
	background-color: #67AD5C;
  color:#fff;
}

/* GREEN COLOR */

.line-decor {
	width: 125px;
	height: 20px;
	stroke: #67AD5C;
	stroke-width:6;
}
.button-decor, .menu-item a, .nav-subtitle,
.widget li a {
  border-radius: 0 15px 0 15px;
}

/* HEADER */

.header {
	display: flex;
	align-items: center;
}
#logo {
	width: 45px;
}
.header-logo {
	flex-basis: 5%;
}
.header-info {
	flex-basis: 20%;
	order: 0;
}
.header-navi {
	/* flex-basis: 68%; */
	order: 0;
}
.header-lng {
	flex-basis: 7%;
	text-align: center;
	order: 0;
}

/* HEADER */


/* NAVIGATION MENU */

.menu {
  display: flex;
  justify-content: space-around;
}

.menu-item a, .widget li a {
  padding: 8px 10px;
}
.sub-menu {
  display: none;
  min-width: 160px;
  margin-top: 10px;
  z-index: 100;
}
.sub-menu li {
  padding: 10px 0 10px 0;
}

/* NAVIGATION MENU */


/* SINGLE POST */

.site-main {
	padding: 3% 10%;
}
.single-post {
	background-color: #77AB6522;
}
.entry-meta {
	/* width: 50%;
	margin: auto; */
}
.post-thumbnail {
	width: 90%;
	margin: 5% auto;

}
.size-post-thumbnail {
	width: 100%;
	height: 100%;
}
.single-page-post {
  text-align: justify;
}
.posted-on .updated {
	display:none;
}
/* SINGLE POST */


/*  NAVIGATION POST */

.post-navigation {
  background-color: #EEEEEE;
  margin: 5% 0;
  padding: 1% 5%;
}
.nav-links {
  display: flex;
  justify-content: space-between;
  padding: 3% 0;
}
.nav-title {
  line-height: 30px
}
.nav-subtitle {
  padding: 10px;
}

/* NAVIGATION POST */

/* START comments post */
.comments-area {
  background-color: #EEEEEE;
  margin: 5% 0;
  padding: 1% 5%;
}
#comment {
  width: 100%;
}
.comment-form input {
  display: block;
}
.comment-form-comment label {
  display: block;
  padding: 10px;
}
/* END comments post */


/* WIDGET AREA */

.widget-area {
  display: flex;
  justify-content: space-around;
  padding: 3% 0;
}
.widget li {
  margin: 25px 0;
}
.widget-title {
  padding: 8px 10px;
  font-size: 20px;
  font-weight: bold;
}
/* WIDGET AREA */


/* FOOTER */

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #77AB65;
  padding: 10px;
}
/* FOOTER */

@media (min-width: 300px) and (max-width: 420px) {

  .header-lng {
  	display: none;
  }
  
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1em;
  }
  /* HEADER */

  .header {
		flex-wrap: wrap;
	}
	.header-logo {
		/* display: none; */
		flex-basis: 10%;
    padding-left: 3%;
    order: 1;
  }
  .header-info {
  	flex-basis: 70%;
  	order: 2;
    padding-left: 10px;
  }
  .header-navi {
    display: none;
    width: 100%;
		background-color: #EEEEEE;
    order: 4;
  }
  .header-lng {
  	flex-basis: 10%;
    padding: 3px 10px;
  	order: 0;
  }
  .mobile-header-button {
    /* flex-basis: 5%; */
		order: 3;
  }

  /* HEADER */


  /* NAVIGATION MENU */

  .menu {
    display: block;
  }
  .menu-show {
    display: block;
  }
  .menu-item {
    text-align: center;
    padding: 8px 0;
  }
  .sub-menu {
    position: relative;
  }
  .sub-menu li {
    background-color: #67AD5C;
  }
  .menu-hide {
    display: none;
  }
  .menu-item-has-children::after {
    color: #888;
    content: ' ▾';
  }

  /* NAVIGATION MENU */


  /* NAVIGATION POST */

  .nav-links {
    flex-wrap: wrap;
  }
  .nav-previous {
    padding-bottom: 10px;
  }

  /* NAVIGATION POST */


  /* WIDGET AREA */

  .widget-area {
    flex-direction: column;
  }
  .widget-area section {
    width: 200px;
    margin: 0 auto;
  }
  .widget {
    margin: 0 30px;;
  }
  .widget li {
    margin: 15px 0;
  }

  /* WIDGET AREA */


  /* FOOTER */

  .site-footer {
    background-color: #77AB65;
  }

  /* FOOTER */
}
@media only screen and (min-width: 769px) {

  /* HEADER */
  .header-logo {
    margin-left: 30px;
  }
  .header-info {
    padding-left: 10px;
  }
  .header-navi {
    flex-basis: 68%;
    padding-left: 3%;
  }
  .header-lng {
    padding: 5px 20px;
  }
  .mobile-header-button {
    display: none;
  }
  /* HEADER */


  /* NAVIGATION MENU */

  li a:hover {
    background-color: #67AD5C;
  }
  .menu {
    display: flex;
    justify-content: space-around;
  }
  .menu-item  {
    padding: 15px 0;
  }
  .sub-menu {
    position: absolute;
  }
  .menu-item-has-children:hover .sub-menu {
    display: block;
  }
	.menu-show {
	  display: relative;
	}

  /* NAVIGATION MENU */
}
@media only screen and (min-width: 1100px) {

  /* HEADER */
  .header-logo {
    margin-left: 80px;
  }
  .header-info {
    padding-left: 0;
  }
  .header-navi {
  	padding-right: 10%;
  }

  /* HEADER */
}

#advanced_iframe{
  margin: 30px 0;
}