.margined-section {
    margin: 50px 0;
}

.container-large {
    max-width: 1400px;
    align-self: center;
    flex: 1 auto;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}

/*------------------------------------*\
    MODAL
\*------------------------------------*/

/* Remove All Attachement Detail Inputs */
.baseplan #alt-text-description,
.baseplan span[data-setting="alt"],
.baseplan span[data-setting="title"],
.baseplan span[data-setting="description"],
.baseplan span[data-setting="url"],
.baseplan .compat-item {
    display: none !important;
}

#file_upload {
    width: 100%;
    margin-bottom: 10px;
}

.existing-plans-and-photos #alt-text-description,
.existing-plans-and-photos span[data-setting="alt"],
.existing-plans-and-photos span[data-setting="title"],
.existing-plans-and-photos span[data-setting="description"],
.existing-plans-and-photos span[data-setting="url"],
.existing-plans-and-photos .compat-item {
    display: none !important;
}

.landscape-layout #alt-text-description,
.landscape-layout span[data-setting="alt"],
.landscape-layout span[data-setting="title"],
.landscape-layout span[data-setting="description"],
.landscape-layout span[data-setting="url"],
.landscape-layout .compat-item {
    display: none !important;
}


.installation-plans #alt-text-description,
.installation-plans span[data-setting="alt"],
.installation-plans span[data-setting="title"],
.installation-plans span[data-setting="description"],
.installation-plans span[data-setting="url"],
.installation-plans .compat-item {
    display: none !important;
}



#upload-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(25, 29, 21, 0.46);
    z-index: 2;
    display: none;

}

#upload-modal p strong {
    color: #444;
    font-size: 1.8rem;
}

#upload-modal .acf-field.acf-field-gallery label {
    display: none;
}

#load-images {
    cursor: pointer;
}

.modal-container {
    height: 90%;
    min-height: 550px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 5px solid #6A972E;
    padding: 0 30px;
    overflow: auto;
}

#exit-button {
    color: #1C3115;
    cursor: pointer;
    margin: 10px;
    position: absolute;
    padding: 6px;
    left: 0;
    top: 0;
    z-index: 999;
    transition: .3s ease;
}

#exit-button i {
    font-size: 3.2rem;
}

#exit-button:hover {
    color: #6A972E;
    transition: .3s ease;
}

.modal-content {
    width: 100%;
    height: auto;
    padding: 3rem 0 2rem;
}

#upload-modal .acf-gallery .acf-gallery-side .acf-gallery-side-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*------------------------------------*\
    PHOTO UPLOAD
\*------------------------------------*/

/* #uploadPlanAndImages,
#baseplanPlanAndImages,
#landscapePlanAndImages,
#installationPlanAndImages {
  display: flex;
  flex-direction: column-reverse;
} */

.schematic-plan-section {
    margin-bottom: -40px;
}

.schematic-plan-container {
    max-width: 1200px; 
    margin: 0 auto;
}

.photo-upload-container h1 {
    font-weight: 800;
}

.photo-upload-container p {
    line-height: 2;
    font-size: 1.8rem;
    color: #ACACAC;
}

/* .photo-upload-container .upload-image-form .acf-gallery .acf-gallery-toolbar {
  display: none;
} */

.modal-button-container {
    text-align: center;
    margin: 30px 0 0 0;
}

.upload-image-form label[for="acf-field_5ec298488963c"] {
    display: none !important;
}

.upload-image-form .acf-gallery {
    border: none !important;
    height: 100% !important;
}

.upload-image-form .acf-gallery .acf-gallery-main {
    position: relative !important;
    display: flex;
    flex-direction: column-reverse;

}

.upload-image-form .acf-gallery .acf-gallery-attachments {
    position: relative !important;
}

.upload-image-form .acf-gallery .acf-gallery-attachment {
    width: 100% !important;
}

.upload-image-form .acf-gallery .acf-gallery-attachment .actions {
    display: block !important;
    z-index: 9999999;
}

.upload-image-form .acf-icon.dark {
    background: rgba(97, 151, 46, .6);
    color: #fff;
    transition: .3s ease;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-image-form .acf-icon.dark:hover {
    transition: .3s ease;
    color: #1C3115 !important;
    background: rgba(97, 151, 46, 1);

}

#uploadPlanAndImages .acf-gallery .acf-gallery-toolbar,
#baseplanPlanAndImages .acf-gallery .acf-gallery-toolbar,
#landscapePlanAndImages .acf-gallery .acf-gallery-toolbar,
#installationPlanAndImages .acf-gallery .acf-gallery-toolbar {
    position: relative;
    display: block;
    border: none;
    text-align: center;
    margin: 10px 0;
}

#uploadPlanAndImages .acf-gallery .acf-gallery-toolbar ul,
#baseplanPlanAndImages .acf-gallery .acf-gallery-toolbar ul,
#landscapePlanAndImages .acf-gallery .acf-gallery-toolbar ul,
#installationPlanAndImages .acf-gallery .acf-gallery-toolbar ul {
    justify-content: flex-end;
}

#uploadPlanAndImages .acf-gallery-toolbar .acf-hl,
#baseplanPlanAndImages .acf-gallery-toolbar .acf-hl,
#landscapePlanAndImages .acf-gallery-toolbar .acf-hl,
#installationPlanAndImages .acf-gallery-toolbar .acf-hl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

