/*
	Theme Name: Travelnostop Mobile
	Theme URI: https://www.edigma.it/
	Description: HTML5 Blank WordPress Theme
	Version: 1.0.0
	Author: EDIGMA
	Author URI: https://www.edigma.it/
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: Arial,Helvetica,sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (min-width:480px) {

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

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

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

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    CUSTOM
\*------------------------------------*/

html, body{
  font-size: 100%;
  background-size:cover;
  font-family: Arial,Helvetica,sans-serif;
  /*color: #555;*/
  background: rgb(255, 255, 255);
}
.posts-author_head{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
}
body a{
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding-bottom: 10px;
    padding-top: 10px;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
/*----start-container---*/
.header {background-color: #FFF;}
.banner > div {height: 100%}
.cover_img{
  max-height: 200px;
  overflow: hidden;
}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li { display: inline; }
#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #000;
border: 1px solid #446d95;
}
.edg_subheader{
  text-align: center;
}
.edg_subheader li{
  display: inline-block;
  list-style: none;
}
.edg_subheader a {
    background: #428BCA;
    color: #fff;
    font-size: 20px;
    border: 0;
    padding: 0 10px;
    transition: all 0.3s ease 0s;
}
.link_logo {
  font-size: 24px;
    font-weight: bold;
}
.link_logo a:focus {
  font-size: 24px;
    font-weight: bold;
}
.edg_subheader a:hover {
  background: #17c90e;
}
.container p {
  /*display: initial;*/
}

.pag {
  list-style: none;
}
.pag li {
  
  padding:5px;
  display: inline-block;
  margin-left: 20px;
}
.post_item h3 {
font-size: 22px;
color: white;
}
.post_item h1 {
font-size: 38px;
margin-bottom: 18px;
}
.post_item_title a {
    /* background: rgba(255, 255, 255, 0.7); */
    border-bottom: 3px solid #446d95;
    color: #000;
    display: block;
    padding: 10px 0px;
    width: 100%;
}
.post_item_title a:hover {
/*background-color: #464646;*/
}
.post_item_meta .date, .post_item_meta .categories-links a {
    color: #999 !important;
    font-size: 11px !important;
    font-weight: bold;
    margin-right: 20px;
    text-transform: uppercase;
}
.large_thumb {
position: relative;
}
.post-body img {
max-width: 500px;
}


.content .container{
  padding-right: 0px; 
  padding-left: 0px; 
}
.panel {
    position: fixed;
    left: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
}
.logo{
  float:left;
  margin-right:2em;
  margin-top: 14px;
}
.top-menu{
float:left;
width:40%;
margin-top:3.5em;
}
.swiper-pagination-bullet{
  width: 5px !important;
  height: 5px !important;
}
.search {
width: 55%;
position:relative;
}
.search form {
border: 1px solid #dbdbdb;
background:#dbdbdb;
}
.search form input[type="text"] {
padding: 5px 6px;
font-weight: 400;
font-size: 1em;
color: #fff;
border: none;
outline: none;
font-family: Droid Serif,Roboto,sans-serif;
width: 87%;
background:#dbdbdb;
}
.search form input[type="submit"] {
background: url('../images/search.png')no-repeat 0px 0px;
width: 20px;
height: 20px;
border: none;
cursor: pointer;
outline: none;
position: absolute;
top:23%;
}
.top-menu ul {
margin-top:1em;
}
.top-menu ul li {
display: inline-block;
}
.top-menu ul li a {
margin:1em 1.7em 1em 0em;
display: block;
color: #4a5054;
font-weight: 400;
font-size: 0.9em;
text-decoration: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.top-menu ul li a:hover,.top-menu ul li.active a{
color:#00aeff;
}
/*----*/
.content,.about-content,.contact-content,.single{
/*border-top:1px solid #d2d2d2;*/
/*border-bottom:1px solid #d2d2d2;*/
}
.content-main {
padding-left:0;
width:60%;
}
.content-grids {
/*margin-top: 4em;*/
}

.written{
  color: rgb(68, 68, 68);
  float:right;
  cursor: auto;
  display: inline;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 0.8em;
  font-weight: normal;
  height: auto;
  line-height: 32px;
  text-align: left;
  text-decoration: none;
}

.post-info{
/*background:#fff;*/
  position: relative;
  /*bottom: 39px;*/
padding:2em;
}
.post-info h4{
color:#afafaf;
font-family: 'Lato', sans-serif;
font-size:0.8em;
margin-bottom:1em;
}
.post-info h4 a{
  color: rgb(68, 68, 68);
  cursor: auto;
  display: inline;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 30px;
  font-weight: normal;
  height: auto;
  line-height: 32px;
  text-align: left;
  text-decoration: none;
/*font-size:1.7em;
color:#00aeff;
margin-right:0.7em;
display:inline-block;
text-decoration:none;
font-family: Droid Serif,Roboto,sans-serif;	
font-weight:400;
text-transform:uppercase;*/
}
.post-info h4 a:hover{
color: #4a5054;
}
.post-info p{
font-family: 'Lato', sans-serif;
color:#9a9da0;
font-size:0.9em;
line-height:1.5em;
margin-bottom:1em;
}
.post-info a span {
height: 18px;
width: 15px;
display: inline-block;
margin-right: 7px;
}
.post-info a {
/*color: #626465;*/
font-weight: 400;
font-size: 1em;
display: inline-block;
text-decoration: none;
}
.post-info a:hover{
/*color:#FFFFFF;*/
}
/*==================================================
 * Effect 2
 * ===============================================*/
.content-grid-info{
  position: relative;
  margin-bottom: 3em;
}

.divide{
    border-bottom: 1px solid rgb(205, 205, 205);
}
.post-info:before, .post-info:after
{
/*  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  border-bottom: 1px solid #777;*/

/*  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);*/
}
.post-info:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*----*/
.content-right {
padding-left: 1em;
}
.recent,.comments,.archives{
margin-bottom:3em;
}
.recent h3,.comments h3,.archives h3,.categories h3{
color:#4a5054;
font-size:1.1em;
margin-bottom:0.5em;
}
.recent ul li,.comments ul li,.archives ul li,.categories ul li{
display:block;
}
.recent li a,.comments ul li a,.archives ul li a,.categories ul li a{
color:#7C7C7C;
border-bottom:1px solid #a6aaae;
font-family: 'Lato', sans-serif;
font-size: 0.9em;
text-decoration: none;
padding: 6px 0 0 0;
display:inline-block;
font-weight: 400;
}
.comments ul li{
color:#7C7C7C;
font-size: 0.9em;
border-bottom:none;
margin:0 5px;
font-family: 'Lato', sans-serif;
}
.recent li a:hover,.comments ul li a:hover,.archives ul li a:hover,.categories ul li a:hover{
color:#00aeff;
}
/*----*/
.footer{
padding:1em 0;
}
.footer p{
color:#989898;
font-size:1em;
}
.footer p a{
color:#00aeff;
}
.footer p a:hover{
color:#989898;
}
/*--about--*/
.about-content,.contact-content,.single{
padding:2em 0;
}
.about-content h2{
color:#00aeff;
font-size:2em;
}
.about-grid2,.about-grid,.who-iam{
margin-top:2em;
}
.about-grid h3,.about-grid2 h3,.who-iam h3{
color: #4a5054;
font-size: 1.3em;
margin-bottom: 0.5em;
}
.about-grid p,.about-grid2 p,.who-iam p{
color: #7C7C7C;
font-family: 'Lato', sans-serif;
font-size: 0.95em;
line-height:1.8em;
font-weight: 400;
margin-bottom:1em;
}
.about-grid2 li {
list-style-image: url(../images/icon3.png);
margin: 0 0 10px 20px;
}
.about-grid2 li a {
font-family: 'Lato', sans-serif;
color: #9A9598;
font-size: 0.9em;
text-decoration: none;
}
.about-grid2 li a:hover {
color:#00aeff;
padding-left: 1em;
}
.man-info{
width:60%;
float:left;
margin-right:5%;
}
.man-pic{
width:30%;
float:left;
}
.man-info h4{
color: #4a5054;
margin-left:1em;
font-size: 1.1em;
margin-bottom: 0.5em;
}
.man-info li{
color: #7C7C7C;
font-family: 'Lato', sans-serif;
font-size: 0.95em;
margin-left:2em;
padding:5px 0;
}
/*----*/
.contact-info h2 {
color: #00aeff;
font-size: 2em;
margin-bottom: 0.5em;
}
.contact-info p {
color: #7C7C7C;
font-family: 'Lato', sans-serif;
font-size: 0.95em;
line-height: 1.8em;
font-weight: 400;
margin-bottom: 1em;
}
.contact-details form input[type="text"], .contact-details textarea {
width: 47%;
margin-right: 4%;
padding: 12px;
border: 1px solid #E2E0ED;
font-size: 1em;
margin-bottom: 2em;
color: #C2C1CB;
background: #fff;
outline: none;
font-weight: 400;
font-family: 'Lato', sans-serif;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
.contact-details form input[type="text"]:hover, .contact-details textarea:hover{
border: 1px solid #00aeff;
}
.contact-details textarea {
resize: none;
height: 200px;
width: 98%;
margin-right: 0%;
}
.contact-details form input[type="text"]:nth-child(2),.contact-details form input[type="text"]:nth-child(4){
margin-right:0%;
}
.contact-map iframe {
width: 100%;
height: 200px;
margin-top: 0.5em;
}
.company_address {
padding-left: 3em;
}
.contact-map h4, .company_address h4 {
color: #4a5054;
font-size: 1.3em;
font-weight: 400;
margin-bottom:1em;
}
.company_address p {
font-size: 1em;
color:#7C7C7C;
font-family: 'Lato', sans-serif;
line-height: 1.8em;
}
.company_address p a{
color:#7C7C7C;
}
.company_address p a:hover{
color:#00aeff;
}
.contact-details {
margin-top: 2em;
}
.contact-map {
padding:0;
}
.contact-details form input[type="submit"] {
font-weight: 400;
color:#00aeff;
outline: none;
border: 1px solid #00aeff;
font-size: 1em;
padding: 0.6em 3em;
background:transparent;
font-family: 'Source Sans Pro', sans-serif;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.contact-details form input[type="submit"]:hover{
border: 1px solid #00aeff;
background:#00aeff;
color:#fff;
}
/*----*/
.single-grid p {
  font-family: 'Lato', sans-serif;
  color: #9a9da0;
  font-size: 1em;
  line-height: 1.5em;
  margin:1em 0;
  text-align:justify;
  margin-top: 10px;
  margin-bottom: 10px;
}
div#lig_sostenitori_incontent_article img {
    width: initial !important;
}
.single-grid img{
width:100%;
height:auto;
margin-bottom: 10px;
}
ul.comment-list {
border: 1px solid #BAB6B6;
padding: 2em;
margin: 3em 0;
list-style: none;
}
.content{
  /*border-bottom: 1px solid #BAB6B6;*/
  /*padding: 0em 0.5em 1em;*/
  margin-bottom: 15px;
  /*margin-top: 15px;*/
}
.single .content {
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 10px;
}
.single .content a {
    color: #ff9d12;
    text-decoration: underline;
}
.content iframe{
  width: 100%;
    /*height: auto;*/
}
h5.post-author_head {
font-size: 1.3em;
color: #848484;
margin: 0 0 1em;
}
h5.post-author_head a{
color: #848484;
}
h5.post-author_head a:hover{
color: #00aeff;
}
ul.comment-list img {
float: left;
width: 10%;
margin-right: 20px;
}
.desc p {
font-size: 1.0em;
color: #848484;
margin-top: 1em;
display: inline-block;
font-family: 'Lato', sans-serif;
}
.desc p a{
color: #00aeff;
font-family: 'Lato', sans-serif;
}
.desc p a:hover{
color: #848484;
}
.content-form form input[type="text"], .content-form form textarea {
    padding: 10px 15px;
    width: 100%;
    color: #333;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    outline: none;
    display: block;
    margin: 10px 0;
    border: 1px solid #446d95;
}
.content-form form textarea {
    height: 100px;
    resize: none;
    border: 1px solid #446d95;
    border-radius: 15px;
}
.content-form form input[type="submit"] {
color: white;
background: #446d95;
padding: 0.4em 1.5em;
text-decoration: none;
font-size: 0.9em;
display: inline-block;
margin-top: 1em;
border: none;
outline: none;
/*border: 1px solid  #000;*/
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
text-transform: uppercase;
font-weight: bold;
}
.content-form form input[type="submit"]:hover{
background: transparent;
color:#000;
}
.content-form h3 {
color: #1B242F;
margin-bottom: 1em;
text-decoration: none;
display: block;
font-family: Droid Serif,Roboto,sans-serif;
}
/*----responsive-menu-start---*/
@media(max-width:1440px){
.man-info {
width: 65%;
}
}
@media(max-width:1024px){
.content-main {
width: 73%;
}
.content-right {
width: 27%;
}
}
@media(max-width:768px){
.logo{
/*width:29%;*/
}
.logo img{
	width:initial;
	max-height: 50px;
    margin-top: -10px;
    padding-right: 0px;
    padding-left: 30px;
}
.top-menu {
width: 60%;
margin-top:1.5em;
}
.content-grids {
/*margin-top: 3em;*/
}
.content-main {
width: 100%;
padding:0;
}
.content-grid-info img{
width:100%;
}
.content-right {
width: 100%;
margin-top:2em;
padding:0;
}
.recent, .comments, .archives,.categories {
margin-bottom:2em;
width: 50%;
float: left;
}
.about-content h2 {
font-size: 1.7em;
margin-bottom:1em;
}
.about-grid2, .about-grid, .who-iam {
margin-top: 1em;
}
.about-grid h3, .about-grid2 h3, .who-iam h3 {
font-size: 1.2em;
}
.about-grid p, .about-grid2 p, .who-iam p {
font-size: 0.9em;
}
.man-pic img{
width:100%;
}
.man-info li {
font-size: 0.9em;
}
.contact-info p {
font-size: 0.9em;
}
.contact-map h4, .company_address h4 {
font-size: 1.2em;
margin-bottom: 0.5em;
}
.company_address {
padding-left: 0em;
margin-top:2em;
}
.company_address p {
font-size: 0.9em;
}
.contact-info h2 {
font-size: 1.7em;
}
.single-main,.side-content{
padding:0;
}
.side-content{
margin-top:2em;
}
.single-grid p {
font-size: 0.9em;
}
.content-grid-info{
  margin-bottom: 2em;
}
}
@media(max-width:640px){
.search form input[type="submit"] {
top:18%;
background-size:83%;
}
.search form input[type="text"]{
padding:4px 6px;
font-size:0.85em;
}
.top-menu ul li a {
margin: 0em 1.7em 1em 0em;
}
.post-info h4 {
font-size: 0.7em;
}
.post-info h4 a {
font-size: 1.7em;
}
.post-info {
padding: 0 1.5em;
padding-bottom: 1.5em;
}
.content-grids {
/*margin-top: 10px;*/
}
.post-info p {
font-size: 0.85em;
}
.post-info a {
font-size: 1em;
}
.post-info a span {
vertical-align: top;
}
.recent h3, .comments h3, .archives h3, .categories h3 {
font-size: 1em;
}
.recent li a, .comments ul li a, .archives ul li a{
font-size: 0.85em;
}
.comments ul li a{
font-size: 0.9em;
}
.about-content h2 {
font-size: 1.5em;
}
.about-grid h3, .about-grid2 h3, .who-iam h3 {
font-size: 1.05em;
}
.about-grid p, .about-grid2 p{
font-size: 0.85em;
overflow:hidden;
height: 75px;
}
.about-grid2 li a {
font-size: 0.8em;
}
.who-iam p {
font-size: 0.85em;
}
.contact-info h2 {
font-size: 1.5em;
}
.contact-info p {
font-size: 0.85em;
overflow: hidden;
height: 48px;
}
.contact-details form input[type="text"], .contact-details textarea {
width: 100%;
margin-right: 0;
padding: 10px;
font-size: 0.85em;
margin-bottom: 1em;
}
.contact-details textarea {
height: 170px;
}
.contact-details form input[type="submit"] {
font-size: 0.83em;
padding: 0.6em 2em;
}
.contact-map h4, .company_address h4 {
font-size: 1.1em;
}
.desc p {
font-size: 1em;
}
h5.post-author_head {
font-size: 1.2em;
}
ul.comment-list {
padding: 1.5em;
margin: 2em 0;
}
.content-form h3{
font-size:1.2em;
}
.content-grid-info{
  margin-bottom: 2em;
}
}
@media(max-width:480px){
.logo {
/*margin-left: 30px;*/
width: 70%;
}
.top-menu {
width: 48%;
margin-top: 0.5em;
}
.top-menu ul li a {
margin: 0em 1em 1em 0em;
font-size: 0.8em;
}
.search {
width: 80%;
}
.search form input[type="text"] {
padding: 5px 6px;
font-size:0.8em;
width: 100%;
}
.search form input[type="submit"] {
top: 25%;
background-size: 74%;
right: 2%;
}
.post-info h4{
font-size: 0.6em;
}
.post-info h4 a {
font-size: 1.8em;
}
.post-info p {
font-size: 0.8em;
}
.post-info a {
font-size: 1em;
}
.post-info a span {
width: 12px;
background-size: 100%;
vertical-align: text-bottom;
}
.recent h3, .comments h3, .archives h3, .categories h3 {
font-size: 0.95em;
}
.recent li a, .archives ul li a {
font-size: 0.79em;
}
.comments ul li a{
font-size: 0.88em;
}
.about-content h2 {
font-size: 1.4em;
}
.about-content, .contact-content, .single {
padding: 1.5em 0;
}
.about-grid h3, .about-grid2 h3, .who-iam h3 {
font-size: 1em;
}
.about-grid p, .about-grid2 p {
font-size: 0.8em;
}
.about-grid2 li {
margin: 0 0 7px 20px;
}
.who-iam p {
font-size: 0.8em;
overflow: hidden;
height: 113px;
}
.man-info h4 {
font-size: 1em;
}
.man-info li {
font-size: 0.75em;
padding: 4px 0;
margin-left: 1em;
}
.contact-details {
margin-top: 1em;
}
.contact-details form input[type="submit"] {
margin-bottom: 1em;
}
.img-slid {
    width: 167px;
    height: 105px;
    overflow: hidden;
}
.img-slid img {
    width: 100%;
}
.single-grid p {
font-size: 18px;
    color: black;
/*overflow: hidden;
height: 165px;*/
}
.content-grid-info{
  margin-bottom: 1.5em;
}
}
@media(max-width:320px){
  .img-slid {
    width: 140px;
    height: 105px;
    overflow: hidden;
}
.widget_search input#s{
  width: 262px !important;
}
.logo {
  width: 78%;
  margin-right:0.5em;
}
.logo img {
  width: 100%
}
.top-menu {
width:60%;
}
.top-menu ul {
margin-top: 0.5em;
}
.top-menu ul li a {
margin: 0em 0.5em 0em 0em;
font-size: 0.75em;
}
.search form input[type="text"] {
padding: 1px 6px;
font-size: 0.8em;
}
.post-info {
padding: 1em;
    padding-top: 0;
}
.post-info h4 a {
font-size: 1.8em;
margin-bottom: 0.5em;
margin-right: 1.7em;
}
.post-info p {
font-size: 0.77em;
overflow: hidden;
height: 40px;
margin-bottom: 0.5em;
}
.recent,.categories {
margin-bottom: 1.5em;
width: 100%;
}
.comments,.archives{
display:none;
}
.footer {
padding: 1em 0;
}
.footer p {
font-size: 0.8em;
text-align:center;
}
.about-content h2 {
font-size: 1.2em;
}
.about-content, .contact-content, .single {
padding: 1em 0;
}
.about-grid h3, .about-grid2 h3, .who-iam h3 {
font-size: 0.9em;
}
.about-grid p, .about-grid2 p {
font-size: 0.77em;
margin-bottom: 0.5em;
height: 70px;
}
.about-grid2 li a {
font-size: 0.75em;
}
.about-grid2 li:nth-child(2){
display:none;
}
.man-info {
width: 100%;
margin-right: 0%;
}
.who-iam p {
font-size: 0.77em;
height: 89px;
}
.man-info li {
padding: 3px 0;
margin-left: 0em;
}
.man-info h4 {
margin-left: 0em;
}
.man-pic {
width: 100%;
margin-top: 1em;
}
.contact-info h2 {
font-size: 1.3em;
}
.contact-info p {
font-size: 0.77em;
height: 51px;
line-height: 1.5em;
}
.contact-details form input[type="text"], .contact-details textarea {
padding: 6px;
font-size: 0.8em;
margin-bottom: 0.6em;
}
.contact-details textarea {
height: 135px;
}
.contact-details form input[type="submit"] {
font-size: 0.8em;
padding: 0.5em 2em;
}
.contact-map h4, .company_address h4 {
font-size: 1em;
}
.company_address p {
font-size: 0.85em;
}
.single-grid p {
font-size: 18px;

}
ul.comment-list {
padding: 1em;
margin: 1em 0;
}
h5.post-author_head {
font-size: 1em;
}
.desc p {
font-size: 0.8em;
margin-top: 0em;
}
.content-form form input[type="text"], .content-form form textarea {
padding: 6px 10px;
font-size: 0.8em;
}
.content-form form textarea {
height: 135px;
}
.content-form h3 {
font-size: 1.1em;
}
}




/* CUSTOM */
h2, .h2 {
    font-size: 34px !important;
    line-height: 36px !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-weight: 700 !important;
    color: #555 !important;
}
.post-category
{
    display: inline-block;
    background: #446d95;
    text-transform: uppercase;
    vertical-align: top;
    margin-top: -2px;
    margin-left: 10px;
}
.post-category a
{
  color: white;
  padding: 3px 7px;
  font-weight: bold;
  font-size: 14px;
}
.single
{
  padding: 0;
}
.post-featured
{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.post-date
{
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.post-date h5
{
  font-weight: 700;
}
.post-views
{
  display: inline-block;
  margin-right: 10px;
}
.post-author
{
  display: inline-block;
}
.content-form
{
  margin-bottom: 20px;
}
.post-recenti-single {
    width: 50%;
    display: inline-block;
    padding: 10px 5px;
    vertical-align: top;
}
.post-recenti-title
{
  font-size: 16px;
}
.post-recenti-label
{
    background: #446d95;
    color: white;
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
.post-recenti-img-container
{
    height: 130px;
    overflow: hidden;
}
.post-recenti-img
{
  width: auto !important;
  height: 100% !important;
  min-width: 100%;
}
.mm-menu.mm-white {
    background: #ffffff !important;
    color: #446d95 !important;
    text-transform: uppercase;
    font-family: 'Francois One', sans-serif;
}
.mm-list > li > a, .mm-list > li > span{
  font-size: 18px;
}
div[id^="sr-player-"].video-js {
  width: 100% !important;
}
div#pv_video > div {
  width: 100% !important;
  height: auto !important;
}
.video-js.vjs-fill, .video-js .vjs-tech {
  width: 100% !important;
  height: auto !important;
}
.lrshare_more
{
  display: none !important;
}
.lrshare_sharingcounter
{
  display: block !important;
  right: 60px !important;
}
.lr-ss-icon-facebook:after {
    content: "Facebook";
    vertical-align: middle;
    font-weight: bold;
}
.lr-ss-icon-twitter:after {
    content: "Twitter";
    vertical-align: middle;
    font-weight: bold;
}
.lr-ss-icon-facebook {
    float: left;
    margin-left: 5px;
}
.lr-ss-icon-twitter {
    float: left;
    margin-left: 10px;
}
.lrshare_interfacehorizontal
{
  margin-bottom: 10px !important;
}
div.gallery_prev:hover, div.gallery_next:hover {
    background-color: #446d95;
    border-color: #446d95;
    color: #ffffff;
}
div.gallery_prev {
    display: block;
    width: 40%;
    height: 50px;
    border-radius: 3px;
    float: left;
    color: #ffffff;
    text-align: center;
    line-height: 46px;
    text-transform: uppercase;
    font-size: 47px;
    position: relative;
    overflow: hidden;
    margin: 20px 10px;
    background-color: #446d95;
    transition: all 0.25s linear;
    border: 1px solid;
    font-weight: 100;
}
div.gallery_next {
    display: block;
    width: 40%;
    height: 50px;
    border-radius: 3px;
    float: right;
    color: #ffffff;
    text-align: center;
    line-height: 46px;
    text-transform: uppercase;
    font-size: 47px;
    position: relative;
    overflow: hidden;
    margin: 20px 10px;
    background-color: #446d95;
    transition: all 0.25s linear;
    border: 1px solid;
    font-weight: 100;
}
div.gallery_prev:hover, div.gallery_next:hover {
    background-color: #446d95;
}
.gallery_pagination
{
    display: inline-block;
    width: 100%;
}

a.next {
    position: absolute;
    right: -35px;
    top: 350px;
    background-color: #446d95;
    border: 3px solid #446d95;
    border-radius: 50%;
    z-index: 9999;
    width: 55px;
    height: 55px;
}
a.next > img {
    position: relative;
    left: 1px;
    width: 30px;
    height: 20px;
    top: 15px;
}
a.prev {
    position: absolute;
    left: -35px;
    top: 350px;
    background-color: #446d95;
    border: 3px solid #446d95;
    border-radius: 50%;
    z-index: 9999;
    width: 55px;
    height: 55px;
}
a.prev > img {
    position: relative;
    right: -18px;
    width: 30px;
    height: 20px;
    top: 15px;
}

.widget_search input#s {
    height: 30px;
    padding: 0 10px 0 30px;
    background: url(/wp-content/themes/travelnostop_mobile/images/layout.png) 6px -294px #fff no-repeat;
    border: 0;
    box-shadow: inset 0 1px 1px #fff;
    color: #555;
    font-size: 14px;
    font-weight: 300!important;
    width: calc(100% - 59px);
    -webkit-appearance: none !important;
    border-left: 4px solid #446d95;
    border-bottom: 4px solid #446d95;
    float: left;
}
.page_links {
      height: 46px;
}
.page_link{
      background-color: #ff9d12 !important;
    margin: 0 5px 0 0;
    display: inline-block;
    float: left;
    line-height: 1;
    text-decoration: none !important;
    padding: 10px 13px;
    background: white;
    border: 1px solid #ff9d12;
    min-width: 36px;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    color: black !important;
}
.page_link.current_page {
      background-color: #ff9d12!important;
    margin: 0 5px 0 0;
    display: inline-block;
    float: left;
    line-height: 1;
    text-decoration: none !important;
    padding: 10px 13px;
    background: #0274BE;
    min-width: 36px;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    color: black !important;
}
.page_link.current_page.a:active { background: orange}

.lwl-horizontal .lwl-article {
  width: 140px !important;
}
div.prev_article
{
    display: block;
    height: 50px;
    border-radius: 3px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    overflow: hidden;
    margin: 20px 10px;
    background-color: #446d95;
    transition: all 0.25s linear;
    border:1px solid;
}
div.next_article
{
    display: block;
    height: 50px;
    border-radius: 3px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    overflow: hidden;
    margin: 20px 10px;
    background-color: #446d95;
    transition: all 0.25s linear;
    border: 1px solid;
}
div.prev_article a, 
div.next_article a
{
    color: #fff;
}

div.prev_article_fix {
  position: fixed;
  left: -35px;
  top: 300px;
  background-color: #446d95;
  border: 3px solid #446d95;
  border-radius: 50%;
  z-index: 9999;
  width: 60px;
  height: 60px;
  color: white;
}
div.next_article_fix{
  position: fixed;
  right: -35px;
  top: 300px;
  background-color: #446d95;
  border: 3px solid #446d95;
  border-radius: 50%;
  z-index: 9999;
  width: 60px;
  height: 60px;
  color: white;
}
.prev_article_fix a {
  line-height: 50px;
  color: white;
  margin-left: 34px;
  text-decoration: none;
  font-size: 23px;
  padding: 15px 10px 15px 0;
}
.next_article_fix a {
  line-height: 50px;
  color: white;
  margin-left: -2px;
  text-decoration: none;
  font-size: 23px;
  padding: 15px 0 15px 10px;
}

#cookie-notice
{
  padding: 5px;
}
#cn-accept-cookie, #cn-more-info
{
    color: #446d95;
    margin-left: 10px;
    border: 1px solid;
    padding: 0px 5px;
}

/* FOOTER Si24-like - START */
#footer {
    width: 100%;
    /*height: 300px;*/
    background: #313131;
    border-top: solid 4px #446d95;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin: auto;
    position: relative;
    color: rgba(255,255,255,0.8);
    font-size: 11px;
    display: block;
    font-weight: bold;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover {
    color: rgba(255,255,255,0.8);
    text-decoration: underline;
}
#footer .logo_footer {
    margin: 20px;
}
#footer .legal_info {
    margin: 20px;
}
#footer .socials_footer {
    position: absolute;
    top: 150px;
    left: 0;
    margin-left: 30px;
}
#footer .socials_footer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#footer .socials_footer li {
    margin: 1px auto;
}
#footer .socials_footer a {
    text-decoration: none;
}
#footer .socials_footer ul img {
    vertical-align: middle;
}
#footer .other_info {
    position: absolute;
    top: 61%;
    margin-left: 130px;
}
#footer .edigma {
    margin-left: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
    width: 125px;
    position: absolute;
    top: 45%;
    left: 0;
}
#footer .edigma_logo {
    margin-left: 20px;
    width: 120px;
    position: absolute;
    top: 50%;
    left: 0;
}
/* FOOTER Si24-like - END */

