/*
Theme Name: Radici Cristiane
Theme URI: http://www.radicicristiane.it/
Author: Gabriele Romanato
Author URI: http://gabrieleromanato.com/
Description: Radici Cristiane
Version: 1.0
*/

@import url(css/fonts/apex-new/style.css);

/*= HTML elements reset (selective) */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote,
address,
dl,
dt,
dd,
pre,
form,
nav,
header,
footer,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
}
input,
select,
textarea {
  font: 1em Georgia, serif;
  vertical-align: baseline;
}
*:focus {
  outline-style: none;
}

::-webkit-input-placeholder { /* Chrome/Safari */
    color: #000;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder { /* IE */
    color: #000;
}


/*= General elements */

html {
  background: #fff;
}
body {
  font: 100%/1 Georgia, serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

/*= Links */

a:link, a:visited {
	color: #da0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover {
	color: #000;
	text-decoration: none;
}

/*= Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000;
}

/*= General styles */

.clearfix:after, .subscription:after {
	content: '';
	display: block;
	clear: both;
}

.row {
	max-width: 1174px;
	margin: 0 auto;
}

.row.posts {
	max-width: auto;
	width: 100%;
	padding-bottom: 1em;
}

.row.posts .col {
	padding-bottom: 1em;	
}

.col {
	float: left;
	margin-right: 4%;
}

.row > .col:last-child {
	margin-right: 0;
}

.col-5 {
	width: 16%;
}

.col-4 {
	width: 23%;
}

.col-3 {
	width: 31%;
}

.col-2 {
	width: 46%;
}

.col-2.issue {
	width: 65%;
	margin-right: 0;
}

.col.lecture {
	float: none;
	margin-right: 0;
}


.main {
	width: 69.5%;
	float: left;
}

.sub {
	width: 27.6%;
	margin-left: 2%;
	float: right;
}

.single .sub {
	padding-top: 1.5em;
}

.col.main {
	margin-right: 0;
}

.col.sub,
.col.right {
	margin-right: 0;
	float: right;
}

.featured-image {
	width: 100%;
}

.featured-image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.btn, .btn:hover,
a.btn, a.btn:hover {
	background: #da0000;
	color: #fff;
	padding: 1em;
	text-decoration: none;
	border: none;
	font: bold 1em Georgia, serif;
	display: inline-block;
}

.btn.full,
.btn.full:hover {
	display: block;
}

.btn span {
	font-size: 1.2em;
	font-style: italic;
	border-bottom: 2px solid #fff;
}

.btn.normal,
.btn.normal:hover {
	padding: 0.4em 1em;
}

.add {
	margin: 1em 0;
}

.add a.btn-add,
.add a.btn-add:hover {
	background: #da0000;
	color: #fff;
	text-align: center;
	padding: 0.5em 1em;
	display: block;
	font-weight: bold;
	text-decoration: none;
}



/*= Layout */

/*= Mobile Menu */

#mobile-menu-open {
	width: 40px;
	height: 40px;
	display: block;
	background: #fff;
	border-radius: 40px;
	text-indent: -9999em;
	position: absolute;
	border: 2px solid #244e9a;
	top: 0;
	margin-top: 18px;
	left: 6px;
	z-index: 100000000000000;
	display: none;
}
#site .ic-menu{
    width: 20px;
    height: 18px;
    margin: 11.5px auto 0;
    display: block;
    padding: 0;
	position: relative !important;
	cursor: pointer;
}
.ic-menu:after{
	content:'';
	position: absolute;
	top: 0%;
	height: 20%;
	border-top: 4px solid #244E9A;
	border-bottom: 4px solid #244E9A;
	width:100%;
	left:0;
}
.ic-menu:before{
	content:'';
	position: absolute;
	top: 60%;
	height: 20%;
	border-bottom: 4px solid #244E9A;
	width:100%;
	left:0;
}
/*= Header */

#masthead {
	width: 100%;
	border-top: 3px solid #003168;
	background: #003168;/* 1c0d79 */
	min-height: 180px;
}

#masthead-wrapper {
	height: 100%;
	min-height: 180px;
	position: relative;
}

#branding {
	position: absolute;
	width: 319px;
	height: 158px;
	top: 50%;
	margin-top: -79px;
	left: 0;
}

#site-title {
	width: 100%;
	height: 100%;
}

#site-title a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/logo1.png) no-repeat;
	text-indent: -9999em;
}

#site-description {
	position: absolute;
	top: -9999em;
}

/*= Navigation */

#top-navigation {
	position: absolute;
	top: 0;
	right: 0;
}

#top-menu {
	padding-top: 0.8em;
	overflow: hidden;	
}

#top-menu li {
	float: left;
	margin-right: 2em;
}

#top-menu li:last-child {
	margin-right: 0;
}

#top-menu li a,
#top-menu li a:hover {
	font-family: 'Apex New Medium', sans-serif;
	color: #FFF; /* FFF */
	text-decoration: none;
	text-transform: uppercase;
}

#main-navigation {
	height: 3.2em;
	background: #222;
	width: 100%;
	border-top: 3px solid #da0000; 
	z-index: 99;
}

#main-menu {
	overflow: hidden;
	height: 100%;
}

#main-menu li {
	float: left;
	height: 100%;
	line-height: 3.2;
	margin-right: 2.2em;
}

