/*
Theme Name: 50 Flavors of Sound
Theme URI: https://candicecanoso.com
Author: Candice Canoso
Author URI: https://candicecanoso.com
Description: A customized Wordpress theme for 50 Flavors of Sound. Designed by Jeremy Richards
Version: 1.0
Text Domain: cndce50fos


*/

body {
    font-family: Lato, sans-serif;
    background-color: #fafafa
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Cinzel, serif
}

.title-style {
    color: #6d6d6d;
    margin: 50px 0;
    font-size: 180%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title-style::after,
.title-style::before {
    content: '';
    border-bottom: 1px solid #6d6d6d;
    opacity: .2;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.title-style::before {
    margin-right: 15px
}

.title-style::after {
    margin-left: 15px
}

.title-style.light {
    color: #a7a7a7
}

.bg-image {
    color: #fff;
    background-position: center;
    background-attachment: fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.bg-light {
    background-color: #f3f3f3!important
}

.clipped-bottom {
    position: relative;
    z-index: 1;
    padding-bottom: 10px!important;
    -webkit-clip-path: polygon(0 0, 0 -webkit-calc(100% - 10px), -webkit-calc(50% - 110px) -webkit-calc(100% - 10px), -webkit-calc(50% - 103px) 100%, -webkit-calc(50% + 103px) 100%, -webkit-calc(50% + 110px) -webkit-calc(100% - 10px), 100% -webkit-calc(100% - 10px), 100% 0);
    clip-path: polygon(0 0, 0 -moz-calc(100% - 10px), -moz-calc(50% - 110px) -moz-calc(100% - 10px), -moz-calc(50% - 103px) 100%, -moz-calc(50% + 103px) 100%, -moz-calc(50% + 110px) -moz-calc(100% - 10px), 100% -moz-calc(100% - 10px), 100% 0);
    clip-path: polygon(0 0, 0 calc(100% - 10px), calc(50% - 110px) calc(100% - 10px), calc(50% - 103px) 100%, calc(50% + 103px) 100%, calc(50% + 110px) calc(100% - 10px), 100% calc(100% - 10px), 100% 0)
}

.clipped-bottom-top {
    padding-top: 10px!important;
    margin-top: -10px;
    -webkit-clip-path: polygon(0 0, 0 -webkit-calc(100% - 10px), -webkit-calc(50% - 110px) -webkit-calc(100% - 10px), -webkit-calc(50% - 103px) 100%, -webkit-calc(50% + 103px) 100%, -webkit-calc(50% + 110px) -webkit-calc(100% - 10px), 100% -webkit-calc(100% - 10px), 100% 0, -webkit-calc(50% + 110px) 0, -webkit-calc(50% + 103px) 10px, -webkit-calc(50% - 103px) 10px, -webkit-calc(50% - 110px) 0);
    clip-path: polygon(0 0, 0 -moz-calc(100% - 10px), -moz-calc(50% - 110px) -moz-calc(100% - 10px), -moz-calc(50% - 103px) 100%, -moz-calc(50% + 103px) 100%, -moz-calc(50% + 110px) -moz-calc(100% - 10px), 100% -moz-calc(100% - 10px), 100% 0, -moz-calc(50% + 110px) 0, -moz-calc(50% + 103px) 10px, -moz-calc(50% - 103px) 10px, -moz-calc(50% - 110px) 0);
    clip-path: polygon(0 0, 0 calc(100% - 10px), calc(50% - 110px) calc(100% - 10px), calc(50% - 103px) 100%, calc(50% + 103px) 100%, calc(50% + 110px) calc(100% - 10px), 100% calc(100% - 10px), 100% 0, calc(50% + 110px) 0, calc(50% + 103px) 10px, calc(50% - 103px) 10px, calc(50% - 110px) 0)
}

.clipped-before {
    margin-top: -10px;
    z-index: 0
}

.clipped-padded {
    padding-bottom: 70px!important
}

.black-text-outline {
    text-shadow: 0 0 7px rgba(70, 70, 70, .4), 0 0 7px rgba(70, 70, 70, .4), 0 0 7px rgba(70, 70, 70, .4), 0 0 7px rgba(70, 70, 70, .4), 0 0 7px rgba(70, 70, 70, .4), 0 0 7px rgba(70, 70, 70, .4), 0 0 7px rgba(70, 70, 70, .4)
}

.container-h-100 {
    padding-top: 96px;
    min-height: -webkit-calc(100vh - 52px);
    min-height: -moz-calc(100vh - 52px);
    min-height: calc(100vh - 52px)
}

body.admin-bar .container-h-100 {
    padding-bottom: 70px;
    min-height: -webkit-calc(100vh - 100px);
    min-height: -moz-calc(100vh - 100px);
    min-height: calc(100vh - 100px)
}

.font-color-gold {
    color: #b38f47
}

.font-size-description {
    font-size: 80%
}

.font-size-100 {
    font-size: 100%!important
}

.button-black {
    text-transform: uppercase;
    background: #2e2e2e;
    border: 5px solid #474747;
    outline: 0;
    color: #a9a9a9;
    padding: 10px 50px;
    font-size: 90%;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.button-black:hover {
    border: 5px solid #53462d;
    text-decoration: none;
    color: #b38f47;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03)
}

.cndce-content-container {
    position: relative
}

.cndce-scroll-down {
    position: absolute;
    bottom: 7px;
    left: 50%;
    font-size: 60%;
    width: 200px;
    text-align: center;
    cursor: pointer;
    padding-top: 20px;
    color: #b38f47;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.bg-light .cndce-scroll-down {
    color: #bababa
}


/* LOADER */
#loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 100px 100px;
      -o-background-size: 100px 100px;
         background-size: 100px 100px;
    z-index: 100000;

    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


#loader.loaded{
    opacity: 0;
    visibility: collapse;
}


/* HEADER */

#header-menu, .header-clip {
    background: rgba(0, 0, 0, 0); /** 0.37 **/
    color: #fff;
    letter-spacing: 1px;
    position: fixed;
    z-index: 1000;
}

.header-clip {
    outline: 1px solid red;
}

#header-menu,
.header-menu-bg {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.admin-bar #header-menu,
body.admin-bar .header-menu-bg {
    top: 32px
}

body.scrolled #header-menu {
    background: rgba(0, 0, 0, 1)
}

.header-menu-bg {
    position: fixed;
    width: 100%;
    height: 96px;
    background-color: #000
}

body.scrolled .header-menu-bg {
    height: 83px
}

#header-menu a {
    color: #fff;
    font-family: 'Times New Roman', sans-serif;
    font-style: italic;
    font-size: 90%
}

#header-menu .navbar-toggler {
    margin-bottom: -12px;
    margin-top: 5px;
    outline: 0;
    font-size: 16px
}

