﻿body {
    font-family: 'Roboto', sans-serif;
    color: #262626 !important;
    font-size: 16px !important;
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.banner-area .overlay {
    background-image: linear-gradient(to right,rgba(51,161,162,.9),rgba(32,71,142,.75),rgba(113,45,106,.75),rgba(208,90,71,.75),rgba(250,116,81,.75),rgba(252,176,89,.9)) !important;
    opacity: 0.8 !important;
}
    /* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
    .dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#header {
    background: rgba(255, 255, 255, 0) !important;
    position: absolute !important;
}

.logo{
    height: 300px !important;
    min-height:150px !important;
    position:absolute !important;
    margin-top: -20px !important;
}

.nav-menu a {
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    -webkit-transition: color 0.5s ease-out !important;
    -moz-transition: color 0.5s ease-out !important;
    -o-transition: color 0.5s ease-out !important;
    transition: color 0.5s ease-out !important;
}

    .nav-menu a:hover {
        color: #262626 !important;
    }

.intro{
    text-align: center;
    
}

.section-gap{
    padding: 60px 0 !important;
}

.button-btn {
    background-color: #262626 !important;
    border-radius: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border: 1px solid transparent !important;
    color: #fff !important;
    -webkit-transition: background-color 0.5s ease-out !important;
    -moz-transition: background-color 0.5s ease-out !important;
    -o-transition: background-color 0.5s ease-out !important;
    transition: background-color 0.5s ease-out !important;
}

.button-btn:hover {
    background: rgba(255, 255, 255, 0) !important;
    border: 1px solid #262626 !important;
    color: #262626 !important;
}

input, select, textarea {
    max-width: 100% !important;
}

.footer-social a {
    background: #3898f8 !important;
    width: 20px;
    width: 40px;
    display: inline-table;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
    .footer-social a:hover {
        background-color: #111111 !important;
    }

        .footer-social a:hover i {
            color: #fff
        }

.footer-social i {
    color: #FFFFFF !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.nav-menu ul li a {
    padding: 10px;
    color: #333 !important;
    transition: 0.3s;
    display: block;
    font-size: 12px;
    text-transform: none;
}

    .nav-menu ul li a:hover {
        color: #3898f8 !important;
    }
/****************************

     UploadGallery Styling

/*****************************/

.modal-mask {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-body {
    padding: 0 !important;
    overflow-y: auto;
}



.modal-lg {
    min-width: 90vw !important;
}

.modal-dialog.modal-md {
    max-width: none;
    width: 70vw !important;
}

.modal-sm {
    width: 40vw !important;
}

.slotbody {
}

@media (max-width: 768px) {

    .modal-md {
        width: 95% !important;
    }

    .modal-sm {
        width: 95% !important;
    }
}

@media (max-width: 576px) {

    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}

/****************************

     UploadGallery Styling image wrapper

/*****************************/

.VueSelectImage {
    padding-top: 20px;
}

.VueSelectImage__wrapper {
    overflow: auto;
    max-height: 75vh;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.VueSelectImage__item {
    /*margin: 12px 12px 12px 12px;*/
    padding: 5px 10px;
    float: left;
}

.VueSelectImage__thumbnail {
    padding: 6px;
    /*width: 100%;*/
    cursor: pointer;
    border: 1px solid #dddddd;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .VueSelectImage__thumbnail:hover {
        opacity: 0.6;
    }

.VueSelectImage__thumbnail--selected {
    background: #0088cc;
}

.VueSelectImage__img {
    -webkit-user-drag: none;
    display: block;
    width: 100%;
    height: 150px;
    /* 

    margin-right: auto;

    margin-left: auto;*/
    object-fit: cover;
    /* Do not scale the image */
    object-position: center;
    /* Center the image within the element */
}

.VueSelectImage__placeholder {
    -webkit-user-drag: none;
    display: block;
    width: 100%;
    height: 150px;
    background: grey;
    line-height: 90px;
    /* Center the image within the element */
}

.browser-nav {
    position: relative;
    min-height: 50px;
    background-color: #ffffff;
    width: 100%;
    padding: 8px 5px;
    display: inline-block;
    z-index: 99;
    box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(0, 0, 0, 0.03);
}

.browser-container {
    /* position: relative; */
    margin-top: -5px;
    display: flex;
    z-index: 9;
    max-height: 80vh;
}

.browser-area {
    width: 75%;
    position: relative;
    background: #fbfbfb;
    min-height: 200px;
}

.browser-sidebar {
    position: relative;
    width: 25%;
    display: inline-block;
    /*min-height: 90vh;*/
    overflow: auto;
    max-height: 85vh;
    background: #f3f3f3;
    border: 1px solid #e2e2e2;
    border-top: 0px;
    padding: 10px;
}

    .browser-sidebar h5 {
        text-transform: uppercase;
    }

.browser-table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 2px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}

.progress {
    /* height: 150px;*/
    margin: 0;
}

.progress-bar {
    box-shadow: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 150px;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
}

.VueSelectImage__placeholder p {
    text-align: center;
    vertical-align: middle;
    line-height: 150px;
    font-size: 20px;
    color: white;
}

.VueSelectImage__placeholder p {
    text-align: center;
    vertical-align: middle;
    line-height: 150px;
    font-size: 20px;
    color: white;
}

@media (min-width: 768px) {

    .VueSelectImage__item {
        /*width: 16vw;*/
        width: 50%;
    }
}

/* @media (min-width: 992px){

    .VueSelectImage__item {

     width: 33.33%;

    }

  }*/

@media (min-width: 992px) {

    .VueSelectImage__item {
        /*width: 22vw;*/
        width: 25%;
    }
}

@media only screen and (min-width: 1200px) {

    .VueSelectImage__item {
        /* margin-left: 30px;*/
        /* width: 17vw;*/
        width: 20%;
    }
}

@media (max-width: 768px) {

    .VueSelectImage__item {
        /*width: 28vw;*/
        width: 50%;
    }

    .browser-sidebar {
        width: 0%;
    }

    .browser-area {
        width: 100%;
        position: relative;
    }
}

.post-content-area .single-post .meta-details {
    text-align: right;
    margin-top: 25px !important;
}

.pagination {
    display: block !important;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}