/*
Theme Name: Clean Journal
Theme URI: https://catchthemes.com/themes/clean-journal
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: Clean Journal is a Clean Responsive WordPress Theme for bloggers, writers and small businesses. It is based on Catch Base theme which uses HTML5, CSS3 and Responsive design where each element has been carefully configured for perfect display on all devices and platforms. It comes with a wide variety of options so you can modify layout, styling, featured content, promotion headline, featured slider, pagination, icons, menus, breadcrumb, widgets and much more, directly from theme customizer. This theme is translation ready and also currently translated in Danish and German languages. Check out Theme Instructions at https://catchthemes.com/theme-instructions/clean-journal/, Support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/clean-journal/
Version: 1.2
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: clean-journal
Domain Path: /languages/
Tags: black, gray, silver, white, dark, light, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, front-page-post-form, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Reset
2. Typography
3. Elements
4. Padding/Margin
5. Forms
6. Navigation
7. Accessibility
8. Alignments
9. Clearings
10. Header Area
11. Promotion Area
12. Featured Content Area
13. Content
14. Widgets
15. Comments
16. Media
17. Captions
18. Galleries
19. Footer
20. Extra Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #F8E59A; /* Fallback for when there is no custom background color defined. */
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2. Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color:#333333;
	font-family: 'Grotesque MT', sans-serif;
	font-size: 1.6em;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'CPL Kirkwood', serif;
	clear: both;
	margin-bottom: 0px;
	line-height: 1;
	/*font-weight:700;*/
    letter-spacing: .01em;
}

h1 {
	font-size: 1.4em;
	color: #2b7134;
}

h2 {	
	color: #f15c22;
	font-size: 1.3em;
	font-weight:normal;
}

h3 {
	font-size: 2.5em;
    /*color: #148933;*/
    color: #f15c22;
}

.sidebar .widget-title,
.site-footer .widget-title,
.site-footer .entry-title {
	font-size: 20px;
	margin-bottom: 15px;
}

h4 {
	font-size: 1.7em;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

#feature-slider .cycle-pager span {
    font-size: 50px;
}

#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before {
    font-size: 50px;
    line-height: 50px;
}

.site-title {
    font-size: 38px;
    font-weight: bold;
}

.entry-title,
#promotion-message h2,
#featured-content #featured-heading {
	font-size: 2em;
}

#scrollup:before {
	font-size: 26px;
}

#featured-content .entry-title,
.archive-post-wrap .entry-title {
	font-size: 2em;
}

.sidebar .entry-title,
.comments-title,
#search-toggle,
.genericon.genericon-menu {
    font-size: 20px;
}

.entry-meta span a:before {
	font-size: 18px;
}

#header-right-social-icons .genericon:before {
	font-size: 16px;
}

.clean-journal-nav-menu .sub-menu a,
.clean-journal-nav-menu .children a,
.sidebar-header-right .widget_nav_menu .sub-menu a,
#breadcrumb-list .wrapper,
.entry-meta,
.site-description,
#secondary .widget-area,
#colophon .widget-area {
	font-size: 14px;
}

#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span,
.page-links span {
	font-size: 14px;
	line-height: 30px;
}

#site-generator {
    font-size: 13px;
}

.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
}

.hentry {
/*	word-wrap: normal;*/
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

/*--------------------------------------------------------------
3. Elements
--------------------------------------------------------------*/
body {
	/*background-color: #f9f9f9;*/
}

.site,
#feature-slider .wrapper {
	display: block;
	width: 100%;
}

.wrapper {
	margin: 0 auto;
	width: 1200px;
}

.sidebar-header-right .wrapper {
	width: auto;
}

a {
    color: #f15c22;
	/*color: #148933;*/
	cursor: pointer;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #2b7134;
	outline: none;
    /*text-decoration: underline;*/
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.widget ul {
	margin-left: 1em;
}

.widget ul > li {
    list-style-type: disc;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-weight: bold;
	margin: 0 0 2em;
	width: 100%;
}

th {
	border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
	color: #666;
	/*font-weight: 700;*/
	padding: 8px;
	text-transform: uppercase;
}

td {
	border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
	padding: 8px;
}

blockquote:before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content ol,
.entry-content ul {
    /*margin-bottom: 20px;
    margin-left: 20px;*/
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.displayblock,
#heading,
#primary,
#secondary,
#comments,
.clean-journal-nav-menu a,
.sidebar-header-right .widget_nav_menu a,
#header-top .widget_nav_menu a {
	display: block;
}

.displaynone {
	display:  none;
}

.sticky {
	display: block;
}

/* Genericons */
.menu-item-has-children a:after,
.dropdown-toggle:after,
.genericon:before,
#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before,
.posted-on a:before,
.byline a:before,
.cat-links span + a:before,
.tags-links span + a:before,
.comments-link a:before,
.edit-link a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    display: inline-block;
	line-height: 1;
	font-family: 'Genericons';
    text-decoration: inherit;
    vertical-align: text-bottom;
}

#search-toggle:before {
    content: "\f400";
}

#scrollup:before {
	content: '\f432';
}

#feature-slider .cycle-prev:before {
    content: "\f430";
}

#feature-slider .cycle-next:before {
    content: "\f429";
}

.entry-meta .posted-on a:before {
	content: "\f307";
}

.entry-meta .author a:before {
	content: "\f304";
}

.edit-link a:before {
	content: "\f411";
}

.cat-links span + a:before {
	content: "\f301";
}

.tags-links span + a:before {
	content: "\f302";
}

.entry-meta .comments-link a:before {
	content: "\f300";
}


/*--------------------------------------------------------------
4. Padding/Margin
--------------------------------------------------------------*/

#masthead {
	/*background-color: #fff;*/
	padding: 20px 0;
	display:none;
}

.page-header {
	padding: 20px 20px 0 20px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 5px 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 9px 15px;
}

#site-branding,
#promotion-message .section,
.woocommerce-wrap,
.no-results,
.not-found,
.sidebar,
#comments,
#nav-below,
.post-navigation,
#infinite-handle,
#supplementary .widget,
#site-generator {
	padding: 20px;
}

.site-content,
#featured-content,
#supplementary {
	padding-top:  0px;
}

.site-content,
.archive-post-wrap {
	padding-bottom: 20px;
}

.entry-header {
/*	padding-bottom: 10px;*/
}

.logo-left #site-header {
	padding-left: 10px;
}

.logo-right #site-header {
	padding-right: 10px;
}

.blog #main .hentry,
.archive #main .hentry,
.sidebar .entry-header {
	padding-bottom: 0;
}

.nav-header-right .wrapper,
#header-featured-image .wrapper,
#feature-slider .wrapper,
#feature-slider .entry-header,
#featured-content .entry-header {
	padding: 0;
}

#header-top p,
#header-top .widget figure,
.site-description,
#featured-content p,
.single-post .hentry,
.sidebar-primary .widget:last-child,
.sidebar-header-right .widget:last-child {
	margin-bottom: 0;
}

.page-header .page-title {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.hentry,
.widget {
	margin: 0 0 20px;
}

.sidebar-primary .widget {
	margin: 0 0 40px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#promotion-message h2 {
	margin-bottom: 5px;
}

.site-title,
#promotion-message p,
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

#promotion-message .right .promotion-button {
	margin-top: 7px;
	padding: 10px 25px;
}

#featured-content .featured-heading-wrap {
	padding: 20px 20px 0;
	text-align: center;
}

