:root {
--main_background: #e3e3e3;
--block_background: #f0f0f0;
--block_background_hover: #d6d6d6;
--text: #000000;
--accent: #64a5d8;
}
    
    


body {
    margin: 0px;
    background: var(--main_background);
    color: var(--text);
    font-family: 'Raleway', sans-serif;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #464646; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--accent); 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #0f9ebe; 
  }



  html {
    scroll-behavior: smooth;
  }


.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* min-width: 500px; */
    /* max-width: 800px; */
}
a {
    text-decoration: none;
    /*color: #c7c2c0;*/
    color: var(--text)
}

.green {
    color: green;
    background-color: green!important;
}

.purple {
    color: #c42798;
    background-color: #c42798!important;
}

.orange {
    color: chocolate;
}

.blue {
    color: #3497d6;
}

.title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 32px;
}

.title h1{
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 32px;
    margin-top: unset;
}

.cover {
    border: 2px solid #FFFFFF;
}

.main label {
    font-size: small;
    padding: 5px 0px 5px 0px;
}

.post a {
    /*color: #14c8e7;*/
    color: var(--accent);
    font-weight: 600;
}

form a {
    color: #14c8e7;
}

.fixed_right {
    position: fixed;
    right: 0px;
}

.admin_row_section {
    width: 233px;
    display: flex;
    justify-content: center;
}

.pic_display {
    background: #000000;
    display: none;
    justify-content: center;
    border-radius: 6px;
    margin: 3px;
    padding: 10px;
    margin-bottom: 10px;
}

.pic_display img {
    max-width: 100%;
    min-height: 600px;
    max-height: 600px;
    object-fit: scale-down;
    transition: ease-in-out;
    transition: 0.50s;
}

.tn_small {
    height: 100px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    /* margin: 0px 3px 3px 3px; */
    transition: ease-in-out;
    transition: 0.50s;
    box-sizing: border-box;
    padding: 3px;
}

.tn_small:hover {
    opacity: 0.70;
    transition: ease-in-out;
    transition: 0.50s;
    cursor: pointer;
}

.tn_small_gallery {
    height: 100px;
    /*width: 100%;*/
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    /* margin: 0px 3px 3px 3px; */
    transition: ease-in-out;
    transition: 0.50s;
    box-sizing: border-box;
    padding: 3px;
}

.tn_small_gallery:hover {
    opacity: 0.70;
    transition: ease-in-out;
    transition: 0.50s;
    cursor: pointer;
}

.post_pictures {
    display: flex;
    justify-content: left;
    flex-flow: wrap;
    /*margin-top: 10px;*/
    /*border-top: 2px solid #2c2c2c;
    border-bottom: 2px solid #2c2c2c;*/
    border-top: 2px solid var(--accent);
    border-bottom: 2px solid var(--accent);
    padding: 10px 0px 20px 0px;
    gap: 10px;
}

.picture_gallery_settings_row {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.picture_gallery_settings_row input {
    width: auto;
    margin: 0px;
}

.picture_gallery_settings_row label {
    padding-left: 5px;
}

.title_v2_featured h1 {
    font-size: 25px;
    margin-bottom: unset;
}

.title_v2_featured {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 25px;
}

.title_v2 h2 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 17px;
    margin-top: unset;
}


.title_v2 {
    font-weight: 700;
    margin-bottom: 5px;
}

.colorbox {
    border: 1px solid #CCCCCC;
    height: 20px;
    width: 20px;
}

.footer_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 10px 0px;
}

.footer_row input {
    width: auto;
    margin: unset;
}

.footer_row label {
    margin-right: 5px;
}

.right {
    justify-content: flex-end;
}

.profile_header_settings {
    width: 100%;
    display: flex;
}

.profile_header_section {
    width: 50%;
    flex-flow: wrap;
    display: flex;
}

.profile_option_row input {
    width: 50%;

}

.profile_header_section input {
    box-sizing: border-box;
    width: 50%;
}

.profile_label_row {
    width: 100%;
    font-size: small;
    padding-left: 15px;
}

.profile_option_row {
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: baseline;
}

