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

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

.uk-margt-40{
	margin-top: 40px; !important;
}

.uk-margb-40{
	margin-bottom: 40px; !important;
}

.uk-margb-50{
	margin-bottom: 50px; !important;
}

.uk-margt-0{
	margin-top: 0;
}

.tm-overlay-5{
	 
}

.tm-block-icon-2 {
  font-size: 32px;
  padding: 0 20px 0 0;
  color: #f1f1f1;
  border-right: 1px dashed #f1f1f1;
  margin-right: 20px;
}

.content-margt{
 	margin-top: -30px;!important;
}

.content-margb{
 	margin-bottom: -60px;!important;
}
.tm-float-box::before {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.075) inset;
  content: "";
  height: 500px;
  position: absolute;
  right: -10px;
  top: -50px;
  transform: rotate(10deg);
  width: 50%;
  z-index: 0;
}

.search-box .uk-clearfix{
	margin-left: 200px;
}

 input.wpcf7-form-control.wpcf7-text{
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #50545d;
  font-weight: 400;
  height: 40px;
  max-width: 100%;
  padding: 5px 10px;
  transition: all 0.2s linear 0s;
  width: 100%;
}
.wpcf7-form-control.wpcf7-textarea{
background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #50545d;
  font-weight: 400;
  height: 136px;
  max-width: 100%;
  padding: 5px 10px;
  transition: all 0.2s linear 0s;
  width: 100%;	
}
.wpcf7-form .tm-main{
	float: left;
}

#offcanvas .menu > li {
  float: left;
  position: relative;
  width: 100%;
}
@media(max-width:799px){
.search-box .uk-clearfix {
  margin-left: 0px;
  margin-top: 20px;
}
}