/*!
Theme Name: Everything green
Theme URI: http://underscores.me/
Author: Deepak Raj giri
Author URI: https://deepakgiri.com.np
Description: This theme is for Everything green.
Version: 1.0.0
Text Domain: eglmain
*/

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


#notfound {
	position: relative;
	height: 70vh;
	background: #f6f6f6;
  }
  
  #notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }
  
  .notfound {
	max-width: 767px;
	width: 100%;
	line-height: 1.4;
	padding: 110px 40px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
			box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
  }
  
  .notfound .notfound-404 {
	position: relative;
	height: 180px;
  }
  
  .notfound .notfound-404 h1 {
	font-family: 'Roboto', sans-serif;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	font-size: 165px;
	font-weight: 700;
	margin: 0px;
	color: #262626;
	text-transform: uppercase;
  }
  
  .notfound .notfound-404 h1>span {
	color: #278d4e;
  }
  
  .notfound h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	color: #151515;
	margin-top: 0px;
	margin-bottom: 25px;
  }
  
  .notfound .notfound-search {
	position: relative;
	max-width: 320px;
	width: 100%;
	margin: auto;
  }
  
  .notfound .notfound-search>input {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	height: 50px;
	padding: 3px 65px 3px 30px;
	color: #151515;
	font-size: 16px;
	background: transparent;
	border: 2px solid #c5c5c5;
	border-radius: 40px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
  }
  
  .notfound .notfound-search>input:focus {
	border-color: #00b7ff;
  }
  
  .notfound .notfound-search>button {
	position: absolute;
	right: 15px;
	top: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
  }
  
  .notfound .notfound-search>button>span {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		-ms-transform: translate(-50%, -50%) rotate(-45deg);
			transform: translate(-50%, -50%) rotate(-45deg);
	margin-left: -3px;
  }
  
  .notfound .notfound-search>button>span:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	border: 4px solid #c5c5c5;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
  }
  
  .notfound-search>button>span:before {
	position: absolute;
	content: '';
	width: 4px;
	height: 10px;
	left: 7px;
	top: 17px;
	border-radius: 2px;
	background: #c5c5c5;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
  }
  
  .notfound .notfound-search>button:hover>span:after {
	border-color: #00b7ff;
  }
  
  .notfound .notfound-search>button:hover>span:before {
	background-color: #00b7ff;
  }
  
  @media only screen and (max-width: 767px) {
	.notfound h2 {
	  font-size: 18px;
	}
  }
  
  @media only screen and (max-width: 480px) {
	.notfound .notfound-404 h1 {
	  font-size: 141px;
	}
}

/* Blog Post Styles */
.blog-post-item {
    margin-bottom: 30px;
}

.blog-post-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.popular-post-item {
    display: flex;
    margin-bottom: 15px;
}
    
/* Blog Post Styles */
.blog-post-item {
    margin-bottom: 30px;
}

.blog-post-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.popular-post-item {
    display: flex;
    margin-bottom: 15px;
}

.nextprev{
width: 34px;
height: 34px;
font-weight: 700;
border: 1px solid #ddd;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
background-color: #fff;
}

/* Align Image to the Left */



figcaption.wp-caption-text {
    font-style: italic;
    font-size: 14px;
    color: #555;
    padding-top: 8px;
	text-align: center;
}

figure.wp-caption:hover img {
    opacity: 0.9;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    figure.wp-caption {
        margin: 15px 0;
    }

    figcaption.wp-caption-text {
        font-size: 12px;
    }
}

.alignleft {
    float: left;
    margin-right: 15px; 
    margin-bottom: 10px;
}


.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; 
    height: auto; 
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}


.custom-logo {
    width: 160px;
}