/* 
 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 ==
--------------------------------------------*/

/* html,
body {
  width: 100% !important;
  overflow-x: hidden;
} */

.site,
.site-content,
.container,
.row {
  max-width: 100% !important;
}


.pgp-nowrap {
  white-space: nowrap;
}

.pgp-hide,
.hide,
.cat-links {
  display: none !important;
}

/*Fonts*/
@font-face {
  font-family: 'Brothers';
  src: url('/wp-content/themes/GeneratePress_Child/fonts/Brothers-400-Book.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body,
button,
input,
select,
textarea,
p,
.page li,
.fc-hero-copy-wrap .pgp-btn-default a,
.cw_sub-nav-title {
  font-size: 25px;
  line-height: 1.2;
}

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,
button {
  font-family: "adobe-garamond-pro", serif;
}

h1,
h1 span {
  font-size: 60px;
  line-height: 1;
}

h2,
h2 span {
  font-size: 41px;
  font-weight: 800 !important;
}

h3,
h3 span {
  font-size: 30px;
  font-weight: 600 !important;
}

h4,
h4 span {
  font-size: 30px;
  font-weight: 600 !important;
}

h5,
h5 span {
  font-size: 27px;
  font-weight: 600 !important;
}

h4,
h5,
h6 {
  margin-bottom: 25px !important;
}

.cw_supersize {
  font-size: 3.4vw;
}

.vc_tta-title-text {
  text-transform: uppercase;
}

#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;
}

.page .pgp-bold,
.strong,
strong,
strong *,
.page #pgp-cp-hero-copy h1,
.page #pgp-cp-hero-copy h1 span {
  font-weight: 700 !important;
}

.page #pgp-cp-hero-copy h1 {
  text-transform: uppercase;
}

/*Fonts End*/
/* Scrollbar */
::-webkit-scrollbar {
  width: 0px;
  opacity: 0px;
  visibility: hidden;
}

::-webkit-scrollbar-track {
  opacity: 0px;
  visibility: hidden;
}

::-webkit-scrollbar-thumb {
  opacity: 0px;
  visibility: hidden;
}

/* Scrollbar END */
/*Nav*/
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-menu-clear {
  clear: none;
}

li#mega-menu-item-34 .mega-sub-menu .cw_order-1 {
  order: 1;
}

li#mega-menu-item-34 .mega-sub-menu .cw_order-2 {
  order: 2;
}

li#mega-menu-item-34 .mega-sub-menu .cw_order-3 {
  order: 3;
}

li#mega-menu-item-34 .mega-sub-menu .cw_order-4 {
  order: 4;
}

.top-bar {
  background-color: rgba(24, 14, 26, 0);
  color: #ffffff;
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 9999;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.top-bar .inside-top-bar {
  padding: 0 40px;
  height: 100%;
}

.top-bar a {
  text-decoration: unset;
}

.pgp-tb-l-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

/*.pgp-tb-l-links>div:not(last-child) {*/
/*    border-right: solid 1px #A87D3C;*/
/*}*/
.pgp-tb-r-links,
.pgp-tb-r-links div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-width: 100px;
  text-align: center;
  justify-content: center;
}

.fa,
.fas {
  font-weight: 900 !important;
}

.pgp-tb-r-links .pgp-desktop-only * {
  display: inline-block !important;
  min-width: auto;
  color: #fff;
}

.pgp-tb-r-links .pgp-desktop-only p {
  padding-right: 10px;
  white-space: nowrap;
  font-size: 22px;
}

.pgp-tb-r-links .pgp-desktop-only {
  align-items: center;
}

.pgp-tb-r-links .pgp-desktop-only i {
  padding-right: 5px;
}

.pgp-tb-r-links .pgp-mobile-only {
  display: none;
}

.pgp-tb-r-links .pgp-btn-default a {
  margin-top: 0;
}

body .pgp-tb-r-links a {
  font-size: 16px !important;
  padding: 5px 10px !important;
  border: solid 1px #a87d3c !important;
  text-decoration: none !important;
  min-width: 115px !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;
}

/* Announcement Bar */
.announcement-banner {
  top: 0;
  position: fixed;
  height: 50px;
  width: 100%;
  background-color: #f48536;
  z-index: 9999;
}

.announcement-banner a {
  color: #fff;
  text-align: center;
  width: 100%;
  display: flex;
  height: 100%;
  /* align-content: center; */
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* Announcement Bar END */
#masthead {
  position: fixed !important;
  z-index: 999;
  width: 100%;
  top: 0px;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  /* top: 32px; */
  top: 50px;
}

#masthead>div {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.page-template-guides header#masthead,
.search-results header#masthead,
.single-post header#masthead {
  background: #533351;
  padding-bottom: 10px;
}

.page-template-guides .inside-header,
.search-results .inside-header {
  padding: 0 40px;
}

a.kh-page-cta {
  margin: 50px auto !important;
}

.pgp-blog-nav-back {
  max-width: 80%;
  padding-right: 40px;
}

.pgp-blog-nav-back a {
  display: flex;
  flex-direction: column;
  margin-right: auto !important;
  margin-bottom: 25vh;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  border: solid 3px #533351;
}

.pgp-blog-nav-back img {
  width: 50px;
  margin: auto;
}

.cw_video-blog .featured-image.page-header-image-single {
  transform: translate(-50%);
}

.cw_video-blog .site-content .content-area {
  margin: auto;
}

/*.cw_video-blog .is-left-sidebar {*/
/*  position: absolute;*/
/*  left: 0;*/
/*}*/
.cw_video-blog .is-left-sidebar {
  position: absolute;
  left: 2%;
  z-index: 20;
  max-width: 425px;
}

#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: 10px 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;
}

#masthead.pgp-sticky-nav .header-image {
  width: 200px !Important;
  transition: 500ms;
}

#progress-container {
  display: none;
}

.single-post #progress-container {
  display: block;
}

.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;
  -webkit-text-decoration-color: #A87D3C !important;
  text-decoration-color: #A87D3C !important;
}

/* mega menu items */
.nav-float-right .header-widget {
  margin-left: 0;
}

.pgp-tb-r-links .pgp-desktop-only>div:not(:last-child) {
  margin-right: 25px;
}

.inside-navigation.grid-container {
  margin-right: 25px;
}

#mega-menu-primary .mega-sub-menu .mega-sub-menu a.mega-menu-link:hover span {
  color: #666 !important;
  text-decoration: none;
  background: transparent;
}

/*Nav End*/
/*Contact Forms*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
  outline: none;
  border-width: 0 0 2px;
  background-color: transparent;
  width: 100%;
}

.field.hs-form-field:not(.hs-fieldtype-textarea) {
  margin-bottom: 38px;
}

.hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field {
  margin-bottom: 40px;
}

/*Guide Forms*/
.page-template-guides .hbspt-form form {
  display: flex;
  margin-bottom: 0;
  width: 100% !important;
  max-width: 100%;
  align-items: center;
  justify-content: space-around;
}

.page-template-guides label {
  color: #ffffff;
}

.page-template-guides .field.hs-form-field:not(.hs-fieldtype-textarea) {
  margin-bottom: 0px;
}

.page-template-guides input[type="text"],
.page-template-guides input[type="email"] {
  border-color: #ffffff;
  background: transparent;
}

.page-template-guides .form-columns-3 {
  max-width: 100%;
}

/*Guide Froms End*/
/*Calendly*/
.calendly-inline-widget {
  overflow: hidden;
  display: block;
  margin-top: 30px;
}

.calendly-inline-widget {
  max-width: 400px;
  margin: 30px auto;
}

#pgp-sec-8 iframe,
#pgp-cp-sec-8 iframe {
  width: 100% !important;
  min-height: 780px !important;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*Calendly End*/
/*Contact Forms 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;
}

.pgp-btn-default a {
  font-size: 24px !important;
  padding: 6px 13px !important;
  width: auto;
  height: auto;
  border-radius: 3px !important;
  color: #ffffff !important;
  border-color: #A87D3C !important;
  border: solid;
  border-width: 2px;
  margin-top: 30px;
}

.pgp-gold-btn a {
  background: #A87D3C !important;
}

.pgp-gold-btn a:hover {
  background: transparent !important;
  color: #a87d3c !Important;
}

.pgp-purple-btn a {
  background: #533351 !important;
  border-color: #533351 !Important;
}

.pgp-purple-btn a:hover {
  background: transparent !important;
  color: #533351 !important;
}

input[type="submit"]:hover {
  background: transparent;
  border: 1px solid #a87d3c;
}

.pgp-tb-r-links a:hover {
  color: #fff !important;
}

.pgp-puple-bg {
  background: #533351;
}

.pgp-dark-puple-bg {
  background: #3A233A;
}

.pgp-puple-bg *,
.pgp-black-bg *,
.pgp-dark-puple-bg *,
.pgp-gold-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;
}

.cw_vid-title,
.cw_push-play {
  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);
  color: #fff;
}

.cw_push-play {
  margin-top: 30%;
}

.cw_vid-title span,
.cw_push-play span {
  color: #fff;
  font-weight: 600 !important;
  filter: none;
  font-size: 3vw;
}

.cw_vid-title:hover,
.cw_push-play:hover {
  cursor: pointer;
}

.cw_vid-title:after {
  content: url(/wp-content/uploads/2024/05/Play-Button.png);
  display: block;
}

.cw_vid-title img {
  max-width: 90%;
  top: 10px;
  position: relative;
  /* filter: drop-shadow(0px 0px 24px black); */
  filter: none;
}

