/* Fonts ...........................................
*/

@import url('https://fonts.googleapis.com/css?family=Karla');
/* font-family: 'Karla', sans-serif; */

@import url('https://fonts.googleapis.com/css?family=PT+Serif');
/* font-family: 'PT Serif', serif; */


/* ............... Calibre Fonts ...............................

font-family: 'Calibre Regular';
font-family: 'Calibre Medium';
font-family: 'Calibre Semibold;

................................................................*/


body div {
	font-size: 2rem;
	line-height: 1.5;
}

body {
	font-family: 'Calibre Regular';
	color: #0A0A0A;
}

h1 {
	font-family: 'Calibre Semibold';
	color: #0a0a0a;
	font-size: 4.8rem;
}

h2 {
	font-family: 'Calibre Semibold';
	font-size: 2.8rem;
	margin-bottom: 10px;
}

h3 {
	font-family: 'Calibre Semibold';
	font-size: 4rem;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p a {
	text-decoration: underline;
}

p:empty {
	display: none;
	margin-bottom: 0px;
}

.entry-content ul {
	padding-left: 0px;
	margin-left: 20px;
}

.entry-content ul li {
	padding-bottom: 10px;
}

input, select, textarea {
	font-family: 'Calibre Regular';
	color: #0A0A0A;
}

/* Site layout .....................................
*/


.site-inner {
	max-width: 1260px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0px auto 0;
}

.full-width-content .content {
	max-width: 1200px;
}

.content {
	padding: 20px 0px;
}

.full-view {
	display: block;
}

.mobile-view {
	display: none;
}

.full-screen-width {
	width: 100vw;
 	position: relative;
	 margin-left: -50vw;
	 left: 50%;
}

div:empty {
	padding: 0px;
}

/* Entry titles etc ................................
*/

.entry-header {
	display: none;
}

.entry {
	border-bottom: 0px;
	margin-bottom: 0px;
}

p.entry-meta {
	display: none;
}

.post-edit-link {
	display: none;
}

:focus {
	outline: none;
}

/* Header ..........................................
*/

.site-header {
	border-bottom: 0px;
	position: static;
	max-width: 1260px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}

.site-header .title-area {
	display: none;
}

.header-widget-area {
	padding-top: 20px;
	padding-bottom: 20px;
}

.header-widget-area .textwidget {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-widget-area .textwidget img, .header-widget-area .textwidget p {
	margin-bottom: 0px;
	display: block;
}

/* Main	 navigation ..................................
*/

.nav-primary {
	width: 100%;
	/*text-align: center;*/
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: left;
}

/*.nav-primary .wrap ul {
	display: flex;
	justify-content: space-between;
}
*/
.genesis-nav-menu a {
	letter-spacing: normal;
}

.nav-primary a {
	color: #676F79;
	font-family: 'Calibre Regular';
	font-size: 2.4rem;
	font-weight: normal;
	text-transform: none;
}


.genesis-responsive-menu .genesis-nav-menu .menu-item a {
	padding-left: 0px;
	padding-right: 40px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.genesis-nav-menu a:hover span {
	/*text-decoration: underline;
	text-decoration-color: #fff200;*/
	border-bottom: solid 2px #fff200;
}

.genesis-nav-menu .current-menu-item > a span {
	background-color: #fff200;
	border-bottom: none;
}

.genesis-nav-menu .sub-menu {
	border-top: 0px;
}

.genesis-nav-menu .sub-menu a {
	border: 0px;
	line-height: 1.5;
}


/* Footer ...........................................
*/

.site-footer {
	padding-top: 20px;
	border-top: 0px;
}

.site-footer p {
	color: #0a0a0a;
	font-size: 1.3rem;
}

.site-footer a {
	color: #0a0a0a;
}

.site-footer a:hover {
	color: #0a0a0a;
}

.footer-widgets {
	color: #0a0a0a;
	text-align: center;
	border-top: 0px;
}

.footer-widgets .widget-area {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-widgets-1 {
	width: 100%;
}

.footer-widgets-1 .footer-image img {
	margin-bottom: 0px;
}

.footer-one-content {
	display: flex;
	justify-content: center;
	align-items: center;
	/*padding-top: 20px;*/
}

.footer-widget-social-media img {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 8px;
}

.site-footer .nav-secondary .genesis-nav-menu a {
	/*color: #676F79;*/
	font-family: 'Calibre Regular';
	font-size: 2rem;
	font-weight: normal;
	text-transform: none;
}

/* Footer contact form (mailchimp) ...................
*/

.footer-widget-contact-form {
	width: 50%;
}

.footer-widget-contact-form p {
	margin-bottom: 0px;
}

#mc4wp-form-1 input[type="email"] {
	width: 50%;
	font-family: 'Calibre Regular';
	font-size: 2.1rem;
	font-weight: normal;
	color: #5c6883;
	line-height: 1;
	padding: 10px;
	border: 0px;
}

::placeholder { 
   font-family: 'Calibre Regular' 
} 


#mc4wp-form-1 input[type="submit"] {
	width: 50%;
	text-align: center;
	font-family: 'Calibre Regular';
	font-size: 2.1rem;
	font-weight: normal;
	color: #5c6883;
	text-transform: none;
	line-height: 1;
	padding-top: 12px;
	padding-bottom: 11px;
}


#mc4wp-form-1 input[type="submit"] {
	background: #fff200;
	font-family: 'Calibre Semibold';
	color: #000;
	letter-spacing: 0;
}

#mc4wp-form-1 input[type="submit"]:hover {
	color: #5c6883;
	text-decoration: underline;
}


