/* Minify_CSS_UriRewriter::$debugText

*/

/* widgets.css */

/* 1  */ /* ----------- Sidebar widget -------------*/
/* 2  */
/* 3  */ .ngg-widget,
/* 4  */ .ngg-widget-slideshow {
/* 5  */     overflow: hidden;
/* 6  */     margin: 0pt;
/* 7  */     padding: 5px 0px 0px 0pt;
/* 8  */     text-align: left;
/* 9  */ }
/* 10 */
/* 11 */ .ngg-widget img {
/* 12 */     border: 2px solid #A9A9A9;
/* 13 */     margin: 0pt 2px 2px 0px;
/* 14 */     padding: 1px;
/* 15 */     height: auto; /* silly, but without this the images will appear distorted with some WP themes */
/* 16 */     float: left;
/* 17 */ }
/* 18 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* nextgen_basic_thumbnails.css */

/* 1   */ /* ----------- Gallery style -------------*/
/* 2   */
/* 3   */ .ngg-galleryoverview {
/* 4   */     overflow: hidden;
/* 5   */     margin-top: 10px;
/* 6   */     width: 100%;
/* 7   */     clear: both;
/* 8   */     display: block !important;
/* 9   */ }
/* 10  */
/* 11  */ .ngg-galleryoverview .desc {
/* 12  */     /* required for description */
/* 13  */     margin: 0px 10px 10px 0px;
/* 14  */     padding: 5px;
/* 15  */ }
/* 16  */
/* 17  */ .ngg-gallery-thumbnail-box {
/* 18  */     float: left;
/* 19  */     max-width: 100% !important;
/* 20  */ }
/* 21  */
/* 22  */ .ngg-template-caption .ngg-gallery-thumbnail-box {
/* 23  */     margin-right: 0px;
/* 24  */ }
/* 25  */
/* 26  */ .ngg-gallery-thumbnail {
/* 27  */     text-align: center;
/* 28  */     max-width: 100% !important;
/* 29  */     background-color: #FFFFFF;
/* 30  */     border: 1px solid #A9A9A9;
/* 31  */     margin-right: 5px;
/* 32  */     margin: 5px;
/* 33  */ }
/* 34  */
/* 35  */ .ngg-template-caption .ngg-gallery-thumbnail {
/* 36  */     margin-right: 0px;
/* 37  */ }
/* 38  */
/* 39  */ .ngg-gallery-thumbnail a {
/* 40  */ 	display: block;
/* 41  */     margin: 4px;
/* 42  */     border: none;
/* 43  */     box-shadow: none;
/* 44  */ }
/* 45  */
/* 46  */ .ngg-gallery-thumbnail img {
/* 47  */     display: block;
/* 48  */     margin: 0;
/* 49  */     padding: 0;
/* 50  */     position: relative;

/* nextgen_basic_thumbnails.css */

/* 51  */     max-width: 100% !important;
/* 52  */     height: auto;
/* 53  */ }
/* 54  */
/* 55  */ .ngg-gallery-thumbnail span {
/* 56  */     /* Images description */
/* 57  */     font-size: 90%;
/* 58  */     padding-left: 5px;
/* 59  */     display: block;
/* 60  */ }
/* 61  */
/* 62  */ /* ----------- New Default Styling September 2018 -----------*/
/* 63  */
/* 64  */ .ngg-galleryoverview {
/* 65  */     margin-top: 40px;
/* 66  */     margin-bottom: 50px;
/* 67  */     -webkit-transition: width 1s, height 1s, background-color 1s, -webkit-transform 1s;
/* 68  */     transition: width 1s, height 1s, background-color 1s, transform 1s;
/* 69  */     min-height: 100px;
/* 70  */ }
/* 71  */
/* 72  */ .ngg-gallery-thumbnail-box.ngg-1-columns {
/* 73  */     width: 100%;
/* 74  */     float: left !important;
/* 75  */ }
/* 76  */
/* 77  */ .ngg-gallery-thumbnail-box.ngg-2-columns {
/* 78  */     width: 50%;
/* 79  */     float: left !important;
/* 80  */ }
/* 81  */
/* 82  */ .ngg-gallery-thumbnail-box.ngg-3-columns {
/* 83  */     width: 33.33333%;
/* 84  */     float: left !important;
/* 85  */ }
/* 86  */
/* 87  */ .ngg-gallery-thumbnail-box.ngg-4-columns {
/* 88  */     width: 25%;
/* 89  */     float: left !important;
/* 90  */ }
/* 91  */
/* 92  */ .ngg-gallery-thumbnail-box.ngg-5-columns {
/* 93  */     width: 20%;
/* 94  */     float: left !important;
/* 95  */ }
/* 96  */
/* 97  */ .ngg-gallery-thumbnail-box.ngg-6-columns {
/* 98  */     width: 16.6666%;
/* 99  */     float: left !important;
/* 100 */ }

