/*
  Theme Name: Stockout Theme
  Theme URI: http://stockout.com.uy/myTheme
  Author: MauriPastorini
  Author URI: http://stockout.com.uy
  Description: This is a theme for stockout page
  Version: 0.1 alpha
*/

body {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #7d7d7d;
    background: #ffffff;
}

/*pagination*/

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
  
.navigation li {
    display: inline;
}
  
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

/*pagination*/




.d-flex {
    display: flex!important;
    width: 180px;
}

@media (max-width: 992px) {
  .d-flex {
    width: 0;
  }
}
 .searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 4px;
    }
    
@media (max-width: 992px) {
  .searchbar {
    display: none;
  }
}
    .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 30px;
    transition: width 0.4s linear;
    }
    
::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}


    .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 140px;
    caret-color:red;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_icon{
    background: white;
    color: #000000;
    }

    .search_icon{
    height: 30px;
    width: 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
    color:white;
    text-decoration:none;
    }
    
button.search_icon {
    background-color: #353b48;
}

.author-box {
  border-top: 1px solid #7d7d7d;
  padding-top: 35px;
  margin-bottom: 45px;
}

.author-info {
  font-size: 14px;
  overflow: hidden;
}

.author-info .avatar {
  float: left;
  margin-right: 25px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .author-info .avatar {
    width: 70px;
    margin-right: 17px;
  }
}

.author-info [rel="author"] {
  color: #000;
  font-weight: 600;
  font-size: 17px;
  font-family: 'Oswald',sans-serif;
  line-height: 1.2;
}

.author-info .social-icons {
  margin-left: auto;
}

/*@media (max-width: 540px) {
  .author-info .social-icons {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 13px;
  }
}*/

.author-info .social-icons li {
  margin-right: 10px;
}

.author-info .social-icons li a {
  background: transparent;
  color: var(--c-contrast-700);
  font-size: 14px;
}

.author-info .social-icons li a:hover {
  color: var(--c-contrast);
}

.author-info .description {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.714;
}

.author-info .bio {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 0;
  font-family: 'Roboto',sans-serif;
  color: #333;
}

.social-icons li {
  float: left;
  margin-right: 5px;
  height: 20px;
}

.social-icons li:last-child {
  margin-right: 0;
}

.social-icons .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  transition: all .4s ease;
}

.social-icons .icon:hover {
  text-decoration: none;
  border-radius: 50%;
}

.social-icons {
  float: right;
}

@media (max-width: 940px) {
  .social-icons {
    clear: both;
    text-align: center;
    float: none;
  }
}

@media (max-width: 940px) {
  .social-icons li {
    float: none;
    display: inline-block;
  }
}




/* --------------------------------------
 * Global Typography
 *------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 1.7em;
    line-height: 1.3em;
    font-weight: 500;
}

h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.15em;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

h4 {
    font-size: 1.7em;
    line-height: 1.7em;
    font-weight: 500;
}

h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}

h6 {
    font-size: 15px;
    line-height: 17px;
    font-weight: normal;
}


/* --------------------------------------
 * LINK STYLE
 *------------------------------------------*/

a {
    color              : #010101;
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
}

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
}

