/*!
Theme Name: CINE Wayfinder Theme
Theme URI: http://underscores.me/
Author: Pooka & Co
Author URI: https://www.pooka.co
Description: A responsive theme for the CINE Wayfinder Tool
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cinewayfinder
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CINE Wayfinder Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
	## Content - Miscellaneous
	## Content - Blue Arrow Header
	## Content - Selector Box
	## Content - Toolkits
	## Content - Search Page
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
# Bootstrap overrides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap');
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?7435923');
  src: url('fonts/fontello.eot?7435923#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?7435923') format('woff2'),
       url('fonts/fontello.woff?7435923') format('woff'),
       url('fonts/fontello.ttf?7435923') format('truetype'),
       url('fonts/fontello.svg?7435923#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
   font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before { content: '\e800'; } /* '' */
.icon-right:before { content: '\e801'; } /* '' */
.icon-plus-circled:before { content: '\e802'; } /* '' */
.icon-plus:before { content: '\e803'; } /* '' */
.icon-minus-circled:before { content: '\e804'; } /* '' */
.icon-minus:before { content: '\e805'; } /* '' */
.icon-cancel-circled:before { content: '\e806'; } /* '' */
.icon-cancel:before { content: '\e807'; } /* '' */
.icon-mail-squared:before { content: '\f199'; } /* '' */
.icon-twitter-squared:before { content: '\f304'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
}

html,
body {
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


h1 {
	font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
	h1 {
		font-size: 2.5rem;
	}
}
@media screen and (min-width: 768px) {
	h1 {
		font-size: 2.7rem;
	}
}
@media screen and (min-width: 992px) {
	h1 {
		font-size: 3rem;
	}
}
@media screen and (min-width: 1200px) {
	h1 {
		font-size: 3.2rem;
	}
}

h2 {
	color: #219AD5;
	font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
	h2 {
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 768px) {
	h2 {
		font-size: 2.5rem;
	}
}
@media screen and (min-width: 992px) {
	h2 {
		font-size: 2.7rem;
	}
}
@media screen and (min-width: 1200px) {
	h2 {
		font-size: 3rem;
	}
}

h3 {
	font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
	h3 {
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 768px) {
	h3 {
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 992px) {
	h3 {
		font-size: 2.5rem;
	}
}
@media screen and (min-width: 1200px) {
	h3 {
		font-size: 2.7rem;
	}
}

h4 {
	font-size: 1.7rem;
}

h5 {
	font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
	h5 {
		font-size: 2.3rem;
	}
}

h6 {
	font-size: 1.2rem;
}

.cine-toolkits h1 {
	font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
	.cine-toolkits h1 {
		font-size: 2.7rem;
	}
}
@media screen and (min-width: 992px) {
	.cine-toolkits h1 {
		font-size: 3rem;
	}
}
@media screen and (min-width: 1200px) {
	.cine-toolkits h1 {
		font-size: 3.2rem;
	}
}

.cine-toolkits h2 {
	font-size: 2rem;
}

@media screen and (min-width: 768px) {
	.cine-toolkits h2 {
		font-size: 2.5rem;
	}
}
@media screen and (min-width: 992px) {
	.cine-toolkits h2 {
		font-size: 2.7rem;
	}
}
@media screen and (min-width: 1200px) {
	.cine-toolkits h2 {
		font-size: 2.7rem;
	}
}

.cine-toolkits h3 {
	font-size: 1.8rem;
}

@media screen and (min-width: 992px) {
	.cine-toolkits h3 {
		font-size: 2.5rem;
	}
}
@media screen and (min-width: 1200px) {
	.cine-toolkits h3 {
		font-size: 2.0rem;
	}
}

.cine-toolkits h4 {
	font-size: 1.7rem;
}

.cine-toolkits h5 {
	font-size: 1.4rem;
}

.cine-toolkits h6 {
	font-size: 1.2rem;
}

.cine-toolkits .wp-block-quote {
	margin: 0 2em 1.5em;
	font-style: italic;
}

.cine-toolkits ul {
	list-style: none;
	margin-bottom: 1em;
}

.cine-toolkits ul li:before {
	content: "\2022"; 
  display: inline-block;
	margin-left: -86px;
	width: 1em;
}

.cine-toolkits ul.blocks-gallery-grid li:before {
	content: "";
} 

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	border-top: 2px dashed #e4ae53;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	-webkit-appearance: none;
}

a[type="button"] {
-webkit-appearance: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color:#219AD5;
}

a:visited {
	color: #219AD5;
}

a:hover, a:focus, a:active {
	color: #e4ae53;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.block-16x9,
.block-4x3,
.block-square,
.block-circle {
  background: #e0e0e0;
  display: block;
	position: relative;
}

.block-square:before,
.block-circle:before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}

.block-16x9:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}

.block-4x3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.block-square > .content,
.block-circle > .content,
.block-4x3 > .content,
.block-4x3 > .gradient,
.block-16x9 > .content,
.block-16x9 > .gradient {
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.block-circle,
.block-circle > .content {
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


header {
	background-color: #e8e8e8;
}

header a {
	max-height: 200px;
	min-height: 10px;
}

header a.brand img {
	height: 60px;
}

@media screen and (min-width: 768px) {
	header a.brand img {
		height: 120px;
	}
}

header .wide-cine-container {
	max-width: 1350px;
	padding-left: 0;
	padding-right: 0;
}


a.header-cine-link {
	background-color: #CD8737;
	color: #fff;
	font-weight: 700;
	position: relative;
	transition: all 0.3s ease;
	width: 100%;
}

a.header-cine-link:hover {
	background-color: #219AD5;
	color: #fff;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	a.header-cine-link::after{
		background-image: url('img/arrow-grey.svg');
		background-repeat: no-repeat;
		background-position: right;
		background-size: auto 100%;
		content: "";
		position: absolute;
		top: -1px;
		right: -1px;
		bottom: -1px;
		left: 0;
		z-index: 1;
	}
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/


.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
.cine-video {
	position: relative;
}
#cine-video-play-pause.play {
	background-image: url('img/play.svg');
}
#cine-home-video-controls:hover #cine-video-play-pause.pause {
	display: block;
}
#cine-video-play-pause.pause {
	display: none;
	background-image: url('img/pause.svg');
}
#cine-video-play-pause {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30% 30%;
	width: 100%;
	height: 100%;
	border: 0 none;
	background-color: transparent;
	padding: 0;
}
#cine-home-video-controls {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