.cw_vid-title .cw_brand-name {
  filter: none;
  font-size: 1.5em;
  font-family: "Brothers", sans-serif;
  font-weight: 500 !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: "adobe-garamond-pro", serif;
}

.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: -o-linear-gradient(top, #533351 21.87%, rgba(83, 51, 81, 0.00) 71.01%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21.87%, #533351), color-stop(71.01%, rgba(83, 51, 81, 0.00)));
  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:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(rgb(27 27 27 / 60%) 6%, transparent 37%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, rgb(27 27 27 / 60%)), color-stop(37%, transparent));
  background: linear-gradient(rgb(27 27 27 / 60%) 6%, transparent 37%);
  z-index: 1;
  display: block;
}

.pgp-uni-content-wrap a {
  text-decoration: none;
}

/*Has Service Lines 5 End*/
#pgp-cp-hero-copy {
  display: flex;
  position: absolute;
  bottom: 8%;
  right: 40px;
  width: 100%;
  max-width: 920px;
  background: rgb(255 255 255 / 89%);
  border-left: solid 6px #533351;
  padding: 30px;
  align-items: center;
  min-height: 35vh;
}

.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 h2 {
  text-align: left !important;
}

#pgp-cp-sec-6 .vc_col-sm-12 h2 {
  text-align: center !important;
}

.pgp-hiw .wpb_row {
  margin-bottom: 30px;
}

.entry-header {
  display: none;
}

/*Hero Slider*/
/*#pgp-cp-hero-section {*/
/*    position: relative;*/
/*    height: 75vh;*/
/*    overflow: hidden;*/
/*}*/
/*Hero SLider End*/
/*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 {
  cursor: default;
  color: #ffffff !important;
  text-align: center !important;
  margin-bottom: 0;
}

.pgp-has-diag>div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pgp-has-diag h4 {
  border-left: solid 1px #AF89B4;
  border-right: solid 1px #AF89B4;
}

.page .pgp-cp-sec-1 .wpb_text_column {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  position: absolute;
  top: 90%;
  z-index: 2;
  width: 80%;
  left: 10%;
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  border-bottom: solid 6px #a87d3c;
}

#pgp-cp-sec-1,
#pgp-cp-sec-1>div {
  overflow: visible !important;
  z-index: 9;
}

.pgp-hero-copy .wpb_text_column,
#pgp-cp-hero-copy .wpb_text_column {
  margin-bottom: 0;
}

.page #pgp-cp-sec-1 .wpb_text_column,
.page #pgp-cp-sec-1 .wpb_text_column * {
  color: #000000 !important;
}

.fc-hero-copy-wrap {
  display: flex;
}

.fc-hero-copy-wrap .left-column {
  width: 42%;
}

.fc-hero-copy-wrap .right-column {
  width: 50%;
  position: relative;
  margin-left: 60px;
  padding-top: 0px;
  padding-left: 100px;
  border-left: solid 1px rgb(51 51 51 / 41%);
}

.fc-hero-copy-wrap .right-column .service-txt {
  margin-bottom: 20px !important;
}

/*Section 1 end*/
/*Section 2*/
#pgp-cp-sec-2 {
  z-index: 10;
}

/*Section 2 End*/
/*Section 4 Global */
#pgp-cp-sec-4 .vc_tta-panels-container {
  padding-top: 30px;
}

#pgp-cp-sec-4 .vc_btn3-container {
  margin-bottom: 0;
}

#pgp-cp-sec-4 .vc_tta-container {
  margin-bottom: 0;
}

#pgp-cp-sec-4 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/*Section 4 Global End*/
/*Service Page Section 5*/
#pgp-cp-sec-5>div {
  justify-content: center;
}

#pgp-cp-sec-5 p {
  max-width: 600px;
  margin: auto;
}

/*Service Page Section 5 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;
}

.pgp-is-logo img {
  max-height: 80px !important;
  width: auto;
  margin: auto;
  max-width: 175px !important;
}

.pgp-is-logo {
  text-align: center !important;
}

/*Section 6 End*/
/*#pgp-cp-sec-6 {*/
/*    display: none;*/
/*}*/
/*Section 7 Global*/
#pgp-cp-sec-4 h2,
#pgp-sec-7 h2 {
  font-size: 41px;
  margin-bottom: 60px;
  font-weight: 700 !important;
}

/*Section 8*/
#pgp-cp-sec-8 {
  background-position: top center !important;
}

#pgp-cp-sec-8 iframe {
  width: 100%;
  min-height: 700px;
}

#pgp-cp-sec-8 *,
#pgp-sec-8 * {
  padding-bottom: 0 !important;
}

#pgp-cp-sec-8 .wpb_text_column,
#pgp-sec-8 .wpb_text_column {
  margin-bottom: 0;
}

#page .pgp-schedule-call-copy {
  display: flex;
  position: relative;
  box-sizing: border-box;
  padding: 40px !important;
  border-left: solid 6px #a87d3c;
  background-color: rgb(255 255 255 / 89%);
  max-width: 800px !important;
  margin: auto;
}

/*Section 8 End*/
.pgp-has-yt-vid>div {
  text-align: center;
  margin: auto;
  position: absolute;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  height: auto;
  max-height: 60vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
}

.pgp-has-yt-vid.pgp-is-vid-modal>div {
  position: absolute;
  max-width: 1000px;
  left: 50%;
  height: auto;
  top: 50%;
  transform: translate(-50%, -47%);
  margin: 0;
  padding: 14% 0 !important;
}

.pgp-has-yt-vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pgp-has-sbs-list ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin: auto;
}

.pgp-has-sbs-list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 10px 0;
}

/*Service Accordion*/
.vc_tta-accordion .vc_tta-panel:not(:last-child) {
  margin-bottom: 40px;
}

.vc_tta-accordion .vc_tta-panel .wpb_text_column {
  margin-top: 30px;
  margin-bottom: 40px;
}

/*Service Accordion End*/
/*Lists*/
.wpb_text_column li {
  margin-bottom: 15px;
}

/*Lists End*/
/*Service video Modal*/
.pgp-has-modal {
  z-index: 9;
}

.pgp-half-modal-act {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.pgp-is-inline-mod-act .pgp-half-modal-act {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  height: auto !important;
}

.pgp-is-vid-modal {
  display: none;
}

.pgp-is-global-vid-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.pgp-is-global-vid-modal .pgp-is-vid-modal {
  display: block;
}

.pgp-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
  border: solid 2px;
  padding: 10px;
  border-radius: 50%;
  line-height: .7;
  z-index: 9;
}

.pgp-modal-close:hover,
.pgp-half-modal-act:hover {
  cursor: pointer;
}

.pgp-is-vid-modal.pgp-has-yt-vid iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 45vh;
  transform: translate(-50%, -50%);
}

.cw_video {
  display: none;
  margin-bottom: 0 !important;
}

.cw_video-bg {
  background-color: #000 !important;
}

.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;
}

/* stats counter */
.pgp-has-stats,
.pgp-has-stats * {
  text-align: center !important;
  color: #ffffff;
}

.pgp-has-stats h3 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.5;
}

.pgp-has-stats>div>div>div {
  margin-bottom: 0;
}

/*Global testimonials*/
.cw_flip-cards {
  height: 215px !important;
}

.cw_flip-cards p {
  color: #ffffff;
  /* font-size: 25px !important; */
  padding: 20px;
}




/* ============ new landing page ============= */





