﻿/****** CTAs ********/
.cta-primary p.cta-title, .cta-secondary p.cta-title{
  margin-top:5px;
} 
/******CTA Primaty *********/

.cta-primary {
  border: 1px solid #f2542d;
  padding: 20px;
  border-bottom: 30px solid #f2542d;
  width: 80%;
}
.cta-primary h3 {
  color: #2c4141;
  font-family: "IBM Plex Sans Condensed";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
}
.cta-primary a.btn {
  padding: 10px 20px;
  display:inline-block;
}
/******CTA secondary *********/
.cta-secondary {
  border: 1px solid #086788;
  padding: 20px 20px 30px 20px;
  width: 80%;
}
.cta-secondary h3 {
  color: #2c4141;
  font-family: "IBM Plex Sans Condensed";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2.125rem;
  margin-top:.5rem;
}
.cta-secondary a.btn {
  padding: 10px 20px;
  display: inline-block;
}
/******CTA Tertiary *********/
.wp-block-lazyblock-cta-tertiary{
  margin-block-start: 40px;
  margin-block-end: 50px;
}
.cta-tertiary {
  width: 80%;
}
h3.text-underline {
  border-bottom: 6px solid #086788;
  display: inline-block;
  padding-bottom: 6px;
  width: 80%;
  font-family: sans-serif;
}
p.p-cta-tertiary {
  margin-top: -14px;
}
button.btn-tertiary {
  color: #FFFFFF;
  font-family: 'IBM Plex Mono';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  background-color: #2C4141;
  padding: 8px;
  margin-top:20px;
  text-decoration: auto;
}
.main-cta-dropdown {
  width: 80%;
}
.cta-tertiary a.btn {
  padding: 10px 20px;
  display: inline-block;
}
/***Company profile Start******/

.company-profile {
  display: flex;
}
.comapny-group {
  display: flex;
  padding: 10px;
}
.company-profile-list-1 {
  width: 50%;
}

.company-profile-list-2 {
  width: 50%;
}
.comapny-group img {
  width: 50px;
  vertical-align: middle;
  height: 50px;
  padding-right: 20px;
}

img.company-icon {
  height: 34px;
  width: 34px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}