#main-menu li:last-child {
	margin-right: 0;
}

#main-menu li a,
#main-menu li a:hover {
	font-family: 'Apex New Medium', sans-serif;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#main-menu li.current-menu-item a,
#main-menu li.current-menu-item a:hover,
#top-menu li.current-menu-item a,
#top-menu li.current-menu-item a:hover,
#main-menu li a:hover,
#top-menu li a:hover {
	color: #da0000;
}

#main-menu li.current-menu-item {
	background: url(images/current-item.png) 50% 100% no-repeat;
}
.question-author{
	display: block;
    font-style: normal;
    color: #000;
}

/*= Social */

#top-social {
	position: absolute;
	right: 0;
	bottom: 1.4em;
	height: 80px;
}

.rc-social {
	height: 34px;
	margin: 1.5em 0;
}

.rc-social h4 {
	padding-top: 0.4em;
	font-size: 1.1em;
	font-weight: bold;
	color: #da0000;
	margin-right: 1em;
	float: left;
}

.rc-social-wrapper {
	height: 34px;
	float: left;	
}

#top-social a,
.rc-social-wrapper a {
	float: left;
	width: 35px;
	height: 34px;
	margin-right: 10px;
	text-indent: -9999em;
	background-image: url(images/social-icons1.png); 
	background-repeat: no-repeat;
}

#top-social a:last-child,
.rc-social-wrapper a:last-child {
	margin-right: 0;
}

#top-social #top-cart {
	background: url(images/carrello1.png) no-repeat;
	width: 80px;
	height: 100%;
	
}
#top-social #top-cart:hover {
	background: url(images/carrello1-over.png) no-repeat;
}

#top-social #top-account {
	background: url(images/account1.png) no-repeat;
	width: 80px;
	height: 100%;
	
}
#top-social #top-account:hover {
	background: url(images/account1-over.png) no-repeat;
}

#top-social #top-logout {
	background: url(images/logout1.png) no-repeat;
	width: 80px;
	height: 100%;
	
}
#top-social #top-logout:hover {
	background: url(images/logout1-over.png) no-repeat;
}

#facebook, #twitter {
	position: relative;
	top: 1.5em;
}

#facebook, .facebook {
	background-position: -41px 0;
}

#twitter, .twitter {
	background-position: -82px 0;
}

#vimeo, .vimeo {
	background-position: -123px 0;
}
#google-plus, .google-plus {
	background-position: -164px 0;
}
#instagram, .instagram {
	background-position: -205px 0;
}

/*= Home Top */

#home-top {
	margin: 0.7em auto 1.2em auto;
}

.featured {
	width: 71.5%;
	float: left;
	position: relative;
	min-height: 497px;
}

.featured figcaption {
	position: absolute;
	top: 0;
	right: 0;
}

.featured figcaption a,
.featured figcaption a:hover {
	background: #da0000;
	color: #fff;
	text-decoration: none;
	padding: 0.5em 1em;
	display: block;
	font-weight: bold;
}

.side {
	float: right;
	width: 28.5%;
}

.featured .featured-image {
	position: absolute;
	top: 0;
	left: 0;
}

.featured-caption {
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 96%;
	padding: 4% 2%;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}

.featured-caption h2 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.featured-caption h2 a,
.featured-caption h2 a:hover,
.featured-caption h2.dossier {
	color: #fff;
	text-decoration: none;
}

/*= Search */

#searchform {
	padding-top: 0.3em;
	width: 100%;
	text-align: center;
}

#searchform-archive {
	padding: 1.4em 0.5em;
	background: #dedede;
}

#s, #q {
	width: 250px;
	padding: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: 1em Georgia, serif;
	background: #dedede;
	color: #000;
	border: none;
}

#q {
	background: #fff;
}

#search, #search-archive {
	border: none;
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(images/icon-search.png) no-repeat;
	text-indent: -9999em;
	margin-left: 1em;
}

/*= Latest Issue */

#latest {
	background: #dedede;
	margin-top: 1em;
	border-top: 3px solid #da0000;
	padding-top: 1em;
	text-align: center;
}

.sub #latest {
	margin-bottom: 1.5em;
}

#latest h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 1.4em;
	padding-bottom: 0.7em;
}

#latest .cover-caption {
	color: #000;
	font-size: 90%;
	line-height: 1.4;
	font-weight: bold;
	font-style: italic;
	margin: 1em auto 1.75em auto;
	max-width: 90%;
}

#latest .btn {
	padding: 0;
	height: 2.6em;
	line-height: 2;
}

.cover a img {
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}

/*= Content */

.content-header {
	margin-bottom: 1.5em;
	padding-bottom: 0.3em;
	border-bottom: 3px solid #da0000;
}

.content-header h2 {
	font-weight: bold;
	font-size: 1.5em;
}

.posts .col.col-2 {
	margin-right: 2%;
	width: 48%;
	
}

.posts .col.col-2:last-child {
	margin-right: 0;
	margin-left: 2%;
}

.posts .featured-image {
	width: 100%;
	min-height: 215px;
	overflow: hidden;
	position: relative;
}
#site .posts .featured-image {
	position: relative !important;
}

.posts .featured-image img {
	position: absolute;
	  border: 1px solid #ccc;
	top: 0;
	left: 0;
}

