 /*Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */*/

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */



/*  Website Header top */

.header-wrapper.header-wrapper-top-padding {
	padding-top: 0px!important;
}





/* Navigation */

#tmMainMenu > ul {
	display: flex;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	width: 100%;
}

@media (max-width: 767px) {
	#tmMainMenu > ul {
		display: block!important;
	}
}

#tmMainMenu > ul > li {
	flex: 1 0 auto;
	text-align: center;
}

@media (max-width: 767px) {
	#tmMainMenu > ul {
		height: 40px;
		overflow: hidden;
	}

	#tmMainMenu > ul.-open {
		height: auto;
		overflow: visible;
	}

	#tmMainMenu > ul:before {
		content: 'Menu';
		display: block;
		width: 100%;
		text-align: center;
		color: #ffbaf1;
		text-shadow: -2px -1px 0 rgba(0, 0, 0, 0.5);
		font-size: 14px;
		padding: 10px 0;
	}
	#tmMainMenu > ul > li {
		display: block;
		width: 100%;
	}
}

#tmMainMenu > ul > li > a {
	height: 35px;
	line-height: 35px;
}

#tmMainMenu > ul > li .uk-dropdown-navbar {
	width: 100%;
}







/* Body Wrapper */
@media (max-width: 767px) {
	body .body-wrapper {
		margin-top: 60px;
	}
	body.page-template-page-homepage .body-wrapper {
		margin-top: 0px;
	}
}





/* Top Section */
body .tm-top-a {
	display: none;
}





/* Homepage Slider */

.rev_slider.fullwidthabanner,
.rev_slider {
	background: #000;
}

.rev_slider.fullwidthabanner ul {
	opacity: 0.8!important;
}


/* Text in slider */
.rev_slider_wrapper .tp-caption {
	text-shadow:
	   -2px -2px 0 #820068,  
	    2px -2px 0 #820068,
	    -2px 2px 0 #820068,
	     2px 2px 0 #820068;
}

.rev_slider_wrapper .rev-btn {
	text-shadow: none;
}




/* Homepage hide body content */

.page-template-page-homepage .body-wrapper {
	display: none;
}







/* Facebook Feed */
.facebook-feed {
	text-align: center;
	padding-bottom: 50px;
}

@media (max-width: 767px) {
	.facebook-feed {
		padding-top: 40px;
	}
}







/* Footer Contact Details */

ul.contact-address li {
  max-width: 220px;
  margin: auto;
  position: relative;
}
ul.contact-address li {
	display: block;
}
ul.contact-address li i {
  visibility: hidden;
}