.inline {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.profile_header_section input[type="file"] {
    color: var(--text);
    background: var(--main_background);
    border-radius: 4px;
    border: 0;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    margin: 0px;
    height: 40px;
}

.posts {
    height: 130px;
    background: var(--block_background);
    margin: 0px 0px 15px 0px;
    padding: 20px;
    border-radius: 4px;
    /*max-width: 580px;*/
    min-width: 100%;
    box-sizing: border-box;
}

.posts_featured {
    /* min-height: 272px; */
    background: var(--block_background);
    margin: 0px 0px 15px 0px;
    padding: 20px;
    border-radius: 4px;
    /*max-width: 580px;*/
    min-width: 100%;
    box-sizing: border-box;
}





.post_picture {
    position: relative;
    float: left;
    height: 90px;
    width: 90px;
    /*background-color: #347e94;*/
    background-color: var(--main_background);
    border-radius: 4px;
    margin-right: 15px;
    background-position: center;
    background-size: cover;
}

.post_picture img{
    height: 90px;
    width: 90px;
    /*background-color: #347e94;*/
    background-color: var(--main_background);
    border-radius: 4px;
    margin-right: 15px;
    object-position: center;
    object-fit: cover;
}

.post_picture_featured img{
    height: 150px;
    width: 100%;
    /*background-color: #347e94;*/
    background-color: var(--main_background);
    border-radius: 4px;
    /*margin-right: 15px;*/
    object-position: center;
    object-fit: cover;
}

.post_picture_featured {
    /*position: relative;
    float: left;*/
    height: 150px;
    width: 100%;
    /*background-color: #347e94;*/
    background-color: var(--main_background);
    border-radius: 4px;
    /*margin-right: 15px;*/
    margin-bottom: 15px;
}


.amazon_button {
    background: rgb(33 33 33);
    background: linear-gradient(0deg, rgb(81 123 92) 0%, rgb(28 115 47) 100%, rgb(40 40 40) 100%);
    border-radius: 4px;
    margin-top: 10px;
    height: 50px;
    padding: 10px;
    display: flex;
    justify-content: center;
    transition: ease-in-out;
    transition: 0.50s;

}

.amazon_button a {
    color: #FFFFFF;
}

.amazon_button:hover {
    background: rgb(33 33 33);
    background: linear-gradient(0deg, rgb(81 123 92) 0%, rgb(60 154 81) 100%, rgb(40 40 40) 100%);
    transition: ease-in-out;
    transition: 0.50s;
}

.amazon_icon {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px 0px 10px;
    height: 100%;
}

.amazon_icon i {
    color: #f7ffff;
}

.amazon_text {
    color: #c7c2c0;
    display: flex;
    justify-content: center;
    align-items: center;

}

/*.post {
    background: #212121;
    margin: 10px;
    padding: 20px;
    border-radius: 4px;
    max-width: 700px;
    min-width: 500px;
}*/

.post {
    max-width: 700px;
    min-width: 700px;
    margin: 0px auto 50px auto;
    
    background: var(--block_background);
    /* margin: 10px; */
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;

}

.hero_edit {
    /*max-width: 700px;
    min-width: 700px;*/
    width: 100%;
    height: 200px;
    margin: 0px auto 0px auto;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
    padding-bottom: 10px;
}

.hero {
    max-width: 700px;
    min-width: 700px;
    height: 200px;
    margin: 0px auto 0px auto;
    background: #CCCCCC;
    border-radius: 4px 4px 0px 0px;
    object-fit: cover;
    object-position: center;
}

label {
    font-size: small;
}

legend {
    font-weight: 700;
    font-size: larger;
    /* border-bottom: 1px dotted #CCCCCC; */
    background-color: var(--accent);
    width: 100%;
    border-radius: 4px;
    padding: 10px 20px;


    box-sizing: border-box;
}


fieldset {
    border-radius: 4px;
    margin-bottom: 40px;
    border-color: var(--main_background);
}


.posts:hover {
    /*background: #2e2e2e;*/
    background: var(--block_background_hover);
}

.posts_featured:hover {
    /*background: #2e2e2e;*/
    background: var(--block_background_hover);
}


.post_options {
    /* min-height: 60px; */
    /* height: 100px; */
    text-align: center;
    font-size: 12px;
    width: 100%;
    /* position: relative; */
    display: flex;
    align-items: center;
    /* float: left; */
    /* padding: 10px 0px 10px 0px; */
    /* margin: 10px 0px 10px 0px; */
    /* flex-direction: column;*/
    justify-content: flex-end;
}

.post_options a {
    width: unset!important;
}

.post_wrap a {
    position: relative;
    float: left;
    width: 100%;


}

.posts .post_options {
    position: relative;
    bottom: 31px;
    right: 0px;
}

.posts_featured .post_options {
    position: relative;
    bottom: -8px;
}

.post_wrap {
    display: flex;

}


.post_button_edit {
    height: 30px;
    width: 30px;
    margin: 5px;
    border-radius: 100px;
    background: var(--block_background);
    line-height: 30px;
}

.post_button_edit:hover {
    background: var(--block_background_hover);
}

.post_button_delete {
    height: 30px;
    width: 30px;
    margin: 5px;
    border-radius: 100px;
    background: var(--block_background);
    line-height: 30px;
}

.post_button_delete:hover {
    background: var(--block_background_hover);
}

.post_button_delete:hover > i {
    color: rgba(197, 24, 24, 0.801);
    transition: ease-in;
    transition: 0.8s;
}

.post_button_edit:hover > i {
    color: #3497d6;
    transition: ease-in;
    transition: 0.8s;
}

i {
    /*color: #c7c2c0;*/
    /*color: var(--text);*/

}

.all_posts {
    width: 640px;
    margin: auto;
}

.webhook_row {
    display: flex;
}

.webhook_row input {
    width: 90%!important;
    margin: 10px 10px 10px 0px!important;
}

.webhook_status {
    width: 10%;
    
    color: var(--text);
    background: var(--main_background);
    border-radius: 4px;
    padding: 0px 10px 0px 10px;
    margin: 10px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.webhook_status_icon {
    height: 10px;
    width: 10px;
    background-color: var(--text);
    border-radius: 100px;

}




.main {
    /*padding: 10px;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 15px 45px 15px;
}

.header {
    padding: 50px 0px 10px 0px;
    /*display: flex;
    flex-direction: column;*/
}

.footer {
    padding: 10px;
}


.site_footer {
    /* padding: 10px; */
    display: flex;
    justify-content: center;
    background: var(--block_background);
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 40px;
    font-size: 11px;
    font-weight: 700;
    border-top: 4px solid var(--block_background);
}

.site_footer_section {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    width: 33%;
}

.triangle {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 0;
    position: absolute;
    border-top: 10px solid #307886;
    bottom: -10px;
    right: 18px;
}



/*.footer_button ::before {
    /*background: #0acff9;
    background: rgb(10,207,249);
    background: linear-gradient( 0deg, rgb(49 113 125) 0%, rgb(0 206 255) 100%, rgb(14 207 249) 100%);
    width: 200px;
    height: 50px;
    position: relative;
    top: -80px;
    right: 50px;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.footer_bubble {
    /*background: #0acff9;*/
    background: rgb(10,207,249);
    background: linear-gradient( 0deg, rgb(49 113 125) 0%, rgb(0 206 255) 100%, rgb(14 207 249) 100%);
    width: 200px;
    height: 50px;
    position: absolute;
    top: -80px;
    right: 50px;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}


.footer_button {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main_background);
    border-radius: 5px;
    margin: 0px 0px 0px 15px;
}