#uploadPlanAndImages .acf-gallery-toolbar .acf-hl li,
#baseplanPlanAndImages .acf-gallery-toolbar .acf-hl li,
#landscapePlanAndImages .acf-gallery-toolbar .acf-hl li,
#installationPlanAndImages .acf-gallery-toolbar .acf-hl li {
    float: none;
}

#uploadPlanAndImages .acf-gallery-side .acf-gallery-toolbar .acf-hl li.acf-fr,
#baseplanPlanAndImages .acf-gallery-side .acf-gallery-toolbar .acf-hl li.acf-fr,
#landscapePlanAndImages .acf-gallery-side .acf-gallery-toolbar .acf-hl li.acf-fr,
#installationPlanAndImages .acf-gallery-side .acf-gallery-toolbar .acf-hl li.acf-fr {
    display: block;
}

#uploadPlanAndImages .acf-gallery-toolbar .acf-hl li.acf-fr,
#baseplanPlanAndImages .acf-gallery-toolbar .acf-hl li.acf-fr,
#landscapePlanAndImages .acf-gallery-toolbar .acf-hl li.acf-fr,
#installationPlanAndImages .acf-gallery-toolbar .acf-hl li.acf-fr {
    display: none;
}



#uploadPlanAndImages .dropzone .media-progress-bar-box,
#baseplanPlanAndImages .dropzone .media-progress-bar-box,
#landscapePlanAndImages .dropzone .media-progress-bar-box,
#installationPlanAndImages .dropzone .media-progress-bar-box {
    position: relative !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100% !important;
}

#uploadPlanAndImages .acf-gallery .acf-gallery-side,
#baseplanPlanAndImages .acf-gallery .acf-gallery-side,
#landscapePlanAndImages .acf-gallery .acf-gallery-side,
#installationPlanAndImages .acf-gallery .acf-gallery-side {
    z-index: 2;
    border: none;
}

#uploadPlanAndImages .acf-gallery .acf-gallery-side-data,
#baseplanPlanAndImages .acf-gallery .acf-gallery-side-data,
#landscapePlanAndImages .acf-gallery .acf-gallery-side-data,
#installationPlanAndImages .acf-gallery .acf-gallery-side-data {
    position: relative;
}

#uploadPlanAndImages .acf-gallery .acf-gallery-side .acf-gallery-toolbar,
#baseplanPlanAndImages .acf-gallery .acf-gallery-side .acf-gallery-toolbar,
#landscapePlanAndImages .acf-gallery .acf-gallery-side .acf-gallery-toolbar,
#installationPlanAndImages .acf-gallery .acf-gallery-side .acf-gallery-toolbar {
    display: flex;
    position: relative;

}

#uploadPlanAndImages .acf-gallery .acf-gallery-side .acf-gallery-toolbar ul li>a.acf-button.button.button-primary.acf-gallery-update,
#baseplanPlanAndImages .acf-gallery .acf-gallery-side .acf-gallery-toolbar ul li>a.acf-button.button.button-primary.acf-gallery-update,
#landscapePlanAndImages .acf-gallery .acf-gallery-side .acf-gallery-toolbar ul li>a.acf-button.button.button-primary.acf-gallery-update,
#installationPlanAndImages .acf-gallery .acf-gallery-side .acf-gallery-toolbar ul li>a.acf-button.button.button-primary.acf-gallery-update {
    /* display: none; */
}

#uploadPlanAndImages div#acf-field_5ec298488963c .acf-gallery.ui-resizable.-open .acf-gallery-side,
#baseplanPlanAndImages div#acf-field_5ec29b3f89640 .acf-gallery.ui-resizable.-open .acf-gallery-side,
#landscapePlanAndImages div#acf-field_5ec29bd689642 .acf-gallery.ui-resizable.-open .acf-gallery-side,
#installationPlanAndImages div#acf-field_5ec29c15d1c71 .acf-gallery.ui-resizable.-open .acf-gallery-side {
    width: 50%;
}

#uploadPlanAndImages .acf-gallery .acf-gallery-side .compat-attachment-fields,
#uploadPlanAndImages tr.compat-field-theiaSmartThumbnails_positionPicker,
#uploadPlanAndImages tr.compat-field-theiaSmartThumbnails_position,
#uploadPlanAndImages .acf-gallery .acf-gallery-side .media-types .media-types-required-info,
#uploadPlanAndImages tr[data-name="alt"],
#uploadPlanAndImages tr[data-name="title"],
#uploadPlanAndImages tr[data-name="description"],
#uploadPlanAndImages p.media-types.media-types-required-info,
#uploadPlanAndImages .acf-gallery-side-info .actions {
    display: none !important;
}


#baseplanPlanAndImages .acf-gallery .acf-gallery-side .compat-attachment-fields,
#baseplanPlanAndImages tr.compat-field-theiaSmartThumbnails_positionPicker,
#baseplanPlanAndImages tr.compat-field-theiaSmartThumbnails_position,
#baseplanPlanAndImages .acf-gallery .acf-gallery-side .media-types .media-types-required-info,
#baseplanPlanAndImages tr[data-name="title"],
#baseplanPlanAndImages tr[data-name="alt"],
#baseplanPlanAndImages tr[data-name="description"],
#baseplanPlanAndImages p.media-types.media-types-required-info,
#baseplanPlanAndImages .acf-gallery-side-info .actions {
    display: none !important;
}

