﻿/*
Theme Name: Erato
Theme URI: http://themeforest.net/user/everislabs
Author: EverisLabs
Version: 1.1
*/

/* Table of Contents
-------------------------------------------------------------- 

	01 General
		- Body
		- Heading
		- Link
		- Form
		- Button
		- Placeholder text
	02 Header
		- Top bar
		- Contact block
		- Main header
		- Fixed header
		- Right menu default
		- Right menu solid
		- Full menu
		- Mega menu
		- Header search
	03 Heading
	04 Breadcrumb
	05 Background & Misc
	06 Elements
		- Accordion
		- Alert
		- Tabs
		- Tabs with icon
		- Tabs with side
		- Service box
		- Pricing table
		- Heading Title
		- Icon heading
		- Divider
		- Callout
		- Cover background
		- Button
		- Teams
		- Icon block
		- Icon list
		- Icon box
		- Chart
		- Hoverbox
		- Testimonial Item
		- Testimonail 2nd
		- Carousel
		- Counter box
		- Cilent list
		- Icon list
		- Work box
		- Form
		- Google Maps
		- Infobox
		- Dropcaps
		- Highlight
	07 Blog item
		- Small post mark
		- Post images
		- Post audio
		- Post quotes
	08 Single Post
		- Post Title
		- Post Info
		- Post meta
		- Archive post
		- Author box
		- Review area
		- Previous + Next Posts
	09 Comments
		- Comment list
		- Comment form
	10 Page Navigations
	11 Timeline
	12 Portfolio
		- Portfolio item
		- Portfolio detail
		- Portfolio filter
		- Portfolio filter navigations
	13 Layout format
	14 Sidebar
	15 Widgets
		- Posts
		- Portfolio
		- Tabs
		- Forum
		- Flickr
		- Twitter
		- eNews
		- Footer widgets
	16 Footer
		- Footer Widget Area
		- Credit
	17 Social color
	18 Mobile Menu

/* =General
-------------------------------------------------------------- */
body{
	color: #666666;
}

/* Buttons */
.button,
button,
/*input[type="submit"],
input[type="button"],*/
input[type="reset"] {
	display: inline-block;
	padding: 3px 20px 3px;
	background: #1976BC;
	color: #fff !important;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.button:hover,
.button:focus,
button:hover,
button:focus,
/*input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,*/
input[type="reset"]:focus {
	outline: none;
	cursor: pointer;
	background: #3498db;
	color: #fff;
}
.button:active,
button:active,
/*input[type="submit"]:active,
input[type="button"]:active,*/
input[type="reset"]:active {
	color: #fff;
}

/* =Header
-------------------------------------------------------------- */
/* Main Header */
#header #mainheader{
	padding: 0px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header #mainheader .logo-area{
	float: left;
}
#header #mainheader .logo-area .logo{
	margin-bottom: 0
}
#header #mainheader .logo-area .descriptions{
	display: block;
	text-indent: -99999px;
	position: absolute;
}

/* Fixed Header */
#header #mainheader.fixedheader.affix{
	background: rgba(255,255,255,0.96);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1042;
	padding: 0px 0;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 3px 2px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 3px 2px 0px rgba(50, 50, 50, 0.1);
}

/* Right menu default */
.site-menu.right-menu{
	float: left;
}
.site-menu.right-menu ul li{
	margin-left: 5px; 
}
.site-menu.right-menu ul li:first-child,
.site-menu.right-menu ul ul li{
	margin-left: 0;
}
.site-menu.right-menu ul li a{
	padding: 0px 24px 0px 24px;
	font-size: 15px;
	color: #C54C15;
	display: block;
	background-image: url(../images/nav-separator.png);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 40px;
}
.FirstLI {
	background-image:none !important;
}
.site-menu.right-menu li.current-menu-item > a,
.site-menu.right-menu li.sfHover > a,
.site-menu.right-menu li a:hover{
	border-color: #1976BC;
	color: #C54C15;
    text-decoration:none;
}
.site-menu.right-menu ul ul{
	background: #F2F2F2;
	width: 220px;
	margin: 0px 0 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.site-menu.right-menu ul ul a{
	color: #7C7C7C;
	background-image:none;
	background-repeat: no-repeat;
	background-position: left;
	line-height: 20px;
}
.site-menu.right-menu ul ul:before{
	content: '';
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #F3F3F3;
	position: absolute;
	top: -5px;
	left: 20px;
}
.site-menu.right-menu ul ul ul:before{
	display: none;
}
.site-menu.right-menu ul ul ul{
	margin: 0 0 0 5px
}
.site-menu.right-menu ul ul li{
	border-bottom: 1px solid #E5E5E5;
}
.site-menu.right-menu ul ul li:last-child{
	border-bottom: 0
}
.site-menu.right-menu ul ul li a{
	border: 0;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	display: block;
    font-weight:normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.site-menu.right-menu ul ul li:first-child a {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.site-menu.right-menu ul ul li:last-child a {
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 02px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 02px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 02px;
}
.site-menu.right-menu ul ul li.sfHover > a,
.site-menu.right-menu ul ul a:hover{
	background: #E5E5E5;
	color: #7C7C7C;
}


/* =Mobile Menu
-------------------------------------------------------------- */
#mobile-menu{
	background: #F2F2F2;
}
#mobile-menu .mobile-menu,
#mobile-menu .mobile-menu *{
	list-style: none;
	margin: 0;
	padding: 0;
}
#mobile-menu .mobile-menu li{
	position: relative;
}
#mobile-menu .mobile-menu li i{
	display: none;
}
#mobile-menu .mobile-menu li a{
	display: block;
	padding: 10px 20px;
	color:#7B7B7B;
	border-bottom: 1px solid #DADADA;
}
#mobile-menu .mobile-menu li li a{
	padding-left: 40px
}
#mobile-menu .mobile-menu li li li a{
	padding-left: 60px
}
#mobile-menu .mobile-menu li a:hover{
	background: #E5E5E5;
	color: #7C7C7C;
    text-decoration:none;
}
#mobile-menu .mobile-menu ul{
	display: none;
}
#mobile-menu .submenu{
	position: absolute;
	width: 40px;
	height: 30px;
	text-align: center;
	background: #F2F2F2;
	right: 20px;
	top: 2px;
	padding-top: 5px;
	z-index: 999999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 5px;
}
#mobile-menu .submenu:before{
	content: '\f0d7';
	font-family: 'FontAwesome';
	font-size:20px;
    color:#7C7C7C;
}
#mobile-menu .submenu:hover{
	background: #DDDDDD;
	cursor: pointer;
}
#mobile-menu .over > .submenu:before{
	content: '\f0d8';
    color:#7C7C7C;
}