/* Main page layouts ................................
*/

.page-text-width {
	max-width: 800px;
	margin: auto;
}

.side-header-text {
	width: 80%;
}

	/* View listings */

	ul.wpv-loop.js-wpv-loop {
		margin-left: 0px;
	}

	ul.wpv-loop.js-wpv-loop li {
		list-style-type: none;
	}

/* Quote blocks ........................................
*/

.quote-block-text {
	font-size: 3.8rem;
	font-family: 'Calibre Semibold';
}

.quote-block-source {
	font-family: 'Calibre Medium';
	font-size: 2rem;
	text-transform: none;
}


	/* Homepage quote block ...........*/

.homepage-quote {
	padding: 20px 80px;
	text-align: center;
}

	/* Yellow buttons */
/* Home page book a workshop button ................................................
 */

.wp-block-button.contact-button  a,
.tb-button.contact-button  a,
.tb-button.workshop-button  a,
.tb-button.conversation-button  a,
#mc_embed_signup .button {
	background: #FFF200 !important;
	/*width: 100%;*/
	text-align: center;
	font-family: 'Calibre Semibold' !important;
	font-size: 2rem !important;
	font-weight: normal;
	color: #0a0a0a !important;
	line-height: 1;
	border-radius: 0 !important;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.tb-button.workshop-button  a {
	width: 100%;
}

.workshop-button a:hover, .contact-button a:hover {
	text-decoration: underline !important;
	color: 
}

.tb-button.conversation-button  a, .tb-button.workshop-button  a {
	margin-bottom: 0px;
	width: 100%;
	font-size: 2.4rem !important;
}

.conversation h2 {
	margin-bottom: 0px;
}



/* Home page layout.........................................
*/

	/* Homepage links to pages '''''''''''''''''''*/

.page-link-text {
	padding-top: 10px;
	padding-right: 30px;
}

.page-link-title h2 {
	font-size: 4rem;
	line-height: 1;
}

/*.page-link-title a:hover {
	text-decoration: none;
}*/

.page-link-text img, .page-link-text p {
	display: inline;
}

.page-link-text img, .read-more img {
	width: 0.6em;
	height: 0.6em;
}

h1.work-3-ways {
	margin-bottom: 0px;
}

	/* Homepage workshop listing .................*/


.homepage-workshops {
	border-top: 6px solid #fff200;
	padding-top: 15px;
}

.workshop-listing-text h2 {
	font-family: 'Calibre Semibold';
	font-weight: bold;
	margin-bottom: 10px;
}

.workshop-listing-text h2:hover {
	text-decoration: underline;
}

 .homepage-skills-listing-text h2, .homepage-skills-listing-text p, .homepage-skills-listing-text img {
	display: inline;
	float: left;
	padding-right: 5px;	
}

.homepage-skills-listing-text p {
	font-size: 2.4rem;
	margin-bottom: 0px;
}

.homepage-skills-listing-text img {
	float: right;
	padding-top: 10px;
}

.homepage-skills-listing-text a:hover img {
	opacity: 0.5;
}



	/* Homepage features ..........................*/

.homepage-feature {
	position: relative;
	margin-bottom: 40px;
}

