/*
* Custom CSS for Fire Island Site
*
*/
/* GLOBAL
----------------------------------------------------- */
body {
    font-family: 'Crimson Text', serif !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4
h5,
.h5
h6,
.h6 {
    font-family: 'Josefin Sans', sans-serif !important;
}

body a {
    color: #2eafa2;
    transition: color .25s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: #26485a;
    text-decoration: none!important;
}

.progo-btn-default {
    display: block;
    text-align: center;
    width: 100%;
    font-family: 'Josefin Sans',sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
    position: relative;
    transition: all .25s ease-in-out;
    background: #2eafa2;
    padding: 15px 25px;
    border: 1px solid #2eafa2;
    border-radius: 5px;
    transition: all .25s ease-in-out;
}

.progo-btn-default:hover {
    color: #2eafa2;
    background: #fff;
}

.progo-btn-default:focus,
.progo-btn-default:active {
    box-shadow: none;
}

strong {
    font-weight: bold;
}

.font-cursive {
    font-family: 'Playlist' !important;
}

.font-josefin {
    font-family: 'Josefin Sans', sans-serif !important;
}

.font-crimson {
    font-family: 'Crimson Text', serif !important;
}

.main-content p {
    color: #747e86!important;
    font-size: 18px!important;
    line-height: 30px!important;
    margin-bottom: 26px!important;
}

/* HEADER
------------------------------------------------------ */
.header-line-before,
.header-line-after {
    display: none;
}

.home .header-line-before,
.home .header-line-after {
    display: none;
}

.navigation nav.navbar {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.navigation2 {
    padding: 0px 0;
}

.navigation2 h1.site-title {
    font-family: 'Tungsten-Semibold' !important;
    font-size: 40px;
    line-height: normal;
    letter-spacing: 2px;
    color: #274859;
    text-transform: uppercase;
    margin-bottom: 0;
}

.navigation .navbar-brand {
    padding: 0 15px;
}

.navigation .navbar-brand,
.navigation2 .navbar-brand {
    margin: 0;
    padding: 0 15px;
}

.navigation ul.navbar-nav > li.menu-item, 
.navigation2 ul.navbar-nav > li.menu-item {
    padding: 0 25px;
}

.navigation ul.navbar-nav > li.menu-item a.nav-link{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 18px 0;
    border-bottom: 0px solid transparent;
}

.navigation2 ul.navbar-nav > li.menu-item a.nav-link{
	font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.4px;
	color: #274859 !important;
	text-transform: uppercase;
    padding: 0 0 18px 0;
    border-bottom: 0px solid transparent;
}

.navigation2 ul.navbar-nav > li.menu-item a.nav-link {
    padding: 0;
    color: #274859!important;
}

.navigation2 ul.navbar-nav > li.menu-item a.nav-link {
    color: #274859;
}

.navigation ul.navbar-nav > li.menu-item a.nav-link:hover,
.navigation2 ul.navbar-nav > li.menu-item a.nav-link:hover {
    border-bottom: 0px solid rgba(255, 255, 255, .5);
}

.navigation a.mobile-search-link {
    color: #fff;
    font-size: 30px;
}

.navbar-toggler {
    padding: .25rem 0;
}

.navigation nav.navbar .header-line-before,
.navigation nav.navbar .header-line-after {
    background: rgba(255, 255, 255, .5);
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
}

.navigation .navbar-collapse {
    padding-bottom: 45px;
}

.navigation nav.navbar .header-line-before {
    right: 0;
}

.navigation nav.navbar .header-line-after {
    left: 0;
}

/* MOBILE NAVIGATION
----------------------------------------------------- */
.mobile-menu-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    background: #274859;
    height: 100%;
    right: -100%;
    z-index: 1050;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 15px;
    display: none;
}

ul.navbar-nav.mobile-menu {
    display: block;
    margin: 0 22px;
}

.mobile-branding {
    position: relative;
    margin: 20px 0 40px 5px;
}

a.mobile-navbar-brand {
    font-family: 'Tungsten-Semibold';
    color: #fff;
    text-transform: uppercase;
    line-height: 39px;
    letter-spacing: .65px;
    font-size: 32px;
}

.mobile-menu-close-btn {
    position: absolute;
    top: -25px;
    right: 0;
}

a.mobile-menu-close-btn-link {
    font-size: 50px;
    color: #fff;
}

ul.navbar-nav.mobile-menu,
ul.navbar-nav.mobile-menu2 {
    display: block;
    margin: 0 0 0 0;
}

ul.navbar-nav.mobile-menu2 {
    margin: 30px 22px 0 0;
}

ul.navbar-nav.mobile-menu > li.menu-item a.nav-link {
    font-weight: normal;
    text-transform: none;
    font-size: 22px;
    border-bottom: 1px solid #385666;
    padding: 16px 0;
    position: relative;
    color: #fff !important;
}

ul.navbar-nav.mobile-menu > li.menu-item:first-child a.nav-link {
    border-top: 1px solid #385666;
}

ul.navbar-nav.mobile-menu > li.menu-item a.nav-link:after {
    content: '';
    width: 20px;
    height: 25px;
    display: block;
    background: url(../images/mobile-menu-arrow.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.navbar-nav.mobile-menu2 > li.menu-item a.nav-link {
    color: #fff;
    color: rgba(255, 255, 255, .4);
    font-size: 15px;
    text-transform: none;
    font-weight: normal;
    padding: 3px 0;
    border: none;
}

ul.navbar-nav.mobile-menu2 > li.menu-item a.nav-link:hover {
    border: none;
    color: #fff!important;
}

.mobile-search {
    margin: 35px 22px;
}

.mobile-search .progo-search-form label {
    width: 100%;
}

.progo-search-form .search-form {
    position: relative;
}

.mobile-search .progo-search-form input[type="search"] {
    background: none;
    width: 100%;
}

.progo-search-form .screen-reader-text {
    display: none;
}

.mobile-search .progo-search-form .search-submit {
    background: transparent url(https://fireisland.com/wp-content/themes/fireisland/assets/images/search.png) no-repeat right center / 20px auto;
}

.mobile-social-icons {
    margin: 0 15px 0;
}

.progo-search-form .search-submit {
    background: transparent url(https://fireisland.com/wp-content/themes/fireisland/assets/images/search.png) no-repeat right center;
    border: medium none;
    padding: 5px 0;
    position: absolute;
    right: 0;
    text-indent: -5555555px;
    top: -7px;
    width: 25px;
    background-size: 16px;
    cursor: pointer;
}

ul.menu.mobile-social-links.list-unstyled.list-inline {
    text-align: center;
    margin: 60px 0;
}

.mobile-social-icons .mobile-social-links i.fa {
    color: #fff;
    font-size: 36px;
}

.mobile-social-icons li.mobile-social-link {
    margin: 0 22px 0 0;
}

.progo-search-form .screen-reader-text {
    display: none;
}
.desktop-search-form.progo-search-form .search-field {
  max-width: 1px;
  transition: all 0.5s ease 0.5s;
    padding: 6px 15px!important;
    background: none;
    border-color: transparent !important;
}
.desktop-search-form.progo-search-form.open-search .search-field {
    max-width: 200px;
    border-color: #99a9b1!important;
}
.desktop-search-form input.search-submit{
    background-position: center center;
    top: 1px;
}
.desktop-search-form {
    margin-top: -4px;
    position: relative;
}
.desktop-search-form .triger{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.desktop-search-form.open-search .triger{
    display: none;
}
.home .desktop-search-form {
    margin-top: -22px;
}
.home .desktop-search-form .search-field{
    color: #fff;
    border-color: transparent !important;
}
.home .desktop-search-form.open-search .search-field {
  border-color: #fff !important;
  max-width: 200px;
}
.home .desktop-search-form input.search-submit {
    top: 0;
    right: 6px;
    background: transparent url(https://fireisland.com/wp-content/themes/fireisland/assets/images/search.png) no-repeat right center / 16px auto;
}
.home .progo-search-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 18px;
}

.home .progo-search-form ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-size: 18px;
}

.home .progo-search-form :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-size: 18px;
}

.home .progo-search-form :-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: 18px;
}
.arrive-frame{
    width: 100%;
}




/* JUMBOTRON
------------------------------------------------------ */
.jumbotron {
    position: relative;
    border-radius: 0!important;
    margin: 0;
}

/* ACCORDION
------------------------------------------------------------ */
.progo-accordion .card {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.progo-accordion .card .card-header {
    border: none;
    background: transparent;
    padding: .5rem 0;
    border-top: 1px solid #e7e7ea;
}

.progo-accordion .card .card-body {
    border-top: 1px solid #e7e7ea;
}

.progo-accordion .card .card-header .accordion-title {
    margin: 0;
}

.progo-accordion .card .card-header .accordion-title a {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-family: 'Josefin Sans',sans-serif;
    color: #26485a;
}

.progo-accordion .card .card-header .accordion-title a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #26485a;
    font-size: 26px;
    position: absolute;
    top: -10px;
    left: 0;
}

.progo-accordion .card .card-header .accordion-title a:not(.collapsed):before {
    content: "\f107";
}

.progo-accordion .card:last-child .card-header {
    border-bottom: 1px solid #e7e7ea;
}

.progo-accordion .card:last-child .card-body {
    border-top: 0;
}

/* FIGURE
------------------------------------------------------- */
figcaption.figure-caption {
    color: #747e86;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    margin-top: 7px;
}

.text-dark {
    color: #274859 !important;
}

.text-none {
    text-decoration: none !important;
}

/* FORM
------------------------------------------------------- */
.progo-search-form .btn {
    order: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.progo-search-form input[type="search"] {
    /*background: #fff url(../images/search.png) no-repeat right center;
    background-size: 15px 15px;*/
    padding: 0px 15px;
    border-bottom: 1px solid #99a9b1!important;
    border: none;
    border-radius: 0;
    color: #99a9b1;
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
}

.progo-search-form input[type="search"]:focus {
    box-shadow: none;
}

.progo-search-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #747e86;
    color: rgba(116, 126, 134, .35);
    font-size: 18px;
}

.progo-search-form ::-moz-placeholder { /* Firefox 19+ */
    color: #747e86;
    color: rgba(116, 126, 134, .35);
    font-size: 18px;
}

.progo-search-form :-ms-input-placeholder { /* IE 10+ */
    color: #747e86;
    color: rgba(116, 126, 134, .35);
    font-size: 18px;
}

.progo-search-form :-moz-placeholder { /* Firefox 18- */
    color: #747e86;
    color: rgba(116, 126, 134, .35);
    font-size: 18px;
}

/* CAROUSEL
-------------------------------------------------------- */
.progo-carousel {
    cursor: pointer;
}

.progo-carousel.carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
    background: #34afa2;
    padding-left: 15px;
    padding-right: 15px;
}

.progo-carousel.carousel .carousel-caption span.house-price {
    font-size: 21px;
    font-weight: 600;
    font-family: 'Josefin Sans',sans-serif;
    line-height: 28px;
}

.progo-carousel.carousel .progo-carousel-control {
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.progo-carousel.carousel a.progo-carousel-control i.fa:before {
    font-size: 50px;
}

.progo-carousel:hover .progo-carousel-control {
    opacity: 1;
}

.grey-bg {
  background: #f9f9f9;
  margin: auto;
  padding-bottom: 150px;
    padding-top: 40px;
}

/*.woocommerce ul.products li.product {
  margin: 0;
  padding: 15px;
  position: relative;
  width: 33.3333%;
}
 
.woocommerce ul.products li.product h2 {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
    font-size: 24px!important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 44px;
    color: #fff;
    font-family: "Josefin Sans",sans-serif;
}
.woocommerce ul.products li.product.first {
  clear: none;
}
.woocommerce ul.products li.product h2 mark{
    display: none;
}
*/

/* FOOTER
------------------------------------------------------- */
.footer {
    background: #2a363a;
    padding:40px 0 60px;
    clear: left;
}

.footer-widgets1,
.footer-widgets2,
.footer-widgets3 {
    border-right: 1px solid #404a4e;
}

.footer-widgets1 {
    border-left: 1px solid #404a4e;
    padding-left: 22px;
}
.footer .footer-navbar-brand{
    cursor: default;
}
.footer .footer-navbar-brand img.img-fluid.mx-auto.d-block {
    position: relative;
    top: -80px;
    margin-top: -50px;
    background: #2a363a;
    border: 1px solid #2a363a;
    border-radius: 100%;
    padding: 8px;
}

.footer p.welcome-text {
    font-size: 20px;
    font-family: 'Josefin Sans',sans-serif;
    color: #ffffff;
    color: rgba(255, 255, 255, .3);
    line-height: 28px;
    text-align: right;
    margin-right: -45px;
}
.footer .top-footer .col-lg-4:last-child p.welcome-text {
  margin-left: -45px;
  margin-right: 0;
  text-align: left;
}
.footer h4.widgettitle {
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    font-weight: normal;
}

.footer .menu.footer-links li.footer-link {
    font-family: 'Josefin Sans',sans-serif;
    font-size: 18px;
    line-height: 36px;
}

.footer .menu.footer-links li.footer-link a {
    color: #979b9c;
}

.footer .menu.footer-links li.footer-link a:hover {
    color: #fff;
}

.footer  .footer-social-link i.fa {
    color: #fff;
    font-size: 36px;
}

.footer li.footer-social-link {
    margin: 0 19px 0 0;
}

.footer .about p {
    color: #979b9c;
    font-family: 'Josefin Sans',sans-serif;
    font-size: 13px;
    max-width: 220px;
}

.footer-copyright {
    margin: 95px 0;
    border-top: 1px solid #404a4e;
    padding: 15px 0;
}

.footer-copyright p.copyright-text {
    color: #fff;
    color: rgba(255, 255, 255, .2);
    font-family: 'Josefin Sans',sans-serif;
    font-size: 13px;
    line-height: 32px;
}

.footer-copyright-menu {
    text-align: right;
}

.footer-copyright-menu li a {
    color: #fff;
    color: rgba(255, 255, 255, .2);
    font-family: 'Josefin Sans',sans-serif;
    font-size: 13px;
    line-height: 32px;
    padding: 0;
}

.footer-copyright-menu li a:after {
    content: '';
    height: 10px;
    width: 1px;
    display: inline-block;
    background: rgba(255, 255, 255, .2);
    margin-left: 15px;
}

.footer-copyright-menu li:last-child a:after {
    display: none;
}

/* Mobile Search
------------------------------------------------------- */
.progo-mobile-search .modal-dialog {
    min-height: -webkit-calc(100vh - 60px);
    min-height: -moz-calc(100vh - 60px);
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
}

.progo-mobile-search .progo-search-form input[type="search"] {
    font-size: 30px;
}

.entry-content p:empty {
    display: none;
}

.footer-widgets .widget {
    border-right: 1px solid #404a4e;
    float: left;
    width: 33.3333%;
    padding: 0 25px;
}

.footer-widgets .widget:first-child {
    border-left: 1px solid #404a4e;
}

.footer-widgets .widget ul {
    list-style: none;
    padding: 0;
}

.footer-widgets .widget ul li {
    font-family: "Josefin Sans",sans-serif;
    font-size: 18px;
    line-height: 36px;
}

.footer-widgets .widget ul li a {
    color: #979b9c !important;
    padding: 0;
}

.footer-widgets .widget ul li a:hover {
    color: #fff !important;
}

.footer-copyright-menu .menu-item {
    display: inline-block;
}

.footer-copyright-menu .menu-item:not(:last-child) {
    margin-right: 0.5rem;
}

.footer-copyright-menu .menu-item a {
    color: rgba(255, 255, 255, 0.2) !important;
    font-family: "Josefin Sans",sans-serif;
    font-size: 13px;
    line-height: 32px;
    padding: 0;
}

.footer-copyright-menu .menu-item a:after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 15px;
    width: 1px;
}
.blog-posts .entry-content, .related-articles .entry-content {
  margin-top: 25px;
}
.blog-posts .featured-image{
    max-height: 240px;
    overflow: hidden;
}

.single-post .progo-trip-banner .jumbotron-content h1.sub-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 54px;
    text-transform: uppercase;
    max-width: none;
    text-align: center;
}
.progo-carousel-banner {
  min-height: 50px;
}

.post-pagination {
	text-align: center;
    display: inline-block;
    width: 100%;
}
.post-pagination .pagination {
  display: inline-block;
    width: 100%;
  text-align: center;
}
.post-pagination .pagination li {
  display: inline-block;
}
.post-pagination ul li a,
.post-pagination ul li span {
	width: 40px;
	height: 40px;
	color: #000000;
	font-size: 16px;
	margin: 0 2px;
	font-weight: 600;
	padding: 10px 5px 8px 5px;
    display: block;
	border-color: #fff;
	border-radius: 50% !important;
     transition: color 0s ease-in-out 0s;
}
.post-pagination ul li a:hover {
	background: #34afa2;
	border-color: #fff;
    color: #fff;
}
.post-pagination ul li.prev a:hover, .post-pagination ul li.next a:hover{
    background: none;
    color: #000000;
}
.post-pagination ul li.active > a,
.post-pagination ul li.active > span {
	background: #34afa2 ;
	color: #fff;
}
.post-pagination .prev a,
.post-pagination .next a,
.post-pagination .prev span,
.post-pagination .next span {
	font-size: 25px !important;
	font-weight: 400;
	line-height: 1;
}
.related-articles .featured-image img {
  min-height: 150px;
}
.progo-detail1 .main-content img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.shop-banner.progo-trip-banner .jumbotron-content h1.sub-title {
  max-width: none;
}

/* ADDITIONAL CSS - DO NOT REMOVE
------------------------------------------------------ */
/*** [ Edits 08.21.18 ] ***/
.seperator {
 border-bottom: 1px solid #131e3a!important;
}

/*** [ Edits 08.22.18 ] ***/
/* WooCommerce Checkout Page */

.woocommerce-info {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    border-top-color: #274859;
    color: #274859;
}

.woocommerce-info::before {
    color: #2eafa2;
}

.woocommerce form.checkout_coupon p, 
.woocommerce form.login p,
.woocommerce form.register p {
    font-size: 18px;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info{
    margin: 0;
}

.woocommerce form.login, 
.woocommerce form.checkout_coupon {
    padding: 1em 2em;
    margin: 0 0 2em 0;
    border: none;
    background: #f7f6f7;
    border-top: 3px solid #274859;
    border-radius: 0;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #274859;
    padding: 15px 0 5px;
    background: transparent;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
}

.woocommerce button.button {
    display: block;
    width: auto;
    padding: 10px 40px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: .2em 0;
    transition: all .25s ease-in-out;
}

.woocommerce button.button:hover {
    background: #274859;
    color: #fff;
}

.woocommerce form .form-row label.inline {
    display: block;
    width: 100%;
    line-height: 1.2em;
}

.woocommerce-form-coupon-toggle {
    margin-top: 2em;
}

form.checkout.woocommerce-checkout {
    margin-top: 2em;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label, span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    font-size: 18px;
    line-height: 1em;
    margin: 0;
}

.woocommerce-checkout h3 {
    font-size: 30px;
    margin-bottom: 1.3em;
}

.woocommerce form .form-row {
    padding: 0 15px 0 0;
    margin: 0 0 30px;
}

form.woocommerce-checkout .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
    border-bottom: 2px solid #274859;
    font-size: 18px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    height: 43px;	
}
form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 1.3em;
    padding: 10px 0 10px;
}
form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #2eafa2 transparent transparent transparent;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    height: 0;
    left: 50%;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 0;
}
.review-order-wrapper {
    border: 3px solid #274859;
    border-radius: 5px;
    padding: 15px;
    background: #f7f6f7;
}
.woocommerce .review-order-wrapper table.shop_table {
    border: none !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    display: block;
    width: 100%;
    background: #2eafa2;
}
.woocommerce table.shop_table th {
    font-family: 'Josefin Sans',sans-serif;
    font-size: 14px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
}
.woocommerce-checkout .review-order-wrapper h3 {
    margin-bottom: 0.3em;
}
.gform_wrapper {
  background: #f4f4f4;
  border-top: 5px solid #2eafa2;
  display: inline-block;
  padding: 0 0 21px 15px;
  position: relative;
  width: 100%;
}
.gform_wrapper .gform_body {
  position: relative;
}
.gform_wrapper .gform_body .left-field{
    float: left;
    width: 50%;
}
.gform_wrapper .gform_body .right-field{
    float: right;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}