#header-menu .navbar-brand img {
    width: 300px;
    height: auto;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body.scrolled #header-menu .navbar-brand img {
    width: 250px
}

#header-menu .navbar-nav {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#header-menu .nav-link {
    position: relative;
    padding: 0
}

#header-menu {
    overflow: visible !important;
}

#header-menu .nav-item {
    padding: 10px 20px;
}

#header-menu .nav-item ul {
    display: none;
}

@media(min-width:992px) {
    #header-menu .nav-item ul {
        min-width: 200px;
        opacity: 0;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    #header-menu .nav-item ul a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    #header-menu .nav-item ul a:hover {
        color: #d5a952;
    }

    #header-menu .nav-item:hover {
        background: #2E2E2E;
    }

    #header-menu .navbar-nav:nth-child(1) .nav-item:nth-child(1):hover {
        background: transparent;
    }

    #header-menu .nav-item:hover ul {
        display: block;
        margin-top: 10px;
        margin-left: -20px;
        position: absolute;
        background: #414141;
        border: 2px solid #2E2E2E;
        list-style: none;
        padding: 0;
        opacity: 1;
    }

    #header-menu .nav-item li a {
        padding: 5px 20px;
        display: inline-block;
        font-style: normal;
        text-transform: uppercase;
    }

    #header-menu .nav-item li:not(:last-child) {
        border-bottom: 2px solid #2E2E2E;
    }
}