.feature-text {
	width: 28%;
	position: absolute;
	right: 6.4%;
	bottom: 0px;
	background: #fff;
	padding: 20px 20px 0px 30px;
}

.feature-text p {
	margin-bottom: 10px;
}

	/* Client logo gallery .......................*/


.client-logo {
	mix-blend-mode: multiply;
}

.client-logo img {
	width: 90%;
}



/* Workshops page layout ..........................*/


	/* Workshops page listing .........................*/

.workshops-listing .workshop-listing-text {
	width: 100%;
	padding-top: 20px;
	background: #fff;
}

/* Workshops schedule */

.workshops-schedule .schedule-list {
	border-top: 6px solid #fff200;
	padding-top: 15px;
	padding-bottom: 15px;
}

.schedule-list h2 {
	font-family: 'Calibre Semibold';
	font-weight: bold;
	margin-bottom: 10px;
}


.schedule-list h2, .schedule-list img {
	display: inline;
}

.schedule-list img {
	float: right;
	padding-top: 10px;
	width: 16px;
}


/* Single Workshop layout ......................*/

.workshop-details {
	padding: 30px;
}

.workshop-detail-heading {
	text-decoration: underline;
	font-family: 'Calibre Medium';
	font-size: 2.2rem;
	margin-bottom: 10px;
}

/*.workshop-details ul {
	margin-left: 0px;
}*/

.workshop-details ul li, .approach ul li {
	list-style-type: none;
}

.workshop-details ul li, .approach ul li, .keynote ul li {
    list-style-image: url('http://philosophyatwork.co.uk/stage/wp-content/uploads/2021/11/PAW-ARROW-01.svg');
}

/* About page layout ..............................*/

.about-text-2 {
	width: 80%;
}

/* Team profile template */


.team-profile-template h2, .team-profile-template p {
	margin-bottom: 0px;
}

.team-profile-template .read-more {
	padding-top: 10px;
}

.team-profile-template .read-more span {
	background: #fff200;
	padding: 3px 10px;
	text-align: center;
}

/* Team profile page*/

.team-role {
	font-family: 'Calibre Semibold';
}

.profile-description p {
	margin-bottom: 0px;
}

.profile-header-text span {
	background: #fff200;
	font-family: 'Calibre Semibold'; 
}

.profile-header-text p {
	margin-bottom: 0;
}


/* Testimonials .....................................
*/

.testimonials-featured {
	background: #e6e7e8;
}


.testimonial {
	padding: 40px;
}

/*.testimonial blockquote {
	margin: 0px;
}

blockquote::after {
    content: "\201D";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    float: right;
    position: relative;
    top: -20px;
}*/

.testimonial-post-name h2 {
	margin-bottom: 0px;
}

.testimonial-source-link {
	color: #676F79;
	font-size: 2rem;
	text-decoration: none;
	margin-bottom: 0px;
}

.testimonial-source-link a:hover {
	text-decoration: underline;
	color: #676F79;
}

.testimonial-quote p {
	line-height: 1.5;
	margin-bottom: 10px;
}


/* Blog links .......................................
*/

/*.tb-container.full-width-content.blog-link-view.content {
	padding: 0px 0px 0px 0px;
}*/

.blog-link .blog-link-content {
	padding: 30px 30px;
}

.blog-link-view .tb-grid-column {
	min-height: 100%;
	background: #fff;
	position: relative;
}

.blog-link .read-more {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #fff200;
	padding: 3px 10px;
	text-align: center;
}

.blog-link-post-name a:hover {
	text-decoration: underline;
}

