/* CSS RESET ++ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, p,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

* {
	
	-webkit-tap-highlight-color: transparent;
	
}

/*
* {
 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-tap-highlight-color: transparent;
}

*/

/* CSS RESET -- */
/* ------------------------------*/
/* OVERAL STYLE ++*/

@font-face {
  font-family: "MunkenSansWeb-Regular";
  src: url("/wp-content/themes/punctum_2020/fonts/MunkenSansWeb-Regular.woff") format("woff"); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MunkenSansWeb-Medium";
  src: url("/wp-content/themes/punctum_2020/fonts/MunkenSansWeb-Medium.woff") format("woff"); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MunkenSansWeb-Bold";
  src: url("/wp-content/themes/punctum_2020/fonts/MunkenSansWeb-Bold.woff") format("woff"); 
  font-weight: normal;
  font-style: normal;
}




html, body {
	width:100%;
	/* height:100%; */
}

body {
	background-color:#c4dbeb;
	font-family: "MunkenSansWeb-Regular";
	overscroll-behavior-y: none;
}	

body.white {
	background-color:#f0f0f0
}	

h1 {
	font-size:35px;
	margin-bottom:30px;
	font-family: "MunkenSansWeb-Bold";
}

h2 {
	font-size:35px;
	margin-bottom:30px;
	font-family: "MunkenSansWeb-Bold";
	margin-top:60px;
}

div.inner-wrapper p {
	margin:15px 0;
	font-size:16px;
	line-height:26px;
	line-height:30px;
}

div.inner-wrapper a {
	color:#000;
	border-bottom:1px solid #000;
	padding-bottom:2px;
	text-decoration:none;
	transition-duration:0.3s;
}

div.inner-wrapper ol ,
div.inner-wrapper ul {
	margin-left:0px;
	/* border-top:2px solid #646464; */
	/* border-bottom:2px solid #646464; */
	margin:60px 0;
}


div.inner-wrapper ol li,
div.inner-wrapper ul li {
	margin:10px 0;
	margin-left:30px;
	font-size:14px;
	line-height:26px;
	text-align:left !important;
	color:#646464;
}

div.inner-wrapper a:hover {
	border-bottom:1px solid transparent;
}

.global-wrapper {
	height:100%;
	position:relative;
	display:table;
	width:100%;
}

	.width-wrapper {
		width:100%;
		max-width:1440px;
		padding:0 30px;
		margin:0 auto;
		box-sizing:border-box;
		position:relative;
	}
	
	.inner-wrapper { 
		max-width:600px;
		margin:0 auto;
		margin-top:60px;
	}
	
	.inner-wrapper.wide {
		max-width:100%;
	}
	

/* OVERAL STYLE -- */
/* ------------------------------*/
/* ------------------------------*/
/* HEADER ++  */

