/*
Theme Name: Brightstarheating.com
Theme URI: https://esgroupmarketing.com/
Author: ES Group Marketing
Author URI: https://esgroupmarketing.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brightstar-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

brightstar-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



:root {
    --bs-border-color: #ccc;
}

/**** General/Global CSS ****/
body {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    background: #fff;
    font-family: "Open Sans", sans-serif;
}

p,
address {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 24px;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #1a709f;
    outline: none;
    border: none;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
    outline: none !important;
}

a,
img,
button,
i,
input[type="submit"] {
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

b,
strong {
    font-weight: 600;
}

.title-page,
.title-sec {
    font-weight: normal;
    margin-bottom: 40px;
}

h1 {
    font-size: 48px;
    color: #1a709f;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 24px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.h1-title,
.page-title {
    color: #333 !important;
    text-align: left;
    margin-bottom: 40px;
}

h2 {
    font-size: 36px;
    color: #1a709f;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 24px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

h3 {
    font-size: 28px;
    color: #333;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 24px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

/* .h3-title {
    color: #1a709f !important;
    font-size: 22px !important;
    margin-bottom: 24px !important;
} */

h4 {
    font-size: 24px;
    color: #1a709f;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 24px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

/* .content h4{
      margin-bottom: 20px;
  } */
h5 {
    font-size: 20px;
    color: #333;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 24px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

/* .content h5{
      color: #434343;
      margin-bottom: 20px;
  } */
h6 {
    font-size: 18px;
    color: #1a709f;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 24px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

/* .content h6{
      margin-bottom: 20px; 
  } */
hr {
    /* border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px; */
}

hr.lg {
    /* margin: 30px 0px; */
}

iframe {
    max-width: 100% !important;
}

#wrapper {
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}

.container-sm {
    max-width: 1000px;
}

.clearfix {
    clear: both;
}

#main,
.padding-sec {
    padding: 60px 0;
}

.padding-lg-sec {
    padding: 80px 0;
}

.padding-top-sec {
    padding-top: 80px;
}

.padding-bottom-sec {
    padding-bottom: 80px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.hidden,
.screen-reader-text {
    display: none;
}

.txt-white,
.txt-white p,
.txt-white a,
.txt-white h1,
.txt-white h2,
.txt-white h3,
.txt-white h4,
.txt-white h5,
.txt-white h6 {
    color: #fff !important;
}

.txt-white hr {
    border-bottom: 1px solid #fff;
}

/**** Button CSS ****/
.btn-primary {
    display: inline-block;
    min-width: 140px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fcec08;
    background-color: #1a709f;
    border: 1px solid #1a709f;
    font-family: "Open Sans", sans-serif;
    border-radius: 15px;
    padding: 0 24px;
}

.btn-primary:hover {
    color: #1a709f;
    background-color: #fcec08;
    border-color: #fcec08;
}

.btn-border,
.btn-border:visited {
    display: inline-block;
    min-width: 140px;
    height: 46px;
    line-height: 44px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1a709f;
    background-color: transparent;
    border: 1px solid #1a709f;
    font-family: "Open Sans", sans-serif;
    border-radius: 15px;
    padding: 0 24px;
}

.btn-border:hover {
    color: #1a709f !important;
    background-color: #fcec08;
    border-color: #fcec08;
}

.txt-white .btn-border,
.txt-white .btn-border:visited {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff;
}


.txt-white .btn-border:hover {
    color: #1a709f !important;
    background-color: #fcec08;
    border-color: #fcec08;
}

.btn .fas,
.btn-border .fas {
    font-size: 16px;
    transition: none;
    margin-right: 10px;
}

.btn-lg,
.btn-lg:visited {
    display: inline-block;
    min-width: 220px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3;
    padding: 12px 24px 10px;
    background-color: #1a709f;
    border: 1px solid #1a709f;
    font-family: "Open Sans", sans-serif;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    outline: none;
    cursor: pointer;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.btn-lg strong {
    display: block;
}

#sidebar .btn-lg {
    width: 100%;
}

.btn-lg:hover {
    color: #fff !important;
    background-color: #1a709f;
    border-color: #1a709f;
}

.btn-video {
    display: inline-block;
    height: 46px;
    font-size: 16px;
    color: #333 !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0 10px 60px !important;
    position: relative;
    background: url(assets/images/play-icon.svg) 0 0 no-repeat;
    background-size: 46px 46px;
}

.btn-video:hover {
    text-decoration: underline;
}

.tabs-wrap img {
    margin-top: 60px !important;
}

.tabs-wrap h2 {
    text-transform: uppercase;
}

.tabs-wrap h4 {
    font-size: 16px;
    margin: 16px 0 12px !important;
}

.tabs-wrap p {
    font-size: 14px;
    margin-bottom: 0 !important;
}

.tabs-wrap p:last-of-type {
    margin: 0 !important;
}

.tabs-wrap figure {
    margin: 0 !important;
}

.tabs-wrap table {
    border: 0 !important;
    margin-top: 0 !important;
}

.tabs-wrap th,
.tabs-wrap td {
    font-size: 14px;
    padding: 0;
    border: 0 !important;
}

/* Button Menu */
.btn-menu {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    /* background-color: #F8F8F8; */
    margin: 0px;
    padding: 0;
    position: relative;
    z-index: 9999;
    ;
}

.btn-menu span {
    width: 36px;
    height: 5px;
    background-color: #1a709f;
    position: relative;
    display: block;
    transition: all 0.2s ease-in-out;
    margin: 3px 0;
    border-radius: 20px;
}

.hd-open .btn-menu span {
    opacity: 0;
}

.hd-open .btn-menu span:first-child {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
    transform: rotate(-45deg) translate(-8px, 8px);
}

.hd-open .btn-menu span:last-child {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-7px, -8px);
    transform: rotate(45deg) translate(-7px, -8px);
}

.rmp_menu_trigger {
    display: none !important;
}

#hd-actions .rmp_menu_trigger {
    display: block !important;
}

/* Scroll Up Button */
.btn-scrollup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #1a709f;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    border: 2px solid #fff;
    outline: none;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    transform: rotate(90deg);
    /*transform-origin: right;*/
    box-shadow: 0px 0px 11px 0px rgba(16, 43, 41, 0.2);
    z-index: 9;
    opacity: 0;
}

.btn-scrollup img {
    width: 10px !important;
}

.btn-scrollup.active {
    opacity: 1;
}

.btn-scrollup:hover {
    /*background: #c3965a;*/
    opacity: 0.9;
}

/**** Text block with scroll bar CSS ****/
.txt-wrap {
    max-height: 152px;
    overflow: auto;
    padding-right: 15px;
    margin-bottom: 24px;
}

/* width */
.txt-wrap::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.txt-wrap::-webkit-scrollbar-track {
    background: rgba(199, 199, 199, 0.3);
}

.txt-white .txt-wrap::-webkit-scrollbar-track {
    background: rgba(230, 237, 238, 0.1);
}

/* Handle */
.txt-wrap::-webkit-scrollbar-thumb {
    background: #1a709f;
}

.txt-white .txt-wrap::-webkit-scrollbar-thumb {
    background: #fff;
}

/* Handle on hover */
.txt-wrap::-webkit-scrollbar-thumb:hover {
    background: #1a709f;
}

.txt-wrap p:last-of-type {
    margin-bottom: 0;
}


/**** Slider Nav CSS ****/
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    width: 32px;
    height: 61px;
    color: transparent;
    background: url(assets/images/arrows.png) 0 0 no-repeat;
    font-size: 0;
    transition: all 0.3s ease 0s;
    margin: 0;
    position: absolute;
    top: calc(50% - 36px);
}

.owl-carousel .owl-nav button.owl-next {
    right: -66px;
    background-position: -32px 0;
}

.owl-carousel .owl-nav button.owl-next:hover {}

.owl-carousel .owl-nav button.owl-next.disabled {}

.owl-carousel .owl-nav button.owl-prev {
    left: -66px;
}

.owl-carousel .owl-nav button.owl-prev:hover {}

.owl-carousel .owl-nav button.owl-prev.disabled {}

/**** Slider Dots CSS ****/
.owl-carousel {
    position: relative;
}

.owl-carousel .owl-dots {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* position: absolute;
  bottom: 20px; */
    margin-top: 30px;
}

.product-slideshow.owl-carousel .owl-dots {
    position: static;
    margin-top: 30px;
}

.owl-carousel .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    background: #ccc;
    border-radius: 50%;
    position: relative;
    z-index: 9;
    margin: 0 6px;
}

.product-slideshow.owl-carousel .owl-dots .owl-dot {
    background: #ccc;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #1a709f;
}

#sidebar select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}

/**** Header CSS ****/
#header.sticky {
    height: 161px;
}

.header-wrap {
    top: -72px;
}

#header.sticky .header-wrap {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    transition-property: top;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    z-index: 99;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
}

