/*
Theme Name: Marcello Saurino
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: donostia.it
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


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

@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,600);


.colore2 {
	color: #4E845D;
}

.colore1 {
	color: #FDEA11;
}


body {
text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body, button, input, select, textarea {
  -moz-osx-font-smoothing: grayscale;
  color: #343434;
font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizelegibility;
}

body {
	background: #000;
	background: url("images/simple_dashed.png");
	overflow: hidden;
	color: #fff;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	color: #E6222E;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

a:active,
a:hover {
	color: #80A129;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}


img {
	max-width: 100%;
	height: auto;
}

img.alignright {
	float: right;
	margin-left: 10px;
}

img.alignleft {
	float: left;
	margin-right: 10px;
}

p {
	margin-bottom: 10px;
}

/* Genericons */

.menu-toggle:before,
.search-toggle:before
{
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Search in the header */

.search-toggle {
  background-color: #80a129;
  cursor: pointer;
  float: right;
  height: 58px;
  margin-right: 0;
  text-align: center;
  width: 70%;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #80a129;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 30px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
  background-color: #80a129;
  padding: 12px;
  float: left;
  width: 100%;
}

.search-box input[type="search"] {
  color: #000;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}


/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
	padding-top: 24px;
}

.primary-navigation.toggled-on {
  left: 0;
  padding: 0 0 36px;
  position: absolute;
  top: 58px;
  width: 100%;
  z-index: 6;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 0;
}

.primary-navigation.toggled-on li {
  padding: 5px 0;
  border-bottom: 1px solid #fff;
  list-style: none;
}

.primary-navigation.toggled-on li a {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 3px;
  text-transform: uppercase;
  width: 100%;
}
.primary-navigation.toggled-on li a:hover {
	background: #014f68;
}


.primary-navigation.toggled-on .nav-menu {
  background: none repeat scroll 0 0 #E6222E;
  margin-top: 30px;
  padding: 0 30px;
}





/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle {
  cursor: pointer;
  font-size: 0;
  height: 48px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 0;
  width: 48px;
  z-index: 3;
}

.menu-toggle:before {
	color: #fff;
	/*content: "\f419";*/
	margin-top: 12px;
	font-size: 30px;
}





/* =========================================== modifiche DONOSTIA.IT ====================================== */






/* ------------------------------------- generali --------------------------------- */
iframe {
    width: 100%;
}

.divisorio {
    margin: 20px auto;
}


#primary {
    padding-bottom: 30px;
}

#page {
	max-width: 1920px;
	margin: 0 auto;
}




/* ------------------------------------- /generali --------------------------------- */




/* ---------------------------------------- 5colonne ------------------------------ */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* ---------------------------------------- /5colonne ------------------------------ */


/* ---------------------------------------- header ------------------------------ */



#logo {
width: 100%;
}

#logo h1 {
  font-size: 60px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
    font-family: "Dosis",sans-serif;

}

#logo a {
	color: #fff;
}

.logo-nome {
	font-weight: 200;
}

.cognome-nome {
	font-weight: 500;
}

.claim {
  font-size: 18px;
  position: relative;
  top: -10px;
}

#masthead {
	margin-bottom: 20px;
}

.divisorio-logo {
	border-bottom: 1px solid #838383;
	width: 400px;
	margin: 0 auto;
	max-width: 100%;
}

.mail-garbata {
  color: #000;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: 5px 0;
}
/* ---------------------------------------- /header ------------------------------ */







/* ---------------------------------------- homepage --------------------------------- */

.in-evidenza-home {
	margin-bottom: 30px;
}
.fancybox-skin {
  background: none;
  border-radius: 0px;
  color: #fff;
  position: relative;
  text-shadow: none;
}

.contenuto-lightbox-video {
position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;
}

.contenuto-lightbox-video iframe,
.contenuto-lightbox-video object ,
.contenuto-lightbox-video embed {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.contenuto-lightbox-testo p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}

.contenuto-lightbox-testo {
	margin-bottom: 10px;
}

.contenuto-lightbox-testo p b, .contenuto-lightbox-testo p strong {
  display: inline-block;
  margin-right: 10px;
  text-align: right;
  width: 50%;
}
.video-home {
  padding: 0;
}

.griglia-video {
	margin: 0;
}
.contenuto-anteprima-video-home {
	background: #f5f5f5;
  color: #000;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  padding: 10px;
}

.contenuto-anteprima-video-home h2 {
  font-size: 13px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
  color: #333;
  	letter-spacing: 0.05em;
	line-height: 20px;

}

.contenuto-anteprima-video-home .linea-divisione {
  border-bottom: 1px solid #ccc;
  margin: 0 auto 3px;
  padding: 2px;
  width: 25%;
}
.contenuto-anteprima-video-home p {
	margin-bottom: 0;
	font-size: 13px;
	  color: #333;
	letter-spacing: 0.05em;
}

.wrapper-anteprima-video-home {
  height: 100%;
  padding: 10px 0 0;
  position: relative;
  width: 100%;
}

.wrapper-anteprima-video-home h2 {
    font-weight: bold;
}

.ruolo-marcello {
    font-size: 11px !important;
    margin: 3px 0;
}