header {
	padding:30px 0;
}



	header div.inline {
		display:inline-block;
		box-sizing:border-box;
		vertical-align:top;
		/* border:1px solid red; */
	}
	
	header div.inline.left {
		width:25%;
		padding-top:5px;
	}
	
	header div.inline.right {
		width:75%;
		text-align:right;
	}
	
	header div.inline.left-large {
		width:80%;
		text-align:left;
	}
	
	header div.inline.right-large {
		width:20%;	
		text-align:right;
		padding-top:26px;
	}
	
			header div.inner-inline {
				display:inline-block;
				box-sizing:border-box;
				
			}
			
				header div.inner-inline.left {
					width:74%;
				}
			
				header div.inner-inline.right {
					width:26%;
					text-align:right;
					padding-bottom:5px;
					padding-left:34px;
				}
				
				header div.space {
					display:block;
					height:26px;
				}
				
			
	

		a.logo {
			font-size:35px;
			line-height:35px;
			/* font-size:2vw; */
			text-decoration:none;
			color:#000;
			font-family: "MunkenSansWeb-Bold";
			position:relative;
			white-space:nowrap;
			/* margin-top:-2px; */
			display:inline-block;
		}	
		
			a.logo span {
				/* position:absolute; */
				/* right:-75px; */
				/* top:0px; */
				/* font-size:37px; */
				/* font-size:2vw; */
					
			}

		footer p.title,
		header p.title {
			font-size:16px;
			/* font-size:0.9vw;	 */
			line-height:26px;
			font-family: "MunkenSansWeb-Medium";
			max-width:120px;
			margin-top:10px;
		}
		
		header p.title {
			float:left;	
		}
		
		
		
		ul.menu-main {
			list-style:none;
			display:inline-block;
			float:right;
			margin-top:27px;
		}
		

			ul.menu-main li {
				display:inline-block;
				margin-left:25px;
			}
			
		
			
				ul.menu-main li a {
					color:#000;
					text-decoration:none;
					/* font-size:28px; */
					font-size:26px;
					/* font-size:1.7vw;	 */
					padding-bottom:2px;
					line-height:28px;
					line-height:32px;
					font-family: "MunkenSansWeb-Medium";
					border-bottom:2px solid transparent;
					transition-duration:0.3s;
					display:block;
				}
				
				ul.menu-mobile li a {
					
				}
				
				ul.menu-main li a.active,
				ul.menu-main li a:hover {
					border-bottom:2px solid #000;
				}
				
				ul.menu-mobile li a.lang {
					display:inline-block;
				}
				
				ul.menu-mobile li a.search {
					width:25px;
					height:25px;
					background-image:url('/wp-content/themes/punctum_2020/img/icon-search2.svg');
					background-repeat:no-repeat;
					background-size:cover;
					float:right;
					padding:0;
					margin-top:13px;
					margin-right:30px;
				}	
				
				ul.menu-mobile>li>a.search:hover {
					background-color: transparent;					
				}
				
				
		header ul.menu-mobile {
			list-style:none;
			display:none;
			width:100%;
			border-top:2px solid #000;
			margin-top:8px;
		}
		
			ul.menu-mobile>li {
				display:block;
				border-bottom:2px solid #000;
			}
			
			ul.menu-mobile>li:last-child {
				border-bottom:0 none;
				padding:12px 0 11px 0;
			}
			
				ul.menu-mobile>li>a {
					color:#000;
					text-decoration:none;
					/* font-size:28px; */
					font-size:20px;
					/* font-size:1.7vw;	 */
					padding-bottom:2px;
					line-height:28px;
					font-family: "MunkenSansWeb-Medium";
					border-bottom:2px solid transparent;
					transition-duration:0.3s;
					display:block;
					padding:11px 30px 9px 30px;
				}

				ul.menu-mobile>li>a:hover,
				ul.menu-mobile>li>a.active {
					background-color: #c4dbeb;					
				}


				ul.menu-mobile li ul {
					margin-left:30px;
				}

		ul.menu-lang {
			list-style:none;
			display:inline-block;
		}
		
			ul.menu-lang li a {
				color:#000;
				text-decoration:none;
				font-size:26px;
				font-family: "MunkenSansWeb-Medium";
			}
	
	
		ul.socials {
			margin-top:-2px;
			display:inline-block;
			margin-left:20px;
		}
		
			ul.socials li {
				display:inline-block;
				/* font-size:30px; */
				font-family: "MunkenSansWeb-Medium";
			}
			
				ul.socials li a {
					color:#000;
					line-height:30px;
					text-decoration:none;
					font-size: 24px;		
				}
				
			a.about {
				color: #000;
				line-height: 30px;
				text-decoration: none;
				font-size: 24px;
				border-bottom:2px solid transparent;
				display:inline-block;
				font-family: "MunkenSansWeb-Medium";
				transition-duration:0.3s;
			}	
			
			a.about.active,
			a.about:hover {
				border-bottom:2px solid #000;
			}
			
			a.about.active:hover {
				cursor:default;
			}
				
		
		#searchbutton {
			position:relative;
			display:table;
			margin-left:auto;
			width:100%;
			border-bottom:2px solid #000;
			font-size:20px;
			font-family: "MunkenSansWeb-Medium";
			text-decoration:none;
			color:#000;
		}
		
		body.search #searchbutton {
			display:none;
		}
		
		
				#searchbutton a  {
					position:absolute;
					right:0;
					top:-30px;
					
					
				}
				
				
				
	a.toggle-menu {
		right: 0px;
		outline: none;
		width: 25px;
		display: inline-block;
		/* vertical-align: middle; */
		/* margin-top:10px; */
		display:none;
		margin-top:3px;
	}
	
		a.toggle-menu div.nav-icon {
			width: 25px;
			/* height: 20px; */
		}
		
		.nav-icon span.line_top, .nav-icon span.line_middle, .nav-icon span.line_bottom {
			display: block;
			height: 2px;
			background-color: #000;
			transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-webkit-transition: all .2s ease-in-out;
		}
		
		.nav-icon span.line_middle, .nav-icon span.line_bottom {
			margin-top: 9px;
		}
		
		.opened .nav-icon span.line_top {
			transform: translateY(9px) rotate(135deg);
			/* transform: translateY(9px) rotate(135deg); */
		}

		.opened .nav-icon span.line_middle {
			-webkit-transform: scale(0);
		}
				
		.opened .nav-icon span.line_bottom {
			transform: translateY(-13px) rotate(-135deg);
		}
		
		a.scroll-top-header {
			display:none;
			background-image:url('/wp-content/themes/punctum_2020/img/icon-arrow-up.svg');
			width:25px;
			height:25px;
			background-size:25px;
			background-position:center center;
			margin-top:2px;
		}	
		
		
