@charset "UTF-8";

/*
Theme Name: blogverse
Theme URI: https://wordpress.org/themes/blogverse/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: blogverse is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blogverse
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/

.container_main {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/FontAwesome.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
    content: "\f002";
}
.fa-facebook-f:before {
    content: "\f09a";
}
.fa-instagram:before{
    content: "\f16d";
}
.fa-twitter:before{
    content: "\f099";
}
.fa-pinterest-p:before{
    content: "\f231";
}
.fa-clock-o:before{
    content: "\f017";
}



.mainheader ul#menu-top_menu li.current-menu-item a {
    color: #ff0000 !important;
    border-bottom: 2px solid #ff0000;
}

.topheader .shareicn ul{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 4px 0;
}


.topheader{
background: #000000;
}

.topheader .shareicn ul li a {
    color: #ff0000;
    font-size: 23px;
    margin: 0 34px 0 0;
    display: block;
}

.topheader form label {
    display: none;
}

.topheader form input.search-submit {
    display: none;
}

.topheader .headersrch {
    text-align: center;
    border-right: 1px solid #4e4e4e;
    border-left: 1px solid #4e4e4e;
}

.topheader form input#search-form-1 {
    outline: none;
    font-size: 14px;
    padding: 11px 18px;
    text-align: center;
    background: no-repeat;
    border: none;
    color: #a3a3a3;
    width: 100%;
}

.topheader form input#search-form-1::placeholder{
	  font-family: 'Poppins-SemiBold';
      font-size: 18px;
      color: #4e4e4e;
}

.topheader .contlink {
    text-align: right;
}

.topheader .contlink a {
    font-family: 'Poppins-Medium';
    text-transform: uppercase;
    color: #ff0000;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 8px 0;
}

.mainheader {
    background: #f2f2f2;
    padding: 14px 0;
}

.mainheader ul#menu-top_menu{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainheader ul#menu-top_menu li a {
    text-decoration: none;
    font-family: 'Poppins-SemiBold';
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 65px 0 0;
}

.midheader {
    text-align: center;
    padding: 30px 0;
}

footer .footerlogo{
    text-align: center;
    margin: 0 0 10px 0;
}

footer {
    background: url(images/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0 0 0;
}

footer .qcklinks h3{
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    color: #ff0000;
    font-size: 18px;
    margin: 0 0 18px 0;
}

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

footer .qcklinks ul li a {
    color: #ffffff;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    margin: 0 0 5px 0;
    display: block;
}

footer .footcont ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

footer .footcont ul li a {
    color: #ff0000;
    font-size: 23px;
}

footer .footcont {
    padding: 0 30px;
}

footer .footcont p {
    color: #ffffff;
    font-family: 'Poppins-Regular';
    font-size: 13px;
    margin: 70px 0 0 0;
    line-height: 1.9;
}

footer .footcat h3 {
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    color: #ff0000;
    font-size: 18px;
    margin: 0 0 18px 0;
}

footer .footcat ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

footer .footcat ul li a {
    color: #ffffff;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    margin: 0 0 5px 0;
    display: block;
}

footer .footcat {
    padding: 0 0 0 269px;
}

footer p.cpyrgt span {
    color: #ff0000;
}

footer p.cpyrgt {
    text-align: center;
    background: #000000;
    font-family: 'Poppins-Regular';
    color: #ffffff;
    font-size: 20px;
    padding: 7px 0;
    margin: 140px 0 0 0;
}

section.topostsec img{
    width: 100%;
    height: auto;
}

section.topostsec .post_wrap {
    padding: 0 0 0 22px;
    margin: 0 0 50px 0;
    position: relative;
}

section.topostsec .left-col .img_sec{
    border-left: 10px solid #ff0000;
}

section.topostsec .mid-col .post_wrap:nth-child(1) .img_sec{
    border-bottom: 10px solid #ff0000;
}

section.topostsec .mid-col .post_wrap:nth-child(3) .img_sec{
    border-bottom: 10px solid #ff0000;
}


section.topostsec .post_wrap .ctgry{
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    left: -3px;
    top: 113px;
}

section.topostsec .post_wrap .ctgry a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    color: #ffffff;
    background: #000000;
    padding: 8px 2px;
    border-radius: 5px 0 0 5px;
}

section.topostsec .post_wrap h3, 
section.topostsec .post_wrap h3 a{
    position: absolute;
    bottom: 0;
    margin: 0;
    text-align: center;
    padding: 25px 8px 21px 8px;
    width: 100%;
    left: 0;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.4;
    background: linear-gradient(#00000000, #000000 56%, #0000005e );
}


section.topostsec .mid-col {
    padding: 0 35px;
    width: 44%;
}

section.topostsec .right-col .post_wrap:nth-child(1) img {
    box-shadow: 10px -10px 0 0 #ff0000;
    margin: 5px 5px 0 0;
}

section.topostsec .right-col .post_wrap:nth-child(2) img {
    box-shadow: 10px 10px 0 0 #ff0000;
}

section.topostsec .right-col .post_wrap:nth-child(3) .img_sec, 
section.topostsec .right-col .post_wrap:nth-child(4) .img_sec{
   border-right: 10px solid #ff0000;
}

section.popular h2 {
    background: #000000;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 25px;
    margin: 0 0 40px 22px;
    border-left: 10px solid #ff0000;
}

.popular .post_wrap .img_sec {
    position: relative;
    border-left: 10px solid #ff0000;
}

.popular .post_wrap .img_sec h3 a, 
.popular .post_wrap .img_sec h3 {
    position: absolute;
    bottom: 0;
    margin: 0;
    text-align: center;
    padding: 25px 8px 21px 8px;
    width: 100%;
    left: 0;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.4;
    font-family: 'Poppins-Medium';
    background: linear-gradient(#00000000, #000000 56%, #0000005e );
}
   
.popular .post_wrap .ctgry a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    color: #ffffff;
    background: #000000;
    padding: 8px 2px;
    border-radius: 5px 0 0 5px;
}

.popular .post_wrap:hover .ctgry a{
    color: #ff0000;
}

.popular .post_wrap .ctgry {
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    top: 55px;
    left: -3px;
}

.popular .post_wrap {
    padding: 0 0 0 22px;
    position: relative;
    margin: 0 0 50px 0;
}

.popular .post_wrap img {
    width: 100%;
}

.popular .post_wrap p{
    color: #000000;
    font-family: 'Poppins-Medium';
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid #666666;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    transition: 0.5s;
}
.popular .post_wrap a.rdmr_link {
    background: #000000;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    padding: 2px 10px;
    transition: 0.5s;
}

.popular .post_wrap .readmore_link {
    text-align: center;
}

.popular .post_wrap .text_sec {
    box-shadow: 0px 3px 3px 0 #ff0000cf;
    padding: 16px 30px;
    transition: 0.5s;
}


section.topostsec .post_wrap .img_sec {
    position: relative;
}

.popular .post_wrap:hover .text_sec{
    background: #151212;
    box-shadow: unset;
    border-bottom: 10px solid #ff0000;
}

.popular .post_wrap:hover a.rdmr_link{
    color: #ff0303;
    box-shadow: 3px 2px 3px 0 #ff0000cf;
}

.popular .post_wrap:hover p{
   color: #ffffff;
}

.popular .mid_sec .img_sec{
    position: relative;
    border-left: unset;
}

section.subsform {
    text-align: center;
    padding: 25px 0 25px 0;
    background: url(images/newsletter.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

section.subsform h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    font-size: 22px;
    margin: 0 0 20px 0;
    position: relative;
    padding: 0 0 15px 0;
}

section.subsform h2:after {
    content: "";
    background: #ff0000;
    width: 280px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}


section.subsform form input[type="email"] {
    width: 100%;
    padding: 12px 28px;
    background: #000000;
    border: none;
    outline: none;
    color: #ffffff;
    margin: 0;
}

section.subsform form input::placeholder{
     font-family: 'Poppins-SemiBold';
     font-size: 20px;
     color: #3d3b3c;
}

section.subsform .formouter {
    width: 50%;
    margin: auto;
}

section.subsform form input[type="submit"] {
    margin: 20px 0 0 0;
    width: 100%;
    background: #ff0000;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold' !important;
    padding: 14px 0 !important;
    box-shadow: 3px 5px 0 0 #000000;
    font-size: 20px;
}

section.topostsec {
    padding: 25px 0 0 0;
}

.whatsnew h2 {
    background: #000000;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 20px;
    margin: 0 0 60px 22px;
    border-left: 10px solid #ff0000;
}

.whatsnew .post_wrap {
    padding: 0 0 0 22px;
    position: relative;
    margin: 0 0 35px 0;
}


.whatsnew .post_wrap .img_sec {
    position: relative;
    border-left: 10px solid #ff0000;
}


.whatsnew .post_wrap img{
    width: 100%;
}


.whatsnew .post_wrap .img_sec h3 a, 
.whatsnew .post_wrap .img_sec h3 {
    position: absolute;
    bottom: 0;
    margin: 0;
    text-align: center;
    padding: 25px 8px 21px 8px;
    width: 100%;
    left: 0;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.4;
    background: linear-gradient(#00000000, #000000 56%, #00000000 );
    display: block;
}



.whatsnew .post_wrap .ctgry {
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    top: 55px;
    left: -3px;
}

.whatsnew .post_wrap .ctgry a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    color: #ffffff;
    background: #000000;
    padding: 8px 2px;
    border-radius: 5px 0 0 5px;
}


.whatsnew .post_wrap .text_sec {
    box-shadow: 0px 3px 3px 0 #ff0000cf;
    padding: 15px 18px;
    transition: 0.5s;
}


.whatsnew .post_wrap p {
    color: #000000;
    font-family: 'Poppins-Medium';
    font-size: 13px;
    line-height: 1.5;
    border-bottom: 1px solid #666666;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    transition: 0.5s;
}


.whatsnew .post_wrap .readmore_link {
    text-align: center;
}


.whatsnew .post_wrap a.rdmr_link {
    background: #000000;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    text-transform: capitalize;
    font-size: 13px;
    text-decoration: none;
    padding: 0 8px;
    transition: 0.5s;
}


section.whatsnew {
    padding: 45px 0 35px 0;
}


section.categorypg_outer .breadcrumbs {
    background: #000000;
    margin: 0 0 30px 0;
}

section.categorypg_outer .breadcrumbs h1 {
    margin: auto;
    color: #ff0000;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    font-size: 18px;
}

section.categorypg_outer .breadcrumbs h1 a {
    text-decoration: none;
    font-family: 'Poppins-Light';
    font-size: 20px;
    color: #ff0000c4;
}

section.categorypg_outer .breadcrumbs h1 strong {
    font-size: 43px;
    vertical-align: middle;
}

section.categorypg_outer .post_wrap .img_sec{
    position: relative;
}


section.categorypg_outer .post_wrap {
    padding: 0 0 0 22px;
    position: relative;
    margin: 0 0 50px 0;
}


section.categorypg_outer .post_wrap img{
    width: 100%;
}


section.categorypg_outer .post_wrap .ctgry{
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    top: 55px;
    left: -3px;
}


section.categorypg_outer .post_wrap .ctgry a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    color: #ffffff;
    background: #000000;
    padding: 8px 2px;
    border-radius: 5px 0 0 5px;
}


section.categorypg_outer .post_wrap .text_sec {
    box-shadow: 0px 3px 3px 0 #ff0000cf;
    padding: 28px 18px;
    transition: 0.5s;
}


section.categorypg_outer .post_wrap p {
    color: #000000;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    line-height: 1.9;
    border-bottom: 1px solid #666666;
    padding: 0 0 20px 0;
    margin: 0 0 25px 0;
    transition: 0.5s;
}


section.categorypg_outer .post_wrap a.rdmr_link {
    background: #000000;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    padding: 3px 12px;
    transition: 0.5s;
}


section.categorypg_outer .post_wrap h3 a, 
section.categorypg_outer .post_wrap h3{
    color: #151212;
    font-family: 'Poppins-SemiBold';
    font-size: 21px;
    text-decoration: none;
    margin: 0 0 22px 0;
}



section.categorypg_outer .post_wrap:hover .text_sec{
background: #181515;
}

section.categorypg_outer .post_wrap:hover h3 a{
    color: #ff0000;
}

section.categorypg_outer .post_wrap:hover p{
    color: #ffffff;
}

section.categorypg_outer .post_wrap:hover .authdate span{
    color: #ffffff !important;
}

section.categorypg_outer .post_wrap:hover a.rdmr_link {
    color: #ff0303;
    box-shadow: 3px 2px 3px 0 #ff0000cf;
}


section.categorypg_outer .post_wrap .readmore_link {
    display: flex;
    justify-content: space-between;
}


section.categorypg_outer .post_wrap .authdate {
    display: flex;
    align-items: center;
}


section.categorypg_outer .post_wrap .authdate img {
    border-radius: 50%;
}


section.categorypg_outer .post_wrap .authdate span#auth {
    font-family: 'Poppins-SemiBold';
}


section.categorypg_outer .post_wrap .authdate span#date {
    font-size: 12px;
}


section.categorypg_outer .post_wrap .authdate span{
    display: block;
    color: #151212;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    text-transform: capitalize;
}


section.categorypg_outer .post_wrap .date {
    padding: 0 0 0 10px;
}


section.categorypg_outer .navigation ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}


section.categorypg_outer .navigation ul li.active a{
    background: #000000;
    color: #ffffff;
    border-left: 2px solid #ff0000;
    border-right: 2px solid #ff0000;
    box-shadow: unset;
}


section.categorypg_outer {
    padding: 30px 0 40px 0;
}


section.popular {
    padding: 30px 0 0 0;
}


.popular .right_sec .post_wrap .img_sec{
    border-right: 10px solid #ff0000;
    border-left: unset;
}


section.singlepg_outer .breadcrumbs h1{
    margin: auto;
    color: #ff0000;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
    font-size: 18px;
}


section.singlepg_outer .breadcrumbs h1 span a,
section.singlepg_outer .breadcrumbs h1 span{
    text-decoration: none;
    font-family: 'Poppins-Light';
    font-size: 15px;
    color: #ff0000c4;
}


.breadcrumbs strong{
    font-size: 30px;
    vertical-align: middle;
}


.breadcrumbs{
    background: #000000;
    margin: 0 0 20px 0;
}


.single_post_mn img {
    width: 100%;
}


.singlepg_outer .postcontent {
    width: 60%;
    margin: -75px auto 0px auto;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 42px 0;
}


.singlepg_outer .postcontent .heading {
    background: #f3f1f1;
    padding: 35px 40px;
    margin: 0 0 5px 0;
}


.singlepg_outer .heading .ctgry a {
    padding: 3px 18px;
    box-shadow: 0px 1px 2px 0 #ff0000cf;
    color: #151212;
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    background: #ffffff;
}


.singlepg_outer .heading h2 {
    color: #151212;
    font-family: 'Poppins-Bold';
    margin: 20px 0 0 0;
    font-size: 40px;
}


.singlepg_outer .authdate {
    display: flex;
    align-items: center;
}


.singlepg_outer .authdate span#auth {
    font-family: 'Poppins-Bold';
    color: #ef007c;
    margin: 0 0 2px 0;
    font-size: 16px;
}


.singlepg_outer .authdate span {
    display: block;
    color: #151212;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    text-transform: capitalize;
}


.singlepg_outer .authdate span i.fa{
    font-size: 14px;
    padding: 0 4px 0 0;
}


.singlepg_outer .authdate .date {
    padding: 0 0 0 12px;
}


.singlepg_outer .authdateime {
    display: flex;
    justify-content: space-between;
    background: #f3f1f1;
    padding: 35px 40px;
    margin: 0 0 5px 0;
}


.singlepg_outer .authdateime span#time {
    display: block;
    font-family: 'Poppins-Bold';
    color: #ef007c;
    margin: 0 0 2px 0;
}


.singlepg_outer .authdateime span {
    display: block;
    color: #151212;
    font-family: 'Poppins-Light';
    font-size: 14px;
    text-transform: capitalize;
}


.singlepg_outer .postcontent .postxt {
    background: #f3f1f1;
    padding: 35px 40px;
}


.single_post_mn .authdate img{
        border-radius: 50%;
}


.single_post_mn .postxt p {
    color: #525252;
    font-family: 'Poppins-Medium';
    font-size: 17px;
    line-height: 1.9;
    margin: 0 0 45px 0;
}

section.popular {
    padding: 30px 0 50px 0;
}

section.singlepg_outer {
    padding: 28px 0 15px 0;
}

section.contact_outer .breadcrumbs{
    background: #000000;
    margin: 0 0 30px 0;
    padding: 12px 0;
}

section.contact_outer .breadcrumbs h1 {
    margin: auto;
    color: #ff0000;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    font-size: 18px;
}


section.contact_outer .breadcrumbs h1 i.fa {
    margin: 0 20px 0 0;
    font-size: 20px;
}


section.contact_outer form label {
    color: #444343;
    font-family: 'Poppins-SemiBold';
    font-size: 15px;
    margin: 0;
}

section.contact_outer form input {
    border: none;
    border-bottom: 1px solid #a6a5a5;
    outline: none;
    font-size: 12px;
    padding: 0 0 8px 0;
    margin: 0 0 30px 0;
    background: none;
}

section.contact_outer form textarea {
    border: none;
    border-bottom: 1px solid #a6a5a5;
    outline: none;
    font-size: 12px;
    padding: 0 0 8px 0;
    height: 150px;
    background: none;
}

section.contact_outer form input[type=submit]{
    background: #ff0000;
    border: none;
    margin: 0;
    padding: 0px 22px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    border-radius: 5px;
}

section.contact_outer form p{
    margin: 0;
}

section.contact_outer .formouter {
    background: #f3f1f2;
}


section.contact_outer .formsec {
    padding: 35px 35px;
    border-right: 4px solid #ffffff;
}


section.contact_outer {
    padding: 25px 0 115px 0;
}


.page-template-contact section.subsform{
    margin: 0 0 70px 0;
}


section.contact_outer .locsec {
    padding: 35px 35px 35px 145px;
}


section.contact_outer iframe {
    border-bottom: 4px solid #ff0000 !important;
}


section.error_outer {
    text-align: center;
    padding: 50px 0 80px 0;
}


section.error_outer p {
    font-family: 'Poppins-Bold';
    color: #151212;
    font-size: 35px;
    margin: 35px 0 15px 0;
}


section.error_outer a {
    background: #ff0000;
    border: none;
    margin: 0;
    padding: 5px 8px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    border-radius: 3px;
    text-decoration: none;
    box-shadow: 0 1px 0 0 #980000;
}

.page-header.alignwide h1.page-title {
    margin: auto;
    color: #ff0000;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
    font-size: 18px;
}

.page-header.alignwide {
    background: #000000;
    margin: 0 0 25px 0;
    padding: 8px 0;
}

section#nothing_found {
    padding: 25px 0 70px 0;
}

section#nothing_found h2.page-title {
    margin: 15px 0 20px 0;
}

section.topostsec .outer_row {
    display: flex;
}

section.topostsec .left-col {
    width: 28%;
}

section.topostsec .right-col {
    width: 28%;
}

section.popular .outer_row {
    display: flex;
}

section.popular .left_sec {
    width: 28%;
}

section.popular .right_sec {
    width: 28%;
}

section.popular .mid_sec {
    padding: 0 35px;
    width: 44%;
}

section.whatsnew .outer_row {
    display: flex;
}

section.whatsnew .left_col {
    width: 28%;
}

section.whatsnew .right_col {
    width: 28%;
}

section.whatsnew .mid_col {
    padding: 0 35px;
    width: 44%;
}




/*Mobile responsive all pages*/
@media screen and (max-width:767px){

.whatsnew h2 {
    margin: 0 0 30px 22px;
}


section.whatsnew {
    padding: 45px 0 0 0;
}

section.categorypg_outer .post_wrap h3 a, 
section.categorypg_outer .post_wrap h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

section.categorypg_outer .post_wrap{
    margin: 0 0 40px 0;
}

section.categorypg_outer .post_wrap .ctgry a {
    font-size: 12px;
    padding: 8px 2px;
}

section.categorypg_outer .post_wrap .ctgry {
    left: 0px;
}

.popular .post_wrap .ctgry a {
    font-size: 11px;
}

section.topostsec .post_wrap .ctgry a {
    font-size: 12px;
}

.whatsnew .post_wrap .ctgry a {
    font-size: 11px;
    padding: 8px 2px;
}

.whatsnew .post_wrap .ctgry {
    left: 0;
}

section.topostsec .post_wrap h3, 
section.topostsec .post_wrap h3 a {
    padding: 40px 8px 21px 8px;
}

.headerlogo {
    width: 190px;
}

.headerlogo img{
    width: 100%;
}

section.topostsec .left-col {
    width: 100%;
}

section.topostsec .right-col {
    width: 100%;
}

section.topostsec .outer_row {
    display: block;
}

section.popular .outer_row {
    display: block;
}

section.popular .left_sec {
    width: 100%;
}

section.popular .mid_sec {
    width: 100%;
    padding: 0;
}

section.popular .right_sec {
    width: 100%;
}

section.whatsnew .outer_row {
    display: block;
}

section.whatsnew .left_col {
    width: 100%;
}

section.whatsnew .mid_col {
    width: 100%;
}

section.whatsnew .mid_col {
    padding: 0;
}

section.whatsnew .right_col {
    width: 100%;
}

section#nothing_found {
    margin: 63px 0 0 0;
    padding: 25px 0 0 0;
}

