/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


/******************************************************************
Theme Name: Uniden-Main
Description: A Genesis child theme for Uniden
Author: Darkspire Media
Author URI: http://Darkspire.Media
Version: 1.0
Tags: html, css3, responsive, hb5
Template: genesis
*/

* {
    outline: 0;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #1c1c1b;
}

img {
    border: none;
}

ul {
    padding-left: 20px;
}

.clear {
    clear: both;
    display: block;
}

.alignnone {
    float: none;
}

.alignleft {
    float: left;
    padding: 0 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    padding: 0 0 10px 20px
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table .table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

@media(max-width:1199px) {
    .wrap {
        width: auto;
        padding: 0 2vw;
        box-sizing: border-box;
    }
    .site-header .wrap {
        padding: 0;
    }
}


/* HEADER */

.site-header {
    background-color: #203840;
}

@media(max-width:1199px) {
    .site-header {
        padding: 0 20px;
    }
}

@media(max-width:1023px) {
    .site-header .button-links {
        display: none;
    }
}

.site-header img {
    padding: 53px 0;
    width: 160px;
    height: 40px;
}

@media(max-width: 1023px) {
    .site-header img {
        width: 100px;
        height: auto;
    }
}

.site-header .wrap>a {
    display: inline-block;
    vertical-align: middle;
}

.site-header .navigation {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.site-header .navigation ul {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    padding: 0;
    margin-left: 60px;
}

.site-header .navigation .sub-menu .sub-menu .sub-menu {
    margin-left: 20px;
}

.site-header .navigation>div>ul>li>.sub-menu {
    display: none;
}

.site-header .navigation>div>ul>li:hover>.sub-menu {
    display: block;
    white-space: nowrap;
    position: absolute;
    top: 80px;
    left: 10px;
    background-color: #a0b7be;
    z-index: 9999;
    box-sizing: border-box;
    padding: 30px 10px;
    margin: 0;
    min-width: 655px;
}

.site-header .navigation>div>ul>li>.sub-menu>li {
    display: inline-block;
    vertical-align: top;
    color: #213840;
    margin: 0 10px;
}

.site-header .navigation>div>ul>li>.sub-menu>li>a {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    color: #213840;
    border-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.site-header .navigation>div>ul>li>.sub-menu li.current-menu-item a:first-child {
    color: #ffffff;
}

.site-header .navigation>div>ul>li>.sub-menu>li>ul {
    margin: 0;
}

.site-header .navigation .sub-menu .sub-menu li {
    display: block;
}

.site-header .navigation .sub-menu .sub-menu li>a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #213840;
    border-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.site-header .navigation>div>ul>li>.sub-menu>li.current-menu-item>ul>li>a {
    color: #213840;
}

.site-header .navigation>div>ul>li>.sub-menu>li>ul>li.current-menu-item a:first-child {
    color: #ffffff;
}

.site-header .navigation ul li {
    list-style-type: none;
    display: inline-block;
}

.site-header .navigation>div>ul>li {
    padding: 30px 0;
}

.site-header .navigation ul li a {
    color: #fff;
    padding: 0px 10px 0px 9px;
    text-decoration: none;
    font-size: 20px;
    border-right-style: solid;
    border-width: 2px;
}

.site-header .navigation ul li:last-of-type a:last-of-type {
    border-style: none;
}

.site-container .slicknav_menu {
    display: none;
}

@media(max-width: 1023px) {
    .site-container>.slicknav_menu {
        display: block;
        background-color: #203840;
        position: fixed;
        width: 100%;
        z-index: 998;
        top: 0;
    }
    .site-container>.slicknav_menu>.slicknav_btn {
        margin-right: 10px;
        background-color: transparent;
    }
    .site-header .navigation {
        display: none;
    }
    .site-header img {
        padding: 0px;
    }
    .site-header .wrap>a {
        position: fixed;
        z-index: 999;
        padding-top: 15px;
    }
}

/* Adding AWS Product Search and Site Search Results */
.site-header .aws-container {
    display: inline-block;
    width: 320px;
}

.site-header .aws-container .aws-search-form:after {
    margin-top: 10px;
    margin-right: 5px;
}

.site-header .aws-container input[type="text"] {
    background-color: #ffffff;
  color: #213840;
  font-size: 18px;
  text-decoration: none;
  border-radius: 30px !important;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 7px;
  width: 200px;
  float: right;
}

body.search-results h1, body.search-results #products .filters, body.search-results #find-support, body.search-results #shop-products, body-search-results #social-icons, body.search-results article, body.search-results aside {
    display: none;
}

body.search-results .products .product h2 {
    color: #427080;
    font-weight: bold;
}

body.search-results .products .image {
    width: 240px;
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
}

body.search-results .products .product .model {
    color: #000000;
}

body.search-results .products .product .price .woocommerce-Price-amount {
    color: #e78019;
}

body.search-results .like-new {
    position: absolute;
    top: 55px;
    right: 35px;
}

body.search-no-results #find-support .product a {
    text-align: center;
}

body.search-no-results #find-support .product .icon, body.search-no-results #find-support .product .hover {
    margin: 0px auto;
}

body.search-no-results .sidebar {
    display: none;
}

body.woocommerce.search-results ul.products li.product .onsale {
    top: 60px;
    right: 35px;
}

.site-header .button-links {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.site-header .button-links .btn {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    background-color: #ffffff;
    color: #213840;
    font-size: 18px;
    text-decoration: none;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 7px;
}

.site-header .button-links .btn:last-of-type {
    margin-right: 0;
}

body.logged-in .site-header .button-links .btn:nth-of-type(2) {
    display: none;
}

body:not(.logged-in) .site-header .button-links .btn:first-of-type {
    display: none;
}

.site-header .button-links .fa {
    font-size: 30px;
}

.site-header #search {
    margin-top: 20px;
}


/* END HEADER */


/* GLOBAL */

@media(max-width:1023px) {
    .site-inner {
        padding-top: 54px;
    }
}

#find-support {
    padding: 80px 0;
    text-align: center;
    background-color: #ffffff;
    overflow-x: hidden;
}

@media(max-width:1023px) {}

@media(max-width:767px) {}

#find-support h3 {
    margin: 30px 0 15px;
    font-size: 28px;
    font-weight: 300;
}

@media (max-width: 1023px) {
  #find-support h3, #find-support .wrap .product h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #find-support h3, #find-support .wrap .product h3 {
    margin-top: 20px;
    font-size: 20px;
  }
}

#find-support ul {
    display: none;
}

@media(max-width:1023px) {
    #find-support .slicknav_menu {
        /*display: inline-block;*/
        vertical-align: middle;
        font-size: 13px;
        /*background-color: #203840;*/
        background-color: transparent;
    }
    #find-support .slicknav_menu .slicknav_btn {
        background-color: transparent;
    }

    #find-support .slicknav_menu .slicknav_icon-bar {
        background-color: #203840;
    }
    #find-support .slicknav_menu .slicknav_nav {
        position: absolute;
        top: 102%;
        z-index: 10;
        background-color: #203840;
    }
    #find-support .slicknav_menu li a {
        color: #fff;
    }
}

#find-support .product {
    display: inline-block;
    vertical-align: top;
    padding: 40px 0;
    width: 30%;
}

@media(max-width:1023px) {
    #find-support .product {
        padding: 0;
    }
}

#find-support .product .icon {
    display: block;
    width: 150px;
    height: auto;
}

#find-support .product .hover {
    display: none;
    width: 150px;
    height: auto;
}

#find-support .product:hover .icon {
    display: none;
}

#find-support .product:hover .hover {
    display: block;
}

#find-support .product a {
    display: block;
    color: #000;
    text-decoration: none;
}

#find-support .product .links {
    display: none;
}

@media(max-width:1023px) {
    #find-support .product a {
        display: inline-block;
        vertical-align: middle;
    }
}

#find-support .product .links a {
    display: block;
    font-size: 19px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    display: block;
}

@media(max-width:768px) {
    #find-support .product .links a {
        font-size: 10px;
    }
}

#find-product {
    background-color: #e8e8e8;
    padding: 40px 0;
    text-align: center;
}

#find-product a {
    color: #000;
    text-decoration: none;
}

#find-product img {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: auto;
}

#find-product .content {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding: 0 0 0 16px;
}

#find-product .content h2 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}

#find-product .content p {
    font-size: 20px;
    margin: 0;
}

@media(max-width:1023px) {
    #find-product .content {
        padding: 0 0 0 12px;
    }
    #find-product img {
        width: 75px;
        height: auto;
    }
    #find-product .content h2 {
        font-size: 30px;
    }
    #find-product .content p {
        font-size: 17px;
        margin: 0;
    }
}

@media(max-width:767px) {
    #find-product .content {
        padding: 0 0 0 5px;
    }
    #find-product img {
        width: 50px;
        height: auto;
    }
    #find-product .content h2 {
        font-size: 17px;
    }
    #find-product .content p {
        font-size: 10px;
        margin: 0;
    }
}

#icons {
    padding: 10px 0;
    text-align: center;
}

#icons .container {}

#icons .icon {
    display: inline-block;
    vertical-align: top;
    padding: 29px;
}

#icons .icon img {
    width: 100px;
    height: auto;
}

#icons .icon h2 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 300;
}

#icons .icon a {
    background-color: #416f7e;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 30px;
}

#support-videos {
    padding: 100px 0;
    text-align: center;
}

#support-videos h2 {
    margin: 0 0 50px;
    font-size: 53px;
    font-weight: 400;
    color: #427080;
}

@media(max-width: 1023px) {
    #support-videos h2 {
        font-size: 38px;
    }
}

#support-videos h3 {
    margin: 0;
    font-size: 68px;
    color: #000;
    text-decoration: none;
    position: absolute;
    z-index: 555;
    top: 50%;
    margin-top: -52px;
    /* padding: 9px 0; */
    text-align: center;
    width: calc(100% - 60px);
    height: 115px;
    line-height: 115px;
    background-color: rgba(255, 255, 255, 0.8);
}

@media(max-width: 1023px) {
    #support-videos h3 {
        font-size: 55px;
        margin-top: -40px;
        height: 80px;
        line-height: 80px;
    }
}

@media(max-width: 767px) {
    #support-videos h3 {
        font-size: 5vw;
        margin-top: -30px;
        height: 60px;
        line-height: 60px;
        width: 100%;
    }
}

#support-videos .play {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 60px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -30px;
}

#support-videos .btn {
    background-color: #e78019;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 35px;
    font-weight: 300;
    font-size: 18px;
    border-radius: 30px;
    margin: 50px 0 0;
    display: inline-block;
}

#support-videos .video {
    width: 45%;
    /* height: 355px; */
    display: inline-block;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}

@media(max-width: 767px) {
    #support-videos .video {
        width: 90vw;
        /* height: calc(90vw * (175/250)); */
        padding: 30px 0;
    }
}

#support-videos .video img {
    width: 100%;
    height: auto;
}

#social-icons {
    background-color: #a0b7be;
    text-align: center;
    padding: 45px 0;
}

#social-icons a {
    margin: 5px;
}

#social-icons a .fa:before {
    position: relative;
    top: 10px;
}

#social-icons a .fa {
    color: #87a3ac;
    background-color: #f1f1f1;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 35px;
}

