/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* Global Elements */

/* header area */
@media all and (max-width: 767px) {
	#header-logo img{
		width: 225px;
	}	
}


/* Recent Posts Widget Customization */

.widget_recent_entries {
	width: 100%;
}

.widget ul {
	padding: 0 !important;
	border-radius: 5px;
}

.widget ul li {
	padding: 0.5rem 0;
	border-radius: 5px;
}

.widget ul li:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.widget ul li a {
	font-size: 16px	
}

.widget ul li:hover {
	background-color: #ededed;
}

.widget ul li:hover a {
	color: #6ac49a !important;
}


/* Custom Landing Page Classes */

.blue-green-text-gradient {
	background: linear-gradient(to right, #00FFD0 0, #73FF5E 100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}