#landscapePlanAndImages .acf-gallery .acf-gallery-side .compat-attachment-fields,
#landscapePlanAndImages tr.compat-field-theiaSmartThumbnails_positionPicker,
#landscapePlanAndImages tr.compat-field-theiaSmartThumbnails_position,
#landscapePlanAndImages .acf-gallery .acf-gallery-side .media-types .media-types-required-info,
#landscapePlanAndImages tr[data-name="title"],
#landscapePlanAndImages tr[data-name="alt"],
#landscapePlanAndImages tr[data-name="description"],
#landscapePlanAndImages p.media-types.media-types-required-info,
#landscapePlanAndImages .acf-gallery-side-info .actions {
    display: none !important;
}

#installationPlanAndImages .acf-gallery .acf-gallery-side .compat-attachment-fields,
#installationPlanAndImages tr.compat-field-theiaSmartThumbnails_positionPicker,
#installationPlanAndImages tr.compat-field-theiaSmartThumbnails_position,
#installationPlanAndImages .acf-gallery .acf-gallery-side .media-types .media-types-required-info,
#installationPlanAndImages tr[data-name="title"],
#installationPlanAndImages tr[data-name="alt"],
#installationPlanAndImages tr[data-name="description"],
#installationPlanAndImages p.media-types.media-types-required-info,
#installationPlanAndImages .acf-gallery-side-info .actions {
    display: none !important;
}


#uploadPlanAndImages .dropzone .acf-gallery-attachments .media-progress-bar-box,
#uploadPlanAndImages .dropzone .acf-gallery-attachments .uploader-window,
#baseplanPlanAndImages .dropzone .acf-gallery-attachments .media-progress-bar-box,
#baseplanPlanAndImages .dropzone .acf-gallery-attachments .uploader-window,
#landscapePlanAndImages .dropzone .acf-gallery-attachments .media-progress-bar-box,
#landscapePlanAndImages .dropzone .acf-gallery-attachments .uploader-window,
#installationPlanAndImages .dropzone .acf-gallery-attachments .media-progress-bar-box,
#installationPlanAndImages .dropzone .acf-gallery-attachments .uploader-window {
    position: relative !important;
}

#uploadPlanAndImages .dropzone .acf-gallery-attachments .media-progress-bar-box,
#uploadPlanAndImages .dropzone .acf-gallery-attachments .uploader-window,
#uploadPlanAndImages .dropzone .acf-gallery-attachments .acf-dropzone-info,
#baseplanPlanAndImages .dropzone .acf-gallery-attachments .media-progress-bar-box,
#baseplanPlanAndImages .dropzone .acf-gallery-attachments .uploader-window,
#baseplanPlanAndImages .dropzone .acf-gallery-attachments .acf-dropzone-info,
#landscapePlanAndImages .dropzone .acf-gallery-attachments .media-progress-bar-box,
#landscapePlanAndImages .dropzone .acf-gallery-attachments .uploader-window,
#landscapePlanAndImages .dropzone .acf-gallery-attachments .acf-dropzone-info,
#installationPlanAndImages .dropzone .acf-gallery-attachments .media-progress-bar-box,
#installationPlanAndImages .dropzone .acf-gallery-attachments .uploader-window,
#installationPlanAndImages .dropzone .acf-gallery-attachments .acf-dropzone-info {
    position: relative !important;
}

#uploadPlanAndImages .dropzone .acf-gallery-attachments .uploader-window,
#baseplanPlanAndImages .dropzone .acf-gallery-attachments .uploader-window,
#landscapePlanAndImages .dropzone .acf-gallery-attachments .uploader-window,
#installationPlanAndImages .dropzone .acf-gallery-attachments .uploader-window {
    display: none !important;
}

#uploadPlanAndImages .dropzone .acf-gallery-attachments .media-progress-bar-box,
#uploadPlanAndImages .dropzone .acf-gallery-attachments .uploader-window,
#baseplanPlanAndImages .dropzone .acf-gallery-attachments .media-progress-bar-box,
#baseplanPlanAndImages .dropzone .acf-gallery-attachments .uploader-window,
#landscapePlanAndImages .dropzone .acf-gallery-attachments .media-progress-bar-box,
#landscapePlanAndImages .dropzone .acf-gallery-attachments .uploader-window,
#installationPlanAndImages .dropzone .acf-gallery-attachments .media-progress-bar-box,
#installationPlanAndImages .dropzone .acf-gallery-attachments .uploader-window {
    margin: 0 !important
}

#uploadPlanAndImages .media-sidebar,
#baseplanPlanAndImages .media-sidebar,
#landscapePlanAndImages .media-sidebar,
#installationPlanAndImages .media-sidebar {
    display: none !important;
}

/* #uploadPlanAndImages div[data-name="plot_plan_gallery"] {
  padding: 0;
} */

#uploadPlanAndImages .acf-form-submit,
#baseplanPlanAndImages .acf-form-submit,
#landscapePlanAndImages .acf-form-submit,
#installationPlanAndImages .acf-form-submit {
    margin: 20px 0 0;
}

