/*
Theme Name: Wl_Themes
Theme URI: https://www.weblankan.com/
Author: Web Lankan Developer Team
Author URI: https://www.weblankan.com/our-works/
GitHub Theme URI: https://www.weblankan.com/
Description: We are Weblankan Team
Version: 1.0
License: Wl_Themes WordPress Theme, Copyright 2018-2030 Web Lankan
WlThemes is distributed under the terms of the GNU GPL version 2
License URI: https://www.weblankan.com
Text Domain: wl_themes
*/
    

body{
    overflow-x: hidden; 
}

p {
    font-family: 'Lato', sans-serif !important;
	color: #565656;
    font-size: 14px;
    line-height: 25px;  
}

/*---------Main--------*/



.navbar-dark .navbar-toggler-icon {
    background-image: url(https://millenniumteas.com/wp-content/uploads/2018/09/Hamburger_icon.png);
}



.main-btn{
    background-color: #7f5831;
    padding: 10px 25px;
    color: white;
    font-weight: 300;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 0.5px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 19px;
    min-width: 170px;
    text-align: center;
    transition: all 0.2s ease-in-out;		
}
.main-btn:hover{
	background-color: #4d634e;
}


/*------------Main------------*/

.wrapper {
    padding: 0;
}


#page{
	padding-left: 120px;
    box-sizing: border-box;	
}



@media screen and (max-width: 1920px) and (min-width: 1560px) {
   
.container {
    max-width: 1360px !important;
}

 
}



/*-----------Fonts-------------*/

.kaushan-title-1 {
    font-family: 'Kaushan Script', cursive !important;
    font-weight: 900;
    text-transform: capitalize;
    color: #bd7c3c;
    font-size: 30px;
}





/*------------Header - Subpage------------*/

#main-page-header{
    background-image: url(https://millenniumteas.com/wp-content/uploads/2018/09/header-bg.jpg);
    background-size: 90%;
    height: 510px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
}

#main-page-header .wl-title-v1 .title-area :is(.main-title, h1) {
	font-size: 65px;
    font-family: 'Kaushan Script', cursive !important;
    margin: 0;
    text-transform: capitalize;
    color: #7f5831;
    font-weight: 900;
    letter-spacing: 1px;
}

#main-page-header .wl-title-v1.icon-right {
    flex-direction: row-reverse;
    right: 80px;
    position: relative;
}



/*------------Header - Left------------*/

#header-left{
    background-image: url(https://millenniumteas.com/wp-content/uploads/2018/10/header-left-bg.jpg);	
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 120px;
    height: 100vh;	
    background-size: contain;	
    flex-direction: column;	
    z-index: 9;	
}

#header-left .logo-area img{
    width: 100px;
    background-color: #fdfdfd;
    border-radius: 50%;	
}

#header-left .navbar-brand {
    margin: 0;
}


#header-left .logo-area{
    width: 100%;
    text-align: center;
    top: 20px;
    position: relative;
}


#header-left .menu-name {
    z-index: 9;
    left: -34px;
    top: 60px;
}

#header-left .menu-area{
    width: 100%;
    background-color: #4d634e;
    height: 100px;
    display: flex;
    justify-content: center;
}

#header-left .socail-area{
    width: 100%;
    position: relative;
    bottom: 50px;
}

#header-left label .burger {
    position: absolute;
    top: 26px;
    left: -18px;
    z-index: 3;
    width: 35px;
    height: 21px;
    margin: 0;
    padding: 0;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}



#header-left {
	text-align: center;	
}


#header-left .social-links a{
    display: inline-block;
    margin: 5px;	
}

#header-left .social-links img{
    width: 40px;	
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    font-size: 12px;
}

.language-select{
    float: none !important;
    position: absolute;
    bottom: -30px;
    left: -7px;
}




/*------------Header - Mobile------------*/

@media only screen and (max-width: 767px) {
    


#header-left {
    background-image: url(https://www.millenniumteas.com/wp-content/uploads/2018/10/header-left-bg.jpg);
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    background-size: contain;
    flex-direction: row;
    z-index: 9;
}

#header-left .logo-area {
    width: 150px;
    top: 0px;
}


#header-left .menu-area {
	width: 120px;
}

#header-left .socail-area {
    display: none;
}

}


/*--------nav menu--------*/


#menu {
    width: 500px !important;	
    display: flex !important;	
    align-items: center !important;	
 	justify-content: space-evenly;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  transform: translate3d(0, 0, 0);
  /* material acceleration */
  transform: translateX(-100%);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}


nav::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 20em;
    background: url('https://www.millenniumteas.com/wp-content/uploads/2018/10/header-left-bg.jpg');
	background-size: cover;
    content: '';
    transform: skewX(15deg) translateX(-100%);
    transform-origin: bottom left;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100% !important;	
}



.nav-contact a{
	color: #4a4847;
}


#sm-navbar-main a{
	color: #86551f;
    font-weight: 500;
    border-bottom: 1px solid #d6cec0;
    padding: 19px 5px !important;
}

#sm-navbar-main li:last-child a{
    border-bottom: none;
}

.nav-contact a:hover {
    color: #a26848 !important;
}


@media only screen and (max-width: 767px) {
	
#page {
    padding-left: 0px;
    box-sizing: border-box;
}	
	
#menu {
    width: 100% !important;
}	
	
}










/*------------Home------------*/

#home-section-2{
	
}

#home-section-2 p{
    text-align: right;
    font-style: italic;
    font-size: 24px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 100;
    line-height: 30px;
    background-color: whitesmoke;
    padding: 30px;
}

#home-section-2{
	
}

#home-section-3{
	background-image: url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-home-bg-1.jpg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;	
}

#home-section-4{
    background-image: url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-home-bg-2.jpg);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
}


#home-section-4 a{
    background-color: #7f5831;
    padding: 10px 25px;
    color: white;
    font-weight: 300;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 0.5px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 19px;
    min-width: 170px;
    text-align: center;
    transition: all 0.2s ease-in-out;		
}

#home-section-4 a:hover{
	background-color: #4d634e;
}


#home-section-5{
    background-image: url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-home-bg-3.jpg);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
}

#home-section-6 .why-choose{
    text-align: center;
    background-color: #f0c88c;
    padding: 40px 20px 20px 20px;	
    min-height: 360px;	
}

#home-section-6 .why-choose h3{
	font-family: 'Oswald', sans-serif !important;
    font-size: 19px;
    margin: 10px 0;	
}

#home-section-6 .why-choose img{
    width: 100px;	
}

#home-section-6 .why-choose p{
 font-weight: 500;
    margin: 20px 0;
	
}


#home-section-6a .certify-row {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	margin-bottom: 40px;
}


#home-section-6a img {
    max-width: 200px;
	margin: 10px 0px;
}

#home-section-7 .our-capabilities {
	min-height: 500px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;	
}

#home-section-7 .our-capabilities h3 {
	text-align: center;
    font-family: 'Kaushan Script', cursive !important;
    color: #484848;
    font-size: 33px;
    line-height: 50px;
    font-weight: 800;
    margin-top: 20px;	
	text-transform: capitalize;
}

#home-section-7 .our-capabilities p{
    text-transform: uppercase;
    color: #2b2b2b;
    letter-spacing: 0.5px;
    font-size: 13px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Lato', sans-serif !important;
}

#home-section-7 .ca-1{
	background: #f3e9d7 url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-home-capabilitie-bg-1.png);
    background-position: center top !important;	
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;	
}

