/*
	Theme Name: MCCP (HTML5 Blank)
	Theme URI: http://html5blank.com
	Description: Medisch Centrum Czaar Peter, based on HTML5 Blank, WordPress Theme (version 1.4 November 2018; 1.4.4 June 2020)
	Version: 1.5.0
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Author: TwelveTrains
	Author URI: https://www.twelvetrains.nl
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    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;
}
body {
	display: flex;
	font-family: 'Heebo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 100%;
	font-weight:400;
	font-style: normal;
	color: rgb(0,115,190);
	background: linear-gradient(271deg, #cfebf5, #d1e4c4, #fcf0c0, #f8d3e0);
	background-size: 800% 800%;

	-webkit-animation: mccpColorAnimation 60s ease infinite;
	   -moz-animation: mccpColorAnimation 60s ease infinite;
	     -o-animation: mccpColorAnimation 60s ease infinite;
	        animation: mccpColorAnimation 60s ease infinite;
}
@-webkit-keyframes mccpColorAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@-moz-keyframes mccpColorAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@-o-keyframes mccpColorAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@keyframes mccpColorAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
h1 {
	font-family: "futura-pt-condensed", sans-serif;
	font-size: 98px;
	line-height: 98px;
	font-weight:700;
	text-transform: uppercase;
}
h2,
h3 {
	font-size: 100%;
	font-weight:500;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
    clear:both;
}
img {
	width: 100%;
	vertical-align:bottom;
	clear: both;
}
a {
	color:rgb(0,115,190);
	text-decoration: none;
}
article a {
	text-decoration: underline;
}
a:hover {
	color: rgba(0, 115, 190, 0.5);
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

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

/* wrapper */
.wrapper {
	max-width:1000px;
	width:95%;
	margin:0 auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(10, 1fr);
}
/* header */
.header {
	position: fixed;
	margin-top: 16px;
	grid-column: 1 / -1;
	z-index: 1000;
	width: 95%;
	max-width: 1000px;
}
/* main */
main {
	margin: 93vh 0 1000px;
	grid-column: 3 / -1;
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}

/* sidebar */
.sidebar {
	position: fixed;
	top: 260px;
	grid-column: 1 / 3;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}
/* footer */
.footer {
	display: -ms-grid;
	display: grid;
	grid-column: 1 / -1;
	-ms-grid-column: 1;
	-ms-grid-row: 3;
	-ms-grid-column-span: 10;
	position: fixed;
	bottom: 5px;

}
/* logo */
.logo {
	display: flex;
	height: 100vh;
	width: 100vw;
	justify-content: center;
	align-items: center;
	position: fixed;
	opacity: 1;
	z-index: -10
}
.logo img {
	width: 20vw;
	height: auto;
}
/* nav */
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav {
	width: 100%;
}
.main-nav ul {
	max-width: 1000px;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(10, 1fr);
}
.main-nav ul li {
	font-family: "futura-pt-condensed", sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight:700;
	text-transform: uppercase;
}
.main-nav ul li:nth-of-type(1) {
	grid-column: 1 / span 2;
	-ms-grid-column: 1 / span 2;
	-ms-grid-row: 1;
}
.main-nav ul li:nth-of-type(2) {
	grid-column: 3 / span 1;
	-ms-grid-column: 3 / span 1;
	-ms-grid-row: 1;
	padding-left: 7px;
}
.main-nav ul li:nth-of-type(3) {
	grid-column: 10 / span 1;
	-ms-grid-column: 10 / span 1;
	-ms-grid-row: 1;
	padding-left: 7px;
	justify-self: end;
}
.page-nav ul ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 7px;
	width: 585px;
	padding: 13px 0 43px; 
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.page-nav ul ul {
       display: block;
	}
	.page-nav ul ul li {
       padding-bottom: 7px;
	}
	.page-container,
	#sub-wie-op-welke-dagen {
		width: 585px
	}
}
.pagenav {
	display: none;
}
#page-veelgestelde-vragen,
#page-nieuws {
	display: block;
}
#menu-item-11 a,
#menu-item-5171 a {
	width: 150px;
	display: block;
}
.page-nav li.main-page a {
	background-size: 100%;
	margin-left: -8px;
	display: block;
	width: 780px;
	height: 100px;
	color: transparent;
}
a.active-submenu {
	text-decoration: underline !important;
}
#de-praktijk {
	background-image: url(/wp-content/themes/mccp/img/menu-praktijk.png);
}
#practice {
	background-image: url(/wp-content/themes/mccp/img/menu-praktijk-en.png);
}
#het-team {
	background-image: url(/wp-content/themes/mccp/img/menu-team.png);
}
#team {
	background-image: url(/wp-content/themes/mccp/img/menu-team.png);
}
#in-de-buurt {
	background-image: url(/wp-content/themes/mccp/img/menu-in-de-buurt.png);
}
#in-the-area {
	background-image: url(/wp-content/themes/mccp/img/menu-in-de-buurt-en.png);
}
#sub-wie-op-welke-dagen article {
	margin-top: -60px;
}
#nieuws {
	background-image: url(/wp-content/themes/mccp/img/menu-nieuws.png);
}
html:lang(en-US) #nieuws {
	background-image: url(/wp-content/themes/mccp/img/menu-nieuws-en.png);
}
#patientenlogin {
	background-image: url(/wp-content/themes/mccp/img/menu-patientenlogin.png);
}
#veelgestelde-vragen {
	background-image: url(/wp-content/themes/mccp/img/menu-veelgestelde-vragen.png);
}
#frequently-asked-questions {
	background-image: url(/wp-content/themes/mccp/img/menu-veelgestelde-vragen-en.png);
}

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

