@charset "UTF-8";

/*
Theme Name:   blogverse child theme
Description:  Write here a brief description about your child-theme
Author:       Hp_web
Author URL:   https://www.outpostings.com
Template:     blogverse
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  blogverse-child
*/

/* Write here your own personal stylesheet */
::-webkit-input-placeholder { /* Edge */
  color: #fff !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

::placeholder {
  color: #fff !important;
}

.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";
}


header .midheader img {
    height: auto;
}
.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;
}

body footer .footerlogo{
    text-align: center;
    margin: 40px 0 70px 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: 0 0 0 0 !important;
    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: 16px !important;
    padding: 15px 0 !important;
    margin: 40px 0 0 0 !important;
}
  
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 h1 {
    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' !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
    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' !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
    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 a {
    padding: 2px 5px;
    box-shadow: 0px 3px 3px 0 #ff0000cf;
    margin: 0 6px 0 0;
    color: #151212;
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
    text-decoration: none;
}

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;
    width: 100%;
    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: 95px 35px 35px 35px !important;
    text-align: center;
}
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%;
}

/**
 * Main menu
 */

.navmenu a {
    font-size: 20px;
    font-weight: 500;
    line-height: 2em;
    text-align: left;
    color: #ff0000 !important;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none !important;
}


/**
 * Mobile menu elements
 */
.mobile-menu__opener {
	z-index: 300;
		
	height: 1.2em; 
	width: 1.8em;
	border: none;
	text-align: center;
		
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	position: relative;
}

.mobile-menu__opener span {
	display: block;
	width: 100%;
	height: 2px;
	background: #000000;
	position: absolute;
	top: 50%;
	text-indent: -9999px;
	letter-spacing: -5px;
	text-align: left;
		
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.mobile-menu__opener:before,
.mobile-menu__opener:after {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	background: #000000;
		
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
				
	backface-visibility: hidden;
	transform-style: preserve-3d;
	-moz-transform-style: flat;
}

.mobile-menu__opener:before {
	top: 0;
}

.mobile-menu__opener:after {
	top: 100%;
}

.mobile-menu__screen {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #f9f9f9;
	overflow: hidden;
	z-index: 200;
	box-shadow: 0 1px 3px 0 #0000003d;
}

.mobile-menu__opener, 
.mobile-menu__screen {
	display: none;
}

.mobileheader{
    display: none;
}

/*mobile menu start*/
@media screen and (max-width:767px){
section.contact_outer .locsec img {
    width: 100%;
}
section.contact_outer .locsec {
    padding: 35px 35px 35px 35px !important;
}
section.contact_outer .formsec {
    border-right: unset !important;
}
section.contact_outer {
    padding: 25px 0 45px 0;
}
.mobileheader ul {
    list-style: none;
    margin: 0;
    padding: 0 45px;
}   
    
.mobileheader ul li.menu-item{
    border-bottom: 1px solid #ff00005c;
    margin: 0 0 10px 0;
}

.mobileheader ul li.menu-item a:after {
    content: "\f105";
    position: absolute;
    color: #ff0000;
    font-family: 'FontAwesome';
    right: 0;
    top: 0;
}

header{
  display: none !important;  
}

.container_main {
    width: 90% !important;
    margin: auto !important;
}

.mobileheader{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
    padding: 33px 15px;
	position: relative;
	background-color: #f9f9f9;
}
	
.logo{
		z-index: 300;
	}
	
	.mobile-menu__opener, 
	.mobile-menu__screen {
		display: block;
	}
 
	.mobile-menu__opener_menu_open:before {
		top: 50%;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	
	.mobile-menu__opener_menu_open span {
		opacity: 0;
	}

	.mobile-menu__opener_menu_open:after {
		top: 50%;
		-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}

	.navmenu {
		height: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(-100%);
				transform: translateY(-100%);
		flex: 1 0 100%;
		flex-direction: column;
		align-items: flex-start;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 100;
		box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .1);
		-webkit-transition: transform 500ms ease-in-out 0s;
				transition: transform 500ms ease-in-out 0s;
				
		background: #ffffff;
        padding: 20px 0;		
	}

	.menu_slide_up {
		opacity: 1;
		visibility: visible;
	}
		
	.menu_slide_down { 
		-webkit-transform: translateY(6em);
				transform: translateY(6em);
	}
	.logo img {
    width: 150px;
    height: auto;
}

}



/*Mobile responsive all pages*/

@media screen and (max-width:767px){
    
section.subsform h2:after {
    width: 100%;
}

.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 {
    padding: 25px 0 0 0;
}

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: 40px 0 40px 0;
}
body footer .footcont p {
    margin: 0;
}
body footer p.cpyrgt {
    margin: 30px 0 0 0;
}
body footer .footerlogo img {
    width: 70%;
    height: auto;
}
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;
}



}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1180px){
body footer .footcat {
    padding: 0 0 0 200px;
}   

    
    
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1180px){
    section.contact_outer .locsec img {
        width: 100%;
    }
    ::-webkit-input-placeholder { /* Edge */ 
      font-size: 14px !important;
    }
    body .whatsnew .post_wrap p {
        font-size: 14px !important;
    }
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
      font-size: 14px !important;
    }
    
    ::placeholder {
     font-size: 14px !important;
    }
    body .mainheader ul#menu-top_menu li:last-child a {
        margin: 0;
    }
    body .container_main {
        max-width: 90%;
        width: 90%;
        margin: auto;
    }
    body .mainheader ul#menu-top_menu li a {
        text-decoration: none;
        font-family: 'Poppins-SemiBold';
        color: #000000;
        text-transform: uppercase;
        font-size: 14px;
        margin: 0 20px 0 0;
    }      
    
}



