
#postboard_cover_section {
    width:max-content;
    margin:auto auto;
    text-align: center;
    margin-top:15px;
    border-radius: 10px;
    margin-bottom: 100px;
}
#postboard_cover_section img {
    max-height: 350px;
    max-width: 90vw;
    border-radius: 10px;
}
#account_links_section {
    width:80%;
    margin-top:15px;
    text-align: right;
}

#postboard_description_section {
    padding:10px;
    max-width:750px;
    font-size:14px;
    line-height: 1.6em;
    clear: both;
    min-height:50px;
    max-height: 450px;
    font-size:14px;
}
#postboard_description_section img {
    margin:10px;
    border-radius: 10px;
    max-width: 98%;
}
#postboard_description_section a {
    color:rgb(0, 140, 230);
    font-weight:bold;
}
#postboard_description_section p{
    margin-top:7px;
    margin-bottom: 7px;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#all_posts_display_section_wrapper {
    margin: auto auto;
    width:98%;
    max-width:1200px;
    margin-top:35px;
    
}
#all_posts_display_section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#total_posts_count,#no_posts {
    color:dimgray;
    font-size: 15px;
    margin-top:35px;
    padding-left: 25px;
}
#total_posts_count a {
    color: rgb(0, 140, 230);
    font-weight:bold;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border:1px solid rgb(0, 140, 230);
    border-radius: 7px;
    margin-top:10px;
    margin-right: 10px;
    font-size: 14px;
}
#total_posts_count a:hover{
    border-width: 2px;
}
#post_themes_selection_section{
    width:90%;
    overflow: hidden;
    overflow-x: auto;
    margin: 25px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.theme_name {
    display: inline-block;
    border:1px solid lightgray;
    border-radius: 7px;
    padding:10px 15px;
    text-align: center;
    font-size: 13px;
    margin: 0 10px;
    cursor: pointer;
    white-space: nowrap;
}
.theme_name:hover {
    border-color: rgb(0, 140, 230);
}
.selected_theme{
    background-color: rgb(0, 140, 230);
    border-width: 0;
    color:white;
}
.same_theme_posts_wrapper {
    padding: 10px;
    height: max-content;
    margin:35px 15px 0 15px;
    border:1px solid lightgray;
    border-radius: 7px;
    overflow: hidden;
    overflow-x: auto;
    min-width: 375px;
    max-width:450px;
    display: flex;
    flex-direction: column;
}
.same_theme_posts {
   
    display: flex;
   
}


#data_not_available {
    text-align: center;
    margin-top:125px;
    width:100%;
    font-size:14px;
}

.call_to_action_section {
    text-align: right;
    padding-right:10px;
    margin-top:7px;
    margin-bottom: 5px;
    display:none;
}
.post_preview_window:hover .call_to_action_section {
    display:block
}

.same_theme_post_scrollers_section {
    margin-top:7px;
    margin-bottom:30px;
    text-align: right;
    padding-right: 25px;
}
.visible_post_count_info_section {
    font-size:14px;
}
.same_theme_post_scroller {
    text-align: center;
    padding: 5px 7px;
    font-size:14px;
    border-radius: 5px;
    background-color: rgb(235, 235, 235);
    cursor: pointer;
    display: inline-block;
    margin-left: 7px;
}
.same_theme_post_scroller:hover {
    background-color: lightgray;
}

#poster_external_links_section_closer {
    text-align: right;
    padding:0 0 10px 10px;
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    justify-content: flex-end;
    cursor: pointer;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-right: 5px;
}

#poster_external_links_section_closer span {
    display:block;
    text-align: center;
    box-sizing: border-box;
    font-size:13px;
    width:25px;
    height:25px;
    border-radius: 50%;
    border:1px solid darkgray;
    padding-top:2px
}
#links_section_label {
    color:dimgray;
    font-size:18px;
    margin-right:15px;
    cursor: pointer;
    display: none;
}
#links_section_label span {
    display:inline-block;
    transform:rotate(270deg);
    margin-left:7px; 
    position:relative;
    top:2px
}
#poster_external_links_section {
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
    border:1px solid lightgray;
    border-radius: 5px;
    width: 250px;
    display: none;    
    background-color: rgb(250, 250, 250);
    z-index: 999;
    padding: 10px;

}
.call_to_action_links {
    display:inline-block;
    text-decoration: none;
    color:rgb(29, 29, 29);
    font-size: 14px;
    margin-bottom: 15px;
    cursor: pointer;
}
.call_to_action_links img {
    width:30px;
}
.post_preview_window .call_to_action_links img {
    width:20px;
}


