#inner {
    width: auto !important;
}

.row-blocks > div {
    color: white;
    text-align: center;
    vertical-align: top;
    padding: 10px 15px;
}

.row-blocks .blocks_inner {
    height: 100%;
    margin-bottom: 15px;
    padding: 10px 20px;
}

.row-blocks {
    padding: 0 0 20px 0;
}

.row-blocks h2 {
    font-family: 'BlackJackRegular';
    padding-top: 5px;
    text-align: center;
    font-size: 22px;
}

.row-blocks h3 {
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.4em;
}

.block {
    display: block;
}

.row-blocks p {
    font-size: 13px;
}

.row-blocks a {
    text-decoration: none;
    color: inherit;
}

.block1.blocks_inner {
    background: #fa923f;
}

.block2.blocks_inner {
    background: #7c9861;
}

.block3.blocks_inner {
    background: #dc493d;
}

.product-row img {
    margin: auto;
    padding: 10px 0;
}

#page_content .slider {
    background-repeat: repeat-x;
}

#page_content .slider .right {
    margin-left: 0;
}

#carousel-slides header, #carousel-slides article {
    width: 100% !important;
}

.product-list-row li {
    display: flex;
    align-self: stretch;
}

/* Popups */
.articles-single .img-container .media img {
    width: 100%;
}

#login .table1 {
    margin: auto;
}

#signin-button-row td {
    padding-top: 10px;
}

#signin-logo-row td {
    padding-bottom: 20px;
}

.body-container {
    padding: 0;
}

#popup .body-container .join-popup-content {
    font-size: 20px;
    line-height: 27px;
    color: #666;
    max-width: 100%;
    margin: 20px auto;
    font-weight: normal;
    font-family: arial, helvetica, sans-serif;
    line-break: strict;
}

#popup .body-container .join-popup-content {
    margin: 30px 40px;
}

#popup #signup {
    margin: 0;
}

/* Header / Footer */
.social-links {
    display: flex;
}

#header .logo {
    margin: 11px 0 0 0;
}

.navbar-toggler {
    align-self: stretch;
}

.navbar-toggler-icon img {
    width: 100%;
    padding: 4px;
}

.navbar-toggler-icon {
    width: 3rem;
    height: 3rem;
    border: 1px solid black;
    float: right;
    border-radius: 4px;
}

#header #navbarNav ul {
    overflow: hidden;
}

#header #navbarNav ul li {
    float: left;
}

#header #navbarNav ul li {
    padding-right: 15px;
    margin-right: 12px;
}

#header #navbarNav ul li a {
    font-family: 'BlackJackRegular';
    font-size: 29px;
}

#header #navbarNav ul li.selected {
    background: url(../images/nav_selected.png) right 3px no-repeat;
}

#header #navbarNav ul li.selected a {
    color: #fa923f;
}

#header #navbarNav .nav_spacer {
    padding: 0 5px;
}

.navbar-collapse {
    text-align: center;
}

#header .right {
    margin-top: -75px;
}

.interior #header  {
    background-size: contain;
}

.navbar-brand img {
    width: 475px;
}

#header #nav ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

/* Handles toolbox image on footer, smashes page otherwise */
@media (max-width: 1310px) {
    #footer-supplies-a {
        left: -165px;
    }

    #footer-supplies-b {
        display: none;
    }

    #footer {
        padding: 0px 0 0 250px;
    }
}

@media (max-width: 800px) {
    #footer {
        padding: 0 0 0 200px;
    }
}

/* How it works */
#how_it_works .holder h1 {
    clear: both;
    padding-left: 15px;
}

#how_it_works .holder p {
    clear: both;
    margin-left: 0;
    width: auto;
    padding-top: 10px;
}

#how_it_works .quick_links ul li {
    margin-right: 0;
}

#content2 img, #content2 .block {
    clear: both;
}

#content2 .block {
    width: auto;
    margin-left: 0;
}

#content2 img {
    margin-left: 0;
}

#content2 {
    width: auto;
}

.quick_links ul li img {
    width: 100%;
}

/* Garden Shop */
.img-frame-b {
    border: 2px solid #4c4c4c;
    object-fit: contain;
}

/* Homepage Carousel */
#page_content .slider .right {
    height: auto;
}

#carousel,
#page_content .slider .left {
    width: 100%;
    height: 100%;
}

#page_content .row {
    display: flex;
}

