body {
	font-family: 'IBM Plex Sans Thai', sans-serif;
	font-size:0.9em;
	line-height:1.6em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'IBM Plex Sans Thai', sans-serif;
	font-weight:700;
}
h2 { font-size:1.4em; }
h3 { font-size:1.3em; }
h4 { font-size:1.2em; }
h5 { font-size:1.1em; }
h6 { font-size:1em; }

.header {
	background:#fff;
}
.menu-wrap {
	font-family: 'IBM Plex Sans Thai', sans-serif;
	font-size:0.8em;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:1px;
}
ul.main-menu > li a::after, .region-primary-menu .menu > li a::after {
	display:none;
}

.header-cicle {
	display:none;
}
.highlighted {
  margin:0;
  padding:0;
}
#block-vanipro-oneshotstudiofrontpage {
  margin:0;
  padding:0;
}
.highlighted .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.big-front-photo {
  width: 100%;
  height: 500px;
  background: url(/sites/default/files/web-images/front-page/homepage-cover.png) no-repeat bottom center;
  background-size: auto 100%;
}
.big-front-photo h1 {
  margin: 0;
  padding: 2em 0 0.5em 0;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px 0 #000, 1px 0 #000, 0 -1px #000, 0 1px #000;
}
.big-front-photo .big-front-address {
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px 0 #000, 1px 0 #000, 0 -1px #000, 0 1px #000;
}

#front-block-4icons-session {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  margin:5em 0;
}
.front-block-4icons-block {
  text-align:center;
}
h2.front-h2 {
  font-size:1.5em;
  text-align:center;
  padding:1em 0 0.5em 0;
}
#front-block-promo-studio {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  display: grid;
  margin:0 0 2em 0;
}
#front-block-google-maps { 
  width: 100%; height: 50vh;
  margin:0 0 2em 0;
}
#front-block-gallery-mini {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  display: grid;
  margin:0 0 2em 0;
}

.content-column-3,
.content-column-2 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  display: grid;
}
.content-column-2 img,
.content-column-3 img {
  width:100%; height:auto;
}

#block-vanipro-address .block-content,
#block-vanipro-address .block-content h2 {
  color:#fff;
}
#block-vanipro-followus .block-content ul li a,
#block-vanipro-account-menu ul li a {
  color:#fff;
}

#footer-social-line-link {
	padding-left:10px;
}
#footer-social-line {
  max-width:60% !important;
}

@media screen and (min-width:480px) {

  .big-front-photo {
    height: 600px;
    background-size: auto 100%;
  }
  .big-front-photo h1 {
    margin: 0;
    padding: 2em 0 0.5em 0;
    font-size: 2.5em;
  }
  .big-front-photo .big-front-address {
    font-size: 1em;
  }
}

@media screen and (min-width:740px) {
  
  #front-block-4icons-session {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;
  }
  .big-front-photo {
    height: 500px;
    background-size: auto 100%;
  }
  .big-front-photo h1 {
    margin: 0;
    padding: 2em 0 0.5em 0;
    font-size: 5em;
  }
  .big-front-photo .big-front-address {
    font-size: 2em;
  }
  #front-block-promo-studio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    margin:0 0 2em 0;
  }
  #front-block-google-maps { 
    width: 100%; height: 75vh;
    margin:0 0 2em 0;
  }
  #front-block-gallery-mini {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    margin:0 0 2em 0;
  }
  .content-column-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
  }
  .content-column-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }

}

@media screen and (min-width:1000px) {
  
  .big-front-photo {
    height: 600px;
    background-size: auto 100%;
  }

}

@media screen and (min-width:1240px) {
  
  .big-front-photo {
    height: 800px;
    background-size: 140% auto;
  }

}

@media screen and (min-width:1440px) {
  
  .big-front-photo {
    height: 800px;
    background-size: 120% auto;
  }

}