.button-bar {
    padding: 0.25rem;
}
.button-bar a {
    border-radius: 30px;
}
@media screen and (min-width: 1088px) {
    .container {
        max-width: 1190px;
        width: 100%;
    }
}
.container {
    padding: 0 1rem;
}
body {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
}
html {
    max-width: 100%;
    overflow-x: hidden;
}
h1 {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1.25rem;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}
h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0;
    color: #000;
}
h3 {
    margin-bottom: 0.5rem;
    font-family: Montserrat, sans-serif;
    color: #ab2b29;
    font-size: 1.75rem;
}
p {
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #ab2b29;
    font-size: 0.9rem;
}
.is-vertical-center {
    display: flex;
    align-items: center;
}
.center-align {
    text-align: center;
}
.main-wrap {
    max-width: 1920px;
    margin: auto;
    background: #fff;
}
.container-fluid {
    position: relative;
    overflow: hidden;
}
.pad-vertical-0 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.fa {
    font-size: 1.5rem !important;
}
.strong {
    font-weight: 700;
}
.sticky-btn {
    position: fixed;
    bottom: 2rem;
    right: 0;
    border-radius: 1rem 0 0 1rem;
    background: url(../img/coffee.png) center center #ab2b29 no-repeat;
    background-size: contain;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 1.5rem 1.5rem;
    text-transform: uppercase;
    z-index: 4;
    font-size: 0.9rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.sticky-btn:hover {
    color: #fff;
    background: url(../img/coffee.png) center center #333 no-repeat;
    background-size: contain;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.pad-bottom-0 {
    padding-bottom: 0 !important;
}
.pad-top-0 {
    padding-top: 0 !important;
}
.no-pad {
    padding: 0 !important;
}
.hidden {
    display: none;
}
.mb30 {
    margin-bottom: 1rem;
}
header {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 1.25rem 0;
    left: 0;
    right: 0;
}
.navbar {
    background: 0 0;
    padding: 3.6rem 0 2rem 0;
}
.navbar-item img {
    max-height: 6rem;
}
.navbar-item {
    font-size: 0.95rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: Montserrat, sans-serif;
    line-height: 1rem;
    padding: 1rem 0 1rem 1.75rem;
}
.foot-nav a:hover,
.footer a,
a.navbar-item:hover {
    color: #ab2b29 !important;
    background: 0 0;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.navbar-brand .navbar-item {
    padding-left: 0;
    border: 0;
    padding-top: 0;
}
.sub-nav {
    color: #333;
    font-size: 0.85rem;
}
.sub-nav a {
    padding-right: 1.25rem;
    color: #333;
}
.client-login {
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 35;
    color: #fff;
    font-size: 0.95rem;
    font-family: Montserrat, sans-serif;
}
.client-login:hover {
    color: #ab2b29 !important;
    background: 0 0;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.slide {
    min-height: 100vh;
    height: auto;
    background: #000;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slide-content {
    padding-top: 6rem;
}
.slide .container {
    z-index: 5;
}
.slide .headline {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 0.85rem;
}
.video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.btn {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    line-height: 1rem;
    padding: 1rem 1rem;
    background: #ab2b29;
    color: #fff;
    border-radius: 20px;
    padding: 1.15rem 2rem;
    display: inline-block;
    clear: both;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.btn:hover,
.grey-btn:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fff;
    background: #18384c !important;
    cursor: pointer;
}
.hollow {
    background: 0 0;
    border: 3px solid #888;
    color: #888;
}
.hollow:hover {
    color: #18384c;
    border-color: #18384c;
    background: 0 0 !important;
}
.no-pad-top {
    padding-top: 0 !important;
}
.no-pad-bottom {
    padding-bottom: 0 !important;
}
.slide .container,
.small-slide .container {
    z-index: 5;
    position: relative;
}
.slide .headline {
    margin-bottom: 1.25rem;
    color: #fff;
    font-size: 1rem;
}
.small-slide {
    min-height: 30vh;
    padding: 10rem 0 5rem 0;
    background-size: cover;
    background-color: #333;
    background-position: center center;
    position: relative;
    overflow: hidden;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
    z-index: 5;
}
.small-slide-wrap {
    width: 100%;
    position: relative;
    height: auto;
}
.vinyl-header {
    position: absolute;
    bottom: -80px;
    right: 0;
    background: url(../img/vinyl-header.jpg) bottom center no-repeat;
    width: 350px;
    height: 100px;
    z-index: 2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    text-align: center;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 3s;
}
.vinyl-header span {
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
}
.vinyl-header:hover {
    bottom: -100px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.small-slide {
    z-index: 3;
}
@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.small-slide h1 {
    margin-bottom: 0;
}
.breadcrumb {
    display: inline-block;
    color: #fff !important;
    opacity: 0.5;
}
.breadcrumb a,
.breadcrumb li.is-active a {
    color: #fff;
}
.small-slide:after {
    content: "";
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.vinyl-buttons {
    background: url(../img/vinyl-background-dj.jpg) top center no-repeat;
    background-size: 90%;
    width: 100%;
    height: auto;
    padding: 6rem 1rem 0 1rem;
    position: relative;
    min-height: 425px;
    overflow-x: hidden;
}
@media (min-width: 1400px) and (max-width: 1920px) {
    .vinyl-buttons {
        background-size: 70%;
        min-height: 500px;
    }
}
.vinyl-buttons:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.94) 12%, rgba(0, 0, 0, 0.92) 14%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.94) 12%, rgba(0, 0, 0, 0.92) 14%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.94) 12%, rgba(0, 0, 0, 0.92) 14%, rgba(0, 0, 0, 0) 100%);
}
.main-content {
    position: relative;
    background: #fff;
    padding: 6rem 0 3rem 0;
}
.main-content .container {
    z-index: 3;
}
.service-buttons .column {
    padding: 0;
    margin: 2rem 0 0 0;
}
.service-buttons a {
    opacity: 1;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 100%;
    max-height: 360px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background: #000;
    border-radius: 1rem;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.1;
    width: 100%;
}
.grid figure figcaption {
    padding: 2rem;
    color: #fff;
    font-size: 1rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-bubba {
    background: #000;
}
figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
    opacity: 0.4;
}
figure.effect-bubba:hover h3 {
    padding-top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
figure.effect-bubba figcaption::after,
figure.effect-bubba figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    border-radius: 1rem;
}
figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    border-radius: 1rem;
}
figure.effect-bubba h3 {
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.25rem;
}
figure.effect-bubba p {
    padding: 0 1.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
figure.effect-bubba:hover figcaption::after,
figure.effect-bubba:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-bubba:hover {
    background: #78201e;
}
figure.effect-bubba:hover h3,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.white-content {
    padding: 4rem 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.client-login a {
    color: #fff;
}
.client-login a.bold,
.red {
    font-weight: 700;
    color: #ab2b29;
    opacity: 1;
}
.dark-content,
.grey-content {
    padding: 4rem 0;
    background: #efefef;
    position: relative;
    overflow: hidden;
}
.dark-content {
    background: #04041a;
    color: #fff;
}
.grey-content h2 {
    color: #20677e;
}
.weddings {
    background: url(../img/wedding-bg.jpg) no-repeat top 0 center;
    background-size: cover;
    padding: 4rem 0 0 0;
    position: relative;
    color: #fff;
    overflow: hidden;
}
.weddings:after {
    content: "";
    background: rgba(0, 0, 52, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10000px;
    z-index: 1;
}
.weddings .container {
    z-index: 2;
}
.weddings a,
.weddings h2 {
    color: #fff;
}
.button-bar {
    background: #04041a;
    position: relative;
    z-index: 2;
    margin-top: 4rem;
}
.text-bar {
    margin-top: 0;
}
.button-bar .container-fluid {
    max-width: 1600px;
    margin: auto;
    position: relative;
}
.button-bar a {
    background: #ab2b29;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 1.5rem 1.5rem;
    text-transform: uppercase;
    z-index: 4;
    font-size: 0.8rem;
    text-align: center;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.button-bar a:hover {
    background: #333;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.home-content-flip {
    max-width: 500px;
    margin: auto;
}
.flop-image-one {
    border-radius: 3rem 0 0 0;
}
.flop-image-two {
    border-radius: 0 0 3rem 0;
}
.flop-image {
    position: relative;
    z-index: 2;
}
.flop-image:after {
    content: "";
    position: relative;
    z-index: 1;
    bottom: -40px;
    width: 100%;
    background: url(../img/shadow.png) top center;
    background-size: cover;
    height: 87px;
}
.flop-image img {
    position: relative;
    z-index: 2;
}
.bottom-grey:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3rem;
    background: #efefef;
    left: 0;
    right: 0;
}
.top-grey:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 3rem;
    background: #efefef;
    left: 0;
    right: 0;
}
.inner .btn {
    margin-bottom: 2rem;
}
.list-inline li {
    margin-bottom: 1.25rem;
}
.italic {
    font-style: italic;
}
.testimonials {
    padding: 4rem 0 4rem 0;
    background: url(../img/testimonials.jpg) center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.testimonials p {
    font-size: 1rem;
}
.bx-wrapper {
    box-shadow: none !important;
    border: 0 !important;
    margin-bottom: 0 !important;
}
.bx-default-pager {
    display: none;
}
.blog {
    padding: 4rem 0;
}
.blog-title {
    border-bottom: 3px solid #ab2b29;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
}
.blog-title span {
    font-weight: 400;
}
.blog-post-title {
    color: #ab2b29;
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
}
.contact {
    background: url(../img/contact-bg.jpg);
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 4rem 0;
}
.contact-box {
    width: 100%;
    padding: 3rem 2rem;
    background: rgba(0, 0, 0, 0.8);
    border: 1rem solid #ab2b29;
    min-height: 400px;
}
.contact-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}
.contact-box p {
    max-width: 85%;
    color: #fff;
    margin: auto;
}
footer {
    padding: 4rem 0 10rem 0;
    background: #04041a;
}
.foot-nav {
    margin-bottom: 0;
}
footer .fa {
    font-size: 1.5rem;
}
.foot-nav a {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: Montserrat, sans-serif;
    line-height: 1rem;
    padding: 1rem 1rem;
    opacity: 1;
}
footer p {
    padding-left: 1rem;
    color: #fff;
    font-size: 1rem;
}
footer a {
    color: #fff;
    opacity: 0.5;
    font-size: 1rem;
}
footer .bold {
    font-family: "Montserrat", sans-serif;
}
.small {
    font-size: 0.75rem;
    max-width: 850px;
    margin: auto;
    margin-bottom: 1.5rem;
}
.max-600 {
    max-width: 300px;
    margin: auto;
}
.wedding-item {
    padding: 2rem 3.5rem;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
.wedding-item h3 {
    max-width: 200px;
    min-height: 65px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
}
.price {
    position: absolute;
    top: 0;
    right: 0;
    background: #ab2b29;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 1.5rem 1.5rem;
    z-index: 2;
}
.main-price {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #ab2b29;
    font-size: 2rem;
}
.main-price span {
    font-weight: 400;
    font-size: 75%;
    color: #333;
}
.content-details {
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
.content-details:after,
.wedding-item:after {
    content: "";
    background: rgba(0, 0, 52, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10000px;
    z-index: 1;
}
.content-details .container,
.wedding-item .wedding-item-content {
    position: relative;
    z-index: 5;
    color: #fff;
}
.content-details h2,
.content-details h3,
.content-details p,
.content-details ul {
    color: #fff;
}
.content-details h2 {
    margin-bottom: 0;
}
.content-details ul {
    list-style-type: disc;
    padding-left: 2rem;
}
.white-content ol {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}
.gallery-content {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    opacity: 1;
    background: #fff;
    padding: 0.5rem;
    display: inline-block;
    overflow: hidden;
    border-radius: 1rem;
}
.gallery-content img {
    border-radius: 1rem;
}
.gallery-content:hover {
    opacity: 0.75;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
table {
    width: 100%;
}
table tr:nth-child(even) {
    background-color: #efefef;
}
h1 {
    text-align: center;
}
h1 {
    text-align: center;
}
.ed-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    z-index: 99;
}
.ed-closeModal {
    position: absolute;
    top: 1em;
    right: 1em;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0.5;
}
.ed-closeModal::after,
.ed-closeModal::before {
    content: "";
    width: 2.12rem;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    transform-origin: top left;
}
.ed-closeModal::before {
    left: 0;
}
.ed-closeModal::after {
    right: 0;
    transform: rotate(-45deg);
    transform-origin: top right;
}
.modalContent {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.video-two {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    z-index: 9099;
}
.video-two iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.form-control {
    padding: 5px;
    border-radius: 0.5rem;
}
.pagination li a {
    padding: 0.5rem;
    border-radius: 0.5rem;
}
.jotform-form {
    text-align: left;
}
.jotform-form input,
.jotform-form textarea {
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.5);
}
.jotform-form label {
    color: #fff !important;
}
.jotform-form .form-checkbox {
    width: auto;
    position: relative;
    top: -3px;
}
.form-checkbox-item {
    width: 50%;
    float: left;
}
p.white-text {
    max-width: 100%;
    font-size: 1rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
}
p.white-text strong {
    color: #fff;
}
::placeholder {
    color: #efefef;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #efefef;
}
::-ms-input-placeholder {
    color: #efefef;
}
button {
    border: 0;
}
.pagination-link {
    border-color: #ab2b29 !important;
}
.pagination-link.is-current {
    background: #ab2b29;
}
.list-inline {
    display: block;
    clear: both;
    width: 100%;
}
.list-inline li {
    float: left;
    display: inline;
    margin-right: 0.5rem;
    font-size: 0.75rem;
}
.list-inline a {
    font-size: 0.75rem;
    color: #333;
    padding: 0;
    margin: 0;
    padding: 0.25rem 1rem 0.5rem 1rem;
    background: #efefef;
}
.post-meta p {
    font-size: 0.75rem;
}
.clear {
    display: block;
    clear: both;
    float: none;
}
.smallh3 {
    font-size: 1.25rem;
    color: #333;
}
.side-nav li a {
    color: #666;
    font-size: 0.75rem;
}
.search-wrap {
    position: relative;
    max-width: 300px;
}
.search-btn {
    position: absolute;
    top: 0;
    right: -10px;
    padding: 4px;
    border-radius: 0 1rem 1rem 0;
}
.search-box {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
}
.team-member {
    position: relative;
    z-index: 2;
}
.team-member img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    z-index: 4;
}
.team-member img:hover {
    transform: scale(0.95);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.team-member-content {
    padding: 1rem 0.5rem;
    position: relative;
}
.team-member-content:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 20px #ab2b29;
    border-left: solid 80px transparent;
    border-right: solid 80px transparent;
    top: -15px;
    z-index: 0;
}
.team-member-content a {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
}
.team-member-content a:hover {
    color: #ab2b29;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
}
.team-black:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10rem;
    background: #000;
    left: 0;
    right: 0;
    z-index: 0;
}
.checkdate table {
    padding: 3rem;
    border: 3px solid #ab2b29;
    display: block;
}
.checkdate tr {
    margin-bottom: 1rem;
    position: relative;
    display: block;
}
.checkdate table tr:nth-child(even) {
    background: #fff;
}
.checkdate b {
    width: 100%;
    padding: 0.25rem;
}
.checkdate select {
    background: #efefef;
}
.mobile-display,
.visible-xs {
    display: none;
}
.pagination li {
    display: inline-block;
    float: left;
}
@media screen and (max-width: 1088px) {
    .navbar {
        padding: 0;
    }
    .navbar-menu {
        background: #fff;
        border-radius: 0.5rem;
    }
    .navbar-item {
        color: #000;
    }
    header .has-text-right {
        text-align: left !important;
    }
    .client-login {
        display: none;
    }
    .burger,
    .burger.is-active,
    .navbar-burger:hover {
        top: 0;
        right: 0;
        position: absolute;
        background: #ab2b29;
        color: #fff;
        z-index: 999;
    }
    .mobile-display {
        display: inline-block;
    }
}
@media screen and (max-width: 768px) {
    p {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    header {
        padding: 0 1rem;
    }
    .slide p {
        font-size: 0.9rem;
    }
    .slide-content {
        padding: 0 1rem;
    }
    .navbar-brand img {
        max-width: 150px;
        margin-top: 15px;
    }
    h1 {
        font-size: 1.75rem;
    }
    .blog,
    .contact,
    .testimonials,
    .weddings,
    .white-content,
    footer {
        padding: 2rem 0;
    }
    .weddings {
        padding-bottom: 0;
    }
    .content-details .container,
    .footer .container,
    .small-slide-wrap .container,
    .testimonials .container,
    .weddings .container,
    .white-content .container {
        padding: 0 1rem;
    }
    .button-bar {
        margin-top: 1rem;
    }
    .button-bar a {
        width: 50%;
        margin: 0;
        float: left;
        border: 1px solid rgba(0, 0, 0, 0.5);
        padding: 1rem 2rem;
    }
    .flop-image-one,
    .flop-image-two {
        border-radius: 0;
    }
    .home-content-flip {
        padding: 0 1rem;
    }
    .bottom-grey:after,
    .top-grey:after {
        display: none;
    }
    .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    .pad-top-0-mobile {
        padding-top: 0;
    }
    .flop-image img {
        padding-bottom: 0.5rem;
    }
    .contact-box {
        padding: 1rem;
    }
    .contact-box p {
        max-width: 100%;
    }
    .form-checkbox-item {
        float: none;
        display: block;
        width: 100%;
    }
    .jotform-form .form-checkbox {
        top: 0;
    }
    footer {
        padding-bottom: 6rem;
    }
    .foot-nav a {
        display: block;
        float: none;
        padding: 0.25rem 0;
    }
    .social icon {
        float: left;
    }
    .sticky-btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        border-radius: 0;
        text-align: center;
    }
    .phone-stick {
        position: fixed;
        bottom: 70px;
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        border-radius: 0;
        text-align: center;
        background: #000;
        color: #fff;
        padding: 1rem;
        z-index: 6;
    }
    .vinyl-button {
        padding-top: 3rem;
    }
    .vinyl-buttons:after {
        opacity: 0.5;
    }
    .small-slide {
        min-height: 100px;
        padding: 8rem 0 3rem 0;
    }
    .wedding-item {
        padding: 5rem 1rem 3rem 1rem;
    }
    .gallery-content {
        padding: 0;
        border-radius: 0.5rem;
    }
    .wedding-item h3 {
        min-height: 20px;
    }
    .white-content .column img {
        text-align: center;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: grid;
    }
    .button-bar {
        margin-top: 0;
    }
    .checkdate table {
        padding: 1rem;
    }
    .small-slide-wrap .center-align,
    .small-slide-wrap h1 {
        text-align: left !important;
    }
    .team-member-content a {
        color: #000;
    }
    .inner h3 {
        font-size: 1.25rem;
        margin-top: 1rem;
    }
    .side-nav {
        display: inline-block;
        margin-bottom: 1rem;
    }
    .side-nav li {
        float: left;
        padding-right: 0.5rem;
    }
    .search-btn {
        padding: 3px;
    }
    .search-wrap {
        max-width: 100%;
    }
    .breadcrumb a {
        padding: 0 0.5rem;
    }
    .grid figure {
        max-height: 200px;
        margin-bottom: 1rem;
    }
    .grid figure figcaption {
        padding: 1rem;
    }
    figure.effect-bubba h3 {
        padding-top: 14%;
    }
    .slide {
        min-height: 80vh;
    }
}
@media screen and (max-width: 480px) {
    figure.effect-bubba h3 {
        padding-top: 25%;
    }
    .button-bar a {
        height: 70px;
    }
    body {
        overflow-x: hidden;
        max-width: 100%;
    }
    .slide {
        padding-top: 150px;
        height: auto;
        min-height: 100px;
        position: relative;
        padding-bottom: 3rem;
    }
    .burger,
    .burger.is-active,
    .navbar-burger:hover {
        top: 10px;
    }
    .effect-bubba p {
        display: none;
    }
    header {
        padding: 0;
    }
}
.client-login .bold {
    background: #fff;
    padding: 0.5rem;
    border-radius: 15px;
}

.contact-highlight {
    background: #ab2b29;
    padding-right: 1rem;
	padding-left: 1rem;
	margin-left:0.75rem;
    border-radius:15px;
}

.navbar-item.contact-highlight:hover{
    background:#333!important;
    color:#fff!important;
}