.show-card {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.season-row {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
}

.season-row.active {
  border: 1px solid #ff6a00;
}

.episode-card {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.play-btn {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
}


.searchShowSec {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: 0 !important;
}

.searchShowSec.vc_custom_1768992334709 {
  padding-top: 0px !important;
  padding-bottom: 100px !important;
}

.searchShowSec .show-layout {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 80px;
}

.searchShowSec .show-layout .show-search-wrapper {
  width: 40%;
}

.searchShowSec .show-layout .show-search-wrapper .season-dot {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #767676;
  /* outer ring */
  flex-shrink: 0;
  width: 33px;
  height: 33px;
}

/* inner filled dot */
.searchShowSec .show-layout .show-search-wrapper .season-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  background: rgba(244, 133, 54, 0.1);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.searchShowSec .show-layout .show-search-wrapper .season-row.active .season-dot {
  border-color: #F48536;
}

.searchShowSec .show-layout .show-search-wrapper .season-row.active .season-dot::after {
  background: #F48536;
}

.searchShowSec .show-layout .show-search-wrapper .season-row:not(.active) .season-dot {
  border-color: #767676;
}

.searchShowSec .show-layout .show-search-wrapper .season-row:not(.active) .season-dot::after {
  background: rgba(244, 133, 54, 0.1);
}

.searchShowSec .show-layout .episode-panel-global {
  width: 60%;
}

.searchShowSec .show-layout .episode-panel-global .episode-list {
  display: flex !important;
  flex-direction: column !important;
  justify-content: start !important;
  align-items: start !important;
  gap: 22px !important;
  scrollbar-width: thin;
  scrollbar-color: #ff6a00 rgba(255, 255, 255, 0.15);
  max-height: 600px;
  overflow-y: auto;
  padding-right: 15px !important;
  scrollbar-width: thin;
  scrollbar-color: #F48536 rgba(255, 255, 255, 0.19);
}

.searchShowSec .show-layout .episode-panel-global .episode-card {
  display: flex !important;
  gap: 30px !important;
  justify-content: start !important;
  margin: 0 !important;
}

.searchShowSec .show-layout .episode-panel-global .episode-card .episode-thumb {
  width: 100%;
}

.searchShowSec .show-layout .episode-panel-global .episode-card .episode-thumb .iconWrapper {
  width: 62px;
  height: 62px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(60px);
}

.searchShowSec .show-layout .episode-panel-global .episode-card .episode-thumb .play-btn {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F48536;
}

.searchShowSec .show-layout .episode-panel-global .episode-card .episode-thumb img {
  width: 100% !important;
  max-width: 340px !important;
  height: 213px !important;
  display: block;
}

.episode-video-wrapper.playing .episode-thumb {
  display: none;
}

.episode-video-wrapper.playing .episode-video {
  display: block;
}

.searchShowSec .show-layout .episode-panel-global .episode-card .episode-content {
  width: fit-content !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.searchShowSec .show-layout .episode-panel-global .episode-card .episode-content h4 {
  font-size: 25px !important;
  color: #fff !important;
  text-transform: capitalize;
  line-height: 30px;
  margin: 0 !important;
  margin-bottom: 15px !important;
  font-weight: 700 !important;
}

.searchShowSec .show-layout .episode-panel-global .episode-card .episode-content p {
  margin-bottom: 15px !important;
  font-size: 20px !important;
  color: #fff !important;
  line-height: 30px !important;
}

.searchShowSec .show-layout .episode-panel-global .episode-card .episode-content .duration {
  font-size: 20px !important;
  color: #fff !important;
}

.searchShowSec .show-search-wrapper h2 {
  color: #fff !important;
  font-size: 60px !important;
  line-height: 76px !important;
  font-weight: 700 !important;
  font-family: "adobe-garamond-pro", serif;
  margin-bottom: 35px !important;
}

.searchShowSec #show-search-input {
  padding: 20px 60px !important;
  background-color: #211623 !important;
  color: #fff !important;
  text-transform: capitalize !important;
  font-size: 20px !important;
  line-height: 30px !important;
  border: 1px solid #767676;
  width: 100% !important;
  max-width: 626px !important;
  font-family: "adobe-garamond-pro", serif;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.2504 0C5.93716 0 0 5.93821 0 13.2504C0 20.5636 5.93716 26.5018 13.2504 26.5018C20.5636 26.5018 26.5008 20.5636 26.5008 13.2504C26.5008 5.93821 20.5636 0 13.2504 0ZM13.2504 2.09608C19.4066 2.09608 24.4047 7.0942 24.4047 13.2504C24.4047 19.4076 19.4066 24.4058 13.2504 24.4058C7.0942 24.4058 2.09608 19.4076 2.09608 13.2504C2.09608 7.0942 7.0942 2.09608 13.2504 2.09608Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.4825 27.5027L22.905 20.9252C22.7074 20.7343 22.4426 20.6286 22.1678 20.631C21.893 20.6334 21.6302 20.7436 21.4359 20.9379C21.2416 21.1323 21.1313 21.3951 21.1289 21.6699C21.1266 21.9447 21.2322 22.2094 21.4231 22.4071L28.0006 28.9846C28.1971 29.1811 28.4637 29.2915 28.7416 29.2915C29.0195 29.2915 29.286 29.1811 29.4825 28.9846C29.6791 28.7881 29.7895 28.5216 29.7895 28.2437C29.7895 27.9657 29.6791 27.6992 29.4825 27.5027Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 29px;
  background-position: center left 17px;
  background-repeat: no-repeat;
}

.searchShowSec #show-search-input::placeholder {
  color: #fff !important;
  text-transform: capitalize !important;
  font-size: 20px !important;
  line-height: 30px !important;
}

.searchShowSec #show-search-results .show-card {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 626px !important;
  padding: 0 !important;
  margin: 30px 0 !important;
  border: none !important;
}

.searchShowSec .show-card img {
  width: 100%;
  object-fit: cover;
  max-width: 230px !important;
  height: 131px !important;
}

.searchShowSec .show-content {
  width: 100%;
}

.searchShowSec .show-content .topic-label {
  font-size: 20px !important;
  text-transform: capitalize;
  color: #F48536 !important;
  line-height: 30px !important;
  margin-bottom: 20px !important;
  opacity: 1 !important;
}

.searchShowSec .show-content h3 {
  font-size: 25px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-top: 4px !important;
  margin-bottom: 10px !important;
}

.searchShowSec .show-content p {
  font-size: 20px !important;
  line-height: 30px !important;
  color: #fff !important;
}

.searchShowSec .season-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.searchShowSec .season-list .season-row {
  width: 100%;
  max-width: 626px !important;
  background-color: #211623 !important;
}

.searchShowSec .season-list .season-row.active {
  background-color: #2C242D !important;
  border: 1px solid #767676 !important;
}

.searchShowSec .season-list .season-row .season-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.searchShowSec .season-list .season-row .season-left strong {
  font-weight: 700 !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 30px !important;
}

.searchShowSec .season-list .season-row .season-left span {
  font-weight: 400 !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 30px !important;
}

.searchShowSec .season-list .season-row .download-guide {
  background: transparent !important;
  padding: 0 !important;
  font-size: 20px !important;
  line-height: 20px !important;
  color: #fff !important;
  transition: all 0.3s ease !important;
}

.searchShowSec .season-list .season-row .download-guide:hover {
  color: #FF6A00 !important;
  text-decoration: underline;
}

.searchShowSec .show-layout .episode-panel-global .episode-list::-webkit-scrollbar {
  width: 4px;
}

/* Track (background) */
.searchShowSec .show-layout .episode-panel-global .episode-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.19);
  border-radius: 10px;
}

.searchShowSec .show-layout .episode-panel-global .episode-list::-webkit-scrollbar-thumb {
  background: #F48536;
  border-radius: 10px;
}

.searchShowSec .show-layout .episode-panel-global .episode-list {
  scroll-behavior: smooth;
}


/* Lightbox base */
.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;

}

.video-lightbox.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dark overlay */
.video-lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

/* Content */
.video-lightbox-content {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: 5vh auto;
  z-index: 2;
}

/* Video */
.video-lightbox-content video {
  width: 100%;
  height: auto;
  background: #000;
  border-radius: 8px;
}

/* Close button */
.video-lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
  background: #F48536;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border-radius: 100%;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: 700 !important;
}







.episode-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.episode-card {
  display: flex;
  gap: 18px;
}

.episode-thumb {
  position: relative;
  width: 240px;
}

.episode-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.episode-video {
  width: 100%;
  height: auto;
  display: none;
}

.play-btn {
  position: unset;
  inset: unset;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 28px;
}

.loading {
  opacity: 0.6;
}










.page-id-17129 .grid-container {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.page-id-17129 .inside-article {
  padding: 0 !important;
}

#landingBanner {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://sambrotman.com/wp-content/uploads/2026/01/banner-3-scaled.webp?id=17133) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  left: 0 !important;
  position: relative;
}

#landingBanner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://sambrotman.com/wp-content/uploads/2026/01/bannerBlur.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

#bannerGlow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: auto !important;
}

#bannerHeadingSmall {
  text-align: center;
  font-weight: 400 !important;
  font-style: normal;
  font-family: "adobe-garamond-pro", serif;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 20px;
  color: #fff;
}

.bannerHeading {
  font-weight: 700 !important;
  font-style: normal;
  font-family: "adobe-garamond-pro", serif;
  text-transform: capitalize;
  max-width: 837px;
  width: 100%;
  margin: 0 auto;
}

.bannerText p {
  font-weight: 400 !important;
  font-style: normal;
  font-family: "adobe-garamond-pro", serif;
  text-transform: none;
  max-width: 888px;
  width: 100%;
  margin: 0 auto;
  color: #fff !important;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 35px !important;
}

.bannerBtn {
  margin: 0 !important;
}

.bannerBtn a {
  padding: 15px 36px !important;
  line-height: 19px !important;
  font-family: "adobe-garamond-pro", serif;
  border-radius: 3px !important;
  font-size: 20px !important;
  transition: all 0.3s ease;
}

.bannerBtn a:hover {
  background-color: #fff !important;
  color: #A87D3C !important;
}





.wpb-content--blank .wpb-content-wrapper:has(#landingBanner) {
  width: 100% !important;
  padding: 0px 0px !important;
  max-width: 100% !important;
}

#landingBanner.vc_section.vc_section-has-fill {
  padding-top: 0 !important;
  left: 0 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#landingBanner .vc_row-flex {
  left: 0 !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}

