/*
Theme Name:  Fourth Wall Child Theme. Child for Twenty Twenty One.
Theme URI:  to come
Description: FWall Child theme for the Twenty Twenty One theme.
Author:  mhobbs
Textdomain:  mhobbs
Author URI:  https://rachelmccollin.com/
Template:  twentytwentyone
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/

/*body {
	max-width: 2400px !important;
	margin: 0 auto !important;
}
*/

/* MyStyles */
.site-main {
	padding-bottom: 0!important;
	background-color: white;
	color: black;
	padding-top:0!important;
}
article {
	margin-top:0 !important;
}
.site-info {
	border-top: none!important;
}
.entry-content {
	margin: 0 !important;
}

.site-logo .custom-logo {
	max-height: 80px !important;
}

@media only screen and (min-width: 600px) {
	.site-logo .custom-logo {
		max-height: 100px !important;
	}
}


.widget-area a,
.widget-area,
.menu-wrapper a {
	color: white!important;
}
.post-navigation,
.entry-footer,
.page-template-default .entry-header,
.post-template-default .entry-header {
	display: none !important;
}
.site-footer {
	padding-bottom: 0!important;
}
.powered-by {
	font-size: 11px;
	float: left;
	margin-bottom: 5px;
}

@media only screen and (min-width: 421px) {
	.powered-by {
		font-size: 11px;
		margin-right: 92px;
		float: unset;
	}
}

h2,
h3,
h4,
h5,
h6,
li {
	font-family: 'PT Sans', sans-serif !important;
	padding-top: 0!important;
	padding-bottom: 0!important;
	margin-top: 0!important;
	margin-bottom: 0!important;
}
a {
	color: black !important;
	background: unset !important;
}

.wp-block-column p {
	padding-top: 0!important;
	margin-top: 0!important;
}


.blocks-gallery-item {
	margin: 0 !important;
	padding: 0 !important;
}
@media only screen and (max-width: 420px) {
	.blocks-gallery-item {
		width: unset !important;
	}
}

a, a:hover{
	color: #0086e2 !important;
	text-decoration: none!important;
}


/*Gallery Updates*/	
.blocks-gallery-grid {
	margin: 0 auto;
	width: 100%;
}

.interactive-gallery img:hover {
	opacity: 0.2;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}
.interactive-gallery .blocks-gallery-item__caption {
	height: 100% !important;
	padding: 0  !important;
	background: none !important;
	font-family: 'PT Sans', sans-serif !important;
}
.interactive-gallery .blocks-gallery-item__caption a {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: black !important;
	opacity: 0;
	padding: 10px;
	position: relative;
	text-shadow: 0 1px 1px rgba(1, 1, 1, 0.4) !important;
}

@media only screen and (max-width: 1366px) {
	.interactive-gallery .blocks-gallery-item__caption a {
		z-index: 2 !important;
	}
	.interactive-gallery .blocks-gallery-item__caption a {
		opacity: 1 !important;
	}
	.interactive-gallery .blocks-gallery-item__caption::before {
		content: "";
		background-color: black !important;
		position: absolute;
		opacity: 0.25;
		height: 100%;
		width: 100%;
		left: 0;
		z-index: 1;
	}
}

.interactive-gallery .blocks-gallery-item__caption:hover a {
	opacity: 1 !important;
	z-index: 2;
}
.interactive-gallery .blocks-gallery-item__caption:hover::before,
.video-rollover:hover::before {
	content: "";
	background-color: black !important;
	position: absolute;
	opacity: 0.55;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 1;
}

.blocks-gallery-item__caption {
	line-height: 20px;
}
.blocks-gallery-item__caption code,
.blocks-gallery-item__caption strong {
	position: relative;
	font-size: 1.4em;
}
.blocks-gallery-item__caption a span:nth-of-type(2) {
	padding-top: 10px !important;
}