.section-title
{
  width: 100%;
  background-color: #446d95;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
  padding-left: 15px;
}
fieldset{
  min-width: 300px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
h2.l24m_purple{
    border-bottom: 3px solid #bc63a7;
    color: #bc63a7 !important;
}
h2.l24m_blue{
    border-bottom: 3px solid #6463bc;
    color: #6463bc !important;
}
h2.l24m_green{
    border-bottom: 3px solid #63bc9f;
    color: #63bc9f !important;
}
h2.l24m_lightblue{
    border-bottom: 3px solid #63b8bc;
    color: #63b8bc !important;
}
h2.l24m_red{
    border-bottom: 3px solid #bc6363;
    color: #bc6363 !important;
}
h2.l24m_yellow{
    border-bottom: 3px solid #dad15f;
    color: #dad15f !important;
}
h2.l24m_lightgreen{
    border-bottom: 3px solid #7dda5f;
    color: #7dda5f !important;
}
h2.l24m_bluel2{
    border-bottom: 3px solid #596ae4;
    color: #596ae4 !important;
}
h3.l24m_purple{
    border-bottom: 3px solid #bc63a7;
    color: #bc63a7 !important;
}
h3.l24m_blue{
    border-bottom: 3px solid #6463bc;
    color: #6463bc !important;
}
h3.l24m_green{
    border-bottom: 3px solid #63bc9f;
    color: #63bc9f !important;
}
h3.l24m_lightblue{
    border-bottom: 3px solid #63b8bc;
    color: #63b8bc !important;
}
h3.l24m_red{
    border-bottom: 3px solid #bc6363;
    color: #bc6363 !important;
}
h3.l24m_yellow{
    border-bottom: 3px solid #dad15f;
    color: #dad15f !important;
}
h3.l24m_lightgreen{
    border-bottom: 3px solid #7dda5f;
    color: #7dda5f !important;
}
h3.l24m_bluel2{
    border-bottom: 3px solid #596ae4;
    color: #596ae4 !important;
}

.banner_multiregion
{
	margin-bottom: 3em;
}
#banner_header
{
	margin: 10px 0px;
  overflow: hidden;
}
.addthis_toolbox.addthis_default_style {
  display: inline-block;
}
.entry-tag-links {
  font-family: Cambria, serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.4em;
  padding-top: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #666;
  margin-top: 10px;
  color: #000;
}
.entry-tag-links span {
  color: #000;
  font-size: 16px;
  font-weight: bold !important;
  margin-right: 5px;
}
.entry-tag-links a {
  display: inline-block;
  text-decoration: none;
  color: #BF7300;
}
.entry-tag-links a:hover {
  color: #000;
  text-decoration: underline;
}
.pagination {
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  font: 14px/24px sans-serif !important;
  margin: 0px 20px;
}
.pagination span.current {
  border: none;
  background: #616161;
  box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
  color: #FFCC00;
  text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 0px 9px;
  margin-right: 4px;
  border-radius: 3px;
  border: solid 1px #c0c0c0;
  background: #e9e9e9;
  box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
  font-size: .875em;
  font-weight: bold;
  text-decoration: none;
  color: #717171;
  text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}
.titolo1 {
    font-family: 'Arimo', sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: -1px;
}
.testodettaglio2 {
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.2em;
    margin-top: 20px;
}
.testodettaglio2 > p
{
    font-family: 'Arimo', sans-serif;
    font-size: 16px !important;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.2em;
}
.testodettaglio2 a
{
    color: blue;
    text-decoration: underline;
}
.firsttitolo {
    font-size: 90% !important;
    line-height: 19px !important;
    padding-top: 10px;
}
.titolochisiamo {
    font-size: 100% !important;
    padding-top: 30px !important;
}
.titoloservice {
    font-family: 'Arimo', sans-serif;
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 5px;
}
.oldmonitor {
    float: left;
    width: 210px;
}
.testodettaglio3 {
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.2em;
    margin-top: 10px;
}
.titoloservice2 {
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 4px;
}
.page-template-logos .testodettaglio2 {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 20px;
    margin-top: 0;
}
.page-template-logos .testodettaglio2 > p {
    font-family: 'Arimo', sans-serif;
    font-size: 14px !important;
    letter-spacing: normal;
    line-height: 20px;
}
.titolopub {
    font-size: 20px;
    font-weight: bold;
    padding-top: 50px;
}
.titolopub2 {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
    background-color: #E1E1E1;
    font-family: Tahoma, Geneva, sans-serif;
}
.titolopub2 table, .titolopub2 p
{
    margin: 0 !important;
}
.titolopub2 td
{
    padding: 0;
}
.titolosez {
    background-color: #436D97;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    padding: 5px;
}
.pdfsez {
    background-color: #CDDBE9;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
}
.pdfsez a {
    color: #000;
    text-decoration: none;
    display: inline;
}
.pdfsez a:hover {
    text-decoration: underline;
}
.testosezione {
    padding-top: 5px;
    padding-left: 10px;
    font-size: 14px !important;
    line-height: 16px;
    padding-right: 10px;
}
.testosezione p
{
    font-size: 14px !important;
    line-height: 16px;
}
.opinione .post_item_title {
    font-style: italic;
}
.single.opinione .firmaopinionedett {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;
    margin-top: 5px;
}
.single.opinione .firmaopinionedett .firmabold {
    font-size: 115%;
}
.azienda
{
    padding: 0px 20px;
}
.azienda .aziendffiliata {
    padding: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #333;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #333;
    background-attachment: scroll;
    background-image: url(/wp-content/uploads/2016/09/bgdaffiliato.png);
    background-repeat: repeat;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.azienda .logovip {
    height: 68px;
    width: 80px;
    position: absolute;
    margin-top: -38px;
    margin-left: 65%;
}
.azienda .datiazienda {
    float: left;
    padding-right: 15px;
}
.azienda .nomeaffiliato {
    font-family: 'Arimo', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.azienda .nomecatres {
    white-space: pre-line;
    background-color: #DBDBDB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 3px;
    display: inline-block;
}
.azienda .nomecatres span {
    position: relative;
    left: -3px;
}
.azienda .datiaffiliato {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    line-height: 16px;
}
.azienda .ricercanoaffi {
    margin-bottom: 7px;
}
.azienda .risultatodb1 {
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.azienda .risultatodbdati {
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000;
    padding-bottom: 3px;
}
.single-azienda img
{
  width: initial;
  height: initial;
  margin-bottom: initial;
}
.single-azienda .aziendffiliatadett {
    background-attachment: scroll;
    background-image: url(/wp-content/uploads/2016/09/bgdaffiliato.png);
    background-repeat: repeat;
    padding: 10px;
}
.single-azienda .titolettoaffiliato {
    background-color: #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    text-transform: uppercase;
    position: static;
    width: 100px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 8px;
    margin-left: -30px;
    margin-top: 5px;
    margin-bottom: 10px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.single-azienda .nomeaffiliato {
    font-family: 'Arimo', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.single-azienda .datiaffiliato {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    line-height: 16px;
}
.single-azienda .linkdettagli {
    margin-top: 3px;
    margin-bottom: 3px;
}
.single-azienda #embedded_map {
    margin-top: 10px;
}
.single-azienda .spaceraffiliato {
    background-attachment: scroll;
    background-image: url(/wp-content/uploads/2016/09/bgdspaceraff.gif);
    background-repeat: repeat;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 2px;
}
.single-azienda .daticamere {
    margin-top: 5px;
    height: 23px;
    margin-bottom: 7px;
}
.single-azienda .daticamere ul {
    margin-bottom: 10px;
}
.single-azienda .daticamere ul li {
    float: left;
    list-style-type: none;
    padding: 3px;
    border: 1px solid #000;
    margin-right: 5px;
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    line-height: 16px;
}
.single-azienda .daticamere ul li strong {
    font-size: 120%;
}
.single-azienda .serviziodettaglio {
    margin-bottom: 7px;
}
.single-azienda .serviziodettaglio img {
    margin-right: 3px;
}
.single-azienda .salemmetingdettaglio {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    text-align: justify;
}
.single-azienda .iconmeeting {
    float: left;
    margin-right: 15px;
}
.single-azienda .descrizionesalemeeting {
    font-style: italic;
    padding-top: 5px;
}
.single-azienda .descrizioneaffiliato {
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    line-height: 20px;
}