#home-section-7 .ca-2{
	background: #c4ccbf url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-home-capabilitie-bg-2.png);	
    background-position: center bottom !important;	
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;	
}

#home-section-7 .ca-3{
	background: #dfd4d0 url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-home-capabilitie-bg-3.png);
    background-position: center top !important;	
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;	
}

#home-section-7 .big-title{
	max-width: 100% !important;	
    background-image: url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-home-bg-4.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;	
	text-align: center;
    margin-bottom: 60px;	
}

#home-section-7 .big-title h2{
    font-family: 'Lato', sans-serif !important;
    font-size: 80px;
    font-weight: 900;
    color: #4fc056;
    letter-spacing: 0.5px;
    text-align: center;
    background-color: white;
    display: inline-block;	
    padding: 5px 50px;	
    margin-top:0 !important;
}


#home-section-8{
    background-image: url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-home-bg-5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;	
	padding-top: 150px;
}

#home-section-8 .ceylon-tea{
	text-align: right;	
}

#home-section-8 .ceylon-tea h1{
    font-family: 'Kaushan Script', cursive !important;
    color: #e8aa1a;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1.5px;	
}

#home-section-8 .ceylon-tea h2{
	color: #e2e2e2;
    font-family: 'Oswald', sans-serif !important;
    font-size: 26px;
    font-weight: 100;
    border-bottom: 1px solid #4e4e4e;
    padding-bottom: 15px;	
}

#home-section-8 .ceylon-tea p{
    color: #c3c3c3;	
}

#home-section-8 .ceylon-tea img{
    width: 180px;
    margin-bottom: 20px;	
}

#home-section-8 .ceylon-tea > div{
	background-color: rgba(0, 0, 0, 0.7215686274509804);
    width: 600px;
    text-align: right;
    padding: 40px 60px;
}

#home-section-9{
    background-color: #fff5e3;
    padding: 50px 10px;	
}

#home-section-9 .info-box-main{
	display: flex;
    min-height: 140px;
    flex-wrap: nowrap;
    align-items: center;
}

#home-section-9 .info-box-main .info-box-col-1{
	width: 30%;	
}

#home-section-9 .info-box-main .info-box-col-1 > div{
    background-color: #d29f6a;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;	
}

#home-section-9 .info-box-main .info-box-col-2{
	width: 70%;
    padding-left: 20px;	
}

#home-section-9 .info-box-main .info-box-col-2 > div{
	
}

#home-section-9 .info-box-main .info-box-col-1 h3{
    color: #ffe7c9;
    font-size: 30px;
    font-weight: 900;	
}

#home-section-9 .info-box-main .info-box-col-1 h4{
	font-size: 15px;
    color: white;	
}

#home-section-9 .info-box-main .info-box-col-2 h3{
	color: #c2905f;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif !important;	
}

#home-section-10 .news-title{
    margin-top: 10px;	
}

#home-section-10 .news-title a{
    color: #353535;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif !important;	
}

#home-section-10 .news-link a{
	background-color: #4d634e;
    padding: 10px 10px;
    color: white;
    font-weight: 300;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 0.5px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 5px;
    min-width: 119px;
    text-align: center;
    font-size: 15px;
    transition: all 0.2s ease-in-out;	
}

#home-section-10 .news-link a:hover{
    background-color: #7d562d;
	
}








/*-------Popup--------*/


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: white;
	background-color: transparent !important;
	    border-bottom: none !important;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    color: white;
	padding: 0 !important;
	background-color: transparent !important;
	border-top: none !important;
}

.modal-content{
    width: 58% !important;
    background-color: rgba(0, 0, 0, 0.78) !important;	
}

.modal-header{
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center !important;	
}

.modal-header .close {
	position: relative;
    right: 22px;
    border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    color: white;
}


#pop-up-click{
    position: absolute;
    z-index: 8;
    bottom: 220px;
    right: 30px;	
}

.pop-up-click{
	background-image: url(https://www.millenniumteas.com/wp-content/uploads/2025/11/millenniumteas-youtube-video-icon.gif);
    background-position: center;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    background-size: 450%;
    border-radius: 50%;
    border: 5px solid #bd61ed;	
	cursor: pointer;
}

.modal-content {
    background-color: rgba(10, 10, 10, 0.66);
}


.modal {
    padding: 0 !important;
    height: 100vh !important;
    align-items: center !important;
}



/*------------About Us------------*/


#about-section-1{
	
}

#about-section-1 #wl-slider-v1{
    background-image: url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-about-us-1.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 80%;
    padding: 140px 30px 0px 0px;
    position: relative;
    left: -20px;
    top: -50px;
}

#about-section-1 #wl-slider-v1 .wl-slider-v1{
    position: relative;
    left: 50px;	
}

#about-section-1 .owl-carousel .owl-item img {
    width: 80%;
}

#about-section-1  #wl-slider-v1 .owl-item, #about-section-1  #wl-slider-v1 .owl-item .item, #about-section-1  #wl-slider-v1 .wl-slider-v1, #about-section-1  #wl-slider-v1 .wl-slider-v1 .owl-stage-outer {
    height: auto !important;
}

#about-section-1 .container > div:nth-child(2){
display: flex;
    align-items: center;	
}


#about-section-2{
	background: #27343e url(https://millenniumteas.com/wp-content/uploads/2018/09/about-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 50%;
    height: auto;
}



#about-section-2 .vi-mi-item{
    margin: 13px 0px;	
}


#about-section-2 .vi-mi-item h3{
	font-family: 'Oswald', sans-serif !important;
    color: white;
    text-transform: capitalize;
    font-size: 40px;	
}


#about-section-2 .vi-mi-item p{
    color: #c1c1c1;
    font-size: 25px;
    line-height: 31px;
    font-weight: 100;	
}

#about-section-2 .container  .row > div:nth-child(2){
    display: flex;
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

#about-section-3 .value-row img{
	
}

#about-section-3 .value-row h3{
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    color: #d4a06b;	
}

#about-section-3 .value-row p{
	
}





/*------------News------------*/

#news-section .news-image img{
    margin-bottom: 20px;	
}

#news-section .news-title a{
	color: #353535;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif !important;	
}

#news-section .news-discription{
	
}


#news-section .news-link a:hover {
    background-color: #7d562d;
}

#news-section .news-link a {
    background-color: #4d634e;
    padding: 10px 10px;
    color: white;
    font-weight: 300;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 0.5px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 5px;
    min-width: 119px;
    text-align: center;
    font-size: 15px;
    transition: all 0.2s ease-in-out;
}


#news-section .pagination{
    display: flex;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 11px;
    border: 1px solid #e6e6e6;
    margin: 30px 0px;	
}

#news-section .pagination .page-numbers{
    display: inline-block;
    border-left: 1px solid #cacaca;
    padding: 3px 10px;	
    color: #153e72;	
}

#news-section .pagination .next{
    border-left: none;	
}

#news-section .pagination .prev{
    border-left: none;	
}

.single-news-item{
	padding: 30px;	
}

.single-news-item h1{
	font-family: 'Oswald', sans-serif !important;	
}

.single-news-item .entry-meta .posted-on {
    font-size: 17px;
    font-family: 'Lato', sans-serif !important;
    margin: 0;
    text-transform: uppercase;
    color: #1b1b1b;
    font-weight: 300;
    letter-spacing: 1px;
	margin-bottom: 15px;
    display: inline-block;	
}

.single-news-item .entry-meta .byline{
	display: none;	
}

.single-news-item .entry-meta .posted-on a{
    background-color: #efefef;
    padding: 5px;
    color: #7f5831;
    font-size: 15px;
    font-weight: 400;	
}

