/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated{animation-duration:1s;animation-fill-mode:both}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{animation-name:bounce}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateX(0%)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0%)}}.wobble{animation-name:wobble}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}100%{transform:scale(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);animation-timing-function:ease-in}100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}100%{transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}100%{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0%) skewX(-15deg);opacity:1}100%{transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}100%{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}100%{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}100%{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}100%{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideOutLeft{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.slideOutUp{animation-name:slideOutUp}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}100%{transform:translateY(700px);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0) rotate(0deg)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{animation-name:rollOut}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"“" "”" "‘" "’"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}img{border:0}.wow{visibility:hidden}.container{position:relative;width:1176px;margin:0 auto;padding:0}.column,.columns{float:left;display:inline;margin-left:12px;margin-right:12px}.row{margin-bottom:40px}.column.alpha,.columns.alpha{margin-left:0}.column.omega,.columns.omega{margin-right:0}.container-twelve .one.column{width:74px}.container-twelve .two.columns{width:172px}.container-twelve .three.columns{width:270px}.container-twelve .four.columns{width:368px}.container-twelve .five.columns{width:466px}.container-twelve .six.columns{width:564px}.container-twelve .seven.columns{width:662px}.container-twelve .eight.columns{width:760px}.container-twelve .nine.columns{width:858px}.container-twelve .ten.columns{width:956px}.container-twelve .eleven.columns{width:1054px}.container-twelve .twelve.columns{width:1152px}.container-twelve .offset-by-one{margin-left:88px}.container-twelve .offset-by-two{margin-left:176px}.container-twelve .offset-by-three{margin-left:264px}.container-twelve .offset-by-four{margin-left:352px}.container-twelve .offset-by-five{margin-left:440px}.container-twelve .offset-by-six{margin-left:528px}.container-twelve .offset-by-seven{margin-left:616px}.container-twelve .offset-by-eight{margin-left:704px}.container-twelve .offset-by-nine{margin-left:792px}.container-twelve .offset-by-ten{margin-left:880px}.container-twelve .offset-by-eleven{margin-left:968px}@media only screen and (min-width:960px) and (max-width:1175px){.container{position:relative;width:960px;margin:0 auto;padding:0}.column,.columns{float:left;display:inline;margin-left:10px;margin-right:10px}.container-twelve .one.column{width:60px}.container-twelve .two.columns{width:140px}.container-twelve .three.columns{width:220px}.container-twelve .four.columns{width:300px}.container-twelve .five.columns{width:380px}.container-twelve .six.columns{width:460px}.container-twelve .seven.columns{width:540px}.container-twelve .eight.columns{width:620px}.container-twelve .nine.columns{width:700px}.container-twelve .ten.columns{width:780px}.container-twelve .eleven.columns{width:860px}.container-twelve .twelve.columns{width:940px}}@media only screen and (min-width:768px) and (max-width:959px){.container{position:relative;width:756px;margin:0 auto;padding:0}.column,.columns{float:left;display:inline;margin-left:10px;margin-right:10px}.container-twelve .one.column{width:43px}.container-twelve .two.columns{width:106px}.container-twelve .three.columns{width:169px}.container-twelve .four.columns{width:232px}.container-twelve .five.columns{width:295px}.container-twelve .six.columns{width:358px}.container-twelve .seven.columns{width:421px}.container-twelve .eight.columns{width:484px}.container-twelve .nine.columns{width:547px}.container-twelve .ten.columns{width:610px}.container-twelve .eleven.columns{width:673px}.container-twelve .twelve.columns{width:736px}}@media only screen and (max-width:767px){.row{margin-bottom:40px}.container{position:relative;width:100%;margin:0 auto;padding:0}.column,.columns{float:none;display:block;margin-left:auto;margin-right:auto}.container-twelve .one.column{width:90%}.container-twelve .two.columns{width:90%}.container-twelve .three.columns{width:90%}.container-twelve .four.columns{width:90%}.container-twelve .five.columns{width:90%}.container-twelve .six.columns{width:90%}.container-twelve .seven.columns{width:90%}.container-twelve .eight.columns{width:90%}.container-twelve .nine.columns{width:90%}.container-twelve .ten.columns{width:90%}.container-twelve .eleven.columns{width:90%}.container-twelve .twelve.columns{width:90%}.container-twelve .columns .columns{width:100%!important}}.container:after{content:" ";display:block;height:0;clear:both;visibility:hidden}.clearfix:before,.clearfix:after,.row:before,.row:after{content:" ";display:block;overflow:hidden;visibility:hidden;width:0;height:0}.row:after,.clearfix:after{clear:both}.row,.clearfix{zoom:1}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}img.size-auto,img.size-full,img.size-large,img.size-medium,.attachment img{max-width:100%;height:auto}.alignleft,img.alignleft{display:inline;float:left;margin-right:24px;margin-top:4px}.alignright,img.alignright{display:inline;float:right;margin-left:24px;margin-top:4px}.aligncenter,img.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}img.alignleft,img.alignright,img.aligncenter{margin-bottom:12px}.wp-caption{background:#f1f1f1;line-height:18px;margin-bottom:20px;max-width:632px!important;padding:4px;text-align:center}.wp-caption img{margin:5px 5px 0}.wp-caption p.wp-caption-text{color:#888;font-size:12px;margin:5px}.wp-smiley{margin:0}#content .attachment img{display:block;margin:0 auto}:where(img[width][height]){height:auto}.desktop-only{display:block}@media (min-width:768px) and (max-width:959px){.desktop-only{display:none}}@media (max-width:767px){.desktop-only{display:none}}.desktop-none{display:none}.tablet-only{display:none}@media (min-width:768px) and (max-width:959px){.tablet-only{display:block}}@media (max-width:767px){.tablet-only{display:none}}@media (min-width:768px) and (max-width:959px){.table-none{display:none}}.mobile-only{display:none}@media (min-width:768px) and (max-width:959px){.mobile-only{display:none}}@media (max-width:767px){.mobile-only{display:block}}@media (max-width:767px){.mobile-none{display:none}}.tablet-mobile-only{display:none}@media (max-width:959px){.tablet-mobile-only{display:block}}@media (max-width:959px){.tablet-mobile-none{display:none}}html{height:100%;min-width:320px}body{background:#fff;color:#4a494a;font-family:"Montserrat","Arial",sans-serif;height:100%}.main{height:100px;background:rgb(0 0 0 / .7)}@media (max-width:570px){.main{height:90px}}@media (max-width:400px){.main{height:86px}}.page-content p{font-size:14px;line-height:18px}img.bg-image{position:absolute;top:0;left:0;width:100%;height:100%;max-width:none;float:none;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}p{font-family:"Montserrat","Arial",sans-serif;font-size:15px;line-height:22px;margin:0 0 20px;font-weight:400}a{color:#4a494a;text-decoration:none;transition:0.5s;outline:none!important}a:hover{color:#4a494a}h1{font-size:32px;font-weight:500;line-height:40px;margin:0 0 40px}h2,h3{font-size:24px;font-weight:500;line-height:38px;text-transform:uppercase;margin:0 0 20px}.text2{display:none!important}.header{z-index:12345;position:relative;height:40px}@media (max-width:570px){.header{height:130px;background:#000}}@media (max-width:400px){.header{height:130px}}.header .top-header{height:40px;background:#000}.header .top-header p,.header .top-header a{font-size:13px;font-weight:500;line-height:40px;color:#fff;margin-bottom:0}.header .top-header a:hover{color:#a89252}.header .top-header .left{float:left}@media (max-width:767px){.header .top-header .left{display:none}}.header .top-header .left .call,.header .top-header .left .email{float:left}.header .top-header .left .call{margin-right:34px}.header .top-header .right{float:right}.header .top-header .right .about{margin-right:16px;float:left}@media (max-width:767px){.header .top-header .right .about{display:none}}.header .top-header .right .contact{margin-right:32px;float:left}.header .top-header .right .social-icons{float:left}.header .top-header .right .social-icons a{color:#a89252;margin-right:10px}.header .top-header .right .social-icons a:hover{color:#fff}.alts .alt{width:100%;position:relative;margin-bottom:54px;float:left}@media (max-width:767px){.alts .alt .image-wrap{width:90%;margin:0 auto;position:relative;float:none!important}}.alts .alt .image-wrap .image img{display:block;float:left;width:100%;height:auto}.alts .alt .text-wrap{position:absolute;top:0;height:100%;width:485px}@media (min-width:960px) and (max-width:1175px){.alts .alt .text-wrap{width:346px}}@media (max-width:959px){.alts .alt .text-wrap{width:270px}}@media (max-width:767px){.alts .alt .text-wrap{position:relative;width:90%;margin:0 auto;box-sizing:border-box}}.alts .alt .text-wrap .table{display:table;height:100%}.alts .alt .text-wrap .table .cell{display:table-cell;vertical-align:middle}.alts .alt .text-wrap .table .cell .text{padding:50px 35px;background:#fff;text-align:center}@media (max-width:479px){.alts .alt .text-wrap .table .cell .text{padding:40px 15px}}.alts .alt .text-wrap .table .cell .text h3{font-size:24px;line-height:27px;font-weight:300;margin:0 0 22px 0}@media (max-width:959px){.alts .alt .text-wrap .table .cell .text h3{font-size:20px;line-height:27px}}.alts .alt .text-wrap .table .cell .text p.price{font-size:15px;font-weight:600}.alts .alt.alt1 .image-wrap{float:left}.alts .alt.alt1 .text-wrap{right:0}@media (min-width:768px) and (max-width:959px){.alts .alt.alt1 .text-wrap{right:16px}}@media (max-width:767px){.alts .alt.alt1 .text-wrap{right:0}}.alts .alt.alt2 .image-wrap{float:right}.alts .alt.alt2 .text-wrap{left:0}@media (min-width:768px) and (max-width:959px){.alts .alt.alt2 .text-wrap{left:16px}}@media (max-width:767px){.alts .alt.alt2 .text-wrap{left:0}}.alts .alt.last{margin-bottom:0}.awards-wrap{position:absolute;bottom:0;left:0}@media (max-width:767.98px){.awards-wrap{display:none}}.awards-wrap img{padding:5px}.awards-wrap-mobile{display:none}.awards-wrap-mobile img{padding:0 5px}@media (max-width:767.98px){.awards-wrap-mobile{display:flex;width:100%;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:10px;margin-bottom:-20px}}.button{color:#fff;height:40px;width:auto;font-size:13px;line-height:40px;text-transform:uppercase;padding:0 48px 0 20px;background:url(/wp-content/themes/floating-grace/img/arrow.png) no-repeat #000;background-position:right 15px top 10px;display:inline-block;float:none;margin:0;transition:0.5s}.button.white{background:url(/wp-content/themes/floating-grace/img/arrow.png) no-repeat #fff;background-position:right 15px top 10px;color:#000}.button.gold{background:url(/wp-content/themes/floating-grace/img/arrow-white.png) no-repeat #a89252;background-position:right 15px top 10px;color:#fff}.button:hover{background:url(/wp-content/themes/floating-grace/img/arrow-white.png) no-repeat #a89252;background-position:right 15px top 10px;color:#fff}.button.white:hover{background:url(/wp-content/themes/floating-grace/img/arrow-white.png) no-repeat #a89252;background-position:right 15px top 10px;color:#fff}.button.gold:hover{background:url(/wp-content/themes/floating-grace/img/arrow.png) no-repeat #000;background-position:right 15px top 10px;color:#fff}.booking-buttons{background:rgb(168 146 82 / .78);overflow:hidden}@media (max-width:959px){.booking-buttons{display:none}}.booking-buttons .inner{padding:10px 0 10px 190px}@media (min-width:960px) and (max-width:1175px){.booking-buttons .inner{padding:30px 0 10px 60px}}.booking-buttons .inner .cruises,.booking-buttons .inner .private-events{display:inline}.booking-buttons .inner .cruises p,.booking-buttons .inner .cruises a,.booking-buttons .inner .private-events p,.booking-buttons .inner .private-events a{display:inline-block;margin-right:10px}.booking-buttons .inner .cruises p,.booking-buttons .inner .private-events p{margin-bottom:0;line-height:37px;font-weight:700;color:#fff}@media (min-width:960px) and (max-width:1175px){.booking-buttons .inner .cruises p,.booking-buttons .inner .private-events p{font-size:12px}}.booking-buttons .inner .cruises .button,.booking-buttons .inner .private-events .button{font-size:11px;margin-right:9px;height:36px;line-height:36px;padding:0 48px 0 9px;background-position:right 15px top 8px}@media (min-width:768px) and (max-width:959px){.booking-buttons .inner .cruises .button:last-child,.booking-buttons .inner .private-events .button:last-child{margin-right:0}}@media (min-width:960px) and (max-width:1175px){.booking-buttons .inner .cruises .button,.booking-buttons .inner .private-events .button{margin-right:4px;font-size:11px;padding:0 27px 0 10px;background-position:right 5px top 8px}}@media (min-width:768px) and (max-width:959px){.booking-buttons .inner .cruises .button,.booking-buttons .inner .private-events .button{padding:0 40px 0 8px}}.booking-buttons .inner .private-events{padding-left:10px}@media (min-width:768px) and (max-width:959px){.booking-buttons .inner .private-events{display:none}}.cruise-list{display:grid;gap:2.5rem}.cruise-card{container-type:inline-size;display:grid;grid-template-columns:minmax(0,1fr);background:#fff;color:#2b2b2b}@media (min-width:960px){.cruise-card{grid-template-columns:32% minmax(0,1fr)}}.cruise-card__media{position:relative;background:#e6e3dc}.cruise-card__media img{display:block;width:100%;height:auto;aspect-ratio:4/3;max-height:20rem;-o-object-fit:cover;object-fit:cover}@media (min-width:960px){.cruise-card__media{min-height:22rem}.cruise-card__media img{position:absolute;inset:0;height:100%;max-height:none;aspect-ratio:auto}}.cruise-card__body{display:grid;grid-template-rows:1fr auto;min-width:0}.cruise-card__inner{padding:2rem 1.5rem 1.75rem}@container (min-width:640px){.cruise-card__inner{padding:2.5rem 2.5rem 2rem}}.cruise-card__title{margin:0;font-size:clamp(1.5rem, 1.2rem + 1vw, 1.875rem);font-weight:500;line-height:1.15;letter-spacing:.01em;text-transform:uppercase}.cruise-card__days{display:inline-flex;align-items:center;gap:.5rem;margin:.75rem 0 0;font-size:.875rem;font-weight:600;color:#5c5c5c}.cruise-card__days::before{content:"";width:1.25rem;height:2px;background:#b39a4c}.cruise-card__cols{display:grid;gap:1.75rem;margin-top:1.5rem}@container (min-width:640px){.cruise-card__cols{grid-template-columns:1.1fr 1fr;gap:2.5rem}}.cruise-card__desc p{margin:0 0 1rem;font-size:.9375rem;line-height:1.65;max-width:60ch}.cruise-card__desc>:last-child{margin-bottom:0}.cruise-card__desc p:has(>strong:only-child){max-width:none;margin-top:1.25rem;padding:.875rem 1rem;background:#f7f3e8;border-left:3px solid #b39a4c;font-size:.875rem;line-height:1.5}.cruise-card__details{display:grid;grid-template-columns:minmax(0,1fr);gap:.75rem;align-content:start}.cruise-card__details>p{margin:0;font-size:.875rem;font-weight:600;color:#5c5c5c}.cruise-card__details ul{list-style:none;margin:0;padding:0;font-size:.8125rem;line-height:1.4}.cruise-card__details>ul:first-of-type{display:grid;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:500}.cruise-card__details>ul:first-of-type li{display:grid;grid-template-columns:1rem 1fr;gap:.5rem}.cruise-card__details>ul:first-of-type li::before{content:"";width:.5rem;height:.5rem;margin-top:.35em;border:2px solid #b39a4c;border-radius:50%}.cruise-card__details>ul:not(:first-of-type){display:grid;gap:.3rem;padding:.875rem 1rem;border:1px solid #e6e3dc;font-variant-numeric:tabular-nums}.cruise-card__details>ul:not(:first-of-type) li:first-child{margin-bottom:.25rem;font-weight:700}.cruise-card__details>ul:not(:first-of-type) li:not(:first-child):has(>strong,>b){display:flex;justify-content:space-between;gap:1rem;color:#5c5c5c}.cruise-card__details>ul:not(:first-of-type) li:not(:first-child):has(>strong,>b) strong,.cruise-card__details>ul:not(:first-of-type) li:not(:first-child):has(>strong,>b) b{font-weight:700;color:#2b2b2b}.cruise-card__details>ul:first-of-type :is(strong,b){font-weight:inherit}.cruise-card__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem;padding:1.25rem 1.5rem;border-top:1px solid #e6e3dc}@container (min-width:640px){.cruise-card__footer{padding:1.25rem 2.5rem}}.cruise-card__price{margin:0;font-size:1rem;line-height:1.2}.cruise-card__amount{font-size:1.75rem;font-weight:600;color:#2b2b2b}.cruise-card__unit{margin-left:.25rem;font-size:.9375rem;font-weight:400;text-transform:lowercase;color:#5c5c5c}.cruise-card__note{margin:.25rem 0 0;font-size:.8125rem;line-height:1.4;color:#5c5c5c}.cruise-card .cruise-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.cruise-card .cruise-card__actions p,.cruise-card .cruise-card__actions div{display:contents}.cruise-card .cruise-card__actions br{display:none}.cruise-card .cruise-card__actions a{display:inline-flex;align-items:center;justify-content:space-between;gap:1.5rem;height:auto;margin:0;padding:.75rem 1.25rem;border:2px solid #000;background:#000;color:#fff;font-size:.9375rem;font-weight:400;line-height:1;letter-spacing:.02em;text-transform:uppercase;text-decoration:none;transition:background-color 0.15s,color 0.15s,border-color 0.15s}.cruise-card .cruise-card__actions a::after{content:"";width:10px;height:16px;flex:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16'%3E%3Cpath d='M2 2l6 6-6 6' fill='none' stroke='%23b39a4c' stroke-width='2.5'/%3E%3C/svg%3E") no-repeat center/contain}.cruise-card .cruise-card__actions a:hover{background:#333;border-color:#333;color:#fff}.cruise-card .cruise-card__actions a:focus-visible{outline:2px solid #b39a4c;outline-offset:3px}.cruise-card .cruise-card__actions a.menu{background:#fff0;color:#000}.cruise-card .cruise-card__actions a.menu:hover{background:#000;color:#fff}@media (prefers-reduced-motion:reduce){.cruise-card .cruise-card__actions a{transition:none}}.cruise-card.coming-soon .cruise-card__actions{display:none}form ::-webkit-input-placeholder{color:#676767}form :-moz-placeholder{color:#676767}form ::-moz-placeholder{color:#676767}form :-ms-input-placeholder{color:#676767}form input,form select,form textarea{height:36px;width:100%;padding:2px 8px 0 8px;box-sizing:border-box;background:#E2E2E2;border:1px solid #A9A9A9;font-size:14px;line-height:16px;float:left;margin-bottom:18px;box-sizing:border-box}form textarea{padding:8px 8px 8px 8px;min-height:198px;max-width:100%}form input[type=checkbox]{width:20px;margin:0 10px 0 0}form span{float:left;line-height:40px;padding:0 15px 0 0}form .full{width:100%;float:left}form .half{width:49%;margin-right:2%;float:left}form .last{margin-right:0}form .bottom{margin-bottom:0}form button{border:none}.cms-form .strength-meter{margin-left:160px;margin-top:5px;width:254px}div.form-error{padding:6px 12px;line-height:180%;background:#ffe5ed;border-radius:4px;margin-bottom:22px;position:relative;color:darkred}input.valid{background:url(/wp-content/themes/images/validation/icon-ok.png) no-repeat right center #e3ffe5;color:#002f00;border-color:#96b796!important}input.error{background:url(/wp-content/themes/images/vallidation/icon-fail.png) no-repeat right center #ffebef;color:#480000}.form-suggest-element{padding:4px}form.validating-server-side .server-validation{background:url(/wp-content/themes/images/validation/ajax-loader.gif?v=2) no-repeat center right #FFF;opacity:.5}.max-chars{background:#EEE;color:#999}.form-help{padding-left:6px;font-size:90%;color:#888}.help-block{clear:both;display:inline;min-height:20px;line-height:20px}span.form-error.help-block{position:relative;background:darkred;color:#fff;display:block;font-size:15px;padding:10px;margin:0}.logo{position:relative;z-index:9999;width:166px}@media (max-width:400px){.logo{width:120px}}.logo img{width:100%;height:auto}@media (max-width:767px){.logo{left:30px}}@media (max-width:400px){.logo{left:8px;top:10px}}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform 0.3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgb(0 0 0 / .2);border-radius:10px;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:100000;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.75}.modal-header{position:absolute;top:10px;right:10px;z-index:2;display:flex;align-items:flex-start;justify-content:space-between}.modal-header .close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;margin:0;background:unset;font-family:"Montserrat",sans-serif;font-style:normal;font-weight:600;font-size:10px;line-height:1.6;text-align:center;letter-spacing:.1em;text-transform:capitalize;color:#FFF;text-shadow:0 4px 4px rgb(0 0 0 / .25)}.modal-body{position:relative;flex:1 1 auto}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}#showModal .hero-img{max-width:100%;width:100%;border-top-left-radius:9px;border-top-right-radius:9px}#showModal .pad-box{padding:40px;text-align:center;padding-bottom:20px}#showModal h3{font-family:"Montserrat",sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:29px;letter-spacing:.1em;text-transform:capitalize;color:#000;margin-bottom:14px}#showModal p.subtext{font-style:normal;font-weight:600;font-size:14px;line-height:1.6;text-align:center;letter-spacing:.1em;text-transform:capitalize;color:#000;margin-bottom:0}#showModal .box{position:relative;margin:40px auto;text-align:left;background:#F3F3F3;padding:20px 29px}#showModal .box ul{list-style:none;margin:0}#showModal .box ul li::before{content:"•";color:#A89252;font-weight:700;display:inline-block;width:1em;margin-left:-1em;font-size:16px}#showModal .box ul li{font-family:"Montserrat",sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:1.6;letter-spacing:.1em;text-transform:capitalize;color:#000;margin-bottom:0}#showModal .box ul li:not(:last-of-type){margin-bottom:10px}#showModal .infos .rw{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:20px}#showModal .infos .spacer{width:40px}#showModal .infos .info{flex:0 0 calc(50% - 40px)}#showModal .infos .rw>div:first-of-type{justify-content:flex-end}#showModal .infos .rw>div:last-of-type{justify-content:flex-start}#showModal .infos .info{display:inline-flex;align-items:center}#showModal .infos .info span{font-family:"Montserrat",sans-serif;font-style:normal;font-weight:800;font-size:12px;line-height:1.3;text-align:center;letter-spacing:.1em;text-transform:uppercase;color:#C6C6C6}#showModal .infos .info strong{margin-left:9px;display:inline-block;font-family:"Montserrat",sans-serif;font-style:normal;font-weight:800;font-size:20px;line-height:24px;text-align:center;letter-spacing:.1em;text-transform:uppercase;color:#A89252}#showModal .button.wide{background:#A89552;border-radius:0;text-align:center;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;height:auto;padding:18px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}#showModal .close{display:flex;align-items:center}#showModal .close-icon{margin-left:9px;filter:drop-shadow(0 4px 4px rgb(0 0 0 / .25))}@media (max-width:575.98px){#showModal .pad-box{padding:30px}#showModal .box{margin:30px auto;padding:20px 0;padding-right:1rem}#showModal .infos{margin-bottom:-10px}#showModal .infos .rw{display:block;margin-bottom:10px}#showModal .infos .info{margin:0 0 6px}}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:100001;display:none;width:100%;height:100%;overflow:hidden;outline:0}.pagination{font-size:15px;line-height:32px;text-align:right}.pagination a{color:#4a494a;margin:0 2px;text-decoration:none}.pagination a:hover{color:#e0e0e0}.pagination a.current{border-bottom:2px solid #e0e0e0;color:#e0e0e0}.photo-galleries .gallery-summary{margin-bottom:25px;padding:15px;box-sizing:border-box}.photo-galleries .gallery-summary .inner{padding:15px;background:#fff}.photo-galleries .gallery-summary .inner .image .padding{padding:4px;background:#000;overflow:hidden}.photo-galleries .gallery-summary .inner .image .padding img{width:100%;height:auto;float:left;-o-object-fit:cover;object-fit:cover}.photo-galleries .gallery-summary .inner h3{margin:18px 0 10px 0}@media (min-width:768px) and (max-width:959px){.photo-galleries .gallery-summary .inner h3{font-size:20px;line-height:26px}}.photo-galleries .gallery-summary .inner p.date{margin-bottom:0}.single-photo-gallery .gallery img{border:5px solid #ffffff!important;border-bottom:6px solid #ffffff!important;width:100%;height:auto;box-sizing:border-box}.single-photo-gallery .gallery .gallery-item{padding:9px;box-sizing:border-box}.single-photo-gallery .gallery .gallery-item .gallery-caption{font-size:16px;font-weight:900;margin:-37px 0 24px 0;color:#000}.gallery-columns-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}@media (max-width:767px){.gallery-columns-4{grid-template-columns:repeat(2,1fr)}}.gallery-columns-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}@media (max-width:767px){.gallery-columns-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.points .point .image{display:none}}.points .point .image img{width:100%;height:auto;display:block;float:left}.points .point .text{padding:0 30px;margin-top:-14px;text-align:center;position:relative;float:left;z-index:2}@media (max-width:959px){.points .point .text{padding:0;margin-top:0}}@media (max-width:767px){.points .point .text{width:100%}}.points .point .text p{padding:18px 14px 18px 14px;background:#fff;font-size:15px;line-height:21px;margin:0;font-weight:200;border:1px solid #e2e2e2}@media (min-width:768px) and (max-width:959px){.request-a-quote .form-column{width:484px!important}}.request-a-quote .form-column form .section .inner{overflow:hidden;padding:34px 25px;background:#fff;margin-bottom:25px}.request-a-quote .form-column form .section .inner h3{font-size:26px;line-height:28px;font-weight:600;margin:0 0 20px 0;color:#000}.request-a-quote .form-column form .section.last .inner{margin-bottom:0}@media (min-width:768px) and (max-width:959px){.request-a-quote .process{width:232px!important}}@media (max-width:767px){.request-a-quote .process{margin-top:40px}}.request-a-quote .process .inner{padding:25px;overflow:hidden;background:#fff}.request-a-quote .process .inner h3{font-size:22px;line-height:28px;color:#000;font-weight:600;text-align:center;margin:2px 0 22px 0}.request-a-quote .process .inner ol{padding:0 0 0 18px;margin:0 0 20px 0}.request-a-quote .process .inner ol li{font-size:14px;margin-bottom:10px}.request-a-quote .process .inner p{margin:0;font-weight:600}.route-map .map-container{height:700px;overflow:hidden;position:relative}.route-map .map-container iframe{margin-top:-50px}.route-map .map-container .overlay{height:100%;width:100%;position:absolute;background:#fff0;top:0;left:0}.splash{position:relative;overflow:hidden}.splash .background{overflow:hidden}@media (min-width:768px) and (max-width:959px){.splash .background{height:330px}}@media (max-width:767px){.splash .background{height:330px}}@media (max-width:570px){.splash .background{height:220px}}.splash .background img{display:block;float:left;width:100%;height:auto}@media (min-width:768px) and (max-width:959px){.splash .background img{height:100%;width:auto}}@media (max-width:767px){.splash .background img{height:100%;width:auto}}.splash .wrapper{width:100%;position:relative;float:left;padding:64px 0 0 0;box-sizing:border-box}@media (max-width:479px){.splash .wrapper{padding:40px 0 0 0}}.splash .wrapper .text{text-align:center}.splash .wrapper .text h1{text-transform:uppercase;font-size:29px;line-height:29px;font-weight:600;margin-bottom:0}@media (max-width:479px){.splash .wrapper .text h1{font-size:28px;line-height:32px}}.splash .wrapper .text p{font-size:21px;line-height:31px;font-weight:300;margin:24px 0 0 0;padding:0 110px;box-sizing:border-box}@media (max-width:767px){.splash .wrapper .text p{padding:0 50px}}@media (max-width:570px){.splash .wrapper .text p{font-size:19px;line-height:25px}}@media (max-width:479px){.splash .wrapper .text p{font-size:16px;line-height:20px}}.splash.image-background{position:relative;overflow:hidden}.splash.image-background .background img{display:block;float:left}.splash.image-background .wrapper{position:absolute;top:0;width:100%;height:100%;padding-top:157px;box-sizing:border-box}@media (max-width:570px){.splash.image-background .wrapper{padding-top:0}}.splash.image-background .wrapper .table{display:table;width:100%;height:100%;background:rgb(0 0 0 / .4)}.splash.image-background .wrapper .table .cell{display:table-cell;vertical-align:middle}.splash.image-background .wrapper .table .cell .text{text-align:center}.splash.image-background .wrapper .table .cell .text h1{color:#fff;text-transform:uppercase;font-size:32px;line-height:32px;font-weight:600;margin:0 0 38px 0;text-shadow:2px 2px #000}.splash.image-background .wrapper .table .cell .text h2{color:#fff}.splash.image-background .wrapper .table .cell .text p{color:#fff;font-size:24px;line-height:31px;font-weight:300;margin:0;padding:0 40px;box-sizing:border-box;text-shadow:2px 2px #000}@media (max-width:570px){.splash.image-background .wrapper .table .cell .text p{font-size:19px;line-height:25px}}.footer{display:flex;flex-direction:column;background:#000}.footer .main{display:block;width:100%;height:auto;min-height:0;padding:76px 0;color:#fff;background:#000}.footer .main a{color:#fff;text-decoration:none}.footer .main a:hover{color:#a89252}.footer .main h3{font-size:22px;margin:0 0 30px 0}@media (min-width:768px) and (max-width:959px){.footer .main .links{width:229px}}@media (max-width:767px){.footer .main .links{margin-bottom:40px}}.footer .main .links ul{list-style:none;margin:0;padding:0}.footer .main .links ul li{color:#fff;font-size:14px;font-weight:500;line-height:19px;margin:0 0 5px}@media (max-width:959px){.footer .main .news{display:none}}.footer .main .news .news-item{padding-bottom:12px}.footer .main .news .news-item h4{font-size:14px;font-weight:700;line-height:16px;margin:0 0 8px;transition:0.5s}.footer .main .news .news-item p{color:#fff;font-size:13px;line-height:16px;font-weight:200;margin:0 0 3px 0}.footer .main .news .news-item ul{list-style:none;padding:0;margin:0}.footer .main .news .news-item ul li{color:#fff;font-size:13px;line-height:16px;font-weight:200;font-style:italic}.footer .main .news .more{margin-bottom:0;font-size:14px}@media (min-width:768px) and (max-width:959px){.footer .main .contact{width:229px}}.footer .main .contact ul{list-style:none;margin:0 0 20px 0;padding:0}.footer .main .contact ul li{color:#fff;font-size:14px;font-weight:500;line-height:19px;margin:0 0 22px}.footer .main .contact ul li i{background:#fff;border-radius:24px;color:#000;display:inline-block;float:left;font-size:16px;height:24px;line-height:24px;margin-right:10px;text-align:center;width:24px}.footer .main .contact ul li span{display:block;margin-left:36px;padding-top:4px}.footer .main .contact ul li.last{margin-bottom:0}.footer .main .contact ul li.address a{padding-top:9px;display:inline-block}.footer .main .company{position:relative;text-align:center;padding-top:56px}.footer .main .company .logo{margin:0 auto 20px auto}.footer .main .company ul{list-style:none;padding:0;margin:0;display:inline-block}.footer .main .company ul li{width:30px;height:30px;border-radius:15px;line-height:30px;float:left;margin-right:8px;background:#a89252}.footer .main .company ul li i{color:#000}.footer .main .company ul li:hover i{color:#fff}.footer .main .company ul li.last{margin-right:0}.footer .copyright{display:block;width:100%;clear:both;position:relative;background:#a89252}.footer .copyright p{color:#fff;font-size:15px;font-weight:500;line-height:22px;margin:20px 0 20px;text-align:center}.footer .copyright p strong{font-size:13px}.footer .copyright a{color:#fff}.nav{height:16px;position:absolute;right:0;top:38px}@media (max-width:959px){.nav{width:100%;height:auto;top:100px;background:#000;padding:70px 0}}@media (max-width:570px){.nav{padding:40px 0;top:90px}}.nav .menu{height:16px;list-style:none;margin:0;padding:0;text-align:center}.nav .menu li{color:#fff;font-size:14px;line-height:17px;display:inline-block;margin:0 0 0 20px;text-transform:uppercase;font-weight:600}@media (min-width:960px) and (max-width:1175px){.nav .menu li{margin:0 0 0 19px;letter-spacing:-.5px}}@media (max-width:959px){.nav .menu li{width:100%;float:left;padding:16px 0;font-size:20px;margin:0}}.nav .menu li a{color:#fff}.nav .menu li:hover a{color:#a89252}.nav .menu li.current-menu-item a{color:#a89252}.menu-toggle{height:40px;width:40px;position:absolute;right:0;top:30px;background:#a89252;color:#fff;text-align:center;line-height:40px;font-size:21px;cursor:pointer;padding:0;border:0}@media (max-width:767px){.menu-toggle{right:30px}}@media (max-width:400px){.menu-toggle{right:18px;top:24px}}.book-event-row .text,.veterans-discount-row .text{text-align:center;padding:40px 0;box-sizing:border-box}@media (max-width:570px){.book-event-row .text,.veterans-discount-row .text{padding:28px 30px}}.book-event-row .text h3,.veterans-discount-row .text h3{font-size:26px;line-height:29px;margin:0 0 32px 0;color:#fff;font-weight:600}.book-event-row .text p,.veterans-discount-row .text p{font-size:26px;line-height:30px;font-weight:300;margin-bottom:32px;color:#fff}@media (max-width:570px){.book-event-row .text p,.veterans-discount-row .text p{font-size:20px;line-height:24px}}.book-event-row .text p span,.veterans-discount-row .text p span{font-weight:600;color:#a89252}.book-event-row .text .secondary,.veterans-discount-row .text .secondary{font-size:15px;line-height:21px;font-weight:700}.book-event-row .text .button,.veterans-discount-row .text .button{margin-top:20px}.book-event-row{position:relative;overflow:hidden}.book-event-row>.container{position:relative}.book-row h2{text-align:center;font-size:28px;line-height:36px;margin-bottom:50px}.feature-rows{display:grid;gap:54px}@media (max-width:767px){.feature-rows{gap:40px}}.feature-row{display:grid;grid-template-columns:6fr 1fr 10fr;align-items:center}.feature-row .feature-row__media,.feature-row .feature-row__content{grid-row:1}.feature-row .feature-row__media{grid-column:2/4;align-self:stretch}.feature-row .feature-row__media img{display:block;width:100%;height:100%;aspect-ratio:760/398;-o-object-fit:cover;object-fit:cover}.feature-row .feature-row__content{grid-column:1/3;position:relative;z-index:1;margin:12px 0;padding:50px 35px;background:#fff;text-align:center}@media (max-width:959px){.feature-row .feature-row__content{padding:40px 25px}}.feature-row .feature-row__content h3{font-size:24px;line-height:27px;font-weight:300;margin:0 0 22px 0}@media (max-width:959px){.feature-row .feature-row__content h3{font-size:20px}}.feature-row.feature-row--reverse{grid-template-columns:10fr 1fr 6fr}.feature-row.feature-row--reverse .feature-row__media{grid-column:1/3}.feature-row.feature-row--reverse .feature-row__content{grid-column:2/4}@media (max-width:767px){.feature-row,.feature-row.feature-row--reverse{grid-template-columns:1fr}.feature-row .feature-row__media,.feature-row.feature-row--reverse .feature-row__media{grid-column:1;grid-row:1}.feature-row .feature-row__content,.feature-row.feature-row--reverse .feature-row__content{grid-column:1;grid-row:2;margin:-40px 16px 0;padding:32px 24px}}.route-row{overflow:hidden;text-align:center;padding:40px 0 0 0}.route-row h2{font-size:28px;line-height:38px;margin-bottom:40px}.route-row .map-container{height:430px;overflow:hidden;position:relative}.route-row .map-container iframe{margin-top:-50px}.route-row .map-container .overlay{height:100%;width:100%;position:absolute;background:#fff0;top:0;left:0}.row{padding:70px 0 70px 0;margin:0}@media (max-width:767px){.row{width:100%}}@media (max-width:479px){.row{padding:45px 0 45px 0}}.row.white{background:#fff}.row.grey{background:#e0e0e0}.row.black{background:#000}.row.black h2{color:#ffffff!important}.row.top{padding:0}.veterans-discount-row{position:relative;overflow:hidden;padding:0}.veterans-discount-row .inner{position:relative;padding:40px 0;background:rgb(0 0 0 / .74)}@media (max-width:570px){.veterans-discount-row .inner{padding:28px 30px}}.blog .blog-loop .post{border-bottom:4px solid #a89252;background-color:#e0e0e0;margin-bottom:20px;border-radius:6px;min-height:196px}.blog .blog-loop .post .inner{padding:36px;display:inline-block;box-sizing:border-box;width:100%}.blog .blog-loop .post .thumbnail-section{width:34%;margin-right:4%;float:left;overflow:hidden}@media (max-width:570px){.blog .blog-loop .post .thumbnail-section{display:none}}.blog .blog-loop .post .thumbnail-section .post-thumbnail img{display:block;width:100%;height:auto;float:left}.blog .blog-loop .post .title-section{width:62%;float:left}@media (max-width:570px){.blog .blog-loop .post .title-section{width:100%}}.blog .blog-loop .post .title-section .the-title{font-size:24px;line-height:30px;margin:10px 0 10px;text-align:left;font-family:"Montserrat","Arial",sans-serif}.blog .blog-loop .post .excerpt{float:left;width:100%}.blog .blog-loop .post .details{font-size:16px;line-height:20px;margin:15px 0 20px;text-align:left}.blog .blog-loop .post .details span{display:inline-block;font-size:13px;font-weight:700}.blog .blog-loop .post .edit-article{display:none}.blog .blog-loop .post .view-article{display:block;margin:25px 0 0;border:1px solid #000;border-radius:6px;box-sizing:border-box;-webkit-box-sizing:border-box;font-weight:700;height:50px;line-height:50px;margin:30px 0 0 0;padding:0 20px;text-align:center;width:150px}.blog .blog-loop .post .view-article:hover{background:#000;color:#fff}.blog .blog-loop .post .the-content a{border-bottom:1px solid #000}.book-a-cruise .cruise-description p,.individual-cruise .cruise-description p{font-size:15px;line-height:19px}.book-a-cruise .cruise-description a,.individual-cruise .cruise-description a{font-weight:700}.book-a-cruise .cruise-description h4,.individual-cruise .cruise-description h4{margin-bottom:6px}.book-a-cruise .cruise-description .how-to-book,.individual-cruise .cruise-description .how-to-book{padding:20px;background:#f1f1f1;box-sizing:border-box}.book-a-cruise .cruise-description .how-to-book p:last-child,.individual-cruise .cruise-description .how-to-book p:last-child{margin-bottom:0}@media (min-width:768px) and (max-width:959px){.book-a-cruise .cruise-description .how-to-book a,.individual-cruise .cruise-description .how-to-book a{word-break:break-all}}.book-a-cruise .cruise-description .gallery,.individual-cruise .cruise-description .gallery{margin-top:50px}.book-a-cruise .cruise-description .gallery .gallery-icon,.individual-cruise .cruise-description .gallery .gallery-icon{padding-right:10px;text-align:left}.book-a-cruise .cruise-description .gallery .gallery-icon img,.individual-cruise .cruise-description .gallery .gallery-icon img{width:100%;height:auto;max-width:160px}.book-a-cruise .cruises .cruise,.individual-cruise .cruises .cruise{background:#fff;overflow:hidden;margin-bottom:40px;position:relative}.book-a-cruise .cruises .cruise .image,.individual-cruise .cruises .cruise .image{float:left;width:31.9%;overflow:hidden}@media (max-width:767px){.book-a-cruise .cruises .cruise .image,.individual-cruise .cruises .cruise .image{width:40%}}@media (max-width:570px){.book-a-cruise .cruises .cruise .image,.individual-cruise .cruises .cruise .image{width:100%;padding:20px 20px 0 20px;box-sizing:border-box;height:254px;overflow:hidden;margin-bottom:24px}}.book-a-cruise .cruises .cruise .image img,.individual-cruise .cruises .cruise .image img{float:left;display:block;width:100%;height:auto}@media (min-width:960px) and (max-width:1175px){.book-a-cruise .cruises .cruise .image img,.individual-cruise .cruises .cruise .image img{height:100%;width:auto}}.book-a-cruise .cruises .cruise .text,.individual-cruise .cruises .cruise .text{width:68%;float:left;padding:40px 42px 33px 42px;box-sizing:border-box}@media (max-width:767px){.book-a-cruise .cruises .cruise .text,.individual-cruise .cruises .cruise .text{width:60%}}@media (max-width:570px){.book-a-cruise .cruises .cruise .text,.individual-cruise .cruises .cruise .text{width:100%}}@media (max-width:479px){.book-a-cruise .cruises .cruise .text,.individual-cruise .cruises .cruise .text{padding:4px 20px 85px 20px}}.book-a-cruise .cruises .cruise .text .top-row,.individual-cruise .cruises .cruise .text .top-row{width:100%;float:left;margin-bottom:6px}.book-a-cruise .cruises .cruise .text .top-row h3,.individual-cruise .cruises .cruise .text .top-row h3{font-size:28px;line-height:32px;font-weight:200}.book-a-cruise .cruises .cruise .text .top-row h3 span,.individual-cruise .cruises .cruise .text .top-row h3 span{font-size:16px;line-height:23px;font-weight:900}.book-a-cruise .cruises .cruise .text .bottom-row,.individual-cruise .cruises .cruise .text .bottom-row{overflow:hidden;float:left}.book-a-cruise .cruises .cruise .text .bottom-row .col1,.individual-cruise .cruises .cruise .text .bottom-row .col1{width:40%;margin-right:2%;float:left}.book-a-cruise .cruises .cruise .text .bottom-row .col1 p,.individual-cruise .cruises .cruise .text .bottom-row .col1 p{margin-bottom:0}@media (max-width:959px){.book-a-cruise .cruises .cruise .text .bottom-row .col1,.individual-cruise .cruises .cruise .text .bottom-row .col1{width:100%;margin-right:0}}.book-a-cruise .cruises .cruise .text .bottom-row .col2,.individual-cruise .cruises .cruise .text .bottom-row .col2{width:35%;margin-right:4%;float:left}@media (max-width:959px){.book-a-cruise .cruises .cruise .text .bottom-row .col2,.individual-cruise .cruises .cruise .text .bottom-row .col2{width:100%;margin-right:0;margin-bottom:20px}.book-a-cruise .cruises .cruise .text .bottom-row .col2 ul,.individual-cruise .cruises .cruise .text .bottom-row .col2 ul{padding:0 0 0 16px}}.book-a-cruise .cruises .cruise .text .bottom-row .col2 ul,.individual-cruise .cruises .cruise .text .bottom-row .col2 ul{margin:0}.book-a-cruise .cruises .cruise .text .bottom-row .col2 ul li,.individual-cruise .cruises .cruise .text .bottom-row .col2 ul li{font-size:14px;line-height:20px;font-weight:600}.book-a-cruise .cruises .cruise .text .bottom-row .col3,.individual-cruise .cruises .cruise .text .bottom-row .col3{width:19%;float:left}@media (max-width:959px){.book-a-cruise .cruises .cruise .text .bottom-row .col3,.individual-cruise .cruises .cruise .text .bottom-row .col3{width:100%;margin-right:0}}@media (max-width:570px){.book-a-cruise .cruises .cruise .text .bottom-row .col3,.individual-cruise .cruises .cruise .text .bottom-row .col3{width:100%}}.book-a-cruise .cruises .cruise .text .bottom-row .col3 .price p,.individual-cruise .cruises .cruise .text .bottom-row .col3 .price p{font-size:23px;line-height:28px;font-weight:600}.book-a-cruise .cruises .cruise .text .bottom-row .col3 .price p span,.individual-cruise .cruises .cruise .text .bottom-row .col3 .price p span{font-weight:300;font-size:21px}.book-a-cruise .cruises .cruise .book-menu,.individual-cruise .cruises .cruise .book-menu{position:absolute;bottom:0;right:0}.book-a-cruise .cruises .cruise .book-menu .book,.individual-cruise .cruises .cruise .book-menu .book{background:#a89252;padding:0 20px}.book-a-cruise .cruises .cruise .book-menu .button,.individual-cruise .cruises .cruise .book-menu .button{margin-left:5px}.book-a-cruise .cruises .cruise .book-menu .book-now,.individual-cruise .cruises .cruise .book-menu .book-now{float:left;height:40px}.book-a-cruise .cruises .cruise .book-menu .book-now img,.individual-cruise .cruises .cruise .book-menu .book-now img{display:block}.book-a-cruise .cruises .cruise.last,.individual-cruise .cruises .cruise.last{margin-bottom:0}.book-a-cruise .cruises .cruise.coming-soon .book-menu,.individual-cruise .cruises .cruise.coming-soon .book-menu{display:none}.blog-sidebar .widget-container{background:#e0e0e0;color:#000;margin-bottom:20px;padding:20px}.blog-sidebar .widget-title{font-size:20px;font-weight:700;line-height:30px;margin:0 0 20px;text-align:center}.blog-sidebar ul{list-style:none;margin:0;padding:0}.blog-sidebar ul li{font-size:14px;line-height:20px;margin:0 0 10px}.blog-sidebar ul li:before{content:"\f061";font-family:"FontAwesome";padding-right:5px}.blog-sidebar a{color:#000}.blog-sidebar a:hover{color:#e0e0e0}.blog-sidebar .widget_search input{display:block;box-sizing:border-box;-webkit-box-sizing:border-box;height:40px;margin:0 0 20px;padding:0 10px;width:100%}.blog-sidebar .widget_search button{background:#e0e0e0;border:none;border-radius:6px;color:#fff!important;display:block;font-size:15px;font-weight:700;height:36px;line-height:36px;margin:0 auto;text-align:center;text-decoration:none;width:122px}#post-415 .splash .background{position:relative}@media (max-width:767px){#post-415 .splash .background img{position:absolute;width:auto;height:100%;margin-left:-120px}}.contact-us .form{padding-right:20px;box-sizing:border-box}@media (max-width:767px){.contact-us .form{padding-right:0}}.contact-us .form textarea{min-height:158px}.contact-us .box{padding:25px;background:#e0e0e0;margin-bottom:30px;box-sizing:border-box}@media (max-width:767px){.contact-us .box.contact{margin-top:40px}}.contact-us .box.contact ul{list-style:none;margin:0 0 20px 0;padding:0}.contact-us .box.contact ul li{font-size:14px;font-weight:500;line-height:19px;margin:0 0 22px}@media (min-width:768px) and (max-width:959px){.contact-us .box.contact ul li{word-break:break-word}}.contact-us .box.contact ul li i{background:#000;border-radius:24px;color:#fff;display:inline-block;float:left;font-size:16px;height:24px;line-height:24px;margin-right:10px;text-align:center;width:24px}.contact-us .box.contact ul li span{display:block;margin-left:36px;padding-top:4px}.contact-us .box.contact ul li.last{margin-bottom:0}.contact-us .box.contact ul li.address a{padding-top:9px;display:inline-block}.contact-us .box.contact p:last-child{margin-bottom:0}@media (max-width:767px){.contact-us .box.social{margin-bottom:0}}.contact-us .box.social ul{list-style:none;padding:0;margin:0;display:inline-block;text-align:center}.contact-us .box.social ul li{width:30px;height:30px;border-radius:15px;line-height:30px;float:left;margin-right:8px;background:#a89252}.contact-us .box.social ul li i{color:#000}.contact-us .box.social ul li:hover i{color:#fff}.contact-us .box.social ul li.last{margin-right:0}.contact-us .map{text-align:center;padding-bottom:0;padding-top:40px}.contact-us .map h2{font-size:28px;line-height:36px;color:#000;margin:0 0 40px 0}.contact-us .map .map-container{height:450px;overflow:hidden;position:relative}.contact-us .map .map-container .overlay{height:100%;width:100%;position:absolute;background:#fff0;top:0;left:0}.front-page .splash{background:#e0e0e0;padding-bottom:4px}.front-page .splash.desktop{display:block}@media (max-width:570px){.front-page .splash.desktop{display:none}}.front-page .splash.mobile{display:none}@media (max-width:570px){.front-page .splash.mobile{display:block}}.front-page .splash .inner{height:590px;position:relative;background-size:cover!important;background-position:center center!important}@media (max-width:767px){.front-page .splash .inner{height:450px}}@media (max-width:570px){.front-page .splash .inner{height:350px}}.front-page .splash .inner .wrapper{position:absolute;top:0;width:100%;height:100%;display:table}.front-page .splash .inner .wrapper .armed-force-wrap{position:absolute;top:268px;right:0}@media (max-width:1055px){.front-page .splash .inner .wrapper .armed-force-wrap{left:0;right:auto;top:228px}}@media (max-width:767px){.front-page .splash .inner .wrapper .armed-force-wrap{top:158px}}@media (max-width:570px){.front-page .splash .inner .wrapper .armed-force-wrap{top:48px}}.front-page .splash .inner .wrapper .armed-force-wrap img{max-width:110px}@media (max-width:1240px){.front-page .splash .inner .wrapper .armed-force-wrap img{max-width:106px}}@media (max-width:767px){.front-page .splash .inner .wrapper .armed-force-wrap img{max-width:86px}}.front-page .splash .inner .wrapper .cell{display:table-cell;vertical-align:middle;padding-top:6px}@media (max-width:767px){.front-page .splash .inner .wrapper .cell{vertical-align:bottom}}.front-page .splash .inner .wrapper .cell .overlay{padding:38px 25px;box-sizing:border-box;text-align:center;float:right;background:rgb(0 0 0 / .85);width:350px}@media (min-width:1241px) and (max-width:1400px){.front-page .splash .inner .wrapper .cell .overlay{margin-right:100px}}@media (min-width:1051px) and (max-width:1240px){.front-page .splash .inner .wrapper .cell .overlay{margin-right:130px}}@media (max-width:767px){.front-page .splash .inner .wrapper .cell .overlay{width:100%;padding:20px 25px}}.front-page .splash .inner .wrapper .cell .overlay h3{color:#fff;font-size:20px;line-height:24px;margin:0 0 15px 0;padding:0;font-weight:400}@media (max-width:767px){.front-page .splash .inner .wrapper .cell .overlay h3{margin:0;font-size:17px}}.front-page .splash .inner .wrapper .cell .overlay p{font-size:12px;line-height:15px;color:#fff;margin:0;padding:0}@media (max-width:767px){.front-page .splash .inner .wrapper .cell .overlay p{display:none}}.front-page .splash .inner .wrapper .cell .overlay p.wheelchair{margin-top:7px}@media (max-width:767px){.front-page .splash .inner .wrapper .cell .overlay p.wheelchair{display:block}}.front-page .intro{text-align:center}.front-page .intro .intro-text{max-width:460px;text-align:center;margin-bottom:56px;display:inline-block}.front-page .intro .intro-text h2{line-height:30px;margin-bottom:26px;font-weight:200}.front-page .intro .intro-text p{margin:0;font-weight:400;font-size:15px;line-height:20px}.front-page .news-social .box{padding:40px 28px;border-bottom:4px solid #a89252;box-shadow:0 0 4px 1px #d0d0d0;box-sizing:border-box}.front-page .news-social .box h3{font-weight:600;text-align:center;margin:0 0 30px 0}.front-page .news-social .news{min-height:462px}@media (min-width:768px) and (max-width:959px){.front-page .news-social .news{width:736px;min-height:100%;margin-bottom:40px}}@media (max-width:767px){.front-page .news-social .news{min-height:100%;margin-bottom:40px}}.front-page .news-social .news .article{overflow:hidden;border-bottom:2px solid #EAEAEA;margin-bottom:12px}.front-page .news-social .news .article .date{float:left}@media (max-width:570px){.front-page .news-social .news .article .date{display:none}}.front-page .news-social .news .article .date .number{height:46px;width:48px;background:#a89252;color:#fff;text-align:center;line-height:46px;font-size:18px;font-weight:600;margin-bottom:-1px}.front-page .news-social .news .article .date .month{text-align:center;font-weight:400;margin-bottom:0}.front-page .news-social .news .article .text{float:left;padding:6px 10px}.front-page .news-social .news .article .text .heading{font-size:15px;line-height:17px;margin:7px 0 3px 0;font-weight:600;color:#4a494a}.front-page .news-social .news .article .text .meta{margin:0 0 16px}.front-page .news-social .news .article.last{border-bottom:none;margin-bottom:0}@media (min-width:768px) and (max-width:959px){.front-page .news-social .twitter{width:358px}}@media (max-width:767px){.front-page .news-social .twitter{margin-bottom:40px}}@media (min-width:768px) and (max-width:959px){.front-page .news-social .facebook{width:358px}}body[class*=ppc] .header .booking-buttons{display:none}body[class*=ppc] .header .top-header .right{display:none}body[class*=ppc] .header .main .menu-toggle{display:none}body[class*=ppc] .header .main .logo{left:50%;transform:translateX(-50%)}body[class*=ppc] .footer .main{display:none}.single-blog .blog-loop .post{background:#fff0}.single-blog .blog-loop .post .inner{padding:0 36px 36px 0}.single-blog .blog-loop .post .thumbnail{height:136px;width:200px;overflow:hidden;float:left;margin-bottom:20px;margin-right:20px}.single-blog .blog-loop .post .thumbnail img{width:100%;max-width:100%;height:auto}.single-blog .blog-loop .post .the-title{font-size:32px;line-height:42px;margin:40px 0 10px;text-align:left;font-family:"Montserrat","Arial",sans-serif}.single-blog .blog-loop .post .pink-line{margin:0 0 8px}.single-blog .blog-loop .post .details{margin:0 0 21px}.book-tiles .tile{overflow:hidden;margin-bottom:24px}@media (max-width:767px){.book-tiles .tile{height:96px;background:#000;position:relative;margin-bottom:16px}}@media (max-width:570px){.book-tiles .tile{height:80px}}@media (max-width:400px){.book-tiles .tile{height:68px}}@media (max-width:767px){.book-tiles .tile .image{width:168px;position:absolute;top:0;left:0}}@media (max-width:570px){.book-tiles .tile .image{width:138px}}@media (max-width:400px){.book-tiles .tile .image{display:none}}.book-tiles .tile .image img{display:block;float:left;width:100%;height:auto}.book-tiles .tile .text{float:left;width:100%;height:50px;text-align:left;padding:0 20px 0 20px;box-sizing:border-box;background:url(/wp-content/themes/floating-grace/img/arrow.png) no-repeat #000;background-position:right 14px top 15px;overflow:hidden}@media (max-width:767px){.book-tiles .tile .text{float:left;padding:0 0 0 200px;height:100%;background:url(/wp-content/themes/floating-grace/img/arrow.png) no-repeat #000;background-position:right 14px top 36px}}@media (max-width:570px){.book-tiles .tile .text{padding:0 0 0 160px;background:url(/wp-content/themes/floating-grace/img/arrow.png) no-repeat #000;background-position:right 14px top 30px}}@media (max-width:400px){.book-tiles .tile .text{padding:0 0 0 20px;background:url(/wp-content/themes/floating-grace/img/arrow.png) no-repeat #000;background-position:right 14px top 24px}}.book-tiles .tile .text a{color:#fff;font-size:16px;text-transform:uppercase;font-weight:300;line-height:50px}@media (min-width:960px) and (max-width:1175px){.book-tiles .tile .text a{font-size:14px}}@media (max-width:959px){.book-tiles .tile .text a{font-size:13px}}@media (max-width:767px){.book-tiles .tile .text a{font-size:17px;line-height:96px}}@media (max-width:570px){.book-tiles .tile .text a{font-size:14px;line-height:80px}}@media (max-width:400px){.book-tiles .tile .text a{line-height:68px}}