.tredningSec {
  background-color: #000 !important;
  padding: 115px 40px !important;
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.articlesSec {
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}




.downloadGuideSec {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  padding-right: 40px !important;
  padding-bottom: 160px !important;
  padding-left: 40px !important;
  background-color: #180D1A !important;
}

.downloadGuideSec.vc_section {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.downloadGuideSec .vc_row-flex {
  margin: 0 auto !important;
  padding-left: 0 !important;
  left: 0 !important;
}

/* make column-inner the overlay container */
.downloadGuideSec .vc_column-inner {
  left: 0 !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  overflow: visible !important;

  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(https://sambrotman.com/wp-content/uploads/2026/01/banner-3-scaled.webp?id=17133);

  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;

  padding: 115px 0;
  margin: 0 auto !important;
  position: relative;
  z-index: 1;
}

/* overlay image */
.downloadGuideSec .vc_column-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  background-image: url("https://sambrotman.com/wp-content/uploads/2026/01/blurglowbg-scaled.webp");
  background-repeat: no-repeat;
  background-position: center 60%;
  background-size: auto;

  opacity: 0.65;
  pointer-events: none;
  z-index: 1;
}

.downloadGuideSec .vc_column-inner .wpb_wrapper {
  z-index: 5 !important;
}


.downloadGuideSec .vc_row-flex form {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

.downloadGuideSec .vc_row-flex .gform_wrapper {
  width: 100%;
  max-width: 1081px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.downloadGuideSec .vc_row-flex .gform_wrapper .gform_fields input {
  padding: 26px 20px;
  background-color: rgba(255, 255, 255, 0.11);
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  width: 528px;
  backdrop-filter: blur(500px);
}

.downloadGuideSec .vc_row-flex .gform_wrapper .gform_footer {
  margin-block-start: 30px !important;
}

.downloadGuideSec .vc_row-flex .gform_wrapper .gform_footer input {
  padding: 12px 36px !important;
  line-height: 19px !important;
  font-family: "adobe-garamond-pro", serif;
  border-radius: 3px !important;
  font-size: 20px !important;
  background-color: #A87D3C !important;
}

.downloadGuideSec .vc_column-inner {
  justify-content: center !important;
  align-items: center !important;
}

.downloadGuideSec .backGlowImage {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.downloadGuideSec .guideHeading {
  width: 100% !important;
  max-width: 904px !important;
  color: #fff !important;
  text-transform: capitalize !important;
  margin: 0 auto !important;
  margin-bottom: 24px !important;
}

.bookAssessment .cw_vid-thumb {
  position: relative;
}

.bookAssessment .cw_vid-thumb::after {
  content: '' !important;
  position: absolute !important;
  width: 92px !important;
  height: 92px !important;
  background-image: url(https://sambrotman.com/wp-content/uploads/2026/01/play.webp) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 100%;
}


.bookAssessment {
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.bookAssessment .vc_row-flex {
  margin: 0 auto !important;
  left: 0 !important;
  align-items: start !important;
}

.fc-calendly .vc_column-inner {
  padding: 0 !important;
}

.bookAssessment .vc_column_container {
  background: transparent !important;
}

.bookAssessment .vc_column_container .wpb_wrapper p {
  color: #fff !important;
  font-size: 20px !important;
  line-height: 30px !important;
  width: 100%;
  max-width: 899px !important;
  margin-bottom: 10px !important;
}

.bookAssessment .cw_vid-thumb img {
  height: auto !important;
}

.bookAssessment .cw_vid-thumb {
  position: relative !important;
  height: auto !important;
}

.bookAssessment .cw_vid-thumb * {
  height: auto !important;
}

.bookAssessment .cw_vid-title {
  display: none !important;
}

.landingCalendly .pgp-schedule-call-copy {
  display: none !important;
}

.landingCalendly .pgp-schedule-call-copy .vc_column_container {
  background: transparent !important;
}

.landingCalendly .cw_vid-thumb {
  position: relative !important;
}

.landingCalendly .vc_column-inner {
  padding: 0 !important;
}

.landingCalendly .calendly-inline-widget {
  min-width: 100% !important;
}

.landingCalendly ._cUP1np9gMvFQrcPftuf.xahN8AEzyAvQtVj17TPv {
  margin: 0 !important;
}

.landingCalendly .vc_column_container>.vc_column-inner {
  justify-content: start;
  align-items: start;
  margin: 0 !important;
  padding: 0 !important;
}

.landingCalendly .calendly-inline-widget iframe ._3efP_GeH5kyBAzqnLzL._kN_bCa3VNYpqFLH311L {
  max-width: 100% !important;
}

.imageSec {
  width: 100% !important;
  max-width: 100% !important;
}

.imageSec .wpb_single_image img {
  width: 100% !important;
}

.imageSec .vc_column_container>.vc_column-inner {
  padding: 0 !important;
}

.imageSec .wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0 !important;
}

/* @media only screen and (min-width: 1720px) and (max-width: 1920px) {
  html {
    zoom: 0.95;
    zoom: 95%;
  }

  html body .downloadGuideSec {
    zoom: 0.95 !important;
    zoom: 95% !important;
  }

  html body .searchShowSec {
    zoom: 0.90 !important;
    zoom: 90% !important;
  }

} */

/* @media only screen and (min-width: 1537px) and (max-width: 1719px) {
  html {
    zoom: 0.95;
    zoom: 95%;
  }

  .zoom-90 {
    transform: scale(0.90);
  }

  html body .searchShowSec {
    zoom: 0.90 !important;
    zoom: 90% !important;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1536px) {
  html {
    zoom: 0.95;
    zoom: 95%;
  }

  .zoom-90 {
    transform: scale(0.90);
  }

  html body .searchShowSec {
    zoom: 0.85 !important;
    zoom: 85% !important;
  }
}

 @media only screen and (min-width: 1201px) and (max-width: 1439px) {
  html {
    zoom: 0.92;
    zoom: 92%;
  }

  .zoom-90 {
    transform: scale(0.90);
  }

  html body .searchShowSec {
    zoom: 0.80 !important;
    zoom: 80% !important;
  }
}  */





/* =========== new landing media query ============ */

/* @media(max-width: 1200px) {
  #landingBanner {
    min-height: 500px !important;
    padding: 50px 20px 80px 20px !important;
  }

  #landingBanner.vc_section.vc_section-has-fill {
    padding-top: 180px !important;
  }

  #landingBanner #bannerHeadingSmall {
    font-size: 18px !important;
  color: #FFFFFF !important;
  line-height: 18px !important;
  margin-bottom: 20px !important;
  }

  #landingBanner .bannerHeading {
    font-size: 60px !important;
    line-height: 66px !important;
    max-width: 750px !important;
  }

    .tredningSec.vc_custom_1768889712269 {
    padding: 20px 30px !important;
  }

  .trending-owl .owl-item.active .trend-card {
    padding-left: 15px !important;
  }

  .trending-owl .owl-item {
    margin-right: 20px !important;
}

  .zoom-90 {
    transform: scale(0.85);
  }

  .trendingHeading {
    font-size: 45px !important;
  color: #FFFFFF !important;
  line-height: 55px !important;
  }

   .articlesSec.vc_custom_1768902288283 {
    padding: 20px 20px !important;
  }

  .downloadGuideSec.vc_custom_1768912686374 {
    padding-top: 0px !important;
  padding-right: 20px !important;
  padding-bottom: 50px !important;
  padding-left: 20px !important;
  }

  .downloadGuideSec .vc_row-flex {
    width: 100% !important;
    padding-right: 0 !important;
  }

  .downloadGuideSec .guideHeading {
    font-size: 45px !important;
  color: #FFFFFF !important;
  line-height: 55px !important;
  max-width: 80% !important;
  }

  .downloadGuideSec .vc_row-flex .gform_wrapper .gform_fields input {
    width: 100vw !important;
    font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  }

  .bookAssessment.vc_custom_1768908323931 {
    padding-right: 20px !important;
  padding-left: 20px !important;
  }

  .bookAssessment .vc_do_custom_heading {
    font-size: 45px !important;
  color: #FFFFFF !important;
  line-height: 55px !important;
  max-width: 80% !important;
  }

  .bookAssessment .vc_row-flex {
    width: 100% !important;
    flex-wrap: nowrap !important;
  gap: 20px !important;
  }

  .bookAssessment .vc_row-flex .fc-calendly .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
  }

  .searchShowSec.vc_custom_1768992334709 {
    padding: 0 20px 50px 20px !important;
  }

  .searchShowSec .show-search-wrapper h2 {
    font-size: 45px !important;
  line-height: 55px !important;
  margin-bottom: 20px !important;
  }

  .searchShowSec #show-search-input {
    font-size: 16px !important;
  line-height: 26px !important;
  padding: 16px 54px !important;
  background-size: 24px;
  max-width: 100% !important;
  }

  .searchShowSec .season-list .season-row {
    max-width: 100% !important;
  }

  .searchShowSec .show-layout {
    gap: 35px;
  }

  .searchShowSec #show-search-results .show-card {
    max-width: 100%;
  }

  .searchShowSec .show-layout {
    flex-direction: column;
  }

  .searchShowSec .show-layout .show-search-wrapper{
    width: 100%;
  }

  .searchShowSec .show-layout .episode-panel-global {
    width: 100%;
  }

}

@media(max-width: 1024px) {

  #landingBanner {
    min-height: unset !important;
    padding: 140px 20px 80px 20px !important;
  }

  #landingBanner .vc_row-flex {
    min-height: 100% !important;
    overflow: visible;
  }

  #landingBanner .vc_row-flex .vc_do_btn {
    margin-bottom: 0 !important;
  }

  #bannerGlow {
    top: 60%;
  }

  #bannerHeadingSmall {
    font-size: 16px !important;
  color: #FFFFFF !important;
  line-height: 16px !important;
  text-align: center !important;
  margin-bottom: 12px !important;
  }
  .bannerHeading {
    font-size: 45px !important;
  line-height: 55px !important;
  max-width: 80% !important;
  }

  .bannerText p {
     max-width: 80% !important;
  font-size: 16px !important;
  line-height: 26px !important;
  }

  .bannerBtn a{
  padding: 12px 28px !important;
  line-height: 15.5px !important;
  font-size: 16px !important;
}

#landingBanner .wpb_content_element {
  margin-bottom: 20px !important;
}

.bookAssessment .vc_row-flex {
  flex-direction: column !important;
}

.bookAssessment .vc_row-flex .vc_column_container {
  width: 100% !important;
}

.bookAssessment .vc_row-flex .vc_column_container .cw_vid-thumb {
  position: absolute;
  top: 25px;
}
}

@media(max-width: 767px) {

  .searchShowSec .show-layout .episode-panel-global .episode-list {
    padding-right: 0 !important;
  }

  .loading {
    color: #fff !important;
    font-size: 22px !important;
  }

  .announcement-banner {
    width: 100vw !important;
  }

  #masthead {
    width: 100vw !important;
  }

  .searchShowSec .vc_column_container > .vc_column-inner {
    padding: 0 !important;
  }

    .searchShowSec .show-search-wrapper h2 {
    font-size: 26px !important;
    line-height: 34px !important;
    margin-bottom: 15px !important;
  }

  .searchShowSec #show-search-results .show-card {
    flex-direction: column !important;
    max-width: 100% !important;
  }

  .searchShowSec .show-card img {
    max-width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  object-position: center;
  }

  .searchShowSec .show-content .topic-label {
    font-size: 16px !important;
  line-height: 26px !important;
  }

  .searchShowSec #show-search-results .show-card {
    margin: 30px 0 15px 0 !important;
  }

  .searchShowSec .season-list {
    gap: 12px;
  }

  .searchShowSec .season-list .season-row {
    margin-top: 0;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
  }

  .searchShowSec .season-list .season-row .download-guide {
    text-align: right;
    font-size: 14px !important;
  line-height: 14px !important;
  }

  .searchShowSec .show-layout .episode-panel-global .episode-card {
    gap: 20px !important;
  flex-direction: column;
}

.searchShowSec .show-layout .episode-panel-global .episode-card .episode-thumb {
  width: 100% !important;
}


  .searchShowSec .season-list .season-row .season-left {
    gap: 10px;
  }

  .searchShowSec .season-list .season-row .season-left span {
    font-size: 16px !important;
  line-height: 26px !important;
  }

  .searchShowSec .show-layout .show-search-wrapper .season-dot {
    width: 20px;
  height: 20px;
  }

  .searchShowSec .show-layout .show-search-wrapper .season-left > div {
    display: flex;
  justify-content: space-between;
  width: 100%;
  }

  .searchShowSec .show-layout .show-search-wrapper .season-dot::after {
    width: 8px;
  height: 8px;
  top: 49% !important;
  }

  .bannerGlowBg {
    display: none;
  }

  #landingBanner.vc_section.vc_section-has-fill {
    padding-top: 280px !important;
  }

      #landingBanner #bannerHeadingSmall {
    font-size: 14px !important;
    line-height: 13px !important;
    margin-bottom: 12px !important;
    letter-spacing: 3px !important;
  }
  #landingBanner .bannerHeading {
    font-size: 32px !important;
    line-height: 40px !important;
    max-width: 100% !important;
  }
     #landingBanner .bannerText p {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 18px !important;
  }

  .trend-num {
  left: 30px !important;
  bottom: 60px !important;
  font-size: 60px !important;
  line-height: 54px !important;
}

.trend-btn {
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
}

.trend-btn svg {
  width: 10px !important;
}

.prev-btn {
  left: -60px !important;
}

.next-btn {
  right: -60px !important;
}

.downloadGuideSec .vc_column-inner {
  padding: 40px 0px !important;
  padding-right: 0 !important;
}

  .downloadGuideSec .guideHeading {
    font-size: 26px !important;
    color: #FFFFFF !important;
    line-height: 35px !important;
    max-width: 90% !important;
  }

  .downloadGuideSec .vc_row-flex .gform_wrapper .gform_fields {
    row-gap: 14px;
  }

  .downloadGuideSec .vc_row-flex .gform_wrapper .gform_footer input {
    width: 100vw !important;
  }

    .bookAssessment .vc_do_custom_heading {
    font-size: 26px !important;
    color: #FFFFFF !important;
    line-height: 34px !important;
    max-width: 90% !important;
  }

  .tredningSec .vc_do_custom_heading {
  margin-bottom: 20px !important;
  font-size: 26px !important;
  line-height: 34px !important;
}

    .trending-owl .owl-item {
    margin-right: 30px !important;
  }

  .trending-custom-nav {
    top: unset !important;
  bottom: -10px !important;
  }

  .tredningSec .trend-btn {
  top: unset !important;
  transform: unset !important;
}

  .prev-btn {
    left: 35% !important;
  }

   .next-btn {
    right: 35% !important;
  }

    .tredningSec.vc_custom_1768889712269 {
    padding: 0px 20px 80px 20px !important;
    transform: scale(1) !important;
  }
  
  .tredningSec .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
  padding-right: 0 !important;
  }

  .articlesSec .trending-custom-nav {
    top: unset !important;
    bottom: -35px !important;
  }

  .bookAssessment .cw_vid-thumb::after {
  width: 50px !important;
  height: 50px !important;
  }

    .articlesSec.vc_custom_1768902288283 {
    padding: 0px 20px 80px 20px !important;
    transform: scale(1) !important;
  }

    .trendingHeading {
    font-size: 26px !important;
    color: #FFFFFF !important;
    line-height: 34px !important;
  }


}
 */



/*Global testimonials*/
/*Media Queries*/
@media screen and (max-width: 1500px) {
  .cw_flip-cards {
    height: 360px !Important;
  }

  .cw_flip-cards p {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 1440px) {
  .pgp-has-yt-vid.pgp-is-vid-modal>div {
    padding: 25% 0 !important;
  }

  #pgp-cp-sec-4 h2,
  #pgp-sec-7 h2 {
    font-size: 41px;
  }

  .single-post .entry-content {
    padding: 0px 80px 80px 80px !important;
  }
}

@media screen and (max-width: 1000px) {
  .pgp-has-yt-vid.pgp-is-vid-modal>div {
    padding: 28% 0 !important;
  }
}

/*Video Modal End*/
/*Page End*/
/*Blog*/
.category-video-blog iframe {
  margin-top: 70px;
  margin-bottom: 60px;
  box-shadow: 0px 0px 29px -1px #333333;
  border-radius: 8px;
}

button.cw_cta-button {
  display: block;
  margin: auto;
  margin-top: 2.5em;
  margin-bottom: 2.5em !Important;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 40px;
}

button.cw_cta-button:hover {
  color: #fff;
  background-color: #6d516b;
}

.pgp-post-item .pgp-cat-name {
  display: none;
}

.pgp-guide-sub {
  margin-bottom: 24px !important;
}

.single-post,
.single-post .inside-article {
  background-color: #Ffffff !important;
  padding: 0;
}

.single-post .inside-article li {
  margin-bottom: 40px;
}

#readingTime {
  margin-top: 40px;
}

.single-post .entry-header {
  display: block;
  text-align: center;
  margin-bottom: 60px;
}

.single-post h1 {
  font-size: 60px;
  color: #533351;
  font-weight: bold !important;
  text-align: center;
  line-height: 1.2;
}

.single-post .inside-article h2,
.single-post .inside-article h2 * {
  font-size: 41px;
  color: #533351 !important;
  margin-top: 60px;
  /*text-transform: uppercase;*/
  font-weight: 800 !important;
}

.single-post .inside-article h2 {
  border-bottom: solid 1px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.single-post .inside-article h2:not(:first-child) {
  margin-top: 70px;
}

.single-post .inside-article h3,
.single-post .inside-article h3 * {
  font-size: 30px !Important;
  font-weight: 800 !important;
}

.single-post .inside-article h4,
.single-post .inside-article h4 * {
  font-size: 24px !Important;
  font-weight: 800 !important;
}

.pgp-blog-nav {
  padding-top: 10px !Important;
}

.pgp-blog-nav a {
  text-decoration: unset;
  line-height: 1.3 !important;
  display: block;
}

.pgp-hcs {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.pgp-hcs>div {
  box-sizing: border-box;
  padding: 0 10px;
}

.pgp-hcs i {
  color: #fff;
  font-size: 1.2em;
  margin: auto !important;
}

.post-template-team .cw_main-content {
  padding-right: 100px;
  padding-left: 20px;
  width: 66%;
}

.post-template-team .cw_content {
  padding-top: 30px !important;
}

.post-template-team .site-content {
  align-items: center;
  justify-content: center;
}

.post-template-team #main {
  margin: auto;
}

.cw_sidebar-title {
  font-weight: 700 !important;
  font-size: 26px !important;
  border-bottom: solid 1px;
}

.post-template-team .grid-container {
  width: 100% !important;
  max-width: 100% !important;
}

.post-template-team .random-image-container {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
}

.post-template-team .random-image-container img#random-image {
  max-height: 80vh;
  width: 100%;
  object-fit: cover;
  margin-top: 80px;
}

.post-template-team .random-image-container::before {
  content: '';
  background: rgb(0, 0, 0);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5046393557422969) 75%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.post-template-team .cw_member-info {
  position: absolute;
  top: 30%;
  left: 5%;
  z-index: 2;
}

.cw_member-info h1 {
  font-size: 3em;
  text-align: left;
}

.cw_member-info .custom-field-pgp-member-title {
  font-size: 1.5em;
}

.cw_member-info h1,
.cw_member-info .custom-field-pgp-member-title {
  color: #fff;
}

.cw_member-info .custom-field-pgp-linkedin a i {
  color: #fff;
  font-size: 1.2em;
  margin-top: 20px;
}

.cw_member-info .custom-field-pgp-linkedin a i:hover {
  color: #a87d3c;
}

.post-template-team #main header.entry-header {
  display: none !important;
}

.post-template-team #main article {
  padding: 0 !important
}

.post-template-team .cw_content {
  display: flex;
  gap: 20px;
}

.post-template-team .entry-content {
  padding-top: 40px !important;
}

.post-template-team .cw_content-title {
  background-color: #533351;
  color: #fff;
  font-size: 1.5em;
  padding: 10px 20px;
  border-radius: 5px;
}

.post-template-team .cw_content .cw_sidebar {
  width: 20%;
  min-width: 300px;
}

.post-template-team .cw_content-text {
  display: none;
}

.post-template-team .cw_content-text.active {
  display: block;
}

.post-template-team .cw_content-title-button.active {
  color: #ddd;
}

.post-template-team .cw_content-title-button {
  background-color: transparent;
}

.post-template-team .cw_main-content ul {
  margin: -30px 0 30px 15px;
}

.post-template-team .cw_main-content ul li {
  margin-bottom: 10px;
}

.featured-image.page-header-image-single,
.post-template-team .random-image-container {
  position: relative;
  left: 50%;
  top: 50%;
  width: 110vw;
  max-width: 110vw;
  height: 45vh;
  overflow: hidden;
  z-index: 0;
  display: block;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.post-template-team .random-image-container {
  width: 100vw;
  margin-top: 5%;
}

.featured-image.page-header-image-single {
  -webkit-transform: translate(-60%);
  -ms-transform: translate(-60%);
  transform: translate(-60%);
}

.post-template-default.single.single-post .inside-left-sidebar {
  margin-top: 55vh !important;
  position: sticky !important;
}

#progress-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ccc;
  z-index: 9;
  transition: .5s;
}

#progress-bar {
  height: 100%;
  background-color: #a87d3c;
  /* Color of the progress bar */
  width: 0;
}

#block-5 {
  background: #ffffff;
  top: 40px;
  padding: 0;
  margin-right: auto !important;
  max-width: 80%;
  padding-right: 40px;
}

.pgp-blog-nav li:not(:last-child) {
  border-bottom: solid 1px #333333;
}

.pgp-blog-nav li {
  margin: auto;
  padding: 40px 20px;
}

.single-post .featured-image.page-header-image-single img,
.post-template-team .random-image-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-post .entry-header {
  text-align: center;
  z-index: 16 !important;
  display: block;
  position: relative;
  background-color: #ffffff;
  padding: 40px 120px;
  margin-bottom: 40px;
  position: relative;
}

.single-post .entry-header:after {
  content: '';
  height: 1px;
  width: 88%;
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  border-bottom: solid 1px #533351;
}

.single-post .entry-content {
  background-color: #ffffff;
  padding: 80px 120px;
  padding-top: 0;
  position: relative;
}

/* .single-post article {
  padding: 0 20px;
} */
blockquote {
  border-left: 5px solid #A87D3C !important;
}

.post-template-team #footer-widgets .pgp-is-loc h4 {
  color: #fff;
}

