/*
Theme Name:   Upstudy Child
Theme URI:    http://thepixelcurve.com/wp/upstudy
Description:  Premium Education WordPress LMS theme.
Author:       Devthrow
Author URI:   https://themeforest.net/user/devthrow
Template:     upstudy
Version:      1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: two-columns, custom-header, custom-logo, blog, theme-options
Text Domain:  upstudy-child

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/


.elementor-icon.elementor-social-icon {
	font-size: var(--icon-size,25px);
	height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
	line-height: var(--icon-size,25px);
	width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
}
.font-bold{
	font-weight:bold;
}
.text-white{
	color:#ffffff;
}
.footer-p{
	font-size:14px;
	line-height:1.6;
}
@media (max-width: 767px) {
  .site-main {
    padding: 0 8px;
  }
}
:root {
	--upstudy-color-meta: #4a4a4a !important;

}
