/*
Theme Name: Dandy
Theme URI: http://danielecrusi.info/template
Author: Daniele Crusi
Author URI: http://danielecrusi.info
Description: Our theme is adapt for create a responsive magazine website with a sleek, modern design. Use the slider for image personalized or for the image the post. Set sidebar widgets or footer widgets for creating a magazine website personalized and complete.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dandy
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #5e5e5e;
    font-family: serif, 'Archivo Narrow', sans-serif;
    font-size: 17px;
    line-height: 2;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 10px solid;
    border-color: #f18500;
    margin-left: 12px;
    background: #f2f2f2;
	padding: 10px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

h2{
    margin-top: 0em;
    margin-bottom: 0.3em;	
}

.entry-title a,
.entry-header h1,
.entry-meta a,
.entry-footer a,
.widget-area a,
#footer-sidebar a,
.dandyBreadcrumb ul li a {
	text-decoration: none;
	letter-spacing: 1px;
	color: #f18500;
}

.entry-title a:hover, 
.entry-meta a:hover, 
.entry-footer a:hover, 
.widget-area a:hover, 
#footer-sidebar a:hover, 
.site-info a:hover, 
.spacesocial:hover {
	color: #f99e2f;
}

.widget-area a, 
.widget-area a:visited, 
#footer-sidebar a {
	color: #424242;
	text-align: left;
}

.widget-area a:hover, 
#footer-sidebar a:hover {
	color: #f18500;
	text-align: left;
}

.entry-title, 
.entry-meta{
	text-align: center;
}

.entry-footer {
	border-bottom: 1px solid rgba(76, 76, 76,0.2);
    padding-bottom: 40px;
}

.widget-area h2, 
#footer-sidebar h3 {
	text-transform: uppercase;
	color: #f18500;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px solid rgba(76, 76, 76,0.2);
	margin-bottom: 16px;
}

#secondary ul, 
#footer-sidebar ul {
	list-style: none;
	padding-left: 1em;
	text-transform: capitalize;
    font-size: 14px;
}

.page-header h1 {
	font-size: 1.2em;
	color: #f18500;
	text-transform: uppercase;
    padding-left: 20px;
}

.menu-top-container a{
	font-weight: 900;
	text-decoration: none;
	border-left: 2px solid #545545;
	border-top: 1px solid transparent;
	padding: 10px;
	margin-right: 2px;
	float: left;
	color: #f18500;
}

.menu-top-container a:hover {
	border-top: 1px solid #fff;
}	

#toTop i{
	color: #ffffff;
	border: 4px double #fff;
    padding: 13px;
}	

.site-main .navigation.pagination .nav-links a{
	color: #ffffff;
    background: #f18500;
    padding: 8px;
}

.site-main .navigation.pagination .nav-links .current{
	border: 3px solid #f18500;
    padding: 5px;
    position: relative;
    overflow: hidden;
    color: #f18500;
    margin: 0 2px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #e4e4e4; /* Fallback for when there is no custom background color defined. */
    text-rendering: optimizeLegibility;	
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 0.5em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

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. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

#wp-calendar th {
    text-align: center;
    border: 1px solid rgba(0,0,0,.05);
    background-color: rgba(0,0,0,.03);
    padding: 5px 0;
}
	
#wp-calendar tbody td {
    text-align: center;
    border: 1px solid rgba(0,0,0,.05);
    padding: 5px 0;
}

#wp-calendar caption {
	text-transform: uppercase;
	font-size: 13px;
	font-style: italic;
	color: #000000;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    text-align: center;
	outline: 0;
	border: 4px double;
    border-radius: 0;
	background: #f18500;
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
	-webkit-appearance: none;
    border-radius: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ffffff;
	-webkit-appearance: none;
    border-radius: 0;
}

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: #ffffff;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	-webkit-appearance: none;
    border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 4px double rgba(76, 76, 76,0.2);
	-webkit-appearance: none;
    border-radius: 0;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	-webkit-appearance: none;
    border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
	width: 100%;
	-webkit-appearance: none;
    border-radius: 0;
}

textarea {
	padding-left: 3px;
	width: 100%;
	-webkit-appearance: none;
    border-radius: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f18500;
}

a:visited {
	color: #f18500;
}