#help {
    padding: 40px 0;
    background-color: #a0b9c0;
    color: #ffffff;
    text-align: center;
}

#help h2 {
    font-size: 40px;
    font-weight: 300;
    margin: 0;
    color: #ffffff;
}

@media(max-width: 1023px) {
    #help h2 {
        font-size: 35px;
        padding: 0 2vw;
    }
}

#help .links {
    padding: 20px 0 0;
}

#help .links .link {
    display: inline-block;
    vertical-align: top;
    margin: 25px;
    text-decoration: none;
    color: #ffffff;
    fill: #ffffff;
}

#help .links .link:hover {
    color: #303030;
    fill: #303030;
}

#help .links .link svg {
    height: 105px;
    width: auto;
}

#help .links .link .text {
    display: block;
    font-size: 19px;
    margin-top: 20px;
}

#help .btn {
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0;
    padding: 8px 35px;
    font-size: 20px;
    font-weight: 300;
    color: #a0b9c0;
    text-decoration: none;
    border-radius: 30px;
    background-color: #ffffff;
}

@media(max-width: 1023px) {
    #help .btn {
        font-size: 17px;
    }
}

#help .btn:hover {}

#shop-products {
    padding: 100px 0;
    text-align: center;
    overflow-x: hidden;
}

#shop-products h2 {
    color: #427080;
    font-size: 53px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 80px;
}

@media(max-width: 1023px) {
    #shop-products {
      padding: 30px 0;
    }
    #shop-products h2 {
        font-size: 38px;
        padding: 0;
    }
}

#shop-products .product {
    position: relative;
    width: 360px;
    height: 420px;
    display: inline-block;
    vertical-align: top;
    margin: 40px 80px;
}

@media(max-width: 1023px) {
    #shop-products .product {
        width: 90%;
    }
}

#shop-products .image {
    height: 275px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#shop-products.show-desc .product {
    height: 460px;
}

#shop-products .product p {
    display: block;
}

@media(max-width: 767px) {
    #shop-products .product {
        display: inline-block;
        margin: 20px 0;
        height: auto !important;
    }
}

#shop-products .product h3 {
    font-weight: 400;
    font-size: 30px;
    vertical-align: bottom;
    color: #000000;
    margin: 0 0 20px;
}

#shop-products.best-sellers .product h3 {
    display: table-cell;
    height: 65px;
    font-weight: 400;
    line-height: 1;
}

#shop-products.best-sellers .product .table {
    height: 65px;
}

#shop-products.best-sellers .product .title {
    display: table-cell;
    vertical-align: bottom;
    height: 65px;
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
}

@media(max-width: 1023px) {
    #shop-products .product h3 {
        font-size: 23px;
    }
}

#shop-products .product img {
    height: auto;
    width: 100%;
    margin-bottom: -42px;
}

#shop-products .product .btn,
.product-template-default .product .buttons .button.button.alt,
#reviews a,
.product-template-default #specs a,
.product-template-default #banner a, 
.woocommerce-page .woocommerce #respond input#submit.alt, 
.woocommerce-page .woocommerce a.button.alt, 
.woocommerce-page .woocommerce button.button.alt, 
.woocommerce-page .woocommerce input.button.alt,
.woocommerce-page .woocommerce #respond input#submit.alt:hover,
.woocommerce-page .woocommerce a.button.alt:hover, 
.woocommerce-page .woocommerce button.button.alt:hover, 
.woocommerce-page .woocommerce input.button.alt:hover {
  position: relative;
  white-space: nowrap;
  background-color: #e78019;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  padding: 8px 30px;
  border-radius: 30px;
  display: inline-block;
}

/* SHOPPING CART PAGE */
.woocommerce-page.woocommerce-cart .woocommerce a.button.alt {
    float: right; }

body.woocommerce-cart .social-links {
    padding-bottom: 20px;
}

body.woocommerce-cart .social-links a {
    padding-right: 10px;
    color: #427080;
    text-decoration: none;
}

body.woocommerce-cart .social-links a i {
    padding-right: 5px;
}
/* END: SHOPPING CART PAGE */

@media (max-width: 1023px) {
  #shop-products .product .btn,
.product-template-default .product .buttons .button.button.alt,
#reviews a,
.product-template-default #specs a,
.product-template-default #banner a, 
.woocommerce-page .woocommerce #respond input#submit.alt, 
.woocommerce-page .woocommerce a.button.alt, 
.woocommerce-page .woocommerce button.button.alt, 
.woocommerce-page .woocommerce input.button.alt {
    /* position: static; */
    /* margin-right: -70px; */
    font-size: 16px; 
  }
}


/* END GLOBAL */


/* ARCHIVE: PRODUCT CATEGORY */

.archive.tax-product_cat .page-title {
    text-align: center;
    font-size: 53px;
    font-weight: 400;
    padding: 85px 0 0px;
    color: #427080;
}

@media(max-width: 1023px) {
    .archive.tax-product_cat .page-title {
        font-size: 47px;
        padding-top: 0px;
    }
}

.archive.tax-product_cat #image .wrap div {
    width: 100%;
    height: 500px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media(max-width: 767px) {
    .archive.tax-product_cat #image .wrap div {
        height: 300px;
    }
}

.archive.tax-product_cat .term-description,
.archive.tax-product_cat .woocommerce-result-count,
.archive.tax-product_cat .woocommerce-ordering {
    display: none;
}

.archive.tax-product_cat .filters {
    float: left;
    width: 30%;
    padding-right: 3%;
    box-sizing: border-box;
}

.archive.tax-product_cat .filters .filter {
    display: none;
}

@media(max-width: 1023px) {
    .archive.tax-product_cat .filters {
        width: 100%;
        padding: 0;
    }
}

.archive.tax-product_cat .filters .title {
    display: block;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 20px;
}

@media(max-width: 1023px) {
    .archive.tax-product_cat .filters .title {
        font-size: 25px;
    }
}

.archive.tax-product_cat .filters .filter-title {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

@media(max-width: 1023px) {
    .archive.tax-product_cat .filters .filter-title {
        font-size: 16px;
    }
}

.archive.tax-product_cat .filters .select-wrapper {
    position: relative;
    margin-bottom: 15px;
    border: solid 2px #e7e7e7;
}

.archive.tax-product_cat .filters .select-wrapper:before {
    position: absolute;
    content: '\25bc';
    top: 50%;
    right: 20px;
    margin-top: -10px;
}

.archive.tax-product_cat .filters .select {
    cursor: pointer;
    font-size: 18px;
    height: 35px;
    width: 100%;
    background-color: transparent;
    border-style: solid;
    border-color: #e1e1e1;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media(max-width: 1023px) {
    .archive.tax-product_cat .filters .select {
        font-size: 16px;
    }
}

.archive.tax-product_cat .filters .option.selected-option {
    color: #ffffff;
}

.archive.tax-product_cat .filters .select .table {
    padding-left: 20px;
    box-sizing: border-box;
}

.archive.tax-product_cat #products .options {
    display: none;
}

.archive.tax-product_cat #products .select-wrapper.focus .options {
    display: block;
    position: absolute;
    background-color: rgba(160, 183, 190, 0.95);
    width: 100%;
    left: 0;
    top: 100%;
    margin-top: 2px;
    padding: 20px;
    box-sizing: border-box;
    z-index: 200;
}

.archive.tax-product_cat #products .select-wrapper.focus .option {
    display: block;
    cursor: pointer;
}

.archive.tax-product_cat #products .select-wrapper.focus .option:hover {
    color: #ffffff;
}

.archive.tax-product_cat #products {
    padding: 150px 0;
}

.archive.tax-product_cat #products .wrap {
    width: 1210px;
}

.archive.tax-product_cat #products .woocommerce-pagination {
    position: absolute;
    right: 35px;
}

@media(max-width: 1209px) {
    .archive.tax-product_cat #products .wrap {
        width: auto;
        padding: 0 2vw;
    }
}

.archive.tax-product_cat .products {
    display: block;
    float: right;
    text-align: center;
    padding: 0 0;
    box-sizing: border-box;
    width: 70%;
    padding-left: 1%;
}

@media(max-width: 1023px) {
    .archive.tax-product_cat .products {
        width: 100%;
        padding: 0;
    }
}

.archive.tax-product_cat .products {
    clear: none;
    margin-top: 40px;
}

.archive.tax-product_cat .products:after {
    clear: none;
}

.archive.tax-product_cat .products .product,
.product-template-default.woocommerce-page #accessories .product {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 10px;
    border-style: solid;
    border-width: 5px;
    border-color: #e7e7e7;
    width: 385px;
    height: 505px;
}

@media(max-width: 500px) {
    .archive.tax-product_cat .products .product {
        width: 300px;
        /* height: 435px; */
        float: none !important;
        margin: 10px 0;
    }
}

.archive.tax-product_cat .products .product {
    width: 385px;
    padding: 20px;
    box-sizing: border-box;
}

@media(max-width: 1023px) {
    .archive.tax-product_cat .products .product {
        width: 95%;
        float: none !important;
    }
}

.archive.tax-product_cat .products .image {
    height: 200px !important;
}

.product-template-default.woocommerce-page .product .top {
    padding: 25px;
}

.product-template-default.woocommerce-page .product a {
    text-decoration: none;
}

.archive.tax-product_cat .products .product .woocommerce-loop-product__title,
.product-template-default.woocommerce-page #accessories .product .title {
    display: block;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    min-height: 100px;
}

@media(max-width: 1023px) {
    .archive.tax-product_cat .products .product .woocommerce-loop-product__title {
        font-size: 20px;
    }
}

.archive.tax-product_cat .products .product .description,
.product-template-default.woocommerce-page #accessories .product .description {
    display: block;
    margin-left: 0;
    text-align: left;
    font-size: 17px;
    color: #000000;
}

@media(max-width: 1023px) {
    .archive.tax-product_cat .products .product .description {
        font-size: 14px;
    }
}

.archive.tax-product_cat .products .product .image,
.product-template-default.woocommerce-page #accessories .product .image {
    display: block;
    position: static;
    /* top: 121px; */
    height: 300px;
    width: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media(max-width: 1023px) {
    .archive.tax-product_cat .products .product .image {
        top: 71px;
    }
}

.archive.tax-product_cat .products .product .attributes {
    margin-top: 10px;
}

.archive.tax-product_cat .products .product .attribute {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 50px;
    margin: 10px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.archive.tax-product_cat .products .product .reviews,
.archive.tax-product_cat .products .product .star-rating,
.product-template-default.woocommerce-page #accessories .product .reviews,
.product-template-default.woocommerce-page #accessories .product .star-rating {
    display: none;
    position: absolute;
    bottom: 109px;
    left: 30px;
    font-size: 25px;
    color: #f0942b;
    margin: 0 0 0.5em !important;
}

.archive.tax-product_cat .products .product .reviews,
.product-template-default.woocommerce-page #accessories .product .reviews {
    bottom: 97px;
    left: 30px;
    font-size: 15px;
}

@media(max-width: 1023px) {
    .archive.tax-product_cat .products .product .reviews {
        font-size: 13px;
    }
}

.archive.tax-product_cat .products .product .reviews a,
.product-template-default.woocommerce-page #accessories .product .reviews a {
    color: #f0942b;
}

