/*
Theme Name: Golden Technologies of Canada
Author: Whetham Solutions
Author URI: https://whethamsolutions.com/
Description: Wordpress theme for Golden Technologies of Canada. Reproduction or reuse of this theme outside of goldentechnologies.ca is prohibited.
*/

* {
    padding: 0;
    margin: 0;
}

@media (min-width: 1200px){
.container {
    max-width: 1308px;
}
}

@media (max-width: 767px ) {

    .header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        right: 0;
        width: 100%;
        margin: auto;
    }

    .top-contact {
        display: none;
    }

    .clxs {
        display: block;
        width: 100%;
        clear: both;
    }
}

a, a:hover, a:focus {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.button {
    background-color: #CCC;
    display: inline-block;
    padding: 13px 27px;
    font-size: inherit;
    border-radius: 7px;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    outline: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.goldbutton {
    background-color: #c7a53a;
    display: inline-block;
    padding: 13px 27px;
    font-size: inherit;
    border-radius: 7px;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    outline: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.button.primary {
    background-color: #aa871b;
}

.news .button {
    font-size: 13px;
    margin: 20px 0 0;
}

.big-section .button {
    font-size: 20px;
}

.button:hover, .button:focus {
    background-color: #2b2b2b;
}

.goldbutton:hover, .button:focus {
    background-color: #2b2b2b;
}

body {
    font-family: "europa", sans-serif;
}


header {
    background-color: #121313;
    padding: 13px 0;
}

header .site-title {
    font-size: 15px;
}

header .site-title a {
    display: block;
    background-image: url(images/logo-min.png);
    text-indent: -9999px;
    width: 229px;
    height: 50px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

header nav ul {
    list-style: none;
    margin: 4px 0 0px;
    padding: 0;
}

header nav ul li {
    display: inline-block;
}

header nav ul li a {
  display: block;
  font-family: "proxima-nova-condensed", sans-serif;
  color: #FFF;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 0 0 15px;
}

header nav ul li:first-child a {
    padding: 0;
}

header nav ul li a.active, header nav ul li a:hover, header nav ul li a:focus {
    color: #ecc54d;
}

header nav ul li a.active:after {
    background-color: #ecc54d;
    width: 100%;
    height: 5px;
    display: block;
    content: "";
    margin: 1px 0 0;
}

.top-contact {
    background-color: #353534;
    padding: 11px 0;
}

.top-contact p, .top-contact p a {
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 15px;
    color: #b9b9b9;
}

.top-contact p span {
    color: #c7a53a;
    margin-right: 2px;
}

.top-contact p span.fa-envelope {
    margin-left: 29px;
}

.top-contact p a:hover, .top-contact p a:focus {
    color: #eee;
}

.banner {
    background-image: url(images/bannerbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0 60px;
}

hr.line {
    border: none;
    display: block;
    height: 1px;
    background: #dedede;
}

.home-products {
    padding: 75px 0 0;
    text-align: center;
}

.home-products h2 {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -1px;
}

.home-products h4 {
    color: #6a6a6a;
    font-weight: 300;
    font-size: 27px;
    line-height: 24px;
}

.home-products h4:after {
    width: 94px;
    height: 2px;
    background-color: #aa871b;
    display: block;
    margin: 45px auto;
    content: "";
}

.home-products span {
    display: block;
    color: #101010;
    font-weight: 700;
    font-size: 27px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.home-products a:hover span, .home-products a:focus span {
    color: #aa871b;
}

.home-products hr.line {
    margin: 95px 0 0;
}

.performance {
    padding: 95px 0 0;
}

.performance .pillars {
    height: 202px;
    position: relative;
    background-image: url(images/gold-fabric-bg-min.png);
}

.performance .pillars .girl {
    margin: -264px 0 0;
}

.performance .pillars ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.performance .pillars ul li {
    display: inline-block;
    margin-left: 8px;
}

.performance .pillars ul li a span {
    display: block;
    text-align: center;
    font-family: "proxima-nova-condensed", sans-serif;
    color: #111;
    font-size: 29px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -1px;
    -webkit-text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
    text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
    margin: 2px 0 0;
}

.performance .pillars ul li a {
    display: block;
}

.performance .pillars ul {
    margin: -71px 0 0px;
}

.performance .pillars ul li:nth-child(1) {
    margin: 0;
}

.performance .pillars ul li a img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    position: relative;
    top: 0;
    left: 0;
}

.performance .pillars ul li a:hover img,
.performance .pillars ul li a:focus img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(360deg) scale(1);
    transform: translate(0px, -20px);
}

.performance .pillars ul li a img.scaler {
    -webkit-transform: rotate(720deg) scale(3);
    transform: rotate(720deg) scale(3);
    opacity: 0;
}

.performance .pillars:after {
    background-image: url(images/shadow.png);
    width: 100%;
    height: 49px;
}

.performance h2 {
    text-transform: uppercase;
    font-weight: 400;
    color: #c7a53a;
    font-size: 37px;
    position: relative;
    z-index: 9;
    margin: 0 0 0 92px;
}

.performance h2 span {
    display: block;
    color: #1a1a1a;
    font-size: 69px;
    font-family: "proxima-nova-condensed", sans-serif;
    letter-spacing: -5px;
    font-weight: 700;
    margin: -20px 0 0 29px;
}

.performance p {
    font-size: 18.5px;
    color: #525252;
    font-weight: 300;
    position: relative;
    z-index: 9;
    text-align: right;
    letter-spacing: -0.5px;
    margin: -20px 0 116px;
}

.big-section {
    padding: 50px 0 0;
}

.big-section + .big-section {
    padding: 50px 0 105px;
}

.big-section hr.line {
    margin: 50px 0 0;
}

.big-section img {
    margin: 0 auto;
    display: block;
}

.big-section h2 {
    color: #1a1a1a;
    font-size: 80px;
    letter-spacing: -1px;
    line-height: 65px;
}

.big-section h2 strong {
    display: block;
    color: #aa871b;
}

.big-section p {
    color: #6a6a6a;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
    margin: 30px 0 35px;
}

.big-section p:last-child {
    margin: 0;
}

.big-section p strong {
    color: #111;
}

.big-section.big-section-1 h2 {
    margin: 75px 0 0;
}

.big-section.big-section-2 h2 {
    margin: 63px 0 0;
}

.news {
    background: #222222;
    padding: 80px 0;
    text-align: center;
}

.news h2 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -1px;
    display: inline-block;
    position: relative;
    z-index: 3;
}

.news h2:after {
    content: "";
    width: 100%;
    display: block;
    height: 2px;
    background-color: #c5a133;
    z-index: -1;
    position: relative;
    top: -8px;
}

.news h4 {
    color: #c6c6c6;
    font-weight: 300;
    font-size: 25px;
    margin: -2px 0 80px;
}

.news h3 a {
    color: #ffffff;
    font-size: 18px;
}

.news h3 a:hover,
.news h3 a:focus {
    color: #c5a133;
}

.news h5 {
    color: #afafaf;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.news h3 {
    margin: 5px 0 0;
}

.news p:first-child a {
    background: #c5a133;
}

.news p:first-child a {
    margin: 0;
    display: block;
    height: 194px;
    overflow: hidden;
}

.news p:first-child a img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.news p:first-child a:hover img, .news p:first-child a:focus img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: center;
    transform-origin: center;
    /* -webkit-transform: scale(1.5);
    transform: scale(1.5); */
    opacity: 0.2;
}

footer {
    background-color: #010101;
    padding: 40px 0;
    border-top: 1px solid #606060;
}

footer p, footer ul
li {
    font-size: 14px;
    color: #c5c5c5;
}

footer p a {
    color: #FFF;
}

footer p {
    margin: 0 0 8px;
}

footer p a:hover,
footer p a:focus {
    color: #ffd56d;
}

footer h2 {
    color: #fff;
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 170px;
    position: relative;
}

footer ul li {
    position: relative;
    padding-left: 33px;
    line-height: 19px;
}

footer ul li span.fa {
    color: #c6a540;
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    font-size: 18px !important;
    width: 26px;
    text-align: center;
}

footer ul li span.fa.fa-fax {
    font-size: 14px !important;
}

footer ul li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
}

footer ul li:nth-child(3) {
    margin-top: 9px;
}

footer ul li span.fa {
    border-right: 1px solid #212121;
    height: 100%;
}

footer .footer-contact {
    background-image: url(images/emblem-min.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 2px 0 0 70px;
}

.pillar-modal .pillar-modal-content div {
    display: none;
}

.pillar-modal .pillar-modal-image img {
    display: none;
}

.pillar-modal .active {
    display: block !important;
}

.pillar-modal {
    display: none;
    width: 800px;
    background-color: #fff;
}

.pillar-modal .pillar-modal-image {
    width: 265px;
    float: left;
}

.pillar-modal:after {
    content: "";
    display: block;
    clear: both;
}

.pillar-modal {
    position: relative;
}

.pillar-modal .pillar-modal-content {
    width: 535px;
    float: left;
    padding: 15px;
}

.pillar-modal .closeThis {
    background: #000;
    color: #FFF;
    width: 35px;
    height: 35px;
    display: block;
    font-size: 19px;
    text-align: center;
    line-height: 33px;
    border-radius: 100%;
    position: absolute;
    z-index: 9;
    top: -17px;
    right: -17px;
}

.pillar-modal .closeThis:hover, .pillar-modal .closeThis:focus {
    background: #999;
}

.pillar-modal .pillar-modal-content p {
    font-size: 15px;
    color: #555;
}

.pillar-modal .pillar-modal-content h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0 0 5px;
}

.performance .pillars ul li a.pillar-1 img.scaler {
    left: -20px;
    position: relative;
    top: -100px;
    z-index: 10;
}

.performance .pillars ul li a.pillar-2 img.scaler {
    left: -229px;
    position: relative;
    top: -100px;
    z-index: 10;
}

.performance .pillars ul li a.pillar-3 img.scaler {
    left: -440px;
    position: relative;
    top: -100px;
    z-index: 10;
}

.page-title {
    background-image: url(images/bannerbg.jpg);
    background-repeat: no-repeat;
    background-position: center -40px;
}

.page-title h1 {
    font-family: "europa";
    color: #FFF;
    font-weight: 300;
    margin: 0 0 0px;
    font-size: 68px;
    padding: 30px;
    letter-spacing: -2px;
    text-align: center;
}

.clxs {
    display: none;
}

.content {
    padding: 60px 0;
    background-color: #FFF;
}

body.single-post,
body.error404,
body.page-template-default {
    background: #010101;
}

header nav ul li ul li {
    display: block;
    text-align: center;
    padding: 0;
}

header nav ul li {
    position: relative;
}

header nav ul li ul li a {
    padding: 6px 7px !important;
    font-size: 14px;
    border-bottom: 1px solid #111;
    color: #fff;
    text-align: left;
    font-family: "europa", sans-serif;
    text-transform: none;
}

header nav ul li ul li:last-child a {
    border: none;
}

header nav ul li > ul {
    position: absolute;
    background-color: #222;
    width: 180px;
    z-index: 99;
    top: 4px;
    left: 19px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

header nav ul li:hover > ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.content.error404 h2 {
    font-size: 70px;
    line-height: 70px;
}

.content.error404 {
    text-align: center;
}

.content.error404 h3 {
    color: #555;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 300;
    margin: -5px 0 20px;
    letter-spacing: 2px;
}

.content.error404 p a {
    color: #666;
}

.content.error404 p a:hover {
    color: #999;
}

.elementor-widget-text-editor, .elementor * {
    font-family: inherit;
}

.contact-name h4 strong {
    font-weight: inherit;
}

.contact-name h4 {
    font-family: "proxima-nova-condensed", sans-serif;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    color: #242424;
    letter-spacing: -0.5px;
    margin: 0 0 5px;
}

.contact-outro p {
    font-size: 18px;
    color: #444;
}

.contact-outro p:first-child {
    margin-bottom: 20px;
}

.contact-outro {
    border-top: 1px solid #DDD;
    padding-top: 40px;
    margin-top: 20px;
}

.contact-info h3 {
    background: #222;
    position: relative;
    color: #FFF;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.contact-info {
    text-align: center;
    font-size: 17px;
}

.contact-info h3 span {
    color: #ffd759;
}

.contact-info a {
    color: #b58d0d;
}

.contact-info a:hover, .contact-info a:focus {
    color: #999;
}

.page .content p, .page .content ul {
    font-size: 18px;
    margin-bottom: 25px;
    font-family: "europa", sans-serif !important;
    line-height: 28px;
    color: #222;
}

.page .content h3 {
    font-family: "europa" !important;
    font-weight: 400;
    font-size: 28px;
    color: #9b7705;
    line-height: 30px;
    margin: 30px 0 10px;
    letter-spacing: -0.5px;
}

.page .content h3:first-child {
    margin-top: 0;
}

.page .content .webform {
    margin-top: 25px;
}

.page .content .webform .fields:after {
    clear: both;
    content: "";
    display: block;
}

.page .content .webform .fields .field input, .page .content .webform .fields .field select {
    width: 100%;
    display: block;
    padding: 6px;
    font-size: 16px;
    font-family: "europa", sans-serif !important;
    font-weight: 300;
}

.page .content .webform .fields .field textarea {
    height: 110px;
    padding: 6px;
    width: 100%;
}

.page .content .webform .fields .field label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 0px 5px 0px;
    display: block;
}

.page .content .webform .fields .field label span {
    color: #666;
    font-weight: 400;
    font-size: 10px;
}

.page .content .webform .field {
    margin: 0 0 8px;
}

.page .content .webform .form-actions {
    text-align: right;
}

.page .content .webform .form-actions input {
    margin-right: -20px;
}

.pg-product {
    text-align: center;
}

.pg-product h2 {
    color: #333;
    font-size: 23px;
    margin: 0 0 6px;
}

.pg-product img {
    width: 203px;
}

.pg-product a {
    font-size: 14px;
}

.pg-product p a {
    line-height: 17px;
    top: -3px;
}

.store_locator_plus #searchForm label.text {
    text-align: left;
    min-width: 1px !important;
    margin-right: 9px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    top: 5px;
}