header.sticky {
	position:fixed;
	/* background-color:rgba(255,255,255,0.9); */
	/* border-bottom:2px solid #000; */
}

header.sticky.opened {
	/* background-color:#FFF; */
	/* border-bottom:2px solid transparent; */
}

	header.opened div.space,
	header.sticky div.space {
		display:none;
	}
	
	header.opened p.title {
		display:none;
	}
	
	header.opened {
		padding-bottom:0;
	}
	
	header.opened ul.menu-mobile {
		display:block;
	}
	
	header.sticky a.logo,
	header.sticky p.title {
		display:none;
	}
	
	
			
	/* header.sticky.opened a.logo, */
	header.opened a.logo {
		display:inline-block;
	}
	
	header.sticky a.scroll-top-header {
		display:block;	
	}
	
	header.sticky.opened a.scroll-top-header {
		display:none;
	}


@media screen and (max-width:1024px) {
	
	header {
		padding:20px 0 20px 0px;
		padding:15px 0 15px 0px;
		background-color:#fff;
		/* position:fixed; */
		width:100%;
		z-index:200;
	}
	
	header.sticky {
	}

		
		header div.inline.left {
			width:80%;
			padding-top:0px;
		}
		
		header div.inline.right {
			width:20%;
			text-align:right;
		}
		
			header div.inner-inline {
				display:none;
			}
			
		header div.inline.right-large,
		header div.inline.left-large {
			display:none;
		}
	
	a.logo {
		font-size:23px;
		line-height:22px;
		/* margin-top:3px; */
	}	
	
		a.logo span{
			display:none;
		}	
	
	
	a.toggle-menu { 
		display:inline-block;
	}
	
	footer p.title,
	header p.title {
		font-size:13px;
		max-width:120px;
		line-height:18px;
		margin-top:5px;
	}
	
	ul.socials {
		/* display:none; */
	}
	
	ul.socials li {
		/* font-size:25px; */
	}

	ul.menu-mobile>li>a {
		font-size:23px;
		font-weight:normal;
	}


	ul.menu-mobile li ul.socials a {
		font-size: 23px;
	}
	
	
}

/* HEADER -- */
/* ------------------------------*/
/* ------------------------------*/
/* SEARCH ++ */

.searchform {
	margin-top:120px;
	width:100%;
	max-width:800px;
	margin-left:auto;
}

	.searchform input[type=text] {
		border:0 none;
		background-color:transparent;
		border-bottom:2px solid #000;
		width:100%;
		font-size: 26px;
		outline:none;
		padding-right:80px;
		line-height:0;
		font-family: "MunkenSansWeb-Regular";
		box-sizing:border-box;
	}
		
		div.form-container {
			position:relative;
		}
		
			div.form-container a {
				position:absolute;
				right:0;
				top:0;
				font-size: 26px;
				color:#000;
				text-decoration:none;
				font-family: "MunkenSansWeb-Medium";
			}
	
	.searchform div.radio {
		display:inline-block;
		font-size: 26px;
		font-family: "MunkenSansWeb-Medium";
		margin-left:10px;
	}

	.searchform label {
		/* margin-left:10px; */
		cursor:pointer;
	}
	
	
	#search-results {
		width:100%;
		text-align:left;
		margin-top:80px;
	}
	
	#search-results div.article {
		/* display:none; */
	}	
	
	
	.radio-container {
		display: inline-block;
		position: relative;
		padding-left: 25px;
		margin-bottom: 12px;
		cursor: pointer;
		font-size: 20px;
		font-family: "MunkenSansWeb-Medium";
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		margin-left:20px;
	}
	
	
		.radio-container input {
		  position: absolute;
		  opacity: 0;
		  cursor: pointer;
		}
			
		.checkmark {
			position: absolute;
			top: 12px;
			top: 7px;
			left: 0;
			height: 13px;
			width: 13px;
			/* background-color: #eee; */
			border-radius: 50%;
			border:1px solid #000;
		}
		
		
		
		.radio-container input:checked ~ .checkmark {
		  background-color: #000;
		}
		
		.radio-container .checkmark:after {
				top: 9px;
				left: 9px;
				width: 8px;
				height: 8px;
				border-radius: 50%;
				background: white;
			}
			
		