img.company-location-icon {
  height: 34px;
  width: 21.25px;
  margin-bottom: auto;
  margin-top: auto;
  display: block;
}
a.company-website-link {
  color: #109594;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}

@media only screen and (min-width: 300px) and (max-width: 489px) {
  .company-profile {
    display: block;
  }
  .comapny-group {
    display: flex;
    padding: 0px;
  }
  .company-profile-list-1 {
    width: 100%;
  }

  .company-profile-list-2 {
    width: 100%;
  }
}

/****Company profile Tab Start****/

nav.company-profile-tab ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav.company-profile-tab ul li {
  display: inline;
}

nav.company-profile-tab ul li a {
  text-decoration: none;
  padding: 0px 40px 0px 4px;
  margin-right: 20px;
  color: #2c4141;
  font-family: "IBM Plex Sans";
  font-weight: 300;
  letter-spacing: 0;
  line-height: 17px;
}

nav.company-profile-tab ul li.active {
  border-bottom: 5px solid #F2542D;
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
  nav.company-profile-tab {
    overflow: scroll;
  }
  nav.company-profile-tab ul li {
    display: table-cell;
    padding-bottom: 12px;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
/****Company profile Tab End****/

/****Two Column Comparison Start****/
.two-column-comparison {
  display: flex;
  flex-direction:column;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #d7d7d7;
}
.two-column-comparison .comparison-column {
  flex: 1; 
  padding:0 10px;
}
.two-column-comparison .comparison-column:first-child {
  margin-bottom:40px;
}
.two-column-comparison p {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 16px;
}
p.comparison-title {
  color: #2c4141;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: -8px;
  margin-top:0;
  line-height: 35px;
}

@media only screen and (min-width:768px){
  .two-column-comparison .comparison-column:first-child {
    margin-bottom:0px;
  }
  .two-column-comparison{
    flex-direction:row;
  }
}

/***CTA Tips Start*********/
span.cta-tips-img img {
  height: 23px;
  width: 23px;
  padding-left: 10px;
  padding-right: 15px;
  vertical-align: middle;
}

span.cta-tips-title {
  color: #000000;
  font-family: "IBM Plex Mono";
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  vertical-align: middle;
}
hr.wait {
  border: 3px solid #f2542d;
  width: 125px;
  margin: auto;
  display: block;
  float: left;
}
hr.build-website {
  border: 3px solid #f2542d;
  width: 249px;
  margin: auto;
  display: block;
  float: left;
}
hr.free-download {
  border: 3px solid #f2542d;
  width: 230px;
  margin: auto;
  display: block;
  float: left;
}
hr.get-inspired {
  border: 3px solid #f2542d;
  width: 230px;
  margin: auto;
  display: block;
  float: left;
}
hr.key-takeaway {
  border: 3px solid #f2542d;
  width: 216px;
  margin: auto;
  display: block;
  float: left;
}
hr.listen-learn {
  border: 3px solid #f2542d;
  width: 232px;
  margin: auto;
  display: block;
  float: left;
}
hr.next-steps {
  border: 3px solid #f2542d;
  width: 190px;
  margin: auto;
  display: block;
  float: left;
}
hr.pro-tip {
  border: 3px solid #f2542d;
  width: 243px;
  margin: auto;
  display: block;
  float: left;
}
hr.recommended {
  border: 3px solid #f2542d;
  width: 200px;
  margin: auto;
  display: block;
  float: left;
}
hr.watch-learn {
  border: 3px solid #f2542d;
  width: 228px;
  margin: auto;
  display: block;
  float: left;
}
.cta-tips-img-title {
  padding-bottom: 5px;
}

.content {
  padding-left: 50px;
}
/****CTA Tips End****/

.Explore a.wp-block-post-excerpt__more-link {
  background-color: #2c4141;
  color: #fff;
  padding: 20px;
  margin-top: 20px;
  text-decoration: none;
}

/*****Pull Quote*****/

.pull-quote {
  background-image: url("http://localhost/startupsavant-wordpress/wp-content/uploads/2024/05/pull_quote_curve_line.svg") !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: auto !important;
  padding: 0px 20px 0px 20px !important;
  margin-top: 40px;
  margin-bottom: 40px;
}

p.quote {
  color: #086788;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
}

p.pull-quote-autor-title {
  color: #086788;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  margin-top: -15px;
}

p.pull-quote-autor-name {
  color: #086788;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  padding: 0px;
}
/*****CTA Dropdown*******/
select option {
  color: #595959;
  font-family: "IBM Plex Sans";
  font-size: 18px !important;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}
p.cta-dropdown-hr-line {
  margin-top: -20px;
  height: 8px;
  width: 100%;
  background-color: #086788;
}
.wp-block-lazyblock-cta-tertiary-dropdown {
  margin-bottom:35px;
}

/***** Custom Dropdown *********/
.wp-block-lazyblock-custom-dropdown select {
  height: 48px !important;
  Font-size:20px;
  font-weight:500;
  width: 480px !important;
  border: 1px solid #D7D7D7 !important;
  background-color: #FFFFFF !important;
  padding-left: 8px !important;
}

/**********Slider *************/
.slider_desc {
  margin: 16px;
  margin-top: 0px;
  color: #333333;
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  max-height: 38px;
}

#slider_desc_toogler {
  border-top: silver 1px dotted;
  margin-bottom: 30px;
  margin-top: 20px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#slider_desc_toogler i {
  position: absolute;
  text-align: center;
  color: silver;
  font-size: 25px;
  font-family: fontawesome;
  left: calc(50% - 10px);
  margin-top: -13px;
  background: #fff;
}
/****************Show More********************/
div#myElement {
  padding: 0px 30px 30px 30px;
}

.Expanding-text h3 {
  padding: 0px 30px 30px 30px;
}
.Expanding-text {
  border: 1px solid #eee;
}
.collapsed {
  display: block;
  height: 470px;
  overflow-x: hidden;
}
span#buttonText {
  font-size: 19px;
  text-align: left;
  margin-left: -29px;
  margin-top: 16px;
}
button#toggleButton {
  width: 100%;
  padding: 20px;
  background: #eee;
  border: 1px solid blue;
  text-align: left;
  cursor: pointer;
  border: none;
  display: inline-flex;
}