#header-menu .nav-link::after {
    content: ' ';
    position: absolute;
    left: 2.5%;
    bottom: -3px;
    background: #fff;
    height: 1px;
    width: 87%;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out .1s;
    -o-transition: all .5s ease-in-out .1s;
    -moz-transition: all .5s ease-in-out .1s;
    transition: all .5s ease-in-out .1s
}

#header-menu .nav-link:hover, #header-menu .nav-item:hover .nav-link {
    color: #d5a952;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#header-menu .nav-link:hover::after {
    opacity: 1;
    background: #d5a952
}

@media(max-width:991px) {
    #header-menu {
        background: #000
    }
    .header-menu-bg {
        display: none
    }

    .header-clipped {

        height: 10px;
        width: 100%;
        position: absolute !important;
        bottom: -10px;
        background: #000;
        z-index: -1;
    }

    #header-menu .nav-link::after {
        content: ' ';
        position: relative;
        display: block;
        margin: 0 auto;
        left: auto;
        bottom: auto;
    }

    #header-menu .nav-link::after {
        content: ' ';
        position: relative;
        margin: 0 auto;
        background: #fff;
        height: 1px;
        width: 87%;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out .1s;
        -o-transition: all .5s ease-in-out .1s;
        -moz-transition: all .5s ease-in-out .1s;
        transition: all .5s ease-in-out .1s
    }
}

@media(max-width:782px) {
    body.admin-bar #header-menu {
        top: 46px
    }
}

@media(max-width:601px) {
    body.admin-bar.scrolled #header-menu {
        top: 0
    }
}

.header-container {
    position: relative
}

#header-content {
	background-image: url( 'http://50flavorsofsound.com/wp-content/themes/cndce-50fos/assets/img/bg-1.jpg' );
    padding-top: 180px;
    padding-bottom: 90px!important;
    color: #ffda8f
}

#header-content .text {
    border: 1px solid rgba(255, 255, 255, .23);
    border-left: none;
    border-right: none;
    font-size: 134%
}

#header-content .title {
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-style: italic;
    position: absolute;
    top: 50%;
    width: 9.5vw;
    height: 9.5vw;
    background: rgba(204, 204, 204, .09);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#header-content .title::after {
    content: ' ';
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .3);
    top: 50%;
    left: 50%;
    width: 10.2vw;
    height: 10.2vw;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

#header-content .title .trifecta {
    font-size: 1.17vw;
    line-height: 100%
}

#header-content .title .fos {
    text-transform: uppercase;
    font-size: .7vw
}

#header-content #title-line {
    position: absolute;
    opacity: .6;
    overflow: visible;
    width: 18vw;
    height: 18vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#title-line .circle-outline {
    fill: #505050;

    transform-box: fill-box;

    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .3s cubic-bezier(.5, .69, .34, 2.03);
    -o-transition: all .3s cubic-bezier(.5, .69, .34, 2.03);
    -moz-transition: all .3s cubic-bezier(.5, .69, .34, 2.03);
    transition: all .3s cubic-bezier(.5, .69, .34, 2.03)
}

#title-line .circle-outline.hover {
    fill: #9a9a9a;
    -webkit-transform: scale(13.5);
    -moz-transform: scale(1.35);
    -ms-transform: scale(1.35);
    -o-transform: scale(1.35);
    transform: scale(1.35)
}

#header-content .bubble {
    position: absolute;
    width: 11.5vw;
    text-transform: uppercase;
    font-size: .9vw;
    padding: 1vw 0 1vw 3.16vw;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .4s cubic-bezier(.5, .69, .34, 2.03);
    -o-transition: all .4s cubic-bezier(.5, .69, .34, 2.03);
    -moz-transition: all .4s cubic-bezier(.5, .69, .34, 2.03);
    transition: all .4s cubic-bezier(.5, .69, .34, 2.03);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left
}

#header-content .bubble:hover {
    width: 13vw
}

#header-content .bubble::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    z-index: -1;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

