body {
    font-size: 1rem;
    color: #5f5f5f;
}

h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
h2 {
    margin-top: 3rem;
}
h3 {
    margin-top: 2rem;
}
h4, h5, h6 {
    margin-top: 2rem;
}

/* possibility to have Bootstrap ‘img-fluid’ images */
.img-fluid figure {
  width: 100%;
}
.img-fluid figure img {
	width: 100%;
  height: auto;
}

figcaption {
	font-size: 0.8rem;
	text-align: center;
}

/* knop rechts onderaan altijd zichtbaar, want de tijdelijke ‘header-scrolled’ class (die opacity naar 0.6 verandert) wordt precies niet toegevoegd */
.scroll-top {
    opacity: 0.3;
}


/* verwijderen extra margin toegevoegd aan accordions door WP Anchor Header plugin */
a.anchorlink.dashicons-before {
  display: none;
}
.accordion .card-title {
    margin-top: 0;
}


/* file tree: files iets groter (folders zijn 16px) */
.file-tree li.is-file { font-size: 15px; }


.pagecontent a:not(.wp-block-button__link):not(.social-twitter):not(.social-vimeo):not(.social-gplus):not(.social-tumblr):not(.social-dribbble):not(.social-lastfm):not(.page-link):not(.nav-link):not(.web):not(.anchor):not(.btn):link, a:not(.social-twitter):not(.social-vimeo):not(.social-gplus):not(.social-tumblr):not(.social-dribbble):not(.social-lastfm):not(.page-link):not(.nav-link):not(.web):not(.anchor):not(.btn):visited {
	color: #5f5f5f;
	text-decoration:underline;
	text-decoration-thickness: 0.05em;
}
.pagecontent a:not(.wp-block-button__link):not(.social-twitter):not(.social-vimeo):not(.social-gplus):not(.social-tumblr):not(.social-dribbble):not(.social-lastfm):not(.page-link):not(.nav-link):not(.web):not(.anchor):not(.btn):hover {
	color: #000000;
	text-decoration: none;
}
.pagecontent a:not(.wp-block-button__link):not(.social-twitter):not(.social-vimeo):not(.social-gplus):not(.social-tumblr):not(.social-dribbble):not(.social-lastfm):not(.page-link):not(.nav-link):not(.web):not(.anchor):not(.btn):active {
	color: #000000;
	text-decoration:underline;
	text-decoration-thickness: 0.05em;
}

.footer a:not(.wp-block-button__link):not(.social-twitter):not(.social-vimeo):not(.social-gplus):not(.social-tumblr):not(.social-dribbble):not(.page-link):not(.web):not(.anchor):not(.btn):link, a:not(.social-twitter):not(.social-vimeo):not(.social-gplus):not(.social-tumblr):not(.social-dribbble):not(.social-lastfm):not(.page-link):not(.nav-link):not(.web):not(.anchor):not(.btn):visited {
	color: #5f5f5f;
	text-decoration:underline;
	text-decoration-thickness: 0.05em;
}
.footer a:not(.wp-block-button__link):not(.social-twitter):not(.social-vimeo):not(.social-gplus):not(.social-tumblr):not(.social-dribbble):not(.social-lastfm):not(.social-lastfm):not(.page-link):not(.web):not(.anchor):not(.btn):hover {
	color: #000000;
	text-decoration: none;
}
.footer a:not(.wp-block-button__link):not(.social-twitter):not(.social-vimeo):not(.social-gplus):not(.social-tumblr):not(.social-dribbble):not(.social-lastfm):not(.social-lastfm):not(.page-link):not(.web):not(.anchor):not(.btn):active {
	color: #000000;
	text-decoration:underline;
	text-decoration-thickness: 0.05em;
}

.pagecontent a.web:link,a.web:visited {
	color:#0095dd;
	text-decoration:none;
}
.pagecontent a.web:hover{
	text-decoration:underline;
}
.pagecontent a.web:active {
	color:#000000;
	text-decoration:underline;
}

.footer a.web:link,a.web:visited {
	color:#0095dd;
	text-decoration:none;
}
.footer a.web:hover{
	text-decoration:underline;
}
.footer a.web:active {
	color:#000000;
	text-decoration:underline;
}



