/*!
Theme Name: aims64
Theme URI: http://underscores.me/
Author: Suman Shrestha
Author URI: https://sumanshresthaa.com.np
Description: A minimalist recruiting agency custom theme designed and developed by Suman Shrestha
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aims64
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aims64 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 28, 2021 */
@font-face {
    font-family: 'reeyregular';
    src: url('reey-regular-webfont.woff2') format('woff2'),
         url('reey-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.custom-logo {
    height: 80px;
    width: auto;
}
.stricky-header.stricky-fixed .custom-logo {
    height: 50px;
}

.entry-content {
    margin-top: 40px;
}
.job_lists {
    background: #eee;
    padding: 15px;
    margin-bottom: 25px;
}




/*-------------------------------------------------------
02. Innepage Team css
---------------------------------------------------------*/
.team_list {
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    color: #343434;
    padding: 40px 40px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08);
    position: relative;
    text-align: center;
    box-sizing: border-box;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow, top;
    margin: 0px 10px 40px;
}
.team_list img {
    height: 230px;
    width: 230px;
    object-fit: cover;
    border-radius: 50%;
}
.team_list .team-content {
    min-height: 140px;
}
.team_list .team-content h3 {
    margin: 20px 0 14px;
    color: #191919;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
}
.team_list .team-content p {
    font-size: 12px;
    letter-spacing: 0.3px;
}
.team_list .team-content span {
    color: blue;
    font-size: 14px;
    font-weight: 600;
}



.entry-content h3 {
    margin-bottom: 20px;
}
ul.demand_lists {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
ul.demand_lists li {
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
}
ul.demand_lists li:last-child {
    border-bottom: none;
    padding: 5px 0 0;
}
ul.demand_lists li label {
    margin: 0;
    font-weight: 600;
}



/*======================================
## CUSTOM POST-NAVIGATION CSS
======================================*/
.navigation.post-navigation {
    border-top: 1px solid #c00;
    border-bottom: 1px solid #c00;
    padding: 15px 0;
    overflow: hidden;
}
.navigation.post-navigation .nav-links .nav-previous {
    float: left;
    margin-right: 15px;
}
.navigation.post-navigation .nav-links .nav-next {
    float: right;
}
.navigation.post-navigation .nav-links .nav-previous a, .navigation.post-navigation .nav-links .nav-next a {
    color: #101010;
    font-size: 13px;
    font-weight: 800;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.navigation.post-navigation .nav-links .nav-previous a:hover, .navigation.post-navigation .nav-links .nav-next a:hover {
    color: #c00;
    text-decoration: none;
}



/*--------------------------------------------------------------
## NOT FOUND SECTION
--------------------------------------------------------------*/
.no-results.not-found {
}
.no-results.not-found .page-title {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #c00;
}
.no-results.not-found p {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.no-results.not-found .search-form {
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.not-found label {
    width: 100%;
}
.not-found .search-field {
    border: 1px solid #999;
    border-radius: 0px;
    padding: 10px 15px;
    width: 99.9%;
}
.not-found .search-submit {
    width: 15%;
    border: 1px solid #999;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.not-found .search-submit:hover{
    border: 1px solid #333;
    background: #333;
    color: #fff;
}


.search_lists a {
    border: 1px solid #ccc;
    background: #ddd;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
    margin-bottom: 10px;
    display: block;
}
.search_lists a:hover {
    border: 1px solid #ccc;
    background: #fff;
    color: #c00;
    text-decoration: none;
}

.job_listings p {
    font-size: 15px;
    font-weight: 500;
}
.job_listings p br {
    border-bottom: 1px solid #ccc;
    display: block;
    content: '';
}