.single-news-item  .entry-content{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;	
}







/*------------Main Product page-------*/




#main-product-section-1 h2{
	font-family: 'Oswald', sans-serif !important;
    font-size: 23px;
    text-align: center;	
}

#main-product-section-1 .container .row{
	
}

#main-product-section-1 .container .row > div {
    border-left: 1px solid #f7f7f7;
    padding-top: 20px;
    padding-bottom: 14px;
    background-color: #b97f45;
    color: white;
}

#main-product-section-1 .container .row > div:nth-child(1) {
    border-left: none;
}

#main-product-section-2 .content-box-1{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, minmax(300px, auto));
	grid-gap: 10px;	
	max-width: 1300px;	
    margin: 0 auto;	
	text-align: center;
}

#main-product-section-2 .content-box-1 .grid-3{
	grid-column: 3/5;
	grid-row: 1/3;
}


#main-product-section-2 .content-box-1 > div{
	padding: 20px;
	background-color: #f1f1f1;
	transition: all 0.2s ease-in-out;	
}

#main-product-section-2 .content-box-3 > div {
    padding: 20px;
    background-color: #f1f1f1;
    transition: all 0.2s ease-in-out;
}


#main-product-section-2 .content-box-2{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, minmax(300px, auto));
	grid-gap: 10px;	
	max-width: 1300px;	
    margin: 0 auto;	
	margin-top:10px;
	text-align: center;	
	transition: all 0.2s ease-in-out;	
}

#main-product-section-2 .content-box-2 .grid-1{
	grid-column: 1/3;
	grid-row: 1/3;
}


#main-product-section-2 .content-box-2 > div{
	padding: 20px;
	background-color: #f1f1f1;
	transition: all 0.2s ease-in-out;	
}



#main-product-section-2 h3{
    font-family: 'Oswald', sans-serif !important;
    font-size: 20px;
    font-weight: 100;	
}

#main-product-section-2 p{
	
}

#main-product-section-2 a{
	background-color: #7f5831;
    padding: 6px 10px;
    color: white;
    font-weight: 300;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 0.5px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 0px;
    min-width: 122px;
    text-align: center;
    transition: all 0.2s ease-in-out;	
}

#main-product-section-2 a:hover{
	background-color: #4d634e;
}


#main-product-section-2 img{
    max-width: 200px;	
}


#main-product-section-2 .content-box-3{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(1, minmax(300px, auto));
	grid-gap: 10px;	
	max-width: 1300px;	
    margin: 0 auto;	
	margin-top:10px;
	text-align: center;	
	transition: all 0.2s ease-in-out;	
}

#main-product-section-2 .content-box-3 .grid-2 {
    grid-column: 2/5;
    grid-row: 1/3;
}




/*----*/

.content-box-1 .grid-1{
	background: #27343e url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-main-product-img-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	transition: all 0.2s ease-in-out;
}


.content-box-1 .grid-5{
	background: #27343e url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-main-product-img-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	transition: all 0.2s ease-in-out;
}

.content-box-1 .grid-3{
	background: #27343e url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-main-product-img-4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	transition: all 0.2s ease-in-out;
}


.content-box-2 .grid-3{
	background: #27343e url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-main-product-img-5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	transition: all 0.2s ease-in-out;
}


.content-box-2 .grid-4{
	background: #27343e url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-main-product-img-6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	transition: all 0.2s ease-in-out;
}

.content-box-2 .grid-1{
	background: #27343e url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-main-product-img-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	transition: all 0.2s ease-in-out;
}

#main-product-section-2 .content-box-3 .grid-2 {
	background: #27343e url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-main-product-img-7.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	transition: all 0.2s ease-in-out;
}




.hover{
	filter: brightness(80%);
	transition: all 0.2s ease-in-out;	
}


.content-box-1 .grid-2, .content-box-1 .grid-4, .content-box-2 .grid-2, .content-box-2 .grid-5, .content-box-3 .grid-1{
	position: relative;
}

.content-box-1 .grid-2:hover, .content-box-1 .grid-4:hover, .content-box-2 .grid-2:hover, .content-box-2 .grid-5:hover, .content-box-3 .grid-1:hover{
	background-color: #ffffff !important;	
}


.content-box-1 .grid-2:after{
    content: " ";
    border-bottom: 40px solid transparent;
    border-right: 40px solid #f7f7f7;
    border-top: 40px solid transparent;
    height: 0;
    position: absolute;
    width: 0;
    left: -40px;
    top: calc(50% - 40px);
    z-index: 5;	
}

.content-box-1 .grid-4:after{
    content: " ";
    border-bottom: 40px solid transparent;
    border-right: 40px solid #f7f7f7;
    border-top: 40px solid transparent;
    height: 0;
    position: absolute;
    width: 0;
    right: -40px;
    top: calc(50% - 40px);
    transform: rotate(180deg);
    z-index: 5;	
}

.content-box-2 .grid-2:after{
    content: " ";
    border-bottom: 40px solid transparent;
    border-right: 40px solid #f7f7f7;
    border-top: 40px solid transparent;
    height: 0;
    position: absolute;
    width: 0;
    right: -40px;
    top: calc(50% - 40px);
    transform: rotate(180deg);
    z-index: 5;	
}

.content-box-2 .grid-5:after{
    content: " ";
    border-bottom: 40px solid transparent;
    border-right: 40px solid #f7f7f7;
    border-top: 40px solid transparent;
    height: 0;
    position: absolute;
    width: 0;
    left: -40px;
    top: calc(50% - 40px);
    z-index: 5;	
}

.content-box-3 .grid-1:after {
    content: " ";
    border-bottom: 40px solid transparent;
    border-right: 40px solid #f7f7f7;
    border-top: 40px solid transparent;
    height: 0;
    position: absolute;
    width: 0;
    right: -40px;
    top: calc(50% - 40px);
    transform: rotate(180deg);
    z-index: 5;
}


.grid-1 h4{
    text-align: left;
    font-size: 32px;
    color: #fdfdfd;
    font-weight: 900;	
}

.grid-1 h5{
	text-align: left;
    font-size: 90px;
    color: #fdfdfd;
    font-weight: 900;
    line-height: 87px;
}

.content-box-1 .grid-3{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.content-box-1 .grid-3 > div{
    background-color: rgba(255, 255, 255, 0.87);
    padding: 30px;
    max-width: 300px;
}


/*------------Single Product Catogery page-------*/

#pro-cat-section-1{
	
}

#pro-cat-section-1
.pro-cat-col{
	margin-bottom: 30px;
}

#pro-cat-section-1 .pro-cat-col h3{
    color: #353535;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif !important;	
}

#pro-cat-section-1 .pro-cat-col a{
	display: block;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #f1e6db;
    box-shadow: 0px 0px 9px 2px #f3f2f2;
    text-align: center;		
}

#pro-cat-section-1 .pro-cat-dis{
    font-family: 'Oswald', sans-serif !important;
    font-size: 20px;
    line-height: 30px;
    width: 800px;
    margin: 10px auto 60px;
    clear: both;
    max-width:90%;
}












/*------------Single Product page-------*/


.single-product.woocommerce-page #woocommerce-wrapper .row > div:nth-child(1){
    flex: 0 0 100%;
    max-width: 100%;	
}

.single-product.woocommerce-page #woocommerce-wrapper .row > div:nth-child(2){
    display: none;
}