.gform_button.button {
    background: #2eafa2;
    border: 1px solid #2eafa2;
    border-radius: 5px;
    color: #fff;
    font-family: "Josefin Sans",sans-serif;
    font-size: 18px!important;
    font-weight: 600;
    line-height: 32px;
    padding:5px 30px ;
    position: relative;
    text-align: center;
    transition: all 0.25s ease-in-out 0s;
    cursor: pointer;
    margin-top: 30px!important;
}
.gform_button.button:hover{
    color: #2eafa2;
    background: #fff;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
    border-radius: 4px;
    padding: 10px 10px;
    border: 1px solid #ccc;
}
.gform_wrapper textarea{
    border-radius: 4px;
    padding: 10px 10px;
    border: 1px solid #ccc;
}
label.gfield_label {
    margin-bottom: 0;
}
body .gform_wrapper textarea.medium {
    height: 204px;
}
.search-listings {
  display: inline-block;
  padding: 0;
  width: 100%;
}
.search-listings li {
    float: left;
    width: 50%;
    list-style: none;
    margin-bottom: 50px;
}
.search-listings li:nth-child(odd) {
    clear: left;
    padding-right: 40px;
}
.search-listings li .image-cont{
    float: left;
    width: 30%;
}
/*.search-listings li .content{
    float: left;
    width: 70%;
}*/
.search-listings li img{
    max-width: 100%;
    height: auto;
    padding-right: 30px;
}

