@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

.container-fluid {
    background-color: #E1E1E1;
    /*background-color: #f7f7f7;*/
    height: 100vh;
}

textarea:focus, input:focus {
    outline: none;
}

.close:focus {
    outline: none;
}

#section-editor {
    margin: 13px;
    font-family: Verdana, 'Segoe UI', sans-serif;
}

#website-editor {
    font-size: 24px;
    background-color: white;
    margin-bottom: 15px;
    height: 60px;
    padding: 12px 15px;
}

#right-menu {
    background-color: white;
    height: 60px;
    padding: 0 15px;
    margin-bottom: 13px;
    height: 60px;
    font-family: Verdana, 'Segoe UI', sans-serif;
}

#page-name {
    font-size: 18px;
    background-color: white;
}

#page-name > p {
    margin: 0;
}

#preview-btn {
    background-color: #EE70AD;
    color: white;
    margin-right: 7px;
    border-radius: 3px;
    width: 120px;
    font-size: 16px;
    font-family: 'Segoe UI', sans-serif;
}

#export-btn {
    background-color: #46CDD6;
    color: white;
    border-radius: 3px;
    width: 120px;
    font-size: 16px;
    font-family: 'Segoe UI', sans-serif;
}

#export-modal-body {
    padding-bottom: 0;
}

#export-label {
    padding: 6px 0;
}

#copy-html {
    background-color: #46CDD6;
    color: white;
    border-radius: 3px;
    font-family: 'Segoe UI', sans-serif;
}

#html-code {
    width: 100%;
    overflow-y: scroll; 
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 13px;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #F5F5F5;
    height: 220px; 
    white-space: pre-line;
}

#copy-message {
    height: 24px;
    color: #969696;
}

#modal-container {
    max-width: 800px;
}

#sections {
    padding: 15px;
    font-size: 18px;
}

#sections > p {
    margin: 0;
}

.section-menu {
    background-color: #F9FBFC;
}

/* Upload image modal */
#uploadImageModalContainer, #upload-section-image {
    min-width: 600px;
}

#modal-upload-body, #upload-section-image-body {
    margin: 8px 5px 10px;
}

#image-input, #background-image-input > input {
    width: 460px;
    height: 32px;
    padding-left: 10px;
    color: #969696;
    border: 1px solid #C2C2C2;
    border-radius: 3px;
    font-size: 0.92rem;
}

#change-image, #update-header-image, #update-section-color {
    background-color: #EE70AD;
    border-color: #EE70AD;
    box-shadow: none;
}

#change-image:hover, #update-header-image:hover, #update-section-color:hover {
    background-color: #ff87c1;
    border-color: #ff87c1;
    /*border-color: #e8519a;*/
}

/* Section background color modal */
.background-color-label {
    background-color: white;
    margin-left: 13px;
}

.background-color-label > img {
    padding: 10px;
}

#upload-section-color-body > p {
    margin-bottom: 0;
}

#accordion {
    overflow-y: scroll;
    height: calc(100vh - 163px);
}

#accordion > div {
    margin-bottom: 9px;
}

img.move-up, img.move-down, img.section-settings {
    padding: 3px;
}

.section-menu::-webkit-scrollbar {
    display: none;
    overflow: -moz-scrollbars-none;
}

.panel-heading {
    background-color: white;
}

.panel {
    background-color: white;
    margin-left: 20px;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.main-panel-label {
    margin: 8px 0;
    color: black;
    font-size: 16.5px;
}

.panel-label {
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    color: black;
    font-size: 15px;
}

.panel-content {
    margin-left: 17px;
    margin-right: 15px;
}

.panel-content > p:first-child {
    padding-top: 0;
}

.panel-content > p {
    font-size: 14.5px;
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 10px;
}

.input-pink {
    height: 33px;
    padding-left: 5px;
    font-size: 0.9rem;
    color: #969696;
    border: 1px solid #FFCAE3;
    width: 80%;
}

.btn-pink {
    width: 33px;
    background-color: #FFCAE3 !important;
    margin: 0px;
    padding: 0 0 4px 0 !important;
    outline: none;
    box-shadow: none;
}

.input-teal {
    height: 33px;
    padding-left: 5px;
    font-size: 0.9rem;
    color: #969696;
    border: 1px solid #8AEBF1;
    width: 80%;
}

.btn-teal {
    width: 33px;
    background-color: #8AEBF1 !important;
    margin: 0px;
    padding: 0 0 4px 0 !important;
    outline: none;
    box-shadow: none;
}

.styling-icons {
    padding-top: 4px;
}

.styling-icons > img {
    margin-right: 20px;
}

input[type="file"] {
    display: none;
}

#sections {
    height: 55px;
}

p.navbar-brand {
    margin: 0;
    padding: 10px;
}

#section-container {
    margin-top: 10px;
    overflow-y: scroll;
    height: calc(100vh - 108px);
    background-color: white;
}

#text-section, #product-section, #blog-section {
    margin-left: -15px; 
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
} 

.section-icon {
    margin-right: 10px;
    margin-bottom: 0;
    border-radius: 2.5px;
}

.color-label {
    background-color: white;
    height: 28px;
    width: 28px;
}

input[type=range]::-moz-focus-outer {
    border: 0;
}

.myslider {
    -webkit-appearance: none;
    appearance: none;
    width: 80%;
    height: 9px;
    border-radius: 5px;  
    background: #e8e8e8;
    outline: none;
    opacity: 0.85;
    -webkit-transition: .2s;
    cursor: pointer;
}
  