.single-product.woocommerce-page #woocommerce-wrapper .row > div:nth-child(1) .product-type-simple{
	display: flex;
    flex-wrap: wrap;
}

.single-product.woocommerce-page #woocommerce-wrapper .row > div:nth-child(1) .product-type-simple .woocommerce-product-gallery{
	float: none;
    width: 50%;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
}

.single-product.woocommerce-page #woocommerce-wrapper .row > div:nth-child(1) .product-type-simple .entry-summary{
	float: none;
    width: 50%;
	padding: 0px 20px;
}


.single-product.woocommerce-page #woocommerce-wrapper .row > div:nth-child(1) .product-type-simple .related.products{
    width: 100%;
}

.single-product.woocommerce-page .product_title.entry-title{
    font-family: 'Oswald', sans-serif !important;
    font-weight: 100;
    text-transform: capitalize;
    font-size: 29px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;	
}

.single-product.woocommerce-page #single-product-section-1{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.single-product.woocommerce-page #single-product-section-1 .icon-item{
    margin: 0px 10px;
}

.single-product.woocommerce-page #single-product-section-1 .icon-item h3{
	font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #7f5831;	
}

.single-product.woocommerce-page #single-product-section-1 .icon-item h6{
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #333231;
}

.single-product.woocommerce-page #single-product-section-1 .icon-item img{
	max-width: 80px;	
}

.single-product.woocommerce-page #single-product-section-2{
	margin-bottom: 30px;	
}

.single-product.woocommerce-page #single-product-section-2 table{
    width: 100%;	
}

.single-product.woocommerce-page #single-product-section-2 table th{
	font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-weight: 100;
    background-color: #f7dcc1;
    padding: 5px 10px;	
}

.single-product.woocommerce-page #single-product-section-2 table tr{
	
}

.single-product.woocommerce-page #single-product-section-2 table td{
    border-bottom: 1px solid #dedede;
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 400;	
}

.single-product.woocommerce-page .product_meta span{
    font-size: 17px;
    font-family: 'Lato', sans-serif !important;
    margin: 0;
    text-transform: uppercase;
    color: #1b1b1b;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: inline-block;	
}

.single-product.woocommerce-page .product_meta a{
    background-color: #efefef;
    padding: 5px;
    color: #7f5831;
    font-size: 15px;
    font-weight: 400;	
}


.single-product.woocommerce-page #woocommerce-wrapper{
	background: url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-single-product-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;		
}

.single-product.woocommerce-page .woocommerce-product-gallery .flex-control-thumbs li {
    width: 23% !important;
    float: left;
    list-style: none;
    border: 1px solid #e6e6e6;
    margin: 0px 1% !important;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 9px 2px #f3f2f2;
}

.single-product.woocommerce-page .woocommerce-product-gallery .flex-viewport{
	background: url(https://millenniumteas.com/wp-content/uploads/2018/09/single-product-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;			
}



.related.products > h2{
	font-family: 'Oswald', sans-serif !important;
    font-size: 21px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 8px;
    margin-bottom: 20px;	
}


.related.products .add-to-cart-container a{
    background-color: #4d634e;
    padding: 6px 10px;
    color: white;
    font-weight: 300;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 0.5px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 5px;
    min-width: 119px;
    text-align: center;
    font-size: 15px;
    transition: all 0.2s ease-in-out;
    border: none;	
}

.related.products .add-to-cart-container a:hover {
    background-color: #7d562d;
}

.related.products .woocommerce-loop-product__title{
    color: #353535;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif !important;
}

.single-product.woocommerce-page .related.products ul li a img{
    border: 1px solid #f1e6db;
    border-radius: 5px;
    box-shadow: 0px 0px 9px 2px #f3f2f2;
    background-color: #fff7ee;	
}



/*------------Product Catpage-------*/



#woocommerce-wrapper .catergory-filter-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;	
}

#woocommerce-wrapper .catergory-filter-logo{
	display: inline-block;
    border: 1px solid #e4e4e4 !important;
    margin: 10px 5px;
    border-radius: 5px;	
}

#woocommerce-wrapper .catergory-filter-logo img{
    max-width: 150px;	
}



/*------------Contact Us------------*/

#contact-section-1{
	
}


#contact-section-1 .contact-details{
	
}

#contact-section-1 .contact-details h5{
	font-family: 'Oswald', sans-serif !important;
    margin-top: 30px;	
}

#contact-section-1 .contact-details a{
	display: block;
    color: #525252;
    font-family: 'Lato', sans-serif !important;
    margin: 10px 0px;	
}

#contact-section-1 .contact-details .social-links a{
    display: inline-block;
    color: #525252;
    font-family: 'Lato', sans-serif !important;
    margin: 10px 0px;
    background-color: #b98b5b;
    padding: 2px;
    border-radius: 50%;
    margin: 3px 3px;	
}

#contact-section-1 .contact-details .social-links a img{
	width: 35px;
}


#contact-section-1 .social-links {
    float: none;
    margin-top: 30px;
}

#contact-section-1 .form-col{
    padding: 50px;
    background-color: #f7f7f7;	
}

#contact-section-1{
	background: url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-contact-us-bg-1.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100%;
}

#contact-section-1{
	
}


/*------------Ceylon Tea------------*/


#ceylon-tea-section-1{
	background: url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-ceylon-tea-bg-1.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
	text-align: center;
    height: 650px;	
}

#ceylon-tea-section-1 h1{
    font-family: 'Kaushan Script', cursive !important;
    text-transform: capitalize;
    font-size: 65px;
}

#ceylon-tea-section-1 p{
    font-size: 21px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #717171;
}

#ceylon-tea-section-1 .trusted{
	font-family: 'Kaushan Script', cursive !important;
    text-transform: capitalize;
    font-size: 49px;
    font-weight: 900;
    color: #b17130;
    letter-spacing: 1.5px;
}



#ceylon-tea-section-2{
	
}

#ceylon-tea-section-2 .text-q h2{
	font-size: 40px;
    font-weight: 900;
    color: #5a5a5a;	
}

#ceylon-tea-section-2 .text-q-1{
    font-family: 'Oswald', sans-serif !important;
    font-weight: 900;
    font-size: 60px;
    color: #7f7574;	
}

#ceylon-tea-section-2 .text-q-2{
    font-family: 'Lato', sans-serif !important;
    font-weight: 100;	
}

#ceylon-tea-section-2 .text-q-3{
    font-size: 40px;
    font-weight: 900;
    color: #66a92c;	
}


#ceylon-tea-section-2  .row > div:nth-child(1){
    border-right: 3px solid #e85601;	
}


#ceylon-tea-section-2 .text-q-4 p{
	line-height: 46px;
    font-size: 21px;
    font-weight: 100;
    font-family: 'Oswald', sans-serif !important;	
}


#ceylon-tea-section-1a{
    max-height: 500px;
    overflow: hidden;	
    margin-top: 5px;	
}

#ceylon-tea-section-1a .well{
	width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0;	
}

#ceylon-tea-section-1a a{
    display: inline-block;
    width: 25%;
    margin: 0 4px;
    padding: 0;
    float: left;
}

#ceylon-tea-section-1a .image-row{
    display: flex;
    justify-content: space-between;
}


#ceylon-tea-section-3 .wl-title-v1 .title-icon img {
    opacity: 1;
}

#ceylon-tea-section-3{
	
}

#ceylon-tea-section-3 .main-title-1{
	font-family: 'Kaushan Script', cursive !important;
    text-transform: capitalize;
    margin-bottom: -3px;
    margin-top: 20px;
}