@media screen and (max-width:1024px) {	
	.radio-container {
		font-size: 20px;
	}
	.checkmark {
		top: 7px;
	}
}
			
	

/* SEARCH -- */
/* ------------------------------*/
/* ------------------------------*/
/* SECTION ++ */

section.content {
	padding:30px 0;
}

	section.content div.inline {
		display:inline-block;
		box-sizing:border-box;
		vertical-align:top;
	}
	
	section.content div.inline.left {
		width:80%;
	}
	
	section.content div.inline.left.align-right {
		text-align:right;
	}
	
	
	section.content div.inline.right {

		width:20%;
		padding-left:40px;
	}
	
	
		section.content div.inner {
			display:inline-block;
			box-sizing:border-box;
			vertical-align:top;
			margin:20px 0;
		}
		
			section.content div.inner.left {
				width:30%;
			}
			
			section.content div.inner.right {
				width:70%;
			}
			


@media screen and (max-width:1024px) {	
	section.content div.inline.left {
		width:100%;
		display:block;
	}
	
	section.content div.inline.right {
		display:none;
	}
	
	a.scroll-top {
		display:none;
	}
}			


@media screen and (max-width:1024px) {
	.inner-wrapper { 
		max-width:100%;
		margin:0 auto;
	}
	
	section.content div.inner.left,
	section.content div.inner.right {
		width:100%;
		display:block;
	}

}

	
	
/* articles list ++ */

div.articles-list {
	
}

	div.articles-list div.article {
		display:inline-table;
		vertical-align:top;
		box-sizing:border-box;
		margin-bottom:30px;
	}
	
	div.articles-list div.article.full-width {
		width:100%;
	}
	
	div.articles-list div.article.half-right,
	div.articles-list div.article.half-left {
		width:50%;
	}
	
	div.articles-list div.article.half-right {
		padding-right:15px;
	}
	
	div.articles-list div.article.half-left {
		padding-left:15px;
	}
	
	div.articles-list div.article.half-width {
		width:50%;
		display:inline-block;
	}
	
	div.articles-list div.article.third-width {
		width:33.33%;
	}
	
	div.articles-list div.article.half-width.left { padding-right:15px; }
	div.articles-list div.article.half-width.right { padding-left:15px; }
	
	div.articles-list div.article.third-width.left { padding-right:22.5px; }
	div.articles-list div.article.third-width.middle { padding-left:7.5px; padding-right:7.5px;}
	div.articles-list div.article.third-width.right { padding-left:22.5px; }
	
	div.articles-list div.article.load-more-hidden {
		border:1px solid red;
		display:none;
	}
	
	
		div.articles-list div.article a {
			color:#000;
			text-decoration:none;
			font-family: "MunkenSansWeb-Medium";
			border:2px solid #000;
			display:table;
			width:100%;
			overflow:hidden;
		}
		
		
			div.articles-list div.article div.img {
				height:220px;
				width:100%;	
				background-position:center center;
				background-size:cover;
				-webkit-filter: grayscale(100%);
				filter: grayscale(1);
				transition-duration:0.3s;
			}
			
			div.articles-list div.article.full-width div.img {
				height:270px;
				height:370px;
				background-size:cover;
				/* background-position:center top -50px; */
				background-repeat:no-repeat;
				transition: transform .5s ease;
				/* transform: scale(1.05); */
			}
			
			div.articles-list div.article a:hover  div.img {
				-webkit-filter: grayscale(0%);
				filter: grayscale(0);
				/* transform: scale(1.0); */
			}
		
			div.articles-list div.article div.inner {
				position:relative;
				/* padding:15px 30px 25px 30px; */
				padding:5px 30px 25px 30px;
			}
			
				div.articles-list div.article div.inner p.tag {
					margin-bottom:10px;
					text-transform:uppercase;
				}
				
				div.articles-list div.article div.inner p {
					position:relative;
					font-size:17px;
					line-height:26px;
				}
				
				div.articles-list div.article div.inner p.title {
					font-size:30px;
					line-height:35px;
					margin-bottom:10px;
				}
			
				div.articles-list div.article.third-width div.inner p,
				div.articles-list div.article.half-width div.inner p {
					font-size:14px;
					line-height:23px;
				}
			
				div.articles-list div.article.third-width div.inner p.title,
				div.articles-list div.article.half-width div.inner p.title {
					font-size:25px;
					line-height:35px;
				}
		
				
			
	div.recomendations {
		border:2px solid #000;
	}
	
		div.recomendations div.inner {
			padding:15px;
		}
		
			
			
			div.recomendations div.inner a {
				color:#000;
				text-decoration:none;
				font-size:14px;
				margin-bottom:25px;
				display:block;
			}
			div.recomendations div.inner a.video {
				margin-bottom:10px;	
			}
			
			
			div.recomendations div.inner p.title,
			div.recomendations div.inner a.title {
				font-size:20px;
				font-family: "MunkenSansWeb-Medium";
				margin-bottom:15px;
			}
	
				div.recomendations div.inner a img {
					width:100%;
					margin-bottom:5px;
					-webkit-filter: grayscale(100%);
					filter: grayscale(1);
					transition-duration:0.3s;
				}
				
				div.recomendations div.inner a:hover img {
					-webkit-filter: grayscale(0%);
					filter: grayscale(0);
				}