@media only screen and (min-device-width: 767px) and (max-device-width: 1024px){
    
.whatsnew .post_wrap img {
    width: 100%;
    height: 145px;
}    
    
.mobileheader ul {
    list-style: none;
    margin: 0;
    padding: 0 45px;
}   
    
.mobileheader ul li.menu-item{
    border-bottom: 1px solid #ff00005c;
    margin: 0 0 10px 0;
}

.mobileheader ul li.menu-item a:after {
    content: "\f105";
    position: absolute;
    color: #ff0000;
    font-family: 'FontAwesome';
    right: 0;
    top: 0;
}

header{
  display: none !important;  
}

.container_main {
    width: 90% !important;
    margin: auto !important;
}

.mobileheader{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
    padding: 33px 15px;
	position: relative;
	background-color: #f9f9f9;
}
	
.logo{
		z-index: 300;
	}
	
	.mobile-menu__opener, 
	.mobile-menu__screen {
		display: block;
	}
 
	.mobile-menu__opener_menu_open:before {
		top: 50%;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	
	.mobile-menu__opener_menu_open span {
		opacity: 0;
	}

	.mobile-menu__opener_menu_open:after {
		top: 50%;
		-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}

	.navmenu {
		height: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(-100%);
				transform: translateY(-100%);
		flex: 1 0 100%;
		flex-direction: column;
		align-items: flex-start;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 100;
		box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .1);
		-webkit-transition: transform 500ms ease-in-out 0s;
				transition: transform 500ms ease-in-out 0s;
				
		background: #ffffff;
        padding: 20px 0;		
	}

	.menu_slide_up {
		opacity: 1;
		visibility: visible;
	}
		
	.menu_slide_down { 
		-webkit-transform: translateY(6em);
				transform: translateY(6em);
	}
	.logo img {
    width: 150px;
    height: auto;
}    
    
    
    
.mainheader ul#menu-top_menu li:last-child a {
    margin: 0;
}
body .popular .post_wrap p {
    font-size: 14px !important;
}
.container_main {
    max-width: 90%;
    width: 90%;
    margin: auto;
}
.mainheader ul#menu-top_menu li a {
    text-decoration: none;
    font-family: 'Poppins-SemiBold';
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 26px 0 0;
}    
section.categorypg_outer .navigation ul li a {
    font-size: 16px !important;
} 
body section.topostsec {
    padding: 25px 0 0 0;
    margin: 15px 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: 0 0 40px 0 !important;
    margin: 80px 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: 27px 0 0 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;
}




}


