/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.ubermenu-main .ubermenu-item-level-0.ubermenu-has-submenu-drop a span{
	position: relative;
}

.ubermenu-main .ubermenu-item-level-0.ubermenu-has-submenu-drop > a span:before{
	content: '\f0d7';
    color: #27a283;
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	right: -12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ubermenu .ubermenu-submenu{
    width: 100%;
    min-width: 250px;
}

#cff .cff-header {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #27a283;
}

#cff .cff-item {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #eee;
    border: 1px solid #ccc !important;
}

#cff .cff-likebox {
    width: 500px;
    margin: 60px auto 20px;
    float: none;
}

section#fb-posts{
	padding: 50px 15px;
    color: #5F5F5F;
}

.error-404{
    color: #1a765e;
    margin-top: 60px;
    padding: 50px;
    text-align: center;
}