a:hover,
a:focus,
a:active {
	color: #f99e2f;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus & Header
--------------------------------------------------------------*/
.topCointanerD {
	max-width: 1480px;
	margin: auto;
}

.dandyHeaderimg {
	max-width: 1480px;
	margin: auto;
	margin-top: 10px;
}

.dandyHeader {
	margin: auto;
    height: 120px;
	background-color: rgba(0, 0, 0, 0.5);
	max-width: 1480px;
	position: relative;
}

.headContDan {
    position: relative;
    max-width: 1480px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    margin-top: 39px;
	z-index: 999;
}

.dHeaderRes {
	margin-top: 0px;
	height: 81px;
	position: fixed;
}

.TopDandyHeader {
    background-color: #575757;
    position: absolute;
    width: 100%;	
	z-index: 999;
	max-width: 1480px;
}

.dandyTop {
	max-width: 1380px;
    margin: auto;
}

.SocialTopDandy {
	float: right;
	padding-top: 5px;
	padding-right: 30px;
    width: 50%;
    text-align: right;
}

.SocialBottomDandy {
	float: right;
	padding-top: 9px;
    padding-right: 11%;
    width: 100%;
    text-align: right;
}

.spacesocial {
	padding-left: 25px;
	color: #f18500;
}

.dandy-logo {
	float: left;
	margin-top: 5px;
	padding-left: 30px;
}

.site-branding {
	float: left;
	padding-left: 30px;
}

.site-title {
	line-height: 0;
	padding-top: 11px;
    font-size: 35px;
}

.site-title-res {
    font-size: 30px;
}

.site-title a{
    text-decoration: none;
}

.site-title a:hover{
    color: #f18500;
}

.site-title a{
    text-decoration: none;
}
.site-description {
	color: #fff;
    line-height: 0;
    padding-top: 5px;
}

.custom-logo {
	display: block;
}

.custom-logo-res {
    width: 65%;
}

.menu-top-container {
	float: left;
    width: 50%;
}

.menu-top-container ul {
    list-style: none;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
}

.main-navigation {
	float: right;
	line-height: 90px;
	font-weight: 600;
	font-size: 1em;
	text-transform: uppercase;
	display: block;
	padding-right: 30px;
}

.main-navigation .menu-toggle{
    margin-top: 25px;
	}

.mainDandyRes {
	line-height: 50px;
}	

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;	
	padding: 15px
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 2px solid transparent;
	outline: none;
}

.main-navigation a:hover{
	color: #f18500;
}

.main-navigation ul ul {
	background-color: rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	margin-top: 0.9em;
    border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 10px;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
	line-height: 0px;
}

.main-navigation ul ul li a{
	color: #fff;
	border-bottom: none;
}

.main-navigation ul ul li a:hover, .main-navigation ul ul li a:focus{
	color: #f18500;
	border-bottom: none;
	outline: none;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.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: auto;
}

.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,
.main-navigation .current-menu-ancestor > a {
	border-bottom: 2px solid;
	color: #f18500;
}

.main-navigation div ul li:hover > a{
	color: #f18500;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.main-navigation.toggled ul {
    position: absolute;
    width: 100%;
    left: 0;
	line-height: 25px;
    margin-top: 1.6em;
}

.main-navigation.toggled ul ul li {
    width: 100%;
    left: 0;
	line-height: 25px;
}


@media screen and (min-width: 1025px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 49%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 49%;
}