.gallery {
    margin: 0 auto;
}

.gallery-media-wrapper {
    margin: 1rem 0;
}

.gallery .gallery-media-container {
    /* margin: 30px 0; */
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gallery .gallery-media-container .responsive-iframe-container {
    padding-top: 66.25%;
}

.gallery .gallery-media-container.fullwidth {
    margin: 50px 0;
}

.gallery-media-container div.caption {
    background: #1C3115;
    color: white;
    margin: 0;
    padding: 5px 20px;
    min-height: 46px;
    /* display: none; */
}


.edit-caption-form .button {
    margin: 10px 0;
}

.edit-caption-form input[type="text"] {
    width: 100%;
}

.edit-caption-form input[type="text"]:disabled {
    background: #1C3115;
    border: 0;
    color: white;
    font-style: italic;
}

.gallery-media-container div.caption p {
    color: white;
    margin: 0
}

.caption-heading {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.gallery-media-container .caption-heading p {
    font-weight: 600;
    margin-top: 0;
}

.gallery-media-container .media-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: row;
    z-index: 1;
}

.gallery-media-container .control-button {
    /* position: absolute;
    top: 10px;
    left: 10px; */
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 10px;
    min-width: 43px;
    max-width: 43px;
    min-height: 46px;
    margin-right: 7px;
}

.gallery-media-container .control-button.red {
    background-color: red;
    transition: .3s ease;
}

.gallery-media-container .control-button.red:hover {
    background: #cc0000;
    transition: .3s ease;
}

.gallery-media-container .control-button i {
    margin: 0;
    padding: 0;
    font-size: 2.3rem;
}

.gallery-video video {
    width: 100% !important;
    height: auto !important;
    min-height: 253px;
    object-position: center;
    object-fit: cover;
    margin-bottom: -8px;
}

.is-4-desktop .gallery-video video {
    max-height: 253px;
}

.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.wc-stripe-upe-element iframe {
    position: relative;
}


.gallery-file {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* .gallery-file .caption {
    margin-top: auto !important;
} */

.gallery-file a.button {
    padding: 0px 1.5em;
}




/*------------------------------------*\
    LANDSCAPE FORM
\*------------------------------------*/

.landscape-form .acf-repeater {
    display: flex;
    flex-direction: column-reverse;
}

.landscape-form .acf-table {
    border-collapse: separate !important;
    border-spacing: 0 25px !important;
    border: none !important;
}

.landscape-form .acf-repeater>table {
    background: none !important;
}


.landscape-form .acf-repeater .acf-row-handle.order {
    display: none;
}

.landscape-form .acf-repeater .acf-row-handle.order+td {
    border: none !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.landscape-form .acf-field.acf-accordion {
    padding: 5px 20px !important;
    border-radius: 10px;
}

.landscape-form .acf-accordion-content {
    padding-bottom: 10px !important;
}

.landscape-form .acf-repeater .acf-actions {
    margin-bottom: 30px;
}

.landscape-form .acf-field.acf-field-checkbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    background: rgba(97, 151, 46, .41);

}

.landscape-form label[for="acf-field_5ec2a71da8fdf"] {
    display: none !important;
}

.landscape-form .acf-field.acf-field-checkbox .acf-input {
    width: 100%;
}

.acf-field-5ec52bad4cfa2 {
    display: none;
}

/* .landscape-form:nth-child(1) .acf-label {
  display: none;
} */

.acf-field .acf-label {
    margin: 0 !important;
}

.acf-field-5ec2a71da8fdf:first .acf-label {
    display: none !important;
}

/* .acf-field-5ec2a735a8fe0,
.acf-field-5ec2a77fa8fe1,
.acf-field-5ee8e1591f573 {
    background: rgba(97, 151, 46, .41);
    border: none !important;
    padding: 25px 15px !important
} */

.acf-field-5ec2a735a8fe0 .acf-label,
.acf-field-5ec2a77fa8fe1 .acf-label,
.acf-field-5ee8e1591f573 .acf-label {
    display: none;
}

.acf-field-5ec2a735a8fe0 input {
    border-radius: 25px !important;
}

.acf-field-5ec2a77fa8fe1 .acf-input {
    width: 100%;
}

.landscape-form .acf-field.acf-field-checkbox .acf-label,
.landscape .acf-field.acf-field-group .acf-label {
    font-size: 1.5rem !important;
}

.landscape-form .acf-field.acf-field-checkbox ul.acf-checkbox-list.acf-bl {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.landscape-form .acf-field.acf-field-checkbox ul.acf-checkbox-list.acf-bl li {
    padding: 0 5px !important;
}

ul.acf-checkbox-list li {
    font-size: 1.6rem !important;
    font-weight: 700;
}

/* Parent Group Sections Padding */

#landscape-area .acf-field-5ec2a8ffa8fe2,
#landscape-area .acf-field-5ec2ace09e010,
#landscape-area .acf-field-5ec2b5e0a6b36,
#landscape-area .acf-field-5ec2b95f924a5 {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

#landscape-area .acf-field-5ec2a8ffa8fe2 label,
#landscape-area .acf-field-5ec2ace09e010 label,
#landscape-area .acf-field-5ec2b5e0a6b36 label,
#landscape-area .acf-field-5ec2b95f924a5 label {
    padding: 10px;
}

/* Parent Group Sections Labels */
#landscape-area .acf-field-5ec2a8ffa8fe2 .acf-label:nth-child(1),
#landscape-area .acf-field-5ec2ace09e010 .acf-label,
#landscape-area .acf-field-5ec2b5e0a6b36 .acf-label,
#landscape-area .acf-field-5ec2b95f924a5 .acf-label {
    font-size: 2rem;
}

#landscape-form .acf-field.acf-field-checkbox .acf-label {
    font-size: 1.5rem;
}


