/*
Theme Name: YSRGroupTheme
Author: Freelance Developer
Description: Custom Wordpress Theme for YSR Research Group Website.
Version: 1.0
License: See User Agreement file for details
Text Domain: ysrgrouptheme
Tags:  two-columns, left-sidebar, custom-logo, custom-menu, featured-images, education, research, publication.
*/

body {
    color: #777;
}

main h1 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

main h2 {
    font-size:26px;
    margin: 10px 0px;
}

#site-header-ysrt {
    width: 100%;
    background-color: #009999;
    margin-bottom: 20px;
}

#site-header-ysrt img {
    max-height: 140px !important;
}

#logo-line-ysrt {
	padding-top: 2px;
}

#main-nav-bar-ysrt {
    margin-bottom: 0;
    border-top: 1px solid #b3e6cc;
    border-bottom: 1px solid #b3e6cc;
    background-color: rgba(0,0,0,0.2);
}

#main-nav-bar-ysrt li {
    border-right: 1px solid #b3e6cc;
    border-bottom: 1px solid #b3e6cc;
    color: #fff;
}

#main-nav-bar-ysrt li a{
    background-color: transparent;
    padding: 15px 12px;
    color: #fff;
}

#main-nav-bar-ysrt li:first-child {
    border-left: 1px solid #b3e6cc;
}

#main-nav-bar-ysrt li a:hover {
    background-color: rgba(0,0,0,0.1)!important;
}

.compact-search-form-ysrt input[type="search"] {
    max-width: 80%;
    margin: 6px 0;
    border: 1px solid #aaa;
}

.compact-search-form-ysrt button[type="submit"] {
    background-color: #b38600;
    color: #fff;
}

.site-sidebar-ysrt {
    color: #444;
}

.home-intro-boxes-ysrt {
    background-color: #75a3a3;
    color: #fff;
}

.home-text-box-ysrt {
    font-size: 16px;
    font-weight: bold;
}

.home-text-box-link-ysrt {
    margin: 0px;
    text-align: center;
}

.home-text-box-link-ysrt a {
    background-color: #fff;
    color: #444;
    font-size: 16px;
}

.home-cta-btn-ysrt {
    text-align: center;
    margin-top: 20px;
    font-size: 1.2em;
}

.page-title-ysrt {
    color: #666633;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.post-credits-ysrt {
    display:inline-block;
    color: #888;
}

.post-credits-sm-ysrt {
    color: #888;
}

.post-content-ysrt {
    margin: 10px 20px;
    font-size: 16px;
    text-align: justify;
    color: #444;
}

.posts-list-item-ysrt {
    border: 1px solid #aaa;
    margin: 10px;
    padding: 10px;
}

.post-content-top-ysrt {
    margin-top: 20px;
}

.publication-title-ysrt td,
.member-name-ysrt td,
.single-title-ysrt td {
    color: blue;
}

.single-details-table-ysrt tr td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.member-more-details-ysrt p,
.single-more-details-ysrt p {
    margin: 15px 5px;
    text-align: justify;
    font-size: 16px;
}

.member-about-sec-ysrt {
    font-size: 16px;
    text-align: justify;
    color: #444;
}

.publication-formula-figure-ysrt {
    padding-bottom: 20px;
    text-align: center;
}

.publication-list-item-ysrt {
    border: 2px solid #a9d0ef;
    padding: 4px;
    margin-bottom: 25px;
}

.publication-list-item-ysrt h3 {
    font-size: 18px;
    margin-top: 10px;
    text-align: justify;
}

.pub-authors-name-ysrt, 
.pub-journal-name-ysrt {
    font-size: 15px;
    color: #994d00;
    margin-bottom: 5px;
}

.pub-journal-name-ysrt {
    font-style: italic;
}

.pub-list-pagi-ysrt {
    text-align: center;
}

.table-cust-style-ysrt {
    margin-top: 20px;
}

.table-cust-style-ysrt td, th {
    border: 1px solid #bbb;
    text-align: left;
    padding: 8px;
}

.table-cust-style-ysrt thead {
    color: #fff;
    background-color: #5bc0dd;
}

.member-details-tbl-ysrt,
.publication-dtl-tbl-ysrt {
    margin-top:18px !important;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.member-details-tbl-ysrt td,
.publication-dtl-tbl-ysrt td {
    border-bottom: 1px solid #bbb;
}

.pubcn_year_ysrt {
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #ddd;
    display: inline-block;
    margin: 4px;
}

.contact-cards-ysrt {
    height: 180px;
    width: 180px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 6px;
    margin: 6px;
    background-color: #666633;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.icon-4x-ysrt {
    font-size: 400%;
}

.icon-6x-ysrt {
    font-size: 600%;
}

.mentor-intro-ysrt {
    text-align: justify;
    font-size: 10px;
}

.mentor-pic-box-ysrt {
    background-color: #eee;
}

.mentor-intro-img-ysrt {
    position: relative;
    float: right;
    width: 160px;
    padding-left: 20px;
}

.ind-group-members-ysrt {
    display: inline-block;
    width: 140px;
    margin: 10px;
    padding: 5px;
    text-align: center;
    vertical-align: top;
}

.ind-group-members-ysrt p {
    margin: 2px;
    color: #444;
}

.photoposts-list-ysrt,
.members-list-ysrt {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 8px;
    padding: 5px
}

img.alignright {
    float: right;
    margin: 18px 0 18px 18px;
    border: 2px solid #ccc;
    padding: 6px;
}

img.alignleft {
    float: left;
    margin: 18px 18px 18px 0px;
    border: 2px solid #ccc;
    padding: 6px;
}

img.aligncenter{
    display: block;
    margin: 0 auto;
    border: 2px solid #ccc;
    padding: 6px;
}

.post-categories {
    display: inline;
}

.wp-post-image{
    margin: 0 18px 14px 0;
    border: 2px solid #ccc;
    padding: 6px;
}

.gallery .gallery-item {
    display: inline-block;
    margin: 6px;
    padding: 6px;
    border: 1px solid #ccc;
}

.gallery-title-ysrt {
    display: none; 
    visibility: hidden;
}

.site-footer-ysrt {
    background-color: #009999;
    color: #fff;
    width: 100%;
    margin-top: 15px;
}

.footer-links-row-ysrt {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ft-link-icon-ysrt {
    margin: 8px;
}

.ft-link-box-ysrt ul li {
    list-style: none;
    color: #ddd;
    font-size: 16px;
    line-height: 24px;
}

.ft-link-box-ysrt ul li a {
    color: #ddd;
}

.footer-links-ysrt li {
    margin-bottom: 3px;
}

.footer-copyright-ysrt {
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    color: rgba(255,255,255,0.7);
    background-color: rgba(0,0,0,0.2);
    margin:0px!important;
}