/*--------------------------------------------------------------
## Content - Miscellaneous
--------------------------------------------------------------*/


#content.site-content {
	min-height: calc(100vh - 750px);
}

.cine-introduction,
.cine-toolkit-finder-heading,
.cine-toolkit-further-heading
{
	text-align: center;
}

.cine-toolkit-further-heading {
	background-color: #8c301a;
}

.cine-toolkit-further-heading h2 {	
	color: #fff;
	margin: 0;
}

.rounded-button a {
	border-radius: 100px;
}

.also-interested-with-results,
.also-interested-without-results,
#loading-toolkits,
#secondary-intro,
#secondary-toolkits,
.search-toolkits-button {
	display: none;
}

.search-toolkits-button a {
	color: #fff;
	font-size: 1.9rem;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.search-toolkits-button a {
		font-size: 2.7rem;
	}
}

.search-toolkits-button a:hover {
	color: #fff;
}

.change-answers-button a{
	color: #000;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.change-answers-button a {
		font-size: 1.8rem;
	}
}

.change-answers-button a:hover {
	color: #fff;
}

.change-answers-button a i.icon-right:before {
	font-size: 0.8em;
	transform: rotate(270deg);
}

.search-resources-button a i.icon-right:before {
	font-size: 0.8em;
}

.search-resources-form button.btn { 
	color: #000;
}

.search-resources-form button.btn:hover  { 
	color: #229ad6;
}

.btn-primary {
	background-color: #cd8737;
	border-color: #cd8737;
}

.btn-primary:hover {
	background-color: #e4ae53;
	border-color: #e4ae53;
}

.btn-secondary {
	background-color: #d6e3f2;
	border-color: #d6e3f2;
	color: #fff;
}

.btn-secondary:hover {
	background-color: #229ad6;
	border-color: #229ad6;
}

.search-resources-form {
	background-color: #229ad6;
	border-radius: 100px;
}

.search-resources-form div input {
	border-width: 0;
}

