* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-kerning: auto;
    font-kerning: auto;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

.section {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

/*# sourceMappingURL=styles.css.map */

body {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4c527d;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Quicksand", sans-serif;
    color: #1c1e2e;
    font-weight: bold;
}

a {

  text-decoration: none;
}

a.theme-link {
    color: #1c1e2e;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(28, 30, 46, 0.3);
    text-decoration-color: rgba(28, 30, 46, 0.3);
}

a.theme-link:hover {
    color: #a40203;
    -webkit-text-decoration-color: rgba(237, 101, 36, 0.8);
    text-decoration-color: rgba(237, 101, 36, 0.8);
}

.btn {
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    border-radius: 2rem;
    border: none;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.05);
}

.btn-submit {
    border-radius: 0.25rem;
    padding: 0.875rem 1.5rem;
}

.btn:focus,
.btn.focus {
    box-shadow: none !important;
}

.btn-primary {
    background: #a40203;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #800101;
    color: #fff;
}

.btn-secondary {
    background: white;
    border: 2px solid #a40203;
    color: #a40203;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
    background: #d00001;
    border: 2px solid #770001;
    color: white;
}

.btn-light {
    background: #f6f8fc;
    color: #ed6524;
}

.btn-light:hover {
    background: #f6f8fc;
    color: #ed6524;
}

.theme-bg-light {
    background: #f6f8fc;
}

.theme-bg-dark {
    background: #1c1e2e;
}

.theme-bg-primary {
    background: #a40203;
}

.theme-bg-light-gradient {
    background-image: linear-gradient(to bottom, #f6f8fc 0%, #fff 70%);
}

#topcontrol {
    transition: all 0.4s ease-in-out;
    background: #1c1e2e;
    color: #fff;
    text-align: center;
    display: inline-block;
    z-index: 30;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding-top: 0.5rem;
    font-weight: 300;
    font-size: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    #topcontrol {
        transition: none;
    }
}

#topcontrol:hover {
    background: #2f334e;
    color: #fff;
}

.border-radius-0 {
    border-radius: 0;
}

.font-style-normal {
    font-style: normal !important;
}

.single-col-max {
    max-width: 760px;
}

.site-logo .logo-text {
    color: #1c1e2e;
    font-size: 1.5rem;
    font-weight: bold;
}

.footer .copyright {
    font-size: 0.875rem;
}

.section-heading {
    font-size: 2.5rem;
}

.section-intro {
    font-size: 1.25rem;
}

.hero-section .headline {
    font-size: 2.5rem;
    font-weight: bold;
}

.hero-section .subheadline {
    font-size: 1.25rem;
}

.hero-quotes .quote {
    position: relative;
    border-left: 4px solid #a40203ad;
    font-style: italic;
}

.hero-quotes .quote:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f6f8fc;
    position: absolute;
    bottom: -10px;
    margin-left: -10px;
    left: 2rem;
}

.hero-quotes .source {
    vertical-align: middle;
    color: #6f75a7;
    font-size: 0.875rem;
}

.hero-quotes .source-profile {
    width: 60px;
    height: 60px;
}

.hero-quotes .carousel-indicators {
    bottom: -4rem;
}

.hero-quotes .carousel-indicators li {
    border: none;
    background-color: #4c527d;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.book-cover-holder {
    position: relative;
}

.book-cover-holder .book-badge {
    position: absolute;
    right: 0;
    top: -2rem;
    width: 120px;
    height: 120px;
    background: #5cb377;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: "Quicksand", sans-serif;
    padding-top: 34px;
    font-size: 1.375rem;
    line-height: 1;
    font-weight: bold;
}

.benefits-section .item-inner {
    height: 100%;
}

.benefits-section .item-icon {
    font-size: 3rem;
    color: #a40203;
}

.benefits-section .item-heading {
    font-size: 1.125rem;
}

.content-section .key-points-list {
    font-size: 1.125rem;
}

.content-section .key-points-list li {
    margin-bottom: 1rem;
}

.content-section .fa-check-circle {
    color: #7fcdb8;
}