@media only screen and (min-width: 768px) {
	.blocks-gallery-item__caption code {
		font-size: 1.8em;
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media only screen and (min-width: 600px) {
	.wrap {
		display: flex;
	}

	.type-post {
		margin-bottom:0 !important;
	}

	.widget-area {
		padding-top: 20px!important;
		margin-top:0!important;
	}
}

.menu-button-container #primary-mobile-menu {
	color: white !important;
}
.type-post {
	margin-bottom:10px !important;
}

#masthead {
	max-width: 100% !important;
	position: absolute;
	z-index: 2;
	/*width: 100%;*/
	padding-top:0;
	padding-bottom:0;
	padding-right:20px;
	padding-left:20px;
}

/* FONTS */
.entry-content,
.entry-content h2
.entry-content h3,
.entry-content h4,
.entry-content p,
aside,
aside a {
	font-family: 'PT Sans', sans-serif !important;
}
code,
code a span {
	font-family: 'Fredoka One' !important;
	letter-spacing: 0 !important;
}
.wp-block-cover code {
	text-shadow: 0 2px 2px rgba(1, 1, 1, 0.4) !important;
}
.wp-block-cover code strong {
	font-weight: 400;
}

@media only screen and (max-width: 421px) {
	.wp-block-cover:first-of-type {
		min-height: 400px !important;
	}
	.milo-min-height {
		min-height: 300px !important;
	}
}

@media only screen and (max-width: 768px) {
	.wp-block-cover h1 {
		padding-top: 80px;
	}
}

#site-navigation a {
	font-family: 'PT Sans', sans-serif !important;
}



/* Footer */
.widget-area h2 {
	font-family: 'Fredoka One' !important;
	font-weight: unset;
	font-size: 25px  !important;
}

.wp-block-latest-posts__list a {
	color: black !important;
	font-size: 1.2em !important;
	font-weight:bold;
		font-family: 'Fredoka One' !important;
}

.wp-block-latest-posts__list div {
	margin-top:0px !important;
}

@media only screen and (max-width: 600px) {
	.menu-primary-nav-container {
		margin-top: 15px !important;
	}
}

.widget-area #menu-primary-nav-1 {
	clear: both !important;
	font-weight: 700 !important;
}

body.custom-background {
	background-repeat: repeat-x !important;
}



/* Start of Splash Screen */
#site-navigation {display:none}
body.home aside {
	display:none !important;
	visibility: 0;
}
body.home main {
	background-color: transparent;
}

body.home .site-info {
	margin-top: 0!important;
	padding-top: 0!important;
}

@media only screen and (min-width: 600px) {
	body.home .site-logo {
		display: none;
	}
}


.powered-by {
	color: black;
	text-align: right;
	font-family: 'PT Sans', sans-serif !important;
}
body.home .powered-by {
	display : none !important ;
}
body.home #masthead {
	position: absolute;
	margin: 0 auto;
}
body.home #site-navigation {
	display: none;
	margin: 0 auto;
	z-index: 10;

}
.home {
	background-image: none !important;
}



body.home .slide-1,
body.home .slide-2 {
	display: none;
	margin-bottom: 0 !important;
}

/*@media only screen and (max-width: 420px) {
	body.home .vidbg-container {
		-webkit-animation: fadein 4s linear forwards !important;
		animation: fadein 4s  !important;
		animation-delay: 0s !important;
		animation-fill-mode: backwards  !important;
	}
}*/

@media only screen and (min-width: 421px) {
	body.home .vidbg-container {
		-webkit-animation: fadein 4s linear forwards;
		animation: fadein 8s;
		animation-delay: 4s;
		animation-fill-mode: backwards;
	}
}

