/*
Theme Name: Amadeus
Theme URI: http://flyfreemedia.com/themes/amadeus
Author: FlyFreeMedia
Author URI: http://flyfreemedia.com
Description: Amadeus is a responsive blog theme that features a modern and clean design. Features include: a parallax header image, Metaslider integration, ability to use Google Fonts, social icons, full color control, custom widgets and much more. See the demo here: demo.flyfreemedia.com/amadeus
Version: 1.03
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amadeus
Tags: light, fluid-layout, responsive-layout, custom-colors, custom-background, custom-menu, custom-header, featured-images, 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.

Amadeus is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
@import 'css/media.css';
@font-face {
	font-family: 'Brandon_light';
	src: url('fonts/Brandon_light.eot');
	src: local('☺'), url('fonts/Brandon_light.woff') format('woff'), url('fonts/Brandon_light.ttf') format('truetype'), url('fonts/Brandon_light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Brandon_reg';
	src: url('fonts/Brandon_reg.eot');
	src: local('☺'), url('fonts/Brandon_reg.woff') format('woff'), url('fonts/Brandon_reg.ttf') format('truetype'), url('fonts/Brandon_reg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'Freight_Light';
	src: url('fonts/Freight Text Light.eot');
	src: local('☺'), url('fonts/Freight Text Light.woff') format('woff'), url('fonts/Freight Text Light.ttf') format('truetype'), url('fonts/Freight Text Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'freighttext_book';
	src: url('fonts/ufonts.com_freighttext-book.eot');
	src: local('☺'), url('fonts/ufonts.com_freighttext-book.woff') format('woff'), url('fonts/ufonts.com_freighttext-book.ttf') format('truetype'), url('fonts/ufonts.com_freighttext-book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'freight-text-pro', serif;
	font-size: 18px;
	color: #040404;
	word-wrap: break-word;
	background-color: #fff;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
	color: #f46106;
	font-family: 'freight-text-pro', serif;
	text-transform: uppercase;
	font-weight: normal;
}
.entry-title, .entry-title a {
	color: #f46106;
}
.entry-title a:hover, .entry-title a:focus {
	color: #040404;
}
h1 {
	font-size: 38px;
}
a {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a, a:hover {
	color: #040404;
}
p {
	margin-bottom: 15px;
}
label {
	font-weight: normal;
	display: block;
}
ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.entry-meta, .entry-meta a, .entry-footer, .entry-footer a {
	color: #4c4c4c !important;
}
/*--------------------------------------------------------------
Tables
--------------------------------------------------------------*/
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
}
th {
	background-color: #f5f5f5;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
	padding: 10px;
	line-height: 1.42857143;
	vertical-align: top;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
	border: 1px solid #dddddd;
}
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-family: "Brandon_reg", serif;
	letter-spacing: 1px;
	padding: 5px 20px;
	border: 0;
	color: #fff;
	font-weight: 700;
	background-color: #f68a47;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
input[type="submit"] {
	margin-top: 5px;
}
button:hover, .button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #040404;
	color: #fff;
	text-decoration: none;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"], input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
 border: 0;
 padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	/*color: #929497;*/
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #040404;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 10px 15px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 8px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	padding: 10px 15px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: url("images/nav_border.svg") repeat-x scroll 0 0;
	min-height: 60px;
}
.menu-above {
	border-top: 0;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}