.archive.tax-product_cat .products .product .reviews span,
.product-template-default.woocommerce-page #accessories .product .reviews span {
    color: #000000;
}

.archive.tax-product_cat .products .product .star-rating:before,
.product-template-default.woocommerce-page #accessories .product .star-rating:before {
    content: '\53\53\53\53\53';
    color: #c7c6c6;
}

.archive.tax-product_cat .products .product .model,
.product-template-default.woocommerce-page #accessories .product .model {
    color: #000000;
}

.like-new {
    width: 60px;
    height: 60px;
    background-image: url('/wp-content/uploads/2017/12/like-new.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.archive.tax-product_cat .products .product .like-new,
.product-template-default.woocommerce-page #accessories .product .like-new {
    position: absolute;
    top: 90px;
    right: 40px;
}

.archive.tax-product_cat .products .product .cart-price,
.product-template-default.woocommerce-page #accessories .product .cart-price {
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
    background-color: #e7e7e7;
    padding: 0 25px;
    box-sizing: border-box;
}

.archive.tax-product_cat .products .product .cart-price .out-of-stock {
    display: block;
    margin-top: 27px;
    font-weight: bold;
    color: #ff0000;
}

.archive.tax-product_cat .products .product .price,
.product-template-default.woocommerce-page #accessories .product .price {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    float: left;
    margin-top: 22px;
}

.archive.tax-product_cat .products .product .price del,
.archive.tax-product_cat .products .product .price ins {
    display: inline;
}

@media(max-width: 1023px) {
    .archive.tax-product_cat .products .product .price {
        font-size: 18px;
        margin-top: 35px;
    }
}

.product-template-default.woocommerce-page #accessories .product .price .woocommerce-Price-amount {
    display: block;
}

.archive.tax-product_cat .products .product .button,
.product-template-default.woocommerce-page #accessories .product .button {
    font-size: 18px;
    border-radius: 30px;
    background-color: #e78019;
    color: #ffffff;
    float: right;
    margin-top: 17px;
}

@media(max-width: 1023px) {
    .archive.tax-product_cat .products .product .button {
        font-size: 14px;
        /* right: -50px; */
        /* top: 18px; */
        margin-top: 35px;
    }
}

.product-template-default.woocommerce-page #accessories .prev-arrow,
.product-template-default.woocommerce-page #accessories .next-arrow,
.product-template-default.woocommerce-page #shop-products.best-sellers .prev-arrow,
.product-template-default.woocommerce-page #shop-products.best-sellers .next-arrow {
    position: absolute;
    background-color: transparent;
    border-style: none;
    height: 25px;
    width: 25px;
    margin-top: -12.5px;
    left: -30px;
    top: 50%;
    z-index: 9999;
}

@media(max-width: 1023px) {
    .product-template-default.woocommerce-page #accessories .prev-arrow,
    .product-template-default.woocommerce-page #accessories .next-arrow,
    .product-template-default.woocommerce-page #shop-products.best-sellers .prev-arrow,
    .product-template-default.woocommerce-page #shop-products.best-sellers .next-arrow {
        left: -1vw;
    }
}

.product-template-default.woocommerce-page #accessories .prev-arrow:before,
.product-template-default.woocommerce-page #accessories .next-arrow:before,
.product-template-default.woocommerce-page #shop-products.best-sellers .prev-arrow:before,
.product-template-default.woocommerce-page #shop-products.best-sellers .next-arrow:before {
    cursor: pointer;
    font-size: 25px;
    content: '\25C0';
    color: #6d6d6d;
}

.product-template-default.woocommerce-page #accessories .next-arrow,
.product-template-default.woocommerce-page #shop-products.best-sellers .next-arrow {
    right: -25px;
    left: initial;
}

@media(max-width: 1023px) {
    .product-template-default.woocommerce-page #accessories .next-arrow,
    .product-template-default.woocommerce-page #shop-products.best-sellers .next-arrow {
        right: -1vw;
    }
}

.product-template-default.woocommerce-page #accessories .next-arrow:before,
.product-template-default.woocommerce-page #shop-products.best-sellers .next-arrow:before {
    content: '\25B6';
}


/* END ARCHIVE: PRODUCT CATEGORY */


/* TEMPLATE: SITE MAP */

.page-template-page-site-map .entry .wrap {
    text-align: center;
    padding: 95px 0;
}

.page-template-page-site-map .entry ul {
    display: inline-block;
    vertical-align: top;
    margin: 50px;
    text-align: left;
    list-style-type: none;
}

.page-template-page-site-map ul li.header:first-of-type a {
    margin: 0;
}

.page-template-page-site-map li a,
.page-template-page-site-map li.header a {
    display: inline-block;
    color: #427080;
    margin-top: 35px;
    font-size: 19px;
    text-transform: uppercase;
}

.page-template-page-site-map li a {
    display: inline;
    margin: 0;
    color: #676c71;
    text-transform: none;
}


/* END TEMPLATE: SITE MAP */


/* TEMPLATE: ACCESSIBILITY */

.page-template-page-about .entry .wrap,
.page-template-page-environment .entry .wrap,
.page-template-page-accessibility .entry .wrap {
    padding: 105px 0;
    width: 740px;
    text-align: center;
}

@media (max-width: 800px) {
    .page-template-page-about .entry .wrap,
    .page-template-page-environment .entry .wrap,
    .page-template-page-accessibility .entry .wrap {
        width: 90%;
        padding: 20px 0;
    }
}

.page-template-page-about h1,
.page-template-page-about .entry .wrap h2,
.page-template-page-environment h1,
.page-template-page-site-map h1,
.page-template-page-accessibility h1,
.page-template-page-where-to-buy h1,
.page-template-page-solutions h1 {
    font-size: 53px;
    font-weight: 300;
    text-align: center;
    color: #427080;
    margin: 0 0 75px;
}

.page-template-page-environment p,
.page-template-page-accessibility p {
    text-align: left;
}

.page-template-page-about .entry p,
.page-template-page-about .entry p,
.page-template-page-environment .entry p,
.page-template-default .entry p,
.page-template-page-site-map .entry p,
.page-template-page-accessibility .entry p {
    font-size: 19px;
    margin: 0 0 30px;
    line-height: 1.32;
}

.page-template-default .entry .woocommerce-column p {
    font-size: 14px;
}

.page-template-page-about .entry p:last-of-type,
.page-template-page-about .entry p:last-of-type,
.page-template-default .entry p:last-of-type,
.page-template-page-environment .entry p:last-of-type,
.page-template-page-site-map .entry p:last-of-type,
.page-template-page-accessibility .entry p:last-of-type {
    margin: 0;
}

.page-template-page-accessibility .entry a.button {
    display: inline-block;
    font-size: 20px;
    background-color: #e78019;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    border-radius: 25px;
    margin-top: 95px;
}


/* END TEMPLATE: ACCESSIBILITY */

/* TEMPLATE: ABOUT */
.page-template-page-about .hero-image {
  position: relative;
  height: 520px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.page-template-page-about .hero-image div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3); }

.page-template-page-about .entry .content {
  text-align: left; }

.page-template-page-about table {
  border-collapse: collapse;
  width: 100%;
  margin: 70px 75px; }

.page-template-page-about table tr:first-of-type {
  height: 50px;
  text-align: center; }

.page-template-page-about table tr {
  text-align: center; }

.page-template-page-about table tr td {
  vertical-align: top;
  padding-top: 20px; }

.page-template-page-about table tr td:first-of-type,
.page-template-page-about table tr td:last-of-type {
  text-align: left; }

.page-template-page-about table tr p {
  margin: 0 !important; }

.page-template-page-about table th {
  font-size: 19px;
  font-weight: bold;
  color: #adc223;
  width: 33%; }

.page-template-page-about hr {
  height: 10px;
  border-style: solid;
  border-color: #eeeeee;
  background-color: #eeeeee;
  margin-bottom: 125px; }

.page-template-page-about .locations {
  text-align: left; }

.page-template-page-about .locations .location {
  display: inline-block;
  vertical-align: top;
  margin: 20px 53px;
  width: 260px; }

.page-template-page-about .locations .location span {
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  color: #427080; }

.page-template-page-about .locations .location p:first-of-type {
  margin-top: 0; }

.page-about-header {
    height: 500px;
    position: relative;
}
.about-left {
    width: 50%;
    float: left;
    display: block;
    height: 100%;
    position: relative;
}
.about-right {
    width: 50%;
    float:right;
    display: block;
    height: 100%;
}
.about-content {
    text-align: left !important;
    /*max-width: 600px;
    width: 100%;
    padding: 50px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    display: block;
    font-size: 19px;
    line-height: 1.5;
    */
}
.page-about h1 {
    text-align: center;
    margin-bottom: 35px;
}
.page-about h2 {
    font-size: 42px;
    font-weight: 500;
    color: #427080;
    margin-bottom: 20px;
    text-align: center;
}
.page-about .about-content p {
    line-height: 32px;
}
.clearfix {
    clear:both;
}
@media(max-width:1023px) {
    .about-content {
        font-size: 16px;
    }
}
@media(max-width:767px) {
    .page-about {
        height: auto;
    }
    .about-left, .about-right {
        height: 400px;
        width: 100%;
        float: none;
    }
}
/* END TEMPLATE: ABOUT */

/* TEMPLATE: WHERE TO BUY and SOLUTIONS */
.page-where-to-buy section:last-child, .page-solutions section:last-child {
    margin-bottom: 0px;
}
.content-where-to-buy section, .content-solutions section {
    height: 550px;
    background-position: center;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-where-to-buy h1, .content-solutions h1 {
    text-align: center;
    margin: 50px auto;
    width: 70%;
    padding-bottom: 75px;
    border-bottom: solid 10px #eeeeee;
}
.content-where-to-buy h2, .content-solutions h2 {
    font-size: 42px;
    font-weight: 500;
    color: #427080;
    margin-bottom: 40px;
    text-align: left;
}
.page-where-to-buy .title-overlay, .page-solutions .title-overlay {
    position: absolute;
    width: 50%;
    height: 550px;
    background-color: rgba(255, 255, 255, 0.6);
    left: 0px;
}
.page-where-to-buy .blank-overlay, .page-solutions .blank-overlay {
    position: absolute;
    width: 50%;
    height: 550px;
    background-color: rgba(255, 255, 255, 0.0);
    left: 0px;
}
.page-where-to-buy .white-overlay, .page-solutions .white-overlay {
    position: absolute;
    width: 50%;
    height: 550px;
    background-color: rgba(255, 255, 255, 0.8);
    right: 0px;
}
.page-where-to-buy .table-cell, .page-solutions .table-cell {
    vertical-align: middle;
    text-align: center;
}
.page-where-to-buy .where-to-buy-content, .page-solutions .solutions-content {
    font-size: 19px;
    line-height: 32px;
    text-align: left;
    padding: 0px 100px;
    font-weight: bold;
}
.page-where-to-buy .retailer-logos {
    text-align: center;
}
.page-where-to-buy .retailer-logos .retailer-logo {
    display: inline-block;
    padding: 0px 10px;
    min-width: 100px;
}
.page-where-to-buy .retailer-logos .retailer-logo img {
    max-width: 150px;
}
.page-solutions .solutions-content .ctas {
    text-align: center;
    margin-bottom: 20px;
}
.page-solutions .solutions-content .ctas .btn {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    background-color: #e78019;
    color: #ffffff;
    text-decoration: none;
    text-align: inherit;
    font-size: 22px;
    padding: 10px 35px;
    margin: 30px 20px 0px 20px;
    border-radius: 30px;
    font-weight: normal;
}

@media only screen and (max-width: 1200px) {
    .page-where-to-buy h2, .page-solutions h2 {
        text-align: center;
    }
    .page-where-to-buy .blank-overlay, .page-solutions .blank-overlay, .page-where-to-buy .white-overlay, .page-solutions .white-overlay, .page-where-to-buy #hero, .page-solutions #hero {
        position: static;
        width: 100%;
        height: auto;
        background: none !important;
    }
}
/* END TEMPLATE: WHERE TO BUY and SOLUTIONS */

/* PAGE : CONTACT US */

body.page-contact-us .content h2 {
    font-size: 42px;
    font-weight: 500;
    color: #427080;
    margin-bottom: 20px;
    text-align: center;
}

body.page-contact-us .contact-info {
    width: 100%;
    max-width: 900px;
    margin-top: 50px;
}

body.page-contact-us .contact-info td {
    vertical-align: top;
}

body.page-contact-us .contact-info a {
    display: block;
    color: #1c1c1b;
    text-decoration: none;
    clear: both;
}

body.page-contact-us .contact-info .fa {
    color: #1c1c1b;
    float: left;
    padding: 0px 15px 30px 0px;
}

.separator {
    border-bottom: solid 10px #eeeeee;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

body.page-contact-us .gform_wrapper form {
    max-width: 800px;
}

body.page-contact-us .gform_wrapper form textarea {
    height: 200px;
}

body.page-contact-us .gform_wrapper form input[type="submit"]  {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    background-color: #e78019;
    color: #ffffff;
    text-decoration: none;
    text-align: inherit;
    font-size:18px;
    padding: 10px 35px;
    margin: 30px 20px 0px 0px;
    border-radius: 30px;
    font-weight: normal;
    border: none;
}

/* END PAGE: CONTACT US */

/* TEMPLATE: DEFAULT */

.page-template-page-environment .entry h6 {
    text-align: left;
}

.page-template-page-environment .entry img {
    margin-top: 60px;
}


/* END TEMPLATE: ACCESSIBILITY */


/* TEMPLATE: DEFAULT */

.page-template-default h1 {
    text-align: center;
    font-size: 53px;
    color: #427080;
    margin: 65px 0 65px;
}

.page-template-page-environment h6,
.page-template-default h6 {
    font-size: 19px;
    color: #427080;
    margin: 40px 0 40px;
}

.page-template-default .entry-content {
    max-width: 1279px;
    margin: auto;
    padding: 0 15px 100px 15px;
}

.page-template-default .entry-content strong {
    color: #427080;
    font-weight: 400;
}


/* END TEMPLATE: DEFAULT */


/* TEMPLATE: HOME */

.page-template-templatespage-home-php #hero {
    padding: 40px 2vw;
    text-align: center;
}

.page-template-templatespage-home-php #hero h1 {
    margin: 0;
    font-size: 68px;
    font-weight: 500;
}