#header-content .bubble:hover::before {
    opacity: .6
}

#header-content .bubble::after {
    content: '0';
    position: absolute;
    left: 8%;
    font-family: 'Open Sans', sans-serif;
    top: -webkit-calc(50% - 1.25vw);
    top: -moz-calc(50% - 1.25vw);
    top: calc(50% - 1.25vw);
    width: 2.5vw;
    height: 2.5vw;
    border: .33vw solid rgba(255, 255, 255, .35);
    text-align: center;
    line-height: 1.8vw;
    color: rgba(255, 255, 255, .5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

#header-content #voiceover-bubble {
    top: -28%;
    left: 155%
}

#header-content #voiceover-bubble::after {
    content: '01'
}

#header-content #soundtrack-bubble {
    top: 32%;
    left: 173%
}

#header-content #soundtrack-bubble::after {
    content: '02'
}

#header-content #production-bubble {
    top: 95%;
    left: 155%
}

#header-content #production-bubble::after {
    content: '03'
}

.mic {
    position: absolute;
    right: 0;
    top: -15%;
    width: 30%
}

@media(max-width:991px) {
    #header-content {
        padding-top: 140px;
        padding-bottom: 60px!important
    }
    #header-content .text {
        font-size: 120%
    }
    #header-content .title {
        width: 17.5vw;
        height: 17.5vw
    }
    #header-content .title::after {
        width: 18.7vw;
        height: 18.7vw
    }
    #header-content .title .trifecta {
        font-size: 2.2vw
    }
    #header-content .title .fos {
        font-size: 1.35vw
    }
    #header-content #title-line {
        width: 27vw;
        height: 27vw
    }
    #header-content .bubble {
        font-size: 1.6vw;
        width: 21.5vw;
        padding: 1.5vw 0 1.5vw 6.16vw;
        font-size: 1.8vw
    }
    #header-content .bubble::after {
        top: -webkit-calc(50% - 2.25vw);
        top: -moz-calc(50% - 2.25vw);
        top: calc(50% - 2.25vw);
        width: 4.5vw;
        height: 4.5vw;
        left: 9%;
        line-height: 3.8vw
    }
    #header-content #voiceover-bubble {
        top: -17%;
        left: 135%
    }
    #header-content #soundtrack-bubble {
        left: 147%
    }
    #header-content #production-bubble {
        top: 82%;
        left: 133%
    }
}

@media (max-width:767px) {
    #header-content {
        padding-top: 90px
    }
    #header-content .row.w-75 {
        width: 100%!important;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    #header-content .links {
        height: 50vw
    }
    #header-content .title {
        top: 50%;
        left: 35%;
        width: 25vw;
        height: 25vw;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    #header-content .title::after {
        width: 27vw;
        height: 27vw
    }
    #header-content .title .trifecta {
        font-size: 3.2vw
    }
    #header-content .title .fos {
        font-size: 1.9vw
    }
    #header-content #title-line {
        width: 40vw;
        height: 40vw
    }
    #header-content .bubble {
        font-size: 1.6vw;
        width: 21.5vw;
        padding: 1.5vw 0 1.5vw 6.16vw;
        font-size: 1.8vw
    }
    #header-content .bubble::after {
        top: -webkit-calc(50% - 2.25vw);
        top: -moz-calc(50% - 2.25vw);
        top: calc(50% - 2.25vw);
        width: 4.5vw;
        height: 4.5vw;
        left: 9%;
        line-height: 3.8vw
    }
    #header-content #voiceover-bubble {
        top: -17%;
        left: 135%
    }
    #header-content #soundtrack-bubble {
        left: 147%
    }
    #header-content #production-bubble {
        top: 82%;
        left: 133%
    }
}

.image-move-up {
    margin-top: -23px
}

.soundclip-content h4 {
    font-size: 170%
}

@media(max-width:767px) {
    .image-move-up {
        margin-top: 0
    }
}

#about-content .about-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100px;
    border: 2px solid #c8c8c8;
    margin-bottom: 15px;
    cursor: pointer
}