.header-wrap>.container {
    width: 100%;
    padding: 20px 12px;
    display: flex;
    align-items: center;
}

#header.sticky .header-wrap>.container {
    padding: 12px;
}

#logo {
    position: relative;
    z-index: 6;
}

#logo a {
    /*display: inline-block;*/
}

#logo a img {
    display: block;
    width: auto !important;
    height: 84px !important;
}

/* #header.sticky #logo a img {
    width: auto !important;
    height: 80px !important;
} */

.hd-right {
    margin-left: auto;
}

.hd-contact {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.hd-contact p {
    margin-bottom: 0 !important;
}

.hd-contact br {
    display: none;
}

.hd-contact .btn {
    margin-left: 10px;
}

.hd-actions {
    /* width: 213px;
      margin-left: 6px;
      padding-left: 22px; */
    display: none;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 6;
}

.hd-actions a {
    display: flex;
    color: #1a709f;
    font-size: 22px;
    font-weight: normal;
    position: relative;
    margin-right: 14px;
}

.hd-actions a:hover {
    color: #1a709f;
}

.hd-actions a img {
    display: block;
}

/**** Main Menu CSS ****/
#main-menu>ul {
    width: 100%;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

#main-menu>ul>li {
    color: #1a709f;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 16px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    /* border-left: 1px solid rgba(255, 255, 255, 0.16); */
}