.store_locator_plus #searchForm #addressInput, .store_locator_plus #searchForm #radiusSelect {
    width: 80%;
    padding: 5px;
}

.store_locator_plus #searchForm {
    background: #FBFBFB;
    padding: 10px 10px 5px;
    margin: 0 0 11px;
    border: 1px solid #DDD;
}

.store_locator_plus #searchForm #radius_in_submit {
    text-align: right;
    display: inline-block;
}

.store_locator_plus #searchForm #radius_in_submit input {
    display: inline-block;
    background: #9b7705;
    border: none;
    font-family: "europa";
    color: #FFF;
    outline: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 10px;
    margin: 0;
    transition: all 0.2s;
    cursor: pointer;
}

.page.store_locator_plus #searchForm #radius_in_submit input:hover {
    background: #333;
}

.page .slp_results_container .results_wrapper {
    margin: 0 0 15px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #CCC;
    padding: 0 0 15px;
}

.page .slp_results_container .results_wrapper:hover {
    background: #FFF !important;
    border: none !important;
    border-bottom: 1px solid #aa871b !important;
}

.page .slp_results_container .results_wrapper .location_name {
    font-size: 20px;
    font-family: "proxima-nova-condensed";
    text-transform: uppercase;
    margin: 0 0 0px;
    display: block;
    line-height: 20px;
    padding-top: 4px;
}