#feature-heading {
    margin: 0 20px;
    padding: 20px 0 0;
}

#featured-content .entry-content {
	margin-top: 0;
}

#featured-content .entry-container {
	margin-top: 20px;
}

p,
.hentry .featured-image,
.widget figure {
    margin-bottom: 20px;
}

.sidebar-header-right .widget {
    margin-bottom: 10px;
}

#search-toggle:before {
    margin-top: 12px;
}

#scrollup:before {
    margin-top: 7px;
}

.entry-meta .posted-on,
.entry-meta .byline,
.entry-meta .comments-link,
.entry-meta .cat-links {
	margin-right: 10px;
}

blockquote {
	margin: 20px 40px;
}

#header-top .widget {
	margin: 8px;
}

#header-top .header-top-left section:first-child {
	margin-left: 0;
}

#header-top .header-top-right section:last-child {
	margin-right: 0;
}

#header-top .wrapper,
.nav-primary .wrapper,
.nav-secondary .wrapper {
	/*padding: 0 20px;*/
}

/*--------------------------------------------------------------
5. 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 */
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	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 */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type="search"]{background:transparent;border:none}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
6. Navigation
--------------------------------------------------------------*/
.menu-toggle {
	display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous,
.nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next,
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.post-navigation span {
	display: block;
}

.nav-header-right .wrapper {
	float: right;
	margin-right: -18px;
}

.sidebar-header-right .widget_nav_menu {
    position: relative;
    z-index: 199;
}

.nav-primary,
.nav-footer {
	/*background-color: #222;*/
	position: relative;
	z-index: 198;
}

.nav-secondary {
    background-color: #f2f2f2;
    position: relative;
    z-index: 197;
}


.clean-journal-nav-menu li {
	/*width:16.6666%;*/
    /*width: 10%;*/
    width: 11.6%;
    	display: inline-block;
	float: none;
    	text-align: center;
	padding: 0 0px;
}

.sidebar-header-right .widget_nav_menu li {
	display: inline-block;
	position: relative;
}

.clean-journal-nav-menu a {
color: #f15c22;
/*color: #ff6c2b	;
color: #148933;*/
	line-height: 46px;
	font-size:1.5em;
	font-family:'CPL Kirkwood', serif;
}

#header-top .clean-journal-nav-menu a {
	line-height: 1.7;
}

.sidebar-header-right .widget_nav_menu a {
	color: #222;
}

.clean-journal-nav-menu li a:hover,
.clean-journal-nav-menu li a:focus,
#header-top .clean-journal-nav-menu li a:hover,
#header-top .clean-journal-nav-menu li a:focus,
.sidebar-header-right .widget_nav_menu li a:hover,
.sidebar-header-right .widget_nav_menu li a:focus {
	/*background-color: #fff;*/
	color: #2b7134;
	/*font-weight:bold;*/
	font-family:'CPL Kirkwood', serif;
    /*font-weight: 700;*/
	text-decoration: none;
}

/* Hover */
.clean-journal-nav-menu li:hover > a,
#header-top .clean-journal-nav-menu li:hover > a,
#header-top .widget_nav_menu li:hover > a {
	/*background-color: #fff;
	color: #000;*/
}

.sidebar-header-right .widget_nav_menu li:hover > a {
	background-color: #222;
	color: #fff;
}

/* Hover Parent */
.clean-journal-nav-menu .current-menu-item > a,
.clean-journal-nav-menu .current-menu-ancestor > a,
.clean-journal-nav-menu .current_page_item > a,
.clean-journal-nav-menu .current_page_ancestor > a {
	/*background-color: #fff;
	color: #000;*/
	font-family: 'CPL Kirkwood', serif;
    /*font-weight: 700;*/
    color:#2b7134
}

.sidebar-header-right .widget_nav_menu .current-menu-item > a,
.sidebar-header-right .widget_nav_menu .current-menu-ancestor > a {
	background-color: #222;
	color: #fff;
}

.clean-journal-nav-menu .sub-menu,
.clean-journal-nav-menu .children,
#header-top .widget_nav_menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 250px;
	z-index: 200;
}

.sidebar-header-right .widget_nav_menu .sub-menu {
	left: auto;
	right: +99999px;
}

.clean-journal-nav-menu .sub-menu a,
.clean-journal-nav-menu .children a,
#header-top .widget_nav_menu .sub-menu a {
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #000;
	font-style: 13px;
	line-height: 1.5em;
	padding: 10px;
	position: relative;
	width: 250px;
}

.sidebar-header-right .widget_nav_menu .sub-menu a {
	background-color: #222;
	color: #fff;
}

.sidebar-header-right .widget_nav_menu .sub-menu {
	border-top: 1px solid #333;
}

.sidebar-header-right .widget_nav_menu .sub-menu a,
.sidebar-header-right .widget_nav_menu .sub-menu .sub-menu {
	border-color: #333;
}

.nav-secondary .clean-journal-nav-menu a {
	color: #666;
}

.nav-secondary .clean-journal-nav-menu .sub-menu a,
.nav-secondary .clean-journal-nav-menu .children a {
	background-color: #fff;
	border-color: #f9f9f9;
}

.clean-journal-nav-menu .sub-menu li a:hover,
.clean-journal-nav-menu .sub-menu li a:focus,
.clean-journal-nav-menu .children li a:hover,
.clean-journal-nav-menu .children li a:focus,
#header-top .widget_nav_menu .sub-menu li a:hover,
#header-top .widget_nav_menu .sub-menu li a:focus,
.sidebar-header-right .widget_nav_menu .sub-menu li a:hover,
.sidebar-header-right .widget_nav_menu .sub-menu li a:focus {
	background-color: #000;
	color: #fff;
}

.clean-journal-nav-menu .sub-menu .sub-menu,
.clean-journal-nav-menu .children .children,
#header-top .widget_nav_menu .sub-menu .sub-menu {
	border-top: 1px solid #eee;
	margin: -43px 0 0 249px;
}

.sidebar-header-right .widget_nav_menu .sub-menu .sub-menu {
	margin: -43px 249px 0 0;
}

.nav-secondary .sub-menu .sub-menu,
.nav-secondary .clean-journal-nav-menu .children .children  {
	border-color: #f9f9f9;
}

.clean-journal-nav-menu .menu-item:hover,
.clean-journal-nav-menu .page_item:hover,
#header-top .widget_nav_menu .menu-item:hover {
	position: static;
}

.sidebar-header-right .widget_nav_menu .menu-item:hover {
	position: relative;
}

.clean-journal-nav-menu .menu-item:hover > .sub-menu,
.clean-journal-nav-menu .page_item:hover > .children,
#header-top .widget_nav_menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.sidebar-header-right .widget_nav_menu .menu-item:hover > .sub-menu {
	right: 0;
	opacity: 1;
}

/* Menu Search */
.nav-primary.search-enabled {
	position: relative;
height:80px;
    margin-top: 20px;
}

.nav-primary.search-enabled .menu {
	/*float: left;*/
margin:0 auto;
width: 1200px;
/*width: 1150px;*/
}

#search-toggle {
	display:none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    float: right;
    height: 46px;
    line-height: 52px;
    text-align: center;
    width: 42px;
}

#search-toggle:hover {
	background-color: #fff;
    color: #000;
}

#search-container {
    background-color: #fff;
    bottom: -56px;
    clear: both;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.nav-primary .search-submit {
	display: none;
}

