/*!
Theme Name: Ri
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ri
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 with others.

Ri is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */
  .rieducationwhychoose
    {
        min-height:104px;
    }
.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #E1E3D0;
    font-size: 19px;
    font-weight: 600;
}
.wp-block-table.is-style-stripes td {
    border-color: black;
    font-size: 15px;
    font-weight: 600;
}
.wp-block-table {
  
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  vertical-align:top;
  text-align: left;
  padding: 8px;
}

.textalignjustifyfix p
{
	text-align:justify;
}

.notification-main
{
	background: #005aa9;
	border-radius: 12px;
	padding: 10px 15px 20px 15px;
}
                            

.notification-text
{
	padding:0px 10px;
	border-radius:10px;
	background-color:#fff;
}
.notification-text a,.notification-text i
{
	color:#005aa9;
	margin: 8px 0px;
	font-size:15px;
}
@media (max-width:693px)
{
    .rischoolfeautreshome .item
    {
            padding: 5px 5px !important;
    }
    .rischoolfeautreshome .item h4
    {
            font-size:12px !important;
    }
    .rischoolfeautreshome .item i
    {
              font-size: 50px !important;
    }
    .col-md-4.col-sm-4.col-xs-4.rischoolfeautreshome {
       padding: 3px;
    }
    .rieducationwhychoose
    {
       min-height: 204px;
    }
    .rieducationfunfactor .fun-fact
    {
            padding: 5px 5px;
    }
    .rieducationfunfactor .fun-fact .info {
        padding-left: 0px;
    }
    .col-md-3.col-sm-6.col-xs-6.item.rieducationfunfactor
    {
        padding:3px 3px;
    }
    .col-md-3.col-sm-6.col-xs-6.item.rieducationfunfactor .medium
    {
        font-size:15px;
    }
}
@media(max-width:320px)
{
     .rieducationwhychoose
    {
        min-height:231px;
    }
}
.rieducationheadersocial li
{
    padding-right:5px !important;
    margin-right: 5px !important;
}
.rieducationheadersocial li:last-child
{
    padding-right:0px !important;
  
}
@media (max-width:767px)
{
    .rieducationheadersocial li
    {
        display: inline-block !important;
    
    border-image: none;
    border-style: none none solid; 
     border-width: medium medium 0px; 
    border-color:rgba(255, 255, 255, 0) !important;
    line-height: 1px !important;
    margin-bottom: 0px !important;
    
    }
     .rieducationheadersocial li span
    {
        display: inline-block !important;
     }
     .rieducationheadersocial li, .downloadbutton li
    {
        padding-bottom:0px !important;
    }
    
}
.newbestbtn
{
	
    background: #f58220!important;
    color: #fff!important;
}
@media (max-width:410px)
{
	.newbestbtn
	{
		width:100%;
	}
    .newbestbtn  i
    {
        display:none;
    }
    .newbestbtn 
    {
       font-size:11px;
    }
   
}
.modeldesign .modal-header, .modeldesign .modal-footer
{
        background: #005aaa;
          
color:#fff;
}
.modeldesign .modal-header
{
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.modeldesign .modal-header .close
{
    color:#fff;
}
.modal-content.modeldesign {
    border-radius: 18px;
}

table.wp-block-table.aligncenter.is-style-stripes td{
	padding:10px;
	color:white;
	background: #005aa9;

	
}