.page .location_secondary {
    font-size: 14px;
    color: #444;
    line-height: 17px;
}

.page .location_tertiary a {
    display: inline-block;
    padding: 9px 18px;
    font-size: inherit;
    font-size: 12px;
    border-radius: 7px;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    outline: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    background-color: #aa871b;
}

.page .location_tertiary {
    margin-top: 7px;
}

.page .location_tertiary a:hover {
    background-color: #333;
}

.page .slp_result_contact {
    display: inline-block;
}

.page .slp_result_contact {
    display: inline-block;
}

.page .slp_result_contact.slp_result_hours {
    display: block;
    font-size: 14px;
    color: #555;
    padding: 20px 0 0;
}

.page .store_locator_plus #map {
    margin-bottom: 30px;
}

.product-menu {
    background-color: #f0f0f0;
    padding: 20px 0;
}

.product-menu .pmenu {
    background: #FFF;
}

.product-menu .pmenu
h3 {
    background: #010101;
    display: inline-block;
    color: #FFF;
    font-family: "proxima-nova-condensed", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 28px;
    border-right: 4px solid #c6a540;
    padding: 15px 30px 9px;
    width: 326px;
}

.product-menu .pmenu
.menu-product-menu-container {
    width: calc(100% - 331px);
    float: right;
}