@media only screen and (min-width: 600px) {
	/*Splash screen animations */
	body.home .slide-1,
	body.home .slide-2 {
		display: block;
		position: absolute;
		margin-top:0;
		top: 45%;
		left: 50%;
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

	body.home .slide-1 {
		-webkit-animation: fadeinout 6s linear forwards;
		animation: fadeinout 6s linear forwards;
	}
	body.home .slide-2 {
		-webkit-animation: fadein 6s linear forwards;
		animation: fadein 6s;
		animation-delay: 6s;
		animation-fill-mode: backwards;
	}
}

@media only screen and (min-width: 600px) {
	body.home .entry-content .slide-1 img {
		height: 200px;
		width: auto;
	}
}
body.home .entry-content .slide-2 img {
	height: 200px;
	width: auto;
}

@media only screen and (max-width: 375px) {
	body.home .entry-content .slide-2 img {
		height: 160px;
	}
}
@media only screen and (min-width: 378px) and (max-width:1366px) {
	body.home .entry-content .slide-2 img {
		height: 200px;
	}
}
@media only screen and (min-width: 1025px) {
	body.home .entry-content .slide-2 img {
		height: 300px;
	}
}
@media only screen and (min-width: 420px) {
	body.home  {
		height: 100vh;
	}
}
@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@keyframes fadeinout {
	0%,100% { opacity: 0; }
	50% { opacity: 1; }
}


/* End of Splash Screen */
ul#splash-menu-list {
	z-index: 10;
	padding-left:0;
	text-align: center;
	position: fixed;
    left: 0;
    right: 0;
	bottom: 4%;
}
ul#splash-menu-list li {
	color: white;
	position: relative;
	list-style: none;
	line-height: 47px;
}
ul#splash-menu-list li:hover {
	color: #fbc043;
}
ul#splash-menu-list li a {
	color: white !important;
	padding: 15px;
	position: relative;
	top: -15px;
	font-family: 'PT Sans', sans-serif !important;
}
ul#splash-menu-list li a:hover {
	font-weight: bold;
}
ul#splash-menu-list li:last-child {
	border-right: none;
}

@media only screen and (min-width: 600px) {
	ul#splash-menu-list li {
		height: 18px;
		font-size: 20px;
		display:inline-block;
		margin-bottom:0;
		border-right: 1px solid;
		bottom: 25%;
	}
}

@media only screen and (max-width: 600px) {
	ul#splash-menu-list {
		text-align: left;
		/*margin-left: 25%;
		bottom: 7%;*/
		margin-left: 30%;
		top: 30%;
	}
	ul#splash-menu-list li {
		margin-bottom: 18px;
		font-weight:bold;
	}
	ul#splash-menu-list li a {
		font-size: 35px;
		padding: 0 !important;
	}
}

.primary-menu-container,
.primary-mobile-menu {
	display:none !important;
}