section.error_outer {
    text-align: center;
    padding: 50px 0 0 0;
    margin: 65px 0 0 0;
}

section.error_outer p {
    font-size: 20px;
}

section.error_outer img{
    width: 100%;
    height: auto;
}

section.topostsec .left-col .ctgry{
top: 153px;
left: 0;
}

section.topostsec .mid-col{
    padding: 0;
    width: 100%;
}

section.topostsec .mid-col .ctgry{
    top: 72px !important;
}

section.topostsec .mid-col .post_wrap:nth-child(2) .ctgry {
top: 8px !important;
}

section.popular{
    padding: 0 0 15px 0;
}

.popular .post_wrap .ctgry{
    top: 80px;
    left: 0;
}

.popular .post_wrap {
    margin: 0 0 35px 0;
}

section.subsform h2{
    font-size: 20px;
}

section.subsform .formouter{
    width: 100%;
    margin: auto;
}


footer .footcat {
    padding: 40px 0 0 0;
}

footer .footcont p{
    margin: 0;
}

footer .footcont{
    padding: 40px 0 0 0;
}

footer{
    padding: 225px 0 0 0;
}

footer .footerlogo{
    margin: 0 0 40px 0;
}

section.categorypg_outer {
    margin: 63px 0 0 0;
}

section.categorypg_outer .breadcrumbs h1 strong {
    font-size: 35px;
}