.product-menu .pmenu
.menu-product-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-menu .pmenu:after {
    content: "";
    display: block;
    clear: both;
}

.product-menu .pmenu
.menu-product-menu-container ul li {
    display: inline-block;
}

.product-menu .pmenu
.menu-product-menu-container ul li a {
    color: #010101;
    font-size: 18px;
    outline: 0;
    padding: 18px 68px;
    display: block;
    position: relative;
    border-right: 1px solid #DDD;
}

.product-menu .pmenu
.menu-product-menu-container ul li a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    color: #999;
    margin-left: 14px;
}

.product-menu .pmenu
.menu-product-menu-container ul li:last-child a {
    border: none;
}

.product-menu .pmenu
.menu-product-menu-container ul li a:hover {
    color: #6f5609;
}

.page .content .contact-info h3 {
    color: #FFF;
    margin-bottom: 10px;
}

.page .content ul {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}

.page .content ul li {
    position: relative;
}

.elementor-element li:before {
    display: none !important;
}

.product-menu .pmenu
.menu-product-menu-container ul li ul li a:after {
    display: none;
}

.product-menu .pmenu
.menu-product-menu-container ul li ul li a {
    display: block;
    border: none;
}

.product-menu .pmenu
.menu-product-menu-container ul li ul li {
    display: block;
}

.product-menu .pmenu
.menu-product-menu-container ul li ul li ul {
    display: none;
}

.product-menu .pmenu
.menu-product-menu-container ul li ul li a {
    padding: 10px 7px;
    color: #FFF;
    left: 0;
    font-size: 14px;
    border-bottom: 1px solid #111;
}

.product-menu .pmenu
.menu-product-menu-container ul li ul li.menu-item-has-children > a:after {
    display: inline-block;
    float: right;
    content: "\f105";
    position: relative;
    top: 3px;
}

.product-menu .pmenu
.menu-product-menu-container ul li ul li a:hover {
    color: #999;
}

.product-menu .pmenu
.menu-product-menu-container ul li ul li {
    position: relative;
}

.product-menu .pmenu
.menu-product-menu-container ul li ul {
    background: #222;
    position: absolute;
    width: 240px;
    top: 59px;
    left: -5px;
    z-index: 999;
}

.product-menu .pmenu
.menu-product-menu-container ul li {
    position: relative;
}

.product-menu .pmenu
.menu-product-menu-container ul li ul li ul {
    display: block;
    position: absolute;
    top: 0;
    left: 240px;
    background: #1b1b1b;
    z-index: 10000;
}