/*** [ Edits 08.23.18 ] ***/

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: auto;
}

.woocommerce .cart .coupon .button {
    width: auto;
    float: left;
    margin: 0;
}

.woocommerce .cart .button {
    float: right;
}


.post-comment-form form {
    position: relative;
    padding: 0 0 0 100px;
}

.post-comment-form .comment-form-avtar img {
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.comment-form p {
    margin-bottom: 5px;
}
.comment-form p.comment-notes {
  display: none;
}
.comment-form input {
    background:#eeeff0!important;
    border: none;
    border-radius: 35px;
    color: #7e7f83;
    font-family: "Roboto",sans-serif !important;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    padding: 15px 10px 15px 30px;
    text-align: left !important;
    width: 100%;
}

.comment-form textarea {
    background:#eeeff0!important;
    border-radius: 25px;
    box-shadow: none;
    border: none;
    padding: 14px 20px;
    max-height: 55px;
    width: 100%;
    resize: none;
    height: auto;
    line-height: normal;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.comment-form input.submit {
    background: #2eafa2!important;
    border-radius: 35px;
    color: #fff;
    font-family: "Roboto Condensed",sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    padding: 15px 30px;
    text-transform: uppercase;
    width: auto;
    margin-top: 25px;
    cursor: pointer;
}

.comment-form input.submit:hover {
    opacity: 0.8;
}
.comment-respond .comment-reply-title{
    color: #212224;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.post-comment-list {
    position: relative;
    font-size: 13px;
    font-weight: normal;
    color: #242a3d;
    margin: 0 0 90px;
}
.post-comment-list {
  padding: 50px 0;
}
.post-comment-list a {
    color: #929399;
}

.post-comment-list a:hover {
    text-decoration: underline;
}

.post-comment-list h6 {
    font-size: 14px;
    margin: 0;
}

.post-comment-list h6 a {
    color: #345fd9;
}

.post-comment-list h6 span {
    color: #929399;
    display: inline-block;
    padding: 0 0 0 15px;
    font-weight: 400;
}

.post-comment-list p {
    margin: 0;
}

.post-comment-list ul {
    margin: 0;
    padding: 0;
}

.post-comment-list ul ul {
    padding-top: 35px;
}

.post-comment-list ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 35px 100px;
    position: relative;
    min-height: 70px;
}

.post-comment-list ul li .says {
    display: none;
}

.comment-reply-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}