.sidenav-h2 {
  padding-left: 30px !important;
}

.sidenav-h3 {
  padding-left: 4em !important;
}

.sidenav-h3:before {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  left: 30px;
  background: url(/wp-content/uploads/2024/02/brotman_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sidenav-h4 {
  padding-left: 60px !important;
}

/*Blog End*/
/*Team*/
.post-template-team header.entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pgp-team-image-single {
  width: 280px;
  height: 280px;
  overflow: hidden;
  border-radius: 50%;
}

.pgp-member-info {
  padding: 10px;
  margin-left: 40px;
  border-left: 5px solid #a87d3c !important;
  text-align: left;
}

.pgp-linked,
.pgp-linked i {
  color: #533351;
  font-size: 22px;
}

.category-team .entry-footer {
  display: none;
}

/*Team End*/
/*Brotman University*/
#brotman-u-nav {
  padding: 20px 20px;
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
}

#brotman-u-nav h2 {
  margin-bottom: 0 !important;
  width: auto;
}

.unav {
  margin-top: 30px;

}

.unav ul {
  margin-left: 35px;
  list-style: none;
}

.unav>ul>li>a {
  font-weight: bold !important;
}

.unav a {
  text-decoration: none;
  color: black !important;
}

#filter-form .sub-nav li {
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.sub-nav ul {
  margin-bottom: 0px;
}

