/*
Theme Name: faluninfo
Theme URI: http://anwesa.in/
Author: anwesa.in
Author URI: http://anwesa.in/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: faluninfo
Tags:

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

faluninfo is based on Underscores http://anwesa.in/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body {    
    font-size: 17px;
    line-height: 25px;  
    font-family: "Open Sans", "sans-serif", "Arial";
    background-color: #f9f9f9;        
}

a {
  color:#005c88;
}
a:hover {
  text-decoration: none;
}
.page-id-8653 {
  background-color: #333;
}
.wp-list-table #title{
  width: 300px;
}
.research-center-blocks-base-blocks-boxes p {
    font-size: 14px;
}
.grecaptcha-badge {
    visibility: hidden !important;
}
.for-newpage-spl p {
    font-size: 15px;
    margin-bottom: 20px;    
    color: #333;
    text-align: justify;
}
.for-newpage-spl h2 {    
    font-size: 22px;
    color: #000;
}
.recent-article-plus ul li a {
    font-size: 16px;
    color: #333; 
}
.new-purpose .section-title h2 {
    margin-bottom: 40px;
    font-family: 'Playfair-black-italic';
    font-size: 32px;
    text-align: left;
}
.section-title h2:before {
    content: "";
    background: url(./images/line.png) no-repeat;
    width: 60px;
    height: 10px;
    display: inline-block;
}
.section-title h2:after {
    content: "";
    background: url(./images/line.png) no-repeat;
    width: 60px;
    height: 10px;
    display: inline-block;
}
.white-based-zonal-block h3 a {
    font-size: 24px;
    color: #25428D;
    font-family: 'playfair_displaybold';
    margin: 0 0 10px 0;
    text-decoration: none;
}
.white-based-zonal-block p {
    font-size: 15px;
    color: #333;    
    margin-bottom: 40px;
}
.new-style-petition-form {
    font-family: 'open_sanssemibold';
    font-weight: bold;
    font-size: 20px;
}
.class-for-viewmap {
   text-decoration: none;
}

@media screen and (min-width:321px) {
   .home .banner h3 {
      font-size: 22px !important;
      margin-top: 20px;
   }
}

@media screen and (min-width:625px) {
   .home .banner h3 {
      font-size: 36px !important;
      text-shadow: none;
      margin-top: 50px;
   }
}

@media screen and (min-width:992px) {
   .home .banner h3 {
      font-size: 50px !important;
      margin-top: 100px;
   }
}

/******   post   ******/
.key-points h2{
  font-family:serif; 
  font-size:28px; 
  font-weight:bold;
}


