/* 
 Theme Name:   GeneratePress_Child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     generatepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.pgp-nowrap {
    white-space: nowrap;
}
/*Fonts*/
@font-face {
    font-family: 'shiporri-regular';
    src: url('/wp-content/themes/GeneratePress_Child/fonts/ShipporiMincho-Regular.woff') format('woff');
}
/* h1, h2, h3, h6, .vc_tta-title-text {
    font-family: "brother-1816", sans-serif !important;
}
h2 span {
    font-family: inherit;
} */
  h4, h5, * {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400 !important;
  font-style: normal;
  color: #2B1D2A;
  }
  h1, h2, h3, h6, .vc_tta-title-text, p, span, li, input, a {
    font-family: "adobe-garamond-pro", serif;
  }
#brotman-u-nav {
    padding: 0 40px;
    margin: 3.7rem auto 0px auto;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
}
#brotman-u-nav h2{
    margin-bottom:0 !important;
}
#pgp-cp-hero-copy {
    position: absolute !important;
    bottom: 8%;
    right: 40px;
    width: 100%;
    max-width: 955px;
    background: #fff;
    border-left: solid 6px #533351;
    padding: 30px;
    /* Add other necessary styles here */
}
.unav{
    width:50%;
    position: relative;
    height:95px;
    display:flex;
    align-items:center;
}
.unav a{
    text-decoration: none;
    color: black !important;

}
.unav .sub-nav{
    display:none;
    position:absolute;
    z-index: 10;
    background-color:rgba(255, 255, 255, 0.9);
    top:5.9rem;
    padding:10px 20px;
    flex-flow:column nowrap;
}
.sub-nav li{
    margin-left:-40px;
    list-style: none;
    line-height: 2.25rem;
}
.sub-nav ul{
    margin-bottom: 0 !important;
}
.sub-nav li:before{
    content: '·';
    margin-right:10px;
    font-weight: bold;
}
.unav>ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: end;
    text-decoration: none;
    list-style: none;
    width: 100%;
    margin: 0 0 0 0!important;
    height:100%;
    display: flex;
    align-items: center;
}
.unav>ul>li{
    height:100%;
    display: flex;
    align-items: center;
}
.unav>ul>li>a{
    box-sizing: border-box;
    border-bottom:1px solid transparent;
}
.unav>ul>li:not(:last-child) {
    margin-right: 20px;
}

.unav>ul>li>a:hover{
    font-weight:bold;
    border-bottom:1px solid #A87D3C;
}
.sub-nav a{
    font-weight: unset;
    color: rgb(125,125,125) !important;
}

.sub-nav>a{
    color:black!important;
        line-height: 2.25rem;
}
/* h4, h5, * {
font-family: "brother-1816", sans-serif;
font-weight: 400;
font-style: normal;
color: #2B1D2A;
} */
/* h1, h2, h3, h6, .vc_tta-title-text {
    font-family: "shiporri-regular" !important;
} */
h1 {
font-size: 33px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
p {
font-size: 17px;
}
h4, h5, h6 {
    margin-bottom: 5px;
}
#main .pgp-white, #main .pgp-white * {
    color: #ffffff !important;
}
#main .pgp-purple, #main .pgp-purple *, .vc_tta-title-text {
    color: #533351;
}
#main .pgp-gold, #main .pgp-gold * {
    color: #A87D3C;
}
/*Fonts End*/
/* Scrollbar */
::-webkit-scrollbar {
    width: 20px;
    display: none;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    background-color: #000;
}
::-webkit-scrollbar-thumb {
    background-color: #a87d3c;
    border-radius: 10px;
}
/* Scrollbar END */
/*Nav*/
.top-bar .inside-top-bar {
    padding: 0 40px;
}
.top-bar a {
    text-decoration: unset;
}
.pgp-tb-l-links {
    display: flex;
    position: relative;
    box-sizing: border-box;
}
.pgp-phone-link:before {
    content: "\f879";
    font-family: "Font Awesome 5 Free" !important;
    color: #ffffff !important;
    font-style: normal;
    font-weight: 900;
    padding-right: 5px;
}
.pgp-tb-l-links>div {
    display: inline;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}