.audience-section .audience {
    max-width: 500px;
}

.audience-section .item {
    margin-bottom: 1.5rem;
}

.audience-section .item-title {
    font-size: 1.125rem;
}

.audience-section .item-icon {
    font-size: 1.25rem;
    color: #7fcdb8;
}

.reviews-section .item-inner {
    height: 100%;
    position: relative;
}

.reviews-section .icon-holder {
    position: absolute;
    left: 50%;
    top: -18px;
    margin-left: -18px;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #a402038a;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding-top: 6px;
}

.reviews-section .source-profile {
    width: 60px;
}

.reviews-section .source-info {
    font-size: 0.875rem;
}

.reviews-section .quote {
    font-style: italic;
}

.author-section {
    color: #fff;
}

.author-section .author-pic {
    width: 150px;
    height: 150px;
}

.author-section .social-list li {
    background: rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    padding-top: 6px;
}

.author-section .social-list li:hover {
    background: rgba(0, 0, 0, 0.15);
}

.author-section .social-list a {
    color: #fff;
}

.theme-bg-primary a.theme-link {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
    text-decoration-color: rgba(255, 255, 255, 0.5);
}

.theme-bg-primary a.theme-link:hover {
    color: #fff;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
}

@media (max-width: 575.98px) {
    .hero-quotes .quote:after {
        left: 50%;
        margin-left: -10px;
    }

    .reviews-section .source-profile {
        margin-bottom: 0.5rem;
    }

    .form-inline .form-control {
        width: 200px;
    }

}

@media (max-width: 991.98px) {
    .section-heading {
        font-size: 1.75rem;
    }

    .section-intro {
        font-size: 1.125rem;
    }

    .hero-section .headline {
        font-size: 2rem;
        font-weight: bold;
    }

    .hero-section .subheadline {
        font-size: 1.125rem;
    }

    .book-cover-holder .book-badge {
        width: 100px;
        height: 100px;
        padding-top: 25px;
        font-size: 1.25rem;
    }
}

@media (min-width: 576px) {
    .form-inline .form-control {
        width: 400px;
    }
}

.logo-icon {
    width: 500px;
}

#config-form {
    margin: 3rem auto;
}

.frames-col {
    margin: -7rem auto;
}

.image {
    position: relative;
    overflow: hidden;
    padding-bottom: 90%;
    background: #f8f9fa;
    border: 1.5px solid #a8a8a86c;

}

.art .image {
    border-radius: 1.5rem;
    box-shadow: 0 2px 4px 0 rgba(85, 84, 84, 0.144), 0 3px 10px 0 rgba(97, 96, 96, 0.068);
}

.art .caption {
    margin: 1rem auto;
}

.image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: contain;
    /* border-radius: 1.5rem; */
}

.image i {
    margin: 1px 1px;
}

.img-thumbnail {
    padding: 0;
    border: none;
}


.art,
.frame,
.select-color,
.color {
    cursor: pointer;
}

.art{
  overflow: hidden;
}

.frames {
    /*margin: 5px;*/
    overflow: auto;
    max-height: 15rem;
    padding: 0.5rem 0.8rem;
    /*display: inherit;*/
}

.frame,
.color,
.fillet {
    width: 100px;
    margin-right: 15px;
    display: inline-block;
    /* float: left; */
}

#one-matting-color-modal .modal-dialog, #two-matting-color-modal .modal-dialog{
    max-width: 1401px;
} 

.select-color-title
{
    text-align: center;
    padding: 0.5rem 0;
}

.color {
    width: 65px;
    height:148px;
}

.frame.active,
.color-box.active {
    border: 3px solid;
}

.fillet.active {
    border: 1px solid;
}

.select-color img {
    width: 50px;
}

.color-box {
    height: 65px;
    width: 65px;
    margin: auto;
    border-radius: 5px;
}

.selected-color .color-box{
    padding-left: 1px;
    padding-top: 4px;
}

.color-box i {
    /* position: absolute; */
    padding: 0.2rem 0;
    font-size: 3.3rem;
}

