/* global styles */
* {
	box-sizing: border-box;
}
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
		margin-top: 56px;
}
.content_container {
    background-color: #fff;
    padding: 15px;
    box-shadow: -5px 0px 10px 0px #000, 5px 0px 10px 0px #000;
}
.row {
    margin-bottom: 15px;
}
main {
	min-height: calc(100vh - 114px);
	/* max-height: 100%; */
}
.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
}
.container {
	max-width: 1600px;
}


/* top navigation styles */
.top_navigation {
    background-color: #26262a !important;
}
.top_navigation .dropdown-menu {
    padding: 0px !important;
    border-radius: 0px;
    margin-top: 8px;
}

/* category styles */
.category_banner {
    background-color: #333;
    background-image: url('/img/bhi_bg.png');
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 2px 2px #000;
    padding: 20px 0px;
    box-shadow: inset 0 11px 8px -10px #000, inset 0 -11px 8px -10px #000, 2px 2px 2px rgba(0,0,0,.5);
    z-index: 1000;
}

/* bottom navigation styles */
.bottom_navigation {
    background-color: #111315;
    height: 58px;
    color: #797D82;
    font-size: 15px;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 15px;
}
.bottom_navigation .container .row {
    margin-left: -30px;
    margin-right: -30px;
}
.bottom_navigation a {
    color: #969BA2;
}
.bottom_navigation a:hover {
    color: #B4B9C1;
}
.bottom_navigation hr {
    display: none;
}
.bottom_navigation .bottom_cell {
    display: inline-block;
}
.bottom_navigation .bottom_cell:nth-child(2) {
    float: right;
}

/* home platform styles */
.row_feature span {
    color: #D1D1D1;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.row_feature hr {
    margin-top: 0px;
}
.row_feature .feature_badge {
    margin-bottom: 3px;
}
.row_feature .title,
.row_feature .author {
    display: block;
}
.row_feature .title {
    color: #757575;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 0;
}
.row_feature .title:hover {
    color: #0277bd;
}
.row_feature .category {
    font-size: 13px;
    font-weight: bold;
    margin-top: -2px;
}
.row_feature .author {
    font-size: 13px;
    font-weight: 400;
    margin-top: -2px;
}
.row_feature div .rankings_frame {
    width: 100%;
    height: 180px;
}
.row_feature div .rankings_bg {
    background-size: cover;
    background-position: center center;
    position: relative;
}
.row_feature div .rankings_nba {
    background-image: url('/img/home/rankings/rankings_nbamockdraft.jpg');
}
.row_feature div .rankings_private {
    background-image: url('/img/home/rankings/rankings_private.jpg');
}
.row_feature div .rankings_public {
    background-image: url('/img/home/rankings/rankings_public.jpg');
}
.row_feature div .rankings_travel_ball {
    background-image: url('/img/home/rankings/rankings_travel_ball.jpg');
}
.row_feature div .rankings_label {
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px #000;
    padding: 10px;
    position: absolute;
    bottom: 0;
}
.row_feature div .rankings_label:hover {
    color: lightblue;
    text-decoration: none;
}
.home_header {
    background-color: #333;
    background-image: url('/img/home/hoop_insider_banner.jpg');
    background-size: cover;
    background-position: center -20px;
    width: 100%;
    height: 330px;
    padding: 15px;
    margin-bottom: 15px;
}
.row_feature .home_articles_badge {
    height: 120px;
    display: block;
    position: relative;
}
.article_container .show_articles_badge {
    height: 110px;
    display: block;
}
.articles_container ul.pagination {
    width: 25%;
    margin: 0em auto;
    display: flex !important;
}
.articles_container ul.pagination {
    width: 25%;
    text-align: center;
    margin: 0em auto;
}
#homeBanner .carousel-inner .carousel-item a div {
    height: 330px;
    background-size: cover;
    background-position: center;
}

