/*Theme Name:digital design web 3.0 html5 version
Description:Developed to use on the Paddy Campbell website.
Version:4.0
Author: Lorenzo Meriggi*/
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,figcaption,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,figure,figcaption,footer,header,hgroup,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration: line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*usable html tag*/
html{-webkit-font-smoothing:antialiased;font-size:100%;overflow-y:auto;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
/*style the selection of the text*/
::-moz-selection{background:#fe57a1;color:#fff;text-shadow:none}
::selection{background:#fe57a1;color:#fff;text-shadow:none}

.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}

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

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body{font-family:Lato,Helvetica,Arial,sans-serif;
	font-size:62.5%;
	color:#D1D1D1;
	background: #f3f3f3;
	font-weight:300;
}
img{border:0;vertical-align:middle}
p {
	color: #333;
	margin-bottom:1.4em;
	line-height: 1.7em;
	font-size: 1.1rem;
}
a {color:#333;text-decoration:none}
a:hover {
	text-decoration: underline;
}
#container {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}
#content {
	background: #fff;
}
header {
	padding: 2em;
	width: 100%;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
}
header.sticky {
	/*background: rgba(255,255,255,0.7)*/
	background: #fff
}
header.sticky nav a {
	color: #333
}
header.sticky img {
	display: none;
}
header .headWrp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 0;
}
header nav ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0
}
header nav li {
	margin: 0 10px
}
header nav a {
	font-size: 16px;
	color: #333;
}
header nav a:hover {
	text-decoration: underline;
}
.sticky {
	position: fixed;
	top: 0;
	right: 0;
	width: auto
}
h1, h2, h3, blockquote {
	font-size: 3.8rem;
	font-weight: normal;
	color: #000;
	text-align: left;
	font-family: 'thryomanesnormal', Georgia, "Times New Roman", Times, serif;
}
.subTitle {
	margin-bottom: 3rem;
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.subTitle div:first-child {
	font-size: 70%
}
h1 {
	line-height: 110%;
}
h1 small {
	font-size: 2.8rem;
}
h2 {
	font-size: 2rem;
	line-height: 2.2rem;
}
h3 {
	font-size: 1.8rem;
	color: #666;
}
blockquote {
	margin: 0 auto;
	position: relative;
}
blockquote p::before {
	content: "“";
	color: #666;
}
blockquote p::after {
	content: "”";
	color: #666;
}
blockquote p {
	font-size: 2rem;
	line-height: 2.2rem;
	margin-bottom: 1rem
}
blockquote footer {
	margin-top: 0;
	font-size: 1.4rem;
	line-height: 1.6rem;
	background: none;
}

.mainTitleWrp h3 {
	margin-bottom: 1.8rem
}
.mainTitleWrp h2 {
	margin-bottom: 1.8rem
}
figcaption {
	color: #333;
	font-size: 14px;
	padding: 7px 12px;
	/*display: none;*/
}
footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	margin-top: 30px;
	background: #f3f3f3;
}
footer a {
	color: #333
}
footer p {
	font-size: 1.1rem
}
.hidden {
	display: none;
}
dl {
	width: 100%;
	overflow: hidden;
	padding: 3rem;
	margin: 0;
}
dt {
	float: left;
	width: 20%;
	padding: 0;
	margin: 0;
	font-weight: bold;
	visibility: hidden;
}
dd {
	float: left;
	width: 80%;
	padding: 0;
	margin: 0
}
dt, dd {
	color: #333;
	margin-bottom:1.4em;
	line-height: 1.7em;
	font-size: 1.1rem;
}
dt.show {
	visibility: visible;
}
ul {
	font-size: 3rem;
	margin-left: 3rem
}
#ringraziamenti {
	background: #27ae60;
	padding: 5px 8px;
	color: #fff
}
.container {
	display: flex;
	flex-direction: row;
	margin-bottom: 3rem;
}
.container .photo {
	/*min-width: 60%*/
	flex-basis: 60%;
}
.photo.centerContent {
	display: flex;
	justify-content: center;
	align-items: center;
}
.photo img {
	width: 100%
}
.photo.centerContent img {
	max-width: 100%; width: auto
}
.container .text {
	padding: 1rem;
	display: flex;
	align-items: center;
	flex-basis: 40%;
}
.container.fullPhoto {
	flex-direction: column;
}
.container.fullPhoto .text {
	flex-direction: column;
}
.calltoaction a {
	color: #000
}
.twoColumnsList {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: auto;
	grid-gap: 2rem 2rem;
	margin-bottom: 5rem;
}
.twoColumnsList figure {
	text-align: center;
	overflow: hidden;
}
.twoColumnsList img {
	width: 100%;
}
.twoColumnsList .long img {
	width: auto;
	height: 495px;
}
.twoColumnsList figcaption {
	font-size: 1.2rem;
	padding-top: 0.5rem
}

img.iconEye {
	width: 20px
}
img.iconBook {
	width: 16px
}

/* FORM */
.form_container li {
	list-style: none;
}
.form_container label {
	font-size: 18px;
	color: #555;
	display: block;
	margin-bottom: 5px
}
.form_container input,
.form_container textarea {
	width: 100%;
	font-size: 18px;
	padding: 5px 8px;
	margin-bottom: 10px
}
.form_container #submit_butt {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	padding: 8px 10px;
	font-size: 18px;
}
.form_container .required {
	color: red;
	font-style: italic;
}

address {
	font-size: 18px;
	color: #333;
	font-style: normal;
	margin-bottom: 20px
}

@media (max-width: 810px) {
	body {
		font-size:42.5%;
	}
	p {
		font-size: 0.9rem;
	}
	h1 {
		font-size: 3rem
	}
	.subTitle {
		flex-direction: column;
	}
	h2 {
		font-size: 1.8rem
	}
	header .headWrp {
		flex-direction: column;
	}
	.container, header, footer {
		flex-direction: column;
	}
	header nav {
		margin-top: 1rem
	}
	header nav a {
		color: #fff;
	}
	header nav ul {
		justify-content: center;
		flex-wrap: wrap;
	}
	header nav li {
		display: flex;
		height: 2rem;
		align-items: center;
	}
	header.sticky {
		padding: .5rem
	}
	header.sticky nav {
		margin-top: 0
	}
	.twoColumnsList {
		display: block;
	}
	dl {
		padding: 1rem
	}
	.twoColumnsList img {
		max-width: 100%;
		height: auto;
	}
	.twoColumnsList li {
		margin-bottom: 2rem
	}
}