.main-navigation li {
	display: inline-block;
	position: relative;
	padding: 15px;
	text-transform: uppercase;
	position: relative;
	font-size: 18px;
}
.main-navigation li:last-of-type {
	border-right: 0;
}
.main-navigation li.menu-item-has-children > a {
	pointer-events: none;
}
.main-navigation a {
	font-family: 'Brandon_Light', serif;
	display: block;
	text-decoration: none;
	color: #000 !important;
	text-transform: uppercase;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation li.current_page_item a, .main-navigation li.current_page_parent a, .main-navigation ul.sub-menu li a:hover, .main-navigation ul.sub-menu li a:focus, .main-navigation ul.sub-menu li.current_page_item a {
	color: #f46106 !important;
}
.main-navigation ul.sub-menu li a {
	color: #000 !important;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	margin-top: -5px;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 220px;
	color: #fff;
}
.main-navigation ul ul li {
	text-align: left;
	text-transform: none;
	border-right: 0;
	background-color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
}
.main-navigation ul ul li:last-of-type {
	border-bottom: 0;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
}
/* Menu icons */
.main-navigation li::before {
	font-family: Fontawesome;
	color: #1E262D;
	margin-right: 5px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.slicknav_nav li:hover {
	background-color: transparent;
}
.slicknav_nav li::before {
	display: none;
}
.main-navigation a {
	display: inline-block;
}
.main-navigation ul ul a {
	float: none;
}
.main-navigation ul ul li::before {
	content: '';
}
/* Posts nav */
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 45px;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	max-width: 50%;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 15px;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	max-width: 50%;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 15px;
}
.nav-next a, .nav-previous a {
	color: #1c1c1c;
	text-decoration: none;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
	text-transform: uppercase;
}
.nav-next a:hover, .nav-previous a:hover {
	color: #618EBA;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Social Menu
--------------------------------------------------------------*/
.social-navigation {
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.social-navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social-navigation li {
	position: relative;
	display: inline-block;
	list-style: none;
	line-height: 1;
}
.menu-social-container {
	overflow: hidden;
}
.social-navigation li a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.social-navigation li a::before {
	font-family: FontAwesome;
	font-size: 18px;
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	line-height: 34px;
	background-color: #1c1c1c;
}
.social-navigation li a:hover {
	color: #618EBA;
}
.social-navigation li a[href*="twitter.com"]::before {
	content: '\f099';
}
.social-navigation li a[href*="facebook.com"]::before {
	content: '\f09a';
}
.social-navigation li a[href*="plus.google.com"]::before {
	content: '\f0d5';
}
.social-navigation li a[href*="dribbble.com"]::before {
	content: '\f17d';
}
.social-navigation li a[href*="pinterest.com"]::before {
	content: '\f0d2';
}
.social-navigation li a[href*="youtube.com"]::before {
	content: '\f167';
}
.social-navigation li a[href*="flickr.com"]::before {
	content: '\f16e';
}
.social-navigation li a[href*="vimeo.com"]::before {
	content: '\f194';
}
.social-navigation li a[href*="instagram.com"]::before {
	content: '\f16d';
}
.social-navigation li a[href*="linkedin.com"]::before {
	content: '\f0e1';
}
.social-navigation li a[href*="foursquare.com"]::before {
	content: '\f180';
}
.social-navigation li a[href*="tumblr.com"]::before {
	content: '\f173';
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area .widget {
	margin: 0 0 20px;
	padding: 1;
	background-color: #fff;/*border: 1px solid #e0e0e0;*/
}
.widget a {
	color: #4C4C4C;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.widget a:hover {
	color: #618EBA;
	;
}
.widget ul {
	padding: 0 0 0 20px;
}
.widget li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.widget .children {
	padding-left: 30px;
}
.widget-area .widget-title {
	position: relative;
	margin: 0 0 15px;
}
.widget-area .widget-title::after {
/*	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 30px;
	background-color: #1c1c1c;
	content: '';*/
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
/*display: none;*/
}
/* Footer widget area */
.footer-widget-area {
	background-color: #fff;
	/*border-top: 1px solid #e0e0e0;*/
	padding: 30px 0 40px;
}
.footer-widget-area .widget {
	margin: 15px 0;
}
.footer-widget-area .widget-title {
	margin: 0 0 30px;
}
/* Default widgets */
.widget_recent_entries ul, .widget_archive ul, .widget_pages ul, .widget_recent_comments ul, .widget_categories ul {
	list-style: none;
	padding: 0;
}
.widget_recent_entries li::before, .widget_archive li::before, .widget_pages li::before, .widget_recent_comments li::before, .widget_categories li::before {
	font-family: Fontawesome;
	font-size: 15px;
}
.widget_recent_entries li::before {
	content: '\f040';
	margin-right: 5px;
}
.widget_archive li::before {
	content: '\f133';
	margin-right: 8px;
}
.widget_pages li::before {
	content: '\f016';
	margin-right: 8px;
}
.widget_recent_comments li::before {
	content: '\f0e5';
	margin-right: 8px;
}
.widget_categories li::before {
	content: '\f114';
	margin-right: 8px;
}
.tagcloud a {
	border: 1px solid #41474F;
	padding: 5px;
	font-size: 13px !important;
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 4px;
}
.amadeus_recent_posts_widget ul, .amadeus_recent_comments ul {
	list-style: none;
	padding: 0;
}
.recent-comment img {
	margin-right: 15px;
	float: left;
}
.amadeus_recent_posts_widget .recent-thumb {
	padding-left: 0;
}
.amadeus_recent_posts_widget .col-md-9, .amadeus_recent_posts_widget .col-md-12 {
	padding: 0;
}
.amadeus_recent_posts_widget .post-date, .widget_recent_entries .post-date {
	color: #9d9d9d;
	font-size: 12px;
}
.amadeus_recent_posts_widget h4 {
	margin: 0 0 8px;
}
.amadeus_recent_comments .list-group-item, .amadeus_recent_posts_widget .list-group-item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}
.amadeus_recent_comments .list-group-item:last-of-type, .amadeus_recent_posts_widget .list-group-item:last-of-type {
	border-bottom: 0;
}
/* About me widget */
.amadeus_about {
	margin-top: 90px !important;
}
.photo-wrapper {
	display: table;
	margin: -120px auto 30px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 5px;
	border-radius: 50%;
}
.photo-wrapper img {
	max-height: 180px;
	border-radius: 50%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 45px;
	background-color: #fff;/*border: 1px solid #e0e0e0;*/
}
.post-inner {
/*padding: 45px;*/
}
.updated:not(.published) {
	display: none;
}
.page .hentry {
	padding: 15px 0;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.entry-meta .posted-on:after, .entry-meta .author:after {
	content: '/';
	margin: 0 15px;
}
.entry-meta .author {
	margin-left: -2px;
}
.entry-meta, .entry-meta a, .entry-footer, .entry-footer a {
	color: #9d9d9d;
	text-decoration: none;
}
.entry-meta a, .entry-footer a {
	-webkit-transition: color 0.3s;
	transition: 0.3s;
}
.entry-meta a:hover, .entry-footer a:hover {
	color: #618EBA;
}
.entry-footer {
	margin-top: 20px;
	clear: left;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-header {
	/*margin-bottom: 30px;*/
	display: inline-block;
	width: 100%;
}
.entry-title {
	margin: 0 0 20px;
}
.entry-title a {
	color: #1c1c1c;
	-webkit-transition: color 0.3s;
	transition: 0.3s;
	text-decoration: none;
}
.entry-title a:hover {
	/*	color: #618EBA;*/
	color: #f46106;
}
.single-thumb, .entry-thumb {
	text-align: center;
	position: relative;
}
.entry-thumb-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #618EBA;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.entry-thumb:hover .entry-thumb-inner {
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	opacity: 0.6;
}
.thumb-icon {
	opacity: 0;
	position: absolute;
	font-size: 56px;
	top: 42%;
	left: 46%;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.thumb-icon, .thumb-icon:hover {
	color: #fff;
}
.entry-thumb:hover .thumb-icon {
	opacity: 1;
}
.page-header {
	margin: 0 0 45px;
	padding: 0;
	border: 0;
}
.page-title {
	margin: 0;
	padding: 30px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	margin-bottom: 60px;
}
.comments-title {
	margin: 0;
	font-size: 24px;
	padding: 30px 0;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fff;
}
.comments-area ol {
	list-style: none;
}
.comments-area ol {
	padding: 0;
}
.comments-area .children {
	padding-left: 20px;
}
.comments-area .fn {
}
.comment-author .avatar {
	position: absolute;
}
.comment-author .fn, .comment-metadata {
	margin-left: 80px;
}
.comment-metadata {
	font-size: 12px;
	margin-bottom: 30px;
}
.comment-body {
	padding: 30px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	margin-bottom: 15px;
}
.reply {
	text-align: right;
}
.comment-reply-link {
	padding: 5px;
	background-color: #fff;
	font-size: 12px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
a.comment-reply-link {
	text-decoration: none;
}
a.comment-reply-link:hover {
	color: #000;
	box-shadow: 0 0 1px #505050;
}
.comments-area a.url {
	text-decoration: underline;
}
.comment-metadata a, .comments-area a.url {
	color: #444;
}
.bypostauthor {
}
.comment-respond {
	margin-top: 60px;
}
.comment-form .form-submit {
	margin-top: 30px;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Metaslider integration
--------------------------------------------------------------*/
.header-slider {
	overflow: hidden;
}
.flex-direction-nav a {
	background: none !important;
	text-indent: 0 !important;
	width: 40px !important;
	height: 40px !important;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}
.flex-prev::before {
	font-family: Fontawesome;
	content: '\f104';
	font-size: 40px;
	margin-left: 20px;
}
.flex-next::before {
	font-family: Fontawesome;
	content: '\f105';
	font-size: 40px;
	margin-right: 20px;
}
/*--------------------------------------------------------------
## Mobile menu
--------------------------------------------------------------*/
.slicknav_menu .slicknav_menutxt {
	display: block;
	font-size: 30px;
}
.slicknav_menu .slicknav_icon {
	display: none;
}
.slicknav_menu .slicknav_no-text {
	margin: 0
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em
}
.slicknav_nav {
	clear: both
}
.slicknav_nav ul, .slicknav_nav li {
	display: block;
	border: 0;
}
.slicknav_nav .slicknav_arrow {
	font-size: 48px;
	margin: 0 0 0 0.4em;
	position: absolute;
	right: 25px;
	top: 1px;
	line-height: 1;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	display: inline
}
.slicknav_menu:before, .slicknav_menu:after {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	clear: both
}
/* IE6/7 support */
.slicknav_menu {
*zoom: 1
}
.mobile-nav {
	display: none;
}
/* Button */
.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
	color: #FFF;
	/*font-weight: bold;*/
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
	background-color: #f5f5f5;
}
.slicknav_menu {
	text-align: center;
}
.slicknav_nav {
	color: #fff;
	margin: 0;
	padding: 0;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}
.slicknav_nav {
	position: absolute;
	left: 0;
	background-color: #f68a47;
	width: 100%;
	z-index: 999;
	text-align: left;
}
.slicknav_nav li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
}
.slicknav_nav ul {
	padding: 0;
	margin: 0;
	text-align: left;
}
.slicknav_nav .slicknav_row {
	padding: 15px 25px;
	margin: 0;
	position: relative;
}
.slicknav_nav a {
	padding: 15px 25px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_nav .slicknav_row:hover {
	color: #fff;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav a:hover, .slicknav_nav a:focus, .slicknav_nav .current-menu-item a {
	background-color: #f1782c;
}
.slicknav_nav .sub-menu a {
	font-size: 14px;
	padding-left: 50px;
}
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
.site-header {
	text-align: center;
	background-color: #fff;
}
.site-branding {
	padding: 30px 0 !important;
}
.site-logo {
	max-width: 200px;
	width: 100%;
}
.show-title {
	margin-bottom: 15px;
}
.site-title {
	font-size: 62px;
	margin: 0;
}
.site-title a {
	color: #1c1c1c;
	text-decoration: none;
}
.site-description {
	margin: 30px 0 0;
	font-size: 18px;
	color: #767676;
	font-weight: 400;
}
.header-image {
	position: relative;
	height: 300px;
	border-bottom: 1px solid #e0e0e0;
}
.header-scroll {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 35%;
	font-size: 90px;
	-webkit-animation: scroll-anim 1s infinite;
	-moz-animation: scroll-anim 1s infinite;
	-o-animation: scroll-anim 1s infinite;
	animation: scroll-anim 1s infinite;
}
@-webkit-keyframes scroll-anim {
 0% {
top: 35%;
}
 100% {
top: 40%;
}
}
@-moz-keyframes scroll-anim {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-o-keyframes scroll-anim {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@keyframes scroll-anim {
 0% {
top: 35%;
}
 100% {
top: 40%;
}
}
.scroll-icon, .scroll-icon:hover {
	color: #fff;
}
.scroll-icon {
	text-shadow: 0 0 1px #1c1c1c;
}
.content-area {
	/*width: 740px;
	float: left;*/
	float: left;
	padding: 0 15px;
	max-width: 620px;
}
.fullwidth {
	width: 100%;
}
.widget-area {
	max-width: 320px;
	float: right;
}
.site-content {
	margin-top: 25px;
}
.site-footer {
	padding: 30px 0 30px;
	background-color: #fff;
	/*border-top: 1px solid #e0e0e0;*/
	font-size: 14px;
	position: relative;
	text-align: center;
	background: url("images/footer_border.svg") repeat-x scroll 0 0;
	font-family: 'Brandon_reg', serif;
	letter-spacing: 1px;
	margin-top: 70px;
}
.site-footer, .site-footer a {
	color: #4c4c4c;
}
.scroll-container {
	display: none;
	position: absolute;
	top: -25px;
	width: 100%;
	text-align: center;
}
.scroll-container a {
	display: inline-block;
	padding: 10px;
	line-height: 1;
	font-size: 24px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #1c1c1c;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.scroll-container a:hover {
	background-color: #1c1c1c;
	color: #fff;
}
/* 404 page */
.error404 .content-area {
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
}
/* -------------------------------------------------------------
New Css
--------------------------------------------------------------*/
/* Header Section */
.custom-logo {
	max-width: 100% !important;
}
#wprmenu_bar {
	position: absolute !important;
}
#wprmenu_menu {
	-webkit-box-shadow: 3px 0px 14px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 0px 14px -4px rgba(0,0,0,0.5);
	box-shadow: 3px 0px 14px -4px rgba(0,0,0,0.5);
	top: 0 !important;
}
#wprmenu_menu > ul {
	background: #e47734; /* Old browsers */
	background: -moz-linear-gradient(top, #e47734 0%, #f78a47 9%, #f78a47 13%, #f78a47 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e47734 0%, #f78a47 9%, #f78a47 13%, #f78a47 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e47734 0%, #f78a47 9%, #f78a47 13%, #f78a47 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47734', endColorstr='#f78a47', GradientType=0 ); /* IE6-9 */
}
#wprmenu_bar {
	-webkit-box-shadow: 3px 0px 14px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 0px 14px -4px rgba(0,0,0,0.5);
	box-shadow: 3px 0px 14px -4px rgba(0,0,0,0.5);
	height: 52px;
	padding: 0;
}
#wprmenu_bar .wprmenu_icon span, #wprmenu_bar .menu_title {
	display: none;
}
#wprmenu_bar .wprmenu_icon {
	background: url("images/icon_menu.svg") no-repeat scroll 0 0;
	height: 52px;
	width: 55px;
}
#wprmenu_bar .wprmenu_icon:hover {
	opacity: 0.7;
}
#wprmenu_menu > ul {
	padding-top: 5px;
}
#wprmenu_menu ul li a {
	text-transform: uppercase;
	font-family: "freight-text-pro", serif;
	font-size: 18px;/*display:block;*/
}
#wprmenu_menu ul li a:hover {
	font-size: 18px;
}
#wprmenu_menu ul li ul li a, #wprmenu_menu ul li ul li a:hover {
/*	padding-bottom:7px;
	padding-top:7px;*/
}
#wprmenu_menu ul > li {
	border-top: none !important;
	border-bottom: 1px solid #e37633 !important;
}
#wprmenu_menu ul > li > span {
	display: none !important;
}
#wprmenu_menu ul > li.menu-item-has-children > a {
	pointer-events: none;
	cursor: default;
}
#wprmenu_menu ul > li a.wprmenu_parent_item {
	background: url("images/dropdown_arrow.svg") no-repeat scroll 95% center;
}
#wprmenu_menu ul > li a.wprmenu_parent_item:hover {
	background: url("images/dropdown_arrow_hover.svg") no-repeat scroll 95% center;
}
body #wprmenu_menu ul#wprmenu_menu_ul, #wprmenu_menu ul > li > ul.sub-menu li {
	border: none !important;
}
#wprmenu_menu.wprmenu_levels ul li ul {
	padding-bottom: 10px;
}
#wprmenu_menu ul > li > ul.sub-menu li:first-child a {
	padding-top: 0 !important;
}
#wprmenu_menu ul > li > ul.sub-menu li a {
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}
#wprmenu_menu.wprmenu_levels ul li ul li {
	padding-left: 15px;
}
#wprmenu_menu .wprmenu_icon_par {
	right: 0;
	left: auto;
}
#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
	margin-left: 0;
}
/* Header Section End */