@media(max-width:1023px) {
    .page-template-templatespage-home-php #hero h1 {
        font-size: 50px;
    }
}

@media(max-width:767px) {
    .page-template-templatespage-home-php #hero h1 {
        font-size: 25px;
    }
}

.page-template-templatespage-home-php #hero h2 {
    margin: 0 0 15px;
    font-size: 46px;
    font-weight: 300;
}

@media(max-width:1023px) {
    .page-template-templatespage-home-php #hero h2 {
        font-size: 40px;
    }
}

@media(max-width:767px) {
    .page-template-templatespage-home-php #hero h2 {
        font-size: 20px;
    }
}

.page-template-templatespage-home-php #hero img {
    max-width: 80%;
}

.page-template-templatespage-home-php #shop-products {
    display: none;
}

.page-template-templatespage-home-php #find-support h2 {
    display: block;
}


/* END TEMPLATE: HOME */


/* TEMPLATE: HOME-MAIN */

.page-template-page-home-main h2 {
    color: #427080;
    font-size: 53px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 55px;
    padding: 0 150px;
}

@media(max-width:1023px) {
    .page-template-page-home-main h2 {
        font-size: 42px;
        padding: 0 2vw;
    }
}

.page-template-page-home-main #hero {
    position: relative;
    overflow: hidden;
}

.page-template-page-home-main #hero .hero,
.page-template-page-category-main #hero,
.page-template-page-blog-category #hero,
.page-template-page-category-main #banner,
.product-template-default #banner {
    height: 550px;
    position: relative;
    background-position: center center;
    background-size: cover;
}

.page-template-page-home-main #hero .background,
.page-template-page-category-main #hero.background,
.page-template-page-blog-category #hero.background,
.page-template-page-category-main #banner.background,
.product-template-default #banner.background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-template-page-home-main #hero .white-overlay,
.page-template-page-category-main #hero .white-overlay,
.page-template-page-blog-category #hero .white-overlay,
.page-template-page-category-main #banner .white-overlay,
.product-template-default #banner .white-overlay {
    position: absolute;
    width: 47%;
    height: 550px;
    background-color: rgba(255, 255, 255, 0.8);
}

@media(max-width:767px) {
    .page-template-page-home-main #hero .white-overlay,
    .page-template-page-category-main #hero .white-overlay,
    .page-template-page-blog-category #hero .white-overlay,
    .page-template-page-category-main #banner .white-overlay,
    .product-template-default #banner .white-overlay {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        margin: 0 !important;
        left: 0 !important;
        top: 0 !important;
        z-index: 1;
    }
}

.page-template-page-home-main #hero .white-overlay-center {
    left: 50%;
    margin-left: -23.5%;
}

.page-template-page-home-main #hero .white-overlay-left {
    left: 0%;
}

.page-template-page-home-main #hero .white-overlay-right {
    right: 0%;
}

.page-template-page-home-main #hero .wrap,
.page-template-page-category-main #hero .wrap,
.page-template-page-blog-category #hero .wrap,
.page-template-page-category-main #banner .wrap,
.product-template-default #banner .wrap {
    height: 100%;
}

.page-template-page-home-main #hero .wrapper,
.page-template-page-category-main #hero .wrapper,
.page-template-page-blog-category #hero .wrapper,
.page-template-page-category-main #banner .wrapper,
.product-template-default #banner .wrapper {
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: left;
    width: 100%;
    max-width: 600px;
    margin: 0 0 0 auto;
}

@media(max-width:1023px) {
    .page-template-page-home-main #hero .wrapper,
    .page-template-page-category-main #hero .wrapper,
    .page-template-page-blog-category #hero .wrapper,
    .page-template-page-category-main #banner .wrapper,
    .product-template-default #banner .wrapper {
        padding: 0 2vw
    }
}

@media(max-width:767px) {
    .page-template-page-category-main #hero .wrapper,
    .page-template-page-blog-category #hero .wrapper,
    .page-template-page-home-main #hero .wrapper,
    .page-template-page-category-main #banner .wrapper,
    .product-template-default #banner .wrapper {
        width: 100%;
        text-align: center;
    }
}

.page-template-page-home-main #hero h1,
.page-template-page-category-main #hero h1,
.page-template-page-blog-category #hero h1,
.page-template-page-category-main #banner h5,
.product-template-default #banner h5 {
    font-size: 36px;
    font-weight: 400;
    text-align: inherit;
    line-height: 1;
    margin: 0;
    color: #000000;
    padding-bottom: 20px;
}

.product-template-default #banner h5 span {}

.page-template-page-home-main #hero .btn,
.page-template-page-category-main #hero .btn,
.page-template-page-blog-category #hero .btn,
.page-template-page-category-main #banner .btn,
.product-template-default #banner .btn {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    background-color: #e78019;
    color: #ffffff;
    text-decoration: none;
    text-align: inherit;
    font-size: 25px;
    padding: 10px 35px;
    margin-top: 30px;
    border-radius: 30px;
    z-index: 2;
}

.page-template-page-home-main #hero .image,
.page-template-page-category-main #hero .image,
.page-template-page-blog-category #hero .image,
.page-template-page-category-main #banner .image {
    position: absolute;
    right: 0;
    top: 0;
    width: 53%;
    height: 100%;
}

@media(max-width:767px) {
    .page-template-page-home-main #hero .image,
    .page-template-page-category-main #hero .image,
    .page-template-page-blog-category #hero .image,
    .page-template-page-category-main #banner .image {
        position: relative;
        width: 100%;
        text-align: center;
        z-index: 0;
    }
    .page-template-page-home-main #hero .image img,
    .page-template-page-category-main #hero .image img,
    .page-template-page-blog-category #hero .image img,
    .page-template-page-category-main #banner .image img {
        display: inline-block;
    }
}

@media(max-width: 1023px) {
    .page-template-page-home-main #hero h1,
    .page-template-page-category-main #hero h1,
    .page-template-page-blog-category #hero h1,
    .page-template-page-category-main #banner h5 {
        font-size: 36px;
    }
    .page-template-page-home-main #hero .btn,
    .page-template-page-category-main #hero .btn,
    .page-template-page-blog-category #hero .btn {
        font-size: 20px;
    }
}

.page-template-page-home-main #hero #dots {
    position: absolute;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 53px;
    height: 25px;
}

.page-template-page-home-main #hero #dots .slick-dots {
    position: relative;
    top: 0;
    text-align: right;
    width: 100%;
}

.page-template-page-home-main #hero #dots .slick-dots li {
    height: 18px;
    width: 18px;
    margin: 4px;
}

.page-template-page-home-main #hero #dots .slick-dots li.slick-active button:before {
    background-color: #a5a5a5;
}

.page-template-page-home-main #hero #dots .slick-dots button {
    position: relative;
    height: 18px;
    width: 18px;
    /* margin: 20px; */
    padding: 0;
}

.page-template-page-home-main #hero #dots .slick-dots button:before {
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
    color: #a5a5a5;
    background-color: transparent;
    border-style: solid;
    border-radius: 50%;
    border-width: 4px;
    height: 10px;
    width: 10px;
    margin: 0;
    opacity: 0.8;
}

.product-template-default #product .wrap {
    width: 1400px;
}

@media(max-width: 1399px) {
    .product-template-default #product .wrap {
        width: auto;
        padding: 0 2vw;
    }
}

.page-template-page-category-main #about,
.page-template-page-blog-category #about,
.page-template-page-home-main #about,
.product-template-default #about,
.archive.tax-product_cat #about,
.product-template-default #overview,
.product-template-default #features,
.product-template-default #reviews,
.product-template-default #specs {
    background-color: #eeeeee;
    padding: 70px 0;
}

.product-template-default #features {
    padding: 0;
}

.product-template-default #features .wrap {
    width: 900px;
}

@media(max-width: 900px) {
    .product-template-default #features .wrap {
        width: auto;
        padding: 0 2vw;
        box-sizing: border-box;
    }
}

.page-template-page-category-main #about h2,
.page-template-page-blog-category #about h2,
.page-template-page-home-main #about h2,
.product-template-default #about h2,
.archive.tax-product_cat #about h2,
.product-template-default #overview h3,
.product-template-default #features h4,
.product-template-default #reviews h5,
.product-template-default #accessories h3,
.product-template-default #specs h5 {
    color: #427080;
    font-weight: 400;
    font-size: 53px;
    text-align: center;
    margin: 0 0 55px;
    /* padding: 0 200px; */
}