.Expanding-text .fixed-button {
  bottom: 0px; /* Adjust as needed */
  z-index: 1000; /* Ensure the button is above other elements */
}

/********** Table ************/
.wp-block-table {
  width: 100%;
  font-family: "IBM Plex Sans";
  font-weight:300;
}
.wp-block-table table {
  border-collapse: collapse;
  overflow-x: scroll;
}
.wp-block-table tr{
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
}
.wp-block-table tr:last-child{
  border:none;
}
.wp-block-table td{
  border:none;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
  min-width: 230px;
}
@media (max-width: 768px) {
  .wp-block-table ul {
    padding-left: 20px;
    list-style-type: disc;
  }

  .wp-block-table ul li {
    margin-bottom: 5px;
  }
}
.wp-block-table::-webkit-scrollbar {
  height: 8px;
  width: 4px;
  background: rgba(235, 235, 235, 1);
}
.wp-block-table::-webkit-scrollbar-thumb:horizontal {
  background: #000;
  border-radius: 100px;
}

.wp-block-table.is-style-regular, .imposter-affiliate-table .wp-block-table{
  width:initial;
}
.wp-block-table.is-style-regular table, .imposter-affiliate-table .wp-block-table table{
  width:initial;
}
.wp-block-table.is-style-regular td, .imposter-affiliate-table .wp-block-table td{
  box-sizing: border-box;
  width:230px;
}

/******* Affililate Table *******/
@media (max-width: 768px) {
  .wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) .wp-block-table table,
  .wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) .wp-block-table tbody,
  .wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) .wp-block-table tr,
  .wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) .wp-block-table td {
    display: block;
    width: 100%;
  }
}
.wp-block-lazyblock-table-builder .table-heading {
  display: inline-block;
  margin-bottom:20px;
}
@media screen and (max-width: 768px) {
  .wp-block-lazyblock-table-builder .table-heading {
    display: block;
  }
}
.wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) .wp-block-table table,
.wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) .wp-block-table td{
  border: none;
}
.wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) .wp-block-table tr{
  border-bottom: 1px solid #d7d7d7;
}
.wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) .wp-block-table td{
  padding-bottom:20px;
  padding-left:0;
  padding-right:0;
}
@media screen and (max-width: 768px) {
  .wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) .wp-block-table td{
    text-align: center;
  }
}
/* FIRST COLUMN */
.wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) .wp-block-table tr:first-child{
  padding-top:0;
}
.wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) .wp-block-table tr:first-child td{
  vertical-align: top;
}
/* END FIRST COLUMN */
/* SECOND COLUMN */
.wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) .wp-block-table td:nth-child(2) strong,
.wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) .wp-block-table td:nth-child(2) .cell-headline{
  font-weight:500;
}
.wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) .wp-block-table td:nth-child(2) em{
  font-size:16px;
  font-family: "IBM Plex Sans";
  color: #2C4141;
}
/* END SECOND COLUMN */
.wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) .cta-title{
  margin:10px 0;
}
.wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) img{
  width:100px;
  height:18px;
  margin-bottom: 10px;
  display:block;
}
@media screen and (max-width: 768px) {
  .wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) img{
    margin: 0 auto 10px;
  }
}
.wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) a.btn{
  color: #ffffff;
  background-color: #2c4141;
  display: inline-block;
  margin-bottom:10px;
}
.wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) span.cta-dropdown-hr-line {
  display: block;
  height: 8px;
  margin-top:6px;
  background-color: #2c4141;
}
.wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) ul{
  padding-left:0;
}
.wp-block-lazyblock-table-builder:not(.imposter-affiliate-table) ul li{
  font-size:1rem !important;
  line-height:normal;
}