.entry-content {
	margin-bottom: 20px;
}
.review-btn input[type="button"], .show_filters input[type="button"], .review-btn a {
	background-color: #f68a47;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 20px;
	font-family: 'Brandon_reg', serif;
	font-size: 14px;
	color: #fff;
}
.review-btn input[type="button"]:hover, .review-btn input[type="button"]:focus, .show_filters input[type="button"]:hover, .show_filters input[type="button"]:focus, .review-btn a:hover, .review-btn a:focus {
	background-color: #040404;
	color: #fff;
	text-decoration: none;
}
.category-home-post img {
	margin-bottom: 10px;
	width: 100%;
}
.category-home-post .readmore-post {
	font-family: 'Brandon_reg', serif;
}
.home-post.title a:hover h3, .home-post.title a:focus h3 {
	color: #040404;
}
.home-post.date {
	font-family: 'Brandon_reg', serif;
	width: 80px;
	margin-right: 20px;
	float: left;
	min-height: 100px;
	background: url("images/event_date_divider.svg") no-repeat scroll right top;
	background-size: 18%;
}
.home-post.date > span {
	display: block;
	font-size: 28px;
	color: #929497;
	text-transform: uppercase;
	line-height: 45px;
}
.home-post.date > span.post-date {
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 1px;
}
.home-post.date > span.post-month, .home-post.date > span.post-year {
	letter-spacing: 1px;
	font-size: 22px;
	line-height: 22px;
}
.entry-content a {
	text-decoration: none;
	color: #f46106;
}
.entry-content a:hover, .entry-content a:focus {
	/*text-decoration: underline;*/
	color: #040404;
}
#secondary aside {
	display: inline-block;
	width: 100%;
}
#secondary ul.social-right {
	display: inline-block;
	list-style: outside none none;
	padding: 0;
	margin-bottom: 0;
}
#secondary ul.social-right li {
	float: left;
	margin-right: 13px;
}
#secondary ul.social-right li:last-child {
	margin-right: 0;
}
#secondary ul.social-right li a {
	background: #f68a47;
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	text-align: center;
	width: 39px;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#secondary ul.social-right li a:hover, #secondary ul.social-right li a:focus {
	background: #040404;
}
#secondary .widget_text {
	padding-left: 10px;
	padding-right: 10px;
}
#secondary .widget {
	background: url("images/flower_divider.svg") no-repeat scroll right top;
	padding-top: 50px;
}
#secondary .widget_text:first-child {
	background: none !important;
	padding-top: 0;
}
.home #secondary #text-2 {
	padding-top: 0;
}
#secondary #text-2 {
	background: none;
	margin-bottom: 10px;
}
#secondary #text-5 {
	background: none;
	padding-top: 30px;
}
#secondary .widget.widget_search {
	padding-top: 60px;
}
#secondary .widget_search input.search-field {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	width: 100%;
	border: 1px solid #929497;
	box-sizing: border-box;
	position: relative;
	padding: 0 55px 0 15px;
	min-height: 42px;
}
#secondary .widget_search form.search-form {
	position: relative;
}
#secondary #cse-search-box {
	position: relative;
}
#secondary #cse-search-box input[type="submit"] {
	height: 45px;
	background: url("images/search_icon.svg") no-repeat scroll center center;
	position: absolute;
	overflow: hidden;
	text-indent: -999px;
	right: 11px;
	top: -4px;
	opacity: 0.8;
}
.widget_search .search-submit:hover, .widget_search .search-submit:focus {
	background-color: transparent;
	opacity: 1;
}
#secondary .widget_text .widget-title {
	text-align: center;
	color: #929497;
	font-size: 22px;
}
#secondary .widget_search form.search-form label {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0;
}
.order-widget {
	font-family: 'freight-text-pro', serif;
	font-size: 15px;
	color: #8a8a8a;
}
.order-widget.image {
	float: left;
	margin-right: 20px;
}
.order-widget h4 {
	margin: 0;
	color: #444546;
	line-height: 1.3;
	font-family: 'freight-text-pro', serif;
	font-size: 15px;
}
.order-now {
	margin: 10px 0 20px;
}
.order-now a {
	background-color: #ff8739;
	color: #fff !important;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	letter-spacing: 1px;
}
.order-now a:hover, .order-now a:focus {
	background-color: #040404;
}
.order-widget h6 {
	color: #444546;
	font-style: italic;
	font-size: 13px;
}
.order-widget.order-content {
	padding-top: 15px;
}
/* right Slider Section */
#example3_61 .sp-slides .sp-slide .title-in-bg {
	background: none !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	font-size: 24px !important;
	font-family: 'Brandon_Light', serif !important;
	opacity: 1 !important;
	color: #fff !important;
	top: inherit !important;
	bottom: 10px;
}
/* inner page css */
.page-id-66 .content-area .entry-header, .postid-77 .content-area .entry-header, .page-id-110 .content-area .entry-header {
	display: none;
}
.banner-section {
	position: relative;
	margin-bottom: 20px;
}
.banner-section img {
	width: 100%;
}
.banner-name {
	position: absolute;
	padding: 0 15px;
	bottom: 10px;
}
.banner-section h1 {
	font-family: 'Brandon_Light', serif !important;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
	-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
.entry-content span.review_title {
	font-style: italic;
	color: #656668;
	font-size: 20px;
}
.country_name li {
	float: left;
	width: 50%;
	margin: 2px 0;
}
.country_name li a {
	font-size: 20px;
	color: #040404;
}
.country_name li a:hover, .country_name li a:focus {
	color: #f46106;
	text-decoration: none;
}
.page-id-66 #secondary #text-3 {
	background: none;
	padding-top: 20px;
}
.city_restaurant p {
	margin-bottom: 5px;
}
.linkwithin_hook {
	overflow: hidden;
}
/* Right Slider */
.metaslider .caption-wrap {
	top: auto;
	bottom: 0;
	background: url("images/transparent_bg.png") repeat-x scroll left bottom !important;
	min-height: 80px;
	text-align: center;
	opacity: 1 !important;
}
.metaslider .caption-wrap .caption {
	margin-top: 40px;
	font-family: 'Brandon_reg', serif;
	font-size: 24px;
}
#secondary .flex-control-nav.flex-control-paging li a {
	background: #a0a0a0 !important;
	margin: 0 3px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#secondary .flex-control-nav.flex-control-paging li a.flex-active, #secondary .flex-control-nav.flex-control-paging li a:hover, #secondary .flex-control-nav.flex-control-paging li a:focus {
	background: #f68a47 !important;
}
.page-id-110 #secondary .widget#text-2, .postid-77 #secondary .widget#text-2 {
	padding-top: 15px;
}
.postid-77 #secondary .order-widget.image {
	float: none;
	margin-right: 20px;
	text-align: center;
	width: 100%;
}
.postid-77 #text-7 .textwidget ul {
	text-align: center;
	text-transform: uppercase;
}
.postid-77 #secondary ul.social-right li a {
	background-color: #2092ad;
}
.postid-77 #secondary ul.social-right li a:hover, .postid-77 #secondary ul.social-right li a:focus {
	background-color: #040404;
}
/* For ISO top */

