/*
Theme Name: Alpha Theme
Theme URI: http://www.strategieperinvestire.com
Author: Marco Dedo
Author URI: http://www.marcodedo.it/
Description: This theme was created by MarcoDedo.
Version: 2.1.7

License: -
License URI: -
*/

/* @import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"); */


/*
font-family: 'Varela Round', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
*/

body
{
    background-color: rgb(224, 224, 224);
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
	
}


body p {color: #000;}

a
{
	color: blue;	
    text-decoration: underline;
}

a:hover, a:focus
{
	color: blue;
    text-decoration: none;
}
a.btn, a.btn:hover {
	text-decoration: none;
}

#header
{
    padding-top: 25px;
    padding-bottom: 15px;
    border-bottom: 5px solid #EF5141;
    background: #EF5141;
}

#wrap-container
{
    background-color: #ffffff;
}

#wrap-content
{
    background-color: #CCCCCB;
}


/* Classes needed by Theme Check */
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  font-weight: normal;
}
.gallery-caption {
  font-weight: normal;
}
.bypostauthor {
  font-weight: normal;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Buttons */

.btn
{
    font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    white-space:normal !important;
}

.btn-lg
{
    font-size: 1em;
}

.btn-sm
{
    font-size: 0.6em;
}

.btn-xs
{
    font-size: 0.4em;
}

.btn.btn-xl 
{
	font-size: 2em; padding: 15px;
}


/* Navigation */

#menu nav
{
    font-size: 1.1em;
    text-transform: uppercase;
}

#menu nav a
{
    color: #FFF;
    text-decoration: none;
}

#menu nav a:hover
{
    color: #BDC3C7;
}

.nav_menu
{
    padding-right: 20px;
}

.nav_menu li
{
    margin: 33px 10px 20px;
    
    /* shrink */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /* end shrink */
}

.nav_social li
{
    margin-top: 25px;
    margin-bottom: 20px;
}

.nav_social li span i:nth-child(2)
{
    color: #EF5141;
}

.nav_menu li, .nav_social li
{
    display: inline-block;
}

ul.nav_menu ul li
{
    margin: 5px 10px;
}

ul.nav_menu ul li a
{
    color: #000;
    font-size: 0.8em;
}

ul.nav_menu ul li a:hover
{
    background-color: #F27467;
}

a.nav-toggle
{
    padding-right: 15px;
    font-size: 1.9em;
    color: #FFF;
    text-decoration: none;
}

.responsive_nav ul li
{
    background-color: #f1a9a2;
    text-align: left;
    border-top: 1px solid #D7493A;
    border-left: 0px none transparent;
    border-right: 0px none transparent;    
}

.responsive_nav ul ul li
{
    background-color: #f1a9a2;
    text-align: left;

    border-top: 1px solid #FFF;
    border-left:none;
    border-bottom: none;
    border-right: none;

    padding: 10px 15px 5px 25px;
    margin-top: 5px;
}

.responsive_nav ul li a
{
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1em;
    text-transform: uppercase;
}

#menu nav .dropdown-menu {
	min-width: 80px !important;
}

#brand img {
    width: 100%;
    
     /* shrink */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /* end shrink */
}

/* Main Content */


/* dim. base font */
#single-post .item_post_content,
#item-post,
#assistenza .item_post_content,
#faq .item_post_content {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 18px;
}


#main-content
{
    background-color: #ffffff;
    min-height: 560px;

    padding-left: 5%;
    padding-right: 5%;
}
#main-content-page {
	background-color: #ffffff;
    min-height: 560px;

  }

.item_post_content
{
    /* font-size: 1.4em; */
    font-weight: 400;
    /* line-height: 1.5em; */
}
.item_post_content a {
	
	text-decoration: none;
}
.item_post_content a:hover {
	
	text-decoration: underline;
}
.item_post_content a.btn {
/* 	color: #FFF; */
	text-decoration: none;
	white-space:normal !important;
}
.item_post_content p {
	margin-bottom: 1.1em;
}

.page .item_post_content {
	padding-top: 25px;
}

#item-post h2
{
    font-family: "Lucida Sans Typewriter","Lucida Console",monaco,"Bitstream Vera Sans Mono",monospace;
/*     font-size: 2.2em; */
    margin-bottom: 0.8em;
}

