/*
 Theme Name:   Extra Child Theme
 Theme URI:    http://elegantthemes.com/
 Description:  Extra Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Extra
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  extra-child-theme
*/

body {
	color: black;
	font-size: 16px;
	-moz-osx-font-smoothing: none;
}
#main-content {
    padding-top: 0;
}
.image-center td {
	text-align: center;
}
.page #main-content a {
	color: #2ea3f2;
	font-weight: 600;
}
a {
	transition: all 0.3s ease 0s;
}

.et_pb_widget ul .current-menu-item a {
	color: #a1c464!important;
}
.page #main-content a:hover {
	color: #a1c464!important;
}

#content-area {
    background: white none repeat scroll 0 0;
    box-shadow: 0 -6px 19px 10px white;
    margin: -221px auto;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 80%;
}

.page article {
	border: none;
	background: transparent;
}
.entry-title {
	display: none;
}
.container {
	width: 80%
}
#content-area {
	width: 80%;
}


/* ---------  styling --------- */

.logo-position {
	position: relative;
	z-index: 200;
}

.page-id-57 .post-wrap .post-content, .page-id-107 .post-wrap .post-content, .page-id-121 .post-wrap .post-content  {
    margin: 125px 0 40px!important;
}



/* --------- video testimonials section --------- */

/*
.page-id-57 h1, .page-id-107 .post-wrap .post-content {
	margin-top: 20px;
	color: #32508f;
}
*/

.page-id-57 h1, .page-id-107 h1, .page-id-121 h1 {
	margin-top: 20px;
	color: #32508f;
}


.video-testimonial {
	margin-bottom: 35px;
	
}

.video-testimonial:first-child {
	margin-top: 50px;
}

.video-testimonial h2 {
	color: #32508f;
    text-align: center;
}

/* --------- facebook comments --------- */

.fb-comments, .fb-comments * {
    width:100% !important;
}



/* --------- footer --------- */

#footer {
    background: transparent none repeat scroll 0 0;
    clear: both !important;
    color: white;
    display: block;
    float: none;
    margin: 250px 0 0;
    text-align: center;
    font-weight: bold;
}

#footer p{
	font-size: 16px;
}
#footer a {
	color: #2ea3f2;
	transition: all 0.3s ease 0s;
}
#footer a:hover {
	color: #a1c464;
}

@media only screen and (min-width: 1025px) {




.container {
/* 	width: 60%; */
}
#content-area {
	margin-top: -221px;
}


.page article {
box-shadow: none;

margin: 0;
}





}


@media only screen and (max-width: 581px) {
	
	
.container {
		width: 100%;
}
.with_sidebar_left #content-area {
	width: 100%;
	box-shadow: none;
    margin-top: -98px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: transparent;
}
#content-area {
	width: 100%;
	box-shadow: none;
		border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin-top: -150px!important;
	padding-top: 20px;
}
.logo-position {
	background: black;
}
	
	}