/*
Theme Name: Blank Template
Description: Description goes here.
Author: Woland Web
Author URI: https://www.wolandweb.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* ==================================
  TYPOGRAPHIC ELEMENTS
================================== */
/* Typography */
p, li, dt, dd, dl, address, label, small, pre, code,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}
.text-lead, .text-lead:not(ul):not(ol) > * {
  line-height: 1.65;
}
.text-lead, 
.text-lead:not(ul):not(ol) > *, 
.text-lead > :not(ul):not(ol) {
  margin-top: 18px;
}

/* Headings */
h6:not([class*="fontsize-"]), 
.h6:not([class*="fontsize-"]) {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 400;
}

/* Buttons */
.btn-container .custom-link {
  font-weight: 700;
}
.btn-container .custom-link:not(.btn) .fa {
  margin-left: 7px;
  position: relative;
  top: 1px;
}

/* Links */
.uncode_text_column p a {
  text-decoration: underline;
  font-weight: 700;
}

/* Lists */
.uncode-list ul.icons {
  margin-left: 30px;
}
.uncode-list ul.icons .fa {
  margin-left: -30px;
}
@media (min-width: 959px) {
  .uncode-list.double ul.icons {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

/* Accordions */
.uncode-accordion:not(.default-typography) .panel-title > a > span {
  font-size: 16px;
}

/* ==================================
  UNIVERSAL ELEMENTS
================================== */

/* Responsive Video */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Gravity Forms */
.style-light .gform_footer .button {
  background: #303133;
  border-color: #303133;
  color: #FFFFFF;
}
.style-light .gform_footer .button:hover,
.style-light .gform_footer .button:focus {
  background: transparent;
  color: #303133;
}
/* REMOVE RED REQUIRED TEXT */
.gform_wrapper .gform_required_legend {
display: none;
}
@media(min-width:969px) {
  .style-light .gform_footer .button {
     font-size:20px;
  }
}

/* ==================================
  HEADER
================================== */
.menu-primary ul li a {
  transition: all 0.3s ease;
  text-transform:uppercase;
}
.menu-primary ul.menu-smart li.dropdown > a {
  text-transform: none;
}
@media (min-width: 960px) {
  .submenu-light .menu-horizontal:not(.menu-sub-enhanced) .menu-smart ul a:hover, 
  .submenu-light .menu-horizontal:not(.menu-sub-enhanced) .menu-smart ul a:focus {
  background-color: transparent!important;
  }
}

/*Menu Button*/
@media(min-width:959px) {
  .menu-item-button a {
    padding: 7px !important; /* Completely remove padding if desired */
  }
}
.hmenu .menu-btn-cell {
	padding-right:0px !important;
}
.hmenu .menu-btn-cell .btn-color-A03A38.btn:not(.btn-custom-typo):not(.btn-inherit):hover,
.hmenu .menu-btn-cell .btn-color-A03A38.btn:not(.btn-custom-typo):not(.btn-inherit):focus {
	background-color: transparent !important;
	color: #a03a38 !important;
	transition: all 0.3s ease;
}
.hmenu .menu-btn-cell .btn-color-prif.btn:not(.btn-custom-typo):not(.btn-inherit):hover,
.hmenu .menu-btn-cell .btn-color-prif.btn:not(.btn-custom-typo):not(.btn-inherit):focus {
	background-color: transparent !important;
	color: #333333 !important;
	transition: all 0.3s ease;
}

@media(max-width:959px) {
	.hmenu .menu-btn-cell .btn-color-A03A38.btn:not(.btn-custom-typo):not(.btn-inherit),
	.hmenu .menu-btn-cell .btn-color-prif.btn:not(.btn-custom-typo):not(.btn-inherit) {
		font-size:16px;
	}
}

/* ==================================
  FOOTER
================================== */

.main-container .row-container.footer-details .row-parent .column_child.half-internal-gutter .uncont > .uncode_text_column {
  margin-top: 5px;
}

/* Menu */
.footer-navigation ul.menu li {
  padding-bottom: 3px;
}
.footer-navigation ul.menu li a {
  font-size: 16px;
}

/* Copyright */
.uncode_text_column.copyright-container  p {
  font-size: 12px;
  line-height: 1.5;
}

/* =================================
 HOMEPAGE
================================== */
.proudly-serving .background-inner {
        background-size: 70% !important;
        background-position: 195% 100% !important;
    }