.acf-field-5ec2a71da8fdf {
    border-top: none !important;
}

/* Individual Groups  */
.acf-field-5ec4103433f29,
.acf-field-5ec52c01deb3a,
.acf-field-5ec52c69deb3d,
.acf-field-5ec52cebdeb40,
.acf-field-5ec52e22deb43,
.acf-field-5ec52eca9fc5c,
.acf-field-5ec52f1d9fc5f,
.acf-field-5ec5476f6d2e8,
.acf-field-5ec52ff4d8c10,
.acf-field-5ec53046d8c13,
.acf-field-5ec530a27cda6,
.acf-field-5ec530f77cda9,
.acf-field-5ec531527cdac,
.acf-field-5ec531917cdaf,
.acf-field-5ec531c37cdb2,
.acf-field-5ec549d3bf966,
.acf-field-5ec5321b0295a,
.acf-field-5ec532650295d,
.acf-field-5ec532aa02960,
.acf-field-5ec532e402963,
.acf-field-5ec5332602966,
.acf-field-5ec549f5676ef,
.acf-field-5ec5336b02969,
.acf-field-5ec533c1aa85d,
.acf-field-5ec533f9aa860,
.acf-field-5ec53494aa863,
.acf-field-5ec534e2aa866,
.acf-field-5ec53515aa869,
.acf-field-5ec54a1f676f0,
.acf-field-5ec53550aa86c {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(112, 112, 112, .1);
    margin: 5px 0 !important;
}

.acf-fields.-border {
    background: none !important;
    border: none !important;
}

.acf-field-5ec4103433f29 .acf-label,
.acf-field-5ec52c01deb3a .acf-label,
.acf-field-5ec52c69deb3d .acf-label,
.acf-field-5ec52cebdeb40 .acf-label,
.acf-field-5ec52e22deb43 .acf-label,
.acf-field-5ec52eca9fc5c .acf-label,
.acf-field-5ec52f1d9fc5f .acf-label,
.acf-field-5ec5476f6d2e8 .acf-label,
.acf-field-5ec52ff4d8c10 .acf-label,
.acf-field-5ec53046d8c13 .acf-label,
.acf-field-5ec530a27cda6 .acf-label,
.acf-field-5ec530f77cda9 .acf-label,
.acf-field-5ec531527cdac .acf-label,
.acf-field-5ec531917cdaf .acf-label,
.acf-field-5ec531c37cdb2 .acf-label,
.acf-field-5ec549d3bf966 .acf-label,
.acf-field-5ec5321b0295a .acf-label,
.acf-field-5ec532650295d .acf-label,
.acf-field-5ec532aa02960 .acf-label,
.acf-field-5ec532e402963 .acf-label,
.acf-field-5ec5332602966 .acf-label,
.acf-field-5ec549f5676ef .acf-label,
.acf-field-5ec5336b02969 .acf-label,
.acf-field-5ec533c1aa85d .acf-label,
.acf-field-5ec533f9aa860 .acf-label,
.acf-field-5ec53494aa863 .acf-label,
.acf-field-5ec534e2aa866 .acf-label,
.acf-field-5ec53515aa869 .acf-label,
.acf-field-5ec54a1f676f0 .acf-label,
.acf-field-5ec53550aa86c .acf-label {
    width: 100%;
    text-align: left;
}

.acf-field-5ec4103433f29 .acf-input,
.acf-field-5ec52c01deb3a .acf-input,
.acf-field-5ec52c69deb3d .acf-input,
.acf-field-5ec52cebdeb40 .acf-input,
.acf-field-5ec52e22deb43 .acf-input,
.acf-field-5ec52eca9fc5c .acf-input,
.acf-field-5ec52f1d9fc5f .acf-input,
.acf-field-5ec5476f6d2e8 .acf-input,
.acf-field-5ec52ff4d8c10 .acf-input,
.acf-field-5ec53046d8c13 .acf-input,
.acf-field-5ec530a27cda6 .acf-input,
.acf-field-5ec530f77cda9 .acf-input,
.acf-field-5ec531527cdac .acf-input,
.acf-field-5ec531917cdaf .acf-input,
.acf-field-5ec531c37cdb2 .acf-input,
.acf-field-5ec549d3bf966 .acf-input,
.acf-field-5ec5321b0295a .acf-input,
.acf-field-5ec532650295d .acf-input,
.acf-field-5ec532aa02960 .acf-input,
.acf-field-5ec532e402963 .acf-input,
.acf-field-5ec5332602966 .acf-input,
.acf-field-5ec549f5676ef .acf-input,
.acf-field-5ec5336b02969 .acf-input,
.acf-field-5ec533c1aa85d .acf-input,
.acf-field-5ec533f9aa860 .acf-input,
.acf-field-5ec53494aa863 .acf-input,
.acf-field-5ec534e2aa866 .acf-input,
.acf-field-5ec53515aa869 .acf-input,
.acf-field-5ec54a1f676f0 .acf-input,
.acf-field-5ec53550aa86c .acf-input {
    width: 100%;
}


