/*!
Theme Name: Nise
Theme URI: #
Author: Oyolloo
Author URI: https://www.oyolloo.com/
Description: Blog - WordPress Theme
Version: 1.0.0
Requires PHP: 7.0
Tested up to: 6.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nise
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Custom CSS */
.page-wrapper-area{
    background: #fff;
}
.wpo-site-header .menu-item-has-children a::before {
	top: 20% !important;
}

#menu-footer-menu li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}
#menu-footer-menu li:last-child{
    margin-right: 0px;
}
.wpo-blog-hero-area .recent-blog-item .img-holder .wpo-blog-content h2 {
	line-height: 30px;
	margin-bottom: 10px;
}
.wpo-breacking-news .wpo-breacking-wrap .wpo-breacking-item .wpo-breacking-text h3 {
	line-height: 26px;
}
.more-info .more-info-title {
	line-height: 20px;
}
.more-info-desc a {
	color: #70bf55;
}
.more-info-desc a:hover{
	color: #0a58ca !important;
}
.team-single-item .member-name {
	margin-bottom: 5px;
}
.wpo-info-hero-section .section-title {
	line-height: 28px;
}
.wpo-info-hero-section a {
	color: #70bf55 !important;
}
.wpo-info-hero-section a:hover{
	color: #0a58ca !important;
}
.wpo-info-sidebar .call-widget .card-body a{
    color: #70bf55 !important;
}
.wpo-info-sidebar .call-widget .card-body a:hover {
	text-decoration: underline;
	color: #0a58ca !important;
}
.wpo-info-main-section a{
    color: #70bf55 !important;
}
.wpo-info-main-section a:hover{
	color: #0a58ca !important;
}
.list-unstyled.bullet-point-list.space-y-2 a {
	color: #70bf55 !important;
}
.list-unstyled.bullet-point-list.space-y-2 a:hover{
	color: #0a58ca !important;
}
.awards-contact a{
	color: #70bf55 !important;
}
.awards-contact a:hover{
	color: #0a58ca !important;
}
.wpo-scholarship-hero-section.pb-4 a{
	color: #70bf55 !important;
}
.wpo-scholarship-hero-section.pb-4 a:hover{
	color: #0a58ca !important;
}
.card.bg-card-shadow.p-4 a{
	color: #70bf55 !important;
}
.card.bg-card-shadow.p-4 a:hover{
	color: #0a58ca !important;
}
.ol-scholarships-right-sidebar .scholarship-sidebar.blog-sidebar {
	padding-left: 0;
}
.ol-scholarships-right-sidebar .scholarship-sidebar.blog-sidebar a{
	color: #70bf55 !important;
}
.ol-scholarships-right-sidebar .scholarship-sidebar.blog-sidebar a:hover{
	color: #0a58ca !important;
}
.home-page-add-wrapper .page-wrapper {
	max-width: 1148px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: -26px;
	margin-top: -26px;
}
.wpo-scholarship-top p {
	margin-bottom: 0;
}
.nise-desc a{
	color: #70bf55 !important;
}
.nise-desc a:hover{
	color: #0a58ca !important;
}
.ol-scholarships-right-sidebar .blog-sidebar {
	padding-left: 0;
}
.wpo-resources-item .wp-resources-desc a {
	color: #70bf55 !important;
}
.wpo-resources-item .wp-resources-desc a:hover{
	color: #0a58ca !important;
}
.wpo-resources-pg-section .accordion-body a{
	color: #70bf55 !important;
}
.wpo-resources-pg-section .accordion-body a:hover{
	color: #0a58ca !important;
}
.list-unstyled .list-desc a {
	color: #70bf55 !important;
}
.list-unstyled .list-desc a:hover{
	color: #0a58ca !important;
}
.office-info-text {
	color: #70bf55 !important;
}
.office-info-text:hover{
	color: #0a58ca !important;
}
.wpo-footer-area .copyright-message p {
	margin-bottom: 0;
}
.wpo-footer-area .copyright-message p a{
  color: #70bf55 !important;
}
.wpo-footer-area .copyright-message p a:hover{
  color: #0a58ca !important;
}
.copyright-btm a {
  color: #70bf55 !important;
}
.copyright-btm a:hover{
  color: #0a58ca !important;
}
.header-logo-wrapper {
  position: relative;
}
.header-logo-wrapper a img {
  position: absolute;
  top: -55px;
  left: -7px;
  width: 57vh;
}
.office-info-text p {
	color: #70bf55 !important;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
	text-transform: capitalize;
}

