/*
Theme Name: 	nuovo
Description: 	Responsive WordPress Theme based on Bootstrap and Font Awesome.
Version:     	1.1.0
Author:     	nuovodesignstudio
Text Domain: 	nuovo
Domain Path: 	/languages
Tags:        	grid-layout, blog, custom-menu, featured-images, right-sidebar
License:    	GNU General Public License v3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html

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.
*/

body, html { margin: 0; padding: 0; height: 100%;}
body{background-color:#1a1a1a;}
/* ------------------------------------------------------------------------- *
/* 1 Base */
/* ------------------------------------------------------------------------- */

/* Typography */
body{font-size: 12px; color:#cccccc; font-family: Arial,Helvetica,sans-serif; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }

.gigantic 		{ letter-spacing: -2px; font-size: 110px; line-height: 1.09;}
.huge, h1 		{ letter-spacing: -1px;font-size: 48px;line-height: 1.05;}
.large, h2 		{ font-size: 32px; line-height: 1.0; }
.bigger, h3 	{ font-size: 26px; line-height: 1.0; }
.big, h4 		{ font-size: 22px; line-height: 1.0; }
.normal, h5		{ font-size: 18px; line-height: 1.0; }
.small, h6, small 	{ font-size: 14px; line-height: 1.0;}

/* Title color */
.gigantic, .huge, .large, .bigger, .big, h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

/* Link color */
a, .link-color { color: #26c6da; }
a:focus, a:hover { color: #49addd; text-decoration: none; }
a:focus {
    outline: none;
    outline-offset: -2px;
}
p {
    line-height: 15px;
}
/* ------------------------------------------------------------------------- *
/* 2 Layout */
/* ------------------------------------------------------------------------- */

	/* Functional class */
	.img-res{ margin-bottom: 20px;width:100%; height: auto;}
  .video-res { position: relative; z-index: 0; overflow: inherit; margin-bottom: 20px; padding-top: 25px; padding-bottom: 56.25%; /* 16: 9 */height: 0;; }
	.video-res iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  .margin-top { margin-top: 40px; }
	.margin-bottom { margin-bottom: 40px; }
	.no-margin { margin: 0; padding: 0; }
	.text-left{text-align: left;}
	.text-right{text-align: right;}
	hr{clear:both; margin-top: 0; padding-top: 20px; border:none; border-bottom: 1px solid #eee}
	.animate { 	-webkit-transition: all 0.3s ease-in-out;
				-moz-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out; }
.col-md-4.fix-width {
    max-width: 295px;
    width: 295px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{padding-left: 20px;padding-right:20px;}
.row {
    margin-left: -20px;
    margin-right: -20px;
}
.col-md-4 {
    width: 34.2%;
}
.style-color-1{color:#51a2cf;}
.style-color-2{color:#fff;}
.primary-content,
.content-article {
    min-height: 500px;
}
/* ------------------------------------------------------------------------- *
/* 2.1 Menu */
/* ------------------------------------------------------------------------- */
header.navbar-top {
    display: block;
    padding-top: 60px;
    width: 100%;
}
.flexslider .flex-control-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
}
.flexslider .flex-control-nav li a.flex-active {
    background: #fff none repeat scroll 0 0;
}
#menu-main-menu.navbar-nav li:first-child a {
    padding-left: 0;
}
#mainmenu.navbar-collapse {
    padding: 0;
}
#mainmenu .navbar-nav > li a:hover,
#mainmenu .navbar-nav > li a:focus{
	background: none;
}
#mainmenu .navbar-nav > li > a {
    font-size: 14px;
    height: initial;
    line-height: 40px;
    padding: 0 10px;
}
.navbar { margin: 0; border: none; border-radius: 0; background: none;}
.navbar-header h1 { margin: 0; }
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover { padding-bottom: 11px; color: #fff;}
.navbar-inverse .navbar-brand .arrow { margin-right: 5px; }
.navbar-brand,
.navbar-nav li a {
	padding-top: 0;
	height: 65px;
	line-height: 65px;
}
.navbar .logo-img img{width:auto; height: 65px;}

/* Color of menu button */
.navbar-nav > li > a { color: #fff;}

/* Color of menu button:hover */
.navbar-nav > li > a:hover,

/* Color of menu active button */
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus,

/* Color of dropdown active button */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,

/* Color of dropdown button:hover */
.dropdown-menu li a:hover,

/* Color of button that open the dropdown */
.nav .open> a,
.nav .open > a:hover,
.nav .open > a:focus {color:#fff;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
    color: #fff;
}
.dropdown-menu {
	padding:0;
	border: none;
	border: none;
	border-radius: 0px;
}
#mainmenu .navbar-nav > li > .dropdown-menu {
    display: none;
	min-width: 500px;
	background: none;
	box-shadow: none;
	left: 20px;
}
#mainmenu .navbar-nav > li > .dropdown-menu li {
    float: left;
    padding-right: 60px;
}
#mainmenu .navbar-nav > li > .dropdown-menu li:last-child {
    padding-right: 0;
}
#mainmenu .navbar-nav > li > .dropdown-menu li.current-menu-item a {
    background: none;
}
#mainmenu .navbar-nav > li > .dropdown-menu li a {
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
#mainmenu .navbar-nav > li.current_page_parent .dropdown-menu,
#mainmenu .navbar-nav > li.current-menu-parent .dropdown-menu,
#mainmenu .navbar-nav > li.active .dropdown-menu {
    display: block;
}
#menu-main-menu.navbar-nav li a:after{
	content: ']';
	padding-left: 7px;
    position: relative;
    top: -1px;
	font-size: 12px;
}
#menu-main-menu.navbar-nav li a:before{
	content: '[';
	padding-right: 7px;
    position: relative;
    top: -1px;
	font-size: 12px;
}
#menu-main-menu.navbar-nav li a:hover:after,
#menu-main-menu.navbar-nav li a:hover:before{
	color: #fff;
}
#menu-main-menu.navbar-nav li ul.dropdown-menu li a:before,
#menu-main-menu.navbar-nav li ul.dropdown-menu li a:after{
	content: none;
}
#mainmenu .dropdown-menu > li:hover a,
#mainmenu .navbar-nav > li > a:hover{
	color: #4aa6ea;
}
.dropdown-menu > li > a{
	color: #fff;
}
/* ------------------------------------------------------------------------- *
/* 2.2 Home */
/* ------------------------------------------------------------------------- */