/* Start of main Hamburger Menu */
/* line 535, assets/sass/06-components/navigation.scss */
#custom-nav .hamburger {
	position: fixed;
	/* keep the hamburger button above everything */
	z-index: 100;
	top: 1rem;
	right: 1rem;
	width: 3rem;
	height: 3rem;
	background: transparent;
	cursor: pointer;
  }
  /* line 546, assets/sass/06-components/navigation.scss */
  #custom-nav .xIcon {
	display: none;
  }
  /* line 548, assets/sass/06-components/navigation.scss */
  #custom-nav .xIcon:after {
	content: url("/wp-content/themes/fwchildtheme/assets/images/hamburger-f2.png");
	position: absolute;
	left: 10%;
	bottom: -10px;
  }
  /* line 556, assets/sass/06-components/navigation.scss */
  #custom-nav .menuIcon:after {
	content: url("/wp-content/themes/fwchildtheme/assets/images/hamburger-f1.png");
	position: absolute;
	left: 10%;
	bottom: -10px;
  }
  /* line 564, assets/sass/06-components/navigation.scss */
  #custom-nav button,
  #custom-nav button:hover {
	border: none;
	outline: none;
  }
  /* line 570, assets/sass/06-components/navigation.scss */
  #custom-nav .material-icons {
	margin-left: -100px;
	width: 100%;
  }
  /* line 574, assets/sass/06-components/navigation.scss */
  #custom-nav .menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background: #e74911;
	color: white;
	transform: translateX(100%);
	transition: transform 0.2s;
	list-style: none;
	padding-top: 4rem;
	z-index: 20;
	margin: 0;
	background-image : url("/wp-content/themes/fwchildtheme/assets/images/menu-background.png") ;
	background-position: right bottom; 
	background-size: 700px;
   	background-repeat: no-repeat; /*Prevent showing multiple background images*/
  }

  @media only screen and (max-device-height: 420px) {
	.custom-nav-primary {
		position:relative;
		padding-top: 20%;
	}

	.custom-nav-primary li {
		display: inline-block !important;
		padding-right: 10px;
		
	}
  }


  @media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
	#custom-nav .menu-overlay {
		background-size: 900px;
		background-position: -30px bottom;
		padding-top: 25px;
	}
  }

  @media only screen and (min-device-width: 1025px) {
	#custom-nav .menu-overlay {
		background-size: 1100px;
		background-position: 70px bottom;
		padding-top: 13rem;
	}
  }

  @media only screen and (min-device-width: 1952px) {
	#custom-nav .menu-overlay {
		background-size: 1500px;
		background-position: bottom;
	}
  }
  
  /* line 591, assets/sass/06-components/navigation.scss */
  /*#custom-nav .menu-overlay:after {
	content: url("/wp-content/themes/fwchildtheme/assets/images/menu-background.png");
	position: absolute;
	left: 10%;
	bottom: -10px;
  }*/
  /* line 598, assets/sass/06-components/navigation.scss */
  #custom-nav .showMenu {
	transform: translateX(0%);
  }
  @media only screen and (min-device-width: 768px) {
	/* line 598, assets/sass/06-components/navigation.scss */
	#custom-nav .showMenu {
	  transform: translateX(40%);
	  box-shadow: -2px 0px 2px 1px rgba(1, 1, 1, 0.2);
	}
  }
  @media only screen and (max-device-width: 420px) {
	/* line 598, assets/sass/06-components/navigation.scss */
	#custom-nav .showMenu {
	    padding-top: 23%;
	}
  }


  /* line 604, assets/sass/06-components/navigation.scss */
  #custom-nav .showMenu li {
	line-height: 40px;
	list-style: none;
  }
  /* line 607, assets/sass/06-components/navigation.scss */
  #custom-nav .showMenu li a {
	font-family: 'PT Sans', sans-serif !important;
	color: white
  }
  /* line 613, assets/sass/06-components/navigation.scss */
  #custom-nav .menuLink {
	display: inline;
	font-size: 2rem;
	color: white;
	text-decoration: none;
  }
  /* line 619, assets/sass/06-components/navigation.scss */
  #custom-nav .menuLink:hover {
	text-decoration: underline;
  }
  /* line 623, assets/sass/06-components/navigation.scss */
  #custom-nav .menu-contact {
	vertical-align: top;
	display: none;
  }

  @media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
	#custom-nav .menu-contact {
		margin-left: 50px;
		margin-top: 40px;
	  }
  }

  .custom-nav-primary li a:hover {
	font-weight: bold;
  }

  .custom-nav-primary li a.is-active {
	color: #fbc043 !important;
	font-weight: bold;
  }

  .custom-nav-primary li a:not(.is-active)  {
	color: white !important;
  }

  #custom-nav .custom-nav-primary {
	padding-top: 0 !important;
	font-size: 24px !important;
	line-height: 18px !important;
  }

  @media only screen and (min-device-width: 768px) {
	/* line 623, assets/sass/06-components/navigation.scss */
	#custom-nav .menu-contact {
	  display: inline-block;
	  width: 50%;
	}
  }
  /* line 630, assets/sass/06-components/navigation.scss */
  #custom-nav .menu-contact h3 {
	font-size: 25px !important;
	font-family: 'Fredoka One' !important;
	margin-bottom: 20px  !important;
  }
  /* line 635, assets/sass/06-components/navigation.scss */
  #custom-nav .menu-contact p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px !important;
	font-family: 'PT Sans', sans-serif !important;
  }
  /* line 640, assets/sass/06-components/navigation.scss */
  #custom-nav .menu-contact a {
	color: white !important;
  }
  /* line 643, assets/sass/06-components/navigation.scss */
  #custom-nav .menu-contact .custom-nav-social-share {
	margin-bottom: 20px;
  }
  /* line 648, assets/sass/06-components/navigation.scss */
  #custom-nav .custom-nav-primary {
	font-size: 45px !important;
	display: inline-block;
	padding-top: 25%;
	font-weight: 400;
	margin-top: -10px;
  }
  @media only screen and (min-device-width: 767px) {
	/* line 648, assets/sass/06-components/navigation.scss */
	#custom-nav .custom-nav-primary {
	  width: 25%;
	  margin-top: 0;
	}
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
	#custom-nav .custom-nav-primary {
		width: 100%;
	}
  }
  @media only screen and (min-device-width: 1025px) {
	/* line 648, assets/sass/06-components/navigation.scss */
	#custom-nav .custom-nav-primary {
	  width: 35%;
	  padding-left: 90px !important;
	  margin-top: -10px;
	}
  }
  /* line 659, assets/sass/06-components/navigation.scss */
  #custom-nav .custom-nav-primary li {
	line-height: 60px;
	list-style: none;
  }
  /* line 665, assets/sass/06-components/navigation.scss */
  #custom-nav .custom-nav-secondary {
	padding: 0;
  }
  /* line 667, assets/sass/06-components/navigation.scss */
  #custom-nav .custom-nav-secondary li {
	font-size: 14px;
	line-height: 20px;
  }
  
  /* End of main Hamburger Menu */

  #custom_html-4 a {
	display:  inline-block;
	padding-bottom: 9.5px;
	padding-right: 5px;
  }

  #menu-footer-support-pages li,
  #menu-footer-support-pages-2 li {
	  line-height: 12.5px !important;
  }