/* Update CSS */
.wpo-page-title h1 {
	font-weight: 500;
	line-height: 32px;
}
.wpo-blog-pg-section .format-standard::before {
	display: none !important;
}
.wpo-blog-pg-section .format-standard {
	background: #ffff;
	padding: 25px 35px 45px;
}
.wpo-blog-pg-section .wpo-blog-content .post {
	margin-bottom: 0px; 
}
.container.custom-container {
	background: #fff;
	max-width: 1148px;
	padding-top: 30px;
	padding-bottom: 25px;
	padding-right: 25px;
}
.pagination-wrapper .pg-pagination span.page-numbers.current, .pagination-wrapper .pg-pagination li span.page-numbers.current:hover {
	background: #70bf55;
	border-color: #70bf55;
	color: #fff;
}
.pagination-wrapper .pg-pagination span.page-numbers.current{
	background: #70bf55 !important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-size: 1.0666666667rem;
	font-weight: 600;
	color: #fff !important;
	display: block;
}
.pagination-wrapper {
	margin-top: 15px !important;
	margin-left: 35px !important;
}
.container.custom-container .blog-sidebar {
	padding: 0;
}
/* .container.custom-container .blog-sidebar .widget {
	border: none;
} */

.blog-sidebar .widget h2::before {
	content: "";
	background-color: #70bf55;
	width: 55px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 10px;
}
.blog-sidebar .widget h2::after {
	content: "";
	background-color: #f2f2f2;
	width: 80%;
	height: 4px;
	position: absolute;
	left: 65px;
	bottom: 0;
	border-radius: 10px;
}
.blog-sidebar .widget_categories ul a::before {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	content: "\e649";
	font-family: "themify";
	transform: translateY(-50%);
	font-size: 15px;
}
.blog-sidebar .widget_categories ul a {
	display: block;
	color: #474f62;
	position: relative;
	padding-left: 30px;
}
.blog-sidebar .widget_categories ul > li + li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eef0fc;
}
.blog-sidebar .widget_categories ul li {
	font-size: 19px;
	font-size: 1.2666666667rem;
}
.theme__all__sidebar-item.widget_categories ul li a::after {
	display: none;
}
.theme__all__sidebar-item.widget_categories ul li a {
	display: block;
	color: #474f62;
	font-family: inherit;
	transition: all 0.4s ease-out 0s;
	padding-left: 30px !important;
	padding: 0;
	font-weight: inherit;
	border-bottom: none;
	position: relative;
}
.theme__all__sidebar-item.widget_categories ul li a:hover{
	color: #70bf55;
}
.theme__all__sidebar-item ul li:first-child  span{
	top: 0;
}
.theme__all__sidebar-item.widget_tag_cloud a {
	font-size: 1rem !important;
	display: inline-block !important;
	padding: 5px 18px !important;
	color: #232f4b !important;
	background: #ecf4fb !important;
	border-radius: 5px !important;
	border: none !important;
	font-weight: 500 !important;
}
.theme__all__sidebar-item.widget_tag_cloud a:hover{
	background: #70bf55 !important;
	color: #fff !important;
}
.theme__blog__details-left-related-tag a {
	font-size: 1rem !important;
	display: inline-block !important;
	padding: 5px 18px !important;
	color: #232f4b !important;
	background: #ecf4fb !important;
	border-radius: 5px !important;
	border: none !important;
	font-weight: 500 !important;
}
.theme__blog__details-left-related-tag a:hover{
	background: #70bf55 !important;
	color: #fff !important;
}


.widget_text.theme__all__sidebar-item.widget.widget_custom_html{
	border: none !important;
	padding: 0;
}
.theme__all__sidebar-item.widget.widget_search input{
	background-color: rgba(112, 191, 85, 0.05);
	height: 70px;
	font-size: 16px;
	font-size: 1.0666666667rem;
	padding: 6px 50px 6px 20px;
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	transition: all 0.3s;
}
.theme__all__sidebar-item.widget.widget_search input[type="submit"] {
	background: transparent;
	font-size: 1.3333333333rem;
	color: #fff;
	background-color: #70bf55;
	border: 0;
	outline: 0;
	position: absolute;
	right: 10px;
	top: 52%;
	height: 50px;
	line-height: 50px;
	border-radius: 6px;
	transform: translateY(-50%);
	font-size: 15px;
	text-align: center;
	padding: 0px 15px !important;
}
.wpo-blog-pg-section.blog-single-wrapper .container.custom-container {
	padding-left: 30px;
}



@media (max-width: 767px) {
	.container.custom-container {
		padding-right: 15px !important;
	}
	.wpo-blog-pg-section .format-standard {
		padding: 25px 15px 15px !important;
	}
	.pagination-wrapper .pg-pagination span.page-numbers.current {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.wpo-blog-pg-section.blog-single-wrapper .container.custom-container {
		padding-left: 15px;
	}
}

