/*
Theme Name: RSS Template
Theme URI:
Description: A minimalistic, simple theme for WordPress -- supports widgets in the sidebar, all manors of post/page formatting and comes with an easy to customize stylesheet.

Author: Romelmar Alejadrino
Version: 1.0
Tags: minimalistic, simple, widgets, sidebar, elegant
*/
html {
    position: relative;
    min-height: 100%;
    margin-top: 32px !important;
}
body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    font-family: sans-serif;
}
body > .container {
    padding: 20px 15px 0;

}
body > .container#search_area {
    padding: 120px 15px 0;
}

code {
    font-size: 80%;
}
ul.rss-aggregator {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.sidebar-module {
    border: none;
}
/*
 * Masthead for nav
 */

.navbar-default {
    background-color: #2378b8;
    border-color: #2378b8;
}

#branding {
    background: #FFFFFF;
    overflow: hidden;
}

#branding .container {
    width: 1230px;
}

#branding .col-sm-4 {
    width:35.533%;
}


#branding .col-sm-8 {
    width: 64.467%;
}

.navbar-brand {
    height: auto;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #2378b8;
    color: #fff;
}
.navbar-nav > li > a {
    color: #FFF;
}
.navbar-nav > li > a:hover {
    background: #2A85C5;
}

.page-header {
    margin: 0;
    padding-bottom:0;
    border-bottom: none;
}

.page-header .container {
    width: auto;
}

.page-header .masthead {
    height: 45px;
    background: #2378b8 none repeat scroll 0 0;
}

.page-header .nav-social-links {
    /*background: #1f71ad none repeat scroll 0 0;*/
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    display: block;
}

.page-header .nav-social-links a {
    margin-right: 20px;
    outline: 0 none;
}

.page-header .nav-social-links a:last-of-type {
    margin-right: 0;
}


.navbar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar > .container::before,
.navbar > .container::after {
    display: none;
}

.navbar > .container .navbar-header {
    display: none;
}


@media only screen and (max-width: 768px) {
  .navbar > .container .navbar-header {
        display: block;
    }

    .navbar > .container .navbar-header {
        margin-left: 0 !important;
    }   
}



/*----------------------Search--------------------------*/
.directory-search-bar.slim {
    position: relative;
    margin: 0 auto;
    width: 85%;
}
.directory-search-bar {
    position: relative;
}
.directory-search-bar.slim form {
    margin: 44px 0;
}

.directory-search-bar input[type="text"] {
    border: 2px solid #47515a;
    border-radius: 0;
    color: #47515a;
    font-size: 18px;
    font-weight: 400;
    height: 45px;
    line-height: 0.7;
    margin-bottom: 0;
    padding: 13px 40px 10px 15px;
    width: 100%;
}

.directory-search-bar input[type="text"]:focus-visible{
     border-color: #000;
}

.directory-search-bar .suggestion-wrapper {
    background: #e4eaef none repeat scroll 0 0;
    color: #333;
    margin: 0 auto;
    width: 950px;
}


.directory-search-bar .directory-search-button {
     background-color: #47515a;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 1024 1024' version='1.1'%3E%3Cpath d='M424.8576 668.0576c59.04384 0 114.81088-20.93056 159.19104-59.00288L799.78496 825.344a20.39808 20.39808 0 0 0 28.95872 0.04096 20.48 20.48 0 0 0 0.04096-28.95872L612.864 579.97312c80.83456-96.54272 76.12416-241.11104-14.4384-331.8784-46.36672-46.4896-108.01152-72.0896-173.58848-72.0896s-127.22176 25.6-173.58848 72.0896c-95.66208 95.90784-95.66208 251.98592 0 347.89376a243.712 243.712 0 0 0 173.60896 72.06912z m-144.5888-391.04512c38.62528-38.72768 89.96864-60.04736 144.5888-60.04736s105.96352 21.31968 144.5888 60.04736c79.7696 79.9744 79.7696 210.08384 0 290.05824-38.62528 38.72768-89.96864 60.04736-144.5888 60.04736s-105.96352-21.31968-144.5888-60.04736c-79.74912-79.9744-79.74912-210.08384 0-290.05824z' fill='%23fff'/%3E%3C/svg%3E");
	border: 0 none;
	font-size: 0;
	height: 45px;
	position: absolute;
	right: 0px;
	top: 0px;
	display: flex;
	background-size: 70% 70%;
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
}
/*------------------------ content ---------------------------------------*/
#navbar {
    float: left;
}
.navbar-brand {
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > li > a:hover{
    color: #ddd;
}

.entry-header {
    padding: 20px 0;
}
.blog-description {
    color: #778596;
    font-size: 24px;
    margin-bottom: 20px;
}


.navbar-toggle {
    border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #1C68A0;
}

.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #FFFFFF;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #99c6ea;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #99c6ea;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 5px;
    width: 25px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
}

.search-header {
    margin-bottom: 50px;
}


.page-numbers {
    font-size: 15px;
    font-weight: bold;
}
.sidebar-module {
    margin-bottom: 20px;
}