.acf-field.acf-field-number {
    width: 50% !important;
}


.acf-field-number .acf-label {
    display: none;
}

.acf-fields.-left>.acf-field:before {
    display: none !important;
}

.acf-fields.-left.-border {
    display: flex;
    justify-content: center;
    align-items: center;
}

.acf-field.acf-field-number .acf-input {
    width: 100% !important;
}

.acf-field.acf-field-number .acf-input input {
    border-radius: 25px !important;
    text-align: right;
}

.photo-upload-container input.acf-button.button.button-primary {
    background-color: #1C3115;
    border-radius: 33px;
    font-size: 1.8rem;
    padding: .5em 1.5em;
    display: inline-block;
    color: white;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.photo-upload-container input.acf-button.button.button-primary:hover {
    background-color: #1C3115;
    opacity: .8;
    transition: opacity .3s ease-in-out;

}

/* .supports-drag-drop:nth-child(1) {
  display: none;
} */

/* Landscape Form */

.landscape-form input:focus {
    border: 2px solid #04A4CC;
}


.landscape-form .acf-repeater .acf-row-handle {
    display: none;
}

.landscape-form .acf-repeater .acf-row-handle.remove {
    background: transparent;
    display: table-cell;
}

.landscape-form .acf-repeater .acf-row-handle .acf-icon.-minus {
    display: block;
    background: #6A972E;
    color: white
}

.landscape-form .acf-repeater .acf-row-handle .acf-icon.-plus {
    display: none !important
}

.landscape-form [data-name="product_selection"],
.landscape-form [data-name="recommended_products"] {
    display: none;
}

.landscape-form [data-name="title"],
.landscape-form [data-name="exposure"] {
    display: flex;
    flex-direction: column;
    background: rgba(97, 151, 46, .41);
    border: none !important;
    padding: 25px 15px !important;
    float: left;
    clear: none;
}

.landscape-form [data-name="title"] .acf-input,
.landscape-form [data-name="exposure"] .acf-input {
    width: 100% !important;
}

.landscape-form [data-name="title"] {
    width: 50% !important;
}

.landscape-form [data-name="exposure"] {
    width: 50% !important;
}

.landscape-form [data-key="field_5f17126c76935"] {
    float: left;
    clear: none;
    width: 100% !important;
}

.landscape-form [data-key="field_5f17126c76935"] .acf-label {
    width: 10% !important;
}

.landscape-form [data-key="field_5f17126c76935"] .acf-input {
    width: 90% !important;
}



.landscape-form [data-name="title"] input {
    border-radius: 25px !important;
}

.landscape-form [data-id="5f19a67b4aec0"] td.acf-row-handle {
    display: none !important;
}

td.acf-row-handle.ui-sortable-handle {
    display: none !important;
}

.landscape-form [data-key="field_5f15b0badb6eb"] .acf-field-group,
.landscape-form [data-key="field_5f15b70ce9087"] .acf-field-group,
.landscape-form [data-key="field_5f15cab6dbb13"] .acf-field-group {
    display: none;
}

.landscape-form [data-key="field_5f15b0badb6eb"] .description,
.landscape-form [data-key="field_5f15b70ce9087"] .description,
.landscape-form [data-key="field_5f15cab6dbb13"] .description {
    margin: 10px 0;
}

.landscape-form .acf-fields.acf-form-fields.-top {
    margin: 25px 0;
}

/*------------------------------------*\
    PRODUCT QUANTITIES
\*------------------------------------*/

.product-quantity-nav {
    text-align: center;
}

.product-quantity-nav p {
    margin: 0;
    font-size: 1.2rem;
    text-align: center
}

.landscape-area-products-container {
    margin: 30px 0;
}

.landscape-area-product-wrapper[data-po-id] {
    display: none;
}

.landscape-area-product-wrapper[data-po-id].active {
    display: block;
}

.remove-po-item,
.del-purchase-order {
    color: #d50000;
}

.landscape-area-products-container h2 {
    font-size: 2.3rem;
    padding: 10px 0;
    border-bottom: 1px solid #6A972E;
}

.product-quantity-form {
    width: 100%;
}

.product-quantity-form .product-info-wrapper {
    margin: 20px 0;
}

.product-quantity-form .product-headings-wrapper {
    background: #e1e1e1;
}

.product-quantity-form .product-headings-container {
    height: 100%;
    text-align: center;
}


.product-quantity-form .product-headings-container .column {
    border-top: none;
    border-bottom: 2px solid #fff;
}

.product-quantity-form .product-headings-container .column:last-of-type {
    border-bottom: none;

}


.product-quantity-form .product-info-container .column {
    border-top: none;
    border-bottom: 2px solid #fff;
    background: rgba(97, 151, 46, .2);
}

.product-quantity-form .product-info-container .column:last-of-type {
    border-bottom: none;
}

.product-quantity-form .product-info,
.product-quantity-form .product-heading {
    min-height: 75px;
}

.product-quantity-form .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}


