/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.checkout .payment_methods .payment_box {
	background-color:black!important;
}

.customCarousel {
	display:none;
}

.drinkKongLogo {
	position:absolute;
	top:60px;
	left:95px;
	z-index:100;
}

.drinkKongBookNow {
	position:absolute;
	top:55px;
	right:150px;
	z-index:9999999;
	color:#e40588;
	font-size:16px;
	border:solid 1px #e40588;
	padding:10px;
	cursor:pointer;
	font-weight:bold;
	height:33px;
	line-height:10px;
	width:145px;
	text-align:center;
}

.drinkKongBookNow a {
	color:#e40588!important;
}

.langMenuOpt {
	display:none;
}


.drinkKongCart {
	position:absolute;
	top:55px;
	right:130px;
	width:145px;
	z-index:9999999;
	color:#e40588;
	font-size:16px;
	border:solid 1px #e40588;
	padding:10px;
	cursor:pointer;
	font-weight:bold;
	height:33px;
	line-height:10px;
	text-align:center;
	/*display:none;*/
}

.drinkKongCart a {
	color:#e40588!important;
}

.drinkFooterLeft {
	display:table;
	width:200px;
	color: #ffffff;
	font-size: 14px;
	position:fixed;
	bottom: 20px;
	left:117px;
	/*padding:30px 150px 20px 117px;*/
	z-index: 2000;
}

.drinkFooterRight {
	display:table;
	width:200px;
	color: #ffffff;
	font-size: 17px;
	position:fixed;
	right:120px;
	bottom: 0px;
	padding:30px 0px 20px 0px;
	z-index: 2000;
	vertical-align:bottom;
	text-align:center;
}

.drinkFooterLanguages {
	display:inline-block;
	vertical-align:top;
	padding-top:5px;
}

/*
.drinkFooter {
	display:table;
	width:100%;
	color: #ffffff;
	font-size: 14px;
	position:fixed;
	bottom: 0px;
	padding:30px 150px 20px 117px;
	z-index: 2000;
}

.drinkFooterLeft {
	display:table-cell;
	width:20%;
	color:#ffffff;
	font-size:17px;
	vertical-align:bottom;
}

.drinkFooterCenter {
	display:table-cell;
	width:60%;
	color:#ffffff;
	font-size:11px;
	text-align:center;
	vertical-align:bottom;
}

.drinkFooterRight {
	display:table-cell;
	width:20%;
	color:#ffffff;
	font-size:17px;
	vertical-align:bottom;
	text-align:right;
}
*/


.drinkFooterSocial {
	display:inline-block;
	padding:0px 15px 0px 0px ;
}

.copyrightFooter {
	text-align:center;
	font-size:10px;
	line-height:15px;
	padding-bottom:30px;
	color:#bababa;
}

.fusion-text {
	font-size:17px;
	line-height:20px;
}

.humansTextContainer {
	margin-top:130px;
}

.humansText {
	color: #ffffff;
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	line-height:20px;
}

.humansTextRight {
	color: #ffffff;
	font-family: Helvetica Neue, sans-serif;
	font-size: 18px;
	line-height:20px;
}

.humanTextRightBlock1 {
	padding-bottom:20px;
}

.humanTextRightBlock2 {
	padding-bottom:60px;
}

.humanRightPadding {
	padding-top:100px;
}

.newhumans-topimg {
	width:380px;
}

.newhumans-bottomimg {
	width:180px;
	padding-top:60px;
}

.contactText {
	font-size:14px;
	color:white;
	line-height:20px;
}

.fusion-main-menu ul li a{
	font-weight:normal!important;
	font-style:Adieu Light!important;
}

.galleryTop {
	padding-top:100px!important;
}

.contactsTop {
	padding-top:220px!important;
}

.copyrightFooterHome {
	padding-top:100px;
}

.copyrightFooterNewHumans {
	padding-top:150px;
}

.mobileBookNow {
		display:none;
}

.mobilemenu {
	display:none;
}

/* Popup container - can be anything you want */
.creditsPopup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.creditsPopuptext {
  visibility: hidden;
  width: 160px;
  background-color: #333;
  color: #fff;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.creditsPopuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.creditsPopup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.woocommerce-info {
	padding-top:100px!important;
}

.woocommerce-content-box {
	padding-top:100px!important;
}