@media(max-width: 1023px) {
    .page-template-page-category-main #about h2,
    .page-template-page-blog-category #about h2,
    .page-template-page-home-main #about h2,
    .product-template-default #about h2,
    .archive.tax-product_cat #about h2,
    .product-template-default #overview h3,
    .product-template-default #features h4,
    .product-template-default #reviews h5,
    .product-template-default #accessories h3,
    .product-template-default #specs h5 {
        font-size: 42px;
    }
}

.page-template-page-category-main #about p,
.page-template-page-blog-category #about p,
.page-template-page-home-main #about p,
.archive.tax-product_cat #about p,
.product-template-default #reviews p,
.product-template-default #about p {
    color: #000000;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    margin: 0 0 30px;
    padding: 0 150px;
}

@media(max-width: 1023px) {
    .page-template-page-category-main #about h2,
    .page-template-page-blog-category #about h2,
    .page-template-page-home-main #about h2,
    .product-template-default #about h2,
    .archive.tax-product_cat #about h2,
    .product-template-default #accessories h3,
    .product-template-default #features h4,
    .product-template-default #reviews h5,
    {
        font-size: 38px;
    }
    .page-template-page-category-main #about p,
    .page-template-page-blog-category #about p,
    .page-template-page-home-main #about p,
    .archive.tax-product_cat #about p,
    .product-template-default #about p,
    .product-template-default #reviews p {
        font-size: 18px;
        padding: 0 2vw;
        padding: 0;
    }
}

.page-template-page-home-main #blog {
    text-align: center;
    padding: 100px 0;
    background-color: #eeeeee;
}

.page-template-page-home-main #blog .blog-post {
    display: inline-block;
    width: 210px;
    margin: 50px;
}

.page-template-page-home-main #blog .wp-post-image {}

.page-template-page-home-main #blog h3 {
    font-size: 22px;
    font-weight: 400;
}

@media(max-width:1023px) {
    .page-template-page-home-main #blog h3 {
        font-size: 18px;
    }
}

.page-template-page-home-main #blog a {
    color: #427080;
    font-size: 16px;
    text-decoration: none;
}

@media(max-width:1023px) {
    .page-template-page-home-main #blog a {
        font-size: 14px;
    }
}

.page-template-page-home-main #social-icons {
    display: none;
}

.page-template-page-home-main #support-videos {
    display: none;
}

.page-template-page-home-main #help {
    display: none;
}

.page-template-page-home-main #banner {
    display: none;
}



/* END TEMPLATE: HOME */


/* TEMPLATE: PRODUCT */

.product-template-default .woocommerce-product-gallery__wrapper>div:first-of-type {
    margin-top: 0px;
    margin-bottom: 0px;
}

.product-template-default .addthis_toolbox .fa {
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #c7c6c6;
    font-size: 25px;
    padding: 7px;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 25px 5px 5px;
}

.product-template-default .addthis_toolbox .fa:hover {
    background-color: #000000;
}

.product-template-default .addthis_toolbox .fa span {
    display: none;
}

.product-template-default #overview {
    background-color: #ffffff;
    text-align: center;
}

.product-template-default #overview img {
    width: 100%;
    height: auto;
}

.product-template-default #overview .product-description {
    text-align: left;
}

.product-template-default #features h4 {
    margin: 0 0 90px;
}

.product-template-default #features .feature-list {
    padding-top: 70px;
}

.product-template-default #features .features {
    padding: 0 0 125px;
    text-align: center;
}

.product-template-default #features .features img {
    margin: 25px;
    width: 125px;
    box-sizing: border-box;
}

.product-template-default #features h5 {
    font-size: 44px;
    font-weight: 400;
    text-align: center;
    color: #676c71;
    margin: 0 0 90px;
}

@media(max-width: 1023px) {
    .product-template-default #features h5 {
        font-size: 38px;
    }
}

.product-template-default #features .images {
    background-color: #ffffff;
}

.product-template-default #features .images .image {
    padding: 125px 0;
}

.product-template-default #features .images .image:nth-of-type(even) {
    background-color: #eeeeee;
}

.product-template-default #features .images .image:nth-of-type(odd) {
    background-color: #ffffff;
}

.product-template-default #features .images img {
    width: 100%;
    height: auto;
}

.product-template-default #reviews .ratings,
.product-template-default #reviews .content {
    width: 50%;
    float: left;
    text-align: left;
}

@media(max-width: 1023px) {
    .product-template-default #reviews .ratings,
    .product-template-default #reviews .content {
        width: 100%;
        text-align: center;
        margin-top: 70px;
    }
}

.product-template-default #reviews .ratings .rating span {
    display: inline-block;
    vertical-align: middle;
}

.product-template-default #reviews .ratings .rating span:before {
    content: "\2605";
    font-size: 50px;
    color: #f0942b;
}

.product-template-default #reviews .ratings .rating.four-stars span:nth-child(5):before,
.product-template-default #reviews .ratings .rating.three-stars span:nth-child(5):before,
.product-template-default #reviews .ratings .rating.three-stars span:nth-child(4):before,
.product-template-default #reviews .ratings .rating.two-stars span:nth-child(5):before,
.product-template-default #reviews .ratings .rating.two-stars span:nth-child(4):before,
.product-template-default #reviews .ratings .rating.two-stars span:nth-child(3):before,
.product-template-default #reviews .ratings .rating.one-star span:nth-child(5):before,
.product-template-default #reviews .ratings .rating.one-star span:nth-child(4):before,
.product-template-default #reviews .ratings .rating.one-star span:nth-child(3):before,
.product-template-default #reviews .ratings .rating.one-star span:nth-child(2):before {
    color: #c7c6c6;
}

.product-template-default #reviews .ratings .percentage {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 200px;
    background-color: #c7c6c6;
    margin-top: 10px;
    margin-left: 30px;
}

@media(max-width: 1023px) {
    .product-template-default #reviews .ratings .percentage {
        width: 95%;
        margin: 0;
    }
}

.product-template-default #reviews .ratings .percentage span:before {
    display: none;
}

.product-template-default #reviews .ratings .percentage span {
    display: block;
    height: 100%;
    background-color: #f0942b;
}

.product-template-default #reviews .ratings .count {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 18px;
}

@media(max-width: 1023px) {
    .product-template-default #reviews .ratings .count {
        display: block;
        margin-left: 0;
    }
}

.product-template-default #reviews .ratings .count span:before {
    display: none;
}

.product-template-default #reviews .ratings .sort {
    margin-top: 60px;
    font-size: 24px;
    font-weight: 100;
}

@media(max-width: 1023px) {
    .product-template-default #reviews .ratings .sort {
        font-size: 18px;
    }
}

.product-template-default #reviews .ratings .sort span {
    display: inline-block;
    vertical-align: middle;
}

.product-template-default #reviews .ratings .select {
    display: inline-block;
    vertical-align: middle;
    /* height: 24px; */
    font-size: 24px;
    font-weight: 100;
    margin-left: 10px;
    border-color: #c7c6c6;
    padding: 5px 10px;
    /* color: #c7c6c6; */
}

.product-template-default #reviews .content p {
    padding: 0;
    text-align: left;
}

.product-template-default #reviews .content .button {
    text-align: center;
}

.product-template-default #reviews .content a,
.product-template-default .product .buttons .button.button.alt {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    right: 0;
}

#find-support {
    padding: 85px 0 120px;
}

.product-template-default #support-videos {
    background-color: #ffffff;
}

.product-template-default #support-videos .video {
    width: 49%;
}

@media(max-width: 1023px) {
    .product-template-default #support-videos .video {
        width: 100%;
    }
}

.product-template-default #specs,
.product-template-default #reviews {
    text-align: center;
    background-color: #eeeeee;
}

.product-template-default #specs table {
    margin: 0 auto;
    text-align: left;
}

.product-template-default #specs img {
    width: 100%;
    height: auto;
    margin: 0 0 130px;
    max-width: 1200px;
}

.product-template-default #specs hr {
    border-width: 5px;
    border-style: solid;
    border-color: #eeeeee;
    margin: 0 0 130px;
}

.product-template-default #specs hr:last-of-type {
    display: none;
}

.product-template-default #specs a {
    display: inline-block;
}

.product-template-default #banner {
    background-position: center center !important;
}

.product-template-default #banner .wrapper {
    text-align: left;
}

.product-template-default #banner h5 {
    color: #427080;
}

.product-template-default #banner h5 span {
    display: inline-block;
    font-size: 29px;
    margin-top: 50px;
    color: #000000;
}

.product-template-default #banner a {
    position: static;
    margin: 15px 0 0;
}

.product-template-default .sidebar {
    display: none;
}

.woocommerce-breadcrumb {
    display: none;
}

.woocommerce .site-container .woocommerce-breadcrumb {
  display: block;
  margin-top: 15px;
}

.woocommerce-breadcrumb a:nth-child(3), .woocommerce-breadcrumb span:nth-child(2), .woocommerce-breadcrumb a:nth-child(1), .woocommerce-breadcrumb span:nth-child(4) {
    display: none;
}

@media (max-width: 1023px) {
    .woocommerce .site-container .woocommerce-breadcrumb {
        padding-top: 50px;
    }
}

.product-template-default .woocommerce-tabs {
    display: none;
}

.product-template-default .woocommerce-Price-amount {
    display: none;
}

.product-template-default .product .summary,
.product-template-default.woocommerce-page .product div.images {
    padding: 90px 0 20px;
    box-sizing: border-box;
}

.product-template-default.woocommerce-page div.product div.images {
    display: block;
    width: 100%;
    padding: 0;
}

.product-template-default.woocommerce-page div.product div.images-wrap div.images.woocommerce-product-gallery {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 40px;
    box-sizing: border-box;
    padding-top: 0;
    float: none;
}

@media(max-width: 1023px) {
    .product-template-default.woocommerce-page div.product div.images {
        width: 100%;
        padding: 0;
    }
}

.product-template-default.woocommerce-page div.product div.images>.yith_magnifier_zoom_wrap {
    display: table;
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin: 0 auto;
}

.product-template-default.woocommerce-page div.product div.images>.yith_magnifier_zoom_wrap>.yith_magnifier_zoom_wrap {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    width: initial;
}

.product-template-default.woocommerce-page div.product div.images>.yith_magnifier_zoom_wrap>.yith_magnifier_zoom_wrap>.yith_magnifier_zoom {
    display: inline-block;
    position: relative;
}

.product-template-default.woocommerce-page div.product div.images .yith_magnifier_zoom_wrap img {
    margin: 0 auto;
    width: initial;
}

body .yith_magnifer_zoom_magnifier {
    display: none !important;
}

.product-template-default.woocommerce-page div.product div.images div.thumbnails {
    width: 90%;
    height: 110px;
    margin: 0 auto;
}

.product-template-default.woocommerce-page div.product div.thumbnails a {
    height: 85px !important;
}

.product-template-default.woocommerce-page div.product div.images .thumbnails img {
    max-width: 100%;
    max-height: 100%;
    width: initial;
    margin: 0 auto;
}