/**********author bio************/
.author-bio {
  display: flex !important;
  width: 100% !important;
}
.author-image-container {
  width: 40%;
  padding:20px 20px 20px 0px;
}
.author-img {
  width: 105px; /* adjust as needed */
  height: 105px; /* adjust as needed */
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.author-img img {
  height: 105px;
}
@media screen and (max-width:768px) {
  .author-image-container {
    padding-right:0;
    margin:0 auto;
  }
}
p.laz-block-author-name {
  font-family: "IBM Plex Sans" !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  text-align: left;
  color: #000 !important;
  text-decoration: none !important;
}
p.laz-block-author-description {
  color: #2c4141;
  font-family: "IBM Plex Sans" !important;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  text-decoration: none !important;
  margin-top: -18px;
  margin-bottom: 0px;
}
a.author-link {
  color: rgba(16, 149, 148, 1);
  font-weight: 600;
}
/**** Article Preview ******/
.article-preview {
  display: flex;
}

.article-preview a{
  font-family: "IBM Plex Sans";
  color: #595959;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-decoration: underline;
}

.article-preview a.tag {
  text-decoration: none;
}

.article-preview .title {
  margin:0 0 10px;
}

.article-preview img {
  max-width: 100%;
}

.article-preview.flex-row a.image-wrapper img{
  margin-right: 20px;
  max-width: 230px;
}

.article-preview.flex-column img {
  margin-bottom:10px;
}

.article-preview .tags {
  display: flex;
  flex-direction: row;
}

.article-preview.flex-column .tags {
  flex-wrap:wrap;
}

.article-preview.flex-column .tags .tag {
  margin-bottom:10px;
}
span.tag {
  font-weight: 600 !important;
}
.tags .tag{
  padding: 1px 10px 3px;
  color: #2C4141;
  font-family: "IBM Plex Mono";
  font-size: .875rem;
  font-weight: 500;
}
.article-preview.flex-row .description{
  margin:0 0 10px
}
.article-preview.flex-column .description{
  margin: 0;
}

@media screen and (max-width: 768px) {
  /*convert horizontal article preview to vertical layout on small screens*/
  .article-preview.flex-row {
    flex-direction: column;
  }
  .article-preview.flex-row a.image-wrapper img {
    max-width: 100%;
  }
  .article-preview.flex-column {
    margin-bottom: 20px;
  }
}

/********* Banner **********/
@media screen and (max-width: 920px) {
  body.home .wp-block-lazyblock-banner-image{
    display: none;
  }  
}
.wp-block-lazyblock-banner-image {
  padding: 0;
  margin:0;
}

.wp-block-lazyblock-banner-image .wp-block-columns {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.wp-block-lazyblock-banner-image .wp-block-column {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  flex-basis: 1200%;
}

.wp-block-lazyblock-banner-image .wp-block-cover.is-light {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.wp-block-lazyblock-banner-image img{
  object-fit: cover;
  width: 100%;
}

/********** Anchor ************/
.wp-block-lazyblock-anchor, .wp-block-lazyblock-anchor a.anchor {
  visibility: hidden;
  height: 0px;
}

/********* WP Sidebar (Author pages) ******/
.sidebar-heading{
  margin-top:1rem !important; /* this is in REM to match the browser default value (which it's overwriting) */
  margin-bottom:5px;
  font-size:16px !important;
  font-family: IBM Plex Mono;
  font-weight: 700;
  line-height: 20.8px;
  text-align: left;
}
h6.sidebar-title.wp-block-post-title a {
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  color: #595959 !important;
}
h6.topics-to-explore-post-title.wp-block-post-title a {
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  text-align: left;
  text-decoration: underline !important;
  color: #109594 !important;
}
.wp-block-atbs-tabs .tabs-titles .tab-title {
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  gap: 8px;
  justify-content: center;
  list-style: none;
  padding: 15px 6px 5px 6px;
  transition: all 0.3s ease;
  width: 100%;
}
.sidebar-section {
  border: 0.5px solid #d7d7d7;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 0px 20px 20px;
  margin-bottom:20px;
}
.sidebar-section
  ul.wp-block-post-template.is-layout-flow.wp-block-post-template-is-layout-flow
  li {
  border-bottom: 0.5px solid #d7d7d7;
}
.sidebar-section
  ul.wp-block-post-template.is-layout-flow.wp-block-post-template-is-layout-flow
  li:last-child {
  border: 0px !important;
}
/********** Lazyblock Sidebar ***********/
.sidebar-tags-list{
  margin-top: 20px;
}
.wp-block-lazyblock-sidebar ul li{
  list-style: none;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  margin-bottom:0px;
}
.wp-block-lazyblock-sidebar ul{
  padding:0px;
  margin-bottom:0px;
}
.wp-block-lazyblock-sidebar li{
  box-sizing: border-box;
  word-break: break-word;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 0px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.wp-block-lazyblock-sidebar .popular-trending ul li a{
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  text-decoration-line: none;
  color:#595959;
}
.wp-block-lazyblock-sidebar .further-reading ul li a{
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  text-decoration-line: none;
  color:#595959;
}
.wp-block-lazyblock-sidebar .topics-to-explore ul li a{
  color:#109594;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  text-align: left;
}
.wp-block-lazyblock-sidebar .topics-to-explore ul li a:hover{
  color:#0c6e6d;
}
.wp-block-lazyblock-sidebar ul li small{
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color:#595959;
}
.wp-block-lazyblock-sidebar .sidebar-heading{
  margin-bottom:5px;
  font-size:16px !important;
  font-family: IBM Plex Mono;
  font-weight: 700;
  line-height: 20.8px;
  text-align: left;
  color: #000000;
}
.wp-block-separator{
  width: 144px !important;
  height: 3px;
  background: #2C4141;
  margin:-2px 0 0;
}

/*********** Wysiwyg **********/
.wp-block-lazyblock-wysiwyg img {
  height: auto !important;
  max-width: 100%;
}

/********* Button *********/
.wp-block-lazyblock-button a{
  display: inline-block;
  margin-bottom: 20px;
}
a.btn:not(.btn-primary):not(.btn-secondary):visited,
a.btn:not(.btn-primary):not(.btn-secondary):hover{
  color:white !important; /*using important to overwrite the very specific selector of anchor pseudo classes */
}

/****** Main Featured Article ******/
.wp-block-lazyblock-main-featured-article {
  margin-bottom: 20px;
}
.wp-block-lazyblock-main-featured-article img{
  width: 100%;
}
.wp-block-lazyblock-main-featured-article a.btn {
  display: inline-block;
}

/******* Contact 7 Forms ************/
.wp-block-contact-form-7-contact-form-selector p{
  margin-bottom: 1.75em;
}
.wp-block-contact-form-7-contact-form-selector input:not(input[type="submit"]), .wp-block-contact-form-7-contact-form-selector textarea{
  font-family: "IBM Plex Sans";
  font-size: 1.25rem;
  border:1px solid #D7D7D7;
  padding:9px;
  width:100%;
  box-sizing: border-box;
}
.wp-block-contact-form-7-contact-form-selector input::placeholder {
  color: #595959;
}

/********** Popup Maker ***********/
.pum-theme-lightbox .pum-container {
  padding: 0 !important;
  margin: 0 auto !important;
  width: auto !important;
  max-width: 767px !important
}

.pum-container p {
  margin: 0px
}

@media(max-width:767px) {
  .popup-image {
    display: none !important
  }

  .popup-content {
    flex-direction: column;
    text-align: center
  }
}

.pum-container {
  margin-bottom: 0px !important
}

.pum-container p:has(img){
  display:flex;
}

.pum-container.pum-responsive img {
  min-width:183px;
}