.portfolioFilter {
	display: inline-block;
}
.portfolioContainer > .archive-list-gastronomy {
	/*	background-color: #f9f9f9;
    border: 1px solid #f1f1f1;    
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	padding: 15px 0;
}
.portfolioContainer > .archive-list-gastronomy {
	color: #929497;
	font-size: 22px;
	text-transform: uppercase;
}
ul.archive-list-gastronomy a {
	color: #040404;
	font-size: 20px;
}
ul.archive-list-gastronomy a:hover, ul.archive-list-gastronomy a:focus {
	color: #f46106;
}
ul.archive-list-gastronomy li {
	padding: 10px 0;
}
.portfolioFilter.back {
	display: none;
}
.show-filters.show {
	display: block;
}
.portfolioContainer.hide {
	display: none;
}
.individual-city .isotope-item h4 {
	font-size: 34px;
	margin: 0;
}
/* Best of page */
.bestof-wrapper h4.widget-title {
	font-size: 34px;
	margin: 0;
}
.bestof-wrapper ul {
	padding: 0;
}
.bestof-wrapper ul li {
	float: left;
	margin: 2px 0;
	width: 100%;
}
.bestof-wrapper ul li a {
	color: #040404;
	font-size: 20px;
}
.bestof-wrapper ul li a:hover, .bestof-wrapper ul li a:focus {
	color: #f46106;
	text-decoration: none;
}
/* globle */
.nav-next a:hover, .nav-previous a:hover {
	/*    color: #618eba;*/
	color: #f68a47;
}
.posts-navigation .nav-previous, .posts-navigation .nav-next {
	background-color: transparent;
	border: none;
	padding: 0px;
}
.posts-navigation .nav-previous a, .posts-navigation .nav-next a {
	background-color: #f68a47;
	color: #fff;
	display: inline-block;
	padding: 7px 15px;
}
.posts-navigation .nav-previous a:hover, .posts-navigation .nav-next a:hover {
	background-color: #000;
}
.posts-navigation.parent-pagination span.page-numbers.current {
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 7px 15px;
}
.posts-navigation.parent-pagination .post-pagination {
	max-width: 100%;
}
.posts-navigation.parent-pagination .nav-links a.page-numbers, .posts-navigation.parent-pagination span.page-numbers.current, .posts-navigation.parent-pagination span.dots {
	display: none;
}
.posts-navigation.parent-pagination .nav-links a.prev, .posts-navigation.parent-pagination .nav-links a.next {
	display: block !important;
	float: left;
}
.posts-navigation.parent-pagination .nav-links a.prev {
	margin-right: 10px;
}
#wprmenu_bar.wprmenu_bar.menu_is_opened {
	position: fixed !important;
	width: 20%;
}
#wprmenu_bar.wprmenu_bar {
	position: fixed !important;
}
.post-categories li {
	display: inline;
	color: #444546;
}
.post-categories li a {
	color: #444546;
}
.post-categories li:after {
	content: ",";
}
.post-categories li:last-child:after {
	content: "";
}
.post.hentry {
	padding: 15px 0;
}
/* press page */
.custom_page .linkwithin_hook, .article-area .bhna {
	display: none;
}
.custom_page {
	padding: 15px;
	background: #f1f1f1;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-o-transition: all 0.5s ease; /* IE 9 */
	-ms-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}