.product-menu .pmenu .menu-product-menu-container ul li ul {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.product-menu .pmenu .menu-product-menu-container ul li ul li ul {
    -webkit-transform-origin: top left !important;
    transform-origin: top left !important;
    width: 170px;
}

.product-menu .pmenu .menu-product-menu-container ul li:hover > ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.page .wpui-light ul.ui-tabs-nav {
    border: none !important;
    background: none;
    padding: 0;
}

.wpui-light .ui-tabs {
    padding: 0 !important;
    border: none !important;
}

.page .wp-tabs {
    border: none !important;
}

.page .wpui-light ul.ui-tabs-nav {
    border: none !important;
    background: none;
    padding: 0;
}

.wpui-light .ui-tabs {
    padding: 0 !important;
    border: none !important;
}

.wp-tabs {
    border: none !important;
}

.wpui-light ul.ui-tabs-nav li.ui-state-active a {
    border: none !important;
}

.wpui-light ul.ui-tabs-nav li.ui-state-active {
    border: none !important;
}

.page .wpui-light ul.ui-tabs-nav li {
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: #d4d4d4;
    margin-right: 5px;
}

.page .wpui-light ul.ui-tabs-nav li a {
    font-size: 15px;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 21px;
    margin: 0;
}

.page .wp-tabs .wpui-tabs-nav-holder a.wpui-tabs-nav-next {
    display: none !important;
}

.page .wpui-light ul.ui-tabs-nav li.ui-state-active a {
    text-shadow: none;
    border-top: 3px solid #c6a540 !Important;
    border-radius: 0 !important;
    background: #FFF !Important;
    color: #333 !important;
}

.wp-tabs .ui-tabs ul.ui-tabs-nav li a {
    border-radius: 0 !important;
    border-top: 3px solid #fff !important;
}

.page .wp-tabs .ui-tabs ul.ui-tabs-nav li a:hover {
    background: #333;
    color: #FFF;
}

.page .wpui-light .ui-tabs-panel {
    background: #FFF !important;
    position: relative;
    top: -1px;
}

.page .wpui-light .ui-tabs {
    background: #FFF !important;
    font-size: 18px;
    color: #333;
}

.page .wp-tabs .wpui-tabs-nav-holder a {
    display: none !important;
}

.page .wpui-light .ui-tabs {
    border-top: 1px solid #EEE !important;
    padding-top: 50px !important;
    margin-top: 50px !important;
}

.page .wpui-light .ui-tabs {
    border-top: 1px solid #EEE !important;
    padding-top: 50px !important;
    margin-top: 50px !important;
}

.wp-tab-content div.wp-caption {
    float: left;
    text-align: center;
    margin-right: 10px;
    transition: all 0.2s;
}

.wp-tab-content div.wp-caption:hover {
    opacity: 0.4;
    transition: all 0.2s;
}

.wp-tab-content div.wp-caption + p {
    font-size: 12px;
}

.page .content p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
}

.megamenu-parent .megamenu {
    background: #FFF;
    position: absolute;
    z-index: 99;
    width: 720px;
    top: 24px;
    left: 18px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s;
    -webkit-transform-origin: top center;
    -webkit-transform: scaleY(0);
    transition: all 0.2s;
    transform-origin: top center;
    transform: scaleY(0);
}

.megamenu-parent:hover .megamenu {
    -webkit-transition: all 0.2s;
    -webkit-transform-origin: top center;
    -webkit-transform: scaleY(1);
    transition: all 0.2s;
    transform-origin: top center;
    transform: scaleY(1);
}

.megamenu-parent .megamenu ul li {
    float: left;
    width: 240px;
    border-right: 1px solid #DDD;
    text-align: center !important;
    padding: 20px;
}

.megamenu-parent .megamenu ul * {
    text-align: center;
}

.megamenu-parent .megamenu ul:after {
    clear: both;
    content: "";
    display: block;
}

.megamenu-parent .megamenu ul li:last-child {
    border: none;
}

.megamenu-parent .megamenu ul li img {
    max-height: 170px;
}

.megamenu-parent .megamenu ul {
    margin: 0;
}

.megamenu-parent .megamenu ul h2 a {
    color: #333;
    font-family: "europa", sans-serif;
    text-transform: none;
    font-weight: 400;
    font-size: 21px;
}

.megamenu-parent .megamenu ul li a {
    margin: 0;
    padding: 0;
    border: none;
    color: initial;
}

.megamenu-parent .megamenu ul h2 {
    margin: 0;
}

.megamenu-parent .megamenu ul h2 + p a {
    font-family: "europa", sans-serif;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    border-bottom: 1px solid #EEE;
}

.megamenu-parent .megamenu ul h2 + p a:last-child {
    border: 0;
}

.megamenu-parent .megamenu ul h2 + p {
    height: 160px;
}

.megamenu-parent .megamenu ul a.button {
    color: #FFF;
    font-family: "europa", sans-serif;
    font-size: 12px;
    padding: 12px 14px !important;
    display: inline-block;
    margin-top: 20px;
}

.megamenu-parent .megamenu ul h2 a:hover, .megamenu-parent .megamenu ul h2 + p a:hover {
    color: #d2b14c;
}

.megamenu-parent .megamenu ul li a:hover img {
    opacity: 0.6;
}

.megamenu-parent .megamenu ul li a img {
    transition: all 0.2s;
}

.ytp-watermark.yt-uix-sessionlink {
    display: none !important;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0;
    height: 0;
}

.responsive-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.banner .responsive-video:after {
    background-image: url(images/shadow2.png);
    width: 1224px;
    height: 90px;
    position: absolute;
    z-index: 6;
    display: block;
    content: "";
    bottom: -45px;
    left: -70px;
}

.page .content ul.onpagesubnav li {
    display: inline-block;
}