#articles.category .posts .featured-image {
	min-height: 176px;
}

#articles.category .posts .col.col-4 {
	width: 21%;
}

#articles.category .posts .col.col-3 {
	width: 31%;
	margin-right: 2%;
}

#articles.category .posts .featured-image img {
	position: static;
}

.posts .featured-image figcaption {
	position: absolute;
	bottom: 0;
	right: 0;
}

.posts .featured-image figcaption a {
	color: #fff;
	text-decoration: none;
	background: #da0000;
	display: block;
	padding: 0.6em 1em;
	font-weight: bold;
}

.posts .post-header {
	margin: 0.8em 0 0.6em 0;
}

.posts .post-header h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#articles.category .posts .post-header h2 {
	font-size: 1em;
}

.posts .post-header h2 a {
	color: #000;
}

.posts .post-meta {
	color: #da0000;
	color: #666;
}

.posts .post-excerpt {
	line-height: 1.4;
}

div.lecture div.meta {
	float: none;
}

div.lecture div.meta div.article-author-date {
	float: left;
}

div.lecture div.meta #print {
	float: right;
	margin-top: 0.2em;
}

/*= Issues */

#issue-articles h2 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.3;
}

#issue-articles h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	color: #666;
}

#issue-articles article.post {
	padding-bottom: 0.3em;
	border-bottom: 1px solid #ddd;
	margin: 1.5em 0;
}

#issue-articles article p {
	font-style: italic;
}

/*= Gallery */

#foto-gallery {
	width: 100%;
	height: 603px;
	position: relative;
}

#foto-gallery .foto-gallery {
	position: absolute;
	top: 0;
	left: 0;
}

#foto-gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96%;
	padding: 4% 2%;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;	
}

#foto-gallery-caption h3 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.3em;
	color: #fff;
}

#foto-gallery-caption h3 a,
#foto-gallery-caption h3 a:hover {
	color: #fff;
	text-decoration: none;
}

#foto-gallery-caption p {
	line-height: 1.4;
}

/*= Widgets */

.sub-widget {
	margin-bottom: 1.5em;
}

.sub-title {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 3px solid #da0000;
	padding-bottom: 0.3em;
}

#issues-list {
	margin: 1.2em 0;
}

#issues-list li {
	display: block;
	margin-bottom: 0.7em;
	padding-bottom: 0.2em;
	border-bottom: 1px dashed #ccc;
	font-size: 1.2em;
}

/*= Login */

#loginform {
	padding: 1.5em 0.5em;
	background: #dedede;
}

#loginform div {
	margin-bottom: 0.4em;
}

#loginform input[type="text"],
#loginform input[type="password"] {
	padding: 5px;
	background: #fff;
	width: 220px;
	border: none;
	font-weight: bold;
	color: #000;
	font-style: italic;
}

#loginform input[type="submit"] {
	padding: 5px 10px;
	border: none;
	font-family: Georgia, serif;
	font-size: 1em;
	font-style: italic;
	background: #da0000;
	color: #fff;
	margin-left: 0.5em;
}

#view-profile {
	padding: 1em;
	background: #dedede;
	text-align: center;
}

#view-profile p a.btn {
	padding: 0.4em 1em;
}

/*= Content Sub */

.sub-posts, .popular-posts, .news-posts {
	margin-top: 1.5em;
}

.sub-posts h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.sub-widget h3 a,
.sub-widget h3 a:hover {
 color: #000;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.sub-posts p {
	margin-top: 0.5em;
	line-height: 1.4;
}

.sub-posts article {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}

.popular-posts h3,
.news-posts h3 {
	font-weight: bold;
	font-size: 1em;
}

.popular-posts p,
.news-posts p {
	margin-top: 1em;
	line-height: 1.3;
}

.popular-posts article {
	padding-bottom: 1.5em;
	overflow: hidden;
	padding-top: 1em;
	font-size: 90%;
}

.news-posts article {
   border-bottom: 1px solid #ccc;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    margin: 8px 0;
    overflow: hidden;
    padding-bottom: 1em;
    padding-top: 0;
}


.popular-posts article figure {
	float: right;
}

.news-posts article figure {
	float: left;
}

.popular-posts h3,
.popular-posts p {
	margin-right: 105px;
}

.news-posts h3,
.news-posts p {
	margin-left: 155px;
}


.lettere-posts h3, .lettere-posts p {
	line-height: 1.3;
	margin: 6px 0 6px 0;
	text-align: justify;
}




.lettere-posts h4 {
   color: #000;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
}
.agenda-dove  {
border-top: 1px solid #ccc ;
border-bottom: 1px solid #ccc ;
}

.agenda-dove p {
	line-height: 1.3;
	margin: 6px 0 6px 0;
	text-align: justify;
}


/*= Posts / Pages */

.article {
	margin-bottom: 1.5em;
	line-height: 1.4;
}

#page {
	margin-top: 2.5em;
}

.article h1.post-title {
	font-size: 2em;
	font-style: italic;
	margin-bottom: 0;
}

.article p {
	margin-bottom: 1em;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	line-height: 1;
	margin-bottom: 0.7em;
}

.article h1 {
	font-size: 2em;
}

.article h2 {
	font-size: 1.6em;
}

.article h3 {
	font-size: 1.4em;
}

.article h4 {
	font-size: 1.2em;
}