@media screen and (max-width:1024px) {
	
	div.articles-list div.article.third-width.left { padding-right:0px; width:100%; }
	div.articles-list div.article.third-width.middle { padding-left:0px; padding-right:0px; width:100%;}
	div.articles-list div.article.third-width.right { padding-left:0px;  width:100%;}
	
	
	div.articles-list div.article.half-width.left { padding-right:0px; width:100%; }
	div.articles-list div.article.half-width.right { padding-left:0px; width:100%; }
	
	
	/*
	div.articles-list div.article.tablet-left { padding-right: 15px!important;	width:50%; }
	div.articles-list div.article.tablet-right { padding-left: 15px!important; width:50%; }
	*/

}


@media screen and (max-width:1024px) {
	
	div.articles-list div.article.half-width {
		width:100%;
		display:block;
	}
	
	div.articles-list div.article.half-width.left {
		padding-right: 0px;
	}
	
	div.articles-list div.article.half-width.right {
		padding-left: 0px;	
	}
	
	div.articles-list div.article.third-width.left,
	div.articles-list div.article.third-width.middle,
	div.articles-list div.article.third-width.right{
		padding: 0px;
	}

	div.articles-list div.article.third-width {
		width:100%;
		display:block;
	}
	
	div.articles-list div.article div.inner {
		padding: 5px 20px 25px 20px;
		
	}
	
	
	div.articles-list div.article div.inner p.title {
		font-size:25px;
		
	}
	
	div.articles-list div.article div.inner p {
		position:relative;
		font-size:14px;
	}

}



/* articles list -- */
/* article open ++ */

div.article-open {
	/* border:1px solid red; */
}

	div.article-open div.inline {
		display:inline-block;
		vertical-align:top;
		box-sizing:border-box;
	}
	
	div.article-open div.inline.left {
		width:50%;
	}
	
	div.article-open div.inline.right {
		width:30%;
		padding-left:40px;
		padding-top:120px;
		/* margin-bottom:-60px; */
	}
	
	div.article-open h1 {
		margin-bottom:10px;
	}
	
	div.article-open p.date {
		margin-bottom:5px;
	}
	
	div.article-open p.date.excerpt {
		margin-top:20px;
		font-family: "MunkenSansWeb-Bold";
		font-size:18px;
		line-height:28px;
	}
	
	div.article-open a.author {
		color:#000;
		text-decoration:none;
		margin-bottom:5px;
		display:inline-block;
		transition-duration:0.3s;
		border-bottom:1px solid transparent;
	}
	
	div.article-open a.author:hover {
		border-bottom:1px solid #000;
	}
	
	div.article-open p.category {
		text-transform:uppercase;
		margin-bottom:5px;
	}
	
	p.caption {
		margin-top:10px;
	}
	
	h1.about {
		margin-bottom:10px;
	}
	
	section.content div.captions div.inline {
		width:50%;
		vertical-align:bottom;
	}
	
	section.content div.captions div.inline.right {
		text-align:right;	
	}
	
	img.featured {
		width:100%;
		margin-bottom:15px;
	}
	
	div.article-open img {
		width:100%;
		height:auto;
	}
	
	div.article-open div.inner-wrapper div {
		/* width:100% !important; */
		height:auto;
	}
	