.unav>ul>li>a:hover {
  font-weight: bold;
  border-bottom: 1px solid #A87D3C;
}

#brotman-u-nav .sub-nav {
  margin-left: 0px;
}

.unav>ul>li {
  margin-bottom: 30px;
  border-top: solid 1px;
  padding-top: 10px;
}

.sub-nav a {
  font-weight: unset;
  color: rgb(125, 125, 125) !important;
}

.sub-nav>a {
  color: black !important;
  line-height: 2.25rem;
}

.cw_sub-nav-title {
  /* text-decoration: underline; */
  margin-bottom: 15px;
  text-decoration: underline;
}

/*Brotman University*/
/*Guides*/
.page-template-guides {
  background-color: #Ffffff;
}

.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;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  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%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-template-guides header.entry-header {
  display: block;
}

.page-template-guides h1,
.page-template-guides h1 span {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
  color: #533351;
}

.page-template-guides #content {
  margin-top: -100px;
}

.pgp-is-guide .inside-article {
  background-color: #ffffff !important;
  padding: 80px 40px !important;
  z-index: 9;
}

.page-template-guides #page {
  z-index: 1;
}

.pgp-guide-form {
  margin-left: -40px !important;
  margin-right: -40px !important;
  padding: 80px 40px !important;
  margin-top: 60px;
  margin-bottom: 80px;
}

.pgp-pdf-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pgp-field {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
}

.pgp-pagination {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
}

.pgp-pagination>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 6px;
  padding: 10px 40px;
}

.pgp-res-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pgp-res-wrap p {
  margin: auto;
}

.pgp-sel-res li {
  padding: 0 10px;
}

.pgp-sel-res {
  display: flex;
  list-style: none;
  margin: auto;
  justify-content: space-around;
}

.pgp-pag-wrap>* {
  padding: 0 10px;
}

.page-template-guides #primary {
  top: -100px;
}

.pgp-is-guide {
  display: block;
  position: relative;
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-sizing: border-box;
}

.pgp-is-guide #main {
  display: block;
  position: relative;
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-sizing: border-box;
}

.page-list-above-content {
  display: block;
  position: relative;
  width: 20%;
  float: left;
  padding: 80px 20px;
}

.pgp-is-guide article {
  width: 80%;
  float: left;
}

.page-list-above-content ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px;
  list-style: disc;
}

.pgp-is-guide li {
  margin-left: 10px;
  margin-bottom: 30px;
}

.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;
}

/*Guides End*/
/*Service Lines*/
.cw_hover-bg-sec {
  padding-top: 0 !important;
}

.cw_hover-bg-copy {
  position: absolute;
  z-index: 9;
  top: 10%;
  left: 5%;
  pointer-events: none;
}

.cw_hover-bg-copy h2,
.cw_hover-bg-copy h4 {
  color: #fff !important;
  text-align: left !important;
}

.cw_hover-bg-copy h4 {
  margin-bottom: 0;
}

#pgp-sec-4 {
  background-position: bottom center !important;
}

.cw_hover-bg-sec .pgp-sl-cat .pgp-blog-content-wrap:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.5046393557422969)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5046393557422969) 80%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5046393557422969) 80%);
}

.pgp-has-tabs .vc_tta-panels {
  background: #ffffff !important;
  border: unset !important;
}

.pgp-has-tabs .vc_tta-tab>a {
  background: transparent !important;
  background-color: transparent !important;
  border: unset !important;
}

.pgp-has-tabs .vc_tta-tabs-container {
  border-bottom: solid 1px;
}

.pgp-has-tabs h4 {
  margin-bottom: 40px;
}

.pgp-has-tabs .vc_active>a span {
  font-weight: bold !important;
}

.pgp-sl-cat {
  display: none;
}

.pgp-sl-cat-1 {
  display: block;
}

