:root {
  --color-primary: #f2f2f2;
  --color-success: #00bf8e;
  --color-warning: #f7c94b;
  --color-danger: #f75842;
  --color-danger-variant: rgba(247, 88, 66, 0.4);
  --color-white: #fff;
  --color-light: rgba(255, 255, 255, 0.7);
  --color-black: #000;
  --color-bg: #f2f2f2;
  --color-bg1: rgb(255 255 255 / 70%);
  --color-bg2: rgb(255 255 255 / 70%);
  --color-theme-border: #f2f2f2;
  --color-blue: #5389fcff;
  --color-contact-aside: #5389fcff;

  --container-width-lg: 80%; /*for large devices*/
  --container-width-md: 90%; /*for medium devices*/
  --container-width-sm: 94%; /*for small devices*/

  --transition: all 400ms ease;
}

.logo{
  max-width: 200px;
  margin: auto;
  margin-left: 7px;
}

.mobilementuthemebtn{
  position: absolute;
  left: 1200px;

}

::selection{
    background: #4CAF50;
    color: white;
}

.navbar{
    width: 100%;
    height: 56px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 5vw; */
    background: #fff;
    z-index: 9;
    margin: none;
    box-shadow: 0 3px 7px 3px rgba(0, 0, 0, .2);
}

.nav_area_elements{
   position: relative;
}


.navigation-links{
    list-style: none;
    display: flex;
}



.links{
    padding: 10px;
    margin-left: 10px;
    text-decoration: none;
    text-transform: capitalize;
    color: green;
    display: inline-block;
}


.active{
  background-color: #4CAF50;
  border: 1px solid #4CAF50;
  border-radius: 7px;
  color: white;
}

.header{
    margin-top: 70px;
    width: 100%;
    height: calc(100vh - 60px);
    /* background: url(.); */
    background-size: cover;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.adminLink3{
  display: none;
}

/* .content{
    text-align: center;
} */

.heading{
    color: #000;
    font-size: 80px;
    line-height: 72px;
    margin-bottom: 80px;
    background-image: url('../img/vitalii-pavlyshynets-kcRFW-Hje8Y-unsplash.jpg');

}

/* font-family for body */
body{
  font-family: 'Montserrat', sans-serif;
  
}

.heading .small{
    display: block;
    font-size: 40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.heading .no-fill{
    font-style: italic;
    color: transparent;
    -webkit-text-stroke: 2px #000;
}

.btn{
    padding: 10px 20px;
    border-radius: 7px;
    background: rgba(66, 12, 57, 0.7);
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}

.latest-blog-area{
    width: 100%;
    padding: 50px 5vw;
    display: grid;
    /* grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px; */
}

.blog-area, .draft-blogs-area{
    /* width: 100%;
    padding: 50px 5vw;
    display: grid; */
    /* grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    margin: auto;
    height: fit-content;

}


.blog-card{
  width: 350px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #32d455;
  border-radius: 7px;
  /* padding: 3px; */
  box-shadow: 0 3px 7px 3px rgba(0, 0, 0, .2);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.blog-card > div{
  padding: 3px;
}

.blog-title{
  color: green;
  margin: auto;
  font-size: 21px;
  text-align: center;
  font-weight: 700;
}

.read-more-section{
   width: 100%;
   margin: 0;
   color: green;
  /* margin-bottom: 30px; */
}

.blog-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    /* border: 1px solid #fff; */
    border-radius: 7px;
    margin-bottom: 10px;
}

.blog-overview{
  font-size: 14px;
  margin: 10px 0 10px;
  line-height: 24px;
  height: 130px;
}

.publish_details{
  color: grey;
  font-size: 10px;
  font-style: italic;
}

.btn.red{
    background: #32d455;
    color: #fff;
    float: right;
}

.publish-draft-btn{
  background: #FFA500;
  color: #fff;
  float: right;
}

.overlay{
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 99;
  background:rgba(0, 0, 0, .7);
  display: none;
}

.overly-text{
  color: #fff;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  z-index: 999;
}

.loader__section-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  z-index: 999;
}

/*mobile menu*/
/* .mobilemenulinks{
  display: none;
} */
.mnav{
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}

.mobilemenulinks{
  top: 1px;
  display: none;
  right: 7px;
}

.mobilemenulinks li{
  display: block;
  padding: 14px 16px;
  width: 100%;

}

.mobilemenulinks li:hover{
  background-color: #ddd;
  color: green;
}


.mobilemenuicon{
  background: none;
  display: none;
  position: absolute;
  right: 3px;
  top: 7;
  z-index: 7;
}

.banner{
  height: 260px;
  /* background-repeat: no-repeat; */
  background-size: contain;
  margin-top: 52px;
}

.banner > img{
  width: 100%;
}

.hero-image {
  background-image: url("../img/vitalii-pavlyshynets-kcRFW-Hje8Y-unsplash.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.footer{
  text-align: center;
  background-color: #555;
  opacity: inherit;
  padding: 7px;
  color: #4CAF50;
}
.footer p{
  color: grey;
}

/* ---ADS PAGE--- */
.gptads{
  padding-top: 90px !important;
}

.ads-affiliate-links{
  margin-bottom: 10px;
}

.ads-affiliate-links.adpage{
  height: 500px;
}

.ads-save-success{
  display: none;
  color: #4CAF50;
  font-size: 21px;
  align-items: center;
}

.ads-save-failed{
  display: none;
  color: #f75842;
  font-size: 21px;
  align-items: center;
}