#main-menu>ul>li:first-child,
#header.sticky #main-menu>ul>li:first-child {
    margin-left: 0;
    border: none;
}

#main-menu>ul>li>a {
    display: inline-block;
    color: #1a709f;
    line-height: 1.5;
    padding: 0 4px 4px !important;
    margin: 0;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

#header.sticky #main-menu>ul>li>a {
    /* height: 80px;
      line-height: 80px;
      padding: 0 15px !important;
      border-radius: 0; */
}

#main-menu>ul>li:hover>a,
#main-menu>ul>li>a:hover,
#main-menu>ul>li.current-menu-item>a,
#main-menu>ul>li.current-menu-item>a:hover {
    color: #333;
    /* background: #1a709f; */
}

#main-menu>ul>li.menu-item-has-children>a:after {
    /* display: none; */
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(assets/images/arrow-down.svg) center center no-repeat;
    background-size: 24px;
    position: relative;
    top: 1px;
    margin-left: 4px;
}

#main-menu>ul>li>a img {
    display: none !important;
}

/*1st sub level menu*/
#main-menu ul li ul {
    min-width: 100%;
    display: block;
    visibility: hidden;
    z-index: 99999;
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    left: 0;
    /* box-shadow: 0 5px 5px rgba(0, 0, 0, .19); */
}

#main-menu>ul>li>ul {
    left: 0px !important;
    top: 28px !important;
    /* background: #fff; */
}

#header.sticky #main-menu>ul>li>ul {
    /* top: 80px !important; */
}

/*Sub level menu list items (undo style from Top level List Items)*/
#main-menu ul li ul li {
    display: list-item;
    float: none;
    position: relative;
    margin: 0px;
    padding: 0px;
    color: #fcec08;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#main-menu ul li ul li ul {
    top: 0;
}

/* Sub level menu links style */
#main-menu ul li ul li a {
    min-width: 200px;
    display: block;
    line-height: 1.5;
    white-space: nowrap;
    text-transform: none;
    text-align: left;
    position: relative;
    color: #fcec08;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    background-color: rgba(26, 112, 159, 0.96);
    padding: 8px 16px;
    margin: 0;
}

#main-menu ul li ul li:first-child,
#main-menu ul li ul li:first-child a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#main-menu ul li ul li:last-child,
#main-menu ul li ul li:last-child a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#main-menu ul li ul li a:hover {
    /*sub menus hover style*/
    color: #1a709f !important;
    background-color: #fcec08 !important;
    text-decoration: none;
}

#main-menu ul li ul li:first-child a:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(26, 112, 159, 0.9);
    position: absolute;
    left: 12px;
    top: -7px;
}

#main-menu ul li ul li:first-child a:hover:before {
    border-bottom-color: #fcec08;
}

/**** Social Links CSS ****/
.ft-socialmedia {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ft-socialmedia li {
    margin: 0 10px;
}

.ft-socialmedia li a {
    color: #ccc !important;
    font-size: 48px;
    font-weight: normal;
    position: relative;
}

.ft-socialmedia li a:hover {
    color: #fcec08 !important;
}

/**** Main Banner CSS ****/
.main-banner {
    width: 100%;
    height: 460px;
    padding: 0;
    background-image: url(assets/images/banner.jpg);
    background-color: #333;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;

    /*clip-path: polygon(0 0, 100% 0, 100% calc(100% - 160px), 50% 100%, 0 calc(100% - 160px));*/
}

.main-banner.page-banner {
    height: 300px;
    padding-bottom: 16px;
}

.main-banner.page-banner h1 {
    margin-bottom: 0;
}

.main-banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
}