.pgp-tb-l-links>div:not(last-child) {
    border-right: solid 1px #A87D3C;
}
.pgp-tb-r-links, .pgp-tb-r-links * {
    display: flex;
    box-sizing: border-box;
    position: relative;
}
body .pgp-tb-r-links a {
    font-size: 16px!important;
    padding: 5px 10px!important;
    border: solid 1px #a87d3c!important;
}
body .pgp-search a {
    border: unset !important;
    margin-right: 20px;
}
.pgp-search path {
    color: #ffffff !important;
}
.menu-bar-items, .search-results #main article footer.entry-meta {
    display: none !important;
}
#main, .entry-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
#masthead {
    /* display: none; */
    display: block;
    position: fixed;
    z-index: 9;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0.5) 90%);
}
img.header-image.is-logo-image {
    width: 250px;
    height: auto;
}
#masthead .site-branding, #masthead .main-navigation {
    display: none;
}
#masthead .inside-header {
    padding: 20px 40px 40px;
    max-width: 100%;
    justify-content: space-between;
}
aside#custom_html-2 .textwidget {
    display: flex;
    gap: 60px;
    align-items: center;
}
aside#custom_html-2 .textwidget a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}
aside#custom_html-2 .textwidget p {
    margin-bottom: 0;
}
.mobile-menu-control-wrapper .menu-toggle {
    background-color: transparent;
}
.menu-item.pgp-dl > a {
    pointer-events: none;
    cursor: default;
}