.menu-toggle, .menu-toggle:hover {
    text-align: center;
	outline: 0;
	border: none;
    border-radius: 0;
	background: #f18500;
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.main-navigation.toggled button {
    background: #ffffff;
    color: #f18500;
}

.main-navigation ul li .indicator {
		position: absolute;
		right: 0;
		top: 0;
		font-family: 'FontAwesome';
		font-size: 12px;
		width: 53px;
		line-height: 53px;
		text-align: center;
		color: #eb911c;
		border-left: 1px solid rgba(0,0,0,.05);
	}
	.main-navigation ul li .indicator:before {
		content: "\f067";
	}
	.main-navigation ul li .yesOpen.indicator:before {
		content: "\f068";
	}

/*--------------------------------------------------------------
# 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: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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.search-field {
    width: 85%!important;
    margin-left: 25px;	
}

.search-field:focus, #comment:focus, #author:focus, #email:focus, #url:focus {
	outline-color: #f18500;
}

.search-submit {
	display: none;
}

.calendar_wrap {
	margin: 25px;
}
/*Dandy Recent Widget*/
.dandyPostWidget {
	border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 2em 0px;
}

li.dandyPostWidget:first-child{
	padding-top: 0px;
}

li.dandyPostWidget:last-child{
	border-bottom: none;
}

.theImgWidget img{
	width: 70px;
	height: 70px;
	border: 4px double rgba(76, 76, 76,0.2);
	transition-duration: 0.3s;
}

.theImgWidget img:hover{
	webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.theImgWidget{
	float: left;
	margin-right: 15px;
}

.dandyPostWidget .theText span.date{
	display: inline-block;
	font-size: 13px;
    color: #c3c3c3;
}

.theText a{
	display: block;
	font-size: 15px;
}

.spaceRight{
	padding-right: 3px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.page-header{
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.site-content {
	margin: auto;
    max-width: 1480px;
	position: relative;
}

#primary {
	float: left;
    width: 68%;
} 

article, 
.no-results.not-found .page-content, 
.error-404.not-found .page-content{
    padding: 42px;
    background-color: #fff;
    text-align: justify;
}

#secondary {
	float: right;
    width: 30%;
}

.widget-area {
	padding: 42px;
    background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 25px;
}

.dandySlider{
	margin-bottom: 20px;
}

.entry-title {
	border-top: 4px double rgba(76, 76, 76,0.2);
    border-bottom: 1px solid rgba(76, 76, 76,0.2);
	font-size: 26px;
}

.imageDandypost {
	display: block;
    width: 100%;
}

.singleDandyimage {
	display: block;
    width: 100%;
	margin: auto;
    max-width: 1480px;
	margin-top: 10px;
    margin-bottom: 10px;
}

.imageDpost{
	overflow: hidden;
	position: relative;
}

.dandyBreadcrumb {
	max-width: 1480px;
	margin: auto;
	background: #fff;
    padding: 20px;
    margin-bottom: 10px;
	margin-top: 10px;
}

.dandyBreadcrumb ul {
    list-style: none;
	display: flex;
	position: relative;
	margin: 0;
}

.dandyBreadcrumb ul li:not(:last-child):after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b4b4b4;
    font-size: 9px;
	padding-left: 5px;
	padding-right: 5px;
}

.dandyBreadcrumb ul li:first-child:before {
    content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b4b4b4;
    font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

figure.imageDpost {
	background: #000000;
	background-image: url('images/imgtop.png');
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
}

figure.imageDpost figcaption::before,
figure.imageDpost figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.imageDpost figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 4px double rgba(255, 255, 255, 0.5);
	border-bottom: 4px double rgba(255, 255, 255, 0.5);
	webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.imageDpost figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 4px double rgba(255, 255, 255, 0.5);
	border-left: 4px double rgba(255, 255, 255, 0.5);
	webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.imageDpost h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.imageDpost p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
}

figure.imageDpost img,
figure.imageDpost figcaption::before,
figure.imageDpost figcaption::after,
figure.imageDpost p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

figure.imageDpost:hover img {
	opacity: 0.6;
	webkit-transform: scale(1.1);
	-webkit-filter: blur(3px);
    transform: scale(1.1);
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

figure.imageDpost:hover figcaption::before,
figure.imageDpost:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.imageDpost:hover h2,
figure.imageDpost:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.imageDpost:hover figcaption::after,
figure.imageDpost:hover h2,
figure.imageDpost:hover p,
figure.imageDpost:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.site-footer {
	padding: 23px;
	margin: auto;
    max-width: 1480px;
	background-color: #575757;
	color: #ffffff;
    text-align: justify;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.site-info {
	float: left;
	width: 50%;
	margin-top: 10px;
}

.cat-links,
.tags-links,
.comments-link,
.edit-link {
	float: left;
	display: block;
    margin: 0 5px 0 0;
    padding: 1px 10px;
    color: #575757;
    background-color: #f5f5f5;
    font-family: 'Open Sans';
    font-size: 11px;
    text-decoration: none;
}

.moretag {
	float: right;
	display: inline-block;
    margin: 0 5px 0 0;
    border: 2px double;
    color: #f18500;
    font-family: 'Open Sans';
    font-size: 11px;
    text-decoration: none;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.moretag:hover {
    background-color: #f18500;
	border: 2px double #f18500;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.moretag a {
	padding: 10px;
}

.moretag a:hover {
	color: #ffffff;
	padding: 10px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.nav-previous, .nav-next {
    padding: 20px;
    background-color: #fff;
}

.blockButtonShare {
	width: 100%;
	padding: 10px 0 30px;
	text-align: center;
}

.theShareButton {
	display: inline-block;
	background-color: #f18500;
	padding-left: 20px;
    padding-right: 20px;
    border: 4px double #fff;
}

.theShareButton:hover{
    background-color: #f99e2f;
}

.theShareButton a{
	color: #fff!important;
}

.theShareButton i{
    padding: 23px;
    line-height: 0;
}

.BottomDandy {
	float: right;
	width: 50%;
}

.navigation.pagination{
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

#footer-sidebar {
	position: relative;
	display: flex;
	margin: auto;
    max-width: 1480px;
    background-color: #fff;
    margin-bottom: 20px;
}

#footer-sidebar1 {
	float: left;
	width: 33%;
	padding-left: 25px;
    padding-right: 25px;
}

#footer-sidebar2 {
	float: left;
	width: 33%;
	padding-left: 25px;
    padding-right: 25px;
}

#footer-sidebar3 {
	float: left;
	width: 33%;
	padding-left: 25px;
    padding-right: 25px;
}

#toTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background-color: #f18500;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

#toTop:hover {
	background-color: #f99e2f;
}

.dspaceR {
	padding-right: 25px;
	color: #545454;
}

.spaceRight{
	padding-right: 3px;
}

.spaceLeft{
	padding-left: 3px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0.4em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

#respond.comment-respond,
#comments.comments-area {
	outline: none;
}
#comments ol {
	list-style-type: none;
	padding: 0;
}
#comments ol .pingback {
	margin: 0 0 3.5em;
	position: relative;
	border-bottom: 1px solid rgba(76,76,76,0.2);
	padding-bottom: 1.5em;
}
#comments ol article {
	margin: 0 0 3.5em;
	position: relative;
	border-bottom: 1px solid rgba(76,76,76,0.2);
}
#comments ol ol {
	padding-left: 5%;
}
#comments ol ol article {
}
#comments article footer img {
	float: left;
	margin-right: 1em;
}
#comments article .comment-content {
	clear: both;
	padding-bottom: .5em;
}
#comments article .comment-metadata {
	font-size: 14px;
}

