
header h1, h2, h3, h4, h5, h6, p {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

section h1, h2, h3, h4, h5, h6, p {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

table tr, table td, table p {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#shopHamburgerMenuBtn {
    height: 40px;
    margin-bottom:2px;
}

#mainNav {
    height:80px;
}

.navbar-collapse ul li {
    padding-left:20px;
    margin-top: 0px;
}

.navbar-collapse {
    margin-top: 0px;
    overflow-y: auto !important;
    max-height: 250px !important;
    font-height: 0.5rem;
}

.clearFloat {
    clear: both;
}


/* Make the on-page texts in view files have padding from the edges when on small devices*/
@media (max-width: 770px) {
    #mainNav {
        height: 100px;
    }
}


/* Make the on-page texts in view files have padding from the edges when on small devices*/
@media (max-width: 549px) {
    .tabContainer .buttonContainer button {
        font-size: 10px !important;
    }

    p {
        font-size: 14px !important;
    }
}

#manageShopTable tr td, #manageShopTable tr td p {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

    white-space: normal;
}

.navbar-burger a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    opacity: 0.9;
}

#side-menu {
    background-color: #00adee;
    color: #fff;
    width: 0;
    position: fixed;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 60px;
    transition: margin-left 2.5s;
    padding-left: 20px;
}

#side-menu ul {
    margin: 50px 0 0 10px;
    padding: 40px 0 0 0;
    list-style: none;
}


#side-menu ul li {
    cursor: pointer;
    height: 3em;
}

#side-menu ul li a {
    padding: 20px 0px 0px 0px;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

#side-menu ul hr {
    border: solid 0.5px #fff;
    width: 100%;
    opacity: 0.3;
}

#side-menu ul a:hover {
    color: #ccc;
}

#side-menu .btn-close /* Also in '#side-menu' but not a child of '#side-menu ul' */ {
    position: absolute;
    color: #fff;
    top: 85px;
    right: 10px;
    font-size: 36px;
    margin: 0 0 50px 20px;
}





/* make edit btn pulled to extreme right of page container row */
@media (min-width: 1200px) {
    .orderInvoiceCreateBtn {
        margin-left:60%
    }
}

@media (min-width: 992px) {
    /* Hide the hamburger menu stuff meant only for mobile screens & show the regular menu */
    .mainNav .navbar-burger {
        display: none;
    }

    #side-menu {
        display: none;
    }

    .mainNav .fullNavBar {
        display: block;
    }

    #shopContactMessageCount {
        margin-left: 45%;
    }
    .editShopBtn {
        margin-left: 76%;
    }
    .orderInvoiceCreateBtn {
        margin-left:60%
    }
}

@media (max-width: 991px) {
    /* Hide the regular menu & show the hamburger menu stuff only meant for mobile screens */
    .mainNav .fullNavBar {
        display: none;
    }

    /*.navbar-burger a {*/
    .mainNav .navbar-burger {
        display: block;
    }

    #shopContactMessageCount {
        margin-left: 45%;
    }
    .editShopBtn {
       margin-left: 80%;
    }
    .orderInvoiceCreateBtn {
        margin-left:40%
    }
}


@media (max-width: 770px) {
    #shopContactMessageCount {
        margin-left: 45%;
    }
    .editShopBtn {
        display: block;
    }
    /*.editShopBtn:before {
        content: '';
        display: block;
        width: 100%;
    }*/
    .orderInvoiceCreateBtn {
        margin-left:35%
    }
}

@media (max-width: 767px) {
    #shopContactMessageCount {
        margin-left: 45%;
    }
    .returnToDashboardBtn {
        width: 100%;
    }
    .editShopBtn {
        margin-left: 0px;
        width: 100%;
    }
    .shopMainHeading {
        margin-top: 40px !important;
    }
    .orderInvoiceCreateBtn {
        margin-left:20%
    }
}

@media (max-width: 549px) {
    #shopContactMessageCount {
        margin-left: 45%;
    }
    .returnToDashboardBtn {
        width: 100%;
    }
    .editShopBtn {
        width: 100%;
    }
    .shopMainHeading {
        margin-top: 40px !important;
    }
    .orderInvoiceCreateBtn {
        margin-left:10%;
    }
}

