/*
Theme Name: Blog Rid Child
Theme URI: #
Author: #
Author URI: #
Description: #
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: blogrid

*/
.heroBtn {
  margin-bottom: 40px;
  margin-top: 40px;
}
.containtMain h3 {
  font-weight: bold;
  font-size: 42px;
}
.featured-content {
  width: 1280px;
  margin-right: 4%;
  float: left;
  margin: 0 auto !IMPORTANT;
  float: none;
}
.top-nav-wrapper {
  padding-left: 5em;
  padding-right: 5em;
}
.sheader {
  width: 100%;
  margin: 0 0 0px;
}
.bottom-header-wrapper {
  display: none;
}
.content-wrap {
  width: 100% !important;
  max-width: 100%;
  
  margin: 0 auto;
 
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 2em;
  padding-right: 2em;
 
}


.col-12 {
  width: 100%;
  display: flex;
  gap: 2%;
  
}
.col-6 {
  width: 50%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.overflow {
  background: linear-gradient(110deg, rgb(1 60 166 / 92%) 50%, rgba(0,0,0,0) 50%);
  margin-top: -10px;
}
.heroBanner {
  background: url(https://www.workinghumor.com/wp-content/uploads/2023/04/girl-g883a28b55_1280.jpg);
  background-size: cover;
  background-position: center;
}
.heroBanner .container {
  min-height: 600px;
  display: flex;
  align-items: center;
 
}

.heroBanner h1 {
  font-weight: bolder;
  font-size: 52px;
  color: #fff;
  line-height: 1.2em;
}
.heroBanner p {
  color:#fff;
  font-size: 18px;
}
.heroBanner .col-6{
  padding-right: 4%;
}

a.myBtn {
  padding: 10px 40px;
  background: #ffee22;
  color: rgb(1 60 166);
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}
.tagHeader h3 {
  color: rgb(1 60 166);
  font-weight: bold;
  text-align: center;
}
.tagHeader {
  background: #ffee22;
}
.tagHeader .col-4 {
 
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}
.containtMain {
  padding-top: 80px;
}
.containtMain .col-12 {
  margin-bottom: 80px;
}
.containtMain .col-12 {
  gap: 40px;
}
.containtMain img {
  height: 510px;
  width: 90%;
  object-fit: cover;
  border-radius: 30px;
  text-align: center;
}
h2 {
  font-size: 52px;
}
.mob {
  display: none;
}
@media only screen and (max-width: 600px) {
 .col-6, .col-4 {

    width: 100%;
 }
 .overflow {
  background:  rgb(1 60 166 / 92%);
  margin-top: -10px;
}
.col-12 {
  width: 100%;
  display: block;
}
.mob {
  display: block;
}
.desktop {
  display: none;
}
.containtMain img{
  width: 100%;
}
}