/*
 Theme Name:   Torch NekWeb
 Theme URI:    http://www.nektar.info
 Description:  Torch Nektar++ website theme
 Author:       Chris Cantwell
 Author URI:   http://www.nektar.info
 Template:     torch
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive
 Text Domain:  torch-nekweb
*/

/* WP Block Gallery */
/* Add multi-line by line breaks to Gutenberg galleries. */
.blocks-gallery-item figcaption {
 white-space: pre-line;
 color: #555 !important;
}

/* Prevent the last image from growing to fill available space if there aren't enough images in a row. */
.blocks-gallery-item {
 flex-grow: 0 !important;
 display: inline-block !important;
}

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
 display: inline-block;
 height: 70%;
 padding: 5px 0 25px 0;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
 position: relative;
 background: none;
 margin: 0 0 15px 0;
 padding: 0;
 text-align: left;
}

.wp-block-table figcaption {
 font-size: 10pt;
 font-style: normal;
 text-color: gray;
}

/* Fix for the multiple-column gallery */
.gallery-item {
    display: inline-block !important;
}
.wc-gallery-captions-show .gallery-caption {
    background-color: #fff;
    padding: 0px;
    margin-bottom: 30px;
    font-size: 10pt;
    font-style: normal;
}
.fg-masonry.fg-captions-bottom.fg-light .fg-caption-title,
.fg-caption-inner .fg-caption-title {
    white-space: normal;
    font-size: 10px;
}
.fg-masonry.fg-captions-bottom.fg-light .fg-caption-desc {
    font-size: 10px;
}

.team-name {
    font-weight: bold;
    font-size: 13px;
}
.team-affiliation {
    font-style: italic;
    /*font-size: 13px;*/
}
.team-founder-tag {
    padding: 0px 7px;
    background-color: #ccf;
    border-radius: 20px;
    border: 2px solid #8080c1;
    line-height: 20px;
    font-size: 8pt;
    display: inline-block;
    margin-top: 3px;
}
/*.team-tag {
    padding: 2px 7px;
    background-color: #cfc;
    border-radius: 20px;
    border: 1px solid #000;
    line-height: 25px;
    font-size: 8pt;
}*/
.team-tag {
    padding: 0px 7px;
    background-color: #cfc;
    border-radius: 20px;
    border: 2px solid #80c180;
    line-height: 20px;
    font-size: 10px;
    display: inline-block;
    margin-top: 3px;
}
/* Basic styles */
h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
    font-weight: bold;
}
h3 {
    font-size: 16px;
    font-weight: bold;
}

.widgettitle {
    font-weight: bold;
}
a:hover {
    text-decoration: none;
}

/* Header */
header {
    box-shadow: none;
    border-bottom: 1px solid #bbb;
}

/* Menu */
.site-nav li ul {
    width: 200px;
}

/* Breadcrumb display */
.breadcrumb-box {
/*    display: none;*/
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.breadcrumb-box .container .breadcrumb-nav {
    display: none;
}
.breadcrumb-box .container .breadcrumb-title {
    font-size: 24px;
}
.entry-header .entry-title {
    display: none;
}
/*.blog-detail {
    margin-top:10px;
}
.blog-list {
    margin-top:10px;
}
.blog-main .entry-aside {
    margin-right: 10px;
}*/

@media (max-width: 500px) {
    .bloglist-box img {
        float: none;
        /*width: 150px;*/
    }
    .bloglist-content {
        margin-left: 0px;
    }
}

/* Front portfolio section */
@media (min-width: 350px) {
    .portfolio .row .col-sm-6{
        width: 50%;
        float: left;
    }
}
@media (min-width: 768px) {
    .portfolio .row .col-sm-6 {
        width: 25%;
        float: left;
    }
}

.portfolio-box .portfolio-box-title {
    position: relative;
    height: 50px;
    bottom: 0px;
}
.portfolio-box:hover .portfolio-box-title {
    background-color: #ffffff;
}

.portfolio-box h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #999;
    font-size: 16pt;
}

.portfolio-box:hover h3 {
    color: #6285cc;
    text-decoration: none;
}

.portfolio-box:hover a {
    text-decoration: none;
}


/* Blog entries */
.entry-meta .entry-category {
    display: none;
}
.entry-meta .entry-comments {
    display: none;
}
.entry-content a {
    color: #000;
}

.person-tag {
    background: #000088;
    color:  #ffffff;
    border: 1px;
}
.download-button {
  /*background-color: #c09;
  background-image: -webkit-linear-gradient(#ccc,#fff,#bbb);*/
  background: none;
  border: none;
  box-shadow: none;
  padding: 10px 5px 5px 5px;
  text-shadow: none;
  color: #000 !important;
  font-size: inherit;
  text-align: left;
}

.download-button:hover {
    background: none;
}
.download-button img {
    margin: 0px;
}
.download-link {
    color: #00b !important;
}
.filetype-bz2,.filetype-xz {
    background-image:url(../../plugins/download-monitor/assets/images/filetypes/document-zipper.png)
}

.homepage-slider .carousel-caption .caption-text {
  background-color: rgba(50,50,50,.3);
/*  font-size: 150%;*/
}
@media (max-width: 768px) {
    .homepage-slider .carousel-caption .caption-text {
        display: none;
    }
}

.comments-area {
    border-top: none;
}

/* Footer */
.footer-nav {
	clear: right;
	float: left;
	display: block;
	z-index: 10;
}

.footer-nav ul {
	margin: 0;
	float: left;
}

.footer-nav > ul > li {
	float: left;
	position: relative;
}

.footer-nav > ul > li + li {
	margin-left: 35px;
}

.footer-nav > ul > li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	padding: 0;
	color: #555;
	border-bottom: 2px solid transparent;
}

.footer-nav > ul > li:hover > a {
	border-bottom-color: #19cbcf;
	/*color: #19cbcf;*/
}