.nav-primary .search-form {
    padding: 10px 40px;
}

.nav-primary .search-field {
	border-color: #eee;
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
	width:  100%;
}

.nav-primary .search-field:focus {
	border-color: #666;
	color: #000;
}

/* WP Page Navi */
#nav-below .wp-pagenavi,
.page-links {
	float: right;
}

#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span,
.page-links span {
	border: none;
	float: left;
	height: 28px;
	color: #1b8be0;
	text-align: center;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}

.page-links span {
	margin-left:  10px;
}

.page-links span,
.page-links a:hover span {
	background-color: #000;
	color: #fff;
}

.page-links a span {
	background-color: #f2f2f2;
	color: #404040;
}

.page-links span.pages {
	background-color: transparent;
	color: #404040;
	margin-left: 0;
	padding: 0;
}

#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span {
	background-color: #eee;
	margin: 0 0 0 10px;
}

#nav-below .wp-pagenavi span.pages {
	color: #404040;
	background-color: transparent;
	padding: 2px 0 0 0;
}

#nav-below .wp-pagenavi a:hover,
#nav-below #wp_page_numbers ul li a:hover {
	background-color: #000;
	color: #fff;
}

#nav-below .wp-pagenavi span.current{
	background-color: #000;
	color: #fff;
	font-weight: normal;
}

/* Jetpack Infinite Scroll */
#infinite-handle span {
    background-color: #eee;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 	0 2px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 		0 2px 6px rgba(0, 0, 0, 0.5);
    color: #1b8be0;
    cursor: pointer;
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

#infinite-handle span:hover {
	background-color: #000;
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------------------
7. Accessibility
--------------------------------------------------------------*/
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* 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: #1b8be0;
	display: block;
	font-size: 14px;
	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 */
}

/*--------------------------------------------------------------
8. 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: 0 auto;
}

/*--------------------------------------------------------------
9. Clearings
--------------------------------------------------------------*/
.clear:after,
.clearfix:after,
#header-top:after,
.hentry:after,
.archive-post-wrap:after,
.wrapper:after,
.clean-journal-nav-menu:after,
.featured-content-wrap:after,
#content_sidebar_wrap:after,
.widget:after,
.widget-wrap:after,
#nav-below:after,
.page-links:after,
.post-navigation:after,
.nav-links:after,
#site-generator:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*--------------------------------------------------------------
10. Header Top Area
--------------------------------------------------------------*/
#header-top {
	background-color: #222;
	color: #fff;
	display: none;
	font-size: 13px;
	text-align: left;
	width: 100%;
}

.fixed-header-top #header-top {
	position: fixed;
	top: 0;
	z-index: 200;
}

.fixed-header-top #header-top.hidden {
	position: relative;
	visibility: hidden;
}

.admin-bar.fixed-header-top #header-top {
	top: 32px;
}

.header-top-left,
.header-top-right {
	display: inline-block;
	width: 50%
}

.header-top-left.full-width,
.header-top-right.full-width {
	width: 100%;
}

.header-top-left {
	float: left;
}

.header-top-right,
.header-top-right .widget {
	float: right;
}

.header-top-bar a {
	color: #fff;
}

.header-top-bar a:hover {
	color: #ddd;
	text-decoration: none;
}

.headet-top-left {
	float: left;
}

.headet-top-right {
	float: right;
}

#header-top .widget ul {
	float: left;
	list-style: none;
	margin: 0;
}

#header-top .widget ul li {
    display: inline-block;
    float: left;
    text-align: left;
}

#header-top .widget ul a {
    padding: 5px 10px;
}


/*--------------------------------------------------------------
11. Header Area
--------------------------------------------------------------*/
#site-branding,
#site-logo,
#site-header {
	display: inline-block;
	float: left;
}

#site-branding,
#site-logo {
	max-width: 100%;
}

#site-logo a {
    display: block;
    line-height: 0;
}

#site-header.logo-enable.logo-left {
    padding-left: 10px;
}

#site-header.logo-enable.logo-right {
    padding-right: 10px;
}

.site-title a {
	color: #111111;
}

.site-title a:hover {
	color: #1b8be0;
	text-decoration: none;
}

.sidebar-header-right,
.sidebar-header-right .widget-wrap {
	float: right;
}

#header-featured-image {
	clear: both;
	display: block;
	line-height: 0;
	width: 100%;
	text-align: center;
}

#masthead .search-field {
	float: right;
	font-size: 14px;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 90%;
	max-width: 250px;
	border: 1px solid #ddd;
	/*background-color: #fff;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#888;
}

/*--------------------------------------------------------------
11. Promotion Area
--------------------------------------------------------------*/
#promotion-message {
	background-color: #222;
	color: #fff;
}

#promotion-message .left a {
	color: #fff;
}

#promotion-message .left a:hover {
	color: #ddd;
	text-decoration: none;
}

#promotion-message .left {
	float: left;
    max-width: 80%;
}

#promotion-message .right {
	float: right;
    max-width: 20%;
	text-align: center;
}

#promotion-message .right .promotion-button {
    background-color: #fff;
	border: 2px solid #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	display: inline-block;
}

#promotion-message .right .promotion-button:hover {
	background-color: #5cb85c;
	border-color: #398439;
	color: #fff;
	text-decoration: none;
}


/*--------------------------------------------------------------
12. Featured Content Area
--------------------------------------------------------------*/
#featured-content {
	background-color: #f9f9f9;
	border-bottom: 1px solid #eee;
}

#featured-content.border-top {
	border-top: 1px solid #eee;
	border-bottom: none;
}

#feature-heading {
    border-bottom: 1px solid #eee;
}

#featured-content .featured-content-image {
	display: block;
	line-height: 0;
}

#featured-content .hentry {
	border: none;
	float: left;
}

#featured-content.layout-four .hentry {
	width: 25%;
}

#featured-content.layout-three .hentry {
	width: 33.33%;
}

#featured-content.layout-two .hentry {
	text-align: center;
	width: 50%;
}

#featured-content.layout-four .hentry:nth-child(4n+1),
#featured-content.layout-three .hentry:nth-child(3n+1),
#featured-content.layout-two .hentry:nth-child(2n+1) {
	clear: both;
}

#featured-content figure a {
    display: block;
    line-height: 0;
}

/*--------------------------------------------------------------
13. Content
--------------------------------------------------------------*/
.site-content {
	/*background-color: #fff;*/
}
#main {
	float: left;
	width: 820px;
}

.sidebar-primary {
	float: right;
	width: 340px;
}

.archive-post-wrap,
.page-header .page-title {
    border-bottom: 0px solid #eee;
}

.entry-title,
.entry-title a {
	color: #f15c22;
}

.entry-title a:hover {
	color: #148933;
}

.entry-title a:hover,
.entry-meta a:hover {
	text-decoration: none;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* Two Columns (Content Right, Left Sidebar) */
.content-right #main {
	float: right;
}

.content-right .sidebar-primary {
	float: left;
}


/* One Column (No Sidebar, Content Width) */
.no-sidebar.content-width #main {
    display: block;
    float: none;
    margin: 0 auto;
    width: 1200px;
}

/* One Column (One Column) */
.no-sidebar.one-column .site {
	display: block;
	margin: 0 auto;
    width: 820px;
}

.no-sidebar.one-column.fixed-header-top #header-top {
	width: 820px;
}

.no-sidebar.one-column .wrapper,
.no-sidebar.one-column #main {
	width: 100%
}