.footer_button:hover {
    /*background: #3e3e3e;*/
    background: var(--block_background_hover);
}


i.fas.fa-arrow-up {
    /*color: #14c8e7;*/
    color: var(--accent);
}

.site_footer_section i {
    margin: 0px 10px;
}

i.fas.fa-cookie-bite {
    color: bisque;
}

input {
    color: var(--text);
    background: var(--block_background);
    border-radius: 4px;
    border: 0;
    padding: 0px 10px 0px 10px;
    width: 97%;
    margin-bottom: 10px;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;


}


input[type="text"] {
    color: var(--text);
    background: var(--block_background);
    border-radius: 4px;
    border: 0;
    padding: 0px 10px 0px 10px;
    width: 97%;
    margin-bottom: 10px;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
    filter: brightness(0.8);
}


.content {
    /*max-width: 500px;*/
    min-width: 500px;
    font-size: 15px;
    /*max-width: fit-content;*/
}

.content_v2 {
    font-size: 15px;
}

.content_v2 img {
    width: 100%;
    border-radius: 6px;
}

.admin_row {
    display: flex;
    justify-content: center;
    padding: 0px 5px 13px 5px;
    /*width: 590px;*/
}

.menu {
    /*height: 30px;*/
    width: 100%;
    /*background: #212121;*/
    background: var(--block_background);
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    margin-bottom: 5px;
    justify-content: center;
    /* flex-direction: row; */
    z-index: 999;
    align-items: center;
    border-bottom: 4px solid var(--main_background);
}

