/*********************/

/***** General ******/

/********************/

html {
    font-size: 18px;
    line-height: 1.5;
}

body {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    color: #526272;
}

h1 {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

h2, h3, h4 {
    font-weight: 600;
    margin-bottom: 1.5rem;
}

h5 {
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 1.5rem;
}

strong, b, .strong {
    font-weight: 700;
}

a {
    color: #e17a5e;
    text-decoration: none;
}

.btn-link {
    color: #e17a5e;
    text-decoration: none;
}

a:hover {
    color: #353535;
}

.link-no-hover:hover {
    color: inherit;
}
.link-no-color {
    color: inherit;
}

a .card:hover > .btn-primary {
    background: #353535;
    border-color: #353535;
}

a .card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn {
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 2px;
    padding: 0.75rem 2rem;
}

.btn-primary {
    background: #e17a5e;
    border-color: #e17a5e;
    box-shadow: none !important;
}

.btn-primary:hover {
    background: #353535;
    border-color: #353535;
}

.btn-primary:focus {
    background: #353535;
    border-color: #353535;
}

.btn-primary:active {
    background: #353535;
    border-color: #353535;
}

.text-primary {
    color: #e17a5e !important;
}

.text-secondary {
    color: #28724f !important;
}

.bg-primary {
    background: #e17a5e !important;
}

.bg-secondary {
    background: #28724f !important;
}

.bg-light {
    background: #94a899 !important;
}

.accordion-item {
    border: none;
}

.accordion-button {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #aaa;
    font-size: 1.1rem;
}

.accordion-button:hover, .accordion-button:not(.collapsed) {
    color: #e17a5e;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    /*height: 1.25rem;*/
    margin-right: 1rem;
    content: "+";
    background-image: none;
    background: #8c95a3;
    color: #fff;
    text-align: center;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::before {
    content: "-";
    background: #e17a5e;
}

.accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}

.accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.obj-fit {
    object-fit: cover;
}

.dark-link {
    color: #353535;
}

.dark-link:hover {
    color: #e17a5e;
}

#topbar {
    border-bottom: 1px solid #eee;
    background: #fff;
}

#topbar ul {
    padding-left: 0;
}

#topbar ul li a {
    padding: 0.8rem 0.8rem;
    display: block;
    font-size: 0.9rem;
    color: #526272;
    text-decoration: none;
}

#topbar ul li a:hover {
    color: #353535;
}

#topbar ul li {
    border-left: 1px solid rgba(219, 219, 219, 0.81);
    margin: 0;
}

#topbar ul li:first-child {
    border: none;
}

.navbar-brand {
    max-width: 200px;
}

.navbar li {
    padding-left: 1rem;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 400;
    color: #526272;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    border: 1px solid #dbe2ea;
    border-radius: 0;
    background: #f4f6f8;
    color: #747474;
}

.nav-tabs .nav-link.active {
    margin-bottom: 0;
    border: 1px solid #dbe2ea;
}

#hero {
    height: 100%;
    overflow: hidden;
}

#hero video {
    height: auto;
}

#hero-inner {
    height: auto;
}

#hero-inner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

#hero h1, #hero-inner h1 {
    font-size: 3rem;
    font-weight: 700;
    text-shadow: rgb(0 0 0 / 70%) 2px 2px 10px;
}

#hero h1:after, #hero-inner h1:after {
    content: '';
    height: 3px;
    width: 40%;
    max-width: 600px;
    background: #e17a5e;
    display: block;
    margin: 20px auto;
}
#hero .no-after:after, #hero-inner h1.no-after:after {
    background: none !important;
}

#hero-slider img {
    width: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    #hero-slider img {
        height: 15rem !important;
    }

    #hero-slider .orange-slide-text h1 {
        font-size: 2rem;
    }

    #hero-slider .orange-slide-text span {
        font-size: 0.5rem;
    }
}
@media only screen and (min-width: 600px) and (max-width: 1600px) {
    #hero-slider img {
        height: 15rem !important;
    }

    #hero-slider .orange-slide-text h1 {
        font-size: 2rem;
    }

    #hero-slider .orange-slide-text span {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 1600px) {
    #hero-slider img {
        height: 41rem !important;
    }

    #hero-slider .orange-slide-text h1 {
        font-size: 4rem;
    }

    #hero-slider .orange-slide-text span {
        font-size: 1.5rem;
    }
}