@media screen and (max-width:1024px) {
	
	
	div.article-open {
		padding-top:40px;
	}

	
	div.article-open div.inline.left {
		width:100%;
		display: table-footer-group;
	}
	
	div.article-open div.inline.right {
		width:100%;
		padding-left:0px;
		padding-bottom:0px;
		display: table-header-group;
	}
	
		div.article-open div.inline.left img  {
			padding-top:30px;
		}
	
	section.content div.captions div.inline {
		width:100%;
		display:block;
	}	
		
}



/* article open -- */
/* SECTION -- */
/* ------------------------------*/
/* ------------------------------*/
/* FOOTER ++  */

body.page footer {display:none; }

footer {
	padding:0 0 30px 0;
}

	footer div.inline {
		display:inline-block;
		box-sizing:border-box;
		vertical-align:bottom;
	}
	
	footer div.inline.left {
		width:85%;
	}
	
	footer div.inline.right {
		width:15%;
		text-align:right;
	}
	
			footer div.inner-inline {
				display:inline-block;
				box-sizing:border-box;
			}
			
				footer div.inner-inline.left {
					width:75%;
				}
			
			
				footer div.inner-inline.right {
					width:25%;
					/* text-align:right; */
				}
				
				
	a.scroll-top {
		color:#000;
		text-decoration:none;
		background-image:url('/wp-content/themes/punctum_2020/img/icon-scroll-top.png');
		padding-top:110px;
		background-size:25px;
		background-repeat:no-repeat;
		width:70px;
		text-align:left;
		font-size:14px;
		padding-left:10px;
		transition-duration:0.3s;
		background-position:left top 5px;
		position:fixed;
		bottom:40px;
		right:cacl(100% - 1500px);
		display:table;
		opacity:0;
	}
	
	a.scroll-top:hover {
		background-position:left top 0px;
	}
	
	body.white a.scroll-top {
		position:relative;
		opacity:1;
		right:auto;
		bottom:0;
	}
	
	
@media screen and (max-width:1000px) {	
	
}

@media screen and (max-width:820px) {	

}

@media screen and (max-width:1024px) {
	a.scroll-top  {
		display:none;
	}
	
	footer {
		margin-top:30px;
	}
	
}



				

/* FOOTER -- */
/* ------------------------------*/
/* ------------------------------*/

div.share {
}

	div.share p {
		display:inline-block;
		margin-right:5px;
	}
	
	div.share a {
		display:inline-block;
		vertical-align:middle;
		color: #000;
		line-height: 30px;
		text-decoration: none;
		font-size: 24px;
		border-bottom:0 none !important;
		margin:0px;
	}
	
	div.share span {
		display:inline-block;
		vertical-align:middle;
		font-size: 24px;
		line-height: 30px;
	}


#loader-icon {
	width:100%;
	text-align:center;
	display:none;
}

	#loader-icon img {
		width:40px;
	}
	
	
.printfriendly  {
	/* width:20px; */
	margin-top:30px;
	height:20px;
	display:table;
	background-size:20px;
	background-repeat:no-repeat;
	background-position:right center;
}


	.printfriendly  a {
		display:block;
		width:100%;
		height:100%;
		text-decoration:none;
		/* border:0 none!important; */
	}
	
	
	iframe {
		width:100% !important;
	}
	
	
div.related-posts {
	margin:40px 0;
	margin-left:-1%;
	width:102%;
}

	div.related-posts div.article  {
		display:inline-block;
		width:31.33%;
		margin:0 1%;
		margin-bottom:30px;
	}
	
		div.related-posts div.article p.title {
			margin-top:20px;
		}
	
		div.related-posts div.post img {
			width:100%;
			height:200px;
			opacity:0;
		}
		
@media screen and (max-width:1000px) {	
	div.related-posts div.article  {
		width:48%;
	}	
}

		
@media screen and (max-width:820px) {	
	div.related-posts div.article  {
		width:98%;
	}	
}

.wp-caption {
	width:100% !important;
}