.page .content ul.onpagesubnav li a {
    background: #EEE;
    color: #666;
    font-size: 21px;
    font-weight: 300;
    padding: 9px 20px;
    display: block;
    margin: 0 0 5px;
}

.page .content ul.onpagesubnav li a:hover {
    color: #FFF;
    background: #222;
}

.lift-chairs .elementor-widget-wrap, .lift-chairs .elementor-column-wrap {
    width: 100% !important;
    position: relative !important;
    clear: both !important;
    float: none !important;
    display: block !important;
}

ul.featured li {
    border-bottom: 1px solid #EEE;
    padding: 5px 0 5px 0;
    position: relative;
}

ul.featured li:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d2b14c;
    margin-right: 6px;
}

@media (max-width: 1600px) {

    .megamenu-parent .megamenu {
        width: 666px;
    }

    .megamenu-parent .megamenu ul li {
        width: 222px;
    }

    .megamenu-parent .megamenu ul li img {
        max-height: 100px;
    }

    .megamenu-parent .megamenu ul h2 a {
        font-size: 17px;
    }

    .megamenu-parent .megamenu ul h2 + p a {
        font-size: 12px;
        line-height: 12px;
    }

}

.hr60 {
    border: none;
    border-top: 1px solid #dedede;
    height: 0px;
    width: 100%;
    display: block;
    margin: 70px 0 !important;
}

.reverie-adjustable-foundations h4 {
    color: #333;
    font-family: "europa", sans-serif;
    font-size: 21px;
    margin: -7px 0 0;
}

.reverie-adjustable-foundations h2 {
    color: #555;
    font-size: 21px;
}

.reverie-adjustable-foundations h2 + p {
    font-size: 14px !important;
    line-height: 21px !important;
}

.reverie-adjustable-foundations .button {
    font-size: 13px;
    padding: 8px 20px 6px;
}

.reverie-adjustable-foundations p {
    text-align: center;
}

.home-posts {
    list-style: none;
    margin: 0;
    padding: 0;
}

.entry-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px;
}

.entry-meta {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 0 20px;
    background: #EEE;
    padding: 10px 15px;
    display: inline-block;
}

.entry-meta i {
    color: #c6a540;
    position: relative;
    top: -1px;
}

.entry-meta .meta-sep {
    color: #CCC;
    position: relative;
    top: -2px;
    font-weight: 300;
    margin: 0 7px;
}

.entry-footer {
    font-size: 11px;
    padding-top: 40px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.entry-footer a:hover {
    color: #999;
}

.entry-footer a {
    color: #ba9a39;
}

.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-nav {
    position: relative;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    background: #e2b442;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    transition: all 0.2s;
    position: absolute;
    top: -250px;
    text-indent: -999em;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background: #111;
}

.owl-carousel .owl-nav .owl-prev {
    left: -100px;
}

.owl-carousel .owl-nav .owl-next {
    right: -85px;
}

.owl-carousel .owl-nav .owl-next:before,
.owl-carousel .owl-nav .owl-prev:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #222;
    text-indent: 0;
    font-size: 50px;
}

.owl-carousel .owl-nav .owl-next:hover:before,
.owl-carousel .owl-nav .owl-prev:hover:before {
    color: #fff;
}

.owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
    left: 6px;
}

.owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
    left: -6px;
}

.page-id-2643 .content .wp-caption,
.parent-pageid-1213 .content .wp-caption {
    display: inline-block;
    text-align: center;
    width: 22% !important;
    margin: 10px 10px 40px;
    vertical-align: top;
}

.page-id-2643 .content .wp-caption img,
.parent-pageid-1213 .content .wp-caption img {
    max-height: 130px;
    width: auto;
}

.page-id-2643 .content .wp-caption a,
.parent-pageid-1213 .content .wp-caption
a {
    display: block;
}

.page-id-2643 .content .wp-caption p.wp-caption-text,
.parent-pageid-1213 .content .wp-caption p.wp-caption-text {
    display: block !important;
    font-size: 15px;
    margin-top: 12px;
}

.page-id-2643 .content .wp-caption a:hover,
.parent-pageid-1213 .content .wp-caption a:hover {
    opacity: 0.2;
}

.fabrics-list h4 {
    font-size: 19px;
}

.fabric-intro {
    background: #F0F0F0;
    padding: 40px 40px 10px;
    margin-right: 30px;
}

.fabrics-list hr {
    border: none;
    border-top: 1px solid #CCC;
    margin: 40px 0 30px !important;
    width: 100%;
    clear: both;
}

.fabrics-list .wp-caption {
    text-align: center;
    width: 103px !important;
    display: inline-block;
    height: 100px;
}

.fabrics-list .wp-caption a {
    width: 80px;
    display: block;
    margin: 0 auto;
    height: 70px;
}

a.link-to-pdf {
    display: block;
    border: 4px solid #333;
    margin-bottom: 8px;
    position: relative;
    z-index: 90;
}

.wp-tab-content-wrapper {
    position: relative;
    z-index: 99;
}

div#map {
    width: 60% !important;
    float: left;
    height: 450px !important;
}