#hero-slider .orange-slide-text {
    background-color: rgba(224, 121, 92, 0.58);
}

#hero-slider .orange-slide-text span {
    font-weight: bold;
}

#hero-slider .orange-slide-text h1 {
    font-weight: 700;
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.01);
    text-shadow: none;
    margin-bottom: 0;
}

.intro {
    background: url(../img/001photoyou-2021_website-transparantie.jpeg) no-repeat;
    background-size: cover;
}

.cta img {
    margin-top: -2rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

.breads {
    background: #F5E6E3;
}

.breadcrumb a {
    color: #aaa;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #404041;
}

.photo-grid {
    background: #353535;
}

.photo-grid img {
    transition: all 1s;
}

.photo-grid img:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
}

#hero-carousel .carousel-caption {
    background: rgba(224, 121, 92, 0.58);
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding-left: 1rem;
    padding-right: 1rem;
}

#hero-carousel .carousel-caption h1 {
    font-size: 4.5rem;
    margin-bottom: 0;
}

#hero-carousel .carousel-caption p {
    font-size: 1.2rem;
    font-weight: 600;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #526272;
}

/* custom-css */

.text-primary-1 {
    color: #aaaaaa;
}

.text-primary-1:hover {
    color: #404041;
}

button.btn.btn-secondary {
    padding: 10px;
    margin: 4px;
    border-radius: 7px;
}

.bg-grey-light {
    background-color: #f1f1f1;
}

.font13 {
    font-size: 13px;
}

#restaurantsAccordion button.accordion-button.collapsed {
    /*padding: 12px 0px;*/
    border-bottom: 1px solid #dbe2ea;
}

.button_position {
    position: absolute;
    left: 35%;
    top: 43%;
}

.intro-1 {
    background: url(../img/achter-content-1.jpg) no-repeat;
    background-size: cover;
}

.carousel-caption-1 {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%
}

.social-icon {
    position: fixed;
    top: 30.4%;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    z-index: 9999;
    white-space: nowrap;
}

.social-icon li {
    padding: 0.5rem 0.8rem;
    background: #e17a5e;
    list-style-type: none;
    text-align: center;
    width: 45px;
    transition-duration: .4s;
    transition-timing-function: linear;
}

.social-icon li:hover {
    padding: 0.5rem 1rem;
    background: rgba(225, 122, 94, 0.9);
}

.social-icon:hover li {
    width: 50px;
}

.fa-instagram, .fa-twitter, .fa-facebook-f:before {
    content: "\f39e";
    color: #fff;
}

#scroll {
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0px 4px 8px 2px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px 4px 8px 2px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    background: #e17a5e;
    color: #FFFFFF;
    font-size: 25px;
    right: 70px;
    bottom: 15px;
    height: 50px;
    width: 50px;
    display: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#scroll:hover {
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0px 4px 8px 2px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px 4px 8px 2px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    background: #404041;
    color: #FFFFFF;
    font-size: 25px;
    right: 70px;
    bottom: 15px;
    height: 50px;
    width: 50px;
    display: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#scroll img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    font-size: 25px;
    border-bottom-color: #ffffff;
}

.gf-step-number {
    background: #e17a5e;
    width: 30px;
    color: white;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    font-size: 14px !important;
}

.d-flex {
    display: flex;
    align-items: center;
}

.step-form-opacity {
    opacity: .2;
}

.border-form {
    border-bottom: 1px dotted #dbe2ea;
}

#id_work_days {
    min-height: 60px;
    height: 60px;
    border: none;
    overflow: hidden;
}

#id_work_days::-moz-focus-inner {
    border: 0;
}

#id_work_days:focus {
    outline: none;
}