.page-container {
	max-width: 585px
}
.page-container h2,
.page-container p,
.page-container li,
#page-veelgestelde-vragen li,
#page-nieuws li {
	line-height: 140%;
}
.page-container h2 {
	margin-top: 0;
}
.page-container > div {
	margin-bottom: 40px;
}
.single-page {

}

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



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

article {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 16px;
}
strong {
	font-weight:500;
}
article strong {
	font-weight:600 !important;
}
.textwidget {
	font:400 14px/17px 'Heebo';
}
small {
	font:400 9px/9px 'Heebo';
}
.color-50-percent {
	color: rgba(0, 115, 190, 0.5);
}
.footer a {
	color: rgba(0, 115, 190, 0.5);
	text-decoration: none;
}

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


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

}

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

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

}
@media only screen and (max-width:768px) {
.logo img {
	width: 30vw;
	height: auto;
	opacity: 0.1;
}
.wrapper {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: repeat(3, 1fr);
}
.header {
	position: relative;
}
.main-nav ul {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: repeat(3, 1fr);
}
.main-nav ul li:nth-of-type(1) {
	-ms-grid-column: 1;
	grid-column: 1;
}
.main-nav ul li:nth-of-type(2) {
	-ms-grid-column: 2;
	grid-column: 2;
	text-align: center;
}
.main-nav ul li:nth-of-type(3) {
	-ms-grid-column: 3;
	grid-column: 3;
	text-align: right;
	padding-left: 0;
}
.page-nav li.main-page a {
	margin-left: -4px;
	display: block;
	width: 600px;
	height: 74px;
}
.sidebar {
	-ms-grid-row: 2;
	position: relative;
	top: 16px;
}
main {
	margin: 32px 0 1000px;
	-ms-grid-column: 1;
	-ms-grid-row: 3;
	-ms-grid-column-span: 3;
	grid-column: 1 / -1;
}
}
@media only screen and (max-width:480px) {
.main-nav ul li:nth-of-type(2) {
	display: none;
}
.page-nav ul ul {
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	width: 400px;
}
.page-nav li.main-page a {
	margin-left: -4px;
	display: block;
	width: 300px;
	height: 38px;
}
article img {
	width: 390px;
	height: 194px;
}
}
@media only screen and (max-width:375px) {
article img {
	width: 356px;
	height: 177px;
}
}
@media only screen and (max-width:320px) {
.page-nav ul ul {
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	width: 300px;
}
article img {
	width: 304px;
	height: 150px;
}
footer {
	display: none;
}
}
@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;
}
.blink_me {
  animation: blinker .8s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: .3;
  }
}

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

.alignnone,
a img.alignnone {
	margin:5px 0 0 0;
}
.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;
	}
}