.pgp-sl-cat>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pgp-has-cats>div>div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pgp-sl-cat>div .pgp-all-post-wrap {
  width: 25%;
}

.pgp-sl-cat>div .pgp-all-post-wrap a {
  display: block;
  position: relative;
  height: 100%;
  color: #ffffff !important;
  text-decoration: unset;
}

.pgp-has-tabs .pgp-p-page-link {
  margin: auto;
  padding: 10px 20px;
  word-wrap: normal;
}

.pgp-sl-cat * {
  color: #ffffff;
  z-index: 1;
  /*display: block;*/
  position: relative;
  font-family: "adobe-garamond-pro", serif;
}

.pgp-sl-cat p {
  font-weight: 300;
}

h5.pgp-blog-title {
  min-height: 81px;
  margin-bottom: 10px;
}

.pgp-all-post-wrap .pgp-blog-excerpt {
  margin-bottom: 0;
}

.pgp-sl-cat .pgp-blog-content-wrap {
  padding: 40px 20px;
  height: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: top center;
  border: solid 0.1px rgba(255, 255, 255, .3);
  border-top: none;
  border-bottom: none;
}

.pgp-sl-cat .pgp-blog-content-wrap: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%); */
  background: rgba(0, 0, 0, .2);
  z-index: 0;
}

.pgp-sl-cat .pgp-blog-content-wrap.cw_darker-bg:before {
  background: rgba(0, 0, 0, .7);
}

.cw_hover-bg-sec .pgp-sl-cat {
  display: block;
  background: url(/wp-content/uploads/2024/01/4_ServiceImg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* transition: 600ms; */
  margin-bottom: 0;
}

.cw_hover-bg-sec .pgp-sl-cat .pgp-blog-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.cw_hover-bg-sec .pgp-sl-cat .pgp-blog-content-wrap .wpb_text_column {
  /* display: none; */
  height: 0;
  overflow: hidden;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
  position: relative;
}

.cw_hover-bg-sec .slick-arrow,
.pgp-sec-7 .pgp-all-post-wrap .slick-arrow,
#hero-section .slick-arrow {
  position: absolute;
  top: 30%;
  background: transparent;
  font-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
  width: 100px;
  filter: drop-shadow(0px 0px 5px #ffffff);
}

.cw_hover-bg-sec .slick-arrow img,
.pgp-sec-7 .pgp-all-post-wrap .slick-arrow img,
#hero-section .slick-arrow img {
  width: 100%;
  height: auto;
}

.cw_hover-bg-sec .slick-next img,
.pgp-sec-7 .pgp-all-post-wrap .slick-next img,
#hero-section .slick-next img {
  transform: rotate(180deg);
}

.cw_hover-bg-sec .slick-arrow:focus {
  color: #fff;
}

.cw_hover-bg-sec .slick-arrow:hover {
  color: #ddd;
}

.cw_hover-bg-sec .slick-next,
.pgp-sec-7 .pgp-all-post-wrap .slick-next,
#hero-section .slick-next {
  right: 0;
}

.cw_hover-bg-sec .slick-prev,
.pgp-sec-7 .pgp-all-post-wrap .slick-prev,
#hero-section .slick-prev {
  left: 0;
}

/*Service Lines End*/
/*Search results*/
.search-results #main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 100px !important;
}

.search-results #main article .inside-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-results #main article {
  width: 25%;
}

.search-results #main article .inside-article .post-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.search-results #main article .inside-article .entry-header {
  display: block !important;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 20px;
}

.search-results #main article .inside-article .entry-summary {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 10px;
}

.search-results #main article .inside-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 10px;
}

.search-results #main article .inside-article .entry-header h2 {
  font-family: "adobe-garamond-pro", serif;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.search-results #main article .inside-article .post-image a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-post #nav-below {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

#page .gp-icon svg {
  fill: #a87d3c !important;
  color: #a87d3c !important;
}

.gp-icon.icon-arrow-right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 5px;
}

.single-post .nav-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*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: 20px !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: 20px;
}

.site-info div,
.site-info span {
  color: #ffffff;
}

.site-info {
  border-top: solid 1px #503853;
}

.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;
  border-radius: 50%;
}

.gp-icon svg {
  fill: #ffffff !important;
  color: #a87d3c !important;
}

.pgp-is-loc {
  padding: 15px 30px;
  padding-left: 0;
}

/*Footer End*/
body {
  overflow-x: hidden;
}

/* Media Queries */
@media screen and (min-width: 1600px) {
  .post-template-team .random-image-container img#random-image {
    margin-top: 120px;
  }
}

@media screen and (max-width: 1600px) {
  .single-post #page #content {
    justify-content: center;
  }

  .single-post #page #content #left-sidebar {
    width: 25%;
  }
}

@media screen and (max-width: 1325px) {
  #brotman-u-nav {
    padding: 20px 10px;
  }

  .pgp-bu-sb>div {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 1200px) {
  #pgp-sec-1 .pgp-has-diag {
    padding: 40px 30px !important;
  }

  .post-template-team .entry-content {
    padding: 15px ! Important;
  }

  .post-template-team .cw_content-title {
    margin-bottom: 10px;
  }

  .post-template-team .cw_main-content {
    padding: 20px;
    width: 100%;
  }

  .post-template-team h1 {
    text-align: left;
  }

  .post-template-team .cw_member-info {
    left: 12px;
    width: 60%;
  }

  .post-template-team .random-image-container::before {
    background: linear-gradient(239deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.5046393557422969) 69%);
  }

  .post-template-team .cw_member-info {
    top: 30%;
    left: 10%;
  }

  .post-template-team .random-image-container img#random-image {
    min-height: 400px;
    margin-top: 55px;
  }
}

@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 screen and (min-width: 1039px) {
  li#mega-menu-item-34>.mega-sub-menu {
    display: flex !important;
  }

  #mega-menu-primary>li:not(:last-child) {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 1039px) {
  #mega-menu-wrap-primary {
    display: block !important;
  }

  .mega-menu-toggle {
    background: transparent !important;
  }

  .nav-float-right #site-navigation {
    flex-basis: fit-content;
    order: 3;
  }

  .has-inline-mobile-toggle .header-widget {
    flex-basis: inherit;
    order: 2;
    margin: 1em auto;
  }
}

@media only screen and (max-width: 1024px) {
  .pgp-all-post-wrap .pgp-blog-excerpt {
    font-size: 20px;
  }

  .post-template-team .random-image-container img#random-image {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 884px) {
  .top-bar .inside-top-bar {
    padding: 0 10px;
  }

  .pgp-tb-l-links>div {
    padding: 15px 10px;
  }

  .pgp-search a {
    margin-right: 10px;
  }
}

@media screen and (max-width: 860px) {

  h1,
  h1 span {
    font-size: 38px !Important;
  }

  .fc-hero-copy-wrap .pgp-btn-default a {
    font-size: 20px !important;
  }

  .single-post .entry-header {
    margin-top: 0vh;
  }

  .cw_member-info .custom-field-pgp-member-title {
    font-size: 1em;
  }
}

@media only screen and (max-width: 800px) {
  .top-bar .inside-top-bar>.widget {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: auto;
  }

  .top-bar {
    background: #000000;
    padding: 5px;
    height: auto !important;
  }

  .pgp-tb-l-links>div {
    padding: 0 15px;
  }

  /*.pgp-tb-l-links {*/
  /*    margin-top: 15px;*/
  /*}*/
  /* #masthead {
    top: 80px;
  } */
  .inside-header {
    padding: 0px 40px;
  }

  #pgp-cp-sec-6 .wpb_column>div {
    padding: 15px 20px;
  }

  .announcement-banner a {
    padding: 10px 20px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .cw_hover-bg-sec .pgp-sl-cat .pgp-blog-content-wrap {
    background: transparent !important;
  }

  .page .pgp-cp-sec-1 .wpb_text_column {
    top: unset;
    bottom: 90%;
    border-top: solid 6px #a87d3c;
    border-bottom: none;
  }

  #mega-menu-wrap-primary #mega-menu-primary {
    text-align: right;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    color: #2B1D2A !important;
    font-weight: bold !important;
    border-top: solid 1px !important;
    margin-bottom: 25px !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link span {
    font-weight: bold !important;

  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a,
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li {
    margin-bottom: 25px !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link span {
    font-weight: bold !important;
    color: #000;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item,
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 15px 25px;
  }

  /*.pgp-has-note>.mega-sub-menu:before {*/
  /*  content: "At Brotman Law, we do not just solve your tax problems, we solve all your problems.";*/
  /*  display: block !important;*/
  /*  position: relative !important;*/
  /*  float: left;*/
  /*  width: 40%;*/
  /*  max-width: 760px;*/
  /*  font-size: 30px;*/
  /*  color: #2B1D2A;*/
  /*  padding-bottom: 9%;*/
  /*  margin-right: 10%;*/
  /*}*/
  /*.pgp-has-about-note>.mega-sub-menu:before {*/
  /*  content: "At Brotman Law, we help you achieve your personal, professional, and financial goals.";*/
  /*  display: block !important;*/
  /*  position: relative !important;*/
  /*  float: left;*/
  /*  width: 40%;*/
  /*  max-width: 760px;*/
  /*  font-size: 30px;*/
  /*  color: #2B1D2A;*/
  /*  padding-bottom: 9%;*/
  /*}*/
  /*Mega Menu*/
  #mega-menu-wrap-primary,
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: transparent !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
    font-size: 25px;
    line-height: 1;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 28px;
    line-height: 1;
    padding-top: 10px;
  }

  .nav-float-right #site-navigation {
    margin-left: auto;
    width: 70%;
  }

  #mega-menu-wrap-primary {
    clear: both;
    width: 100%;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    padding: 45px 20px;
    position: fixed;
    width: 98%;
    margin-left: 1%;
    top: 125px;
    background: #ffffff;
    box-shadow: 0px 0px 10px -3px #000000;
  }

  .pgp-sticky-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    top: 110px;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
    background: transparent;
    border-bottom: solid;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 22px;
  }

  /*Mega Menu end*/
  /*Footer*/
  .pgp-footer-locs {
    display: flex;
  }

  /*Footer End*/
  /*Tabs spacing*/
  .pgp-has-tabs .vc_tta-panel-body>div>div:first-child {
    padding-right: 130px;
    padding-left: 40px;
  }

  .pgp-has-tabs .vc_tta-panel-body>div>div:last-child {
    padding-left: 0px;
    padding-right: 60px;
  }

  /*Tabs spacing END*/
}