a:hover,
a:focus {
    color: #195ea9;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* --------------------
   Section Background
   -------------------*/

.gray-bg {
    background-color: #f0f1f3;
    padding: 80px 0;
}

.white-bg {
    background-color: #fff;
}


/* --------------------
 *  main Wrapper
 * -------------------*/

.m16 {
    margin-top: 16px;
}

.m30 {
    margin-top: 30px;
}

section {
    margin-top: 30px;
}
.theme_btn{
    font-size: 12px;
    font-weight: 500;
    padding: 10px 25px;
    background: #dd3333;
    border-radius: 0;
    color: #fff;
    font-family: 'Heebo', sans-serif;
}
.text_black{
    color: #000 !important;
}

/* --------------------
   Breadcrumb Section
   -------------------*/

.breadcrumb > li a{
    color: #000;
}
.breadcrumb > .active{
    color: #ccc;
}

/* --------------------
   Header Section
   -------------------*/

.header_section_wrapper{
    margin: 0 !important;
    padding-top: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.header-section .logo {
    text-align: center;
    margin: 0 auto;
}

.header-section .social {
    margin-top: 20px;
}

header .social i {
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
}
header .social i::first-child{
    color: #eee;
}
.navbar-light li a{    
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 20px;
    display: block;
    position: relative;
}
.navbar-light li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    margin: auto;
    left: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: #195ea9;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.navbar-light li a:hover::before {
    width: 80%;
    opacity: 1;
}

/*-----------------------------
 NAVIGATION STYLE
--------------------------------*/


/*Navigation*/



/* ---------------------------------------------- /*
 * Rating style
/* ---------------------------------------------- */

.rating {
    font-size: 12px;
    margin-top: 1px;
}

.rating i {
    display: inline-block;
    position: relative;
    width: 1.1em;
    color: transparent;
    cursor: pointer;
    color: #ffd62c;
}


/* ---------------------------------------------- /*
 * Category Tech News
/* ---------------------------------------------- */

.article_title {
    background-color: #fff;
    z-index         : 3;
}

.article_title:after {
    position        : relative;
    display         : inline-block;
    bottom          : 35px;
    left            : 25%;
    content         : " ";
    width           : 75%;
    border-top      : 2px solid #eee;
    z-index         : 1;
}
.header_purple h2{
    
border-bottom: 1px
 solid #dfdfdf;
    
padding-bottom: 9px;
    
font-size: 20px;
    
font-weight: 700;
}
.header_purple h2:after {
    display         : table;
    position        : relative;
    left: 0;
    bottom: -10px;
    height          : 2px;
    content         : " ";
    text-shadow     : none;
    width: 30px;
    background-color: #dd3333;
    z-index         : 2;
}

.header_pink h2:after {
    display         : table;
    position        : relative;
    left            : 100px;
    bottom          : 10px;
    height          : 2px;
    content         : " ";
    text-shadow     : none;
    width           : 15%;
    background-color: #ea6060;
    z-index         : 2;
}

.header_blue h2:after {
    display         : table;
    position        : relative;
    left            : 100px;
    bottom          : 10px;
    height          : 2px;
    content         : " ";
    text-shadow     : none;
    width           : 15%;
    background-color: #2196F3;
    z-index         : 2;
}

.header_black h2:after {
    display         : table;
    position        : relative;
    left            : 100px;
    bottom          : 10px;
    height          : 2px;
    content         : " ";
    text-shadow     : none;
    width           : 15%;
    background-color: #000;
    z-index         : 2;
}

.header_orange h2:after {
    display         : table;
    position        : relative;
    left            : 100px;
    bottom          : 10px;
    height          : 2px;
    content         : " ";
    text-shadow     : none;
    width           : 15%;
    background-color: #ff8400;
    z-index         : 2;
}

.category_article_body {
    position        : relative;
    bottom          : 0;
    left            : 0;
    right           : 0;
}
.category_article_list{
    margin-top: 30px;
}
.category_article_wrapper {
    margin-bottom   : 50px;
}

.category_article_image,
.top_article_img {
    margin-bottom   : 15px;
    position: relative;
}

.category_article_wrapper .media-heading {
    margin-top      : 5px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
.media-left a{
    height: 90px;
    overflow: hidden;
    display: block;
    width: 120px;
}
.media-left a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category_article_date{
    font-family: 'Roboto', sans-serif;
}
.category_article_date a{
    color: #a0a0a0;
}
.category_article_content {
    margin-top      : 20px;
    font-size       : 15px;
    font-family: 'Roboto', sans-serif;
}
.readmore {
    color: #53585c;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 11px;
    margin-top: 15px;
    padding: 6px 18px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    transition: all .3s ease;
    white-space: nowrap;
    font-family: 'Heebo', sans-serif;
    border-radius: 0;
}
.readmore:hover{
    background: #195ea9;
    color: #fff;
}
.more_post{
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
/*     column-count: 2; */	
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 3em;
	-moz-column-gap: 3em;
	column-gap: 3em;
}
.more_post li{
    display: block;
    font-size: 21px;
    font-weight: 500;
    padding: 10px 0 10px 25px;
    line-height: 1.429em;
    position: relative;
}
.more_post li:before {
    color: #195ea9;
    position: absolute;
    left: 0;
    top: 10px;
    content: "\F0DA";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.category_article_wrapper .blockquote {
    display         : block;
    background      : #efecec;
    padding         : 25px 0px 25px 45px;
    box-shadow      : none;
    margin-bottom   : 15px;
    position        : relative;
    font-size       : 16px;
    line-height     : 1.2;
    color           : #666;
    width           : 100%;
    float           : left;
    border          : none
}

.category_section {
    margin-top: 20px;
}

.category_article_star {
    margin-bottom: 10px;
    margin-top: 10px;
}

.related_news,.readers_comment,.entity_comments{
     margin-top: 50px;
}
.related_news .media{
    margin-top: 30px;
}

.entity_rating{
    font-size: 13px;
    margin-top: 15px;
}
.entity_rating i{
    display: inline-block;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #000;
}

.entity_social {
    margin-bottom: 30px;
}
.entity_social i{
    padding: 5px;
    margin-top: 15px;
    margin-right: 5px;
    color: #fff;
    font-size: 10px;
    background-color: #a5a5a5;
}
.entity_social a {
    margin-right: 5px;
    font-size: 12px;
    color: #000;
}

.entity_social .share_ic {
    color: #7d7d7d;
    font-weight: normal;
}

.entity_social .fa-facebook {
    background-color: #316ab1;
}

.entity_social .fa-twitter {
    background-color: #249db1;
}

.entity_social .fa-ge {
    background-color: #f7a1c5;
}

.entity_social .fa-google-plus {
    background-color: #ea5f5f;
}

.entity_social .fa-rss {
    background-color: #fd9b00;
}

.entity_social .arrow {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.entity_content{
    margin-top: 30px;
    margin-bottom: 30px;
}

.entity_content blockquote {
    font-size: 24px;
    border: none;
    position: relative;
    text-align: center;
    margin: 1.25em auto;
    padding: 0.5em 12%;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    line-height: 1.5;
}
.entity_content blockquote:after{
    content: "";
    display: block;
    width: 50px;    
    height: 2px;
    background: #e0e0e0;
    margin: 15px auto 0;
}

.entity_content blockquote a {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}

.entity_content blockquote a:hover {
    color: #666;
}

.entity_content blockquote em {
    font-style: italic;
}
.entity_content p{
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.7;
}


.entity_inner__title {
    background-color: #fff;
    z-index         : 3;
}
/*
.entity_inner__title:after {
    position        : relative;
    display         : inline-block;
    bottom          : 35px;
    left            : 35%;
    content         : " ";
    width           : 65%;
    border-top      : 2px solid #eee;
    z-index         : 1;
}
.entity_inner__title h2:after{
}*/
.entity_vote {
    padding: 10px 0 0;
    text-align: right;
}

.entity_vote i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #ebebeb;
    text-align: center;
    color: #747474;
}

.entity_vote .reply_ic {
    padding: 3px 5px;
    vertical-align: top;
    color: #fff;
    font-size: 12px;
    background-color: rgb(25 94 169);
}

.entity_footer {
    padding-top: 10px;
    padding-bottom: 35px;
}

.entity_footer .entity_tag span{
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 5px;
    color: #333333;
    font-family: 'Heebo', sans-serif;
}
.entity_footer .entity_tag a{
    color: #616161;
    padding: 10px;
}
.entity_footer .entity_tag a:hover,.entity_footer .entity_tag a:focus{
    color: #195ea9;
}

.entity_footer .entity_social {
    float: right;
    margin-bottom: 0;
}
.entity_footer .entity_social i{
    margin-top: 0;
}

.readers_comment .media {
    padding: 15px 0 0;
    /*border-top: 1px solid #e5e5e5;*/
    margin-bottom: 15px;
}

/* ---------------------------------------------- /*
 * Social Style
/* ---------------------------------------------- */

.article_social {
    margin-top: 30px;
    color: #000;
}

.article_social i {
    padding: 5px;
    margin-right: 5px;
    color: #fff;
    font-size: 10px;
    background-color: #a5a5a5;
}

.article_social span {
    color: #a5a5a5;
    margin-right: 10px;
}

.article_social a {
    margin-right: 5px;
    font-weight: bold;
}

.article_social .reply_ic {
    padding: 4px;
    margin-right: 5px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 22px;
    background-color: #a5a5a5;
}


/* ---------------------------------------------- /*
 * Readers Comment Section
/* ---------------------------------------------- */

.readers_comment .form-control {
    border-radius: 0;
    padding: 20px;
}

.readers_comment .btn {
    border-radius: 0;
    padding: 9px 30px;
}

.readers_comment.form_section {
    width: 50%;
}

.readers_comment .form_group {
    margin-bottom: 15px;
}

.readers_comment .media:first-child {
    border-radius: 0;
    border: none;
}

.readers_comment .media {
    /*border-bottom: 1px solid #ddd;*/
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
}


/* ---------------------------------------------- /*
 * Sidebar Style
/* ---------------------------------------------- */

.nav-tabs {
    border: 0;
    justify-content: center;
    margin: 18px 0;
}
.nav-tabs li{
    float: left;
    border: 1px solid #eee;
    border-bottom: 2px solid #eee;
    border-right: 0;
    margin-bottom: 0;
    width: 33.333333333%;
    cursor: pointer;
    transition: all .2s ease;
}
.nav-tabs li button{
    width: 100%;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    border: 0;
    border-bottom: #195ea9 2px solid;
    box-shadow: none;
}
.widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.widget_title {
    background-color: #fff;
    z-index: 3;
}

.widget_title:after {
    position: relative;
    display: inline-block;
    bottom: 35px;
    left: 52%;
    content: " ";
    width: 50%;
    border-top: 2px solid #eee;
    z-index: 1;
}

.widget_black h2:after {
    display: table;
    position: relative;
    left: 45%;
    bottom: 10px;
    height: 2px;
    content: " ";
    text-shadow: none;
    width: 15%;
    background-color: #000;
    z-index: 2;
}

.widget i:hover {
    color: #f7510f;
    cursor: pointer;
}

.widget_adv {
    text-align: center;
    margin: 30px;
}

.widget_body img {
    float: left;
    position: relative;
    margin-right: 25px;
}

.widget .add_img {
    display: inline-block;
    padding: 12px 12px;
}

.widget .media {
    margin-top: 0;
    margin-bottom: 30px;
}

.widget .media-heading {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 500;
    margin-top: 0;
}

.widget .media-date {
    text-transform: uppercase;
    color: #a0a0a0;
    font-family: 'Heebo', sans-serif;
}

.widget .media-date a{
    color: #a0a0a0;
}

.widget_img {
    text-align: center;
    margin: 0 auto;
}

.widget .adv_img {
    display: inline-block;
}


/* ---------------------------------------------- /*
 * Divider Style
/* ---------------------------------------------- */

.divider {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    width: 98%;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
}

.divider::after {
    content: '';
    display: block;
    width: 87%;
    left: 0;
    text-align: right;
    position: absolute;
    top: 1em;
    border-top: 1px solid #f1f1f1;
}

.tag {
    padding: 3px 10px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-family: 'Heebo', sans-serif;
    font-size: 12px;
    font-weight: 500;
    background-color: #195ea9;
    color: #fff;
    text-transform: uppercase;
}
.tag_lg{
    font-family: 'Heebo', sans-serif;
    font-size: 12px;
    font-weight: 500;
    background-color: #195ea9;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 10px;
    display: inline-block;
}
.tag a,.tag_lg a {
    color: #fff;
}
.tag2 {
    font-family: 'Heebo', sans-serif;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tag2 a {
    color: #195ea9;
}


/*------------------------------------------------
 pagination style
-----------------------------------------------*/

.pagination_section {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
    color: #101010;
    background-color: #eee;
    border-radius: 0;
    margin-right: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:active {
    background-color: #e25b5b;
}


/*------------------------------------------------
 footer-top style
-----------------------------------------------*/

.footer_section{
    padding: 30px 0 0;
    background: #19232D;
    margin-top: 50px;
}
.footer-top {
    border-top: 2px solid #000;
    margin-top: 0;
}
.footer-top hr{
    margin-top: 0px; 
    margin-bottom: 30px;
}

.footer-top ul li a {
    font-size: 13px;
    padding: 2px 2px 2px 0;
}

.footer-top ul li > a:focus,
.footer-top ul li > a:hover {
    text-decoration: underline;
}

.footer-top .media{
    margin-top: 0px;
    margin-bottom: 15px;
}
.footer-logo img {
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
}

.footer-top i {
    color: #000;
    cursor: pointer;
}

.footer-top i:hover {
    color: #f7510f;
    cursor: pointer;
}

.footer-top h4 {
    color: #888;
    margin-bottom: 1.5em;
}

.footer_section .widget_photos img {
    border: none;
    padding: 1px;
}
.footer_widget_title h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer_widget_title h3 a{
    color: #fff;
}

footer a{
    color: #ccc;
}
footer ul li{
    padding: 2px 0;
}
footer p, footer ul li a{
    color: #ccc;
    font-family: 'Heebo', sans-serif;
}
footer p{
    line-height: 1.9;
}

/*------------------------------------------------
 footer bottom style
-----------------------------------------------*/

.footer_bottom_Section {
    border-top: 1px solid #283440;
    padding: 25px 0;
    text-align: center;
    margin-top: 30px;
}

.footer_bottom_Section p {
    font-weight: 400;
    color: #ccc;
    font-family: 'Heebo', sans-serif;
}
footer .social i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    cursor: pointer;
    color: #fff;
    background: rgb(255 255 255 / 28%);
    text-align: center;
}
.footer_widget_title {
    z-index: 3;
}



/* ---------------------------------------------- /*
 * Scroll Top Wrapper
/* ---------------------------------------------- */

.crunchify-top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 15px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    background-color: rgb(255 255 255 / 20%);
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    z-index: 333;
    border: 1px solid rgb(255 255 255 / 11%);
}

.crunchify-top:hover {
    background-color: rgb(255 255 255 / 36%);
    color: #fff;
}

.newsletter{
    padding: 30px 25px;
    background: #f7f7f7;
    border: 1px solid #eee;
}
.newsletter h3{    
    font-size: 16px;
    font-weight: bolder;
    margin-top: 0;
    font-family: 'Heebo', sans-serif;
}
.newsletter p{    
    font-family: 'Heebo', sans-serif;
}
.newsletter input{
    font-family: 'Heebo', sans-serif;
    font-size: 13px;
    border-radius: 0;
    height: 40px;
}
.newsletter .btn{
    border-radius: 0;
    background: #195ea9;
    color: #fff;
    padding: 0 20px;
    line-height: 40px;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    outline: 0;
    -webkit-appearance: none;
    transition: .3s ease;
    font-family: 'Heebo', sans-serif;
    width: 100%;
}
.feature_article_wrapper{
    position: relative;
}
.feature_article_inner{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.feature_article_title h2 a, .feature_article_inner .category_article_date, .feature_article_inner .category_article_date a{
    color: #fff;
}
.feature_article_content{
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
.feature_article_img{
    position: relative;
}
.feature_article_img:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    background: linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,0.7595413165266106) 100%);
}
.ts-category-list li {
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px 0;
}
ts-category-list li a {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    background-size: cover;
    background-position: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden;
}
.ts-category-list li a span {
    position: relative;
    white-space: nowrap;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
}
.ts-category-list li a .category-count {
    position: absolute;
    background: #dd3333;
    color: #ffffff;
    padding: 2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 27px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.media-body h3{
    font-size: 18px;
    line-height: 1.2;
}
.jeg_socialcounter {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}
.jeg_socialcounter.colored:not(.col1) {
    position: relative;
    margin-right: -2px;
}
.jeg_socialcounter.col3 li {
    width: 33.333333333%;
}
.jeg_socialcounter li {
    float: left;
    text-align: center;
    margin: 0;
}
.jeg_socialcounter.colored a:hover {
 opacity:.75
}
.jeg_socialcounter a {
    display: block;
    color: #53585c;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 6px 0;
    margin: 0 -1px -1px 0;
        margin-right: -1px;
        margin-bottom: -1px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.jeg_socialcounter.colored .fa,
.jeg_socialcounter.colored li small {
 color:#fff
}
.jeg_socialcounter.colored .jeg_rss a {
 background-color:#ff6f00
}
.jeg_socialcounter.colored .jeg_facebook a {
 background-color:#45629f
}
.jeg_socialcounter.colored .jeg_twitter a {
 background-color:#5eb2ef
}
.jeg_socialcounter.colored .jeg_google-plus a {
 background-color:#df5443
}
.jeg_socialcounter.colored .jeg_linkedin a {
 background-color:#0083bb
}
.jeg_socialcounter.colored .jeg_instagram a {
 background-color:#e4405f
}
.jeg_socialcounter.colored .jeg_pinterest a {
 background-color:#e02647
}
.jeg_socialcounter.colored .jeg_behance a {
 background-color:#1e72ff
}
.jeg_socialcounter.colored .jeg_dribbble a {
 background-color:#eb5590
}
.jeg_socialcounter.colored .jeg_reddit a {
 background-color:#5f99cf
}
.jeg_socialcounter.colored .jeg_stumbleupon a {
 background-color:#ff4e2e
}
.jeg_socialcounter.colored .jeg_telegram a {
 background-color:#08c
}
.jeg_socialcounter.colored .jeg_vimeo a {
 background-color:#a1d048
}
.jeg_socialcounter.colored .jeg_github a {
 background-color:#313131
}
.jeg_socialcounter.colored .jeg_flickr a {
 background-color:#f07
}
.jeg_socialcounter.colored .jeg_tumblr a {
 background-color:#2d4862
}
.jeg_socialcounter.colored .jeg_soundcloud a {
 background-color:#ffae00
}
.jeg_socialcounter.colored .jeg_wechat a {
 background-color:#05de6d
}
.jeg_socialcounter.colored .jeg_youtube a {
 background-color:#c61d23
}
.jeg_socialcounter.colored .jeg_vk a {
 background-color:#3e5c82
}
.jeg_socialcounter.colored .jeg_weibo a {
 background-color:#ae2c00
}
.jeg_socialcounter.colored .jeg_twitch a {
 background-color:#6441a5
}
.jeg_socialcounter.colored .jeg_foursquare a {
 background-color:#2d5be3
}
.jeg_socialcounter.colored .jeg_vine a {
 background-color:#00bf8f
}
.jeg_socialcounter.colored .jeg_tiktok a {
 background-color:#000
}
.jeg_socialcounter.colored .jeg_odnoklassniki .fa {
 background-color:#f87b00
}
.jeg_socialcounter .fa {
    display: block;
    font-size: 28px;
    height: 32px;
    line-height: 32px;
    margin: 6px auto 3px;
}
.jeg_socialcounter li span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
}
.add_image img{
    width: 100%;
}
.footer_newsletter input{
    border-radius: 0;
}
.footer_newsletter .btn{
    font-size: 12px;
    font-weight: 500;
    padding: 10px 25px;
    background: #dd3333;
    border-radius: 0;
    color: #fff;
    font-family: 'Heebo', sans-serif;
}
.footer_nav li{
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.footer_nav li:not(:first-child):before{
    content: "/";
    display: inline-block;
    color: #ccc;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.small_heading{
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
}
.small_heading::after {
    content: "";
    width: 30px;
    height: 3px;
    background: #dd3333;
    background-color: rgb(221 51 51);
    display: block;
    position: relative;
    top: 18px;
}
.search_icon {
    font-size: 20px;
}
.heading_section h1{
    font-size: 32px;
    font-weight: 700;
}
.heading_section p{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.heading_section nav{
    font-family: 'Roboto', sans-serif;
}
.entity_comment_from input.form-control{
    border-radius: 0;
    height: 50px;
}
.entity_comment_from label{
    display: block;
    font-weight: 700;
    margin-bottom: 0.5em;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #818181;
}
.entity_comment_from textarea{
    border-radius: 0;
    height: 250px;
}
.entity_comment_from .form-check{
    padding-left: 32px;
}
.btn-submit{
    border: none;
    border-radius: 0;
    background: #195ea9;
    color: #fff;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    outline: 0;
    -webkit-appearance: none;
    transition: .3s ease;
    font-family: 'Roboto', sans-serif;
}
.jeg_share_button {
    margin-bottom: 30px;
}
.jeg_share_stats>div {
    float: left;
    text-align: center;
    line-height: 1;
    margin-right: 15px;
    position: relative;
}
.jeg_share_stats .counts {
    font-size: 26px;
    font-weight: 700;
    color: #333333;
}
.jeg_share_count .counts{
    color: #195ea9;
    font-size: 26px;
    font-weight: 700;
}
.jeg_share_stats .sharetext {
    font-size: 11px;
    color: #a0a0a0;
}
.jeg_sharelist {
    float: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}
.jeg_share_button .jeg_btn-facebook {
    background: #45629f;
}
.jeg_share_button .jeg_btn-twitter {
    background: #5eb2ef;
}
.jeg_share_button .fa {
    font-size: 18px;
    color: #fff;
    line-height: inherit;
}
.jeg_share_button a {
    float: left;
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    padding: 0 10px;
    color: #fff;
    background: #b3b3b3;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .2s;
}
.jeg_share_button a>span {
    display: none;
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
}
.jeg_share_button a.expanded>span {
    display: inline;
    position: relative;
}
.readers_comment .media-left a{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.readers_comment h2.media-heading{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.readers_comment h2.media-heading a{
    color: #195ea9;
}
.single_page_heading h1{
    font-size: 50px;
    text-transform: capitalize;
}
.entity_content ul{
    margin: 20px 0 0;
    padding: 0 0 0 20px;
}
.entity_content ul li{
    display: list-item;
    list-style: square;
    font-family: 'Heebo', sans-serif;
    color: #333;
    margin: 10px 0;
    font-size: 16px;
}
.single_article_image a{
    height: 165px;
    overflow: hidden;
    display: block;
}
.form_inline{
    width: 100%;
}
.form_inline {
    position: relative;
    box-shadow: 0 0 40px rgb(51 51 51 / 10%);
}
.form_inline input {
    height: 50px;
    text-indent: 15px;
    border: 2px solid #d6d4d4;
}
.form_inline .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    width: 40px;
    background: #dd3333;
    color: #fff;
}
#category_section .widget{
	margin-top: 30px;
}
.entity_section ol li{  
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.7;
}
.entity_content img{
	max-width: 100% !important;
	height: auto;
}
.textwidget.custom-html-widget{
	margin-bottom: 15px;
}

/********** responsive **********/

@media only screen and (min-width: 1400px){
	.more_post li{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
    .navbar-light li a {
        font-size: 12px;
        padding: 15px 10px;
    }
    .single_page_heading h1{
        font-size: 45px;
    }
    .entity_content blockquote{
        font-size: 22px;
    }
	.more_post{
		height: auto;
	}
}
@media only screen and (max-width: 991px){
    .navbar{
        position: relative;
    }
    .navbar-collapse{
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        width: 100%;
        z-index: 9;
    }
    .navbar-light .navbar-toggler{
        border: 0;
    }
    .media-left a{
        width: 90px;
    }
    .widget .media-heading{
        font-size: 15px;
    }
    .widget .media-date{
        font-size: 12px;
    }
    h2, .heading_section h1{
        font-size: 28px;
    }
    .more_post li{
        font-size: 18px;
    }
    h3{
        font-size: 20px;
    }
    .navigation-section{
        margin-top: 10px;
    }
    .header_section_wrapper{
        padding-top: 0;
    }
    .single_page_heading h1{
        font-size: 40px;
    }
    .entity_content blockquote{
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .header-section {
        text-align: center;
    }
    .header-section .logo {
        margin-top: 30px;
    }
    .right-menu .navbar-nav li {
        float: left;
        margin: 0 auto;
    }
    .header-section .right_section {
        display: inline-flex;
        position: relative;
        text-align: center;
        margin: 0 auto;
    }
    .header-section .top_menu {
        float: none;
    }
    .header-section .top_menu li {
        float: left;
    }
    .overlay.active {
        background-color: rgba(34, 62, 125, 0.91) !important;
    }
    .header-section .btn {
        margin-top: 19px;
        height: 42px;
    }
    .right-menu .nav {
        float: left;
        margin-top: 20px;
    }
    .right_category_image{
        margin-left: 0px;
    }
    .top_article_img {
        margin-top  : 15px;
    }
    .article_social{
        margin-top: 10px;
    }
    .article_social span{
        font-size: 11px;
    }
    .single_page_heading h1{
        font-size: 35px;
    }
	.more_post{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}
@media only screen and (max-width: 767px){

    h2, .heading_section h1{
        font-size: 24px;
    }
    .more_post li{
        font-size: 16px;
    }
    h3{
        font-size: 18px;
    }
    .category_article_content, .entity_content p, .entity_content ul li{
        font-size: 14px;
    }
    .theme_btn{
        padding: 8px 20px;
    }
    .single_page_heading h1{
        font-size: 30px;
    }
    .entity_content blockquote{
        font-size: 18px;
    }
    .feature_article_wrapper .feature_article_img{
        height: 400px;
    }
    .feature_article_wrapper .feature_article_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.font-fam{
	font-family: 'Roboto',sans-serif;
	font-size: 16px;
}

<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="queknow &raquo; Feed" href="../index-87.html" />
		<script type="text/javascript">