#id_work_days option {
    width: 135px;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    color: rgb(82, 98, 114);
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
    color: whitesmoke !important;
    background: #bf5279 !important;
}

.font18 {
    font-size: 18px;
    font-weight: 700;
}

.form-check-input:checked + .form-check-label {
    font-weight: bold;
}

label.form-check-label.ms-2 {
    font-size: 15.75px;
}

li.list-inline-item.btns.btc-s {
    background-color: #e17a5e;
}

.font-text {
    font-size: 16px !important;
    color: #fff !important;
}

.from-border-button {
    border-radius: 10px;
}

/* header-css */

.navbar li.dropdown:hover > .dropdown-menu.fusion-megamenu {
    display: flex;
}

.navbar li.dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar li.dropdown.mega {
    position: inherit;
}

.navbar ul.dropdown-menu {
    border-top: 3px solid #e17a5e;
    top: 144px;
    border-radius: 0px;
    padding: 0px;
    position: absolute !important;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 75%);
    min-width: 275px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.navbar ul.dropdown-menu li {
    padding-left: 0px;
}

.navbar ul.dropdown-menu li a {
    padding: 15px 15px;
    display: block;
    color: #526272;
    font-size: 17px;
}

.navbar ul.dropdown-menu li a:hover {
    background-color: #dbe2ea;
}

.navbar ul.fusion-megamenu li a {
    padding: 15px 34px;
    border-bottom: 1px solid #dbe2ea;
    border-right: 1px solid #dbe2ea;
}

.navbar ul.fusion-megamenu li a::before {
    content: url(../img/caret-right-fill.svg);
    margin-right: 10px;
}

.navbar li.nav-item {
    display: inline-flex;
    align-items: center;
}

.navbar .fusion-megamenu {
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.navbar ul.fusion-megamenu li {
    width: 33.33%;
}

.navbar ul.fusion-megamenu li:nth-child(3n) a {
    border-right: 0px;
}

.navbar .navbar-nav .nav-link:hover {
    color: #e17a5e;
}

.text-setting-1 {
    border-radius: 10px;
    padding: 20px;
    width: 144px;
    text-align: center;
    border: 1px solid #e4e4e4;
    font-size: 15.75px;
}

.text-setting-2 {
    border-radius: 10px;
    padding: 15px;
    width: 385px;
    font-size: 15.75px;
    line-height: 1.3;
    text-align: left;
    border: 1px solid #e4e4e4;
    background-color: #e4e4e4;
}

.d-none:checked + .text-setting-1 {
    background-color: #e1e1e1;
}

.d-none:checked + .text-setting-2 {
    background-color: #e1e1e1;
}

.navbar .dropdown-toggle::after {
    display: none;
}

rw-app-view {
    bottom: 50px;
}

/* POPUP styling */
   #popupModal .modal-content {
      background-size: cover;
      background-position: center;
      border-radius: 0;
      padding: 20px;
      text-align: center;
      min-width: 600px;
      background-color: #e17a5e;

    }
    /* Center modal text */
    #popupModal .modal-body {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border: 3px solid #e17a5e;
      margin: 2%;
      height: 100%;
      position: relative;

    }

    #popupModal #popup-btn {
        border-radius: 0;
      

    }
    #popupModal h2 {
    font-size: 60px;
    font-weight: 800;
    text-shadow: 1px 1px 2px black;
    }


@media only screen and (min-width: 768px) and (max-width: 1388px) {
    .text-setting-2 {
        border-radius: 10px;
        padding: 15px;
        width: 305px;
        font-size: 15.75px;
        line-height: 1.3;
        text-align: left;
        border: 1px solid #e4e4e4;
        background-color: #e4e4e4;
    }

    .text-setting-1 {
        border-radius: 10px;
        padding: 20px;
        width: 120px;
        text-align: center;
        border: 1px solid #e4e4e4;
        font-size: 15.75px;
    }
    
}