.blog-link .blog-date {
	color: #676F79;
	font-size: 1.6rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.read-more a {
	font-family: 'Calibre Semibold';
	color: #000;
	font-size: 1.6rem;
	text-decoration: none;
}

.read-more a:hover {
	text-decoration: underline;
}

/* Single blog page layout .........................
...................................................*/

/* flexslider settings ............................*/

/*ul.flex-direction-nav {
		display: none;
	}*/

	.flex-control-nav {
		bottom: -70px;
		list-style: none;
	}

		ul.flex-direction-nav li {
    list-style-type: none;
    padding: 0px;
}

	.flex-direction-nav a:before {
		font-size: 35px;
	}

	ol.flex-control-nav.flex-control-paging {
		margin-left: 0px;
	}

	.flexslider {
 		margin-bottom: 20px;
 		border: 0px;
 	}

 	.flexslider ul {
		margin-left: 0px;
		margin-bottom: 0px;
	}

	.flex-control-paging li a {
		width: 15px;
		height: 15px;
		background: #fff;
	}

	.flex-control-paging li a:hover {
		background: #666;
	}

	.flex-control-paging li a.flex-active {
		background: #666;
	}

	/* Blog gallery ..............................*/

	.single-blog-gallery {
		max-width: 550px;
		margin: auto;
	}
	
.entry-content ul > li.tb-gallery__cell {
	list-style-type: none;
}


/* Contact page .................................*/


/* Contact form ........................................
*/


.wpforms-container-full .wpforms-form input::placeholder, .wpforms-container textarea::placeholder {
	font-family: 'Calibre Regular';
	font-size: 2rem;
	color: #676F79;
	opacity: 1;
}

div.wpforms-container-full .wpforms-form textarea {
	padding: 20px;
}

.wpforms-field-container textarea, .wpforms-field-container input {
	background-color: #e6e7e8 !important;
	font-family: 'Calibre Regular' !important;
	font-size: 2rem !important;
	border: none !important;
}

input.wpforms-field-large {
	padding: 35px 20px !important;
}

.wpforms-submit-container {
	text-align: center;
}


.wpforms-form button[type=submit] {
	background-color: #fff200 !important;
	font-family: 'Calibre Regular' !important;
	font-size: 2.2rem !important;
	color: #000 !important;
	border: none !important;
	padding: 20px 40px !important;
	width: 100% !important;
}

.wpforms-form button[type=submit]:hover {
    background-color: #FFF200 !important;
	text-decoration: underline !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    font-family: 'Calibre Regular';
    font-size: 2.2rem !important;
}



.wpforms-confirmation-container-full a {
	text-decoration: underline !important;
}

.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #fff200 !important;
    border: 1px solid #fff200 !important;
}

/* Cookie popup ............................................................
*/

#CybotCookiebotDialog {
	box-shadow: #5c6883 2px 2px 2px 2px !important;
}

#CybotCookiebotDialog div {
	font-family: 'Karla', sans-serif;
	font-size: 10pt;
	color: #5c6883;
}

#CybotCookiebotDialogBodyContentTitle {
	font-size: 10pt !important;
}

#CybotCookiebotDialogPoweredbyImage {
	display: none;
}

#CybotCookiebotDialogPoweredbyLink {
	display: none;
}

#CybotCookiebotDialogBodyContent {
	padding: 12px 0 8px 0px !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
	border: 0px !important;
	border-radius: 0px !important;
}

#CybotCookiebotDialogBodyLevelDetailsWrapper {
	border: 0px !important;
	border-radius: 0px !important;
}

#CybotCookiebotDialogBodyLevelButtonAcceptWrapper  {
	float: left !important;
}

#CybotCookiebotDialogBodyLevelButtonAccept {
	background: #FFF200 !important; /* Theme color */
	border: 0px !important;
	color: #5c6883 !important;
}

.CybotCookiebotDialogBodyLevelButtonWrapper label {
	font-weight: normal !important;
}
	
a#CybotCookiebotDialogBodyLevelDetailsButton {
	font-size: 10pt;
}


/* Popup */

.boxzilla {
	padding-top: 0px !important;
	padding-left: 0px !important;
	padding-bottom: 0px !important;
	padding-right: 0px !important;
}

#boxzilla-overlay, .boxzilla-overlay {
    position: fixed;
    background: rgba(0,0,0,0) !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
}

.boxzilla-close-icon {
    position: absolute;
    right: -1px !important;
    top: -1px !important;
    text-align: center;
    background: #fff;
    padding: 10px !important;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 40px !important;
    font-weight: 700;
    line-height: 20px;
    color: #008cff !important;
    opacity: 1 !important;
}



/* Essential ideas popup */

.essential-ideas-popup {
	text-align: center;
	padding: 40px !important;
}

.essential-ideas-popup h3 {
	font-family: 'Calibre Medium';
	font-weight: normal;
	font-size: 3rem;
}

.essential-ideas-popup .popup-button button {
	background-color: #fff;
	color: #008cff;
	text-transform: none;
	font-weight: bold;
	font-size: 1.6rem;
	border: #000 solid 0px;
	padding: 12px 25px;
	margin: auto;
}

/* Report pdf page */


.pdf-3d {
	margin-top: -30px;
}

iframe.fa {
	font-size: 25px !important;
}