#about-content .about-image img {
    position: absolute;
    width: 100%;
    top: 59%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#about-content h4 {
    font-size: 170%
}

#faqs-content {
/*    font-size: 80% */
}

#faqs-content .hrf-faq-list {
    position: relative
}

#faqs-content .hrf-entry {
    width: 50%;
    margin-bottom: 5px!important
}

#faqs-content h3.hrf-title {
    background: #dbdbdb;
    border-right: solid 5px #f3f3f3;
    font-size: 92%;
    font-family: Lato, sans-serif;
    color: grey;
    padding: 19px 30px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#faqs-content h3.hrf-title.open-faq {
    background: #fff;
    border-right-color: #fff;
    color: #000
}

#faqs-content h3.hrf-title span {
    display: none
}

#faqs-content .hrf-content {
    position: absolute;
    left: 50%;
    top: 0;
    padding: 50px;
    z-index: 0;
    font-size: 87%;
    height: 100%;
    overflow-y: scroll;
    display: block;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#faqs-content .hrf-entry.open-faq .hrf-content {
    z-index: 10;
    opacity: 1
}

@media(max-width:767px) {
    #faqs-content h3.hrf-title {
        border: none
    }
    #faqs-content .hrf-entry {
        width: 100%
    }
    #faqs-content .hrf-content {
        position: relative;
        left: 0;
        display: none;
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none
    }
}

#contact-content {
    font-size: 85%;
    font-family: 'Open Sans', sans-serif
}

#contact-content .fill-out-instruction {
    font-size: 90%;
    color: #9f9f9f
}

#contact-content .nf-input-limit {
    margin-top: 0
}

#contact-content .nf-form-fields-required {
    display: none
}

#contact-content .nf-field-container {
    margin-bottom: 10px
}

#contact-content .nf-element:not(.button-black) {
    padding: 7px 18px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

#contact-content .message-field {
    height: 100px
}

#contact-content .submit-container {
    margin-top: 30px
}

#contact-content #wpgmza_map {
    height: 100%!important;
    min-height: 300px;
    border: 5px solid rgba(255, 255, 255, .15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

@media (max-width:767px) {
    #contact-content .submit-container .button-black {
        width: 100%
    }
}

#footer {
    background: #2e2e2e;
    color: rgba(153, 153, 153, .4);
    font-size: 67%
}

#footer-logo {
    height: 35px
}

#wpgmza_map {
    color: #000
}

#page-row h1,
#page-row h2,
#page-row h3,
#page-row h4,
#page-row h5,
#page-row h6 {
    color: #b38f47
}

#page-row {
	font-size: 80%
}

.img-100 {
    position: relative;
    height: 100%;
    overflow: hidden;
    min-height: 200px
}

.img-100 img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: unset!important;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.h-100>.elementor-widget-container,
.h-100>.elementor-widget-container>div {
    height: 100%
}



/* NINJA FORM */
.nf-form-content .contact-buttons a{
    border: solid 1px #b99b59;
    color: white;
    padding: 5px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 1px;
    font-size: 90%;
    margin-right: 3px;
    margin-bottom: 10px;
    width: 140px;
    display: inline-block;
    text-align: center;

    background: -webkit-gradient(linear, left bottom, left top, from(#76581c), to(#b28e46));
    background: -webkit-linear-gradient(bottom, #76581c, #b28e46);
    background: -moz-linear-gradient(bottom, #76581c, #b28e46);
    background: -o-linear-gradient(bottom, #76581c, #b28e46);
    background: linear-gradient(0deg, #76581c, #b28e46);

}

.nf-form-content .contact-buttons i{
    margin-right: 8px;
}

.nf-form-content .contact-buttons a:hover{
    text-decoration: none;

    background: -webkit-gradient(linear, left bottom, left top, from(#b28e46), to(#76581c));
    background: -webkit-linear-gradient(bottom, #b28e46, #76581c);
    background: -moz-linear-gradient(bottom, #b28e46, #76581c);
    background: -o-linear-gradient(bottom, #b28e46, #76581c);
    background: linear-gradient(0deg, #b28e46, #76581c);

}
