/*
Theme Name: Kora
Theme URI: http://themes.muffingroup.com/kora
Author: Muffin group
Author URI: http://muffingroup.com
Description: Kora - Responsive Premium WordPress Theme.
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, theme-options, translation-ready
Version: 1.0.0
*/

@import url("css/base.css");
@import url("css/buttons.css");
@import url("css/skeleton.css");
@import url("css/layout.css");
@import url("css/variables.css");
@import url("css/shortcodes.css");
@import url("css/animations.css");
@import url("css/font-awesome.css");
@import url("css/fonts.css");
#Wrapper{
	background-color: rgba(255,255,255,0.86) !important;
}
/* If you want to add your own css code, please do it in css/custom.css */
#Footer .get_in_touch li p{
	width: 130px;
}

#menu > ul > li > a {
font-size: 14px !important;
padding-left: 13px !important;
padding-right: 13px !important;
}
#menu > ul > li:nth-last-child(1){
background-color: rgb(248, 0, 60) !important;
}
#menu > ul > li:nth-last-child(1) a{
font-weight: bold;
color: #fff !important;
}
#Header #logo {
margin-left:-20px;
}