/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2026 | 11:31:32 */
/* Topbar */

.topbar {height: 40px;}

.promo-topbar {margin-right:0px;}

.topbar a.button, .topbar .button {display:none;}

.promo-topbar span {padding:1px 0px 0px 10px;}

span.tbpt {font-size:13px;padding-left:3px;}


img.tbr {padding:3px 10px 0px 0px;width:328px;height:35px;}

@media only screen and (max-width: 1080px) {
  .topbar {
    display:none;
  }
}

[id] {
  scroll-margin-top: 100px;
}


textarea:focus, input:focus{
    outline: none;
}

*:focus {
    outline: none;
}

.genesis-nav-menu #menu-item-1015 a {
	padding: 13px 10px;
}

li#menu-item-1015 {
	background-color: #5196da;
  border: 2px solid #5196da;
	border-radius: 25px;
	margin-left: 7px;
}

li#menu-item-1015:hover {
	background-color: #ffffff;
  border: 2px solid #5196da;
	border-radius: 25px;
	transition: 0.6s;
	color: #5196da;
}

li#menu-item-1015 a {
	color: #ffffff;
}

li#menu-item-1015 a:hover {
	color: #5196da;
}


/* Mobile Adjustments */


/* adjust header */
@media only screen and (max-width: 767px) {
  .headercolumn h1 {
    font-size: 48px !important; 
		width: 100% !important;
		padding-bottom: 10px;
  }
}


/* remove header paragraph */
@media only screen and (max-width: 767px) {
  .headercolumn p {
    display: none;
  }
}

/* reduce column gap */
@media only screen and (max-width: 767px) {
    :where(.wp-block-columns.is-layout-flex) {
        gap: 0.5em;
    }
}

