﻿@charset "utf-8";

/**
 * Table of Contents:
 *
 * 1 - Reset
 * 2 - Basic Structure
 * 3 - Header Navigation
 *   3.1 - Search Form
 *   3.2 - Slider
 *   3.3 - Sidebar
 *     3.3.1 - Widget
 *     3.3.2 - Sidebar Effect
 * 4 - Pages
 *   4.1 - Author / Archive
 *   4.2 - Project Page
 *   4.3 - Search Page
 *   4.4 - Blog Page
 *   4.5 - Single Page
 *   4.6 - Contacts Page
 *   4.7 - Error 404 Page
 * 5 - Comment Form
 *   5.1 - Comment List
 * 6 - Footer
 *   6.1 - Social Icons
 * 7 - Shortcode
 * 8 - Player Skin
 * 9 - Media Queries
 *
**/

/* CSS Document */

/* 1 Reset Css */

html, body, div, span, applet, object, iframe, caption, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {

	vertical-align: baseline;
	font-size: 100%;
	font-weight: normal;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div, article, aside, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

abbr {font-weight: 500}

.clear {clear:both}

:focus {outline: 0;}
ol, ul, li {list-style: none !important;}

li {color: #767d83; line-height: 30px; margin-left: 25px}

#page .entry-content li > ul,
#page .entry-content li > ol {padding: 0;}
#single .entry-content li > ul,
#single .entry-content li > ol {padding: 0;}

table {border-collapse: separate;border-spacing: 0;}
caption, th, td, dt, dd {color: #939b9e; line-height: 30px; font-weight: normal;}

table,
th,
td {border: 1px solid #eaeaea;border: 1px solid rgba(51, 51, 51, 0.1);}

table {border-collapse: separate;border-spacing: 0;border-width: 1px 0 0 1px;margin: 0 0 1.6em;table-layout: fixed; /* Prevents HTML tables from becoming too wide */width: 100%;}

caption,
th,
td {font-weight: normal;text-align: left;}
th {border-width: 0 1px 1px 0;font-weight: 700;}
td {border-width: 0 1px 1px 0;}
th, td {padding: 0.4em;}


blockquote:before,
blockquote:after,
q:before,
q:after {content: "";}
blockquote, q{quotes: "";font-style: italic;-webkit-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;hyphens: none;quotes: none;}

code,
kbd,
tt,
var,
samp,
pre {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	max-width: 100%;
	overflow: auto;
	padding: 0.8em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

strong {font-weight: 600}

mark,
ins {background-color: #fff9c0;text-decoration: none;}

#comment-nav-above .nav-next a,
#comment-nav-above .nav-previous a {color: #767d83; font-weight: 500!important;}

h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}
h5 {font-size: 115%;}
h6 {font-size: 100%;}

.blog h1 {color: #1a2023; padding: 1% 0 0}
.blog h2 {color: #1a2023; padding: 1% 0 0}
.blog h3 {color: #1a2023; padding: 1% 0 0}
.blog h4 {color: #1a2023; padding: 1% 0 0}
.blog h5 {color: #1a2023; padding: 1% 0 0}
.blog h6 {color: #1a2023; padding: 1% 0 0}

.archive h1 {color: #1a2023; padding: 1% 0 0}
.archive h2 {color: #1a2023; padding: 1% 0 0}
.archive h3 {color: #1a2023; padding: 1% 0 0}
.archive h4 {color: #1a2023; padding: 1% 0 0}
.archive h5 {color: #1a2023; padding: 1% 0 0}
.archive h6 {color: #1a2023; padding: 1% 0 0}

.single-post h1 {color: #1a2023; padding: 1% 0 0}
.single-post h2 {color: #1a2023; padding: 1% 0 0}
.single-post h3 {color: #1a2023; padding: 1% 0 0}
.single-post h4 {color: #1a2023; padding: 1% 0 0}
.single-post h5 {color: #1a2023; padding: 1% 0 0}
.single-post h6 {color: #1a2023; padding: 1% 0 0}

.page-template-default h1 {color: #1a2023; padding: 2% 0 0;}
.page-template-default h2 {color: #1a2023; padding: 2% 0 0}
.page-template-default h3 {color: #1a2023; padding: 2% 0 0}
.page-template-default h4 {color: #1a2023; padding: 2% 0 0}
.page-template-default h5 {color: #1a2023; padding: 2% 0 0}
.page-template-default h6 {color: #1a2023; padding: 2% 0 0}

::-moz-selection { background: #145197; color: #fff; text-shadow: none;}
::selection { background: #145197; color: #fff; text-shadow: none;}

img {border: none; text-decoration: none;}

a {outline: none; cursor: pointer; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}

a:link,
a:visited,
a:focus,
a:hover,
a:active {text-decoration: none;}

a:hover,
a:active {-o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {height: auto;}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {max-width: 100%; height: auto;}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {height: auto; max-width: 100%;}


/* =WordPress Core
-------------------------------------------------------------- */

/* Images */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }



img.alignleft {
  margin: 30px 20px 30px 0; }

img.alignright {
  margin: 30px 0 30px 20px; }

img.aligncenter {
  margin: 30px auto 10px auto;}
  
.wp-caption.alignright {
  margin: 25px 0 30px 20px;}

.wp-caption.alignleft {
  margin: 25px 20px 30px 0;}

img.alignnone {margin: 0 0;}



.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300; }

.wp-caption {
  margin-top: 30px;
  margin-top: 2rem;
  margin-bottom: 30px;
  margin-bottom: 2rem;
  max-width: 100%; }

.wp-caption-text {
  margin-top: 10px;
 }

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside; }

.navigation li {
  list-style: none;
  display: inline-block; }
.navigation ul {
  margin: 0;
  padding: 0; }

.sticky,
.bypostauthor {
  color: inherit; }

.entry-content .page-links-title {color: #a7acad}
.entry-content .page-links a {color: #a7acad!important}
.entry-content .page-links a:hover {color: #292c2e!important}

address {color: #939b9e; line-height: 30px;}

.gallery img {border: 0!important;}
		
/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {max-width: 100%;}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {margin-bottom: 0;}

body {
	margin: 0;
	padding: 0;
	font: 100% "Roboto", Arial, Helvetica, sans-serif;
	/* FONDO PAGINA WEB */
	background: white;
	word-wrap: break-word;
	overflow-y: scroll;
}


/* End Reset */


/* 2 Structure */

#container {position: relative; overflow: hidden;}
.wrap {margin: 0 18.2591%; /* 1170px */}


/* AppBar */
#fixed-menu.close{position: absolute; z-index: 1; -webkit-transform: translateY(-70%); -moz-transform: translateY(-70%); transform: translateY(-70%); }
#fixed-menu.open{z-index: 9999; position: fixed; top: 0;

-webkit-transform: translateY(0%); 
-moz-transform: translateY(0%); 
transform: translateY(0%);

-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;}

#fixed-menu {width: 100%; max-height: 92px; padding: 1% 18.5%; background: #fff; /* margin: 0 0 0 -6px; */}
#fixed-menu .logo {float: left}
#fixed-menu .nav {position: relative; float: right;}
#fixed-menu .nav li {float: left; padding: 0 20px; margin-left: 0; letter-spacing: 1px}
/*#fixed-menu .nav li:nth-last-child(1) {float: left; padding: 0 0 0 20px;}*/
#fixed-menu .nav li a {color: #7e8589; line-height: 51px; font-weight: 500; text-transform: uppercase;}
#fixed-menu .nav li a:hover {color: #000;}


#fixed-menu .nav li ul {left: -9999em; position: absolute;}
#fixed-menu .nav li:hover ul {left: auto;}

#fixed-menu .nav .sub-menu {padding: 20px 0;}
#fixed-menu .nav .sub-menu li {float: none; padding: 0 30px; letter-spacing: 1px; margin: 0 0 0 0;}
#fixed-menu .nav .sub-menu li a{font-size: .95em; font-weight: 500!important; text-transform: uppercase; margin-left: 0!important; color: #94999d; line-height: 38px}
#fixed-menu .nav .menu-item-has-children {padding-right: 20px;background: url("../images/dropdown-arrow-down.svg") right 50% no-repeat; background-size: 10px 12px}

#fixed-menu .sub-menu {background: #fff;-webkit-border-radius: 13px;-moz-border-radius: 13px;border-radius: 13px;

-webkit-box-shadow: 0 3px 13px 0 rgba(50, 50, 50, 0.24);
-moz-box-shadow: 0 3px 13px 0 rgba(50, 50, 50, 0.24);
box-shadow: 0 3px 16px 0 rgba(50, 50, 50, 0.24);}

#fixed-menu .sub-menu .dropOut .triangle {width: 19px;height: 10px; background: url("../images/menu-triangle.png") no-repeat;position: absolute;top: -53px;left: 0;margin-left: -8px;}

#fixed-menu .dropdownContain {position: absolute; width: 100%;}
#fixed-menu .dropOut {margin-top: 0;opacity: 0;-webkit-transition: all .1s ease-out;-moz-transition: all .1s ease-out;-ms-transition: all .1s ease-out;-o-transition: all .1s ease-out;transition: all .1s ease-out;}

#fixed-menu ul li:hover .dropdownContain { top: 44px; }
#fixed-menu ul li:hover .dropOut { opacity: 1; margin-top: 8px; }



	/* effetto menu */
	#fixed-menu .nav .sub-menu li a {overflow: hidden;}
	#fixed-menu .nav .sub-menu li a:hover {color: #fff}
	#fixed-menu .nav .sub-menu li a {position: relative;display: inline-block;outline: none;vertical-align: bottom; padding: 0 3px; z-index: 9999;}
	#fixed-menu .nav .sub-menu li a:before {position: absolute;top: 3px;left: 0;z-index: -1;width: 105%;height: 100%;background: rgba(237,43,80,.8);content: '';  -webkit-transition: -webkit-transform 0.2s;transition: transform 0.2s;-webkit-transform: translateY(95%);transform: translateY(95%);}
	#fixed-menu .nav .sub-menu li a:hover:before,
	#fixed-menu .nav .sub-menu li a:focus:before {top: 0;-webkit-transform: scaleY(0.550) translateX(0);transform: scaleY(0.550) translateX(0);}




/** 3 Header **/

	.home  .wrap {margin: 0 0;}
	.site-navigation, .agency-logo {position: absolute; z-index: 1; width: 100%;}
	.home .agency-logo {top: 8.5%; left: 18.5%; text-align: left!important;}

	#no-js-menu {width: 100%;}
	#no-js-menu .nav {width: 61.5%; text-align: right}
	#no-js-menu .nav li {display: inline-block;}
	#no-js-menu .nav li a{position:relative; float: left; color: #fff; margin: 125px 25px 0 0; font-weight: 400!important; font-size: .8em; letter-spacing:1px; text-transform:uppercase}
	#no-js-menu .nav li a:hover{position:relative; float: left; color: #e7e7e7; margin: 125px 25px 0 0;}

	#js-menu {position: absolute; z-index: 9998; width: 18px; height: 15px; top: 13%; right: 18.5%;}
	#js-menu #st-trigger-effects  {width: 18px; height: 15px;}

	#js-menu button {padding: 0;position: relative; width: 18px; height: 15px; background: url("../images/sidebar-white.svg") no-repeat; cursor: pointer; display:block; float: right; border: none; -o-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
	#js-menu button:hover {background: url(../images/sidebar-white.svg) no-repeat; opacity: 1;}




	/* 3.1 Search Form */

	.search-icon {position: absolute; z-index: 3; width: 1%; top: 27.9%; right: 22.5%;}
	.search-icon span{position: relative; width: 16px; height: 25px; margin-right: 0; background: url("../images/search-white.svg") no-repeat 100% 10%; opacity: .5; float: right; cursor: pointer; -o-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
	.search-icon span:hover{background: url("../images/search-white.svg") no-repeat 100% 10%; opacity: 1; }
	

	.screen-reader-text {display: none;}


	/* 3.2 Slider */

	#slider .new_royalslider_widget {min-height: 200px}
	#slider .new_royalslider_widget strong {color: #fff}

	#slider {position: relative; z-index: 2; margin-bottom: -8px; /* background: #1e262a */}
	#slider .slider-warning {padding: 21% 0; line-height: 50px;}
	#slider .slider-warning h2, #slider .slider-warning h3 {text-align: center; color: #fff;}


	.home #slider .background h2{width: 100%; position: absolute; color: #fff; text-align: left; padding: 0 18.5%; top: 32%; font-size: 2.3em; line-height: 40px; text-transform:uppercase}
	.home #slider .background p{width: 80%; position: absolute; color: #fff; text-align: left; padding: 0 18.5%; top: 48%; font-size: 1.4em; line-height: 40px;}
	.home #slider .background .button.red {padding: 0 18.5%;}
	.home #slider .background .button.red button{width: 128px; height: 57px; position: absolute; top: 76%; border:none; background: #ffcc00; margin: 1% 0 0 0; color: #fff; text-transform: uppercase; font-size: 1.2em; font-weight: normal;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
	.home #slider .background .button.red button:hover{background: #292c2e;}

	.error404 #slider .background p:first-line{position: relative; text-align: center; color: #fff; font-size: 2em; line-height: 80px;}
	.error404 #slider .background p{width: 100%; position: absolute; color: #9ba1a4; text-align: center; padding: 0 20%; top: 40%; font-size: 1.4em; line-height: 40px;}	

/*///*/
	#slider .background.page404 img {width: 100%; height: auto; position: relative}
	#slider .background.index-page img {width: 100%; height: auto; position: relative}
/*///*/


.google-map {width: 100%; height: 33.333em;}
.google-map #map-canvas {width: 100%; height: inherit; overflow:visible!important}

.infoBox img {width: 11px; height: 11px; top: 3px}
.infoBox .infoBox-inner .popup h2 {margin-left: 13px; color: #23292e; font-size: 1.5em; font-style: normal!important; font-weight: 500; text-transform:uppercase; text-align: center;}
.infoBox .infoBox-inner .popup p {color: #73777b; font-size: 1.3em; font-style: normal!important; font-weight: 500; text-align: center}
.infoBox .infoBox-inner .popup a {display: block; width: 60%; margin: 5px auto; text-align: center; font-size: 1.2em; font-style: normal!important; border:none; background: #ffcc00; font-weight: 600; text-transform: uppercase; padding: 2px 0; color: #fff;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}





	/* 3.3 Menu Sidebar */

	.st-menu {position: fixed; z-index: 0; top: 0; right: 0; bottom: 0; height: 100%; visibility: hidden; width: 650px; -webkit-transition: all 0.5s; transition: all 0.5s; }
	#menu-sidebar {position: absolute; overflow-x: hidden; overflow-y: scroll; z-index: 3; width: 667px; height: 100%; padding-bottom: 50px; background: #fff; background-size: cover; right: -17px; -webkit-overflow-scrolling: touch;}
	#menu-sidebar .inner {width: 508px; margin: 0 auto; -webkit-transform: translateZ(0);}
	#menu-sidebar .textwidget img {max-width: 100%}
	#menu-sidebar .site-navigation {position: relative; margin: 81px 0; text-align: center;}
	#menu-sidebar nav span {display: none}
	#menu-sidebar ul {padding: 0 0 0 0}
	#menu-sidebar ul li{margin: 0 0 0 0; list-style: none;}
	#menu-sidebar nav li a {color: #8c9296; line-height: 62px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
	#menu-sidebar nav li a:hover,
	#menu-sidebar nav li a:focus {color: #fff;}
	#menu-sidebar .authortext {clear: both;}
	#menu-sidebar .author-name h4 {text-align: center; margin-top: 34px; text-transform: uppercase; font-size: 1em}	
	#menu-sidebar .authortext h4 a{color: #1e262a; font-size: 1.5em; font-weight: 500}
	#menu-sidebar .authortext p {color: #7e8589; line-height: 30px; margin-top: 40px; margin-bottom: 67px;}
	#menu-sidebar .more-post {padding-bottom: 50px;}
	#menu-sidebar .more-post a {color: #8e9497; font-weight: 500; text-transform: uppercase;}
	#menu-sidebar .more-post a:hover {color: #ffcc00}
	#menu-sidebar .royalSlider {display: none}
	#menu-sidebar .entry-header {background: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;}

	/* effetto menu */
	#menu-sidebar .nav a {overflow: hidden;}
	#menu-sidebar .nav a {position: relative; letter-spacing: 2px; display: inline-block; outline: none; vertical-align: bottom; text-decoration: none; padding: 0 3px; font-size: 1.35em; font-weight: 500}
	#menu-sidebar .nav a:before {position: absolute;top: 0;left: -1px;z-index: -1;width: 100%;height: 100%;background: rgba(237,43,80,1);content: '';-webkit-transition: -webkit-transform 0.3s;transition: transform 0.3s;-webkit-transform: scaleY(0.618) translateX(-100%);transform: scaleY(0.618) translateX(-100%);}
	#menu-sidebar .nav a:hover:before,
	#menu-sidebar .nav a:focus:before {-webkit-transform: scaleY(0.618) translateX(0);transform: scaleY(0.618) translateX(0);}

	/* Sotto Menu */
	#menu-sidebar .nav .menu-item-has-children > a:before {width: 100%;}
	#menu-sidebar .nav .menu-item-has-children > a{right: -7px;}
	#menu-sidebar .nav .menu-item-has-children > a:after{content:"";padding: 20px 20px 20px 0; margin-right: -3px;background: #fff url("../images/dropdown-arrow.svg") right 50% no-repeat; background-size: 7px 12px;}
	#menu-sidebar .nav .sub-menu li {white-space: nowrap;}
	#menu-sidebar .nav .sub-menu li a{color: #9fa3a6; margin-top:-25px; font-size: 1em; font-weight: normal!important; text-transform: none; margin-left: 0!important;}
	#menu-sidebar .nav .sub-menu li a:before {display: none;}
	#menu-sidebar .nav .sub-menu li a:hover {color: #ffcc00;}

	#menu-sidebar .dropup,
	#menu-sidebar .dropdown {position: relative;}
	#menu-sidebar .dropdown-menu {z-index: 1000;display: none;}
	#menu-sidebar .open .dropdown-menu {display: block;}
	/* Sotto Menu */

		/* Articoli nella Sidebar Menu */

		/*#menu-sidebar .recent-post-widget h2:first-child {margin-bottom: 56px; margin-left: 0; color: #1e262a}*/

		#menu-sidebar article {clear: both; margin-bottom: 47px; padding: 0 0; height: 109px; max-height: 109px;}
		#menu-sidebar article .entry-thumbnail{margin-right: 20px; float: left; margin-bottom: 0;}
		#menu-sidebar article .entry-thumbnail img {width: 109px; max-width: 109px; height: 109px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none}
		#menu-sidebar article h2 a {color: #1e262a; text-transform: uppercase; vertical-align: top; line-height: 1; font-weight: 500; font-size: .67em;}
		#menu-sidebar article h2 a:hover {color: #ffcc00;}
		#menu-sidebar article .date time span{color: #94999d; text-transform: uppercase; text-align: left!important; margin-left: 0;  margin-bottom: 0; margin-top: 0; vertical-align: top; line-height: 1; font-size: .9em;}
		#menu-sidebar article .entry-title {text-align: left!important; margin-left: 0; margin-bottom: 0; line-height: 1;}
		#menu-sidebar article .entry-meta {text-align: left!important; margin-left: 0;}
		#menu-sidebar .format-link .entry-meta {display: block; padding: 0 0;}
		#menu-sidebar .format-link .entry-title {display: block; padding: 0 0;}
		#menu-sidebar .format-standard .entry-title {padding: 0}
		#menu-sidebar .format-standard .entry-header {padding-bottom: 0%}

		#menu-sidebar .sidebar-warning {padding-top: 30px;}
		#menu-sidebar .sidebar-warning h2 {text-align: left; color: #000; font-size: 1.6em; line-height: 50px}
		#menu-sidebar .sidebar-warning h3 {text-align: left; color: #000; font-size: 1em; line-height: 20px}


		.overlay_fade {position:relative; max-width: 109px; height: 109px; margin-right: 20px; float: left; margin-bottom: 0;}
		.overlay_fade img {width: 100px; height: 100%; border:none;}
		.overlay_fade .overlay_zoom {position:absolute; width: 100%; height: 100%; cursor: pointer;

		/* Opacity */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity:0;

		/* Opacity Transition */
		-webkit-transition:opacity .3s ease-in;  
		-moz-transition:opacity .3s ease-in;  
		-o-transition:opacity .3s ease-in;  
		-ms-transition:opacity .3s ease-in;  
		transition:opacity .3s ease-in;  

		-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: none;-moz-box-shadow: none; box-shadow: none;}

		.overlay_fade:hover .overlay_zoom {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);opacity:1;}

		.overlay_fade .zoom_black {background-color:rgba(30, 38, 42, .6);}



		/* Stile della Sidebar */

		.menu-sidebar-1 .sidebar-menu {display: none}
		#menu-sidebar.menu-sidebar-1 .nav a {text-transform: uppercase}
		
		.menu-sidebar-1 .authorbox {margin-top: 116px}
		.menu-sidebar-1 .gravatar {position: relative; width:85px; height:85px; margin: 0 auto; overflow:hidden; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;} 
		.menu-sidebar-1 .gravatar img {position: relative; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); transform:rotate(45deg); top: -18px; left: -17px;}


		.menu-sidebar-2 .sidebar-menu {position: absolute; width: 18px; height: 19px; background: url(../images/close-sidebar.svg); background-size: 18px 19px; cursor: pointer; display:block; top: 57px; left: 0; z-index: 1; -o-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
		.menu-sidebar-2 .sidebar-menu:hover {width: 28px; height: 29px; background: url(../images/close-sidebar.svg); background-size: 28px 29px; top: 57px;}
		.menu-sidebar-2 .background {width: 650px;}
		.menu-sidebar-2 .background .background-sidebar-img{width: 100%; height: 290px;}

		.menu-sidebar-2 .background:before {width: 100%; height: 290px;content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;

		/*opacity: 0;*/

background: rgba(0,0,0,0.15);
background: -moz-linear-gradient(left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );

  }

		#menu-sidebar.menu-sidebar-2 nav li a {line-height: 76px;}

		#menu-sidebar.menu-sidebar-2 .site-navigation {position: relative; margin: -58px 0 58px 0; text-align: center;}
		#menu-sidebar.menu-sidebar-2 .authortext {position: absolute; top: 167px; width: 100%; text-align: center;} 
		#menu-sidebar.menu-sidebar-2 .authortext h4 a{color: #fff; font-size: 2.2em; font-weight: 500;}

		#menu-sidebar.menu-sidebar-2 .nav a:hover,
		#menu-sidebar.menu-sidebar-2 .nav a:focus {color: #1e262a}
		#menu-sidebar.menu-sidebar-2 .nav a:before {display: none}


			/* 3.3.1 Widget */

			#menu-sidebar .recent-post-widget time {font-size: .9em; text-transform: uppercase}
			#menu-sidebar .recent-post-widget .bb_recent_article_title_widget {color: #1d252a; margin-bottom: 27.5px; font-weight: 500; text-transform: uppercase; padding: 0 0 0;}

			#menu-sidebar .widget {margin: 56px 0 0 0}
			#menu-sidebar .widget h4 {color: #1d252a; margin-bottom: 17.5px; font-weight: 500; text-transform: uppercase; padding: 0 0 0;}
			#menu-sidebar .widget h4 a{color: #1d252a; margin-bottom: 17.5px; font-weight: 500; text-transform: uppercase;}
			#menu-sidebar .widget li{margin: 12px 0 0 20px; list-style: disc; color: #a5abaf; font-weight: 500; text-transform: uppercase}
			#menu-sidebar .widget li a {color: #a5abaf; font-weight: 500; text-transform: uppercase}
			#menu-sidebar span {font-weight: 500;}
			#menu-sidebar .widget a:hover {color: #fff;}
			#menu-sidebar .widget_rss p {padding: 3% 0}
			#menu-sidebar .widget_rss li:after {content:""; display:block; height: 2px; width: 85px; background: #a5abaf; margin: 20px 0 0}
			#menu-sidebar .widget_rss h4 a:hover {color: #ffcc00;}
			#menu-sidebar .widget_text p{color: #a5abaf; font-weight: 500; padding: 0 0 0;}


	#menu-sidebar .widget li a {overflow: hidden;}
	#menu-sidebar .widget li a {position: relative;display: inline-block;outline: none;vertical-align: bottom;text-decoration: none;/* white-space: nowrap; */padding: 0 3px;}
	#menu-sidebar .widget li a:before {position: absolute;top: 0;left: 0;z-index: -1;width: 100%;height: 100%;background: rgba(237,43,80,1);content: '';-webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s;-webkit-transform: scaleY(0.618) translateX(-100%);transform: scaleY(0.618) translateX(-100%);}
	#menu-sidebar .widget li a:hover:before,
	#menu-sidebar .widget li a:focus:before {-webkit-transform: scaleY(0.618) translateX(0);transform: scaleY(0.618) translateX(0);}
	#menu-sidebar .widget_recent_comments li a:before {display: none}
	
	#menu-sidebar .widget_recent_comments li a:hover {color: #ffcc00;}

				/* Cloud Widget */
				
				#menu-sidebar .widget .tagcloud a{margin-top: 9px; margin-right: 5px;font-size: 1.1em!important; padding: 11.7px 11px; display: inline-block; background: #e7ebee; color: #a5abaf; font-weight: 500; text-transform: uppercase; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
				#menu-sidebar .widget .tagcloud a:hover{font-size: 1.1em!important; padding: 11.7px 11px; display: inline-block; background: #222b2f; color: #fff}

				#menu-sidebar .widget_search {margin: 56px 0 110px 0}
				.widget_search input[type="search"] {font-size: 1.19em;border: none; padding-bottom: 12px; border-bottom: 2px solid #ced2d3; width: 90%; color: #1d252a; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s;}
				.widget_search input[type="search"]:focus,
				.widget_search input[type="search"]:hover {color: #121212;}
				.widget_search input[type="submit"] {position:relative; right: 0;width: 15px; height: 15px; border: none; background: url("../images/search.svg") no-repeat; background-size: 15px 15px; margin-top: 0; margin-left: -20px;}
				.widget_search input[type="submit"]:hover {width: 15px; height: 15px; border: none; background: url("../images/search.svg") no-repeat; background-size: 15px 15px; margin-top: 0; margin-left: -20px;}

::-webkit-input-placeholder { /* WebKit browsers */ color: #1d252a; }
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #1d252a; opacity:  1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color: #1d252a;opacity:  1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color: #1d252a;}

				/* Calendar Widget */

				#calendar_wrap {background: #fff; width: 250px; }
				#calendar_wrap caption {margin: 0 0 20px 0; color: #9ba8b1}
				#calendar_wrap th {background: #ffcc00; color: #fafbfb; text-align: center}
				#calendar_wrap #today {background: #fafbfb; border: #ffcc00 1px solid; color: #ffcc00;}
				#calendar_wrap td {text-align: center; border-top: #e7eaec 1px solid; color: #7e8589}
				#calendar_wrap td a{color: #468cd3}
				#calendar_wrap td a:hover {color: #ffcc00!important;}
				#calendar_wrap a{color: #468cd3}
				#calendar_wrap #prev, #next {color: #468cd3}
				#calendar_wrap #prev {text-align: left; padding-top: 10px;}
				#calendar_wrap #next {text-align: right; padding-top: 10px;}


.widget_rss li {list-style: none!important; margin: 55px 0 0 0!important;}
.widget_rss li a{display: block!important; color: #1d252a; padding: 0 0!important; font-weight: 500; font-size: 1.2em;}
.widget_rss li a:before{display: none!important}
.widget_rss li a:hover {color: #ffcc00!important;}
.widget_rss li .rss-date{font-size: .9em; display: block!important}
.widget_rss li .rssSummary {margin: 20px 0; text-transform: none}
.widget_rss li cite {margin: 20px 0 0; text-transform: none; color: #1d252a; font-weight: 500; font-style: normal}

.widget_rss .widget-title {background: #f8975c; width: 181px; height: 50px; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.widget_rss .widget-title a:first-child {display: none}
.widget_rss .widget-title a {vertical-align: middle; line-height: 2.5; padding-left: 60px; color: #fff!important; background: url("../images/rss-icon.png") no-repeat; background-size: 21px 15px; background-position: 20px 4px}
.widget_rss .widget-title img {display: none}

			/* Effetti della Sidebar */

			.st-pusher {position: relative; top: 0; left: 0;z-index: 9999;width: 100%; height: 100%;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;}
			.st-pusher::after {position: absolute;top: 0;right: 0;width: 0;height: 0;background: rgba(0,0,0,0.6);content: '';opacity: 0;-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;z-index: 9998;-webkit-box-shadow: inset -10px 0 30px 0 rgba(50, 50, 50, 0.75);-moz-box-shadow: inset -10px 0 30px 0 rgba(50, 50, 50, 0.75);box-shadow: inset -10px 0 30px 0 rgba(50, 50, 50, 0.75);}

			.st-pusher-open {position:fixed; z-index: 9999; overflow: hidden;top: 0;left: 0;width: 100%;height: 100%;}
			
			.st-menu-open .st-pusher::after {width: 100%;height: 100%;opacity: 1;-webkit-transition: opacity 0.5s;transition: opacity 0.5s;}



				/* Individual effects */

				/* Effect 1: Reveal */
				.st-effect-1.st-menu-open .st-pusher {-webkit-transform: translate3d(-650px, 0, 0);transform: translate3d(-650px, 0, 0);}
				.st-effect-1.st-menu-open .st-effect-1.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;}
				.st-effect-1.st-menu::after {display: none;}


				/* Effect 2: Slide along */
				.st-effect-2.st-menu-open .st-pusher {-webkit-transform: translate3d(-650px, 0, 0);transform: translate3d(-650px, 0, 0);}
				.st-effect-2.st-menu {-webkit-transform: translate3d(50%, 0, 0);transform: translate3d(50%, 0, 0);}
				.st-effect-2.st-menu-open .st-effect-2.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
				.st-effect-2.st-menu::after {display: none;}


				/* Effect 3: Reverse slide out */
				.st-effect-3.st-menu-open .st-pusher {-webkit-transform: translate3d(-650px, 0, 0);transform: translate3d(-650px, 0, 0);}
				.st-effect-3.st-menu {z-index: 9999;-webkit-transform: translate3d(-50%, 0, 0);transform: translate3d(-50%, 0, 0);}
				.st-effect-3.st-menu-open .st-effect-3.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}


				/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
				.no-csstransforms3d .st-pusher,
				.no-js .st-pusher {padding-left: 300px;}



	/* 4 Page */

	#page {position: relative; z-index: 1; width: 100%; background: #fff}
	#page .wrap {margin: 0 21.571%; /* 1083px */}

	#page article header .post-date {line-height: 1.5; font-size: 1em; background-size: 22px 22px; margin-top: 3.5%; vertical-align: top; text-transform: uppercase; height: 22px; display: block;}
	#page article header .post-date span{color: #767d83; font-weight: 500!important;}

	#page article .entry-title {text-transform: uppercase; display:block}
	#page article .entry-title a{color: #1a2023}

	#page article .entry-thumbnail {margin-bottom: 0%; max-width: 100%; clear: both;}
	#page article .entry-thumbnail img {width: 100%;}
	#page article img {max-width: 100%} /* adatta tutte le immagini degli articoli */		

	#page article .entry-content {margin: 6.4% 0 0 0;}
	#page article .entry-content p {text-align: left; line-height: 30px; color: #767d83; padding: 2% 0 0 0; font-size: 1.270625em}
	#page article .entry-content p:first-child  {padding: 0 0 0 0;}		
	#page article .entry-content a {color: #1a2023;}
	#page article .entry-content a:hover {color: #ffcc00;}

	#page blockquote {padding: 2% 0 0 0; font-size: 1.270625em}

	#page .entry-content ul, #page .entry-content ol{padding: 2% 0 0 0;}
	#page .entry-content ul li {list-style: disc}
	#page .entry-content ol li {list-style: upper-roman}

	#page article .read-more {display: block; text-transform: uppercase; border:none; background: #ffcc00; font-size: .66em; margin: 4.2% 0 0 0!important; padding: 11px 10px; -moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
	#page article .read-more:hover {background: #292c2e;}
	#page article .read-more a{color: #fff!important; font-weight: 500!important;}	

	/* FONDO HEADER WEB */
	.header-project {background:white;}

	.page .header-project {position: relative;}
	.page .header-project .agency-logo {position: relative; z-index: 1; padding: 43px 0; text-align: center}
	.page .header-lower {position: relative; padding: 33px 0}
	.page .header-lower #js-menu {width: 20px; top: 38.7%}
	.page .header-lower .search-icon {width: 20px; top: 43.7%;}
	.page .header-lower #search-container {width: 20%;}

	.page-template-default article {padding: 2% 0 4%;}

				.archive input[type="search"] {font-size: 1.19em;border: none; padding-bottom: 12px; border-bottom: 2px solid #ced2d3; width: 90%; color: #1d252a; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s;}
				.archive input[type="search"]:focus,
				.archive input[type="search"]:hover {color: #121212;}
				.archive input[type="submit"] {position:relative; right: 0;width: 15px; height: 15px; border: none; background: url("../images/search.svg") no-repeat; background-size: 15px 15px; margin-top: 0; margin-left: -20px;}
				.archive input[type="submit"]:hover {width: 15px; height: 15px; border: none; background: url("../images/search.svg") no-repeat; background-size: 15px 15px; margin-top: 0; margin-left: -20px;}



		/* 4.1 Author / Archive Page */

		#blog-page {position: relative; z-index: 1; width: 100%; background: #fff;}
		#blog-page article .wrap-article {margin: 0 21.571%; /* 1083px */}
		#blog-page article .wrap {margin: 0 9.935%; /* 868px */}


		.archive .page-title {color: #fff; font-size: 1.2em; padding: 0 0 0 35px; background: url("../images/archives-icon.svg") no-repeat left center; background-size: 21px 18px}
		.archive .header-project .agency-logo {position: relative; z-index: 1; padding: 43px 0; text-align: center}
		.archive .header-lower {position: relative; padding: 23px 0}
		.archive .header-lower #js-menu {width: 20px; top: 38.7%;}

				.archive .not-found {padding: 56px 0 110px 0; color: #767d83}
				.archive .search-form {margin: 56px 0 110px 0; width: 600px;}
				.archive input[type="search"] {font-size: 1.19em;border: none; padding-bottom: 12px; border-bottom: 2px solid #ced2d3; width: 90%; color: #1d252a; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s;}
				.archive input[type="search"]:focus,
				.archive input[type="search"]:hover {color: #121212;}
				.archive input[type="submit"] {position:relative; right: 0;width: 15px; height: 15px; border: none; background: url("../images/search.svg") no-repeat; background-size: 15px 15px; margin-top: 0; margin-left: -20px;}
				.archive input[type="submit"]:hover {width: 15px; height: 15px; border: none; background: url("../images/search.svg") no-repeat; background-size: 15px 15px; margin-top: 0; margin-left: -20px;}
	

		/* articolo */

		.archive article {padding: 3.35% 0 3.35% 0;}
		.archive article:nth-child(even){background: #f1f2f5}
		
		.archive li{margin: 0 0 0 20px; list-style: disc;}

		.archive article .entry-thumbnail {margin-bottom: 0%; max-width: 100%; clear: both;}
		.archive article .entry-thumbnail img {height: auto; width: 100%;}
		.archive article img {max-width: 100%} /* adatta tutte le immagini degli articoli */		


		.archive article .entry-title a{color: #1a2023}


		.archive article .authortext h4{display: block; text-align: center; margin-top: 3%; margin-bottom: 4%; line-height: 0;}
		.archive article .authortext h4 a{color: #b5bec1; font-size: .9em}

		
		.archive .entry-content ul, .blog .entry-content ol{padding: 2% 0 0 0;}
		.archive .entry-content ul li {list-style: disc}
		.archive .entry-content ol li {list-style: upper-roman}


/* contenuto articolo */

		.archive article .entry-content  {margin: 6.4% 0 0 0;}
		.archive article .post-thumbnail {margin: 0 0 4% 0}

		.archive article .entry-content p  {text-align: left; line-height: 30px; color: #767d83; padding: 2% 0 0 0; font-size: 1.270625em}
		.archive article .entry-content p:first-child  {padding: 0 0 0 0;}		
		.archive article .entry-content a {color: #1a2023;}
		.archive article .entry-content a:hover {color: #ffcc00;}


		.archive article .read-more {display: block; text-transform: uppercase; border:none; background: #ffcc00; font-size: .66em; margin: 4.2% 0 0 0!important; padding: 11px 10px; -moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
		.archive article .read-more:hover {background: #292c2e;}
		.archive article .read-more a{color: #fff!important; font-weight: 500!important;}


/* footer articolo */

.archive article footer {width: 100%; clear: both; margin: 12% 0 0 0; clear: both}

.archive article footer .author-name {background: url("../images/author.svg") no-repeat left center; line-height: 1.4; font-size: .8em; background-size: 22px 22px; padding: 0 0 0; margin-top: 5px; margin-right: 25px; padding-left: 35px; vertical-align: top; text-transform: uppercase; display: inline-block; }
.archive article footer .author-name a {color: #767d83; font-weight: 500!important;}
.archive article footer .author-name a:hover{color: #ffcc00}

.archive article footer .author-cat {background: url("../images/cats.svg") no-repeat left 0; color: #767d83; font-weight: 500!important; font-size: 1em; background-size: 22px 22px;  margin-top: 5px; padding-left: 35px; padding-right: 25px; display: inline-block;}
.archive article footer .author-cat a{margin-left: 0; text-transform: uppercase; line-height: 1.5; color: #767d83; font-weight: 500!important;}
.archive article footer .author-cat a:hover{color: #ffcc00}
.archive article footer .author-cat li a{margin-left: 3px; color: #767d83;}


.archive article footer .post-tag {background: url("../images/tags.svg") no-repeat left 0; font-size: 1em; background-size: 22px 22px;  margin-top: 5px; padding-left: 35px; vertical-align: top; display: inline-block;}
.archive article footer .post-tag	.tag-links li {margin-left: 0; float: left; text-transform: uppercase; list-style: none; line-height: 1.6}
.archive article footer .post-tag	.tag-links li:after {content:" "}
.archive article footer .post-tag	.tag-links li:nth-child(1) {display: inline-block; padding: 0 0 0 0; margin: 0 0 0 0;}
.archive article footer .post-tag	.tag-links li a{color: #767d83; font-weight: 500!important;}
.archive article footer .post-tag	.tag-links li a:hover{color: #ffcc00}
.archive article footer .post-tag	.tag-links li s{color: #767d83; text-decoration: none; font-weight: 500!important;}

/* footer articolo */


		.archive .navigation a .prev{color: #fff; font-size: .9em; margin: 0; text-transform: uppercase; background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 20px center; background-size: 20px 20px; padding: 19px 25px 19px 50px; -webkit-border-radius: 3px;-moz-border-radius: 3px; border-radius: 3px;}
		.archive .navigation a .next{color: #fff; font-size: .9em; margin: 0; text-transform: uppercase; background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 70px center; background-size: 20px 20px; padding: 19px 50px 19px 25px; -webkit-border-radius: 3px;-moz-border-radius: 3px; border-radius: 3px;}

		.archive .navigation a .prev:hover{color: #fff; background: rgba(255,255,255,.1) url("../images/white-prev.svg") no-repeat 20px center; background-size: 20px 20px;}
		.archive .navigation a .next:hover{color: #fff; background: rgba(255,255,255,.1) url("../images/white-next.svg") no-repeat 70px center; background-size: 20px 20px;}

		.archive .navigation span{color: #fff; margin: 20px; font-size: .9em;}


		.archive .nav-lower .navigation {padding: 50px 0}

		.archive .nav-lower .navigation a .prev {color: #767d83; font-size: .9em; font-weight: 500; margin: 0; text-transform: uppercase; background: rgba(255,255,255,0) url("../images/inactive-prev.svg") no-repeat 20px center; background-size: 20px 20px; padding: 19px 25px 19px 50px; -webkit-border-radius: 3px;-moz-border-radius: 3px; border-radius: 3px;}
		.archive .nav-lower .navigation a .prev:hover {color: #fff; background: rgba(50,57,63,1) url("../images/white-prev.svg") no-repeat 20px center; background-size: 20px 20px;}

		.archive .nav-lower .navigation a .next {color: #767d83; font-size: .9em; font-weight: 500; margin: 0; text-transform: uppercase; background: rgba(255,255,255,0) url("../images/inactive-next.svg") no-repeat 70px center; background-size: 20px 20px; padding: 19px 50px 19px 25px; -webkit-border-radius: 3px;-moz-border-radius: 3px; border-radius: 3px;}
		.archive .nav-lower .navigation a .next:hover {color: #fff; background: rgba(50,57,63,1) url("../images/white-next.svg") no-repeat 70px center; background-size: 20px 20px;}
		
		.archive .nav-lower span{color:  #767d83; margin: 20px; font-size: .9em; font-weight: 500;}

		.archive .share-buttons {float: right; margin-top: 22px}
		.archive .share-buttons li:nth-child(1) {display: inline-block; padding: 0 0 0 0;}
		.archive .share-buttons li {width: 26px; height: 26px; margin: 0 0 0 5px; -webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;}
		.archive .share-buttons li img{width: 17px; height: 17px;}

		.archive .share-buttons .share-twitter{background: #d0d5d9 url("../images/social-icons/01-twitter.svg") no-repeat center; background-size: 17px 17px;}
		.archive .share-buttons .share-facebook{background: #d0d5d9 url("../images/social-icons/02-facebook.svg") no-repeat center; background-size: 17px 17px;}					
		.archive .share-buttons .share-googleplus{background: #d0d5d9 url("../images/social-icons/03-googleplus.svg") no-repeat center; background-size: 17px 17px;}

		.archive .share-buttons .share-twitter:hover{background: #1ebef0 url("../images/social-icons/01-twitter.svg") no-repeat center; background-size: 17px 17px;}
		.archive .share-buttons .share-facebook:hover{background: #3a5ba2 url("../images/social-icons/02-facebook.svg") no-repeat center; background-size: 17px 17px;}					
		.archive .share-buttons .share-googleplus:hover{background: #e1584b url("../images/social-icons/03-googleplus.svg") no-repeat center; background-size: 17px 17px;}
		
		
			

			/* Titolo */ 
			.archive article .entry-title {text-transform: uppercase; display:block}

			/* Autore */ 
			.archive article header .post-date {line-height: 1.5; font-size: 1em; background-size: 22px 22px; margin-top: 3.5%; vertical-align: top; text-transform: uppercase; height: 22px; display: inline-block;}
			.archive article header .post-date span{color: #767d83; font-weight: 500!important;}

			/* Sticky Post */ 


			.archive .sticky  {padding: 0 0 3.35% 0;}

			.archive .sticky .content-thumb .wrap {margin: 0 27.194%!important; /* 868px */}
			.sticky .wrap {margin: 0 27.194%!important; /* 868px */}
			 
			.archive .sticky .entry-content  {margin: 6.4% 0 0 0;}
			
			.archive .sticky .content-thumb {background: white; padding-top: 2.1%; margin: -1px 0}
			.archive .sticky .entry-thumbnail {margin-bottom: 0!important}

			.archive .sticky .content-title {background: white; padding-top: 0;}
			.archive .sticky .content-title .entry-title {text-align: center!important; display: block}
			.archive .sticky .content-title .entry-header h2 a{color: #fff;}
			.archive .sticky .content-title .entry-header {padding: 1.1% 0 2.5%;}

			.archive .sticky .content-title footer {width: 100%; clear: both; margin: 2% 0 0 0; text-align: center;}
			.archive .sticky .content-title .author-name {background: url("../images/author.svg") no-repeat left center; line-height: 1.4; font-size: .8em; background-size: 22px 22px; padding: 0 0 0; margin-top: 0; padding-left: 35px; vertical-align: top; text-transform: uppercase; display: inline-block; }
			.archive .sticky .content-title .author-name a {color: #fff; font-weight: 500!important;}


			.archive .sticky .content-title .author-sticky {width: 70px; margin: 0 auto 20px; text-align: center;}
			.archive .sticky .content-title .author-sticky h4 {background: #f6ae46; color: white; font-size: .95em; font-weight: 500!important; text-transform: uppercase; padding: 6px 0;

-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;}


			.archive .sticky .content-title .post-date {background: url("../images/date.svg") no-repeat left center; text-align: center; line-height: 1.5; background-size: 22px 22px; padding-left: 35px; vertical-align: top; text-transform: uppercase; height: 22px;margin-top: 0; display: inline-block;}
			.archive .sticky .content-title .date {/* line-height: 1.9; */}
			.archive .sticky .content-title .post-date span{color: #fff; font-weight: 500!important;}

			/* footer articolo */

			.archive .sticky footer {width: 100%; clear: both; margin: 10% 0 0 0;}

			.archive .sticky footer .author-cat {background: url("../images/cats.svg") no-repeat left 0; color: #767d83; font-weight: 500!important; font-size: 1em; background-size: 22px 22px; padding-left: 35px; padding-right: 25px; display: inline-block;}
			.archive .sticky footer .author-cat a{margin-left: 0; text-transform: uppercase; line-height: 1.5;color: #767d83; font-weight: 500!important;}
			.archive .sticky footer .author-cat a:hover{color: #ffcc00}
			.archive .sticky footer .author-cat li a{margin-left: 3px; color: #767d83;}


			.archive .sticky footer .post-tag {background: url("../images/tags.svg") no-repeat left 3px; font-size: 1em; background-size: 20px 20px; padding-left: 35px; width: 49%; vertical-align: top; display: inline-block;}
			.archive .sticky footer .post-tag	.tag-links li {float: left; text-transform: uppercase; list-style: none; line-height: 1.5}

			.archive .sticky footer .post-tag	.tag-links li:nth-child(1) {display: inline-block; padding: 0 0 0 0; margin: 0 0 0 0;}
			.archive .sticky footer .post-tag	.tag-links li a{color: #767d83; font-weight: 500!important;}
			.archive .sticky footer .post-tag	.tag-links li a:hover{color: #ffcc00}
			.archive .sticky footer .post-tag	.tag-links li s{color: #767d83; text-decoration: none; font-weight: 500!important;}


			.archive .sticky .read-more {display: block; text-transform: uppercase; border:none; background: #ed2b50; font-size: .66em; margin: 4.2% 0 0 0!important; padding: 16px 21px; -moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
			.archive .sticky .read-more:hover {background: #292c2e;}
			.archive .sticky .read-more a{color: #fff!important; font-weight: 500!important;}			


			/* footer articolo */
			

			/* end Sticky Post */ 


			/* Post Formats */ 
			
			.archive .format-standard .standard-icon {margin: 15px 0 0 0; float: left}
			.archive .format-quote .quote-icon {margin: 15px 0 0 0; float: left}
			.archive .format-audio .audio-icon {margin: 15px 0 0 0; float: left}	
			.archive .format-video .video-icon {margin: 15px 0 0 0; float: left}					
			.archive .format-gallery .gallery-icon-post {margin: 15px 0 0 0; float: left}
			.archive .format-link .link-icon {margin: 15px 0 0 0; float: left}	
			.archive .format-image .standard-icon {margin: 15px 0 0 0; float: left}	
			.archive .format-aside .standard-icon {margin: 15px 0 0 0; float: left}	
			.archive .format-status .standard-icon {margin: 15px 0 0 0; float: left}
			.archive .format-chat .standard-icon {margin: 15px 0 0 0; float: left}
									
			.archive .format-quote .entry-content {background: #252c30; padding: 3% 3% 3% 3%; margin-bottom: 6%;
			-webkit-box-shadow: 0 1px 15px 0 rgba(50, 50, 50, 0.75);
			-moz-box-shadow:    0 1px 15px 0 rgba(50, 50, 50, 0.75);
			box-shadow:         0 1px 15px 0 rgba(50, 50, 50, 0.75);
			-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
			.archive .format-quote .post-thumbnail img {-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}

			.archive .format-quote blockquote p {font-style: normal; font-size: 1em; text-align: left; color: #939b9e; }
			.archive .format-quote blockquote p:first-child {font-style: normal; font-size: 2em; text-align: left; color: #fff; line-height: 50px}


			.archive .format-audio .post-thumbnail img {-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
			.archive .format-audio .entry-thumbnail {margin-bottom: 3%}			

			.archive .format-link .entry-content {background: #1a2023; padding: 7% 4%; margin-bottom: 6%; -moz-border-radius: 5px;-webkit-border-radius: 35px;border-radius: 5px;}
			.archive .format-link .post-thumbnail img {-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
			.archive .format-link .entry-content a {color: #fff!important; font-weight: normal; text-transform: none; font-size: 1.5em; text-decoration: underline}			
			.archive .format-link .entry-content p {color: #8d9497!important; font-weight: normal}
			.archive .format-link .read-more {font-size: .5em;}


		/* Archive List Page */

		.page-template-archives-php  h1 {color: #fff; font-size: 1.2em; padding: 0 0 0 35px; background: url("../images/archives-icon.svg") no-repeat left center; background-size: 21px 18px}
		.page-template-archives-php .header-lower {position: relative; padding: 23px 0;}

		.page-template-archives-php .archives-title-bg {background: #f1f2f5; padding: 50px 0;}
		.page-template-archives-php h2 {margin-left: 0; color: #1e262d}
		
		.page-template-archives-php .archives-list ul {padding: 34px 0 23px 0}
		.page-template-archives-php .archives-list ul li {margin: 0 0 0 0;}
		.page-template-archives-php .archives-list ul li a{color: #939b9e; line-height: 43px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}


			/* effetto lista */

		.page-template-archives-php .archives-list ul li a:hover,
		.page-template-archives-php .archives-list ul li a:focus {color: #fff;}
				
		.page-template-archives-php .archives-list ul li a {overflow: hidden;}
		.page-template-archives-php .archives-list ul li a {position: relative; display: inline-block; text-decoration: none; padding: 0 3px;}
		.page-template-archives-php .archives-list ul li a:before {position: absolute;top: 0;left: -1px;z-index: -1;width: 100%;height: 100%;background: rgba(0,0,0,.8);content: '';-webkit-transition: -webkit-transform 0.3s;transition: transform 0.3s;-webkit-transform: scaleY(0.618) translateX(-100%);transform: scaleY(0.618) translateX(-100%);}
		.page-template-archives-php .archives-list ul li a:hover:before,
		.page-template-archives-php .archives-list ul li a:focus:before {-webkit-transform: scaleY(0.618) translateX(0);transform: scaleY(0.618) translateX(0);}


		/* 4.2 Project Page */

		.page-template-project-php .esg-entry-content {display: block!important}
		.page-template-project-php .header-lower {position: relative; background: #1a2023; padding: 23px 0; margin: -1px 0}

		/* Ess. Grid Custom Css Project Page*/

		.page-template-project-php .header-lower .esg-filters {margin-left: 4.9%; top:0; margin-bottom: 0!important; text-align: left!important; display: inline-block; vertical-align: top;}
		.page-template-project-php .header-lower .esg-filter-wrapper div {position: relative; display: inline-block; cursor: pointer; top: 2px;}
		.page-template-project-php .header-lower .esg-filter-wrapper .esg-filterbutton.selected span{color: #fff;}
		.page-template-project-php .header-lower .esg-filter-wrapper span {font-weight: 500; font-size: 1em!important; color: #94999d; text-transform: none;}
		.page-template-project-php .header-lower .esg-filter-wrapper span:hover {color: #fff;}
		.page-template-project-php .esg-allfilter {padding: 0 0!important; margin-right: 20px;}
		.page-template-project-php .back-to-home {width: 20px; height: 20px; background: url("../images/back-white.svg") no-repeat; opacity: .5; float: left; margin: -18.5px 5px 0 0; cursor: pointer; position: relative; z-index: 6; -o-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
		.page-template-project-php .back-to-home:hover {background: url("../images/back-white.svg") no-repeat; opacity: 1;}

/* Ess Grid Skin */

.home .esg-loadmore {background: none!important;color: #a0a4a9!important; font-size: 1.2em!important; /*opacity: 1!important;*/ text-align: center!important; width: 100%;}


			/* Last Project */

			#last-project {position: relative; z-index: 1; width: 100%; min-height: 200px; background: #fff}
			#last-project .wrap {margin: 0 18.5743%; /* 1159px */}

			#last-project .index-grid-warning {padding-top: 30px;}
			#last-project .index-grid-warning h2 {text-align: left; color: #000; font-size: 1.6em; line-height: 50px}
			#last-project .index-grid-warning h3 {text-align: left; color: #000; font-size: 1em; line-height: 20px}

			/* Ess. Grid Custom Css HomePage */

			.home .esg-filters {margin-bottom: 77px!important;}
			.esg-overflowtrick {overflow:visible!important;}
			
/*.esg-navigationbutton{width: 4%; height: 40px; background: url("../images/tail-spin.svg") no-repeat 50% 50%!important;color: #fff!important;margin: 0!important;margin-top: 8%!important; padding: 0 0!important; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}*/

			
			.esg-filter-wrapper .esg-filterbutton {padding: 0 0!important; margin-bottom: 0!important; margin-right: 37px!important; height: 0; -o-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
			.esg-filter-wrapper .esg-filterbutton:hover{color:#fff!important;}
			.esg-filter-wrapper .esg-filterbutton:nth-last-child(2) {margin-right: 0!important;}
			.esg-filter-wrapper span {overflow: hidden; font-weight: 500; font-size: 1.3em!important; text-transform: uppercase; padding: 0 2px; position: relative; display: inline-block;outline: none;vertical-align: bottom;text-decoration: none;white-space: nowrap;}



.esg-filter-wrapper span:before {position: absolute;top: 2px;left: 0;z-index: -1;width: 99%;height: 100%;
  background-color: rgba(148,153,157,0.8);
  content: '';
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transform: translateY(95%);
  transform: translateY(95%);
}

  .esg-filter-wrapper span:hover::before,
  .esg-filter-wrapper span:focus::before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

			.page-template-project .esg-filterbutton {background: transparent!important}



		/* 4.3 Search Page */

		#search-page {position: relative; z-index: 1; width: 100%; background: #fff}
		#search-page .wrap {margin: 0 18.2591%;}
		#search-page .page-title, .no-post-found {margin-left: 20px; padding: 4.3% 0 4.3%; font-size: 1.45em}
		#search-page .post {padding: 1% 0;}
		#search-page article:nth-child(even){background: #f1f2f5}
		#search-page .post h2 a {color: #1e262d; margin-left: 40px; font-size: .85em}
		#search-page .post h2 {margin-top: .7%;}

		.search .header-lower .journal {color: #fff; font-size: 1.1em; padding-left: 30px; background: url("../images/search-white.svg") no-repeat center left; background-size: 16px}
		.search .header-project {position: relative;}
		.search .header-project .agency-logo {position: relative; z-index: 1; padding: 43px 0; text-align: center}
		.search .header-lower {position: relative; padding: 23px 0}
		.search .header-lower #js-menu {width: 20px; top: 38.7%;}
		.search .header-lower .search-icon {width: 20px; top: 43.7%}
		.search .header-lower #search-container {width: 20%;}

		.search .page-title  {color: #8d949b; }
		.search .page-title span{color: #1a2023;}


		.search article .post-date {line-height: 1.5; font-size: .78em; vertical-align: top; text-transform: uppercase; height: 22px; margin-left: 40px; margin-top: .6%;}
		.search article .post-date span{color: #8d949b; font-weight: 500!important;}

		.search .search-author {padding: .85% 1%; margin-right: 10px; background: #dbdce1; display:inline-block; font-style: normal; text-transform: uppercase; font-size: .78em; color: #8d949b; font-weight: 500; margin-top: .8%; margin-left: 40px;}
		.search .comments-title {padding: .85% 1%; background: #f02751; display:inline-block; font-style: normal; text-transform: uppercase; font-size: .78em; }	
		.search .comments-title a {color: #fff; font-weight: 500;}

		.search article .author-cat {background: url("../images/cats.svg") no-repeat left 0; color: #767d83; font-weight: 500; font-size: 1em; background-size: 22px 22px; margin-top: 2%; margin-left: 40px; padding-left: 35px;}
		.search article .author-cat a{margin-left: 0; text-transform: uppercase; line-height: 1.7; color: #767d83; font-weight: 500!important;}
		.search article .author-cat a:hover{color: #ffcc00}
		.search article .author-cat li a{margin-left: 3px; color: #767d83;}

		.search .navigation a .prev{color: #fff; font-size: .9em; margin: 0; text-transform: uppercase; background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 20px center; background-size: 20px 20px; padding: 19px 25px 19px 50px; -webkit-border-radius: 3px;-moz-border-radius: 3px; border-radius: 3px;}
		.search .navigation a .next{color: #fff; font-size: .9em; margin: 0; text-transform: uppercase; background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 70px center; background-size: 20px 20px; padding: 19px 50px 19px 25px; -webkit-border-radius: 3px;-moz-border-radius: 3px; border-radius: 3px;}

		.search .navigation a .prev:hover{color: #fff; background: rgba(255,255,255,.1) url("../images/white-prev.svg") no-repeat 20px center; background-size: 20px 20px;}
		.search .navigation a .next:hover{color: #fff; background: rgba(255,255,255,.1) url("../images/white-next.svg") no-repeat 70px center; background-size: 20px 20px;}
		.search .navigation span{color: #fff; margin: 20px; font-size: .9em;}

		.search .nav-lower .navigation {padding: 50px 0}

		.search .nav-lower .navigation a .prev {color: #767d83; font-size: .9em; font-weight: 500; margin: 0; text-transform: uppercase; background: rgba(255,255,255,0) url("../images/inactive-prev.svg") no-repeat 20px center; background-size: 20px 20px; padding: 19px 25px 19px 50px; -webkit-border-radius: 3px;-moz-border-radius: 3px; border-radius: 3px;}
		.search .nav-lower .navigation a .prev:hover {color: #fff; background: rgba(50,57,63,1) url("../images/white-prev.svg") no-repeat 20px center; background-size: 20px 20px;}
		.search .nav-lower .navigation a .next {color: #767d83; font-size: .9em; font-weight: 500; margin: 0; text-transform: uppercase; background: rgba(255,255,255,0) url("../images/inactive-next.svg") no-repeat 70px center; background-size: 20px 20px; padding: 19px 50px 19px 25px; -webkit-border-radius: 3px;-moz-border-radius: 3px; border-radius: 3px;}
		.search .nav-lower .navigation a .next:hover {color: #fff; background: rgba(50,57,63,1) url("../images/white-next.svg") no-repeat 70px center; background-size: 20px 20px;}
		
		
		/* 4.4 Blog Page */

		#blog-page {position: relative; z-index: 1; width: 100%; background: #fff;}
		#blog-page article .wrap-article {margin: 0 21.571%; /* 1083px */}
		#blog-page article .wrap {margin: 0 9.935%; /* 868px */}


		.blog .header-lower .journal {float: left; color: #fff; margin: -4px 5.1% 0 0; font-size: 1.3em;}
		.blog .header-project .agency-logo {position: relative; z-index: 1; padding: 43px 0; text-align: center}
		.blog .header-lower {position: relative; padding: 23px 0}
		.blog .header-lower #js-menu {width: 20px; top: 38.7%;}
		.blog .header-lower .search-icon {width: 20px; top: 43.7%;}
		.blog .header-lower #search-container {width: 20%;}

		/* articolo */

		.blog article {padding: 3.35% 0 3.35% 0;}
		.blog article:nth-child(even){background: #f1f2f5}
		
		.blog li{margin: 0 0 0 20px; list-style: disc;}

		.blog article .entry-thumbnail {margin-bottom: 0%; max-width: 100%; clear: both;}
		.blog article .entry-thumbnail img {height: auto; width: 100%;}
		.blog article img {max-width: 100%} /* adatta tutte le immagini degli articoli */		


		.blog article .entry-title a{color: #1a2023}


		.blog article .authortext h4{display: block; text-align: center; margin-top: 3%; margin-bottom: 4%; line-height: 0;}
		.blog article .authortext h4 a{color: #b5bec1; font-size: .9em}

		
		.blog .entry-content ul, .blog .entry-content ol{padding: 2% 0 0 0;}
		.blog .entry-content ul li {list-style: disc}
		.blog .entry-content ol li {list-style: upper-roman}






		
/* contenuto articolo */

		.blog article .entry-content  {margin: 6.4% 0 0 0;}
		.blog article .post-thumbnail {margin: 0 0 4% 0}

		.blog article .entry-content p {text-align: left; line-height: 30px; color: #767d83; padding: 2% 0 0 0; font-size: 1.270625em; text-transform: none}
		.blog article .entry-content p:first-child  {padding: 0 0 0 0;}	
		.blog article .entry-content a {color: #1a2023;}		
		.blog article .entry-content a:hover {color: #ffcc00;}


		.blog article .read-more {display: block; text-transform: uppercase; border:none; background: #ffcc00; font-size: .66em; margin: 4.2% 0 0 0!important; padding: 11px 10px; -moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
		.blog article .read-more:hover {background: #292c2e;}
		.blog article .read-more a{color: #fff!important; font-weight: 500!important;}


		.blog article .entry-content .page-links {line-height: 30px; padding: 4% 0 0 0; font-size: 1em;}		
		.blog article .entry-content .page-links a span{margin: 1px;}

		.archive article .entry-content .page-links {line-height: 30px; padding: 4% 0 0 0; font-size: 1em;}		
		.archive article .entry-content .page-links a span{margin: 1px;}


/* footer articolo */

.blog article footer {width: 100%; clear: both; margin: 12% 0 0 0; clear: both}

.blog article footer .author-name {background: url("../images/author.svg") no-repeat left center; line-height: 1.4; font-size: .8em; background-size: 22px 22px; padding: 0 0 0; margin-top: 5px; margin-right: 25px; padding-left: 35px; vertical-align: top; text-transform: uppercase; display: inline-block; }
.blog article footer .author-name a {color: #767d83; font-weight: 500!important;}
.blog article footer .author-name a:hover{color: #ffcc00}

.blog article footer .author-cat {background: url("../images/cats.svg") no-repeat left 0; color: #767d83; font-weight: 500!important; font-size: 1em; background-size: 22px 22px;  margin-top: 5px; padding-left: 35px; padding-right: 25px; display: inline-block;}
.blog article footer .author-cat a{margin-left: 0; text-transform: uppercase; line-height: 1.5; color: #767d83; font-weight: 500!important;}
.blog article footer .author-cat a:hover{color: #ffcc00}
.blog article footer .author-cat li a{margin-left: 3px; color: #767d83;}


.blog article footer .post-tag {background: url("../images/tags.svg") no-repeat left 0; font-size: 1em; background-size: 22px 22px;  margin-top: 5px; padding-left: 35px; vertical-align: top; display: inline-block;}
.blog article footer .post-tag	.tag-links li {margin-left: 0; float: left; text-transform: uppercase; list-style: none; line-height: 1.6}
.blog article footer .post-tag	.tag-links li:after {content:" "}
.blog article footer .post-tag	.tag-links li:nth-child(1) {display: inline-block; padding: 0 0 0 0; margin: 0 0 0 0;}
.blog article footer .post-tag	.tag-links li a{color: #767d83; font-weight: 500!important;}
.blog article footer .post-tag	.tag-links li a:hover{color: #ffcc00}
.blog article footer .post-tag	.tag-links li s{color: #767d83; text-decoration: none; font-weight: 500!important;}

/* footer articolo */


		.blog .navigation a .prev{color: #fff; font-size: .9em; margin: 0; text-transform: uppercase; background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 20px center; background-size: 20px 20px; padding: 19px 25px 19px 50px; -webkit-border-radius: 3px;-moz-border-radius: 3px; border-radius: 3px;}
		.blog .navigation a .next{color: #fff; font-size: .9em; margin: 0; text-transform: uppercase; background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 70px center; background-size: 20px 20px; padding: 19px 50px 19px 25px; -webkit-border-radius: 3px;-moz-border-radius: 3px; border-radius: 3px;}

		.blog .navigation a .prev:hover{color: #fff; background: rgba(255,255,255,.1) url("../images/white-prev.svg") no-repeat 20px center; background-size: 20px 20px;}
		.blog .navigation a .next:hover{color: #fff; background: rgba(255,255,255,.1) url("../images/white-next.svg") no-repeat 70px center; background-size: 20px 20px;}

		.blog .navigation span{color: #fff; margin: 20px; font-size: .9em;}


		.blog .nav-lower .navigation {padding: 50px 0}

		.blog .nav-lower .navigation a .prev {color: #767d83; font-size: .9em; font-weight: 500; margin: 0; text-transform: uppercase; background: rgba(255,255,255,0) url("../images/inactive-prev.svg") no-repeat 20px center; background-size: 20px 20px; padding: 19px 25px 19px 50px; -webkit-border-radius: 3px;-moz-border-radius: 3px; border-radius: 3px;}
		.blog .nav-lower .navigation a .prev:hover {color: #fff; background: rgba(50,57,63,1) url("../images/white-prev.svg") no-repeat 20px center; background-size: 20px 20px;}

		.blog .nav-lower .navigation a .next {color: #767d83; font-size: .9em; font-weight: 500; margin: 0; text-transform: uppercase; background: rgba(255,255,255,0) url("../images/inactive-next.svg") no-repeat 70px center; background-size: 20px 20px; padding: 19px 50px 19px 25px; -webkit-border-radius: 3px;-moz-border-radius: 3px; border-radius: 3px;}
		.blog .nav-lower .navigation a .next:hover {color: #fff; background: rgba(50,57,63,1) url("../images/white-next.svg") no-repeat 70px center; background-size: 20px 20px;}
		
		.blog .nav-lower span{color:  #767d83; margin: 20px; font-size: .9em; font-weight: 500;}

		.blog .share-buttons {float: right; margin-top: 22px}
		.blog .share-buttons li:nth-child(1) {display: inline-block; padding: 0 0 0 0;}
		.blog .share-buttons li {width: 26px; height: 26px; margin: 0 0 0 5px; -webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;}
		.blog .share-buttons li img{width: 17px; height: 17px;}

		.blog .share-buttons .share-twitter{background: #d0d5d9 url("../images/social-icons/01-twitter.svg") no-repeat center; background-size: 17px 17px;}
		.blog .share-buttons .share-facebook{background: #d0d5d9 url("../images/social-icons/02-facebook.svg") no-repeat center; background-size: 17px 17px;}					
		.blog .share-buttons .share-googleplus{background: #d0d5d9 url("../images/social-icons/03-googleplus.svg") no-repeat center; background-size: 17px 17px;}

		.blog .share-buttons .share-twitter:hover{background: #1ebef0 url("../images/social-icons/01-twitter.svg") no-repeat center; background-size: 17px 17px;}
		.blog .share-buttons .share-facebook:hover{background: #3a5ba2 url("../images/social-icons/02-facebook.svg") no-repeat center; background-size: 17px 17px;}					
		.blog .share-buttons .share-googleplus:hover{background: #e1584b url("../images/social-icons/03-googleplus.svg") no-repeat center; background-size: 17px 17px;}
		
		
			

			/* Titolo */ 
			.blog article .entry-title {text-transform: uppercase; display:block}

			/* Autore */ 
			.blog article header .post-date {line-height: 1.5; font-size: 1em; background-size: 22px 22px; margin-top: 3.5%; vertical-align: top; text-transform: uppercase; height: 22px; display: inline-block;}
			.blog article header .post-date span{color: #767d83; font-weight: 500!important;}

			/* Sticky Post */ 


			.blog .sticky  {padding: 0 0 3.35% 0;}

			.blog .sticky .content-thumb .wrap {margin: 0 27.194%!important; /* 868px */}
			.sticky .wrap {margin: 0 27.194%!important; /* 868px */}
			 
			.blog .sticky .entry-content  {margin: 6.4% 0 0 0;}
			
			.blog .sticky .content-thumb {background: white; padding-top: 2.1%; margin: -1px 0}
			.blog .sticky .entry-thumbnail {margin-bottom: 0!important}

			.blog .sticky .content-title {background: white; padding-top: 0;}
			.blog .sticky .content-title .entry-title {text-align: center!important; display: block}
			.blog .sticky .content-title .entry-header h2 a{color: #fff;}
			.blog .sticky .content-title .entry-header {padding: 1.1% 0 2.5%;}

			.blog .sticky .content-title .author-sticky {width: 70px; margin: 0 auto 20px; text-align: center;}
			.blog .sticky .content-title .author-sticky h4 {background: #f6ae46; color: white; font-size: .95em; font-weight: 500!important; text-transform: uppercase; padding: 6px 0;

-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;}


			#menu-sidebar .sticky .entry-title a{vertical-align: initial;}
			#menu-sidebar .sticky .author-sticky {width: 65px; margin: 4px 15px 10px 0; text-align: center; display: inline-block; vertical-align: top;}
			#menu-sidebar .sticky .author-sticky .featured-post-label {background: #f6ae46; color: #fff; font-size: .90em; font-weight: 500!important; text-transform: uppercase; padding: 5px 0;

-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;}



			.blog .sticky .content-title footer {width: 100%; clear: both; margin: 2% 0 0 0; text-align: center;}
			.blog .sticky .content-title .author-name {background: url("../images/author.svg") no-repeat left center; line-height: 1.4; font-size: .8em; background-size: 22px 22px; padding: 0 0 0; margin-top: 0; padding-left: 35px; vertical-align: top; text-transform: uppercase; display: inline-block; }
			.blog .sticky .content-title .author-name a {color: #fff; font-weight: 500!important;}

			.blog .sticky .content-title .post-date {background: url("../images/date.svg") no-repeat left center; text-align: center; line-height: 1.5; background-size: 22px 22px; padding-left: 35px; vertical-align: top; text-transform: uppercase; height: 22px;margin-top: 0; display: inline-block;}
			.blog .sticky .content-title .date {/* line-height: 1.9; */}
			.blog .sticky .content-title .post-date span{color: #fff; font-weight: 500!important;}

			/* footer articolo */

			.blog .sticky footer {width: 100%; clear: both; margin: 10% 0 0 0;}

			.blog .sticky footer .author-cat {background: url("../images/cats.svg") no-repeat left 0; color: #767d83; font-weight: 500!important; font-size: 1em; background-size: 22px 22px; padding-left: 35px; padding-right: 25px; display: inline-block;}
			.blog .sticky footer .author-cat a{margin-left: 0; text-transform: uppercase; line-height: 1.5;color: #767d83; font-weight: 500!important;}
			.blog .sticky footer .author-cat a:hover{color: #ffcc00}
			.blog .sticky footer .author-cat li a{margin-left: 3px; color: #767d83;}


			.blog .sticky footer .post-tag {background: url("../images/tags.svg") no-repeat left 3px; font-size: 1em; background-size: 20px 20px; padding-left: 35px; width: 49%; vertical-align: top; display: inline-block;}
			.blog .sticky footer .post-tag	.tag-links li {float: left; text-transform: uppercase; list-style: none; line-height: 1.5}

			.blog .sticky footer .post-tag	.tag-links li:nth-child(1) {display: inline-block; padding: 0 0 0 0; margin: 0 0 0 0;}
			.blog .sticky footer .post-tag	.tag-links li a{color: #767d83; font-weight: 500!important;}
			.blog .sticky footer .post-tag	.tag-links li a:hover{color: #ffcc00}
			.blog .sticky footer .post-tag	.tag-links li s{color: #767d83; text-decoration: none; font-weight: 500!important;}


			.blog .sticky .read-more {display: block; text-transform: uppercase; border:none; background: #ed2b50; font-size: .66em; margin: 4.2% 0 0 0!important; padding: 16px 21px; -moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
			.blog .sticky .read-more:hover {background: #292c2e;}
			.blog .sticky .read-more a{color: #fff!important; font-weight: 500!important;}			


			/* footer articolo */
			

			/* end Sticky Post */ 


			/* Post Formats */ 
			
			.blog .format-standard .standard-icon {margin: 15px 0 0 0; float: left}
			.blog .format-quote .quote-icon {margin: 15px 0 0 0; float: left}
			.blog .format-audio .audio-icon {margin: 15px 0 0 0; float: left}	
			.blog .format-video .video-icon {margin: 15px 0 0 0; float: left}					
			.blog .format-gallery .gallery-icon-post {margin: 15px 0 0 0; float: left}
			.blog .format-link .link-icon {margin: 15px 0 0 0; float: left}	
			.blog .format-image .standard-icon {margin: 15px 0 0 0; float: left}	
			.blog .format-aside .standard-icon {margin: 15px 0 0 0; float: left}	
			.blog .format-status .standard-icon {margin: 15px 0 0 0; float: left}
			.blog .format-chat .standard-icon {margin: 15px 0 0 0; float: left}
									
			.blog .format-quote .entry-content {background: #252c30; padding: 3% 3% 3% 3%; margin-bottom: 6%;
			-webkit-box-shadow: 0 1px 15px 0 rgba(50, 50, 50, 0.75);
			-moz-box-shadow:    0 1px 15px 0 rgba(50, 50, 50, 0.75);
			box-shadow:         0 1px 15px 0 rgba(50, 50, 50, 0.75);
			-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
			.blog .format-quote .post-thumbnail img {-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}

			.blog .format-quote blockquote p {font-style: normal; font-size: 1em; text-align: left; color: #939b9e; }
			.blog .format-quote blockquote p:first-child {font-style: normal; font-size: 2em; text-align: left; color: #fff; line-height: 50px}


			.blog .format-audio .post-thumbnail img {-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
			.blog .format-audio .entry-thumbnail {margin-bottom: 3%}			


			.blog .format-link .entry-content {background: #1a2023; padding: 7% 4%; margin-bottom: 6%; -moz-border-radius: 5px;-webkit-border-radius: 35px;border-radius: 5px;}
			.blog .format-link .post-thumbnail img {-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
			.blog .format-link .entry-content a {color: #fff!important; font-weight: normal; text-transform: none; font-size: 1.5em; text-decoration: underline}			
			.blog .format-link .entry-content p {color: #8d9497!important; font-weight: normal}
			.blog .format-link .read-more {font-size: .5em;}

			
		/* 4.5 Single Page */

		.single-post .header-project {position: relative; margin: -1px 0}
		.single-post .header-project .agency-logo {position: relative; z-index: 1; padding: 43px 0}
		.single-post .header-lower {position: relative; padding: 33px 0;}
		.single-post .header-lower #js-menu {top: 38.7%; right: 18.5%;}
		.single-post .header-lower .search-icon {width: 60%; top: 43.7%}
		.single-post .header-lower #search-container {width: 60%;}

		.single-post article .authorbox {margin: 4% auto 0 auto; padding: 3% 2% 2%; margin: 56px 0 74px; text-align: left;line-height: 30px;background: #f1f2f5;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
  
		.single-post article .authorbox .gravatar{display: inline-block;vertical-align: top; margin: 3%;}
		.single-post article .authorbox .gravatar img{-moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px;}
		.single-post article .authorbox .authortext{width: 47%; vertical-align: top; display: inline-block; color: #939b9e; font-size: .94em}
		.single-post article .authorbox .authorcat{width: 35%; display: inline-block; padding-left: 6%; color: #939b9e}	
		.single-post article .authorbox .authorcat a{margin-left: 3px; color: #939b9e}		
		.single-post article .authorbox h4 {padding: 0 0 0; margin-bottom: 15px}
		.single-post article .authorbox h4 a{color: #1a2023;}

		.single-post article .post-tag .tag-links ul {position: relative; text-align: center; margin: 5% 0 0 0;}
		.single-post article .post-tag	.tag-links li {display:inline; text-align: center; text-transform: uppercase; list-style: none;}
		.single-post article .tag-links li:after {content:" "}
		.single-post article .tag-links li:nth-child(1) {display: inline-block; padding: 0 0 0 0; margin: 0 0 0 0;}
		.single-post article .tag-links li a{color: #767d83;}
		.single-post article .tag-links li s{color: #767d83; text-decoration: none;}

		.single-post article header .post-date {margin-top: 0!important; margin-bottom: 3%!important;}
		.single-post article .entry-title {padding: 0 0 0!important}
	
		.single-projects .header-project {position: relative; margin: 0 0 -1px}
		.single-projects .header-project .agency-logo {position: relative; z-index: 1; padding: 43px 0}
		.single-projects .header-lower {position: relative; padding: 23px 0}
		.single-projects .header-lower #js-menu {width: 20px; top: 38.7%; right: 19.2%;}
		.single-projects .header-lower .search-icon {width: 20px; top: 43.7%;}
		.single-projects .header-lower #search-container {width: 20%;}

		.single-projects .header-lower .navigation {margin-left: 0; margin-bottom: 0!important; text-align: left!important;}		
		.single-projects .header-lower .navigation a {font: 100% "Open Sans", Arial, Helvetica, sans-serif; font-size: 1em; color: #fff; text-transform: none; display: inline-block;}
		.single-projects .header-lower .navigation .prev-post, .next-post{display: inline-block;}		

		.single-projects .header-lower .navigation .back-to-all-projects {height: 16px; width: 16px; margin: 2px 10px 0; background: url("../images/back-to-all-projects.svg"); background-size: 100%; display: inline-block; vertical-align: middle; opacity: .5; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}				
		.single-projects .header-lower .navigation .back-to-all-projects:hover {opacity: 1}				

		.single-projects .header-lower .navigation .prev-post a{margin-top: 1px; width: 17px;height: 11px; background: url("../images/prev-project.svg"); background-size: 100%; vertical-align: middle; opacity: .5; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
		.single-projects .header-lower .navigation .next-post a{margin-top: 1px; width: 17px; height: 11px; background: url("../images/next-project.svg"); background-size: 100%; vertical-align: middle; opacity: .5; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}

		.single-projects .header-lower .navigation .prev-post a:hover{opacity: 1}
		.single-projects .header-lower .navigation .next-post a:hover{opacity: 1}
				
		.single-projects .header-lower .back-to-home {display: none;}

		.single-projects #page .full-content {padding: 5% 0}
		.single-projects #page img:hover{opacity: 0.5}

		.single-projects a {color: #7e8589;}
		.single-projects a:hover {color: #ffcc00;}
		
		.single-projects #page .page-v1 .content-left {width: 60%; float: left; padding: 3% 10% 3% 0; vertical-align: top;}
		.single-projects #page .page-v1 .content-right {width: 39.97%; float: right;}

		
		
		.single-projects #page .page-v1 .paragraph {padding: 5.8% 0 5%; text-align: left; line-height: 30px;color: #525b5f;}
		.single-projects #page .page-v1 .paragraph p{padding: 3% 0 0;}

		.single-projects #page .page-v1 .paragraph .area-cliente {width: 80.6%; padding: 7% 10% 7%; margin: 56px 0 74px; text-align: left; line-height: 30px; background: #f1f2f5; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius:2px;}
		.single-projects #page .page-v1 .paragraph .area-cliente .cwrap {display: inline-block; width: 50px; color: #929396}
		.single-projects #page .page-v1 .paragraph .area-cliente span {font-size: 1.06em; color: #1a2023; line-height: 2.5}
				

		.single-projects #page .page-v1 .post-tag {font-size: 1em; background-size: 22px 22px; margin-top: 45px; vertical-align: top; display: inline-block;}
		.single-projects #page .page-v1 .post-tag .tag-links li {margin-left: 5px; float: left; text-transform: uppercase; list-style: none; line-height: 1.6}
		.single-projects #page .page-v1 .post-tag .tag-links li:after {content:" "}
		.single-projects #page .page-v1 .post-tag .tag-links li:nth-child(1) {display: inline-block; padding: 0 0 0 0; margin: 0 0 0 0;}
		.single-projects #page .page-v1 .post-tag .tag-links li a{color: #767d83;  font-weight: 500!important;}
		.single-projects #page .page-v1 .post-tag .tag-links li s{color: #767d83; text-decoration: none; font-weight: 500!important;}

		.single-projects #page .page-v1 .content-title {background: transparent; padding-top: 0;}
		.single-projects #page .page-v1 .entry-header h2 {color: #1a2023; text-align: left!important;}
		.single-projects #page .page-v1 .entry-content {padding: 0 0;}

		.single-projects #page .page-v1 .royalSlider img:hover{opacity: .7}

		.single-projects #page .page-v1 .content-right .RightImg img{display: block;}	

		.single-projects #page .page-v2 .full-content {padding: .7% 15%;}
		.single-projects #page .page-v2 .content-left {width: 100%; padding: 3% 0 3% 0; vertical-align: top;}
		.single-projects #page .page-v2 .content-right {width: 100%;}

		.single-projects #page .page-v2 .paragraph .area-cliente {width: 100%; padding: 7% 0 7%; margin: 0 0 5.5%; text-align: center; line-height: 30px; background: #f1f2f5; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius:2px;}
		.single-projects #page .page-v2 .paragraph .area-cliente .cwrap {display: inline-block; width: 50px; color: #929396}
		.single-projects #page .page-v2 .paragraph .area-cliente span {font-size: 1.06em; color: #1a2023; line-height: 2.5}		

		.single-projects #page .page-v2 .paragraph {padding: 2.6% 0 5%; text-align: center; line-height: 30px; color: #525b5f;}
		.single-projects #page .page-v2 .paragraph p {padding: 3% 0 0; text-align: center;}		


		.single-projects #page .page-v2 .post-tag {width: 100%; font-size: 1em; background-size: 22px 22px; margin-top: 15px; margin-bottom: 15px; vertical-align: top; display: inline-block; text-align: center}
		.single-projects #page .page-v2 .post-tag .tag-links li {margin-left: 5px; display: inline-block; text-transform: uppercase; list-style: none; line-height: 1.6;}
		.single-projects #page .page-v2 .post-tag .tag-links li:after {content:" "}
		.single-projects #page .page-v2 .post-tag .tag-links li:nth-child(1) {display: inline-block; padding: 0 0 0 0; margin: 0 0 0 0;}
		.single-projects #page .page-v2 .post-tag .tag-links li a{color: #767d83;  font-weight: 500!important;}
		.single-projects #page .page-v2 .post-tag .tag-links li s{color: #767d83; text-decoration: none; font-weight: 500!important;}

		.single-projects #page .page-v2 .content-title {background: transparent; padding-top: 0;}
		.single-projects #page .page-v2 .entry-header h2 {color: #1a2023; text-align: center!important;}
		.single-projects #page .page-v2 .entry-content {padding: 0 0;}

		.single-projects #page .page-v2 .content-right {text-align: left!important; margin: 0 0 5.5%}
		.single-projects #page .page-v2 .content-right img {width: 32.9%; display: inline-block;}

		.single-projects #page .page-v2 .contenitore-galleria {background: white}
		.single-projects #page .page-v2 .contenitore-galleria .inner {margin: 0 18.571%;}
		.single-projects #page .page-v2 .contenitore-galleria .inner .royalSlider{padding: 2% 0.6% 3.6% 0;}

		.single-projects #page .page-v2 .royalSlider img:hover{opacity: 1}

		.single .header-lower .back-to-home {width: 20px; height: 20px; background: url("../images/back-white.svg") no-repeat; opacity: .5; float: left; margin: -7px 0 0; cursor: pointer; position: relative; z-index: 6; -o-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
		.single .header-lower .back-to-home:hover{opacity: 1;}
		.single #page .wrap {margin: 0 27.194%; /* 868px */}
		.single-projects #page .wrap {margin: 0 18.571%;!important}
		.single #page .content-thumb {background: white; padding-top: 1%; margin: -1px 0}
		.single #page .content-title {background: white; padding-top: 0;}
		.single #page .entry-thumbnail {margin-bottom: 0!important}
		.single #page .entry-header h2 {color: #fff; text-align: center!important;}
		.single #page .entry-header {padding: 3.35% 0 0.2%}
		.single #page .entry-meta {text-align: center!important; margin-top: 1.65%;}
		.single #page .entry-meta p{color: #939b9e!important;}
		.single #page .entry-content {padding: 5% 0;}
		.single #page .entry-content p {line-height: 30px;color: #767d83; padding: 2% 0 0;}
		.single #page .entry-thumbnail img {width: 100%;-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius:0;}

		.single-format-gallery #page .content-thumb {background: white; padding-top: 0;}

		.single #page .mejs-mediaelement{-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius:0;}
		.single #page .mejs-audio {margin-bottom: 4%;}
		.single-format-audio #page .entry-meta {text-align: center!important; margin-top: 1%; padding-bottom: 1.65%;}
		.single-format-audio #page .entry-header {padding: .90% 0 0.2%;}
		
		.single .mejs-container,
		.single .mejs-embed,
		.single .mejs-embed body,

		.single .wp-video {width: 100%!important; margin-bottom: 0;}
		
		.single .vimeo-video {text-align: center; margin-bottom: 0}

		.single article img{max-width: 100%}


		.single .share-buttons {text-align: center;}
		.single .share-buttons li:nth-child(1) {display: inline-block; padding: 0 0 0 0;}
		.single .share-buttons li {width: 26px; height: 26px; margin: 0 0 0 5px; -webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;}
		.single .share-buttons li img{width: 17px; height: 17px;}

		.single .share-buttons .share-twitter{background: #d0d5d9 url("../images/social-icons/01-twitter.svg") no-repeat center; background-size: 17px 17px;}
		.single .share-buttons .share-facebook{background: #d0d5d9 url("../images/social-icons/02-facebook.svg") no-repeat center; background-size: 17px 17px;}					
		.single .share-buttons .share-googleplus{background: #d0d5d9 url("../images/social-icons/03-googleplus.svg") no-repeat center; background-size: 17px 17px;}

		.single .share-buttons .share-twitter:hover{background: #1ebef0 url("../images/social-icons/01-twitter.svg") no-repeat center; background-size: 17px 17px;}
		.single .share-buttons .share-facebook:hover{background: #3a5ba2 url("../images/social-icons/02-facebook.svg") no-repeat center; background-size: 17px 17px;}					
		.single .share-buttons .share-googleplus:hover{background: #e1584b url("../images/social-icons/03-googleplus.svg") no-repeat center; background-size: 17px 17px;}		

		.single #page .format-gallery .content-title {background: white;}

		/* 4.6 Contacts Page */

		.page-template-contacts-php {background: #fff}
		.page-template-contacts-php #js-menu {position: absolute; z-index: 9998; width: 43px; height: 43px; top: 9%; right: 18.5%;}
		.page-template-contacts-php #js-menu #st-trigger-effects  {width: 43px; height: 43px;}		
		.page-template-contacts-php #js-menu button {position: relative; width: 43px; height: 43px; cursor: pointer; display:block; float: right; border: none; opacity: 0.8;-webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}
		.page-template-contacts-php #js-menu button:hover {opacity: 1}
		.page-template-contacts-php .search-icon span{display: none}
		.page-template-contacts-php .agency-logo {text-align: left!important; top: 8.5%; margin-left: 1%;}

		#contacts-page {position: relative; z-index: 1; width: 100%; background: #fff; padding: 5% 0 0;}
		#contacts-page .wrap {margin: 0 21.571%; /* 1083px */}
		#contacts-page #contacts {padding: 7% 0;}

		#contacts-page .welcome h2{position: relative; text-align: center; color: #1d252c; font-size: 2.5em; line-height: 80px;}
		#contacts-page .welcome p{width: 100%; color: #9ba1a4; text-align: center; font-size: 1.4em; line-height: 40px;}

		.meta-address {width: 30%; float: left; padding: 7% 0; vertical-align: top}
		.meta-address address p {color: #1d252c; font-style: normal; margin: 28px 0 0 0; font-weight: 500; padding: 2px 0; padding-left: 45px}
		.meta-address address .location{background: url("../images/location.svg") no-repeat; background-size: 35px 35px}
		.meta-address address .email{background: url("../images/mail.svg") no-repeat; background-size: 35px 35px}
		.meta-address address .phone{background: url("../images/phone.svg") no-repeat; background-size: 35px 35px}

		#contacts-page .index-grid-warning {float: right; width: 700px; color: #1d252c; margin: 100px 0;}

		/* WIDGET FIELDS SEND MESSAGE */

		#contacts-page form {text-align: right}

		#contacts-page input {background: #eef0f0; width: 500px; border: 0; color: #1d252c; display: inline; text-transform: uppercase; text-align: left; padding: 12px 20px 15px; margin: 20px 0; font-weight: 500;
		-webkit-box-shadow: 0 3px 10px -5px rgba(255, 255, 255, 0.75);
		-moz-box-shadow:    0 3px 10px -5px rgba(255, 255, 255, 0.75);
		box-shadow:         0 3px 10px -5px rgba(255, 255, 255, 0.75);
		-o-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -webkit-transition: all 4s ease-in-out; transition: all .4s ease-in-out;}
		#contacts-page input:hover {background: transparent; border: 0; color: #1d252c; 
		-webkit-box-shadow: 0 3px 10px -5px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0 3px 10px -5px rgba(50, 50, 50, 0.75);
		box-shadow:         0 3px 10px -5px rgba(50, 50, 50, 0.75);
		-o-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -webkit-transition: all 4s ease-in-out; transition: all .4s ease-in-out;}
		#contacts-page input:focus {background: transparent; border: 0; color: #1d252c; 
		-webkit-box-shadow: 0 3px 10px -5px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0 3px 10px -5px rgba(50, 50, 50, 0.75);
		box-shadow:         0 3px 10px -5px rgba(50, 50, 50, 0.75);}

		#contacts-page textarea {background: #eef0f0; border: 0; color: #252c30; padding-top: 20px!important; padding-left: 20px!important; text-transform: uppercase; margin: 20px 0; width: 500px!important; height: 220px; font-weight: 500;}
		#contacts-page textarea:focus {background: transparent; border: 0; color: #252c30;
		-webkit-box-shadow: 0 3px 10px -5px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0 3px 10px -5px rgba(50, 50, 50, 0.75);
		box-shadow:         0 3px 10px -5px rgba(50, 50, 50, 0.75);}

		#contacts-page input[type="submit"] {width: 105px;margin: 2% 0 0 auto; display: block; text-align: center; border:none; color: #fff; background: #ffcc00; padding: 11px 30px;
-webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.34);
-moz-box-shadow:    0 3px 6px 0 rgba(50, 50, 50, 0.34);
box-shadow:         0 3px 6px 0 rgba(50, 50, 50, 0.34);
-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}

		#contacts-page input[type="submit"]:hover {background: #292c2e; margin: 2% 0 0 auto;}

		#contacts-page .altTypeName.valid {background: url(../images/form-ok.png) no-repeat 95% 50%;}
		#contacts-page .altTypeEmail.valid {background: url(../images/form-ok.png) no-repeat 95% 50%;}

		#contacts-page .altTypeName.error {background: url(../images/form-error.png) no-repeat 95% 50%;}
		#contacts-page .altTypeEmail.error {background: url(../images/form-error.png) no-repeat 95% 50%;}

		/* 4.7 Error 404 Page */
		.error404 .agency-logo {top: 7.9%; margin-left: 1%;}
		.error404 #page {min-height: 200px}


	/* 5 Comments Form */

	#comments {margin: 0 0 0 0;}
	#comments #respond {clear: both; background: #fff; padding: 5% 0 0 0;}
	#comments .comment-reply-title {text-align: left; color: #1a2023; margin-bottom: 2%}
	#comments .comment-reply-title a{color: #1a2023;}
	#comments .logged-in-as a{text-align: left; color: #1a2023; margin-bottom: 2%}
	#comments .logged-in-as a:last-child{text-align: left; color: #b9c1c5; margin-bottom: 2%}
	#comments .logged-in-as a:last-child:hover{text-align: left; color: #ffcc00; margin-bottom: 2%}

	#comments label {margin-right: 1%; color: #1a2023}
	#comments .comments-title {clear: both; margin: 20px 0 0 0;}

	#comments .required {display: none}
	#comments .comment-form-url {display: none}
	#comments .comment-notes {display: none}
	#comments .form-allowed-tags {display: none}
	#comments .comment-form-comment label {display: none}
	#comments .says {display: none}
	#comments .commentmetadata {display: none}
	#comments #cancel-comment-reply-link {display: none}

	#comments #author,
	#comments #email,
	#comments #url {position: relative; height: 50px; width: 50%; border: 0; border-bottom: 1px solid #a3a8ab;}
	#comments #email {margin-left: 5px}	
	#comments input[type=text]{padding: 0 10px; border: none; color: #939b9e; outline: 0; line-height: 60px}
	#comments input[type=email]{padding: 0 10px; border: none; color: #939b9e; outline: 0; line-height: 60px}	
	#comments input:focus, 
	#comments textarea:focus {font-style: normal;}
	#comments textarea {width: 55%; margin-top: 40px;}
	#comments #comment {border: none; resize: none; color: #939b9e; line-height: 25px!important; font: 100% "Open Sans", Arial, Helvetica, sans-serif;}
	#comments #submit {border: none; background: none; color: #ffcc00; margin: 5px 0; padding: 10px 10px;-o-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; -moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
	#comments #submit:hover {background: #ffcc00; color: #fff;-webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.34);-moz-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.34);box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.34);
	-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;
	-o-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; 
	-webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}


.post-password-form input[type=password]{padding: 0 10px; border: 0; border-bottom: 1px solid #a3a8ab; color: #939b9e; outline: 0; line-height: 0}
.post-password-form input[type=submit] {border: none; background: none; color: #ffcc00; margin: 5px 0; padding: 10px 10px;-o-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; -moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
.post-password-form input[type=submit]:hover {background: #ffcc00; color: #fff;-webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.34);-moz-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.34);box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.34);
	-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;
	-o-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; 
	-webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}	


		/* 5.1 Comment list */

		#comments .comment-list {margin: 0 0 5% 0;} 
		#comments .comment-author {display: inline; color: #1a2023}

		#comments .comment-metadata {display: none}

		#comments li {clear: both!important;}
		#comments ol {clear: both!important;}

		#comments .children {margin-left: 60px;}

		#comments .commentmetadata {margin: 0 0 0 0; float: right}
		#comments .commentmetadata a {color: #939b9e;}
		#comments .comment-awaiting-moderation {color: #939b9e; margin: 0 0 0 2%; font-size: 0.9em}
		#comments .fn {font-style:normal; font-weight: bold;}
		#comments .vcard img{background: none; float: left; margin: 0 0 0 -62px; -moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px;}

		#comments .comment-body {width: 60%; margin: 40px 0 0 0; margin-left: 6.3%;}
		#comments .comment-body p {line-height: 30px; color: #7d878b; clear: both}

		#comments .reply {margin: 20px 0 0 0;}
		#comments .comment-reply-link {color: #b9c1c5;}
		#comments .comment-reply-link:hover {color: #ffcc00;}

		#respond #captcha_code {position: relative;height: 50px;width: 155px; margin: 0 0 0 0;border: 1px solid #7abcda;}
		.captchaSizeDivLarge img{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}


	/* 6 Footer */

	#footer {position: relative; z-index: 1; width: 100%; clear: both; background: #fff; margin: -1px 0}
	#footer small span {display: block;text-align: center; color: #c7c7c7; padding-bottom: 4%;}

		/** 6.1 Social Icons **/

		#footer .social-icon{ position:relative; margin: 0 18.5743%; /* 1159px */ padding: 5% 0 2% 0; text-align: center;}
		#footer .social-icon li{margin: 0 2px; display:inline;} 	
		#footer .social-icon span{ width: 47px; height: 47px; display: inline-block; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}

		#footer .twitter-icon{background: rgba(0, 0, 0, .10) url("../images/social-icons/social-icons.svg") no-repeat  -6px -667px; background-size: 60px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
		#footer .facebook-icon{background: rgba(0, 0, 0, .10) url("../images/social-icons/social-icons.svg") no-repeat  -6px -307px; background-size: 60px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
		#footer .dribbble-icon{background: rgba(0, 0, 0, .10) url("../images/social-icons/social-icons.svg") no-repeat  -6px -187px; background-size: 60px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
		#footer .linkedin-icon{background: rgba(0, 0, 0, .10) url("../images/social-icons/social-icons.svg") no-repeat  -6px -547px; background-size: 60px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
		#footer .instagram-icon{background: rgba(0, 0, 0, .10) url("../images/social-icons/social-icons.svg") no-repeat  -6px -427px; background-size: 60px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
		#footer .behance-icon{background: rgba(0, 0, 0, .10) url("../images/social-icons/social-icons.svg") no-repeat  -6px -67px; background-size: 60px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}

		#footer .twitter-icon:hover{background: rgba(255, 255, 255, 1) url("../images/social-icons/social-icons.svg") no-repeat  -6px -607px; background-size: 60px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
		#footer .facebook-icon:hover{background: rgba(255, 255, 255, 1) url("../images/social-icons/social-icons.svg") no-repeat  -6px -247px; background-size: 60px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
		#footer .dribbble-icon:hover{background: rgba(255, 255, 255, 1) url("../images/social-icons/social-icons.svg") no-repeat  -6px -127px; background-size: 60px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
		#footer .linkedin-icon:hover{background: rgba(255, 255, 255, 1) url("../images/social-icons/social-icons.svg") no-repeat  -6px -487px; background-size: 60px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
		#footer .instagram-icon:hover{background: rgba(255, 255, 255, 1) url("../images/social-icons/social-icons.svg") no-repeat  -6px -367px; background-size: 60px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
		#footer .behance-icon:hover{background: rgba(255, 255, 255, 1) url("../images/social-icons/social-icons.svg") no-repeat  -6px -7px; background-size: 60px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}

		/** end Social Icon **/


/* Back top top */

#back-to-top {display: none;position: fixed; bottom: 16.3%; right: 14%; z-index: 9999}
.back-to-top{width: 21px; height: 13px; display: block; background: url("../images/back-to-top.png") no-repeat; background-position: 0 -14px; background-size: 21px;-o-transition: all .0s ease-in-out; -moz-transition: all .0s ease-in-out; -webkit-transition: all .0s ease-in-out; transition: all .0s ease-in-out;}
.back-to-top:hover{background-position: 0 0; -o-transition: all .0s ease-in-out; -moz-transition: all .0s ease-in-out; -webkit-transition: all .0s ease-in-out; transition: all .0s ease-in-out;}






		/* 7 Shortcode */

		.button{font-size: .85em;}
		.single-projects .button {display: inline}

			.button.red button{border:none; background: #ffcc00; margin: 1% 0 0 0; font-weight: 600; padding: 14px 18px; color: #fff;
			-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
			.button.red button:hover{background: #292c2e;}


			.button.black button{border:none; background: #292c2e; margin: 1% 0 0 0; font-weight: 600; padding: 11px 30px; color: #fff;
			-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
			.button.black button:hover{background: #fff; color: #292c2e}


			.button.grey button{border:none; background: #e1e5e6; margin: 1% 0 0 0; font-weight: 600; padding: 11px 30px; color: #000;
			-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
			.button.grey button:hover{background: #292c2e; color: #fff}


			.button.blue button{border:none; background: #223ff1; margin: 1% 0 0 0; font-weight: 600; padding: 11px 30px; color: #fff;
			-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
			.button.blue button:hover{background: #292c2e;}


			.button.yellow button{border:none; background: #f7d277; margin: 1% 0 0 0; font-weight: 600; padding: 11px 30px; color: #fff;
			-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
			.button.yellow button:hover{background: #292c2e;}


			.button.violet button{border:none; background: #7e4cdb; margin: 1% 0 0 0; font-weight: 600; padding: 11px 30px; color: #fff;
			-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
			.button.violet button:hover{background: #292c2e;}


			.button.azure button{border:none; background: #38b4f5; margin: 1% 0 0 0; font-weight: 600; padding: 11px 30px; color: #fff;
			-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
			.button.azure button:hover{background: #292c2e;}


			.button.turquoise button{border:none; background: #65d1c0; margin: 1% 0 0 0; font-weight: 600; padding: 11px 30px; color: #fff;
			-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
			.button.turquoise button:hover{background: #292c2e;}


			.button.green button{border:none; background: #77e47c; margin: 1% 0 0 0; font-weight: 600; padding: 11px 30px; color: #fff;
			-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
			.button.green button:hover{background: #292c2e;}


			.button.orange button{border:none; background: #f66b40; margin: 1% 0 0 0; font-weight: 600; padding: 11px 30px; color: #fff;
			-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
			.button.orange button:hover{background: #292c2e;}

		/* 8 Player Skin*/


/* Audio Player Skin */

.mejs-controls .mejs-button button:focus {outline: none!important;}

body .mejs-container * {font: 100% "Open Sans", Arial, Helvetica, sans-serif;font-size: .95em!important;}
body .mejs-audio {height: 56px!important; margin-bottom: 6.1%;}

body .mejs-audio .mejs-container,
body .mejs-audio .mejs-embed,
body .mejs-audio .mejs-embed body,
body .mejs-audio .mejs-container .mejs-controls {background: #1a2023;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

body .mejs-audio .mejs-controls {top: 20%;}

body .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {background: #525b5f;height: 5px;-webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}

body .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current {background: #ffcc00;height: 5px;-webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}

body .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-total,
body .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {background: #525b5f; margin: 8px 0 0 0;height: 5px;-webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}

body .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {background: #fff; margin: 3px 0 0 0!important;height: 5px;-webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}

body .mejs-audio .mejs-horizontal-volume-total {margin: 3px 0 0 0!important;}

body .mejs-audio .mejs-controls .mejs-play button {margin: 8px 0 0 25px;background: url("../images/audio-play.png") no-repeat;height: 20px;width: 20px;}
body .mejs-audio .mejs-controls .mejs-pause button {margin: 8px 0 0 25px;background: url("../images/audio-pause.png") no-repeat;height: 20px;width: 20px;}
body .mejs-audio .mejs-controls .mejs-volume-button button {margin: 8px 0 0 0;background: url("../images/audio-control.png") no-repeat; right: 130%; position: relative;height: 20px;width: 20px;}

body .mejs-container .mejs-controls .mejs-currenttime-container span {margin: 2px 30px 0 105px;}

body .mejs-container .mejs-controls .mejs-duration-container span {margin: 2px 30px 0 70px; right: 20%; position: relative;}
body .mejs-controls .mejs-horizontal-volume-slider {margin: 0 0 0 10px!important; right: 3%; position: relative;}

body .mejs-audio .mejs-mediaelement{width: 100%!important;
-webkit-box-shadow: 0 1px 15px 0 rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0 1px 15px 0 rgba(50, 50, 50, 0.75);
box-shadow:         0 1px 15px 0 rgba(50, 50, 50, 0.75);
-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

body .mejs-container,
body .mejs-embed,
body .mejs-embed body,
body .mejs-container .mejs-controls {
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

body .mejs-container .mejs-controls .mejs-duration-container span {margin: 2px 30px 0 50px; right: 20%; position: relative;}
body .mejs-container .mejs-controls .mejs-currenttime-container span {margin: 2px 30px 0 40px;}



/* Video Player Skin */


body .wp-video {width: 100%!important; margin-bottom: 5%;}

body .wp-video .mejs-fullscreen-button button{display: none!important}

body .wp-video .mejs-mediaelement video{width: 100%!important;
-webkit-box-shadow: 0 1px 15px 0 rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0 1px 15px 0 rgba(50, 50, 50, 0.75);
box-shadow:         0 1px 15px 0 rgba(50, 50, 50, 0.75);
-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

body .wp-video .mejs-video .mejs-controls {bottom: 5%;}
body .wp-video .mejs-container * {font: 100% "Open Sans", Arial, Helvetica, sans-serif;font-size: .95em!important;}
body .wp-video .mejs-container {clear: none;}

body .wp-video .mejs-container .mejs-controls {background: transparent;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
body .wp-video .mejs-controls .mejs-time-rail .mejs-time-loaded {background: transparent;height: 5px;-webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}
body .wp-video .mejs-controls .mejs-time-rail .mejs-time-current {background: #fff;height: 5px;-webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}
body .wp-video .mejs-controls .mejs-volume-button .mejs-volume-slider {top: -90px; background: transparent}

body .wp-video .mejs-controls .mejs-time-rail .mejs-time-total,
body .wp-video .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {background: rgba(255,255,255,.1); margin: 8px 0 0 0;height: 5px;-webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}
body .wp-video .mejs-controls .mejs-play button {margin: 8px 0 0 25px;background: url("../images/audio-play.png") no-repeat;height: 20px;width: 20px;}
body .wp-video .mejs-controls .mejs-pause button {margin: 8px 0 0 25px;background: url("../images/audio-pause.png") no-repeat;height: 20px;width: 20px;}
body .wp-video .mejs-controls .mejs-volume-button button {margin: 8px 0 0 0;background: url("../images/audio-control.png") no-repeat; right: 130%; position: relative;height: 20px;width: 20px;}

body .mejs-controls .mejs-horizontal-volume-slider {margin: 0 0 0 10px!important; right: 3%; position: relative;}
.single .wp-video .mejs-container .mejs-controls {background: transparent;}



		/* 9 Media Queries */




/* Smartphones Small Device */
@media only screen and (min-width : 0) and (max-width : 767px) {



/* HomePage */


.home .agency-logo {margin-left: 3.5743%; top: 8px; left: 0}

#js-menu {right: 0; margin-right: 3.5743%;}
#last-project .wrap {margin: 0 3.5743%;}

.home #last-project .esg-filterbutton {margin: 0 12px;padding: 0 0!important; width: 64px; height: 64px; background: #e8edef!important}
.home #last-project .esg-filterbutton.selected {background: #1a2023!important}

.home .esg-filters {margin-top: -6px!important;margin-bottom: 40px!important;}
.home .esg-filterbutton{margin-bottom: 14px!important;}
.esg-filterbutton:nth-child(2){margin-left: 0!important}
.esg-filterbutton:nth-child(n+0){margin-right: 0!important}
.esg-filter-wrapper span:before {display: none}

#menu-sidebar {padding-bottom: 0;}

/* Icone filtri */

.home #last-project .esg-filters span {display: none}

.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-digital-work"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/digitalwork.svg") no-repeat; background-position: 50% 50%; background-size: 64px 29px;}
.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-photography"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/photographs.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-branding"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/branding-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-icons"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/icons-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-illustrations"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/illustration-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-print"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/print-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}

.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-digital-work"]:after {content:"";display: block; background: url("../images/icon-filter/digitalworkactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 29px;}
.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-photography"]:after {content:"";display: block; background: url("../images/icon-filter/photographsactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-branding"]:after {content:"";display: block; background: url("../images/icon-filter/branding-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-icons"]:after {content:"";display: block; background: url("../images/icon-filter/icons-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-illustrations"]:after {content:"";display: block; background: url("../images/icon-filter/illustration-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-print"]:after {content:"";display: block; background: url("../images/icon-filter/print-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
/* Icone filtri */



/* Blog */

#blog-page .wrap {margin: 0 0;}
#blog-page article .wrap {margin: 0 3% 0 10.5743%;}

#blog-page .sticky .wrap {margin: 0 3.5743%!important;}
#blog-page article .wrap-article {margin: 0 3.5743%!important;}

#blog-page .share-buttons {float: right; margin-top: 7px;}
		
#blog-page .sticky .content-title .author-name {background: none; padding-left: 0;}
#blog-page .sticky .content-title .post-date {background: none;}

.blog .header-lower .wrap {margin: 0 3.5743%;}
.blog .header-lower #js-menu  {right: 0; margin-right: 3.5743%;}

.blog .navigation a .prev{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}
.blog .navigation a .prev:hover{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}

.blog .navigation a .next{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}
.blog .navigation a .next:hover{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}

.blog .nav-lower .navigation a .prev{background: rgba(255,255,255,0) url("../images/inactive-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}
.blog .nav-lower .navigation a .prev:hover{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}

.blog .nav-lower .navigation a .next{background: rgba(255,255,255,0) url("../images/inactive-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}
.blog .nav-lower .navigation a .next:hover{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}


.blog .format-video .video-icon {margin: 3% 0 0 0%;}
.blog .format-audio .audio-icon {margin: 3% 0 0 0%;}
.blog .format-link .link-icon {margin: 3% 0 0 0%;}
.blog .format-gallery .gallery-icon {margin: 3% 0 0 0%;}
.blog .format-quote .quote-icon {margin: 3% 0 0 0%;}
.blog .format-standard .standard-icon {margin: 3% 0 0 0%;}


.blog .format-quote blockquote p:first-child {font-size: 1em; line-height: 20px}
.blog .format-quote .entry-content {padding: 3% 2% 3% 3%;}

.blog .sticky .read-more {padding: 0 21px;}
.blog article .read-more {padding: 0 10px;}

.blog .nav-lower {margin: 0 3.5743%!important;}

.blog .sticky footer .post-tag {width: 100%}

.blog .sticky {padding: 0 0 10.35% 0;}
.blog article {padding: 10.35% 0 10.35% 0;}


/* Archive */

.archive .header-lower .wrap {margin: 0 3.5743%;}
.archive .header-lower #js-menu  {right: 0; margin-right: 3.5743%;}

.archive .navigation a .prev{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}
.archive .navigation a .prev:hover{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}

.archive .navigation a .next{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}
.archive .navigation a .next:hover{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}

.archive .nav-lower .navigation a .prev{background: rgba(255,255,255,0) url("../images/inactive-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}
.archive .nav-lower .navigation a .prev:hover{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}

.archive .nav-lower .navigation a .next{background: rgba(255,255,255,0) url("../images/inactive-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}
.archive .nav-lower .navigation a .next:hover{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}


.archive .format-video .video-icon {margin: 3% 0 0 0%;}
.archive .format-audio .audio-icon {margin: 3% 0 0 0%;}
.archive .format-link .link-icon {margin: 3% 0 0 0%;}
.archive .format-gallery .gallery-icon {margin: 3% 0 0 0%;}
.archive .format-quote .quote-icon {margin: 3% 0 0 0%;}
.archive .format-standard .standard-icon {margin: 3% 0 0 0%;}
.archive .format-quote blockquote p:first-child {font-size: 1em; line-height: 20px}
.archive .format-quote .entry-content {padding: 3% 2% 3% 3%;}

.archive .sticky .read-more {padding: 0 21px;}
.archive article .read-more {padding: 0 10px;}

.archive .nav-lower {margin: 0 3.5743%!important;}

.archive .sticky footer .post-tag {width: 100%}

.archive .sticky {padding: 0 0 10.35% 0;}
.archive article {padding: 10.35% 0 10.35% 0;}

/* Blog Single Page */
.single-post .header-lower .wrap {margin: 0 3.5743%;}
.single-post #page .wrap {margin: 0 3.5743%!important;}
.single-post .header-lower #js-menu {right: 9.571%;}
.single-post .header-lower #js-menu  {right: 0; margin-right: 3.5743%;}

.single-post article .authorbox {margin: 56px 0 56px;}
.single-post article .authorbox .authortext{width: 70%;}
.single-post article .authorbox .authorcat{display: none}	

#comments .comment-body {width: 80%; margin-left: 20%;}
#comments textarea {width: 90%;}


/* Search */

.search .header-lower .wrap {margin: 0 3.5743%;}
.search #search-page .wrap {margin: 0 3.5743%;}
.search .header-lower .esg-filter-wrapper div {display: block;}
.search .header-lower #js-menu {right: 0; margin-right: 3.5743%;}

/* Contacts */

.page-template-contacts .agency-logo {margin-left: 3.5743%; top: 45px; left: 0}
.page-template-contacts #js-menu {right: 0; margin-right: 3.5743%;}
.page-template-contacts #contacts-page .wrap {margin: 0 3.5743%;}
#contacts-page input[type="submit"] {margin: 0 auto;}

.meta-address {width: 100%; float: none;}
.meta-address p {padding-left: 0!important; text-align: center}

#contacts-page form {text-align: center!important;}
#contacts-page input {width: 100%}
#contacts-page textarea {width: 100%!important;}

/* Page */
.page-template-default .header-lower .wrap {margin: 0 3.5743%;}
.page-template-default #page .wrap {margin: 0 3.5743%;}

/* 404 */

.error404 .wrap {margin: 0 3.5743%;}
.error404 #js-menu {right: 0; margin-right: 3.5743%;}
.error404 .welcome {top: 10%}
.error404 #slider .background img{min-height:200px}
.error404 #slider .background p:first-line{line-height: 40px; font-size: 1.8em;}
.error404 #slider .background p {display: block; padding: 0;font-size: .9em;line-height: 25px; top: 36%;}

/* Portfolio Project */
.page-template-project .header-lower .wrap {margin: 0 3.5743%;}
.page-template-project #last-project .wrap {margin: 0 3.5743%;}
.page-template-project-php .header-lower .esg-filter-wrapper div {display: block;}
.page-template-project .header-lower #js-menu {right: 0; margin-right: 3.5743%;}

.esg-filterbutton {display: inline-block!important;}
.esg-filterbutton:first-child {display: none!important}

.header-lower .esg-filterbutton {display: none!important}
.header-lower .esg-filterbutton:first-child {display: inline-block!important; float: none!important}

.page-template-project #last-project .esg-filterbutton {margin: 0 12px;padding: 0 0!important; width: 64px; height: 64px; background: #e8edef!important}
.page-template-project #last-project .esg-filterbutton.selected {background: #1a2023!important}
.page-template-project .esg-filters {margin-bottom: 61px!important;}

.page-template-project .esg-filterbutton{margin-bottom: 0!important;}
.esg-filterbutton:nth-child(n+0){margin-right: 0!important}

/* Icone filtri */

.page-template-project #last-project .esg-filters span {display: none}

.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-digital-work"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/digitalwork.svg") no-repeat; background-position: 50% 50%; background-size: 64px 29px;}
.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-photography"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/photographs.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-branding"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/branding-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-icons"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/icons-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-illustrations"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/illustration-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-print"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/print-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}

.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-digital-work"]:after {content:""; display: block; background: url("../images/icon-filter/digitalworkactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 29px;}
.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-photography"]:after {content:""; display: block; background: url("../images/icon-filter/photographsactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-branding"]:after {content:""; display: block; background: url("../images/icon-filter/branding-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-icons"]:after {content:""; display: block; background: url("../images/icon-filter/icons-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-illustrations"]:after {content:""; display: block; background: url("../images/icon-filter/illustration-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-print"]:after {content:""; display: block; background: url("../images/icon-filter/print-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
/* Icone filtri */


.page-template-project-php .back-to-home {margin: -16px 0 0 0;}
.page-template-project-php .esg-allfilter {margin-right: 0; margin-left: 15px;}


/* Single Project */
.single-projects #page .wrap {margin: 0 3.5743%!important;}
.single-projects .header-lower .wrap {margin: 0 3.5743%!important;}
.single-projects #js-menu {right: 0!important; margin-right: 3.5743%;}
.single-projects .search-icon {right: 0; margin-right: 75px}
.single-projects .header-lower .content-title {margin-left: 28px;}
.single-projects #page .page-v1 .paragraph .area-cliente {width: 100%;}
.single-projects #page .page-v1  .post-tag {width: 200%; margin: 56px 0 56px;}



/* royalSlider */
.home #slider .new_royalslider_widget {min-height: 184px;}
.home .royalSlider, .home .rsOverflow, .home .rsImg {height: 184px!important;}

.home #slider .background img {min-height:220px}
.home #slider .welcome h2{font-size: 1em;padding: 0 3.5743%; top: 50px;}
.home #slider .welcome p {display: block; padding: 0 3.5743%;font-size: 1em; line-height: 17px; top: 90px;}
.home #slider .background .button.red {padding: 0 3.5743%;}
.home #slider .background .button.red button{width: 100px; height: 40px; top: 165px;}

#slider .new_royalslider_widget {min-height: 0;}
.rsABlock, .rsSBlock {top: 35%!important; padding: 0 3.5743%!important;}
.rsArrow {display: none!important}
.HeaderSlideSkin span, .HeaderSlideSkin blockquote, .HeaderSlideSkin cite, .HeaderSlideSkin p, .HeaderSlideSkin strong, .HeaderSlideSkin em, .HeaderSlideSkin h1, .HeaderSlideSkin h2, .HeaderSlideSkin h3, .HeaderSlideSkin h4, .HeaderSlideSkin h5, .HeaderSlideSkin h6 
{line-height: 25px!important; font-size: 1em!important; -o-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.HeaderSlideSkin a {line-height: 2.5!important;margin: 0!important;font-size: .9em!important;}

.button {margin-top: -5px!important; line-height: 50px!important;}
.button.red button{padding: 11px 11px; margin: 2.5% 0 0 0;}
.button.grey button{padding: 11px 11px; margin: 2.5% 0 0 0;}
.button.blue button{padding: 11px 11px; margin: 2.5% 0 0 0;}
.button.black button{padding: 11px 11px; margin: 2.5% 0 0 0;}
.button.yellow button{padding: 11px 11px; margin: 2.5% 0 0 0;}
.button.violet button{padding: 11px 11px; margin: 2.5% 0 0 0;}
.button.azure button{padding: 11px 11px; margin: 2.5% 0 0 0;}
.button.turquoise button{padding: 11px 11px; margin: 2.5% 0 0 0;}
.button.green button{padding: 11px 11px; margin: 2.5% 0 0 0;}
.button.orange button{padding: 11px 11px; margin: 2.5% 0 0 0;}




/* Archives */
.page-template-archives .wrap {margin: 0 3.5743%;}
.page-template-archives #page .wrap {margin: 0 3.5743%;}
.page-template-archives .header-lower .wrap {margin: 0 3.5743%;}
.page-template-archives .header-lower #js-menu  {right: 0; margin-right: 3.5743%;}
.page-template-archives #footer .social-icon ul {padding: 0 0 0 0;}



/*Sidebar */
#fixed-menu {display: none}
#menu-sidebar {overflow-x: hidden;}
#menu-sidebar {width: 290px; right: 0}
#menu-sidebar .inner {width: 250px;}
#menu-sidebar article {margin-bottom: 61px;}
#menu-sidebar .background .background-sidebar-img{width: 290px; height: 163px; background-size: cover!important;}
#menu-sidebar .background:before {width: 290px; height: 163px}
#menu-sidebar.menu-sidebar-2 .authortext {position: absolute; top: 97px; width: 100%; text-align: center;} 
#menu-sidebar.menu-sidebar-2 .authortext h4 a{color: #fff; font-size: 2em; font-weight: 500;}
#menu-sidebar .widget_search input[type="search"] {width: 95%;}
#menu-sidebar.menu-sidebar-2 .sidebar-menu {top: 22px;}



.st-menu {width: 290px;}
.st-effect-1.st-menu-open .st-pusher {-webkit-transform: translate3d(-290px, 0, 0)!important;transform: translate3d(-290px, 0, 0);}
.st-effect-2.st-menu-open .st-pusher {-webkit-transform: translate3d(-290px, 0, 0)!important;transform: translate3d(-290px, 0, 0);}
.st-effect-3.st-menu-open .st-pusher {-webkit-transform: translate3d(-290px, 0, 0)!important;transform: translate3d(-290px, 0, 0);}

.menu-sidebar-2 .background {width: 290px;}

.menu-sidebar-1 .background {width: 290px; height: 142px;}
.menu-sidebar-1 .background img {width: 290px; height: 142px}



/* Ess Grid Size Font Text */
.home .eg-item-skin-1-wrapper .esg-cc > div a{font-size: .91em!important; width: 100%; line-height: 2!important; padding:0 9px 0 0!important}
.home .eg-item-skin-1-wrapper .esg-cc > div {font-size: .6em!important; width: 100%; line-height: 2!important; padding:0 10px 0 0!important}
body .eg-item-skin-1-wrapper .esg-center {margin: 10px 0 0 5px!important;}


#footer .social-icon {margin: 0 10%;}
#back-to-top {display: none!important;position: fixed; bottom: 5%; right: 2%; z-index: 9999}
}



/* iPads */
@media only screen and (min-width : 768px) and (max-width : 1024px) {

/* HomePage */


.home .agency-logo {margin-left: 3.5743%; top: 15px; left: 0}

#js-menu {right: 0; margin-right: 3.5743%;}
#last-project .wrap {margin: 0 3.5743%;}

.home #last-project .esg-filterbutton {margin: 0 12px;padding: 0 0!important; width: 64px; height: 64px; background: #e8edef!important}
.home #last-project .esg-filterbutton.selected {background: #1a2023!important}

.home .esg-filters {margin-top: -6px!important;margin-bottom: 40px!important;}
.home .esg-filterbutton{margin-bottom: 14px!important;}
.esg-filterbutton:nth-child(2){margin-left: 0!important}
.esg-filterbutton:nth-child(n+0){margin-right: 0!important}

.esg-filter-wrapper span:before {display: none}

/* Icone filtri */

.home #last-project .esg-filters span {display: none}

.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-digital-work"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/digitalwork.svg") no-repeat; background-position: 50% 50%; background-size: 64px 29px;}
.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-photography"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/photographs.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-branding"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/branding-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-icons"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/icons-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-illustrations"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/illustration-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-print"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/print-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}

.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-digital-work"]:after {content:"";display: block; background: url("../images/icon-filter/digitalworkactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 29px;}
.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-photography"]:after {content:"";display: block; background: url("../images/icon-filter/photographsactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-branding"]:after {content:"";display: block; background: url("../images/icon-filter/branding-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-icons"]:after {content:"";display: block; background: url("../images/icon-filter/icons-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-illustrations"]:after {content:"";display: block; background: url("../images/icon-filter/illustration-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-print"]:after {content:"";display: block; background: url("../images/icon-filter/print-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
/* Icone filtri */



/* Blog */

#blog-page .wrap {margin: 0 0;}
#blog-page article .wrap {margin: 0 3% 0 10.5743%;}

#blog-page .sticky .wrap {margin: 0 3.5743%!important;}
#blog-page article .wrap-article {margin: 0 3.5743%!important;}

#blog-page .share-buttons {float: right; margin-top: 7px;}
    
#blog-page .sticky .content-title .author-name {background: none; padding-left: 0;}
#blog-page .sticky .content-title .post-date {background: none;}

.blog .header-lower .wrap {margin: 0 3.5743%;}
.blog .header-lower #js-menu  {right: 0; margin-right: 3.5743%;}

.blog .navigation a .prev{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}
.blog .navigation a .prev:hover{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}

.blog .navigation a .next{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}
.blog .navigation a .next:hover{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}

.blog .nav-lower .navigation a .prev{background: rgba(255,255,255,0) url("../images/inactive-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}
.blog .nav-lower .navigation a .prev:hover{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}

.blog .nav-lower .navigation a .next{background: rgba(255,255,255,0) url("../images/inactive-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}
.blog .nav-lower .navigation a .next:hover{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}


.blog .format-video .video-icon {margin: 1.8% 0 0 0;}
.blog .format-audio .audio-icon {margin: 1.8% 0 0 0;}
.blog .format-link .link-icon {margin: 1.8% 0 0 0;}
.blog .format-gallery .gallery-icon {margin: 1.8% 0 0 0;}
.blog .format-quote .quote-icon {margin: 1.8% 0 0 0;}
.blog .format-standard .standard-icon {margin: 1.8% 0 0 0;}


.blog .format-quote blockquote p:first-child {font-size: 1em; line-height: 20px}
.blog .format-quote .entry-content {padding: 3% 2% 3% 3%;}

.blog .sticky .read-more {padding: 0 21px;}
.blog article .read-more {padding: 0 10px;}

.blog .nav-lower {margin: 0 3.5743%!important;}


/* Archive */

.archive .header-lower .wrap {margin: 0 3.5743%;}
.archive .header-lower #js-menu  {right: 0; margin-right: 3.5743%;}

.archive .navigation a .prev{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}
.archive .navigation a .prev:hover{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}

.archive .navigation a .next{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}
.archive .navigation a .next:hover{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}

.archive .nav-lower .navigation a .prev{background: rgba(255,255,255,0) url("../images/inactive-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}
.archive .nav-lower .navigation a .prev:hover{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}

.archive .nav-lower .navigation a .next{background: rgba(255,255,255,0) url("../images/inactive-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}
.archive .nav-lower .navigation a .next:hover{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}


.archive .format-video .video-icon {margin: 1.8% 0 0 0%;}
.archive .format-audio .audio-icon {margin: 1.8% 0 0 0%;}
.archive .format-link .link-icon {margin: 1.8% 0 0 0%;}
.archive .format-gallery .gallery-icon {margin: 1.8% 0 0 0%;}
.archive .format-quote .quote-icon {margin: 1.8% 0 0 0%;}
.archive .format-standard .standard-icon {margin: 1.8% 0 0 0%;}


.archive .format-quote blockquote p:first-child {font-size: 1em; line-height: 20px}
.archive .format-quote .entry-content {padding: 3% 2% 3% 3%;}

.archive .sticky .read-more {padding: 0 21px;}
.archive article .read-more {padding: 0 10px;}

.archive .nav-lower {margin: 0 3.5743%!important;}


/* Blog Single Page */
.single-post .header-lower .wrap {margin: 0 3.5743%;}
.single-post #page .wrap {margin: 0 3.5743%!important;}
.single-post .header-lower #js-menu {right: 9.571%;}
.single-post .header-lower #js-menu  {right: 0; margin-right: 3.5743%;}

.single-post article .authorbox {margin: 56px 0 56px;}
.single-post article .authorbox .authortext{width: 70%;}
.single-post article .authorbox .authorcat{display: none} 

#comments .comment-body {width: 80%; margin-left: 20%;}
#comments textarea {width: 90%;}


/* Search */

.search .header-lower .wrap {margin: 0 3.5743%;}
.search #search-page .wrap {margin: 0 3.5743%;}
.search .header-lower .esg-filter-wrapper div {display: block;}
.search .header-lower #js-menu {right: 0; margin-right: 3.5743%;}

/* Contacts */

.page-template-contacts .agency-logo {margin-left: 3.5743%; top: 45px; left: 0}
.page-template-contacts #js-menu {right: 0; margin-right: 3.5743%;}
.page-template-contacts #contacts-page .wrap {margin: 0 3.5743%;}
#contacts-page input[type="submit"] {margin: 0 0 0 auto;}

.meta-address {width: 29%;}


/* Page */
.page-template-default .header-lower .wrap {margin: 0 3.5743%;}
.page-template-default #page .wrap {margin: 0 3.5743%;}

/* 404 */

.error404 .wrap {margin: 0 3.5743%;}
.error404 #js-menu {right: 0; margin-right: 3.5743%;}
.error404 .welcome {top: 10%}

/* Portfolio Project */
.page-template-project .header-lower .wrap {margin: 0 3.5743%;}
.page-template-project #last-project .wrap {margin: 0 3.5743%;}
.page-template-project-php .header-lower .esg-filter-wrapper div {display: block;}
.page-template-project .header-lower #js-menu {right: 0; margin-right: 3.5743%;}
.page-template-project .search-icon {right: 0; margin-right: 75px}

.esg-filterbutton {display: inline-block!important;}
.esg-filterbutton:first-child {display: none!important}

.header-lower .esg-filterbutton {display: none!important}
.header-lower .esg-filterbutton:first-child {display: inline-block!important; float: none!important}


.page-template-project #last-project .esg-filterbutton {margin: 0 12px;padding: 0 0!important; width: 64px; height: 64px; background: #e8edef!important}
.page-template-project #last-project .esg-filterbutton.selected {background: #1a2023!important}
.page-template-project .esg-filters {margin-bottom: 61px!important;}

.page-template-project .esg-filterbutton{margin-bottom: 0!important;}
.esg-filterbutton:nth-child(n+0){margin-right: 0!important}

/* Icone filtri */

.page-template-project #last-project {display: none}

.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-digital-work"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/digitalwork.svg") no-repeat; background-position: 50% 50%; background-size: 64px 29px;}
.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-photography"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/photographs.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-branding"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/branding-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-icons"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/icons-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-illustrations"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/illustration-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-print"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/print-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}

.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-digital-work"]:after {content:""; display: block; background: url("../images/icon-filter/digitalworkactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 29px;}
.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-photography"]:after {content:""; display: block; background: url("../images/icon-filter/photographsactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-branding"]:after {content:""; display: block; background: url("../images/icon-filter/branding-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-icons"]:after {content:""; display: block; background: url("../images/icon-filter/icons-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-illustrations"]:after {content:""; display: block; background: url("../images/icon-filter/illustration-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-print"]:after {content:""; display: block; background: url("../images/icon-filter/print-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
/* Icone filtri */


.page-template-project-php .back-to-home {margin: -19px 0 0 0;}
.page-template-project-php .esg-allfilter {margin-right: 0; margin-left: 15px;}


/* Single Project */
.single-projects #page .wrap {margin: 0 3.5743%!important;}
.single-projects .header-lower .wrap {margin: 0 3.5743%!important;}
.single-projects #js-menu {right: 0!important; margin-right: 3.5743%;}
.single-projects .search-icon {right: 0; margin-right: 75px}
.single-projects .header-lower .content-title {margin-left: 28px;}
.single-projects #page .page-v1 .paragraph .area-cliente {width: 100%;}


/* royalSlider */
.home #slider .new_royalslider_widget {min-height: 244px;}
.home .royalSlider, .home .rsOverflow, .home .rsImg {height: 244px!important;}

#slider .new_royalslider_widget {min-height: 0;}
.rsABlock, .rsSBlock {top: 35%!important; padding: 0 3.5743%!important;}
.rsArrow {display: none!important}
.HeaderSlideSkin span, .HeaderSlideSkin blockquote, .HeaderSlideSkin cite, .HeaderSlideSkin p, .HeaderSlideSkin strong, .HeaderSlideSkin em, .HeaderSlideSkin h1, .HeaderSlideSkin h2, .HeaderSlideSkin h3, .HeaderSlideSkin h4, .HeaderSlideSkin h5, .HeaderSlideSkin h6 
{ font-size: 2.5em!important;line-height: 45px!important; -o-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.HeaderSlideSkin a {line-height: 2.5!important;margin: 0!important;font-size: 1em!important;}
.button {margin-top: 5px!important; line-height: 50px!important;}


.button.red button{padding: 11px 13px; margin: 2% 0 0 0;}
.button.grey button{padding: 11px 13px; margin: 2% 0 0 0;}
.button.blue button{padding: 11px 13px; margin: 2% 0 0 0;}
.button.black button{padding: 11px 13px; margin: 2% 0 0 0;}
.button.yellow button{padding: 11px 13px; margin: 2% 0 0 0;}
.button.violet button{padding: 11px 13px; margin: 2% 0 0 0;}
.button.azure button{padding: 11px 13px; margin: 2% 0 0 0;}
.button.turquoise button{padding: 11px 13px; margin: 2% 0 0 0;}
.button.green button{padding: 11px 13px; margin: 2% 0 0 0;}
.button.orange button{padding: 11px 13px; margin: 2% 0 0 0;}


/* Archives */
.page-template-archives .wrap {margin: 0 3.5743%;}
.page-template-archives #page .wrap {margin: 0 3.5743%;}
.page-template-archives .header-lower .wrap {margin: 0 3.5743%;}
.page-template-archives .header-lower #js-menu  {right: 0; margin-right: 3.5743%;}
.page-template-archives #footer .social-icon ul {padding: 0 0 0 0;}




/*Sidebar */
#fixed-menu {display: none}
#menu-sidebar.menu-sidebar-2 .sidebar-menu {top: 30px;}

.st-effect-1.st-menu-open .st-pusher {-webkit-transform: translate3d(-650px, 0, 0)!important;transform: translate3d(-650px, 0, 0);}
.st-effect-2.st-menu-open .st-pusher {-webkit-transform: translate3d(-650px, 0, 0)!important;transform: translate3d(-650px, 0, 0);}
.st-effect-3.st-menu-open .st-pusher {-webkit-transform: translate3d(-650px, 0, 0)!important;transform: translate3d(-650px, 0, 0);}

.home #slider .background img {min-height:220px}
.home #slider .welcome h2{font-size: 1.5em;padding: 0 3.5743%; top: 60px;}
.home #slider .welcome p {display: block; padding: 0 3.5743%;font-size: 1.3em; line-height: 30px; top: 100px;}
.home #slider .background .button.red {padding: 0 3.5743%;}
.home #slider .background .button.red button{width: 100px; height: 40px; top: 165px;}

.error404 #slider .background p:first-line{line-height: 40px; font-size: 1.8em;}
.error404 #slider .background p {padding: 0;font-size: .9em;line-height: 25px; top: 36%;}

/* Ess Grid Size Font Text */
.home .eg-item-skin-1-wrapper .esg-cc > div a{font-size: 1.5em!important; margin-top: 105px; width: 100%;line-height: 2!important; padding:0 9px 0 0!important}
.home .eg-item-skin-1-wrapper .esg-cc > div {font-size: .8em!important; width: 100%;line-height: 2!important; padding:0 10px 0 0!important}
body .eg-item-skin-1-wrapper .esg-center {margin: 0 0 0 25px!important;}

#footer .social-icon {margin: 0 23.5743%;}
#back-to-top {display: none!important;position: fixed; bottom: 5%; right: 1.2%; z-index: 9999}
}





/* Small Desktops and laptops */
@media only screen and (min-width : 1025px) and (max-width : 1280px) {



/* HomePage */


.home .agency-logo {margin-left: 3.5743%; top: 23px; left: 0}

#js-menu {right: 0; margin-right: 3.5743%;}
#last-project .wrap {margin: 0 3.5743%;}

.home #last-project .esg-filterbutton {margin: 0 12px;padding: 0 0!important; width: 64px; height: 64px; background: #e8edef!important}
.home #last-project .esg-filterbutton.selected {background: #1a2023!important}

.home .esg-filters {margin-top: -6px!important;margin-bottom: 40px!important;}
.home .esg-filterbutton{margin-bottom: 14px!important;}
.esg-filterbutton:nth-child(2){margin-left: 0!important}
.esg-filterbutton:nth-child(n+0){margin-right: 0!important}

.esg-filter-wrapper span:before {display: none}

/* Icone filtri */

.home #last-project .esg-filters span {display: none}

.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-digital-work"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/digitalwork.svg") no-repeat; background-position: 50% 50%; background-size: 64px 29px;}
.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-photography"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/photographs.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-branding"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/branding-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-icons"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/icons-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-illustrations"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/illustration-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton[data-filter="filter-print"]:after {content:"";width: 64px; height: 64px; display: block; background: url("../images/icon-filter/print-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}

.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-digital-work"]:after {content:"";display: block; background: url("../images/icon-filter/digitalworkactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 29px;}
.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-photography"]:after {content:"";display: block; background: url("../images/icon-filter/photographsactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-branding"]:after {content:"";display: block; background: url("../images/icon-filter/branding-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-icons"]:after {content:"";display: block; background: url("../images/icon-filter/icons-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-illustrations"]:after {content:"";display: block; background: url("../images/icon-filter/illustration-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.home #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-print"]:after {content:"";display: block; background: url("../images/icon-filter/print-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
/* Icone filtri */

/* Blog */

#blog-page .wrap {margin: 0 0;}
#blog-page article .wrap {margin: 0 3% 0 10.5743%;}

#blog-page .sticky .wrap {margin: 0 3.5743%!important;}
#blog-page article .wrap-article {margin: 0 3.5743%!important;}

#blog-page .share-buttons {float: right; margin-top: 7px;}
    
#blog-page .sticky .content-title .author-name {background: none; padding-left: 0;}
#blog-page .sticky .content-title .post-date {background: none;}

.blog .header-lower .wrap {margin: 0 3.5743%;}
.blog .header-lower #js-menu  {right: 0; margin-right: 3.5743%;}

.blog .navigation a .prev{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}
.blog .navigation a .prev:hover{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}

.blog .navigation a .next{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}
.blog .navigation a .next:hover{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}

.blog .nav-lower .navigation a .prev{background: rgba(255,255,255,0) url("../images/inactive-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}
.blog .nav-lower .navigation a .prev:hover{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}

.blog .nav-lower .navigation a .next{background: rgba(255,255,255,0) url("../images/inactive-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}
.blog .nav-lower .navigation a .next:hover{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}


.blog .format-video .video-icon {margin: 1.8% 0 0 0%;}
.blog .format-audio .audio-icon {margin: 1.8% 0 0 0%;}
.blog .format-link .link-icon {margin: 1.8% 0 0 0%;}
.blog .format-gallery .gallery-icon {margin: 1.8% 0 0 0%;}
.blog .format-quote .quote-icon {margin: 1.8% 0 0 0%;}
.blog .format-standard .standard-icon {margin: 1.8% 0 0 0%;}


.blog .format-quote blockquote p:first-child {font-size: 1em; line-height: 20px}
.blog .format-quote .entry-content {padding: 3% 2% 3% 3%;}

.blog .sticky .read-more {padding: 0 21px;}
.blog article .read-more {padding: 0 10px;}

.blog .nav-lower {margin: 0 3.5743%!important;}


/* Archive */

.archive .header-lower .wrap {margin: 0 3.5743%;}
.archive .header-lower #js-menu  {right: 0; margin-right: 3.5743%;}

.archive .navigation a .prev{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}
.archive .navigation a .prev:hover{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}

.archive .navigation a .next{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}
.archive .navigation a .next:hover{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}

.archive .nav-lower .navigation a .prev{background: rgba(255,255,255,0) url("../images/inactive-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}
.archive .nav-lower .navigation a .prev:hover{background: rgba(255,255,255,0) url("../images/white-prev.svg") no-repeat 0 center; background-size: 20px 20px; padding: 19px 0 19px 35px;}

.archive .nav-lower .navigation a .next{background: rgba(255,255,255,0) url("../images/inactive-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}
.archive .nav-lower .navigation a .next:hover{background: rgba(255,255,255,0) url("../images/white-next.svg") no-repeat 50px center; background-size: 20px 20px; padding: 19px 50px 19px 0;}


.archive .format-video .video-icon {margin: 1.8% 0 0 0%;}
.archive .format-audio .audio-icon {margin: 1.8% 0 0 0%;}
.archive .format-link .link-icon {margin: 1.8% 0 0 0%;}
.archive .format-gallery .gallery-icon {margin: 1.8% 0 0 0%;}
.archive .format-quote .quote-icon {margin: 1.8% 0 0 0%;}
.archive .format-standard .standard-icon {margin: 1.8% 0 0 0%;}

.archive .format-quote blockquote p:first-child {font-size: 1em; line-height: 20px}
.archive .format-quote .entry-content {padding: 3% 2% 3% 3%;}

.archive .sticky .read-more {padding: 0 21px;}
.archive article .read-more {padding: 0 10px;}

.archive .nav-lower {margin: 0 3.5743%!important;}


/* Blog Single Page */
.single-post .header-lower .wrap {margin: 0 3.5743%;}
.single-post #page .wrap {margin: 0 3.5743%!important;}
.single-post .header-lower #js-menu {right: 9.571%;}
.single-post .header-lower #js-menu  {right: 0; margin-right: 3.5743%;}

.single-post article .authorbox {margin: 56px 0 56px;}
.single-post article .authorbox .authortext{width: 70%;}
.single-post article .authorbox .authorcat{display: none} 

#comments .comment-body {width: 80%; margin-left: 20%;}
#comments textarea {width: 90%;}


/* Search */

.search .header-lower .wrap {margin: 0 3.5743%;}
.search #search-page .wrap {margin: 0 3.5743%;}
.search .header-lower .esg-filter-wrapper div {display: block;}
.search .header-lower #js-menu {right: 0; margin-right: 3.5743%;}

/* Contacts */

.page-template-contacts .agency-logo {margin-left: 3.5743%; top: 45px; left: 0}
.page-template-contacts #js-menu {right: 0; margin-right: 3.5743%;}
.page-template-contacts #contacts-page .wrap {margin: 0 3.5743%;}
#contacts-page input[type="submit"] {margin: 0 0 0 auto;}

.meta-address {width: 29%;}


/* Page */
.page-template-default .header-lower .wrap {margin: 0 3.5743%;}
.page-template-default #page .wrap {margin: 0 3.5743%;}

/* 404 */

.error404 .wrap {margin: 0 3.5743%;}
.error404 #js-menu {right: 0; margin-right: 3.5743%;}
.error404 .welcome {top: 10%}

/* Portfolio Project */
.page-template-project .header-lower .wrap {margin: 0 3.5743%;}
.page-template-project #last-project .wrap {margin: 0 3.5743%;}
.page-template-project-php .header-lower .esg-filter-wrapper div {display: block;}
.page-template-project .header-lower #js-menu {right: 0; margin-right: 3.5743%;}
.page-template-project .search-icon {right: 0; margin-right: 75px}

.esg-filterbutton {display: inline-block!important;}
.esg-filterbutton:first-child {display: none!important}

.header-lower .esg-filterbutton {display: none!important}
.header-lower .esg-filterbutton:first-child {display: inline-block!important; float: none!important}

.page-template-project #last-project .esg-filterbutton {margin: 0 12px;padding: 0 0!important; width: 64px; height: 64px; background: #e8edef!important}
.page-template-project #last-project .esg-filterbutton.selected {background: #1a2023!important}
.page-template-project .esg-filters {margin-bottom: 61px!important;}

.page-template-project .esg-filterbutton{margin-bottom: 0!important;}
.esg-filterbutton:nth-child(n+0){margin-right: 0!important}

.page-template-project  #search-container.active {width: 30%!important; top: 24.5%!important; right: 70px!important;}

/* Icone filtri */

.page-template-project #last-project .esg-filters span {display: none}

.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-digital-work"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/digitalwork.svg") no-repeat; background-position: 50% 50%; background-size: 64px 29px;}
.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-photography"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/photographs.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-branding"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/branding-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-icons"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/icons-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-illustrations"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/illustration-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton[data-filter="filter-print"]:after {content:""; width: 64px; height: 64px; display: block; background: url("../images/icon-filter/print-inactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}

.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-digital-work"]:after {content:""; display: block; background: url("../images/icon-filter/digitalworkactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 29px;}
.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-photography"]:after {content:""; display: block; background: url("../images/icon-filter/photographsactive.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-branding"]:after {content:""; display: block; background: url("../images/icon-filter/branding-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-icons"]:after {content:""; display: block; background: url("../images/icon-filter/icons-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-illustrations"]:after {content:""; display: block; background: url("../images/icon-filter/illustration-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
.page-template-project #last-project .esg-filters .esg-filterbutton.selected[data-filter="filter-print"]:after {content:""; display: block; background: url("../images/icon-filter/print-active.svg") no-repeat; background-position: 50% 50%; background-size: 64px 38px;}
/* Icone filtri */

.page-template-project-php .back-to-home {margin: -19px 0 0 0;}
.page-template-project-php .esg-allfilter {margin-right: 0; margin-left: 15px;}


/* Single Project */
.single-projects #page .wrap {margin: 0 3.5743%!important;}
.single-projects .header-lower .wrap {margin: 0 3.5743%!important;}
.single-projects #js-menu {right: 0!important; margin-right: 3.5743%;}
.single-projects .header-lower .content-title {margin-left: 28px;}
.single-projects #page .page-v1 .paragraph .area-cliente {width: 100%;}



/* royalSlider */
.home #slider .new_royalslider_widget {min-height: 305px;}
.home .royalSlider, .home .rsOverflow, .home .rsImg {height: 305px!important;}

#slider .new_royalslider_widget {min-height: 0;}
.rsABlock, .rsSBlock {top: 35%!important; padding: 0 3.5743%!important;}
.rsArrow {display: none!important}
.HeaderSlideSkin span, .HeaderSlideSkin blockquote, .HeaderSlideSkin cite, .HeaderSlideSkin p, .HeaderSlideSkin strong, .HeaderSlideSkin em, .HeaderSlideSkin h1, .HeaderSlideSkin h2, .HeaderSlideSkin h3, .HeaderSlideSkin h4, .HeaderSlideSkin h5, .HeaderSlideSkin h6 
{font-size: 2.4em!important;line-height: 50px!important; -o-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.HeaderSlideSkin a {line-height: 2.5!important;margin: 0!important;font-size: 1em!important;}
.button {margin-top: 10px!important; line-height: 50px!important;}

.button.red button{padding: 11px 16px; margin: 2% 0 0 0;}
.button.grey button{padding: 11px 16px; margin: 2% 0 0 0;}
.button.blue button{padding: 11px 16px; margin: 2% 0 0 0;}
.button.black button{padding: 11px 16px; margin: 2% 0 0 0;}
.button.yellow button{padding: 11px 16px; margin: 2% 0 0 0;}
.button.violet button{padding: 11px 16px; margin: 2% 0 0 0;}
.button.azure button{padding: 11px 16px; margin: 2% 0 0 0;}
.button.turquoise button{padding: 11px 16px; margin: 2% 0 0 0;}
.button.green button{padding: 11px 16px; margin: 2% 0 0 0;}
.button.orange button{padding: 11px 16px; margin: 2% 0 0 0;}


/* Archives */
.page-template-archives .wrap {margin: 0 3.5743%;}
.page-template-archives #page .wrap {margin: 0 3.5743%;}
.page-template-archives .search-icon {right: 0; margin-right: 75px}
.page-template-archives .header-lower .wrap {margin: 0 3.5743%;}
.page-template-archives .header-lower #js-menu  {right: 0; margin-right: 3.5743%;}
.page-template-archives #footer .social-icon ul {padding: 0 0 0 0;}


/*Sidebar */
#fixed-menu {display: none}
#menu-sidebar.menu-sidebar-2 .sidebar-menu {top: 37px;}

.st-effect-1.st-menu-open .st-pusher {-webkit-transform: translate3d(-650px, 0, 0)!important;transform: translate3d(-650px, 0, 0);}
.st-effect-2.st-menu-open .st-pusher {-webkit-transform: translate3d(-650px, 0, 0)!important;transform: translate3d(-650px, 0, 0);}
.st-effect-3.st-menu-open .st-pusher {-webkit-transform: translate3d(-650px, 0, 0)!important;transform: translate3d(-650px, 0, 0);}

.home #slider .background img {min-height:220px}
.home #slider .welcome h2{font-size: 1.5em;padding: 0 3.5743%; top: 80px;}
.home #slider .welcome p {display: block; padding: 0 3.5743%;font-size: 1.3em; line-height: 30px; top: 120px;}
.home #slider .background .button.red {padding: 0 3.5743%;margin-top:0!important}
.home #slider .background .button.red button{width: 100px; height: 40px; top: 185px;}

.error404 #slider .background p:first-line{line-height: 40px; font-size: 1.8em;}
.error404 #slider .background p {padding: 0;font-size: 1.2em;line-height: 35px; top: 36%;}

#footer .social-icon {margin: 0 23.5743%;}
#back-to-top {display: none!important;position: fixed; bottom: 5%; right: 1%; z-index: 9999}

/* Ess Grid Size Font Text */
.home .eg-item-skin-1-wrapper .esg-cc > div a{font-size: 1.7em!important; margin-top: 105px; width: 100%;line-height: 2!important; padding:0 9px 0 0!important}
.home .eg-item-skin-1-wrapper .esg-cc > div {font-size: .8em!important; width: 100%;line-height: 2!important; padding:0 10px 0 0!important}
body .eg-item-skin-1-wrapper .esg-center {margin: 0 0 0 25px!important;}

}



@media only screen and (min-width : 1281px) {.rsABlock, .rsSBlock {top: 36.5%!important;} }

@media only screen and (min-width : 1281px) and (max-width : 1745px) {

.HeaderSlideSkin span,
.HeaderSlideSkin blockquote,
.HeaderSlideSkin cite,
.HeaderSlideSkin p, 
.HeaderSlideSkin strong,
.HeaderSlideSkin em,
.HeaderSlideSkin h1,
.HeaderSlideSkin h2,
.HeaderSlideSkin h3,
.HeaderSlideSkin h4,
.HeaderSlideSkin h5,
.HeaderSlideSkin h6 {line-height: 50px!important; font-size: 1.7em!important; display: block; font-style: normal}

.HeaderSlideSkin a {line-height: 100px; color: #9ca3a6; margin: 5px; font-size: 1.1em;}
.HeaderSlideSkin a:hover {color: #fff;}

#slider .background p {top: 32%; -o-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}

/* Ess Grid Size Font Text */
.home .eg-item-skin-1-wrapper .esg-cc > div a{font-size: 1.4em!important; margin-top: 105px; width: 100%;line-height: 2!important;}
.home .eg-item-skin-1-wrapper .esg-cc > div {font-size: 1em!important; width: 100%;line-height: 2!important;}
body .eg-item-skin-1-wrapper .esg-center {margin: 15px 0 0 25px!important;}

#menu-sidebar.menu-sidebar-2 .sidebar-menu {top: 35px;}

}



/* Gutenberg Editor */
.single #page .entry.entry-content .wp-block-cover-text {color: #fff;}
.single #page .entry.entry-content .wp-block-separator {width: 100px;border: 1px solid #1a1a1a;border-bottom-width: 0.5px;}
.single #page .entry.entry-content .wp-block-separator.is-style-wide {width: 100%; border-bottom-width: 0.5px;}

.single #page .entry.entry-content .has-primary-background-color,
.single #page .entry.entry-content .has-secondary-background-color,
.single #page .entry.entry-content .has-dark-gray-background-color,
.single #page .entry.entry-content .has-light-gray-background-color {
  color: #fff;
}

.single #page .entry.entry-content .has-primary-background-color p,
.single #page .entry.entry-content .has-primary-background-color h1,
.single #page .entry.entry-content .has-primary-background-color h2,
.single #page .entry.entry-content .has-primary-background-color h3,
.single #page .entry.entry-content .has-primary-background-color h4,
.single #page .entry.entry-content .has-primary-background-color h5,
.single #page .entry.entry-content .has-primary-background-color h6,
.single #page .entry.entry-content .has-primary-background-color a,
.single #page .entry.entry-content .has-secondary-background-color p,
.single #page .entry.entry-content .has-secondary-background-color h1,
.single #page .entry.entry-content .has-secondary-background-color h2,
.single #page .entry.entry-content .has-secondary-background-color h3,
.single #page .entry.entry-content .has-secondary-background-color h4,
.single #page .entry.entry-content .has-secondary-background-color h5,
.single #page .entry.entry-content .has-secondary-background-color h6,
.single #page .entry.entry-content .has-secondary-background-color a,
.single #page .entry.entry-content .has-dark-gray-background-color p,
.single #page .entry.entry-content .has-dark-gray-background-color h1,
.single #page .entry.entry-content .has-dark-gray-background-color h2,
.single #page .entry.entry-content .has-dark-gray-background-color h3,
.single #page .entry.entry-content .has-dark-gray-background-color h4,
.single #page .entry.entry-content .has-dark-gray-background-color h5,
.single #page .entry.entry-content .has-dark-gray-background-color h6,
.single #page .entry.entry-content .has-dark-gray-background-color a,
.single #page .entry.entry-content .has-light-gray-background-color p,
.single #page .entry.entry-content .has-light-gray-background-color h1,
.single #page .entry.entry-content .has-light-gray-background-color h2,
.single #page .entry.entry-content .has-light-gray-background-color h3,
.single #page .entry.entry-content .has-light-gray-background-color h4,
.single #page .entry.entry-content .has-light-gray-background-color h5,
.single #page .entry.entry-content .has-light-gray-background-color h6,
.single #page .entry.entry-content .has-light-gray-background-color a {
  color: #fff;
}

.single #page .entry.entry-content .has-white-background-color {
  color: #111;
}

.single #page .entry.entry-content .has-white-background-color p,
.single #page .entry.entry-content .has-white-background-color h1,
.single #page .entry.entry-content .has-white-background-color h2,
.single #page .entry.entry-content .has-white-background-color h3,
.single #page .entry.entry-content .has-white-background-color h4,
.single #page .entry.entry-content .has-white-background-color h5,
.single #page .entry.entry-content .has-white-background-color h6,
.single #page .entry.entry-content .has-white-background-color a {
  color: #111;
}

.single #page .entry.entry-content .has-primary-background-color,
.single #page .entry.entry-content .wp-block-pullquote.is-style-solid-color.has-primary-background-color {
  background-color: #0073aa;
}

.single #page .entry.entry-content .has-secondary-background-color,
.single #page .entry.entry-content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #005177;
}

.single #page .entry.entry-content .has-dark-gray-background-color,
.single #page .entry.entry-content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #111;
}

.single #page .entry.entry-content .has-light-gray-background-color,
.single #page .entry.entry-content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}

.single #page .entry.entry-content .has-white-background-color,
.single #page .entry.entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #FFF;
}

.single #page .entry.entry-content .has-primary-color,
.single #page .entry.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.single #page .entry.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {
  color: #0073aa;
}

.single #page .entry.entry-content .has-secondary-color,
.single #page .entry.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.single #page .entry.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {
  color: #005177;
}

.single #page .entry.entry-content .has-dark-gray-color,
.single #page .entry.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.single #page .entry.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {
  color: #111;
}

.single #page .entry.entry-content .has-light-gray-color,
.single #page .entry.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.single #page .entry.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {
  color: #767676;
}

.single #page .entry.entry-content .has-white-color,
.single #page .entry.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: #FFF;
}

.single #page .entry.entry-content .wp-block-button__link,
.single #page .entry.entry-content .wp-block-cover .wp-block-cover-image-text,
.single #page .entry.entry-content .wp-block-cover .wp-block-cover-text,
.single #page .entry.entry-content .wp-block-cover h2,
.single #page .entry.entry-content .wp-block-cover-image .wp-block-cover-image-text,
.single #page .entry.entry-content .wp-block-cover-image .wp-block-cover-text,
.single #page .entry.entry-content .wp-block-cover-image h2 {
    color: #fff;
}


.blog #blog-page .entry-content .wp-block-cover-text {color: #fff;}
.blog #blog-page .entry-content .wp-block-separator {width: 100px;border: 1px solid #1a1a1a;border-bottom-width: 0.5px;}
.blog #blog-page .entry-content .wp-block-separator.is-style-wide {width: 100%; border-bottom-width: 0.5px;}

.blog #blog-page .entry-content .has-primary-background-color,
.blog #blog-page .entry-content .has-secondary-background-color,
.blog #blog-page .entry-content .has-dark-gray-background-color,
.blog #blog-page .entry-content .has-light-gray-background-color {
  color: #fff;
}

.blog #blog-page .entry-content .has-primary-background-color p,
.blog #blog-page .entry-content .has-primary-background-color h1,
.blog #blog-page .entry-content .has-primary-background-color h2,
.blog #blog-page .entry-content .has-primary-background-color h3,
.blog #blog-page .entry-content .has-primary-background-color h4,
.blog #blog-page .entry-content .has-primary-background-color h5,
.blog #blog-page .entry-content .has-primary-background-color h6,
.blog #blog-page .entry-content .has-primary-background-color a,
.blog #blog-page .entry-content .has-secondary-background-color p,
.blog #blog-page .entry-content .has-secondary-background-color h1,
.blog #blog-page .entry-content .has-secondary-background-color h2,
.blog #blog-page .entry-content .has-secondary-background-color h3,
.blog #blog-page .entry-content .has-secondary-background-color h4,
.blog #blog-page .entry-content .has-secondary-background-color h5,
.blog #blog-page .entry-content .has-secondary-background-color h6,
.blog #blog-page .entry-content .has-secondary-background-color a,
.blog #blog-page .entry-content .has-dark-gray-background-color p,
.blog #blog-page .entry-content .has-dark-gray-background-color h1,
.blog #blog-page .entry-content .has-dark-gray-background-color h2,
.blog #blog-page .entry-content .has-dark-gray-background-color h3,
.blog #blog-page .entry-content .has-dark-gray-background-color h4,
.blog #blog-page .entry-content .has-dark-gray-background-color h5,
.blog #blog-page .entry-content .has-dark-gray-background-color h6,
.blog #blog-page .entry-content .has-dark-gray-background-color a,
.blog #blog-page .entry-content .has-light-gray-background-color p,
.blog #blog-page .entry-content .has-light-gray-background-color h1,
.blog #blog-page .entry-content .has-light-gray-background-color h2,
.blog #blog-page .entry-content .has-light-gray-background-color h3,
.blog #blog-page .entry-content .has-light-gray-background-color h4,
.blog #blog-page .entry-content .has-light-gray-background-color h5,
.blog #blog-page .entry-content .has-light-gray-background-color h6,
.blog #blog-page .entry-content .has-light-gray-background-color a {
  color: #fff;
}

.blog #blog-page .entry-content .has-white-background-color {
  color: #111;
}

.blog #blog-page .entry-content .has-white-background-color p,
.blog #blog-page .entry-content .has-white-background-color h1,
.blog #blog-page .entry-content .has-white-background-color h2,
.blog #blog-page .entry-content .has-white-background-color h3,
.blog #blog-page .entry-content .has-white-background-color h4,
.blog #blog-page .entry-content .has-white-background-color h5,
.blog #blog-page .entry-content .has-white-background-color h6,
.blog #blog-page .entry-content .has-white-background-color a {
  color: #111;
}

.blog #blog-page .entry-content .has-primary-background-color,
.blog #blog-page .entry-content .wp-block-pullquote.is-style-solid-color.has-primary-background-color {
  background-color: #0073aa;
}

.blog #blog-page .entry-content .has-secondary-background-color,
.blog #blog-page .entry-content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #005177;
}

.blog #blog-page .entry-content .has-dark-gray-background-color,
.blog #blog-page .entry-content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #111;
}

.blog #blog-page .entry-content .has-light-gray-background-color,
.blog #blog-page .entry-content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}

.blog #blog-page .entry-content .has-white-background-color,
.blog #blog-page .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #FFF;
}

.blog #blog-page .entry-content .has-primary-color,
.blog #blog-page .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.blog #blog-page .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {
  color: #0073aa;
}

.blog #blog-page .entry-content .has-secondary-color,
.blog #blog-page .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.blog #blog-page .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {
  color: #005177;
}

.blog #blog-page .entry-content .has-dark-gray-color,
.blog #blog-page .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.blog #blog-page .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {
  color: #111;
}

.blog #blog-page .entry-content .has-light-gray-color,
.blog #blog-page .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.blog #blog-page .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {
  color: #767676;
}

.blog #blog-page .entry-content .has-white-color,
.blog #blog-page .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: #FFF;
}

.blog #blog-page .entry-content .wp-block-cover .wp-block-cover-image-text,
.blog #blog-page .entry-content .wp-block-cover .wp-block-cover-text,
.blog #blog-page .entry-content .wp-block-cover h2,
.blog #blog-page .entry-content .wp-block-cover-image .wp-block-cover-image-text,
.blog #blog-page .entry-content .wp-block-cover-image .wp-block-cover-text,
.blog #blog-page .entry-content .wp-block-cover-image h2 {
    color: #fff;
}