.post-comment-list ul li .comment-author.vcard {
    display: inline-block;
    margin-right: 15px;
}

.post-comment-list ul li .comment-metadata {
    display: inline-block;
    color: #a7a8ae;
    font-size: 12px;
    margin-left: 20px;
}

.post-comment-list ul li .comment-author.vcard .fn,
.post-comment-list ul li .comment-author.vcard .fn a {
    color: #46a59f;
    font-size: 18px;
    font-weight: 500;
}

.post-comment-list .comment-author img.avatar {
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.post-comment-list .comment-content{
    padding-top: 15px;
}
.post-comment-list .comment-content p {
    font-size: 16px;
    line-height: 20px;
}
.post-comment-list .reply a {
  color: #a7a8ae;
  font-size: 12px;
  margin-top: 20px;
}

/*** [Edits 08.24.18] ***/
h3#ship-to-different-address {
    font-size: 18px;
    font-weight: 700;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    max-width: 100%;
}

.woocommerce .woocommerce-checkout-payment .woocommerce-terms-and-conditions, 
.woocommerce-page .woocommerce-checkout-payment .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 0;
    height: auto;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions .progo-content1 {
    padding: 0;
    max-width: none;
    top: 0;
}

.woocommerce-terms-and-conditions .progo-content1 .section-content h1.title, 
.woocommerce-terms-and-conditions .progo-content1 .section-content h3 {
    font-size: 24px;
}

