/*
Theme Name: Mild Blog
Theme URI: https://hosein.me/
Description: Hosein Hamzenejad official website theme
Author: Hosein Hamzenejad
Author URI: https://hosein.me/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpmu
*/


/*------------------------------FUNCTIONS ----------------------*/
/*------------------------------VARIABLES & predefined classes ----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@media (max-width: 768px) {
  .page-contain {
    padding: 0px;
    margin-top: 75px !important; }
    .name{
      margin-top: -10px;
    }
    .mobile-toggle{
      margin-top: -14px;
    }
  /* line 46, style.scss */
  .hide-mob, .my_header ul {
    display: none; } }

@media (min-width: 768px) {
  /* line 54, style.scss */
  .my_header .mobile-toggle {
    display: none; }
    .wpfp-featured-post-grid {
      clear: both;
      margin-left: -30px !important;
      margin-right: -15px !important;
  }
   }

/* line 63, style.scss */
body, html {
  background: #f6f6f6;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden; }
  /* line 72, style.scss */
  body img, html img {
    transition: all 0.3s ease; }
  /* line 76, style.scss */
  body img:hover, html img:hover {
    filter: saturate(1.25);
    filter: contrast(1.25); }

/* line 83, style.scss */
.page-passage p{
	font-family: 'Open Sans', sans-serif;
}
h4 {
  padding: 10px;
  background: #94c6e7;
  font-size: 18px;
  font-weight: 500; }
  @media (max-width: 768px) {
    /* line 83, style.scss */
    h4 {
      width: 100% !important;
      text-align: center; } }

/* line 94, style.scss */
.hr {
  height: 3px;
  background: #DFC8C9;
  width: 80%;
  margin-left: 10px !important;
  margin-top: 20px; }

/* line 103, style.scss */
a, a:hover {
  text-decoration: none;
  color: #000; }

/* line 110, style.scss */
.my-fix {
  position: fixed; }

/*---------------------------HEADER------------------------------*/
/* line 120, style.scss */
.my_header {
  padding-left: 25px;
  height: 70px;
  background: #ffffff;
  color: #000000; }
  /* line 127, style.scss */
  .my_header ul {
    margin-top: 0.1em; }
  /* line 133, style.scss */
  .my_header a {
    color: #000000;
    font-size: 18px; }
  /* line 138, style.scss */
  .my_header a.activ {
    color: #2980B9;
    font-weight: bold; }
  /* line 143, style.scss */
  .my_header .search-form {
    background: #f6f6f6;
    height: 30px;
    border: none;
    border-radius: 7px;
    padding: 5px;
    padding-left: 30px;
    transition: all 0.3s ease; }
  /* line 153, style.scss */
  .my_header .search-form:focus {
    background: rgba(255, 132, 132, 0.2); }
.custom-logo{
    
    width: 60px;
    height: 55px;
    align-self: flex-start;
}

/*---------------------modal--------------------------*/
/* line 171, style.scss */
#usererror {
  display: none; }

/*-------------------------------MOBILE MENU--------------------------*/
/* line 176, style.scss */
.mobile-menu {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
backdrop-filter: blur(5px);
  height: 100%;
  margin: 0px !important;
  z-index: 9999;
  padding: 15px;
  display: none; }
  /* line 187, style.scss */
  .mobile-menu a {
    color: #000000;
    font-size: 25px; }
  /* line 195, style.scss */
  .mobile-menu a.activ {
    color: #2980B9;
    font-weight: bold; }
  /* line 200, style.scss */
  .mobile-menu .search-form {
    background: #f6f6f6;
    height: 30px;
    border: none;
    border-radius: 7px;
    padding: 5px;
    padding-left: 30px;
    transition: all 0.3s ease; }
  /* line 210, style.scss */
  .mobile-menu .search-form:focus {
    background: rgba(255, 132, 132, 0.2); }

/* line 219, style.scss */
.modal {
  z-index: 9999999; }

/* line 223, style.scss */
.header_border {
  height: 5px;
  background: linear-gradient(120deg, #FF8484, #2980B9); }

/* line 228, style.scss */
.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important; }

/*---------------------SLIDER--------------------------*/
/* line 235, style.scss */
.main-slider {
  margin-top: 150px; }
  @media (max-width: 768px) {
    /* line 235, style.scss */
    .main-slider {
      margin-top: 75px !important; } }
  /* line 246, style.scss */
  .main-slider .carousel {
    width: 100%;
    margin-top: 20px; }
    @media (max-width: 768px) {
      /* line 246, style.scss */
      .main-slider .carousel {
        padding: 0px !important;
        margin: 0px !important;
        width: 100%;
        border: none !important; } }
    /* line 260, style.scss */
    .main-slider .carousel .carousel-control-prev, .main-slider .carousel .carousel-control-next {
      color: #ffffff !important;
      opacity: 0;
      transition: all 0.3s ease !important;
      width: 10%; }
      @media (max-width: 768px) {
        /* line 260, style.scss */
        .main-slider .carousel .carousel-control-prev, .main-slider .carousel .carousel-control-next {
          opacity: 1;
          width: 20%; } }
    /* line 272, style.scss */
    .main-slider .carousel .carousel-control-prev:hover {
      background: linear-gradient(to right, rgba(41, 128, 185, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
      width: 20%;
      opacity: 1; }
    /* line 282, style.scss */
    .main-slider .carousel .carousel-control-next:hover {
      background: linear-gradient(to left, rgba(255, 132, 132, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
      width: 20%;
      opacity: 1; }
    /* line 290, style.scss */
    .main-slider .carousel i {
      font-size: 45px; }
    /* line 294, style.scss */
    .main-slider .carousel a {
      font-size: 25px;
      text-shadow: 0 0rem 1rem #200808; }
      @media (max-width: 768px) {
        /* line 294, style.scss */
        .main-slider .carousel a {
          font-size: 18px; } }
    /* line 304, style.scss */
    .main-slider .carousel .carousel-caption {
      display: block !important; }

/*---------------------LATEST POSTS & SIDEBARS--------------------------*/
/* line 314, style.scss */
.sidebar-contain h4 {
  width: 50%; }
  @media (max-width: 768px) {
    /* line 314, style.scss */
    .sidebar-contain h4 {
      width: 100% !important; } }
/* line 323, style.scss */
.sidebar-contain .sidebar-item:not(:first-of-type) {
  margin-top: 30px; }
@media (max-width: 768px) {
  /* line 327, style.scss */
  .sidebar-contain .sidebar-item:first-of-type {
    margin-top: 30px !important; } }
/* line 333, style.scss */
.sidebar-contain .side-list {
    height: auto;
    margin-top: 15px;
    padding-top: 10px;
}
/* line 338, style.scss */
.sidebar-contain li {
  border: none !important; }
/* line 342, style.scss */
.sidebar-contain .fa-square {
  color: #ffe1e1;
  transition: all 0.3s ease; }
/* line 347, style.scss */
.sidebar-contain li:hover > .fa-square {
  color: #FF8484; }
/* line 351, style.scss */
.sidebar-contain a {
  transition: all 0.3s ease; }
/* line 355, style.scss */
.sidebar-contain li:hover > a {
  font-weight: 500; }

.side-list ul{
    display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 10px;

}

.side-list ul li{
position: relative;
display: block;
padding: .75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
}

.side-list ul li:before{
background: #ffe1e1;
transition: all 0.3s ease;
display: inline-block;
content: ' ';
color: #ffe1e1;
border-radius: 3px;
margin-right: 8px;
width: 15px;
height: 15px;
margin-top: 2px;
    
}

.sidebar-contain li:hover:before{
    background:#FF8484;
}


/* line 362, style.scss */
.post {
  transform: translate3d(0) translateZ(0);
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-overflow: clip;
  background: #ffffff;
  height: 200px;
  margin-top: 15px;
  margin-bottom: 30px;
  transition: all 0.5s ease; }
  /* line 369, style.scss */
  .post p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-overflow: clip; }
  /* line 379, style.scss */
  .post a, .post h5 {
    transition: all 0.3s ease; }
  /* line 384, style.scss */
  .post a:hover, .post h5:hover {
    color: #2980B9 !important; }
  @media (max-width: 768px) {
    /* line 362, style.scss */
    .post {
      margin-top: 0px !important;
      margin-bottom: 20px !important;
	  height: auto;
      flex-direction: column; } }
  /* line 405, style.scss */
  .thumbnail {
    width: 250px;
    height: 100%;
    object-fit: cover; }
    @media (max-width: 768px) {
      /* line 405, style.scss */
      .thumbnail {
        width: 100%;
        height: 200px; } }
  /* line 419, style.scss */
  .post .passages {
    padding: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-overflow: clip; }
  /* line 427, style.scss */
  .post .post-details {
    margin-left: 0px;
    margin-bottom: auto;
    margin-top: 57px;
  }
  /* line 433, style.scss */
  .post .post-details p {
    margin-bottom: auto;
    font-size: 14px; }
  /* line 443, style.scss */
  .post .post-details p:not(:first-of-type) {
    margin-left: 30px; }

/* line 449, style.scss */
.post:hover {
  box-shadow: 0 0rem 2rem rgba(0, 0, 0, 0.175) !important;
  transform: scale(1.04); }

/* line 455, style.scss */
.reload-btn a {
  transition: all 0.5s ease; }

/* line 459, style.scss */
.reload-btn > a:hover span i {
  animation: rotatee;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

/* line 465, style.scss */
.reload-btn > a:active span i {
  animation: rotatee;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

/* line 473, style.scss */
.reload-btn a:active {
  transform: scale(1.2); }

/* line 479, style.scss */
.reload-btn a:hover {
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.175) !important; }

/*------------------------------------FOOTER--------------------------------*/
/* line 486, style.scss */
.footer-wrap {
  min-height: 300px;
  margin-top: 50px;
  background: url(assets/ftbg.svg);
  background-size: cover;
  background-position: 0% 50%;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  /* line 496, style.scss */
  .footer-wrap * {
    overflow: hidden; }
  /* line 501, style.scss */
  .footer-wrap .copyright {
    margin-top: auto !important;
    vertical-align: bottom; }
  /* line 507, style.scss */
  .footer-wrap .desc {
    line-height: 35px;
    text-transform: capitalize; }
  /* line 512, style.scss */
  .footer-wrap a {
    transition: all 0.3s ease; }

/*---------------------------Page-----------------------*/
/* line 532, style.scss */
.page-contain {
  margin-top: 120px }
  /* line 535, style.scss */
  .page-contain .page-title {
    font-size: 32px; }
  /* line 539, style.scss */
  .page-contain .page-passage {
    line-height: 30px;
    font-size: 18px; }
  /* line 544, style.scss */
  .thumb-contain img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 500px; }

/**

--------------------comments---------------------------------------- */

.comments-title{
    color: white;
text-align: center;
width: 50%;
margin: 50px auto;
}

.comment-form{
    margin-top: 30px;
    padding: 10px;
}


.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

.comment-form-comment label{
    display: block;
}

.comment-form-comment label:after{
    content: ' :';
}

.comment-form-comment textarea{
    margin-top: 20px;
    border-radius: 10px !important;
}


.submit {
    width: 200px;
    background: linear-gradient(120deg, #98C97B,#7AB05C );
    padding: 10px 10px;
    color: white;
    font-weight: normal;
    font-size: 20px;
    transition: all 0.3s ease;
    margin-top: 20px;
    border: none;
    background-size: 200%;
    border-radius: 7px;
    cursor: pointer;
}

.submit:hover{
    background-position: 100% 100%;
}

ul,li{
    list-style-type: none !important;
}

.comment{
    margin-top: 20px;
    list-style-type: none;
}

.comment-details{
    background: #fefefe;
    padding: 20px;
    margin-top: 15px;
    border-radius: 10px;
}

.avatar{
    border-radius: 999px;
}


.comment-meta cite{
    padding: 5px 10px;
margin-right: 10px;
font-weight: 500;
color: white;
background-color: #FF8484;
border-radius: 7px;
    
}

.comment-content{
    margin-top: 20px;
}

.comment-reply-link{
    text-align: right;
    border-radius: 5px; 
}

.comment-reply-link a{
    padding: 7px;
    background: #98C97B;
    color: white;
}

.comment-date{
    margin-top: 12px;
    opacity: 0.5;
}


.comment-awaiting-moderation{
    color: #05699fcc;
}

/*---------------------------scroll up link-----------------------*/
/* line 760, style.scss */
#sc {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: linear-gradient(120deg, #FF8484, #2980B9);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 10000;
  transition: box-shadow 0.5s linear; }

/* line 776, style.scss */
#sc span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff; }

/* line 789, style.scss */
#sc:hover {
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.175) !important;
  }

/*----------------------------------ANIMATIONS---------------------------------*/
@keyframes rotatee {
  0% {
    transform: rotate(0deg);
    opacity: 0.5;
   }
  100% {
    transform: rotate(360deg);
    opacity: 0.9;
   } }

    @keyframes rotate2 {
      0% {
        transform: rotate(0deg);
        color: #FF8484;
       }
      100% {
        transform: rotate(360deg);
        color: #206593;
       } }

@keyframes slideup {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-70px); } }
@keyframes slidedown {
  0% {
    transform: translateY(-75px); }
  100% {
    transform: translateY(0px); } }
/* line 827, style.scss */
.slide-up {
  animation: slideup;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: 1; }

/* line 837, style.scss */
.slide-down {
  animation: slidedown;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: 1; }

/*# sourceMappingURL=style.css.map */

.tml a{
    opacity: 0.6;
}

.tml a:hover{
    opacity: 1;
}

.validate{
    width: auto !important;
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: none !important;
    
}

.waves-effect{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

#searchsubmit{
    background: #2980B9 !important;
    transition: background 0.3s ease;
}

#searchsubmit:hover{
    background: #206593 !important;
}

.cs-slide{
    color: white;
    text-shadow: 0 0rem 1rem #200808;
}

.form-control:focus{
            border: thin solid #2980B9 !important;
            box-shadow: none !important;
        }

        .name h5{
          font-size: 18px;
		  font-weight: bold;
        }

        .name p{
          margin-top: -10px;
          color: rgb(156, 176, 199);
        }

        .wpcf7-submit {
          width: 150px;
          background: linear-gradient(120deg, #43F3A2, #44c353);
          background-size: 200%;
          background-position: 50% 50%;
          padding: 10px 10px;
          color: white;
          font-weight: normal;
          font-size: 20px;
          cursor: pointer;
          border-radius: .25rem;
          border:none;
          transition: all 0.3s ease; }

          .wpcf7-submit:hover{
            background-position: 100% 0%;
          }

	.page-passage a{
		color:slateblue;
  }
  
  .page-passage h4{
    margin-top: 20px !important;
    font-weight: bold;
    font-size: 22px;
	color: white;
	text-transform: capitalize;
  }

	.page-passage a:hover{
		color:darkblue;
  }
  
  code[class*="language-"], pre[class*="language-"] {
   font-size: 14px !important;
}

.loading-posts{
  font-size: 100px;
  opacity: 0.7;
  display: none;
  animation: rotatee;
  animation-duration: 1s;
  transform-origin:center;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
	
@media (max-width: 768px) {
  #posts-wrap{
      padding:15px !important;
  }
  
  .post .post-details {
    margin-top: 15px !important;
}
	
.page-title, .wp-block-heading{
	font-size: 20px !important;
    font-weight: 600;
}
	
		
.name h5{
          font-size: 17px;
        }	
	
	.post h5{
		font-size: 17px;
	}
	
	.page-passage .post-details p{
		font-size: 16px;
	}
	
}

/* @media (max-width: 400px) {
	 	.post-details{
		flex-direction: column;
	}
	
	.post-details .subject{
		margin-left: 0 !important;
	}
	
} */

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #FF8484;
}

::selection {
  color: #fff;
  background: #FF8484;
}

.grecaptcha-badge{
	display: none !important;
	opacity: 0 !important;
}

@media (min-width:992px) {
 .container {
  max-width:990px
 }
}
@media (min-width:1200px) {
 .container {
  max-width:1300px
 }
}

h4{
    font-weight: 500 !important;
}

.page-passage iframe{
	margin: 4px auto;
	display: block;
}

.page-passage hr{
	color: #94c6e7;
}

.page-passage li{
	list-style-type:disc !important;
}

.pagination{
	justify-content: center;
}

.page-item.active .page-link {
    background-color: rgb(41, 128, 185);
    border-color: rgb(41, 128, 185);
}

.page-link{
	color: rgb(41, 128, 185);
}

.navbar-search{
	transform: translateX(-16px);
}

.wp-block-code code{
	min-width: max-content;
}