.menu-item.pgp-dl:hover > ul {
    display: block;
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a, .main-navigation .main-nav ul li[class*="current-menu-"] > a {
    text-decoration: underline !important;
    text-decoration-color: #A87D3C !important;
}
#masthead.pgp-sticky-nav {
    background: rgb(83 51 81 / 83%) !important;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;;
  }
  #masthead.pgp-sticky-nav>div {
    padding: 0 40px !important
  }
  .top-bar.pgp-sticky-nav .pgp-tb-l-links>div, .page-template-guides .top-bar .pgp-tb-l-links>div, .search-results .top-bar .pgp-tb-l-links>div, .single-post .top-bar .pgp-tb-l-links>div {
    padding: 0 15px;
  }
  .top-bar.pgp-sticky-nav, .page-template-guides .top-bar, .search-results .top-bar, .single-post .top-bar {
    height: 39px;
    background: #000000;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
/*Nav End*/
/*Page*/
.page .featured-image.page-header-image {
    display: none;
}
.pgp-img-full, .pgp-img-full * {
    width: 100%;
    padding: 0 !important;
    margin: auto !important;
}
.inside-article {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.pgp-row-pad {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.cw_more-row-pad {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}
.pgp-btn-default a {
    font-size: 18px !important;
    padding: 8px 16px !important;
    width: auto;
    height: auto;
    border-radius: unset !important;
    color: #ffffff !important;
    border-color: #A87D3C !important;
}
.pgp-gold-btn a {
    background: #A87D3C !important;
    text-decoration: none;
}
.pgp-gold-btn a:hover {
    background: transparent !important;
}
.pgp-puple-bg {
    background: #533351;
}
.pgp-dark-puple-bg {
    background: #3A233A;
}
.pgp-darker-purple-bg {
    background: #2B1D2A;
}
.pgp-puple-bg *, .pgp-black-bg *, .pgp-dark-puple-bg *, .pgp-gold-bg *, .pgp-darker-purple-bg * {
    color: #ffffff !important;
}
.pgp-black-bg {
    background: #000000;
}
.pgp-gold-bg {
    background: #A87D3C;
}
.pgp-white-bg {
    background: #ffffff;
}
.pgp-white-bg .pgp-gold-btn a:hover {
    color: #A87D3C !important;
}
/*Has Service Lines 5*/
.pgp-has-cats>div>div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pgp-has-cats * {
    color: #ffffff;
    z-index: 1;
    display: block;
    position: relative;
    font-family: brother-1816,sans-serif !important;
}
.pgp-has-cats p {
    font-weight: 300;
}
.pgp-has-cats>div>div {
    padding: 50px 40px !important;
    height: 100%;
    min-height: 700px;
    background-size: cover;
    background-position: top center;
    border: solid 1px rgb(255 255 255);
    background-position: center 110px !important;
}
.pgp-has-cats>div>div:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #533351 21.87%, rgba(83, 51, 81, 0.00) 71.01%);
    z-index: 0;
}
.home .pgp-has-cats>div>div {
    padding: unset !important;
    height: auto;
    min-height: unset;
    border: unset !important;
}
.home .pgp-has-cats>div>div:before {
    content: unset;
}
.home .pgp-has-cats>div>div {
    padding: 0 !important;
}
#pgp-cp-hero-section {
    position: relative !important;
	left:0;
    height: 55vh;
    overflow: hidden;
    background-position: center !important;
}
/*#pgp-cp-hero-section:before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: rgb(27 27 27 / 60%);*/
/*    z-index: 1;*/
/*    display: block;*/
/*}*/
/*Has Service Lines 5 End*/
#pgp-cp-hero-copy {
    display: block;
    position: absolute;
    bottom: 8%;
    right: 40px;
    width: 100%;
    max-width: 955px;
    background: rgba(255, 255, 255, 0.9);
    border-left: solid 6px #533351;
    padding: 30px;
}
.page #pgp-cp-hero-copy * {
    color: #000000 !important;
}
.vc_tta-panel-heading {
    border-left: unset !important;
    border-right: unset !important;
    border-top: unset !important;
    border-bottom: solid 1px #533351 !important;
    border-radius: 0 !important;
}
.page #pgp-cp-hero-copy * {
    color: #000000 !important;
}
.vc_tta-panel-heading {
    border-left: unset !important;
    border-right: unset !important;
    border-top: unset !important;
    border-bottom: solid 1px #533351 !important;
    border-radius: 0 !important;
}
.pgp-hiw .wpb_text_column, .pgp-hiw h2 {
    margin-bottom: 0 !important;
}
.pgp-hiw .wpb_row {
    margin-bottom: 30px;
}
.entry-header {
    display: none;
}
/*Sections 1*/
#pgp-cp-sec-1 {
    padding-top: 0;
}
.pgp-cp-sec-1 .vc_row.vc_column-gap-35>.vc_column_container .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
/* .pgp-cp-sec-1 .pgp-has-diag {
    background: #ffffff;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    padding: 40px 60px !important;
} */
.pgp-cp-sec-1 h4 {
    color: #ffffff !important;
    text-align: center !important;
}
.pgp-has-diag h4 {
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}
.page .pgp-cp-sec-1 .wpb_text_column {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    bottom: 100%;
    z-index: 2;
    width: 50%;
    left: 50%;
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    transition: 500ms;
    transform: translate(-50%);
    border-bottom: solid 6px #A87D3C;
}
#pgp-cp-sec-1, #pgp-cp-sec-1>div {
    overflow: visible !important;
}
.page #pgp-cp-sec-1 .wpb_text_column, .page #pgp-cp-sec-1 .wpb_text_column * {
    color: #000000 !important;
}
/*Section 1 end*/
/*Section 2*/
.cw_vid-title {
    position: absolute;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: -100px;
    font-size: 3vw;
    font-weight: 600 !important;
    filter: drop-shadow(4px 4px 8px black);
}
.cw_vid-title:hover {
    cursor: pointer;
}
#pgp-cp-sec-2, #pgp-cp-sec-2>div {
    z-index: 1;
    overflow: visible;
}
/* #pgp-cp-sec-2>div {
    display: flex;
    align-items: center;
} */
/* #pgp-cp-sec-2>div div {
    margin-bottom: 0 !important;
} */
#pgp-cp-sec-2>div>div:last-child {
    padding: 0 80px;
}
#pgp-cp-sec-2 .cw_vid-placeholder img:hover {
    cursor: pointer;
}
.cw_vid-thumb {
    position: absolute;
    top: 0;
}
.cw_vid-thumb:hover {
    cursor: pointer;
}
.cw_vid-thumb, .cw_vid-thumb img, .cw_vid-thumb * {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
#pgp-cp-sec-2>div>div>div {
    padding-bottom: 180px !important;
}
#pgp-cp-sec-2 .pgp-darker-purple-bg {
    width: 100%;
    position: absolute;
    left: 15px;
    bottom: 0px;
    padding-top: 15px;
}
#pgp-cp-sec-2 .pgp-darker-purple-bg .wpb_content_element {
    margin-bottom: 35px !important;
}
#pgp-cp-sec-2 .pgp-darker-purple-bg .pgp-gold-btn {
    text-align: center;
    margin-bottom: 20px;
}
.fc-consultation-txt p {
    font-size: 28px;
    line-height: 1.2;
}
/* Video Modal */
.cw_video-modal {
    position: fixed;
    display: none;
    /* display: flex; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    margin: 0 !important;
    background-color: rgba(0,0,0,.8);
}
.cw_video-content {
    width: 50%;
    position: absolute;
    top: 25%;
    left: 25%;
    z-index: 9999;
}
span.cw_close-modal {
    color: #fff;
    position: absolute;
    right: -25px;
    top: -40px;
    font-size: 30px;
}
span.cw_close-modal:hover {
    cursor: pointer;
}
/* Video Modal END */
/*Section 2 End*/
/*Section 3*/
#pgp-cp-sec-3 li {
    margin-bottom: 25px;
}
#pgp-cp-sec-3 .vc_custom_heading {
    margin-bottom: 80px;
}
#pgp-cp-sec-3 h2 {
    margin-bottom: 60px !important;
}
#pgp-cp-sec-3 h4 {
    color: #533351;
    min-height: 60px;
}
.cw_impacted {
    padding: 0 60px;
}
.cw_impacted>div>div>div {
    display: flex;
}
.cw_impacted .wpb_wrapper>div {
    padding: 20px;
    flex: 1;
}
.cw_impacted .wpb_wrapper>div:nth-child(-n + 3) {
    border-right: 2px solid #ddd;
}
/*Section 3 End*/
/*Section 4*/
#pgp-cp-sec-4 {
    padding-top: 0;
}
#pgp-cp-sec-4 h2 {
    font-size: 28px;
    margin-bottom: 0;
}
#pgp-cp-sec-4 .cw_less-margin-bot {
    margin-bottom: 20px;
}
/*Section 4 End*/
/*Section 6*/
/* #pgp-cp-sec-6 .wpb_column >div {
    padding: 60px 50px;
}
#pgp-cp-sec-6 .wpb_column >div .wpb_text_column p {
    font-weight: 300;
} */
/*Section 6 End*/
/*Section 8*/
#pgp-cp-sec-8 {
    background-position: center bottom !important;
    overflow: visible;
    padding: 0;
}
#pgp-cp-sec-8 iframe {
    width: 100%;
}
#pgp-cp-sec-8 .slick-prev:before {
    left: 20px;
}
#pgp-cp-sec-8 .pgp-is-slick .slick-list {
    height: 100% !important;
}
#pgp-cp-sec-8 .slick-track {
    display: flex;
    align-items: center;
}
.cw_hbspt-form>div {
    background-size: cover;
    padding: 180px 80px !important;
}
#pgp-cp-sec-8>div>div:nth-child(2) {
    padding-top: 60px;
}
/*Section 8 End*/
/*Section 9*/
#pgp-cp-sec-9 {
    padding-top: 0;
}
#pgp-cp-sec-9>div:first-child {
    padding: 80px 40px;
}
#pgp-cp-sec-9 h2 {
    margin-bottom: 40px;
}
#pgp-cp-sec-9 p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    width: 75%;
    margin: 20px auto;
    text-align: left !important;
    position: absolute;
    top: 0;
    transform: translate(20%, 40px);
}
#pgp-cp-sec-9 p span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
#pgp-cp-sec-3 .pgp-gold-btn a:hover, #pgp-cp-sec-9 .pgp-gold-btn a:hover {
    color: #A87D3C !important;
    border: #a87d3c solid 1px !important;
}
.pgp-is-boxed {
    border: solid 1px #533351;
    padding: 40px 80px;
}
#pgp-cp-sec-9 #what-to-expect>div>div {
    height: 85vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}