body.single-product .like-new {
  float: right;
  margin-top: -14px;
  margin-left: 10px;
}

body.single-product.woocommerce span.onsale {
    display: none;
}

body.single-product.woocommerce .thumbnails #slider-prev,
body.single-product.woocommerce .thumbnails #slider-next {
    display: block !important;
    background-image: none;
    font-size: 24px;
}

body.single-product.woocommerce .thumbnails #slider-prev {
    left: -5%;
}

body.single-product.woocommerce .thumbnails #slider-next {
    right: -5%;
}

body.single-product.woocommerce .thumbnails #slider-prev:before {
    content: "\25C0";
    font-family: Arial;
    color: #6d6d6d;
}

body.single-product.woocommerce .thumbnails #slider-next:before {
    content: "\25B6";
    font-family: Arial;
    color: #6d6d6d;
}

.product-template-default.woocommerce-page div.product div.images-wrap {
    width: 58%;
    padding-right: 30px;
    padding-top: 85px;
    box-sizing: border-box;
    float: left;
}

@media(max-width: 1023px) {
    .product-template-default.woocommerce-page div.product div.images-wrap {
        width: 100%;
        padding-right: 0;
        padding-top: 20px;
    }
}

.product-template-default.woocommerce-page div.product div.summary {
    width: 42%;
}

@media(max-width: 1023px) {
    .product-template-default.woocommerce-page div.product div.summary {
        width: 100%;
        padding-top: 0px;
    }
}

.product-template-default.woocommerce-page div.product div.images.attributes {
    display: block;
    position: relative;
    text-align: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    /* padding-top: 89px; */
    z-index: 100;
}

.product-template-default.woocommerce-page div.product div.images.attributes .image {
    display: inline-block;
    vertical-align: bottom;
    float: none;
    height: 80px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /* margin: 0 10px; */
}

@media(max-width: 1023px) {
    .product-template-default.woocommerce-page div.product div.images.attributes .image {
        width: 65px;
        height: 65px;
    }
}

.product-template-default.woocommerce-page div.product div.images.attributes .border {
    display: inline-block;
    text-align: center;
}

.product-template-default.woocommerce-page div.product div.images.attributes .image:first-of-type {
    margin-left: 0;
}

.product-template-default .product .related.products {
    display: none;
}

.product-template-default .product .upsells.products {
    display: none;
}

.product-template-default .product h1 {
    font-size: 46px;
    font-weight: 400;
    margin: 0;
    text-align: left;
}

.product-template-default .product h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 25px;
}

@media(max-width: 1023px) {
    .product-template-default .product h1 {
        font-size: 38px;
    }
    .product-template-default .product h2 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
  .product-template-default .product h1 {
    font-size: 24px;
    line-height: 34px;
  }
}

.product-template-default div.product .woocommerce-product-rating {
    display: none;
    vertical-align: top;
    margin-bottom: 0 !important;
}

.product-template-default .product .star-rating {
    font-size: 30px;
    color: #e78019;
}

.product-template-default .product .star-rating {
    color: #e78019;
    margin: 0 !important;
}

.product-template-default .product .reviews-text {
    display: inline-block;
    margin-top: 8px;
    margin-left: 5px;
    font-size: 18px;
}

.product-template-default .product .reviews-text a {
    color: #e78019;
    text-decoration: none;
}

.product-template-default .product .woocommerce-review-link {
    display: none;
}

.product-template-default .product .quantity .qty {
    border-style: none;
    background-color: #e1e1e1;
    box-sizing: border-box;
    padding: 9px;
    margin-top: -10px;
    width: 54px;
    height: 35px;
}

.product-template-default .product .features {
    padding: 0 10px;
    font-size: 20px;
    font-weight: 100;
    margin: 20px 0px 30px 10px;
}

@media(max-width: 1023px) {
    .product-template-default .product .features {
        font-size: 16px;
    }
}

.product-template-default .product .features li {
    font-size: 10px;
    margin: 0 0 5px;
}

.product-template-default .product .features li span {
    font-size: 20px;
    font-weight: 100;
    position: relative;
    top: 4px;
}

.product-template-default .product p.price {
    display: none;
}

.product-template-default .product div.price {
    float: left;
    color: #e78019;
    font-size: 22px;
    margin-right: 30px;
}

.product-template-default .product div.price .regular-price {
    text-decoration: line-through;
    color: #c7c6c6;
}

@media(max-width: 1023px) {
    .product-template-default .product div.price {
        font-size: 18px;
    }
}

.product-template-default .product .quantity-label {
    float: left;
    font-size: 20px;
    font-weight: 100;
    margin-right: 10px;
}

@media(max-width: 1023px) {
    .product-template-default .product .quantity-label {
        font-size: 18px;
    }
}

.product-template-default .product .button.button.alt {
    float: none;
    display: none;
}

.product-template-default .product .buttons {
    width: 100%;
    float: left;
    margin-top: 35px;
}

.product-template-default .product .buttons .button.button.alt {
    display: inline-block;
    font-size: 18px;
    font-weight: 100;
    padding: 10px 15px;
}

@media(max-width: 1023px) {
    .product-template-default .product .buttons .button.button.alt {
        font-size: 14px;
    }
}

.product-template-default .product .product_meta {
    display: none;
}

.product-template-default .wrap>#links {
    text-align: center;
    font-size: 28px;
    padding-bottom: 80px;
    color: #000000;
    text-decoration: none;
}

@media(max-width: 1023px) {
    .product-template-default #links {
        font-size: 24px;
    }
}

.product-template-default #links a {
    text-decoration: none;
    color: #000000;
}

@media(max-width: 1023px) {
    .product-template-default #links a {
        display: block;
        margin-bottom: 5px;
    }
    .product-template-default #links a span {
        display: none;
    }
}

.product-template-default #links a:last-of-type span {
    display: none;
}

.product-template-default #accessories {
    padding: 75px 0 175px;
}

.product-template-default #shop-products.best-sellers .slick-list {
    height: 420px;
}

.product-template-default #shop-products.best-sellers .product {
    border-style: none !important;
}

.product-template-default #shop-products.best-sellers .product.slick-active {
    border-right-style: none !important;
    border-left-style: solid !important;
}

.product-template-default #shop-products.best-sellers .product.slick-current {
    border-left-style: none !important;
}


/* END TEMPLATE: PRODUCT */


/* TEMPLATE: SINGLE */

#find-support {
    padding: 25px 0;
}

#find-support h2 {
    display: none;
}

#find-support .product .links {
    display: none;
}

#find-support .product:hover .links {
    display: block;
    text-align: left;
    position: absolute;
    background-color: #f5f5f5;
    padding: 30px 10px 10px;
    z-index: 500;
}

@media(max-width:1023px) {
    #find-support .product:hover .links {
        display: none;
    }
}

#find-support .product a {}

.page-template-page-single .product .icon {
    display: inline-block !important;
}

.page-template-page-single .product .hover {
    display: none !important;
}

.page-template-page-single .product:hover .icon {
    display: none !important;
}

.page-template-page-single .product:hover .hover {
    display: inline-block !important;
}

.page-template-page-single #tabbed-content {
    padding: 40px 0;
}

@media(max-width:1199px) {
    .page-template-page-single #tabbed-content {
        padding: 40px 10px;
    }
}

.page-template-page-single #tabbed-content .tabs {
    float: left;
    width: 25%;
}

@media(max-width:1023px) {
    .page-template-page-single #tabbed-content .tabs {
        width: 100%;
        max-width: 100%;
    }
}

.page-template-page-single #tabbed-content .tabs .section-tab {
    background-color: #e8e8e8;
    min-width: 100%;
    display: block;
    padding: 30px 10px;
    margin: 0 0 20px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    float: left;
}

.page-template-page-single #tabbed-content .tabs .section-tab.selected {
    color: #416f7e;
}

.page-template-page-single #tabbed-content .contents {
    float: left;
    max-width: 75%;
    padding-left: 25px;
    box-sizing: border-box;
}

@media(max-width:1023px) {
    .page-template-page-single #tabbed-content .contents {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
}

.page-template-page-single #tabbed-content .section-content {
    float: left;
    display: none;
}

.page-template-page-single #tabbed-content .section-content:first-of-type {
    display: block;
}

@media(max-width: 1023px) {
    .page-template-page-single #tabbed-content .contents .section-content {
        display: none !important;
    }
}

@media(min-width: 1024px) {
    .page-template-page-single #tabbed-content .tabs .section-content {
        display: none !important;
    }
}

.page-template-page-single #tabbed-content .contents .section-content p {
    margin: 0;
}


/* END TEMPLATE: SINGLE */


/* TEMPLATE: CATEGORY */

.page-template-page-category-main #hero.background,
.page-template-page-blog-category #hero.background,
.page-template-page-single #hero {
    position: relative;
    height: 550px;
}

@media(max-width:1199px) {
    .page-template-page-category #hero,
    .page-template-page-blog-category #hero,
    .page-template-page-single #hero {
        height: auto;
        background: transparent !important;
        overflow: hidden;
    }
}

@media(max-width:424px) {

    .page-template-page-category #hero,
    .page-template-page-blog-category #hero,
    .page-template-page-single #hero {
        height: auto;
        background: transparent;
        overflow: visible;
    }
}

.page-template-page-category #hero img,
.page-template-page-blog-category #hero img,
.page-template-page-single #hero img {
    display: none;
}

@media(max-width:1199px) {
    .page-template-page-category #hero img,
    .page-template-page-blog-category #hero img,
    .page-template-page-single #hero img {
        display: block;
        width: 100%;
        height: auto;
    }
}

.page-template-page-category #hero .hero-content,
.page-template-page-blog-category #hero .hero-content,
.page-template-page-single #hero .hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:424px) {
    .page-template-page-category #hero .hero-content,
    .page-template-page-blog-category #hero .hero-content,
    .page-template-page-single #hero .hero-content {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
    }
}

.page-template-page-category #hero h1,
.page-template-page-single #hero h1 {
    margin: 0;
    font-size: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 0;
}

@media(max-width:1023px) {
    .page-template-page-category #hero h1,
    .page-template-page-blog-category #hero h1,
    .page-template-page-single #hero h1 {
        margin: 0;
        font-size: 50px;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px 0;
    }
}

@media(max-width:767px) {
    .page-template-page-category #hero h1,
    .page-template-page-blog-category #hero h1,
    .page-template-page-single #hero h1 {
        font-size: 40px;
    }
}

.page-template-page-category-main #hero .image,
.page-template-page-blog-category #hero .image {
    text-align: right;
}

@media(max-width: 767px) {
    .page-template-page-category-main #hero .image,
    .page-template-page-blog-category #hero .image {
        text-align: center;
    }
    .page-template-page-category-main #hero .image img,
    .page-template-page-blog-category #hero .image img {
        width: 300px;
        height: auto;
    }
    .page-template-page-category-main #hero .image .table-cell {}
}

#find-support {
    padding: 80px 0;
    background-color: #ffffff;
}

#find-support .product {
    position: relative;
    padding: 0 10px;
    width: 375px;
}

body:not(.home) #find-support .product {
    text-align: left;
}

@media(max-width: 767px) {
    #find-support {
        padding: 50px 0;
    }
    #find-support .product {
        padding: 0;
        width: auto;
    }
    #find-support .product {
        text-align: left;
        padding-left: 10px;
    }
    #find-support .product {
        display: block;
    }
}