.article h5,
.article h6 {
	font-size: 1.1em;
	font-weight: bold;
}

.article ul,
.article ol {
	margin: 1em 0 1em 2.5em;
}

.article ul {
	list-style: disc;
}

.article ul ul {
	list-style: circle;
}

.article ul ul ul {
	list-style: square;
}

.article ol {
	list-style: decimal;
}

.article dl {
	margin: 1em 0;
}
.article dt {
	margin-bottom: 1em;
}
.article dd {
	margin: 1em 0 1em 2.5em;
}

.article blockquote {
	margin: 1em 0;
	padding: 0.7em;
	border-left: 3px solid #da0000;
	background: #eee;
	font-style: italic;
}

.evident {
	font-weight: bold;
	font-style: italic;
}

.evident strong {
	color: #da0000;
}

.post-content {
	margin: 1.5em 0;
}

.post-thumb {
	width: 100%;
	/*min-height: 500px;*/
	position: relative;
	margin-bottom:  1.5em;
}

.post-thumb.issue {
	width: 90%;
	min-height: inherit;
	height: auto;
	padding: 5%;
	background: #dedede;
	border-top: 3px solid #da0000;
}

.post-thumb img {
	/*position: absolute;*/
	max-width: 100%;
	height: auto;
	z-index: -1;
}

.post-thumb.issue img {
	position: static;
	display: block;
	margin: 0 auto;
}

.post-thumb figcaption {
	position: absolute;
	top: 0;
	right: 0;
}

.post-thumb figcaption a {
	background: #da0000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0.5em 1em;
	display: block;
}

.article-meta {
	min-height: 32px;
	margin: 1.3em 0;
	overflow: hidden;
}

.meta {
	float: left;
	min-height: 32px;
}

#print {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-indent: -9999em;
	background: url(images/print.png) no-repeat 50% 50%;
	float: left;
	margin-right: 1em;
}

.tags {
	float: left;
	color: #da0000;
	height: 32px;
	line-height: 32px;
}

.tags a,
.tags span {
	margin: 0 0.2em;
}

.social-share {
	float: right;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	font-style: italic;
}

.social-share.with-btn {
	height: auto;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
}

.social-share span {
	height: 100%;
	float: left;
	margin-right: 1em;
}

.social-share a {
	float: left;
	width: 32px;
	height: 32px;
	text-indent: -9999em;
	background-repeat: no-repeat;
	margin-left: 0.4em;
}

.social-share.with-btn a {
	float: none;
	width: auto;
	height: auto;
	text-indent: 0;
}

#socials.social-share .facebook,
#socials-bottom.social-share .facebook {
	background-position: 50% 50%;
	background-image: url(images/facebook.png);
}

#socials.social-share .twitter,
#socials-bottom.social-share .twitter {
	background-position: 50% 50%;
	background-image: url(images/twitter.png);
}

#socials.social-share .google-plus,
#socials-bottom.social-share .google-plus {
	background-position: 50% 50%;
	background-image: url(images/google-plus.png);
}

.article-excerpt {
	margin: 0.5em 0 0 0;
	font-style: italic;
	color: #666;
}

.article-author-date {
	color: #da0000;
	margin: 0.4em 0 0 0;
}

/*= Slider */

.article #post-slider,
.article #post-slider ul.slides,
.article #post-slider ul.slides li,
#foto-gallery #post-slider,
#foto-gallery #post-slider ul.slides,
#foto-gallery #post-slider ul.slides li {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 500px;
	display: block;
}

#post-slider .flex-control-nav {
	bottom: -50px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#post-slider ul.flex-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.article #post-slider ul.slides li,
#foto-gallery #post-slider ul.slides li {
	position: relative;
}

.article #post-slider ul.slides li .flex-caption,
#foto-gallery #post-slider ul.slides li .flex-caption {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	padding: 0.7em 0;
	width: 100%;
	text-align: center;
	background: rgba( 0, 0, 0, 0.8 );
	color: #fff;
}


/*= Archive */

#archive {
	margin: 1.5em 0;
	text-align: center;
}

div.archive {
	font-size: 14px;
	margin-right: 1%;
	width: 24%;
	padding-bottom: 3.5em;
}

div.archive figure img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}
div.archive h4,
#archive div.archive .actions-wrap {
    float: none;
    width: 90%;
    display: block;
    max-width: 160px;
    box-sizing: border-box;
    margin: 0 auto;
}
#archive div.archive .actions-wrap{
	position: relative;
	margin-top: 1em;
}
#archive .add_to_cart_button {
    color: #fff;
}
div.archive h4 {
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #003168;
	margin-top: 0.8em;	
}

div.archive .add_to_cart_button{
	float: none;
	display: block;
}
div.archive span.date-pub{
	margin-top: .5em;
}
/*= Issues */

.issue-col-content {
	padding: 1em;
	background: #ede7cf;
}

#issue-info {
	margin: 1em 0;
	font-size: 14px;
	color: #000;
}

#issue-info h4,
#issue-info h5,
#issue-info p {
	margin: 0;
	font-weight: normal;
	font-size: 100%;
}

#issue-info .info {
	margin-bottom: 1em;
	line-height: 1.4;
}

#issue-info .info h4,
#issue-info .info h5 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0.4em;
	line-height: 1.3;
}

