/*
Theme Name: UM Child Theme
Author: 
Description: Your description goes here
Version: 1.0
Template: um-theme

This is the child theme for UM Theme theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body ul, body ol {
  padding-left: 20px;
}

body input {
  outline: none;
}

body a, body button {
  outline: none;
}

body a:active {
  outline: 0;
}

body a:focus {
  outline: 0;
}

.transition-200ms, a, .services-section .services-box .single-service, .wrapper-recent-single .wrapper-recent-thumbs {
  transition: all .2s ease-in-out;
}

a {
  text-decoration: none !important;
}

p {
  font-size: 15px;
  color: #808080;
  line-height: 24px;
  margin-bottom: 25px;
}
.container ,.header__wrapper{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.header__wrapper .boot-row {
	margin-left: 0;
	margin-right: 0;
	justify-content: space-between;
	position: relative;
}
.container-card-content{
	padding:0px;
}
.header__branding.site-branding{
    display: none;
}
.header__user-account ,.header__navigation{
	padding:0px;
}
.header-profile-section:hover .profile-menu-wrapper{
	display:none;
}
.um-header-avatar-name .fa-angle-down{
	display:none;
}

/*-----------------------------------------------------------------------------------*/
/* Buttons
/*-----------------------------------------------------------------------------------*/
.bp-button {
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #1a1a1a;
  display: inline-block;
}

.bp-button-plain {
  padding: 14px 30px;
}

.button-yellow-border {
  border: 2px solid #ffd800;
  padding: 12px 28px;
}

.button-dark {
  background: #1a1a1a;
  color: #ffffff;
}

.button-dark:hover {
  background: #ffffff;
  color: #1a1a1a;
}

.button-dark.hover-to-yellow:hover {
  background: #ffd800;
  color: #1a1a1a;
}

.button-yellow {
  background: #ffd800;
}

.button-yellow:hover {
  color: #ffd800;
  background: #1a1a1a;
}

.common-vc-class .bp-button {
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #1a1a1a;
  display: inline-block;
}

.common-vc-class .bp-button-plain {
  padding: 14px 30px;
}

.common-vc-class .button-yellow-border {
  border: 2px solid #ffd800;
  padding: 12px 28px;
}

.common-vc-class .button-dark {
  background: #1a1a1a;
  color: #ffffff;
}

.common-vc-class .button-dark:hover {
  background: #ffffff;
  color: #1a1a1a;
}

.common-vc-class .button-dark.hover-to-yellow:hover {
  background: #ffd800;
  color: #1a1a1a;
}

.common-vc-class .button-yellow {
  background: #ffd800;
}

.common-vc-class .button-yellow:hover {
  color: #ffd800;
  background: #1a1a1a;
}

/*-----------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------*/
.header-logo-contact-section {
  padding-top: 18px;
  padding-bottom: 18px;
  background: #ffffff;
  clear: both;
}

.header-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.header-box .header-box-logo, .header-box .header-box-contact {
  width: 50%;
}

.header-box .site-title {
  margin-top: 0;
  margin-bottom: 5px;
}

.header-box h1 {
  line-height: 24px;
}

.wrapper-logo a {
  display: block;
  font-size: 24px;
  color: #1a1a1a;
}

.wrapper-logo a:hover {
  opacity: .8;
}

.wrapper-logo img {
  max-width: 100%;
  margin-bottom: 5px;
}

.bp-tag-line {
  display: inline-block;
}
/*------------------------------------*/
/* Header Contacts
/*------------------------------------*/
.wrapper-header-contact {
  text-align: right;
}

.contact-box {
  display: inline-block;
  text-align: left;
  padding-left: 35px;
  position: relative;
  margin-left: 30px;
  vertical-align: middle;
}

.contact-box span {
  font-size: 12px;
  color: #8b8b8b;
}

.contact-box p {
  font-size: 16px;
  margin-bottom: 0;
  color: #1a1a1a;
}

.contact-box p a {
  color: #1a1a1a;
}

.contact-box p a:hover {
  color: #808080;
}

.contact-box .icon-contacts {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 27px;
  height: 27px;
  display: inline-block;
}

.contact-box .icon-contacts svg {
  width: 27px;
  height: 27px;
  fill: #1a1a1a;
}

.contact-box .icon-contacts img {
  max-width: 100%;
}