/* breadcrumb styles */
.row_breadcrumb {
    margin-bottom: 0;
}
.row_breadcrumb ol {
    background-color: #fff;
    font-size: 11px;
    padding: 0;
    margin: 0px;
}
/* featured video styles */
.row_featured_video div:nth-child(1) .video_frame {
    width: 100%;
    margin-bottom: 15px;
}
.row_featured_video .addthis_inline_share_toolbox {
    margin-bottom: 15px;
}
.featured_video_platform {
    list-style-type: none;
    padding-left: 0;
}
.featured_video_frame div:nth-child(2) {
    padding-left: 0;
}
.featured_video_frame div:nth-child(2) .title {
    color: #757575;
    text-decoration: none;
}
.featured_video_frame div:nth-child(2) .title:hover {
    color: #0277bd;
}
.featured_video_ad {
    width: 100%;
}
/* join styles */
.join_card {
    background-color: #f8f9fa;
}

/* article styles */
.row_article .feature_badge {
    margin-bottom: 3px;
}
.row_article .article_cell {
    margin-bottom: 25px;
}
.row_article span b {
    color: red;
    font-size: 16px;
    margin-left: 5px;
}
.article_platform .category {
    color: #D1D1D1;
    font-size: 22px;
    text-transform: uppercase;
}
.featured_video_platform .content {
    line-height: 34px;
    margin-bottom: 35px;
}
.article_platform .content {
    line-height: 35px;
    margin-bottom: 45px;
}
.article_platform .content ol li {
    margin-bottom: 8px;
}
.article_platform .author {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 35px;
}
.featured_video_platform .category {
    color: #D1D1D1;
    font-size: 13px;
    font-weight: bold;
    margin-top: -2px;
    display: block;
}
.featured_video_platform .author {
    color: #D1D1D1;
    font-size: 13px;
    font-weight: 400;
    margin-top: -2px;
}
.addthis_inline_share_toolbox .at-share-btn {
    margin-right: 6px !important;
}

/* video styles */
.row_article .video_cell {
    margin-bottom: 25px;
}
.row_article .pagination {
    width: 200px;
    margin: 0em auto;
    text-align: center;
}
.row_article .pagination li {
    margin-right: 8px;
}
/* pagination styles */
.pagination {
    width: 200px;
    margin: 0em auto;
    display: ms flexbox !important;
    margin-bottom: 35px;
}
/* bio styles */
.bio-name {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 15px;
}
.biography-title {
    font-weight: bold;
}
.bio-label strong {
    margin-right: 10px;
}

