/* Go crazy with your own styles here */


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

@font-face {
    font-family: 'Tulpen one';
    src: url('/fonts/TulpenOne-Regular.ttf');
}

@font-face {
    font-family: 'Century Gothic';
    src: url('/fonts/century-gothic.ttf');
}

@font-face {
    font-family: 'hbgpnf';
    src: url('/fonts/hbgp-nf.otf')
}

@font-face {
    font-family: 'mereaves';
    src: url('/fonts/mreaves.otf')
}

@font-face {
    font-family: 'overpass';
    src: url('/fonts/overpass/static/Overpass-Thin.ttf')
}

element {
    --bg-image: url('/images/bg3.jpg');
}


/* HTML Tags */

html,
body {
    min-height: 100%;
}

body {
    color: #221e1f;
    font-family: 'Arial';
    position: relative;
}

p {
    font-size: 16px;
}

h2 {
    font-family: 'Arial','hbgpnf';
    font-size: 46px;
    text-transform: uppercase;
}

h3 {
    font-family: 'Century Gothic';
    font-size: 26px;
    margin: 10px auto 20px auto;
}

h4 {
    font-family: 'Quentin';
    text-transform: capitalize;
    font-size: 90px;
    line-height: .9em
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    /*dim the background*/
}


/* TOP/HEADER STYLES */

.top-bar {
    /* background-image: url('/images/bg3.jpg'); */
    background-color: #ccdbd5;
    height: 50px;
}

.site-name {
    font-family: 'overpass', sans-serif;
    font-size: 2.5rem;
}

a .site-name {
    color: #ffffff;
}