/*#sidebar-primary {*/
    /*padding-top: 50px;*/
    /*padding-left: 50px;*/
/*}*/

@media (min-width: 1200px) {
    .pull-right-lg {
        float: right;
    }
}

/*@media (min-width: @screen-sm-min) {*/
    /*.pull-right-sm {*/
        /*float: right;*/
    /*}*/
/*}*/
/*@media (min-width: @screen-md-min) {*/
    /*.pull-right-md {*/
        /*float: right;*/
    /*}*/
/*}*/
input#searchsubmit {
    background: #54af10;
    color: #FFF;
    font-weight: bold;
    border: none;
    padding: 5px 12px;
}
.sidebar-module{
    /*-moz-border-bottom-colors: none;*/
    /*-moz-border-left-colors: none;*/
    /*-moz-border-right-colors: none;*/
    /*-moz-border-top-colors: none;*/
    /*background: #fff none repeat scroll 0 0;*/
    /*border-color: #ccc #bbb #bbb #ccc;*/
    /*border-image: none;*/
    /*border-radius: 4px;*/
    /*border-style: solid;*/
    /*border-width: 1px;*/
    /*box-shadow: 0 0 2px #ccc inset;*/
    color: #222;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}

.entry-content {
    margin-bottom: 50px;
}

.textwidget > div,
.execphpwidget > div {
    margin-left: -10px !important; margin-top: -10px !important; width: 289px !important; height: 240px !important;
}

#text-4.sidebar-module{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #fff none repeat scroll 0 0;
/* border-color: #ccc #bbb #bbb #ccc;
border-image: none;
border-radius: 4px;
border-style: solid;
border-width: 1px;
box-shadow: 0 0 2px #ccc inset; */
height: 600px;
}

.widget-title {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #f8f8f8 0%, #ededed 40%, #dddddd 100%) repeat scroll 0 0;
    border-bottom: 1px solid #aaa;
    border-radius: 4px 4px 0 0;
    color: #444;
    font-size: 18px;
    margin: 0 -10px 15px;
    padding: 2px 10px;
    text-shadow: none;
}

.widget-container .searchform {
    float: none;
}
.searchform {
    background: #fff none repeat scroll 0 0;
    border-radius: 15px;
    box-shadow: 0 0 1px #222 inset;
    height: 25px;
    margin: 7px 20px 5px 10px;
    padding: 0;
    width: 160px;
}
.searchform .s {
    border: medium none;
    color: #333;
    font-size: 12px;
    height: 19px;
    margin: 3px 2px 2px 20px;
    overflow: hidden;
    width: 130px;
}
.sidebar-module input#searchsubmit {
    background: none ;
    color: #333;
}

#post-search-input {
    width: 160px;
}

.searchsubmit {
    display: none;
}
#magnify {
    float: left;
    margin: 2px 0 0 5px;
    position: absolute;
}
.screen-reader-text {
    display: none;
}

.sidebar .btn-primary {
    background-color: #54af10;
    border-color: #54af10;
}

/*------------------------------- RSS ------------------------------------------------*/
ul.rss-aggregator {
    list-style: outside none none;
    padding-inline-start: 0;
}
.feed-item {
    font-size: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}
.rss-aggregator > li.feed-item > a.title {
    color: #47515a;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
    text-decoration: none;
}

.wprss-feed-excerpt a, .wprss-feed-thumbnail a.btn {
    /*background-color: #54af10;*/
    background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 900;
    line-height: 20px;
    padding: 0;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 200px;
}

.wprss-feed-excerpt .svg-wrap {
    background: #3b8a00 none repeat scroll 0 0;
    display: inline;
    margin: 0;
    padding: 6px 6px 10px 8px;
}

.wprss-feed-excerpt .svg-wrap svg {
    display: inline-block;
    fill: #fff;
    height: 16px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 16px;
}

.wprss-feed-excerpt a .btn, .wprss-feed-thumbnail a.btn {
    font-size: 12px;
    font-weight: 900;
    height: auto;
    padding: 5px 30px;
}

/************************ SVG **************************************************************/
svg:not(:root) {
    overflow: hidden;
}

.page-header .nav-social-links a svg {
    fill: #fff;
    height: 0.9em;
    vertical-align: middle;
    width: 0.9em;
}

.page-header .nav-social-links a svg {
    fill: #fff;
    vertical-align: middle;
}


.page-header .nav-social-links a.gplus svg {
    height: 24px;
    width: 24px;
}

/************************************* footer *****************************************/
.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding: 15px;

}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: #2378B8;
    color: #FFFFFF;
}
.footer a {
    color: #FFFFFF;
}
#afterfootermenu ul{
    padding: 0;
}

#afterfootermenu li {
    display: inline;
    margin-right: 8px;
}

.navbar-brand > img {
     width:140px !important;
}

#logo.navbar-brand {
    padding: 5px 5px;
}
.wprss-feed-excerpt a .btn{
padding: 0;
}

.btn-read-now img {
   height: 50px;
    width: auto;
}

.btn.btn-read-now {
    padding: 10px 0 !important;
}