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

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

html {
  font-size: 20px;
  line-height: 1.3;
}

body {
	font-family: 'PT Sans', sans-serif;
	background: #faff00; /* Old browsers */
	background: -webkit-radial-gradient(center, ellipse cover,  #faff00 0%,#ffe000 100%); /* Chrome10+,Safari5.1+ */
	background: radial-gradient(ellipse at center,  #faff00 0%,#ffe000 100%);
}

h1, h2, h3, h4, h5, h6 { font-family: 'PT Sans Narrow', sans-serif; }
.uk-navbar-nav > li > a { font-family: 'PT Sans', sans-serif; }

.tm-container {
	margin: 55px auto 0 auto;
	background: url('dots.png') 0 0 repeat;

}
.tm-headerbar,
.tm-navbar {
  margin: 0;
}

.uk-button {
  padding: 5px 8px;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px !important;
  border-color: #444;
  background: -webkit-linear-gradient(#ffffff, #cccccc);
  background: linear-gradient(#ffffff, #cccccc);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px, #d3d3d3 0px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px, #d3d3d3 0px 1px 0px inset;
  text-shadow: #c4c4c4 -1px -1px 0;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #444 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uk-button:hover,
.uk-button:active {
	background: -webkit-linear-gradient(#cccccc, #ffffff);
	background: linear-gradient(#cccccc, #ffffff);
}

.uk-button-primary {
  background-color: #22aa05;
  border-color: #1a8204;
  background: -webkit-linear-gradient(#81e224, #22aa05);
  background: linear-gradient(#81e224, #22aa05);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px, #b5ee7e 0px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px, #b5ee7e 0px 1px 0px inset;
  text-shadow: #1d9704 -1px -1px 0;
  color: #fff !important;
}
.uk-button-primary:hover,
.uk-button-primary:active {
	background: -webkit-linear-gradient(#22aa05, #81e224);
	background: linear-gradient(#22aa05, #81e224);
}

.uk-button-large {
  padding: 8px 12px;
  border-radius: 19px !important;
  font-size: 24px;
  line-height: 26px;
  border-radius: 19px;
}

.uk-panel-hover {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uk-panel-hover:hover {
  background: #fff;
  color: #666;
  border-color: #e5e5e5;
}

.tm-footer {
  margin-top: 15px;
  margin-bottom: 15px;
	background: #faff00; /* Old browsers */
	background: -webkit-radial-gradient(center, ellipse cover,  #faff00 0%,#ffe000 100%); /* Chrome10+,Safari5.1+ */
	background: radial-gradient(ellipse at center,  #faff00 0%,#ffe000 100%); /* W3C */
	padding-bottom: 0;
}

.tm-totop-scroller { top: 30px; }
.tm-bottom-c { background: #000; padding: 20px 0; }
.uk-navbar {
	width: 100%;
	height: 55px;
	padding: 0;
	margin-left: 0px;
	text-align: center;
	background: #000;
  -webkit-box-shadow: 0px 0px 20px #888888;
	box-shadow: 0px 0px 20px #888888;
  z-index: 10;
}
.uk-navbar-nav { display: inline-block; float: none; }

.uk-navbar-nav > li > a {
  padding: 0 10px;
  height: 55px;
  font-size: 16px;
  line-height: 55px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.uk-navbar-nav > li.uk-active > a {
  background-color: #52a9ca;
  color: #fff;
  text-shadow: #1d9704 -1px -1px 0;
  background-origin: border-box;
  background-image: -webkit-linear-gradient(#81e224, #22aa05);
  background-image: linear-gradient(#81e224, #22aa05);
}

.uk-article-title {
  max-width: 940px;
  margin: 20px auto !important;
  font-weight: 700;
  line-height: 50px !important;
}

.uk-navbar-toggle { height: 55px; font-size: 1.3em; }
a[data-uk-offcanvas]:after { padding-left: 7px; }
a[data-uk-offcanvas] > span { font-size: 0.6em; text-transform: uppercase; }

.tm-block-bottom { box-shadow: none; }

.tm-logo { float: left; }

.tm-content > .uk-article { box-shadow: none; background: none; padding: 15px; }
.tm-content > .uk-article > .uk-article-title {
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
	display: block;
}
.tm-content > .uk-article > div > p,
.tm-content > .uk-article > div > ul,
.tm-content > .uk-article > div > ol {
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
	font-size: 18px;
	line-height: 140%;
	text-align: justify;
	color: rgba(0,0,0,0.7);
	font-family: Georgia;
}
.tm-content > .uk-article > div > h3 {
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
	font-size: 20px;
	margin-top: 20px;
}

.uk-table img { max-width: 100px; border-radius: 15px; box-shadow: 0 0 10px 3px rgba(0,0,0,0.2); }

.tm-top-block.tm-grid-block { box-shadow: none; }

.uk-text-primary {
	color: #1db9e8 !important;
}

@media (max-width: 959px) {
  html { font-size: 18px; }

  .uk-article-title { margin: 20px !important; }

  .uk-button {
    padding: 4px 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .uk-button-large { font-size: 20px; line-height: 22px; min-height: 36px; padding: 7px 10px; }
}

@media (max-width: 767px) {

}

/* Menu */
#mega-menu-wrap-main_menu {
	display: inline-block;
	clear: none;
  background: none;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu { font-size: 16px; }
#mega-menu-wrap-main_menu #mega-menu-main_menu p:last-child { margin-bottom: 0; }
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
	border-radius: 0 0 3px 3px;
  background: #fff;
  border: 1px solid #ddd;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
	position: relative;
  z-index: 1000;
	height: 55px;
	padding: 0 12px;
	margin: 0;
	font-size: 18px;
	line-height: 55px;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-size: 13px;
	font-weight: normal;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	background: none;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:focus {
	background: #f5f5f5;
	color: #444444;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-parent > a.mega-menu-link {
  background-color: #52a9ca;
  color: #fff;
  background-origin: border-box;
  background-image: -webkit-linear-gradient(#81e224, #22aa05);
  background-image: linear-gradient(#81e224, #22aa05);
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	text-transform: uppercase;
  line-height: 2;
  opacity: 0.7;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
	opacity: 1;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
	margin: 0 0 15px;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item:last-child ul.mega-sub-menu {
	margin: 0;
}


@media (max-width: 959px) {
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0 7px;
		font-size: 14px;
	}
}

/*** WooCommerce ***/
.woocommerce-page .tm-main > .tm-content {
  max-width: 1200px;
  padding: 0 35px;
  margin-left: auto;
  margin-right: auto;
}

.stock.out-of-stock { display: none; }

/*** Custom ***/
.page-id-9 h1.uk-article-title { display: none !important; }

.tm-navbar .uk-navbar-nav .item-5 > a > i { font-size: 1.5em; }
.tm-navbar .uk-navbar-nav .item-5 > a > span { display: none; }
.uk-nav-offcanvas .item-5 > a > i { display: none; }

.uk-description-list-horizontal > dt,
.uk-description-list-horizontal > dd { line-height: 35px; }

.conversion-block {
	border-radius: 20px 0 0 20px;
  padding: 20px;
	background: url('tempo_background.png') 0 0 repeat;
	text-align: justify;
	color: #fff;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.3);
}

.image-text-center {
  padding: 0;
}
.image-text-center > p {
  display: grid;
  grid-template-columns: 30% 60%;
  column-gap: 5%;
  align-items: center;
}
.image-text-center > p > img { width: 100%; }

.slide-image { width: 100%; height: 350px; background-size: cover; background-position: 50% 100%; background-repeat: no-repeat; }

a.action-button {
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	border-color: #27c306 #1d9104 #1d9104 #27c306;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	padding: 8px 12px;
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	text-shadow: #187804 -1px -1px 0;
	color: white;
	text-decoration: none;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
	background-color: #22aa05;
	border-color: #1a8204;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #81e224), color-stop(100%, #22aa05));
	background: -webkit-linear-gradient(#81e224,#22aa05);
	background: -moz-linear-gradient(#81e224,#22aa05);
	background: linear-gradient(#81e224,#22aa05);
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px, #b5ee7e 0px 1px 0px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px, #b5ee7e 0px 1px 0px inset;
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px, #b5ee7e 0px 1px 0px inset;
}
.call-to-action a.action-button { height: auto; }
a.action-button:hover {
	border-color: #1d9104 #27c306 #27c306 #1d9104;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #22aa05), color-stop(100%, #81e224));
	background: -webkit-linear-gradient(#22aa05,#81e224);
	background: -moz-linear-gradient(#22aa05,#81e224);
	background: linear-gradient(#22aa05,#81e224);
}

.uk-article-title:before,
.ribbon-title:before {
	content: none;
}
.uk-article-title,
.ribbon-title {
	background:none;
	min-height: 70px;
	font-size: 25px;
	line-height: 35px;
	margin: 0;
	text-align: center;
	border: none;
}
.uk-article-title:after,
.ribbon-title:after {
	content: none;
}

p + .ribbon-title { margin-top: 40px; }


div>ymaps { width: 100% !important; height: 400px !important; }

.grid-container { margin: 10px 0; padding: 10px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06); }

.promo-bg { background: url('promo-bg.jpg') 0 0 no-repeat; padding: 20px; }
.promo-content { font-size: 20px; color: #F20; }
.promo-content .big-text { font-family: 'PT Sans Narrow', sans-serif; font-size: 30px; }


@media (max-width: 959px) {
  .slide-image { height: 410px; }
  .conversion-block { border-radius: 20px; margin-left: 20px; margin-right: 20px; }
}

@media (max-width: 767px) {

}


/* Responsive scheme */

@media (min-width: 768px) {
	.uk-modal-dialog-large { width: 718px; }
	.tm-content > .uk-article { padding: 25px; }

	.tm-content > .uk-article > div > p,
	.tm-content > .uk-article > div > ul,
	.tm-content > .uk-article > div > ol {
		font-size: 20px;
		line-height: 150%;
	}

	[class*='box-top-'] .uk-description-list-horizontal > dt,
	[class*='box-bottom-'] .uk-description-list-horizontal > dt { width: 130px; }
	[class*='box-top-'] .uk-description-list-horizontal > dd,
	[class*='box-bottom-'] .uk-description-list-horizontal > dd { margin-left: 150px; }

	.tm-content > .uk-article > div > h3 {
		font-size: 24px;
	}

	.uk-table img { max-width: none; }

	.call-to-action {
		position: absolute;
		top: 25px;
		height: 450px;
		max-width: 400px;
		border-radius: 20px 0 0 20px;
	}
	.call-to-action .container { padding: 25px; }

	.slide-image { height: 500px; background-position: 90% 100%; }
}

@media (min-width: 980px) {
	.uk-modal-dialog-large { width: 930px; }

	.uk-article-title:before,
	.ribbon-title:before {
		background-image: url('../../../../../uploads/ribbon.png');
		content: "";
		width: 96px;
		height: 70px;
		display: inline-block;
		float: left;
		margin-left: -96px;
	}
	.uk-article-title,
	.ribbon-title {
		background-image: url('../../../../../uploads/ribbon.png');
		background-position: 0 -80px;
		background-repeat: repeat-x;
		min-height: 70px;
		font-size: 30px;
		line-height: 55px;
		margin: 0 96px 0 96px;
		text-align: center;
		border: none;
	}
	.uk-article-title:after,
	.ribbon-title:after {
		background-image: url('../../../../../uploads/ribbon.png');
		background-position: -314px -160px;
		content: "";
		width: 96px;
		height: 70px;
		display: inline-block;
		float: right;
		margin-right: -96px;
	}
	.slide-image { background-position: 50% 100%; }
}

@media (min-width: 1220px) {
	.uk-modal-dialog-large { width: 1130px; }
}

/*** Engine specific ***/

/* Title */
.uk-article-title:before,
.ge-block-title:before {
  content: "";
  width: 96px;
  height: 70px;
  display: inline-block;
  float: left;
  margin-left: -96px;
  background-image: url('ribbon.png');
}
.uk-article-title,
.ge-block-title {
  margin: 0 96px 0 96px;
  border: none;
  min-height: 70px;
  line-height: 50px;
  text-align: center;
  background-image: url('ribbon.png');
  background-position: 0 -80px;
  background-repeat: repeat-x;
}
.uk-article-title:after,
.ge-block-title:after {
  content: "";
  width: 96px;
  height: 70px;
  display: inline-block;
  float: right;
  margin-right: -96px;
  background-image: url('ribbon.png');
  background-position: -314px -160px;
}

.uk-article-title,
.ge-block-title > h2 {
  color: #fff;
  text-shadow: #1d9704 -1px -1px 0;
  font-size: 25px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
}
.ge-block-title > h2:after { content: none; }
.ge-block-title > h2 > span { display: block; }
.ge-block-title > h2 > span.ge-block-title-subtitle { font-size: 18px; line-height: 20px; margin-top: 5px; }

.ge-block-title + * { margin-top: 20px; }

.ge-card > .ge-card-float { font-size: 1.2em; font-family: 'PT Sans Narrow', sans-serif; }

.ge-outer.uk-text-center {
  text-align: justify !important;
  text-align-last: center;
}

@media (max-width: 959px) {
  .uk-article-title:before,
  .ge-block-title:before,
  .uk-article-title:after,
  .ge-block-title:after { content: none; }
  .uk-article-title,
  .ge-block-title { margin: 0; background: #8ed7fb; }

  .ge-block-title > h2 { padding-bottom: 0; }

  .uk-article-title,
  .ge-block-title { min-height: 40px;  }
  .uk-article-title,
  .ge-block-title > h2 { font-size: 20px;	line-height: 28px; }
}

@media (max-width: 767px) {

}

/*** Contact form 7 ***/
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	left: auto;
	right: 5px;
	top: 3px;
	max-width: 70%;
	margin-left: 3px;
	padding: .2em .4em;
	border: 2px solid red;
	border-radius: 3px;
	background: #0f0;
	color: #000;
	font-weight: 700;
	font-size: .9em;
	line-height: 1.3;
	z-index: 100;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip:before {
	content: "";
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -5px;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid red;
	border-bottom: 5px solid transparent;
}

span.wpcf7-form-control-wrap { position: relative; display: block; }

.screen-reader-response,
.wpcf7-response-output { display: none !important; }

.wpcf7-form .wpcf7-submit {
  padding-left: 25px;
  padding-right: 25px;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  margin: 0;
}
.wpcf7-spinner:before {
  transform-origin: 5px 5px !important;
}


/*** Animation ***/

.pulse {
	-webkit-animation: pulse 0.7s linear infinite;
	animation: pulse 0.7s linear infinite;
}

@-webkit-keyframes "pulse" {
	0% { -webkit-transform: scale(0.99); transform: scale(0.99); }
	50% { -webkit-transform: scale(1.03); transform: scale(1.03); }
	100% { -webkit-transform: scale(1.01); transform: scale(1.01); }
}

@keyframes "pulse" {
	0% { -webkit-transform: scale(0.99); transform: scale(0.99); }
	50% { -webkit-transform: scale(1.03); transform: scale(1.03); }
	100% { -webkit-transform: scale(1.01); transform: scale(1.01); }
}

.delay-pulse { -webkit-animation-delay: .35s; animation-delay: .35s; }


/*** Website signature ***/
.b-signature {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: 40px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: background 0.3s ease-in !important;
	transition: background 0.3s ease-in !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
	position: static !important;
}
.b-signature.b-faded {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
	filter: alpha(opacity=60) !important;
	opacity: 0.6 !important;
}
.b-signature:hover,
.b-signature.b-faded:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}
.b-signature.b-white { background-image: url('https://repo.bsensus.com/images/signature-white.svg'); }
.b-signature.b-black { background-image: url('https://repo.bsensus.com/images/signature-black.svg'); }
.b-signature:hover,
.b-signature:active,
.b-signature:focus { background-image: url('https://repo.bsensus.com/images/signature-color.svg'); }

body:after{
	display: none;
	content: url('https://repo.bsensus.com/images/signature-white.svg')
		url('https://repo.bsensus.com/images/signature-black.svg')
		url('https://repo.bsensus.com/images/signature-color.svg');
}