.woocommerce-terms-and-conditions .progo-content1 .section-content p.content-text {
    font-size: 14px;
    line-height: 24px;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
    float: none;
    display: block;
    text-align: left;
}
.progo-shop-detail{
    top: 0!important;
}
.progo-shop-detail .woocommerce div.product p.price, .progo-shop-detail .woocommerce div.product span.price {
  color: #77a464;
  font-size: 50px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #27afa3;
  color: #fff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #178178;
  color: #fff;
}
.product-template-default .navigation2 {
  border-bottom: 5px solid #274859;
}
.navbar{
    padding: 1rem;
}
.progo-shop-detail .quantity input.qty {
  border: 1px solid #e4e5e7;
  border-radius: 2px;
  height: 44px;
  width: 54px;
    margin-right: 10px;
}
.progo-shop-detail .single_add_to_cart_button.button.alt {
  height: 44px;
  margin-top: 0;
  padding: 7px 40px 5px;
}
.progo-shop-detail .product_title.entry-title {
  color: #274859;
}
.woocommerce-page {
  color: #666;
}
.related.products {
  display: inline-block;
  margin-top: 25px;
  width: 100%;
}
.related.products h2{
    color: #274859;
    position: relative;
    margin-bottom: 25px;
}
.related.products h2:before {
  background-color: #2eafa2;
  content: "";
  display: block;
  height: 5px;
  margin-bottom: 22px;
  max-width: 70px;
  width: 100%;
}
.related.products .woocommerce-loop-product__title {
  color: #274859;
  font-size: 18px !important;
}
.related.products .woocommerce-loop-product__title::before {
  display: none;
}
.woocommerce ul.products li.product .price {
  font-size: 22px;
}
.woocommerce div.product form.cart .variations select {
  background: #747e87;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  margin-bottom: 12px;
  padding: 5px 7px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    font-size: 40px;
}
.slick-slider{
    overflow: hidden;
}
.slick-list{
    padding: 0!important;
    margin: 0 -30px;
}
.single-post .progo-intro2.progo-trip-banner {
  min-height: auto;
}
.main-content figure {
    width: 100% !important;
}
.progo-blurb-img{
    overflow: hidden;
}
.progo-blurb-img img{
    transition:all 0.5s ease-in-out 0s;
    width: 100%;
}
.progo-blurb-img img:hover{
    transform: scale(1.1,1.1);
}
.progo-content4 .progo-slider .slide a{
    overflow: hidden;
    display: block;
}
.progo-content4 .progo-slider .slide img{
    transition:all 0.5s ease-in-out 0s;
    width: 100%;
}
.progo-content4 .progo-slider .slide img:hover{
    transform: scale(1.1,1.1);
}

