/*Wedding Page Sections*/
:root {
    --blue: #1C4367;
    --light-blue: #86BEE2;
    --light-grey: #F9F9F9;
    --dark-grey: #3E3E3E;
    --white: #fff;
    --black: #242424;
}
.blue-bg {
    background-color: var(--blue);
}
.white-bg {
    background-color: var(--white);
}
.light-blue-bg {
    background-color: var(--light-blue);
}
.light-grey-bg {
    background-color: var(--light-grey);
}
.weddings-sections .white-text,
.weddings-sections .white-text a,
.weddings-sections .white-text h1,
.weddings-sections .white-text h2,
.weddings-sections .white-text h3,
.weddings-sections .white-text h4,
.weddings-sections .white-text h5,
.weddings-sections .white-text h6,
.weddings-sections .white-text .image-text h2,
.weddings-sections .white-text .image-text h3 {
    color: var(--white);
}
.weddings-sections .white-text a:hover,
.weddings-sections .white-text a:focus {
    color: var(--light-blue);
}
.weddings-sections .white-text a.button {
    background-color: var(--white);
    color: var(--blue);
}
.weddings-sections .white-text a.button:hover,
.weddings-sections .white-text a.button:focus {
    background-color: var(--light-blue);
    color: var(--blue);
}
.light-blue-bg a.button,
.light-blue-bg input[type="submit"] {
    background-color: var(--blue);
    color: var(--white);
    border: 2px solid var(--blue);
}
.light-blue-bg a.button:hover,
.light-blue-bg a.button:focus,
.light-blue-bg input[type="submit"]:hover,
.light-blue-bg input[type="submit"]:focus {
    background-color: var(--white);
    color: var(--blue);
}
.light-blue-bg .gform_wrapper.gravity-theme .gfield_required {
    color: #763628;
}
.weddings-sections .ghost-button a.button,
.weddings-sections a.ghost-button.button {
    background-color: transparent;
    color: var(--blue);
    border: 1px solid var(--blue);
}
.weddings-sections .ghost-button a.button:hover,
.weddings-sections .ghost-button a.button:focus,
.weddings-sections a.ghost-button.button:hover,
.weddings-sections a.ghost-button.button:focus {
    background-color: var(--blue);
    color: var(--white);
}
.weddings-sections .blue-bg .ghost-button a.button {
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}
.weddings-sections .blue-bg .ghost-button a.button:hover,
.weddings-sections .blue-bg .ghost-button a.button:focus,
.weddings-sections .blue-bg a.ghost-button.button:hover,
.weddings-sections .blue-bg a.ghost-button.button:focus {
    color: var(--blue);
    background-color: var(--white);
    border: 1px solid var(--white);
}
.page-id-8646 .site-header {
    border-bottom: 1px solid #ddd;
}
/*--------------------------------------------------------------
Row Spacing
-------------------------------------------------------------*/
.row {
    padding-top: 5em;
    padding-bottom: 5em;
}
.mediumr-row {
    padding-top: 3em;
    padding-bottom: 3em;
}
.small-row {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.padding-top-1 {
    padding-top: 1em;
}
.padding-top-2 {
    padding-top: 2em;
}
.padding-top-3 {
    padding-top: 3em;
}
.padding-top-4 {
    padding-top: 4em;
}
.padding-top-5 {
    padding-top: 5em;
}
.padding-top-6 {
    padding-top: 6em;
}
.padding-top-7 {
    padding-top: 7em;
}
.padding-top-8 {
    padding-top: 8em;
}
.padding-top-9 {
    padding-top: 9em;
}
.padding-top-10 {
    padding-top: 10em;
}
.padding-bottom-1 {
    padding-bottom: 1em;
}
.padding-bottom-2 {
    padding-bottom: 2em;
}
.padding-bottom-3 {
    padding-bottom: 3em;
}
.padding-bottom-4 {
    padding-bottom: 4em;
}
.padding-bottom-5 {
    padding-bottom: 5em;
}
.padding-bottom-6 {
    padding-bottom: 6em;
}
.padding-bottom-7 {
    padding-bottom: 7em;
}
.padding-bottom-8 {
    padding-bottom: 8em;
}
.padding-bottom-9 {
    padding-bottom: 9em;
}
.padding-bottom-10 {
    padding-bottom: 10em;
}
.padding-20 {
    padding: 20px;
}
.padding-20 > *:last-child {
    margin-bottom: 0;
}
.margin-top-1 {
    margin-top: 1em;
}
.margin-top-2 {
    margin-top: 2em;
}
.margin-top-3 {
    margin-top: 3em;
}
.margin-top-4 {
    margin-top: 4em;
}
.margin-top-5 {
    margin-top: 5em;
}
.margin-top-6 {
    margin-top: 6em;
}
.margin-top-7 {
    margin-top: 7em;
}
.margin-top-8 {
    margin-top: 8em;
}
.margin-top-9 {
    margin-top: 9em;
}
.margin-top-10 {
    margin-top: 10em;
}
.margin-bottom-1 {
    margin-bottom: 1em;
}
.margin-bottom-2 {
    margin-bottom: 2em;
}
.margin-bottom-3 {
    margin-bottom: 3em;
}
.margin-bottom-4 {
    margin-bottom: 4em;
}
.margin-bottom-5 {
    margin-bottom: 5em;
}
.margin-bottom-6 {
    margin-bottom: 6em;
}
.margin-bottom-7 {
    margin-bottom: 7em;
}
.margin-bottom-8 {
    margin-bottom: 8em;
}
.margin-bottom-9 {
    margin-bottom: 9em;
}
.margin-bottom-10 {
    margin-bottom: 10em;
}
/*Flexbox*/

.flexed-v-center {
    align-items: center;
}
.flexed-v-top {
    align-items: flex-start;
}
.flexed-v-bottom {
    align-items: flex-end;
}
.flexed-stretch {
    align-items: stretch;
}
.flexed-justify-start {
    justify-content: flex-start;
}
.flexed-justify-center {
    justify-content: center;
}
.flexed-justify-end {
    justify-content: flex-end;
}
.flex-13 {
    flex-basis: 13%;
}
.flex-14 {
    flex-basis: 14%;
}
.flex-15 {
    flex-basis: 15%;
}
.flex-18 {
    flex-basis: 18%;
}
.flex-20 {
    flex-basis: 20%;
}
.flex-23 {
    flex-basis: 23%;
}
.flex-24 {
    flex-basis: 24%;
}
.flex-25 {
    flex-basis: 25%;
}
.flex-27 {
    flex-basis: 27%;
}
.flex-30 {
    flex-basis: 30%;
}
.flex-31 {
    flex-basis: 31%;
}
.flex-32 {
    flex-basis: 32%;
}
.flex-33 {
    flex-basis: 33%;
}
.flex-34 {
    flex-basis: 34%;
}
.flex-35 {
    flex-basis: 35%;
}
.flex-36 {
    flex-basis: 36%;
}
.flex-37 {
    flex-basis: 37%;
}
.flex-38 {
    flex-basis: 38%;
}
.flex-40 {
    flex-basis: 40%;
}
.flex-41 {
    flex-basis: 41%;
}
.flex-42 {
    flex-basis: 42%;
}
.flex-43 {
    flex-basis: 43%;
}
.flex-44 {
    flex-basis: 44%;
}
.flex-45 {
    flex-basis: 45%;
}
.flex-46 {
    flex-basis: 46%;
}
.flex-47 {
    flex-basis: 47%;
}
.flex-48 {
    flex-basis: 48%;
}
.flex-49 {
    flex-basis: 49%;
}
.flex-50 {
    flex-basis: 50%;
}
.flex-53 {
    flex-basis: 53%;
}
.flex-55 {
    flex-basis: 55%;
}
.flex-56 {
    flex-basis: 56%;
}
.flex-58 {
    flex-basis: 58%;
}
.flex-59 {
    flex-basis: 59%;
}
.flex-60 {
    flex-basis: 60%;
}
.flex-63 {
    flex-basis: 63%;
}
.flex-64 {
    flex-basis: 64%;
}
.flex-65 {
    flex-basis: 65%;
}
.flex-70 {
    flex-basis: 70%;
}
.flex-73 {
    flex-basis: 73%;
}
.flex-75 {
    flex-basis: 75%;
}
.flex-77 {
    flex-basis: 77%;
}
.flex-100 {
    flex-basis: 100%;
}

/*Ballroom Packages*/
main .container > .flexed {
    position: relative;
    z-index: 100;
}
.page-id-10300 .weddings-sections .container,
.page-id-10305 .weddings-sections .container,
.page-id-10307 .weddings-sections .container {
    max-width: 1400px;
}
.weddings-sections .primary-content-wrapper .entry-header span,
.primary-content-wrapper .entry-title h1 {
    text-align: left;
    margin: 0;
}
.blog-wrapper {
    background: #efefef;
}
.weddings-sections .blog-header h2 {
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.25;
}
.blog-wrapper ul li,
.blog-wrapper ul li a {
    font-size: 1rem;
    line-height: 1.25;
}
.blog-wrapper ul li {
    margin-bottom: 10px;
}
.blog-wrapper ul li:last-of-type {
    margin-bottom: 0;
}

/*Wedding Styles*/
.weddings-sections {
    color: var(--black);
    position: relative;
}
.weddings-sections .entry-content {
    max-width: 960px;
    margin: 0 auto 2em;
}
#post-8662 .entry-content,
#post-8667 .entry-content,
#post-8680 .entry-content  {
    text-align: center;
}
.weddings-sections .entry-content h2 {
    font-size: 30px;
    line-height: 39px;
    max-width: 680px;
    margin: 0 auto;
    color: var(--black);
}
.weddings-sections .site-main {
    overflow: hidden;
}
.weddings-sections .entry-header span,
.page-id-8674 .weddings-sections h1 {
    font-family: Crimson Text;
    font-size: 42px;
    line-height: 52px;
    display: block;
    text-align: center;
    color: var(--blue);
    text-transform: uppercase;
    margin-bottom: .5em;
}
.page-id-8674 .weddings-sections .entry-header span {
    display: none;
}
.weddings-sections h1 {
    color: var(--black);
    max-width: 820px;
    margin: 0 auto 0.8em;
    font-size: 30px;
    line-height: 39px;
}
.weddings-sections h2 {
    font-size: 42px;
    line-height: 52px;
    color: var(--blue);
    text-transform: uppercase;
}
.weddings-sections a.button,
.gform_footer input[type="submit"] {
    background-color: var(--blue);
    color: var(--white);
    font-size: 20px;
    line-height: 28px;
    padding: 9px 28px 9px;
    border: 1px solid var(--blue);
}
.weddings-sections a.button:hover,
.weddings-sections a.button:focus,
.gform_footer input[type="submit"]:hover,
.gform_footer input[type="submit"]:focus {
    background-color: transparent;
    color: var(--blue);
}
.weddings-sections .container {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
}
.weddings-sections .container a {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}
.page-id-8609 .top-content-bg,
.page-id-8674 .top-content-bg,
.ceremonies-content-bg,
.page-id-8684 .top-content-bg {
    position: relative;
}
.page-id-8609 .top-content-bg:after,
.page-id-8674 .top-content-bg:after,
.page-id-8684 .top-content-bg:after {
    position: absolute;
    width: 400px;
    height: 300px;
    right: -200px;
    top: -118px;
    background: rgba(134, 190, 226, 0.3);
    filter: blur(200px);
    transform: rotate(22.06deg);
    content: '';
}
.page-id-8674 .top-content-bg:after {
    right: auto;
    left: -200px;
}
.page-id-8609 .top-content-bg:before {    
    position: absolute;
    width: 149px;
    height: 161px;
    left: -82px
    top: 0;
    background-image:url(https://www.fortwilliamhenry.com/wp-content/uploads/2023/04/flourish-1.png);
    content: '';
}
.wedding-main-content-bg {
    position: relative;
    margin-top: 1.2em;
}
.wedding-main-content-bg:after,
.ceremonies-content-bg:after {
    position: absolute;
    width: 206px;
    height: 268px;
    right: 0;
    bottom: 50px;
    background-image: url(https://www.fortwilliamhenry.com/wp-content/uploads/2023/04/flourish-3.png);
    content: '';
    z-index: 10;
}
.wedding-main-content-bg .container {
    max-width: 1100px;
}
.wedding-main-content-images {
    position: relative;
    z-index: 10;
    margin-bottom: -4em;
}
.wedding-main-content .full-column {
    text-align: center;
}
.wedding-slider #slick-prev,
.wedding-slider #slick-next {
    font-size: 1.7rem;
    background: rgba(255,255,255,.7);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    color: var(--blue);
    line-height: 1.85em;
    z-index: 10;
    left: 0.3em;
    top: 48%;
    transition: .5s ease all;
}
.wedding-slider #slick-prev:hover,
.wedding-slider #slick-prev:focus,
.wedding-slider #slick-next:hover,
.wedding-slider #slick-next:focus {
    background: rgba(255,255,255,1);
}
.wedding-slider #slick-next {
    right: .3em;
    left: auto;
}
.right-image-text {
    flex-direction: row-reverse;
}
.wedding-slider-caption {
    font-size: 16px;
    line-height: 1.25em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5em 1em;
    background-color: rgba(255, 255, 255, .8);
    margin: 0;
    color: var(--black);
    z-index: 10;
}
.has-slider {
    overflow: hidden;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: inherit !important;
    position: relative;
}
.weddings-sections .slick-dots button {
    padding: 0;
    text-indent: -4000px;
    background: #737373;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 0;
}
.weddings-sections ul.slick-dots {
    list-style: none;
    margin: 1em 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.weddings-sections ul.slick-dots li {
    margin: 0 5px;
}
.weddings-sections ul.slick-dots li.slick-active button {
    background-color: var(--blue);
    width: 47px;
    border: 0;
}
.no-line-height {
    line-height: 0;
}
#wedding-packages {
    position: relative;
    z-index: 10;
}
.wedding-gallery-bg {
    position: relative;
}
.wedding-gallery-bg:before {
    position: absolute;
    width: 1030px;
    height: 762px;
    left: -448px;
    top: -400px;
    background: rgba(134, 190, 226, 0.3);
    filter: blur(200px);
    transform: rotate(22.06deg);
    content: '';
}
.full-width-wedding-gallery-section.wedding-gallery-bg:before {
    top: -120px;
    z-index: 10;
}
.full-width-wedding-gallery-section .wedding-gallery-photos {
    position: relative;
    z-index: 100;
}
.wedding-gallery-bg:after {
    position: absolute;
    width: 239px;
    height: 288px;
    right: 0;
    top: -110px;
    background-image: url(https://www.fortwilliamhenry.com/wp-content/uploads/2023/04/flower-1.png);
    content: '';
    z-index: 10;
}
.wedding-gallery-header {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}
#wedding-gallery .slides {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wedding-gallery .gallery-item {
    display: block;
    padding: 6px;
}
.gallery-sizer,
#wedding-gallery .gallery-item:nth-of-type(2),
#wedding-gallery .gallery-item:nth-of-type(4),
#wedding-gallery .gallery-item:nth-of-type(6),
#wedding-gallery .gallery-item:nth-of-type(8) {
    width: 25%;
}
#wedding-gallery .gallery-item:nth-of-type(2),
#wedding-gallery .gallery-item:nth-of-type(4) {
    margin-top: 2em;
}
#wedding-gallery .gallery-item:nth-of-type(3),
#wedding-gallery .gallery-item:nth-of-type(5),
#wedding-gallery .gallery-item:nth-of-type(7) {
    width: 50%;
    float: left;
}
/*#wedding-gallery li {
    display: grid;
    grid-template-columns: 333px 1fr 333px;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 10px;
    break-inside: avoid;
}
#wedding-gallery li img {
    grid-row: 1 / -1;
    grid-column: 1;
}*/