#ceylon-tea-section-3 .info-box-col-1{
    margin: 10px;	
}

#ceylon-tea-section-3 .info-box-col-1 > div{
    background-color: #d29f6a;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;	
}

#ceylon-tea-section-3 .info-box-col-1 h3{
    color: #ffe7c9;
    font-size: 30px;
    font-weight: 900;	
}

#ceylon-tea-section-3 .info-box-col-1 h4{
    font-size: 15px;
    color: white;
    text-align: center;	
}

#ceylon-tea-section-3 .fact-counter{
    display: flex;	
}


#ceylon-tea-section-4{
    height: 600px;
    margin-top: -200px;	
	background: url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-ceylon-tea-bg-2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;	
}

#ceylon-tea-section-4 p{
    color: #cecece;
    font-size: 17px;	
}

#ceylon-tea-section-4 a{
background-color: #7f5831;
    padding: 10px 25px;
    color: white;
    font-weight: 300;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 0.5px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 19px;
    min-width: 170px;
    text-align: center;
    transition: all 0.2s ease-in-out;	
}

#ceylon-tea-section-4 h2{
    font-family: 'Oswald', sans-serif !important;
    font-weight: 900;
    margin-top: 80px;
    color: #e0e0e0;
}


#ceylon-tea-section-3 .item-img img{
    border: 10px solid white;
    border-radius: 0px 90px 0px 90px;	
}







/*------------Tea Health------------*/

#tea-health-section-1{
	
}

#tea-health-section-1 .row > div{
	padding: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 20px;
}

#tea-health-section-1  .row{
    height: 300px;
    text-align: center;	
}

#tea-health-section-1 .img-col-1{
	background: url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-ceylon-tea-tea-health-img-1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;		
}

#tea-health-section-1 .img-col-2{
	background: url(https://millenniumteas.com/wp-content/uploads/2018/09/sri-lanka-tea-ceylon-tea-ceylon-tea-tea-health-img-2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;		
}

#tea-health-section-1 h2{
    font-size: 25px;
    font-family: 'Oswald', sans-serif !important;
    margin: 0;
    text-transform: uppercase;
    color: #1b1b1b;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 20px;	
}

#tea-health-section-1 .con-col-1{
	background-color: #dbf6f9;
}

#tea-health-section-1 .con-col-2{
    background-color: #fafdd3;
}


#tea-health-section-2{
	background: url(https://millenniumteas.com/wp-content/uploads/2018/09/tea-health-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;	
    height: 450px;
    margin-top: -150px;	
}


#tea-health-section-3{
	
}

#tea-health-section-3 #wl-slider-v1 .item img{
    max-height: 500px;
    width: auto;	
    margin: 0 auto;	
}

#tea-health-section-3 .item-description{
	
}

#tea-health-section-3 .item-description h2{
	text-align: center;
    font-family: 'Kaushan Script', cursive !important;
    text-transform: capitalize;
    color: #272727;
    font-size: 35px;	
}

#tea-health-section-3 .tea-logo{
	max-width: 400px	
}

#tea-health-section-3{
	
}

#tea-health-section-3{
	
}

#tea-health-section-3{
	
}











/*------------Footer------------*/

#footer{
    margin-top: 140px;	
}

#footer .newsletter-row > div:nth-child(1){
	text-align: center;	
}

#footer .newsletter-row > div:nth-child(2){
	text-align: center;	
}

#footer .newsletter-row > div:nth-child(3){
	text-align: center;	
}


#footer .newsletter-row{
	background-color: #fff5e3;
    height: 130px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

#footer .newsletter-row h3{
	font-size: 17px;
    font-weight: 600;
    font-family: 'Lato', sans-serif !important;
    color: #a96824;	
}

#footer form {
	box-shadow: none !important;
}


#footer .newsletter-row img{
	pointer-events: none;	
}

#footer >  .container{
	max-width: 100% !important;	
	padding: 0;
}

#footer > .container .newsletter-row{
    max-width: 1300px !important;
    margin: 0 auto;
}

#footer .contact-sub-row{
    max-width: 1300px !important;
    margin: 0 auto;	
}


#footer > .container .contact-row{
	max-width: 100% !important;
    margin: 0 auto;
    padding-top: 200px;
    background: #7f7574 url(https://millenniumteas.com/wp-content/uploads/2018/09/footer-bg-1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 150px;
    margin-top: -70px;
}


#footer .contact-sub-row{
	
}

#footer .contact-sub-row > div {
	flex: 0 0 19.66667%;
    max-width: 19.66667%;	
}

#footer .contact-sub-row > div > div{
	background-color: rgba(109, 98, 97, 0.33);
	min-height: 470px;
	padding: 20px;
}



#footer .contact-sub-row > div:nth-child(3) > div {
    background-color: hsla(5, 6%, 40%, 0);
    min-height: auto;
    padding: 0;	
}


#footer .contact-sub-row  h3{
    color: #c5c0c0;
    font-size: 20px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 100;
}



#footer .contact-sub-row  h5{
    color: #fbb063;
    font-size: 15px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 100;
    margin-top: 15px;
}

#footer .contact-sub-row p{
	color: #efefef;	
}

#footer .contact-sub-row a{
	color: #efefef;
    display: block;
    font-size: 14px;
    font-family: 'Lato', sans-serif !important;
    padding: 4px 5px;
    border-bottom: 1px solid rgba(191, 191, 191, 0.22);
	transition: all 0.2s ease-in-out;
}

#footer .contact-sub-row a:hover{
    color: #ffcf90;
}

#footer .contact-sub-row > div:nth-child(4) > div a, #footer .contact-sub-row > div:nth-child(2) > div a{
    padding: 10px 5px;
}

.footer-credit{
    background-color: #1d1d1d;
    text-align: center;
    color: #c7a362;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 5px;	
}

.footer-credit a{
    color: #c7a362;
    font-size: 12px;
}



/*------------Responsive------------*/



@media screen and (max-width: 1920px) and (min-width: 1560px) {
   

 
}


@media only screen and (max-width: 1400px) {
	
	
/*------------Header - Subpage------------*/
	

#main-page-header {
    height: 380px;
}
	
#main-page-header .wl-title-v1 {
	align-items: flex-end;
}	
	
#main-page-header .wl-title-v1 .title-area h2 {
    position: relative;
    top: -80px;
}	
	

/*------------Home------------*/
	
	
#wl-slider-v1.home-slider .item-description {
	top: calc(54% - 155px);
}	
	
#wl-slider-v1.home-slider .owl-item, #wl-slider-v1.home-slider .owl-item .item, #wl-slider-v1.home-slider .wl-slider-v1, #wl-slider-v1.home-slider .wl-slider-v1 .owl-stage-outer {
    height: 800px !important;
}	
	
#wl-slider-v1.home-slider .owl-carousel .owl-item img {
    display: block;
    min-width: 115% !important;
    height: 640px;
}
	
#home-section-2 p {
    font-size: 20px;
}	
	
#home-section-6 .why-choose {
    min-height: 380px;
}
	
#home-section-9 .info-box-main .info-box-col-2 {
    padding-left: 40px;
}	
	
#home-section-10 .news-title a {
    font-size: 13px;
}	
	
#wl-carousell-v2 .tea-link {
    left: calc(50% - 24%);
}	
	
#home-section-4 {
    background-size: 118%;
}	


	
	
	
/*------------Ceylon Tea------------*/	
	
#ceylon-tea-section-4 {
    height: 460px;
    margin-top: -140px;
    background-size: 120%;
}	

