/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* GeneratePress Site CSS */ /* Page and post title box shadow */
 * 
.inside-article a{text-decoration:underline;}
.has-base-3-color{margin:auto;}
.has-base-3-color li {
    padding: 5px 0 5px 30px;
    margin: 0px;
    background-image: url(https://myindianacademy.com/wp-content/uploads/2022/10/arrow-white2.png);
    background-position: 0px 7px;
    background-repeat: no-repeat;  
    list-style: none;
}
.has-contrast-3-color {margin:auto;}
.has-contrast-3-color li {
    padding: 5px 0 5px 30px;
    margin: 0px;
    background-image: url(https://myindianadmy-upeysq-techiolimited.netdna-ssl.com/wp-content/uploads/2022/10/arrow.png);
    background-position: 0px 7px;
    background-repeat: no-repeat;
    line-height: 20px;
    list-style: none;
}

.cources-section a{color: #f7e532; text-decoration:underline;}
.wp-block-table.is-style-stripes th{background:#4786d1; color:#ffffff;}
.footer-section a
{text-decoration:underline;
font-weight:bold;}
.myindianacademy-footer
{background-color:#003e87!important;}
.text-shadow {
    text-shadow: rgb(0 0 0 / 50%) 5px 5px 10px;
} 
/* Contact Form 7 Input fields and text area CSS 
 ---------------------------*/
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"], select
{
     font-size: 16px;
     background-color: #FFFFFF;
	   border:#d2d2d2 1px solid!important;
     border: none;
     width: 95%!important;
     padding: 2%;
	   margin-bottom:20px;
 }
.wpcf7 input[type="submit"] {
	  float:right;
     color: #ffffff;
     font-size: 18px;
     font-weight: 500;
     background: #4786d1;
     padding: 15px 25px 15px 25px;
     border: none;
	   margin-right:20px;
     border-radius: 30px;
     width: auto;
     text-transform: uppercase;
     letter-spacing: 5px;
 }
 .wpcf7 input:hover[type="submit"] {
     background: #494949;
     transition: all 0.4s ease 0s;
 }
 .wpcf7 input:active[type="submit"] {
     background: #000000;
 }

.gb-button-wrapper
{align-items: center!important;
    justify-content: center!important;}
.buttons-header
{align-items: left!important;
    justify-content: left!important;}

.bluecolor-block a
{color:#ffffff!important;}

@media only screen and (max-width: 550px)
	{
		.inside-header
{padding-left:10px; padding-right:10px;}
.site-header .header-image{		    
    width: 270px;
}
 .callus-button{width:100%!important;}	
}