/* nextgen_basic_thumbnails.css */

/* 101 */
/* 102 */ .ngg-gallery-thumbnail-box.ngg-7-columns {
/* 103 */     width: 14.2857%;
/* 104 */     float: left !important;
/* 105 */ }
/* 106 */
/* 107 */ .ngg-gallery-thumbnail-box.ngg-8-columns {
/* 108 */     width: 12.5%;
/* 109 */     float: left !important;
/* 110 */ }
/* 111 */
/* 112 */ .ngg-gallery-thumbnail-box.ngg-9-columns {
/* 113 */     width: 11.1111%;
/* 114 */     float: left !important;
/* 115 */ }
/* 116 */
/* 117 */ .ngg-gallery-thumbnail-box.ngg-10-columns {
/* 118 */     width: 10%;
/* 119 */     float: left !important;
/* 120 */ }
/* 121 */
/* 122 */ .ngg-gallery-thumbnail-box.ngg-11-columns {
/* 123 */     width: 9.09%;
/* 124 */     float: left !important;
/* 125 */ }
/* 126 */
/* 127 */ .ngg-gallery-thumbnail-box.ngg-12-columns {
/* 128 */     width: 8.3333%;
/* 129 */     float: left !important;
/* 130 */ }
/* 131 */
/* 132 */ .ngg-gallery-thumbnail-box.ngg-13-columns {
/* 133 */     width: 7.692%;
/* 134 */     float: left !important;
/* 135 */ }
/* 136 */
/* 137 */ .ngg-gallery-thumbnail-box.ngg-14-columns {
/* 138 */     width: 7.142%;
/* 139 */     float: left !important;
/* 140 */ }
/* 141 */
/* 142 */ .ngg-gallery-thumbnail-box.ngg-15-columns {
/* 143 */     width: 6.6666%;
/* 144 */     float: left !important;
/* 145 */ }
/* 146 */
/* 147 */ @media (max-width: 800px) {
/* 148 */     .ngg-gallery-thumbnail-box.ngg-5-columns,
/* 149 */     .ngg-gallery-thumbnail-box.ngg-6-columns,
/* 150 */     .ngg-gallery-thumbnail-box.ngg-7-columns,

/* nextgen_basic_thumbnails.css */

/* 151 */     .ngg-gallery-thumbnail-box.ngg-8-columns,
/* 152 */     .ngg-gallery-thumbnail-box.ngg-9-columns,
/* 153 */     .ngg-gallery-thumbnail-box.ngg-10-columns,
/* 154 */     .ngg-gallery-thumbnail-box.ngg-11-columns,
/* 155 */     .ngg-gallery-thumbnail-box.ngg-12-columns,
/* 156 */     .ngg-gallery-thumbnail-box.ngg-13-columns,
/* 157 */     .ngg-gallery-thumbnail-box.ngg-14-columns,
/* 158 */     .ngg-gallery-thumbnail-box.ngg-15-columns,
/* 159 */     .ngg-gallery-thumbnail-box.ngg-16-columns,
/* 160 */     .ngg-gallery-thumbnail-box.ngg-17-columns,
/* 161 */     .ngg-gallery-thumbnail-box.ngg-18-columns,
/* 162 */     .ngg-gallery-thumbnail-box.ngg-19-columns,
/* 163 */     .ngg-gallery-thumbnail-box.ngg-29-columns {
/* 164 */         width: 25%;
/* 165 */     }
/* 166 */ }
/* 167 */
/* 168 */ @media (max-width: 600px) {
/* 169 */     .ngg-gallery-thumbnail-box.ngg-4-columns,
/* 170 */     .ngg-gallery-thumbnail-box.ngg-5-columns,
/* 171 */     .ngg-gallery-thumbnail-box.ngg-6-columns,
/* 172 */     .ngg-gallery-thumbnail-box.ngg-7-columns,
/* 173 */     .ngg-gallery-thumbnail-box.ngg-8-columns,
/* 174 */     .ngg-gallery-thumbnail-box.ngg-9-columns,
/* 175 */     .ngg-gallery-thumbnail-box.ngg-10-columns,
/* 176 */     .ngg-gallery-thumbnail-box.ngg-11-columns,
/* 177 */     .ngg-gallery-thumbnail-box.ngg-12-columns,
/* 178 */     .ngg-gallery-thumbnail-box.ngg-13-columns,
/* 179 */     .ngg-gallery-thumbnail-box.ngg-14-columns,
/* 180 */     .ngg-gallery-thumbnail-box.ngg-15-columns,
/* 181 */     .ngg-gallery-thumbnail-box.ngg-16-columns,
/* 182 */     .ngg-gallery-thumbnail-box.ngg-17-columns,
/* 183 */     .ngg-gallery-thumbnail-box.ngg-18-columns,
/* 184 */     .ngg-gallery-thumbnail-box.ngg-19-columns,
/* 185 */     .ngg-gallery-thumbnail-box.ngg-29-columns {
/* 186 */         width: 33.33333%;
/* 187 */     }
/* 188 */ }
/* 189 */
/* 190 */ @media (max-width: 400px) {
/* 191 */     .ngg-gallery-thumbnail-box.ngg-3-columns,
/* 192 */     .ngg-gallery-thumbnail-box.ngg-4-columns,
/* 193 */     .ngg-gallery-thumbnail-box.ngg-5-columns,
/* 194 */     .ngg-gallery-thumbnail-box.ngg-6-columns,
/* 195 */     .ngg-gallery-thumbnail-box.ngg-7-columns,
/* 196 */     .ngg-gallery-thumbnail-box.ngg-8-columns,
/* 197 */     .ngg-gallery-thumbnail-box.ngg-9-columns,
/* 198 */     .ngg-gallery-thumbnail-box.ngg-10-columns,
/* 199 */     .ngg-gallery-thumbnail-box.ngg-11-columns,
/* 200 */     .ngg-gallery-thumbnail-box.ngg-12-columns,

/* nextgen_basic_thumbnails.css */

/* 201 */     .ngg-gallery-thumbnail-box.ngg-13-columns,
/* 202 */     .ngg-gallery-thumbnail-box.ngg-14-columns,
/* 203 */     .ngg-gallery-thumbnail-box.ngg-15-columns,
/* 204 */     .ngg-gallery-thumbnail-box.ngg-16-columns,
/* 205 */     .ngg-gallery-thumbnail-box.ngg-17-columns,
/* 206 */     .ngg-gallery-thumbnail-box.ngg-18-columns,
/* 207 */     .ngg-gallery-thumbnail-box.ngg-19-columns,
/* 208 */     .ngg-gallery-thumbnail-box.ngg-29-columns {
/* 209 */         width: 50%;
/* 210 */     }
/* 211 */ }
/* 212 */
/* 213 */ /* ----------- Styling for Basic Thumbnail Simple Template September 2018 -----------*/
/* 214 */
/* 215 */ .ngg-galleryoverview.default-view {
/* 216 */     text-align: center;
/* 217 */     font-size: 0 !important;
/* 218 */     letter-spacing: 0 !important;
/* 219 */ }
/* 220 */
/* 221 */ .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
/* 222 */     display:inline-block;
/* 223 */     float: none;
/* 224 */     vertical-align: middle;
/* 225 */ }
/* 226 */
/* 227 */ .ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
/* 228 */     background-color: transparent;
/* 229 */     border: none;
/* 230 */     margin: 0;
/* 231 */     margin-right: 0;
/* 232 */     position: relative;
/* 233 */ }
/* 234 */
/* 235 */ .ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
/* 236 */     margin: 2px;
/* 237 */     box-shadow: none;
/* 238 */ }
/* 239 */
/* 240 */ .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover {
/* 241 */     opacity: .8;
/* 242 */ }
/* 243 */
/* 244 */ .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
/* 245 */     margin: 0 auto;
/* 246 */     box-shadow: none;
/* 247 */     cursor: pointer;
/* 248 */ }
/* 249 */
/* 250 */ .ngg-galleryoverview.default-view .slideshowlink {

/* nextgen_basic_thumbnails.css */

/* 251 */     margin: 24px auto 0;
/* 252 */     text-align: center;
/* 253 */     text-transform: uppercase;
/* 254 */ }
/* 255 */
/* 256 */ .ngg-galleryoverview.default-view .slideshowlink a {
/* 257 */     font-size: 13px;
/* 258 */     letter-spacing: .75px;
/* 259 */     cursor: pointer;
/* 260 */     text-decoration: none;
/* 261 */     box-shadow: none;
/* 262 */     border: none;
/* 263 */ }
/* 264 */
/* 265 */ .ngg-galleryoverview.default-view .slideshowlink a:hover {
/* 266 */     text-decoration: none !important;
/* 267 */     box-shadow: none !important;
/* 268 */     border: none !important;
/* 269 */ }
/* 270 */
/* 271 */ /* ----------- Gallery list (Carousel template) -------------*/
/* 272 */
/* 273 */ .ngg-galleryoverview ul li:before {
/* 274 */     content: '' !important;
/* 275 */ }
/* 276 */
/* 277 */ .ngg-gallery-list {
/* 278 */     list-style-type: none;
/* 279 */     padding: 0px !important;
/* 280 */     text-indent: 0px !important;
/* 281 */ }
/* 282 */
/* 283 */ .ngg-galleryoverview div.pic img {
/* 284 */     width: 100%;
/* 285 */ 	border: 0px;
/* 286 */ 	border-radius: 0px;
/* 287 */ }
/* 288 */
/* 289 */ .ngg-gallery-list li {
/* 290 */     float: left;
/* 291 */     margin: 0 2px 0px 2px !important;
/* 292 */     overflow: hidden;
/* 293 */ }
/* 294 */
/* 295 */ .ngg-gallery-list li a {
/* 296 */     border: 1px solid #CCCCCC;
/* 297 */     display: block;
/* 298 */     padding: 2px;
/* 299 */ }
/* 300 */