.contact-box.contact-phone {
  margin-left: 0;
}

/*------------------------------------*/
/* Header Request Quote button
/*------------------------------------*/
.request-quote-btn {
  margin-left: 30px;
  display: inline-block;
  border: 2px solid #ffd800;
  padding: 16px 22px;
  text-transform: uppercase;
  font-size: 13px;
  color: #1a1a1a;
}

.request-quote-btn:hover {
  color: #ffd800;
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.header-nav-section {
  background: #ffd800;
}
.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 14rem;
    padding: 0px;
    margin: 0px;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: inherit;
    border-radius: inherit;
}
.header__navigation ul.sub-menu li:hover{
	background-color: #fcb900;
}
.header__navigation ul.sub-menu li.menu-item-has-children a:after {
    content:"\276F";
    float: right;
}
.header__navigation ul.sub-menu li.menu-item-has-children ul.sub-menu li a:only-child:after {
    content:"";
    float: right;
}
.header__navigation ul.navbar-nav li.menu-item-has-children a:after{
	content: "\276F";
    float: right;
    rotate: 90deg;
    margin-left: 5px;
}
.header__navigation ul.navbar-nav li.menu-item-has-children a:only-child:after{
	content: "";
}
.banner {
  background-image: url("../images/banner.jpg");
  text-align: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}

.banner h1, .banner h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 48px;
  max-width: 550px;
  color: #ffffff;
  font-size: 36px;
}

.banner.banner-header-2 {
  padding-top: 80px;
  min-height: 220px;
}

.page-template-default .banner {
  margin-bottom: 35px;
}
.page__header{
	display:none;
}
.um-theme-menu-toggle {
	display: none;
}

/**************************
 * responsive
 **************************/
 /* Media Query for Mobile Devices */
  