.hotel-image{
    overflow: hidden;
    display: block;
}
.hotel-image img{
    transition:all 0.5s ease-in-out 0s;
    width: 100%;
}
.hotel-image img:hover{
    transform: scale(1.1,1.1);
}

.blog-posts .featured-image img{
    transition:all 0.5s ease-in-out 0s;
    height: 240px;
    object-fit: cover;
    text-align: center;
}
.blog-posts .featured-image img:hover{
    transform: scale(1.1,1.1);
}
.related-articles .featured-image{
    overflow: hidden;
}
.related-articles .featured-image img{
    transition:all 0.5s ease-in-out 0s;
}
.related-articles .featured-image img:hover{
    transform: scale(1.1,1.1);
}
.places-to-stay-blurb-img{
    overflow: hidden;
}
.places-to-stay-blurb-img img{
    transition:all 0.5s ease-in-out 0s;
}
.places-to-stay-blurb-img img:hover{
    transform: scale(1.1,1.1);
}
.progo-carousel-banner .carousel-item img {
  width: 100%;
}
.woocommerce .progo-trip-banner .jumbotron-content h1.sub-title {
  font-size: 46px;
  line-height: 50px;
}

/* Edits 12.12.18 */
.progo-tabs .nav-pills .nav-link {
    background-color: #fafafa;
    color: #666;
    padding: 15px 10px;
    border: 1px solid #dedcdc;
    border-radius: 0;
    border-bottom: 0;
    border-right: 0;
}