#ceylon-tea-section-3 .info-box-col-1 > div {
    width: 140px;
    height: 140px;
}	
	
	
	
	
/*------------Single Product page-------*/
	
.single-product.woocommerce-page #single-product-section-1 .icon-item h6 {
    font-size: 12px;
}
	
	
.single-product.woocommerce-page #single-product-section-1 .icon-item h3 {
    font-size: 14px;
}	
	
	
	
	
/*------------Contact Us------------*/	
	
#contact-section-1 {
    background-position: bottom;
}	
	
	

}




@media only screen and (max-width: 1366px) {



}



@media only screen and (max-width: 1200px) {
	
	
	
/*------------Header - Subpage------------*/
	

#main-page-header {
    height: 270px;
}
	
#main-page-header .wl-title-v1 {
	align-items: flex-end;
}	
	
#main-page-header .wl-title-v1 .title-area h2 {
    position: relative;
    top: -20px;
}	
		
	
	
	
	
	
	
	

/*------------Home------------*/

#home-section-5 {
    background-size: 50%;
}
	
#home-section-5 > .container > .row > div:nth-child(1){
	flex: 0 0 5%;
    max-width: 0%;		
}
	
#home-section-5 > .container > .row > div:nth-child(2){
	flex: 0 0 100%;
    max-width: 100%;		
}	

#home-section-5 .wl-title-v1 {
    justify-content: flex-end;
}	
	
#wl-slider-v1.home-slider .owl-item, #wl-slider-v1.home-slider .owl-item .item, #wl-slider-v1.home-slider .wl-slider-v1, #wl-slider-v1.home-slider .wl-slider-v1 .owl-stage-outer {
    height: 850px !important;
}
	
#wl-slider-v1.home-slider .owl-carousel .owl-item img {
     min-width: 130% !important;
}	
	
	
#home-section-1 > .container > .row > div:nth-child(1){
	flex: 0 0 100%;
    max-width: 100%;		
}
	
#home-section-1 > .container > .row > div:nth-child(2){
	flex: 0 0 100%;
    max-width: 100%;	
	margin-top: 70px;
}	
	
#home-section-4 {
    background-size: cover;
}	
	
#home-section-5 .p-b-80 {
    padding-bottom: 45px;
}	
	

#home-section-6 .container  > div:nth-child(2) > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}	
	
#home-section-6 .why-choose {
    min-height: 320px;
    margin: 10px 0;
}	
	
#home-section-7 .big-title h1 {
    font-size: 60px;
}	
	
#home-section-9 .info-box-main .info-box-col-2 {
    padding-left: 60px;
}
	
#home-section-10 .news-title a {
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
}	

	
/*------------Ceylon Tea------------*/		
	
#ceylon-tea-section-2 .text-q-1 {
    font-size: 60px;
}	
	
#ceylon-tea-section-2 .text-q-2 {
    font-size: 25px;
}	
	
#ceylon-tea-section-2 .text-q-3 {
    font-size: 30px;
}	
	
#ceylon-tea-section-2 .text-q-4 p {
    line-height: 42px;
    font-size: 17px;
}	
	
#ceylon-tea-section-4 {
    background-size: 140%;
}
	
#ceylon-tea-section-3 .info-box-col-1 > div {
    width: 120px;
    height: 120px;
}	
	
#ceylon-tea-section-3 .info-box-col-1 h3 {
    font-size: 25px;
}	
	
#ceylon-tea-section-3 .info-box-col-1 h4 {
    font-size: 11px;
}	
	
	
	
	
/*------------Single Product page-------*/
	
.single-product.woocommerce-page #single-product-section-1 .icon-item {
    margin: 7px 10px;
    width: 43%;
}	
		
	
	
}





@media only screen and (max-width: 1024px) {
	
	
	
/*------------Header - Subpage------------*/
	

#main-page-header {
    background-size: 100%;
}		
	
#main-page-header .wl-title-v1 .title-area h2 {
    position: relative;
    top: -60px;
}	
	
#main-page-header .wl-title-v1 .title-area h2 {
	font-size: 45px;
}	
	
	

/*------------Home------------*/

#wl-slider-v1.home-slider .owl-carousel .owl-item img {
    height: 510px;
}	
	
#wl-slider-v1.home-slider .item-description {
    left: calc(30% - -135px);
}
	
	
	
/*------------About------------*/
	
	
#about-section-2 {
    background-position: left;
    background-size: 50%;
}	
	
	
	
	
/*------------Ceylon Tea------------*/	
	
#ceylon-tea-section-3 .info-box-col-1 > div {
    width: 100px;
    height: 100px;
}	
	
#ceylon-tea-section-4 {
    height: 460px;
    margin-top: -70px;
    background-size: 180%;
}	
	
	

/*------------Tea Health------------*/	
	
#tea-health-section-2 {
    margin-top: -230px;
}	
	
	
	
/*------------Footer------------*/	
	
#footer .contact-sub-row > div:nth-child(1), #footer .contact-sub-row > div:nth-child(2), #footer .contact-sub-row > div:nth-child(4), #footer .contact-sub-row > div:nth-child(5)  {
    flex: 0 0 49.66667%;
    max-width: 49.66667%;
	margin: 10px 0px;
}	
	
#footer .contact-sub-row > div:nth-child(3) {
    display: none;
}	
	
#footer .contact-sub-row > div > div {
    min-height: 310px;
}	
	
	
	
	

}





@media only screen and (max-width: 990px) {
	
	
	
/*------------Home------------*/	
	
#wl-slider-v1.home-slider .item-description {
    top: calc(54% - 125px);
}  
	
#wl-slider-v1.home-slider .owl-item, #wl-slider-v1.home-slider .owl-item .item, #wl-slider-v1.home-slider .wl-slider-v1, #wl-slider-v1.home-slider .wl-slider-v1 .owl-stage-outer {
    height: 680px !important;
}	
	

/*------------About------------*/
	
	
#about-section-1 .container > div:nth-child(2) > div{
    flex: 0 0 100%;
    max-width: 100%;
	text-align: center !important;
}	
	
#about-section-1 #wl-slider-v1 {
    background: none;
    padding: 20px 0px 0px 0px;
    left: 0px;
    top: 0px;
}	

.value-row > div{
    flex: 0 0 100%;
    max-width: 100%;	
	margin: 20px 0px;
}
	
#about-section-1 #wl-slider-v1 .wl-slider-v1 {
    position: relative;
    left: 0;
}	
	
#about-section-1 .owl-carousel .owl-item img {
    width: 100%;
}
	
	
	
	
/*------------ceylon tea------------*/		
	
	
#ceylon-tea-section-1 h1 {
    font-size: 50px;
}	
	
#ceylon-tea-section-1 p {
    font-size: 16px;
    line-height: 30px;
}	
	
#ceylon-tea-section-1 {
    height: 510px;
}	
	
#ceylon-tea-section-2 .text-q-1 {
    font-size: 40px;
}	
	
#ceylon-tea-section-2 .text-q-2 {
    font-size: 18px;
}	
	
#ceylon-tea-section-2 .text-q-4 p {
    line-height: 30px;
}	
	
#ceylon-tea-section-4 {
    height: 530px;
    background-size: 120%;
    background-size: 230%;	
    margin-top: 40px;	
}	
	
	

/*------------Main Product page-------*/	
	
.grid-1 h4 {
    font-size: 30px;
}	
	
.grid-1 h5 {
    font-size: 55px;
}	
	
.content-box-1 .grid-3 {
    background-position: right;
}
	
