/*
 * Theme Name: Educamb
 * Author: Theme Kalia
 * Author URI: http://themeforest.net/user/themekalia
 * Theme URI: https://fastwpdemo.com/newwp/educamb
 * Description: Educamb Education WordPress Theme for Learning Management System (LMS). The theme is perfect for e-Learning, Online Courses, Kindergarten, School, College, University, Training Center & Other Institutes. It is built with drag and drop Elementor Page Builder. By using this theme possible to build the website for any type of educational institute. Also, this theme has Event Calendar, Event Registration, WooCommerce Shop and more features.
 * Version: 1.2
 * License: This theme or plugin is comprised of two parts. (1) the PHP code and integrated HTML are licensed under the General Public License (GPL). You will find a copy of the GPL in the same directory as this text file. (2) All other parts, but not limited to the CSS code, images, and design are licensed according to the license purchased from Envato.  Read more about licensing here: http://themeforest.net/licenses
 * License URI: license.txt
 * Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 * Text Domain: educamb
 * Tested up to: 6.0
 * Requires PHP: 7.2
*/
.wp-caption {
	margin-bottom: 2px;
}

.wp-caption-text {
	margin-bottom: 5px;
}

.screen-reader-text {
	margin-bottom: 12px;
}

.gallery-caption {
	margin-bottom: 2px;
}

.bypostauthor {
	margin-bottom: 2px;
}

.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	max-width: 100%;
}

.alignright {
	float: right !important;
	margin-bottom: 20px;
	margin-left: 20px;
	max-width: 100%;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.col-md-4 .funfact-meta > i {
	right: 27px;
}

.mycustom-pricing {
	background-color: #090909 !important;
}

.on-hover {
	display: none;
	animation: fadeOut 0.5s;
}

.hver:hover .on-hover {
	display: block;
	animation: fadeIn 0.5s;
}

/* team detail page */
.wps-row
{
	    background: white !important;
    z-index: 2;
    position: relative;
    margin-top: 60px;
    padding: 10px 151px;
}
.wps-container.wps-widget--team.wps-widget-container-single.wps-team--social-hover-up
{
	    background: linear-gradient(0deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.5018382352941176) 70%, rgba(18, 18, 18, 1) 100%);
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width:767px)
{
	.wps-row
	{
		background: white !important;
		z-index: 2;
		position: relative;
		margin-top: 60px;
		padding: 10px 50px !important;
	}
}
@media screen and (max-width:1199px)
{ 
	.wps-row
	{ 
		margin-top: 0px !important; 
	}
}

