/*
Theme Name: Return Key
Description: Super theme based on Enfold.
Version: 1.0
Author: Zuiverwerk Floor van Paassen & Jacco Deen
Author URI: https://zuiverwerk.nl
Template: enfold
*/

 /*------------------------*/
/* CSS - Logo center split menu
/*------------------------*/

@media only screen and (min-width: 780px) {
	.logo, .logo a {
		top: -5px;
		left: 60px !important;
		overflow: visible;
	}

	.logo img {
		max-height: 150px !important;
	}

	#header_meta {
	 	z-index: 1 !important;
	}
/*In the below code nth-child(x) the value of x should be half the number of total menu items*/

/* Adjust the width of the logo
#top #header .av-main-nav li:nth-child(3) {
  
  margin-right:333px;
}
*/
	
/*
#header .main_menu {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.av-main-nav-wrap {
    left: 50%;
    transform: translateX(-50%);
}

#header .logo {
    left: 50%;
    transform: translateX(-50%);
    z-index:999;
}

#header .logo img {    
    top: 50%;
    transform: translateY(-50%);
    max-width: 225px;  
}
	
#home-top .container, .smallcontent .container {
 padding: 0px 150px !important;
}
*/

.head-btn a {
 padding: 30px !important;
}
	
/* woocommerce fonts */
.woocommerce td {
	font-size: 15px !important;	
}
	
.woocommerce input.input-text {
	font-size: 14px !important;
}

/* home button fix */
#top .flex_column_table {
 margin-top: 0px !important;
}

/* icon list homepage*/
.avia-icon-list .iconlist_title {
 text-transform: none !important;
 top: -3px;
}

.iconlist_content_wrap h4 {
 font-size: 21px;
}

.avia-icon-list .iconlist_icon {
 height: 50px;
 width: 50px;
 line-height: 50px;
}

.iconlist-timeline { 
 display: none; 
}

/* homepage reviews */
#rk-reviews .container {
 padding: 0px 100px;
 top: -100px;
}

#rk-usp .container {
 padding: 0px;
}

#rk-usp .avia-section-no-padding .content {
 padding-top: 0px;
}

.avia-animated-number-content {
 font-size: 24px;
}
	
}