/* Feedback Form page */

.feedback-form iframe {
	width: 100%;
	margin: auto;
	height: 1580px;
}


/* Pre Video settings */

.pre-video iframe {
	width: 1200px !important;
	height: 759px !important;
}



/* Media queries ........................................
 ........................................................*/

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

	/*.tb-container.full-width-content.blog-link-view.content {
	padding: 50px 20px 50px 20px;
}*/



}

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



}


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

.menu-toggle:focus, .sub-menu-toggle:focus {
	outline: none;
}

.genesis-responsive-menu .genesis-nav-menu a:focus {
		outline: none;
}
	
	.nav-primary {
		padding-top: 0px;
	}
	
	.nav-primary .wrap ul {
		display: block;
	}

.menu-toggle.ion-ios-drag:before {
    content: url('https://philosophyatwork.co.uk/wp-content/uploads/2021/11/nav-hamburger.png');
}
	
	.menu-toggle {
		padding-top: 0px;
		padding-bottom: 40px;
	}


.site-inner {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	.content {
		padding-top: 0px;
	}

.site-header {
	padding-right: 20px;
	padding-left: 20px;
	}

/*.header-image .title-area a {
	max-width: 100%;
	margin: 0px;
}

.header-widget-area {
	justify-content: flex-start;
	min-height: 140px;
}*/
	
	.header-widget-area .textwidget {
		display: block;
	}
	
	.header-widget-area .textwidget img {
		margin-bottom: 40px;
	}

.full-view {
	display: none;
}

.mobile-view {
	display: block;
}

.top-image-full {
	display: none;
}

.top-image-mobile {
	display: block;
}

	
/* Team profile listing */
	
	.team-profile-view {
	display: block;
}
		
/* Announcement bar */
	
	.pdf-3d {
	
		margin-bottom: -10px;
}
	
	#fb3d-ctx > div.view > div.fnav > div.next > a > span > i {
		display: none;
	}


	.footer-one-content {
		display: block;
	}

	.footer-widget-contact-form {
		width: 100%;
	}

	.contact-quote {
	width: 80%;
	}

	.contact-heading h3 {
	font-size: 2rem;
	}

	.desk-top {
		display: none;
	}
	
	.homepage-skills-listing-text a {
	display: block;
	float: none;
	padding-right: 5px;
	}
	
	.wp-block-column.border-bottom.mobile-view {
		width: 100%;
		flex-grow: 1;
	}

	.homepage-quote .quote-block-text h1 {
	font-size: 3rem;
}

	.quote-block h1 {
		font-size: 3rem;
	}

	.tb-grid-column.border-bottom.full-view {
		border: none;
	}

	.side-header-text {
	width: 100%;
}



/*.penguin-popup {
	max-width: 600px;
}

.penguin-text {
	padding-left: 30px;
	padding-right: 30px;
}

.penguin-text h1 {
	font-size: 2.1rem;
	}

.penguin-popup .penguin-image {
	max-width: 100%;
}

.penguin-text {
	width: 100%;
	padding-bottom: 10px;
}

.penguin-text button {
	bottom: -1px;
}*/

}


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

	.header-image .title-area {
		width: 100%;
	}

	.page-text-width, .about-text-2 {
		width: 100%;
	}

	.profile-text {
		padding-right: 0px;
	}

	.footer-one-content {
		display: block;
	}

	.footer-widget-contact-form {
		width: 100%;
	}

	.homepage-quote {
		padding-left: 0px;
		padding-right: 0px;
	}

	.contact-heading {
	text-align: center;
}

/* Penguin popup */	
	
	/*.penguin-popup {
	display: block;
	max-width: 350px;
}

.penguin-popup .penguin-image {
	width: 100%;
}

.penguin-popup .penguin-image img {
	margin-bottom: 30px;
}

.penguin-text {
	width: 100%;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	
}

.penguin-text h1 {
	font-size: 2.1rem;
	padding-top: 30px;
}

.penguin-text button {
	bottom: -1px;
	font-size: 1.6rem;
}


.penguin-popup {
	display: block;
	max-width: 280px;
}*/
	
	/* Essential ideas popup */
	
	#boxzilla-box-1884-content.boxzilla-content {
		max-width: 300px !important;
	}
	
	/* Course announcement block */
	
	.mobile-view.course-announcement {
	display: block;
}

	.desk-top.course-announcement {
	display: none;
}
}	



