/*
Theme Name: Functions at OPH
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* make sure before changing anything taht you have downloaded all sass files */
/* --------------------- */
/* please do change in scss files which are in layout folder in side css folder */
/* --------------------- */
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface|Cardo:400,400i,700|Open+Sans:300,400,400i,600,700");

/* common-styling */
html.overflow-hidden,
body.overflow-hidden {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

body {
    font-family: "Cardo", serif;
    color: #5F5C54;
}

h1,
h2,
h3,
h4,
h5 {
    text-transform: capitalize;
}

a {
    color: #325d7f;
}

#gform_fields_1 li {
    list-style: none;
}

#gform_fields_1 {
    padding-left: 0;
}

.gform_footer.top_label {
    padding-right: 0 !important;
}

body .flexslider {
    z-index: 1;
}

body .ow-button-base a.button-link,
body .button-link {
    background: #F2727F;
    padding: 15px 40px;
    line-height: 1;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    box-shadow: none;
    font-family: open sans;
    font-weight: 600;
    letter-spacing: 3px;
    top: 30px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    background-image: none;
}

body .ow-button-base a.button-link:hover,
body .button-link:hover {
    background-image: none;
    background: #325D7F !important;
    text-decoration: none;
}

.panel-grid {
    margin-bottom: 0;
}

.padding-percent-10 {
    padding-top: 10%;
    padding-bottom: 10%;
}

.blue-bg {
    background: #325D7F;
    color: #ffffff;
}

.site-breadcrumbs {
    background: #ffffff;
}

.site-breadcrumbs .breadcrumb {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    background: #ffffff;
    margin: 0;
    padding: 30px 0;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    color: #5F5C54;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 16px;
}

@media screen and (min-width: 768px) {
    .site-breadcrumbs .breadcrumb {
        padding: 60px 0;
    }
}

.site-breadcrumbs .breadcrumb i.fa {
    padding: 0 10px;
    color: #F2727F;
    font-size: 16px;
    line-height: 16px;
}

.site-breadcrumbs .breadcrumb a {
    color: #5F5C54;
    text-decoration: none;
}

.site-breadcrumbs .breadcrumb a:hover,
.site-breadcrumbs .breadcrumb a:focus {
    color: #325D7F;
}

.widget-title {
    font-family: "Abril Fatface", cursive;
    color: #325D7F;
    font-weight: normal;
    font-size: 26px;
}

@media screen and (min-width: 500px) {
    .widget-title {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) {
    .widget-title {
        font-size: 35px;
    }
}

#model_enquiry-form .modal-header button.close {
    color: #F2727F;
    font-size: 34px;
    opacity: 1;
}

#model_enquiry-form .modal-header button.close:hover {
    opacity: .8;
}

#model_enquiry-form .modal-header .modal-title {
    font-family: "Abril Fatface", cursive;
    color: #325D7F;
    font-size: 24px;
}

@media screen and (min-width: 768px) {
    #model_enquiry-form .modal-header {
        padding-left: 25px;
    }
}

@media screen and (min-width: 768px) {
    #model_enquiry-form .gform_wrapper form ul.gform_fields {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}

#model_enquiry-form .gform_wrapper form ul.gform_fields li.gfield {
    padding: 0;
    width: 100%;
}

#model_enquiry-form .gform_wrapper form ul.gform_fields li.gfield label.gfield_label {
    display: none;
}

#model_enquiry-form .gform_wrapper form ul.gform_fields li.gfield .ginput_container {
    margin-top: 0;
}

#model_enquiry-form .gform_wrapper form ul.gform_fields li.gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#model_enquiry-form .gform_wrapper form ul.gform_fields li.gfield textarea,
#model_enquiry-form .gform_wrapper form ul.gform_fields li.gfield select {
    border-radius: 0;
    border: 1px solid #cccccc;
    box-shadow: none;
    min-height: 45px;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

#model_enquiry-form .gform_wrapper form ul.gform_fields li.gfield input.datepicker {
    background-image: url("images/date-ico.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center right 10px;
}

@media screen and (min-width: 768px) {
    #model_enquiry-form .gform_wrapper form ul.gform_fields li.gfield {
        padding: 0 10px;
    }
}

@media screen and (min-width: 768px) {

    #model_enquiry-form .gform_wrapper form ul.gform_fields li.gfield#field_2_4,
    #model_enquiry-form .gform_wrapper form ul.gform_fields li.gfield#field_2_5 {
        width: 50%;
    }
}

#model_enquiry-form .gform_wrapper form ul.gform_fields li.gfield .ginput_container_time {
    width: 50%;
    margin: 0;
    max-width: 50%;
    padding-right: 2px;
}

#model_enquiry-form .gform_wrapper form ul.gform_fields li.gfield .ginput_container_time+.ginput_container_time {
    padding-left: 2px;
    padding-right: 0;
}

#model_enquiry-form .gform_wrapper form ul.gform_fields li.gfield .ginput_container_time select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    max-width: 100% !important;
    padding-top: 9px;
    background: url("images/angle-arrow-down.png") no-repeat scroll center right 15px/14px;
}

#model_enquiry-form .gform_wrapper form ul.gform_fields li.gfield .ginput_container_time label,
#model_enquiry-form .gform_wrapper form ul.gform_fields li.gfield .ginput_container_time i {
    display: none;
}

#model_enquiry-form .gform_wrapper form .gform_footer {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #model_enquiry-form .gform_wrapper form .gform_footer {
        padding: 0 10px;
    }

    #model_enquiry-form .gform_wrapper form .gform_footer input.gform_button.button {
        min-height: 45px;
        font-family: "Open Sans", sans-serif;
        width: 100%;
        border: 1px solid #B2B2B2;
        border-radius: 0;
        box-shadow: none;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
        background: transparent;
        letter-spacing: 3px;
    }

    #model_enquiry-form .gform_wrapper form .gform_footer input.gform_button.button:hover {
        color: #F2727F;
        border-color: #F2727F;
    }
}

.ui-datepicker-title {
    color: #454545;
}

.submit-message.text-center {
    text-align: center;
    color: #008800;
    font-size: 20px;
}

/* common-ends */
.wprmenu_bar.custMenu #custom_menu_icon,
.wprmenu_bar.wpr_custom_menu #custom_menu_icon {
    display: none;
}

.wprmenu_bar.custMenu #custom_menu_icon .hamburger
.wprmenu_bar.wpr_custom_menu #custom_menu_icon .hamburger {
    display: none;
}

body #header {
    transition: all 0.32s ease-in-out;
    -ms-transition: all 0.32s ease-in-out;
    -o-transition: all 0.32s ease-in-out;
    -moz-transition: all 0.32s ease-in-out;
    -webkit-transition: all 0.32s ease-in-out;
    position: fixed;
    width: 100%;
    z-index: 9;
    left: 0;
    right: 0;
}

body #header .menu-toggle {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    height: 32px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: background 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    width: 28px;
}

body #header .menu-toggle span {
    background: #ffffff;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    font-size: 0;
    color: transparent;
    right: 0;
    top: 14px;
    transition: background 0s ease 0.3s;
    -webkit-transition: background 0s ease 0.3s;
    -moz-transition: background 0s ease 0.3s;
    -ms-transition: background 0s ease 0.3s;
    -o-transition: background 0s ease 0.3s;
    width: 100%;
}

body #header .menu-toggle span::before {
    top: -10px;
    transition-property: top, transform;
}

body #header .menu-toggle span::after,
body #header .menu-toggle span::before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition-delay: 0.3s, 0s;
    transition-duration: 0.3s, 0.3s;
    width: 100%;
}

body #header .menu-toggle span::after {
    bottom: -10px;
    transition-property: bottom, transform;
}

body #header.open .menu-toggle span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

body #header.open .menu-toggle span::after,
body #header.open .menu-toggle span::before {
    transition-delay: 0s, 0.3s;
    background-color: #ffffff;
}

body #header.open .menu-toggle span::before {
    top: 0;
    transform: rotate(45deg);
}

body #header.open .menu-toggle span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