#item-post h2 a
{
    color: #f05241;
    text-decoration: none;
}

#item-post h2 a:hover
{
    color: rgba(133, 25, 19, 0.8);
}

.item_post_meta
{
    font-size: 0.8em;
    font-weight: 300;
    display: inline;
    margin-bottom: 2.3em;
}
.item_post_meta ul {
	margin-top: 5px;
	margin-bottom: 0px;
}

.item_post_meta hr {
	margin-top: 0px;
	margin-bottom: 5px;
}
h3#AssistenzaModal {
	color: #f05241;
}


#item-post hr
{
    margin-bottom: 10px;
    margin-top: 10px;
}

.data-meta {}
.commenti-meta a {}
.categorie-meta a {}

/*Single Content*/

#single-post h1,
#assistenza h1,
#faq h1
{
    font-family: "Lucida Sans Typewriter","Lucida Console",monaco,"Bitstream Vera Sans Mono",monospace;
/*     font-size: 2.6em; */
    margin-top: 35px;
    margin-bottom: 15px;
    color: #EF5141;
    font-weight: 400;
    line-height: 1.2em;
}
#single-post h2,
#assistenza h2,
#faq h2 {
	font-family: "Lucida Sans Typewriter","Lucida Console",monaco,"Bitstream Vera Sans Mono",monospace;
/* 	font-size: 2.2em; */
	color: #EF5141;
}
#single-post h3,
#assistenza h3,
#faq h3 {
	font-family: "Lucida Sans Typewriter","Lucida Console",monaco,"Bitstream Vera Sans Mono",monospace;
	font-size: 1.7em;
	color: #EF5141;
}
#single-post h4,
#assistenza h4,
#faq h4 {
	font-family: "Lucida Sans Typewriter","Lucida Console",monaco,"Bitstream Vera Sans Mono",monospace;
	color: #EF5141;
	font-size: 1.3em;
}
#single-post h5,
#assistenza h5,
#faq h5 {
	font-family: "Lucida Sans Typewriter","Lucida Console",monaco,"Bitstream Vera Sans Mono",monospace;
	color: #EF5141;
	font-size: 1.2em;
}
#single-post h6,
#assistenza h6,
#faq h6 {
	font-family: "Lucida Sans Typewriter","Lucida Console",monaco,"Bitstream Vera Sans Mono",monospace;
	color: #EF5141;
	font-size: 1em;
}

.item_single_meta
{
    font-size: 1.1em;
    font-weight: 300;
}

#single-post .share,
#assistenza .share,
#faq .share,
#faq .share
{
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #E0E0E0;
}

.pagination li {
	font-size: 1.8em;
}

#comments {
	margin-bottom: 80px;
}
h3#reply-title a {
	text-decoration: none;
}
h3#reply-title a:hover {
	text-decoration: underline;
}
#single-post .item_post_content ul li,
#assistenza .item_post_content ul li,
#faq .item_post_content ul li {
	list-style-type: none;
}
#single-post .item_post_content ul li, #single-post .item_post_content ol li,
#assistenza .item_post_content ul li, #assistenza .item_post_content ol li,
#faq .item_post_content ul li, #faq .item_post_content ol li {
	position: relative;
	margin-bottom: 1.1em;
	margin-left: 20px;
}
#single-post .item_post_content ul li:before,
#assistenza .item_post_content ul li:before,
#faq .item_post_content ul li:before {
	font-family: 'FontAwesome';
	font-size: 1.5em;
	content:"\f138";
	margin:0 5px 0px -35px;
	color: rgba(8, 75, 126, 0.8);
	position: absolute;
	line-height: normal;
}
#single-post .item_post_content ol li,
#assistenza .item_post_content ol li,
#faq .item_post_content ol li { 
	 counter-increment: step-counter;
	 list-style: none;
}
#single-post .item_post_content ol li:before,
#assistenza .item_post_content ol li:before,
#faq .item_post_content ol li:before {
    content: counter(step-counter);
    margin:0 5px 0px -35px;
    font-size: 80%;
    background-color: rgba(8, 75, 126, 0.8);
    color: white;
    font-weight: bold;
    padding: 0px 8px;
    border-radius: 3px;
    position: absolute;
	line-height: normal;
	top: 1px;
}
#single-post blockquote,
#assistenza blockquote,
#faq blockquote {
	margin: 2em 5%;
	padding: 0.8em 1em;
	font-size: 1em;
	background-color: rgba(7, 74, 126, 0.8);
	border-left: 0px solid transparent;
	color: #FFF;
}
#single-post blockquote h1, #single-post blockquote h2, #single-post blockquote h3, #single-post blockquote h4, #single-post blockquote h5, #single-post blockquote h6,
#assistenza blockquote h1, #assistenza blockquote h2, #assistenza blockquote h3, #assistenza blockquote h4, #assistenza blockquote h5, #assistenza blockquote h6,
#faq blockquote h1, #faq blockquote h2, #faq blockquote h3, #faq blockquote h4, #faq blockquote h5, #faq blockquote h6 {
	color: #FFF;
	margin-top: 0px;
}
#single-post blockquote p,
#assistenza blockquote p,
#faq blockquote p {
	color: #FFF;
}