@media only screen and (max-width: 768px) {
  .main-navigation .inside-navigation {
    justify-content: end;
  }

  .cw_vid-title {
    margin-top: -65%;
  }

  .cw_push-play {
    margin-top: 0%;
  }

  .pgp-tb-l-links>div:last-child {
    border-right: none;
  }

  .pgp-search a {
    margin-right: 20px;
  }

  #pgp-sec-1 .pgp-has-diag {
    padding: 17.5px 15px !important;
  }

  .pgp-sec-1 .pgp-has-diag {
    -webkit-clip-path: unset !important;
    clip-path: unset !important;
  }

  #pgp-sec-1>div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pgp-sl-cat .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pgp-sl-cat .pgp-blog-content-wrap {
    min-height: 75vh;
    background-position: center center;
  }

  .pgp-sl-cat-1 .pgp-all-post-wrap:last-child .pgp-blog-content-wrap {
    background-position: bottom center;
  }

  .pgp-sl-cat>div .pgp-all-post-wrap,
  .pgp-sl-cat * {
    width: 100%;
  }

  .cw_hover-bg-sec .slick-arrow {
    top: 85%;
    font-size: 35px;
  }

  .cw_hover-bg-sec .slick-next {
    width: auto;
  }

  .pgp-sl-cat .pgp-blog-content-wrap {
    border: none;
  }

  .cw_hover-bg-copy h2 {
    font-size: 24px;
  }

  .pgp-has-sbs-list ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .page .pgp-cp-sec-1 .wpb_text_column {
    width: 100%;
    position: relative !important;
    top: unset !important;
    left: unset !important;
  }

  h1,
  h1 span {
    font-size: 50px;
  }

  #QQuiz .question {
    font-size: 22px;
  }

  .has-inline-mobile-toggle #site-navigation.toggled {
    background: #533351;
    -webkit-box-shadow: 0px 2px 4px 0px #000000;
    box-shadow: 0px 2px 4px 0px #000000;
  }

  .single-post .entry-header {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
  }

  .post-template-team header.entry-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pgp-member-info {
    margin-left: 0;
  }

  .pgp-hiw h2 {
    text-align: center !important;
  }

  .pgp-sl-cat h5 {
    font-size: 20px;
  }

  #pgp-sec-7 {
    padding-bottom: 0 !important;
  }

  #pgp-sec-8 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .single-post #page #content #primary {
    width: 100%;
  }

  .post-template-team .cw_content {
    display: block;
  }

  .post-template-default.single.single-post .inside-left-sidebar {
    margin-top: 0vh !important;
  }

  .cw_flip-cards p {
    /* font-size: 25px !important; */
  }

  p {
    font-size: 20px;
    line-height: 1.5;
  }

  .pgp-sl-cat h5 {
    font-size: 25px;
  }

  h2,
  h2 span {
    font-size: 32px;
    font-weight: 800 !important;
  }

  h4,
  h4 span {
    font-size: 22px;
  }

  .cw_supersize {
    font-size: 8.4vw !important;
  }

  .cw_flip-cards {
    height: 200px !important;
  }

  .pgp-sec-7 .pgp-all-post-wrap .slick-arrow {
    display: none;
  }

  .pgp-sec-7 .pgp-all-post-wrap {
    padding: 0 !important;
  }

  .site-info,
  .site-info * {
    font-size: 14px !important;
  }

  h1,
  h1 span {
    font-size: 28px ! Important;
  }

  /* 	fixing header image overflow */
  html:has(.post-template-default) {
    overflow-x: hidden;
  }

  body:has(.post-template-default) {
    position: relative;
  }

  /* 	more room for blog */
  .single-post .entry-content {
    padding: 35px ! Important;
  }

  #block-5 {
    max-width: 100%;
  }

  /* 	blog nav */
  .single-post #page #content #left-sidebar {
    width: 100%;
  }

  .pgp-blog-nav-back a {
    margin-bottom: 10vh;
  }

  /* video blog */
  /* 	accounting for back button */
  /*   .cw_video-blog .entry-header {
    margin-top: 150px;
  } */
  .cw_video-blog .entry-header {
    margin-top: 35px;
  }

  .cw_video-blog .is-left-sidebar {
    /*     top: 52%; */
    /*     left: 0%; */
    /*     max-width: 400px; */
    max-width: 100%;
    position: relative;
    width: 100% !important;
  }

  .cw_video-blog p.pgp-blog-nav-back {
    /*     padding-right: 0; */
    margin: 0 auto;
  }

  .cw_video-blog .pgp-blog-nav-back a {
    margin-bottom: 0;
  }

  .cw_video-blog #block-5 {
    max-width: 100%;
    /* 		padding-right: 0; */
  }

  /* 	centering the back button */
  .pgp-blog-nav-back {
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {

  .cw_hover-bg-sec .pgp-sl-cat .pgp-blog-content-wrap .wpb_text_column,
  .pgp-blog-excerpt {
    height: 135px !important;
  }

  .pgp-has-diag h4 {
    border-left: none;
    border-right: none;
  }

  #mobile-menu-control-wrapper #mega-menu-wrap-primary {
    background: transparent !important;
  }

  .cw_vid-thumb {
    position: relative;
  }

  .cw_vid-title {
    font-size: 5vw;
  }

  .cw_vid-title:after {
    content: url(/wp-content/uploads/2024/05/Play-Button-100px.png);
  }

  .cw_vid-title img {
    max-width: 60%;
  }

  .cw_push-play {
    margin-top: -40%;
  }

  .post-template-team .cw_member-info {
    top: 40%;
  }

  .cw_member-info h1 {
    font-size: 2em !important;
  }
}

@media only screen and (max-width: 480px) {

  #masthead.pgp-sticky-nav>div,
  #masthead>div {
    display: flex;
    align-items: flex-start;
    row-gap: 20px;
    padding: 10px 20px !important;
  }

  .inside-navigation.grid-container {
    margin-right: auto;
  }

  .pgp-has-cats>div>div {
    min-height: 300px;
    background-position: center center !important;
  }

  .site-header .header-widget {
    margin-top: 0;
  }

  #masthead {
    top: 50px;
    padding: 0 !important;
  }

  .pgp-tb-r-links .pgp-desktop-only p {
    display: none !important;
  }

  .pgp-tb-r-links {
    gap: 15px;
  }

  .pgp-tb-r-links .pgp-mobile-only {
    display: flex;
  }

  .pgp-tb-r-links .pgp-mobile-only a {
    align-items: center;
  }

  .post-template-team .random-image-container {
    margin-top: 100px;
  }

  .post-template-team .cw_member-info {
    top: 35%;
  }

  .cw_member-info h1 {
    font-size: 2em;
  }

  #pgp-cp-sec-4 h2,
  #pgp-sec-7 h2 {
    margin-bottom: 20px;
  }

  .cw_hover-bg-sec .pgp-sl-cat .pgp-blog-content-wrap .wpb_text_column,
  .pgp-blog-excerpt {
    height: 300px !important;
  }

  .featured-image.page-header-image-single {
    transform: translate(-60%, 30%);
  }

  .cw_push-play {
    margin-top: -30%;
    font-size: 5vw;
  }

  .cw_member-info h1 {
    font-size: 1.5em !important;
  }

  .post-template-team .random-image-container img#random-image {
    margin-top: 80px;
  }

  .announcement-banner a {
    font-size: 18px;
  }

  /* 	blog nav elements center when only one shows */
  .nav-previous:only-child,
  .nav-next:only-child {
    text-align: center;
  }

  #pgp-cp-hero-copy {
    right: 0;
  }
}

.post-template-team .single-post #page #content #primary {
  width: 100%;
  max-width: 1500px;
}

body.post-template-team .random-image-container {
  background-size: cover;
  background-position: 58% 3em;
  background-repeat: no-repeat;
  min-height: 500px;
  height: auto !important;
}

@media (min-width:768px) {
  body.post-template-team .random-image-container {
    min-height: 500px;
    height: 100%;
    background-position: center 2em;
    background-size: cover;
  }
}