body #header .header-inner {
    transition: all 0.32s ease-in-out;
    -ms-transition: all 0.32s ease-in-out;
    -o-transition: all 0.32s ease-in-out;
    -moz-transition: all 0.32s ease-in-out;
    -webkit-transition: all 0.32s ease-in-out;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 20px 15px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    body #header .header-inner {
        padding: 20px 30px;
    }
}

body #header .menu-toggle-wrapper {
    line-height: 45px;
    width: 50px;
}

@media screen and (min-width: 768px) {
    body #header .menu-toggle-wrapper {
        width: 30%;
    }
}

body #header .site-logo {
    padding-right: 50px;
    line-height: 45px;
    width: calc(100% - 50px);
}

@media screen and (min-width: 768px) {
    body #header .site-logo {
        padding-right: 0;
        width: 40%;
    }
}

body #header .site-logo img {
    margin: auto;
    display: block;
    max-width: 170px;
    max-height: 35.2px;
}

@media screen and (min-width: 600px) {
    body #header .site-logo img {
        max-height: 45px;
        max-width: 220px;
    }
}

body #header .social-icon-block {
    line-height: 45px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    body #header .social-icon-block {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    body #header .social-icon-block {
        width: 30%;
    }
}

body #header .social-icon-block .inner-icon a {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    margin-left: 15px;
}

@media screen and (min-width: 1200px) {
    body #header .social-icon-block .inner-icon a {
        font-size: 19px;
        width: 38px;
        height: 38px;
        line-height: 35px;
    }
}

body #header .social-icon-block .inner-icon a:focus,
body #header .social-icon-block .inner-icon a:hover {
    background: #F2727F;
}

body .header-wrapper {
    position: relative;
}

body .header-wrapper.sticky #header {
    background-color: #325D7F;
}

body .header-wrapper.sticky #header .header-inner {
    padding: 10px 15px;
}

@media screen and (min-width: 768px) {
    body .header-wrapper.sticky #header .header-inner {
        padding: 15px 30px;
    }
}

body:not(.home) .header-wrapper {
    padding-bottom: 85px;
}

@media screen and (min-width: 768px) {
    body:not(.home) .header-wrapper {
        padding-bottom: 105px;
    }
}

body:not(.home) #header {
    background-color: #325D7F;
}

.main-navigation {
    display: none;
}

#mg-wprm-wrap.cbp-spmenu .close-menu {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    margin: 5px 5px 5px auto;
}

#mg-wprm-wrap.cbp-spmenu .close-menu::after,
#mg-wprm-wrap.cbp-spmenu .close-menu::before {
    background-color: #F2727F;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 24px;
    border-radius: 2px;
}

#mg-wprm-wrap.cbp-spmenu .close-menu::before {
    transform: rotate(45deg);
    top: 13.5px;
}

#mg-wprm-wrap.cbp-spmenu .close-menu::after {
    transform: rotate(-45deg);
    bottom: 13.5px;
}

#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-has-children {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    width: 100%;
}

#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-has-children .wprmenu_icon {
    margin-right: auto;
    padding: 12px 20px;
    line-height: 1;
    position: static;
}

#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-has-children .wprmenu_icon:before {
    content: "\f107";
    position: relative;
    font-size: 35px;
    font-family: "FontAwesome";
    color: #F2727F;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-type-post_type a,
#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-type-custom a {
    line-height: 1;
    font-family: "Abril Fatface", cursive;
    padding: 12px 20px;
}

#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-type-post_type ul.sub-menu,
#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-type-custom ul.sub-menu {
    width: 100%;
}

#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-type-post_type ul.sub-menu li.menu-item a,
#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-type-custom ul.sub-menu li.menu-item a {
    color: #F2727F !important;
}

#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-type-post_type ul.sub-menu li.menu-item a:hover,
#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-type-post_type ul.sub-menu li.menu-item a:focus,
#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-type-custom ul.sub-menu li.menu-item a:hover,
#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-type-custom ul.sub-menu li.menu-item a:focus {
    color: #325D7F !important;
}

#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-type-yawp_wim .textwidget {
    padding: 20px 20px;
}

#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-type-yawp_wim .contact-address {
    display: inline-block;
    padding-top: 25px;
    border-top: 1px solid #F2727F;
    font-size: 14px;
    color: #325D7F;
}

#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-type-yawp_wim .contact-address p {
    margin-bottom: 0;
    max-width: 210px;
}

#mg-wprm-wrap.cbp-spmenu ul#wprmenu_menu_ul li.menu-item.menu-item-type-yawp_wim .contact-address a {
    padding: 0;
    font-size: 14px;
    font-family: "Cardo", serif;
    display: inline;
}

/* footer */
.footer-inner {
    padding-top: 30px;
    padding-bottom: 25px;
    background: #F5F0EC;
    color: #325D7F;
}

@media screen and (max-width: 767px) {
    .footer-inner {
        text-align: center;
    }
}

.footer-inner a {
    color: #325D7F;
    text-decoration: none;
}

.footer-inner a:hover {
    color: #F2727F;
}

.footer-inner .section-title h2 {
    font-family: "Abril Fatface", cursive;
    margin-top: 0;
    color: #325D7F;
    font-weight: normal;
    font-size: 35px;
}

