/* Fonts Import */
/* Globals */
/* Typography */
/* Header */
/* Main Post */
/* Comments */
/*----------------------------------------
--Fonts Import----------------------------
------------------------------------------*/
@font-face {
  font-family: 'Baskerville', serif;
  src: url('../fonts/Baskerville.ttf'), /* IE9+ Compat Modes */  
       url('../fonts/Baskerville.woff2') format('woff2'), /* Super modern browsers */
       url('../fonts/Baskerville.woff') format('woff'), /* Modern browsers */
       url('../fonts/Baskerville.ttf')  format('truetype'), /* Safari, Android, iOS */       
}
@font-face {
  font-family: 'Baskerville-Bold', serif;
  src: url('../fonts/Baskerville-Bold.ttf'), /* IE9+ Compat Modes */  
       url('../fonts/Baskerville-Bold.woff2') format('woff2'), /* Super modern browsers */
       url('../fonts/Baskerville-Bold.woff') format('woff'), /* Modern browsers */
       url('../fonts/Baskerville-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */       
}
@font-face {
  font-family: 'Baskerville-Italic', serif;
  src: url('../fonts/Baskerville-Italic.ttf'), /* IE9+ Compat Modes */  
       url('../fonts/Baskerville-Italic.woff2') format('woff2'), /* Super modern browsers */
       url('../fonts/Baskerville-Italic.woff') format('woff'), /* Modern browsers */
       url('../fonts/Baskerville-Italic.ttf')  format('truetype'), /* Safari, Android, iOS */       
}
@font-face {
  font-family: 'Baskerville-SemiBold', serif;
  src: url('../fonts/Baskerville-SemiBold.ttf'), /* IE9+ Compat Modes */  
       url('../fonts/Baskerville-SemiBold.woff2') format('woff2'), /* Super modern browsers */
       url('../fonts/Baskerville-SemiBold.woff') format('woff'), /* Modern browsers */
       url('../fonts/Baskerville-SemiBold.ttf')  format('truetype'), /* Safari, Android, iOS */       
}
/*----------------------------------------
--Globals--------------------------------
------------------------------------------*/
*, *:hover, *:focus{
  outline: none;
}
::selection{
  background: #e61a1a;
  color: #fff;
}
body{
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #4c4949;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul, li{
  margin: 0; padding: 0;
  list-style: none;
}
a, a:hover, a:focus{
  text-decoration: none;
  color: #1682f1;
}
h1, h2, h3, h4, h5, h6{
  margin: 0;
}
img{
  width: 100%;
  height: auto;
}
section{
  width: 100%;
  height: auto;
}
/*----------------------------------------
--TYpography------------------------------
------------------------------------------*/
h1, h5{
  font-family: 'Baskerville';
  font-weight: 400;
  font-style: normal;
}
h1{
  font-size: 40px;
  color: #4c4949;
  line-height: 48px;
}
h1 span{
  font-style: italic;
}
.blue-title{
  font-weight: 700;
  color: #095099;
}
.post-1 .post-img{
  margin: 49px 0;
}
.post-1 .post-img-4{
  margin-bottom: 20px;
}
.tv-logos-container{
  margin-bottom: 45px;
}
.tv-logos-container p{
  font-size: 25px;
  text-align: center !important;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.post-1 p{
  margin-bottom: 24px;
  text-align: justify;
}
.post .subtitle{
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.post p span{
  color: #09509d;
  font-weight: 700;
  text-decoration: underline;
}
.post .bold-italic{
  font-weight: 700;
  font-style: italic;
}
.title-2{
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: left !important;
}
hr{
  color: #e5e5e5;
}
.ruller{
  height: 1px;
  display: block;
  width: 100%;
  background: #e5e5e5;
  margin: 80px 0;
}
.post-content h1{
  margin-bottom: 25px;
}
/*----------------------------------------
--Header----------------------------------
------------------------------------------*/
header{
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
}
#logo{
  text-indent: -99999px;
  width: 141px;
  height: 50px;
  background: url(../images/logo.png) top center no-repeat;
  background-size: cover;
}
header li{
  display: inline-block;
}
.nav-container{
  float: right;
}
.nav-container li{
  padding: 25px 20px;
  line-height: 0px;
}
.nav-container a{
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;  
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-container a:hover{
  color: #095099;
  border-bottom: 1px solid #095099;
}
header div[class^='cute-'] {
  padding: 0;
}
/*----------------------------------------
--Main Post--------------------------------
------------------------------------------*/
#main-post div[class^='cute-']:first-child {
  padding-left: 0;
}
#main-post div[class^='cute-']:nth-child(2) {
  padding-right: 0;
}
#main-post{
  padding-top: 70px;
}
#post-container{
  padding-right: 15px;
}
.feedbacks{
  padding-left: 15px;
}
.bottle-content{
  margin: 25px 0 70px 0;
  background: url(../images/backgroud-pattern.png) top center no-repeat;
  background-size: 100% 100%;
  padding: 64px 70px;
  display: flex;
  flex-direction: row;
  border: 2px solid #4b3404;
}
.bottle-content .bottle{
  max-width: 295px;
}
.btn-container{
  height: 80px;
  display: block;
  line-height: 82px;
}
.btn-wrapper {
  display: block;
  border: 1px solid rgb(168, 11, 11);
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(205,11,11) 0%, rgb(230,26,26) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(205,11,11) 0%, rgb(230,26,26) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(205,11,11) 0%, rgb(230,26,26) 100%);
  box-shadow: 0px 11px 27px 0px rgba(210, 14, 14, 0.34);  
  width: 377px;
  height: 78px;  
  text-align: center;
  position: relative;
  font-weight: 700;
  text-align: center;
  line-height: 77px;
  font-size: 25px;
  color: #fff;
  text-shadow: 1.204px 1.597px 2px rgba(161, 16, 16, 0.34);
  overflow: hidden;
  -webkit-trasition: all 0.2s ease-in;
  margin: 0 auto;
}
.btn-wrapper:hover{
  color: #fff;
  background-image: -moz-linear-gradient( 90deg, rgb(230,26,26) 0%,  rgb(205,11,11)100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(230,26,26) 0%,  rgb(205,11,11)100%);
  background-image: -ms-linear-gradient( 90deg, rgb(230,26,26) 0%,  rgb(205,11,11)100%);
}
.btn-wrapper:after{
  display: block;
	position: absolute;
	content: '';
	bottom: 38px;
	left: -15%;
	width: 500px;
	height: 500px;
	border-radius: 500px/120px;
	background: #fff;
	opacity: 0.2;
	z-index: 1;
}
.btn-wrapper > div{
  width: 100%;
	display: block;
}
.bottle-content .content h2{
  font-size: 36px;
  text-align: center;
  color: #000000;
  line-height: 1.1;
  margin: 0 25px 15px 25px;
}
.bottle-content .content h2 span{
  text-decoration: underline;
}
.bottle-content .supplies{
  display: flex;  
  padding-left: 32px;
  margin-top: 35px;  
}
.supplies .left{
  width: 60%;
}
.bottle-content .supplies .right{
  width: 40%;
}
.supplies h1{
  color: #4c4949;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.supplies p{
  font-size: 17px;
  font-weight: 700;
}
.tv-logos{
  max-width: 645px;
  margin: 0 auto;
  display: block;
}
/*----------------------------------------
--flipclock Reset-------------------------
------------------------------------------*/
.flip-clock-wrapper ul li a div div.inn{
  font-size: 30px;
}
.flip-clock-wrapper ul{
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.flip-clock-dot.top, .flip-clock-dot.bottom{
  display: none;
}
.flip-clock-divider{
  width: auto;
}
.flip-clock-wrapper ul li{
  line-height: 38px;
}
.flip-clock-wrapper{
  margin: 0;
}
/* feedbacks */
.feedbacks .card{
  border: 1px solid #dfdfe1;
  padding: 45px 35px;
  box-shadow: 1.035px 3.864px 4px 0px rgba(123, 125, 128, 0.11);
  margin-bottom: 29px;
}
.card h5{
  font-size: 25px;
  line-height: 30px;
  font-style: italic;
}
.card img{
  margin-top: 35px;
  margin-bottom: 29px;
}
.card p{
  font-style: italic;
  margin-bottom: 25px;
  text-align: justify;
}
.card h3{
  font-size: 25px;
  font-weight: 700;
}
.card p a{
  color: #095099;
  text-decoration: underline;
  font-weight: 700;
}
.ex-title{
  margin-bottom: 25px;
	margin-top: 60px
}
.offer-card h1{
  font-size: 45px;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  color: #095099;
  margin-top: 30px;
  margin-bottom: 30px;
}
.offer-card a{
  font-size: 20px;
	width: 300px;
	height: 69px;
	line-height: 69px;
}
.offer-card .bottle{
  max-width: 180px;
  margin: 0 auto;
  display: block;
}
.offer-card .btn-wrapper:after{
  width: 400px;
  height: 400px;
}
/*----------------------------------------
--Comments--------------------------------
------------------------------------------*/
#comments form textarea{
  height: 94px;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
}
#comments form input{
  width: 130px;
  height: 35px;
  background: #095099;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
  float: right;
  border: 0;
  margin-top: 20px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#comments form input:hover{
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.comment-box{
  display: block;
  margin-bottom: 50px;
}
.comment-box li{
  vertical-align: top;
  display: inline-block;
}
.comment-box .avatar{
  width: 70px;
  margin-right: 24px;  
}
.comment-box .comment-content{
  width: 680px;
}
.comment-box h6{
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.5pt;
  margin-bottom: 5px;
}
.all-comment .comment-title{
  color: #095099;
  margin-bottom: 40px;
}
.comment-box p{
  font-size: 14px;
}
.comment-box ul li{
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
.comment-box ul li:after{
  content: '.';
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 15px;
  color: #000000;
}
.comment-box ul li:last-child:after{
  content: '';
}
.comment-box li:first-child a,
.comment-box li:nth-child(2) a{
  color: #095099;
}
.comment-box ul li:last-child{
  text-decoration: underline;
}
.comment-box ul li:last-child a{
  color: #4c4949;
}

/*---------------------------------------
----Hambuger Menu------------------------
----------------------------------------*/
.mobile-nav-icon{
  position: relative;
  float: left;
  z-index: 999;
  cursor: pointer;
  margin: 52px 26px 0 0;
  width: 30px;
  height: 20px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 12;
  display: none;
  float: right;
  z-index: 999999999;
}
.mobile-nav-icon .menu-icon{
  padding: 16px 0px;
  display: block;
}
.mobile-nav-icon span{
  width: 30px;
  height: 2px;
  background: #000000;
  display: block;
  position: absolute;
  top: 0;
  transform-origin: center;
  -webkit-transform: rotateZ(0);
  -webkit-transition: all 0.25s ease-in-out 0s;
}
.mobile-nav-icon span:nth-child(2){
  top: 9px;
}
.mobile-nav-icon span:nth-child(1){
  transform-origin: bottom left;
}
.mobile-nav-icon span:nth-child(2){
  transform-origin: center;
}
.mobile-nav-icon span:nth-child(3){
  top: 19px;
  transform-origin: top left;
}
.mobile-nav-icon .menu-active{
  z-index: 999999;
}
.mobile-nav-icon .menu-active span{
  background: #fff;
}
.mobile-nav-icon .menu-active span:nth-child(2){
  background: transparent;
}
.mobile-nav-icon .menu-active span:nth-child(1){
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 1px;
}
.mobile-nav-icon .menu-active span:nth-child(3){
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 1px;
}
.mobile-nav-overlay{
  display: none;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}.menu-mobile-menu-container{
  text-align: left;
}
.mobile-menu{
  background: rgba(9, 80, 153, 0.95);
  position: fixed;
  z-index: 3;
  left: -470px;
  top: 0;
  bottom: 0;
  width: 450px;
  max-width: 100%;
  padding: 90px 10px 20px 30px;
  overflow-x: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
.mobile-menu.active{
  left: 0;
}
.mobile-menu li a{
  padding: 10px;  
  font-size: 18px;
  text-transform: uppercase;    
  color: #ffffff;
}
.mobile-menu li{
  padding: 10px 0;
  cursor: pointer;
}
#menu-mobile-menu > li{
  padding: 15px;
}
.mobile-menu li .sub-menu{
  border-left: 1px solid #d9a163;
  margin-left: 10px;
}
.mobile-menu .sub-menu li{
  margin-left: 10px;
}
.mobile-menu li.menu-item-has-children .sub-menu{
  display: none;
}
.mobile-menu li.menu-item-has-children > a{
  position: relative;
  display: block;
}
.mobile-menu li.menu-item-has-children > a:after{
  content: "\f067";
  font-family: 'FontAwesome';
  position: absolute;
  top: 15px;
  right: -8px;
  font-size: 11px;    
}
.mobile-menu li.menu-open > a:after{
  content: "\f068";
}
/*---------------------------------------
----Responsive css-----------------------
----------------------------------------*/
@media screen and (max-width: 1278px){}
@media screen and (min-width: 1200px){}
@media screen and (max-width: 1024px){
  [class*='cute-']{
    padding: 1rem !important;
  }
  .nav-container{
    display: none;
  }
  .mobile-nav-icon{
    display: block;    
  }
  .comment-box .comment-content{
    width: 100%;
  }
  .feedbacks, #post-container{
    padding: 0;
  }
}
@media screen and (max-width: 992px){
  .bottle-content{
    flex-direction: column;
    padding: 25px;
    background-size: cover;
  }
  .btn-wrapper{
    width: 100%;
  }
  .bottle-content .bottle{
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px){
  #main-post{
    padding-top: 30px;
  }
}
@media screen and (max-width: 576px){}