kbd {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	padding:0;
	padding-top:.15em;
	padding-bottom:.15em;
	margin:0;
	font-size:85%;
	color: #5f5f5f;
	background-color:#FCFCFC;
	border-radius:3px;
	border:1px solid #ddd;
}
kbd:before,kbd:after {
	letter-spacing:-.2em;
	content:"\00a0\00a0";
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fc8b8b; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(even) {
  background-color: #fcfcfc; }

.table .thead-light th {
  color: #5f5f5f;
  background-color: #fafbfb;
  border-color: #ddd;
  border-bottom: 0px; }


.imgwithBorder figure img,
.imgwithBorder img {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.border {
  border: 1px solid #d8d8d8 !important; }

/* for inline styling */
pre, code { background-color: #fafafa; }

code {
	color: #4d4e53;
	padding:0;
	padding-top:.2em;
	padding-bottom:.2em;
	margin:0;
	font-size:85%;
	border-radius:3px;
}

code::before,code::after {
	letter-spacing:-.2em;
	content:"\00a0";
	text-decoration:none;
}

/* to not have added spaces in the code blocks */
pre code::before,pre code::after {
	content:normal;
}

/* Prism started to word wrap, this fixed it back to normal */
code[class*="language-"] { white-space: pre !important; }

.colorSwatchDark {
	color: #fff;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 300;
	padding:0;
	padding-top:.2em;
	padding-bottom:.2em;
	margin:0;
	font-size:85%;
	border-radius:3px;
}

.colorSwatchLight {
	color: #444;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 300;
	padding:0;
	padding-top:.2em;
	padding-bottom:.2em;
	margin:0;
	font-size:85%;
	border-radius:3px;
}

.colorSwatchDark::before,.colorSwatchDark::after, .colorSwatchLight::before,.colorSwatchLight::after {
	letter-spacing:-.2em;
	content:"\00a0";
	text-decoration:none;
}


.spacer {
	margin-top:-10px;
	height:60px;
}

.openInFramer {
	width: 104px;
	height: 35px;
  float: right;
  margin-top: 0px;
}
.openInFrameriPhone {
	width: 120px;
	height: 35px;
  float: right;
  margin-top: 0px;
}

.designNote {
	padding: 16px 16px 16px 20px;
	border-radius: 8px;
  background-color: #98DDFF;
  margin-bottom: 40px;
  min-height: 74px;
}

.designNote p {
	margin-top: -8px;
	margin-bottom: 0px;
	color: #272727;
}

.designNote li {
	color: #000;
}

.designNote .designIcon {
	float: left;
	margin-top: 8px;
	margin-right: 16px;
}

.designNote code {
	background-color: #C1EAFF;
}

.designNote .shortcut {
	background-color: #C1EAFF;
	border:1px solid #73CEFC;
}

blockquote {
	padding:0px 15px;
	color:#777;
	border-left:4px solid #ddd;
}

/* Classic startpage */
.praise {
	text-align:center;
	font-family:"BaskervilleRegular", Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #5b5b4d;
	line-height: 28px;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

@font-face {
 font-family: 'BaskervilleRegular';
 src: url('/wp-content/themes/framerbook/assets_classic/fonts/baskerville.eot');
 src: url('/wp-content/themes/framerbook/assets_classic/fonts/baskerville.eot') format('embedded-opentype'),
      url('/wp-content/themes/framerbook/assets_classic/fonts/baskerville.woff') format('woff'),
      url('/wp-content/themes/framerbook/assets_classic/fonts/baskerville.ttf') format('truetype'),
      url('/wp-content/themes/framerbook/assets_classic/fonts/baskerville.svg#BaskervilleRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}


/* no rotating chevron for general pages */
.nav-sidebar .nav-angle-fixed {
 font-family: themify;
 font-style: normal;
 font-size: 8px;
 display: inline-block;
 line-height: 24px;
 color: #757575; }
.nav-sidebar .nav-angle-fixed::before {
 content: "\e649"; }


.toc-home::before {
	display: inline;
 }


/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 3em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-form textarea {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 1.1rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-top: 2em;
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}
/* save address patch */
.woocommerce-address-fields > p{
	clear: both;
}
/* order page button fix*/
.woocommerce-orders-table__cell .woocommerce-button:first-child{
	margin-right:10px;
}

/* top login block*/
.top_login_block{
	margin-left: auto;
}

/* my account links */
.woocommerce-MyAccount-navigation ul{
	overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.woocommerce-MyAccount-navigation ul li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	list-style: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #77a464;
	font-size: 1.50em;
}


/* MailChimp form */

.mc4wp-alert {
	color: #c09853;
	clear: both;
}
.mc4wp-success {
	color: #468847;
}
.mc4wp-notice {
	color: #3a87ad;
}
.mc4wp-error {
	color: #CD5C5C;
}


.form-control {
  border: 1px solid #ddd;
  width: inherit;
}
.form-control:focus {
	border-color: #6eb7ff;
}

select.form-control:focus::-ms-value {
  color: #999999;
  background-color: #fff; }
  
/* MailChimp Form */
.content__gdprLegal {
    margin: 0px;
    padding: 0px 20px 20px 10px;
    overflow: auto;
    color: #6d6d6d;
    width: 100%;
}

.content__gdprLegal img {
    width: 50px;
    float: left;
    margin-right: 15px;
}

.content__gdprLegal p {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 0;
}