.right {

}

.center {
    justify-content: center;
}

.menu_categories {
    display: flex;
}

.menu_categories_buttons {
    padding-left: 10px;
    padding-right: 10px;
    /* line-height: 30px; */
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
}

.menu_categories_buttons:hover {
    background: var(--block_background_hover);
    transition: ease-in;
    transition: 0.8s;    
}

.profile {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    /* margin: 10px 0px 10px 0px; */
    /*padding: 15px;*/
    /* width: 590px; */
    flex-direction: column;
}

.profile_picture_portrait {
    height: 120px;
    display: flex;
    width: 120px;
    background: aliceblue;
    border-radius: 100px;
    background-image: url(/media/img/profile.PNG?size=small);
    background-position: center;
    background-size: cover;
    margin: auto;
}

.profile_picture_banner {
    height: 120px;
    display: flex;
    max-width: 700px;
    min-width: 580px;
    background: aliceblue;
    border-radius: 4px;
    background-image: url(/media/img/profile.PNG?size=medium);
    background-position: center;
    background-size: cover;
    margin: auto;
}

.social_row {
    display: flex;
    justify-content: center;
    padding: 20px 5px 10px 5px;
}

.admin_row_button {
    background: var(--block_background);
    width: 40px;
    height: 40px;
    margin: 0px 5px 0px 5px;
    border-radius: 100px;
    line-height: 40px;
    text-align: center;

}

.admin_row_button i {
    font-size: 15px;
    /*color: #c7c2c0;*/
    color: var(--text);

}

.admin_row_button:hover {
    background: var(--block_background_hover);
    transition: ease-in;
    transition: 0.8s;
}

.admin_row_button:hover > i {
    color: #3497d6;
    transition: ease-in;
    transition: 0.8s;
}

.hidden {
    display: none;
}

.formfield {
    color:  var(--text);;
    background: var(--main_background);
    border-radius: 4px;
    border: 0;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 6px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;

}



.formfield:hover {
    background: var(--block_background_hover);
}

select:hover {
    background: #2e2e2e;

}

.formfield_options {
    display: flex;
    align-items: center;
}

.formfield_tile {
    height: 10px;
    width: 10px;
    border-radius: 100px;
    margin: 0px 15px;
}

.formfield_title {
    font-weight: 700;
}