.web_type_call_to_action_links {
    display: block;
    text-align: left;
}
.call_to_action_site_type {
    font-weight:bold;
    display: block;
    margin-bottom:7px;
}
.call_to_action_actual_link {
    display: block;
    text-decoration: none;
    max-width:98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(0, 140,230);

}
.call_to_action_actual_link:hover{
    text-decoration: underline;
}

#poster_contacts_section {
    margin-bottom: 35px;
}
#poster_contacts_section a{
    text-decoration: none;
    color: black;
    font-size: 14px;
}
#poster_contacts_section a:hover{
    text-decoration: none;
}
.contact_links {
    margin-left:35px;
    display: block;
    width: max-content;
    margin-top:15px;
    font-size: 14px;
}
.type_of_contact {
    font-weight: bold;
}
.actual_contact_link{
    color: rgb(0, 140, 230);
}

/* video series styling section */
.video_series_section_wrapper {
    padding: 10px;
    margin-bottom: 15px;
    border:1px solid lightgray;
    border-radius: 5px;
    max-width:1000px;
}

.video_series_videos_display_section{
    display: flex;
    width:100%;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    min-height:100px
}

.video_placeholder {
    max-width:200px;
    max-height: 115px;
    border-radius: 7px;
    cursor: pointer;
}
.video_placeholder:hover {
    transform: scale(1.05);
}
.bio_video_caption{
    border:1px solid lightgray;
    padding: 7px;
    font-size: 13px;
    width:98%;
    max-width:180px;
    margin:7px auto;
    border-radius: 5px;

    line-height: 2rem;
    overflow: hidden;
    display: block;
    max-height: 4rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.video_series_single_video_section {
    /*width:200px !important;
    max-height:300px;
    margin-right:10px;
    margin-bottom: 10px;*/
    box-sizing: border-box;
    width: max-content;
    padding:10px
}
.display_section_video_caption {
    text-align: center;
    font-size: 13px;
    width: 98%;
    max-width: 180px;
    margin:7px auto;
    border:1px solid lightgray;
    border-radius: 5px;
    padding: 7px;
}
.play_video_icon {
    width:35px;
    display: inline-block;
    margin: auto;
    position:relative;
    bottom:75px;
    z-index: 10;
}
#bio_video_displayer_section_wrapper{
    width:100vw;
    height:100vh;
    z-index:1000000;
    background-color: rgba(0, 0, 0, 0.705);
    position: fixed;
    left:0;
    top:0;
    display: none;
}
#bio_video_displayer_section {
    width:98vw;
    max-height: calc(100vh - 100px);
    border-radius: 7px;
    background-color: transparent;
    margin: auto;
    margin-top:50px;
}
.landscape_video{
    max-width:650px;

}
.square_video{
    max-width:500px;

}
.portrait_video {
    max-width:325px;

}
#bio_video_displayer_section_closer{
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    justify-content: right;
    padding:10px;
    font-size:25px;
    font-weight:bold;
    cursor: pointer;
}
#bio_video_displayer_section_closer span {
    width:30px;
    height:30px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.705);
    COLOR:white
}
#bio_video_displayer_section_closer span:hover{
    color: black;
    background-color: white;
}

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

    #postboard_cover_section {
        margin-bottom: 50px;
    }
  
    #postboard_description_section {
        font-size:14px;
    }
}

@media only screen and (max-width:802px){
    #postboard_cover_section {
       margin-bottom: 35px;
    }
}

@media only screen and (max-width:602px){
    #postboard_cover_section {
        margin-bottom: 15px;
       
    }
    .section_title {
        font-size: 16px;
    }
    #postboard_description_section {
        width:90%;
        max-height: 350px;
        margin-left:5px;
    }
    #total_posts_count {
        font-size:14px;
    }
    
    .same_theme_post_scrollers_section {
        margin-top:7px;
        margin-bottom:20px;
        padding-right: 20px;
    }
    .same_theme_posts_wrapper {
        min-width: unset;
        width:100vw;
        max-width:425px
    }
    #total_posts_count a {
        font-size: 13px;
        padding:7px 12px;
        border-radius: 5px;
    }
    #poster_contacts_section a{
        font-size: 13px;
    }
}

@media only screen and (max-width:402px){
   
    #postboard_cover_section {
       
    }
    #postboard_title {
        font-size:12px;
        max-width:185px;
      
    }
    .same_theme_posts_wrapper {
        padding: 5px;
        height: max-content;
        margin: unset;
        margin-top:25px;
        max-width:400px
    }
    #poster_external_links_section{
        width:225px
    }
    #total_posts_count a {
        font-size: 12px;
        padding:5px 10px

    }
}

@media only screen and (max-width:350px){
    #postboard_cover_section {
    }
}