#custom_html-2 .custom-html-widget {
	font-size: 14px !important;
}
/* Start of Widget Footer Nav */
@media only screen and (max-width: 768px) {
	.widget-area {
		padding-top:0 !important;
		margin-top: 0 !important;
		padding-bottom: 140px !important;
	}
	.social-wrapper .social-widget {
		min-width: 320px;
	}
	.social-wrapper .social-widget a {
		position: relative;
		top: -8px;

	}
	#menu-footer-support-pages-2 {
		margin-top: -3px;
	}
	.menu-footer-support-pages-container {
		min-width: 150px;
	}
}

@media only screen and (max-device-width: 420px) {
	.widget-area {
		/*padding-bottom: 160px !important;*/
		padding-bottom: 240px !important;
	}
	#nav_menu-5 {
		display: none;
	}
	.menu-footer-support-pages-container {
		float: none !important;
		margin-top: 40px  !important;
		margin-bottom: 40px  !important;
	}
	.menu-footer-support-pages-2-container {
		margin-top: 30px  !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
	.social-wrapper .social-widget {
		min-width: 350px;
	}
	#nav_menu-5 {
		margin-top: 0;
		padding-bottom: 30px;
	}
	#menu-primary-nav-1 li {
		display: inline-block;
		padding-right: 10px;
	}
	.menu-footer-support-pages-container {
		min-width: 150px;
	}
}

@media only screen and (min-width: 421px) and (max-width: 1366px) {
	.widget-area {
		padding-bottom: 180px !important;
	}
	.social-wrapper {
		margin-top: 60px !important
	}
	#nav_menu-5 {
		margin-top: 82px !important
	}
}


@media only screen and (min-width: 1367px) {
	.widget-area {
		padding-top: 20px !important;
		margin-top:0 !important;
		padding-bottom: 210px !important;
		line-height: 20px;
	}
	#nav_menu-3 {
		margin-top: 60px;
	}
	.menu-footer-support-pages-container {
		min-width: 240px;
	}
	.social-wrapper {
		position: relative;
		margin-left: 240px;
	}
	.social-wrapper .social-widget {
		padding-bottom: 10px;
		position: absolute;
		left: 30px;
		min-width: 200px;
		top: 1px;
	}
	.menu-footer-support-pages-2-container {
		position: relative;
		top: 68px;
		left: 30px;	
		min-width: 140px;
	}
	#custom_html-4 {
		margin-left:-30px;
	}
	#custom_html-2 p,
	#nav_menu-3 ul li {
		line-height: 20px;
	}
	#nav_menu-5 {
		margin-left: 180px;
		margin-top: 83px;
	}
	#nav_menu-5 ul li {
		line-height: 28px;
		font-size: 16px;
	}
	/* End of Widget Footer Nav */
}


/*Latest Posts*/
.wp-block-latest-posts__list li  {
	margin-bottom: 50px !important;
}

.wp-block-latest-posts__list li div  {
	margin-top: -10px !important;

}



/* Custom Classes */
.about-us-awards {
	margin-top: 0 !important;
}

.center-column {
	margin: 0 auto;
}