#issue-info .info a,
#issue-info .info a:hover {
	color: #000;
}

h1.post-title.issue-title {
	font-style: normal;
	padding: 0.4em;
	background: #00b2b0;
	color: #fff;
}

#issue-row article.post {
	padding: 0;
	border: none;
}

#issue-row article header.post-header {
	padding: 0;
	border-bottom: 1px dashed #ccc;
	line-height: 1;
}

#issue-row article header.post-header h2 {
	font-size: 1em;
	margin: 0 0.4em 0 0;
	float: left;
}

#issue-row article.post header.post-header p.by {
	margin: 0;
	float: left;
	font-size: 1em;
	padding: 0.1em 0 0 0;
	font-style: normal;
}

#issue-row article header.post-header p.page {
	margin: 0;
	float: right;
	font-size: 1em;
	background: #fff;
	position: relative;
	top: 0.4em;
}

#issue-row h3.issue-category {
	margin: 1.2em 0 0 0;
	color: #9c850f;
	text-transform: uppercase;
}

/*= EFFECTS - image zoom on hover */
figure:not(.cover) a{
	overflow: hidden;
	display: block;
}
figure:not(.cover) a img{
	display: block;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

figure:not(.cover) a:hover img{
    -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}
/* end image zoom on hover */
.posts .featured-image figcaption a:hover {
    color: #eee;
    background: #f00;
}
.posts .post-header h2 a:hover {
    color: #da0000;
}
/*= Pagination */

#pagination {
	margin: 1.5em 0;
	text-align: right;
}

#pagination a,
#pagination a:hover,
#pagination strong {
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
	display: inline-block;
	margin-left: 0.5em;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #000;
	font-weight: bold;
}
#pagination strong {
	border: none;
	background: #da0000;
	color: #fff;
}
#pagination a:hover{
	background: #ff6262;
	color: #fff;
}

#pagination a.next,
#pagination a.prev {
	width: auto;
	padding: 0 1.2em;
	background: #222;
	color: #fff;
	font-style: italic;
}

/*= Forms */

.form div {
	margin-bottom: 0.5em;
}

.form div label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.4em;
}

.form div input[type="text"],
.form div input[type="password"] {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 5px;
	background: #dedede;
	color: #000;
	width: 100%;
	margin-bottom: 0.5em;
	border: none;
}

.form div textarea {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	background: #dedede;
	color: #000;
	width: 100%;
	margin-bottom: 0.5em;
	height: 15em;
	border: none;	
}

.form p input[type="submit"] {
	padding: 0.5em 1em;
}

/*= Sticky */

.is-sticky,
.sticky-wrapper {
	z-index: 90000000;
}


/*= Map */

#map {
	width: 100%;
	margin: 1.5em 0;
	height: 523px;
}

/*= Gallery */

.gallery {
	margin: 1.5em 0;
	padding: 5%;
	background: #dedede;
	border-top: 3px solid #da0000;
}

.gallery dl.gallery-item {
	display: inline-block;
	margin: 1em;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}

/*= Messages */

.message {
	margin: 1em 0;
	padding: 0.7em;
	font-weight: bold;
	border: 1px solid;
}

.success {
	color: #5cb85c;
}

.error {
	color: #d9534f;
}

/*= WooCommerce */

.woocommerce-breadcrumb,
.woocommerce-breadcrumb + .page-title,
body.woocommerce-cart .post-title,
.woocommerce-result-count,
.woocommerce-ordering,
input.minus,
input.plus {
	display: none;
}

#content ul.products {
	margin: 25px 0;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: hidden;
}


#content ul.products li {
	padding-bottom: 25px;
	float: left;
	width: 18%;
	margin: 0 1%;
	position: relative;
}


#content ul.products li a {
	text-decoration: none;
	
}



#content ul.products li div.product-wrap {
	width: 100%;
	padding-bottom: 15px;
	position: relative;
}

#content ul.products li div.product-wrap img {
	display: block;
	width: 100%;
	/* THIS IS FOR FIX LAZYLOAD or WC OPACITY ANIMATION BLOCK */
	opacity: 1 !important;
}

#content ul.products li div.product-wrap h3 {
	margin: 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 0;
	background: #da0000;
	color: #fff;
	text-align: center;
}

#content ul.products li > div.product-wrap h3 + div {
	color: #000;
}

#content ul.products li > div.product-wrap span.price {
	color: #000;
	display: block;
	font-size: 18px;
	padding-top: 5px;
}

#content ul.products li a.button {
	background: #da0000;
	color: #fff;
	font-weight: bold;
	padding: 4px 9px;
	text-align: center;
	position: absolute;
	bottom: 2em;
	right: 0;
}

table.shop_table.cart thead th,
table.shop_table.order_details thead th {
	text-align: center;
	background: #0a3269;
	color: #fff;
	padding: 6px;
}
table.cart a{
	color: #0a3269;
}
table.my_account_orders, table.woocommerce-table--customer-details, 
#content table.shop_table.subscription_details {
	margin: 1.5em 0;
	border-collapse: collapse;
	border-spacing: 0;
	background: #ececec;
    border-top: 10px solid #0a3369;
}
#content table.shop_table.subscription_details td{
	padding: .5em 1em;
    border: 1px solid #ddd;
}
table.my_account_orders th,
table.my_account_orders td,
table.woocommerce-table--customer-details th,
table.woocommerce-table--customer-details td {
	padding: 0.5em 1em;
	border: 1px solid #ddd;
}

