.header-box {	
    background: rgb(166,134,51,.5);	
}
.header-box h1, h2{
    font-family: "Sacramento", Arial, serif;
    color: #fff;
}
.fh5co-heading h2 {
    color: #A68633 !important;
}
.fh5co-heading p {
    color: #680467;
}
fh5co-heading a {
    color: #A68633 !important;
}
.link_class {
    color: #A68633;
    text-decoration: none;
}
.simply-countdown > .simply-section .simply-amount, .simply-countdown > .simply-section .simply-word {
    color: #680467;
}
.simply-countdown > .simply-section {
    background: #A68633;                    
}
::selection{
    background: #680467 !important;
}
.fh5co-heading {
    margin-bottom: 0px !important;
}
.fh5co-heading h2 {
    margin-bottom: -10px;
}
.fh5co-heading p {
    font-size: 1em !important;
    text-align: center;
}

.event-wrap h3 {
    color: #680467 !important;
    font-weight: bold;
}
.event-col span {
    color: #fff !important;
    font-weight: bold;
}
#fh5co-counter .event-wrap p, #fh5co-counter .event-wrap span, #fh5co-event .event-wrap p, #fh5co-event .event-wrap span {
    color: #fff !important;
    font-weight: bold;
}

.scrolling-effect {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.event-wrap a{
    color: #fff !important;
    font-weight: bold;
}
.icon-class-heart div {
    font-size:2em !important;
    color: #680467 !important;
    position:relative !important;
}
.icon-class-heart div:before, .icon-class-heart div:after {
    content: '' !important;
    background: #680467 !important;
    height: 2px !important;
    width: 22% !important;
    position: absolute !important;        
    top: 50% !important;
}
.icon-class-heart div:before{
    left:41% !important;
}
.icon-class-heart div:after{
    right:41% !important;
}
.heart-icon-display {
    top:70% !important;
}

.couple-half h3 {
    margin-top:380px;    
    color: #680467;
}

.heart {
    top:10em;
}

.couple-half .groom img, .couple-half .bride img {
    width:850px;
    height:auto;
}

@media (max-width:991px){
    .icon-class-heart div {
        font-size: 1.2em;
        letter-spacing: 1px;
    }
}

@media (max-width: 414px){
    .icon-class-heart div:before, .icon-class-heart div:after {
        content: '';
        background: #212121;
        height: 2px;
        width:28%;
        position: absolute;
        top: 50%;
    }        
}

@media (max-width: 500px){
    .couple-half .groom img, .couple-half .bride img {
        width:100px;
        height:auto;
    }   
    .couple-half h3 {
        margin-top:400px;        
    }
    .couple-half .groom, .couple-half .bride {
        width: 550px;
    }
    .couple-half .groom img, .couple-half .bride img {
        width:250px;
        height:auto;
    }
}

@media (max-width:320px){
    .icon-class-heart div {
        font-size: 1.0em;
    }
}
.inner_w3l_agile_grids {
    /*    margin-top: 4em;*/
}

.grid {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.8;
}
.agile-homes-w3l.grid figure figcaption {
    padding: 5em 4em;
    color: #fff;
    font-size: 1.3em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*    height: 100%;*/
}

/**-- Moses --**/
figure.effect-moses {
    background: -webkit-linear-gradient(-45deg, #000 0%,#000 100%);
    background: linear-gradient(-45deg, #000 0%,#000 100%);
}

figure.effect-moses img {
    opacity: 0.85;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-moses h4,
figure.effect-moses p {
    padding: 20px;
    width: 50%;
    height: 50%;
    border: 6px solid #fff;
}

figure.effect-moses h4 {
    padding: 36px 20px 20px 20px;
    width: 50%;
    color: #fff;
    font-size: 50px;
    height: 50%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
    background: rgba(0, 0, 0, 0.55);
    letter-spacing: 2px;
}

figure.effect-moses p {
    float: right;
    padding: 61px 20px 20px 20px;
    font-size: 15px;
    line-height: 2em;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    background: rgba(0, 0, 0, 0.55);
    letter-spacing: 9px;
    text-transform: uppercase;
}

figure.effect-moses:hover h4 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-moses:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-moses:hover img {
    opacity: 0.6;
}

.couple-half .groom, .couple-half .bride {
    width: 250px;
}
.party-image {
    width: 250px !important; /* You can set the dimensions to whatever you want */
    height: 250px !important;
    object-fit: cover !important;
}

.gallery-image {
    width: 250px !important; /* You can set the dimensions to whatever you want */
    height: 250px !important;
    object-fit: cover !important;
}

.party-caption-text {
    text-align: left;
    font-size: 0.85em;
    color: #680467;
}

/*mobile styling for nav text*/
@media (max-width:950px){
    .fh5co-nav a {
        font-size: 25px;
    }
}
.fh5co-contact-info ul li:before {
    color: #680467;
}

input[type="checkbox"] {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}
label.checkbox {
    vertical-align: top;
    line-height: 24px;              
    display: block;
    height: 24px;
}

.link_highlight {
    border-color: #680467 !important;
    border: #680467 !important;
}

.link_highlight:hover, .link_highlight:visited, .link_highlight:after , .link_highlight:focus{
    background: #680467 !important;
    background-color: #680467 !important;
}