div#map_sidebar {
    width: 38%;
    float: right;
    height: 450px;
    overflow-y: scroll;
}

span.slp_result_address.slp_result_street2 {
}

span.slp_result_address.slp_result_street {
    display: block;
}

span.slp_result_address.slp_result_citystatezip {
    display: block;
}

span.slp_result_address.slp_result_country {
    display: none;
}

.slp_results_container .results_wrapper .location_distance {
    margin-right: 14px;
}

.product-gallery a {
    margin: 10px 0;
    text-align: center;
    padding: 0;
}

.slick-slide img {
    max-width:100%;
}

.golden-feature {
    display: inline-block
}

.golden-feature a {
    display: inline-block;
    margin: 0 10px;
    height: 150px;
    width: 150px;
}

.golden-feature a img {
    max-width: 100%;
    height: auto;
}

.slick-list.draggable {
    cursor: move;
}



.slick-slide {
    opacity: 0.4;
    transition: all 0.2s;
}

.slick-slide.slick-current {
    opacity: 1;
    transition: all 0.2s;
}

.slick-dots {
    top: 26px !important;
    position: relative !important;
}

.slick-dots li {
    margin: 0 !important;
}

.content .features h2 {
    font-weight: 900 !important;
    text-transform: uppercase;
    color: #222;
    margin: 50px 0 5px;
    border-bottom: 1px solid #DDD;
    display: block;
}


.content .features img {
    width: 98px;
    margin-top: 9px;
    margin-right: 15px;
}

.product-gallery .swapout {
    display: inline-block;
    margin: 0 10px 0 0;
    opacity: 0.3;

}

.product-gallery .swapout img {
    width: auto;
    max-height: 100px;
    margin: 0 0 -4px;
    transition: all 0.2s;
    max-width: 80px;
    height: auto;
}

.product-gallery {
    text-align: center;
	margin-top: 40px;
}

.product-gallery .swapout:hover {
    opacity: 0.7;
}

.product-gallery .swapout.active {
    opacity: 1;
}

.product-image img {
    display: block;
    margin: 0 auto;
}

.product-image {
    height: 560px;
    position: relative;

}

.product-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}

.features a {
    display: inline-block;
    margin: 0 5px;
    transition: opacity 0.2s;
}

.features a:hover {
    opacity: 0.5;
}



.product-gallery a {
    width: 80px;
    height: 105px;
    overflow: hidden;
    border: 1px solid #999;
    margin: 0 3px !important;
    display: inline-block !important;
    position: relative;
}

.product-gallery a.active {
	border: 1px solid #c6a540;
}

.product-gallery a img {
	width: 60px !important;
    max-width: unset !important;
    display: inline-block !important;
    text-align: center !important;
    max-height: unset !important;
    margin: auto !important;
    position: absolute;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
}

.product-gallery {
    margin: 20px auto 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-video {
    margin: 30px 0;
}

.thumbnail-nav a img {
    display: block;
    height: 120px;
    width: auto;
    margin: 0 auto;
}

.elementor-widget-image .widget-image-caption {
    font-family: inherit !important;
}

.thumbnail-nav a:hover {
    opacity: 0.7 !important;
}

.thumbnail-nav a {
    transition: opacity 0.2s;
}

.thumbnail-nav figure.wp-caption > a {
    padding-bottom: 55px;
    z-index: 2;
}

.thumbnail-nav figure.wp-caption > figcaption {
    margin-top: -50px;
    z-index: 1;
}
div#video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.alta {
  background-image: url(/wp-content/uploads/2020/02/bubbles.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #f9f9f9;
  padding: 90px 0;
  margin-top: 90px;
}

.alta section {
    padding-left: 40px;
}

.alta section img {
    max-width: 160px;
}

.alta section p, .alta section li {
    font-size: 16px;
    line-height: 1.5;
}

.alta section p, .alta section ul {
    margin: 30px 0 0;
}

.alta section ul {
    list-style: none;
    padding: 0;
}

.alta section ul li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 13px;
}

.alta section ul li i {
    color: #aa871b;
    font-size: 25px;
    position: absolute;
    top: 2px;
    left: 0;
}

span.lastbtn {
    background: #c7a53a;
    display: inline-block;
    padding: 12px 12px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
}

span.lastbtn:hover, span.lastbtn:focus {
    color: #000;
    background: #fff;
}

ol {
    margin-left: 30px;
}

ol li {
    margin-bottom: 20px;
}

.frlink {
    font-size: 15px;
    color: #b9b9b9;
}

.frlink img {
    max-width: 18px;
    margin: 0 3px 0 0;
}

.frlink:hover, .frlink:focus {
    color: #fff;
}

.single-testimonial-box p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 20px;
}

.single-testimonial-box h5 {
    font-size: 17px;
}

.single-testimonial-box h5 em {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #666;
}

.single-testimonial-box.feed {
    border-bottom: 1px solid #eee;
    padding: 0 0 42px;
    margin: 0 0 40px;
}

.single-testimonial-box.feed:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.testimonials-form {
    margin-left: 40px;
    background: #f9f9f9;
    padding: 30px;
}