#comments .reply {
	top: 0;
	right: 0;
	font-size: 14px;
	float: right;
    background: #f5f5f5;
    padding: 1px 10px;
	position: absolute;
}

#comments .comment-metadata{
	margin-top: 3px;
}

.comments-area h2{
	font-size: 16px;
	text-transform: uppercase;
}

.comment-awaiting-moderation {
	margin: 0;
	color: red;
}

.comment-reply-title {
	margin: 0;
}
.comment-reply-title small {
	margin: 0 1em;
}
.comment-notes {
	margin: 0;
    font-size: 14px;
}
.comments-area .required {
	color: red;
}
.comment-respond .comment-form-comment,
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	margin: 0;
	margin-bottom: 1em;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	width: 33.3333%;
	float: left;
}
.comment-respond .comment-form-email {
	padding: 0 1em;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input {
	width: 100%;
}
.comment-respond .form-submit {
	clear: both;
	text-align: center;
}
.comment-respond .form-submit input {
	width: 100%;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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;
}

/*----------------------------------------------------------------
##Mobile
------------------------------------------------------------------*/
@media all and (max-width: 1380px) {

}
@media all and (max-width: 1180px) {

}
@media all and (max-width: 985px) {
	
	.dHeaderRes {
		position: absolute;
	}
	
	.dandy-logo {
		padding-left: 10px;
		width: 70%;
	}
	
	.SocialTopDandy {
		text-align: center;
		width: 100%;
	}
	
	.SocialBottomDandy {
		text-align: center;
		padding-right: 0px;
		width: 100%;
	}
	
	.spacesocial {
		padding-left: 10px;
	}
	
	.menu-top-container {
		width: 50%;
	}
	
	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-menu-ancestor > a {
		border-bottom: none;
	}
	
	.main-navigation li {
		background: #575757;
		float: none;
		margin: 1px;
	}

	.main-navigation ul ul {
		padding: 0px;
		background: none;
	}
	
	.main-navigation.toggled ul ul li {
	    border-bottom: 1px dashed rgba(255,255,255, 0.5);
	}	
	
	.main-navigation ul ul, .main-navigation ul ul ul {
		position: relative!important;
	}
	
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0;
	}
	
	.main-navigation.toggled ul {
		width: 94%;
		margin: 12px;
		margin-top: 1.6em;
	}
	
	.main-navigation.toggled ul ul{
		display: none;
		margin-left: 0;
		margin-top: 17px;
		box-shadow: none;
	}	
	
	.dandyBreadcrumb {
		width: 96%;
	}
	
	.dandyBreadcrumb ul{
		display: block;
	}
	
	.dandyBreadcrumb ul li:after {
		content: none;
	}

	#primary, #secondary {
		float: none;
		width: 96%;
		margin: auto;
		margin-bottom: 20px;
	}
	
	.widget-area {
		padding: 30px;
	}
	
	article {
		padding: 30px;
	}
	
	.entry-title a {
		font-size: 20px;
	}
	
	.entry-meta a {
		font-size: 13px;
	}
	
	.cat-links ,.tags-links ,.comments-link ,.edit-link, .moretag {
		float: none;
	}
	
	.theShareButton {
		display: block;
	}
	
	.comment-respond h3{
		width: 100%;
	}

	.site-info, .BottomDandy {
		float: none; 
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	
	#footer-sidebar {
		display: block;
		float: none;
		width: 96%;
		margin: auto;
		margin-bottom: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#footer-sidebar1,
	#footer-sidebar2,
	#footer-sidebar3{
		float: none;
		width: 100%;
	}
	
	.widget.widget_calendar .calendar_wrap {
		margin: 0;
	}

}
@media (max-width: 695px){
	.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
    width: 100%;
	}
	
	.comment-respond .comment-form-email {
	padding: 0;
	}
	
}
@media all and (max-width: 370px) {
	.dandyHeader {
		height: 90px;
	}	
}