.video-lightbox {
  position: relative;
  z-index: 1;
}

.miniatura-video.onhover {
	z-index: 0;
}

.miniatura-video {
	position: relative;
	z-index: 1;
}

.selettori-mix-it-up li.active {
	font-weight: 600;
}

.selettori-mix-it-up li {
	text-transform: uppercase;
}

.selettori-mix-it-up li:hover {
	cursor: pointer;
	color: #e6222e;
}

.header-griglia {
	margin: 20px 0 40px;
}

#video-home .mix{
	display: none;
}

.titolo-works {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fancybox-overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.86);
}

#about {
  background: url("images/sfondo_chiaro.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #000;
  padding: 20px 0;
}

.content-about {
	padding: 20px 0 0;
}

#social-footer-segui a {
	color: #000;
	font-size: 34px;
}

#social-footer-segui a:hover {
	color: #e6222e;
}

.fancybox-nav {
  width: 5%;
}
.fancybox-prev {
  left: -60px;
}

.fancybox-next {
  right: -60px;
}

#works {
	padding-bottom: 40px;
}

.imdb-link {
	font-size: 28px;
}

#works .titolo-works {
}

.imdb-link img {
  bottom: 3px;
  height: 29px;
  position: relative;
}

#social-footer-segui a:hover {
	color: #000;
}

.owl-controls {
  margin-bottom: -10px;
  margin-top: 0 !important;
}

.owl-nav {
  font-size: 30px;
  height: 0;
  top: 0;
  width: 100%;
}

.owl-prev {
  float: left;
  left: 0;
  opacity: 0.5;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 50%;
}

.owl-next {
  float: right;
  opacity: 0.5;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 50%;
}

.owl-nav div:hover {
	opacity: 1;
}
/* ---------------------------------------- / homepage --------------------------------- */



/**
 * Footer
 * -----------------------------------------------------------------------------
 */

#colophon {
	background: #000000;
	padding: 30px 0;
	color: #eee;
}

#colophon a {
	color: #fff;
}



/**
 * Footer
 * -----------------------------------------------------------------------------------------------------
 */



/**
 * categorie che mostrano contenuti
 * -----------------------------------------------------------------------------
 */

.categoria-video .contenuto-notizia h1 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 10px 0;
	font-weight: 600;
}

.categoria-video .contenuto-notizia a {
	color: #fff;
}

.contenuto-anteprima-news {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}


/**
 * categorie che mostrano altre categorie
 * -----------------------------------------------------------------------------
 */


/**
 * Singoli articoli
 * -----------------------------------------------------------------------------
 */

.single h1 {
	text-transform: uppercase;
	font-size: 40px;
}

.single .contenuto-lightbox-testo {
	margin: 10px 0 20px;
}

.logo-donostia-footer {
	padding-top: 400px;
}

.single iframe {
	min-height: 610px;
}

/**
 * Pagina generica
 * -----------------------------------------------------------------------------
 */


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


@media screen and (min-width: 768px) {
	
	

	.header-main {
		padding-right: 0;
	}

	.search-toggle {
		margin-right: 0;
	}

	

	
}



@media screen and (min-width:1200px){ /* col-lg */

}



@media screen and (min-width:992px)   { /* menu */

/* Navigation */

	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
		color: #fff;
	}

	/* Primary Navigation */

.primary-navigation {
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;

	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		position: relative;
	}

.primary-navigation a {
  display: inline-block;
  margin: 0 5px;
  white-space: nowrap;
  color: #fff;
    font-size: 18px;
}

.primary-navigation a:hover {
color: #E6222E;
text-decoration: none !important;
}








	.primary-navigation ul ul {
		background-color: #000;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {

	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #41a62a;
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}
}

/**
 * Col-md
 * -----------------------------------------------------------------------------
 */
@media screen and (min-width:992px) and (max-width: 1200px)  { /* col-md */



}
/**
 * Col-md
 * -----------------------------------------------------------------------------
 */





/**
 * Col-sm
 * -----------------------------------------------------------------------------
 */
@media screen and (min-width:768px) and (max-width:991px) { /* col-sm */

}
/**
 * Col-sm
 * -----------------------------------------------------------------------------
 */







/**
 * Col-xs
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 767px)  { /* col-xs*/
#logo h1 {
  font-size: 30px;
  line-height: 50px;
}

.menu-toggle {
	display: none;
}






}
/**
 * Col-xs
 * -----------------------------------------------------------------------------
 */

 
 
/**
 * smartphone
 * -----------------------------------------------------------------------------
 */ 
@media screen and (max-width: 400px)  { /* solo per smartphone */


.titolo-works,
.selettori-mix-it-up {
  text-align: center;
}

.contenuto-lightbox-testo p {

  text-align: center;
}

.contenuto-lightbox-testo p b, .contenuto-lightbox-testo p strong {
  display: inline-block;
  margin-right: 0px;
  text-align: inherit;
  width: auto;
}



.owl-nav {
  height: 25%;
}

.contenuto-anteprima-video-home {
	display: none;
}


}








@media screen and (min-width:992px) and (max-width: 1024px)  { /* ipad orizzontale*/



}


@media screen and (min-width: 1440px)  {

}