#content ul.order_details {
	margin: 1.5em 0 40px 0;
	padding: 0;
	list-style: none;
}

#content .order-again {
	display: none;
}

#content .woocommerce header {
	text-align: left;
	margin: 1.2em 0;
}

#content .woocommerce address {
    padding: 1em 2em;
    border: 1px solid #ddd;
    margin: 20px 0;
    border-radius: 6px;
    line-height: 1.5;
    background: #ececec;
}

#content dl.customer_details {
	margin: 22px 0;
	overflow: hidden;
}

#content dl.customer_details dt {
	font-weight: bold;
}

#content dl.customer_details dd {
	margin: 0.5em 0;
}

#content .woocommerce header h2,
#content .woocommerce header h3 {
	margin: 1em 0;
	font-size: 25px;
	text-align: left;
	font-weight: normal;
}

#content ul.order_details li {
	display: block;
	margin-bottom: 0.8em;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

#content ul.order_details li strong {
	float: right;
}

#content .col-2.address {
	width: auto;
}
#mobile-cart{
	display: none;
}
body.logged-in.woocommerce-account.woocommerce-page .article h1.post-title{
	margin-left: 310px;
}

table.shop_table.order_details thead th {
	
}

table.shop_table.cart tbody tr.cart_item td {
	padding: 1em 0 .5em;
	text-align: center;
	border-bottom: 1px solid #555;
}

table.shop_table.order_details tfoot tr td,
table.shop_table.order_details tbody tr td {
	padding: 6px;
	text-align: center;
	
}

table.shop_table.cart tbody tr.cart_item td.product-remove a {
	display: inline-block;
	text-decoration: none;
	width: 15px;
    height: 15px;
    background: url(images/close-black.png) no-repeat;
    text-indent: -9999em;
    background-size: 15px;
    padding: 10px;
    background-position: center;
    border-radius: 50px;
}
table.shop_table.cart tbody tr.cart_item td.product-remove a:hover {
    background-color: rgba(255, 30, 0, 0.62);
}
input.input-text.qty.text {
	border: none;
	display: block;
	width: 100%;
	text-align: center;
	font: 1em Georgia, serif;
}

table.shop_table.cart tbody tr.cart_item td.product-name {
	color: #000;
	text-decoration: none;
}

table.shop_table.cart tbody tr td.actions {
	padding: 12px 0;
	text-align: right;
    border-top: 5px solid #0b336a;
}

#content .woocommerce form table.shop_table.cart tbody tr td.actions a.button,
input.checkout-button.button.alt.wc-forward,
#place_order {
	text-align: center;
	background: #da0000;
	color: #fff;
	padding: 0.6em;
	font-weight: bold;
	text-decoration: none;
	border: none;
	font: 1em Georgia, serif;
}

input.checkout-button.button.alt.wc-forward {
	width: auto;
}

#place_order {
	width: 100%;
}

.form-row {
	margin-bottom: 1em;
}

.form-row label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="password"] {
	font: 1em Georgia, serif;
	display: block;
	padding: 7px 5px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background: #fff;
	
}

input[type="submit"].button, a.checkout-button {
	background: #0B3369;
	color: #fff;
	padding: 0.5em 1.2em;
	border: none;
	font: 1em Georgia, serif;
}
input[type="submit"].button:hover{
	background: #0d4f9a;
}
a.checkout-button{
	font-size: 1.5em;
	display: inline-block;
	float: right;
	padding: 15px 30px;
}
a.checkout-button{
	background: #66BC28;	
}
a.checkout-button:hover{
	background: green;
}
input[type="submit"][disabled]{
	display: none;
}

.form-row textarea {
	font: 1em Georgia, serif;
	display: block;
	padding: 7px 5px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background: #fff;
	height: 24em;
}

abbr.required {
	color: #da0000;
}

#billing_address_2,
#order_review_heading,
#order_review table.shop_table,
.woocommerce-shipping-fields h3,
.woocommerce-shipping-fields .notes {
	display: none;
}

body.woocommerce-checkout form.checkout .col-2 .woocommerce-shipping-fields h3,
body.woocommerce-checkout form.checkout .col-2 .woocommerce-shipping-fields h3 {
		
}

#billing_state {
	display: none !important;
}

#billing_state + div,
li.payment_method_paypal input,
li.payment_method_paypal label {
	
}

li.payment_method_paypal img {
	vertical-align: middle;
	margin-left: 0.5em;
}

#payment ul.payment_methods.methods {
	margin: 1em 0;
	padding: 0; 
	list-style: none;
	line-height: 24px;
}

#payment ul.payment_methods.methods li p {
	display: none;
}

/*= Products */

#product-list h3 {
	font-size: 1.1em;
	margin-bottom: 0;
	line-height: 1.3;
}

#product-list p {
	margin: 0.5em 0;
}

#product-list div a.btn.normal,
#product-list div a.btn.normal:hover {
	display: block;
	margin-top: 0.7em;
	text-align: center;
	padding: 0.4em 1em;
}

#product-list div span {
	display: block;
	text-align: center;
	font-size: 1.1em;
}


/*= Footer */

#site-info {
	width: 100%;
	margin-top: 1.5em;
}