/* One Column (No Sidebar, Full Width) */
.no-sidebar.full-width #main {
    width: 100%;
}

/* Layout Options with Featured Image on Left */
.excerpt-image-left .archive-post-wrap .entry-meta {
	margin-bottom: 10px;
}

.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
	display: inline;
	max-width: 350px;
    width: 50%;
}

.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
    width: 20%;
}

.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image {
    float: left;
}

.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
	float: right;
}

.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container,
.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
	display: inline;
    width: 50%;
padding:30px 25px;
}

.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container,
.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
    width: 79%;
}

.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container {
    float: right;
}

.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
    float: left;
}

.excerpt-image-left .archive-post-wrap .entry-footer,
.excerpt-image-right .archive-post-wrap .entry-footer {
	display: none;
}
.entry-footer{clear:both}
/*--------------------------------------------------------------
14. Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget figure a {
	display: block;
	line-height: 0;
}

/* Calender widget */
.widget_calendar #wp-calendar {
	width: 100%;
	text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}

.widget_calendar #wp-calendar caption {
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}

.widget_calendar #wp-calendar th {
	background: #f2f2f2;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}

.widget_calendar #wp-calendar tfoot td {
	background: #f2f2f2;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/*--------------------------------------------------------------
15. Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#respond form label {
	display: block;
}

.comments-title {
	margin-bottom: 20px;
}

.comment-body {
    border-bottom: 4px double #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comment-body .comment-meta {
	margin-bottom:  20px;
}

.comment-body .comment-author img {
    float: left;
    line-height: 0;
    margin-right: 10px;
    padding: 0;
}

/*--------------------------------------------------------------
16. Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}

.hentry .featured-image a {
    display: block;
    line-height: 0;
}

/*--------------------------------------------------------------
17. Captions
--------------------------------------------------------------*/
caption {
	font-weight: normal;
}

.wp-caption {
	background-color:  #f3f3f3;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	max-width: 100%;
	padding: 5px 5px 0;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 8px 0;
}

/*--------------------------------------------------------------
18. Galleries
--------------------------------------------------------------*/
#main .gallery {
	margin-bottom: 1.5em;
}

#main .gallery img {
    border: 1px solid #eee;
    padding: 5px;
}

.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;
}

/*--------------------------------------------------------------
19. Footer
--------------------------------------------------------------*/
#supplementary {
	background-color: #222;
    border-bottom: 1px solid #eee;
    border-top: 3px solid #000;
}

#supplementary,
#supplementary a,
#supplementary .widget-title,
#supplementary .entry-title,
#supplementary .widget-title a,
#supplementary .entry-title a {
	color: #fff;
}

#supplementary a:hover,
#supplementary .widget-title a:hover,
#supplementary .entry-title a:hover {
	color: #ddd;
	text-decoration: none;
}

#supplementary .widget-area {
	float: left;
	width: 100%;
}

#supplementary.two .widget-area {
	width: 50%;
}

#supplementary.three .widget-area {
	width: 33.33%;
}

#supplementary.four .widget-area {
	width: 25%;
}

#site-generator {
	background-color: #f9f9f9;
    border-top: 1px solid #f4f4f4;
    color: #666;
    text-align: center;
}

#site-generator a {
    color: #555;
    font-weight: bold;
}

#site-generator a:hover {
	color: #1b8be0;
}
/*--------------------------------------------------------------
10. Extra Elements
--------------------------------------------------------------*/
/* Clean Journal Scrollup */
#scrollup {
    background-color: #666;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 	0 2px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 		0 2px 6px rgba(0, 0, 0, 0.5);
    color: #eee;
    cursor: pointer;
    display: none;
    height: 40px;
    position: fixed;
    bottom: 20px;
	right: 20px;
    text-align: center;
	text-decoration: none;
    width: 40px;
    z-index: 9999;
}

#scrollup:hover {
	background-color: #000;
    color: #fff;
    text-decoration: none;
}

/* Clean Journal breadcrumb */
#breadcrumb-list {
	background-color: #fff;
}

#breadcrumb-list .wrapper {
    padding: 20px 40px 0;
}

.home #breadcrumb-list .wrapper {
	padding-bottom: 20px;
}

#breadcrumb-list span {
	background-color: transparent;
	border: 1px solid #eee;
    color: #666;
	display: block;
   	float: left;
   	font-style: italic;
   	margin-left: -1px;
}

#breadcrumb-list span.sep {
       float: right;
       margin-left: 0;
       padding: 0 0 0 5px;
}

#breadcrumb-list span.sep,
#breadcrumb-list span.archive-text,
#breadcrumb-list span.search-text,
#breadcrumb-list span.tag-text,
#breadcrumb-list span.author-text {
       border: none;
}

#breadcrumb-list a,
#breadcrumb-list a span {
	color: #1b8be0;
	display: inline-block;
	padding: 5px 10px 3px;
}

#breadcrumb-list a:hover,
#breadcrumb-list a:hover span {
	color: #404040;
	text-decoration: none;
}

#breadcrumb-list .breadcrumb-current {
	background-color: #f2f2f2;
	padding: 5px 10px 3px;
}

/* jQuery Cycle 2 Custom CSS */
#feature-slider {
	display: block;
    position: relative;
    overflow: hidden;
    z-index: 101;
}

#feature-slider .cycle-slideshow {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#feature-slider .cycle-slideshow img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

#feature-slider .cycle-pager {
    bottom: 0;
    left: 20%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 100;
}

#feature-slider .cycle-pager span {
    font-family: arial;
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}

#feature-slider .cycle-pager span.cycle-pager-active {
    color: #000;
}

#feature-slider .cycle-pager > * {
    cursor: pointer;
}

#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before {
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
}

#feature-slider .cycle-prev,
#feature-slider .cycle-next {
    background: #444;
    background: rgba(0,0,0,0.6);
    -moz-border-radius:     4px;
    -webkit-border-radius:  4px;
    border-radius:          4px;
    color: #fff;
    cursor: pointer;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 47%;
    text-decoration: none;
    -moz-transition:    all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
    z-index: 101;
}

#feature-slider .cycle-prev {
    left: -20px;
}

#feature-slider .cycle-next {
    right: -20px;
}

#feature-slider:hover .cycle-prev {
    left: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#feature-slider:hover .cycle-next {
    right: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#feature-slider .cycle-slideshow .hentry {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

#feature-slider .cycle-slideshow article:first-child {
    position: static;
    z-index: 100;
}

#feature-slider .entry-container {
	background: #444;
    background: rgba(0,0,0,0.7);
    border-radius: 4px;
	-moz-border-radius:	4px;
	-webkit-border-radius:	4px;
    opacity: 0;
    top: 50%;
    left: 25%;
    padding: 20px;
    position: absolute;
    text-align: center;
    width: 50%;
    z-index: 101;
    -webkit-transform: translateY(-55%) scale(1.2);
    -ms-transform: translateY(-55%) scale(1.2);
    transform: translateY(-55%) scale(1.2);
    -webkit-transition: all .2s 0 linear;
    -moz-transition: all .2s 0 linear;
    -ms-transition: all .2s 0 linear;
    -o-transition: all .2s 0 linear;
    transition: all .2s 0 linear;
}

#feature-slider:hover .entry-container {
	opacity: 1;
	-moz-transition:    all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}

#feature-slider .entry-container,
#feature-slider .entry-container a,
#feature-slider .entry-title,
#feature-slider .entry-title a {
	color: #fff;
}

