.c-FabButton__icon--icon {
width: 59px !important;
} #beacon-container button > div {
display: none !important;
} body.change-color-chestnut #beacon-container button {
background-color: #B24A47 !important;
border:1px solid white !important;
}
body.change-color-secondary-chestnut #beacon-container button {
background-color: #B24A47 !important;
border:1px solid white !important;
} body.change-color-royal #beacon-container button {
background-color: rgba(53, 141, 230, 1) !important;
border:1px solid white !important;
}
body.change-color-secondary-royal #beacon-container button {
background-color: rgba(53, 141, 230, 1) !important;
border:1px solid white !important;
} body.change-color-orange #beacon-container button {
background-color: #EF802B !important;
border:1px solid white !important;
}
body.change-color-secondary-orange #beacon-container button {
background-color: #EF802B !important;
border:1px solid white !important;
} body.change-color-marine #beacon-container button {
background-color: #04ADBF !important;
border:1px solid white !important;
}
body.change-color-secondary-marine #beacon-container button {
background-color: #04ADBF !important;
border:1px solid white !important;
} body.change-color-green #beacon-container button {
background-color: #28BA84 !important;
border:1px solid white !important;
}
body.change-color-secondary-green #beacon-container button {
background-color: #28BA84 !important;
border:1px solid white !important;
} body.change-color-purple #beacon-container button {
background-color: #905686 !important;
border:1px solid white !important;
}
body.change-color-secondary-purple #beacon-container button {
background-color: #905686 !important;
border:1px solid white !important;
} body.change-color-red #beacon-container button {
background-color: #E34646 !important;
border:1px solid white !important;
}
body.change-color-secondary-red #beacon-container button {
background-color: #E34646 !important;
border:1px solid white !important;
} body.change-color-tsarbucks #beacon-container button {
background-color: #3C774D !important;
border:1px solid white !important;
}
body.change-color-secondary-tsarbucks #beacon-container button {
background-color: #3C774D !important;
border:1px solid white !important;
} body.change-color-plum #beacon-container button {
background-color: #5D4D93 !important;
border:1px solid white !important;
}
body.change-color-secondary-plum #beacon-container button {
background-color: #5D4D93 !important;
border:1px solid white !important;
} body.change-color-cherry #beacon-container button {
background-color: #A50220 !important;
border:1px solid white !important;
}
body.change-color-secondary-cherry #beacon-container button {
background-color: #A50220 !important;
border:1px solid white !important;
} body.change-color-popcorn #beacon-container button {
background-color: #DDB556 !important;
border:1px solid white !important;
}
body.change-color-secondary-popcorn #beacon-container button {
background-color: #DDB556 !important;
border:1px solid white !important;
} body.change-color-peas #beacon-container button {
background-color: #8aa822 !important;
border:1px solid white !important;
}
body.change-color-secondary-peas #beacon-container button {
background-color: #8aa822 !important;
border:1px solid white !important;
} body.change-color-sensei #beacon-container button {
background-color: #104A4A !important;
border:1px solid white !important;
}
body.change-color-secondary-sensei #beacon-container button {
background-color: #104A4A !important;
border:1px solid white !important;
} body.change-color-ukraine #beacon-container button {
background-color: #104A4A !important;
border:1px solid white !important;
}
body.change-color-secondary-ukraine #beacon-container button {
background-color: #005BBB !important;
border:1px solid white !important;
} body.change-color-reseller #beacon-container button {
background-color: #630E00 !important;
border:1px solid white !important;
}
body.change-color-secondary-reseller #beacon-container button {
background-color: #630E00 !important;
border:1px solid white !important;
} body.change-color-superfan #beacon-container button {
background-color: #66C1BC !important;
border:1px solid white !important;
}
body.change-color-secondary-superfan #beacon-container button {
background-color: #66C1BC !important;
border:1px solid white !important;
} body.change-color-seafoam #beacon-container button {
background-color: #66C1BC !important;
border:1px solid white !important;
}
body.change-color-secondary-seafoam #beacon-container button {
background-color: #66C1BC !important;
border:1px solid white !important;
} body.change-color-stock-blue #beacon-container button {
background-color: #3E76A1 !important;
border:1px solid white !important;
}  @import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext"); .progress-wrap {
position: fixed;
right: 50px;
bottom: 50px;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
border-radius: 50px;
box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
z-index: 10000;
opacity: 0;
visibility: hidden;
transform: translateY(15px);
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.progress-wrap.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.progress-wrap::after {
position: absolute;
font-family: 'unicons';
content: '\e84b';
text-align: center;
line-height: 46px;
font-size: 24px;
color: #555;
left: 0;
top: 0;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
z-index: 1;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.progress-wrap:hover::after {
opacity: 0;
}
.progress-wrap::before {
position: absolute;
font-family: 'unicons';
content: '\e84b';
text-align: center;
line-height: 46px;
font-size: 24px;
opacity: 0;
background-image: linear-gradient(298deg, red, #FC4242);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
left: 0;
top: 0;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
z-index: 2;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.progress-wrap:hover::before {
opacity: 1;
}
.progress-wrap svg path {
fill: none;
}
.progress-wrap svg.progress-circle path {
stroke: #444;
stroke-width: 4;
box-sizing:border-box;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
body.light .progress-wrap {
box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
}
body.light .progress-wrap::after {
color: green;
}
body.light .progress-wrap svg.progress-circle path {
stroke: blue;
}
.switch,
.circle {
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
.switch {
width: 80px;
height: 4px;
border-radius: 27px;
background-image: linear-gradient(298deg, red, #FC4242);
position: fixed;
right: 50px;
top: 75px;
display: block;
margin: 0 auto;
text-align: center;
opacity: 1;
z-index: 33333;
transition: all 300ms linear;
}
.circle {
cursor: pointer;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -5px;
width: 40px;
height: 40px;
border-radius: 50%;
background: #888;
box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
animation: border-transform 10s linear infinite alternate forwards;
}
.circle:hover {
box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.circle:before {
position: absolute;
font-family: 'unicons';
content: '\eac1';
top: 0;
left: 0;
z-index: 2;
font-size: 20px;
line-height: 40px;
text-align: center;
width: 100%;
height: 40px;
opacity: 1;
color: #555;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
.circle:after {
position: absolute;
font-family: 'unicons';
content: '\eb8f';
top: 0;
left: 0;
z-index: 2;
font-size: 20px;
line-height: 40px;
text-align: center;
width: 100%;
height: 40px;
color: #FC4242;
opacity: 0;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
.switched {
}
.switched .circle {
left: 45px;
box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
background: blue;
}
.switched .circle:hover {
box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.switched .circle:before {
opacity: 0;
}
.switched .circle:after {
opacity: 1;
}h2.sd-home-features-01::before, p.sd-home-features-01::before {
font: var(--fa-font-chisel-regular);
content: '\f00c';
padding-right: 11px;
font-size: 22px;
color: limegreen;
}
.pricing-table-worlds-mobile {
display:none;
}
.pricing-footnotes {
margin-top: 0px; 
margin-bottom: 1.5em; 
text-align: center;
font-weight: 400; 
color: #358de6;
font-size:14px;
}
.sd-resp-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.sd-resp-container {
position: relative;
overflow: hidden;
padding-top: 56.25%;
}
p.journey-nums {
text-align: center;
background-color: #003D70;
width: 50px;
height: 50px;
border-radius: 50px;
color: white;
margin: 0 auto;
padding: 10px 10px;
font-size: 35px;
vertical-align: middle;
display: block;
line-height: 48px;
}
.powered-by-journey {
margin-top: 25px !important;
margin-bottom: 20px !important;
background: #eaf7ff;
padding: 30px;
max-width: 600px;
margin: 0 auto;
border-radius: 20px;
} .powered-by-journey h3 {
}
.journey-line {
position: relative; min-height: 10vh; }
.journey-line::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 50%; width: 1px;
background-color: #ccc;
z-index: -1; margin:10px 0;
}
.sd-content-journey {
margin-top:0;
min-height: 0;
}
h2.sd-content-journey {
margin-top: 40px;
padding-bottom: 10px;
}
h2.sd-content-journey-handwritten {
margin-top: 20px !important;
padding-bottom: 10px;
}
p.p1-journey {
padding:20px 5% 12px 5%;
max-width:800px;
text-align:center;
margin:0 auto;
}
.sd-content-journey h2 {
font-size:36px;
margin-bottom:10px !important;
}
.sd-content-journey h3 {
margin-top: 15px !important;
letter-spacing: 0 !important;
}
.sd-content-journey h4 {
font-size:16px;
}
.sd-content-journey h5 {
margin-bottom:20px !important;
}
.sd-content-journey p {
padding: 20px 5% 12px 5%;
max-width: 800px;
text-align: center;
margin: 0 auto;
font-size: 16px;
color: #3b3e40;
line-height: 35px;
}
.frm_style_sd_formidable.with_frm_style input.frm_other_input:not(.frm_other_full) {
width: 100%;
margin-top: 5px;
}
img.journey-pics {
border-radius:30px;
}
.frm_style_sd_formidable.with_frm_style .form-field.sd-frm-submit-video {
margin-bottom: 0 !important;
}
.sd-frm-submit-video {
margin-bottom: 0 !important;
}
h2.typography-hero-sub-sub {
font-size: 16px;
line-height: 1.384615384615385em;
text-transform: uppercase;
color: #224057 !important;
}
h2.typography-hero-sub-sub-sub {
font-size: 14px;
line-height: 1.384615384615385em;
text-transform: uppercase;
color: #BF2B35 !important;
}
.sd-header-login-btn a.qbutton {
line-height: 42px;
height: 42px;
}
.sd-header-free-trial-btn a.qbutton {
line-height: 42px;
height:42px;
}
.sd-header-login-btn a.qbutton {
line-height: 42px;
height: 42px;
}
.sd-price-compare-container .table .logo .cost {
font-size: 20px;
line-height: 23px;
color: #324e64;
}
.sd-hero-bullets-h2 {
margin-top:10px;
}
.typography-hero-container {
text-align: center; }
.typography-hero-sub-headline {
font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size: 30px;
color: #224057;
line-height: 66px;
padding: 0 0 5px 0;
text-transform: none;
margin-top: 12px!important;
position: relative; }
.typography-hero-sub-headline::after {
content: '';
position: absolute;
bottom: 0; left: 0;
right: 0;
height: 50%; background: #ffe984; z-index: -1; border-radius: 5px; }
h4.sd-home-toolkit-h4 {
color: #394a56;
font-size: 28px;
font-style: normal;
font-weight: 500;
letter-spacing: 0px;
text-transform: none;
text-align:center;
}
h4.sd-home-toolkit-h4-sub {
color: #394a56;
font-size: 20px;
font-style: normal;
font-weight: 500;
letter-spacing: 0px;
text-transform: none;
text-align:center;
}
h2.sd-home-toolkit-h4-sub-sub {
font-family: 'Montserrat',sans-serif;
font-weight: 400;
font-size: 14px;
color: #224057;
line-height: 30px;
text-align: center;
padding: 0 20px 10px 20px;
text-transform: none;
letter-spacing: 0;
}
h4.sd-home-feature-subtitle {
text-transform: uppercase;
}
.sd-21btn-primary-r .fa-solid {
font-family: "Font Awesome 6 Pro";
font-size: 20px;
margin: 3px 0 0 10px;
}
.sd-niche-feature-tv-row {
padding: 50px 0 40px 0;
}
.sd-why-text-blocks .vc_column-inner {
padding-left:45px !important;
}
.sd-home-faqs {
max-width: 95%;
margin: 0 auto;
padding: 0 0 0 30px;
}
.sd-price-compare-container {
max-width: 85%;
padding-top: 10px;
padding-bottom: 5%;
margin: 0 auto;
}
.sd-footer-integrations-image img {
max-width: 90%;
padding: 50px 0;
margin: 0 auto !important;
}
.sd-parallax-content-photo {
padding: 18px 0 0 10px;
}
.vc_col-sm-push-6 .flexslider {
margin-top:17px !important;
padding:0px 0px 0px 0px;
}
h2.sd-home-features-01 {
font-size: 16px;
font-family: 'Montserrat',sans-serif;
font-weight:400;
letter-spacing: 1px;
line-height: 2.3em;
text-transform: none;
color:#4c4c4c;
}
.sd-home-features-01 {
font-size: 16px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 1px;
line-height: 2.30em;
text-transform: none;
}
.sd-home-features-02 {
font-size: 13px !important;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0;
line-height: 2em;
text-transform: none;
color:#555 !important;
font-style:unset !important;
}
.sd-21-feature-block p {
font-size: 16px;
color:#555;
font-style:italic;
}
.sd-features-tv-description-row .vc_column-inner {
width:80%;
max-width:1600px;
margin:0 auto;
}
.wpb_text_column.wpb_content_element.features-tv {
background-color: #224057 !important;
margin-bottom: 18px !important;
margin-top: 30px !important;
border-radius: 15px !important;
}
.features-tv-row .section_inner {
width:80% !important;
max-width:1500px;
}
.features-tv img {
max-width: 95%;
max-height: 250px !important;
border-radius: 13px;
padding-bottom: 2px !important;
}
.features-tv p {
text-align: center;
color: #fff;
padding: 10px 0 5px 0 !important;
font-size: 12px;
line-height: 1.38em;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
padding-top:13px;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; display: block;
}
.features-tv {
z-index: 100;
box-shadow:none;
transition: all 0.2s ease-in-out;
}
.features-tv:hover {
transform: scale(1.05);
background-color: #222;
box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
z-index:9999;
}
.textwidget .features-tv p{
margin-bottom: 15px !important;
}
ul {
list-style-type: none;
}
.hsds-beacon .gXXgVR {
bottom: 40px !important;
}
.sd-21btn-primary-r {
display: inline-flex;
color: #224057;
background: #D9F2FF;
border-left: 0px!important;
padding: 13px 24px;
border-radius: 30px;
margin: 20px 0;
font-weight: 500;
margin-left: 15px;
}
body {
line-height: 26px !important;
}
#sd-custom-hide {
display:none !important;
}
.sd-custom-hide-class {
display:none;
}
#sd-machina {
padding-top:5px;
}
.hide {
display: none;
}
.max-width-desktop-70 {
max-width: 70%;
}
.sd-what-is-video-home {
padding-top:40px;
}
.sd-what-is-video-home p{
text-align: left;
}
.sd_22_niche_desc_section {
padding:0 15%;
}
.sd-21btn-watch-video {
display: inline;
color: #fff;
background: #224057;
padding: 10px 15px;
border-radius: 10px;
margin: 20px 0;
font-weight: 400;
font-size:20px;
}
.sd-21btn-watch-video:hover {
color: #ffffff;
background-color: #224057;
transition: background 1s, border 1.3s, color 0.1s;
font-weight:500;
}
.plan-pricing-explanation a {
color: #fff !important;
background: #358DE6;
padding: .75em 1.25em;
border-radius: 10px;
transition: transform .2s !important;
box-shadow: 0px 0px 0px rgba(3, 7, 18, 0.08),
0px 2px 1px rgba(3, 7, 18, 0.08),
0px 3px 3px rgba(3, 7, 18, 0.08),
0px 6px 5px rgba(3, 7, 18, 0.08);
}
.plan-pricing-explanation a:hover {
background: firebrick !important;
transform: scale(1.25) !important;
}
.addon-pricing-explanation a {
color: #fff !important;
background: #358DE6;
padding: .5em 1.25em;
border-radius: 10px;
box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
transition: transform .2s !important;
line-height:85px !important;
}
.addon-pricing-explanation a:hover {
background: firebrick !important;
transform: scale(1.25) !important;
}
.addon-feature-icon {
margin-right:10px;
}
li {
padding: 5px 0 5px 0;
}
.page-id-11722 ul {
list-style: disc !important;
}
.sd-fnt-01 {
font-family: Domine,serif;
font-size: 32px;
color: #232323;
line-height: 45px;
padding-bottom:15px !important;
}
.sd-font-02 {
border-left: 4px solid #3E76A1;
padding-left: 18px;
line-height: 24px;
font-size: 20px;
padding-bottom: 0;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 400;
color: #232323;
}
.sd-font-03 {
line-height: 30px;
font-size: 2em;
font-weight: 400;
}
.sd-font-04 {
line-height: 24px;
font-size: 20px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 400;
color: #232323;
}
.sd-font-05{
line-height: 24px;
font-size: 17px;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 400;
color: #232323;
}
.sd-fnt-06 {
font-family: "Protest Strike",sans-serif;
font-size: 5em;
color: #358DE6;
text-align: center;
line-height: 1.4em;
}
.sd-fnt-07 {
font-family:Domine,serif;
font-size: 1.5em;
color: #333;
text-align: center;
line-height: 45px;
font-weight:400;
}
.sd-calculator-text p {
padding-bottom: 20px !important;
}
.sd-home-description {
font-size: 1.3em;
line-height: 1.9em;
font-weight: 300;
color: #777!important;
text-align: left !important;
font-family: 'Montserrat', sans-serif;
}
.faq-chat-left-bubble {
background: #E6E6EB;
padding: 1.5em 2em;
font-size: 2.5rem;
font-weight: 700;
line-height:1.25;
border-radius: 1em;
max-width: 80%;
margin-left: 20%;
margin-bottom:2% !important;
}
.faq-chat-left-bubble:before {
content: "";
position: absolute;
z-index: 0;
bottom: 17px;
left: -11px;
margin-left:20%;
height: 43px;
width: 31px;
background: #E6E6EB;
border-bottom-right-radius: 20px;
}
.faq-chat-left-bubble:after {
content: "";
position: absolute;
z-index: 1;
bottom: 15px;
left: -21px;
margin-left:20%;
width: 30px;
height: 47px;
background: white;
border-bottom-right-radius: 50px;
}
.faq-chat-right-bubble {
background: #358DE6;
color: #fff;
padding: 2em 2.75em;
font-size: 1.75rem;
font-weight: 400;
line-height:2.25;
border-radius: 1.5em;
max-width: 80%;
margin-right: 20%;
margin-bottom:5% !important;
}
.faq-chat-right-bubble-not-last {
background: #358DE6;
color: #fff;
padding: 2em 2.75em;
font-size: 1.75rem;
font-weight: 400;
line-height:2.25;
border-radius: 1.5em 1.5em 0 1.5em;
max-width: 80%;
margin-right: 20%;
margin-bottom:1% !important;
}
.faq-chat-right-bubble-last {
border-radius: 1.5em 0 1.5em 1.5em !important;
}
.faq-chat-right-bubble:before {
content: "";
position: absolute;
z-index: 0;
bottom: 49px;
right: -11px;
margin-right: 20%;
height: 43px;
width: 31px;
background: #358DE6;
border-bottom-left-radius: 20px;
}
.faq-chat-right-bubble:after {
content: "";
position: absolute;
z-index: 1;
bottom: 49px;
right: -21px;
margin-right:20%;
width: 30px;
height: 47px;
background: white;
border-bottom-left-radius: 50px;
}
.add-on-title {
font-family: Domine,serif;
font-size: 32px;
color: #232323;
text-align: left;
line-height: 45px;
margin-bottom:8px;
}
.add-on-price-helper-text {
font-family: Inter,serif;
font-size: 20px;
color: #232323;
text-align: left;
line-height: 1px;
}
.add-on-price {
font-family: Domine,serif;
font-size: 32px;
color: #232323;
text-align: left;
line-height: 45px;
margin-top:20px;
}
.add-on-price-dollar-sign {
font-family: Domine,serif;
font-size: 45px;
color: #232323;
text-align: left;
line-height: 45px;
}
.add-on-helper-text {
font-family: Domine,serif;
font-size: 12px;
color: firebrick;
text-align: left;
line-height: 45px;
}
.add-on-section-title {
border-bottom:1px solid #eee;
}
.add-on-section-item {
padding:50px 0;
}
.sd_webinar_form_block {
padding:0 10%;
}
.sd_webinar_form {
background-color: #EBF8FF;
padding: 40px 50px;
border-radius: 15px;
border: 2px dotted #3C77A3;
margin: 0 0 15px 0 !important;
}
.status-tag-line {
margin-top:10px;
}
.sd-live-tag {
background: #66CC66;
margin-right: 10px;
padding: 3px 5px;
color: white;
border-radius: 5px;
padding: 4px 10px;
display: inline-flex;
}
.sd-indev-tag {
background: #EF810A;
margin-right: 10px;
padding: 4px 10px;
color: white;
border-radius: 5px;
margin-bottom: 5px;
display: inline-flex;
}
.sd-parallax-content {
padding: 60px 0;
}
.sd-parallax-content-text {
padding: 5px 0 0 30px;
}
.flexslider {
border-radius: 16px;
box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 25%);
}
.y2021-featuredbullets {
padding: 2px 10px 0px 2px !important;
font-size:1rem !important;
font-weight:600 !important;
color:#358DE6;
vertical-align:middle;
}
.y2021-featuredbullets-p {
text-indent: -14px;
padding-left: 16px;
margin-left: 15px;
}
.y2021-featuredbullets-link {
vertical-align: middle;
}
.y2021-featuredbullets-p:hover {
}
.feature-bullets-col-6 {
}
#mega-menu-wrap-top-navigation #mega-menu-top-navigation img {
object-fit: contain;
}
header.sticky .header_bottom {
border-bottom: 4px solid #EBF8FF;
}
.footer_top_holder {
margin-top: -26px !important;
}
.q_logo img {
max-width:220px;
}
h2.entry_title {
display: none !important;
}
.has-cookie-bar #catapult-cookie-bar {
border-top: 4px solid #D9F2FF;
}
button#catapultCookie {
padding: 6px 12px;
}
.mike-masterclass-avatar{
width: 100%;
}
.fa-bars {
color:#3E76A1 !important;
font-size:20px;
margin-top:6px;
}
.header_bottom {
padding:0 20px 0 45px;
}
.hero-image-top-section {
padding-top:50px;
}
.sd-hero-text-sub {
padding-top:15px;
}
.typography-hero-headline {
font-family: 'Montserrat', sans-serif;
font-weight:700;
font-size: 60px;
color: #224057;
line-height: 66px;
text-align: center;
padding: 0px 0 5px 0;
text-transform: none;
margin-top: 12px !important;
display: block;
margin:0 auto;
}
.typography-feature-headline {
font-family: 'Montserrat', sans-serif;
font-weight:700;
font-size: 2.25rem;
color: #1F2129;
line-height: 2.75rem;
text-align: center;
padding: 0px 0 25px 0;
text-transform: none;
letter-spacing: 0;
}
.typography-page-headline {
font-family: 'Montserrat', sans-serif;
font-weight:700;
font-size: 60px;
color: #ffffff;
line-height: 66px;
text-align: center;
padding: 0px 0 5px 0;
text-transform: none;
}
.y2021-feature-bullets-header-row {
padding:20px 0 0 0;
}
.y2021-feature-bullets-row {
padding:20px 0;
}
.typography-feature-sub-sub {
font-family: 'Montserrat', sans-serif;
font-weight:400;
font-size: 20px;
color: #224057;
line-height: 30px;
text-align: left;
padding: 0px 0 10px 0;
text-transform: none;
}
.typography-feature-sub-sub {
font-family: 'Montserrat', sans-serif;
font-weight:400;
font-size: 16px;
letter-spacing: 0;
color: #224057;
line-height: 30px;
text-align: left;
padding: 0px 0 10px 0;
text-transform: none;
}
.hero-sub-sub-text {
color: #577e9b;
font-style: italic;
font-size: 17px;
letter-spacing:1.1px;
}
.typography-section-h1 {
font-family: 'Montserrat', sans-serif;
font-weight:700;
font-size: 40px;
color: #224057;
line-height: 55px;
text-align: center;
padding: 0px 0 5px 0;
width:110%;
}
.typography-section-h2 {
font-family: 'Montserrat', sans-serif;
font-weight:500;
font-size: 20px;
line-height: 2em;
text-transform: uppercase;
margin-top: 5px;
padding-bottom: 10px;
color: #224057;
font-weight: 500;
letter-spacing: 3px;
}
#sd-cpa-hero-typeit {
height:90%;
}
.sd-competitor-funnel {
margin-top:50px;
}
.sd-svg-dominate {
max-width: 85%;
margin: 0 auto !important;
text-align: center !important;
}
.sd-21btn-primary {
display: inline-flex;
color: #224057;
background: transparent;
border: 2px solid #224057;
padding: 8px 14px 5px;
border-radius: 30px;
margin: 20px 0;
font-weight: 500;
}
.sd-21btn-primary:hover {
color: #ffffff;
background-color: #224057;
border: none;
padding: 10px 16px;
transition: background 1s, border 1.3s, color 0.1s;
}
.sd-chestnut {
background: #FFAFAA !important;
color: #6B1313 !important;
}
.sd-chestnut:hover {
background: #B24A47 !important;
color: #fff !important;
}
.sd-chestnut-separator{
background-color: #B24A47;
}
.sd-royal{
background: #99DBFF !important;
color: #1B68A8 !important;
}
.sd-royal:hover{
background: #358DE6 !important;
color: #fff !important;
}
.sd-royal-separator{
background: #358DE6 !important;
}
.sd-orange{
background: #FFB25F !important;
color: #914800 !important;
}
.sd-orange:hover{
background: #EF802B !important;
color: #fff !important;
}
.sd-orange-separator{
background-color: #EF802B;
}
.sd-marine{
background: #5AF7FF !important;
color: #037A7A !important;
}
.sd-marine:hover{
background: #04ADBF !important;
color: #fff !important;
}
.sd-marine-separator{
background-color: #04ADBF;
}
.sd-green{
background: #5FFFBE !important;
color: #0A7C4E !important;
}
.sd-green-separator{
background-color: #5FFFBE;
}
.sd-green:hover{
background: #28BA84 !important;
color: #fff !important;
}
.sd-purple{
background: #B48CAD !important;
color: #592052 !important;
}
.sd-purple:hover{
background: #905686 !important;
color: #fff !important;
}
.sd-purple-separator, .sd-purple-header{
background-color: #905686;
}
.sd-red{
background: #FFABAB !important;
color: #E34646 !important;
}
.sd-red:hover{
background: #E34646 !important;
color: #fff !important;
}
.sd-red-separator{
background-color: #E34646;
}
.sd-gold{
background: #efdba5 !important;
color: #af8100 !important;
}
.sd-gold:hover{
background: #d4af37 !important;
color: #fff !important;
}
.sd-teal{
background: #53DEE5 !important;
color: #0e888e !important;
}
.sd-teal:hover{
background: #04adbf !important;
color: #fff !important;
}
.sd-tsarbucks {
background: #68B57E !important;
color: #1D3323 !important;
}
.sd-tsarbucks:hover{
background: #3C774D !important;
color: #fff !important;
}
.sd-tsarbucks-separator{
background-color: #3C774D;
}
.sd-plum-separator{
background-color: #5D4D93;
}
.sd-plum {
background: #8470C8 !important;
color: #ffffff !important;
}
.sd-plum:hover{
background: #5D4D93 !important;
color: #fff !important;
}
.sd-cherry-separator{
background-color: #E60025;
}
.sd-cherry {
background: #E60025 !important;
color: #ffffff !important;
}
.sd-cherry:hover{
background: #A50220 !important;
color: #fff !important;
}
.sd-popcorn-separator{
background-color: #DDB556;
}
.sd-popcorn {
background: #E8CD8C !important;
color: #725014 !important;
}
.sd-popcorn:hover{
background: #DDB556 !important;
color: #fff !important;
}
.sd-peas-separator{
background-color: #C3DE64;
}
.sd-peas {
background: #C3DE64 !important;
color: #465105 !important;
}
.sd-peas:hover{
background: #465105 !important;
color: #fff !important;
}
.sd-pink{
background: #FFB8F2 !important;
color: #930778 !important;
}
.sd-pink:hover{
background: #e55ac7 !important;
color: #fff !important;
}
.sd-primary-seperator, .sd-primary-header{
background-color: #3E76A1;
}
.page-id-12082 .y2021-featuredbullets, .page-id-32438 .y2021-featuredbullets{
color: #358DE6;
}
.page-id-12082 .y2021-featuredbullets-link:hover, .page-id-32438 .y2021-featuredbullets-link:hover{
color: #358DE6;
}
.page-id-11984 .y2021-featuredbullets, .page-id-33303 .y2021-featuredbullets{
color: #3E76A1;
}
.page-id-11984 .y2021-featuredbullets-link:hover, .page-id-33303 .y2021-featuredbullets-link:hover{
color: #3E76A1;
}
.page-id-7781 .y2021-featuredbullets, .page-id-33309 .y2021-featuredbullets{
color: #3E76A1;
}
.page-id-7781 .y2021-featuredbullets-link:hover, .page-id-33309 .y2021-featuredbullets-link:hover{
color: #3E76A1;
}
.page-id-1298 .y2021-featuredbullets, .page-id-33319 .y2021-featuredbullets{
color: #E34646;
}
.page-id-1298 .y2021-featuredbullets-link:hover, .page-id-33319 .y2021-featuredbullets-link:hover{
color: #E34646;
}
.page-id-38535 .y2021-featuredbullets, .page-id-33319 .y2021-featuredbullets{
color: #E34646;
}
.page-id-38535 .y2021-featuredbullets-link:hover, .page-id-33319 .y2021-featuredbullets-link:hover{
color: #E34646;
}
.page-id-7771 .y2021-featuredbullets, .page-id-33358 .y2021-featuredbullets{
color: #EF802B;
}
.page-id-7771 .y2021-featuredbullets-link:hover, .page-id-33358 .y2021-featuredbullets-link:hover{
color: #EF802B;
}
.page-id-5060 .y2021-featuredbullets, .page-id-33377 .y2021-featuredbullets{
color: #04ADBF;
}
.page-id-5060 .y2021-featuredbullets-link:hover, .page-id-33377 .y2021-featuredbullets-link:hover{
color: #04ADBF;
}
.page-id-7768 .y2021-featuredbullets, .page-id-33387 .y2021-featuredbullets{
color: #905686;
}
.page-id-7768 .y2021-featuredbullets-link:hover, .page-id-33387 .y2021-featuredbullets-link:hover{
color: #905686;
}
.page-id-7779 .y2021-featuredbullets, .page-id-33395 .y2021-featuredbullets{
color: #3C774D;
}
.page-id-38546 .y2021-featuredbullets, .page-id-33395 .y2021-featuredbullets{
color: #3C774D;
}
.page-id-7779 .y2021-featuredbullets-link:hover, .page-id-33395 .y2021-featuredbullets-link:hover{
color: #3C774D;
}
.page-id-38546 .y2021-featuredbullets-link:hover, .page-id-33395 .y2021-featuredbullets-link:hover{
color: #3C774D;
}
.page-id-5044 .y2021-featuredbullets, .page-id-33401 .y2021-featuredbullets{
color: #B24A47;
}
.page-id-5044 .y2021-featuredbullets-link:hover, .page-id-33401 .y2021-featuredbullets-link:hover{
color: #B24A47;
}
.page-id-38462 .y2021-featuredbullets, .page-id-33401 .y2021-featuredbullets{
color: #28BA84;
}
.page-id-38462 .y2021-featuredbullets-link:hover, .page-id-33401 .y2021-featuredbullets-link:hover{
color: #28BA84;
}
.page-id-38462 .y2021-featuredbullets, .page-id-33401 .y2021-featuredbullets{
color: #5D4D93;
}
.page-id-38462 .y2021-featuredbullets-link:hover, .page-id-33401 .y2021-featuredbullets-link:hover{
color: #5D4D93;
}
.page-id-38535 .y2021-featuredbullets, .page-id-33401 .y2021-featuredbullets{
color: #DDB556;
}
.page-id-38535 .y2021-featuredbullets-link:hover, .page-id-33401 .y2021-featuredbullets-link:hover{
color: #DDB556;
}
.page-id-38546 .y2021-featuredbullets, .page-id-33401 .y2021-featuredbullets{
color: #8aa822;
}
.page-id-38546 .y2021-featuredbullets-link:hover, .page-id-33401 .y2021-featuredbullets-link:hover{
color: #8aa822;
}
.page-id-50072 .y2021-featuredbullets-link:hover, .page-id-50072 .y2021-featuredbullets-link:hover{
color: #921c18;
}
.page-id-50072 .y2021-featuredbullets, .page-id-50072 .y2021-featuredbullets{
color: #921c18;
}
.page-id-54109 .y2021-featuredbullets, .page-id-54109 .y2021-featuredbullets{
color: #B24A47;
}
.page-id-54109 .y2021-featuredbullets-link:hover, .page-id-54109 .y2021-featuredbullets-link:hover{
color: #B24A47;
}
.page-id-54111 .y2021-featuredbullets, .page-id-54111 .y2021-featuredbullets{
color: #905686;
}
.page-id-54111 .y2021-featuredbullets-link:hover, .page-id-54111 .y2021-featuredbullets-link:hover{
color: #905686;
}
.dark #mega-menu-wrap-top-navigation #mega-menu-top-navigation > li.mega-menu-item > a.mega-menu-link
{
color: #ffffff;
}
header.dark.header_style_on_scroll .header_bottom_right_widget_holder a.qbutton, header.dark:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton {
border-color: #fff!important;
background-color: transparent!important;
color: #fff!important;
}
.sd-23btn-primary-r {
display: inline-flex;
color: #224057;
background: #D9F2FF;
border-left:0px !important;
padding: 13px 24px;
border-radius:30px;
font-size: 2.1em;
margin: 20px 0px;
font-weight: 500;
margin-left: 15px;
}
.sd-23btn-primary-r .fas {
margin-left: 10px;
line-height: 22px;
padding-top: 2px;
}
.sd-23btn-primary-r:hover {
color: #ffffff;
background-color: #224057;
border: none;
transition: background 1s, border 1.3s, color 0.1s;
}
.sd-21btn-primary-l {
display: inline-flex;
color: #224057;
background: #D9F2FF;
border-radius: 30px;
margin: 20px 0;
font-weight: 500;
padding: 12px 25px 10px;
margin-left: -5px;
font-size: 18px;
line-height: 28px;
}
.sd-21btn-primary-l .fas {
margin-left: 10px;
line-height: 22px;
padding-top:2px;
}
.sd-21btn-primary-l:hover {
color: #ffffff;
background-color: #224057;
border: none;
transition: background 1s, border 1.3s, color 0.1s;
}
.sd-21btn-primary-r {
display: inline-flex;
color: #224057;
background: #D9F2FF;
border-left: 0px !important;
padding: 12px 25px 10px;
border-radius: 30px;
margin: 20px 0px;
font-weight: 500;
margin-left: 15px;
font-size: 18px;
line-height: 28px;
}
.sd-21btn-primary-r .fas {
margin-left: 10px;
line-height: 22px;
padding-top: 2px;
}
.sd-21btn-primary-r:hover {
color: #ffffff;
background-color: #224057;
border: none;
transition: background 1s, border 1.3s, color 0.1s;
}
.sd-21btn-primary-full-l {
color: #ffffff;
background: #224057;
border-radius: 30px;
margin: 20px 0;
font-weight: 500;
padding: 15px 30px;
margin-left:-5px;
max-width:350px;
text-align: center;
font-size: 20px;
}
.sd-21btn-primary-full-l .fas {
margin-left: 10px;
line-height: 22px;
padding-top:2px;
}
.sd-21btn-primary-full-l:hover {
color: #224057;
background-color: #D9F2FF;
border: none;
transition: background 1s, border 1.3s, color 0.1s;
}
.sd-21btn-primary-full-r {
color: #ffffff;
background: #224057;
border-left:0px !important;
padding: 15px 30px;
border-radius:30px;
margin: 20px 0px;
font-weight: 500;
margin-left: 15px;
max-width:350px;
text-align: center;
font-size: 20px;
}
.sd-21btn-primary-full-r .fas {
margin-left: 10px;
line-height: 22px;
padding-top: 2px;
}
.sd-21btn-primary-full-r:hover {
color: #224057;
background-color: #D9F2FF;
border: none;
transition: background 1s, border 1.3s, color 0.1s;
}
.sd-21btn-primary-landing {
display: inline-flex;
color: #ffffff;
background: #003D70;
border-radius: 30px;
margin: 20px 0;
font-weight: 500;
padding: 12px 25px 10px;
margin-left: -5px;
font-size: 18px;
line-height: 28px;
}
.sd-21btn-primary-landing .fas {
margin-left: 10px;
line-height: 22px;
padding-top:2px;
}
.sd-21btn-primary-landing:hover {
color: #003D70;
background-color: #DAF3FF;
border: none;
transition: background 1s, border 1.3s, color 0.1s;
}
.sd-testimonials-block {
padding: 150px 0 130px 0;
}
.sd-21-feature-block {
padding: 100px 0 90px 0;
}
.sd-21-testimonials-row {
margin-top: 30px;
}
.sd-21-quotes{
font-size: 22px;
line-height: 1.384615384615385em;
font-weight: 500;
letter-spacing: 3px;
}
.sd-21-author{
font-size: 18px;
line-height: 1.384615384615385em;
font-weight: 500;
letter-spacing: 1px;
text-align: right !important;
color:white;
}
.sd-21-author:hover {
color: white;
}
.sd-21-reviewlink{
font-size: 12px;
line-height: 1.384615384615385em;
font-weight: 500;
letter-spacing: 1px;
text-align: right !important;
margin-left: 20px;
color:white;
}
.sd-21-reviewlink:hover {
text-decoration: underline;
color: white;
}
.sd-replaces-apps {
font-size:16px;
margin-top:15px;
margin-bottom:-10px;
font-family: Inter, sans-serif;
font-weight: 600;
color: #224057;
display:inline-block;
}
.sd-text-highlight {
background-color: rgba(255, 255, 255, 0.32) !important;
}
.sd-fix-width-txt{
width: 70%;
}
.sd-divider {
border-bottom: 1px solid #FFF;
background-color: #ffffff;
height: 1px;
margin: 1.2em 0px 1em;
}
.sd-divider span {
display: block;
width: 25%;
height: 1px;
background-color: #3E76A1;
}
.sd-divider-long {
border-bottom: 1px solid #FFF;
background-color: #DCF0FB;
height: 2px;
margin: 1.2em 0px 1em;
}
.sd-divider-long span {
display: block;
width: 50%;
height: 2px;
background-color: #3E76A1;
}
.div.grid_section .section_inner .updateslogcol {
}
.sdcoresec {
padding-left: 20%;
}
.capterrabadge{
width: 15%;
height: auto;
max-width: 200px;
padding: 0 15px;
}
.capterracontent{
max-width: 95%;
padding: 0;
margin: 0 auto;
text-align: center;
}
.page-id-14927 .fluid-width-video-wrapper {
padding-top: 160px !important;
}
.page-id-7146 .fluid-width-video-wrapper {
padding-top: 114% !important;
}
.q_tabs .tabs-nav li {
margin: 0;
overflow: hidden;
position: relative;
display: inline-block;
float: left;
background-color: #f1f1f1;
border-radius: 20px;
padding: 0px 21px 0px 21px;
margin-right: 15px;
}
.q_tabs .tabs-nav li:active, .q_tabs .tabs-nav li.active {
background-color: #D9F2FF !important;
}
.q_tabs .tabs-nav li a {
padding: 0;
font-weight: 600;
}
.q_tabs .tabs-nav li a:hover, .q_tabs .tabs-nav li.active a:hover {
color: #358DE6;
}
.q_tabs .tabs-nav li a:hover {
color: #358DE6;
}
.next-up-mc {
border-radius: 17px;
background-color: #f9f9f9;
padding: 27px 15px 27px 0px;
-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.09);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.09);
} @media only screen and (max-width: 1750px), only screen and (max-device-width: 1750px) {
.sdh01 {
font-size:20px !important;
}
.sd-what-is-video-home {
padding-top:20px;
}
.sdh01 {
font-size:20px !important;
}
} @media only screen and (max-width: 1550px), only screen and (max-device-width: 1550px) {
h2.typography-hero-sub-sub-sub {
font-size: 13px;
}
.typography-section-h2 {
font-size:18px;
}
} @media only screen and (max-width: 1500px), only screen and (max-device-width: 1500px) {
.features-tv p {
font-size:10px;
}
.sd-what-is-video-home {
padding-top:30px;
}
.home-hero-image {
min-width:700px !important;
}
.sd-hero-text-sub {
padding-top:20px;
}
.typography-section-h2 {
font-size: 18px;
line-height:30px;
}
.typography-hero-sub-sub {
font-size:16px;
}
.sd-fnt-01 {
font-size:20px;
line-height:30px;
}
.sdh01 {
font-size:20px !important;
}
.typography-hero-headline {
font-size: 45px;
line-height:50px;
}
.sdcoresec {
padding-left: 20%;
}
.sd-parallax-content-text {
padding: 20px 0 0 10px;
}
.sd-parallax-content-photo {
padding: 15px 0 0 10px;
}
.typography-feature-headline {
font-size:1.95rem;
padding: 0 0 17px 0;
}
} @media only screen and (max-width: 1441px), only screen and (max-device-width: 1441px) {
.mega-menu-columns-2-of-12 {
width:16% !important;
;
}
.mega-menu-columns-4-of-12 {
width: 0% !important;
}
.mega-menu-link {
font-size:1rem !important;
}
li.mega-menu-item > a.mega-menu-link {
font-size:0.7rem !important;
}
.page-id-14 li.mega-menu-item > a.mega-menu-link {
font-size:1.35rem !important;
}
.sd-parallax-content-text {
padding: 20px 0 0 10px;
}
.sd-parallax-content-photo {
padding: 12px 0 0 10px;
}
.typography-section-h2 {
font-size: 16px;
line-height:30px;
}
.sd-21-feature-block .vc_col-sm-8 {
width: 60%;
}
.sd-21-feature-block .vc_col-sm-4 {
width: 40%;
}
.sd-21-feature-block .section_inner {
width:80% !important;
}
.sd-price-compare-container {
max-width: 95%;
padding-top: 10px;
padding-bottom: 5%;
margin: 0 auto;
}
} @media only screen and (max-width: 1300px), only screen and (max-device-width: 1300px) {
.sd-competitor-funnel {
margin-top: 20px;
width: 85%;
}
.typography-section-h1 {
font-size: 34px;
line-height:45px;
}
.vc_col-md-push-4 {
left: 50%;
}
.vc_col-md-pull-8 {
right: 50%;
}
.sd-what-is-video-home {
padding-top:20px;
}
.home-hero-image {
min-width:650px !important;
}
.typography-hero-headline{
font-size: 40px;
line-height: 50px;
}
.typography-section-h2 {
font-size: 18px;
line-height: 30px;
}
.typography-hero-sub-sub {
font-size: 16px;
line-height: 20px;
}
.sd-competitor-funnel {
margin-top:20px;
}
.sd-fnt-01 {
font-size:17px;
line-height:20px;
}
.sdh01 {
font-size:20px !important;
line-height:40px;
}
.sd-home-feature-set-header {
padding-top:0;
}
.sd-testimonials-block {
padding: 100px 0 80px 0;
}
.sd-svg-dominate {
max-width: 100%;
margin: 0 auto !important;
text-align: center !important;
}
.typography-feature-headline {
font-size:1.7rem;
padding: 0 0 10px 0;
}
.sd-parallax-content-text {
padding: 0px 0 0 10px;
}
.sd-parallax-content-photo {
padding: 12px 0 0 10px;
}
.feature-bullets-col-6 {
width: 100% !important;
}
.sd-21btn-primary-l {
font-size: 14px;
line-height: 28px;
}
.sd-21btn-primary-r {
font-size: 14px;
line-height: 28px;
}
} @media only screen and (max-width: 1200px) {
.sd-parallax-content-photo {
width:60% !important;
}
.sd-parallax-content-text {
width:40% !important;
}
.typography-section-h2 {
font-size: 14px;
line-height:25px;
}
.vc_col-sm-3 {
width: 50%;
}
.vc_col-sm-8.sd-calculator {
width:98% !important;
margin:0 auto;
}
.vc_col-sm-4.sd-calculator-text {
display:none;
}
.sd-21-feature-block .vc_col-sm-8 {
width: 50%;
}
.sd-21-feature-block .vc_col-sm-4 {
width: 50%;
}
} @media only screen and (max-width: 1100px) {
.update-details{
width: 100%;
}
.home-hero-image {
min-width:625px !important;
}
.typography-hero-headline{
font-size: 35px;
line-height: 45px;
}
.typography-section-h1 {
font-size: 34px;
line-height:45px;
}
.typography-section-h2 {
font-size: 14px;
line-height: 20px;
}
h4 {
font-size:17px;
}
.typography-hero-sub-sub {
font-size: 15px;
line-height: 20px;
}
.sd-competitor-funnel {
margin-top:15px;
}
.sd-competitor-funnel img {
max-width: 90%;
margin: 0 auto !important;
}
.sd-fnt-01 {
font-size: 23px;
line-height: 31px;
text-align: center !important;
}
p.sdh01 {
font-size:18px !important;
line-height:34px;
}
.sd-home-h2 {
font-size:20px;
}
.sdtext001 {
font-size:16px;
}
.sd-21-feature-block {
padding: 70px 0 80px 0;
}
.sd-home-feature-set-header {
padding-top:0;
}
.sd-testimonials-block {
padding: 100px 0 80px 0;
}
.fa-quote-right {
font-size:110px !important;
}
.vc_column-inner {
padding-top:5px !important;
}
.section_inner {
width: 90%
}
.vc_col-sm-8 {
width:60% !important;
}
.vc_col-sm-4 {
width:40% !important;
}
.sd-hide-1100 {
display:none;
}
.mobile-header-appear .header_bottom {
border-bottom:3px solid #3E76A1;
}
.sd-header-login-btn {
display:none !important;
}
.sd-parallax-content-text {
padding: 0px 0 0 30px;
}
.sd-parallax-content-photo {
width:100% !important;
}
.sd-parallax-content-text {
width:100% !important;
}
.feature-bullets-col-6 {
width: 50% !important;
}
}  @media only screen and (max-device-width: 1024px) {
.vc_column-inner {
padding-top:5px !important;
}
.vc_col-sm-8 {
width:55%;
}
.vc_col-sm-4 {
width:45%;
}
.vc_col-md-pull-8 {
right:55% !important;
}
.vc_col-md-push-4 {
left:45% !important;
}
.sd-home-feature-hero-svg {
padding-top:15%;
}
#sd-machina {
padding-top:20px;
}
#sd-machina-text-panel {
padding:0 30px;
}
.sd-competitor-funnel {
min-width:525px;
}
.sdcoresec {
padding-left: 20%;
}
.sd-features-tv-description-row .vc_column-inner {
width:100%;
}
.sd-features-tv-description-row .typography-feature-sub-sub {
width:90%;
margin:0 auto;
}
} @media only screen and (max-width: 1000px) {
.pricing-table-worlds-mobile {
display:unset;
}
.pricing-table-worlds-desktop {
display:none;
}
.vc_col-sm-8 {
width:100% !important;
}
.sd-what-is-video-home {
padding-top:0px;
}
.update-details{
width: 100%;
}
.hero-image-top-section {
padding-top:20px;
}
.home-hero-image {
min-width:625px !important;
}
.typography-hero-headline{
font-size: 30px;
line-height: 35px;
}
.typography-section-h1 {
display:block;
font-size: 34px;
line-height:45px;
padding-top:25px;
}
.typography-section-h2 {
font-size: 12px;
line-height: 20px;
}
h4 {
font-size:17px;
}
.typography-hero-sub-sub {
font-size: 13px;
line-height: 20px;
}
.sd-competitor-funnel {
margin-top:15px;
}
.sd-fnt-01 {
font-size: 20px;
line-height: 31px;
text-align: center !important;
}
p.sdh01 {
font-size:16px;
line-height:26px;
}
.sd-home-h2 {
font-size:16px;
}
.sdtext001 {
font-size:14px;
}
.sd-home-description {
font-size: 15px;
line-height: 27px;
}
.sd-home-feature-set-header {
padding-top:0;
}
.sd-testimonials-block {
padding: 100px 0 80px 0;
}
.fa-quote-right {
font-size:110px !important;
}
.vc_column-inner {
padding-top:5px !important;
}
.section_inner {
width: 85% !important;
}
.vc_col-sm-8 {
width:80%;
}
.vc_col-sm-4 {
width:80%;
}
.sd-21-feature-block .vc_col-sm-8 {
width:95% !important;
}
.sd-21-feature-block .vc_col-sm-4 {
width: 95% !important;
padding: 0 30px 0 70px;
}
.vc_col-md-pull-8 {
right:0 !important;
}
.vc_col-md-push-4 {
left:0 !important;
}
.sd-hide-900 {
display:none;
}
.fa-quote-right {
display:none;
}
.fa-quote-left {
display:none;
}
.vc_col-sm-10 {
width:100% !important;
}
.sd-21-quotes {
padding: 0 4% 0 4%;
}
.sd-21-testimonials-row {
padding: 0 4% 0 4%;
}
.sdcoresec {
padding-left: 23%;
}
.max-width-desktop-70 {
max-width: 100%;
}
.sd_22_niche_desc_section {
padding:0 5%;
}
} @media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
.update-details{
width: 100%;
}
.hero-image-top-section {
padding-top:20px;
}
.home-hero-image {
min-width:625px !important;
}
.typography-hero-headline{
font-size: 50px;
line-height: 55px;
padding-top:0;
}
.typography-section-h1 {
display:block;
font-size: 34px;
line-height:55px;
padding-top:25px;
}
.typography-section-h2 {
font-size: 15px;
line-height: 25px;
letter-spacing:2px;
}
.typography-page-headline {
font-size:35px;
}
h4 {
font-size:19px;
}
.typography-hero-sub-sub {
font-size: 18px;
line-height: 28px;
}
.sd-competitor-funnel {
margin-top:15px;
}
.sd-fnt-01 {
font-size: 36px;
line-height: 50px;
text-align: center !important;
display:block;
padding-top:30px;
padding-bottom:20px;
}
p.sdh01 {
font-size:30px;
line-height:55px;
color:#4c4c4c !important;
}
.sdcoresec {
padding-left:18%;
}
.sd-home-h2 {
font-size:25px;
}
.sdtext001 {
font-size:18px;
}
.sd-home-description {
font-size: 22px;
line-height: 40px;
}
.sd-21-feature-block {
padding: 0px 0 80px 0;
}
.sd-home-feature-set-header {
padding-top:0;
}
.sd-testimonials-block {
padding: 100px 0 80px 0;
}
.vc_column-inner {
padding-top:5px !important;
}
.section_inner {
width: 85% !important;
}
.vc_col-sm-8 {
width:80%;
}
.vc_col-sm-6 {
width:100%;
}
.vc_col-sm-push-6 {
left:0;
}
.vc_col-sm-pull-6 {
right:0;
}
.vc_col-sm-pull-8 {
right:0 !important;
}
.vc_col-sm-push-4 {
left:0 !important;
}
.vc_col-sm-4 {
width:100%;
}
.sd-hide-900 {
display:none;
}
.fa-quote-right {
display:none;
}
.fa-quote-left {
display:none;
}
.vc_col-sm-10 {
width:100% !important;
}
.sd-21-quotes {
padding: 0 4% 0 4%;
}
.sd-21-testimonials-row {
padding: 0 4% 0 4%;
}
.page-id-7146 .fluid-width-video-wrapper {
padding-top: 1853px !important;
}
.sd-what-is-video-home p {
text-align: center;
}
} @media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
h2.typography-hero-sub-sub-sub {
font-size: 13px;
line-height: 2;
text-transform: uppercase;
color: #BF2B35 !important;
}
.feature-bullets-col-6 {
width: 100% !important;
}
.features-tv p {
font-size:12px;
}
.vc_col-sm-3 {
width: 100%;
}
.typography-hero-headline {
font-size: 27px;
line-height: 25px;
}
.typography-hero-headline.mpa-section-headers {
line-height:45px;
}
.typography-section-h2 {
font-size: 12px;
line-height: 25px;
letter-spacing:2px;
}
.sd-hero-text-sub .typography-hero-headline {
line-height:45px;
padding-top:20px;
}
.sd-hero-text-sub {
padding-top:10px;
}
.sd-21-feature-block .vc_col-sm-4 {
width: 95% !important;
padding: 0 10px 0 10px;
}
.sd-above-fold-badges-spacing {
display:none;
}
} @media only screen and (max-width: 734px), only screen and (max-device-width: 734px) {
.home-hero-image {
min-width:20px;
}
.sd-fix-width-txt{
width: 100%;
}
.sdh01 {
font-size:28px;
line-height:55px;
color:#4c4c4c !important;
}
.sdcoresec {
padding-left: 12%;
}
.sd-competitor-funnel {
min-width:325px;
}
.typography-section-h1 {
width:100%;
}
h4 {
font-size:24px;
}
p {
font-size:16px;
}
.capterrabadge{
width: 100%;
height: auto;
align: center;
}
.sd_webinar_form {
background-color: #EBF8FF;
padding: 40px 30px !important;
border-radius: 15px;
border: 2px dotted #3C77A3;
margin-bottom: 15px !important;
}  #back_to_top {
bottom: 40px;
}
} @media only screen and (max-width: 600px) {
#sd-machina {
padding-top:0;
}
.home-hero-image {
min-width:100px !important;
}
.mike-masterclass-avatar{
width: 50%;
margin: auto;
padding: 0;
}
.sdcoresec {
padding-left: 10%;
}
.sdh01 {
font-size:25px;
line-height:55px;
color:#4c4c4c !important;
}
p {
font-size:16px;
}
#back_to_top {
bottom: 40px;
}
.add-on-helper-text {
line-height: 28px;
}
.addon-pricing-explanation a{
font-size: 1.25rem;
}
.sd_webinar_form_block {
padding:0;
}
.sd_webinar_form {
background-color: #EBF8FF;
padding: 40px 20px;
border-radius: 15px;
border: 2px dotted #3C77A3;
margin:0 0 15px 0 !important;
}
.sd-21btn-primary-l {
display: inline-flex;
color: #224057;
background: #D9F2FF;
border-left: 0px !important;
padding: 5px 15px;
border-radius: 30px;
margin: 20px 0px;
font-weight: 500;
margin-left: 5px;
font-size: 13px;
line-height: 30px;
}
.sd-21btn-primary-r {
display: inline-flex;
color: #224057;
background: #D9F2FF;
border-left: 0px !important;
padding: 5px 15px;
border-radius: 30px;
margin: 20px 0px;
font-weight: 500;
margin-left: 5px;
font-size: 13px;
line-height: 30px;
}
} @media only screen and (max-width: 475px) {
.home-hero-image {
min-width:100px !important;
}
.typography-section-h2 {
font-size: 12px;
line-height: 25px;
letter-spacing:1px;
}
.sd-fnt-01 {
font-size: 24px;
line-height: 50px;
text-align: center !important;
display:block;
padding-top:30px;
padding-bottom:20px;
}
.sdcoresec {
padding-left: 5%;
}
.sdh01 {
font-size:20px;
line-height:55px;
color:#4c4c4c !important;
}
.sd-home-description {
font-size:19px;
}
p {
font-size:16px;
}
#back_to_top {
bottom: 40px;
}
}