/*----------------------------------------------------
@File: California Styles
@Author: Roger Bailey
@URL: http://california2019.northeast-cc.com
Author E-mail: rbailey@norhteast-cc.com

This file contains styles that are needed for the changes
that I have made to the theme.
---------------------------------------------------- */

figcaption {
  color:#000
}

.banner-opacity {
    background: rgba(100, 100, 100, 0.4);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding:3px;
    color:#fffaf0;
}

.like_btn {
    height: 27px;
    width: 37px;
    vertical-align:middle;
    background:url('/img/like.png');
    background-repeat:no-repeat;
    background-size: 27px 20px;
}

.likeBtnArea {
   vertical-align:top;
   font-weight: bold;
   margin-left: 5px;
}

.captions {
    background-color: gray;
    -moz-border-radius: 15px;
    border-radius: 15px;
    opacity: 0.7;
}

.thumbnail:hover {
    background-color: blue;
    opacity: 0.5;
    border-style: solid;
    border-width: 5px;
}

.modal-dialog { 
    max-width: 100%; 
    width: auto !important; 
    display: inline-block; 
}

.modal {
    text-align: center;
}

.row-top-buffer { 
    margin-top:20px; 
}

.button-top-buffer {
    margin-top:10px;
}

#caliVideo button.btn.btn-default {
    background: black;
    border-radius: 50%;
    position: absolute;
    right: 0;
    z-index: 5;
    color: white;
}

/* Used to display tall images in a screen instead of the entire page */
.divShow {
    display: inline-block;
    height: 100vh;
    width: 100%;
    text-align: center;
}

.imgShow {
    height: 100%;
    vertical-align: top;
}

/* For comments */
#pub{
    background:#09C;
    height:30px;
    width:100px;
    text-align:center;
    padding-top:3px;
    border-style:none;
    color:#ffffff;
    font:bold;
    border-radius: 23px;
}

#pub:hover{
    background:#666
}