#site-info-top {
	background: #dedede;
	padding: 2.3em 0;
}

.site-info-cover {
	width: 19%;
	text-align: center;
	margin-right: 6%;
	float: left;
	font-size: 90%;
}

.site-info-cover-wrapper .site-info-cover:last-child {
	margin-right: 0;
}

.site-info-cover h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #da0000;
	margin-top: 0.8em;
}

.site-info-cover p {
	margin-top: 1em;
}

#site-info-bottom {
	border-top: 3px solid #da0000;
	background: #003168;
	color: #fff;
	padding: 2.3em 0;
}

#site-info-bottom p {
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	font-style: italic;
}

input[type="submit"] {
	cursor: pointer !important;
}

/*= Modifiche: 24-08-2014 */

body.home .post .post-date {
	color: #222;
	font-weight: bold;
}

.by small {
	color: #da0000;
	font-size: 14px;
}

/*modifiche 1/01/2017*/
.textwidget img {
    max-width: 100%;
    height: auto;
}


.subscriptions-wrapper {
    margin: 3em 0;
}
.type-wrapper {
    float: left;
    width: 30%;
    margin-right: 5%;
    padding: 1em;
    box-sizing: border-box;
    border: 1px solid #bbcfe6;
    border-radius: 3px;
    min-height: 575px;
}
.type-wrapper:last-child{
	margin: 0;
}
.type-wrapper header {
    text-align: center;
    font-size: 1.1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #bbcfe6;
}
.type-wrapper h4 {
    margin: .5em 0 0;
    font-weight: bold;
    color: #003168;
}
.subscription {
    padding: 1em 0;
    line-height: 38px;
    border-bottom: 1px solid #bbcfe6;
}
.subscription:last-of-type{
	border: 0;
}
.buy-btn, .wpvp-popups-container .wpvp-popup .single_add_to_cart_button, .add_to_cart_button{
    color: #fff !important;
    background: #66bc29;
    padding: .5em 1em;
    float: right;
    line-height: 1.4;
    font-weight: 700;
    cursor: pointer;
}
.buy-btn:hover, .wpvp-popups-container .wpvp-popup .single_add_to_cart_button:hover, .add_to_cart_button:hover{
	background: green;
}
.buy-btn:before, .add_to_cart_button:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    background: url(images/rc-buy.png) no-repeat;
    width: 23px;
    height: 22px;
    margin-right: 10px;
}
.buy-btn:before, .add_to_cart_button.viewpdf:before{
	display: none;
	content: none;
}

.subscription:first-of-type:last-of-type {
    text-align: center;
}
.subscription:first-of-type:last-of-type form{
    float: none;
    margin: 1em 0 0;
}
.subscription:first-of-type:last-of-type .buy-btn{
    float: none;
}
button.buy-btn{
	font-size: 1em;
	border: 0;
}
.subscription form{
	float: right;
}
.subscription-details {
    font-size: .8em;
    color: #91a0b1;
    position: relative;
    top: 0px;
    left: -2px;
}
/* in evidenza */
.type-full {
    position: relative;
    border-color: #003168;
}
.type-full:before {
    content: 'Più acquistato';
    position: absolute;
    background: #003168;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: .5em;
    top: -2.4em;
    left: -1px;
    right: -1px;
    font-size: 1.2em;
}
.type-full:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    border: 0px solid transparent;
    border-top-color: #003168;
    border-width: 10px 100px 0;
    margin-left: -100px;
}
/* fine in evidenza */

.popup-content .image-wrapper, .popup-content .text-wrapper{
    display: inline-block;
    vertical-align: top;
    width: 40%;
}
.popup-content .image-wrapper img{
    max-width: 100%;
    height: auto;
}
.popup-content .text-wrapper{
	width: 55%;
	margin-left: 3%;
	position: relative;
}
.popup-content .text-wrapper .reset_variations {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: .8em;
    text-decoration: underline;
}
span.date-pub {
    font-size: .8em;
    display: block;
    color: #555;
    font-weight: 400;
    margin-top: .8em;
}
.popup-content .text-wrapper table.variations {
    width: 100%;
}
.wpvp-popups-container .wpvp-popup .popup-inner{
	border: 3px solid #656363;
    box-shadow: 0px 0px 30px #333;
}
.wpvp-popups-container .wpvp-popup-close{
	background: #656363;
	color: #fff;
	font-family: Arial;
}
.wpvp-popups-container .wpvp-popup .product-title {
    font-size: 1.2em;
    font-weight: 700;
    color: #000;
}
.wpvp-popups-container .wpvp-popup .product-title-price {
    margin-bottom: .8em;
    border-bottom: 1px solid #555;
    padding-bottom: .8em;
}
.wpvp-popup label, .wpvp-popup select, .wpvp-popup input{
    font-size: 1em;
}
.wpvp-popups-container .wpvp-popup .quantity {
    display: inline-block;
    width: 68%;
    margin: 0;
}
.wpvp-popup .single_variation {
    width: 30%;
    text-align: right;
    float: right;
}
.wpvp-popups-container .wpvp-popup .single_variation_wrap{
    text-align: left;
    min-height: 4.5em;
}
.wpvp-popups-container input.input-text.qty.text {
    border: 1px solid #c3c3c3;
    width: 30px;
	margin-left: 5px;
	display: inline-block;
}
.wpvp-popups-container .wpvp-popup .single_add_to_cart_button{
	font-size: .9em;
	border-radius: 0;
	padding: .5em 1.8em;
}
.wpvp-popup .variations_button {
    position: absolute;
    bottom: 0;
    right: 0;
}
#archive div.archive h4{
	font-size: 1.1em;
}
#archive .viewpdf{
	background: #003168;
}
#archive .viewpdf:hover{
	background: #0d4f9a;
}
.wpvp-popups-container .wpvp-popup .single_add_to_cart_button.long-text {
    padding: .5em .6em;
    font-size: .8em;
}
.add-cart-btn {
    text-indent: 100%;
    display: inline-block;
    width: 29px;
    height: 22px;
    overflow: hidden;
    background: url(images/rc-cart.png) no-repeat;
    position: absolute;
    right: 0;
    top: -3.7em;
    border-radius: 50px;
    padding: 9px 5px 7px;
    background-position: center;
}
.add-cart-btn:hover {
    background-color: rgba(102, 187, 42, 0.35);
}