#find-support .product h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    margin: 0;
    padding-left: 10px;
}

@media(max-width: 1023px) {
    #find-support .product h2 {
        font-size: 36px;
    }
}

@media(max-width: 767px) {
    #find-support .product h2 {
        font-size: 22px;
        padding-left: 0px;
    }
}

#find-support .product img {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    width: auto;
}

@media(max-width: 1023px) {
    #find-support .product img {
        height: 50px;
    }
}

#find-support .links {
    padding-top: 20px;
}

#find-support .links a {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    display: inline;
    margin-right: 50px;
    text-decoration: none;
}

#find-support .links br {
    display: none;
}

#find-support .links a.active {
    color: #416f7e;
    border-bottom-style: solid;
    border-width: 2px;
}

@media(max-width: 1023px) {
    #find-support .product {
        display: block;
        margin-bottom: 20px;
    }
    #find-support .product {
        /* margin: 20px; */
    }
    #find-support .links {
        display: none;
    }
    #find-support .links-mobile {
        display: inline-block;
        padding-bottom: 5px;
    }
}

@media(max-width: 767px) {
    #find-support .product {
        text-align: center;
        width: 80%;
        margin: 0 auto 10px;
    }
    #find-support .links a {
        text-align: left;
        font-size: 14px;
        font-weight: 300;
        color: #000;
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
        text-decoration: none;
    }
    #find-support .links br {
        display: block;
    }
    #find-support .links a {
        display: inline-block;
    }
}

.page-template-page-category-main #banner,
.product-template-default #banner {
    /* padding: 90px 0; */
    height: initial;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-template-page-category-main #banner .white-overlay,
.product-template-default #banner .white-overlay {
    position: relative;
    height: initial;
    padding: 90px 0;
    text-align: right;
}

.page-template-page-category-main #banner .wrapper,
.product-template-default #banner .wrapper {
    display: inline-block;
    text-align: left;
    width: 500px;
}

@media(max-width: 1023px) {
    .page-template-page-category-main #banner .wrapper,
    .product-template-default #banner .wrapper {
        width: 100%;
    }
}

.page-template-page-category-main #banner .wrapper h3,
.product-template-default #banner .wrapper h3 {
    font-size: 26px;
    line-height: 28px;
    padding: 20px 0px;
}

.page-template-page-category-main #banner .wrapper p,
.product-template-default #banner .wrapper p {
    font-size: 18px;
    padding-bottom: 20px;
}

.page-template-page-category-main #banner .wrapper p:first-of-type,
.product-template-default #banner .wrapper p:first-of-type {
    /*font-size: 29px;*/
    font-weight: 400;
}

.page-template-page-category-main #shop-products.best-sellers .image,
.product-template-default #shop-products.best-sellers .image {
    height: 220px;
}

.page-template-page-category-main #shop-products.best-sellers h2,
.product-template-default #shop-products.best-sellers h2 {
    margin-bottom: 100px;
}

.page-template-page-category-main #shop-products.best-sellers .product,
.product-template-default #shop-products.best-sellers .product {
    padding: 0px 30px 0px 28px;
    box-sizing: border-box;
    margin: 0;
    border-right-style: solid;
    border-width: 2px;
    border-color: #d9d9d9;
    height: 420px;
}

.page-template-page-category-main #shop-products.best-sellers .product .btn,
.product-template-default #shop-products.best-sellers .product .btn {
    margin-top: 10px;
}

@media(max-width: 1279px) {
    .page-template-page-category-main #shop-products.best-sellers .product,
    .product-template-default #shop-products.best-sellers .product {
        height: 450px;
        width: 400px;
        margin: 30px;
        border-bottom-style: none;
        border-right-style: none;
        padding: 0;
        padding-bottom: 50px;
    }
}

@media(max-width: 767px) {
    .page-template-page-category-main #shop-products.best-sellers .product,
    .product-template-default #shop-products.best-sellers .product {
        margin: 40px 0;
        border-bottom-style: none;
        border-right-style: none;
        padding: 0;
        padding-bottom: 50px;
        margin-bottom: 65px;
        width: 300px;
        /* height: 355px; */
    }
    .product-template-default #shop-products.best-sellers .product .image {
        height: 140px;
    }
}

.page-template-page-category-main #shop-products.best-sellers .product:last-of-type,
.product-template-default #shop-products.best-sellers .product:last-of-type {
    border-style: none;
}

.page-template-page-category-main #shop-products.best-sellers .product p,
.product-template-default #shop-products.best-sellers .product p {
    box-sizing: border-box;
    position: relative;
    min-height: 40px;
}

@media(max-width: 1279px) {
    .page-template-page-category-main #shop-products.best-sellers .product p,
    .product-template-default #shop-products.best-sellers .product p {
        padding: 0 20px;
        top: 345px;
    }
}

@media(max-width: 1279px) {
    .page-template-page-category-main #shop-products.best-sellers .product p,
    .product-template-default #shop-products.best-sellers .product p {
        position: static;
    }
}

#support-videos {
    background-color: #ebebeb
}


/* END TEMPLATE: CATEGORY */


/* TEMPLATE: BLOG */

h1 {
    font-size: 53px;
    font-weight: 300;
    text-align: center;
    color: #427080;
    margin: 20px 0px;
    line-height: 60px;
}

.blog-area a {
    text-decoration: none;
    color: #427080;
    font-weight: 400;
}
.blog-area {
    margin-top: 80px;
    margin-bottom: 80px;
    clear: both;
}
.blog-posts {
    width: 66%;
    float: left;
}
.blog-posts .featured-image img {
    width: 100%;
    object-fit: cover;
}
.blog-posts .back-link {
    text-align: right;
    padding-top: 20px;
}
.sidebar {
    width: 33%;
    float: left;
}
.sidebar section {
    margin-left: 50px;
}
.sidebar .widget_search, .sidebar .widget_recent_comments, .sidebar .widget_meta {
    display: none;
}
.sidebar h4 {
    font-size: 18px;
}
.sidebar ul {
    list-style-type: none;
    padding-left: 0px;
    padding-bottom: 20px;
}
.sidebar ul li {
    line-height: 15px;
    padding-bottom: 10px;
}
.blog-posts .post-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}
.blog-posts .post {
    margin: 0 0 40px;
}
.blog-posts .post .entry {
    font-size: 18px;
}

@media (max-width: 1023px) {
    .blog-posts, .sidebar {
        float: none;
        width: 100%;
    }
    .sidebar {
        display: none;
    }
}

/* END TEMPLATE: BLOG */

/* TEMPLATE: PRODUCT SEARCH */

@media (max-width: 1023px) {
    .search.woocommerce ul.products li.product,
    .search.woocommerce-page ul.products li.product {
        float: none;
        margin: 0px auto;
        margin-bottom: 50px;
    }
    .search.woocommerce ul.products li.product:nth-child(2n),
    .search.woocommerce-page ul.products li.product:nth-child(2n),
    .search.woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
    .search.woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
        float: none;
    }
}

/* END TEMPLATE: PRODUCT SEARCH */

/* WOOCOMMERCE FORMS */

@media (max-width: 1023px) {
    .woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
        float: none !important;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100% !important;
    }
}

/* END: WOOCOMMERCE FORMS */

/* RESPONSIVE-SPECIFIC */

@media (max-width: 767px) {
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #ffffff;
    }
}

/* END: RESPONSIVE-SPECIFIC */

/* TEMPLATE: HISTORY */

.page-template-page-history .history-container {
    margin-top: 75px;
    margin-bottom: 75px;
    max-width: 740px;
}
.history-container h2 {
    font-size: 53px;
    font-weight: 300;
    text-align: center;
    color: #427080;
    margin-bottom: 75px;
}
.history-container .content {
    margin-bottom: 75px;
    font-size: 18px;
}
.decade {
    font-weight: bold;
    float: left;
    margin-top: -10px;
}
.timeline-table {
    max-width: 700px;
    width: 100%;
    border-collapse: collapse;
    margin-left: 40px;
    border-top: 1px solid #427080;
}
.timeline-table tr {
    border-bottom: 1px solid #efefef;
}
.timeline-table tr:last-child {
    border-bottom: none;
}
.timeline-table td {
    line-height: 40px;
    vertical-align: top;
    padding-left: 20px;
}
.timeline-table td:first-child {
    width: 60px;
}
.timeline-table .event {
    display: block;
    border-bottom: 1px solid #efefef;
}
.timeline-table .event:last-child {
    border-bottom: none;
}

/* END TEMPLATE: HISTORY */


/* FOOTER */

.site-footer {
    padding: 40px 0;
    background-color: #251f21;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.site-footer .company-info {
    float: left;
}

@media(max-width: 1023px) {
    .site-footer .company-info {
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 767px) {
    .site-footer .company-info {
        margin-bottom: 50px;
    }
}

.site-footer .wrap {
    width: 1208px;
}

@media(max-width: 1207px) {
    .site-footer .wrap {
        width: auto;
        padding: 0 2vw;
    }
}

.site-footer .company-info img {
    max-width: 140px;
    width: 100%;
}

.site-footer p {
    margin: 5px 0;
    font-size: 19px;
}

.site-footer .links {
    float: right;
}

.site-footer #footer-nav {
    width: 100%;
    float: right;
    max-width: 780px;
    text-align: right;
}

@media(max-width: 1023px) {
    .site-footer #footer-nav {
        float: none;
        text-align: center;
        width: 100%;
        max-width: initial;
    }
}

.site-footer .links .category {
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
}

.site-footer #footer-nav>ul {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-top: 0;
}

@media(max-width: 767px) {
    .site-footer #footer-nav>ul {
        margin-bottom: 50px;
    }
}

.site-footer .links .category:last-of-type {
    padding-right: 0;
}

.site-footer .links .category a {
    display: block;
    margin: 0 0 5px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.site-footer #footer-nav>ul>li ul {
    padding: 0;
}

.site-footer #footer-nav>ul>li>ul li {
    display: block;
    list-style-type: none;
    margin: 0 0 5px;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
}

.site-footer .links .category a h2,
.site-footer #footer-nav>ul>li {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    color: #ffffff;
    padding: 15px 30px 0;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}

.site-footer #footer-nav>ul>li:last-of-type {
    padding-right: 0;
}

@media(max-width: 767px) {
    .site-footer .links .category a h2,
    .site-footer #footer-nav>ul>li {
        display: block;
        text-align: center;
    }
    .site-footer #footer-nav>ul>li:last-of-type {
        padding-right: 30px;
    }
}

.site-footer #footer-nav>ul>li>a {
    margin: 0 0 10px;
}

.site-footer #footer-nav ul>li>a {
    display: block;
    color: inherit;
    text-decoration: none;
}

/* Replacing Site Search With AWS. Leaving existing CSS in place in case we revert back. */
.site-footer .aws-container {
    display: inline-block;
    width: 350px;
    position: relative;
    top: 10px;
}

.site-footer .aws-container input[type="text"] {
    margin: 0;
    background-color: #a6a5a6;
    color: #858384;
    font-size: 20px;
    vertical-align: middle;
    border: none;
    height: 40px;
    width: 100%;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 30px !important;
}

.site-footer #search-subscribe {
    float: left;
    position: relative;
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
}