#main-product-section-2 .content-box-1 .grid-3 {
    grid-column: 1/5;
    grid-row: 2/3;
}	
	
.content-box-1 .grid-1 {
    grid-column: 1/3;
    grid-row: 1/2;
}	
	
.content-box-1 .grid-2 {
    grid-column: 3/5;
    grid-row: 1/2;
}	
	
.content-box-1 .grid-5 {
    grid-column: 5/2;
}	
	
.grid-1 h4 {
    text-align: right;
}	
	
.grid-1 h5 {
    text-align: right;
}	
	
	
	
	
	
/*------------Single Product page-------*/
	
.related.products .woocommerce-loop-product__title {
    font-weight: 400;
}	
	
	
	
	
	
/*------------Contact Us------------*/	
	
	
#contact-section-1 .contact-details .social-links a img {
    width: 30px;
}		
	

}





@media only screen and (max-width: 768px) {
    
/*------------Header - Subpage------------*/
	

#main-page-header {
    background-size: 160%;
}
	
#main-page-header .wl-title-v1 .title-area h2 {
    position: relative;
    top: -50px;
}
	
#main-page-header {
    height: 350px;
}
	

/*------------Home------------*/	
	
#wl-slider-v1.home-slider .owl-carousel .owl-item img {
    height: 300px;
}	
	
#wl-slider-v1.home-slider .owl-carousel .owl-item img {
    min-width: 65% !important;
}	

#wl-slider-v1.home-slider .item-description {
    left: calc(30% - 95px);
	top: calc(54% - 175px);
}	
	
#home-section-4 .row > div {
    flex: 0 0 50%;
    max-width: 50%;	
}	
	
#home-section-4 {
    background-size: 320%;
}	
	
#home-section-6 .why-choose {
    min-height: 361px;
}	
	

	
/*------------Ceylon Tea------------*/	
		
#ceylon-tea-section-3 > div:nth-child(2) .row > div{
	flex: 0 0 100%;
    max-width: 100%;
	text-align: center;
}	
	
	#ceylon-tea-section-3 .item-img{
		text-align: center;
	}	
	
	#ceylon-tea-section-3 .item-img img{
	    max-width: 350px;	
	}	
	
#ceylon-tea-section-3 .fact-counter {
    justify-content: center;
}	

#ceylon-tea-section-3 .item-img img {
    border: 0px;
    border-radius: 40px 40px 40px 40px;
}	
	
#ceylon-tea-section-3 .info-box-col-1 > div {
    width: 120px;
    height: 120px;
}
	
	#ceylon-tea-section-4 .row > div:nth-child(1){
		display: none;
	}
	
	#ceylon-tea-section-4 .row > div:nth-child(2){
	flex: 0 0 100%;
    max-width: 100%;
	}	
	
	
	
/*------------Tea Health------------*/
	
	
#tea-health-section-2 {
    margin-top: -300px;
}
	
	
	#tea-health-section-3 .row > div{
		flex: 0 0 100%;
		max-width: 100%;	
		margin: 30px 0px;
	}	
	
	

	
	
/*------------Single Product page-------*/
	
.single-product.woocommerce-page #woocommerce-wrapper .row > div:nth-child(1) .product-type-simple .woocommerce-product-gallery {
    width: 100%;
}	
	
.single-product.woocommerce-page #woocommerce-wrapper .row > div:nth-child(1) .product-type-simple .entry-summary {
    width: 100%;
}	
	
	
/*------------Contact Us------------*/	
	
	
#contact-section-1 .contact-details .social-links a img {
    width: 35px;
}
	
#contact-section-1 .contact-details .social-links a {
    margin: 9px 10px;
}	
	
/*------------Footer------------*/		
	
#footer .contact-sub-row > div > div {
    min-height: 415px;
}	
	
#footer > .container .contact-row {
	padding-top: 100px;
}	
	
	
	
	
	
	

}




@media screen and (max-width: 768px) and (min-width: 600px) {

#home-section-9 .info-box-main {
    align-items: center;
    flex-direction: column;
    text-align: center;	
}
	
#home-section-9 .info-box-main .info-box-col-1 {
    width: 100%;
}	
	
#home-section-9 .info-box-main .info-box-col-2 {
    width: 100%;
    padding-left: 0;
}	

#home-section-9 .info-box-main .info-box-col-1 > div {
    margin: 0 auto;
    margin-bottom: 10px;
}
	
	
}






@media only screen and (max-width: 767px) {
	
#page {
    padding-top: 25px;
}	
	

/*------------Home------------*/		
	
#wl-slider-v1.home-slider .item-description {
    top: calc(54% - 50px);
    right: calc(30% - 200px);
    background: #fff;
    width: 450px;
    height: 200px;
    border-radius: 0;
    padding-top: 20px;
}
	
#wl-slider-v1.home-slider .owl-item, #wl-slider-v1.home-slider .owl-item .item, #wl-slider-v1.home-slider .wl-slider-v1, #wl-slider-v1.home-slider .wl-slider-v1 .owl-stage-outer {
    height: 580px !important;
}

	
	
	
	
/*------------About Us------------*/		
	
#about-section-2 .row > div:nth-child(1){
	display: none;
}
	
#about-section-2 .row > div:nth-child(2){
	flex: 0 0 100%;
    max-width: 100%;
}	
	
#about-section-2 {
    background: #27343e !important;
}
	
	
	
	
	
/*------------Contact Us------------*/		
		
#contact-section-1 {
    background: none;
}

	

/*------------Footer------------*/	
	
#footer .contact-sub-row > div:nth-child(1), #footer .contact-sub-row > div:nth-child(2), #footer .contact-sub-row > div:nth-child(4), #footer .contact-sub-row > div:nth-child(5)  {
    flex: 0 0 100%;
    max-width: 100%;
	margin: 10px 0px;
	text-align: center;
}	
	
#footer .contact-sub-row > div > div {
    min-height: 285px;
}
	
#footer .newsletter-row {
    height: auto;
    padding: 50px 5px;
}	
	
	
	
    
}






@media only screen and (max-width: 600px) {

	
/*------------Ceylon Tea------------*/		
	
#ceylon-tea-section-1 .trusted {
    font-size: 30px;
}		
	
#ceylon-tea-section-3 .info-box-col-1 {
    margin: 10px;
    width: 29%;
}
	
#ceylon-tea-section-3 .fact-counter {
    justify-content: center;
    flex-wrap: wrap;
}	
	
#ceylon-tea-section-4 {
    height: auto;
    padding: 30px;
    background-size: cover;
    margin-top: 40px;
    padding-bottom: 60px;
}	

	
/*------------Main Product page-------*/	
	
#main-product-section-2 .content-box-1 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, minmax(300px, auto));
}
	
#main-product-section-2 .content-box-1 .grid-1 {
    grid-column: 1/1;
    grid-row: 1/2;
}	
	
#main-product-section-2 .content-box-1 .grid-2 {
    grid-column: 1/1;
    grid-row: 2/3;
}	
	
#main-product-section-2 .content-box-1 .grid-3 {
    grid-column: 1/1;
    grid-row: 3/4;
}
	
#main-product-section-2 .content-box-1 .grid-4 {
    grid-row: 4/5;
    grid-column: 1/1;
}	
	
#main-product-section-2 .content-box-1 .grid-5 {
    grid-column: 1/1;
    grid-row: 5/6;
}
	
.content-box-1 .grid-2:after {
    left: calc(50% - 10px);
    top: calc(50% - 210px);
    transform: rotate(90deg);
}	
	
