/*
Theme Name: Freesia Empire Child
Theme URI: https://themefreesia.com/themes/freesia-empire
Author: Theme Freesia
description: >-
  Freesia Empire Child Theme
Author: Kevin Karanja
Template: freesia-empire
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: freesia-empire-child
*/


/* 3.0 Links
================================================== */
a {
	color: #2D2DFF;
	text-decoration: none;
	cursor:pointer;
}


/* 24.0 Pages
================================================== */
/* ----- Page Title ----- */
.page-header {
	background-color: #63df25;
	padding: 18px 20px;
	position: relative;
	overflow: hidden;
}


/* 11.0 Logo-Name-Slogan
================================================== */

#site-title a {
	color: #2D2DFF;
	display: block;
}
#site-description {
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	color: #000000;
	float: left;
	font-size: 13px;
	line-height: 20px;
	margin: 18px 0 0;
	padding-left: 10px;
}

/* 17.0 Navigation
================================================== */
.main-navigation {
	margin: 0 auto;
	text-align: center;
}
.main-navigation a {
	color: #000000;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
  	padding: 15px 20px;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
	color: #2cdb11;
}

/* ----- Dropdown ----- */

.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	float: none;
	line-height: 20px;
	font-size: 14px;
	height: inherit;
	padding: 12px 15px;
	color: #747474;
	text-transform: capitalize;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	color: #2D2DFF;
}

.main-navigation ul ul li:hover ul,
.main-navigation ul ul li.focus ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul li.focus ul {
	top: 0;
	display: block;
	opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);	
  	visibility:visible;
}
/* ----- Responsive Navigation ----- */
.menu-toggle,
.menu-toggle-2 {
	display: none;
}
.line-one,
.line-two,
.line-three {
	background-color: #2D2DFF;
}

/* 25.0 Widgets
================================================== */

.widget ul li a {
	color: #000000;
}
.widget ul li a:hover {
	color: #2D2DFF;
}
.widget-title {
	font-size: 28px;
	line-height: 35px;
	font-weight: 400;
	padding-bottom: 20px;
}
.widget-title,
.widget-title a {
	color:#2cdb11;
}
.widget-title a:hover {
	color: #2D2DFF;
}
#secondary .widget-title {
	font-size: 20px;
	line-height: 27px;
	text-transform: uppercase;
}
.widget-highlighted-sub-title {
	font-size: 18px;
	line-height: 25px;
	color: #000000;
}
	
/* Our Feature
================================================== */
.our_feature:after {
	background-image: linear-gradient(to right, rgba(225, 225, 225, 0), rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 90%, rgba(225, 225, 225, 0));
	content: "";
	height: 1px;
	left: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.our_feature {
	margin-bottom: 0;
	padding: 90px 0 60px;
	position: relative;
	text-align: center;
	background-color: #fff;
}
.our_feature h2 {
	font-size: 28px;
	line-height: 35px;
	color: #63df25;
}
.our_feature .feature-sub-title {
	margin-bottom: 60px;
	padding: 0 20px;
}
.feature-content {
	background-color: #f8f8f8;
	padding: 40px 20px;
		-moz-transition: all 300ms ease-out 0s;
		-o-transition: all 300ms ease-out 0s;
		-webkit-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}
.feature-content:hover {
	margin-top: -5px;
	webkit-box-shadow: 0 8px 6px -6px #747474;
	   -moz-box-shadow: 0 8px 6px -6px #747474;
	        box-shadow: 0 8px 6px -6px #747474;
}
.our_feature .feature-icon,
.our_feature .feature-icon img {
	width: 36px;
	height: 36px;
		-moz-transition: all 300ms ease-out 0s;
		-o-transition: all 300ms ease-out 0s;
		-webkit-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}
.our_feature .feature-icon {
	background-color: #6897e5;
	border: 5px solid #e4e4e4;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
	border-radius: 50px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-ms-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	margin: 0px auto 30px;
	padding: 20px;
		-moz-transition: all 500ms ease-out 0s;
		-o-transition: all 500ms ease-out 0s;
		-webkit-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
}
.feature-content:hover .feature-icon {
	border-color: #6897e5;
}
.our_feature .feature-icon:hover img {

}
.our_feature .feature-title {
	font-weight: 300;
	font-size: 20px;
	line-height: 27px;
	display: block;
	overflow: hidden;
}
.our_feature .feature-title a {
	color: #545454;
	font-weight: 400;
}
.our_feature .feature-title a:hover {
	color: #6897e5;
}

	/* ----- Site Info ----- */
.site-info {
	padding: 0px 0px 15px;
	background-color: #f4f4f4;
	font-size: 14px;
	line-height: 21px;
}
.site-info .copyright a {
	color: #747474;
}
.site-info .copyright a:hover {
	color: #2D2DFF;
}