.video-wrap {
    position: absolute;
    left: -2px;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.video-wrap iframe,
.video-wrap #banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 177.78vh;
}

.main-banner .container {
    /* height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; */
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
}

.banner-caption {
    /* text-align: center; */
    position: relative;
    z-index: 2;
}

.banner-caption h2 {
    font-size: 50px !important;
    line-height: 1.2;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 0;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
}

.banner-caption h2 strong {
    display: block;
    font-size: 72px !important;
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 60px;
}

.home .banner-caption h1 {
    font-size: 48px !important;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.7);
    margin-bottom: 24px;
}

.banner-caption p {
    max-width: 860px;
    font-size: 22px;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.7);
}

.banner-caption p:last-of-type {
    margin-bottom: 0;
}

.banner-caption .btn,
.banner-caption .btn-border {
    min-width: 420px;
    height: 64px;
    line-height: 62px;
    font-size: 22px;
    margin: 0 12px;
}

.banner-caption .btn:hover,
.banner-caption .btn-border:hover {
    color: #1d3161 !important;
    background-color: #fff;
    border-color: #fff;
}


/**** Image Holder CSS ****/
.img-holder-wrap {
    overflow: hidden;
    width: 50%;
    height: 100%;
    padding: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
}

.pull-left.img-holder-wrap {
    left: 0;
}

.pull-right.img-holder-wrap {
    right: 0;
}

.img-block {
    position: relative;
    background-color: #fff;
}

.img-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: contain !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat;
}

.img-holder:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.img-holder img {
    display: none !important;
}

.img-holder h2 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding: 0 12px;
}