#page_content .slider .right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-position: center;
    background-size: contain;
}

#page_content .slider .right a {
    margin: 0 0 50px 0 !important;
}

#page_content .slider {
    margin-bottom: 10px;
    padding: 7.5px 0;
    height: 525px;
}

#carousel-slides {
    width: 100% !important;
    height: 100%;
}

#carousel-slides article {
    height: 100% !important;
}

#carousel-slides article a, #carousel-slides article img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
    overflow: hidden;
}

/* Comment Sections */
.checkbox-comments {
    display: flex;
    align-items: center;
}

.checkbox-comments input {
    margin-right: 5px;
}

.submit-button-comments {
    display: flex;
}

/* Products / Gardening - Single */
#page_content #products_buy .buy {
    margin: 0;
    width: auto;
}

.gardening-categories {
    margin: 20px 0;
    padding-bottom: 20px;
}

.gardening-categories li {
    padding: 10px !important;
}

.garden-top-container { border: 1px solid #999; }

.gardening-categories .more {
    padding: 0 15px 0 0;
    text-decoration: none;
    text-align: right;
    height: 22px;
    display: block;
    font-size: 17px;
    line-height: 22px;
    color: #6a460f;
    font-weight: bold;
    background: transparent url(../images/bg_yellow_header.png) repeat-x 0 0;
}

/* Checkout */
#checkout-steps,
#checkout-steps ol,
.checkout-module td input,
.checkout-module select {
    width: 100%;
}

.checkout-module {
    width: 435px;
}

#checkout-steps ol li {
    background-color: #c08dce;
}

.checkout-module td {
    padding: 0 0 10px 0;
}

#cart-summary-short {
    margin: 0;
}

#cart-view #cart-total .donate-desc, #cart-view #cart-total #cart-totals {
    padding-left: 15px !important;
}

