/*
 Theme Name:   Beauty in Vegas
 Description:  WP Bootstrap Starter Child Theme
 Author:       Jeff Nyveen
 Author URI:   http://jeffnyveen.com
 Template:     wp-bootstrap-starter
 Version:      1.0
*/

body {
    background-color: #fafafa;
}

hr {
    border-top: 1px solid #eee;
    margin: 40px 0;
}

h1 {
    margin: 0;
}

h2 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    color: #666;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

li,
p {
    color: #666;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

p.beauty {
    font-family: "Cinzel Decorative", cursive;
}

li a,
p a {
    border-bottom: 1px #333 solid;
    color: #333;
    transition: 0.2s border-bottom-color ease-in-out, 0.2s color ease-in-out;
}

li a:hover,
p a:hover {
    border-bottom-color: #000;
    color: #000;
    text-decoration: none;
}

p img {
    height: auto;
    margin: 8px 0;
    max-width: 100%;
}

img.alignright {
    float: right;
    height: auto;
    margin: 0 0 10px 10px;
    max-width: 50%;
}

header {
    padding-top: 40px;
}

a.site-title {
    border-bottom: 1px #333 solid;
    color: #333;
    font-family: "Cinzel Decorative", cursive;
    font-size: 32px;
    line-height: 1;
}

a.site-title:hover {
    text-decoration: none;
}

a.site-title span {
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 12px 0 8px 0;
}

a.site-title span br {
    display: none;
}

.subtitle {
    color: #333;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: normal;
}

.navbar-toggler {
    border: none;
    border-radius: 0;
    display: block;
    padding: 10px;
    position: absolute;
    right: -10px;
    top: 8px;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler-icon {
    background-image: none !important;
    color: #333;
    font-size: 28px;
    height: initial;
    width: initial;
}

#main-nav {
    display: none;
}

#main-nav.show {
    display: block;
}

.navbar-brand {
    display: block;
    margin: 0;
    width: 100%;
}

nav .get-in-touch {
    color: #333;
}

nav .get-in-touch a {
    color: #333;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    transition: 0.2s opacity ease-in-out;
}

nav .get-in-touch a:hover {
    opacity: 0.5;
    text-decoration: none;
}

nav .social {
    display: inline-block;
    margin: 0;
}

nav .social a {
    padding: 0 5px;
}

.navbar-nav {
    flex-direction: column;
}

.nav-link {
    border-bottom: none;
    color: #333 !important;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.nav-link:hover {
    color: rgba(0, 0, 0, 0.5) !important;
}

@media (min-width: 500px) {

    .navbar-toggler {
        top: 5px;
    }

    .navbar-brand {
        margin-right: 1rem;
        width: initial;
    }

    a.site-title {
        border-bottom: none;
        font-size: 36px;
    }

    a.site-title span {
        border-left: 1px #333 solid;
        border-top: none;
        display: inline;
        float: right;
        font-size: 13px;
        line-height: 14px;
        margin: 12px 0 0 10px;
        padding: 0 0 0 10px;
    }

    a.site-title span br {
        display: inline;
    }

}

@media (min-width: 992px) {

    a.site-title {
        font-size: 44px;
    }

    a.site-title span {
        font-size: 15px;
        line-height: 18px;
        margin: 6px 0 0 10px;
    }

    nav .get-in-touch {
        position: absolute;
        right: 0;
        top: 5px;
    }

    nav .social a img {
        -webkit-filter: opacity(0.8);
        filter: opacity(0.8);
    }

    .navbar-toggler {
        display: none;
    }

    #main-nav {
        display: flex !important;
        flex-basis: auto !important;
        position: absolute;
        right: 0;
        top: 25px;
    }

    .navbar-nav {
        flex-direction: row;
    }

    .nav-link {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

}

.dropdown-menu {
    background-color: #f7f6f5;
    border: none;
    border-radius: 0;
    margin: -10px 0 0 0;
    padding: 0;
    position: static;
}

@media (min-width: 768px) {

    .dropdown-menu {
        background-color: #f7f6f5;
        margin: 0;
        padding: 5px 0;
        position: absolute !important;
    }

}

.dropdown-item {
    color: #333;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 24px;
    padding: 0 10px;
    text-transform: uppercase;
    transition: 0.2s opacity ease-in-out;
}

.dropdown-item:hover {
    background-color: transparent;
    opacity: 0.4;
}

.site-content {
    padding-top: 40px;
}

.header-text p {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
}

.grid {
    margin: 40px -10px 0 0;
}

.grid-item {
    margin-bottom: 10px;
    width: calc(50% - 10px);
}

/*@media (min-width: 576px) {*/
/*    .grid-item {*/
/*        width: calc(50% - 10px);*/
/*    }*/
/*}*/

@media (min-width: 768px) {
    .grid-item {
        width: calc(33.33333% - 10px);
    }
}

@media (min-width: 992px) {
    .grid-item {
        width: calc(25% - 10px);
    }
}

@media (min-width: 1200px) {
    .grid-item {
        width: calc(20% - 10px);
    }
}