@media (min-width: 768px){
	.container,.header__wrapper {
		width: 750px;
	}
	.navbar-nav .menu-item a {
		padding-top:20px;
		padding-bottom:20px;
		padding-left:0px;
		padding-right:0px;
		display: block;
	}
	.header__navigation ul.sub-menu li {
		width:100%;
	}
	.navbar-nav .menu-item{
		margin-right: 25px;
		text-transform: uppercase;
		position: relative;
		display: inline-block;
		font-size: 13px;
	}
}
@media (min-width: 992px){
	.container,.header__wrapper {
		width: 970px;
	}
	.navbar-nav .menu-item a {
		padding-top:20px;
		padding-bottom:20px;
		padding-left:0px;
		padding-right:0px;
		display: block;
	}
	.header__navigation ul.sub-menu li {
		width:100%;
	}
	.header__navigation ul.sub-menu ul li a {
		padding: 15px 20px;
		display: block;
	}
	.navbar-nav .menu-item{
		margin-right: 25px;
		text-transform: uppercase;
		position: relative;
		display: inline-block;
		font-size: 13px;
	}
  	.navbar-toggler {
    	display: none;
  	}
  	.navbar-nav {
    	-ms-flex-direction: row;
	    flex-direction: row;
	}
	.navbar-collapse:not(.show) {
	    display: flex !important;
	}
	.header__navigation.boot-col-md-7 {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
	.header__user-account.boot-col-md-3 {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.header__navigation ul.sub-menu li a {
		padding: 15px 20px;
		display: block;
	}
}

@media (min-width: 1200px){
	.container,.header__wrapper {
		width: 1170px;
	}
	.navbar-nav .menu-item a {
		padding-top:20px;
		padding-bottom:20px;
		padding-left:0px;
		padding-right:0px;
		display: block;
	}
	.header__navigation ul.sub-menu li {
		width:100%;
	}
	.header__navigation ul.sub-menu li a {
		padding: 15px 20px;
		display: block;
	}
	.navbar-nav .menu-item{
		margin-right: 25px;
		text-transform: uppercase;
		position: relative;
		display: inline-block;
		font-size: 13px;
	}
}

@media (max-width: 992px) {
	#bs-navbar-primary .current-menu-item a {
    background-color: inherit !important;
    color: #ffffff !important;
}
	.navbar-collapse {
		 max-height: 350px;
    	overflow-y: auto;
	}
	.navbar-expand-md .navbar-toggler {
    	display: block;
  	}
  	.header__navigation.boot-col-md-7, .header__user-account.boot-col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.navbar-expand-md .navbar-nav {
    	-ms-flex-direction: column;
	    flex-direction: column;
	}
	.navbar-collapse:not(.show) {
	    display: none !important;
	}
	.navbar-collapse.show {
	    display: block !important;
	} 
}

@media (max-width: 992px) {
	.header__navigation, .header__navigation .navbar  {
		position: unset;
	}
	.header__wrapper {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-collapse {
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 55px;
	}
    .navbar-collapse .navbar-nav li {
	    background: #1a1a1a;
	    color: #ffffff;
	    display: block;
	    margin: 0;
	    text-align: left;
	    color: #fff;
	    border-top: 1px solid #383838;
	    border-top: 1px solid rgba(255,255,255,0.5);
	    text-decoration: none;
	    text-transform: uppercase;
	    border-top-color: #efcb01;
	    position: relative;
	    line-height: normal;
	   /* padding: 1em 0;*/
	}
	.navbar-collapse .navbar-nav li:first-child  {
		border-top: 0;
	}
	.navbar-collapse .navbar-nav > li > a{
		padding: 1em 5%;
	}
	.navbar-collapse .navbar-nav li li a {
		padding: 1em 10%;
	}
	.navbar-collapse .navbar-nav li li li a {
		padding: 1em 15%;
	}
	.navbar-collapse .navbar-nav > li {
	    /*display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: space-between;*/
	}
	ul.sub-menu {
		width: 100%;
	}
	.navbar-collapse .navbar-nav li a {
		color: #ffffff !important;
		display: inline-block;
	}
	#bs-navbar-primary .current-menu-item > a {
		background: transparent !important;
		color: #ffd800 !important;
	}
	.menu-item-has-children .sub-menu {
		position: static !important;
	}
	.header__navigation ul.navbar-nav li.menu-item-has-children a:after {
		display: none;
	}
	.um-theme-menu-toggle, .um-theme-mobile .dropdown-toggle::after {
		display: block !important;
	}
	.um-theme-menu-toggle {
	    position: absolute;
	    top: 12px;
	    right: 14px;
	    padding: 0;
	}
	.um-theme-menu-toggle:focus {
		outline: none;
	}
	.um-theme-menu-toggle::after {
	    font-family: FontAwesome !important;
	    content: "\f107";
	    display: inline-block;
	    overflow: visible;
	    vertical-align: .025em;
	    border: none;
	    margin-right: .3em;
	    color: #fff !important;
	}
	.header-bottom-bar .menu-item-has-children:hover>.sub-menu, .header-top-bar .menu-item-has-children:hover>.sub-menu, .header__navigation .menu-item-has-children:hover>.sub-menu, .profile-menu-wrapper .sub-menu, .header-profile-section .profile-menu-wrapper {
		background: transparent;
	}
}

@media (max-width: 576px) {
	.header-box .header-box-logo, .header-box .header-box-contact {
	  width: 100%;
	  text-align: center;
	}
	.wrapper-header-contact {
		text-align: center;
	}
	.header-box-logo {
	    margin-bottom: 10px;
	}
}

@media (max-width: 550px) {
	.header__wrapper {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#bs-navbar-primary {
	    padding: 0;
	    top: 55px;
	    left: 0;
	    right: 0;
	    width: 100%;
	    border: none;
	}
}


/* o.test 08_31_2024 */
.o-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.o-tooltip .o-tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.o-tooltip:hover .o-tooltiptext {
  visibility: visible;
}

.tooltip-tgg {
    position: relative;
    cursor: pointer;
    border-bottom: 1px dashed #000;
}

.tooltip-tgg::after {
    content: attr(data-tooltip);
    position: absolute;
    top: -5pxpx;
    left: 110%;
    /* transform: translateX(-50%); */
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    pointer-events: none;
    width: max-content;
    max-width: 500px;
    word-break: break-all;
    white-space: pre-wrap;
	height:max-content;
}

.tooltip-tgg:hover::after {
    opacity: 1;
    visibility: visible;
	z-index:99;
}  



th.vertical-text span {
    writing-mode: sideways-lr;
}
th.vertical-text{
	text-align:center;
	width:25px;
}

td.vertical-text:has(> span.yes) {
    background-color: #b7e1cd;
}

td.vertical-text:has(> span.no) {
	background-color:#f4c7c3;
}