/**** Page Banner ****/
.page-banner {
    width: 100%;
    height: 240px;
    padding: 0;
    position: relative;
    background-image: url(assets/images/banner-interior.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
}

.page-banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.page-banner .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.page-banner h1.page-title,
.page-banner h2.page-title {
    color: #fff !important;
    font-size: 48px !important;
    text-transform: capitalize !important;
    margin-bottom: 0 !important;
    text-align: center;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
}

.reviewbuzz-inner-container {
    width: 100% !important;
}

/**** About CSS ****/
.about-sec {
    text-align: center;
}

.about-sec .container {
    max-width: 1080px;
}

.about-sec h1 {
    text-transform: none;
}

.about-sec h2 {
    font-size: 36px;
    font-weight: normal;
    text-transform: none;
}

.about-sec p:last-of-type {
    margin-bottom: 8px;
}

/**** Services CSS ****/
.services-sec {
    text-align: center;
    background-color: #1a709f;
}

.services-sec h2 {
    font-size: 48px;
}

.services-sec .row>div:first-child h2 {
    color: #fcec08 !important;
}

.services-sec .row>div:first-child .btn-border,
.services-sec .row>div:first-child .btn-border:visited {
    color: #fcec08 !important;
    background-color: transparent;
    border-color: #fcec08;
}

.services-sec .row>div:first-child .btn-border:hover {
    color: #1a709f !important;
    background-color: #fcec08;
    border-color: #fcec08;
}

/**** Partners CSS ****/
.partners-sec {
    text-align: center;
}

.partners-sec .row {
    align-items: center;
}
.assoc-sec img{
	object-position: center bottom;
	object-fit: contain;
	width: auto !important;
	max-width: 275px !important;
	height: 200px !important;
}
.partners-sec a h5{
	display: none !important;
	color: #333;
	transition: all 0.3s ease-in-out;
}
.assoc-sec a h5{
	color: #333;
	transition: all 0.3s ease-in-out;
}
.assoc-sec a:hover h5{
	color: #1a709f;
}
/**** Happy Customers CSS ****/
.testimonials-sec {
    background-color: #e2e2e2;
}

.testimonials-sec h2 {
    font-size: 60px;
}

.testimonials-slider {
    text-align: left;
    padding-left: 72px;
    background: url(assets/images/quote-icon.png) 0 8px no-repeat;
}

.testimonials-slider p {
    font-size: 24px;
    font-style: italic;
}

.testimonials-slider p strong {
    font-style: normal;
}


/**** Contact Form ****/
.field {
    width: 75%;
    margin-bottom: 20px;
}

.field-textarea {
    width: 100%;
}

.field>label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

textarea {
    height: 120px;
}

div.wpcf7 .wpcf7-response-output {
    /* border: none !important;
    font-size: 14px !important;
    color: #f00 !important;
    padding: 0px !important;
    margin: 20px 0 !important; */
    font-size: 15px !important;
    text-align: center;
    margin: 20px 0 !important;
}

.wpcf7-not-valid-tip {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-top: 4px !important;
}

/************** Content CSS **************/
.content {
    min-height: 50vh;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}

.content ul {
    padding: 0 0 0 40px;
    margin: 24px 0;
}

.content ul ul {
    margin: 4px 0;
}

.content ul.vc_tta-tabs-list {
    margin-bottom: 0 !important;
}

.content .vc_tta-panel-body ul {
    padding-left: 20px;
}

.content ol {
    padding: 0 0 0 40px;
    margin: 0 0 24px;
}

.content ol ol {
    margin: 10px 0;
}

.content ul li,
.content ol li {
    font-size: 18px;
    line-height: 1.6em;
}

.content ul li h2,
.content ul li h3,
.content ul li h4,
.content ul li h5,
.content ul li h6,
.content ol li h2,
.content ol li h3,
.content ol li h4,
.content ol li h5,
.content ol li h6 {
    line-height: 1.6em;
}

.page-content {
    /* padding-right: 40px; */
}

.page-title-wrap {
    padding-top: 30px;
    text-align: center;
}

.page-title-wrap.row>div {
    padding-right: 40px;
}

.disclaimer {
    padding: 12px 0;
    border-top: 1px solid #1a709f;
}

.disclaimer p {
    font-size: 10px !important;
}

/* Sales Page */
.pd-item {
    text-align: center;
    padding: 12px 12px 16px;
    border: 1px solid #ccc;
    margin: 12px 0;
}

.pd-item .pd-model {
    color: #1a709f;
    margin-bottom: 12px;
}

.pd-item .pd-img {
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
}

.pd-item:hover .pd-img img {
    transform: scale(1.1);
}

.pd-item .pd-price,
.pd-details .pd-price {
    color: #ed3437;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.pd-item p {
    font-size: 18px;
    margin-bottom: 20px;
}

.pd-details .wpcf7 {
    text-align: center;
    padding: 16px 16px 2px;
    border: 1px solid #ccc;
}

.pd-details .wpcf7 h4 {
    color: #1a709f;
}

.pd-details .wpcf7 p {
    margin-bottom: 16px;
}

.wpcf7 p {
    margin-bottom: 20px !important;
}

/*==== Blog page css start ====*/
/**** Blog CSS ****/
.blog-page a {
    color: #1a709f;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.blog-page a:hover {
    color: #333;
    text-decoration: none;
    outline: none !important;
}

.blog-page p {
    line-height: 1.6em;
    margin-bottom: 24px;
}

.blog-page i,
.blog-page em {
    font-style: italic;
}

.blog-page b,
.blog-page strong,
.blog-page cite {
    font-weight: bold;
}

.blog-page small {
    font-size: 16px;
}

.blog-page h1 {
    /* color: #1a709f;
      font-size: 36px;
      line-height: 1em;
      margin-bottom: 24px; */
}

.blog-page h1.sec-title {
    color: #1a709f;
    margin-bottom: 40px;
}

.blog-page h2 {
    /* color: #1a709f;
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 24px;
    text-transform: capitalize; */
}

.blog-page h1.entry-title {
    font-size: 36px;
    /* color: #1a709f;
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 24px;
    text-transform: capitalize; */
}

.blog-page h2 a:hover {
    color: #333 !important;
}

/* .blog-page h3{
      color: #1a709f;
      font-size: 24px;
      line-height: 1.2em;
      margin-bottom: 24px;
  }
  .blog-page h4{
      color: #1a709f;
      font-size: 20px;
      line-height: 1.2em;CC
      margin-bottom: 24px;
  }
  .blog-page h5{
      color: #1a709f;
      font-size: 18px;
      line-height: 1.2em;
      margin-bottom: 24px;
  }
  .blog-page h6{
      color: #1a709f;
      font-size: 16px;
      line-height: 1.2em;
      margin-bottom: 24px;
  }
  .blog-page blockquote {
      font-size: 24px;
      line-height: 1.6em;
      font-weight: normal;
      border-left: 4px solid #1a709f;
      padding: 0 0 0 30px;
      margin: 30px 0;
  }
  .blog-page blockquote p {
      font-size: 24px;
      font-weight: normal;
  }
  .blog-page hr{
      border: none;
  
      border-bottom: 1px solid #ddd;
      margin-bottom: 24px;
  }  
  .blog-page ul{
      list-style: disc;
      padding: 0 0 0 40px;
      margin: 30px 0;
  }
  .blog-page ol{
      padding: 0 0 0 40px;
      margin: 30px 0;
  }
  .blog-page ol ol{
      margin: 20px 0;
  }
  .blog-page ul li,
  .blog-page ol li{
      font-size: 20px;
      line-height: 1.6em;
  }
  .blog-page ul li h2, .blog-page ul li h3, .blog-page ul li h4, .blog-page ul li h5, .blog-page ul li h6,
  .blog-page ol li h2, .blog-page ol li h3, .blog-page ol li h4, .blog-page ol li h5, .blog-page ol li h6{
      line-height: 1.6em;
  }
  .blog-page .btn,
  .blog-page .btn:visited,
  .seo-content .btn,
  .seo-content .btn:visited{
      display: inline-block;
      min-width: 170px;
      text-align: center;
      color: #fff !important;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      height: 46px;
      line-height: 44px;
      padding: 0 30px;
      background-color: #1a709f;
      border: 1px solid #1a709f;
      border-radius: 0;
      outline: none;
      cursor: pointer;
      margin: 0;
      transition: all 0.3s ease-in-out;
      letter-spacing: 0.2px;
  }
  .blog-page .btn:hover,
  .seo-content .btn:hover{
      color: #1a709f !important;
      background-color: transparent;
      text-decoration: none !important;
  } */
.post-block {
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e2e3;
    margin-bottom: 40px;
}

/*.post-block:last-child{
      padding-bottom: 0px;   
      border-bottom: none; 
      margin-bottom: 0px;
  }*/
.blog-page .post-featured-img {
    padding-top: 5px;
    padding-right: 0;
}

.blog-page .post-featured-img img {
    width: 100%;
}

.blog-page .sp-featured-img {
    padding: 5px 0 0;
    margin: 0 0 24px;
}

.blog-page .sp-featured-img img {
    width: 100%;
    max-height: 500px !important;
    object-fit: cover;
}

.blog-page .entry-meta {
    display: block;
    width: 100px;
    height: 18px;
    line-height: 18px;
    padding: 1px 0;
    color: #1a709f;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    background: #fcec08;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.blog-page .entry-title a:hover {
    color: #1a709f;
}

.post-block .entry-content {
    padding-left: 15px;
}

.post-block .entry-content.pl-0 {
    padding-left: 0;
}

.blog-page .entry-content .btn-border {
    min-width: 100px;
    float: right;
    line-height: 36px;
    height: 38px;
    /* margin-top: -4px; */
}

/*.blog-page .entry-content .btn:hover{
      color: #fff !important;
      background: #fff;
  }*/
.post_navigation,
.post_navigation a {
    font-size: 16px;
    /*color: #127baa;*/
}

.post_navigation .prev a {
    float: right;
}

.post_navigation .next a {
    float: left;
}

/**** Contact Page CSS ****/
.contact-form h3 {
    color: #1a709f;
}

.form-selection {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-selection button {
    width: calc(50% - 6px);
    margin-bottom: 12px;
    color: #1a709f;
    background: #d1d9e2;
    border-color: #d1d9e2;
    padding-top: 0;
}

.form-selection button.active,
.form-selection button:hover {
    color: #fff;
    background: #1a709f;
    border-color: #1a709f;
}

.form-selection button:after {
    content: "\2b";
    /* color: #1a709f; */
    font-size: 20px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    margin-left: 8px;
}

.contact-form .col-lg-5 {
    padding-right: 40px;
}

.contact-form .col-lg-7 {
    padding-left: 40px;
    border-left: 1px solid #ccc;
}

.contact-form .field {
    margin-bottom: 16px;
}

.contact-form .field p {
    margin-bottom: 0;
}

.field-txt p {
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.contact-form .wpcf7-list-item {
    margin: 0 !important;
}

.req {
    color: #ff0000 !important;
}

.btn-submit,
.contact-form input[type="submit"] {
    /* font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #1a709f !important;
    border: none;
    border-radius: 0;
    height: 46px; */
    margin-top: 8px !important;
}

.btn-submit:hover,
.contact-form input[type="submit"]:hover {
    /* color: #1a709f;
    background: #fcec08 !important; */
}

.wpcf7dtx-text {
    background: #eee !important;
}


/*==== Blog page css end ====*/
/************** Sidebar CSS **************/
#sidebar {
    padding-left: 80px;
}

#sidebar .widget {
    margin-bottom: 40px;
}

#sidebar p {
    /* color: #333;
    line-height: 1.3; */
}