#single-post blockquote a,
#assistenza blockquote a,
#faq blockquote a {
	color: #FFF03F;
}

#single-post .item_post_content pre,
#assistenza .item_post_content pre,
#faq .item_post_content pre {
	font-size: 1em;
	font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace; 
	margin: 1.8em;
	padding: 0.8em;
	border: 0px none;
}

/* ===========
	ASSISTENZA
=========== */

#assistenza .panel-heading,
#faq .panel-heading,
.wpb_accordion_header {
	background-color: #2979B8;
	border: 0px none transparent;
}
#assistenza .panel-heading button,
#faq .panel-heading button {
	text-align: left;
	background-color: transparent;
	color: #FFF;
	font-size: 0.8em;
	line-height: normal;
	font-weight: 800;
	
	border: 0px none transparent;
}
#assistenza .panel-body ul,
#assistenza .panel-body ul li,

#faq .panel-body ul,
#faq .panel-body ul li {
	list-style-image: url(images/icon_bulletCheck.jpg);
}

#assistenza .panel button,
#faq .panel button,
#problema .panel button {
	width: 90%;
}
#assistenza .panel button:hover,
#faq .panel button:hover,
#problema .panel button:hover {
	color: #02497f;
}

.numberCircle {
    border-radius: 50%;

    width: 40px;
	height: 40px;
    padding: 7px;
    margin-top: 3px;
    margin-right: 8px;

    background: #2979B8;
    border: 2px solid #FFF;
    color: #FFF;
    text-align: center;
    display: block;
    
    font-family: "Lucida Sans Typewriter","Lucida Console",monaco,"Bitstream Vera Sans Mono",monospace;
    font-size: 20px;
	font-weight: 900;
	float: left;

}

#faq .panel, #assistenza .panel {margin-bottom: 10px;}

#faq .panel-heading, #assistenza .panel-heading {background: rgba(7, 74, 126, 0.8) none repeat scroll 0% 0%; min-height: 65px;}

#faq .numberCircle, #assistenza .numberCircle {background-color: #074a7e;}

#faq .panel-heading h4, #assistenza .panel-heading h4 {font-size: 28px; font-weight: 100;}


/* ACCORDION VISUAL COMPOSER */

.wpb_accordion_content {
	border: 1px solid #ccc;
	border-top: 0px none transparent;
}

.wpb_accordion_header a {
	font-family: "Arial Rounded MT Bold","Helvetica Rounded",Arial,sans-serif;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: normal;
	font-weight: 800;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wpb_accordion_header a:hover {
	color: #02497F;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
	top: 1.4em;
}
#squeeze-page .toggle h3 a {
	font-size: 2.3em;
	padding-top: 25px;
	padding-bottom: 25px;
}
#squeeze-page .toggle h3 a:hover {
	text-decoration: none;
}#squeeze-page .toggle .wpb_content_element p{
	font-style: inherit;
	font-size: 1.3em;
}
.squeeze-page.bgBlue h2, .squeeze-page.bgBlue h3 {
    color: #F7A000;
}
.wpb_wrapper > div {
    margin-bottom: 24px;
}
.iwithtext {
    position: relative;
}
.iwithtext .iwt-icon {
    position: absolute;
    left: 0px;
    top: 0px;
}
.iwithtext .iwt-icon img {
    width: 35px;
    height: auto;
    padding: 0px;
}
.iwithtext .iwt-text {
    padding-left: 55px;
}
.assistenza {
	margin-top: 20px;
	margin-bottom: 40px;
}