/* cart page */
.woocommerce-cart-form, .cart-collaterals {
    margin: 0em auto;
    max-width: 700px;
}
table.cart {
    margin-top: 1em;
}
table.cart img{
	width: auto !important;
    height: auto !important;
    max-height: 140px;
}
.product-type{
	display: block;
	color:#000;
	font-weight:700;
	margin-top: .7em;
}
th.product-name {
    width: 36%;
}
table.cart .quantity label{
	display: none;
}
.cart_totals {
    text-align: right;
}
.cart_totals table {
    width: 100%;
    margin: 1em 0;
    text-align: right;
}
.cart_totals tr td {
    padding: .5em 1em;
    width: 35%;
}
tr.order-total {
    background: #dedede;
}
tr.recurring-totals th, .cart_totals h2 {
    padding: 0 1em .5em;
    color: #0b346a;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    text-align: right;
    border-bottom: 2px solid;
}
table.recurring-summary{
	margin-bottom: 3em;
}
.single .add-cart-btn {
    position: static;
    vertical-align: middle;
    margin: 0 2em 0 0;
}
.single .add_to_cart_button {
    float: none;
    vertical-align: middle;
    display: inline-block;
}

.woocommerce-message {
    background: rgba(102, 187, 42, 0.35);
    padding: 1em;
    margin: 1em 0;
}
.woocommerce-message .wc-forward {
    display: block;
    margin: 0 0 1em;
}
.woocommerce-info {
    border-left: 5px solid #0a3269;
    padding: .5em 1em;
    margin: 1em 0;
}
form.woocommerce-form-login {
    padding: 1em;
    background: #f2f3f5;
    border-left: 5px solid #0a3269;
    margin-bottom: 1em;
}
form.woocommerce-form-login label.woocommerce-form__label-for-checkbox {
    margin-top: 1em;
}
nav.woocommerce-MyAccount-navigation li a {
    color: #0a3168;
    font-size: .9em;
    font-family: 'Apex New Medium', sans-serif;
    text-transform: uppercase;
}
nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
}
nav.woocommerce-MyAccount-navigation li {
    list-style: none;
    border-bottom: 1px solid #0a3369;
    padding: .5em 0;
}
nav.woocommerce-MyAccount-navigation li.is-active{
	background: #0a3369;
}
nav.woocommerce-MyAccount-navigation li.is-active a{
	color: #fff;
	padding-left: 10px;
}
nav.woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    padding: 1em;
    background: #ececec;
    max-width: 250px;
    box-sizing: border-box;
}
.order ul {
    margin: .6em 0 .2em 1em;
}
.woocommerce-MyAccount-content {
    float: left;
    width: 65%;
    margin-left: 5%;
}

/* order received page */
#content .woocommerce address,
#content table.shop_table,
#content ul.order_details{
	box-sizing: border-box;
	max-width: 700px;
}
#content ul.order_details {
    background: #ececec;
    padding: 1em 2em .5em;
    border-top: 10px solid #0a3369;
}
#content ul.order_details li {
    border-bottom: 1px solid #fff;
}
.iban strong, .bic strong {
    font-family: Arial;
}
#content table.shop_table {
    background: #ececec;
    margin: 0 0 4em;
}
#content table.shop_table.cart {
    background: #fff;
}
a.btn.logged {
    background: #0a3168;
}
.processing-now:before{
	content:'';
	position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: rgba(0,0,0,.7);
}
.processing-dialog {
    position: fixed;
    top: 30%;
    left: 50%;
    width: 300px;
    max-width: 90%;
    margin-left: -150px;
    z-index: 99999;
    border: 3px solid #c1c1c1;
    background: #e8e8e8;
    border-top: 10px solid #0a3168;
    padding: 2em 2em 1.5em;
    box-sizing: border-box;
    text-align: center;
    color: #0a3168;
    font-size: 1.7em;
}
.processing-dialog img{
	display: block;
	margin: 10px auto;
}
ul.woocommerce-error {
    background: #ee4036;
    color: #fff;
    padding: 1em;
    list-style: none;
    margin: 1em 0;
}
ul.woocommerce-error a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}
ul.woocommerce-error a:hover{
	color: #e8e8e8;
}
#site .featured-image div.bgimage{
	position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}