#sidebar .btn,
#sidebar .btn-lg {
    width: 100%;
    margin-bottom: 16px;
    /* border-radius: 0; */
}

#sidebar h3 {
    font-weight: 600;
}

#sidebar .widget-title {
    color: #333;
    /* font-size: 24px; */
    font-weight: bold;
    margin-bottom: 20px;
}

.featured-img {
    margin-bottom: 40px;
}

.screen-reader-text {
    display: none !important;
}

#sidebar .search-form {
    display: flex;
    /* position: relative; */
    z-index: 9;
}

#sidebar .search-form label {
    max-width: 100%;
    width: 100%;
}

#sidebar .search-form .search-field {
    width: 100%;
    font-size: 16px;
    color: #1a709f;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 44px;
    padding: 0 15px;
    margin-bottom: 0px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}

#primary .search-form .search-field {
    margin-bottom: 24px;
}

#sidebar .search-form .search-submit {
    border: none;
    cursor: pointer;
    height: 46px;
    width: 46px;
    min-width: 46px;
    cursor: pointer;
    text-indent: -999999px;
    border-radius: 0;
    /*border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;*/
    padding: 0 10px !important;
    margin: 0;
    background: url(assets/images/search-icon.png) center center no-repeat transparent;
    position: absolute;
    top: 0;
    right: 0;
}

