/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#section-auth-box {
		margin-top: -100px;
	}
	#section-searching {
	  margin-top: -100px;
	}
	#section-searching-page {
	  margin-top: -100px;
	}

	#section-searching-page .product.list .product-image {
	  max-width: 100%;
	}

	#section-searching-page .product.list .product-info {
	  max-width: 100%;
	}

	#section-searching-page .product.list .product-left-info {
    border-right: none;
	}

	#section-searching-page .product.list .product-info .price{
	  display: block;
	}

	#section-searching-page .product.list .product-right-info h3 {
	  display: none;
	}

	.header-logo a span img {
    max-width: 80%;
	}

	.header-toggle-buttons > div.header-toggle-account .dropdown-account {
	  border: 1px solid #232324;
	}

	.header-toggle-buttons > div.header-toggle-account > .dropdown > a {
	  color: #232324;
	}

	#accountMenuList::before {
		left: 5.2rem;
	}

	.single-product .product-info .product-action {
	  margin-top: 0;
	}

	.single-product .product-info .facility-list {
	  padding-bottom: 10px;
	}

	.site-mobile-nav .dl-trigger {
	    top: -59px;
	}

	.schedule-news-list .post-list {
		padding-left: 30px;
		padding-right: 30px;
		text-align: justify;
	}

	ul.ks-cboxtags li label {
		display: block;
    width: 100%;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	}

	.shop-topbar .product-view-toggle {
		display: none;
	}

	.shop-topbar .shop-topbar-right {
		justify-content: flex-end;
	}

	#section-searching-page .products .session-list {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.header-toggle-buttons > div.header-toggle-account .dropdown-account {
	  border: 1px solid #232324;
	}

	.header-toggle-buttons > div.header-toggle-account > .dropdown > a {
	  color: #232324;
	}

	#accountMenuList::before {
		left: 5.2rem;
	}

	#section-searching-page .product.list .product-right-info {
	  padding: 16px 32px 16px 16px !important; 
	}
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.header-toggle-buttons > div.header-toggle-account .dropdown-account {
	  border: 1px solid #232324;
	}

	.header-toggle-buttons > div.header-toggle-account > .dropdown > a {
	  color: #232324;
	}

	#accountMenuList::before {
		left: 5.2rem;
	}

	.schedule-news-list .post-list {
		padding-left: 50px;
		padding-right: 50px;
	}

}

@media only screen and (max-width: 1024px) {
	#agenda-section h1, #agenda-section .h1 {
	    font-size: 33px;
	}

	#agenda-section .post-info h3.card-title {
  		font-size: 17px;
	}

	#agenda-section .post-info .box-content li {
	    font-size: 12px;
	}

	#agenda-section .card .card-img-top {
	    height: 120px;
	}

	#agenda-section .post-info .subject {
			font-size: 12px;
	}

	#agenda-section .post-info .date-box h1 {
	    font-size: 33px;
	    margin-bottom: 0px;
	}

	#agenda-section .post-info .date-box h3 {
	    font-size: 15px;
	}
}

@media only screen and (min-width: 900px) and (max-width: 991px){
	#agenda-section .container {
		max-width: 940px;
	}

	#upcoming_agenda_list .post-info .box-content .col-lg-4 {
    -ms-flex: 0 0 41.333333%;
    flex: 0 0 41.333333%;
    max-width: 41.333333%;
	}

	#upcoming_agenda_list .post-info .box-content .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 58.666667%;
    max-width: 58.666667%;
	}

	#upcoming_agenda_list .post-info .box-content .pl-lg-0 {
	    padding-left: 0!important;
	}

	#upcoming_agenda_list .post-info .date-box {
	    padding: 1rem !important;
	}

	#upcoming_agenda_list .post-info .date-box h1 {
	    margin-top: 20px;
	}

	#upcoming_agenda_list .post-info .box-content li {
	    margin-left: 10px;
	}
}



/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.header-toggle-buttons > div.header-toggle-account .dropdown-account {
	  border: 1px solid #232324;
	}

	.header-toggle-buttons > div.header-toggle-account > .dropdown > a {
	  color: #232324;
	}

	.header-transparent .header-toggle-buttons > div.header-toggle-account .dropdown-account {
	  border: 1px solid #ffffff;
	}

	.header-transparent .header-toggle-buttons > div.header-toggle-account > .dropdown > a {
	  color: #ffffff;
	}

	.is-sticky.header-transparent .header-toggle-buttons > div.header-toggle-account .dropdown-account {
	  border: 1px solid #232324;
	}

	.is-sticky.header-transparent .header-toggle-buttons > div.header-toggle-account > .dropdown > a {
	  color: #232324;
	}

	#accountMenuList::before {
		left: 7.2rem;
	}

	.schedule-news-list .post-list {
	    padding-left: 20px;
	    padding-right: 20px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}