/* ensures buttons align center */
@media only screen and (max-width: 767px) {
  .wp-block-buttons.is-layout-flex {
    display: flex;
		width:100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .wp-block-buttons .wp-block-button {
    display: inline-block; /* Fallback for non-flex contexts */
    text-align: center;
  }
}


@media only screen and (max-width: 969px) {
  /* Override top row (4 columns) */
  .gb-block-container.weworkwith .gb-layout-columns-4 > .gb-layout-column-wrap.gb-is-responsive-column {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; /* 2 columns */
    grid-template-areas: 
      "col1 col2"
      "col3 col4" !important; /* Pair columns in 2 rows */
    grid-gap: 0.5em !important; /* Adjust spacing */
    justify-items: center !important; /* Center items */
    align-items: start !important; /* Align to top */
  }

  /* Override bottom row (5 columns, assuming similar class) */
  .gb-block-container.weworkwith .gb-layout-columns-5 > .gb-layout-column-wrap.gb-is-responsive-column {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; /* 2 columns */
    grid-template-areas: 
      "col1 col2"
      "col3 col4"
      "col5 ." !important; /* 5th column alone in last row */
    grid-gap: 0.5em !important;
    justify-items: center !important;
    align-items: start !important;
  }

  /* Ensure child columns fit properly */
  .gb-block-container.weworkwith .gb-grid-column,
  .gb-block-container.weworkwith .gb-block {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
    flex: unset !important; /* Disable flex properties */
  }
}



/* Fonts */

sub {
	bottom: 0em !important;
	left: 0.1em !important;
	background: linear-gradient(to right, #00c2cb, #5196da);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.entry-content h2,h4 {color:#333;}

.headerblock h2 {color: #fff;}

mark {
	background-color: rgba(0, 0, 0, 0);
/* color: #3a3a3a; */
background: linear-gradient(to right, #89f7fe, #bcda51);
-webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

/* code::before {
    content: "\a";
    white-space: pre;
} */

code {
	background-color: rgba(0, 0, 0, 0);
/* color: #3a3a3a; */
background: linear-gradient(to right, #00c2cb, #5196da);
-webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
}


p.beyond {
	background-color: rgba(0, 0, 0, 0);
/* color: #3a3a3a; */
background: linear-gradient(to right, #00c2cb, #5196da);
-webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
}


/* Timeline Elements */


.abouttest {
  position: relative; /* Ensures the pseudo-element is positioned relative to this container */
}

.abouttest::after {
  content: '';
  position: absolute;
  bottom: -20px; /* Adjusted to match the new arrow size; tweak as needed */
  left: 50%;
  transform: translateX(-50%); /* Centers the arrow horizontally */
  width: 0;
  height: 0;
  border-left: 20px solid transparent; /* Increased for larger size */
  border-right: 20px solid transparent; /* Increased for larger size */
  border-top: 20px solid #fff; /* Increased for larger size; change #000 to your desired color */
}


/* List Elements */

ul.wp-block-list.casebullet li {
    margin-bottom: 20px;
}


/* Button Elements */


.stratcta.wp-block-button .wp-block-button__link {
	background: #fff !important;
	color: #5196da !important;
	border: 1px solid #5196da !important;
	font-size: 14px !important;
}

.stratcta a.wp-block-button__link.wp-element-button:hover {
	background: #5196da !important;
	color: #fff !important;
	font-size: 14px !important;
}


.stratbookcta.wp-block-button .wp-block-button__link {
	background: #3a3a3a !important;
	color: #fff !important;
	border-color: #3a3a3a !important;
	font-size: 14px !important;
}

.statbookcta a.wp-block-button__link.wp-element-button:hover {
	background: #ffffff !important;
	color: #5196da !important;
	font-size: 14px !important;
}


.buttoncta.wp-block-button .wp-block-button__link {
	background: #3a3a3a !important;
	color: #fff !important;
	border-color: #3a3a3a !important;
}

.buttoncta a.wp-block-button__link.wp-element-button:hover {
	background: #5196da !important;
	color: #ffffff !important;
}

.reportcta.wp-block-button .wp-block-button__link {
	background: #fff !important;
	color: #5196da !important;
	border: 1px solid #5196da !important;
}

.reportcta a.wp-block-button__link.wp-element-button:hover {
	background: #5196da !important;
	color: #fff !important;
}


.ecommcta.wp-block-button .wp-block-button__link {
	background: #5196da !important;
	color: #fff !important;

	border-radius: 25px !important;
}

.ecommcta a.wp-block-button__link.wp-element-button:hover {
	background: #3a3a3a !important;
	color: #ffffff !important;
	border-radius: 25px !important;
}


.casecta.wp-block-button .wp-block-button__link {
	background: #fff !important;
	color: #3a3a3a !important;
	border: 1px solid #3a3a3a !important;
	width: 100% !important;
}

.casecta a.wp-block-button__link.wp-element-button:hover {
	background: #5196da !important;
	color: #fff !important;
	width: 100% !important;
}


.servicescta.wp-block-button .wp-block-button__link {
	background: #5196da !important;
	color: #fff !important;
}

.servicescta a.wp-block-button__link.wp-element-button:hover {
	background: #32373c !important;
	color: #ffffff !important;
}

.wlcta.wp-block-button .wp-block-button__link {
	background: #5196da !important;
	color: #fff !important;
	border-color: #5196da !important;
	padding: 10px;
}

.wlcta a.wp-block-button__link.wp-element-button:hover {
	background: #ffffff !important;
	color: #5196da !important;
}

.wpformscta {
	background: #5196da !important;
	color: #fff !important;
	border-color: #5196da !important;
	border-radius: 25px !important;
	
}

.wpformscta:hover {
	background: #ffffff !important;
	color: #5196da !important;
	border-color: #ffffff !important;
	border-radius: 25px !important;
}

.scheduleleft {
	background: #1a1a1a;
	border: 1px solid #1a1a1a;
	border-radius: 25px;
	padding: 30px 20px 10px 20px;
}

.scheduleright {
	background: #1a1a1a;
	border: 1px solid #1a1a1a;
	border-radius: 25px;
	padding: 30px 20px 30px 20px;
}

/* 11th test */



.schedulecta {
	background: #ffffff !important;
	color: #3a3a3a !important;
	border-color: #ffffff !important;
	border-radius: 25px !important;
	width: 55% !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	padding: 20px 20px !important;
	font-size: 16px !important;
	font-family: Muli, sans-serif !important;
}

.schedulecta:hover {
	background: #5196da !important;
	color: #ffffff !important;
	border-color: #5196da !important;
	border-radius: 25px !important;
	width: 55% !important;
	font-style: normal !important;
	font-weight: bold !important;
	letter-spacing: 1px !important;
	padding: 20px 20px !important;
	font-size: 16px !important;
	font-family: Muli, sans-serif !important;
}

.schedulecta::after {
  content: "\f30b";  /* Unicode for fa-right-long */
  font-family: "Font Awesome 6 Free";  /* Adjust to your Font Awesome version, e.g., "Font Awesome 5 Free" for v5 */
  font-weight: 900;  /* Required for the solid style (fas) */
  display: inline-block;  /* Ensures proper rendering */
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /* Optional styling */
  margin-left: 0.3em;  /* Space between icon and content */
  color: #000;  /* Icon color */
  font-size: 1em;  /* Icon size */
}

.schedulecta:hover::after {
  color: white;
}


/* Schedule Form Elements */

.scheduleform .wpforms-field-label {
	color: #ffffff;
	font-size: 12px !important;
}

.scheduleform .wpforms-field-label-inline {
	color: #ffffff;
	font-size: 12px !important;
}


/* Printing LP - Remove Header & Footer */

.page-id-14978 .site-header, .page-id-14978 .site-footer {
   display: none !important;
}

.page-id-15439 .site-header, .page-id-15439 .site-footer {
   display: none !important;
}

.page-id-15462 .site-header, .page-id-15462 .site-footer {
   display: none !important;
}

.page-id-15531 .site-header, .page-id-15462 .site-footer {
   display: none !important;
}

.case_block {margin-bottom:0px !important;}




/* Tabbed Content */

.wp-block-atbs-tabs .tabs-titles {
    background-color: #ffffff;
	  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
    opacity: 1;
}

.tabs-nav .tab-title .tab-title-text {font-size: 24px !important;}

.tab-title-text:hover {
	color: #5196da !important;
	transition: 0.7s;
}

.tabs-content {border-bottom:none !important;}



/* Slide Anything Smooth Scroll */

.owl-stage
{
transition-timing-function: linear!important;
}

.gb-container-inside {
	max-width: 100% !important;
}


/* Header */

.clientrefer .has-inline-color {
  display: block !important;
}

.clientrefersub {
  margin: 0 0 0.5em 0 !important; 
  padding: 0;
  line-height: 1 !important;
  font-size: 20px;
  color: #ffffff;
}


.entry-header::after {
    border-bottom: 0px solid #000;
    content: "";
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 2.5%;
}

@media only screen and (max-width: 1080px) {
  .brag {
    display:none;
  }
}

.gb-block-container .has-background-dim-10 {
	opacity: 0.05;
}

/*
.headermain {
  background-image: linear-gradient(to bottom, #5196da 10%, #3a3a3a);
}
*/

.auditmain {
	border: 2px solid #fff;
	border-radius: 25px;
	padding: 30px 40px 10px 40px;
}

.headercolumn {
	padding: 30px 40px 5px 40px;
	border: 2px solid #fff;
	border-radius: 25px;
}

.headercolumn p {
	margin: 0 0 10px;
}

.headercolumn h1 {
	width: 90%;
}

.headercolumnnew {
	padding: 10px;
	border: 2px solid #5196da;
	border-radius: 25px;
}

p.headersub {
	margin-bottom: 10px;
	line-height: 1.4;
}


.headercta.wp-block-button .wp-block-button__link {
	background: #3a3a3a !important;
	color: #fff !important;
	border-color: #5196da !important;
}

.headercta a.wp-block-button__link.wp-element-button:hover {
	background: #ffffff !important;
	color: #5196da !important;
}

.ctaheader {
   margin-top: 5px;
  }


@media (max-width: 1110px) {
  .ctaheaderlogo {
    display: none !important; /* hide on mobile */
  }
}

.headerpartnerlogo {
	margin-top:-5px;
}


@media (max-width: 1110px) {
  .headimgcol {
    display: none !important; /* hide on mobile */
  }
}



/* STRATEGY DESIGN */

.tagrow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin-bottom: 15px;
}

.pill {
    background: #5196da;
    border: 1px solid #fff;
    padding: 8px 15px;
    border-radius: 999px;
    font-size: 16px;
	font-weight:bold;
    color: #fff;
    white-space: nowrap;
}

.pillway {
    background: #333;
    border: 1px solid #fff;
    padding: 8px 15px;
    border-radius: 999px;
    font-size: 16px;
	font-weight:bold;
    color: #fff;
    white-space: nowrap;
}

.pillgrey {
    background: #666666;
    border: 1px solid #fff;
    padding: 8px 15px;
    border-radius: 999px;
    font-size: 16px;
	font-weight:bold;
    color: #fff;
    white-space: nowrap;
}


.stratsection1 {
	margin-bottom: 0px !important;
}


.shiftleft {
	padding: 20px 5px 5px 5px;
	border: 0px solid #f0efef;
	background: transparent;
	border-radius: 25px;
}

.shiftleft h2 {
	margin-bottom: 1px !important;
}

.shiftright {
	padding: 20px 10px 5px 20px;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 25px;
}


.differentcol {
	padding: 20px 10px 5px 20px;
	border: 2px solid #cbef9e;
	background: #cbef9e;
	border-radius: 25px;
}

.strategycolumns {
	margin-bottom: 0px !important;
}

.stratcol1 {
	padding: 20px 10px 5px 20px;
	border: 3px solid #000;
	border-radius: 25px;
}

.stratdownarrow {
	margin-bottom: 5px !important;
}

.stratawesome {
	margin-bottom: 5px !important;
}


.modelleft {
	padding: 20px 10px 20px 20px;
	border: 1px solid #eee;
	background: #ffffff1a;
	border-radius: 25px;
}

.modelright {
	padding: 20px 10px 5px 20px;
	border: 1px dashed #5196da;
	background: #eee;
	border-radius: 25px;
}


.stratleft {
	padding: 20px 20px 5px 20px;
	border: 3px dashed #333;
	background: #fff;
	border-radius: 25px;
}

.stratright {
	padding: 20px 20px 5px 20px;
	border: 3px dashed #5196da;
	background: #fff;
	border-radius: 25px;
}

.execmngcol {
	margin-bottom: 5px !important;
}

.thewhy {
	padding: 25px 20px 0px 20px;
  background: 
    linear-gradient(#eee, #eee) padding-box,
    linear-gradient(to right, #00c2cb, #5196da) border-box;
  border: 3px solid transparent;
  border-radius: 25px;
}


.acctleft {
	padding: 25px 10px 2px 25px;
	border: 1px solid #eee;
	background: #0ea5e91a;
	border-radius: 25px;
}

/* Start Pain Points */

.pain-wheel-section {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #333;
    line-height: 1.2;
  }

  /* Wheel container with buffer space at the top */
  .pain-wheel-wrapper {
    --top-buffer: 50px;           /* ← Adjust this value to control space below the heading above */
    position: relative;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1 / 1;
    margin: var(--top-buffer) auto 1.5rem;
  }

  .pain-circle-bg {
    position: absolute;
    inset: 0;
    border: 2px dashed #e0e0e0;
    border-radius: 50%;
    pointer-events: none;
  }

  .pain-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    background: #e74c3c;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.15);
  }

  .pain-list {
    position: absolute;
    inset: 0;
    list-style: none;
  }

  .pain-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    padding: 16px 20px;
    background: #fff8f8;
    border: 2px solid #e74c3c;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.12);
    font-size: 1.15rem;
    color: #c0392b;
    font-weight: 500;
    text-align: center;
    transform-origin: center center;
    transition: all 0.25s ease;
  }

  .pain-item:hover {
    transform: scale(1.08);
    background: #ffecec;
    box-shadow: 0 8px 20px rgba(231, 76, 60, 0.22);
  }

  /* Position the 4 items */
  .pain-item:nth-child(1) { transform: translate(-50%, -30%) rotate(0deg)   translateY(-180px) rotate(0deg);   }
  .pain-item:nth-child(2) { transform: translate(-50%, -38%) rotate(90deg)  translateY(-180px) rotate(-90deg);  }
  .pain-item:nth-child(3) { transform: translate(-50%, -41%) rotate(180deg) translateY(-180px) rotate(-180deg); }
  .pain-item:nth-child(4) { transform: translate(-50%, -38%) rotate(270deg) translateY(-180px) rotate(-270deg); }

  /* Responsive: collapse to vertical stack */
  @media (max-width: 1200px) {
    .pain-wheel-wrapper {
      --top-buffer: 48px;         /* smaller buffer on mobile */
      max-width: 100%;
      height: auto;
      aspect-ratio: auto;
      margin: var(--top-buffer) auto 1.5rem;
    }

    .pain-circle-bg,
    .pain-center {
      display: none;
    }

    .pain-list {
      position: static;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .pain-item {
      position: static;
      transform: none !important;
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
      padding: 16px 20px;
    }
  }

  @media (max-width: 600px) {
    .pain-item {
      font-size: 1rem;
      padding: 14px 18px;
    }
  }

/* End Pain Points */


/* Start Solutions */

   .solution-section {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #333;
    line-height: 1.45;
  }

  .solution-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1.2rem 0;
    color: #1a1a1a;
    text-align: center;
  }

  .solution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    min-height: 440px;              /* ≈ wheel height – adjust this value if needed (try 440–520) */
  }

  .solution-card {
    display: flex;
    flex-direction: column;         /* icon on top again – better for taller cards */
    align-items: center;
    text-align: center;
    justify-content: center;        /* centers content vertically inside taller card */
    gap: 14px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 32px 24px;             /* increased vertical padding → taller cards */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.22s ease;
  }

  .solution-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.1);
    border-color: #d0e8ff;
  }

  .solution-icon {
    font-size: 2.4rem;              /* bigger icon to fill space nicely */
    color: #2ecc71;
    font-weight: bold;
    line-height: 1;
  }

  .solution-card p {
    margin: 0;
    font-size: 1.15rem;
    color: #444;
  }

  .solution-card strong {
    color: #1a1a1a;
  }

  /* ───────────────────────────────────────
     Mobile – keep compact stacked version
  ─────────────────────────────────────── */
  @media (max-width: 980px) {
    .solution-grid {
      grid-template-columns: 1fr;
      gap: 16px;
      min-height: auto;             /* reset on mobile – no forced height */
    }

    .solution-section h2 {
      font-size: 1.75rem;
      margin-bottom: 1rem;
    }

    .solution-card {
      padding: 18px 20px;           /* balanced for stack – not too tall */
      gap: 12px;
      min-height: 120px;            /* minimum to prevent ultra-short cards */
    }

    .solution-icon {
      font-size: 2rem;
    }

    .solution-card p {
      font-size: 1.15rem;
    }
  }

  @media (max-width: 600px) {
    .solution-card {
      padding: 16px 18px;
      gap: 10px;
    }

    .solution-icon {
      font-size: 1.8rem;
    }

    .solution-card p {
      font-size: 0.97rem;
    }
  }

/* End Solutions */


.whitelabelstrat {
	margin-bottom: 10px !important;
}

.wlexec {
	margin-bottom: 1px !important;
}


.agencyleft {
	padding: 20px 10px 5px 30px;
	border: 3px dotted #5196da;
	background: #fff;
	border-radius: 25px;
}

.agencyleft h2 {
	margin-bottom: 5px !important;
}

.agencyright {
	padding: 20px 10px 5px 30px;
	border: 3px dotted #5196da;
	background: #fff;
	border-radius: 25px;
}

.agencyright h2 {
	margin-bottom: 5px !important;
}


.wlmngcol {
	margin-bottom: 10px!important;
}

.execpricecol {
	margin-bottom: 10px !important;
}

.builtincolumn {
  padding: 25px 20px 0px 20px;
  background: 
    linear-gradient(#eee, #eee) padding-box,
    linear-gradient(to right, #ff6b6b, #ffa500) border-box;
  border: 3px solid transparent;
  border-radius: 25px;
}

.builtincolumn h2 {
	margin-bottom: 5px !important;
}


.pricingcolumn {
  
}

.pricingcolumn h2 {
	margin-bottom: 10px !important;
}


.bragcol1 {
	padding: 20px 10px 5px 20px;
	border: 1px solid #fff;
	border-radius: 25px;
	margin-bottom: 10px;
}


.bragcolblk {
	padding: 20px 10px 5px 20px;
	border: 2px solid #3a3a3a;
	border-radius: 25px;
	margin-bottom: 10px;
	background: #fff;
}


.credcol {
	margin-bottom: 5px !important;
}

.howweworkcol {
	margin-bottom: 5px !important;
}

.unlockppccol {
	margin-bottom: 5px !important;
}


/* ========================================
   COLUMNS BLOCK: Force grid layout
   ======================================== */
.my-responsive-cols {
  display: grid !important;
  grid-template-columns: 300px 300px 550px !important;
  gap: 1rem !important;
  padding: 1rem 0rem !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Reset Gutenberg flex */
.my-responsive-cols > .wp-block-column {
  display: block !important;
  flex: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* Remove all bottom margins */
.my-responsive-cols,
.my-responsive-cols > .wp-block-column {
  margin-bottom: 0 !important;
}

/* Style content */
.my-responsive-cols > .wp-block-column > * {
  
  border-radius: 8px;
  box-sizing: border-box;
}

/* ========================================
   MEDIUM: Drop col-3 BELOW (≤1350px)
   ======================================== */
@media (max-width: 1350px) {
  .my-responsive-cols {
    grid-template-columns: 1fr 1fr !important;
  }

  .my-responsive-cols > .wp-block-column:nth-child(3) {
    grid-column: 1 / -1 !important;
    margin-top: 1rem !important;
  }

  /* IMAGE IN COL-3: 50% WIDTH, CENTERED */
  .my-responsive-cols > .wp-block-column:nth-child(3) img {
    width: 75% !important;
    max-width: 75% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }
}

/* ========================================
   SMALL: Stack everything (≤800px)
   ======================================== */
@media (max-width: 800px) {
  .my-responsive-cols {
    grid-template-columns: 1fr !important;
  }
  .my-responsive-cols > .wp-block-column:nth-child(3) {
    margin-top: 1rem !important;
  }
}


/* Main Content */

.site-inner {margin-top:0px;}

.entry-avatar .avatar {
    background-color: #fff;
    float: none;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 5px;
	  display:none;
}


.experience_container {
	border: 1px solid #F4F6FB;
	border-radius: 10px;
}


.contactcontainer {
  background-image: linear-gradient(to bottom, #ffffff 10%, #000);
}


.stepform {
	border: 2px solid #bababa;
	border-radius: 10px;
	padding: 25px 25px 0px 25px;
}


/* Post Content */

.single-post .site-inner {
    margin-top: 10px !important;
}


.single-post .site-header  {
    /* background-color: transparent; */
}


.wl_article_box {border: 4px solid #5196da;}

.wl_article_box_wht {border: 4px solid #ffffff;}

.wl_article_box_blk {border: 4px solid #000000;}


.articleAIheader {
	font-size: 20px;
	margin-bottom: 5px !important;
}

/* Images/Logo */

.wp_img {padding-bottom: 25px;}

.site-header .custom-logo-link .custom-logo {
    width: 300px;
	  height: auto;
    max-width: none;
}

.wp-custom-logo .title-area {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0;
    width: 300px;
}


.law img {
	border-radius: 50%;
}

.weworkwith h2 {
	border: 1px solid #eee;
	border-radius: 25px;
	padding: 10px;
	background: #eee;
}

/* Client Referral Page */


.referbox {
background-color: #fffe;
    padding: 30px 30px 15px 30px;
    border: 1px solid #5196da;
    border-radius: 25px;
}



.referboxgrey {
background-color: #eee;
    padding: 30px 30px 15px 30px;
    border: 1px solid #eee;
    border-radius: 25px;
}

.referboxblue {
background-color: #5196da;
    padding: 30px 30px 15px 30px;
    border: 1px solid #eee;
	border-radius: 25px;
}

.referboxwht {
background-color: #fff;
    padding: 30px 30px 15px 30px;
    border: 1px solid #fff;
	border-radius: 25px;
	  color: #333333;
}



.referral {
	border: 1px solid #333;
	border-radius: 25px;
	padding: 50px 20px;
	color: #fff;
	background-color: #333;
}

.partnertype {
	  line-height: 0.15em;
    margin-bottom: 0.15em; 
}


.refer {
	  line-height: 1.1em;
    margin-bottom: 1em; 
}


.commission {
	  line-height: 1.15em;
    margin-bottom: 0.2em; 
}


.duration {
	  line-height: 1.15em;
    margin-bottom: 1em; 
}

@media (max-width: 782px) {
    .partnertype { line-height: 0.5em; }
    .refer        { line-height: 0.5em;  margin-bottom: 1em; }
    .commission   { line-height: 1.25em; margin-bottom: 0.em; }
    .duration     { line-height: 1.25em; }
}

.premiumtype {
    line-height: 0.15em;   /* same as .partnertype */
    margin: 0.15em;
}

/* ONLY between 1067px and 1313px: increase line-height */
@media (min-width: 783px) and (max-width: 1033px) {
    .premiumtype {
        line-height: 1.25em;   /* adjust this value to fix bunching */
    }
}

/* ≤782px (tablet & mobile): back to normal */
@media (max-width: 782px) {
    .premiumtype {
        line-height: 0.5em;   /* same as your mobile .partnertype rule */
    }
}


.clientincentive1 {
	border: 1px solid #63c9e9;
	border-radius: 25px;
	padding: 30px 20px 10px;
	background-color: #63c9e9;
}

.clientincentive2 {
	border: 1px solid #5ebbf4;
	border-radius: 25px;
	padding: 30px 20px 10px;
	background-color: #5ebbf4;
}

.clientincentive3 {
	border: 1px solid #5196da;
	border-radius: 25px;
	padding: 30px 20px 10px;
	background-color: #5196da;
	
}


/* White Label Page */

.wlservices {
	border: 1px solid #fff;
	border-radius: 25px;
	background-image: linear-gradient(#5196da, #68d7d4);
}


/* WL Flowchart */

.flowchart {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto;
    grid-template-rows: 180px 100px 180px; /* Rows for nodes and gap */
    column-gap: 20px; /* Horizontal gap */
    width: 90%;
    max-width: 1200px;
    padding: 20px;
    background: #ffffff;
	margin: 0 auto;
}

.node {
    position: relative; /* Required for tooltip positioning */
    width: 180px; /* Increased node size */
    height: 180px; /* Increased node size */
    border-radius: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #5ebbf4; /* Node color */
    color: #3a3a3a; /* Text color */
	font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.3s ease; /* Smooth transition */
    z-index: 1; /* Ensure nodes are above connectors */
}

.node:hover {
    transform: scale(1.1); /* Scale effect on hover */
    cursor: help; /* Change cursor to help symbol on hover */
    z-index: 2; /* Ensure hovered node is above all connectors */
}

.tooltip {
    visibility: hidden;
    width: 300px;
    background-color: #333;
    color: #fff;
	font-size: 15px;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 105%; /* Position above the node */
    left: 25%;
    margin-left: -100px; /* Center the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.node:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.connector.horizontal {
    align-self: center;
    justify-self: stretch;
    height: 3px;
    background-color: #ccc;
    margin: 0 -20px; /* Ensure connectors touch the nodes */
    position: relative;
    top: 0px; /* Center the connector vertically relative to the nodes */
}

.connector.vertical {
    width: 3px;
    background-color: #ccc;
    margin: 0 auto;
}

/* Individual node colors */
#discovery { background-color: #fff;border:3px solid #72f3aa;  }
#audit { background-color: #fff;border:3px solid #6de5bf; }
#strategy { background-color: #fff;border:3px solid #68d7d4; }
#structure { background-color: #fff;border:3px solid #63c9e9; }
#launch { background-color: #fff;border:3px solid #5ebbf4; }
#optimisation { background-color: #fff;border:3px solid #5196da; }


/* Grid area assignments for nodes and connectors */
#discovery { grid-column: 1; grid-row: 1; }
#h1 { grid-column: 2; grid-row: 1; }
#audit { grid-column: 3; grid-row: 1; }
#h2 { grid-column: 4; grid-row: 1; }
#strategy { grid-column: 5; grid-row: 1; }

#v-strategy-structure {
    grid-column: 5;
    grid-row: 1 / span 3; /* Span to cover the gap */
    align-self: end; /* Align to bottom of the first row */
    height: calc(100% - 180px); /* Adjust height to connect Strategy and Structure */
}

#optimisation { grid-column: 1; grid-row: 3; }
#h3 { grid-column: 2; grid-row: 3; }
#launch { grid-column: 3; grid-row: 3; }
#h4 { grid-column: 4; grid-row: 3; }
#structure { grid-column: 5; grid-row: 3; }

/* Remove extra vertical connectors */
.connector.vertical {
    display: none;
}

/* Specific connector between Strategy and Structure */
#v-strategy-structure {
    display: block;
}

/* Responsive adjustments */
@media (max-width: 800px) {
    .flowchart {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(11, auto); /* Adjust grid rows for vertical stacking */
        gap: 20px 0; /* Equal vertical spacing */
    }


    .node {
        width: 120px; /* Adjusted size for smaller screens */
        height: 120px; /* Adjusted size for smaller screens */
        margin: 0 auto;
    }

    .tooltip {
        width: 160px;
        bottom: 135%; /* Adjust position for smaller screens */
        margin-left: -80px; /* Center the tooltip */
    }

    .connector.horizontal {
        display: none;
    }

    .connector.vertical {
        display: block;
        width: 4px;
        height: 50px; /* Adjust height to ensure connectors touch the nodes */
        background-color: #ccc;
        margin: -25px auto; /* Ensure connectors touch the nodes */
    }

    /* Hide the vertical connector between Strategy and Structure in responsive mode */
    #v-strategy-structure {
        display: none;
    }

    /* Adjusting grid rows for vertical alignment */
    #discovery { grid-column: 1; grid-row: 1; }
    #v1 { grid-column: 1; grid-row: 2; }
    #audit { grid-column: 1; grid-row: 3; }
    #v2 { grid-column: 1; grid-row: 4; }
    #strategy { grid-column: 1; grid-row: 5; }
    #v3 { grid-column: 1; grid-row: 6; }
    #structure { grid-column: 1; grid-row: 7; }
    #v4 { grid-column: 1; grid-row: 8; }
    #launch { grid-column: 1; grid-row: 9; }
    #v5 { grid-column: 1; grid-row: 10; }
    #optimisation { grid-column: 1; grid-row: 11; }
}


/* Analysis Report Page */

h2.analysis-header {margin-bottom: 5px !important;}


/* Case Study Pages */

.casestrategy {
background-color: #eee;
    padding: 30px 30px 15px 30px;
    border: 1px solid #eee;
    border-radius: 25px;
}


/* CRO Page */

.croexplainerleft {
	border: 2px solid #ffffff;
	border-radius: 25px;
    padding: 30px 20px 10px 20px;
}

.croexplainerright {
	border: 2px solid #5196da;
	border-radius: 25px;
    padding: 30px 20px 0px 20px;
}

.croservices {
	border: 1px solid #fff;
	border-radius: 25px;
	background-image: linear-gradient(#5196da, #97cbff);
	color: #ffffff;
}

.croapproach {
    border-radius: 25px;
    padding: 30px 20px 10px 20px;
}

.croapproach1 {
    border: 2px solid #72f3aa;margin-bottom:10px;
}

.croapproach2 {
    border: 2px solid #6de5bf;margin-bottom:10px;
}

.croapproach3 {
    border: 2px solid #68d7d4;margin-bottom:10px;
}

.croapproach4 {
    border: 2px solid #63c9e9;margin-bottom:10px;
}

.croapproach5 {
    border: 2px solid #5ebbf4;margin-bottom:10px;
}

.croapproach6 {
    border: 2px solid #5196da;margin-bottom:10px;
}


/* Case Studies Pages */


.txtcontainer {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size: 36px;
	font-weight: bold;
	width: 90%;
	line-height: 1.2em;
	text-align: left;
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 900;
    letter-spacing: -1px;
}


.cases {
	margin-top: 10px;
	opacity: 0.7;
}

.cases span {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
	border-radius: 25px;
	padding: 9px;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0px;
	font-family: "Helvetica Neue", sans-serif;
}

@media screen and (max-width: 1092px) {
	.cases {
  display:none;
  }
}

.casetext {
	text-align:left;
	padding-left: 10px;
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 900;
}


/* Container needed to position the overlay. Adjust the width as needed */
.casecontainer {
  position: relative;
  width: 100%;
  height: auto;
	background: #000;
}

/* Make the image to responsive */
.caseimg {
  display: block;
  width: 100%;
  height: auto;
    opacity: 0.5 !important;
}


/* The overlay effect - lays on top of the container and over the image */
.caseoverlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.9); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 30px 20px;
  text-align: center;
	line-height: 1.2em;
}

/* When you mouse over the container, fade in the overlay title */
.casecontainer:hover .caseoverlay {
  opacity: 1;
}




/* Pricing Columns */

.pricing-col p {margin: 0 0 1px;}

.pricing-sep {margin: 0 0 2em !important;}


/* Counter Styling */

span.ib-counter-number-prefix {
    color: #30B73B;
}

/* Headings */


h1 {margin: 10px 0px 10px 0px !important}

.entry-header h1 {text-align:left;margin: 10px 0px 0px 0px !important;}

.entry-header h1::after {content:"."}

.entry-content h2, .entry-content h3, .entry-content h4 {
    margin-bottom: 20px;
	  margin-top: 0px; 
}

h2.social {margin-bottom:0px;}
h4.social {margin-bottom:10px;}



.site-container .wp-block-button .wp-block-button__link {font-family:Muli, sans-serif;}

.wpforms-form button {font-family:Muli, sans-serif !important;}


hr.headingseparator {
	margin: 0em 0em 2em 0em;
}


h4.wl_how{margin-top: 0px !important;}


/* Font Awesome */


.icon_style {text-align:center;padding-bottom:20px;}

.icon_style_new {text-align:left;padding-bottom:20px;}

.fb_icon_style {padding-bottom: 30px;}

.review_icon_style {text-align:center;padding-bottom: 0px;}


.tiktok_icon_style {
	text-align:left;
	padding: 0px 0 20px 0;
font-weight: bold;
display: flex;
  align-items: center;}



/* Lists */


.wlfb_list {font-size: 20px;}

.wlppc_list {font-size: 20px;}



/* Home page */


.partner img{
	-webkit-filter: grayscale(1) invert(1);
filter: grayscale(1) invert(1);
}

.tabplugin {
    border-radius: 0px !important;
    box-shadow: 0 0 0px !important;
}


.tabplugin .atbs__tab-label:first-child {
    border-left-color: #E1E1E1;
    border-left-style: none !important;
    border-left-width: 0px !important;
}


.tabplugin .atbs__tab-label {
    border-right-style: none !important;
	  color: #C0C3C6 !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
	  font-size: 24px;
}

.tabplugin .atbs__tab-label:hover {
  transition: 0.5s;
	color: #5196DA !important;
}

.atbs__tab-label.active {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
	  font-size: 24px !important;
	opacity: 1;
}

.tabplugin .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
	opacity: 0;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
	animation-name: fadeIn;
}

.servicenode {
    position: relative; /* Required for tooltip positioning */
    width: 225px; /* Increased node size */
    height: 225px; /* Increased node size */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #5ebbf4; /* Node color */
    color: #fff; /* Text color */
	font-weight: bold;
    font-size: 25px;
	margin: 0 auto;
    cursor: pointer;
    transition: transform 0.3s ease; /* Smooth transition */
    z-index: 1; /* Ensure nodes are above connectors */
}

.servicenode:hover {
    transform: scale(1.1); /* Scale effect on hover */
    z-index: 2; /* Ensure hovered node is above all connectors */
}

/* Individual service node colors */
#paidsearch { background-color: #6de5bf;}
#paidsocial { background-color: #68d7d4;}
#ecommerce { background-color: #63c9e9;}
#whitelabel { background-color: #5ebbf4;}


.homeapproach {
    border-radius: 25px;
    padding: 30px 20px 10px 20px;
}

.homeapproach1 {
  margin-bottom:10px;
	background-color: #eee;
}

.homeapproach2 {
  margin-bottom:10px;
	background-color: #eee;
}

.homeapproach3 {
  margin-bottom:10px;
	background-color: #eee;
}

.homeapproach4 {
  margin-bottom:10px;
	background-color: #eee;
}


/* Responsive adjustments */

@media (max-width: 995px) {
    .servicenode {
        width: 175px; /* Adjusted size for smaller screens */
        height: 175px; /* Adjusted size for smaller screens */
        margin: 0 auto;
    }
}

@media (max-width: 780px) {
    .servicenode {
        width: 250px; /* Adjusted size for smaller screens */
        height: 250px; /* Adjusted size for smaller screens */
        margin: 0 auto;
    }
}

.ex1:before, 
.ex2:before, 
.ex3:before {
position: absolute;
font-family: 'FontAwesome';
font-size:90px;
text-align: center;
color:#fff;
opacity:.2;
}

.ex4:before {
position: absolute;
font-family: 'FontAwesome';
font-size:110px;
text-align: center;
color:#fff;
opacity:.2;
}

.ex1:before { content: "\f002"; }
.ex2:before { content: "\f500"; }
.ex3:before { content: "\f07a"; }
.ex4:before { content: "\f02b"; }


/* Paid Search page */

.accordion_steps_title .gb-accordion-title {
    background: #ffffff;
    padding: 10px 15px;
	  vertical-align: bottom !important;
}

.channels {
	border: 5px solid #3b3731;
	border-radius: 15px;
	background-color: #3b3731;
	margin-bottom:10px;
}


/* Ecommerce page */

.shop_mobile_column {padding: 0;}

.google_shop_mobile {padding: 0;margin-bottom: 0px;}

.google_shopping_container {border: 2px solid #e4e4e4 !important;}

.google_shopping_container_blk {border: 2px solid #444444;}


.ecommservices {padding: 30px 10px 30px 20px;background:#fff;border: 2px solid #eee;border-radius:25px;}

.shoppingicon {
	margin-bottom: 0px !important;
}

:where(.wp-block-columns.is-layout-flex.shoppingicon) {
    gap: 0.5em;
}

@media (min-width: 782px) and (max-width: 1227px) {
  .ecommservicesheader {
    word-spacing: 100vw; /* Forces a line break after each word only on screens between 782px and 1227px wide */
  }
}

@media (max-width: 781px) {
  .ecommservicesheader {
    text-align: center; /* Centers the header text on screens 781px wide or smaller */
  }
}

.ecommstrategy {	
border-bottom: 3px solid #5196db;
	border-top: 3px solid #5196db;
border-radius: 25px;
	background-color: #f6f6f6;
	margin-bottom:10px;
	padding: 40px 20px 15px 20px;
}

.ecommsummarywhite {
	border: 1px solid #ffffff;
border-radius: 25px;
	background-color: #ffffff;
	padding: 30px 20px 0px 0px;
	color: #5196da !important;
}

.ecommsummaryblue {
	border: 1px solid #5196da;
border-radius: 25px;
	background-color: #5196da;
	padding: 30px 20px 0px 20px;
	color: #ffffff !important;
}

h2.ecommheader {
	margin-bottom: 5px;
}

@media (max-width: 768px) {
  .ecommchoices {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
}


/* Law Firm Pages */

h2.counterboxtitle {
	margin-bottom: 10px;
}

h2.consultheader {
	margin-bottom: 10px;
}

p.legalfaqheader {
	margin: 5px 0px;
	color: #5196da;
}

@media (max-width: 768px) {
  .lawfirmconsult {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
}

.lawheadercol {
	margin-bottom: 5px !important;
}

.lawheadersub {
	margin-bottom: 10px !important;
	line-height: 1.4;
}

.lawfirmtypescol {
	margin-bottom: 10px !important;
}

.lawfirmtypestitle {
	margin-bottom: 5px !important;
}

.successheading {
	margin-bottom: 0px !important;
}

.lawfirmstat {
	border-radius: 25px;
	border: 2px solid #5196da;
	  padding: 25px 20px 0px 20px;
	  background-color: #fff;
}

.lawservice {
    border-radius: 25px;
	  padding: 20px 10px 0px 10px;
	  background-color: #f7f7f7;
	border: 1px solid #3a3a3a;
}

.law1 {
	margin-bottom: 10px;
}


@media (min-width: 882px) and (max-width: 1227px) {
  .law1 h2 {
    word-spacing: 100vw; /* Forces a line break after each word only on screens between 782px and 1227px wide */
		font-size: 18px !important;
  }
}

.lawservicewht {
    border-radius: 25px;
	  padding: 20px 10px 0px 10px;
	  background-color: #fff;
	border: 2px solid #bdbdbd;
	color: #fff !important;
}

.law1wht {
	margin-bottom: 10px;
	color: #fff !important;
}


@media (min-width: 882px) and (max-width: 1227px) {
  .law1wht h2 {
    word-spacing: 100vw; /* Forces a line break after each word only on screens between 782px and 1227px wide */
		font-size: 18px !important;
  }
}



.stattext {
	line-height: 1.575 !important;
}

.premcreditcol {
	margin-bottom: 5px !important;
}

.premcreditleft {
	background: #fff;
	padding: 20px;
	border-radius: 25px;
	border: 3px dashed #000 
}

.premcreditright {
	background: #fff;
	padding: 20px;
	border-radius: 25px;
	border: 3px dashed #5196da;
}

.lawadv {line-height: 1.75;}

.lawadv1 {background-color: #f9f9f9; border: 3px solid #6de5bf;border-radius: 25px;padding: 25px 10px 10px 10px;margin-bottom: 10px;}

.lawadv2 {background-color: #f9f9f9; border: 3px solid #68d7d4;border-radius: 25px;padding: 25px 10px 10px 10px;margin-bottom: 10px;}

.lawadv3 {background-color: #f9f9f9; border: 3px solid #63c9e9;border-radius: 25px;padding: 25px 10px 10px 10px;margin-bottom: 10px;}



/* Healthcare Pages */

.healthservice {
    border-radius: 25px;
	  padding: 20px 0px 0px 0px;
	  background-color: #f7f7f7;
}

.hlth1, .hlth2, .hlth3, .hlth4, .hlth5, .hlth6, .hlth7, .hlth8, .hlth9  {
	margin-bottom: 10px;
}

/* TikTok Pages */

.tiktokad {border: 4px solid #eee;border-radius: 10px;}



/* Partner Page */

.prtgif {border: 2px solid #e2e2e2;border-radius: 25px;padding:10px}

.prtadv {line-height: 1.6;}

.prt1 {background-color: #6de5bf; border: 2px solid #6de5bf;border-radius: 25px;padding: 25px 15px 10px 15px;margin-bottom: 10px;}

.prt2 {background-color: #68d7d4; border: 2px solid #68d7d4;border-radius: 25px;padding: 25px 15px 10px 15px;margin-bottom: 10px;}

.prt3 {background-color: #63c9e9; border: 2px solid #63c9e9;border-radius: 25px;padding: 25px 15px 10px 15px;margin-bottom: 10px;}

.prt4 {background-color: #5ebbf4; border: 2px solid #5ebbf4;border-radius: 25px;padding: 25px 15px 10px 15px;margin-bottom: 10px;}

.prt5 {background-color: #5196da; border: 2px solid #5196da;border-radius: 25px;padding: 25px 15px 10px 15px;margin-bottom: 10px;}



/* Spotify Pages */

.spotadv {line-height: 1.75;}

.spot1 {background-color: #6de5bf; border: 2px solid #6de5bf;border-radius: 25px;padding: 25px 10px 10px 10px;margin-bottom: 10px;}

.spot2 {background-color: #68d7d4; border: 2px solid #68d7d4;border-radius: 25px;padding: 25px 10px 10px 10px;margin-bottom: 10px;}

.spot3 {background-color: #63c9e9; border: 2px solid #63c9e9;border-radius: 25px;padding: 25px 10px 10px 10px;margin-bottom: 10px;}

.spot4 {background-color: #5ebbf4; border: 2px solid #5ebbf4;border-radius: 25px;padding: 25px 10px 10px 10px;margin-bottom: 10px;}

.spot5 {background-color: #5196da; border: 2px solid #5196da;border-radius: 25px;padding: 25px 10px 10px 10px;margin-bottom: 10px;}

.spot6 {background-color: #ffffff; border: 2px solid #ffffff;border-radius: 25px;padding: 25px 30px 10px 30px;margin-bottom: 10px;}

.spot7 {background-color: #5196da; border: 2px solid #5196da;border-radius: 25px;padding: 25px 10px 10px 10px;margin-bottom: 10px;}

h1.spotifybg {
    position: relative; /* Ensure positioning for the pseudo-element */
    font-size: 1rem; /* Adjust your font size as needed */
    color: #333; /* Text color */
    padding-right: 50px; /* Create space for the background image */
}

h1.spotifybg::after {
    content: ""; /* Necessary for pseudo-elements */
    position: absolute;
    top: 50%; /* Center vertically */
    right: 0; /* Align to the right */
    transform: translateY(-50%); /* Adjust for vertical centering */
    width: 120px; /* Width of the image */
    height: 120px; /* Height of the image */
	  transform: translateY(-50%) rotate(15deg); /* Rotate the image by 45 degrees */
    background-image: url('/wp-content/uploads/2025/01/spt_wht.png'); /* Replace with your image URL */
    background-size: contain; /* Ensure the image fits */
    background-repeat: no-repeat;
}

@media screen and (max-width: 1350px) {
    .spotifybg::after {
        display: none; /* Hides the background image between 1350px and 817px */
    }
}

@media screen and (max-width: 1350px) {
    .spotifybg::after {
        display: none; /* Hides only the background image */
    }
}

#split::after{
    content: "\a";
    white-space: pre;
}


/* Q1 Growth Hub */

.q1 h2 {
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 0px;
}

.q1 {
	padding: 20px 10px 20px 10px;
}

.q1:hover {
    cursor: pointer;
}

.q1approach {
    border-radius: 25px;
    padding: 30px 20px 10px 20px;
}

.q1approach1 {
  margin-bottom:10px;
	background-color: #eee;
}

.wp-block-file.q1file {font-size: 1em; !important}


/* PPC Playbook Pages */


a.playlink {
	text-decoration:none;
	color: #3a3a3a !important;
}

.playbook:hover {
    opacity: 0.9;
}

.playbook h1 {
	font-size: 40px;
	text-align:center;
	margin:0px !important;
}

.playbook p {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: none;
		text-align:center !important;
	word-spacing: 300px;
}

.playbook::after {
    content: "\a";
    white-space: pre;
}


p.reportlead {
	margin: 0 0 5px;
}

.reports h2 {
	font-size: 30px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 0px;
}


.reports {
	padding: 30px 10px 10px 10px;
}

.reports:hover {
    cursor: pointer;
}

.report1 {
    border: 2px solid #72f3aa;
    border-radius: 25px;
	  margin-bottom:10px;
}
.report1:hover {
    background-color: #72f3aa;
}

.report2 {
    border: 2px solid #6de5bf;
    border-radius: 25px;
	  margin-bottom:10px;
}
.report2:hover {
    background-color: #6de5bf;
}

.report3 {
    border: 2px solid #68d7d4;
    border-radius: 25px;
	  margin-bottom:10px;
}
.report3:hover {
    background-color: #68d7d4;
}

.report4 {
    border: 2px solid #63c9e9;
    border-radius: 25px;
	  margin-bottom:10px;
}
.report4:hover {
    background-color: #63c9e9;
}

.report5 {
    border: 2px solid #5ebbf4;
    border-radius: 25px;
	  margin-bottom:10px;
}
.report5:hover {
    background-color: #5ebbf4;
}

.report6 {
    border: 2px solid #4699e2;
    border-radius: 25px;
	  margin-bottom:10px;
}
.report6:hover {
    background-color: #4699e2;
}



/* WL Page */


.wloffer1 {background-color: #6de5bf; border: 2px solid #6de5bf;border-radius: 25px;padding: 35px 15px 10px 15px;margin-bottom: 10px;}

.wloffer2 {background-color: #68d7d4; border: 2px solid #68d7d4;border-radius: 25px;padding: 35px 15px 10px 15px;margin-bottom: 10px;}

.wloffer3 {background-color: #63c9e9; border: 2px solid #63c9e9;border-radius: 25px;padding: 35px 15px 10px 15px;margin-bottom: 10px;}

.toolscontainer {padding: 30px 30px 20px 30px;background:#fff;border: 2px solid #eee;border-radius:25px;}


/* WL Paid Social Page */

.fiftyoff {
	border: 3px solid #ffffff !important;
	border-radius: 25px;
	width: 85%;
	margin: 0 auto;
}

.wloffers {
	border: 2px solid #ffffff !important;
	border-radius: 25px;
	width: 100%;
	margin: 0 auto;
	padding: 5px
}


/* Free PPC Audit page */


.auditshedulebutton .gb-button {border:4px solid #ffffff;padding:40px;font-weight: 900 !important;}

:hover.auditshedulebutton .gb-button {background-color: #ffffff !important;color: #5196db !important;font-weight: 900 !important;}

.freeppcaudit {
	background-size: initial;
    background-position: bottom right;
    background-image: url(/wp-content/uploads/2022/12/free_ppc_audit-600x600.png) !important;
	background-size: 350px 350px;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1520px) {
.freeppcaudit {
    background-image: none !important;
  }
}

.freeauditquizbox {
	background-color: #ffffff !important;
	padding: 20px !important;
	border-radius: 5px 40px 5px !important; /* horizontal radius / vertical radius */
	border: 5px !important;
}


.auditbox img {
	position: absolute;
  right: -7px;
  top: -30px;
  z-index: 1;
	width: 50%;
}


.videoauditquizbox {
	background-color: #ffffff !important;
	padding: 5px 20px 10px 20px !important;
	border-radius: 0px 0px 20px 20px !important; /* horizontal radius / vertical radius */
	border: 5px !important;
	margin-top: 0px !important;
}

.wpforms-container-full .wpforms-form .wpforms-field {
padding: 5px 0 !important;
    clear: both;
}

.videoauditbox img {
	position: absolute;
  right: -40px;
  top: -30px;
  z-index: 1;
	width: 30%;
}

.startherelogobtm img {
	position: absolute;
  left: 100px;
  top: 580px;
  z-index: 1;
	width: 35%;
}

.videofreeoffer {
	border: 3px solid #000000 !important;
	border-radius: 25px;
	width: 100%;
	margin: 0 auto;
}

.startherelogobtm {
}

@media screen and (max-width: 1245px) {
	.startherelogobtm {
  display:none;
  }
}


@media screen and (max-width: 781.82px) {
.videoauditbox img,
	.videoauditpara,
	.videoauditpartners {
  display:none;
  }
}

@media screen and (max-width: 1185px) {
.videoaudittitle {
  font-size: 50px !important;
  }
}

@media screen and (max-width: 781.82px) {
.videoaudittitle {
  font-size: 50px !important;
  }
}

.monthfree {
	border: 3px solid #000 !important;
	border-radius: 25px;
	width: 85%;
	margin: 0 auto;
}


.audit_bullet1 {
	padding: 40px 40px 20px;
	border:1px solid #3D71A4;
	border-radius:10px;
	background-color: #3D71A4;
	color: #ffffff;
}

.audit_bullet1 h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 0px;
	font-style: italic;
}

.audit_bullet1 p {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}


.audit_bullet2 {
	padding: 40px 40px 20px;
	border:1px solid #437CB4;
	border-radius:10px;
	background-color: #437CB4;
	color: #ffffff;
}

.audit_bullet2 h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 0px;
	font-style: italic;
}

.audit_bullet2 p {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}


.audit_bullet3 {
	padding: 40px 40px 20px;
	border:1px solid #4A88C6;
	border-radius:10px;
	background-color: #4A88C6;
	color: #ffffff;
}

.audit_bullet3 h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 0px;
	font-style: italic;
}

.audit_bullet3 p {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}




/* Posts */

.entry-background {display:none;}

.pt-cv-readmore, .btn, .btn-success {
    color: #fff;
    background-color: #5196da !important;
    border-color: #5196da !important;
}

.pt-cv-readmore:hover {
    color: #fff;
    background-color: #000000 !important;
    border-color: #000000 !important;
}



/* Landbot */

.launcher_bubble {
    z-index: 1;
    right: 0px;
    bottom: 0px;
    position: absolute;
    width: 111px !important;
    height: 98px !important;
    padding: 0px !important;
}


/* Footer */

.entry {
    margin-bottom: 0px;
}

.footer-widgets {
    border-top: 0px solid #eee;
    background-color: #000f;
    color: #fff;
    clear: both;
    font-size: 1.0rem;
    padding: 60px 8%;
    width: 100%;
}
.footer-widgets a {
	color:#fff;
}
.footer-widgets a:hover {
	color:#5196da;
}

/* CHANGED CSS */
.footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto;
	  width: 100%;
}

/* OLD CSS
.footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto;
	  width: 1200px;
}
*/

.footer-widget-area {
    margin-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
}
.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .footer-widget-area {
        float: left;
        margin-bottom: 30px;
        width: 100% !important;
        /* fallback for older browsers */
        width: calc(100% / 1);
    }
}
@media only screen and (max-width: 1023px) {
    .footer-widgets .wrap {
        max-width: 1140px;
    }
    .footer-widget-area {
        float: left;
        margin-bottom: 20px;
        width: 50%;
        /* fallback for older browsers */
        width: calc(100% / 2);
    }
}
@media only screen and (min-width: 1024px) {
    .footer-widgets .wrap {
        max-width: 100%;
    }
    .footer-widget-area {
        float: left;
        margin-bottom: 0;
        width: 25%;
        /* fallback for older browsers */
        width: calc(100% / 4);
    }
}



/* Forms */

.gdpr {color:#fff;}


.site-container .wpforms-form .wpforms-field {
    clear: both;
    margin: 0px 0;
    overflow: hidden;
}

select#wpforms-5745-field_10 {
    border-radius: 0;
    height: auto;
    padding: 14px;
}

select#wpforms-5875-field_11 {
    border-radius: 0;
    height: auto;
    padding: 14.5px;
}

.contactformcontainer {
	border-radius: 10px;
	background-color: #F4F6FB;
}

.wlfcolumn {
border: 5px solid #ffffff;	
border-radius: 20px;
	padding: 20px;
background-color: rgba(28, 34, 38, 0.8);
	opacity: 0.9;
}

.wlftopheader {
	font-weight: 300;
}

.wlftop.wpforms-container {
    margin-bottom: 10px;
}

.wlftop .wpforms-form .wpforms-field {
	margin:0px;
}

.wlftop .wpforms-form .wpforms-field input {
    border-radius: 0;
    height: auto;
    padding: 10px !important;
	  border: none !important;
}

.wlftop textarea#wpforms-8734-field_8 {
    height: 90px;
}

.wlftop .wpforms-form button[type="submit"] {
    background-color: #2E8B57 !important;
    color: #ffffff !important;
	  font-weight: bold !important;
	  border-radius: 5px !important;
}

.wlftop .wpforms-form button:hover{
	background-color:#ffffff !important;
	color: #1d2327 !important;
  font-weight: 800 !important;
}


.leadgentop.wpforms-container {
    margin-bottom: 0px;
}

.leadgentop .wpforms-form .wpforms-field {
	margin:0px;
}

.leadgentop .wpforms-form .wpforms-field input {
    border-radius: 0;
    height: auto;
    padding: 10px !important;
	  border: none !important;
}

.leadgentop textarea#wpforms-8734-field_8 {
    height: 90px;
}

.leadgentop .wpforms-form button[type="submit"] {
    background-color: #2E8B57 !important;
    color: #ffffff !important;
	  font-weight: bold !important;
	  border-radius: 5px !important;
}

.leadgentop .wpforms-form button:hover{
	background-color:#ffffff !important;
	color: #1d2327 !important;
  font-weight: 800 !important;
}



.ecommleadcolumn {
	border: 3px solid #ccc;	
	border-radius: 10px;
	padding: 20px 20px 0px 20px;
	background-color: #ffffff;
}

.wpforms-submit-container {
	text-align: center !important;
}

.ecommsubmit {
	background-color: #5196da !important;
}

.ecommsubmit:hover {
	background-color: #000 !important;
	color: #fff !important;
	float: center !important;
}


.ecommform .wpforms-field-label-inline {
	margin-top: 10px !important;
	padding: 10px 20px !important;
	background: #fff !important;
	border: 1px solid #ddd !important;
}

.ecommform .wpforms-field-label-inline:hover {
	margin-top: 10px !important;
	padding: 10px 20px !important;
	background: #5196DA !important;
	color: #ffffff !important;
}


.ecommform .wpforms-selected label {
	margin-top: 10px !important;
	padding: 10px 20px !important;
	background: #5196DA !important;
	color: #ffffff !important;
	box-shadow: 0px !important;
}

span.wpforms-image-choices-label {
	margin: 0 10px !important;
}


.ecommform .wpforms-form .wpforms-field {
	margin: 0px 5px !important;
}


.auditcontainer {
	border: 5px solid #444444;
	border-radius: 10px 50px;
	padding: 60px 40px 30px 40px;
}

.auditcontainertop {
	border: 5px solid #444444;
	border-radius: 10px 50px;
	padding: 40px 20px 10px 20px;
}

.auditcontainertopecomm {
	border: 5px solid #444444;
	border-radius: 10px 50px;
	padding: 40px 20px 10px 20px;
	background-color: #fff;
}

.auditform .wpforms-field-label-inline {
	margin-top: 10px !important;
	padding: 10px 20px !important;
	background: #F5F5F5 !important;
}

.auditform .wpforms-field-label-inline:hover {
	margin-top: 10px !important;
	padding: 10px 20px !important;
	background: #5196DA !important;
	color: #ffffff !important;
}

.auditform .wpforms-selected label {
	margin-top: 10px !important;
	padding: 10px 20px !important;
	background: #5196DA !important;
	color: #ffffff !important;
	box-shadow: 0px !important;
}


.auditform .wpforms-form .wpforms-field {
	margin: 0px 5px !important;
}


/* Quiz Form */

.quizform .wpforms-field-label-inline {
	margin-top: 10px !important;
	padding: 10px 20px !important;
	background: #FFFFFF !important;
	width: 100%;
}

.quizform .wpforms-field-label-inline:hover {
	margin-top: 10px !important;
	padding: 10px 20px !important;
	background: #5196DA !important;
	color: #ffffff !important;
}

.quizform .wpforms-selected label {
	margin-top: 10px !important;
	padding: 10px 20px !important;
	background: #5196DA !important;
	color: #ffffff !important;
	box-shadow: 0px !important;
}


.quizform .wpforms-form .wpforms-field {
	margin: 0px 5px !important;
}

.quizform button.wpforms-page-button.wpforms-page-next {
	background-color: #5196da !important;
	color: #fff;
	border: 1px solid #5196da;
	border-radius: 25px;
}

.quizform button.wpforms-page-button.wpforms-page-next:hover {
	background-color: #ffffff !important;
	border: 1px solid #5196da;
	color: #5196da;
}

.quizform button.wpforms-page-button.wpforms-page-prev {
	background-color: #3a3a3a !important;
	color: #fff;
	border: 1px solid #3a3a3a;
	border-radius: 25px;
}

.quizform button.wpforms-page-button.wpforms-page-prev:hover {
	background-color: #5196da !important;
	border: 1px solid #5196da;
}


.quizformsubmit {
	background-color: #3a3a3a !important;
}

.quizformsubmit:hover {
	background-color: #5196da !important;
}

/* Free Audit Quiz Form */

.auditquizform .wpforms-field-label-inline {
	margin-top: 10px !important;
	padding: 10px 20px !important;
	background: #F3F3F3 !important;
}

.auditquizform .wpforms-field-label-inline:hover {
	margin-top: 10px !important;
	padding: 10px 20px !important;
	background: #5196DA !important;
	color: #ffffff !important;
}

.auditquizform .wpforms-selected label {
	margin-top: 10px !important;
	padding: 10px 20px !important;
	background: #5196DA !important;
	color: #ffffff !important;
	box-shadow: 0px !important;
}


.auditquizform .wpforms-form .wpforms-field {
	margin: 0px 5px !important;
}

.auditquizform button.wpforms-page-button.wpforms-page-next {
	background-color: #3a3a3a !important;
	color: #fff;
	border: 1px solid;
	border-radius: 25px;
}

.auditquizform button.wpforms-page-button.wpforms-page-next:hover {
	background-color: #5196da !important;
}

.auditquizform button.wpforms-page-button.wpforms-page-prev {
	background-color: #3a3a3a !important;
	color: #fff;
	border: 1px solid;
	border-radius: 25px;
}

.auditquizform button.wpforms-page-button.wpforms-page-prev:hover {
	background-color: #5196da !important;
}


.site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
    background-color: #3a3a3a;
	border-radius: 25px;
	color: #fff;
	width:25%;
	font-weight: bold;
	padding: 15px;
}

.site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	color: #fff;
}


/*
.quizcontainer {
    background-size: initial;
    background-position: bottom right;
    background-position-x: right;
    background-position-y: bottom;
	  background-repeat: no-repeat;
    background-image: url(https://www.internetmarketingteam.co.uk/wp-content/uploads/2022/12/imt_digital_marketing_agencyv3.png)!important;
}
*/



/* Accounting Lead Gen Page */

.leadgencontainer img {
  position: absolute;
  left: -37px;
  top: -55px;
  z-index: 1;
	width: 30%;
}

h1.leadgenheader {line-height: 1.05em;}
h2.freeheader {padding: 0 60px;}

.leadgencolumn {
border: 5px solid #ffffff;	
border-radius: 20px;
	padding:20px;
background-color: rgba(28, 34, 38, 0.8);
	opacity: 0.9;
}

.leadgencounterboxgrey {border-top: 15px solid #85959a;border-radius: 5px; box-shadow: 0 0 50px #ccc;}

.leadgencounterboxblue {border-top: 15px solid #5196db;border-radius: 5px; box-shadow: 0 0 50px #ccc;}

.leadgenresultscolumn {	
border-bottom: 3px solid #5196db;
border-radius: 35px;
	background-color: #f6f6f6;
	margin-bottom:10px;
}

.leadgenresultscolumn .gb-block-layout-column-inner {
	padding:5px 45px 0px 45px !important;

}

.leadgentelluscolumn {	
border-bottom: 3px solid #5196db;
border-top: 3px solid #5196db;
border-radius: 5px;
	background-color: #5196db;
}

.leadgenshedulebutton .gb-button {border:4px solid #ffffff;padding:20px;font-weight: 900 !important;}

:hover.leadgenshedulebutton .gb-button {background-color: #ffffff !important;color: #5196db !important;font-weight: 900 !important;}



/* Video Ads Page */

.short-video-ads-img img {
	border:5px solid #000;
	padding:8px;
}




/* Ecommerce Lead Gen Pages */

.ecomm_bullet1 {
	padding: 40px 40px 20px;
	border:1px solid yellowgreen;
	border-radius:10px;
	background-color: yellowgreen;
	color: #ffffff;
}

.ecomm_bullet1 h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 0px;
	font-style: italic;
}

.ecomm_bullet1 p {
	font-size: 16px;
	text-align: center;
}


.ecomm_bullet2 {
	padding: 40px 40px 20px;
	border:1px solid red;
	border-radius:10px;
	background-color: red;
	color: #ffffff;
}

.ecomm_bullet2 h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 0px;
	font-style: italic;
}

.ecomm_bullet2 p {
	font-size: 16px;
	text-align: center;
}


.ecomm_bullet3 {
	padding: 40px 40px 20px;
	border:1px solid orange;
	border-radius:10px;
	background-color: orange;
	color: #ffffff;
}

.ecomm_bullet3 h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 0px;
	font-style: italic;
}

.ecomm_bullet3 p {
	font-size: 16px;
	text-align: center;
}


.auditbg {
	background-image: url(/wp-content/uploads/2022/06/google_shopping_ecommerce_audit.jpg);
    background-size: cover;
    background-position: center;
}

.auditbutton .gb-button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600 !important;
	font-size: 16px !important;
	padding: 30px;
}


.auditbuttonsml .gb-button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600 !important;
	font-size: 14px !important;
	padding: 20px;
}


.auditlist li {
	margin-bottom: 10px;
}



.ecomm_growth1 {
	padding: 20px;
	border:1px solid #5196DA;
	border-radius: 15px 15px 0px 0px;
	background-color: #5196DA;
	color: #ffffff;
	box-shadow: 5px 10px 18px #888;
}

.ecomm_growth1 h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 0px;
}

.ecomm_growth1 p {
	font-size: 16px;
	text-align: center;
}

.ecomm_img {
	margin-bottom: 0px !important;
}

.ecomm_growth2 {
	padding: 20px;
	border:1px solid #3180CE;
	border-radius: 15px 15px 0px 0px;
	background-color: #3180CE;
	color: #ffffff;
	box-shadow: 5px 10px 18px #888;
}

.ecomm_growth2 h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 0px;
}

.ecomm_growth2 p {
	font-size: 16px;
	text-align: center;
}


.ecomm_growth3 {
	padding: 20px;
	border:1px solid #0A71D8;
	border-radius: 15px 15px 0px 0px;
	background-color: #0A71D8;
	color: #ffffff;
	box-shadow: 5px 10px 18px #888;
}

.ecomm_growth3 h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 0px;
}

.ecomm_growth3 p {
	font-size: 16px;
	text-align: center;
}


.maxboxlist {
	background-color: #f5f5f5;
	padding: 20px;
	font-size: 16px;
	box-shadow: 5px 10px 18px #ccc;
}

.maxboxlist li {
	margin-bottom: 10px;
}


.maxbox1 {
	padding: 20px;
	border:1px solid yellowgreen;
	border-radius: 15px 15px 0px 0px;
	background-color: yellowgreen;
	color: #ffffff;
}

.maxbox1 h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 0px;
}

.maxbox1 ul {
	font-size: 16px;
	text-align: center;
}


.maxbox2 {
	padding: 20px;
	border:1px solid red;
	border-radius: 15px 15px 0px 0px;
	background-color: red;
	color: #ffffff;
}

.maxbox2 h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 0px;
}

.maxbox2 p {
	font-size: 16px;
	text-align: center;
}


.maxbox3 {
	padding: 20px;
	border:1px solid orange;
	border-radius: 15px 15px 0px 0px;
	background-color: orange;
	color: #ffffff;
}

.maxbox3 h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 0px;
}

.maxbox3 p {
	font-size: 16px;
	text-align: center;
}


.css_ticker {
	border-radius: 15px;
}