#feature-slider .entry-container a:hover,
#feature-slider .entry-title a:hover {
	color: #ddd;
}

.disabled {
    opacity: .5;
    filter:alpha(opacity=50);
}

/* Social Icons */
.widget_clean_journal_social_icons .widget-wrap {
	margin-left: -5px;
}

.site .widget_clean_journal_social_icons a.genericon {
	background-color: #222;
	border-radius: 20px;
	-moz-border-radius:	20px;
	-webkit-border-radius:	20px;
	box-sizing: content-box;
    -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;
	color: #fff;
    margin: 0 0 5px 5px;
    padding: 8px;
    height: 20px;
    width: 20px;
}

.site #supplementary .widget_clean_journal_social_icons a.genericon,
.site #header-top .widget_clean_journal_social_icons a.genericon {
	background-color: #ddd;
	color: #222;
}

.site #supplementary .widget_clean_journal_social_icons a.genericon:hover,
.site #header-top .widget_clean_journal_social_icons a.genericon:hover {
	background-color: #fff;
	color: #222;
}

.site #header-top .widget_clean_journal_social_icons a.genericon {
	margin-bottom: 2px;
	height: 14px;
	width: 14px;
}

.site .sidebar-header-right .widget_clean_journal_social_icons a.genericon {
	margin: 5px 0 0 5px;
}

.site .widget_clean_journal_social_icons a.genericon:hover {
	background-color: #000;
	border-color: #000;
    color: #fff;
}

.site .widget_clean_journal_social_icons a:hover {
	text-decoration: none;
}

.site .widget_clean_journal_social_icons a.genericon-facebook-alt:hover {
	background-color: #3b5998;
	border-color: #3b5998;
}

.site .widget_clean_journal_social_icons a.genericon-twitter:hover {
	background-color: #00aced;
	border-color: #00aced;
}