.search-resources-form div input, .search-resources-form button  {
	font-family: 'PT Sans', sans-serif;
	font-size: 1rem;
	height: 46px !important;
	line-height: 1.25rem;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.search-resources-form div input, .search-resources-form button  {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

.search-resources-form .btn-secondary:hover  {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}


a.cine-permalink-title:hover {
	text-decoration: none;
}

a.cine-permalink-title div h2 {
	transition: all 0.3s ease;
}

a.cine-permalink-title:hover div h2 {
	color: #333333 !important;
}

a.cine-permalink-footer:hover {
	text-decoration: none;
}

a.cine-permalink-footer p {
	transition: all 0.3s ease;
	margin: 0;
}

a.cine-permalink-footer:hover p {
	color: #333333 !important;
}



/*--------------------------------------------------------------
## Content - Privacy Policy Page
--------------------------------------------------------------*/

body.privacy-policy header.entry-header {
	background-color: #fff;
}

/*--------------------------------------------------------------
## Content - Blue Arrow Header
--------------------------------------------------------------*/


.home .entry-header {
	background-color: #219AD5;
	position: relative;
}

@media screen and (min-width: 768px) {
	.home .entry-header {
		margin-bottom: 48px;	
	}
}

.home .entry-header::after{
	background-image: url('img/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
	content: "";
	position: absolute;
	top: -1px;
	right: -2px;
	bottom: -1px;
	left: 0;
	z-index: 1;
}

.home .entry-header h1 {
	color: #fff;
	font-size: 1.5rem;
	padding: 10px 0px 10px 20px;
	width: 95%;
}

@media screen and (min-width: 576px) {
	.home .entry-header h1 {
		font-size: 1.9rem;
		padding: 20px 0px 20px 40px;
	}
}
@media screen and (min-width: 768px) {
	.home .entry-header h1 {
		font-size: 2.5rem;
	}
}
@media screen and (min-width: 992px) {
	.home .entry-header h1 {
		font-size: 3.1rem;
	}
}
@media screen and (min-width: 1200px) {
	.home .entry-header h1 {
		font-size: 3.8rem;
	}
}


/*--------------------------------------------------------------
## Content - Selector Box
--------------------------------------------------------------*/


.cine-selector-box {
	border: 2px solid black;
}

.cine-selector-box-title {
	background-color: #009592;
}

.cine-selector-box-title h3 {
	color: #fff;
	margin-bottom: 0;
	padding: 16px 16px 16px 32px;
}

.cine-selector-box-title h3 span.small-text {
	display: block;
	font-weight: 400;
	font-size: 0.6em;
}

@media screen and (min-width: 576px) {
	.cine-selector-box-title h3 span {
		font-size: 1.2rem;
	}
}

.cine-selector-box-close {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.cine-selector-box-close i {
	color: #fff;
	font-size: 1.7rem;
	line-height: 1.7rem;
}

@media screen and (min-width: 768px) {
	.cine-selector-box-close i {
		font-size: 2rem;
		line-height: 2rem;
	}
}

@media screen and (min-width: 992px) {
	.cine-selector-box-close i {
		font-size: 2.8rem;
		line-height: 2.8rem;
	}
}

.cine-selector-box i.icon-cancel-circled::before {
	margin: 0;
	transition: all 0.3s ease;
}

.cine-selector-box .collapsed i.icon-cancel-circled::before {
	transform: rotate(45deg);
}

.cine-selector-box-content {
	background-color: #8bb7e1;
}

.cine-selector-box-content .card {
	border: #fff 3px solid;
	border-radius: 12px;
	line-height: 1.2em;
	text-align: center;
	transition: all 0.3s ease;
}

.cine-selector-box-content .card .hover-image {
	display: none;
}

.cine-selector-box-content .card:hover .initial-image,
.cine-selector-box-content .card.selected .initial-image{
	display: none;
}

.cine-selector-box-content .card:hover .hover-image,
.cine-selector-box-content .card.selected .hover-image{
	display: block;
}

.cine-selector-box-item .card.selected {
	background-color: #d69852;
	border: #b95102 3px solid;
}

.cine-selector-box-item:hover .card {
	background-color: #229ad6;
	border: #0070b9 3px solid;
	cursor: pointer;
}

.cine-selector-box-item:hover p {
	color: #fff;
}

.cine-selector-box-item-selected .card {
	background-color: #229ad6;
	border-color: #0070b9;
}

.cine-selector-box-item-selected p {
	color: #fff;
}


/*--------------------------------------------------------------
## Content - Toolkits
--------------------------------------------------------------*/


.cine-toolkits .toolkit-external .card-header,
.cine-toolkits .toolkit-external .wp-block-button__link {
	background-color: #229ad6;
}

.cine-toolkits .toolkit-external h1,
.cine-toolkits .toolkit-external h2,
.cine-toolkits .toolkit-external h3,
.cine-toolkits .toolkit-external h4,
.cine-toolkits .toolkit-external h5,
.cine-toolkits .toolkit-external h6,
.cine-toolkits .toolkit-external a.toolkit-read-now,
.cine-toolkits .toolkit-external .toolkit-open-close-ui, 
.cine-toolkits .toolkit-external .wp-block-quote cite, 
.cine-toolkits .toolkit-external ul li:before,
.has-external-color,
.has-external-background-color {
	color: #229ad6;
}

.cine-toolkits .toolkit-external .wp-block-button__link:hover {
	background-color: #8bb7e1;
}

.cine-toolkits .toolkit-cine .card-header,
.cine-toolkits .toolkit-cine a.wp-block-button__link {
	background-color: #009592;
}

.cine-toolkits .toolkit-cine h1,
.cine-toolkits .toolkit-cine h2,
.cine-toolkits .toolkit-cine h3,
.cine-toolkits .toolkit-cine h4,
.cine-toolkits .toolkit-cine h5,
.cine-toolkits .toolkit-cine h6,
.cine-toolkits .toolkit-cine a.toolkit-read-now,
.cine-toolkits .toolkit-cine .toolkit-open-close-ui,
.cine-toolkits .toolkit-cine .toolkit-brought-by a, 
.cine-toolkits .toolkit-cine .wp-block-quote cite,
.cine-toolkits .toolkit-cine ul li:before,
.has-cine-color,
.has-cine-background-color {
	color: #009592;
}

.cine-toolkits .toolkit-cine .wp-block-button__link:hover {
	background-color: #06c9bf;
}

.coffee-break-reads {
	width: 100px;
}

@media screen and (min-width: 768px) {
	.coffee-break-reads {
		width: 200px;
	}
}

.coffee-break-reads img {
	height: 40px;
}

@media screen and (min-width: 992px) {
	.coffee-break-reads img {
		height: 60px;
	}
}

.coffee-break-reads p {
	color: #fff;
	font-weight: 700;
	line-height: 1rem;
	margin: 0;
	padding: 0;
	text-align: right;
}

.cine-toolkits .card-header h2 {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 0px;
}

@media screen and (min-width: 576px) {
	.cine-toolkits .card-header h2 {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 768px) {
	.cine-toolkits .card-header h2 {
		font-size: 2rem;
	}
}

@media screen and (min-width: 992px) {
	.cine-toolkits .card-header h2 {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.cine-toolkits .card-header h2 {
		font-size: 3rem;
	}
}

.toolkit-primary-text-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.toolkit-primary-image {
	width: 100%;
	height: 100%;
	height: 60vw;
}

@media screen and (min-width: 768px) {
	.toolkit-primary-image {
		width: 100%;
		height: 100%;
	}
}

.cine-toolkits .accordion .card {
	border: 2px #000 solid;
	border-radius: 0;
}

.cine-toolkits .card-header {
	border-radius: 0px;
	padding: 0px;
}

.cine-toolkits .card-body {
	background-color: #ededed;
}

.cine-toolkits .toolkit-brought-by h5 {
	font-size: 1.2rem;
}

.cine-toolkits a.toolkit-resource-link {
	border-radius: 100px;
	color: #000;
	display: block;
	transition: all 0.3s ease;
}

.cine-toolkits a.toolkit-resource-link:hover {
	color: #fff;
	text-decoration: none;
}

.cine-toolkits .toolkit-blue a.toolkit-resource-link {
	background-color: #8bb7e1;
}

.cine-toolkits .toolkit-blue a.toolkit-resource-link:hover {
	background-color: #229ad6;
}

.cine-toolkits .toolkit-green a.toolkit-resource-link {
	background-color: #06c9bf;
}

.cine-toolkits .toolkit-green a.toolkit-resource-link:hover {
	background-color: #009592;
}

.cine-toolkits .toolkit-orange a.toolkit-resource-link {
	background-color: #e4ae53;
}

.cine-toolkits .toolkit-orange a.toolkit-resource-link:hover {
	background-color: #cd8737;
}

.cine-toolkits .toolkit-guide-thumbnail a img {
	max-height: 300px;
	transition: all 0.3s ease;
}

.cine-toolkits .toolkit-guide-thumbnail a img:hover {
	transform: scale(1.05);
}

.cine-toolkits a.toolkit-read-now {
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.cine-toolkits a.toolkit-read-now::after {
	content: " >";
}

.cine-toolkits a.toolkit-read-now:hover {
	color: #000;
	text-decoration: none;
}

.cine-toolkits .toolkit-open-close-ui {
	font-size: 2rem;
	font-weight: 700;
	line-height: 2rem;
	margin-top: 2rem;
}

.cine-toolkits span.toolkit-open-close-ui i {
	margin-left: -8px;
}

.cine-toolkits span.toolkit-open-close-ui i::before {
	transition: all 0.3s ease;
}

.cine-toolkits span.toolkit-open-close-ui:hover i::before {
	transform: rotate(360deg);
}

.cine-toolkits span.toolkit-open-ui {
	display: none;
}

.cine-toolkits .collapsed span.toolkit-open-ui  {
	display: inline-block;
}


.wp-block-buttons .wp-block-button {
	margin-top: 24px;
	margin-bottom: 24px;
}

.wp-block-buttons { 
	margin-bottom: 32px;
}

.wp-block-buttons + p,
.wp-block-buttons + h1,
.wp-block-buttons + h2,
.wp-block-buttons + h3,
.wp-block-buttons + h4,
.wp-block-buttons + h5,
.wp-block-buttons + h6 {
	margin-top: -16px;
}


.wp-block-button__link {
	color: white;
	padding-left: 3rem;
	padding-right: 3rem;
	transition: all 0.3s ease;
}

.wp-block-button__link:hover {
	background-color: pink;
	color: black;
	text-decoration: none;
}

.cine-tool-purpose__title {
	font-weight: bold;
	font-size: 1.2em;
}

p.cine-tool-purpose--final {
	margin-bottom: -0.6em;	
}

.cine-tool-purpose a {
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	padding: 0.2em 1em;
	margin-bottom: 0.5em;
	transition: all 0.3s ease;
}

.cine-tool-purpose a:hover {
	text-decoration: none;
}


.cine-toolkits .toolkit-cine .cine-tool-purpose a {
	background: #009592;
}

.cine-toolkits .toolkit-external .cine-tool-purpose a {
	background: #229ad6;
}

.cine-toolkits .toolkit-cine .cine-tool-purpose a:hover {
	background: #06c9bf;
}

.cine-toolkits .toolkit-external .cine-tool-purpose a:hover {
	background: #229ad6;
}




.cine_logo_and_resp_partner_logos {
	display: flex;
	align-items: center;
}

.toolkit-brought-by-logo {
	max-width: 300px; 
}

.cine_logo_and_resp_partner_logos .cine-responsible-partners {
	display: flex;
	flex-wrap: wrap;
}

.cine-responsible-partners__partner {
	width: 100px;
	margin-left: 15px;
}

.cine-responsible-partners__partner p {
	text-align: center;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 5px;
}

.cine-toolkits .toolkit-cine .cine-responsible-partners p,
.cine-toolkits .toolkit-cine .cine-responsible-partners a p
 {
	color: #009592;
	transition: all 0.3s ease;
}

.cine-toolkits .toolkit-external .cine-responsible-partners p, 
.cine-toolkits .toolkit-external .cine-responsible-partners a p {
	color: #8bb7e1;
	transition: all 0.3s ease;
}

.cine-toolkits .toolkit-cine .cine-responsible-partners a:hover p {
	color: #06c9bf;
}

.cine-toolkits .toolkit-external .cine-responsible-partners a:hover p {
	color: #229ad6;
}











/*--------------------------------------------------------------
## Content - Search page
--------------------------------------------------------------*/


body.search h1.page-title,
body.blog h1.page-title,
body.archive h1.page-title {
	color: #219AD5;
	text-align: center;
}

.wp-pagenavi {
	background-color: #ededed;
	border: 2px solid black;
	display: flex;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	justify-content: center;
	margin-bottom: 2rem;
}

.wp-pagenavi span.current {
	font-weight: 400;
}

.wp-pagenavi span, .wp-pagenavi a {
	border: none;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	padding: 0.25rem 0.25rem;
}


/*--------------------------------------------------------------
## Content - Posts and pages
--------------------------------------------------------------*/


.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Content - Comments
--------------------------------------------------------------*/


.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


#colophon {
	background-color: #219AD5;
	text-align: center;
}

#colophon p, #colophon a, #colophon a:hover, #colophon h5, #colophon h6 {
	color: #fff;
}

#colophon .find-us .icon-facebook-squared, #colophon .find-us .icon-twitter-squared {
	font-size: 32px;
}

#colophon .share .icon-facebook-squared, #colophon .share .icon-twitter-squared, #colophon .share .icon-mail-squared {
	font-size: 48px;
}


/*--------------------------------------------------------------
# Bootstrap overrides
--------------------------------------------------------------*/