/* .product-quantity-form input {
    width: 100%;
  } */

.product-table {
    width: 100% !important;
}





/*------------------------------------*\
    MEDIA QUERIES
\*------------------------------------*/

/* Min Width */

@media only screen and (min-width: 480px) {
    .upload-image-form .acf-gallery .acf-gallery-attachment {
        width: 50% !important;
    }

}

@media only screen and (min-width: 500px) {
    /* #uploadPlanAndImages .acf-gallery .acf-gallery-toolbar,
  #baseplanPlanAndImages .acf-gallery .acf-gallery-toolbar,
  #landscapePlanAndImages .acf-gallery .acf-gallery-toolbar {
    display: none;
  } */



    #upload-modal p strong {
        font-size: 2.0rem;
    }
}

@media only screen and (min-width: 769px) {

    #upload-modal p strong {
        font-size: 2.3rem;
    }

    .acf-field-5ec4103433f29,
    .acf-field-5ec52c01deb3a,
    .acf-field-5ec52c69deb3d,
    .acf-field-5ec52cebdeb40,
    .acf-field-5ec52e22deb43,
    .acf-field-5ec52eca9fc5c,
    .acf-field-5ec52f1d9fc5f,
    .acf-field-5ec5476f6d2e8,
    .acf-field-5ec52ff4d8c10,
    .acf-field-5ec53046d8c13,
    .acf-field-5ec530a27cda6,
    .acf-field-5ec530f77cda9,
    .acf-field-5ec531527cdac,
    .acf-field-5ec531917cdaf,
    .acf-field-5ec531c37cdb2,
    .acf-field-5ec549d3bf966,
    .acf-field-5ec5321b0295a,
    .acf-field-5ec532650295d,
    .acf-field-5ec532aa02960,
    .acf-field-5ec532e402963,
    .acf-field-5ec5332602966,
    .acf-field-5ec549f5676ef,
    .acf-field-5ec5336b02969,
    .acf-field-5ec533c1aa85d,
    .acf-field-5ec533f9aa860,
    .acf-field-5ec53494aa863,
    .acf-field-5ec534e2aa866,
    .acf-field-5ec53515aa869,
    .acf-field-5ec54a1f676f0,
    .acf-field-5ec53550aa86c {
        flex-direction: row;
        align-items: center;
    }

    .acf-field-5ec4103433f29 .acf-label,
    .acf-field-5ec52c01deb3a .acf-label,
    .acf-field-5ec52c69deb3d .acf-label,
    .acf-field-5ec52cebdeb40 .acf-label,
    .acf-field-5ec52e22deb43 .acf-label,
    .acf-field-5ec52eca9fc5c .acf-label,
    .acf-field-5ec52f1d9fc5f .acf-label,
    .acf-field-5ec5476f6d2e8 .acf-label,
    .acf-field-5ec52ff4d8c10 .acf-label,
    .acf-field-5ec53046d8c13 .acf-label,
    .acf-field-5ec530a27cda6 .acf-label,
    .acf-field-5ec530f77cda9 .acf-label,
    .acf-field-5ec531527cdac .acf-label,
    .acf-field-5ec531917cdaf .acf-label,
    .acf-field-5ec531c37cdb2 .acf-label,
    .acf-field-5ec549d3bf966 .acf-label,
    .acf-field-5ec5321b0295a .acf-label,
    .acf-field-5ec532650295d .acf-label,
    .acf-field-5ec532aa02960 .acf-label,
    .acf-field-5ec532e402963 .acf-label,
    .acf-field-5ec5332602966 .acf-label,
    .acf-field-5ec549f5676ef .acf-label,
    .acf-field-5ec5336b02969 .acf-label,
    .acf-field-5ec533c1aa85d .acf-label,
    .acf-field-5ec533f9aa860 .acf-label,
    .acf-field-5ec53494aa863 .acf-label,
    .acf-field-5ec534e2aa866 .acf-label,
    .acf-field-5ec53515aa869 .acf-label,
    .acf-field-5ec54a1f676f0 .acf-label,
    .acf-field-5ec53550aa86c .acf-label {
        width: 25%;
        text-align: center;
    }

    .acf-field-5ec4103433f29 .acf-input,
    .acf-field-5ec52c01deb3a .acf-input,
    .acf-field-5ec52c69deb3d .acf-input,
    .acf-field-5ec52cebdeb40 .acf-input,
    .acf-field-5ec52e22deb43 .acf-input,
    .acf-field-5ec52eca9fc5c .acf-input,
    .acf-field-5ec52f1d9fc5f .acf-input,
    .acf-field-5ec5476f6d2e8 .acf-input,
    .acf-field-5ec52ff4d8c10 .acf-input,
    .acf-field-5ec53046d8c13 .acf-input,
    .acf-field-5ec530a27cda6 .acf-input,
    .acf-field-5ec530f77cda9 .acf-input,
    .acf-field-5ec531527cdac .acf-input,
    .acf-field-5ec531917cdaf .acf-input,
    .acf-field-5ec531c37cdb2 .acf-input,
    .acf-field-5ec549d3bf966 .acf-input,
    .acf-field-5ec5321b0295a .acf-input,
    .acf-field-5ec532650295d .acf-input,
    .acf-field-5ec532aa02960 .acf-input,
    .acf-field-5ec532e402963 .acf-input,
    .acf-field-5ec5332602966 .acf-input,
    .acf-field-5ec549f5676ef .acf-input,
    .acf-field-5ec5336b02969 .acf-input,
    .acf-field-5ec533c1aa85d .acf-input,
    .acf-field-5ec533f9aa860 .acf-input,
    .acf-field-5ec53494aa863 .acf-input,
    .acf-field-5ec534e2aa866 .acf-input,
    .acf-field-5ec53515aa869 .acf-input,
    .acf-field-5ec54a1f676f0 .acf-input,
    .acf-field-5ec53550aa86c .acf-input {
        width: 75%;
    }

    .upload-image-form .acf-gallery .acf-gallery-attachment {
        width: 33% !important;
    }


}