.fusion-page-title-secondary {
	display:none;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

@media screen and (max-width: 1600px) {

	/****** HEADER ****/
	.drinkFooterRight {
		right:50px;
		font-size:13px;
	}

	.drinkFooterLeft {
		font-size:13px;
	}
	
	.fusion-header {
		padding-top:0px!importnt;
	}

	.drinkKongLogo {
		left:90px;
	}

	.drinkKongLogo img {
		width:140px;
	}

	.drinkKongBookNow {
	font-size:15px;
	right:90px;
	width:140px;
	}
	
	.drinkKongCart {
	font-size:15px;
	right:90px;
	width:140px;
	}

	.fusion-bottombar-highlight:after {
		top: calc(50% + 0.59em)!important;
	}

	/********* FOOTER *******/
	/*.drinkFooter {
		padding:30px 90px 20px 90px;
	}*/
	
	.copyrightFooter {
		font-size:8px;
	}


	.copyrightFooterGallery {
		
	}
		
	.drinkFooterSocial {
		display:inline-block;
		padding:0px 10px 0px 0px ;
	}
	
	.drinkFooterSocial img {
		width:24px;
	}

	/****** MENU ****/
	.menu-text {
		font-size:14px;
	}
	
	.fusion-main-menu ul li {
	padding-right:40px!important;
	}

	.fusion-main-menu ul li:last-child {
    padding-right: 0!important;
	}

	/******HOME *******/
	/*Logo*/
	.wp-image-3344 {
		width:430px;
	}
	
	.fusion-text {
		font-size:13px;
		line-height:16px;
	}

	/*50 bars*/
	.wp-image-3535 {
		width:50px;
	}


	/******NEW HUMANS *****/

	.humansTextContainer {
		margin-top:100px;
	}

	.humansText {
		font-size: 13px;
		line-height:15px;
	}
	
	.humanRightPadding {
		padding-top:80px;
	}

	.humansTextRight {
	font-size: 14px;
	line-height:18px;
	}

	.humanTextRightBlock1 {
	padding-bottom:15px;
	}

	.humanTextRightBlock2 {
	padding-bottom:40px;
	}
	
	.humanTextRightBlock2 img {
		width:185px;
	}

	.humanImage img {
		width:500px;
		padding-bottom:50px;
	}
	
	.contactText {
	font-size:16px;
	line-height:21px;
	}
	
	.newHumanContainer {
		width:1200px;
		margin-left:auto!important;
		margin-right:auto!important;
	}
	
	.newhuman_col1 {
		width:300px!important;
	}

	.newhuman_col2 {
		width:500px!important;
	}

	.newhuman_col3 {
		width:300px!important;
		padding-left:35px;
	}
	
	.newhumans-topimg {
		width:250px;
	}

	.newhumans-bottomimg {
		width:100px;
		padding-top:0px;
	}


	/***** SLIDER *****/

	.galleryTop {
		padding-top:100px!important;
	}


	/***** CONTACTS *****/

	.contactBlock .fusion-column-wrapper .fusion-imageframe img {
		width:350px;
		padding-left:65px;
	}
	
	.contactText {
		padding-left:65px;
		font-size:12px;
		line-height:20px;
		
	}
	
	.copyrightFooterContact {
		padding-top:50px;	
	}

}

@media screen and (max-width: 1250px) {

	.drinkKongLogo {
		left:30px;
	}
	
	.drinkKongBookNow {
		right:30px;
	}

	.drinkKongCart {
		right:30px;
	}

	.drinkFooterLeft {
		left:30px;
	}

	.drinkFooterRight {
		right:0px;
	}


}
@media screen and (max-width: 1098px) {
	.drinkKongLogo {
		left:30px;
	}
	.drinkKongBookNow {
		display:none;
	}
	
	.drinkKongCart {
		display:none!important;
	}

	.mobileBookNow a span{
		color:#e40588!important;
	}
	
}
@media screen and (max-width: 950px) {
	.drinkKongBookNow {
		display:none;
	}
	
	.drinkKongCart {
		display:none!important;
	}

	.drinkKongLogo {
		top:15px;
		left:20px;
	}
	
	.drinkKongLogo img {
		width:85px;
	}
	
	/*FOR DRINK KONG PAGE*/
	.fusion-column-wrapper {
		padding-top:35px!important;
	}
	
	.imageframe-align-center {
		padding-bottom:20px;
	}
	
	/*FOR PAGE CONTACTS*/
	.fusion-separator {
		margin-bottom:20px!important;
	}
	
	/*FOR PAGE NEW HUMANS*/
	.fusion-fullwidth {
		padding-top:20px!important;
	}
	
	.humanImage img {
		padding-bottom:0px;
	}
	
	.humanRightPadding {
		padding-top:0px;
	}
}

@media screen and (max-width: 640px) {

	.drinkKongCart {
		display:none!important;
	}
	
	.drinkFooterLeft{
		display:none;
	}

	.drinkFooterRight {
		display:none;
	}
	
	.woocommerce-products-header {
		display:none;
	}
	
	#main {
		/*padding-top:100px!important;*/
		padding-top:50px!important;
	}
	
	.fusion-body .products li {
		width: 320px!important;
	}
	
	.fusion-page-title-bar {
		display:none;
	}
