.home h2.entry-title:after {
    background-color: rgba(0,0,0,.25);
    max-width: 70px;
    height: 3px;
    margin: 20px auto 1em;
    display: block;
	  content: '';
}

a.actionbook {
	color: #fff;
	width: 56% !important;
	box-sizing: border-box;
}
span.callbook-icona-busta-lettera,
.callbook_under,
.callbook_logo {
	display: none;
}

.actioncall {
	padding-right: 0;
	padding-left: 1.25em;
	text-align: left !important;
	width: 44% !important;
	box-sizing: border-box;
}
#callbook > a > span.callbook-align {
    text-transform: none;
}
#cookie-law-info-again {
	bottom: 60px !important;
	right: 10px !important;
}


@media only screen and (max-device-width: 736px) and (min-device-width: 320px) {
	.actionbook {
			box-sizing: border-box;
			padding-left: 0;
		  padding-right: 1em;
	}
}

/*change header colour and layout*/
#masthead {
	background-color: white;
}

li.menu-item a {
	color: black !important;
}

ul.sub-menu {
	background-color: white !important;
}

nav#site-navigation {
	margin-top: 30px
}

button.menu-toggle {
	color: black !important;
}

@media screen and (min-width: 80em) {
.content-caption {
	max-width: 60% !important;
	}}

@media screen and (min-width: 55em)
{.standard-menu .section {
	padding-top: 7%;
	padding-bottom: 4%;
	}
}

#pl-2438 {
	font-style: normal;
}

/*change footer colour*/
footer.site-footer {
	background-color: #856485;
}

@media screen and (max-width: 55em) {
.social-block {
	background-color: #604860;
}
}

/*change button design*/

a.button {
	color: white !important;
	background-color: rgb(116,52,147) !important;
}

a.button:hover {
	background-color: #A25BC5 !important;
}

/*format top bar*/

div#tpbr_topbar #tpbr_box {
	font-family: 'Merriweather', Times, serif !important;
}

/*reduce blog title sizes on blog roll*/

body.blog h2.entry-title {
	font-size: 1rem !important;
}

/*Mobile Styles*/

@media (max-width: 550px) {
  p { font-size: .9em; }
  .content-caption .entry-content .button {
    
    font-size: 13px;
    /* font-size: .875rem; */
    font-style: normal;
    padding: 12px 15px;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
}
.welcome-btn {
    display: block;
    width: 100%;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}	
}