.content-box-1 .grid-4:after {
    left: calc(50% - 10px);
    top: calc(50% - -130px);
    transform: rotate(270deg);
}		
	
	
#main-product-section-2 .content-box-2 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, minmax(300px, auto));
}
	
#main-product-section-2 .content-box-2 .grid-1 {
    grid-column: 1/1;
    grid-row: 1/2;
}	
	
#main-product-section-2 .content-box-2 .grid-2 {
    grid-column: 1/1;
    grid-row: 2/3;
}	
	
#main-product-section-2 .content-box-2 .grid-3 {
    grid-column: 1/1;
    grid-row: 3/4;
}
	
#main-product-section-2 .content-box-2 .grid-4 {
    grid-row: 4/5;
    grid-column: 1/1;
}	
	
#main-product-section-2 .content-box-2 .grid-5 {
    grid-column: 1/1;
    grid-row: 5/6;
}
	
.content-box-2 .grid-2:after {
    left: calc(50% - 10px);
    top: calc(50% - -130px);
    transform: rotate(270deg);
}		
	
.content-box-2 .grid-5:after {
    left: calc(50% - 10px);
    top: calc(50% - 210px);
    transform: rotate(90deg);
}
	
	
#main-product-section-2 .content-box-3 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, minmax(300px, auto));
}
	
#main-product-section-2 .content-box-3 .grid-1 {
    grid-column: 1/1;
    grid-row: 1/2;
}	
	
#main-product-section-2 .content-box-3 .grid-2 {
    grid-column: 1/1;
    grid-row: 2/3;
}	
	
	
.content-box-3 .grid-1:after {
    left: calc(50% - 10px);
    top: calc(50% - -130px);
    transform: rotate(270deg);
}	
	
}



@media only screen and (max-width: 575px) {

/*------------Header - Subpage------------*/
	

#main-page-header {
    height: 270px;
}

#main-page-header {
    justify-content: center;
}
	
#main-page-header .wl-title-v1.icon-right {
    flex-direction: row-reverse;
    right: auto;
    position: relative;
    width: 100%;
    justify-content: center;
}	
	
	
	
/*------------Home------------*/
	
	
#pop-up-click {
    bottom: 80px;
}	
	
#wl-slider-v1 .item-description h3 {
    font-size: 17px;
}	
	
	
#home-section-3	.row > div:nth-child(1), #home-section-3	.row > div:nth-child(2){
	display: none;	
}
	
#home-section-3 {
    background-size: 350%;
}	
	
#home-section-4	.wl-title-v1 .title-area h3 {
    font-size: 25px;
}
	
#home-section-4 .row > div{
	margin: 20px 0px;			
}
	
#home-section-4 .p-b-80 {
    padding-bottom: 10px;
}	
	
#home-section-4 .row > div {
    flex: 0 0 100%;
    max-width: 100%;
}	
	
#home-section-4 {
    background-size: cover;
}
	
#home-section-5 {
      background-image: none;
}	
	
#wl-carousell-v2 .tea-link {
    left: calc(50% - 13%);
}	
	
#home-section-7 .big-title h1 {
    font-size: 32px;
}	
	
#home-section-7 .our-capabilities {
    margin: 20px 0px;
}	
	
#home-section-8 .ceylon-tea > div {
    width: 85%;
    margin: 0 auto;
}	
	
	
#home-section-9 .container > div:nth-child(2) > div{
	margin: 10px 0px;
}	
	
#home-section-10 .container > div:nth-child(2) > div{
	margin: 10px 0px;
    width: 48%;	
} 	
	
#home-section-10 .news-title {
    margin-top: 10px;
    line-height: 10px;
}	
	
#home-section-10 .news-title a {
    font-size: 11px;
}	
	
#home-section-10 .news-link a {
    padding: 5px 10px;
    min-width: 104px;
    font-size: 13px;

}	
	
	
	
/*------------Tea Health------------*/		
	
#tea-health-section-1 .row > div {
    min-height: 300px;
}	
	
#tea-health-section-3 {
    margin-top: 100px;
}	
	
	
/*------------Contact Us------------*/	
	
#contact-section-1 .contact-details .social-links a {
    margin: 3px 2px;
}
	

/*------------News------------*/		
	
#news-section .row > div{
		margin: 15px 0px;	
}
	
#news-section .alignleft {
    float: none;
}	
	
/*------------Footer------------*/		
	
#footer {
    margin-top: 60px;
}	
	
.single-post #wrapper-footer {
    padding-left: 0 !important;
}	
}



@media only screen and (max-width: 450px) {

	
/*------------Header - Subpage------------*/
	
#main-page-header {
    background-size: 240%;
}
	
	
/*------------Footer------------*/		
	


}



@media only screen and (max-width: 450px) {

	
/*------------Home------------*/
	
#wl-carousell-v2 .tea-link {
    left: calc(50% - 17%);
}
	
#home-section-6 .container > div:nth-child(2) > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	
#home-section-8 {
    padding-top: 40px;
}	

#wl-slider-v1.home-slider .item-description {
    top: calc(54% - 50px) !important;
	left: calc(30% - 115px) !important;
    width: 90% !important;
}	
	
	
	
	
/*------------Ceylon Tea------------*/	
	
#ceylon-tea-section-3 .item-img img {
    max-width: 290px;
    margin: 0 auto;
}
	
#ceylon-tea-section-3 .info-box-col-1 {
    width: 40%;
}	
	
#ceylon-tea-section-4 {
    padding: 10px;
	padding-bottom: 50px;
}	
		
	
/*------------Tea Health------------*/		

#tea-health-section-3 .tea-logo {
    max-width: 280px;
}	
	
#tea-health-section-3 {
    padding-bottom: 60px;
}	
	
#tea-health-section-3  #wl-slider-v1 .item-description {
    background-color: rgb(199, 144, 77);
}	
	
}




@media only screen and (max-width: 350px) {
	
	
/*------------Home------------*/	

#wl-carousell-v2 .tea-link {
    left: calc(50% - 25%);
}

#home-section-8 .ceylon-tea > div {
	width: 95%;
    padding: 40px 20px;
}	
	
#home-section-1 .container-80 {
    max-width: 100% !important;
}
	
	
/*------------Ceylon Tea------------*/		
	
#ceylon-tea-section-2 .text-q-4 p {
    text-align: center;
}	
	
#ceylon-tea-section-2 .text-right {
    text-align: center !important;
}	
	
#ceylon-tea-section-1 .trusted {
    font-size: 25px;
}	

	

}





@media screen and (max-width: 768px) {
    .quick-social {
        bottom: 11% !important;
        right: -1px !important;
    }
}

@media screen and (max-width: 576px) {
    .socail-area .quick-social a > img {
        max-width: 64% !important;
    }
}

@media only screen and (max-width: 575px) {
    #pop-up-click {
        bottom: 312px;
    }
}

.pop-up-click {
    width: 50px;
    height: 50px;
}


@media only screen and (min-width: 1200px) {
    body .quick-social {
        position: fixed !important;
        bottom: 6.844vw !important;
        z-index: 999 !important;
        right: 0.573vw !important;
    }

    body .quick-social a > img {
        width: 58px !important;
        height: auto !important;
        max-width: none !important;
    }
    
        #pop-up-click {
        bottom: 50% !important;
    }

    .pop-up-click,
    #myBtn {
        width: 5.208vw !important;
        height: 5.208vw !important;
    }
}

@media screen and (max-width: 576px) {
    body .quick-social a > img {
        max-width: 64% !important;
    }
}