@media screen and (max-width: 767px) {
    .footer-inner .footer-row {
        max-width: 230px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .footer-inner .footer-row {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    }
}

.footer-inner .footer-row .footer-left {
    padding-top: 15px;
}

@media screen and (min-width: 768px) {
    .footer-inner .footer-row .footer-left {
        width: 33.3333333333%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (min-width: 768px) {
    .footer-inner .footer-row .right-content {
        padding-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .footer-inner .footer-row .right-content {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: no-wrap;
        -webkit-flex-wrap: no-wrap;
        -ms-flex-wrap: wrap;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        padding-bottom: 15px;
    }
}

.footer-inner .footer-row .right-content .section-title h4 {
    margin-bottom: 0;
    color: #325D7F;
    font-family: "Abril Fatface", cursive;
    font-size: 15px;
    line-height: 30px;
    margin-top: 5px;
}

@media screen and (min-width: 768px) {
    .footer-inner .footer-row .right-content {
        text-align: right;
        width: 66.6666666667%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.footer-inner .footer-row .right-content .social-icons a {
    width: 38px;
    display: inline-block;
    vertical-align: middle;
    color: #325D7F;
    height: 38px;
    line-height: 35px;
    border: 2px solid #325D7F;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
    margin-left: 15px;
}

.footer-inner .footer-row .right-content .social-icons a:hover,
.footer-inner .footer-row .right-content .social-icons a:focus {
    color: #F2727F;
    border-color: #F2727F;
}

@media screen and (max-width: 767px) {
    .footer-inner .footer-row .right-content .copyright-section {
        max-width: 210px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-inner .footer-row .right-content .copyright-section::after,
    .footer-inner .footer-row .right-content .copyright-section::before {
        content: "";
        width: 120px;
        height: 1px;
        display: block;
        margin: 30px auto;
        background-color: #F2727F;
    }
}

@media screen and (min-width: 768px) {
    .footer-inner .footer-row .right-content .copyright-section {
        padding-bottom: 0px;
        padding-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .footer-inner .footer-row .right-content .copyright-section .footer-text {
        padding-bottom: 10px;
    }
}

.footer-inner .footer-row .right-content .copyright-section .copyright-text {
    font-size: 12px;
}

/* home */
/*  slider-start */
.home-page-content .home_slider {
    position: relative;
}

.home-page-content .home_slider .scroll-down {
    display: none;
}

@media screen and (min-width: 768px) {
    .home-page-content .home_slider .scroll-down {
        display: block;
        cursor: pointer;
        position: absolute;
        bottom: 20px;
        z-index: 2;
        left: 0;
        right: 0;
        text-align: center;
        color: #fff;
        width: 100px;
        margin: auto;
        text-transform: uppercase;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
    }

    .home-page-content .home_slider .scroll-down span::after {
        display: block;
        content: "";
        height: 80px;
        width: 1px;
        background: #fff;
        margin: 12px auto 0;
    }
}

.home-page-content .flexslider {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}

.home-page-content .flexslider .home-slider-image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .home-page-content .flexslider .home-slider-image {
        min-height: 550px;
        height: 100vh;
        max-height: 768px;
    }
}

@media screen and (min-width: 992px) {
    .home-page-content .flexslider .home-slider-image {
        min-height: 100vh;
    }
}

.home-page-content .flexslider .home-slider-image .slider-content {
    text-align: center;
    margin: auto;
    color: #ffffff;
    padding: calc(80px + 15%) 15px calc(30px + 14%);
}

@media screen and (min-width: 768px) {
    .home-page-content .flexslider .home-slider-image .slider-content {
        position: absolute;
        padding: 50px 30px 30px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        top: 50%;
    }
}

.home-page-content .flexslider:hover .flex-direction-nav a,
.home-page-content .flexslider .flex-direction-nav a {
    font-size: 0;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    color: transparent;
    opacity: 1;
}

.home-page-content .flexslider:hover .flex-direction-nav a:hover,
.home-page-content .flexslider:hover .flex-direction-nav a:focus,
.home-page-content .flexslider .flex-direction-nav a:hover,
.home-page-content .flexslider .flex-direction-nav a:focus {
    opacity: .8;
}

.home-page-content .flexslider:hover .flex-direction-nav a::before,
.home-page-content .flexslider .flex-direction-nav a::before {
    display: none !important;
}

.home-page-content .flexslider:hover .flex-direction-nav a.flex-prev,
.home-page-content .flexslider .flex-direction-nav a.flex-prev {
    left: 30px;
    border-width: 4px 0 0 4px;
    border-style: solid;
    border-color: #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.home-page-content .flexslider:hover .flex-direction-nav a.flex-next,
.home-page-content .flexslider .flex-direction-nav a.flex-next {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 30px;
    border-width: 4px 4px 0 0;
    border-style: solid;
    border-color: #ffffff;
}

.home-page-content .slider-title h2 {
    font-family: "Abril Fatface", cursive;
    text-transform: uppercase;
    margin: 0 auto;
    line-height: .8;
    font-size: 36px;
    max-width: 300px;
}

@media screen and (min-width: 500px) {
    .home-page-content .slider-title h2 {
        font-size: 40px;
        max-width: 360px;
    }
}

@media screen and (min-width: 768px) {
    .home-page-content .slider-title h2 {
        font-size: 50px;
        max-width: 400px;
    }
}

@media screen and (min-width: 992px) {
    .home-page-content .slider-title h2 {
        font-size: 57px;
        max-width: 400px;
    }
}

.home-page-content .slider-text {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    line-height: 1;
    padding: 30px 0;
    margin: auto;
    font-size: 16px;
    max-width: 280px;
}

@media screen and (min-width: 768px) {
    .home-page-content .slider-text {
        font-size: 18px;
        max-width: 300px;
    }
}

.home-page-content .slider-by-text {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    text-transform: uppercase;
}

.function-title-wrapper {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    text-align: center;
}

.function-title-wrapper .function-title {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    font-family: "Abril Fatface", cursive;

    justify-content: center;
}

.function-title-wrapper a {
    display: inline-block;
    width: 25%;
}

.function-title-wrapper .function-title .function-title-inner:after,
.function-title-wrapper .function-title .function-title-inner:before {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background-color: #ffffff;
}

.function-title-wrapper .function-title .function-title-inner span {
    line-height: .9;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 30px;
    text-decoration: none;
    padding: 10px;
}

@media screen and (min-width: 500px) {
    .function-title-wrapper .function-title .function-title-inner span {
        min-height: 50px;
        line-height: 60px;
    }

    .function-title-wrapper .function-title .function-title-inner {
        padding: 15%;
        display: block;
    }

}

.function-title-wrapper .function-title a {
    line-height: .9;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 23px;
}

@media screen and (min-width: 992px) {
    .function-title-wrapper .function-title span {
        -webkit-transition: padding 0.2s ease-out;
        -moz-transition: padding 0.2s ease-out;
        -o-transition: padding 0.2s ease-out;
        transition: padding 0.2s ease-out;
    }

    .function-title-wrapper .function-title:hover span {
        padding: 20px;
    }
}

.function-title-wrapper .function-title {
    background-color: #F2727F;
    min-height: 240px;
    align-items: center;
    padding: 0 60px;
}

.function-title-wrapper a:nth-child(4) .function-title span,
.function-title-wrapper a:nth-child(1) .function-title span {
    line-height: 30px;
}

.function-title-wrapper .function-title:nth-child(2) {
    background-color: #C16B86;
}

.function-title-wrapper .function-title:nth-child(2) a {
    max-width: 148px;
}

@media screen and (min-width: 500px) {
    .function-title-wrapper .function-title:nth-child(2) a {
        max-width: 170px;
    }
}

@media screen and (min-width: 992px) {
    .function-title-wrapper .function-title:nth-child(2) a {
        max-width: 205px;
    }
}

.function-title-wrapper .function-title:nth-child(3) {
    background-color: #325D7F;
}

.function-title-wrapper .function-title:nth-child(4) {
    background-color: #6C5B7D;
}

.function-title-wrapper .function-title:nth-child(4) a {
    max-width: 110px;
}

@media screen and (min-width: 500px) {
    .function-title-wrapper .function-title:nth-child(4) a {
        max-width: 126px;
    }
}

@media screen and (min-width: 992px) {
    .function-title-wrapper .function-title:nth-child(4) a {
        max-width: 172px;
    }
}

@media screen and (max-width: 992px) {
    .function-title-wrapper a {

        width: 50%;
    }

    .function-title-wrapper .function-title .function-title-inner span {
        font-size: 20px;
    }

    .function-title-wrapper a:nth-child(4) .function-title span,
    .function-title-wrapper a:nth-child(2) .function-title span {
        line-height: 20px;
    }

    .function-title-wrapper .function-title .function-title-inner span {
        line-height: 40px;
    }

}

.function-title-wrapper a:nth-child(2) .function-title {
    background-color: #C16B86;
}

.function-title-wrapper a:nth-child(3) .function-title {
    background-color: #325D7F;
}

.function-title-wrapper a:nth-child(4) .function-title {
    background-color: #6C5B7D;
}

@media screen and (min-width: 768px) {
    .front-text-block {
        text-align: center;
    }
}

.front-text-block .widget-title {
    padding-bottom: 30px;
}

.front-text-block .textwidget {
    padding-bottom: 30px;
    font-size: 17px;
}

@media screen and (min-width: 1600px) {
    .front-text-block .textwidget {
        font-size: 21px;
    }
}

.front-text-block .ow-button-base.ow-button-align-center {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .front-text-block .ow-button-base.ow-button-align-center {
        text-align: center;
    }
}

/*  victuals-section-wrapper */
.victuals-section-wrapper {
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .victuals-section-wrapper {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        justify-content: space-between;
    }
}

.victuals-section-wrapper a {
    color: #ffffff;
    text-decoration: none;
}

.victuals-section-wrapper>.content-item-row {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: no-wrap;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
}

@media screen and (min-width: 768px) {
    .victuals-section-wrapper>.content-item-row {
        min-height: 45vw;
        width: 33.3333333333%;
        max-width: calc(33.3333% - 14px);
    }
}

.victuals-section-wrapper>.content-item-row .bg-image {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: no-wrap;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.victuals-section-wrapper .content-item {
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: no-wrap;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: calc(18% + 60px) 30px;
}

@media screen and (min-width: 768px) {
    .victuals-section-wrapper .content-item {
        padding: 10% 8%;
    }
}

@media screen and (min-width: 992px) {
    .victuals-section-wrapper .content-item {
        padding: 12%;
    }
}

.victuals-section-wrapper .content-item .content-title {
    font-family: "Abril Fatface", cursive;
    padding-bottom: 10px;
}

.victuals-section-wrapper .content-item .content-title h3 {
    font-weight: normal;
    font-size: 23px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.victuals-section-wrapper .content-item .content-text {
    font-size: 17px;
    max-width: 262px;
}

@media screen and (min-width: 1600px) {
    .victuals-section-wrapper .content-item .content-text {
        font-size: 21px;
    }
}

@media screen and (min-width: 768px) {
    .victuals-section-wrapper .content-item .content-text {
        min-height: 225px;
    }
}

/* image-text-block */
@media screen and (min-width: 768px) {
    .text-image {
        flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
    }
}

.image-text,
.text-image {
    padding: 15px 15px;
}

.image-text .widget-title,
.text-image .widget-title {
    max-width: 500px;
    padding-bottom: 30px;
}

@media screen and (max-width: 767px) {

    .image-text .widget-title,
    .text-image .widget-title {
        padding-top: 10px;
        padding-bottom: 25px;
    }
}

.image-text .textwidget,
.text-image .textwidget {
    font-size: 17px;
}

@media screen and (min-width: 1600px) {

    .image-text .textwidget,
    .text-image .textwidget {
        font-size: 21px;
    }
}

.image-text .textwidget h5,
.text-image .textwidget h5 {
    font-family: "Open Sans", sans-serif;
    padding-bottom: 30px;
    font-size: 15px;
    letter-spacing: 3px;
    color: #325D7F;
}

@media screen and (min-width: 1600px) {

    .image-text .textwidget h5,
    .text-image .textwidget h5 {
        font-size: 17px;
    }
}

.image-text>.panel-grid-cell,
.text-image>.panel-grid-cell {
    padding: 0 15px;
}

@media screen and (min-width: 1200px) {

    .image-text,
    .text-image {
        padding: 30px 30px;
    }

    .image-text>.panel-grid-cell,
    .text-image>.panel-grid-cell {
        padding: 0 30px;
    }
}

@media screen and (min-width: 768px) {
    .image-text .textwidget {
        padding-right: 25px;
    }
}

@media screen and (min-width: 768px) {
    .text-image .textwidget {
        padding-left: 25px;
    }
}

.panel-grid .did-you-know.set-container {
    padding: 60px 15px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center !important;
    -webkit-justify-content: center !important;
}

@media screen and (min-width: 1600px) {
    .panel-grid .did-you-know.set-container {
        padding: 80px 0;
    }
}

@media screen and (min-width: 992px) {
    .panel-grid .did-you-know.set-container .panel-grid-cell {
        padding: 0 15px;
        max-width: 485px;
    }
}

@media screen and (min-width: 1200px) {
    .panel-grid .did-you-know.set-container .panel-grid-cell {
        max-width: 585px;
    }
}

.panel-grid .did-you-know.set-container .widget-title {
    color: #ffffff;
}

.panel-grid .did-you-know.set-container .textwidget {
    font-size: 17px;
}

@media screen and (min-width: 1600px) {
    .panel-grid .did-you-know.set-container .textwidget {
        font-size: 21px;
    }
}

/* intagram-feed */
.intagram-feed {
    padding: 15px 10px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .intagram-feed {
        padding: 30px 10px;
    }
}

.intagram-feed .widget-title {
    padding-top: 30px;
    padding-bottom: 30px;
}

.content-top {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    background: #F5F0EC;
}

.content-top .left-content {
    padding: 0;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .content-top .left-content {
        width: 50%;
    }
}

.content-top .left-content .featured-image img {
    width: 100%;
    height: auto;
}

.content-top .right-content {
    padding: 0 15px 30px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .content-top .right-content {
        width: 50%;
        padding: 30px 25px;
    }
}

@media screen and (min-width: 992px) {
    .content-top .right-content {
        padding: 30px 60px;
    }
}

@media screen and (max-width: 767px) {
    .content-top .right-content .page-title {
        background: #ffffff;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.content-top .right-content .page-title h1 {
    font-family: "Abril Fatface", cursive;
    color: #325D7F;
    font-weight: normal;
    font-size: 26px;
    padding-bottom: 30px;
}

@media screen and (min-width: 500px) {
    .content-top .right-content .page-title h1 {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) {
    .content-top .right-content .page-title h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .content-top .right-content .page-title h1 {
        margin-top: 0;
        margin-bottom: 0;
        padding: 30px 15px;
    }
}

.content-top .right-content .content-text {
    font-size: 17px;
}

.content-top .right-content .content-text::after {
    content: "";
    width: 140px;
    height: 1px;
    display: block;
    background: #F2727F;
    margin-top: 30px;
}

@media screen and (min-width: 1600px) {
    .content-top .right-content .content-text {
        font-size: 21px;
    }
}

@media screen and (max-width: 767px) {
    .content-top .right-content .content-text {
        padding-top: 30px;
    }
}

.content-top .right-content .content-pdf-file h3 {
    font-family: "Abril Fatface", cursive;
    color: #325D7F;
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 10px;
    padding-top: 30px;
    margin-top: 0;
}

@media screen and (min-width: 500px) {
    .content-top .right-content .content-pdf-file h3 {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) {
    .content-top .right-content .content-pdf-file h3 {
        font-size: 35px;
    }
}

.content-top .right-content .content-pdf-file .file-download a {
    color: #5F5C54;
    font-size: 17px;
    text-decoration: none;
}

@media screen and (min-width: 1600px) {
    .content-top .right-content .content-pdf-file .file-download a {
        font-size: 21px;
    }
}

.content-top .right-content .content-pdf-file .file-download a:hover,
.content-top .right-content .content-pdf-file .file-download a:focus {
    color: #F2727F;
}

.content-top .right-content .see-venues-link {
    padding-top: 30px;
}

.content-top .right-content .see-venues-link a,
.content-top .right-content .see-venues-link span {
    background: #F2727F;
    padding: 15px 40px;
    cursor: pointer;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    border: none;
    box-shadow: none;
    font-family: open sans;
    font-weight: 600;
    letter-spacing: 3px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
}

@media screen and (max-width: 549px) {

    .content-top .right-content .see-venues-link a,
    .content-top .right-content .see-venues-link span {
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 767px) {

    .content-top .right-content .see-venues-link a,
    .content-top .right-content .see-venues-link span {
        padding: 15px 30px;
    }
}

@media screen and (max-width: 991px) {

    .content-top .right-content .see-venues-link a,
    .content-top .right-content .see-venues-link span {
        padding: 15px 35px;
    }
    .see-venues-link{
        margin-top: 5px;
    }
}

.content-top .right-content .see-venues-link a:hover,
.content-top .right-content .see-venues-link span:hover {
    color: #ffffff;
    background-image: none;
    background: #325D7F !important;
}

.venues-section {
    padding: 30px 0;
}

.venues-section .venue-title {
    font-family: "Abril Fatface", cursive;
    color: #325D7F;
    font-weight: normal;
    font-size: 26px;
    padding-top: 10px;
    padding-bottom: 20px;
}

@media screen and (min-width: 500px) {
    .venues-section .venue-title {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) {
    .venues-section .venue-title {
        font-size: 35px;
    }
}

@media screen and (min-width: 768px) {
    .venues-section .venues-content-wrapper {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}

@media screen and (min-width: 768px) {
    .venues-section .venues-content-wrapper:nth-child(even) {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
    }
}

@media screen and (min-width: 768px) {
    .venues-section .venues-content-wrapper:nth-child(even) .content-item-right-inner {
        padding-left: 0px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 992px) {
    .venues-section .venues-content-wrapper:nth-child(even) .content-item-right-inner {
        padding-right: 45px;
    }
}

.venues-content-wrapper {
    padding: 20px 0;
}

.venues-content-wrapper::after,
.venues-content-wrapper::before {
    content: " ";
    display: table;
    width: 0;
}

.venues-content-wrapper::after {
    clear: both;
}

@media screen and (min-width: 768px) {
    .venues-content-wrapper {
        -webkit-align-items: center;
        align-items: center;
    }

    .venues-content-wrapper.odd {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}

.venues-content-wrapper .content-item-right-inner {
    padding-top: 10px;
}

@media screen and (min-width: 768px) {
    .venues-content-wrapper .content-item-right-inner {
        padding-left: 15px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 992px) {
    .venues-content-wrapper .content-item-right-inner {
        padding-left: 30px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 768px) {
    .venues-content-wrapper.even {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
    }
}

@media screen and (min-width: 768px) {
    .venues-content-wrapper.even .content-item-right-inner {
        padding-left: 0px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 992px) {
    .venues-content-wrapper.even .content-item-right-inner {
        padding-right: 45px;
    }
}

.venues-content-wrapper .content-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.venues-content-wrapper .content-title h3 {
    font-size: 17px;
    letter-spacing: 3px;
    color: #325D7F;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.venues-content-wrapper .content-text {
    font-size: 17px;
}

@media screen and (min-width: 1600px) {
    .venues-content-wrapper .content-text {
        font-size: 21px;
    }
}

.venues-content-wrapper .content-link {
    padding-top: 20px;
}

.venues-content-wrapper .content-link a {
    background: #F2727F;
    padding: 15px 40px;
    cursor: pointer;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    border: none;
    box-shadow: none;
    font-family: open sans;
    font-weight: 600;
    letter-spacing: 3px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
}

@media screen and (max-width: 549px) {
    .venues-content-wrapper .content-link a {
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 767px) {
    .venues-content-wrapper .content-link a {
        padding: 15px 30px;
    }
}

@media screen and (max-width: 991px) {
    .venues-content-wrapper .content-link a {
        padding: 15px 35px;
    }
}

.venues-content-wrapper .content-link a:hover {
    color: #ffffff;
    background-image: none;
    background: #325D7F !important;
}

.more-venues-link a {
    background: #F2727F;
    padding: 15px 40px;
    cursor: pointer;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    border: none;
    box-shadow: none;
    font-family: open sans;
    font-weight: 600;
    letter-spacing: 3px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
    background: #D5D5D5;
}

@media screen and (max-width: 549px) {
    .more-venues-link a {
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 767px) {
    .more-venues-link a {
        padding: 15px 30px;
    }
}

@media screen and (max-width: 991px) {
    .more-venues-link a {
        padding: 15px 35px;
    }
}

.more-venues-link a:hover {
    color: #ffffff;
    background-image: none;
    background: #325D7F !important;
}

.testimonials {
    background: #325D7F;
    color: #ffffff;
}

.testimonials .container-inner {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
    padding: 60px 0;
}

@media screen and (min-width: 1600px) {
    .testimonials .container-inner {
        padding: 80px 0;
    }
}

.testimonials .container-inner .widget-title {
    width: 100%;
    padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .testimonials .container-inner .widget-title {
        width: 33.3333333333%;
        padding-right: 15px;
    }
}

.testimonials .container-inner .widget-title h3 {
    font-family: "Abril Fatface", cursive;
    color: #325D7F;
    font-weight: normal;
    font-size: 26px;
    color: #ffffff;
    margin-top: 0;
    text-align: center;
}

@media screen and (min-width: 500px) {
    .testimonials .container-inner .widget-title h3 {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) {
    .testimonials .container-inner .widget-title h3 {
        font-size: 35px;
    }
}

@media screen and (min-width: 768px) {
    .testimonials .container-inner .widget-title h3 {
        max-width: 200px;
        text-align: left;
    }
}

.testimonials .container-inner .testimonial-wrapper {
    width: 100%;
    padding: 0 25px;
}

@media screen and (min-width: 768px) {
    .testimonials .container-inner .testimonial-wrapper {
        width: 66.6666666667%;
        padding-right: 50px;
    }
}

.testimonials .container-inner .testimonial-wrapper .flexslider {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    background: transparent;
}

.testimonials .container-inner .testimonial-wrapper .flexslider:hover .flex-direction-nav a,
.testimonials .container-inner .testimonial-wrapper .flexslider .flex-direction-nav a {
    font-size: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    color: transparent;
    opacity: 1;
}

.testimonials .container-inner .testimonial-wrapper .flexslider:hover .flex-direction-nav a:hover,
.testimonials .container-inner .testimonial-wrapper .flexslider:hover .flex-direction-nav a:focus,
.testimonials .container-inner .testimonial-wrapper .flexslider .flex-direction-nav a:hover,
.testimonials .container-inner .testimonial-wrapper .flexslider .flex-direction-nav a:focus {
    opacity: .8;
}

.testimonials .container-inner .testimonial-wrapper .flexslider:hover .flex-direction-nav a::before,
.testimonials .container-inner .testimonial-wrapper .flexslider .flex-direction-nav a::before {
    display: none !important;
}

.testimonials .container-inner .testimonial-wrapper .flexslider:hover .flex-direction-nav a.flex-prev,
.testimonials .container-inner .testimonial-wrapper .flexslider .flex-direction-nav a.flex-prev {
    left: -25px;
    border-width: 4px 0 0 4px;
    border-style: solid;
    border-color: #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.testimonials .container-inner .testimonial-wrapper .flexslider:hover .flex-direction-nav a.flex-next,
.testimonials .container-inner .testimonial-wrapper .flexslider .flex-direction-nav a.flex-next {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -25px;
    border-width: 4px 4px 0 0;
    border-style: solid;
    border-color: #ffffff;
}

@media screen and (min-width: 992px) {
    .testimonials .container-inner .testimonial-item {
        padding-left: 15px;
    }
}

.testimonials .container-inner .testimonial-item .content {
    font-size: 17px;
    font-style: italic;
    letter-spacing: 1px;
}

@media screen and (min-width: 1600px) {
    .testimonials .container-inner .testimonial-item .content {
        font-size: 21px;
    }
}

.postid-87 .page-content {
    padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
    .testimonials .container-inner .testimonial-item .content {
        padding-right: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .testimonials .container-inner .testimonial-item .content {
        padding-right: 60px;
    }
}

.testimonials .container-inner .testimonial-item .content-by {
    font-size: 17px;
    text-align: right;
    padding-top: 15px;
}

@media screen and (min-width: 1600px) {
    .testimonials .container-inner .testimonial-item .content-by {
        font-size: 21px;
    }
}

/* basic-page-design */
.page-template-default .page-content .panel-grid .panel-grid-cell:first-child>div.so-panel,
.victuals-template-default .page-content .panel-grid .panel-grid-cell:first-child>div.so-panel {
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

@media screen and (min-width: 768px) {

    .page-template-default .page-content .panel-grid .panel-grid-cell:first-child>div.so-panel,
    .victuals-template-default .page-content .panel-grid .panel-grid-cell:first-child>div.so-panel {
        max-width: 355px;
    }
}

@media screen and (min-width: 992px) {

    .page-template-default .page-content .panel-grid .panel-grid-cell:first-child>div.so-panel,
    .victuals-template-default .page-content .panel-grid .panel-grid-cell:first-child>div.so-panel {
        max-width: 470px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 1200px) {

    .page-template-default .page-content .panel-grid .panel-grid-cell:first-child>div.so-panel,
    .victuals-template-default .page-content .panel-grid .panel-grid-cell:first-child>div.so-panel {
        max-width: 570px;
        padding-right: 40px;
    }
}

.page-template-default .page-content .panel-grid .panel-grid-cell:first-child>div.so-panel .widget-title::before,
.victuals-template-default .page-content .panel-grid .panel-grid-cell:first-child>div.so-panel .widget-title::before {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    background: #F2727F;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {

    .page-template-default .page-content .panel-grid .panel-grid-cell:first-child>div.so-panel .widget-title,
    .victuals-template-default .page-content .panel-grid .panel-grid-cell:first-child>div.so-panel .widget-title {
        padding-bottom: 20px;
    }
}

.page-template-default .page-content .panel-grid .panel-grid-cell:first-child>div.so-panel .textwidget,
.victuals-template-default .page-content .panel-grid .panel-grid-cell:first-child>div.so-panel .textwidget {
    font-size: 17px;
}

@media screen and (min-width: 1600px) {

    .page-template-default .page-content .panel-grid .panel-grid-cell:first-child>div.so-panel .textwidget,
    .victuals-template-default .page-content .panel-grid .panel-grid-cell:first-child>div.so-panel .textwidget {
        font-size: 21px;
    }
}

.page-template-default .page-content .panel-grid .sow-image-container img,
.victuals-template-default .page-content .panel-grid .sow-image-container img {
    width: 100%;
    height: auto;
}

.page-template-default .page-content .gform_widget form,
.victuals-template-default .page-content .gform_widget form {
    padding-top: 30px;
}

@media screen and (max-width: 767px) {

    .page-template-default .page-content .gform_widget form ul.gform_fields li.gfield,
    .victuals-template-default .page-content .gform_widget form ul.gform_fields li.gfield {
        padding-right: 0 !important;
    }
}

.page-template-default .page-content .gform_widget form .field-label-hide label,
.victuals-template-default .page-content .gform_widget form .field-label-hide label {
    display: none;
}

.page-template-default .page-content .gform_widget form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.page-template-default .page-content .gform_widget form input[type="email"],
.page-template-default .page-content .gform_widget form input[type="number"],
.page-template-default .page-content .gform_widget form input[type="password"],
.page-template-default .page-content .gform_widget form input[type="text"],
.page-template-default .page-content .gform_widget form .top_label select,
.page-template-default .page-content .gform_widget form textarea,
.victuals-template-default .page-content .gform_widget form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.victuals-template-default .page-content .gform_widget form input[type="email"],
.victuals-template-default .page-content .gform_widget form input[type="number"],
.victuals-template-default .page-content .gform_widget form input[type="password"],
.victuals-template-default .page-content .gform_widget form input[type="text"],
.victuals-template-default .page-content .gform_widget form .top_label select,
.victuals-template-default .page-content .gform_widget form textarea {
    border: 1px solid #B2B2B2;
    background: #ffffff;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    width: 100%;
    box-shadow: none;
    min-height: 50px;
    padding-left: 15px;
}

@media screen and (min-width: 1600px) {

    .page-template-default .page-content .gform_widget form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
    .page-template-default .page-content .gform_widget form input[type="email"],
    .page-template-default .page-content .gform_widget form input[type="number"],
    .page-template-default .page-content .gform_widget form input[type="password"],
    .page-template-default .page-content .gform_widget form input[type="text"],
    .page-template-default .page-content .gform_widget form .top_label select,
    .page-template-default .page-content .gform_widget form textarea,
    .victuals-template-default .page-content .gform_widget form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
    .victuals-template-default .page-content .gform_widget form input[type="email"],
    .victuals-template-default .page-content .gform_widget form input[type="number"],
    .victuals-template-default .page-content .gform_widget form input[type="password"],
    .victuals-template-default .page-content .gform_widget form input[type="text"],
    .victuals-template-default .page-content .gform_widget form .top_label select,
    .victuals-template-default .page-content .gform_widget form textarea {
        min-height: 60px;
    }
}

.page-template-default .page-content .gform_widget form .top_label select,
.victuals-template-default .page-content .gform_widget form .top_label select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 50px;
    background: url("images/angle-arrow-down.png") no-repeat scroll center right 15px/14px;
}

@media screen and (min-width: 1600px) {

    .page-template-default .page-content .gform_widget form .top_label select,
    .victuals-template-default .page-content .gform_widget form .top_label select {
        min-height: 60px;
    }
}

@media screen and (min-width: 768px) {

    .page-template-default .page-content .gform_widget form .gform_footer.top_label,
    .victuals-template-default .page-content .gform_widget form .gform_footer.top_label {
        padding: 0 16px 0 0;
    }
}

.page-template-default .page-content .gform_widget form .gform_footer.top_label input.gform_button.button,
.victuals-template-default .page-content .gform_widget form .gform_footer.top_label input.gform_button.button {
    min-height: 50px;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    border: 1px solid #B2B2B2;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    background: transparent;
    letter-spacing: 3px;
    margin-right: 0;
}

.page-template-default .page-content .gform_widget form .gform_footer.top_label input.gform_button.button:hover,
.victuals-template-default .page-content .gform_widget form .gform_footer.top_label input.gform_button.button:hover {
    color: #F2727F;
    border-color: #F2727F;
}

@media screen and (min-width: 1600px) {

    .page-template-default .page-content .gform_widget form .gform_footer.top_label input.gform_button.button,
    .victuals-template-default .page-content .gform_widget form .gform_footer.top_label input.gform_button.button {
        min-height: 60px;
    }
}

/* basic-ends */
/*  venus */
.filter-value-spaces>.container {
    position: relative;
    padding: 0;
}

@media screen and (min-width: 450px) {
    .filter-value-spaces>.container {
        padding: 0 15px;
    }
}

.filter-value-spaces .filter-value-spaces-button {
    background: #F2727F;
    padding: 15px 40px;
    cursor: pointer;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    border: none;
    box-shadow: none;
    font-family: open sans;
    font-weight: 600;
    letter-spacing: 3px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 2px;
    width: 100%;
}

@media screen and (max-width: 549px) {
    .filter-value-spaces .filter-value-spaces-button {
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 767px) {
    .filter-value-spaces .filter-value-spaces-button {
        padding: 15px 30px;
    }
}

@media screen and (max-width: 991px) {
    .filter-value-spaces .filter-value-spaces-button {
        padding: 15px 35px;
    }
}

.filter-value-spaces .filter-value-spaces-button:hover {
    color: #ffffff;
    background-image: none;
    background: #325D7F !important;
}

@media screen and (min-width: 450px) {
    .filter-value-spaces .filter-value-spaces-button {
        width: auto;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: -60px;
    }
}

@media screen and (min-width: 768px) {
    .filter-value-spaces .filter-value-spaces-button {
        top: -89px;
        letter-spacing: 3px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.venue-filter {
    display: none;
    background: #F5F0EC;
}

@media screen and (min-width: 768px) {
    .venue-filter {
        margin-top: -30px;
    }
}

.venue-filter .container {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.venue-filter .tooltip {
    top: 10px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.venue-filter .tooltip .tooltip-arrow {
    display: none;
}

.venue-filter .tooltip .tooltip-inner {
    background: transparent;
    color: #325D7F;
    font-family: "Open Sans", sans-serif;
    border: none;
    border-radius: 0;
}

.venue-filter .filter-title {
    position: absolute;
    top: -31px;
    left: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Open Sans", sans-serif;
    color: #325D7F;
}

.venue-filter .form-price-range-filter>form {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.venue-filter .form-price-range-filter>form .cs-widget-content {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .venue-filter .form-price-range-filter>form .cs-widget-content {
        margin-top: 35px;
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 500px) {
    .venue-filter .form-price-range-filter>form .cs-widget-content {
        width: 50%;
        padding-right: 7px;
    }

    .venue-filter .form-price-range-filter>form .cs-widget-content+.cs-widget-content {
        padding-left: 7px;
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .venue-filter .form-price-range-filter>form .cs-widget-content {
        width: 190px;
        margin-right: 15px;
    }
}

@media screen and (min-width: 992px) {
    .venue-filter .form-price-range-filter>form .cs-widget-content {
        width: 250px;
    }
}

.venue-filter .form-price-range-filter>form .cs-widget-content>p {
    margin: 0;
}

.venue-filter .form-price-range-filter>form .cs-widget-content .ui-widget-content {
    border: none;
    background: #325D7F;
}

.venue-filter .form-price-range-filter>form .cs-widget-content .ui-widget-content.ui-slider .ui-slider-range {
    border: none;
    background: #325D7F;
}

.venue-filter .form-price-range-filter>form .cs-widget-content .ui-widget-content.ui-slider-horizontal .ui-slider-handle {
    width: 12px;
    height: 16px;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    border: none;
    border-radius: 0;
    background: #F2727F;
}

.venue-filter .filters-button .btn-submit {
    cursor: pointer;
    background: #F2727F;
    padding: 15px 40px;
    cursor: pointer;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    border: none;
    box-shadow: none;
    font-family: open sans;
    font-weight: 600;
    letter-spacing: 3px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
}

@media screen and (max-width: 549px) {
    .venue-filter .filters-button .btn-submit {
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 767px) {
    .venue-filter .filters-button .btn-submit {
        padding: 15px 30px;
    }
}

@media screen and (max-width: 991px) {
    .venue-filter .filters-button .btn-submit {
        padding: 15px 35px;
    }
}

.venue-filter .filters-button .btn-submit:hover {
    color: #ffffff;
    background-image: none;
    background: #325D7F !important;
}

@media screen and (min-width: 768px) {
    .venue-filter .filters-button .btn-submit {
        margin-right: 10px;
    }

    .venue-filter .filters-button .btn-submit#reset_btn {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .venue-filter .filters-button {
        width: 100%;
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        justify-content: space-between;
    }

    .venue-filter .filters-button .btn-submit {
        width: calc(50% - 7px);
    }
}

.owl-carousel.owl-drag .owl-item {
    position: relative;
    width: 300px;
    height: 250px;
    overflow: hidden;
}

.all-venues-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.all-venues-container .venues-content-wrapper {
    padding: 30px 0;
}

.all-venues-container .venues-content-wrapper::after,
.all-venues-container .venues-content-wrapper::before {
    content: " ";
    display: table;
    width: 0;
}

.all-venues-container .venues-content-wrapper::after {
    clear: both;
}

.venues-content-top {
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .venues-content-top {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    }
}

@media screen and (min-width: 1200px) {
    .venues-content-top .content-left {
        padding-right: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .venues-content-top .content-left {
        padding-right: 60px;
    }
}

.venues-content-top .content-left .page-title h1 {
    font-family: "Abril Fatface", cursive;
    color: #325D7F;
    font-weight: normal;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 25px;
}

@media screen and (min-width: 500px) {
    .venues-content-top .content-left .page-title h1 {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) {
    .venues-content-top .content-left .page-title h1 {
        font-size: 35px;
    }
}

.venues-content-top .content-left .page-title h1::before {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    background: #F2727F;
    margin-bottom: 20px;
}

.venues-content-top .content-left .featured-image img {
    width: 100%;
    height: auto;
}

.venues-content-top .content-left .content-text {
    font-size: 17px;
}

@media screen and (min-width: 1600px) {
    .venues-content-top .content-left .content-text {
        font-size: 21px;
    }
}

.venues-content-top .content-left .content-text h2 {
    font-family: "Abril Fatface", cursive;
    color: #325D7F;
    font-weight: normal;
    font-size: 26px;
    margin: 0;
    padding: 30px 0;
}

@media screen and (min-width: 500px) {
    .venues-content-top .content-left .content-text h2 {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) {
    .venues-content-top .content-left .content-text h2 {
        font-size: 35px;
    }
}

.venues-content-top .content-left .content-link-text {
    padding-top: 30px;
}

.venues-content-top .content-link-text {
    margin-bottom: 30px;
}

.venues-content-top .content-link-text button.btn {
    background: #F2727F;
    padding: 15px 40px;
    cursor: pointer;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    border: none;
    box-shadow: none;
    font-family: open sans;
    font-weight: 600;
    letter-spacing: 3px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
    border-radius: 0;
    display: block;
    padding: 20px;
}

@media screen and (max-width: 549px) {
    .venues-content-top .content-link-text button.btn {
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 767px) {
    .venues-content-top .content-link-text button.btn {
        padding: 15px 30px;
    }
}

@media screen and (max-width: 991px) {
    .venues-content-top .content-link-text button.btn {
        padding: 15px 35px;
    }
}

.venues-content-top .content-link-text button.btn:hover {
    color: #ffffff;
    background-image: none;
    background: #325D7F !important;
}

.venues-content-top .content-right .content-link-text {
    margin-bottom: 30px;
}

.venues-content-top .content-right .content-link-text button.btn {
    width: 100%;
    letter-spacing: 2;
}

@media screen and (min-width: 768px) {
    .venues-content-top .content-right .content-link-text button.btn {
        letter-spacing: initial;
    }
}

@media screen and (min-width: 992px) {
    .venues-content-top .content-right .content-link-text button.btn {
        letter-spacing: 2px;
    }
}

@media screen and (min-width: 1200px) {
    .venues-content-top .content-right .content-link-text button.btn {
        letter-spacing: 3px;
    }
}

.venues-content-top .mdr2.sidebar-block {
    margin-bottom: 20px;
    background-color: #F5F0EC;
    padding: 20px 20px 40px;
}

@media screen and (min-width: 1200px) {
    .venues-content-top .mdr2.sidebar-block {
        padding: 30px 40px 50px;
    }
}

.venues-content-top .mdr2.sidebar-block .sidebar-title h3 {
    font-family: "Abril Fatface", cursive;
    color: #325D7F;
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 0;
}

@media screen and (min-width: 500px) {
    .venues-content-top .mdr2.sidebar-block .sidebar-title h3 {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) {
    .venues-content-top .mdr2.sidebar-block .sidebar-title h3 {
        font-size: 35px;
    }
}

.venues-content-top .mdr2.sidebar-block .content-size-field {
    font-size: 18px;
    color: #212121;
    padding-bottom: 30px;
}

.venues-content-top .mdr2.sidebar-block .content-facilities .field-item {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 4px;
    padding-bottom: 2px;
}

.venues-content-top .mdr2.sidebar-block .content-facilities .field-item+.field-item {
    border-top: 1px solid #C6C6C6;
}

.venues-content-top .mdr2.sidebar-block .content-facilities .field-item .facilities_text {
    flex: 1 1 auto;
}

.venues-content-top .mdr2.sidebar-block .content-facilities .field-item .facilities_number {
    flex: 0 0 auto;
}

.venues-content-top .offering-menus.sidebar-block {
    margin-bottom: 30px;
    padding: 30px 15px 40px;
    color: #ffffff;
    background: #325D7F;
}

@media screen and (min-width: 1200px) {
    .venues-content-top .offering-menus.sidebar-block {
        padding: 30px 20px 50px;
    }
}

.venues-content-top .offering-menus.sidebar-block .sidebar-title h3 {
    font-family: "Abril Fatface", cursive;
    color: #325D7F;
    font-weight: normal;
    font-size: 26px;
    color: #ffffff;
    max-width: 250px;
    margin-bottom: 30px;
    line-height: 1;
}

@media screen and (min-width: 500px) {
    .venues-content-top .offering-menus.sidebar-block .sidebar-title h3 {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) {
    .venues-content-top .offering-menus.sidebar-block .sidebar-title h3 {
        font-size: 35px;
    }
}

.venues-content-top .offering-menus.sidebar-block .file-item {
    padding: 2px 0;
}

.venues-content-top .offering-menus.sidebar-block .file-item a {
    color: #ffffff;
    text-decoration: underline;
}

.venues-content-top .offering-menus.sidebar-block .more-text a {
    display: block;
    color: #ffffff;
    text-decoration: underline;
    padding-top: 10px;
}

.venue-slider-wrapper {
    padding-bottom: 30px;
}

.venue-slider-wrapper .flexslider {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

.venue-slider-wrapper .flexslider:hover .flex-direction-nav a,
.venue-slider-wrapper .flexslider .flex-direction-nav a {
    font-size: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    color: transparent;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .content-link-text:first-child {
        display: none;
    }

    .venue-slider-wrapper .flexslider:hover .flex-direction-nav a,
    .venue-slider-wrapper .flexslider .flex-direction-nav a {
        width: 24px;
        height: 24px;
        margin-top: -14px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1250px) {

    .venue-slider-wrapper .flexslider:hover .flex-direction-nav a,
    .venue-slider-wrapper .flexslider .flex-direction-nav a {
        width: 22px;
        height: 22px;
        margin-top: -11px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1040px) {

    .venue-slider-wrapper .flexslider:hover .flex-direction-nav a,
    .venue-slider-wrapper .flexslider .flex-direction-nav a {
        width: 22px;
        margin-top: -11px;
        height: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {

    .venue-slider-wrapper .flexslider:hover .flex-direction-nav a,
    .venue-slider-wrapper .flexslider .flex-direction-nav a {
        margin-top: -11px;
        width: 22px;
        height: 22px;
    }
}

.venue-slider-wrapper .flexslider:hover .flex-direction-nav a:hover,
.venue-slider-wrapper .flexslider:hover .flex-direction-nav a:focus,
.venue-slider-wrapper .flexslider .flex-direction-nav a:hover,
.venue-slider-wrapper .flexslider .flex-direction-nav a:focus {
    opacity: .8;
}

.venue-slider-wrapper .flexslider:hover .flex-direction-nav a::before,
.venue-slider-wrapper .flexslider .flex-direction-nav a::before {
    display: none !important;
}

.venue-slider-wrapper .flexslider:hover .flex-direction-nav a.flex-prev,
.venue-slider-wrapper .flexslider .flex-direction-nav a.flex-prev {
    left: -40px;
    border-width: 4px 0 0 4px;
    border-style: solid;
    border-color: #F2727F;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (min-width: 1200px) and (max-width: 1250px) {

    .venue-slider-wrapper .flexslider:hover .flex-direction-nav a.flex-prev,
    .venue-slider-wrapper .flexslider .flex-direction-nav a.flex-prev {
        left: -20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1040px) {

    .venue-slider-wrapper .flexslider:hover .flex-direction-nav a.flex-prev,
    .venue-slider-wrapper .flexslider .flex-direction-nav a.flex-prev {
        left: -20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {

    .venue-slider-wrapper .flexslider:hover .flex-direction-nav a.flex-prev,
    .venue-slider-wrapper .flexslider .flex-direction-nav a.flex-prev {
        left: -20px;
    }
}

@media screen and (max-width: 767px) {

    .venue-slider-wrapper .flexslider:hover .flex-direction-nav a.flex-prev,
    .venue-slider-wrapper .flexslider .flex-direction-nav a.flex-prev {
        box-shadow: -2px -2px 3px 0px #fff;
        left: 10px;
    }
}

.venue-slider-wrapper .flexslider:hover .flex-direction-nav a.flex-next,
.venue-slider-wrapper .flexslider .flex-direction-nav a.flex-next {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -40px;
    border-width: 4px 4px 0 0;
    border-style: solid;
    border-color: #F2727F;
}

@media screen and (min-width: 1200px) and (max-width: 1250px) {

    .venue-slider-wrapper .flexslider:hover .flex-direction-nav a.flex-next,
    .venue-slider-wrapper .flexslider .flex-direction-nav a.flex-next {
        right: -20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1040px) {

    .venue-slider-wrapper .flexslider:hover .flex-direction-nav a.flex-next,
    .venue-slider-wrapper .flexslider .flex-direction-nav a.flex-next {
        right: -20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {

    .venue-slider-wrapper .flexslider:hover .flex-direction-nav a.flex-next,
    .venue-slider-wrapper .flexslider .flex-direction-nav a.flex-next {
        right: -20px;
    }
}

@media screen and (max-width: 767px) {

    .venue-slider-wrapper .flexslider:hover .flex-direction-nav a.flex-next,
    .venue-slider-wrapper .flexslider .flex-direction-nav a.flex-next {
        right: 10px;
        box-shadow: 2px -2px 3px 0px #fff;
    }
}


@media screen and (max-width: 767px) {
    body .header-wrapper {
        top: 0;
    }
}

#panel-71-0-0-0 {
    display: none;
}

.single-tribe_events .tribe-events-single-event-title {
    font-family: "Abril Fatface", cursive;
    color: #325D7F;
    font-weight: normal;
    font-size: 45px !important;
}

#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
    font-size: 16px;
}

.tribe-events-cal-links {
    display: none;
}

.tribe-events-schedule {
    color: #F2727F;
    margin-top: 0 !important;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    color: #325d7f;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
        color: #f27380 !important;
    font-weight: 600 !important;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    color: #325d7f !important;
    font-size: 1.5em !important;
}

.single-tribe_events .tribe-events-meta-group+.tribe-events-meta-group+.tribe-events-meta-group-gmap {
    display: none !important;
}

.single-tribe_events .tribe-events-event-meta {
    background: #f5f0ec !important;
    color: white !important;
    font-size: 16px !important;
    border: none !important;
    padding: 20px !important;
}
.single-tribe_events .tribe-events-content{
        padding: 10px 0 20px !important;
    font-size: 16px !important;
}

.tribe-events-event-meta .tribe-events-meta-group {
    width: 45% !important;
}

.tribe-event-duration {
    color: #F2727F;
}
.tribe-list-widget li{
  list-style: none;
  padding: 20px 0;
}
.tribe-events-promo,
a.tribe-events-ical.tribe-events-button{
    display: none !important;
}
.ticket-cost{
        border: none;
    padding-left: 0;
    font-size: 18px;
}
.tribe-events-read-more{
    background: #F2727F;
    padding: 15px 40px;
    line-height: 1;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    box-shadow: none;
    font-family: open sans;
    font-weight: 600;
    letter-spacing: 3px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    background-image: none;
    float: right;
    margin:10px 0;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]{
    background: #F2727F !important;
    font-family: "Open Sans", sans-serif !important;
    padding: 15px 40px !important;
    line-height: 1 !important;
    color: white !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 3px !important;
    position: relative;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    background-image: none;
}
#tribe-events-header > .tribe-events-nav-pagination:first-child {
    display: none;
}
.tribe-events-read-more:hover,
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover{
    background-image: none;
    background: #325D7F !important;
    text-decoration: none;
    color: white;
}
.tribe-events-list-event-description.tribe-events-content.description.entry-summary{
        display: block !important;
    width: 65% !important;
    float: right !important;
    position: relative !important;
    margin-top: 15px !important;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image{
    float: none !important;
    position: absolute;
}
.ticket-cost {
        border: none !important;
    text-align: left !important;
    padding-left: 0 !important;
}
.tribe-events-event-cost,
.tribe-events-event-meta,
.tribe-events-list .tribe-events-list-event-title{
        display: block !important;
    width: 65% !important;
    float: right !important;
    text-align: left !important;
    margin: 0 !important;
}
.tribe-events-list .tribe-events-list-event-title{
    font-size: 3rem !important;
    font-weight: 600;
}
.tribe-events-list .tribe-events-venue-details{
    border-top: 0 !important;
}
.tribe-event-title {
    font-size: 35px;
    font-weight: 800;
}
.tribe-events-list .type-tribe_events{
        padding: 5.25em 0;
}
.tribe-list-widget {
    padding: 30px;
}
.event-price{
        display: inline-block !important;
    border: none !important;
    padding-left: 0 !important;
}
.single-tribe_events .tribe-events-meta-group+.tribe-events-meta-group+.tribe-events-meta-group-gmap {
    width: 100% !important;
}
.single-tribe_events .tribe-events-event-meta,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd{
    width: 100% !important;
    float: none !important;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-footer .tribe-events-sub-nav li, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-header .tribe-events-sub-nav li{
    margin-top: 20px !important;
}
.tribe-events-list .tribe-events-venue-details {
    margin: 10px 0 -5px !important;
}
.tribe-events-event-cost span{
    font-size: 16px;
}
#tribe-events-bar{
    display: none !important;
}
.tribe-events-list-separator-month{
        font-size: 30px !important;
    margin-top: 0 !important;
    border-bottom: 1px solid #f2727f;
    color: #325d7f !important;
    background-color: transparent !important;
}
.tribe-events-page-title{
        text-transform: uppercase !important;
    font-weight: 800 !important;
    color: #325d7f !important;
    font-size: 30px !important;
}
.tribe-events-list .type-tribe_events{
    border-color: #f2727f !important;
}
.tribe-events-schedule h2{
    text-transform: inherit;
}
@media screen and (max-width: 1200px) {
    #tribe-events-pg-template, .tribe-events-pg-template{
        margin:0 15px !important;
    }
}
@media screen and (max-width: 768px) {
.tribe-events-list .tribe-events-event-image img{
    max-height: auto !important;
    width: 100% !important;
}
.tribe-events-loop .tribe-events-event-meta{
    background:transparent !important;
    border:none !important;
    font-size:17px !important;
        margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-left: -12px !important;
}
.tribe-events-list .tribe-events-venue-details{
    margin-bottom: 0 !important
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image{
    margin:0 0 30px !important;
    float: none !important;
    width: 100% !important ;
    position: relative !important;
}
.tribe-events-event-cost, .tribe-events-event-meta, .tribe-events-list .tribe-events-list-event-title,
.tribe-events-list-event-description.tribe-events-content.description.entry-summary{


    float: none !important;
    margin: 0 0 15px !important;
    width: 100% !important;
}
}

/*# sourceMappingURL=style.css.map */

.postid-168 .content-link-text .btn{
            display: none !Important;
        
}