/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
.kus-custom-buttons{
    padding:25px 0 0;
}
.kus-custom-buttons a{
    display:block;
    margin: 10px 0;
    width: 100%;
    max-width: 300px;
}

div.product form.cart .button{
    display:block;
    width: 100%;
    max-width: 300px;
}
body.page-template-default .menu-wrapper {
  height: 0 !important;
}

body.page-template-default .menu-wrapper #masthead {
  height: 0;
}

body.product-template-default .style-color-nhtu-bg {
  background-color: #003f62 !important;
}

body.woocommerce-checkout .style-color-nhtu-bg {
  background-color: #003f62 !important;
}

body.woocommerce-checkout .main-container .row-container .double-top-padding {
  padding-top: 172px;
}

.single-post .header-wrapper .header-content-inner {
  background-color: rgba(0, 63, 98, 0.5);
}

.footer-scroll-top, .window-scrolled .footer-scroll-top {
    display: none;
  }

@media screen and (max-width:768px) {
  .footer-scroll-top, .window-scrolled .footer-scroll-top {
    display: block;
    left: 22px !important;
    right:auto !important;
  }

  .pad-on-mobile {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.footer-right-col {
  border-left: 2px solid #ff8200;
}

.main-container footer .row-container .row-parent {
  padding: 72px 0 !important;
}

.main-container footer .row-container.footer-last .row-parent {
  padding: 36px 0 !important;
}

footer .menu-smart>li>a {
  padding: 5px 9px;
}

footer #menu-footer-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

footer #menu-footer-menu>li {
  flex: 1 1 auto;
  align-self: auto;
  min-width: 0;
  min-height: auto;
  padding: 0 14px;
}

footer #menu-footer-menu>li>a {
  font-weight: bold;
}

footer #menu-footer-menu ul.sub-menu {
  margin-left: 0;
}

footer .limit-width {
  padding: 0 15px;
}

footer .menu-footpage-menu-sub-container {
  text-align: right;
}

.column-reverse .row-inner p {
  direction: ltr;
}

.row-slider {
  max-width: 1200px;
  margin: auto;
}

.row-slider .uncont {
  max-width: 100% !important;
}

.share-button.share-inline .social.top li.social-xing{
	display:none !important;
}
.social .social-paper-plane:before{
	content:"\2709" !important;
	font-size: 17px;
}
td.actions #coupon_code{
	border-color: #ff8200;
}
td.actions div.coupon button{
	background: #ff8200;
	color:#fff;
}
.checkout-button.btn{
	padding: 25px 50px !important;
    font-size: 1em;
}
.woocommerce-terms-and-conditions-wrapper label{
	padding: 20px;
    display: block;
    border: 1px solid #003f62;
    background: #f4f2f2;
    font-weight: bold !important;
}
.woocommerce-terms-and-conditions-wrapper label input[type="checkbox"]{
	border:1px solid #003f62;
}
.woocommerce-terms-and-conditions-wrapper label a{
	text-decoration: underline;
}
.woocommerce-terms-and-conditions-wrapper label .required{
	font-size: 1.25em;
}
@media (max-width: 960px) {
  .footer-right-col {
    border-top: 2px solid #ff8200;
    border-left: 0;
    padding-top: 20px !important;
    margin-top: 20px;
  }

  footer .text-left,
  footer .row div[class*=col-lg-].align_left>.uncol>.uncoltable>.uncell>.uncont {
    text-align: center;
  }

  footer #menu-footer-menu {
    justify-content: center;
  }

  footer #menu-footer-menu>li {
    flex: 0 1 33.33%;
    padding: 0 14px 20px;
  }

  footer .menu-footpage-menu-sub-container {
    text-align: center;
  }
}

@media (max-width: 550px) {
  footer #menu-footer-menu>li {
    flex: 1 1 100%;
  }
}

.style-light .btn-default, .style-dark .style-light.style-override .btn-default, .style-dark .style-light .btn-default {
  color: #ffffff !important;
  background-color: #003f62 !important;
  border-color: #003f62 !important;
}

.page-body .widget-title {
  font-size: 18px;
  font-weight: bold;
}

.shadow-inset-form, input, textarea, select, .seldiv, .select2-choice, .select2-selection--single {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.product-template-default #masthead {
  border-bottom: 1px solid #fbfbfb;
}

.product-tab li {
  font-size: 18px;
  line-height: 28px;
  padding-left: 11px;
  position: relative;
}

.product-tab li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #303133;
  border-radius: 25px;
}

.product-tab ul>li>ul, .product-tab ol>li>ol {
  margin-left: 24px;
  padding-left: 0;
  margin-top: 0;
}

a.wcpoa_attachmentbtn {
  display: inline-block;
  color: #ffffff !important;
  background-color: #003f62 !important;
  border-color: #003f62 !important;
  margin-top: 12px;
  font-weight: 600 !important;
  padding: 13px 31px;
}

.woocommerce div.product div.images img, .woocommerce div.single-product div.images img, .woocommerce #content div.product div.images img, .woocommerce #content div.single-product div.images img {
  display: block;
  width: auto !important;
  height: auto;
  margin: 0 auto;
}

.woocommerce div.product div#woocommerce-product-single-plchold {
  text-align: center;
}

.woocommerce div.product div#woocommerce-product-single-plchold img {
  width: auto !important;
  margin: 0 auto;
}

.woocommerce .page-wrapper img {
  height: auto;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.woocommerce .single-gutter .tmb {
  padding-right: 36px;
  width: 33.33% !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  flex: 1 1 33.33%;
  align-self: auto;
  min-width: 33.33%;
  min-height: auto;
  max-width: 33.33%;
  box-sizing: border-box;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.woocommerce .isotope-container {
  height: auto !important;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
}

.hidden-price {
  display: none;
}

@media only screen and (max-width:59.9375em) {
  .woocommerce .single-gutter .tmb {
    width: 50% !important;
    flex: 1 1 50%;
    min-width: 50%;
  }
}

@media only screen and (max-width:34.375em) {
  .woocommerce .single-gutter .tmb {
    width: 100% !important;
    flex: 1 1 100%;
    min-width: 100%;
  }
}

.submenu-dark ul.uncode-cart-dropdown {
  background-color: #fff !important;
  border: 10px solid #003f62 !important;
  padding: 26px !important;
}

.submenu-dark ul.uncode-cart-dropdown a,
.submenu-dark ul.uncode-cart-dropdown span {
  color: #003f62 !important;
}

.archive .tmb-woocommerce.tmb .t-entry span.price {
  display: none;
}

@media (max-width: 959px) {
  .menu-smart a {
    text-transform: inherit;
    display: inline-block;
  }
}

/* Adjust header images on "Resources" subpages to anchor in center instead of top [Matt Blais ] */
.no-touch .header-parallax > .header-bg-wrapper:not(.header-carousel-wrapper), .no-touch .header-parallax > .header-bg-wrapper.header-carousel-wrapper > .header-bg .t-entry-visual-cont {
    height: 100% !important;  /* Override 130% that comes from Parallax mode */
}
.header-bg-wrapper > .header-bg {
    background-position: 50% 50%;	/* center anchor */
}