.header-container {
    display: inline-block;
    width: 100%;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

.header-container:after {
    content: "";
    background: url('/images/pattern4.jpg');
    opacity: 0.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -2;
    max-height: 100px;
}

.navigation-icon {
    font-size: 2em;
    color: #FFF;
    text-align: right;
    cursor: pointer;
    z-index: 101;
    margin: 0;
    padding: 0;
}

.navigation-icon:hover {
    text-decoration: none;
    color: #000;
}

.nav {
    margin-top: 20px;
    font-size: 1.5em;
}

.nav li {
    font-family: 'Tulpen One';
    list-style-type: none;
    display: inline;
    padding-right: 20px;
}

.nav li:hover {
    text-decoration: underline;
}

.nav a {
    /* font-size: 2em; */
     font-size: 45px; 
    padding: 10px !important;
    color: #000000;
}

nav {
    display: table;
    /* Allow the centering to work */
    margin: 0 auto 25px auto;
}

.banner {
    max-width: 100%;
    max-height: 400px;
}

.banner-content {
    box-shadow: 1px -1px 10px #000000;
    text-align: center;
    display: block;
    position: relative;
    background: #404143;
    /* background-image: url('/images/bg3.jpg'); */
    z-index: 1;
}

.banner-decorator-wrapper {
    position: relative;
}

.banner-decorator {
    opacity: 0.4;
    z-index: 1;
    height: 5%;
    width: 100%;
    position: absolute;
}

.banner-outer {
    margin-bottom: 20px;
}


/*Top bar*/


/* .banner-decorator:nth-child(4n) {
        background: url('/images/pattern-single-guatemala.jpg') repeat-x;
        top: 5%;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .banner-decorator:nth-child(4n+1) {
        background: url('/images/pattern-single-rodi.jpg') repeat-x;
        top: 95%;
        left: 0;
        bottom: 0;
        right: 0;
    } */

.banner-decorator:nth-child(4n+2) {
    background: url('/images/pattern-single-nero.jpg') repeat-x;
    top: 0%;
    left: 0;
    bottom: 0;
    right: 0;
}

.banner-decorator:nth-child(4n+3) {
    /* background: url('/images/pattern-single-college.jpg') repeat-x; */
    background: url('/images/pattern-single-nero.jpg') repeat-x;
    top: 95%;
    left: 0;
    bottom: 0;
    right: 0;
}

hr {
    border-color: #000;
}

.cb-row {
    text-align: center;
    display: table;
    margin: 0 auto;
}

@keyframes cb-in {
    from {
        box-shadow: 1px -1px 10px #000000;
    }
    to {
        box-shadow: #000000 5px 5px 50px;
    }
}

@keyframes cb-out {
    from {
        box-shadow: #000000 5px 5px 50px;
    }
    to {
        box-shadow: 1px -1px 10px #000000;
    }
}

.frontpage-banner {
    box-shadow: 1px -1px 10px #000000;
    animation-name: cb-out;
    animation-duration: 0.5s;
    margin-bottom: 20px;
    width: 980px;
    height: 120px;
    background-image: url("/img/ub_adwords-template_980x120.jpg");
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .frontpage-banner {
        width: 336px;
        height: 280px;
        background-image: url("/img/ub_adwords-template_336x280.jpg");
    }
}

.loaded-box {
    box-shadow: 1px -1px 10px #000000;
    animation-name: cb-out;
    animation-duration: 0.5s;
    color: #fff;
}

.loaded-box:hover {
    box-shadow: #000000 5px 5px 50px;
    animation-name: cb-in;
    animation-duration: 0.5s;
}

.loaded-box-no-hover {
    box-shadow: none !important;
    animation: none !important;
}

.loaded-box div a {
    color: #fff;
}

.increase-brightness-table div:nth-child(7n+1) {
    filter: brightness(1.05);
}

.increase-brightness-table div:nth-child(7n+2) {
    filter: brightness(1.15);
}

.increase-brightness-table div:nth-child(7n+3) {
    filter: brightness(1.25);
}

.increase-brightness-table div:nth-child(7n+4) {
    filter: brightness(1.30);
}

.increase-brightness-table div:nth-child(7n+5) {
    filter: brightness(1.35);
}

.increase-brightness-table div:nth-child(7n+6) {
    filter: brightness(1.40);
}

.increase-brightness-table div:nth-child(7n+7) {
    filter: brightness(1.45);
}

.content-box {
    text-transform: uppercase;
    font-size: 2.25em;
    line-height: 1.25em;
    text-align: center;
    margin: 40% auto;
    /* auto auto; */
    font-family: 'Tulpen One';
    /*background-image: url('/images/bg3.jpg');*/
    background-color:  #ccdbd5;
    color: #000;
    font-weight: bolder;
}

.content-box::after {
    content: "";
    /*background: url('/images/marmor.jpeg');*/
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.content-box h3 {
    padding-top: 5px;
    font-size: 1rem;
    font-family: 'Century Gothic';
}

.content-box-wrapper {
    overflow: hidden;
    position: relative;
    /* height: 200px; */
}

.content-box-wrapper a {
    color: #000;
    text-decoration: none;
}

.content-box-outer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-box a {
    text-decoration: none;
    color: #000;
    display: inline-block;
}

.product-box p {
    font-family: 'mereaves';
    font-size: 1.5em;
}

.product-box p,
h3 {
    color: #000;
}

.righty {
    height: 100%;
    text-align: right;
    padding-right: 0;
    padding-bottom: 0;
}

.product-image {
    /* max-height: 100%;
    max-width: 200px; */
    border: solid #000000 thin;
}

.loaded-product-box {
    /* background-image: url('/images/bg3.jpg'); */
}


/*
    Color scheme:
    RODI #8a9fd1
    COLLEGE #063a5a
    NERO #221e1f
    BIANCO #ffffff
    GUATEMALA #146279
*/

.link-full-price {
    cursor: pointer;
}

.price-box {
    /*background-image: url('/images/bg3.jpg');*/
    background-color: #ccdbd5;
    /* margin: 5px; */
}

.priceSection {
    margin: 20px 5px;
    padding: 5px 30px;
}

.priceSection h3 {
    text-align: center;
}

.priceSection>h3 {
    display: inline-block;
    padding-right: 30px;
}

.price-mini-pic {
    width: 50px;
    border-radius: 50px;
    box-shadow: 1px 1px 20px #000;
}

.priceSection a {
    color: #FFF;
}

.full-pricelist {
    display: none;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .full-pricelist {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .full-pricelist {
        top: 10%;
        width: 80%;
        left: 10%;
        right: 10%;
    }
}

.full-pricelist-content {
    box-shadow: 1px 1px 5px #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.pricelist-content p:nth-child(2n+2),
.full-pricelist-content p:nth-child(2n+1) {
    content: "";
    border-bottom: 1px solid #fff;
}

.profile-picture-box {
    min-height: 465px;
    width: 100%;
    text-align: center;
    /* margin: 10px; */
}

.profile-picture {
    max-width: 100%;
}

.profile-box-text-wrapper {
    padding: 10px 10px;
}

.profile-box-text-wrapper h4 {
    line-height: 20px;
    font-style: italic;
    font-size: 18px
}

.team-picture-wrapper {
    text-align: center;
    margin-top: 20px;
}

.team-picture {
    max-height: 1000px;
    box-shadow: 1px -1px 10px #000000;
    margin-bottom: 20px;
}

.time-table-row {
    /*background-image: url('/images/bg3.jpg');*/
    background-color: #ccdbd5;
}

.time-table-row div a {
    text-decoration: none;
}

.time-table-row span {
    padding-top: 10px;
    font-size: 26px;
    color: #000;
    font-family: 'mereaves';
}

.bridal-content {
    /*background-image: url('/images/bg3.jpg');*/
    background-color: #ccdbd5;
    font-family: mereaves;
}

.bridal-content div {
    font-size: 1.15em;
}

.link-info {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    color: #FFF;
    text-shadow: -1px -1px 0px #565656, 1px -1px 0px #565656, -1px 1px 0px #565656, 1px 1px 0px #565656;
}

.hbgp-footer {
    /*background-image: url('/images/bg3.jpg');*/
    background-color: #ccdbd5;
    padding-top: 5px;
}

footer {
    display: table;
    /* Allow the centering to work */
    margin: 0 auto;
    font-family: 'Tulpen One';
}

footer ul {
    /*background-image: url('/images/bg3.jpg');*/
    background-color: #ccdbd5;
}

footer ul li {
    list-style-type: none;
    display: inline;
    padding-right: 20px;
    font-size: 2.5em;
}

li a {
    color: #000;
}

#okCloseNotificationButton {
    background: #ffa450!important;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
    line-height: 30px;
    color: white;
    padding: 0 20px;
}

.notification {
    opacity: 0.8;
    background: black;
    color: white;
    text-align: center;
    padding: 15px 0 0 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 57px;
    z-index: 1 !important;
}

@media screen and (max-width: 357px) {
    .notification {
        display: none;
    }
}

@media screen and (min-width: 358px) and (max-width: 426px) {
    .notification {
        height: 140px;
    }
}

@media screen and (min-width: 426px) and (max-width: 563px) {
    .notification {
        height: 120px;
    }
}

@media screen and (min-width: 564px) and (max-width: 828px) {
    .notification {
        height: 100px;
    }
}

@media screen and (min-width: 829px) and (max-width: 1582px) {
    .notification {
        height: 80px;
    }
}




/* For HTML Table */
.price-table {
    width: 100%;
    border-collapse: collapse;
}

.price-table td {
    padding: 8px 0;
    border: none;
    vertical-align: top;
}

.price-table .service-name {
    font-weight: bold;
    text-align: left;
    padding-right: 20px;
}

.price-table .price-value {
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
}

/* For Flexbox Divs */
.price-list {
    width: 100%;
}



.price-row {
    display: flex;
    align-items: baseline;
    padding: 8px 0;
}

.price-row .service-name {
    font-weight: bold;
    margin-right: 8px;
}

.price-row .price-separator {
    flex: 1;
    border-bottom: 1px dotted #666;
    height: 1px;
    margin: 0 8px;
}

.price-row .price-value {
    font-weight: bold;
    margin-left: 8px;
}

.opening-hours-container{
    padding: 20px;
}
}