#pgp-cp-sec-9 #what-to-expect>div>div:before {
    background: linear-gradient(0deg, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    display: block;
    height: 100%;
}
.pgp-is-slick {
    display: flex;
    align-items: center;
}
.slick-arrow {
    padding: 25px;
    height: 0;
    width: 0;
    background: transparent;
    font-size: 0;
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal;
    font-weight: 900;
    position: relative;
}
.slick-prev:before {
    content: "\f053";
    display: block;
    font-size: 35px;
    position: absolute;
    color: #ffffff;
    /* left: -20px; */
    top: 0;
    z-index: 9;
}
.slick-next:before {
    content: "\f054";
    display: block;
    font-size: 35px;
    position: absolute;
    color: #ffffff;
    left: 20px;
    top: 0;
    z-index: 9;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover, button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, a.button:focus, a.wp-block-button__link:not(.has-background):active, a.wp-block-button__link:not(.has-background):focus, a.wp-block-button__link:not(.has-background):hover {
    background: transparent !important;
}
/*Section 9 End*/
.pgp-has-yt-vid>div {
    text-align: center;
    margin: auto;
    margin-top: 50px;
    position: relative;
    width: 100%;
    max-width: 900px;
    padding-bottom: 42.25%;
    overflow: hidden;
}
.pgp-has-yt-vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*Page End*/
/*Blog*/
.single-post, .single-post .inside-article {
    background-color: #F3F3F3 !important;
    padding: 0;
}
.single-post .entry-header {
    display: block;
    text-align: center;
    margin-bottom: 60px;
}
.single-post h1 {
    font-size: 32px;
    color: #533351;
    font-weight: bold;
}
.single-post h2, .single-post h2 *, .single-post h3, .single-post h3 *, .single-post h4, .single-post h4 * {
    font-size: 20px;
    font-weight: bold;
    color: #533351;
}
.single-post header#masthead {
    background: #533351;
}
.single-post .inside-header {
    padding: 0 40px;
}
.featured-image.page-header-image-single {
    position: relative;
    left: 50%;
    top: 50%;
    width: 100vw;
    max-width: 100vw;
    height: 450px;
    overflow: hidden;
    z-index: 0;
    display: block;
    transform: translate(-50%);
}
.single-post .featured-image.page-header-image-single img {
    position: absolute;
    left: 50%;
    top: 90%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
.single-post .entry-header {
    text-align: center;
    margin-top: -90px;
    z-index: 16 !important;
    display: block;
    position: relative;
    background-color: #ffffff;
    padding: 80px 40px;
    margin-bottom: 0;
}
.single-post .entry-content {
    background-color: #ffffff;
    padding: 80px 40px;
    padding-top: 0;
}
/*Blog End*/
/*Guides*/
.page-template-guides header#masthead, .search-results header#masthead{
    background: #533351;
}
.page-template-guides .inside-header, .search-results .inside-header{
    padding: 0 40px;
}
.page-template-guides {
    background-color: #F3F3F3;
}
.page-template-guides .featured-image {
    display: block !important;
    margin: auto;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100vw;
    max-width: 100vw;
    height: 450px;
    overflow: hidden;
    z-index: -1;
    transform: translate(-50%);
}
.page-template-guides .featured-image img {
    position: absolute;
    left: 50%;
    top: 80%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
.page-template-guides header.entry-header {
    display: block;
}
.page-template-guides h1 {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
}
.pgp-is-guide .inside-article {
    background-color: #ffffff !important;
    padding: 80px 40px !important;
    margin-top: -100px;
    z-index: 9;
}
.page-template-guides #page {
    z-index: 1;
}
.pgp-guide-form {
    margin-left: -40px!important;
    margin-right: -40px!important;
    padding: 40px;
    margin-bottom: 40px;
}
.pgp-pdf-form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pgp-field {
    display: block;
    box-sizing: border-box;
    padding: 0 5px;
}
.pgp-pagination {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: solid 1px #A87D3C;
}
.pgp-pagination>* {
    box-sizing: border-box;
    padding: 10px;
}
.page-list-above-content {
    display: block;
    position: relative;
    width: 100%;
}
.page-list-above-content ul {
    display: flex;
    position: absolute;
    top: auto;
    width: 100%;
    margin: 0;
    padding: 10px;
    align-items: center;
    justify-content: space-evenly;
    list-style: none;
}
.page-list-above-content a {
    text-decoration: unset;
}
.page-list-above-content a:hover, .page-list-above-content .pgp-current-page a {
    color: #a87d3c !important;
}
.page-list-above-content .current-page {
    color: #a87d3c !important;
}
.pgp-btn-default a, .hbspt-form .hs-button {
    font-size: 26px !important;
  }