.progo-tabs .nav-pills .nav-link.active, 
.progo-tabs .nav-pills .show>.nav-link, 
.progo-tabs .nav-pills .nav-link:hover {
    background: #f2f2f2;
    color: #666;
}
.progo-tabs .nav-pills .nav-link:last-child {
    border-bottom: 1px solid #dedcdc;
}

.tab-content-column {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dining-content {
    margin-bottom: 30px;
}

.dining-img {
    position: relative;
}

.dining-text {
    position: relative;
    bottom: 25px;
    background: rgba(234, 234, 234, 0.55);
    width: 100%;
    padding: 10px;
    text-align: center;
}
.dining-text h4 {
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
}
.dining-img a {
    display: block;
    color: #131212;
}

.dining-img img {
    height: 200px;
}

/* MEDIA QUERY
------------------------------------------------------- */
@media (min-width: 1200px){
    .navigation > .container {
        max-width: 1120px;
    }
    .progo-carousel-banner .carousel-caption {
      left: 15px;
      right: 15px;
    }
}

@media (min-width: 992px) {
	.footer .footer-navbar-brand img.img-fluid.mx-auto.d-block {
		left:60px;
	}
}

@media (max-width: 991px) {
    
    .footer {
      padding-bottom: 0;
    }
    .footer .footer-navbar-brand img.img-fluid.mx-auto.d-block {
      margin-bottom: 32px;
      margin-top: 0;
      top: -117px;
    }
    .footer .top-footer .col-lg-4:last-child p.welcome-text {
      margin-left: 0;
        margin-top: 0;
      text-align: center;
    }
    .footer p.welcome-text {
      margin: 20px 0;
      text-align: center;
    }
    .footer-copyright {
      margin: 40px 0 0 0;
    }
    .footer-copyright p.copyright-text{
        margin-bottom: 0;
    }
    .progo-carousel-banner .carousel-caption p.carousel-text{
        display: none;
    }
    .progo-carousel-banner .carousel-caption h2.carousel-title{
        font-size: 18px;
    }
    
}

@media (max-width: 768px) {
    .search-listings li {
        width: 100%;
    }
    .search-listings li h3{
        margin-top: 15px;
    }

    .woocommerce .cart .coupon .button {
        width: 100% !important;
        float: none !important;
        margin: 5px 0;
        padding: 15px 0;
    }

    .woocommerce-checkout .progo-content1 {
        max-width: none;
        top: 0;
        padding: 15px 0;
        margin: 30px 0 120px;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        float: none;
        width: 100%;
    }

    .woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
    .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
        float: none;
        width: 100%;
    }

    .woocommerce table.shop_table th.product-total,
    .woocommerce table.shop_table td.product-total,
    .woocommerce table.shop_table tfoot td{
        text-align: center;
    }

    .woocommerce-page table.shop_table_responsive tr td::before {
        display: block;
        float: none;
    }

}

@media (max-width: 768px) {
    .progo-mobile-search .modal-dialog {
        min-height: -webkit-calc(100vh - 20px);
        min-height: -moz-calc(100vh - 20px);
        min-height: calc(100vh - 20px);
    }

    .progo-intro2.progo-trip-banner{
        min-height: inherit;
    }

    .gform_wrapper .gform_body .left-field{
        float: left;
        width: 100%;
    }

    .gform_wrapper .gform_body .right-field{
        float: right;
        width: 100%;
        position: inherit;
        top: 0;
        right: 0;
    }
    
}
.dropdown-menu li a{
color: #000 !important; padding: 2px 5px 3px 10px !IMPORTANT;
}
.dropdown-menu {
	    min-width: 14rem !important;
}

@media (max-width: 991px) {
.caret {
	margin-left: 10px !important;
}

.dropdown-menu a.nav-link {
    color: #000 !important;
    font-size: 17px !important;
    padding: 5px !important;
}
	}