footer p.cpyrgt {
    margin: 40px 0 0 0;
}

body.archive.category section.subsform {
    margin: 0 0 35px 0;
}

section.singlepg_outer {
    margin: 63px 0 0 0;
}

.singlepg_outer .postcontent {
    width: 90%;
    margin: -35px auto 0px auto;
}

section.singlepg_outer .breadcrumbs h1 {
    font-size: 11px;
}

section.singlepg_outer .breadcrumbs h1 span a, 
section.singlepg_outer .breadcrumbs h1 span{
    font-size: 11px;
}

.singlepg_outer .heading h2{
    margin: 20px 0 0 0;
    font-size: 20px;
}

.singlepg_outer .authdateime {
    align-items: center;
    padding: 35px 20px;
}

.singlepg_outer .authdate span#auth {
    font-size: 10px;
}

.singlepg_outer .authdateime span#time{
    font-size: 10px;
}

.singlepg_outer .authdateime span {
    font-size: 10px;
}

.single_post_mn .postxt p {
    font-size: 14px;
    margin: 0 0 20px 0;
}







}

header .midheader img {
    height: auto;
}




@media only screen and (min-device-width: 767px) and (max-device-width: 1024px){

section.topostsec {
    padding: 25px 0 0 0;
    margin: 92px 0 0 0;
}

footer .footcat{
    padding: 0 0 0 115px;
}

section.topostsec .post_wrap .ctgry{
    top: 50px !important;
}

section.topostsec .post_wrap .ctgry a{
    font-size: 8px;
    padding: 4px 2px;
}

section.topostsec .left-col .post_wrap:nth-child(2) .ctgry{
    top: 11px !important;
}

section.topostsec .mid-col .post_wrap:nth-child(2) .ctgry{
top: 11px !important;
}

section.topostsec .post_wrap h3, 
section.topostsec .post_wrap h3 a{
    font-size: 13px;
}

section.topostsec .right-col .post_wrap .ctgry{
top: 11px !important;
}

section.topostsec .post_wrap {
    margin: 0 0 28px 0;
}


.popular .post_wrap .img_sec h3 a, 
.popular .post_wrap .img_sec h3 {
    font-size: 12px;
}

.popular .post_wrap .text_sec {
    padding: 12px 12px;
}

.popular .post_wrap p {
    font-size: 10px;
}

section.popular {
    padding: 30px 0 30px 0;
}

section.subsform h2 {
    font-size: 20px;
}

.whatsnew .post_wrap .img_sec h3 a, 
.whatsnew .post_wrap .img_sec h3 {
    font-size: 12px;
}

.whatsnew .post_wrap .text_sec {
    padding: 12px 12px;
}

.whatsnew .post_wrap p {
    font-size: 10px;
}

.whatsnew .post_wrap .ctgry a {
    font-size: 8px;
    padding: 8px 2px;
}

.popular .post_wrap .ctgry a {
    font-size: 8px;
    padding: 8px 2px;
}

section.categorypg_outer {
    padding: 35px 0 40px 0;
    margin: 30px 0 0 0;
}

section.categorypg_outer .post_wrap h3 a, 
section.categorypg_outer .post_wrap h3 {
    font-size: 16px;
    margin: 0 0 15px 0;
}

section.singlepg_outer {
    margin: 0;
}

.singlepg_outer .postcontent {
    width: 80%;
}

.singlepg_outer .heading h2 {
    font-size: 22px;
}

section#nothing_found {
    margin: 45px 0 0 0;
}

section.error_outer {
    margin: 94px 0 0 0;
}




}



@media only screen and (min-device-width: 1024px) and (max-device-width: 1180px){




section.error_outer {
    margin: 92px 0 0 0;
}
section.categorypg_outer {
    margin: 92px 0 0 0;
}
section.topostsec {
    margin: 92px 0 0 0;
}

section.singlepg_outer {
    margin: 91px 0 0 0;
}
section#nothing_found {
    margin: 91px 0 0 0;
}






}