.custom_page:hover, .custom_page:focus {
	background: #dfdfdf;
	-webkit-transform: scale(1.02); /* Safari and Chrome */
	-moz-transform: scale(1.02); /* Firefox */
	-ms-transform: scale(1.02); /* IE 9 */
	-o-transform: scale(1.01); /* Opera */
	transform: scale(1.02);
}
.custom_page .custom_content {
	min-height: 305px;
	font-size: 16px;
}
.custome_pdf {
	text-align: center;
	min-height: 38px;
}
.custome_pdf img {
	margin-right: 8px;
}
.custome_pdf a:hover, .custome_pdf a:focus {
	text-decoration: none;
}
.article-area-second {
	display: block;
	clear: both;
	padding: 15px;
}
.article-area-second article, .freelance-page .custom-list {
	margin-bottom: 0;
	padding: 10px 25px !important;
	display: block;
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}
.article-area-second article:nth-child(even), .freelance-page .custom-list:nth-child(even) {
	background-color: #f9f9f9;
}
.article-area-second article:nth-child(odd), .freelance-page .custom-list:nth-child(odd) {
	background-color: #f5f5f5;
}
.article-area-second article p {
	float: left;
	margin: 0;
	text-align: left !important;
}
.article-area-second .entry-content .content-press, .freelance-page .custom-list .custom-list-content {
	margin-right: 35px;
	float: left;
}
.article-area-second .entry-content .content-press-pdfs, .freelance-page .custom-list .custom-list-content .content-press-pdfs {
	float: right;
}
.article-area-second .entry-content .content-press-pdfs a img {
	margin-right: 10px;
}
.freelance-page .custom-list .custom-list-content {
	width: 76%;
	font-weight: bold;
}
.freelance-page .custom-list a {
	color: #f46106;
	text-decoration: none;
}
.freelance-page .custom-list a:hover, .freelance-page .custom-list a:focus {
	color: #040404;
}
/* frreelance page */
.freelance-page {
	margin-bottom: 20px;
	display: inline-block;
}
.freelance-page p:first-child a {
	margin-bottom: 15px;
}
.freelance-page p a {
	color: #f46106;
	display: inline-block;
}
.freelance-page p a:hover {
	color: #000;
	text-decoration: none;
}
a:focus {
	outline: none !important;
}
.main-navigation #primary-menu .current-menu-parent > a {
	color: #f46106 !important
}
.custom_page .custom_content > p:first-child {
	max-height: 200px;
	overflow: hidden;
	min-height: 200px;
}
.page-template .linkwithin_hook {
	display: none;
}
.content-press img {
	display: none;
}
/*  entry-header */
.entry-header .field_under {
	padding-left: 100px;
}
.entry-header .field_under h4 {
	margin-bottom: 0;
	float: left;
	margin-right: 5px;
	color: #bbbbbb;
}
.entry-header .field_under .post-categories {
	clear: none;
	line-height: 1.1;
	margin: 0;
	padding-top: 5px;
}
/* category */
.home-post.title h3.entry-title {
	margin-bottom: 0;
}
.field_under .post-categories {
	margin: 0;
}
.field_under h4 {
	font-size: 12px;
	line-height: 0.9;
}
.field_under ul li {
	font-size: 14px;
}
.field_under .comments-count a {
	font-size: 14px;
}
.category-recipe ul {
	list-style: outside none disc;
	margin-top: -10px;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 16px;
}
.home-post.date > span.post-date {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
}
.home-post.date > span.post-month, .home-post.date > span.post-year {
	letter-spacing: 1px;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
}
.wp-post-navigation div a::after {
	font-size: 40px !important;
}
.wp-post-navigation div a::after {
	color: #ccc;
	font-size: 56px;
	height: 22px;
	line-height: 22px;
	margin-top: -11px;
	position: absolute;
	top: 34%;
}
.wp-post-navigation-pre a::after {
	content: "«";
	left: 0;
}
.wp-post-navigation-next a::after {
	content: "»";
	right: 0;
}
body #page .wp-post-navigation a{
	font-family: 'freight-text-pro', serif !important;
}
