/*

    BLACK: 161615;
    GRAY: 404142;
	LIGHT GRAY: 7e8081;
	YELLOW: 4ebb95;

    font-family:'Sofia W01 Regular1446825';
    font-family:'Sofia W01 Bold1446843';
    font-family:'Sofia W01 Light1446819';
    font-family:'Artigo W01 Regular';
    font-family:'Artigo W01 Book';
    font-family:'Artigo W01 SemiBold';


*/

body{
	background-color: #ffffff;
    font-family: "Sofia W01 Regular1446825", "Helvetica Neue", Helvetica, sans-serif;
    color: #000000;
    background: #af9f96 url('../img/main-bg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    font-size: 16px;
}
*, *::after, *::before {
    -webkit-font-smoothing: antialiased;
    outline: none;
    text-rendering: optimizeLegibility;
    zoom: 1;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus, a:focus, input:focus{
     outline: none;
}
.navbar-toggler:focus{
    outline: none !important;
    box-shadow: none;
}

a{
    color: #313131;
    text-decoration: none;
}
a:hover{
    color: #111;
    text-decoration: none;
}

@font-face{
    font-family: "Sofia W01 Light1446819";
    src:url("../fonts/default/Sofia-Pro/0eaf6264-15ee-4251-826e-9c0a59e8395f.eot?#iefix");
    src:url("../fonts/default/Sofia-Pro/0eaf6264-15ee-4251-826e-9c0a59e8395f.eot?#iefix") format("eot"),url("../fonts/default/Sofia-Pro/8d11b8a0-868c-4a53-8b26-9f0ccbd58247.woff2") format("woff2"),url("../fonts/default/Sofia-Pro/9b976f15-23b7-45cd-ad4b-59c95b2889f9.woff") format("woff"),url("../fonts/default/Sofia-Pro/864da3de-5a97-4ce6-a22b-22932ed4dfe0.ttf") format("truetype"),url("../fonts/default/Sofia-Pro/d5898683-1b2a-4b1b-8058-0c8db30e40cf.svg#d5898683-1b2a-4b1b-8058-0c8db30e40cf") format("svg");
}

@font-face{
    font-family: "Sofia W01 Regular1446825";
    src:url("../fonts/default/Sofia-Pro/941243bb-e692-46f8-91b9-6e621e5c1ff8.eot?#iefix");
    src:url("../fonts/default/Sofia-Pro/941243bb-e692-46f8-91b9-6e621e5c1ff8.eot?#iefix") format("eot"),url("../fonts/default/Sofia-Pro/8b31e0d7-5f53-45c2-b318-064f0b532543.woff2") format("woff2"),url("../fonts/default/Sofia-Pro/476fe015-ab32-40a2-8fed-0a5af9a3bba4.woff") format("woff"),url("../fonts/default/Sofia-Pro/d8bcfa37-4f93-49cf-8dea-c29e894af58e.ttf") format("truetype"),url("../fonts/default/Sofia-Pro/28fc42bb-8761-4e6a-8c62-65d4a41c9e33.svg#28fc42bb-8761-4e6a-8c62-65d4a41c9e33") format("svg");
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 8, 2022 */



@font-face {
    font-family: 'amalfi_coastregular';
    src: url('../fonts/amalfi_coast-webfont.woff2') format('woff2'),
         url('../fonts/amalfi_coast-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.sf{
    font-family: 'amalfi_coastregular', serif;
    font-weight: normal;
}
::-moz-selection { background: #af9f96; color: #ffffff; }
::selection { background: #af9f96; color: #ffffff; }

em, i{
	/*font-family: 'merriweatheritalic', serif;*/
}
strong, .strong{
}
strong, strong em{
	font-weight: normal;
}

h2{
    line-height: 52px;
}
h3{
    line-height: 46px;
}



#main-sidenav{
    width: 230px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1080;
    /*background: rgba(255, 255, 255, 0.1);*/

}
.site-side-logo{
    padding: 20px 20px;
    display: inline-block;
    max-width: 230px;
}
.site-side-logo a{
    display: block;
    padding: 10px 30px;
}
.site-side-logo svg{
    width: 100%;
    height: 100%;
}
.site-side-logo svg path{
    fill: #ffffff;
}


#main-sidenav-list{

}
.main-sidebar-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-sidebar-list > li{
    display: block;
    margin-bottom: 10px;
}
.main-sidebar-list > li > a{
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    padding: 15px 30px 15px 45px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    opacity: 0.8;

    -webkit-transition: all .6s ease-in-out;
       -o-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
}
.main-sidebar-list > li > a:focus, .main-sidebar-list > li > a:hover{
    background: transparent;
}
.main-sidebar-list > li.active > a{
    opacity: 1;
}
.main-sidebar-list > li > a:before{
    content: '';
    width: 100px;
    height: 1px;
    background: #e8d8cf;
    position: absolute;
    left: -80px;
    top: 23px;
    z-index: 1;
    opacity: 0;

    -webkit-transition: all .6s ease-in-out;
       -o-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
}
.main-sidebar-list > li.active > a:before{
    opacity: 1;   
}

.main-sidebar-list > li > a:after{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #e8d8cf;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    opacity: 0;

    -webkit-transition: all .6s ease-in-out;
       -o-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
}
.main-sidebar-list > li.active > a:after{
    opacity: 1;
}

@media (max-width: 1363px){
    #main-sidenav{
        /*width: 100%;
        bottom: auto;
        text-align: center;*/
        display: none;
    }
    /*.site-side-logo{
        position: absolute;
        left: 0;
        top: 0;
    }
    #main-sidenav-list{
        display: inline-block;
    }
    .main-sidebar-list > li{
        display: inline-block;
    }
    .main-sidebar-list > li > a{
        padding: 30px 10px;
    }
    .main-sidebar-list > li.active > a:before{
        left: 0;
        right: 0;
        width: 100%;
        top: 55px;
    }*/
}



.p-section{
    overflow: hidden;
}

.card-container-wrap{
    position: relative;
}
.card-container{
    background: #ffffff;
    min-height: 600px;
    margin: 100px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(99, 83, 74, 0.5);
    margin-bottom: 100px;
    padding: 40px;
    /*position: relative;*/
}
.card-container-pad-lg{
    padding: 60px;
}
.card-layer-1{
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    box-shadow: 0 0 30px rgba(99, 83, 74, 0.5);
    transform: rotate(-3deg);
    background: #ffffff;
}
.paint-header-bg{
    background: url('../img/paint-header-element.png') center top no-repeat;
    background-size: 100%;
    height: 250px;
    width: 500px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -250px;
    z-index: 1;
}
.card-1-floral-container{
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 250px;
    z-index: 2;
}
.card-1-floral{
    width: 260px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
@media (max-width: 600px){
    .card-1-floral{
        top: -80px;
        right: -80px;
    }
}

.derek-and-joyce-text{
    max-width: 300px;
    margin: 30px auto 15px;
}
.derek-and-joyce-text svg{
    width: 100%;
    height: 100%;
}
.derek-and-joyce-body{
    max-width: 400px;
    margin: 0 auto;
}
.bg-flower-wrap{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.bg-flower-wrap .card-flower-left{
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.bg-flower-wrap .card-flower-right{
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.z-index10{
    position: relative;
    z-index: 10;
}



.circle-mouse{
    /*display: none;*/
    position: fixed;
    width: 0;
    height: 0;
    /*top: 0;
    left: 0;*/
    z-index: 99999;
    color: inherit;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0 solid;
    -webkit-filter: saturate(2);
    filter: saturate(2);
    opacity: .8;
    pointer-events: none;
    -webkit-transition: color .5s,width .3s,height .3s,margin .3s,border-width .5s;
    -o-transition: color .5s,width .3s,height .3s,margin .3s,border-width .5s;
    -moz-transition: color .5s,width .3s,height .3s,margin .3s,border-width .5s;
    transition: color .5s,width .3s,height .3s,margin .3s,border-width .5s;
    will-change: color,width,height,margin,border-with,transform;

    margin: -15px 0 0 -15px;
    border-width: 2px;
    width: 34px;
    height: 34px;
    border-color: #7b6253;
}



/* DETAILS SECTION  */
.details-header-wrap{
    margin-top: 20px;
    position: relative;
}
.we-derek{
    position: absolute;
    /*left: -30px;*/
    top: 0;
    transform: translateX(-40px);
}



.floral-details-bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.floral-details-left{
    padding: 15px;
    width: 30%;
    position: absolute;
    left: 0;
    top: 20px;
    bottom: auto;
    z-index: 10;
    display: flex;
    align-items: center;
}
.floral-details-right{
    padding: 15px;
    width: 35%;
    position: absolute;
    right: -50px;
    top: auto;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
}

.details-section-body{
    padding: 15px 0;
}

.div-1{
    border-color: #333;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 200px;
}
.text-details-left, .text-details-right{
    padding: 15px 0;
}
.details-body-center{

}
.tac-details-text-center{
    font-size: 20px;
    line-height: 36px;
}
.tac-details-text-center-num{
    font-size: 46px;
    line-height: 54px;
}
.tac-details-text-center-year{
    font-size: 32px;
}

@media (max-width: 774px){
    .details-header-wrap{
        margin-top: 40px;
    }
    .we-derek{
        left: 0;
        right: 0;
        transform: translateX(0);
        text-align: center;
        top: -30px;
    }
    .floral-details-bg{
        z-index: 10;
    }
    .details-sub-body{
        max-width: 415px;
        margin: 0 auto;
    }
}




.address-points-wrap{
    position: relative;
    padding-left: 30px;
}
.address-point-item{
    position: relative;
}
.circle-marker{
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 0 5px #af9f96;
    position: absolute;
    left: -30px;
    top: 20px;
    z-index: 2;
}
.points-border{
    position: absolute;
    left: 4px;
    top: 20px;
    bottom: 30px;
    border-left: 1px dashed #af9f96;
    z-index: 1;
}
.pin-marker{
    color: #af9f96;
    font-size: 28px;
    position: absolute;
    left: -34px;
    bottom: 0px;
    z-index: 2;
}

.map-body{
    padding: 0 20px;
}
.map-bg{
    padding: 15px;
    width: 60%;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
}

@media(max-width: 830px){
    .map-bg{
        width: 70%;
        top: 30px;
    }
    .map-body{
        padding-left: 0;
    }
}




#attire-section .card-container{
    padding: 60px;
}
.attire-outline{
    max-width: 300px;
    text-align: center;
}
.list-colors > li{
    margin-right: 20px;
    min-width: 40px;
    min-height: 40px;
    display: inline-block;
    border-radius: 100%;
    background: #999;
    margin-bottom: 15px;
}
.list-colors > li.color-1{
    background: #e0d0c1;
}
.list-colors > li.color-2{
    background: #d6d1bd;
}
.list-colors > li.color-3{
    background: #f4d2c8;
}
.list-colors > li.color-4{
    background: #edd9d8;
}
.list-colors > li.color-5{
    background: #fdece8;
}


.safety-item-wrap{
    /*padding: 10px;*/
}
.safety-icon{
    width: 60px;
    /*margin: 0 auto 20px;*/
    margin-bottom: 20px;
}
.safety-title{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}



.rs-form{
    text-align: center;
}
.control-label{
    font-family: 'Sofia W01 Light1446819', sans-serif;
    font-weight: normal;
}
.rs-form .radio{
    /*margin-bottom: 50px;*/
}
.rs-form .radio input[type="radio"], .rs-form .radio-inline input[type="radio"], .rs-form .checkbox input[type="checkbox"], .rs-form .checkbox-inline input[type="checkbox"]{
    margin-top: 10px;
    margin-right: 20px;
    margin-left: -30px;
}
.rs-form .radio label{
    padding-left: 30px;
    font-size: 14px;

    line-height: 32px;
    color: #af9f96;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.rs-form label{
    font-family: 'Sofia W01 Light1446819', sans-serif;
    font-weight: normal;
}
.rs-form .form-control{
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.form-group{
    margin-bottom: 20px;
}
.form-control{
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #eee;
    height: 40px;
    box-shadow: none;
    padding: 15px 0;
}
.form-control:focus{
    box-shadow: none;
    border-color: #af9f96;
}

.btn{
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    letter-spacing: 2px;
    border: 0;
    height: 46px;
    padding: 12px 35px;
}
.btn-primary{
    background: #af9f96;
}
.btn-primary:hover{
    background: #7b6253;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-primary:focus, .btn-primary.focus{
    background: #7b6253;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{
    background: #7b6253;   
}

.modal-header{
    border-bottom: 0;
}
.modal-title{
    font-family: 'amalfi_coastregular', serif;
    font-weight: normal;
    padding: 20px 0 0;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
}
.modal-body{
    min-height: 100px;
    padding: 30px;
}
.modal-content{
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}


.ty-footer{
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: center;
}
.ty-date{
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}



#footer{
    padding: 50px 0 100px;
}
.footer-logo{
    width: 100px;
    margin: 0 auto 25px;
}
.footer-logo svg{
    width: 100%;
    height: 100%;
}
.footer-logo svg path{
    fill: #ffffff;
}
.all-rights-wrap{
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
}








/* *********************************** */
/* CSS HELPERS */
/* *********************************** */
.topfix     { margin-top: 60px; }
.top100     { margin-top: 100px; }
.top50    { margin-top: 50px; }
.top10      { margin-top: 10px; }
.top5       { margin-top: 5px; }
.top0       { margin-top: 0px; }
.top20      { margin-top: 20px; }
.right10    { margin-right: 10px; }
.right20    { margin-right: 20px; }
.right5     { margin-right: 5px; }
.right3     { margin-right: 3px; }
.bottom5   { margin-bottom: 5px; }
.bottom0   { margin-bottom: 0px; }
.bottom10   { margin-bottom: 10px; }
.left10     { margin-left: 10px; }
.left20     { margin-left: 20px; }
.left40     { margin-left: 40px; }
.mar0         { margin:0; }
.pad0       { padding:0; }
.pad10      { padding:10px; }
.pad15      { padding:15px; }
.pad20      { padding:20px; }
.padt20      { padding-top:20px; }
.pad30      { padding:30px; }
.padb50     { padding-bottom:50px; }
.clear      { clear: both; }
.tal        { text-align:left; }
.tar        { text-align:right; }
.tac        { text-align:center; }
.taj        { text-align:justify; }
.capitalize { text-transform: capitalize; }
.ttu { text-transform: uppercase; }
.hide         { display: none; }
.show         { display: block; }
.pull-right { float: right; }
.pull-left  { float: left; }
.normal     { font-weight: normal; }
.helv       { font-family: 'Helvetica', arial, sans-serif; }
.text-muted { color: #7e8081; }
.float-none { float: none; }
.text-white { color: #ffffff; }
.fwn { font-weight: normal;  }
.strikeout{
    text-decoration: line-through;
}
.tdn{
    text-decoration: none;
}
.bxs0{
    box-shadow: none;
}
.margin-auto { margin: 0 auto; }


.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class*='col-']:not(:first-child),
.no-gutter > [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter-0.row {
  margin-right: 0;
  margin-left: 0;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
  padding-right: 0;
  padding-left: 0;
}