/*!
Theme Name: HRI V2.0
Theme URI: http://underscores.me/
Author: Silverline Technology Pvt. Ltd
Author URI: http://underscores.me/
Description: Theme Developed for HRI Institute for Southasian Research and Exchange
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hri-v2-0
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.

HRI V2.0 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

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

/* 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;
}


/*2020 Customizations*/
blockquote {
	color: #b6b6b6;
font-style: italic;
padding-left: 12px;
border-left: 2px solid #ee312c;
margin: 24px 0px;
line-height: 1.4;
}



 img {
	height: auto;
	max-width: 100%;
}


p img {
    max-width: 100% !important;
    height: auto;
}




#single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper .article-item img {
    width: 100%;
    object-fit: cover;
    object-position: center top;
    max-height: 200px !important;
}

 
.avak-sidebar-list ul {
	list-style: none;
	padding: 0px;
	margin-left: 10px;
	font-size: 1.2em;
}




.avak-sidebar-list ul  li {
    margin: 8px 0px;
    /*padding-left: 15px;*/
    color: #73777b;
    position: relative;
    cursor: pointer;
}


.avak-sidebar-list ul  li::before {
   content:"\f105";
   font-weight: 600;
   font-family: "Font Awesome 5 Free";
   margin-right: 5px;
}



.avak-sidebar-list ul  li a {
    color: #73777b;
    text-decoration: none;
}


/*Scroll on Top*/

html {
  scroll-behavior: smooth;
}


.scroll-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 25px;
  right: 20px;
  display: none;
  background: #EE312C;
}
.scroll-top i {
  display: inline-block;
  color: #fff;
}
 






#footer .foot-list .foot-link-list.about-list li:nth-last-child(1) span:nth-child(1) {
    background: #ee312c;
    padding: 4px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 10px;
}




.screen-reader-response {
    display: none;
}