/*
 Theme Name:   Booltink-child
 Theme URI:    http://www.plicon.nl
 Description:  Booltink with Enfold
 Author:       Patrick Lindeman
 Author URI:   http://www.plicon.nl
 Template:     enfold
 Version:      1.0.0
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
/* since we dont use a logo, hide it */
.logo { display: none; }

/* hide logo on mobile/tablet */
@media only screen and (max-width: 767px) {
   .responsive .logo { display: none !important; }

   #advanced_menu_toggle, #advanced_menu_hide {
      margin-top: 10px;
   }

   .blt_spacer { display: none !important; }
}

/* header background */
.blt_header_bg {
   background: rgba(104, 104, 104, 0.6);
   border: 2px solid white ;
   padding: 50px;
}

/* table style */
.btl_table_td {
   border: 0 !important;  
   }

.main_menu {
   right: 40px !important;
}

/* lower the menu in the header */
.av-main-nav > li > a {
   display: block;
   text-decoration: none;
   padding: 5px 13px;
   font-weight: normal;
   font-size: 14px;
   font-weight: 600;
   -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
   transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
}

article.iconbox {
	border: 3px solid #004d99;
	border-radius: 5px;
}

.iconbox_content_container {
	padding: 5px 0 20px 0;
}

#footer {
}

#footer .widget {
	margin: 10px 0px;
}



