@charset "UTF-8";
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
float: left;
}
.clear_column {
clear:both;
display:block;
font-size:0; height:0;
line-height:0; width:100%;
overflow: hidden;
}  .full_width  {
width: 100%;
}
.one_half  {
width: 50%;
}
.one_third  {
width: 33.3%;
}
.two_third  {
width: 66.6%;
}
.one_fourth  {
width: 25%;
}
.three_fourth  {
width: 75%;
}
.one_fifth  {
width: 20%;
}
.two_fifth  {
width: 40%;
}
.three_fifth  {
width: 60%;
}
.four_fifth  {
width: 80%;
}
.one_sixth  {
width: 16.6%;
}
.five_sixth  {
width: 83.4%;
}  @media screen and (max-width: 600px) {
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
clear: both;
width: 100%;
margin-left: 0;
margin-right: 0;
margin-bottom: 1em;
}
}
   html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; } .ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; } .hidden { display: none; visibility: hidden; } .visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } .invisible { visibility: hidden; } .clear { clear: both; display: block; }
.cf { *zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
small, .small, .meta, .postMeta { font-size: 11px; line-height: 13px; }
.postMeta { color: #999; }
.leftFloat { float: left; }
.rightFloat { float: right; }
.menu-item-has-children:before, .menu-item-has-children:after, .icon:before, .icon:after { cursor: pointer; display: block; font-family: "Font Awesome 6 Pro"; font-weight: 900; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; } html { text-align: center; }
body { text-align: left; color: #6f6f6f; font: 18px/28px "Lato", Arial, Helvetica, sans-serif; max-width: 100%; overflow: auto; }
h1, h2, h3, h4, h5, h6 { color: #112f74; font-weight: normal; font-family: "Ubuntu", sans-serif; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #15377e; }
.rgba h1, .rgba #logo, .rgba h2, .rgba h3, .rgba h4, .rgba h5, .rgba h6 { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.95); }
h1, .h1 { font-size: 46px; line-height: 50px; margin: 0 0 25px 0; }
h2, .h2 { font-size: 36px; line-height: 40px; margin: 0 0 25px 0; }
h3, .h3 { font-size: 24px; line-height: 28px; margin: 0 0 25px 0; }
h4, .h4 { font-size: 20px; line-height: 24px; margin: 0 0 20px 0; }
h5, .h5 { font-size: 18px; line-height: 22px; margin: 0 0 20px 0; }
h6, .h6 { font-size: 16px; line-height: 18px; margin: 0 0 20px 0; }
header h1, header h2, header h3, header h4, header h5, header h6 { margin-bottom: 3px; }
article header { margin-bottom: 20px; } #main-content blockquote { font-style: italic; font-family: cambria, georgia, times, serif; }
.paging { text-align: center; }
.paging .prev a, .paging .next a { }
.paging .prev a { margin: 0 auto; display: inline-block; padding: 7px 27px; border: 1px solid #555; border-radius: 3px; text-align: center; }
.paging .next { float: left; } html { height: 100%; }
body { position: relative; background: #fff; padding: 0; }
.container { width: 100%; max-width: 1020px; margin: 0 auto; position: relative; }
.container.large { max-width: 1400px; }
.container.smallWidth { max-width: 790px; }
.flexIt { display: flex; flex-flow: row; text-align: center; }
.flexIt > * { flex: 1 0; text-align: center; }
.centerStuff { text-align: center; margin: 0 auto 20px; }
.center { text-align: center; }
.centerText { text-align: center; }
.centerText a { display: inline; }
.textalignleft { text-align: left; }
.textalignright { text-align: right; }
.gridRow { display: grid; grid-template-columns: repeat(12, 1fr); grid-column-gap: 30px; }
p, dl, blockquote, hr, pre, table, fieldset, article, article footer, nav, ul, ol { margin: 0 0 20px 0; }
.home article { margin: 0; }
.home #main { margin: 0; }
article ul, article ol { padding: 0 25px 0 45px; }
article ul li, article ol li { margin-bottom: 5px; }
article a { text-decoration: underline; }
.lineBreak { padding-top: 15px; margin-bottom: 15px; border-bottom: 1px solid #ddd; }
.breadCrumb { margin-top: 8px; margin-bottom: 8px; font: 12px Arial, sans-serif; }
.breadCrumb p { font-size: 11px; padding-top: 10px; margin-bottom: 0; }
.breadCrumb p a:last-child::after { }
.breadCrumb p a { margin: 0 5px 0 5px; text-decoration: none; display: inline-block; }
.breadCrumb p a:hover { text-decoration: underline; }
.breadCrumb p .breadcrumb_last { display: none; }
a.pictureBox { border-radius: 5px; width: 40%; display: inline-block; height: 200px; list-style: none; position: relative; overflow: hidden; margin: 0 20px; }
a.pictureBox .newOverlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #4c556bbd; opacity: .5; -webkit-transition: background 0.35s; -moz-transition: background 0.35s; transition: background 0.35s; }
a.pictureBox:hover .newOverlay { background: rgba(41, 41, 58, 0.2); }
a.pictureBox .newsText { position: absolute; bottom: 0; padding: 13px 18px; color: #fff; width: 100%; box-sizing: border-box; }
a.pictureBox .newsText p { font-size: 16px; margin-bottom: 12px; }
a.pictureBox .newsText h3 { font-size: 24px; color: #fff; }
a.pictureBox .newsText span { float: right; -webkit-transition: color 0.35s; -moz-transition: color 0.35s; transition: color 0.35s; }
a.pictureBox img { width: 100%; height: auto; }
.page-id-151 #main #main-content.fullWidth { max-width: 1020px; }
.page-id-151 a.pictureBox { background: #fff; width: 48%; height: 300px; margin: 0; padding: 20px; box-sizing: border-box; }
.page-id-151 a.pictureBox .newsText { width: 93%; } .parallax-container { height: 500px; width: 100%; background: transparent; position: relative; }
.parallax-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; text-align: center; }
.parallax-content h1 { color: #fff; }
.normal-block-example { padding: 50px 0; }
.animationOnScroll h1 { text-align: center; } .item { width: 200px; height: 200px; margin: 50px auto; padding-top: 75px; background: #ccc; text-align: center; color: #FFF; font-size: 3em; } .wp-post-image, img.alignright, img.alignleft, img.aligncenter { max-width: 100%; height: auto; -moz-border-radius: 15px; -khtml-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; }
article iframe { max-width: 100%; }
.alignleft { float: left; clear: left; margin: 0 20px 20px 0; }
.alignright { float: right; clear: right; margin: 0 0 20px 20px; }
.aligncenter { margin: 15px auto; display: block; }
.gallery .gallery-item { padding: 5px; box-sizing: border-box; margin-top: 0; }
.gallery .gallery-item img { max-width: 100%; border: none !important; height: auto; border-radius: 3px; }
div.wp-caption { text-align: center; background: none; border: 1px solid #eee; max-width: 100%; box-sizing: border-box; padding: 0px !important; text-align: center !important; margin-bottom: 20px; }
div.wp-caption p.wp-caption-text { margin-bottom: 3px !important; padding: 0 6px 4px !important; clear: both; font-size: 13px; line-height: 16px; }
div.wp-caption img { margin: 0; box-sizing: border-box; padding: 5px 5px 0; outline: 0; border: 0; } a { color: #15377e; text-decoration: none; }
a:hover, a:focus { color: #0b869f; } .socialDiv .socialList { list-style: none; }
.socialDiv .socialList li { display: inline-block; margin-right: 5px; float: left; }
.socialDiv .socialList li a { display: block; height: 36px; width: 36px; text-align: center; border-radius: 3px; }
.socialDiv .socialList li a i { font-size: 22px; color: #222; margin: 7px auto 0; }
.socialDiv .socialList li a:hover { background: #0b869f; }
.socialDiv .socialList li a:hover i { color: #FFF; }
.socialDiv .socialList .fbLink { transition: .35s; }
.socialDiv .socialList .fbLink i { color: #3b5998; transition: .35s; }
.socialDiv .socialList .fbLink:hover, .socialDiv .socialList .fbLink:active { color: #FFF; background: #3b5998; }
.socialDiv .socialList .instLink i { color: #ac308e; }
.socialDiv .socialList .instLink:hover, .socialDiv .socialList .instLink:active { background: #ac308e; }
.socialDiv .socialList .instLink:hover i, .socialDiv .socialList .instLink:active i { color: #FFF; }
.socialDiv .socialList .twLink i { color: #00acee; }
.socialDiv .socialList .twLink:hover, .socialDiv .socialList .twLink:active { background: #00acee; }
.socialDiv .socialList .twLink:hover i, .socialDiv .socialList .twLink:active i { color: #FFF; }
.socialDiv .socialList .ytLink i { color: #c4302b; }
.socialDiv .socialList .ytLink:hover, .socialDiv .socialList .ytLink:active { background: #c4302b; }
.socialDiv .socialList .ytLink:hover i, .socialDiv .socialList .ytLink:active i { color: #FFF; }
.socialDiv .socialList .liLink i { color: #2867b2; }
.socialDiv .socialList .liLink:hover, .socialDiv .socialList .liLink:active { background: #2867b2; }
.socialDiv .socialList .liLink:hover i, .socialDiv .socialList .liLink:active i { color: #FFF; } #header { padding: 0 5px; }
#header .container.large { max-width: 1535px; }
#header #utilityNav, #header .contact, #header .socialDiv { padding: 15px; box-sizing: border-box; }
#header #utilityNav { padding: 8px 15px 15px; }
#header .contact { padding: 17px 15px 0px; }
#header a.phone { display: block; font-weight: bold; font-family: "Ubuntu", sans-serif; font-size: 25px; color: #333333; margin: 0 0 12px 0; letter-spacing: 1px; -webkit-transition: color 0.35s; -moz-transition: color 0.35s; transition: color 0.35s; }
#header a.phone:hover, #header a.phone:active, #header a.phone:focus { color: #0b869f; }
#header .hours { font-size: 14px; font-weight: bolder; line-height: 19px; padding: 2px 0 0 0; }
#header .gradientBorder { margin: 5px 0 0 13px; padding: 2px; background: linear-gradient(to right, gray, 5%, transparent); }
#header .gradientBorder .whtBG { background: #fff; padding: 6px 18px 6px 0; }
#header .gradientBorder .whtBG div { padding: 6px 0; background: #fff; position: relative; left: -5px; font-size: 11px; line-height: 13px; font-weight: 700; color: #333333; text-transform: uppercase; }
#logo { float: left; font-size: 24px; margin: 18px 30px 15px 30px; }
#logo a { display: block; padding: 8px; position: relative; }
#logo a img { max-width: 240px; height: auto; } #main { clear: both; background: #dff0fb; background: #dff0fb; background: -moz-linear-gradient(top, #fff 0%, #c3e0f2 100%); background: -webkit-linear-gradient(top, #fff 0%, #c3e0f2 100%); background: linear-gradient(to bottom, #fff 0%, #c3e0f2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#c3e0f2',GradientType=0 ); }
#main #main-content { grid-column: span 8; margin-bottom: 20px; min-height: 300px; padding: 40px 15px 80px; box-sizing: border-box; }
@media only screen and (max-width: 800px) { #main #main-content { grid-column: span 12; } }
#main #main-content.fullWidth { grid-column: span 12; margin-bottom: 20px; width: 100%; max-width: 1020px; margin: 0 auto 40px; }
@media only screen and (max-width: 800px) { #main #main-content.fullWidth { grid-column: span 12; } }
#main #main-content iframe { grid-column: span 12; margin-bottom: 20px; }
@media only screen and (max-width: 800px) { #main #main-content iframe { grid-column: span 12; } }
#main #main-content blockquote { margin: 0 2.5em 1.25em 2.5em; border: 1px solid #eee; background: #f6f6f6; padding: 1.19em 1.25em 0; }
.fullWidthContainer { margin-left: -50vw; margin-right: -50vw; max-width: 100vw !important; position: relative; right: 50%; width: 100vw !important; }
.blog .post { margin: 0 0 25px; padding: 0 0 25px; border-bottom: 1px solid #eee; }
.blog .post:last-child { border-bottom: none; }
.blog .post h2 { margin: 0 0 7px; }
.blog .post .postMeta { margin: 0 0 12px; } #sidebar { grid-column: span 4; margin-bottom: 20px; }
@media only screen and (max-width: 800px) { #sidebar { grid-column: span 12; } }
#sidebar #subpages { width: 210px; } .widget { margin: 0 0 30px 0; }
.widget:last-child { margin-bottom: 0; }
.widget.widget_search { overflow: hidden; zoom: 1; }
.widget.widget_search input#s { float: left; width: 50%; }
.widget.widget_search #searchsubmit { font-size: 0.875em; padding: 0 1em; border: 0; margin: 1px 0 0 0; line-height: 2.29em; }
.widget.widget_search label { display: none; }
.widget.widget_categories ul, .widget.widget_archive ul, .widget.widget_links ul, .widget.widget_recent_entries ul, .widget.widget_recent_comments ul, .widget.widget_meta ul, .widget.widget_pages ul, .widget.widget_rss ul, .widget.widget_pages ul, .widget.widget_nav_menu ul, .widget.widget_categories ul { padding: 0; list-style-type: none; }
.widget.widget_categories ul li, .widget.widget_archive ul li, .widget.widget_links ul li, .widget.widget_recent_entries ul li, .widget.widget_recent_comments ul li, .widget.widget_meta ul li, .widget.widget_pages ul li, .widget.widget_rss ul li, .widget.widget_pages ul li, .widget.widget_nav_menu ul li, .widget.widget_categories ul li { display: block; }
.widget.widget_categories ul li a, .widget.widget_archive ul li a, .widget.widget_links ul li a, .widget.widget_recent_entries ul li a, .widget.widget_recent_comments ul li a, .widget.widget_meta ul li a, .widget.widget_pages ul li a, .widget.widget_rss ul li a, .widget.widget_pages ul li a, .widget.widget_nav_menu ul li a, .widget.widget_categories ul li a { text-decoration: none; }
.widget.widget_categories ul li a:hover, .widget.widget_categories ul li a:focus, .widget.widget_archive ul li a:hover, .widget.widget_archive ul li a:focus, .widget.widget_links ul li a:hover, .widget.widget_links ul li a:focus, .widget.widget_recent_entries ul li a:hover, .widget.widget_recent_entries ul li a:focus, .widget.widget_recent_comments ul li a:hover, .widget.widget_recent_comments ul li a:focus, .widget.widget_meta ul li a:hover, .widget.widget_meta ul li a:focus, .widget.widget_pages ul li a:hover, .widget.widget_pages ul li a:focus, .widget.widget_rss ul li a:hover, .widget.widget_rss ul li a:focus, .widget.widget_pages ul li a:hover, .widget.widget_pages ul li a:focus, .widget.widget_nav_menu ul li a:hover, .widget.widget_nav_menu ul li a:focus, .widget.widget_categories ul li a:hover, .widget.widget_categories ul li a:focus { text-decoration: underline; }
.widget.widget_tag_cloud div { padding: 0; overflow: hidden; }
.widget.widget_tag_cloud a { line-height: 1.62em; }
.widget.widget_tag_cloud a:hover, .widget.widget_tag_cloud a:focus { text-decoration: underline; } body:not(.logged-in) article.post-8167 { margin: 25px auto 70px; max-width: 380px; background: whitesmoke; border: 1px solid #ddd; border-radius: 10px; box-shadow: 0px 3px 3px -3px #b1b1b1; padding: 25px 50px; }
#wpuf-login-form a { display: inline-block; margin: 0 7px 0; }
.loginLink { float: right; top: 23px; position: relative; right: 178px; }
.loginLink a { color: #444; }
.loginLink a:hover { text-decoration: underline; }
.cartLink { float: right; top: 56px; right: 17px; position: absolute; font-size: 15px; line-height: 10px; }
.cartLink a { display: block; background: #fff; border-radius: 5px; padding: 12px 16px 11px 38px; border: 1px solid #ccc; background: #fff url(//everclearpoolandleisure.com/wp-content/themes/everclear/images/cart-wrench.png) no-repeat 7px 3px; background-size: 26px; }
.cartLink a img { position: relative; top: -8px; width: 26px; float: left; left: -5px; }
.cartLink a:hover { border: 1px solid #FF0000; } .articleInfo { margin-left: 188px; }
.breadCrumb { margin-top: 8px; margin-bottom: 8px; font: 12px Arial, sans-serif; }
.breadCrumb p#breadcrumbs { font-size: 11px; padding-top: 10px; margin-botom: 0; }
.breadCrumb p#breadcrumbs a:last-child::after { }
.breadCrumb p#breadcrumbs a { color: #777; margin-right: 2px; text-decoration: none; }
.breadCrumb p#breadcrumbs a:hover { text-decoration: underline; }
.breadCrumb p#breadcrumbs .breadcrumb_last { display: none; } .footBGimg { background-size: cover; background-repeat: no-repeat; background-position: top center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#footer { box-sizing: border-box; position: relative; overflow: hidden; zoom: 1; clear: both; padding: 300px 15px 15px 15px; color: #333; font-size: 12px; line-height: 12px; }
#footer .container { padding-top: 75px; }
#footer .codingLogos { width: 120px; clear: none; margin: 0 auto; text-align: center; }
#footer .codingLogos img:first-child { margin-right: 20px; }
#footer .siteBy { float: right; }
#footer .siteBy ul { margin: 0; padding: 0; display: table; float: right; }
#footer .siteBy ul li { list-style: none; height: 30px; padding: 6px 3px 0; display: table-cell; vertical-align: middle; float: left; margin: 0; margin-right: -1px; min-width: 35px; text-align: center; }
#footer .siteBy a.stellar { display: inline-block; }
#footer .siteBy a.stellar:hover { text-decoration: none; }
#footer #wpstats { display: none; visibility: hidden; }
#footer .footTop { margin: 0 0 20px 0; }
#footer #footLogo, #footer .topRight { float: left; }
#footer #footLogo { box-sizing: border-box; width: 33.33%; padding: 15px 30px 15px 0; }
#footer #footLogo a { display: block; }
#footer #footLogo a img { width: 100%; max-width: 275px; }
#footer i { color: #458e89; font-size: 24px; position: relative; top: 2px; margin: 0 8px 0 0; }
#footer .topRight { padding: 60px 0 0 60px; }
#footer .topRight a { color: #333333; font-size: 20px; -webkit-transition: color 0.35s; -moz-transition: color 0.35s; transition: color 0.35s; }
#footer .topRight a:hover, #footer .topRight a:active, #footer .topRight a:focus { color: #458e89; }
#footer .topRight a.phone { font-weight: bold; margin: 0 60px 0 0; letter-spacing: 1px; }
#footer .topRight a.mail { color: #112f74; }
#footer .topRight a.mail:hover, #footer .topRight a.mail:active, #footer .topRight a.mail:focus { color: #458e89; }
#footer .divider { width: 100%; height: 3px; background: linear-gradient(to right, #fff, transparent); margin: 0 0 20px 0; }
#footer .footBottom span.h4 { font-weight: bold; color: #333; margin: 0 0 15px 0; display: block; }
#footer .footBottom .leftFloat { box-sizing: border-box; width: 33.33%; padding: 15px 15px 15px 0; display: flex; flex-direction: column; align-items: center; }
#footer .footBottom .leftFloat:first-of-type div { align-self: flex-start; }
#footer .footBottom p { font-size: 15px; line-height: 20px; margin: 0 0 20px 30px; }
#footer .footBottom p a { text-decoration: underline; } #bannerTextBox { position: relative; margin: -335px 25px 20px; margin-top: 38px; padding: 40px 110px 50px; text-align: center; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; background: linear-gradient(#173f6b 70%, #0677a2); opacity: .95; }
#bannerTextBox .bgGradient { position: absolute; top: 0; left: 0; z-index: 0; width: 100%; height: 100%; background: blue; opacity: .1; }
#bannerTextBox .textWrap { opacity: 1; position: relative; z-index: 1; color: #fff; font-size: 18px; }
#bannerTextBox h1 { font-weight: 500; color: #fff; line-height: 52px; }
#bannerTextBox .waves { background: url(//everclearpoolandleisure.com/wp-content/themes/everclear/images/waveShape.png); position: absolute; top: -32px; left: 0; width: 100%; height: 34px; z-index: 99999; background-size: contain; background-repeat: no-repeat; background-position: bottom center; }
#bannerTextBox .slick-arrow { color: #81b0ff; }
#bannerTextBox .slick-arrow.fa-angle-left { left: 30px; }
#bannerTextBox .slick-arrow.fa-angle-right { right: 30px; }
#bannerTextBox .slick-arrow:after { content: ''; width: 130px; height: 130px; position: absolute; top: 50%; opacity: 0; left: 50%; transform: translate(-50%, -50%); -webkit-transition: opacity 0.35s; -moz-transition: opacity 0.35s; transition: opacity 0.35s; }
#bannerTextBox .slick-arrow:hover, #bannerTextBox .slick-arrow:active, #bannerTextBox .slick-arrow:focus { color: #fff; }
#bannerTextBox .slick-arrow:hover:after, #bannerTextBox .slick-arrow:active:after, #bannerTextBox .slick-arrow:focus:after { opacity: .5; } #catWrap { padding: 0 25px; }
#catWrap ul { margin: 0; }
#catWrap .catCard { background: #f1f1f1; position: relative; float: left; list-style: none; width: -moz-calc(50% - 10px); width: -webkit-calc(50% - 10px); width: -o-calc(50% - 10px); width: calc(50% - 10px); margin: 0 10px 20px 0; border-radius: 5px; overflow: hidden; }
#catWrap .catCard:nth-child(2n+2) { margin: 0 0 20px 10px; }
#catWrap .catCard:nth-last-of-type(2), #catWrap .catCard:last-of-type { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
#catWrap .catCard:nth-last-of-type(2) span, #catWrap .catCard:last-of-type span { bottom: 20px; }
#catWrap .catCard a { display: block; }
#catWrap .catCard img { display: block; width: 100%; height: auto; opacity: .8; -webkit-transition: opacity 0.35s; -moz-transition: opacity 0.35s; transition: opacity 0.35s; }
#catWrap .catCard span { position: absolute; bottom: 0; left: 0; padding: 20px; font-family: "Montserrat", sans-serif; font-weight: bold; font-size: 22px; text-transform: uppercase; color: #fff; }
#catWrap .catCard:hover img, #catWrap .catCard:active img, #catWrap .catCard:focus img { opacity: 1; }
#catWrap .whiteWaves { background: url(//everclearpoolandleisure.com/wp-content/themes/everclear/images/waveLightBlue.png); position: relative; bottom: 51px; left: 0; width: 100%; height: 41px; background-size: contain; background-repeat: no-repeat; background-position: bottom center; pointer-events: none; } #showroom { background: #dff0fb; position: relative; padding: 250px 25px 20px; }
#showroom h2 { color: #fff; text-shadow: 2px 2px 2px #00000073; }
#showroom .gradientBorder { padding-bottom: 3px; border-radius: 5px; background: linear-gradient(to right, #0b869f, #29e2f6, #0b869f); }
#showroom .textWrap { background: #fff; padding: 30px 25px 25px; border-radius: 5px; }
#showroom .textWrap .catList { margin: 0 95px; }
#showroom .textWrap .catList ul { padding: 0 25px 0 30px; }
#showroom .textWrap .catList li { position: relative; list-style: none; color: #15377e; font-weight: bold; text-transform: uppercase; }
#showroom .textWrap .catList li:before { content: '\f111'; font-family: "Font Awesome 6 Pro"; font-weight: 900; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; position: absolute; left: -20px; top: 0; font-size: 9px; color: #415990; }
#showroom .textWrap .catList li a { display: block; color: #15377e; -webkit-transition: color 0.35s; -moz-transition: color 0.35s; transition: color 0.35s; }
#showroom .textWrap .catList li a:before { content: '\f111'; font-family: "Font Awesome 6 Pro"; font-weight: 900; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; position: absolute; left: -20px; top: 0; font-size: 9px; color: #26c8bc; }
#showroom .textWrap .catList li a:hover, #showroom .textWrap .catList li a:active, #showroom .textWrap .catList li a:focus { color: #26c8bc; }
#showroom .leftFloat { border-radius: 5px; overflow: hidden; margin: 0 10px 0 0; width: -moz-calc(50% - 10px); width: -webkit-calc(50% - 10px); width: -o-calc(50% - 10px); width: calc(50% - 10px); }
#showroom .leftFloat:last-of-type { margin: 0 0 0 10px; }
#showroom .leftFloat iframe, #showroom .leftFloat img { width: 100%; display: block; }
#bgBox { position: absolute; top: 0; left: 0; opacity: .8; width: 100%; height: 600px; background-repeat: no-repeat; background-size: cover; background-position: center; }
#bgBox .boxOverlay { background: #06123eb8; height: 100%; }
.brands { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; max-width: 860px; margin: 0 auto 25px; }
.brands .brands_we_carry { flex: 20%; padding: 10px; box-sizing: border-box; }
.brands .brands_we_carry a { display: block; text-align: center; } #services { background: #dff0fb; background: #dff0fb; background: -moz-linear-gradient(top, #dff0fb 0%, #c3e0f2 100%); background: -webkit-linear-gradient(top, #dff0fb 0%, #c3e0f2 100%); background: linear-gradient(to bottom, #dff0fb 0%, #c3e0f2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dff0fb', endColorstr='#c3e0f2',GradientType=0 ); padding: 25px 25px 0; }
.servicesWrap .gradientBorder { box-sizing: border-box; float: left; width: -moz-calc(50% - 10px); width: -webkit-calc(50% - 10px); width: -o-calc(50% - 10px); width: calc(50% - 10px); margin: 0 10px 12px 0; }
.servicesWrap .gradientBorder:nth-child(2n+2) { margin: 0 0 12px 10px; }
.servicesWrap .gradientBorder:first-child { border-top-right-radius: 5px; border-top-left-radius: 5px; padding-top: 3px; background: linear-gradient(to right, #0b869f, #29e2f6); }
.servicesWrap .gradientBorder:first-child .service { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.servicesWrap .gradientBorder:nth-child(2) { border-top-right-radius: 5px; border-top-left-radius: 5px; padding-top: 3px; background: linear-gradient(to right, #29e2f6, #0b869f); }
.servicesWrap .gradientBorder:nth-child(2) .service { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.servicesWrap .gradientBorder:nth-last-child(2) { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding-bottom: 3px; background: linear-gradient(to right, #0b869f, #29e2f6); }
.servicesWrap .gradientBorder:nth-last-child(2) .service { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.servicesWrap .gradientBorder:nth-last-child(2) .service:after { content: none; }
.servicesWrap .gradientBorder:last-child { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding-bottom: 3px; background: linear-gradient(to right, #29e2f6, #0b869f); }
.servicesWrap .gradientBorder:last-child .service { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.servicesWrap .gradientBorder:last-child .service:after { content: none; }
.servicesWrap .service { margin: 0; padding-bottom: 30px; position: relative; background: #fff; box-sizing: border-box; }
.servicesWrap .service:after { content: ''; position: absolute; left: 0; bottom: -13px; width: 100%; height: 52px; background: transparent url(//everclearpoolandleisure.com/wp-content/themes/everclear/images/wavesShape3.png); background-size: cover; background-repeat: no-repeat; background-position: bottom center; pointer-events: none; }
.servicesWrap .service a { display: block; padding: 20px 25px 30px; }
.servicesWrap .service a:hover h3, .servicesWrap .service a:active h3, .servicesWrap .service a:focus h3 { color: #0b869f; }
.servicesWrap .service a:hover img, .servicesWrap .service a:active img, .servicesWrap .service a:focus img { opacity: 1; }
.servicesWrap .service .thumbWrap { float: left; width: 100%; max-width: 130px; height: 100px; margin: 0 20px 0 0; border-radius: 5px; overflow: hidden; }
.servicesWrap .service .thumbWrap img { width: 100%; height: 100%; object-fit: cover; opacity: .8; -webkit-transition: opacity 0.35s; -moz-transition: opacity 0.35s; transition: opacity 0.35s; }
.servicesWrap .service .textWrap { float: left; width: -moz-calc(100% - 150px); width: -webkit-calc(100% - 150px); width: -o-calc(100% - 150px); width: calc(100% - 150px); }
.servicesWrap .service .textWrap.icon { position: relative; }
.servicesWrap .service .textWrap.icon:after { content: '\f061'; position: absolute; top: 6px; right: 8px; font-size: 15px; }
.servicesWrap .service h3 { font-family: "Lato", Arial, Helvetica, sans-serif; font-weight: bold; margin: 4px 30px 4px 0; overflow: hidden; height: 27px; -webkit-transition: color 0.35s; -moz-transition: color 0.35s; transition: color 0.35s; }
.servicesWrap .service p { margin: 0; font-size: 14px; line-height: 19px; color: #333; overflow: hidden; height: 61px; } #interiorBanner { position: relative; background: #0b869f; }
#interiorBanner .pageHero { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; opacity: .5; }
#interiorBanner h1 { margin: 0; color: #fff; text-shadow: 2px 2px 5px #333; font-size: 60px; position: relative; text-align: center; padding: 181px 15px 25px; line-height: 65px; }
.page-id-93 > #main > #interiorBanner > .pageHero { background-position: 0% 40%; } .errorWrap { padding: 25px 15px; } .archive #main { margin-bottom: 0; }
.archive #main #main-content { margin-bottom: 0; padding: 40px 20px 20px; }
.archive #main #main-content .gradientBorder { background: linear-gradient(to right, #0b869f, #29e2f6, #0b869f); margin: 0 10px 12px; position: relative; }
.archive #main #main-content .gradientBorder:after { content: ''; position: absolute; bottom: -13px; left: 0; width: 100%; height: 44px; background: transparent url(//everclearpoolandleisure.com/wp-content/themes/everclear/images/wavesShape3.png); background-size: contain; background-repeat: repeat-x; background-position: bottom center; pointer-events: none; clear: both; }
.archive #main #main-content .gradientBorder article.products_we_carry { position: relative; padding: 15px 15px 45px 15px; background: #fff; margin: 0; box-sizing: border-box; }
.archive #main #main-content .gradientBorder article.products_we_carry .thumbWrap { float: left; width: 375px; border-radius: 5px; padding-top: 15px; }
.archive #main #main-content .gradientBorder article.products_we_carry .thumbWrap img { width: 100%; height: auto; opacity: .8; display: block; }
.archive #main #main-content .gradientBorder article.products_we_carry .articleInfo { margin: 0 0 0 390px; padding: 25px 25px; box-sizing: border-box; }
.archive #main #main-content .gradientBorder article.products_we_carry .articleInfo header { margin-bottom: 10px; }
.archive #main #main-content .gradientBorder article.products_we_carry .articleInfo p { font-size: 16px; line-height: 18px; }
.archive #main #main-content .gradientBorder article.products_we_carry .articleInfo a { text-decoration: none; }
.archive #main #main-content .gradientBorder article.products_we_carry .articleInfo .more-link { font-size: 16px; font-weight: bold; text-align: right; }
.archive #main #main-content .gradientBorder:first-child { border-top-right-radius: 5px; border-top-left-radius: 5px; padding-top: 3px; }
.archive #main #main-content .gradientBorder:first-child article.products_we_carry { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.archive #main #main-content .gradientBorder:last-child { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding-bottom: 3px; }
.archive #main #main-content .gradientBorder:last-child article.products_we_carry { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.archive #main #main-content .gradientBorder:last-child:after { content: none; }
#tabsEverclear { margin: 0 0 30px 0; }
#tabsEverclear li { list-style: none; display: inline-block; margin: 0 0 5px 5px; }
#tabsEverclear li a { position: relative; display: block; padding: 7px 11px 9px; border-radius: 4px; background: #0b869f; color: #fff; font-size: 14px; line-height: 15px; -webkit-transition: background 0.35s; -moz-transition: background 0.35s; transition: background 0.35s; }
#tabsEverclear li a.current:after { content: '\f0d7'; position: absolute; bottom: -10px; left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); font-size: 26px; color: #0b869f; -webkit-transition: background 0.35s; -moz-transition: background 0.35s; transition: background 0.35s; }
#tabsEverclear li:hover a, #tabsEverclear li:active a, #tabsEverclear li:focus a { background: #15377e; }
#tabsEverclear li:hover a:after, #tabsEverclear li:active a:after, #tabsEverclear li:focus a:after { content: '\f0d7'; position: absolute; bottom: -10px; left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); font-size: 26px; color: #15377e; }
.subCats { text-align: center; }
.subCats span.h4 { display: block; margin: 0 0 20px 0; }
h2.matchProd { text-align: center; }
.prodTerms:not(:last-child) { position: relative; margin-right: 5px; }
.prodTerms:not(:last-child):after { content: ', '; position: absolute; right: -5px; top: -2px; }
.navigation { text-align: center; padding: 15px; }
.wp-paginate li a { background: #0b869f; border: none; border-radius: 4px; color: #FFF; }
.wp-paginate li a:hover, .wp-paginate li a:active, .wp-paginate li a:focus { background: #15377e; color: #FFF; }
.wp-paginate li .current { background: #15377e; color: #FFF; border: none; border-radius: 4px; }
.menu > li.menu-item-has-children { position: relative; }
.menu > li.menu-item-has-children:after { -webkit-transition: color 0.35s; -moz-transition: color 0.35s; transition: color 0.35s; content: '\f107'; font-size: 15px; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); }
.menu > li.menu-item-has-children > a { padding: 15px 45px 15px 30px !important; }
.menu > li.menu-item-has-children:after { color: #0b869f; }
.menu > li.current-menu-item > a, .menu > li:hover > a, .menu > li:active > a, .menu > li:focus > a { color: #0b869f; }
.menu > li > .sub-menu { position: absolute; background: #FFF; padding: 10px 10px 0; top: 33px; border-bottom: 1px solid #DDD; border-left: 1px solid #DDD; border-right: 1px solid #DDD; border-radius: 0 5px 5px 5px; z-index: 2; opacity: 0; visibility: hidden; transition: .35s; }
.menu > li > .sub-menu > li { display: block; float: none; margin: 0 0 6px 0; }
.menu > li > .sub-menu > li > a { display: block; text-align: left; width: 180px; font-size: 15px; text-transform: none; padding: 7px 15px 7px; border-radius: 5px; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; background: #fff; }
.menu > li > .sub-menu > li:hover a, .menu > li > .sub-menu > li:active a, .menu > li > .sub-menu > li:focus a { color: #fff; background: #0b869f; }
.menu > li:hover ul { opacity: 1; visibility: visible; } #main-nav { margin: 0; border-top: 1px solid #ddd; height: 51px; }
#main-nav .menu-header { text-align: center; margin: 0 auto -5px; }
#main-nav .menu { margin: 0 auto; display: inline-block; }
#main-nav .menu > li { float: left; position: relative; margin: 0; }
#main-nav .menu > li > a { display: block; font-size: 14px; letter-spacing: 1px; line-height: 21px; font-weight: bold; padding: 15px 30px; text-align: center; color: #15377e; text-transform: uppercase; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; }
#main-nav .menu > li:after { color: #15377e; }
#main-nav .menu > li.homeIcon { position: relative; }
#main-nav .menu > li.homeIcon a { text-indent: 200%; white-space: nowrap; overflow: hidden; }
#main-nav .menu > li.homeIcon:before { content: '\f015'; pointer-events: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #15377e; font-size: 24px; -webkit-transition: color 0.35s; -moz-transition: color 0.35s; transition: color 0.35s; }
#main-nav .menu > li.current-menu-item > a, #main-nav .menu > li:hover > a, #main-nav .menu > li:active > a, #main-nav .menu > li:focus > a { color: #fff; background: #0b869f; }
#main-nav .menu > li.current-menu-item > a:after, #main-nav .menu > li:hover > a:after, #main-nav .menu > li:active > a:after, #main-nav .menu > li:focus > a:after { color: #fff; }
#main-nav .menu > li.current-menu-item.homeIcon:before, #main-nav .menu > li:hover.homeIcon:before, #main-nav .menu > li:active.homeIcon:before, #main-nav .menu > li:focus.homeIcon:before { color: #fff; }
#main-nav .menu > li.current-menu-item:after, #main-nav .menu > li:hover:after, #main-nav .menu > li:active:after, #main-nav .menu > li:focus:after { color: #fff; }
#main-nav .menu .sub-menu { top: 51px; }
#utilityNav { margin: 0; }
#utilityNav .menu { margin: 0 auto; display: inline-block; }
#utilityNav .menu > li { float: left; position: relative; margin: 0 12px 0 0; }
#utilityNav .menu > li > a { display: block; font-size: 15px; line-height: 20px; font-weight: bold; padding: 15px 15px; text-align: center; color: #666666; text-transform: uppercase; letter-spacing: 1px; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; }
#utilityNav .menu > li:after { color: #666666; }
#utilityNav .menu > li:hover > a, #utilityNav .menu > li:focus > a, #utilityNav .menu > li:active > a { color: #0b869f; }
#utilityNav .menu > li:hover:after, #utilityNav .menu > li:focus:after, #utilityNav .menu > li:active:after { color: #0b869f; }
ul#menu-more-information { font-size: 14px; line-height: 18px; margin: 0 0 10px 30px; }
ul#menu-more-information li.menu-item { list-style: none; margin: 0 0 5px 0; }
ul#menu-more-information li.menu-item a { padding: 3px 0; }  .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; width: 100%; margin: 0 auto; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; width: 100%; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-slide.slick-initialized { display: block; }
.slick-slide.slick-loading { visibility: hidden; }
.slick-slide.slick-vertical { display: block; height: auto; border: 1px solid transparent; }
.slick-slider .slick-slide { display: none; }
.slick-slider .slick-slide:first-child { display: block; }
.slick-initialized.slick-slider .slick-slide, .slick-initialized.slick-slider .slick-slide:first-child { display: block; }
.slick-arrow.slick-hidden { display: none; }  .slick-loading .slick-list { background: #fff url(//everclearpoolandleisure.com/wp-content/themes/everclear/images/ajax-loader.gif?1651475621) center center no-repeat; } @font-face { font-family: "slick"; src: url(//everclearpoolandleisure.com/wp-content/themes/everclear/fonts/slick.eot?1651475621); src: url(//everclearpoolandleisure.com/wp-content/themes/everclear/fonts/slick.eot?&1651475621#iefix) format("embedded-opentype"), url(//everclearpoolandleisure.com/wp-content/themes/everclear/fonts/slick.woff?1651475621) format("woff"), url(//everclearpoolandleisure.com/wp-content/themes/everclear/fonts/slick.ttf?1651475621) format("truetype"), url(//everclearpoolandleisure.com/wp-content/themes/everclear/fonts/slick.svg?1651475621#slick) format("svg"); font-weight: normal; font-style: normal; } .slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }
.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "→"; }
[dir="rtl"] .slick-next:before { content: "←"; } .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); font-size: 50px; cursor: pointer; -webkit-transition: color 0.35s; -moz-transition: color 0.35s; transition: color 0.35s; }
.slick-arrow.fa-angle-left { left: 15px; z-index: 2; }
.slick-arrow.fa-angle-right { right: 15px; }
.slick-arrow:hover, .slick-arrow:active { color: #0b869f; } .slick-dotted.slick-slider { margin-bottom: 30px; }
.slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }
#StellarSlider { overflow: hidden; position: relative; }
#StellarSlider .slick-track { height: 600px; }
#StellarSlider .slick-track .slide.slick-slide { background-size: cover !important; background-repeat: no-repeat !important; background-position: top center !important; } input:not([type=submit]):not([type=file]), select, textarea { padding: 10px 10px 8px !important; font-size: 15px !important; border-radius: 4px !important; border: 1px solid #CCC !important; color: #4d4d4d !important; outline: none !important; background: #fafafa !important; box-sizing: border-box; font-family: "Open Sans", Arial, Helvetica, sans-serif; }
input:not([type=submit]):not([type=file]):focus, select:focus, textarea:focus { color: #1A1A1A !important; border: 1px solid #999 !important; background: #fff !important; }
input[type="checkbox"] { width: auto !important; margin: 3px 8px 0 6px; }
textarea { padding: 10px 10px 8px  !important; box-sizing: border-box; }
.gform_fields, .ginput_container ul { list-style: none; left: 0; }
.ginput_container input:not([type=radio]) { width: 250px; }
.gform_confirmation_wrapper { padding: 30px 50px; border: 3px dotted #47A925; margin-bottom: 25px; }  #comment { width: 100%; height: 150px; }
#respond { margin-top: 20px; margin-bottom: 15px; }
#respond form { background: none !important; }
#respond form textarea { width: 98%; margin-right: 0; }
#respond form label { font-size: 1em; font-weight: bold; }
.comment_container { position: relative; }
ol.comment-list { margin: 0 0 15px !important; }
ol.comment-list li { margin: 0; padding: 8px 0 8px 14px; list-style: none; overflow: hidden; position: relative; }
ol.comment-list li ul { margin: 8px 0 0 !important; }
ol.comment-list li ul li { border: 0; margin: 0 0 0 28px !important; padding: 0 0 8px; }
ol.comment-list li header { margin: 0; line-height: 1.5em; }
ol.comment-list li article nav { float: right; }
ol.comment-list li .comment-text { border: 2px solid #ebebeb; overflow: hidden; -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; padding: 10px 10px 0; }
ol.comment-list li .comment-text p { margin: 0 0 10px !important; }
ol.comment-list li .comment-text p.meta { font-weight: normal; background: transparent; padding: 0; font-style: italic; color: #777; font-size: 0.9em; margin: 0 0 10px !important; }
ol.comment-list li .comment-text p.meta strong { font-weight: bold; }
ol.comment-list li.bypostauthor .comment-text, ol.comment-list li.bypostauthor img.avatar { border-color: #D4E2EB; }
ol.comment-list img.avatar { margin: 8px 10px 0 0; padding: 4px; float: left; border: 1px solid #1a1f23; }
#respond input.text, #respond select, #respond textarea, .comment-form-author input, .comment-form-email input, .comment-form-url input, .widget_search input#s { border: 1px solid #eee; background: #f6f6f6; color: #777; font-size: 1em; line-height: 1em; padding: 0.375em; width: 50%; margin: 0 4px 0 0; outline: 0; display: block; }
#respond input.text:focus, #respond select:focus, #respond textarea:focus, .comment-form-author input:focus, .comment-form-email input:focus, .comment-form-url input:focus, .widget_search input#s:focus { border: 1px solid #ccc; }
.borderradius #respond input.text, .borderradius #respond select, .borderradius #respond textarea, .borderradius .comment-form-author input, .borderradius .comment-form-email input, .borderradius .comment-form-url input, .borderradius .widget_search input#s { -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; -khtml-border-radius: 0.5em; -o-border-radius: 0.5em; border-radius: 0.5em; }
.button, #submit, #wp-submit { padding: 8px 20px; background: #112f74; border: none; transition: .3s; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; -khtml-border-radius: 0.5em; -o-border-radius: 0.5em; border-radius: 0.5em; cursor: pointer; text-decoration: none; color: #eee; }
.button:hover, #submit:hover, #wp-submit:hover { background: #458e89; color: #fff; }  .slicknav_brand { float: left; color: #fff; font-size: 18px; line-height: 30px; padding: 7px 12px; height: 44px; }
.slicknav_open .slicknav_icon-bar:nth-child(1) { -webkit-transform: translateY(6px) rotate(-45deg); -ms-transform: translateY(6px) rotate(-45deg); transform: translateY(6px) rotate(-45deg); }
.slicknav_open .slicknav_icon-bar:nth-child(2) { opacity: 0; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }
.slicknav_open .slicknav_icon-bar:nth-child(3) { -webkit-transform: translateY(-6px) rotate(45deg); -ms-transform: translateY(-6px) rotate(45deg); transform: translateY(-6px) rotate(45deg); }
.slicknav_menu { *zoom: 1; font-size: 16px; box-sizing: border-box; position: absolute; top: 0; right: 0; padding: 15px; display: none; }
.slicknav_menu * { box-sizing: border-box; }
.slicknav_menu:before { content: " "; display: table; }
.slicknav_menu:after { content: " "; display: table; clear: both; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0; }
.slicknav_menu .slicknav_icon-bar { display: block; background: #333; height: 3px; margin: 0 0 3px; outline: transparent solid 1px; -webkit-transition: all .45s; -moz-transition: all .45s; transition: all .45s; width: 26px; }
.slicknav_menu .slicknav_menutxt { display: block; line-height: 1.188em; float: left; color: #fff; font-weight: 700; text-shadow: 0 1px 3px #000; }
.slicknav_menu:hover .slicknav_icon-bar, .slicknav_menu:active .slicknav_icon-bar, .slicknav_menu:focus .slicknav_icon-bar { background: #0b869f; }
.slicknav_nav { clear: both; color: #fff; margin: 0; padding: 40px 0 0; font-size: 18px; list-style: none; overflow: auto; max-height: 100%; position: fixed; background: #000; background: rgba(0, 0, 0, 0.8); top: 0; right: 0; z-index: 9997; display: block !important; -webkit-transition: visibility 0 400ms, opacity 400ms, -webkit-transform 400ms; transition: visibility 0 400ms, opacity 400ms, transform 400ms; opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); -webkit-transition-delay: 0; transition-delay: 0; visibility: visible; }
.slicknav_nav ul { display: block; }
.slicknav_nav li { display: block; }
.slicknav_nav .slicknav_arrow { font-size: .8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_item a { display: inline; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block; }
.slicknav_nav .slicknav_parent-link a { display: inline; }
.slicknav_nav.slicknav_hidden { opacity: 0; visibility: hidden; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); }
.slicknav_nav .slicknav_row { -webkit-transition: color .25s; -moz-transition: color .25s; transition: color 0.25s; }
.slicknav_nav .slicknav_row:hover { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; color: #0b869f; }
.slicknav_nav a { font-size: 25px; line-height: 33px; padding: 5px 10px; margin: 4px 20px; text-decoration: none; color: #fff; -webkit-transition: color .25s; -moz-transition: color .25s; transition: color .25s; }
.slicknav_nav a:hover { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; color: #0b869f; }
.slicknav_nav ul { list-style: none; overflow: hidden; padding: 0; margin-left: 20px; margin-bottom: 0; }
.slicknav_nav ul a { padding: 5px 10px; font-size: 20px; font-weight: 400; }
.slicknav_nav .slicknav_txtnode { margin-left: 15px; }
.slicknav_nav .slicknav_item a { padding: 0; margin: 0; }
.slicknav_nav .slicknav_parent-link a { padding: 0; margin: 0; }
.slicknav_btn { position: relative; display: block; vertical-align: middle; line-height: 1.125em; cursor: pointer; padding: 5px 5px 6px; margin: 0; text-decoration: none; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; z-index: 9998; -webkit-transition: margin 400ms; transition: margin 400ms; }
.slicknav_btn.slicknav_open .slicknav_icon-bar { background-color: #fff; } @media only screen and (max-width: 1210px) { #logo { margin: 8px 20px 20px 20px; }
#StellarSlider .slick-track { height: 500px; }
#showroom { padding: 200px 25px 0; }
#bgBox { height: 500px; } }
@media only screen and (max-width: 1020px) { .slicknav_menu { display: block; }
#header #utilityNav { padding: 4px 15px 15px; position: relative; right: 39px; }
#header .contact { float: none; }
#header .contact .hours { text-align: right; }
#header .socialDiv { float: right; }
#main-nav { display: none; }
#StellarSlider .slick-track { height: 400px; }
#showroom .textWrap .catList { margin: 0 auto; }
#bgBox { height: 400px; }
#footer { padding: 200px 15px 15px 15px; } }
@media only screen and (max-width: 900px) { #footer .container { padding-top: 370px; }
#footer #footLogo { float: none; width: 100%; text-align: center; padding: 0 0 15px; }
#footer #footLogo a { display: inline-block; }
#footer .topRight { padding: 10px 0 0 0; float: none; width: 100%; text-align: center; }
#footer .footBottom .leftFloat { padding: 15px 15px 15px 15px; float: none; width: 100%; display: block; } }
@media only screen and (max-width: 800px) { #StellarSlider .slick-track { height: 300px; }
#bannerTextBox { margin: 30px 15px 20px; padding: 30px 75px; }
#bannerTextBox h1 { font-size: 42px; line-height: 46px; }
#bannerTextBox .slick-arrow { font-size: 33px; }
#bannerTextBox .slick-arrow:after { width: 90px; height: 90px; }
.servicesWrap .gradientBorder { float: none; width: 100%; margin: 0 0 12px 0; }
.servicesWrap .gradientBorder:nth-child(2n+2) { margin: 0 0 12px 0; }
.servicesWrap .gradientBorder:nth-child(2) { padding-top: 0px; border-radius: 0px; }
.servicesWrap .gradientBorder:nth-child(2) .service { border-radius: 0px; }
.servicesWrap .gradientBorder:nth-last-child(2) { border-radius: 0px; padding-bottom: 0px; }
.servicesWrap .gradientBorder:nth-last-child(2) .service { border-radius: 0px; }
.servicesWrap .gradientBorder:last-child { background: linear-gradient(to right, #0b869f, #29e2f6, #0b869f); border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
.servicesWrap .gradientBorder:last-child .service { border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
.servicesWrap .gradientBorder:not(:last-child) .service { padding-bottom: 30px; }
.servicesWrap .gradientBorder:not(:last-child) .service:after { content: ''; position: absolute; bottom: -13px; width: 100%; height: 44px; background: transparent url(//everclearpoolandleisure.com/wp-content/themes/everclear/images/wavesShape3.png); background-size: contain; background-repeat: repeat-x; background-position: bottom left; pointer-events: none; }
.servicesWrap .gradientBorder:first-child { border-top-right-radius: 5px; border-top-left-radius: 5px; background: linear-gradient(to right, #0b869f, #29e2f6, #0b869f); }
.servicesWrap .gradientBorder:first-child .service { border-top-right-radius: 5px; border-top-left-radius: 5px; }
#showroom { padding: 150px 25px 0; }
#bgBox { height: 300px; }
.archive #main #main-content .gradientBorder article.products_we_carry .thumbWrap { float: none; width: 100%; max-width: 375px; margin: 0 auto; }
.archive #main #main-content .gradientBorder article.products_we_carry .articleInfo { margin: 0; } }
@media only screen and (max-width: 600px) { #logo { text-align: center; margin: 50px auto 5px; width: 100%; float: none; }
#header { margin-bottom: 8px; }
#header #utilityNav { padding: 0px 15px; position: relative; right: 0px; float: none; text-align: center; }
#header .contact { padding: 5px 15px 5px; }
#header .contact .hours { text-align: center; float: none; }
#header .contact a.phone { text-align: center; }
#header .socialDiv { padding: 0 15px; float: none; text-align: center; }
#header .socialDiv .socialList { margin: 10px 0 0 0; }
#header .socialDiv .socialList li { float: none; }
#header .rightFloat { float: none; }
#header .hoursWrap { width: 223px; margin: 0 auto; }
#interiorBanner h1 { font-size: 50px; line-height: 55px; }
#bannerTextBox { padding: 50px 15px 15px; }
#bannerTextBox .slick-arrow { top: 10px; transform: none; }
#bannerTextBox .slick-arrow:after { width: 60px; height: 60px; }
#bannerTextBox h1 { font-size: 38px; line-height: 42px; }
#showroom .leftFloat { float: none; width: 100%; margin: 0 0 15px 0; }
#showroom .leftFloat:last-of-type { margin: 0 0 0 0; }
#catWrap ul { margin-bottom: 20px; }
#catWrap .catCard { width: 100%; margin: 0 0 20px 0; }
#catWrap .catCard:nth-child(2n+2) { margin: 0 0 20px 0; }
#catWrap .catCard:nth-last-of-type(2), #catWrap .catCard:last-of-type { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
#catWrap .catCard:nth-last-of-type(2) span, #catWrap .catCard:last-of-type span { bottom: 0px; }
#catWrap .whiteWaves { display: none; visibility: hidden; }
#footer .topRight a.phone { display: block; margin: 0 0 12px 0; }
#wpadminbar { display: none; }
a.pictureBox { width: 100% !important; margin: 0; }
#main-content article.post-55 h2 a { display: block; }
#main-content img.alignright, #main-content img.alignleft { float: none; margin: 0 0 15px 0; } }
@media only screen and (max-width: 500px) { .servicesWrap .service .thumbWrap { float: none; margin: 0 0 10px 0; }
.servicesWrap .service .textWrap { width: 100%; }
.servicesWrap .service h3, .servicesWrap .service p { overflow: visible; height: auto; }
#footer .copyright span { display: block; text-align: center; margin-bottom: 10px; }
#footer .siteBy { float: none; text-align: center; } }
@media only screen and (max-width: 350px) { #interiorBanner h1 { font-size: 45px; line-height: 50px; } }