.pgp-btn-default, .hbspt-form .hs-button {
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
/*Guides End*/
/*Search results*/
.search-results #main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px !important;
}
.search-results #main article .inside-article {
    display: flex;
    flex-direction: column;
}
.search-results #main article {
    width: 25%;
}
.search-results #main article .inside-article .post-image {
    order: 1;
}
.search-results #main article .inside-article .entry-header {
    display: block !important;
    order: 2;
    margin-top: 20px;
}
.search-results #main article .inside-article .entry-summary {
    order: 3;
    margin-top: 10px;
}
.search-results #main article .inside-article {
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
}
.search-results #main article .inside-article .entry-header h2 {
    font-family: "shiporri-regular" !important;
    text-decoration: unset !important;
    font-weight: 600;
    font-size: 20px !important;
}
.search-results #main article .inside-article .post-image a {
    display: block;
    position: relative;
    height: 200px;
    box-sizing: border-box;
    overflow: hidden;
}
.search-results #main article .inside-article .post-image a img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.search-results #main article .inside-article .entry-summary p {
    font-size: 14px;
}
#nav-below {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*Search Results End*/
/*Footer*/
.footer-widgets-container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.inside-footer-widgets * {
    color: #ffffff;
    text-decoration: unset;
}
.inside-footer-widgets p, .inside-footer-widgets a {
    font-size: 14px !important;
    font-weight: 300;
    margin-bottom: 0;
}
.inside-footer-widgets .widget_media_image {
    max-width: 300px;
    margin-bottom: 0 !important;
}
.pgp-foot-icons>a:last-child {
    margin-left: 20px;
}
.site-info, .site-info * {
    font-size: 12px;
}
.site-info div, .site-info span {
    /* color: #ffffff; */
    color: #533351;
}
.site-info {
    /* border-top: solid 1px #503853; */
    border: none !important;
}
.inside-site-info {
    padding: 10px 20px;
}
.generate-back-to-top {
    background-color: rgb(83 51 81 / 85%) !important;
    color: #a87d3c !important;
    border: solid 1px #a87d3c;
}
.gp-icon svg {
    fill: #ffffff !important;
    color: #a87d3c !important;
}
/*Footer End*/
body {
    overflow-x: hidden;
}
/* Media Queries */
@media only screen and (max-width: 1200px) {
    #pgp-sec-1 .pgp-has-diag {
        padding: 40px 30px !important;
    }
    .cw_impacted>div>div>div {
        flex-wrap: wrap;
    }
    .cw_impacted .wpb_wrapper>div {
        flex: unset;
        width: 50%;
    }
    .cw_impacted .wpb_wrapper>div:nth-child(-n + 3) {
        border-right: none;
    }
    .cw_impacted .wpb_wrapper>div:nth-child(-n + 2) {
        border-bottom: 2px solid #ddd;
        margin-bottom: 0;
    }
    .cw_impacted .wpb_wrapper>div:nth-child(odd) {
        border-right: 2px solid #ddd;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .main-navigation .main-nav ul li a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .menu-item-has-children .dropdown-menu-toggle {
        padding-right: 10px;
        padding-left: 0;
    }
}
@media only screen and (max-width: 1000px) {
    #pgp-cp-sec-2>div>div:last-child {
        padding: 0 60px;
    }
}
@media only screen and (max-width: 864px) {
    .top-bar .inside-top-bar {
        padding: 0 10px;
    }
    .pgp-tb-l-links>div {
        padding: 15px 10px;
    }
    .pgp-search a {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 769px) {
    .pgp-sticky-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        top: 110px;
    }
}
@media only screen and (max-width: 768px) {
    .site-header .header-widget {
        margin-top: 0;
    }
    aside#custom_html-2 .textwidget {
        justify-content: flex-end;
    }
    .has-inline-mobile-toggle .inside-header {
        flex-wrap: nowrap;
    }
    .pgp-tb-l-links>div:last-child {
        border-right: none;
    }
    .pgp-tb-l-links>div {
        padding: 15px;
    }
    .pgp-search a {
        margin-right: 20px;
    }
    #pgp-sec-1 .pgp-has-diag {
        padding: 17.5px 15px !important;
    }
    .pgp-sec-1 .pgp-has-diag {
        clip-path: unset !important;
    }
    #pgp-sec-1>div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #pgp-cp-sec-2>div {
        flex-direction: column;
    }
    #pgp-cp-sec-2>div div {
        width: 100%;
    }
    #pgp-cp-sec-2>div>div:last-child {
        padding: 40px 80px;
    }
    .cw_vid-title {
        font-size: 5vw;
        margin-top: -45%;
    }
    .cw_impacted>div>div>div {
        flex-direction: column;
    }
    .cw_impacted .wpb_wrapper>div {
        width: 100%;
    }
    .cw_impacted .wpb_wrapper>div:nth-child(-n + 3) {
        border-right: none;
        border-bottom: 2px solid #ddd;
        margin-bottom: 20px !important;
    }
    #pgp-cp-sec-8>div {
        display: flex;
        flex-direction: column;
    }
    #pgp-cp-sec-8>div div {
        width: 100%;
    }
    .cw_hbspt-form>div {
        padding: 100px 80px !important;
    }
    #pgp-cp-sec-9 p {
        font-size: 18px;
        line-height: 24px;
    }
    #pgp-cp-sec-9 p {
        width: 80%;
        transform: translate(10%, 40px);
    }
    #pgp-cp-sec-9 #what-to-expect>div>div {
        height: 40vh;
    }
    #pgp-cp-sec-9 #what-to-expect>div>div:before {
        background: linear-gradient(0deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    }
}
@media only screen and (max-width: 767px) {
    #pgp-cp-sec-4 {
        padding-top: 35px !important;
        padding-bottom: 0 !important;
    }
    #pgp-cp-sec-4>div {
        display: flex;
        flex-direction: column-reverse;
    }
    #pgp-cp-sec-2>div>div>div {
        padding-bottom: 215px !important;
    }
}
@media only screen and (max-width: 480px) {
    #masthead .inside-header {
        justify-content: center;
    }
    .has-inline-mobile-toggle .inside-header {
        flex-wrap: wrap;
    }
    aside#custom_html-2 .textwidget{
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    h2 {
        font-size: 28px;
    }
    .pgp-has-cats>div>div {
        min-height: 300px;
        background-position: center center !important;
    }
    #pgp-cp-sec-2>div>div:last-child {
        padding: 40px;
    }
    section#pgp-cp-sec-8>div div {
        margin: auto;
        flex-direction: column-reverse;
    }
    .pgp-is-slick .slick-dots {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 0 0 1.5em 2em !important;
    }
    .pgp-is-slick .slick-dots li::marker {
        color: #888;
    }
    .pgp-is-slick .slick-dots li.slick-active::marker {
        color: #fff;
    }
    .pgp-is-slick .slick-dots li button {
        font-size: 0;
        background: transparent;
    }
    #pgp-cp-sec-8 .slick-track {
        display: block;
    }
    .pgp-is-slick {
        align-items: start;
    }
    #pgp-cp-sec-9 #what-to-expect>div>div {
        height: 30vh;
    }
    #pgp-cp-sec-9 .pgp-gold-btn {
        text-align: center;
        margin-top: 20px;
    }
    .cw_hbspt-form>div {
        background-size: cover;
        padding: 60px 40px !important;
    }
    .cw_consultation {
        width: 100%;
        bottom: 0 !important;
        right: 0 !important;
        text-align: center;
        border-radius: 0 !important;
        box-shadow: 0px 0px 5px #222;
    }
    .site-footer {
        margin-bottom: 50px;
    }
    .cw_impacted {
        padding: 0;
    }
    .hbspt-form .hs_submit.hs-submit {
        text-align: center;
    }
}