/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

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

.uk-navbar-nav{
	flex-grow: 2;
}

.uk-offcanvas-bar > div{

	margin: 0!important;
}



.uk-nav-offcanvas > li > .uk-nav-sub > li >  a{
	   font-style: italic;
} 

.uk-sticky-placeholder, .tm-navbar{
		margin: 0px 0px 10px 0px!important;
}
.tm-logo > img {

	width: 400px!important;
}
.uk-navbar-nav > li > a {
  font-weight: 500;
}
.logo-phone, .contact{
	display: flex;
    flex-direction: row;
    align-items: center;
}


.phone-number {
	animation: blinker 1s linear infinite;
  color: white;
  font-weight: bold;
  font-style: italic;
  font-size: 36px!important;
  text-align: right;
  margin-bottom: 10px;
  margin-top: 30px;
}

@media(max-width: 920px){
  
  .header-main{
  	flex-direction: column;
  }
  
  
  
  .main-grid{
  	margin: 0px;
  }
  
  .phone-number{
  	font-size: 20px!important;
    margin-top: 2px;
  }
  
  .tm-logo-small{
  	margin-top: 20px;
    padding: 0!important;
  }
}



@keyframes blinker {  
  50% { color: #5cd1df; }
}

.uk-accordion-title{
	border: 1px solid #dddddd;
  text-align: center;
  font-size: 26px!important;
 padding: 10px!important;
  
}

#tm-block-footer{
    margin-top: 25px!important;
    padding-top: 0!important;
  }

.card-title{
	font-weight: 800;
}

.uk-icon-hover{

	font-size: 20px!important;
}