#sidebar .search-form .search-submit:hover {
    opacity: 0.85;
    background: url(assets/images/search-icon.png) center center no-repeat transparent;
}

.blog-page #sidebar .widget_categories ul,
.blog-page #sidebar .widget_recent_entries ul {
    list-style: square;
    padding: 0 0 0 19px;
    margin-top: 0;
}

#sidebar ul {
    padding-left: 36px;
}

#sidebar ul li {
    line-height: 1.3;
    margin-bottom: 8px;
}

#sidebar ul li a {
    color: #1a709f;
}

#sidebar ul li a:hover,
#sidebar ul li.current-menu-item a {
    /* font-weight: bold; */
    color: #333;
}

.featured-img img {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover;
}

#sidebar iframe {
    width: 100% !important;
    height: 250px !important;
    /* margin-top: 30px; */
}

#sidebar .screen-reader-text {
    display: none !important;
}

/**** Product Page ****/
.product-gallery {
    display: none;
}

.product-gallery.slick-initialized {
    display: block;
}

.product-gallery .slick-track {
    display: flex !important;
}

.product-gallery a {
    cursor: zoom-in;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.product-gallery .slide-item {
    margin: 0 4px;
}

.product-gallery .slide-item img {
    /* object-fit: cover; */
}

.product-thumbs {
    overflow: hidden;
}

.product-thumbs .slick-list {
    margin: 0 -10px;
}

.product-thumbs .thumb-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    margin: 0 12px;
}

.product-thumbs .thumb-item img {
    height: 80px !important;
    object-fit: contain;
    opacity: 0.2;
    transition: all 0.3s ease-in-out;
}

.product-thumbs .thumb-item:hover img,
.product-thumbs .thumb-item.slick-current img {
    opacity: 1;
}

.product-page h1 {
    font-size: 32px;
    ;
}

.table h4 {
    margin: 0;
}

.table th,
.table strong {
    font-weight: 600;
}

/*** Tabs CSS ***/
.nav-tabs {
    padding: 0 !important;
}

.nav-tabs .nav-item .nav-link {
    color: #333;
    font-weight: 500;
    border: 1px solid #ddd;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 6px;
    background-color: #F0F0F1;
    position: relative;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.nav-tabs .nav-item .nav-link.active:before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #1a709f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/****  Search Overlay CSS ****/
#search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

#search-overlay .container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#search-overlay .container .row {
    width: 100%;
}

#search-overlay form {
    display: flex;
    position: relative;
}

/* #search-overlay form:after{
      content: "\f002";
      font-size: 21px;
      font-weight: 400;
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
  } */
#wrapper #search-overlay form input[name="s"],
#wrapper #search-overlay form input.search-field {
    width: 100%;
    max-width: 100%;
    font-size: 18px !important;
    height: 60px !important;
    line-height: 60px !important;
    padding: 0 25px !important;
    /* border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important; */
    border: none !important;
}

#wrapper #search-overlay form input[type="submit"] {
    width: 60px !important;
    height: 60px !important;
    cursor: pointer;
    opacity: 0;
    position: relative;
    z-index: 1;
}

.btn-close {
    /* color: #fff !important;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 15px; */
}

.btn-close:hover {
    /*opacity: 0.9;*/
}

/* .contact-sidebar h4 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.contact-sidebar p {
  margin-bottom: 0;
}

.contact-sidebar iframe {
  margin-top: 24px;
} */

