html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} .phoneNav a { padding-left: 38px !important; }
.phoneNav a::before {
content: url(//www.cdsolarenergy.com/wp-content/themes/tidalrysedesigns/images/phone-alt.png);
display: inline-block !important;
width: 18px;
height: 18px; 
margin-left: -23px;
margin-top: 2px;
opacity: 1 !important;
background-color: transparent !important;
}
.phoneNav { padding-left: 20px;}
.hfe-menu-toggle { display: none !important;}
.wpcf7-form .flex { width: 100%; }
.wpcf7-form .flex p { display: flex; gap:20px; margin-bottom: 20px; justify-content: space-between; }
.wpcf7-form .premium-cf-submit { width: 100%; text-align: center;}
.premium-cf7-container .wpcf7-form-control.wpcf7-textarea { padding-top:19px !important; padding-bottom: 5px !important; box-sizing: border-box; }
.premium-cf7-container .wpcf7-form-control.wpcf7-textarea.twolinesfield { padding-top:8px !important; }
.wpcf7-form .wpcf7-email { width: 100%;}
.wpcf7-form .singleElement span { width: 100%; }
.wpcf7-form .flex p .wpcf7-form-control-wrap { width: 50%;}
.wpcf7-form .flex.singleElement p .wpcf7-form-control-wrap { width: 100%;}
.wpcf7-form .flex p .wpcf7-form-control-wrap input { width: 100%;}
.wpcf7-form-control { color: #343434 !important;  }
.wpcf7-form-control::-webkit-input-placeholder { color: #B1B1B1 !important; 	opacity: 1;
}
.wpcf7-form-control:-moz-placeholder { color: #B1B1B1 !important; 	opacity: 1;
}
.wpcf7-form-control::-moz-placeholder { color: #B1B1B1 !important; 	opacity: 1;
}
.wpcf7-form-control:-ms-input-placeholder { color: #B1B1B1 !important; 	opacity: 1;
}
.gradient {
background: linear-gradient(to right, #FDB714, #E38529);
-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; }
.wpcf7-submit {
background: linear-gradient(to right, #FDB714, #E38529) !important;
font-weight: 700 !important;
}
.page-id-725 .wpcf7-submit {
background: #506776 !important;
color:#FFF !important;
}
a, a:visited { color:inherit !important; text-decoration: none !important; }
.post, .page { margin-bottom: 0px; }
header { color:#FFF; }
.elementor-114 .elementor-element.elementor-element-ce632aa .sub-menu { background-color:rgba(0,0,0,.45) !important;}
.elementor-114 .elementor-element.elementor-element-ce632aa .sub-menu li { background-color: transparent !important;}
.sub-menu { padding-bottom: 10px !important; } .wprevpro_t1_DIV_2:before { color:#506676 !important; font-size: 250px; left:78px !important; top:104px !important; }
.reviewName { padding-left: 100px; display: flex; justify-content: space-between; align-items: end; margin-bottom: 30px; align-items: center;  }
.ogflex { display: flex; justify-content: space-between; align-items: end; margin-top: 10px; }
.reviewName .name { font-family: Lato !important;
font-size: 20px !important;
font-weight: 700 !important;
line-height: 24px !important;
padding-top:0px !important;
}
#wprev-slider-2 .wprev_preview_bradius_T1, .indrevdiv { padding-top:45px !important; padding-bottom: 25px !important; padding-right: 45px !important; min-height: 265px !important; }
.wprevpro_star_imgs span.svgicons { width: 26px !important; height: 26px !important; background-color: #FDB715; }
.reviewText { color:#343434 !important; font-family: Lato !important;
font-size: 1rem !important;
font-weight: 400 !important;
line-height: 23.4px !important;
text-transform: none;
}
.wprevpro_t1_SPAN_5 { text-transform: none; padding-top: 30px !important; }
.ogflex span, .wprs_rd_more, .rd_more  { color: #808080 !important; font-family: Lato !important;
font-size: .8rem !important;
font-weight: 400 !important;
line-height: 1rem !important;
}
.wprevpro_t1_DIV_2:after, .w3_wprs-row-padding:after, .wprev_preview_bg1_T1::after { display: none !important; opacity:0 !important; visibility: hidden !important; }
.indrevdiv { border:none !important; border-radius: 15px !important;}
.wprs_unslider-nav ol li { border:none; background-color: rgba(255, 255, 255, 0.6); }
.wprs_unslider-nav ol li.wprs_unslider-active { background-color: #FFF; }
.wprs_unslider-nav ol, .wprs_unslider-arrow { position: absolute !important;
left: 50% !important;
transform: translateX(-50%); bottom: -3px !important; }
.wprs_unslider-arrow { bottom:0px !important; top: initial !important; background-color: transparent !important; background-repeat: no-repeat; background-size: 10px 16px; opacity: 1 !important; }
.wprs_unslider-arrow.prev { transform: translateX(-100px) rotate(-180deg) !important;  }
.wprs_unslider-arrow.next { transform: translateX(75px) !important;  } .elementor-button, .wpcf7-form-control.wpcf7-submit { box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16) !important; padding: 10px 25px !important; }
.elementor-button .elementor-button-text, .wpcf7-form-control.wpcf7-submit { font-size: 1.2rem !important; line-height: 28px; }
.banner p { margin-bottom: 10px !important; margin-bottom:10px !important; }
.elementor-widget-container p { margin-bottom: 0px; margin-top:20px; }
.yearsbanner25 .elementor-widget-container p { margin-bottom: 40px; }
.flipster__item--past-3, .flipster__item--past-4, .flipster__item--past-5, .flipster__item--past-6, .flipster__item--future-3, .flipster__item--future-4, .flipster__item--future-5, .flipster__item--future-6 { display: none; opacity: 0; visibility: hidden; transition: none !important !important;}
.premium-adv-carousel__inner-container { padding: 10px 40px; }
.hero p, .nomargin p, .banner p { margin-top: 0px !important; }
.wpcf7-response-output { margin:20px auto 0 !important; }
.elementor-widget-text-editor ul li { margin-bottom: 5px; }
.elementor-widget-text-editor ul { margin-top: 16px !important; }
.banner .elementor-button-text, .wpcf7-submit { font-weight: 600 !important;}
.wpcf7-submit { color: rgb(64, 64, 64) !important; }
.flipster__item--past-1 .ue-flip-item-text, .flipster__item--past-2 .ue-flip-item-text, .flipster__item--past-3 .flipster__item__content, .ue-flip-item-text--past-4 .ue-flip-item-text, .flipster__item--past-5 .ue-flip-item-text, .flipster__item--past-6 .ue-flip-item-text, .flipster__item--future-1 .ue-flip-item-text, .flipster__item--future-2 .ue-flip-item-text, .flipster__item--future-3 .ue-flip-item-text, .flipster__item--future-4 .ue-flip-item-text, .flipster__item--future-5 .ue-flip-item-text, .flipster__item--future-6 .ue-flip-item-text { opacity:0 !important; }
.flipster__item--past-3, .flipster__item--past-4, .flipster__item--past-5, .flipster__item--past-6 { transform: translateX(300px) scale(0) translateY(0px); }
.flipster__item--future-3, .flipster__item--future-4, .flipster__item--future-5, .flipster__item--future-6 { transform: translateX(-300px) scale(0) translateY(0px); }
.flipster__item--past-2 { transform: translateX(80px) scale(.78) translateY(0px); }
.flipster__item--future-2 { transform: translateX(-80px) scale(.78) translateY(0px); }
.flipster__item--past-1, .flipster__item--past-2, .flipster__item--future-1, .flipster__item--future-2 { opacity: 1 !important; }
.ue-coverflow .ue-flip-item-content { margin-top:-100px !important; }
.flipster__item--past-1 img, .flipster__item--future-1 img { filter: opacity(.80); }
.flipster__item--past-2 img, .flipster__item--future-2 img { filter: opacity(.50); }
.flipster__item--past-1 .flipster__item__content, .flipster__item--future-1 .flipster__item__content {  background-color: #FFF;}
.flipster__item--past-2 .flipster__item__content, .flipster__item--future-2 .flipster__item__content { background-color: #FFF;}
.wprs_unslider-arrow { width: 16px !important; height: 15px !important; background-size: 43%; }
.homeServices .flip-items .flipster__item__content .ue-flip-item-content { top: 0 !important;
position: absolute !important;
width: 100% !important; height:100% !important; margin-top: 0px !important; margin-left: 0px !important; padding: 0px !important;  }
.homeServices .flip-items .flipster__item__content .ue-flip-item-content .ue-flip-item-content-inside, .homeServices .flip-items .flipster__item__content .ue-flip-item-content .ue-flip-item-content-inside .ue-flip-item-text, .homeServices .flip-items .flipster__item__content .ue-flip-item-content .ue-flip-item-content-inside .ue-flip-item-text , .homeServices .flip-items .flipster__item__content .ue-flip-item-content .ue-flip-item-content-inside .ue-flip-item-text p, .homeServices .flip-items .flipster__item__content .ue-flip-item-content .ue-flip-item-content-inside .ue-flip-item-text a { width: 100%; height: 100%; padding: 0 !important; margin:0px !important; top:0; position: absolute; left:0 !important; } 
.homeServices .flip-items .flipster__item__content .ue-flip-item-content .ue-flip-item-content-inside .ue-flip-item-text a {  position: absolute;
bottom: 0;
left: 0;
right: 0;
display: flex;
align-items: flex-end; justify-content: center; padding: 10px; text-decoration: none;
color: black; padding-bottom: 20px !important; }
.homeServices .slideContent {  font-size: 1rem; line-height: 1.2rem; display: flex;
height: 100%;
justify-content: end;
align-items: center; flex-direction: column; padding-bottom: 20px; }
.homeServices .slideContent b {  font-size: 1.2rem; line-height: 1.5rem; display: block; margin-bottom: 0px;  }
.homeServices .slideContent h4 { margin:0; font-size: 1.5rem; line-height: 1.8rem; }
.homeServices .ue-flip-item-text br { display: none;}
.homeServices .slideContent { width:80%; margin:0 auto; } .flipster__nav__item {
display: inline-block;
margin: 0 5px; padding: 0 0 0 0 !important;
}
.flipster__nav__link {
display: inline-block;
width: 9px;
height: 9px;
background-color: #b1b1b1; border-radius: 50%;
text-indent: -9999px; overflow: hidden;
padding: 0 0 0 0 !important;
} .flipster__nav__item--current .flipster__nav__link {
width: 9px;
height: 9px;
background-color: #506676; padding: 0 0 0 0 !important;
}
.flipster__nav__item .flipster__nav__link::after {
background-color: transparent; display: none !important;
}
.flipster__nav { display: flex !important; align-items: center; justify-content: center; margin-top:30px !important; }
.home .flipster__nav { margin-top: 30px !important; }
.flipster__button--prev { left: 50% !important; margin-left: -130px !important;  }
.flipster__button--next { right: 50% !important; margin-right: -130px !important; }
.flipster__item__content { aspect-ratio: 600/300 !important;}
.atwork .flipster__button--prev { margin-left: -160px !important; }
.atwork .flipster__button--next { margin-right: -160px !important; }
.atwork * { cursor: initial !important;}
.flipster__button svg { height: 15px;  }
.trusted .swiper-pagination { width: auto;
margin: 0 auto;
left: 50%;
transform: translateX(-50%); }
.trusted .elementor-swiper-button-next, .trusted .elementor-swiper-button-prev { top:initial !important; bottom:-3.5px !important; }
.trusted .elementor-swiper-button-next { margin-right:-135px; left: initial !important;	right: 50% !important;  }
.trusted .elementor-swiper-button-prev { margin-left:-135px; right: initial !important;	left: 50% !important; } .ue-coverflow-image { border-radius: 16px !important; }
.trusted .swiper-pagination-bullet { margin-left:4px !important; margin-right:4px !important; }
footer .elementor-widget.elementor-widget-html, .hidethis { display: none;}
.borderContainer { border-radius:16px; overflow:hidden; }
.semibold { font-weight: 600;}
@media screen and (max-width: 1200px) {
html { font-size: 14px;}
}
@media screen and (max-width: 1024px) {
html { font-size: 12px;}
.hfe-nav-menu__breakpoint-tablet { position: inherit;}
.hfe-nav-menu__layout-horizontal { left: 0; }
.hfe-nav-menu__layout-horizontal { padding-bottom:40px; }
.phoneNav { padding-left: 30px !important; }
.hfe-nav-menu__layout-horizontal ul li a { background-color: transparent !important;}
.hfe-nav-menu__layout-horizontal { margin-top:0px !important; }
}
@media screen and (max-width: 768px) {
.flipster__item img, .flipster__item__content { border-radius:0px !important; }
.flipster__item .flipster__item__content img { height: auto !important;}
.premium-cf7-container .wpcf7-form-control.wpcf7-textarea { padding-top:5px !important; }
.hfe-nav-menu__layout-horizontal { padding-bottom:0px !important; padding-left: 20px; padding-right: 20px; }
.hfe-nav-menu__layout-horizontal ul .phoneNav { padding-bottom:40px !important; }
.hfe-nav-menu__layout-horizontal ul li:first-child { padding-top:40px; }
html { font-size: 10px;}
.wpcf7-form .flex p { flex-direction:column; }
.wpcf7-form .flex p .wpcf7-form-control-wrap { width: 100%; }
.hero h1, .hero h2  { line-height: 4rem !important;}
.hfe-nav-menu nav { background-color: rgba(0, 0, 0, 0.85) !important;}
.phoneNav { padding-left: 0px !important; }
.hfe-nav-menu__layout-horizontal ul .menu-item { padding-bottom: 20px; }
.hfe-nav-menu__layout-horizontal ul .menu-item a { font-size: 1.5rem !important; }
.wprevpro_t1_DIV_2::before { font-size: 40px; left: 70px !important; top: 24px !important; }
.reviewName { padding-left: 25px; align-items: flex-start; }
.wprevpro_star_imgs span.svgicons { width: 16px !important; height: 16px !important; }
.hero p { font-size: 1.5rem; line-height: 2.2rem; }
#wprev-slider-2 .wprev_preview_bradius_T1, .indrevdiv { padding: 25px 25px 25px 25px!important; justify-content: space-between;
display: flex; flex-direction: column;	 }
.wprevpro_t1_DIV_2::before { font-size: 60px; left: 62px !important; top: 30px !important; }
.stars { text-align: center; min-width: 85px; }
.stars span { text-align: center; }
.reviewText, .ogflex span, .wprs_rd_more, .rd_more { font-size:1.5rem !important; line-height: 2.5rem !important; }
.wprev-slider { margin-left: 0px; margin-right: 0px; }
.elementor-widget-container p, .elementor-widget-text-editor { font-size: 1.5rem !important; line-height: 2.5rem !important; }
.trusted .swiper-pagination { width: 300px;}
.ue-coverflow.flipster .flipster__item__content{ border-radius: 16px; }
.ue-coverflow-item.flipster__item, .flipster__item__content, .ue-item-image { max-width: 100% !important; }
.flipster__item img { object-fit: cover !important; }
#page { max-width: 100%; overflow-x: hidden; }
.elementor-element .ue-coverflow .flipster__button.flipster__button--prev, .elementor-element .ue-coverflow .flipster__button.flipster__button--next { top:80% !important;}
.yearsbanner25 img { max-width:235px; margin-top: 22px; margin-bottom: 20px; } 
.yearsbanner25 p { margin-top: 20px !important; margin-bottom: 0px !important; font-size: 2rem !important; }
.e-con.e-grid, .e-con.e-grid > .e-con-inner { grid-template-rows: auto; }
#formbottom .elementor-element { --widgets-spacing: 0px 20px; }
.premium-cf-submit input { margin-top:0px; }
footer .elementor-social-icons-wrapper { margin:20px 0 10px !important; }
.tidaltext, .tidaltext p { font-size: 1.2rem !important;}
.ue-flip-item-text { font-size: 2rem; }
.premium-cf7-container .wpcf7-form-control.wpcf7-textarea { padding: 15px 20px !important;}
.banner .e-con-inner { max-width:70%; margin: 0; }
.hero > .e-con-inner:first-child { padding-top: 156px !important;}
.sub-menu { padding-bottom: 0px !important; }
.flipster__item--past-1, .flipster__item--past-2, .flipster__item--past-3 .flipster__item__content,.flipster__item--past-4, .flipster__item--past-5, .flipster__item--past-6, .flipster__item--future-1, .flipster__item--future-2, .flipster__item--future-3, .flipster__item--future-4, .flipster__item--future-5, .flipster__item--future-6 { opacity:0 !important; }
.sgipMobile { width: 150px; }
.elementor-3108 .elementor-element.elementor-element-1096ccc .ue-flip-item-text { line-height: 14px; }
.yearsbanner25 { background-size: cover !important;}
}