/* Large devices (tablets, less than 1200px) */
@media (max-width: 1200px) {
    #page_content .slider.row {
        height: 450px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .container {
        width: 100%;
        max-width: none;
    }

    .checkout-module {
        width: 100%;
    }

    /* Dropdown */
    .dropdown {
        margin: -15px 20px 20px 0;
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    #page_content .dropdown .btn-secondary {
        color: #000;
        background-color: transparent;
        border-color: #000;
    }

    #page_content .dropdown .btn-secondary:hover {
        background-color: #a23fbd;
        color: #fff;
    }

    #page_content .dropdown .btn-secondary:focus {
        background-color: #a23fbd;
        color: #fff;
    }

    /* Products section */
    .home #products_suggested {
        background-color: transparent;
    }

    .home #products_suggested ul {
        justify-content: space-between;
    }

    .home #products_suggested img {
        width: 250px;
    }

    .product {
        background-color: #fff;
        padding: 0 0 10px 0;
    }

    .product-name {
        font-weight: 600;
    }

    .product-categories li {
        width: 400px;
        height: 200px;
    }

    .product-category-img {
        height: 190px;
    }

    .home .product-categories li {
        padding-top: 0;
    }

    .home .product-row li {
        margin-bottom: 0;
    }

    /* Products - Single */
    .products #shell #wrapper #inner #page_content form #products_buy .info {
        text-align: center;
        padding: 20px 40px;
    }

    /* Blocks */
    #content #blocks {
        width: 48%
    }

    .block3 {
        width: 100% !important;
    }

    .row-blocks .col-md-12 {
        padding-bottom: 0;
    }

    /* Carousel */
    #page_content .slider.d-flex {
        flex-direction: column;
        height: auto;
    }

    #page_content .slider {
        height: 550px !important;
    }

    #page_content .slider .left {
        width: 100%;
        height: 80%;
        float: none;
    }

    #page_content .slider .right {
        background: url('../images/bloomingsecretsdesigncomp-1.jpg') no-repeat;
        background-size: contain;
        background-position: center;
        width: auto;
        height: 105px;
        padding: 0;
        margin: 0;

    }

    #page_content .slider .right .getting_started {
        display: none;
        margin: 0;
    }

    .discover-gardener-container {
        background-color: #ae88b8;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0px 15px;
        flex: auto;
        height: 17.5%;
    }

    .discover-gardener-title-container {
        font-size: 32px;
        color: #fff;
        font-family: arial, helvetica, sans-serif;
        font-weight: bold;
        width: 100%;
    }

    .discover-gardener-container .getting_started {
        background-color: #fa923f;
        padding: 14px 18px;
        border-radius: 4px;
        color: #fff;
        width: 27.5%;
        text-align: center;
        display: block;
    }

    .discover-gardener-container .getting_started span {
        font-family: 'BlackJackRegular';
        font-size: 28px;
    }

    .discover-title {
        font-family: 'BlackJackRegular';
        font-size: 42px;
    }

    #carousel {
        width: 100%;
        height: 100%;
    }

    /* About Us */
    .articles-single aside.pull-right {
        padding: 0;
    }

    .articles-single .row .pull-right {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .articles-single .row header {
        text-align: center;
        padding-top: 30px;
    }

    /*  Footer  */
    .social-links a img {
        width: 40px;
    }

    #footer ul:not(:last-child) {
        padding-right: 90px;
    }

    #footer {
        width: auto;
    }

    /*  Blog  */
    .articles {
        padding: 0 40px !important;
    }

    .media-body header h1 {
        margin-top: 0 !important;
    }

    #related-products-title {
        text-align: center;
    }

    /*  Header  */
    #header {
        padding-bottom: 20px;
        display: flex;
        flex-direction: column-reverse;
    }

    #header .logo {
        margin: 5px 0 0px 0;
        padding-top: 0;
    }

    #popup .col-12 #signup {
        margin: 0;
    }

    .navbar-toggler {
        padding-bottom: 0;
    }

    #header #navbarNav ul li {
        padding: 0 10px;
        margin: 0;
    }

    hr {
        margin-top: 15px;
        background: transparent;
        border-bottom: 2px solid black;
    }

    #header form input[type="submit"] {
        cursor: pointer;
        width: 27px;
        height: 21px;
        background: url(../images/search_go.png) left top no-repeat;
        border: none;
    }

    #header .d-flex {
        justify-content: center;
    }

    #header .d-flex button {
        position: absolute;
        top: 20%;
        right: 0;
    }

    /* Checkout */
    #cart-summary-short {
        margin: 0;
    }

    #cart-totals {
        padding-left: 0 !important;
    }

    #checkout-actions {
        text-align: center;
        width: 100%;
    }

    #checkout-actions select {
        width: 75%;
    }

    /* Cart */
    .remove-responsive {
        display: flex;
        align-items: center;
        margin-top: 2.5px;
    }

    .remove-responsive span {
        font-size: .9rem;
    }

    #cart-total {
        display: flex;
        flex-direction: column;
    }

    /*  Featured posts  */
    .articles-single .row .pull-left .related-item {
        width: 50%;
    }

    article aside {
        margin-right: 0;
        text-align: center;
    }

    .pull-left ul {
        width: 400px;
        margin: auto;
    }


}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    /* Products */
    .home #products_suggested ul {
        flex-direction: column;
    }

    .home #products_suggested ul li {
        margin-bottom: 20px;
    }

    .home #products_suggested ul li:last-child {
        margin-bottom: 0px;
    }

    .home #products_suggested img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: top;
    }

    .product-categories li {
        height: 235px;
    }

    .products #shell #wrapper #inner #page_content form #products_buy .info {
        text-align: center;
        padding: 20px 20px;
    }

    /* Carousel */
    .discover-gardener-container {
        height: 16%;
    }

    .discover-gardener-container .getting_started span {
        font-size: 22px;
    }

    .discover-title, .discover-gardener-title-container {
        font-size: 34px;
    }

    /* Cart */
    #cart-view thead, #cart-view thead tr th, #cart-view tbody tr td:first-child, #cart-view td, #product-row-desc {
        display: block;
    }

    #cart-view {
        display: flex;
    }

    #cart-view td, #cart-view th {
        height: 4rem;
    }

    #cart-view #cart-total .donate-desc, #cart-view #cart-total #cart-totals {
        height: 7.5rem;
    }

    #checkout-steps {
        display: flex;
        height: auto;
    }

    #checkout-steps ol {
        display: flex;
        flex-direction: column;
    }

    #checkout-steps ol li {
        max-width: none;
        flex: none;
        width: 100%;
        text-align: center;
        margin: 1px 0;
    }

    #checkout-steps ol li a {
        width: 100%;
    }

    #checkout-steps li.active:before, #checkout-steps li:last-child:before {
        content: none;
    }

    /*  Join / Login Popup  */
    #popup {
        max-width: 600px;
    }

    .join-popup-content {
        margin: 20px 40px 0px 40px !important;
    }

    #signup table tbody tr td {
        display: block;
    }

    #signin-logo-row td img {
        width: 260px;
    }

    #popup #signup table label {
        float: none;
        margin: 0;
        line-height: 20px;
    }

    #login table tbody tr td, #login table tbody tr {
        display: block;
    }

    .overlay-login label {
        float: none;
    }

    #titlebox, #popup h1, .overlay h1 {
        height: 102px;
        background: url(../images/popup_head.png) left top repeat-y;
    }

    /* Blog */
    .blog #shell #wrapper #inner #page_content #supplement {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .blog #shell #wrapper #inner #page_content #supplement .supplement-links {
        width: 200px;
    }

    /* How it Works*/
    .quick_links ul li {
        margin-bottom: 15px;
    }

    #how_it_works {
        text-align: center;
    }

    #content2 .block a.create_profile {
        margin: auto;
        float: none;
    }

    #content2 .block p {
        padding-top: 15px;
    }

    /* Garden Shop */
    .media-body {
        margin-top: 25px;
        text-align: center;
    }

    /* Footer */
    #footer ul li.head, #footer .menus .head, #footer .menus .head a {
        font-size: 26px;
        padding: 0 5px 1px 5px;
    }

    .social-links a {
        margin-right: 5px;
    }

    #footer .copyright {
        float: none;
        right: 0;
        top: 25px;
    }

    #site-info {
        height: 171px;
        background: #fff url(../images/bg_woodtexture.jpg) left 0px repeat-x;
    }

    #footer {
        height: 179px;
    }

    .navbar-brand img {
        width: 375px;
    }

    /*  Featured posts  */
    .articles-single .row .pull-left .related-item {
        width: 75%;
    }
}