.selected-color {
    text-align-last: center;
}

.matt-1-color-modal , .matt-2-color-modal{
    cursor: pointer;
}

/*.frames-row {
  max-height: 300px;
}*/

.frames-col {
    padding-left: 30px;
    padding-right: 30px;
}

.frames-col>* {
    padding: 1rem 0;
}

.container-fluid {
    padding: 30px;
}

.frames .info-icon {
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 99;
    padding: 2px;
}

.frame {
    height: 9rem;
    width: 9rem;
}

.frame .img {
    height: 100%;
    width: 100%;
}

.frame .image {
    padding-bottom: 79%;
}

iframe {
    width: 100%;
    height: 600px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

.mattings {
    width: 25%;
}

#matt-2{
    padding-top : 1rem ;
}
#matt-1 input,
#matt-2 input {
    width: 50%;
}


#art_name {
    padding: 1.3rem 1rem;
    text-align: center;
    background: #f8f9f9;
}

/* Back */
.Back {
    margin-bottom: 0.5rem;
}


/*Resize*/
.resize {
    padding-top: 1rem;
    background: #f9fafb;
    margin-bottom: 1rem;
}

.resize input {
    height: 2.5rem;
}



/*Edit image*/
.container {
    margin-left: inherit;
    padding-left: 50px;
}

.edit-image {
    width: 100%;
    height: 80%;
    display: flex;
}

@media(max-width: 1024px) {
    .frame {
        height: 5rem;
        width: 5rem;
    }

    .mattings{
      width : 35%;
    }

    .edit-image {
        flex-direction: column;
        justify-content: space-around;
    }
    .main-image-div{
      height: 65% !important;
    }

    .main-image-div,
    .preview {
        margin: auto !important;
    }

    /*.resize-options{
  width: 40%;
}

.resize-options label{
  margin-right: 2rem;
}*/

    .edit-image-modal-footer div {
        width: auto !important;
    }

    .save-btn {
        margin-left: 0 !important;
    }

}

@media(min-width: 1024px) and  (max-width: 1200px) {
    .frame {
        height: 7rem;
        width: 7rem;
    }
  }

.edit-image-modal-dialog {
    max-width: 90vw;
    height: 85%;
    max-height: 90%;
}

.edit-image-modal-body {
    height: 100%;
    margin: 0 auto;
}

.edit-image-modal-content {
    border-radius: 1rem;
}

.edit-image-modal-content a{
  text-decoration:none ;
}

.edit-image-modal-footer {
    justify-content: center;
}

.edit-image-modal-footer div {
    width: auto !important;
}

#myModalLabel{
  margin: auto;
}

.save-btn {
    margin-left: 2rem;
}

.main-image-canvas {
    position: relative;
    overflow: hidden;
    padding-bottom: 90%;
}

.main-image-canvas img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.main-image-div {
    width: 65%;
    height: 100%;
    /* display: flex;
  flex-direction: column;
  justify-content: center; */
    overflow: hidden;
}

.main-image-div .img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    max-width: 100%;
}

.preview {
    overflow: hidden;
    width: 33vw;
    height: 45vh;
    margin: 10px;
    /* background: #121212; */
}

#image-viewer{
  /*display: flex;*/
  max-height: 98vh;
  height: 98vh;
}

#image-viewer-image{
  object-fit: contain;
  height: 100%;
  width: 100%;
  transform: none;
}
.image-viewer-dialog{
  text-align: center;
  max-width: 70vw;
}

.image-viewer-modal-title{
  text-align: center;
}


/* Footer  */
.footer {
    padding: 3rem;
}


/*Frame only*/
.frame-only{
  margin-left: 1rem;
}

.frame-only input{
    padding: 0.5rem 0 !important;
    width: 2.7rem !important;
    margin-right: 1rem !important;
    height: 1.5rem !important;
}

.frame-only input:checked{
    background-color: #a40203;
    border-color: #a40203;
}

.frame-only  label{
      padding: 0.2rem 0;
}


#image-viewer .modal-body{
    background: #bfbfbf;
}