.page .content .testimonials-form p {
    font-size: 15px;
    line-height: 1;
    color: #666;
}

.testimonials-form .form-group input, .testimonials-form .form-group textarea {
    font-family: "europa", sans-serif !important;
    padding: 10px;
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 0;
    transition: all 0.3s;
    margin: 0 !important;
}

.testimonials-form .form-group textarea {
    resize: none;
    height: 100px;
}

.testimonials-form .form-group {
    margin: 0 0 15px;
}

.testimonials-form .form-group.captcha {
    margin: 0 0 35px;
}

@media (max-width: 767px) {

  .testimonials-form {
    padding: 15px;
    margin: 60px 0 0;
}

}

@media (min-width: 1200px) {
  .header, .top-contact {padding-left: 70px;padding-right: 70px;}
}

.page-id-5393 .ngg-gallery-thumbnail-box {
    width: 33%;
    cursor: pointer;
    transition: all 0.3s;
}

.page-id-5393 .ngg-gallery-thumbnail-box:hover {
    opacity: 0.5;
}

.page-id-5393 .ngg-galleryoverview {
    margin: -45px 0 0;
}

.page-id-5393 h2 {
    color: #000;
    font-family: "proxima-nova-condensed", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
}

.hr60 hr {
    border: none;
}

.hr75 hr {
    margin: 30px 0 0 !important;
    border: none;
    border-top: 1px solid #ccc;
}

.sizing-resource-box {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #eee;
}

.sizing-resource-box p {
    margin: 0px !important;
    color: #ccc !important;
}

.sizing-resource-box p a {
    color: #333;
}

.sizing-resource-box p a:hover, .sizing-resource-box p a:focus {
    color: #999;
}


.gal-link {
    padding: 15px;
}

.gal-link small {
    color: #ccc;
}

.gal-link a {
    float: right;
    background: #c7a53a;
    display: inline-block;
    padding: 12px 12px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
    margin: -11px 0 0;
}

.gal-link a:hover, .gal-link a:focus {
    background: #fff;
    color: #000;
}

@media (max-width: 767px) {

  .gal-link {
      padding: 15px;
  }

  .gal-link small {
      color: #ccc;
  }

  .gal-link a {
      float: right;
      background: #c7a53a;
      display: inline-block;
      padding: 12px 12px;
      font-size: 14px;
      color: #fff;
      transition: all 0.3s;
      margin: -11px 0 0;
  }

  .gal-link a:hover, .gal-link a:focus {
      background: #fff;
      color: #000;
  }

  .gal-link a {
      float: none;
      margin: 10px 0 0;
  }

  .gal-link small {
      display: block;
  }

  .gal-link {
      text-align: center;
  }

}

@media (max-width: 991px) and (min-width: 768px) {

  .top-contact .col-sm-6, .header .col-sm-3, .header .col-sm-9 {
      width: 100%;
      max-width: 100%;
  }

  .top-contact {
      text-align: center;
  }

  .top-contact .col-sm-6:nth-child(1) {
      margin: 0 0 12px;
  }

}

.single-result h2 a {
    color: #aa871b;
    text-decoration: underline;
}

.single-result h2 a:hover, .single-result h2 a:focus {
    color: #767676;
}

.single-result p {
    margin: 0 0 25px;
    line-height: 1.625;
}

.single-result h2 {margin: 0 0 8px;}

.single-result p:last-child {
    margin: 0;
}

.single-result {
    border-bottom: 1px solid #eee;
    padding: 0 0 35px;
    margin: 0 0 25px;
}

.search-box {
	position: fixed;
	z-index: 999999;
	background-color: rgba(0,0,0,0.9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: opacity 0.4s;
	transform-origin: top left;
	transform: scale(0);
	opacity: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.search-box.load {
	transform: scale(1);
}

.search-box.active {
	opacity: 1;
}

.search-box form {
	position: relative;
	z-index: 10;
}

.search-box .closeSearch {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-indent: -999999px;
	margin: auto;
}

.search-box #s {
    font-family: "europa";
    font-size: 17px;
    border: 1px solid #fff;
    padding: 10px 10px;
    width: 360px;
    transition: all 0.3s;
    outline: 0;
}

.search-box #s:hover, .search-box #s:focus, .search-box #s:active {
    border-color: gold;
}

.search-box #s {
    font-family: "europa";
    font-size: 17px;
    border: 1px solid #fff;
    padding: 10px 10px;
    width: 360px;
    transition: all 0.3s;
    outline: 0;
}

.search-box #s:hover, .search-box #s:focus, .search-box #s:active {
    border-color: gold;
}

.search-box button {
    background: #c7a53a;
    color: #000;
    outline: 0;
    transition: all 0.3s;
    cursor: pointer;
    border: 0;
    padding: 11px 19px;
    position: relative;
    top: 0px;
    margin-left: -5px;
    font-size: 20px;
}

.search-box button:hover, .search-box button:focus {
    color: #000;
    background: #999;
}

@media (max-width: 767px) {
  .search-box #s {
    width: auto;
  }
}