#meet-planner {
    position: relative;
}
#meet-planner:after {
    position: absolute;
    width: 201px;
    height: 326px;
    left: 0;
    top: 10px;
    background-image: url(https://www.fortwilliamhenry.com/wp-content/uploads/2023/04/flourish-2.png);
    content: '';
    z-index: 1;
}
#meet-planner .left-img {
    position: relative;
    z-index: 10;
}
#meet-planner .left-text p:nth-of-type(2) {
    font-size: 1.5rem;
    line-height: 1.1em;
    max-width: 400px;
    margin: 1.5em 0 2.5em;
    display: block;
}
#meet-planner .left-text h2 {
    max-width: 400px;
}
#meet-planner .left-text img {
    height: auto;
    max-width: 60px;
    border-radius: 50%;
    float: left;
    vertical-align: middle;
    margin: -5px 10px 0 0;
}
#contact-planner .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400;
    margin-bottom: 6px;
    color: var(--black);
}
.wedding-contact-text a[href^="mailto:"],
.wedding-contact-text a[href^="tel:"],
#meet-dawn a[href^="mailto:"],
#meet-dawn a[href^="tel:"],
#meet-keilana a[href^="mailto:"],
#meet-keilana a[href^="tel:"]
{
    color: var(--black);
    position: relative;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    margin-right: 15px
}
.wedding-contact-text a[href^="mailto:"]:hover,
.wedding-contact-text a[href^="tel:"]:hover,
#meet-dawn a[href^="mailto:"]:hover,
#meet-dawn a[href^="tel:"]:hover,
#meet-keilana a[href^="mailto:"]:hover,
#meet-keilana a[href^="tel:"]:hover,
.wedding-contact-text a[href^="mailto:"]:focus,
.wedding-contact-text a[href^="tel:"]:focus,
#meet-dawn a[href^="mailto:"]:focus,
#meet-dawn a[href^="tel:"]:focus,
#meet-keilana a[href^="mailto:"]:focus,
#meet-keilana a[href^="tel:"]:focus {
    text-decoration: underline;
}
#meet-dawn a,
#meet-keilana a {
    font-size: 20px;
}
.wedding-contact-text a[href^="mailto:"]:before,
#meet-dawn a[href^="mailto:"]:before,
#meet-keilana a[href^="mailto:"]:before {
    content: '\f0e0';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
}
.wedding-contact-text a[href^="tel:"]:before,
#meet-dawn a[href^="tel:"]:before,
#meet-keilana a[href^="tel:"]:before {
    content: '\f095';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    transform: scaleX(-1);
}
.wedding-contact-text a {
    text-decoration: underline;
}
#meet-dawn a:before,
#meet-keilana a:before {
    color: var(--blue);
}
.wedding-testimonial-slider ul.slick-dots {
    margin-top: -1em;
    z-index: 50;
    position: relative;
}
.wedding-testimonial-wrap {
    position: relative;
    padding: 2em 3em 4em;
    margin: 0 2em;
}
.wedding-testimonial-wrap:before {    
    position: absolute;
    width: 100%;
    height: 2em;
    left: 0;
    bottom: 0;
    background: var(--white);
    content: '';
    z-index: 2;
}
.wedding-testimonial-wrap:nth-of-type(2):after {    
    position: absolute;
    width: 99px;
    height: 78px;
    right: 50px;
    bottom: 0;
    background-image: url(https://www.fortwilliamhenry.com/wp-content/uploads/2023/04/unnamed-file.png);
    content: '';
    z-index: 3;
}
.wedding-testimonial {
    padding-left: 170px;
}
.wedding-testimonial-image {
    max-width: 125px;
    position: absolute;
}
.wedding-testimonial-image img {
    border-radius: 50%;
}
.wedding-testimonial-name {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}
#ballroom-top-content {
    padding-top: 3em;
}
.wedding-testimonial-header-2 h2 {
    margin-bottom: 1em;
}
.wedding-testimonial-slider-2 {
    position: relative;
}
.wedding-testimonial-wrap-2 {
    padding: 3em 0 0 3em;
    position: relative;
}
.wedding-testimonial-2 {
    padding: 5em 3em 5em 370px;
}
.wedding-testimonial-image-2 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 367px;
    width: 100%;
}
.page-id-8650 .entry-header span {
    text-align: left;
}
.page-id-8650 .entry-header,
.page-id-8650 .entry-content {
    max-width: 48%;
}
.page-id-8650 .weddings-sections h1 {
    max-width: 100%;
    margin: 0 0 0.6em;
    text-align: left;
    font-size: 36px;
}
#post-8650 h2 {
    text-align: left;
    max-width: 450px;
    margin: 0 0 1em 0;
}
#wedding-packages-top {
    padding-bottom: 0;
    padding-top: 3em;
}
#wedding-packages-top .right-img {
    margin-bottom: 1.5em;
    margin-top: -16em;
}
#wedding-packages-top-2 .secondary-content {
    padding-top: 0;
}
#wedding-packages-top .right-text {
    flex-basis: 44.7%;
    margin-bottom: 1.5em;
}
#wedding-packages-top .right-img {
    flex-basis: 49%;
}
#wedding-packages-top-2 {
    margin-bottom: 5em;
}
#wedding-packages-top-2 p:last-of-type {
    text-align: center;
    margin: 2em 0 0;
}
#venues-carriage,
#venue-ballroom,
#venue-outdoor,
#venue-white-lion {
    padding-top: 4em;
    padding-bottom: 4em;
}
.page-id-8662 .weddings-sections h1 {
    max-width: 900px;
}
#white-lion-top-content,
#carriage-top-content,
#outdoor-top-content,
#meet-dawn,
#wedding-breakfast-top-content {
    padding-top: 2em;
}
#carriage-plan {
    text-align: center;
    margin-bottom: 5em;
}
#carriage-plan .container {
    max-width: 1000px;
}
.weddings-sections .secondary-content p:last-of-type,
.weddings-sections .left-text p:last-of-type,
.weddings-sections .right-text p:last-of-type {
    margin-bottom: 0;
}
#about-dawn {
    padding-top: 8em;
    padding-bottom: 4em;
    margin-bottom: 4em;
}
#meet-dawn .image-text,
#meet-keilana .image-text {
    align-items: flex-start;
}
.page-id-8674 .wedding-contact-us {
    padding-top: 2em;
}
.page-id-8674 #contact-planner {
    background-color: var(--white);
}
.page-id-8674 #contact-planner .wedding-contact-form {
    background-color: var(--light-grey);
    padding: 2em;
}
.page-id-8674 #contact-planner .wedding-contact-us {
    padding-top: 3em;
    padding-bottom: 3em;
}
.page-id-8674 #contact-planner .wedding-contact-us h2 {
    font-size: 32px;
    line-height: 42px;
}
#engagement-middle-content {
    margin-bottom: 6em;
}
.ceremonies-image-bg {
    background: linear-gradient(0deg, rgba(28,67,103,1) 50%, rgba(255,255,255,1) 50%);
}
.weddings-sections .post-8678 .entry-content {
    max-width: 810px;
}
.weddings-sections .container.ceremonies-content {
    max-width: 1100px;
    margin: 0 auto;
}
.ceremonies-content h2 {
    text-align: center;
}
.page-id-8678 .weddings-sections h2 {
    font-size: 41px;
}
#ceremony-prices a.button {
    max-width: 405px;
    width: 100%;
}
#ceremony-prices p:nth-of-type(3) {
    margin: .2em 0 0.8em;
}
.wedding-testimonial-container {
    column-count: 2;
    column-gap: 2em;
}
.wedding-testimonial-page-wrap {
    margin: 0 0 4em;
    padding: 2em;
    break-inside: avoid-column;
}
.wedding-testimonial-page-image {
    margin: -90px auto 1em;
    max-width: 100px;
}
.wedding-testimonial-page-image img {
    border-radius: 50%;
}
.slick-slide img,
.image-text img {
    max-width: none;
    width: 100%;
}
#additional-breakfasts {
    margin-bottom: 6em;
}
img.wp-image-8787 {
    border-radius: 50%;
}
#contact-planner .wedding-contact-text p:first-of-type {
    margin-bottom: .75em;
}
.weddings-sections .container a.wedding-swipe-box {
    display: block;
    text-decoration: none;
} 
#lake-view-weddings {
    background-image: url(https://www.fortwilliamhenry.com/wp-content/uploads/2023/04/leaf-bg.jpg);
    background-size: cover;
}