@media only screen and (min-width: 900px) {
    .landscape-form .acf-field.acf-field-checkbox ul.acf-checkbox-list.acf-bl {
        display: flex;
    }

}

@media only screen and (min-width: 1024px) {
    .landscape-form .acf-field.acf-field-checkbox {
        flex-direction: row;
        align-items: center;
    }

    .modal-button-container {
        text-align: right;
    }

    .upload-image-form .acf-gallery .acf-gallery-attachment {
        width: 25% !important;
    }

    .product-quantity-nav {
        display: flex;
        justify-content: flex-end;
    }

    .product-quantity-form .product-info-container .column {
        border-top: 10px solid white;
        border-bottom: 10px solid white;
    }

    .product-quantity-form .product-info-container .column:last-of-type {
        border-bottom: 10px solid white;
    }

    .product-quantity-form .product-headings-container .column:last-of-type {
        border-bottom: 2px solid #fff;
    }

    #exit-button {
        right: 0;
    }
}


/* Max-Width */

@media only screen and (max-width: 900px) {
    #landscape-area .acf-field-5ec2a735a8fe0 {
        width: 100% !important;
    }

    #landscape-area .acf-field-5ec2a77fa8fe1 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {

    .landscape-form [data-name="title"],
    .landscape-form [data-name="exposure"] {
        width: 100% !important;
    }
}



/*------------------------------------*\
    RESPONSIVE TABLE W/QUERIES
\*------------------------------------*/
.responsive-table {
    width: 100%;
    margin-bottom: 1.5em;
    border-spacing: 0;
}

@media (min-width: 64em) {
    .responsive-table {
        font-size: .9em;
    }
}

@media (min-width: 62em) {
    .responsive-table {
        font-size: 1em;
    }
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (min-width: 64em) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
}

.responsive-table thead th {
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    font-weight: normal;
    text-align: center;
    color: #361E1E;
}

.responsive-table thead th:first-of-type {
    text-align: left;
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}

@media (min-width: 64em) {
    .responsive-table tr {
        display: table-row;
    }
}

.responsive-table th,
.responsive-table td {
    padding: .5em;
    vertical-align: middle;
}

@media (min-width: 30em) {

    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }
}

@media (min-width: 64em) {

    .responsive-table th,
    .responsive-table td {
        display: table-cell;
        padding: .5em;
    }
}

@media (min-width: 62em) {

    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }
}

@media (min-width: 75em) {

    .responsive-table th,
    .responsive-table td {
        padding: .75em;
    }
}

.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 64em) {
    .responsive-table caption {
        font-size: 1.5em;
    }
}

.responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
}

@media (min-width: 62em) {
    .responsive-table tfoot {
        font-size: .9em;
    }
}

@media (min-width: 64em) {
    .responsive-table tbody {
        display: table-row-group;
    }
}

.responsive-table tbody tr {
    margin-bottom: 3em;
}

@media (min-width: 64em) {
    .responsive-table tbody tr {
        display: table-row;
        border-width: 1px;
        background: rgba(97, 151, 46, .2);
        border-top: 5px solid #fff;
        border-bottom: 5px solid #fff;
    }
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}

.responsive-table tbody th[scope="row"] {
    background-color: #e1e1e1;
    color: #361E1B;
}

@media (min-width: 30em) {
    .responsive-table tbody th[scope="row"] {
        border-left: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }
}

@media (min-width: 64em) {
    .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #5e5d52;
        text-align: left;
        display: none;
    }
}

.responsive-table tbody td {
    text-align: right;
    width: 100%;
    background: rgba(97, 151, 46, .2);
    min-height: 50px;
}

@media (min-width: 64em) {
    .responsive-table tbody td {
        /* border-left: 1px solid #1d96b2;
    border-bottom: 1px solid #1d96b2; */
        text-align: center;
        width: auto;
    }
}

@media (min-width: 64em) {
    .responsive-table tbody td:last-of-type {
        /* border-right: 1px solid #1d96b2; */
    }
}

.responsive-table tbody td[data-type=currency] {
    text-align: right;
}

.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: .8em;
    color: rgba(94, 93, 82, 0.75);
}

@media (min-width: 30em) {
    .responsive-table tbody td[data-title]:before {
        font-size: .9em;
    }
}

@media (min-width: 64em) {
    .responsive-table tbody td[data-title]:before {
        content: none;
    }
}