.home-title { position: absolute; top:-9999px; color: #fff; font-size: 12px;}
.nuovo-text {
    color: #4aa6ea;
    font-family: "Times New Roman",Times,serif;
    font-size: 36px;
    font-style: italic;
    line-height: 36px;
	padding-right: 5px;
}
.home .content-article {
    padding-top: 60px;
}
/* ------------------------------------------------------------------------- *
/* 2.3 Index */
/* ------------------------------------------------------------------------- */

	/* Single, Post & Page */
	.content-article { padding: 30px 0 50px 0; margin:0;float:left; width:100%}

		.link-article { position: relative; }
		.cont-tag { clear: both; padding-top: 20px; }
/* ------------------------------------------------------------------------- *
/* 2.4 Sections */
/* ------------------------------------------------------------------------- */
.container {
    width: 100%;
	max-width: 1042px;
}
/* ------------------------------------------------------------------------- *
/* 2.4 portfolio */
/* ------------------------------------------------------------------------- */
.portfolio .item {
    box-sizing: border-box;
    float: left;
    height: 110px;
    margin-bottom: 8px;
    margin-right: 8px;
    width: 165px;
}
.portfolio .item .title-portfolio {
    display: table;
    position: relative;
    width: 100%;
}
.portfolio .item .title-portfolio h2 {
    background-color: #333333;
    display: table-cell;
    font-size: 12px;
    font-weight: normal;
    height: 110px;
    line-height: 16px;
    margin: 0;
    padding: 12px 15px 12px 12px;
    vertical-align: bottom;
	width: 100%;
}
.portfolio .item .title-portfolio.overlay {
    position: initial;
}
.portfolio .item .title-portfolio.overlay {
    position: unset;
}
.portfolio .item .title-portfolio.overlay h2 {
    display: none;
}
.portfolio .item:last-child {
	margin-right: 0;
}
.portfolio .col-md-8 {
    width: 69.6%;
}
.site-main.portfolio {
    padding-top: 55px;
}
.img-link {
    display: block;
    position: relative;
}
portfolio.overlay h2 {
    background-color: #49a6e9;
    display: table-cell;
    font-weight: 700;
    left: 0;
    opacity: 0;
    position: relative;
    top: -110px;
    vertical-align: bottom;
    width: 100%;
    z-index: 1;
}
.portfolio .item .title-portfolio.overlay h2 {
    background-color: #49a6e9;
    display: table-cell;
    font-weight: 700;
    left: 0;
    opacity: 0;
    position: relative;
    top: -110px;
    vertical-align: bottom;
    width: 100%;
    z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.portfolio .item:hover .title-portfolio.overlay h2 {
    opacity: 1;
}
.pika-stage {
    height: auto !important;
}
.single-portfolio .site-main.portfolio {
    padding-top: 60px;
}
/* ------------------------------------------------------------------------- *
/* 2.5 Sidebar */
/* ------------------------------------------------------------------------- */
.content-sidebar{margin-top:40px;float:left; width:100%;}

.widget { float: left; margin-bottom: 10px; width: 100%;}
.widget h3 { margin: 0 0 10px 0; }
.widget a { display: block; padding: 10px 0; border-bottom: 1px solid #eee; }
.widget ul { padding: 0; }
.widget ul li { list-style-type: none; }

	/* Calendar Widget */
	#wp-calendar { width: 100%; }
	#wp-calendar a { padding: 0; border: none; }
	#wp-calendar caption,
	.screen-reader-text { padding-bottom: 10px; color: #000; text-align: left; text-transform: uppercase; font-weight: 700; font-size: 14px; }
	#wp-calendar thead { font-size: 10px; }
	#wp-calendar thead th { padding-bottom: 10px; }
	#wp-calendar tbody { color: #aaa; }
	#wp-calendar tbody td { padding: 8px; border: 1px solid #fff; background: #f5f5f5; text-align: center; }
	#wp-calendar tbody td:hover { background: #fff; }
	#wp-calendar tbody .pad { background: none; }
	#wp-calendar tfoot #next { text-align: right; text-transform: uppercase; font-size: 10px; }
	#wp-calendar tfoot #prev { padding-top: 10px; text-transform: uppercase; font-size: 10px; }

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

.footer { float: left; margin: 0; width: 100%; color: #fff; }
.footer p{margin: 0;}
.copyright-wrap {
    margin-top: 40px;
}
.copyright-text,
.copyright-wrap > span {
    display: inline-block;
}
.copyright-text{
	font-size: 9px;
}
.copyright-text .textwidget > a {
    color: #fff;
}
.copyright-text .textwidget > a:hover {
    color: #49addd;
}
/* ------------------------------------------------------------------------- *
/* 4 WordPress Default Element */
/* ------------------------------------------------------------------------- */

/* Pagination */
.pagination { float: left; margin: 40px 0 40px 0; padding: 0; width: 100%; }
.pagination span,
.pagination a { float: left; margin: 0 10px 10px 0; padding: 14px 19px; border: 1px solid #eee; }

/* Gallery */
.gallery { float: left; margin: 20px 0 20px 0; width: 103.55%; }
.gallery-item { float: left; width: 33.333333%; text-align: center; }
.gallery img { margin: 0 10% 0 0; width: 90%; height: auto; border: none!important; }
.gallery-caption { width: 90%;margin:10px 0 0 0;}

/* Image */
.alignleft { float: left; margin-right: 20px; margin-bottom: 10px; max-width: 97%; height: auto; }
.alignright { float: right; margin-bottom: 10px; margin-left: 20px; max-width: 97%; height: auto; }
.aligncenter { display: block; margin: 0 auto; max-width: 97%; height: auto; }
.alignnone { max-width: 97%; height: auto; }

/* Image Caption */
.wp-caption { margin-bottom: 20px; padding: 10px; max-width: 97%; border: 1px solid #eee; text-align: center; }
.wp-caption img { margin: 0; padding: 0; width: 100%!important; height: auto; border: 0 none; }
.wp-caption p.wp-caption-text { margin: 0; padding: 8px; font-size: 1em; line-height: 17px; }

/* Stiky */
.sticky { border-right: 3px solid #eee; border-bottom: 3px solid #eee; }

/* Blockquote */
blockquote {font-weight: 200; font-size: 20px; font-style: italic; margin: 0.25em 0; padding: 0px 30px; line-height: 1.45; position: relative; color: #383838; border-left: 5px solid #eee; }

/* Search */
#srch-term { border: none; background: none; box-shadow: none; color: #fff; opacity: 0; }
.btn-default { border: none; background: none; }
.btn-default:hover { border: none; background: none; color: #fff; }
.form-control::-moz-placeholder { color: #eee; }
.search-light { background: #eee; }
.search-light input { width: 80%; color: #333; }
.search-light button{float:right;padding:10px 15px 0 0;}

/* Contact Form 7 */
.wpcf7 p input[type=text],
.wpcf7 p input[type=email]{display: block; width: 98%;}
.wpcf7 p.input-half{ width: 48%; margin-right: 2%; float:left; min-height: 70px}
.wpcf7 p.input-half input[type=text],
.wpcf7 p.input-half input[type=email]{ width: 100%;}
.wpcf7-select {margin-right: 10px; padding: 10px; border: none; background: #eee;  width: 98%;height: 40px;}
.wpcf7 p.input-half .wpcf7-select {width: 100%;}
div.wpcf7-response-output {float:left; width:97%;margin: 0;}

/* Comments */
.comment-form-author,
.comment-form-email,
.comment-form-url { float: left; margin-top: 20px; margin-right: 3%; width: 30.3333333%; }
.comment-form-author input,
.comment-form-email input,
.comment-form-url input { width: 100%; }

ol.commentlist { margin: 0 0 1em; padding: 0; list-style: none; text-indent: 0; }
ol.commentlist li.comment { padding: 1em; border-top: 1px solid #eee; }
ol.commentlist li.comment div.vcard cite.fn { text-transform: uppercase; font-size: 14px; }
ol.commentlist li.comment div.vcard img.avatar { float: left; margin: 6px 1em 1em 0; border-radius: 50px; }
ol.commentlist li.comment div.comment-meta { font-size: 12px; }
ol.commentlist li.comment ul { margin: 0 0 1em 2em; }
ol.commentlist li.comment div.reply { margin-left: 80px; font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { margin: 1em 0 0; list-style: none; text-indent: 0; }
ol.commentlist li.comment ul.children li.depth-2 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.comment ul.children li.depth-3 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.comment ul.children li.depth-4 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { /* background: #f9f9f9; */  }
ol.commentlist li.parent { border-left: 1px solid #eee; }
ol.commentlist li.bypostauthor .fn { font-weight: bold; }
ol.commentlist li img{max-width: 97%;}

input[type=text],
input[type=email] { width: 98%;margin-right: 10px; padding: 10px; border: none; background: #eee; -webkit-appearance: none;border-radius: 0;}
textarea { padding: 10px; width: 98%; border: none; background: #eee; -webkit-appearance: none;border-radius: 0;}
input[type=submit] { margin-top: 10px; padding: 15px 20px; color: #fff; text-transform: uppercase; background: #333; border:none; }
#comments { width: 100%; }
.copyright-text {
    text-align: center;
    width: 100%;
}

/* ------------------------------------------------------------------------- *
/* 5 Responsive */
/* ------------------------------------------------------------------------- */

/* ----------------------------- */
/* Desktop */
/* ----------------------------- */
@media (max-width: 1050px) {
	.container{
		width: 100%;
	}
	.row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.portfolio .col-md-8 {
		float: left;
		width: 69.6%;
	}
	.gallery-portfolio .pika-stage img {
		height: auto;
		width: 100%;
	}
}
@media (max-width: 970px) {
	.portfolio .col-md-4.fix-width {
		box-sizing: border-box;
		float: left;
		max-width: 100%;
		width: 100%;
	}
	.portfolio .col-md-8 {
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 732px;
		width: 100%;
	}
}
@media (max-width: 991px) {
	.col-md-4 {
		float: left;
		width: 33.333%;
	}
	.col-md-4.fix-width {
		max-width: 295px;
		width: 33.333%;
	}
	#mainmenu .navbar-nav > li > .dropdown-menu{
		min-width: 380px;
	}
	.logo-header .navbar-brand > img {
		width: 100%;
	}
}
/* ----------------------------- */
/* Smarthphone */
/* ----------------------------- */
@media (max-width: 768px) {

  /* Menu */
	.navbar-toggle {border: none!important;margin-top: 0px}
	.navbar-toggle .icon-bar{background: #000!important;  width: 26px;height: 3px;border-radius: 4px; margin-bottom: 5px;}
	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:hover { background-color: transparent;}

		/* Dropdown */
		.dropdown-menu{border-bottom: 1px solid #eee!important}
		.navbar-nav .open .dropdown-menu > li > a,
		.navbar-nav .open .dropdown-menu .dropdown-header { padding: 22px 15px 5px 30px; }

  /* Footer */
	.footer .alignright{float:left;margin-top:5px;}

  /* Comment */
	.comment-form-author,
	.comment-form-email,
	.comment-form-url{margin-top:0;width:97%;}

  /* Contact Form 7 */
	.wpcf7 p.input-half{ width: 98%; margin-right: 2%;}

}
@media (max-width: 767px) {
	.col-md-4 {
		float: left;
		width: 100%;
	}
	.col-md-4.fix-width {
		max-width: 100%;
		width: 100%;
	}
	header.navbar-top {
		padding-top: 20px;
	}
	header .col-md-4.fix-width {
		float: left;
		width: auto;
	}
	.navbar-brand, .navbar-nav li a {
		padding: 0;
	}
	.navbar-header {
		float: right;
	}
	.navbar-header .navbar-toggle {
		background-color: #fff;
	}
	.navbar-toggle .icon-bar:last-child {
		margin-bottom: 0;
	}
	.home .content-article {
		padding-top: 30px;
	}
	.wrap-mainmenu {
		background-color: #1a1a1a;
		float: left;
		position: relative;
		width: 100%;
	}
	#mainmenu .navbar-nav > li > a{
		padding: 0;
	}
	#mainmenu .navbar-nav > li > .dropdown-menu {
		border: medium none !important;
		display: block;
		max-width: 100%;
		position: relative;
		width: 100%;
	}
	#mainmenu .navbar-nav > li > .dropdown-menu li {
		float: none;
		padding-bottom: 10px;
	}
	.wrap-mainmenu #mainmenu.navbar-collapse {
		box-sizing: border-box;
		float: left;
		overflow-y: visible;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	.portfolio .col-md-8{
		max-width: 560px;
	}
	.single-portfolio .portfolio .col-md-8 {
		max-width: 100%;
		width: 100%;
	}
}
@media (max-width: 390px) {
	.portfolio .item .img-link img {
		width: 100%;
	}
	.portfolio .item {
		width: 47.1%;
	}
}
@media (max-width: 559px) {
	.portfolio .col-md-8 {
		max-width: 386px;
	}
	.single-portfolio .portfolio .col-md-8 {
		max-width: 100%;
		width: 100%;
	}
}
@media (max-width: 359px) {
	.logo-header .navbar-brand > img {
		max-width: 200px;
	}
	.pika-thumbs li {
		height: 45px;
		width: 88px;
	}
}