/*
Theme Name: VIETOP ENGLISH
Theme URI: https://vietop.edu.vn
Author: Vinh Dương Đình
Author URI: https://vietop.edu.vn
Description: VIETOP ENGLISH COMPANY was established in 2015. We pursue the latest website technology platforms to bring innovative and progressive services to our customers. 
Version: 1.0
Template: generatepress
Requires at least: 6.0.1
Tested up to: 6.0
Requires PHP: 7.2
Text Domain: vietop
Tags: vietop, ielts, english, education

VIETOP ENGLISH COMPANY LIMITED

Vietop is based on GeneratePress theme https://generatepress.com/ .

Actual CSS can be found in /assets/css/ folder.
*/

@import url("../generatepress/style.css");
.site-footer, .site-header{
	display: none;
}
.tab-choose, .wp-block-kadence-tab{
	display:block;
}
.tab-choose .wp-block-kadence-tab{
	padding: 0;
}
.ielts-booking-box {
  max-width: 390px;
  min-width: 390px;
  margin: 0 auto;
  padding: 32px 20px 32px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.ielts-booking-box h3 {
  margin: 0 0 14px;
  color: #1769c2;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ielts-subtitle {
  margin: 0 0 6px;
  color: #222;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 500;
}

.ielts-remain {
  margin: 0 0 18px;
  color: #333;
  font-size: 16px;
}

.ielts-remain strong {
  color: #e84620;
  font-size: 27px;
  font-weight: 800;
}

.ielts-booking-form input {
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
  padding: 0 13px;
  border: 1px solid #999;
  border-radius: 3px;
  font-size: 15px;
  color: #333;
  box-sizing: border-box;
  outline: none;
}

.ielts-booking-form input::placeholder {
  color: #aaa;
}

.ielts-booking-form input:focus {
  border-color: #1769c2;
}

.ielts-booking-form button {
  width: calc(100% - 32px);
  margin-top: 16px;
  padding: 14px 18px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff0b00, #e00000);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 3px 4px 0 #d6a300;
  transition: all 0.2s ease;
}

.ielts-booking-form button:hover {
  transform: translateY(-1px);
  box-shadow: 4px 5px 0 #d6a300;
}

.ielts-booking-form button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.ielts-form-message {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.ielts-form-message.success {
  color: #148a2e;
}

.ielts-form-message.error {
  color: #d71919;
}
.summer-count:nth-child(1)::after,
.summer-count:nth-child(2)::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    display: block;
    right: 20px;
    top: 0;
}
@media screen and (max-width: 700px) {
	.summer-count:nth-child(1)::after,
	.summer-count:nth-child(2)::after {
		display: none;
	}
	
	.ielts-booking-box {
	  max-width: 100%;
	  min-width: 100%;
	}
}