.about-us-awards-text {
	background-color: #daedf1;
	padding: 15px 0;
	margin-bottom: -30px !important;
	margin-top: -30px !important;
}

@media only screen and (min-width: 1025px) {
	.contact-us-spacing {
		padding-left: 220px;
	}
}

/* Contact Google mMaps Ifarem */
#mapcanvas {
    margin-bottom: -40px !important;
}

/*Video Icon */
.wp-video-popup {
	content: url("/wp-content/themes/fwchildtheme/assets/images/play.png");
	width: 70px;
	margin:0 auto !important
}

/*.vidbg-overlay {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0% 0% !important;
}*/

.hide {
	display: none;
	visibility: hidden;
}

.wp-block-separator {
	visibility: hidden;
}

.wp-block-media-text__content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wp-block-media-text__content h4,
.wp-block-media-text__content h5 {
	letter-spacing: .6px !important;
}



/* Special case for book cover intro*/
@media only screen and (min-width: 768px) {
	.wp-block-media-text__media {
		margin-right: 30px !important;
	}
	.wp-block-media-text__content {
		padding-top: 0 !important;
		padding-left: 20px !important;
	}
}

/* Special case for book cover intro*/
@media only screen and (min-width: 768px) and (max-width: 1366px) {
	.book-cover-intro .wp-block-column:first-child {
		flex-basis: 1% !important;
	}
	.book-cover-intro .wp-block-column .wp-block-column:first-child {
		flex-basis: 37.5% !important;
	}
	.book-cover-intro .wp-block-column:nth-child(2) {
		flex-basis: 89% !important;
	}
	.book-cover-intro .wp-block-column .wp-block-column:nth-child(2) {
		flex-basis: 37.5% !important;
	}
	.book-cover-intro .wp-block-column:last-child {
		flex-basis: 1% !important;
	}
	.book-cover-intro .wp-block-column .wp-block-column:last-child {
		flex-basis: unset!important;
	}
}


/*@media only screen and (min-width: 1025px) {
	.links-with-icon {
		position: relative;
	}
	.links-with-icon:after {
		content: url("/wp-content/themes/fwchildtheme/assets/images/links-icon.png");
		position: absolute;
		right: 40px;
		bottom: 6px;
	}
}*/


@media only screen and (max-device-width: 420px) {
	.cover-height-mobile {
		min-height: 220px !important;
	}
}

.unset-weight {
	font-weight: normal !important;
}

.no-letter-spacing {
	letter-spacing: -9px !important;
}

@media only screen and (max-device-width: 420px) {
	.blocks-gallery-item-placeholder {
		display: none !important;
	}
}
.blocks-gallery-item-placeholder img {
	opacity: 0 !important;
}
.blocks-gallery-item-placeholder img:hover {
	opacity: 0 !important;
}

.wp-block-group {
	margin-bottom: 0 !important;
}

.no-wrap {
	white-space: nowrap;
}

@media only screen and (max-device-width: 420px) {
	.mobile-font-size-48 {
		font-size: 48px !important;
	}
	.mobile-font-size-38 {
		font-size: 38px !important;
	}
	.mobile-font-size-36 {
		font-size: 36px !important;
	}
}


#cookieNotice {
	background: #404040;
	box-shadow: 0px 0px 5px 0px #404040;
	padding: 18px 16px;
	font-family: 'PT Sans', sans-serif;
	z-index: 100;
	color: #ffffff;
	position: fixed;
	bottom: 0;
	max-width: unset;
}
#cookieNotice p {
	line-height: 1.3em;
	font-size: 0.825em;
	font-weight: bold;
}
#cookieNotice button{
	margin-top: 10px;
	font-size: 0.9em;
	padding: 8px 18px;
	font-weight: bold;
	background-color: #0086e2;
	color: #ffffff;
	border: 0;
	float: right;
}
@media only screen and (min-width: 420px) {
	#cookieNotice {
		width: 440px;
		left: 20px;
		bottom: 20px;
	}
	#cookieNotice p {
		line-height: 1.3em;
		font-size: 0.68em;
		font-weight: bold;
	}
	#cookieNotice button{
		font-size: 0.7em;
	}
}