/*--------------------------------------------------------------
# Custom 2 Column Forms Section
--------------------------------------------------------------*/
div.two-columns-bg.padding-top-6.padding-bottom-6.light-grey-bg:has(#gform_20) {
	padding-top: 1em;
	padding-bottom: 1em;
}

/*zzz*/

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1400px){
.wedding-main-content-bg:after, .ceremonies-content-bg:after {
    width: 106px;
    height: 168px;
    background-size: cover;
}
}
/*1400px*/
@media screen and (max-width: 1300px){
#wedding-packages-top {
    padding-top: 2em;
}
.page-id-8650 .weddings-sections h1 {
    margin: 0;
}
#about-dawn {
    padding-top: 5em;
    margin-top: -8em;
}
}
/*1300px*/
@media screen and (max-width: 1200px){
.wedding-testimonial-image-2 {
    max-width: 270px;
}
.wedding-testimonial-2 {
    padding: 3em 3em 3em 270px;
}
.wedding-testimonial-wrap-2 {
    padding: 2em 0 0 3em;
}
.page-id-8650 .entry-header, .page-id-8650 .entry-content {
    max-width: 100%;
}
.page-id-8650 .entry-header span {
    text-align: center;
}
.page-id-8650 .weddings-sections h1 {    
    max-width: 820px;
    margin: 0 auto 0.8em;
    text-align: center;
}
#wedding-packages-top .right-img {
    margin-top: 0;
}
#wedding-packages-top {
    padding-top: 5em;
}
#wedding-packages-top-2 {
    padding-top: 3em;
}
.wedding-main-content .full-column {
    text-align: left;
}
#about-dawn {
    padding-top: 4em;
    margin-top: 0;
}
#meet-dawn,
#meet-keilana {
    padding-bottom: 4em;
}
.primary-content-wrapper.flex-70 {
    flex-basis: 65%;
}
.blog-wrapper.flex-23 {
    flex-basis: 33%;
}
}
/*1200px*/
@media screen and (max-width: 1024px){
.flex-46,
.flex-47,
.flex-48,
#wedding-packages-top .right-img,
#wedding-packages-top .right-text {
    flex-basis: 100%;
}
#wedding-packages-top .right-img {
    order: 2;
    margin: 0;
}
#wedding-packages-top .right-text {
    order: 1;
    margin: 0 0 2em;
}
#wedding-packages-top-2 {
    padding-top: 1.5em;
}
#wedding-packages-top {
    padding-top: 4em;
}
.entry-header {
    padding-top: 4em;
}
.primary-content-wrapper .entry-header {
    padding-top: 0;
}
.wedding-contact-us {
    padding-top: 4em;
    padding-bottom: 3em;
}
.wedding-testimonial-page-wrap {
    padding: 2em 40px;
}
#white-lion-top-content,
#carriage-top-content,
#outdoor-top-content,
#meet-dawn,
#meet-keilana,
#wedding-breakfast-top-content,
#ballroom-top-content {
    padding-top: 0;
}
.left-text,
.right-text {
    margin-top: 2em;
}
.wedding-testimonial-wrap-2,
.wedding-testimonial-wrap {
    padding: 75px 0 0;
    position: relative;
}
.wedding-testimonial-wrap {
    margin-top: 75px;
    margin-left: 40px;
    margin-right: 40px;
}
.wedding-testimonial-image-2,
.wedding-testimonial-image {
    max-width: 150px;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
}
.wedding-testimonial-image {
    top: -75px;
}
.wedding-testimonial-2 {
    padding: 5em 40px 2em; 
}
.wedding-testimonial {
    padding: 1em 40px 4em;
}
.wedding-testimonial-image-2 img {
    border-radius: 50%;
}
.wedding-testimonial-wrap:nth-of-type(2):after {
    width: 69px;
    height: 53px;
    background-size: cover;
    bottom: 15px;
}
.wedding-main-content-bg:after, .ceremonies-content-bg:after {
    content: none;
}
.wedding-main-content-bg {
    padding-bottom: 4em;
}
.wedding-main-content-image {
    flex-basis: 31%;
}
.content-slideshow-bg {
    padding-bottom: 4em;
    padding-top: 4em;
}
.wedding-gallery-bg:after {
    width: 189px;
    height: 228px;
    background-size: cover;
}
#meet-planner .left-text h2 {
    max-width: 100%;
}
#meet-planner .left-text p:nth-of-type(2) {
    max-width: 100%;
}
#meet-planner .left-text img {
    margin: -15px 15px 0 0;
}
#wedding-packages,
#main-wedding-gallery,
#meet-planner,
#engagement-middle-content,
#ceremony-prices,
#additional-ceremonies,
#additional-engagement,
#additional-breakfasts {
    padding-top: 4em;
    padding-bottom: 4em;
}
#additional-breakfasts {
    margin-bottom: 4em;
}
.page-id-8674 #contact-planner .wedding-contact-us {
    padding-top: 1em;
    padding-bottom: 3em;
}
.page-id-8674 #contact-planner .wedding-contact-form {
    padding: 2em 40px;
}
#wedding-gallery .gallery-item:nth-of-type(2), #wedding-gallery .gallery-item:nth-of-type(4) {
    margin-top: 1.4em;
}
}
/*1024px*/
@media screen and (max-width: 960px){
    main .container > .flexed {
        display: block;
        margin-bottom: 6.5em;
    }
}
/*960px*/
@media screen and (max-width: 800px){
    .wedding-testimonial-container {
        column-count: 1;
        column-gap: normal;
    }
    .wedding-testimonial-wrap:nth-of-type(2):after {
        content: none;
    }
    .wedding-main-content-bg {
        padding-bottom: 3em;
    }
    .content-slideshow-bg {
        padding-bottom: 3em;
        padding-top: 3em;
    }
    .ceremonies-content-bg {
        padding-top: 3em;
    }
    .full-width-wedding-gallery .flexed {
        display: block;
    }
    .full-width-wedding-gallery-section.wedding-gallery-bg:before {
        display: none;
    }
}
/*800px*/
@media screen and (max-width: 600px){
    .weddings-sections h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .weddings-sections .entry-header span, .page-id-8674 .weddings-sections h1 {
        font-size: 32px;
        line-height: 43px;
    }
    .weddings-sections h2,
    .page-id-8678 .weddings-sections h2 {
        font-size: 32px;
        line-height: 42px;
    }
    #wedding-packages {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .wedding-gallery-bg:after {
        content: none;
    }
    .wedding-main-content-image {
        flex-basis: 100%;
        margin-bottom: 2em;
    }
    .wedding-main-content-bg {
        padding-top: 3em;
    }
}
/*600px*/
@media screen and (max-width: 500px){
.weddings-sections .container,
.wedding-testimonial-2,
.wedding-testimonial-page-wrap,
.wedding-testimonial-wrap-2,
.wedding-testimonial-wrap,
.page-id-8674 #contact-planner .wedding-contact-form {
    padding-left: 20px;
    padding-right: 20px;
}
.wedding-testimonial-wrap {
    margin-left: 20px;
    margin-right: 20px;
}
.wedding-testimonial {
    padding: 1em 0 4em;
}
.wedding-slider #slick-prev, .wedding-slider #slick-next {
    font-size: 1rem;
    width: 30px;
    height: 30px;
}
.wedding-slider-caption {
    font-size: 14px;
    line-height: 1em;
    padding: 0.2em 1em;
}
.weddings-sections a.button, .gform_footer input[type="submit"] {
    font-size: 17px;
    line-height: 24px;
    padding: 8px 30px 8px;
}
#meet-planner h2 {
    text-align: center;
}
#meet-planner .left-text img {
    margin: 0 auto 0.7em;
    display: block;
    width: 100%;
    float: none;
}
#meet-planner .left-text p:nth-of-type(2) {
    max-width: 100%;
    text-align: center;
    line-height: 1.2em;
    margin: 1.5em 0 1.5em;
}
#meet-planner p:last-of-type a {
    display: block;
}
#wedding-gallery .gallery-item {
    padding: 2px;
}
#wedding-gallery .gallery-item:nth-of-type(2), #wedding-gallery .gallery-item:nth-of-type(4) {
    margin-top: .75em;
}
}
/*500px*/
@media screen and (max-width: 400px){

}
/*400px*/
@media screen and (max-width: 350px){

}
/*350px*/