/*
Theme Name: Spacious Child Theme
Theme URI: http://themegrill.com/themes/spacious/
Description: Spacious Child Theme
Author: ThemeGrill
Author URI: http://themegrill.com
Template: spacious
Version: 1.0
*/
/* Theme customization starts here */

body.home body {
	background:#fff;
	font-family:'Raleway';
}

h2 {
	font-size:28px;
}
h3 {
	font-size:24px;
}

body.home #page {
	box-shadow:none;
}
body.home .inner-wrap {
    max-width: 100% !important;
    width: 100%;
}
body.home .inner-wrap .elementor-container {
    max-width: 94% !important;
}

body.home #header-text-nav-wrap {
    width:60%;
	margin: auto;
}

header .inner-wrap {
    padding: 0 30px;
}

.footer-logos {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#featured-slider, #header-text-nav-container {
	border:none;
}

.funding-description {
	width: 45%;
	padding: 0 .8em 0 1em;
	text-align: right;
	font-size: .8em;
	line-height: 1.2em;
}

.footer-logos img {
	height: 40px;
	margin: .2em .6em .4em;
}

/* events overrides */
.ev {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 10px;
}
.css-events-list table.events-table td {
    padding: 5px;
}
.ev>.ev-image img {
	min-width: 120px;
	max-width: 140px;
}
.ev>.ev-link {
	padding: 10px;
}
table.events-table>tbody>tr td,
table.events-table>tbody>tr td.ev {
	border: 0px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
.entry-description-container {
	display:none;
}

/********** ABSTRACT SECTION***********/

.abstract-hp > h2 {
	text-align: center;
}

.abstract-hp > p {
	color:#888;
	font-size:17px;
	text-align:center;
}

.abstract-hp {
	padding: 0 30px;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 40px;
}
.section-one {
	margin-bottom:40px;
}

.section-one, .section-two {
	padding: 0 30px;
	width: 60%;
	margin: 0 auto;
}


#spacious_service_widget-2 {
	padding: 0 30px;
	width: 60%;
	margin: 0 auto;
}


/********** MISSION SECTION***********/
#section-mission {
	    background:url('/wp-content/uploads/2019/09/section-mission-bg.jpg');
	background-size:cover;
}

#section-mission > .container {
	width: 60%;
    margin: auto;
    padding: 30px 30px ;
	display:flex;
}

.mission-block, .mission-video {
	flex-basis:100%;
}

.mission-block {
	color: #fff;
    padding: 20px 20px 0 0;
}

.mission-block > h2{
	color:#fff;
}
/********** NEWS-EVENTS SECTION***********/

.container-news > h2 {
	text-align: center;
	margin-bottom:40px;
}



.container-news {
	width: 60%;
	margin: auto;
}

.news-wrapper {
	display: inline-block;
	margin-bottom: 30px;
}


.latest-news, .latest-news-img{
    width: 50%;
    display: inline-block;
    margin: 0 auto;
    float: left;

}

.latest-news {
	padding: 30px;
	text-align: justify;
	color: #98A0A6;
}


.latest-news-img {
	padding: 0 30px;
}



.latest-news > h3 > a {
	color: #98A0A6;
}


.latest-news > h3 > a:hover {
	color: #1a9ece;
}

/********** CALL SECTION***********/

#spacious_call_to_action_widget-3 {
	  background:url('/wp-content/uploads/2019/09/call-section-bg.png');
	background-size:cover;
	padding:60px 0;
}


#spacious_call_to_action_widget-3 > .call-to-action-content-wrapper {
	text-align:center;
	width: 600px;
    margin: 0 auto;
	background:rgba(255,255,255,0.9);
	border-style:hidden;
	padding:50px;
	color:#1E88E5;
}

#spacious_call_to_action_widget-3 > .call-to-action-content-wrapper > .call-to-action-content  {
	width:auto;
	margin-bottom:20px;
}

#spacious_call_to_action_widget-3 > .call-to-action-content-wrapper > .call-to-action-button {
	float:none;
	clear: both;
	padding: 15px;
}

#spacious_call_to_action_widget-3 > .call-to-action-content-wrapper > .call-to-action-content  {
	width:auto;
	margin-bottom:20px;
}


#spacious_call_to_action_widget-3 > .call-to-action-content-wrapper > .call-to-action-content > h3  {
color:#1E88E5;
	margin-bottom:20px;
}

/*
#section-call {
	    background:url('/wp-content/uploads/2019/08/call-section-bg.png');
	background-size:cover;
}

#section-call > .container {
	width: 40%;
    margin: auto;
    padding: 30px 20px ;
	display:flex;
}

.block-call {
	flex-basis:100%;
	
}

.block-call {
    color: #1E88E5;
    padding: 20px 20px 0 0;
    padding: 60px;
    margin: auto;
    background: rgba(255,255,255,0.9);
    display: inline-block;
	text-align:center;
}

.block-call > h2{
	color:#1E88E5;
	font-weight:normal;
}

.call-to-action-button {
	float:none;
	padding: 10px 30px;
}

*/

/********** SOCIAL SECTION***********/
.social-section > h2 {
	color: #1E88E5;
	font-weight:bold;
	text-align: center;
}
.social-box {
	display:flex;
}

.social-box > a {
	margin: 0 auto;
}

.social-box > a > img{
	max-width:70px
}

/*********** FOOTER ************/

body.home .footer-socket-wrapper > .inner-wrap  {
    width:60%;
	margin: auto;
}