/*.grid-item:nth-child(3n) {*/
/*    width: calc(40% - 10px);*/
/*}*/

.before-after {
    margin: 0 -15px 30px -15px;
}

.before-after > .col-12 {
    padding: 0;
}

.before-after .row {
    margin: 30px 0;
}

.before-after .row .col-6:first-child {
    text-align: right;
}

.before-after img {
    max-height: 400px;
    max-width: 100%;
    object-fit: contain;
    object-position: top;
}

.image-banner {
    padding-bottom: 40px;
}

.image-banner .image-container {
    padding-bottom: 10px;
}

.image-banner .image-container .image {
    background-position: center;
    background-size: cover;
    max-width: 100%;
    padding-bottom: 100%;
}

.image-banner .image-container:nth-child(odd) {
    padding-right: 5px;
}

.image-banner .image-container:nth-child(even) {
    padding-left: 5px;
}

@media (min-width: 768px) {

    .image-banner .image-container {
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .image-banner .image-container:nth-child(odd) {
        padding-right: 10px;
    }

    .image-banner .image-container:nth-child(even) {
        padding-left: 10px;
    }

}

.logos .logo-container {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 30px 20px;
}

.logos img {
    max-width: 100%;
}

.carousel-item {
    color: #fff;
    padding: 60px 0;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}

.carousel-item h2 {
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.carousel-item cite {
    font-family: "Lato", sans-serif;
    font-style: normal;
}

.services {
    padding-top: 40px;
}

.service {
    margin-bottom: 40px;
    text-align: center;
}

.service .image {
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    max-width: 100%;
    padding-bottom: 100%;
}

.service p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}

.service p.name {
    color: #333;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.service p.price {
    font-size: 16px;
}

.review {
    margin-top: 40px;
}

.review p.name {
    color: #333;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.review p.source-date {
    font-size: 13px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 5px;
}

.embed-responsive {
    margin: 5px 0 18px 0;
}

form.wpcf7-form label {
    color: #333;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 100%;
}

form.wpcf7-form label span {
    color: #666;
}

form.wpcf7-form input.btn {
    background-color: #666;
    border: none;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

form.wpcf7-form input.btn:hover {
    background-color: #333;
}

.grecaptcha-badge {
    display: none;
}

footer {
    padding-bottom: 60px;
}

footer .site-info {
    text-align: center;
}

footer p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

footer p.beauty {
    font-size: 16px;
}

footer p a {
    border-bottom: none;
    color: #666;
}

footer p a:hover {
    text-decoration: none;
}

.social {
    margin: 30px auto 0 auto;
    width: fit-content;
}

.social a {
    color: #aaa;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    padding: 0 20px;
    transition: 0.2s opacity ease-in-out;
    vertical-align: middle;
}

.social a:hover {
    opacity: 0.5;
}

.social a img {
    -webkit-filter: opacity(0.3);
    filter: opacity(0.3);
    height: 20px;
}

.modal-header {
    justify-content: center;
}

.modal-header .close {
    margin: 0;
    position: absolute;
    right: 0;
    top: -1px;
}

.modal-body {
    padding: 30px;
}

.modal-body h3 {
    text-align: center;
}

.modal-body ul {
    margin-bottom: 0;
    padding-left: 20px;
}

section.get-social {
    border: 20px #fcf2fd solid;
    border-radius: 0.3rem;
    margin-top: 20px;
    padding: 20px;
}

section.get-social .social a {
    font-size: 30px;
}

section.get-social .social a img {
    height: 30px;
}

.wpcf7 form .wpcf7-not-valid {
    border-color: #990000;
}

.wpcf7 form .wpcf7-not-valid-tip {
    color: #990000;
}

.wpcf7 form .wpcf7-response-output {
    background-color: #990000;
    border: none;
    color: white;
    font-family: "Lato", sans-serif;
    line-height: 20px;
    margin: 2em 0 0 0;
    padding: 5px 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #009900;
}

body.home {
    background-color: #000;
}

body.home nav {
    z-index: 2;
}

body.home .navbar-toggler-icon,
body.home a.site-title,
body.home .subtitle,
body.home nav .get-in-touch,
body.home nav .get-in-touch a,
body.home nav .get-in-touch .social a,
body.home footer p,
body.home footer p a {
    color: #fff;
}

body.home a.site-title,
body.home a.site-title span {
    border-color: #fff;
}

body.home nav .get-in-touch .social a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

body.home .nav-link {
    color: #fff !important;
}

body.home video {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

body.home .video-container::before,
body.home .video-container::after {
    content: "";
    display: block;
    height: 20%;
    left: 0;
    position: absolute;
    width: 100%;
}

body.home .video-container::before {
    background: linear-gradient(#000, transparent);
    top: 0;
    z-index: 1;
}

body.home .video-container::after {
    background: linear-gradient(transparent, #000);
    bottom: 0;
}

body.home .social a img {
    -webkit-filter: brightness(0) invert(0.9);
    filter: brightness(0) invert(0.9);
}

.rplg-list2 .rplg-box {
    background-color: #fff !important;
}