.formfield_edit_button, .formfield_delete_button {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formfield_edit_button:hover > i {
    color: #3497d6;
    transition: ease-in;
    transition: 0.8s;
}

.formfield_delete_button:hover > i {
    color: rgba(197, 24, 24, 0.801);
    transition: ease-in;
    transition: 0.8s;
}

.embed_linked_media img {
    margin-top: 10px;
    width: 100%;
}

.embed_linked_media iframe {
    margin-top: 10px;
    width: 100%;
}

.gallery_image_wrap {
    display: flex;
    width: 20%;
    flex-wrap: wrap;
}

.gallery_image_action_row_delete {
    width: 100%;
    background: #f24949;
    margin-top: 5px;
    border-radius: 4px;
    color: #FFF;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    cursor: pointer;
}

.gallery_image_action_row_delete:hover {
    background: #c43a3a;
    transition: ease-in;
    transition: 0.8s;

}

.gallery_image_action_row i {

    color: #FFF!important;
}




input[type="file"] {
    color: var(--text);;
    background: var(--block_background);
    border-radius: 4px;
    border: 0;
    width: 48%;
    font-family: 'Raleway', sans-serif;
    margin: 0px;
    height: 40px;
    filter: brightness(0.8);
}

input[type="submit"] {
    color: var(--text);
    font-size: 15px;
    background: var(--accent);
    font-weight: 700;
    border-radius: 4px;
    border: 0;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;

}

input[type="submit"]:hover {
    background: var(--accent);
    filter: brightness(1.1);
}

input[type="url"] {
    color: var(--text);
    background: var(--block_background);
    border-radius: 4px;
    border: 0;
    padding: 0px 10px 0px 10px;
    width: 97%;
    margin: 10px 0px 10px 0px;
    line-height: 40px;
    filter: brightness(0.8);
    font-family: 'Raleway', sans-serif;

}

.pagetitle {
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
    font-size: x-large;
}

textarea {
    width: 97%;
    border-radius: 4px;
    height: 500px;
    color: var(--text);
    background: var(--block_background);
    border: 0;
    padding: 10px;
    resize: none;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Raleway', sans-serif;
    filter: brightness(0.8);

}

select {
    color: var(--text);
    background: var(--block_background);
    border-radius: 4px;
    border: 0;
    padding: 10px;
    width: 48%;
    font-family: 'Raleway', sans-serif;
    height: 40px;
    filter: brightness(0.8);
}



/*Markup*/

code {
    background: #2e2e2e;
    padding: 10px;
    border-radius: 4px;
    display: flex;
    overflow-wrap: anywhere;
}

.pager_wrap {
    display: flex;
    justify-content: center;
}

.pager_button {
    background: #212121;
    border-radius: 4px;
    padding: 5px;
    width: 30px;
    justify-content: center;
    display: flex;
    margin: 5px;
}

.small_textarea {
    height: 200px;
}

.pager_button:hover {
    background: #2e2e2e;

}

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

    .all_posts {
        margin: unset;
        width: 100%;
    }

    .posts {
        min-width: 100%;
        min-height: 130px;
        height: unset;
        /*display: flex;*/
        justify-content: center;
        align-items: center;
    }

    .post {
        max-width: 100%;
        min-width: 100%;
        margin: 0px auto 0px auto;
        /*background: #212121;*/
        /* margin: 10px; */
        padding: 20px;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .profile {
        margin-top: unset;
    }

    .content {
        max-width: unset;
        min-width: unset;
    }

    .hero {
        max-width: 100%;
        min-width: 100%;
        height: 100px;
        margin: 0px auto 0px auto;
        background: #CCCCCC;
        border-radius: 4px 4px 0px 0px;
        object-fit: cover;
        object-position: center;
    }

    .profile_picture_banner {
        min-width: 100%;
        border-radius: 0px;
    }

    .profile_picture_portrait {
        margin-top: 50px;
    }

    .header {
        padding: 20px;
    }

    .social_row {
        padding: 15px 5px 15px 5px;
    }

    .post_options {
        display: none;
    }
    .pagetitle {
        padding-top: 34px;
    }

    .menu {
        /*height: 65px;*/
        width: 100%;
        /*background: #212121;*/
        position: fixed;
        top: 0px;
        left: 0px;
        display: flex;
        margin-bottom: 5px;
        justify-content: center;
        /* flex-direction: row; */
        z-index: 999;
    }

    
    .menu_categories_buttons {
        padding-left: 10px;
        padding-right: 10px;
        /* line-height: 30px; */
        font-weight: 700;
        font-size: 14px;
        display: flex;
        align-items: center;
        height: 40px;
    }

    .menu_categories {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }

    ::-webkit-scrollbar-thumb {
        background: #282828;
        /*background: rgba(255,0,0,0.0);*/
    }

    ::-webkit-scrollbar-track {
        background: #282828;
        /*background: rgba(255,0,0,0.0);*/
    }

    .fixed_right {
        position: unset;
    }

    .site_footer_section  {
        width: unset;
        text-align: center;
        /* height: 50%; */
        padding: 0px 15px;
        box-sizing: border-box;
    }

    .site_footer {
        justify-content: space-between;
        display: flex;
        text-align: center;
    }


}
