/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Version:		1.0.1
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/

nav .navbar-nav {
    font-size:18px;
}
article .article-meta {
	width:100%;
}

article.format-standard h2 {
	margin: 0px;
}

article p.article-categories {
	margin-top: 0px;
	margin-bottom: 20px;
  	font-size: 17px;
  	font-weight: 600;
}

#newsletter-search input {
    color: #777777;
    height: 30px;
    padding: 4px 30px 4px 9px!important;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-indent: .01px;
    text-overflow: "";
}

#newsletter-search label {
    color: #1f1f1f;
    margin-top: 10px;
}

#newsletter-search input, #newsletter-search select {max-width: 100%;display: block} 

#newsletter-search .form-submit {
    background-color: #e5e5e5;
    height: 30px;
    padding: 4px 9px 4px 9px!important;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin-top: 35px;
}

#newsletter-archive .file-icon {padding-right: 5px}

#newsletter-archive p {margin: .5em 0}

#newsletter-pagination {text-align: center;}

.btn-sub-newsletter {
    display: block;
    background: rgba(15, 117, 188, 0.9);
    padding: 15px 0;
    text-align: center;
    color: white !important;
    border: 1px solid rgb(0, 0, 0, 0.05);
    z-index: 100000000;
}

/*
 * 	Liveblog styles
 */

.liveblog-btn.liveblog-publish-btn {
	width: 200px;
	font-size: 1em;
	padding: 15px 0;
	margin-left: calc(50% - 100px);
	color: white;
	font-weight: bold;
}
.liveblog-btn.liveblog-pagination-btn {
  font-size: 1em;
  padding: 10px 20px;
}
.liveblog-btn.liveblog-btn-small {
  font-size: .8em;
}.liveblog-editor-btn {
  font-size: .85em;
}.liveblog-editor-tab {
  font-size: 1em;
}.liveblog-update-btn-container {
  width: 50%;
  height:75px;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 5;
  top: 43px;
}.liveblog-update-btn{
	background: #313131ba;
	font-size: 16px;
	border-radius: 0px;
	width: 100%;
}

/*  
 *	Facebook Comments 
*/

.fb_iframe_widget iframe {
	width:100% !important;
}

/*
 * 	Media queries
 */

@media (min-width: 992px) {
    .btn-sub-newsletter {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        width: 115px;
        height: 47px;
        position: fixed;
        right: -36px;
        top: 50%;
        margin-top: -150px;
        border-radius: 10px 10px 0 0;
    }
}