/* nextgen_basic_thumbnails.css */

/* 301 */ .ngg-gallery-list li.selected a {
/* 302 */     -moz-background-inline-policy: continuous;
/* 303 */     -moz-background-origin: padding;
/* 304 */     background: #000000 none repeat scroll 0 0;
/* 305 */ }
/* 306 */
/* 307 */ .ngg-gallery-list li img {
/* 308 */     height: 40px;
/* 309 */     width: 40px;
/* 310 */ }
/* 311 */
/* 312 */ li.ngg-next, li.ngg-prev {
/* 313 */     height: 40px;
/* 314 */     width: 40px;
/* 315 */     font-size: 3.5em;
/* 316 */ }
/* 317 */
/* 318 */ li.ngg-next a, li.ngg-prev a {
/* 319 */     padding-top: 10px;
/* 320 */     border: none;
/* 321 */     text-decoration: none;
/* 322 */ }
/* 323 */
/* 324 */ /** Caption view */
/* 325 */ .ngg-caption-view-wrapper {
/* 326 */     display: flex;
/* 327 */     justify-content: center;
/* 328 */     flex-wrap: wrap;
/* 329 */ }
/* 330 */
/* 331 */ /** Carousel view */
/* 332 */ .ngg-basic-thumbnails-carousel {
/* 333 */     display: flex;
/* 334 */     justify-content: center;
/* 335 */ }
/* 336 */
/* 337 */ .ngg-basic-thumbnails-carousel-list {
/* 338 */     display: flex;
/* 339 */     flex-wrap: wrap;
/* 340 */ }
/* 341 */
/* 342 */ .ngg-galleryoverview.carousel-view .ngg-gallery-thumbnail img {
/* 343 */     max-width: 80px !important;
/* 344 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* ngg_basic_slideshow.css */

/* 1   */ .ngg-slideshow.slick-slider {
/* 2   */     margin: 40px auto 50px !important;
/* 3   */     overflow: visible;
/* 4   */ }
/* 5   */
/* 6   */ .ngg-slideshow .ngg-gallery-slideshow-image {
/* 7   */     display: inline-block;
/* 8   */     text-align: center;
/* 9   */     font: 0/0 a;
/* 10  */ }
/* 11  */
/* 12  */ .ngg-slideshow .ngg-gallery-slideshow-image:before {
/* 13  */     content: ' ';
/* 14  */     display: inline-block;
/* 15  */     vertical-align: middle;
/* 16  */     height: 100%;
/* 17  */ }
/* 18  */
/* 19  */ .ngg-slideshow .ngg-gallery-slideshow-image a {
/* 20  */     display: inline !important;
/* 21  */ }
/* 22  */
/* 23  */ .ngg-slideshow .ngg-gallery-slideshow-image img {
/* 24  */     margin: 0 auto;
/* 25  */     display: inline-block !important;
/* 26  */     vertical-align: middle;
/* 27  */     max-width: 99%!important;
/* 28  */     max-height: 98% !important;
/* 29  */ }
/* 30  */
/* 31  */ .ngg-slideshow .slick-prev {
/* 32  */     left: 20px !important;
/* 33  */     z-index: 10 !important;
/* 34  */     top: 49%;
/* 35  */     cursor: before;
/* 36  */ }
/* 37  */
/* 38  */ .ngg-slideshow .slick-next {
/* 39  */     right: 30px !important;
/* 40  */     z-index: 10 !important;
/* 41  */     top: 49%;
/* 42  */     cursor: pointer;
/* 43  */ }
/* 44  */
/* 45  */ .ngg-slideshow .slick-next:before,
/* 46  */ .ngg-slideshow .slick-prev:before {
/* 47  */     color: #CCC !important;
/* 48  */     font-size: 32px !important;
/* 49  */ }
/* 50  */

/* ngg_basic_slideshow.css */

/* 51  */ .ngg-slideshow .slick-next:hover:before,
/* 52  */ .ngg-slideshow .slick-prev:hover:before {
/* 53  */     color: #AAA !important;
/* 54  */     font-size: 32px !important;
/* 55  */ }
/* 56  */
/* 57  */ .ngg-slideshow .slick-dots {
/* 58  */     margin: 0;
/* 59  */     padding: 0;
/* 60  */     bottom: -30px;
/* 61  */ }
/* 62  */
/* 63  */ .ngg-slideshow .slick-dots li {
/* 64  */     margin: 0;
/* 65  */ }
/* 66  */
/* 67  */ .ngg-slideshow .slick-dots li button {
/* 68  */     margin: 0;
/* 69  */ }
/* 70  */
/* 71  */ .ngg-slideshow .slick-dots li button:before {
/* 72  */     font-size: 8px;
/* 73  */     color: #888;
/* 74  */     opacity: .5;
/* 75  */     cursor: pointer;
/* 76  */ }
/* 77  */
/* 78  */ .ngg-slideshow .slick-dots li.slick-active button:before {
/* 79  */     opacity: 1;
/* 80  */     color: #555;
/* 81  */ }
/* 82  */
/* 83  */ .slideshowlink {
/* 84  */     margin: -34px auto 50px;
/* 85  */     text-align: center;
/* 86  */     text-transform: uppercase;
/* 87  */ }
/* 88  */
/* 89  */ .slideshowlink a {
/* 90  */     font-size: 13px;
/* 91  */     letter-spacing: .75px;
/* 92  */     cursor: pointer;
/* 93  */     text-decoration: none;
/* 94  */     box-shadow: none;
/* 95  */     border: none;
/* 96  */ }
/* 97  */
/* 98  */ .slideshowlink a:hover {
/* 99  */     text-decoration: none !important;
/* 100 */     box-shadow: none !important;

/* ngg_basic_slideshow.css */

/* 101 */     border: none !important;
/* 102 */ }
/* 103 */
/* 104 */ @media (max-width: 600px) {
/* 105 */     .ngg-slideshow .ngg-gallery-slideshow-image {
/* 106 */         height: 400px !important;
/* 107 */     }
/* 108 */ }
/* 109 */
/* 110 */ @media (max-width: 450px) {
/* 111 */     .ngg-slideshow .ngg-gallery-slideshow-image {
/* 112 */         height: 300px !important;
/* 113 */     }
/* 114 */
/* 115 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* et-core-unified-17620771288355.min.css */

/* 1 */ .woocommerce #respond input#submit,.woocommerce-page #respond input#submit,.woocommerce #content input.button,.woocommerce-page #content input.button,.woocommerce-message,.woocommerce-error,.woocommerce-info{background:#7EBEC5!important}#et_search_icon:hover,.mobile_menu_bar:before,.mobile_menu_bar:after,.et_toggle_slide_menu:after,.et-social-icon a:hover,.et_pb_sum,.et_pb_pricing li a,.et_pb_pricing_table_button,.et_overlay:before,.entry-summary p.price ins,.woocommerce div.product span.price,.woocommerce-page div.product span.price,.woocommerce #content div.product span.price,.woocommerce-page #content div.product span.price,.woocommerce div.product p.price,.woocommerce-page div.product p.price,.woocommerce #content div.product p.price,.woocommerce-page #content div.product p.price,.et_pb_member_social_links a:hover,.woocommerce .star-rating span:before,.woocommerce-page .star-rating span:before,.et_pb_widget li a:hover,.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,.et_pb_gallery .et_pb_gallery_pagination ul li a.active,.wp-pagenavi span.current,.wp-pagenavi a:hover,.nav-single a,.posted_in a{color:#7EBEC5}.et_pb_contact_submit,.et_password_protected_form .et_submit_button,.et_pb_bg_layout_light .et_pb_newsletter_button,.comment-reply-link,.form-submit .et_pb_button,.et_pb_bg_layout_light .et_pb_promo_button,.et_pb_bg_layout_light .et_pb_more_button,.woocommerce a.button.alt,.woocommerce-page a.button.alt,.woocommerce button.button.alt,.woocommerce-page button.button.alt,.woocommerce input.button.alt,.woocommerce-page input.button.alt,.woocommerce #respond input#submit.alt,.woocommerce-page #respond input#submit.alt,.woocommerce #content input.button.alt,.woocommerce-page #content input.button.alt,.woocommerce a.button,.woocommerce-page a.button,.woocommerce button.button,.woocommerce-page button.button,.woocommerce input.button,.woocommerce-page input.button,.et_pb_contact p input[type="checkbox"]:checked+label i:before,.et_pb_bg_layout_light.et_pb_module.et_pb_button{color:#7EBEC5}.footer-widget h4{color:#7EBEC5}.et-search-form,.nav li ul,.et_mobile_menu,.footer-widget li:before,.et_pb_pricing li:before,blockquote{border-color:#7EBEC5}.et_pb_counter_amount,.et_pb_featured_table .et_pb_pricing_heading,.et_quote_content,.et_link_content,.et_audio_content,.et_pb_post_slider.et_pb_bg_layout_dark,.et_slide_in_menu_container,.et_pb_contact p input[type="radio"]:checked+label i:before{background-color:#7EBEC5}a{color:#7EBEC5}#top-header,#et-secondary-nav li ul{background-color:#7EBEC5}.et_header_style_centered .mobile_nav .select_page,.et_header_style_split .mobile_nav .select_page,.et_nav_text_color_light #top-menu>li>a,.et_nav_text_color_dark #top-menu>li>a,#top-menu a,.et_mobile_menu li a,.et_nav_text_color_light .et_mobile_menu li a,.et_nav_text_color_dark .et_mobile_menu li a,#et_search_icon:before,.et_search_form_container input,span.et_close_search_field:after,#et-top-navigation .et-cart-info{color:#666666}.et_search_form_container input::-moz-placeholder{color:#666666}.et_search_form_container input::-webkit-input-placeholder{color:#666666}.et_search_form_container input:-ms-input-placeholder{color:#666666}#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a,.et_color_scheme_red #top-menu li.current-menu-ancestor>a,.et_color_scheme_red #top-menu li.current-menu-item>a,.et_color_scheme_pink #top-menu li.current-menu-ancestor>a,.et_color_scheme_pink #top-menu li.current-menu-item>a,.et_color_scheme_orange #top-menu li.current-menu-ancestor>a,.et_color_scheme_orange #top-menu li.current-menu-item>a,.et_color_scheme_green #top-menu li.current-menu-ancestor>a,.et_color_scheme_green #top-menu li.current-menu-item>a{color:#7CBEC6}#main-footer{background-color:#2e2e2e}#main-footer .footer-widget h4{color:#7EBEC5}.footer-widget li:before{border-color:#7EBEC5}@media only screen and (min-width:981px){.et-fixed-header#top-header,.et-fixed-header#top-header #et-secondary-nav li ul{background-color:#7EBEC5}.et-fixed-header #top-menu a,.et-fixed-header #et_search_icon:before,.et-fixed-header #et_top_search .et-search-form input,.et-fixed-header .et_search_form_container input,.et-fixed-header .et_close_search_field:after,.et-fixed-header #et-top-navigation .et-cart-info{color:#666666!important}.et-fixed-header .et_search_form_container input::-moz-placeholder{color:#666666!important}.et-fixed-header .et_search_form_container input::-webkit-input-placeholder{color:#666666!important}.et-fixed-header .et_search_form_container input:-ms-input-placeholder{color:#666666!important}.et-fixed-header #top-menu li.current-menu-ancestor>a,.et-fixed-header #top-menu li.current-menu-item>a{color:#7CBEC6!important}}@media only screen and (min-width:1350px){.et_pb_row{padding:27px 0}.et_pb_section{padding:54px 0}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px}.et_pb_section.et_pb_section_first{padding-top:inherit}.et_pb_fullwidth_section{padding:0}}h1,h2,h3,h4,h5,h6{font-family:'Francois One',Helvetica,Arial,Lucida,sans-serif}body,input,textarea,select{font-family:'Ubuntu',Helvetica,Arial,Lucida,sans-serif}@media only screen and (min-width:981px){.et_pb_slider,.et_pb_slider .et_pb_container{height:725px!important}.et_pb_slider,.et_pb_slider .et_pb_slide{max-height:725px}.et_pb_slider .et_pb_slide_description{position:relative;top:25%;padding-top:0!important;padding-bottom:0!important;height:auto!important}}.et_pb_divider_0:before{border-top-color:#d6d6d6}.et_pb_blurb_0 .et_pb_main_blurb_image .et_pb_image_wrap{max-width:100%}.et_pb_blurb_1 .et_pb_main_blurb_image .et_pb_image_wrap{max-width:100%}.et_pb_blurb_2 .et_pb_main_blurb_image .et_pb_image_wrap{max-width:100%}.et_pb_blurb_3 .et_pb_main_blurb_image .et_pb_image_wrap{max-width:100%}.et_pb_divider_1:before{border-top-color:#d6d6d6}.et_pb_image_0{margin-left:0}.et_pb_divider_2:before{border-top-color:#d6d6d6}.et_pb_image_1{margin-left:0}.et_pb_divider_3:before{border-top-color:#d6d6d6}.et_pb_divider_4:before{border-top-color:#d6d6d6}.et_pb_slider .et_pb_slide_0{background-color:#ffffff}.et_pb_slider .et_pb_slide_1{background-color:#ffffff}.et_pb_slider .et_pb_slide_2{background-color:#ffffff}.et_pb_slider .et_pb_slide_3{background-color:#ffffff}.et_pb_slider .et_pb_slide_4{background-color:#ffffff}@media only screen and (min-width:768px) and (max-width:980px){.et_pb_divider_0{display:none!important}.et_pb_divider_1{display:none!important}.et_pb_divider_2{display:none!important}.et_pb_divider_3{display:none!important}.et_pb_divider_4{display:none!important}}@media only screen and (max-width:767px){.et_pb_divider_0{display:none!important}.et_pb_divider_1{display:none!important}.et_pb_divider_2{display:none!important}.et_pb_divider_3{display:none!important}.et_pb_divider_4{display:none!important}}