@media (max-width: 650px) {
    /* Carousel */
    .discover-gardener-container .getting_started span {
        font-size: 18px;
    }

    .discover-title, .discover-gardener-title-container {
        font-size: 27.5px;
    }

    #page_content .slider {
        height: 450px !important;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /* Carousel */
    .discover-gardener-container {
        flex-direction: column;
        text-align: center;
        height: auto;
    }

    .discover-title, .discover-gardener-title-container {
        margin-top: 2px;
        font-size: 28px;
    }

    .discover-gardener-container .getting_started {
        margin-bottom: 7.5px;
        width: 145px;
        padding: 10px 18px;
    }

    #page_content .slider .left {
        height: 74%;
    }

    /*  Join / Login Popup  */
    #popup {
        max-width: 100%;
    }

    .overlay.overlay-login {
        max-width: 100%;
    }

    /* Footer */
    #footer {
        padding: 0 0 0 175px;
    }

    .navbar-brand img {
        width: 70vw;
    }

    #header .d-flex {
        justify-content: space-between;
    }

    #header .logo {
        padding-left: 0;
    }

    #header .d-flex button {
        padding-right: 0;
    }

    #header {
        padding-right: 0;
        padding-left: 0;
    }

    /* Gardening / Products */
    .product-row h2 {
        text-align: center;
        margin-bottom: 15px;
    }

    .product form a img {
        width: 220px;
        height: 210px;
    }

    .product-category-img {
        height: 155px;
    }

    /* Cart */
    #cart-view #cart-total .donate-desc {
        height: 10rem;
    }

    /*  Featured posts  */
    .articles-single .row .pull-left .related-item {
        width: 90%;
    }

    .pull-left ul {
        width: 250px;
    }

    .product-row.product {
        width: 250px;
    }
}

@media (max-width: 450px) {
    #page_content .slider .left {
        height: 67.5%;
    }

    #page_content .slider {
        height: 475px !important;
    }

    #footer {
        padding: 0 0 0 105px;
    }

    #footer-supplies-a {
        left: -220px;
    }
}

@media (max-width: 313px) {
    #update_cart_button {
        margin-bottom: 10px;
    }

    #cart-view tr .update-checkout-buttons {
        height: 6rem;
    }

    .coupon-code-section form input[type="submit"] {
        margin-top: 5px;
    }

    #cart-view #cart-total .donate-desc {
        height: 12rem;
    }
}

@media (max-width: 285px) {
    #page_content .slider .left {
        height: 55%;
    }
}