.modal-dialog {
	position:static;
/*
	top: 20%;
	position: relative;
*/
}

.widget {
	margin-bottom: 20px;
	display: inline-block;
}

/* =================================
	SQUEEZE PAGE
================================= */

#squeeze-page, .squeeze-page {
	padding-left: 6%;
	padding-right: 6%;
}
.squeeze-page h1, .squeeze-page h2, .squeeze-page h3,
#myModal h3, #dubbiModal h3  {
	color: #2979B8;
}



#single-post .squeeze-blue h4 {
	font-size: 28px;
}
#single-post .squeeze-blue h3 {
	font-size: 38px;
}

#single-post .squeeze-blue h3,
#single-post .squeeze-blue h4 {
	color: #F7A000;
	margin-top: 0.4em;
	margin-bottom: 1em;
}
.squeeze-blue .privacy label {
	margin-bottom: 20px;
	font-weight: 100;
}



/* Footer */

footer p
{
	color: #FFF;
}

.prefooter
{
    background-color: #DADFE1;
    padding-top: 20px;
    padding-bottom: 20px;
}
.prefooter h2 {
	line-height: 26px;
}

.prefooter .btn
{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    white-space: normal;
}

.footer_bottom
{
    background-color: #10566A;
    color: #FFF;
    padding-top: 8px;
    padding-bottom: 5px;
}

.footer_bottom a
{
    color: #FFF;
}

.footer_bottom a:hover, .footer_bottom a:focus
{
    color: #EC2F1B;
    text-decoration: none;
}

/*Sidebar*/

#sidebar {padding-top: 25px;}

#sidebar  .widget
{
	width: 100%;
}

.widget ul
{
    padding-left: 0px;
    list-style-type: none;
}

.widget ul li
{
    font-size: 1.2em;
    list-style-type: none;
    line-height: 30px;
}

.widget-title
{
	font-family: "Arial Rounded MT Bold","Helvetica Rounded",Arial,sans-serif;
    text-transform: uppercase;
    font-size: 1.6em;
}

.wp-post-image
{
    margin-right: 20px;
    margin-bottom: 10px;
}


/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align glyph */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }


/* Shortcode */

button#btn-squeeze, form input.btn, form button.btn {
	padding: 15px;

	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

button#btn-squeeze:hover, form  input.btn:hover, form button.btn:hover {
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

form  input[type="text"], form  input[type="email"] {
	height: 50px;
	width: 100%;
	border-width: 0px 0px 1px;
	border-style: none none solid;
	border-color: -moz-use-text-color -moz-use-text-color #FFF;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #555;
	background-color: #E0E0E0;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09) inset;
	transition: all 0.2s linear 0s;
}
form textarea.form-control {
	background-color: #E0E0E0;
	font-size: 18px;
}

.modal {
	background-color: rgba(0, 0, 0, 0.59);
}

.modal .privacy {
	font-family: 'Open Sans', Arial, sans-serif;
}

form .privacy {
	color: #999;
	font-size: 15px;
	margin-bottom: 10px;
}
form .privacy a {
	color: #333;
}

.privacy label {
	font-weight: 400;
	font-size: 16px;
	margin: 10px 0 20px;
}


/* TASTO CALL TO ACTION - VISUAL COMPOSER */

.calltoaction a {
	font-size: 1em !important;
}
.calltoaction a strong {
	font-size: 1.8em !important;
}

/* small */
.calltoactionsmall a {
	font-size: 0.8em !important;
}
.calltoactionsmall a strong {
	font-size: 1.5em !important;
}


.alphaBtn_calltoaction a:hover {
	-webkit-transition: background-color 800ms ease;
	-moz-transition: background-color 800ms ease;
	-ms-transition: background-color 800ms ease;
	-o-transition: background-color 800ms ease;
	transition: background-color 800ms ease;
	

/* 	background-color: rgba(, , , 0.85) !important; */
}



/* Responsive */