@media only screen and (max-width: 991px) {
    .navbar ul.fusion-megamenu li a::before {
        content: url(../img/caret-right-fill-white.svg);
        margin-right: 10px;
    }

    .navbar .dropdown-toggle::after {
        display: inline-block;
    }

    .navbar .dropdown-toggle {
        position: absolute;
        right: 30px;
        top: 0px;
        padding: 10px 20px;
    }

    .navbar li.dropdown {
        position: relative !important;
    }

    .navbar .dropdown-menu {
        background-color: #28724f;
    }

    .navbar ul.dropdown-menu.show {
        display: block !important;
    }

    .navbar ul.dropdown-menu.show li {
        width: 100%;
    }

    .navbar ul.dropdown-menu.show li a {
        border: none;
    }

    .navbar ul.dropdown-menu {
        position: static !important;
    }

    .navbar .dropdown-toggle::after {

        color: #fff;
    }

    .navbar .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        overflow: hidden;
        z-index: 99999;
    }

      /* Adjust modal content for mobile view */
    #popupModal .modal-content {
        min-width: 100%; /* Full width on mobile */
        padding: 10px; /* Reduced padding */
        min-height: 80%;
    }
    #popupModal h2 {
        font-size: 30px; /* Smaller font size for mobile */
      }
    #popup-btn {
        width: 100%; /* Full width button on mobile */
    }

    #popupModal .modal-body {
          margin: 5%;
    
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .text-setting-2 {
        border-radius: 10px;
        padding: 15px;
        width: 279px;
        font-size: 15.75px;
        line-height: 1.3;
        text-align: left;
        border: 1px solid #e4e4e4;
        background-color: #e4e4e4;
    }

    .mob-flex {
        display: flex;
        align-items: center;
    }
}

@media only screen and (min-width: 300px) and (max-width: 1120px) {
}

@media only screen and (min-width: 991px) {
    .navbar li.nav-item {
        height: 144px;
    }
}

@media only screen and (max-width: 991px) {
    .language-dropdown .dropdown-menu {
        z-index: 10;
        width: 55px !important;
        height: 120px !important;
    }

    .language-dropdown .dropdown-menu li {
        align-items: center;
        justify-content: center;
    }

    .language-dropdown,
    .language-dropdown .dropdown-menu li,
    .language-dropdown .dropdown-menu li {
        display: flex !important;
    }

    .navbar .container {
        width: 100%;
        max-width: 100%;
    }

    .navbar li.nav-item {
        width: 100%;
        display: block;
        padding-left: 0px;
    }

    .navbar .navbar-nav li.nav-item a {
        padding-left: 30px;
        color: #fff;
    }

    .navbar .navbar-nav li.nav-item a:hover, nav.navbar .navbar-nav li.nav-item a.active, nav.navbar .navbar-nav li.nav-item a:focus, nav.navbar .navbar-nav li .dropdown:hover {
        background-color: #94a899;
        color: rgba(255, 255, 255, 0.9) !important;
        opacity: inherit !important;
    }

    .navbar .navbar-nav {
        background-color: #28724f;
        margin-left: -13.5px !important;
        margin-right: -13.5px;
    }

    .navbar li.dropdown:hover > .dropdown-menu.fusion-megamenu, .navbar li.dropdown:hover > .dropdown-menu {
        display: none;
    }

    .navbar .navbar-toggler, .navbar-toggler:focus {
        border: none;
        box-shadow: none;
    }
}