/* croppie styles */
#category-upload-image-modal-frame,
#category-upload-logo-modal-frame,
#category-upload-label-modal-frame,
#category-upload-badge-modal-frame,
#category-upload-header-modal-frame,
#category-upload-banner-modal-frame,
div[id^="category-step-photo-modal-frame-0"],
div[id^="category-step-photo-modal-frame-1"] {
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
}
#category-upload-image-modal,
#category-upload-logo-modal,
#category-upload-label-modal,
#category-upload-badge-modal,
#category-upload-header-modal,
#category-upload-banner-modal,
div[id^="category-step-photo-modal-0"],
div[id^="category-step-photo-modal-1"] {
    background-color: #fff;
    width: 480px;
    height: 480px;
    margin: 120px auto 0em;
    position: relative;
}
.upload-image-modal-top,
.upload-logo-modal-top,
.upload-label-modal-top,
.upload-badge-modal-top,
.upload-header-modal-top,
.upload-banner-modal-top,
.step-photo-modal-top,
.upload-image-modal-bottom,
.step-photo-modal-bottom {
    width: 100%;
    padding: 10px;
}
.upload-image-modal-top,
.upload-logo-modal-top,
.upload-label-modal-top,
.upload-badge-modal-top,
.upload-header-modal-top,
.upload-banner-modal-top,
.step-photo-modal-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    overflow: auto;
}
.upload-image-modal-top .title,
.upload-logo-modal-top .title,
.upload-label-modal-top .title,
.upload-badge-modal-top .title,
.upload-header-modal-top .title,
.upload-banner-modal-top .title,
.step-photo-modal-top .title {
    float: left;
}
.upload-image-modal-top .close,
.upload-logo-modal-top .close,
.upload-label-modal-top .close,
.upload-badge-modal-top .close,
.upload-header-modal-top .close,
.upload-banner-modal-top .close,
.step-photo-modal-top .close {
    float: right;
}
.upload-image-modal-bottom,
.upload-logo-modal-bottom,
.upload-label-modal-bottom,
.upload-badge-modal-bottom,
.upload-header-modal-bottom,
.upload-banner-modal-bottom,
.step-photo-modal-bottom  {
    position: absolute;
    padding: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.upload-image-modal-bottom .cancel,
.upload-logo-modal-bottom .cancel,
.upload-label-modal-bottom .cancel,
.upload-badge-modal-bottom .cancel,
.upload-header-modal-bottom .cancel,
.upload-banner-modal-bottom .cancel,
.step-photo-modal-bottom .cancel {
    float: right;
}
.upload-image-modal-bottom button,
.upload-logo-modal-bottom button,
.upload-label-modal-bottom button,
.upload-badge-modal-bottom button,
.upload-header-modal-bottom button,
.upload-banner-modal-bottom button,
.step-photo-modal-bottom button {
    color: #fff;
    padding: 10px 20px;
}
.upload-image-modal-bottom .crop_image,
.upload-logo-modal-bottom .crop_logo,
.upload-label-modal-bottom .crop_label,
.upload-badge-modal-bottom .crop_badge,
.upload-header-modal-bottom .crop_header,
.upload-banner-modal-bottom .crop_banner,
.step-photo-modal-bottom button[class^="crop_step_photo_0"],
.step-photo-modal-bottom button[class^="crop_step_photo_1"] {
    background-color: #385a91;
    border: solid 1px #385a91;
}
.upload-image-modal-bottom .cancel,
.upload-logo-modal-bottom .cancel,
.upload-label-modal-bottom .cancel,
.upload-badge-modal-bottom .cancel,
.upload-header-modal-bottom .cancel,
.upload-banner-modal-bottom .cancel,
.step-photo-modal-bottom .cancel {
    background-color: #909497;
    border: solid 1px #909497;
}
.upload-image-modal-visible,
.upload-logo-modal-visible,
.upload-label-modal-visible,
.upload-badge-modal-visible,
.upload-header-modal-visible,
.upload-banner-modal-visible {
    visibility: visible !important;
}
#recipeBannerPreview,
#recipeBannerString { display: block; }


/* MEDIA QUERIES */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .global_platform {
        padding: 10px;
    }
    .global_platform .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .global_platform .container > .row:nth-child(4) table thead tr th:nth-child(4),
    .global_platform .container > .row:nth-child(4) table tbody tr td:nth-child(4) {
        display: none;
    }
    .home_header {
        background-color: #333;
        background-image: url('/img/home/hoop_insider_banner.jpg');
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 120px;
        padding: 15px;
    }
    .row_feature .col-md-3:nth-last-child(1) {
        margin-bottom: 0px;
    }
    /* breadcrumb styles */
    .breadcrumb .active {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
    /* general styles */
    .row_feature div .rankings_frame {
        margin-bottom: 15px;
    }
    /* article styles */
    .article_container .show_articles_badge {
        height: 140px;
        display: block;
        margin-bottom: 8px;
    }
    .featured_video_frame div:nth-child(2) {
        padding-left: 15px;
    }
    .row_feature .col-md-3 {
        margin-bottom: 25px;
    }

    /* bottom navigation styles */
    .bottom_navigation {
        height: 120px;
    }
    .bottom_navigation .designer {
        float: none;
    }
    .bottom_navigation .bottom_cell {
        width: auto;
        text-align: center;
        display: block;
        margin: 0em auto;
    }
    .bottom_navigation .bottom_cell:nth-child(1) {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(115, 115, 115, .3);
        margin-bottom: 15px;
    }
    .bottom_navigation .label {
        display: none;
    }
    .bottom_navigation .bottom_cell:nth-child(2) {
        float: none;    
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* bottom navigation styles */
    .bottom_container {
        font-size: 12px;
    }
    .bottom_navigation .label {
        display: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}