@media only screen and (max-width:479px) {
	#single-post .item_post_content, 
	#item-post,
	#assistenza .item_post_content,
	#faq .item_post_content {
		font-size: 14px;
	}
	#single-post .item_post_content p,
	#item-post .item_post_content,
	#assistenza .item_post_content p,
	#faq .item_post_content p, 
	#single-post .item_post_content li {
		font-size: 1.2em;
	}
	
	#single-post h1,
	#assistenza h1,
	#faq h1 
	{
		font-size: 2.2em;
	}
	
	#single-post h2,
	#item-post h2,
	#assistenza h2,
	#faq h2 
	{
		font-size: 2em;
	}
	
	.text-center-xs {
      text-align: center;
    }
    /* ============
	  FACEBOOK
	==============*/
	
	.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe,
	.fb-like, .fb-like span, .fb-like.fb_iframe_widget span iframe {
/* 	    width: 100% !important; */
	}
	
	.blocco-variabile { width: 50%; margin: 100px auto; }

	#fb-root { display: none; }
	.fb-like-box { background: #fff; margin: 0 }
	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	    width: 100% !important;
	}
	
	/* shrink */
	#header.shrink #brand img {
		width: 60%;
		margin-top: 0px;
	}
	
	#header.shrink .nav_menu li {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	/* end shrink */
	
	
	#wrap-container.wrappadding {
		padding-top: 80px;
	}
	
	
	

}
@media only screen and (min-width:480px) {
	button#btn-squeeze, form input.btn, form button.btn {
		font-size: 1.2em;
	}
	#single-post .item_post_content, #main-content .post {
		font-size: 14px;
	}
	
	#single-post h1,
	#assistenza h1,
	#faq h1 
	{
		font-size: 2.2em;
	}
	
	#single-post h2,
	#item-post h2,
	#assistenza h2,
	#faq h2 
	{
		font-size: 2em;
	}
	
	.text-center-xs {
      text-align: center;
    }
    /* ============
	  FACEBOOK
	==============*/
	
	.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe,
	.fb-like, .fb-like span, .fb-like.fb_iframe_widget span iframe {
	    width: 100% !important;
	}
	
	/* shrink */
	#header.shrink #brand img {
		width: 50%;
		margin-top: 0px;
	}
	
	#header.shrink .nav_menu li {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	/* end shrink */
	
	#wrap-container.wrappadding {
		padding-top: 150px;
	}
	
}
@media only screen and (min-width:768px) {
	#single-post .item_post_content, #main-content .post {
		font-size: 16px;
	}
	.text-center-xs {
      text-align: center;
    }
    #single-post h1,
	#assistenza h1,
	#faq h1 
	{
		font-size: 2.6em;
	}
	#single-post h2,
	#item-post h2,
	#assistenza h2,
	#faq h2  {
		font-size: 2.2em;
	}
	
	/* shrink */

	#header.shrink #brand img {
		width: 66.6667%;
		margin-top: 0px;
	}
	
	#header.shrink .nav_menu li {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	/* end shrink */
	
	#wrap-container.wrappadding {
		padding-top: 150px;
	}
	
	/* ============
	  FACEBOOK
	==============*/
	
	.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe,
	.fb-like, .fb-like span, .fb-like.fb_iframe_widget span iframe {
	    width: 90% !important;
	}
	
	/* ============
	  VISUAL COMPOSER
	==============*/
	.txt_padding_10{
		padding-left: 10%;
		padding-right: 10%;
	}
	.txt_padding_5{
		padding-left: 5%;
		padding-right: 5%;
	}
	.txt_padding_3{
		padding-left: 3%;
		padding-right: 3%;
	}
	
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	/* shrink */

	#header.shrink #brand img {
		width: 66.6667%;
		margin-top: 0px;
	}
	
	#header.shrink .nav_menu li {
		margin-top: 40px;
		margin-bottom: 0px;
	}
	
	/* end shrink */
	
	#wrap-container.wrappadding {
		padding-top: 70px;
	}


}


@media only screen and (min-width:1024px) {
	#single-post .item_post_content, #main-content .post {
		font-size: 16px;
	}
	
	
}
@media only screen and (min-width:1140px) {
	#single-post .item_post_content, #main-content .post {
		font-size: 18px;
	}

}
@media only screen and (min-width:1280px) {
	button#btn-squeeze, form input.btn, form button.btn {
		font-size: 1.7em;
	}
	
	#single-post .item_post_content, #main-content .post {
		font-size: 18px;
	}
	
	
	.text-center-xs {
      text-align: center;
    }
	


}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}