.myslider:hover {
    opacity: 1;
}

.myslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%; 
    background: #FFCAE3;
}

.myslider::-moz-range-thumb {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #FFCAE3;
}

.upload-container {
    position: relative;
}

.upload-img {
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
    width: 75px;
    max-width: 85px;
}

.upload-container:hover .upload-img {
    opacity: 0.55;
}

.upload-icon {
    transition: .5s ease;
    opacity: 0;
    top: 50%;
    left: 25%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.upload-container:hover .upload-icon {
    opacity: 0.5;
}

#preview {
    margin: 13px 13px 13px 0;
}

/****************************************************************************************************************************/
/* Website Preview Theming */
#header {
    background-image: url("/assets/images/webpage-editor/background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: calc(100vh - 108px);
    color: white;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 0;
}

div.transbox {
    background-color: rgba(92,92,92,0.5);
    height: 100%;
    width: 100%;
}

#header-title {
    font-size: 68px;
    margin-bottom: 25px;
    font-family: 'Quicksand', sans-serif;
}

#header-desc {
    font-size: 31px;
    padding-bottom: 10px;
    font-family: 'Quicksand', sans-serif;
}

#header-btn {
    /*background-color: #7735B8;*/
    background-color: #E688A4;
    font-size: 24px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    margin: 24px 0;
}

.text-section {
    padding-top: 70px;
	padding-bottom: 10px;
}

.text-section > p, #product-desc {
    font-size: 20px;
    color: #787878;
    font-family: 'Montserrat', sans-serif;
}

.text-section > hr {
    border-top: 1px solid #A6A6A6;
    margin-top: 45px;
}

#product-title {
    font-size: 48px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    color: #515151;
    padding-bottom: 25px;
    padding-top: 20px;
}

#product-desc {
    padding-bottom: 40px;
}

.product-images > img {
    padding-bottom: 25px;
}

.product-images {
    padding-bottom: 30px;
} 

#blog-banner {
    background-color: #FFE5EA;
    font-size: 56px;
    font-family: 'Quicksand', sans-serif;
    color: #515151;
}

#blog-banner > p {
    margin-bottom: 0;
}

#blog-preview {
    padding-top: 50px;
    padding-bottom: 80px;
    color: #717171;
    font-family: 'Quicksand', sans-serif;
    margin: 0 70px;
}

@media screen and (min-width: 992px) {
    .align-right {
        text-align: right;
    }

    .align-left {
        text-align: left;
    }
    
    .blog-left {
        margin-right: 30px;
    }

    .blog-right {
        margin-left: 30px;
    }
}

@media screen and (min-width: 568px) {
    #blog-preview {
        padding-top: 20px;
        padding-bottom: 35px;
    }

    .blog-title {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    
    .blog-desc {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 992px) {
    .blog-img {
        text-align: center;
    }
}

.blog-title {
    font-size: 38px;
    margin-bottom: 40px;
}

.blog-desc {
    margin-bottom: 40px;
    font-size: 20px;
}

.blog-link, .blog-link:hover {
    color: #717171;
    font-size: 22px;
}

#footer-section {
    min-height: 35vh;
    background-color: #F1F1F1;
}

#footer {
    padding-top: 40px;
    font-family: 'Montserrat', sans-serif;
}

#footer-bottom {
    border-bottom: 1px solid #A6A6A6;
}

#social-section {
    border-top: 1px solid #A6A6A6;
    font-size: 22px;
    padding-top: 15px;
}

#social-icons > a {
    padding-top: 6px;
    margin-right: 7px;
    padding-bottom: 25px;
}

#content-section {
    border-top: 1px solid #A6A6A6;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 50px;
}

#content-section > p {
    padding-top: 8px;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
}

/* Toggled style classes - MAKE SURE THEY ARE ALL ON OTHER STYLESHEET */
.bold-text {
    font-weight: bold !important;
}

.italics-text {
    font-style: italic;
}

.underline-text {
    text-decoration: underline !important;
}

/* Mobile responsiveness */
@media screen and (max-width: 576px) {
    #header {
        height: 65vh;
    }
    
    #header-title {
        font-size: 48px;
        margin-bottom: 10px;
    }

    #header-desc {
        font-size: 20px;
    }
    
    #header-btn {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .text-section {
        padding-top: 40px;
    }
    
    .text-section > p, #product-desc {
        font-size: 16px;
        color: #787878;
        font-family: 'Montserrat', sans-serif;
    }
    
    #product-desc {
        padding-bottom: 10px;
    }
    
    .text-section > hr {
        border-top: 1px solid #A6A6A6;
        margin-top: 30px;
    }
    
    #product-title {
        font-size: 36px;
        padding: 0;
        margin-top: 10px;
    }
    
    .product-images > img {
        padding-bottom: 25px;
    }

    .product-images > img:last-child {
        padding-bottom: 0;
    }
    
    .product-images {
        padding-bottom: 30px;
    } 
    
    #blog-banner > p {
        font-size: 36px;
        margin: 8px 0;
    }
    
    #blog-preview {
        padding-top: 0;
        padding-bottom: 40px;
    }
    
    .blog-title {
        font-size: 26px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    
    .blog-desc {
        margin-bottom: 16px;
        font-size: 16px;
    }
    
    .blog-link, .blog-link:hover {
        color: #717171;
        font-size: 18px;
    }
}