@media(max-width: 767px) {
    .site-footer #search-subscribe {
        text-align: left;
        margin-bottom: 40px;
        float: none;
        text-align: center;
    }
}

.site-footer #search-subscribe .search-form {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    vertical-align: top;
}

.site-header #search .search-form,
.site-footer #search-subscribe .search-form {
    display: inline-block;
    border-radius: 100px;
    overflow: hidden;
}

.site-header #search .search-form input:first-of-type,
.site-footer #search-subscribe .search-form input:first-of-type {
    background-color: #a6a5a6;
    color: #858384;
    font-size: 20px;
    vertical-align: middle;
    border: none;
    height: 40px;
    width: 275px;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

@media(max-width:767px) {
    .site-header #search .search-form input:first-of-type,
    .site-footer #search-subscribe .search-form input:first-of-type {
        width: 200px;
    }
}

.site-header #search .search-form input:last-of-type,
.site-footer #search-subscribe .search-form input:last-of-type {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    float: left;
    height: 40px;
    padding-left: 8px;
    padding-right: 12px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #427080;
    color: #ffffff;
    outline: 0;
    border-style: none;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    font-weight: 100;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.site-footer #search-subscribe .search-form:after {
    display: table;
    clear: both;
    content: '';
}

.site-footer .company-info #footer-login {
    display: block;
    vertical-align: top;
}

.site-footer .company-info #footer-login a {
    margin-left: 0;
    margin-top: 25px;
}

.site-footer #search-subscribe .gform_wrapper {
    display: inline-block;
    margin-top: 10px !important;
}

@media(max-width: 1023px) {
    .site-footer #search-subscribe .gform_wrapper {
        display: inline-block;
    }
}

@media(max-width: 767px) {
    .site-footer #search-subscribe .gform_wrapper {
        display: block;
    }
    .site-footer #search-subscribe .gform_wrapper form {
        text-align: center;
    }
}

.site-footer #search-subscribe .gform_wrapper form:after {
    content: '';
    display: table;
    clear: both;
}

.site-footer #search-subscribe .gform_wrapper .gform_body {
    display: inline-block;
    vertical-align: middle;
    width: 317px;
    border-radius: 100px;
    overflow: hidden;
    float: right;
}

@media(max-width:767px) {
    .site-footer #search-subscribe .gform_wrapper .gform_body {
        width: 242px;
        float: none;
        vertical-align: top;
        margin: 10px 10px;
    }
}

.site-footer #search-subscribe .gform_wrapper .gform_fields {}

.site-footer #search-subscribe .gform_wrapper .gfield {
    margin: 0;
    padding: 0;
}

.site-footer #search-subscribe .gform_wrapper .ginput_container {

    margin: 0;
}

.site-footer #search-subscribe .gform_wrapper .ginput_container input {
    width: 100%;
    margin: 0;
    background-color: #a6a5a6;
    color: #858384;
    font-size: 20px;
    vertical-align: middle;
    border: none;
    height: 40px;
    width: 100%;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.site-footer #search-subscribe .gform_wrapper .gform_footer {
    display: inline-block;
    vertical-align: top;
}

.site-footer #footer-login a,
.site-footer #search-subscribe .gform_wrapper .gform_footer input {
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #427080 !important;
    border: none;
    height: 40px;
    width: 150px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 15px;
    padding-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* border-radius: 0; */
}

@media(max-width:767px) {
    .site-footer #search-subscribe #footer-login a {
        display: none;
    }
    .site-footer #search-subscribe #footer-login a,
    .site-footer #search-subscribe .gform_wrapper .gform_footer input {
        width: 242px;
        margin: 10px 10px;
    }
}

.site-footer #copyright {
    position: relative;
    margin-top: 0;
    width: 100%;
    float: left;
    text-align: center;
}

@media(max-width: 767px) {
    .site-footer #copyright {
        font-size: 14px;
        margin-top: 5px;
    }
}

.site-footer #copyright a {
    color: #fff;
    text-decoration: none;
}

.site-footer #social-icons {
    display: inline-block;
    left: 0;
    bottom: 0;
    background-color: initial;
    padding: 0;
    margin: 40px 0 0;
    text-align: center;
}

@media(max-width: 767px) {
    .site-footer #social-icons {
        float: none;
        /* position: relative; */
        /* top: 20px; */
        /* right: 0; */
        /* bottom: 0; */
    }
}

.site-footer #social-icons a {
    margin: 2px;
}

.site-footer #social-icons a:first-of-type {
    margin-left: 0;
}

.site-footer #social-icons a .fa:before {
    position: relative;
    color: #251f21;
}

.site-footer #social-icons a .fa {
    font-size: 28px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

@media(max-width: 767px) {
    .site-footer .links {
        float: left;
        width: 100%;
    }
    .site-footer .links .category {
        display: block;
        vertical-align: top;
        padding: 10px 0;
    }
}

.site-footer #links {
    display: block;
    text-align: right;
    float: right;
    max-width: 735px;
    width: 100%;
    margin-top: 40px;
}

.site-footer #links .link-box {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 18px;
}

.site-footer #links .link-box:last-of-type {
    margin-right: 0;
}

@media(max-width: 767px) {
    .site-footer #links .link-box {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    .site-footer #links .link-box:last-of-type {
        margin-right: 20px;
    }
}

.site-footer #links .link-box a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}

.site-footer #logos {
    float: left;
    width: 100%;
    text-align: center;
    margin: 35px 0;
}

.site-footer #logos img {
    display: inline-block;
    vertical-align: top;
    height: 35px;
    width: auto;
    margin: 25px;
}

@media(max-width: 1023px) {
    .site-footer #copyright {
        text-align: center;
    }
    .site-footer #links {
        position: relative;
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
        text-align: center;
    }
    .site-footer #logos img {}
}

@media(max-width: 767px) {
    .site-footer #logos img {
        /* display: block; */
        /* margin: 30px auto; */
    }
}
/* New Footer Links (wp menu based) */
.footer-links {
    max-width: 768px;
    float: right;
    width: 100%;
}
.footer-links ul {
    list-style: none;
    padding: none;
}
.footer-links .sub-menu {
    padding-left: 0;
    font-size: 16px;
}
.footer-links a {
    color: #ffffff;
    text-decoration: none;
}
.footer-links .product-links,
.footer-links .navigation-links {
    margin-bottom: 20px;
}
.footer-links .product-links .menu-item-has-children {
    display: inline-block;
    width: 24%;
    font-size: 22px;
    vertical-align: top;
}
.footer-links .product-links .menu-item-has-children>a {
    font-weight: 400;
}
.footer-links .navigation-links ul {
    columns: 4;
}
@media (max-width: 1023px) {
    .footer-links {
        float: none;
        max-width: 100%;
    }
    .footer-links .product-links .menu-item-has-children {
        width: 100%;
        margin-bottom: 25px;
    }
}
/* End New Footer Links */

/* END FOOTER */


/* GF Error */

body .gfield_required,
body .validation_error,
body .validation_message {
    display: none;
}

body #gforms_confirmation_message {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

body .gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding: 0 !important;
    margin: 0 0 8px 0 !important;
    border: 0 !important;
    width: auto;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper .top_label,
body .gform_wrapper {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: auto;
}

body .gform_wrapper .top_label .gfield_error input.large,
body .gform_wrapper .top_label .gfield_error select.large,
body .gform_wrapper .top_label .gfield_error textarea.textarea {
    width: 98.5% !important;
    margin: 0;
}

body .gform_wrapper .top_label li.gfield.gf_left_half,
body .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 49% !important;
}

body .gform_ajax_spinner {
    position: absolute;
    top: -37px;
}

body .gform_wrapper {
    max-width: 100%;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required input {
    border: 0;
    background-color: #FFDBDB;
    border: 1px solid #FFDBDB;
}

/* Checkout and Account Styles */
body.woocommerce-checkout input, body.woocommerce-checkout select,  body.woocommerce-account input, body.woocommerce-account select { 
    border: solid 1px #c7c6c6;
    padding: 7px;
}

body.woocommerce-account .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #e78019 !important;
    color: #ffffff !important;
    border-radius: 30px !important;
}

body.woocommerce-account .woocommerce input.button {
    margin-top: 20px;
}

body.woocommerce-account .woocommerce-MyAccount-content legend {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0px;
}

.woocommerce .woocommerce-info {
    border-top-color: #427080;
}

// Categories template
.newsroom-title {
    font-weight: 400;
    margin: 50px 0;
}
.wrap-tight {
    max-width: 650px;
    margin-top: 50px;
}
.post-divider {
    height: 5px;
    background-color: #eeeeee;
    margin: 20px 0;
}
.post-divider-wide {
    max-width: 800px;
    margin: 50px auto;
}
.blog-filters {
    max-width: 500px;
    margin:0 auto;
}
.articles-per-page {
    width: 50%;
    float: left;
}
.pagination {
    width: 50%;
    float: right;
    text-align: right;
}
.news-type-filters {
    display: flex;
    justify-content: space-between;
    clear: both;
    padding-top: 20px;
}
.news-type-filters a {
    text-decoration: none;
    color: #1c1c1b;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid gray;
    display: inline-block;
    margin-left: 10px;
}
.arrow-left {
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; 
    border-right:7px solid gray; 
    display: inline-block;
    margin-right: 10px;
}
.category-square {
    width: 10px;
    height: 10px;
    border: 1px solid gray;
    margin-right: 10px;
    display: inline-block;
}
.news-type-filters a:hover .category-square,
.news-type-filters a.active .category-square{
    background-color: orange;
}
.post:last-child .post-divider {
    display: none;
}
.newsroom-banner {
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
}
// .archive-description.taxonomy-archive-description.taxonomy-description {
//     display: none;
// }
// .category-newsroom .taxonomy-archive-description p,
// .category-events .taxonomy-archive-description p,
// .category-press-releases .taxonomy-archive-description p {
//     overflow: hidden;
//     height: 350px;
// }
// .category-newsroom .taxonomy-archive-description img,
// .category-events .taxonomy-archive-description img,
// .category-press-releases .taxonomy-archive-description img {
//     margin-top: -25%;
//     width: 100%;
// }
.social-feed {
    clear: both;
    margin-bottom: 200px;
}
.social-feed .fa {
    color: #ffffff;
    background-color: #87a3ac;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    font-size: 55px;
    text-align: center;
}
.social-feed .fa::before {
    top: 12px;
    position: relative;
}
.social-feed .feed {
    float: right;
    width: 75%;
}
.social-feed .social-icon {
    width: 25%;
    float: left;
}
.social-feed .fts-tweeter-wrap .tweeter-info {
    border-bottom: 0;
    padding: 0;
}
.social-feed .fts-uppercase .fts-bold,
.social-feed .time,
.social-feed .fts-twitter-reply-wrap,
.social-feed .fts-twitter-reply-wrap-left,
.social-feed .fts-powered-by-text,
.social-feed .fts-powered-by-text-popup a.fts-powered-by-text,
.social-feed .fts-right .fts-uppercase, .fts-twitter-full-width .fts-uppercase,
.social-feed .tweeter-info br,
.social-feed .fts-twitter-image {
    display: none !important;
}
.fts-powered-by-text-popup a.fts-powered-by-text {
    display: none !important;
}
.fts-right {
    padding: 0 !important;
}