@media only screen and (min-width: 300px) and (max-width: 968px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-white.py-0 .container {
        padding: 30px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-white.py-0 .container .navbar-brand img {
        max-width: 138px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 1024px) {
    .cta img {
        margin-top: -2rem;
        max-width: 100%;
        position: relative;
        z-index: 1;
    }

    .img-size {
        margin-bottom: 3rem;
    }

    .obj-fit {
        padding-left: 0px !important;
    }

    .text-padding {
        padding: 0px 50px;
    }

    #hero h1, #hero-inner h1, #hero-carousel h1 {
        font-size: 6vw;
        font-weight: 700;
        text-shadow: rgb(0 0 0 / 70%) 2px 2px 10px;
    }

    .text-hide {
        display: none;
    }

    .flex-setting {
        flex-wrap: wrap;
    }

    #topbar ul li a {
        padding: 0.8rem 0.8rem;
        display: block;
        font-size: 0.6rem !important;
        color: #526272;
        text-decoration: none;
    }
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
    .mob-flex {
        display: flex;
        align-items: center;
    }

    section.pt-4.pb-5 .container {
        max-width: 96vw;
        margin: 13px;
    }

    .text-setting-1 {
        border-radius: 10px;
        padding: 20px;
        width: 17vw;
        text-align: center;
        border: 1px solid #e4e4e4;
        font-size: 15.75px;
    }

    .text-setting-2 {
        border-radius: 10px;
        padding: 15px;
        width: 41vw;
        font-size: 15.75px;
        line-height: 1.3;
        text-align: left;
        border: 1px solid #e4e4e4;
        background-color: #e4e4e4;
    }

    #hero-inner img {
        height: 200px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 606px) {
    .text-setting-1 {
        border-radius: 10px;
        padding: 20px;
        width: 18vw;
        text-align: center;
        border: 1px solid #e4e4e4;
        margin-right: 13px;
        font-size: 15.75px;
    }

    .text-setting-2 {
        border-radius: 10px;
        padding: 15px;
        width: 43vw;
        font-size: 15.75px;
        line-height: 1.3;
        text-align: left;
        border: 1px solid #e4e4e4;
        background-color: #e4e4e4;
    }

    .mobil-inline {
        display: block !important;
    }

    .d-flex.ms-4.step-form-opacity {
        margin-left: 0 !important;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
    .mobile-setting {
        margin-left: 2px !important;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 326px) {
    .mobile-setting-1 {
        margin-left: 5px !important;
        margin-top: 5px;
    }
}

.language-dropdown .dropdown-menu {
    min-width: max-content;
}

.language-dropdown img {
    vertical-align: baseline;
}

@media only screen and (min-width: 991px) {
    .language-dropdown li {
        display: inline-block;
    }
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
    .dropdown-menu {
        background-color: white;
    }
}

@media only screen and (min-width: 0px) and (max-width: 570px) {
    .phone_numbers_dropdown {
        width: 100%;
    }
}

@media only screen and (min-width: 570px) and (max-width: 1600px) {
    .phone_numbers_dropdown {
        width: 50%;
    }
}

@media only screen and (min-width: 1600px) {
    .phone_numbers_dropdown {
        width: 25%;
    }
}

li.current {
    color: #e17a5e;
}

a.active {
    color: #e17a5e !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: inherit;
}

#restaurantsAccordion .accordion-item {
    padding-left: 1rem;
    padding-right: 1rem;
}

#restaurantsAccordion .show, #restaurantsAccordion .collapsing {
    border-bottom: 1px solid #dee2e6 !important;
}

/* The Image container */
.img-hover-zoom {
    height: 300px; /* Modify this according to your need */
    overflow: hidden; /* Removing this will break the effects */
}

.img-hover-zoom img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* Brightness-zoom Container */
.img-hover-zoom--brightness img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(100%);
}

/* The Transformation */
.img-hover-zoom--brightness:hover img {
    filter: brightness(110%);
    transform: scale(1.3);
}

.sitemap li:last-child {
    border-bottom: 0;
}

.fusion-button.button-2 {
    border-radius: 2px;
}

.fusion-disable-outline .bbp-submit-wrapper .button, .fusion-disable-outline .button, .fusion-disable-outline .fusion-button, .fusion-disable-outline .gform_wrapper .button, .fusion-disable-outline .gform_wrapper .gform_button, .fusion-disable-outline .post-password-form input[type=submit], .fusion-disable-outline .single_add_to_cart_button, .fusion-disable-outline .tml-submit-wrap input[type=submit], .fusion-disable-outline .tribe-events-tickets .button, .fusion-disable-outline .woocommerce .cart-collaterals .checkout-button, .fusion-disable-outline .woocommerce .checkout #place_order, .fusion-disable-outline .woocommerce.add_to_cart_inline .button, .fusion-disable-outline .wpcf7-submit {
    outline: 0;
}