.site .widget_clean_journal_social_icons a.genericon-googleplus-alt:hover {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.site .widget_clean_journal_social_icons a.genericon-mail:hover {
	background-color: #1d62f0;
	border-color: #1d62f0;
}

.site .widget_clean_journal_social_icons a.genericon-feed:hover {
	background-color: #dc622c;
	border-color: #dc622c;
}

.site .widget_clean_journal_social_icons a.genericon-wordpress:hover {
	background-color: #1b8be0;
	border-color: #1b8be0;
}

.site .widget_clean_journal_social_icons a.genericon-github:hover {
	background-color: #4183c4;
	border-color: #4183c4;
}

.site .widget_clean_journal_social_icons a.genericon-linkedin:hover {
	background-color: #007bb6;
	border-color: #007bb6;
}

.site .widget_clean_journal_social_icons a.genericon-pinterest:hover {
	background-color: #cb2027;
	border-color: #cb2027;
}

.site .widget_clean_journal_social_icons a.genericon-flickr:hover {
	background-color: #ff0084;
	border-color: #ff0084;
}

.site .widget_clean_journal_social_icons a.genericon-vimeo:hover {
	background-color: #aad450;
	border-color: #aad450;
}

.site .widget_clean_journal_social_icons a.genericon-youtube:hover {
	background-color: #bb0000;
	border-color: #bb0000;
}

.site .widget_clean_journal_social_icons a.genericon-tumblr:hover {
	background-color: #32506d;
	border-color: #32506d;
}

.site .widget_clean_journal_social_icons a.genericon-instagram:hover {
	background-color: #517fa4;
	border-color: #517fa4;
}

.site .widget_clean_journal_social_icons a.genericon-codepen:hover {
	background-color: #000;
	border-color: #000;
}

.site .widget_clean_journal_social_icons a.genericon-path:hover {
	background-color: #ff442c;
	border-color: #ff442c;
}

.site .widget_clean_journal_social_icons a.genericon-dribbble:hover {
	background-color: #ea4c89;
	border-color: #ea4c89;
}

.site .widget_clean_journal_social_icons a.genericon-skype:hover {
	background-color: #12a5f4;
	border-color: #12a5f4;
}

.site .widget_clean_journal_social_icons a.genericon-digg:hover {
	background-color: #333;
	border-color: #333;
}

.site .widget_clean_journal_social_icons a.genericon-reddit:hover {
	background-color: #ff4500;
	border-color: #ff4500;
}

.site .widget_clean_journal_social_icons a.genericon-stumbleupon:hover {
	background-color: #eb4924;
	border-color: #eb4924;
}

.site .widget_clean_journal_social_icons a.genericon-pocket:hover {
	background-color: #f13753;
	border-color: #f13753;
}

.site .widget_clean_journal_social_icons a.genericon-dropbox:hover {
	background-color: #2281cf;
	border-color: #2281cf;
}

.site .widget_clean_journal_social_icons a.genericon-spotify:hover {
	background-color: #81b900;
	border-color: #73a500;
}

.site .widget_clean_journal_social_icons a.genericon-polldaddy:hover {
	background-color: #bc0b0b;
	border-color: #bc0b0b;
}

.site .widget_clean_journal_social_icons a.genericon-foursquare:hover {
	background-color: #f94877;
	border-color: #f94877;
}

.site .widget_clean_journal_social_icons a.genericon-twitch:hover {
	background-color: #6441a5;
	border-color: #6441a5;
}

.site .widget_clean_journal_social_icons a.genericon-cloud:hover {
	background-color: #00aced;
	border-color: #00aced;
}

.site .widget_clean_journal_social_icons a.genericon-website:hover,
.site .widget_clean_journal_social_icons a.genericon-cart:hover,
.site .widget_clean_journal_social_icons a.genericon-phone:hover,
.site .widget_clean_journal_social_icons a.genericon-handset:hover {
	background-color: #42b41e;
	border-color: #42b41e;
}

.site .widget_clean_journal_social_icons a.genericon-link:hover {
	background-color: #2e6da4;
	border-color: #2e6da4;
}

.site .widget_clean_journal_social_icons a.custom-icon {
	border: none;
	background: transparent;
	padding: 0;
}

.site .widget_clean_journal_social_icons .icon-hover,
.site .widget_clean_journal_social_icons .has-hover:hover .icon-static {
	display: none;
}

.site .widget_clean_journal_social_icons .has-hover:hover .icon-hover {
	display: inline-block;
	text-decoration: none;
	border: none;
}

/* WooCommerce */
.woocommerce .products ul,
.woocommerce ul.products {
	margin-bottom: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 20px;
}


/* ======== CUSTOM ======== */

/* HEADER */
#newsletter_header{position: absolute; top: 21px; width: 600px;margin-left: -590px; left: 50%;}

/* TRANSPOSH */
.ui-front{border: 9px solid #666; padding: 30px 30px 76px 30px;background:#eee;z-index:10000}

.lingua li {float:left;text-transform:uppercase; overflow:hidden; font-size:.9em;font-family: 'Grotesque MT', sans-serif; letter-spacing: 1px}

.lingua li .selected{font-family: 'Grotesque MT', sans-serif; font-weight: bold;/*letter-spacing: 0px*/}
.lingua li:nth-child(2), .lingua li:nth-child(4), .lingua li:nth-child(6){width:14px;padding:0 4px;color:#2b7134}
.lingua li:nth-child(8) {display:none}
.lingua li:nth-child(1){width:14px;}    
.lingua li:nth-child(3){width:20px;}
.lingua li:nth-child(5){width:18px;}
.lingua li:nth-child(7){width:45px;font-family: serif}
.lingua li:nth-child(7) a {letter-spacing: 0px}
.lingua li a{color:#2b7134}


/* FOOTER */
#real_footer{width:1200px;margin:0 auto; font-size:.9em; font-family:'Grotesque MT', sans-serif; padding-top:0px; bottom:20px}
.footer_line1{width: 100%; height: 100px;}
.footer_line2{width:100%;clear:both;}
#real_footer_sx{width:1100px;float:left;margin-top:0px;font-size:1em}
/*#real_footer_sx_1{float:left;width:730px; position: absolute; top: 21px; display: none}*/
#real_footer_sx_2{float:left;width:370px;font-size:1em;line-height:1em}
#real_footer_dx{width:100px;float:right; margin-top:0px;}
#social_insta, #social_fb {float:left;width:35px;margin-top:10px;margin-left: 15px; padding-top: 19px}
#social_insta a, #social_fb a{cursor:pointer}
#mc_embed_signup input{background: transparent; border: 1px solid #2b7134; color:#2b7134;box-shadow:none;border-radius:0;height: 26px}
.mce-success-response, .mce_inline_error{font-size:.8em}


/* HOME page */ 
.home #loop_home_data h1{font-size:1.47em}
.orange{color:#f15c22}
.green{color: #2b7134}
#home_primo {width: 1200px; height: 550px; margin-bottom: 20px;}
#home_containero {width: 1200px; height: 580px; margin-bottom: 15px;}
.slider_home{width: 100%; height:600px; overflow: hidden }
#frase_home{width: 83%; height: 100px; font-size: 1.1em; line-height: 1.4em; text-align:center; padding: 30px 0 0 0; margin: 0 auto }
#chisiamo_sx {position:absolute; width: 100%; height:450px;/*background:url('images/home.jpg') no-repeat;background-size:cover;background-position-y:center; */ overflow: hidden; left:0 }
#chisiamo_dx {width: 100%; height: 335px; font-size: 1.1em; line-height: 1.4em; text-align:center; padding-top:470px}
#chisiamo_sx img{width: 100%}
#loop_home_image {float:left;width:46%;height:180px; background:#fff;}
#loop_home_data {float:right;width:54%;padding:15px 20px;height:180px; background:#fff;}
#loop_home_excerpt {margin-top:10px; line-height:1.4em}
.loop_post_list li{width: 49%; overflow: hidden}
.campo_image {float:left;width:46%;height:180px; background:#fff;}
.campo_image img{height: 100%; width: 100%}
.campo_testo {float:right;width:54%;padding:15px 20px;height:180px; background:#fff;}
.loop_post_list_home{margin-top: 45px /*135px*/; font-family: 'CPL Kirkwood', serif; }
.loop_post_list_home li{width: 49%; overflow: hidden; float: left; margin-bottom: 1%; position: relative; padding-bottom: 40px}
.loop_post_list_home li:nth-child(2n+2){float:right}
.loop_post_list_home li:nth-child(2n+2){margin-left:2%}
.banner-home-img img{width: 100%}


/* SINGLE */
.campo_image_full {width:100%;height:350px; overflow: hidden}
.campo_image_full img{height: 100%; width: 100%}
.campo_titolo {position: absolute; width:100%; height:40px;background:#ffffff/*url(images/bg_trans.png) 100% 100%*/; padding:4px 15px; overflow: hidden; margin-top: 0px;}
.campo_titolo a {color:#f15c22;  font-size: 1.7em}

.full_single{width: 100%}
.feat-img{float:none; padding: 0 0 0px 0px; width: 100%}
.single .entry-title{margin:10px 0 30px 0}
.single .entry-footer{display:none}
.post-navigation{display:none}


/* BLOG PAGE */ 

.loop_blog_list li{width:100%;height: 430px}
.loop_blog_list li:nth-child(4n+2) .field_image_blog {float: left}
.loop_blog_list li:nth-child(4n+2) .field_data_blog {float: right; padding: 0 0 0 60px}

.loop_blog_list li:nth-child(4n+4) .field_image_blog {float: right}
.loop_blog_list li:nth-child(4n+4) .field_data_blog {float: left; padding: 0 60px 0 0}

.field_image_blog{width: 50%; height: 390px; overflow: hidden;margin-bottom:20px}
.field_image_blog img {width: 100%}
.field_data_blog {width: 50%; /*background: #fbfbfb;*/ height: 390px; overflow: hidden;margin-bottom:20px; line-height: 2px}
.field_data_blog h2{font-family: 'CPL Kirkwood', serif; font-size: 1.3em; padding:0 0 5px 0 }
.field_data_blog h1{font-family:'CPL Kirkwood', serif; font-size: 1.8em; ; margin-top: 5px}
.testo_blog {margin-top:20px;line-height:1.8em}
.page-id-2650 .page .entry-title{display: inline; text-transform: capitalize; display: none }
.post-2650 .entry-content{margin-top: 50px}
.post-2650 .entry-header{margin-top: 10px;font-size: 1.2em; text-align: center}


/* EVENTI page */
/*CALENDAR*/
.tribe-bar-filters, .tribe-events-button, #tribe-events-footer{display:none}
.tribe-events-calendar div[id*=tribe-events-daynum-]{background:transparent; font-size:1.6em; }
.tribe-events-calendar th {border:0; background:transparent; text-align:left; color:#148933}
#tribe-events-content .tribe-events-calendar td, #tribe-events-content table.tribe-events-calendar{border:none}
.tribe-bar-disabled{display:none}
.tribe-events-calendar{/*font-family: Typewriter bold, sans-serif;*/}
.tribe-events-calendar thead {font-size:1.3em;  font-weight:100}
.tribe-events-calendar tbody div{font-size:1.5em; color:#148933}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events{background:#f15c22}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events a{color:#fff; /*font-family: Typewriter bold, sans-serif;*/letter-spacing:0; font-size:1.4em; line-height:1.4em}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events h3{line-height:17px}
.tribe-events-sub-nav li:nth-child(1){float:left; padding-left:200px}
.tribe-events-sub-nav li:nth-child(2){float:right;padding-right:200px}
h2.tribe-events-page-title{font-size:2.2em; text-transform:uppercase;/* font-family:Typewriter, sans-serif; */color:#148933}
.tribe-events-sub-nav{font-size:2.5em; font-weight:bold;}
.tribe-events-sub-nav a:hover{text-decoration:none}
#tribe-events-header{margin:-63px 0 35px 0}
.tribe-events-tooltip{display:none}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background:transparent; color:#148933}
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a, 
{color:#148933;}
.tribe-events-thismonth td div[id*=tribe-events-daynum-] {color:#148933;}
.tribe-events-has-events div[id*=tribe-events-daynum-] {background:#f15c22; color: #ffffff}


/* CHI SIAMO pag */
#chisiamo2_container {width: 1200px; height: 580px;}
#chisiamo2_sx {width: 447px; float: left; height: 300px;}
#chisiamo2_dx {width: 753px; height: 300px; float: right; background: #fff; padding: 40px 0px 40px 60px;}
#chisiamo_testo {margin-top: 15px; line-height: 1.5em;}

.chi_siamo_people_sx {float:left;width:46%;height:270px; background:#fff;}
.chi_siamo_people_dx {float:right;width:54%;padding:2px 27px;height:270px; background:#fff;}
.chi_siamo_people_text {margin-top:5px; line-height:1.4em; font-size: .9em}

.chi_siamo_people_text img{display: none}
.chi_siamo_people_text .more-tag{display: none}

/* CONTACT pag  che è la stessa di DOVE SIAMO*/
#contact_container {width: 980px; margin: 20px auto 0 auto;color: #333300}
#contact_container p {margin: 30px 0;  padding: 0;}
.titolo_dovesiamo{color:#f15c22; font-family: 'CPL Kirkwood', serif; font-size: 1.7em; line-height: 1em}


/* INSTAGRAM */
#sb_instagram {overflow: hidden}
.logo_insta{position: absolute; z-index: 2000; height: 20px; width: 20px; background: url(../../themes/caos/images/insta_logo@2.png) no-repeat; background-size: contain; margin: 270px 0 0 270px}




.sidebar-header-right .widget {display:none}
.page .entry-title {display:none}
.edit-link, .post-edit-link {display:none}

/* AGGIUSTAMENTO DISTANZA MENU */
.clean-journal-nav-menu {display:flex; justify-content:space-between}
.clean-journal-nav-menu li{margin: 0; text-transform: lowercase}

.single article {/*background:#fff;*/padding:35px}
.category-11 article ,.category-6 article {float:left;width:50%;background:#fff;height:250px}

.category-6 .page-header{display:none}


/*LOOP POSTS*/
.loop_post_list {list-style-type:none; padding:0; margin:0;width:100%;}
.loop_post_list li {float:left; height:180px;background:#fff;margin-bottom:20px;}
.loop_post_list li:nth-child(4n+6){float:right}
.loop_post_list li:nth-child(2n+2){margin-left:2%}
.sx_single{float:right;width:45%}
.dx_single{float:left;width:55%;padding:0 50px 0 0}

.page-id-326 .loop_post_list li:nth-child(4n+4), .page-id-323 .loop_post_list li:nth-child(4n+4), .page-id-109 .loop_post_list li:nth-child(4n+4),.page-id-8 .loop_post_list li:nth-child(4n+4){margin-left:0%}

.page-id-2 .loop_post_list li:nth-child(even){float:right}
.page-id-2 .loop_post_list li:nth-child(odd){float:left}

.page-id-323 .loop_post_list li:nth-child(2), .page-id-8 .loop_post_list li:nth-child(2), .page-id-109 .loop_post_list li:nth-child(2), .page-id-326 .loop_post_list li:nth-child(2){display:none}
.primo_evento_img img {height:300px;width:450px}

/* PAGINA MARKET */
.slider_market{width: 100%; height:450px; overflow: hidden }
#titolo_sotto_foto_market_page {width: 800px; color:#b3b3b3; font-size: 1.8em;margin: 50px auto 50px auto; text-align: center; line-height:  1.3em; font-weight: bold; hyphens: none}
#testo_sotto_foto_market_page {width: 1000px; margin: 50px auto 50px auto; text-align: justify;}
.incontra_i_produttori{margin-top:70px}
.loop_post_list_produttori_market .column {color:#f15c22; font-size: 1.3em }

.produttori_1_of_3_img img{width: 100%}
.produttori_1_of_3_text{font-size: 1em}

.loop_post_list_produttori_market {list-style-type:none; padding:0; margin:40px 0 0 0; width:100%;}
.loop_post_list_produttori_market li {float:left; height:550px;background:#fff;margin-bottom:20px; width: 30%}
.loop_post_list_produttori_market li:nth-child(6n+4) {margin:0 5%}



/* ALLINEA FOTO e TESTI pag CHI SIAMO */
.post-1978 .loop_post_list li {margin:0}
.post-1978 .loop_post_list li:nth-child(4n+6) {float:none}
.post-1978 .loop_post_list li:nth-child(4n+4) {margin-left:2%;float:right}
.post-1978 .loop_post_list li:nth-child(2n+4) {float:left}
.post-1978 .loop_post_list li {height:270px;margin-bottom:20px}
.post-1978 .loop_post_list h1{font-size:1.7em;line-height:1em; -moz-hyphens: none; -ms-hyphens: none; -webkit-hyphens: none; hyphens: none;}
.post-1978 .loop_post_list .orange a{color:#f15c22}
.post-1978 .loop_post_list .green a{color:#2b7134}
.post-1978 .loop_post_list p {margin: 0}


/* STAND ALONE*/
.postid-1893 .sx_single{display:none}
.postid-1893 .dx_single {width:100%;padding:0}
.postid-1893 .dx_single .entry-title {margin:0 0 30px 0;text-align:center}

.postid-1905 .sx_single{display:none}
.postid-1905 .dx_single {width:100%;padding:0}
.postid-1905 .dx_single .entry-title {margin:0 0 30px 0;text-align:center}

.youtube_rf {width:853px; height:480px;}



/* SINGLE EVENT */
.single #tribe-events-header, .tribe-events-event-meta{display:none}
.single #tribe-events{background:#fff; padding:35px}
.tribe-events-back{margin-bottom:30px; background:#148933; width:150px;padding:0 15px 0 10px; text-align:center}
.tribe-events-back a{color:#fff}

.single-tribe_events .tribe-events-event-image{width:450px; float:right; margin:0}
.single-tribe_events .tribe-events-single-event-description {width:55%; float:left}
#tribe-events-content{margin:0}
.single .hentry{margin:0}


/* GALLERY - NIVO LIGHTBOX */
.page-id-9 .entry-content{width:853px;margin:0 auto}
.entry-content .nivolightbox-gallery {width:902px; margin:0 auto;}
.nivolightbox-gallery li img {/*width:200px;*/}
.titolo_gallery1{width: 840px; margin: 0 auto 20px auto;}
.titolo_gallery{width: 840px; margin: 50px auto 20px auto;}

.single-portfoliopro .feat-img {text-align: center}
.single-portfoliopro .feat-img img {width: 902px}
.nivolightbox-gallery li {margin: 0 10px 0 0; height: auto}
.nivolightbox-gallery li:nth-child(4n+4) { margin: 0;}



/* RIMUOVE DATA DA PAGINA RURAL ADVENTURE */
.postid-2092 .full_single h2{display: none}

/* RIMUOVE DATA DA CATEGORY-HOME */
.category-home .full_single h2{display: none}

/* RIMUOVE DATA DA CATEGORY-CHI SIAMO */
.category-chi-siamo .full_single h2{display: none}

/* RIMUOVE DATA DA RURAL FESTIVAL */
.post-1893 .full_single h2{display: none}

/* pag singola CATEGORY-CHI SIAMO */
.category-chi-siamo .feat-img{float: right; width: auto}
.category-chi-siamo .alignright{margin: 0 0 65px 65px; min-width: 380px}
.category-chi-siamo .alignleft{margin: 0 0 65px 65px; min-width: 380px}
.category-chi-siamo .feat-img img{width: 380px}
.sottotitolo_produttore {font-size: 2em; color: #f15c22} 
.single .category-chi-siamo .entry-title{color: #2b7134; margin: 4px 0}
.category-chi-siamo p {margin: 0}

.tribe-events-sub-nav a {color:#148933}

/* Rimuove data da GALLERY */
.single-portfoliopro .portfoliopro .full_single h2{display: none}
/* Titoli delle gallery */
.single-portfoliopro .portfoliopro .full_single .entry-title{text-align: center}

/* Togli ALL dalla gallery */
.pp-filter-item{display: none}

/*NEWSLETTER*/
.mce-responses div{margin: 10px 0; padding: 5px}

/*PAGINE SINGOLE MEET THE PRODUCERS */
.category-meet-the-producers .entry-content .full_single h2{display: none}

/* VIDEO BTN */
#video_btn {font-weight: bold;  width:200px; height:38px; background:#f15c22; color:#fff; margin: 75px auto 0 auto; text-align:center; padding-top: 3px; font-size: 20px}
#video_btn a, #video_btn a:hover{color: #fff}
.immagine_video {width:258px; position:absolute; margin-top:-255px; margin-left:574px} 
#video_btn2 {width:258px; text-align:center; margin-top:15px}

/* PAGINA EVENTI */
.dettagli_primo_evento{border-top: 1px solid #ccc; text-align: center; padding-top: 40px;}
.data_evento {margin-top: 15px}
.contenuto_evento{margin-top: 20px; margin-bottom: 50px; line-height: 1.5em;}

/* PAGINA PRIVACY*/
.page-id-5241 {font-size: 1.4em}
.page-id-5241 .round_list, .page-id-5241 .letter_list {margin-bottom: 30px}
.page-id-5241 .round_list li{list-style-type: disc; margin-left: 30px; padding-left: 10px;}
.page-id-5241 .letter_list li{list-style-type: lower-latin; margin-left: 30px; padding-left: 10px}

/* FOTO GALLERY */
.mg-fourcol ul{width: 1040px; margin: 0 auto}
.mg-fourcol li{float: left; margin: 0 5px}

.mg-fivecol ul{ margin: 0 auto}
.mg-fivecol li{float: left; margin: 0 5px}
.mg-fivecol li img{height: 190px; width: 190px}
.nivo-lightbox-nav {display: inline}



/* UPDATE 28.11.2018 */
.noacapo {-webkit-hyphens:manual;-moz-hyphens:manual;hyphens:manual;}


/* PAGINA home - about*/
.homeabout {font-size:2.05em; letter-spacing:0.1em; text-align:center; line-height:1.2em; margin:10% 0; font-weight: bold}


/* PAGINA RURAL MARKET NEW */
.rural_market_2colonne {clear: both; margin: 0 50px; line-height: 1.3em}
.rural_market_2colonne li{list-style-type: none; float: left; width: 47%;}
.rural_market_2colonne li:nth-child(1){margin-right: 3%}
.rural_market_2colonne li:nth-child(2){margin-left: 3%}
.market_titolo {font-size:2.5em; margin: 20px 50px 0 50px}
.market_titolo_small{font-size:2em; margin: 20px 0}
.market_testo {font-size:1.3em; line-height: 1.3em; margin:35px 50px}
.market_img {margin:80px 0}


/* PAGINA NEWS */
.loop_blog_list_new li{float: left; width: 380px; height: 600px; margin: 0 10px;}
.loop_blog_list_new li .field_image_blog_new {max-height: 280px; overflow: hidden; width: auto; display: inline-block;}
.loop_blog_list_new li .field_image_blog_new img{height: 250px; width: auto}
.loop_blog_list_new li .more-tag{color:#2b7134}
.loop_blog_list_new li .field_data_blog_new h2{font-size: 1em; margin-bottom: 25px}
.loop_blog_list_new li .field_data_blog_new h1{font-size: 2em;}
.loop_blog_list_new li .field_data_blog_new h1 a{color: #2b7134;}

/* PAGINA NEWS - ARCHIVIO BOX */
input[type="search"]{background:transparent; border: none;color:#2b7134;font-family:'CPL Kirkwood', serif; font-size:150%}
input[type="submit"],input[type="submit"]:focus,input[type="submit"]:hover{background:url(https://www.rural.it/wp-content/uploads/2020/06/loupe.gif) no-repeat; background-size:contain; height:30px; border: none;box-shadow:none;}

.loop_blog_list_new{width:66.67%;float:left}
.archivio_list_box {width:33.33%;float:left; padding-left:5%}
.archivio_list_box ul{padding:0; margin:0}
.archivio_list_box li{list-style-type:none}

.archivio_list_box p{display:none;}
.link_archivio_post a {color:#333333; font-size:90%}
.link_archivio_post{display:inline-block; /* text-transform:lowercase*/}
.link_archivio_post:first-letter{text-transform:uppercase;line-height:20px}

.search-form{background:transparent; border:3px solid #000;-webkit-border-radius:11px;width:100%; height:50px}
.search-field{width:80%}



/* PAGINA CUSTODI */
.loop_post_list_new p{display:none}
.loop_post_list_new li{width: 33%; overflow: hidden}
.loop_post_list_new {list-style-type:none; padding:0; margin:0;width:100%;}
.loop_post_list_new li {float:left; width: 280px; height:280px;background:#fff;margin:0 10px 20px 10px;}
.loop_post_list_new .testo {position: absolute; width:280px; height: 80px; padding: 10px; margin-top: 200px; background-image: url(../clean-journal/images/bg_custodi3.png); font-family: 'CPL Kirkwood', sans-serif; font-size: 1.4em; line-height: 1em;-webkit-hyphens:manual;-moz-hyphens:manual;hyphens:manual;}
.loop_post_list_new .testo p {margin: 0; padding: 0;}
.loop_post_list_new .img {position: absolute; min-width: 280px}
.loop_post_list_new .img img{width: 280px;}


/* BODY COLOR TEMPORARY*/
.page-id-7138{background: #F8E59A}
.page-id-7242 {background: #F8E59A;background: url(../../../wp-content/uploads/2018/12/pero-nobile-1_giallo.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.page-id-7047 {background: #F8E59A;/*background: url(../../../wp-content/uploads/2018/12/pero-nobile-1_giallo.jpg) no-repeat center center fixed*/; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
/*.page-id-7047 #real_footer {position: absolute; padding-bottom: 20px}*/
.page-id-7047 #page {min-height: 300px}
.page-id-7122 {background: #F8E59A}
.page-id-7060 {background: #F8E59A}


/* PAGINA BIODIVERSITA */
.biodiversita_agricola_titolo {font-size:2.5em; margin: 20px 50px 0 50px;}
.biodiversita_agricola_testo {font-size:1.3em; line-height: 1.3em; margin:35px 50px;}


/* NUOVA PAGINA CUSTODE SINGOLO */
#colonna_sx_custodi {width:65%; float:left; margin-right:5%;}
.dotted-line_green {background: url(images/dot_green.png); width: 100%; height:5px; margin-bottom: 10px}
.dotted-line_orange {background: url(images/dot_orange.png); width: 100%; height:5px; margin-bottom: 10px}
.titolo_custode{line-height:1em; font-size:2em;font-family: 'CPL Kirkwood', serif}
.titolo_prodotto{line-height:1em; font-size:2em;font-family: 'CPL Kirkwood', serif}
.informazioni_contatto{margin-bottom:20px; line-height:1.3em; font-size: .8em}
#col_sx_sottolonna_sx{width:30%; float:left; margin-right:2%}
#col_sx_sottolonna_dx{width:68%; float:left;}
#colonna_dx_custodi{width:30%; float:left;}
.category-custodi {hyphens: none; text-align: justify; line-height: 1.5em; }
.single .category-custodi{margin-top:-20px;}
#colonna_sx_custodi .gallery .gallery-item {max-width: 33%;width: 33%}
.contenuto{float: left; margin-top: 40px}