@media (max-width: 482px) {
    #shopContactMessageCount {
        margin-left: 40%;
    }
    .returnToDashboardBtn {
        width: 100%;
    }
    .editShopBtn {
        width: 100%;
    }
    #sellSomethingBtnTop {
        width: 100%;
        border-radius: 2px;
    }

    .shopMainHeading {
        margin-top: 40px !important;
    }
    .orderInvoiceCreateBtn {
        margin-top: 5px;
    }
}

#manageShopTable .td-left {
    border-right: solid 0.2px #000000;
}

.shopMainHeading {
    margin-top: 2em !important;
    text-align: center;
}

.invoiceSpinner {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}

.invoiceSpinner::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 10px solid #dddddd;
    border-top-color: #19A5D4;
    border-bottom-color: #19A5D4;
    border-radius: 50%;
    animation: loading 1s linear infinite;
}


.invoiceNoSpinner {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}

@keyframes loading {
    to {
        transform: rotate(1turn);
    }
}

@media (max-width: 530px) {
    .shopMainHeading {
        margin-top: 4em !important;
        text-align: center;
    }
}

#post_list li:hover {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
#post_list li:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/*------------------DETAILS.PHP RELATED CATS SLIDE----------------*/
.col-center {
    margin: 0 auto;
    float: none !important;
}
.carousel {
    margin: 30px auto 60px;
    padding: 0 80px;
}
.carousel .item {
    text-align: center;
    overflow: hidden;
}
.carousel .item h4 {
    font-family: 'Varela Round', sans-serif;
}
.carousel .item img {
    max-width: 100%;
    display: inline-block;
}
.carousel .item .btn {
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    background: #a177ff;
    padding: 6px 15px;
    margin-top: 5px;
}
.carousel .item .btn:hover {
    background: #8c5bff;
}
.carousel .item .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.carousel .thumb-wrapper {
    margin: 5px;
    text-align: left;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
.carousel .thumb-content {
    padding: 15px;
    font-size: 13px;
}
.carousel .carousel-control {
    /*---I JUST CHANGED width & height from 44 to 54 ----*/
    height: 54px;
    width: 54px;
    background: none;
    margin: auto 0;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.8);
}
.carousel .carousel-control i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}
.carousel .carousel-control.left i {
    margin-left: -3px;
}
.carousel .carousel-control.right i {
    margin-right: -3px;
}
.carousel .carousel-indicators {
    bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 4px;
    border-color: transparent;
}
.carousel-indicators li {
    background: #ababab;
}
.carousel-indicators li.active {
    background: #555;
}

.carousel-inner .img-box {
    object-fit: cover;
    overflow:hidden;
    max-height: 500px;
}

.carousel-inner .img-box img {
    width: auto;
    height: auto;
}


/* fixed related cat thumbnail img size from 768-991 */
@media only screen and (min-width: 768px) {
    .carousel-inner .img-box img {
        max-height: 100px;
        margin-left:8px;
    }
}


/* fixed related cat thumbnail img size from 992-1199 */
@media only screen and (min-width: 992px) {
    .carousel-inner .img-box img {
        max-height: 175px;
    }
}

/*------------------END OF DETAILS.PHP RELATED CATS SLIDE---------*/


/*------------------INSTAGRAM SHARE ICONS ---------*/
.extraShareIcon:hover{
    opacity:0.5;
}
/*---------------END INSTAGRAM SHARE ICONS---------*/


/*----------SHOP PORTFOLIO (ACTUALLY SERVICES) SECTION -------*/
/*** Project Portfolio ***/
#portfolio-flters .btn {
    position: relative;
    display: inline-block;
    margin: 10px 4px 0 4px;
    transition: .5s;
}

#portfolio-flters .btn::after {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 50px solid #FFFFFF;
}

#portfolio-flters .btn:hover,
#portfolio-flters .btn.active {
    color: var(--light);
    background: var(--primary);
}
/*--------END SHOP PORTFOLIO (ACTUALLY SERVICES) SECTION -----*/


/*--------------------UTILITY CLASSES--------------*/
.h1SeoStyle {
    display: inline;
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}
/*------------------END UTILITY CLASSES------------*/