#wrapper .wp-paginate {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
}

#wrapper .wp-paginate li {
    margin-left: 6px;
}

#wrapper .wp-paginate li:first-child {
    margin-left: 0;
}

#wrapper .wp-paginate.wpp-modern-grey a,
#wrapper .wp-paginate.wpp-modern-grey span {
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #1a709f;
    border-radius: 4px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wrapper .wp-paginate.wpp-modern-grey a:hover,
#wrapper .wp-paginate.wpp-modern-grey a:hover span,
#wrapper .wp-paginate.wpp-modern-grey .current {
    opacity: 1;
    color: #fff;
    background-color: #333;
}

/**** Footer CSS ****/
#footer {
    text-align: center;
    background-color: #1a709f;
    padding: 40px 0;
}

#footer p {
    font-size: 16px;
}

#footer strong {
    font-weight: 600;
}

.ft-widget-2 {
    /* text-align: center; */
}

#footer p,
#footer p a {
    color: #fff !important;
}

/* .footer-widget h4 {
    color: #fcec08 !important;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
} */

#footer p a:hover {
    color: #fcec08 !important;
}

.footer-widget img {
    max-width: 240px !important;
}

.ft-widget-3 {
    text-align: center;
}

#footer .ft-widget-title {
    color: #fcec08 !important;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    margin-bottom: 16px;
}

.ft-widgets-sec {
    /* background: url(assets/images/footer-bg.jpg) 0 0 repeat-x; */
    /* padding: 60px 0; */
}

.ft-widgets-sec ul.menu,
.ft-widgets-sec ul.ft-contact-info {
    list-style: none !important;
    padding: 0;
    margin: 0
}

.ft-widgets-sec ul.menu li,
.ft-widgets-sec ul.ft-contact-info li {
    color: #1a709f;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative;
}

.ft-widgets-sec ul.ft-contact-info li:first-child {
    margin-bottom: 12px;
}

.ft-widgets-sec ul.menu li a,
.ft-widgets-sec ul.ft-contact-info li a {
    color: #333;
    line-height: 1.5;
}

.ft-widgets-sec ul.menu li a:hover,
.ft-widgets-sec ul.ft-contact-info li a:hover {
    color: #1a709f;
}

#footer .copyrights {
    color: #ccc !important;
    padding-top: 52px;
}

#footer .copyrights a {
    color: #ccc !important;
}

#footer .copyrights a:hover {
    color: #fcec08 !important;
}

.ft-btns {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ft-btns a {
    display: inline-block;
    width: 250px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    height: 64px;
    line-height: 52px;
    padding: 0 30px;
    background-color: #333;
    border-top: 10px solid #1a709f;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    margin: 0;
    transition: all 0.3s ease-in-out;
    margin-bottom: 24px;
}

.ft-btns a:hover {
    color: #1a709f !important;
    background-color: #fcec08 !important;
    text-decoration: none !important;
}

/**** Copyrights CSS ****/
/* .copyrights {
    text-align: center;
    background-color: #1a709f;
    padding: 12px;
}

#footer .copyrights p {
    color: #fff !important;
    font-size: 14px !important;
}

.copyrights p:last-of-type {
    margin-bottom: 0;
}

#footer .copyrights a {
    color: #fff !important;
}

#footer .copyrights a:hover {
    color: #fcec08 !important;
    text-decoration: underline;
} */

.wp-block-columns {
    margin-bottom: 0 !important;
}

.tabs-wrap .wp-block-group {
    padding-top: 0 !important;
}

.tabs-wrap .wp-block-easy-tabs-block-tab-contents {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

#wrapper .metaslider.ms-theme-clarity .flexslider {
    margin-bottom: 0 !important;
}

#wrapper .tabs-wrap .wp-block-easy-tabs-block-tab-buttons {
    margin-bottom: 30px !important;
}

.tabs-wrap .wp-block-easy-tabs-block-tab-button {
    background: transparent !important;
    border: none !important;
    padding: 2px 8px 2px !important;
    color: #999 !important;
    font-weight: bold !important;
    border-bottom: 1px solid transparent !important;
}

#wrapper .tabs-wrap .wp-block-easy-tabs-block-tab-button.etb-active-tab {
    color: #1a709f !important;
    border-bottom: 2px solid #1a709f !important;
}

/**** WP DEFAULT CSS ****/
.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

.bypostauthor {}

.gallery dl {
    margin: 0;
}

.gallery-caption {}

.sticky {}

blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: 33%;
}

blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

/*
  .grecaptcha-badge{
      opacity: 0;
      z-index: -9;
  }