/*
Theme Name: Qrius WP
Theme URI: https://qrius.com/;
Author: Manjunath
Author URI: http://twitter.com/manju_mjn
Description: Qrius WP is Improved Wrodpress theme for Qrius.com which is built from scratch
Version: 1.0.0
License:
License URI:
Text Domain: qrius_wp
Tags: 
*/
.hero-guestpost {
	background-image:url('./theme-assets/img/hero-guestpost.png');
    background-size: cover;
}
.hero-guestpost .center-box {
    background-color:rgba(0, 0, 0, 0.9);
    text-align:center;
    max-width:100%;
    width:642px;
    padding:40px;
    margin: 90px auto;
}
.hero-guestpost .center-box p {
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.hero-guestpost .center-box h1 {
    color: #fff;
    font-size: 48px;
    text-transform:none;
    line-height:1.2;
    margin-bottom:10px;
    padding:0;
}
.hero-guestpost .center-box a, .guestpost-guidelines a {
    padding: 20px 10px;
    width: 174px;
    height: 60px;
    background: #FFFFFF;
    border-bottom: 4px solid #D91831;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    display:inline-block;
}
.guestpost-why, .guestpost-form {
    max-width: 100%;
    width: 754px;
    text-align: center;
    margin: 70px auto;
}
.guestpost-why h2, .guideline-section h2, .guestpost-form h2, .subscribe-form h2 {
    font-size: 36px;
    line-height: 1.3;
    position: relative;
    text-align: center;
}
.guestpost-why h2:after, .guideline-section h2:after {
    content: " ";
    width: 76px;
    height: 2px;
    display: block;
    clear: both;
    border: 2px solid rgba(217, 24, 49, 1);
    text-align: center;
    margin: 30px auto;
}
.guestpost-why p, .guestpost-guidelineslist p, .guestpost-guidelines p {
    color: rgba(71, 78, 93, 1);
    font-size: 17px;
    line-height:1.3
}
.guideline-section {
    background:rgba(247, 247, 247, 1);
    padding:70px 0;
    text-align: center;
}
.guestpost-guidelineslist h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.guestpost-guidelines {
    max-width: 100%;
    width: 946px;
    margin: 0 auto;
}
.guestpost-guidelineslist .col-md-4 {
    margin-bottom: 20px;
}
.guideline-section .guestpost-guidelines a {
    background: #000000;
    color: #FFFFFF;
}
.hero-guestpost .center-box a:hover, .guideline-section .guestpost-guidelines a:hover {
    color:#D91831;
}
.container-fluid.subscribe-form-secton {
    background-image: url('./theme-assets/img/Frame.png');
    padding: 70px 0;
}
.subscribe-form h2 {
    color:#fff;
}
.form-container {
    max-width: 600px;
    margin: 0 auto;
}
.form-container input {
padding: 17px 20px 17px 20px;
background: #F7F7F7;
border: 1px solid #D9D9D9;
font-weight: 400;
font-size: 17px;
line-height: 21px;
color: #D9D9D9;
}
.form-container input {
    padding: 10px 15px;
    background: #F7F7F7;
    border: 1px solid #D9D9D9;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #363636;
    width: 100%;
}
.form-container input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 20px 10px;
    width: 144px;
    height: 60px;
    background: #000;
    border-bottom: 4px solid #D91831;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    display: inline-block;
    margin-top: 19px;
    margin-left: 10%;
}
.navbar-collapse {
    position: relative;
}
div.search-form {
    position: absolute;
    top: 45px;
    right: 0;
    display:none;
    background: #fff;
    padding: 10px 20px;
}
.mobile-menu ul li {
  display: none;
  cursor: pointer;
  padding: 5px 10px;
  border-top: 1px solid black;
  min-width: 100%;
    width:100%;
}
.mobile-menu ul li:first-child {
  display: block;
  border-top: 0px;
}
.mobile-menu ul {
  border: 1px solid black;
  display: inline-block;
  padding: 0;
  border-radius: 0;
  position: relative;
    width: 100%;
    height: auto;
}
.home .mobile-menu ul {
    top: 48px;
    margin-bottom: 40px;
}
.mobile-menu ul li:hover {
  background-color: #ddd;
}
.mobile-menu ul li:first-child:hover {
  background-color: transparent;
}
.mobile-menu ul.open li {
  display: block;
}
.mobile-menu ul li:last-child {
  display: none !important;
}
.mobile-menu ul li a {    
    color: #757575 !important;
    text-transform: uppercase;
    padding: 8px 12px !important;
}
.wp-block-table{
 overflow: unset;
}
.slick-next, .slick-prev{
	z-index:99999;
	width:25px;
	height:100px;
touch-action: auto;
}
@media (max-width: 992px){
    header .d-none.d-sm-block.d-md-none.d-md-none {
        display: none !important;
    }
    #header .navbar-dark .navbar-toggler{
        position:unset;
    }
    .navbar .container{ padding:0; }
    .navbar-toggler:hover, .navbar-toggler:focus{ outline:none; }
    #navbarResponsive ul {
        border: 1px solid black;
        display: inline-block;
        padding: 0;
        border-radius: 0;
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
    #navbarResponsive ul li {
        text-align:left;
        cursor: pointer;
        padding: 5px 0;
        border-top: 1px solid black;
        min-width: 100%;
        width: 100%;
    }
    #navbarResponsive ul li:last-child{
        display:none;
    }
    #header .navbar-dark .navbar-nav .nav-link{
        padding:8px 0;
    }
}

@media (max-width:580px) {
    .hero-guestpost .center-box h1 {
        font-size: 40px;
    }
    .hero-guestpost .center-box p {
        font-size: 20px;
    }
    .guestpost-why h2, .guideline-section h2, .guestpost-form h2, .subscribe-form h2 {
        font-size: 32px;
    }
     .subscribe-form-secton, .guideline-section, .hero-guestpost .center-box {
        padding:50px 0;
    }
    .guestpost-form,.guestpost-why {
        margin:50px auto;
    }
  footer{text-align: center}
  footer h3{margin-top: 15px}
}
.slick-slider {
touch-action: auto;
-ms-touch-action: auto;
}
.single-post .post-info .article-image img{
}
p span {
    text-transform: none;
    color: #000;
    font-size: 14px;
}
ul#menu-new-header ul.sub-menu {
    display: none;
}
ul#menu-new-header li:hover ul.sub-menu {
    display: block;
    position: absolute;
    background: #000;
    padding: 0;
    margin: 0;
  	width: max-content;
    list-style: none;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li a {
    padding: 3px 0 !important;
    margin: 0;
}
footer .header-social-icons ul li{ margin:0 6px 0 0; }
footer h3 {
    color: #fff;
    font-size: 18px;
}

.author-info {
    text-align: center;
    margin: 20px 0;
}

.author-gravatar img {
    border-radius: 50%;
    margin-bottom: 10px;
}

.author-info h3 {
    margin: 10px 0;
    font-size: 1.5em;
}

.author-social-links a {
    margin-right: 10px;
    text-decoration: none;
}

.author-social-links a:hover {
    text-decoration: underline;
}