.fusion-button.button-flat {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.button-large {
    font-size: 17px !important;
}

#main #comment-submit, #main .comment-submit, #reviews input#submit, .button-default, .button.default, .comment-form input[type="submit"], .fusion-button, .fusion-button-default, .fusion-footer-widget-area .fusion-privacy-placeholder .button-default, .fusion-portfolio-one .fusion-button, .gform_page_footer input[type="button"], .gform_wrapper .button, .gform_wrapper .gform_button, .post-password-form input[type="submit"], .slidingbar-area .button-default, .ticket-selector-submit-btn[type=submit], .tml-submit-wrap input[type="submit"], input.button-default {
    font-family: Source Sans Pro;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    border-width: 0px;
    border-style: solid;
    border-radius: 2px;
    text-transform: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#main #comment-submit, #main .comment-submit, #reviews input#submit, .button-default, .button.default, .comment-form input[type="submit"], .fusion-button-default, .fusion-footer-widget-area .fusion-privacy-placeholder .button-default, .fusion-portfolio-one .fusion-button, .gform_page_footer input[type="button"], .gform_wrapper .button, .gform_wrapper .gform_button, .post-password-form input[type="submit"], .slidingbar-area .button-default, .ticket-selector-submit-btn[type=submit], .tml-submit-wrap input[type="submit"], input.button-default {
    background: #e17a5e;
    color: #ffffff;
    border-color: #e17a5e;
}

#tribe-bar-form .tribe-bar-submit input[type=submit], .button-large, .fusion-body .fusion-button-large, .fusion-button_size-large .fusion-button-default-size, .tml-submit-wrap input[type=submit], .wpcf7-form .wpcf7-submit.button-large, .wpcf7-form .wpcf7-submit.fusion-button-large {
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
}

#main #comment-submit:active, #main .comment-submit:active, #reviews input#submit:active, .button-default:active, .button.default:active, .comment-form input[type="submit"]:active, .fusion-button-default:active, .fusion-footer-widget-area .fusion-privacy-placeholder .button-default:active, .fusion-portfolio-one .fusion-button:active, .gform_page_footer input[type="button"]:active, .gform_wrapper .button:active, .gform_wrapper .gform_button:active, .post-password-form input[type="submit"]:active, .slidingbar-area .button-default:active, .ticket-selector-submit-btn[type=submit]:active, .tml-submit-wrap input[type="submit"]:active, input.button-default:active, #main #comment-submit:focus, #main .comment-submit:focus, #reviews input#submit:focus, .button-default:focus, .button.default:focus, .comment-form input[type="submit"]:focus, .fusion-button-default:focus, .fusion-footer-widget-area .fusion-privacy-placeholder .button-default:focus, .fusion-portfolio-one .fusion-button:focus, .gform_page_footer input[type="button"]:focus, .gform_wrapper .button:focus, .gform_wrapper .gform_button:focus, .post-password-form input[type="submit"]:focus, .slidingbar-area .button-default:focus, .ticket-selector-submit-btn[type=submit]:focus, .tml-submit-wrap input[type="submit"]:focus, input.button-default:focus, #main #comment-submit:hover, #main .comment-submit:hover, #reviews input#submit:hover, .button-default:hover, .button.default:hover, .comment-form input[type="submit"]:hover, .fusion-button-default:hover, .fusion-footer-widget-area .fusion-privacy-placeholder .button-default:hover, .fusion-portfolio-one .fusion-button:hover, .gform_page_footer input[type="button"]:hover, .gform_wrapper .button:hover, .gform_wrapper .gform_button:hover, .post-password-form input[type="submit"]:hover, .slidingbar-area .button-default:hover, .ticket-selector-submit-btn[type=submit]:hover, .tml-submit-wrap input[type="submit"]:hover, input.button-default:hover {
    background: #404041;
    color: #ffffff;
    border-color: #404041;
}

.address p:first-child {
    margin-bottom: 0;
}

.alert p {
    margin: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}
