/*!
Theme Name: Versiv Composites
Theme URI:www.flowebdesign.ie
Author:Flo Web Design
Author URI: flowebdesign.ie
Description: Theme developed for Versiv Composites
Version:1.0.0
License URI:flowebdesign.ie
Text Domain: mcgarrytiles
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.

thisandthat is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */span.cart-count

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	font-family: "bennet-banner", sans-serif;
	font-size:23px;
    white-space: break-spaces;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/*a:visited {*/
/*	color: #800080;*/
/*}*/

a:hover,
a:focus {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.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;
	opacity:0;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	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: 991px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
	
	#mobile-canvas{
        display:none;
    }
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* 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;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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



/*custom css*/




a{
    text-decoration:none;
}
p, li {
    font-family: 'Open Sans';
    font-size: 18px;
    color:#8A8C8E;
}

::marker {
    color: #003057;
}

h1.page-title, h1 {
    font-family: 'Rubik';
    font-size: 28px;
    color: #003057;
    position: relative;
}


h2 {
    font-family: 'Rubik';
    font-size: 25px;
    margin-bottom: 40px;
}




.mobile-toggle{
    display:none;    
}

header#masthead {
    transition: all linear .3s;
    padding: 25px 0;
    box-shadow:0 2px 12px 0 rgba(26, 26, 58, .14)!important;
    /*overflow: hidden;*/
    z-index: 9;
    position: relative;
    background:#fff;
}

header#masthead .container{
    max-width:1550px;
}

.logged-in header#masthead.sticky {
    margin-top: 31px;
}

header#masthead.sticky {
	background: #fff!important; 
	transition: all linear .3s; 
	position:fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding-bottom: 20px;
}

header#masthead.sticky img.custom-logo{
	
	transition: all linear .3s; 
}
header#masthead.sticky .custom-logo{
    max-width: 320px;
    transition: all linear .3s; 
}
img.custom-logo{
	transition: all linear .3s; 
}
.current-menu-item a {
    font-weight: bold;
}

div#mobile_menu {
    display: none;
}


.head-icons {
    display: flex;
    position: relative;
    z-index: 9;
    align-items: center;
}

.profile{
    font-size:16px;
    color:#003057;
    padding: 0 10px;
    font-family: "Rubik", sans-serif;
}
a.login {
    margin-right: 30px;
}


.menu-mainmenu-container {
    display: flex;
    margin-right: 150px;
}

header .col-md-9 {
    align-items: center;
    display: flex;
    align-content: center;
}

.main-navigation ul {
    justify-content: space-evenly;
    align-items: center;
    gap: 30px;
}


.main-navigation a {
    display: block;
    text-decoration: none;
    color: #003057;
    font-size: 18px;
    font-family: "Rubik", sans-serif;
}



.menu-item-has-children{
    position:relative;
}

.menu-item-has-children:after {
    background: url(images/+.png);
    width: 15px;
    height: 16px;
    position: absolute;
    bottom: 7px;
    right: 15px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
}


#site-navigation .head-btn {
    font-family: "Rubik", sans-serif;
    background: #003057;
    color: #fff!important;
    padding: 10px 15px;
    border-radius: 10px;
}


#primary-menu li{
    padding: 0 15px;
    transition:300ms;
        font-weight: 500;
    
}

#primary-menu .menu-item-has-children {
    padding-right: 40px;
}

#primary-menu li:hover{
    color:#003057;
    transition:300ms;
}

#primary-menu li a:hover {
    color: #003057;
    transition: 200ms;
}


.sticky .main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.main-navigation ul ul {
    display: flex;
    flex-direction: column;
    background-color:#fff;
    background-position: 100% 50%;
}
.main-navigation ul ul li{
    border-right:0!important;
}



.main-navigation ul ul a {
    text-transform: capitalize;
    font-size: 18px;
    color:#A7A7A7;
    width: 210px;
    padding-left: 10px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 0;
    opacity:1;
}
.sub-menu li {
    border-bottom: 1px solid #000;
    margin: 0 20px;
    padding: 10px!important;
}

.sub-menu li:last-of-type{
    border-bottom:0px;
}

nav#site-navigation ul#primary-menu .sub-menu li a:hover {
    font-weight: 300;
    transition: 100ms;
}

nav#site-navigation .dropdown-menu{
    display: none;
}

nav#site-navigation .dropdown-menu.show {
    display: block;
}

/*home*/


.heroslider .swiper-slide{
    position:relative;
}


.heroslider .container  {
    position: absolute!important;
    top: 25%;
    left: 50%;
    width: 100%;
    z-index: 99;
    transform: translateX(-50%);
}


.heroslider .container .col-md-6{
    width:49.8%;
    padding:0;
}


.slide-content {
    position:relative;
    font-size: 20px;
    color: #8D8D8D;
    padding: 20px 20px 25px 20px;
    font-family: 'Open Sans';
}

.slide-content:before {
    width: 155px;
    height: 195px;
    background: url(images/arrow-down.png);
    position: absolute;
    right: 0;
    top: -38px;
    left: -13px;
    display: block;
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}

.slide-content .pink {
    font-weight: 600;
    font-size: 23px;
    margin-top: 10px;
}

.pink{
    color:#003057;
}

.slide-content h3 {
    font-family: 'bettina_signatureregular';
    color: #003057;
    font-size: 33px;
    margin-bottom:40px;
}
.slide-content span{
    letter-spacing:2px;
    margin-bottom:10px;
}


.slide-txt{
        margin:0;
    }

.links {
    display: flex;
    justify-content: space-around;
}

.slidelink {
    position: relative;
    background: #AAABAF;
    color: #fff;
    border-radius:20px;
    padding: 20px;
}

.linkframe {
    display: block;
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    background: transparent !important;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius:20px;
    z-index: 2;
    transition: .5s;
    -webkit-transition: .5s;
}
.slidelink span {
    background: #003057;
    padding: 10px 19px;
    display: inline-block;
    border-radius: 15px;
    font-size: 18px;
}

.slidelink p {
    font-size: 23px;
    font-weight: 600;
    max-width: 250px;
    margin-bottom: 10px;
    line-height: 24px;
    color: #fff;
}



.swiper-pagination-bullet{
   background:#fff!important;
}
.swiper-pagination-bullet-active{
    background:#fff!important;
}
.grey{
    background:#EFEFEF;
    padding: 20px 0;
    overflow:hidden;
}
.grey-white{
    background:#EFEFEF;
    padding: 20px 0;
    z-index: 8;
    position: relative;
    overflow:hidden;
}



.book1 h3, .book2 h3 {
    font-family: 'bettina_signatureregular';
    color: #707070;
    font-size: 25px;
    margin-bottom: 50px;
    position: relative;
}

.book1 h3:after, .book2 h3:after {
    content: '';
    width: 93px;
    height: 5px;
    position: absolute;
    display: block;
    background: #003057;
    left: 0;
    bottom: -26px;
}

section.book1{
    z-index:9;
}

section.book1, section.book2 {
    padding: 30px 60px;
    margin: 60px 0;
    position:relative;
}

.book2:before {
    width: 92%;
    height: 4px;
    background: url(images/dots.png);
    position: absolute;
    right: 0;
    top: -38px;
    left: 50%;
    display: block;
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    z-index: 1;
}


.home .woocommerce a.button, .buynow {
    color: #fff!important;
    background: #003057;
    border-radius: 20px;
    font-family: 'Open Sans';
    font-weight: 500;
    padding: 15px 30px;
    border:1px solid #003057!important;
    margin: 10px;transition:300ms;
}

.buynow:hover{
    transition:300ms;
    color:#003057!important;
    border:1px solid #003057!important;
    background:#fff;
}

.home p.product.woocommerce.add_to_cart_inline {
    border: 0 !important;
}
.home .woocommerce-Price-amount.amount{
    display:none;
}

.welcome p {
    font-family: 'Open Sans';
    color: #8D8D8D;
    font-size: 18px;
    line-height: 34px;
    max-width: 912px;
    margin: auto;
}

.rounded-btn {
    background: #003057;
    color: #fff;
    padding: 25px 22px;
    border: 2px solid #003057;
    transition: 300ms;
    font-size: 18px;
    border-radius: 50px 0;
    font-family: 'Open Sans';
    text-transform:uppercase;
    display: inline-block;
}

.welcome a {
    background: #003057;
    color: #fff;
    padding: 18px 20px;
    border: 2px solid #003057;
    transition: 300ms;
    border-radius: 50px 0;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
}

.welcome a:hover {
    background: #fff;
    color: #003057;
    border:2px solid #003057;
    padding: 16px 15px;
    transition:300ms
}

.welcome{
    padding: 0 50px;
    position:relative;
}



.container.swiper-container {
    position: relative;
    /* width: 70%; */
    margin: 0 auto;
}



a.click-btn {
    color: #003057;
    border: 1px solid #003057;
    padding: 10px 20px;
    font-family: 'Open Sans';
    font-size: 18px;
    transition:300ms;
}
a.click-btn:hover{
    color: #fff;
    border: 1px solid #003057;
    background:#003057 ;
    transition:300ms;
}




/*section.grey.online-courses .container {*/
/*    max-width: 1500px;*/
/*    position:relative;*/
/*}*/

/*#course2, #course1 {*/
/*    padding: 20px 40px;*/
/*    position:relative;*/
/*}*/

/*.grey.online-courses h2.pink {*/
/*    margin-bottom: 75px;*/
/*}*/

/*#course1 h4, #course2 h4 {*/
/*    font-family: 'bettina_signatureregular';*/
/*    color: #707070;*/
/*    margin: 30px 0;*/
/*    position: relative;*/
/*    font-size: 22px;*/
/*    position:relative;*/
/*    margin-left:50px;*/
/*}*/


/*#course1 img, #course2 img, #course1 .img, #course2 .img{*/
/*    position:relative;*/
/*}*/

/*.online-courses span {*/
/*    font-family: 'Open Sans';*/
/*    font-size: 18px;*/
/*    color: #8A8C8E;*/
/*    display: block;*/
/*    margin-left:50px;*/
/*}*/

/*.online-courses a {*/
/*    background: #8A8C8E;*/
/*    color: #fff;*/
/*    padding: 15px 20px;*/
/*    display: inline-block;*/
/*    border-radius: 15px;*/
/*    margin: 20px 0;*/
/*    font-family: 'Open Sans';*/
/*    border:1px solid #707070;*/
/*    margin-left:50px;*/
/*    transition:300ms;*/
/*}*/

/*.online-courses a:hover {*/
/*    background: #003057;*/
/*    border:1px solid #003057;*/
/*    transition:300ms;*/
/*}*/







/*.testimonial-slider h2 {*/
/*   font-size: 25px;*/
/*    letter-spacing: 3px;*/
/*    margin-bottom: 45px;*/
/*    color: #003057;*/
/*}*/

/*section.testimonial-slider {*/
/*    padding: 100px 0;*/
/*    position:relative;*/
/*    background-color: #FCECF4;*/
/*    overflow: hidden;*/
/*}*/

/*section.testimonial-slider:after {*/
/*    width: 813px;*/
/*    height: 700px;*/
/*    background: url(images/floral-bg.webp);*/
/*    position: absolute;*/
/*    top: -6px;*/
/*    right: 0px;*/
/*    display: block;*/
/*    content: '';*/
/*    background-position: 0% 36%;*/
/*    opacity: .5;*/
/*    background-repeat: no-repeat;*/
/*}*/



/*.swiper-testimonials .swiper-wrapper{*/
/*    align-items: center;*/
/*}*/



/*.test-next:after, .test-prev:after {*/
/*    display:none;*/
/*}*/

/*.test-prev {*/
/*    background-image: url('images/test-prev.png') !important;*/
/*    width: 55px;*/
/*    height: 55px;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*.test-next {*/
/*    background-image: url('images/test-next.png') !important;*/
/*    width: 55px;*/
/*    height: 55px;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
  
/*}*/

/*.swiper-button-prev.test-prev {*/
/*    left: -60px;*/
/*    color: #fff;*/
/*}*/

/*.swiper-button-next.test-next{*/
/*    right: -30px;*/
/*    color: #fff;*/
/*}*/


/*.testimonial-slider .container {*/
/*    position: relative;*/
     /*width: 70%; */
/*    margin: 0 auto;*/
/*}*/
/*.testimonial-slider .container .logo-prev{*/
/*    left: -40px;*/
/*}*/
/*.testimonial-slider .container .logo-next{*/
/*    right: -40px;*/
/*}*/

/*.swiper-slide .testimonial {*/
/*    background: #f8e0ec8c;*/
/*    padding: 20px 30px;*/
/*    margin-right: 30px;*/
/*    min-height: 200px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    position:relative;*/
/*}*/

/*.testimonial p {*/
/*    font-family: 'Open Sans';*/
/*    font-size: 16px;*/
/*    color:#8A8C8E;*/
/*}*/

/*.testimonial span {*/
/*    font-family: "questa-grande", serif;*/
/*    font-weight:bold;*/
/*    color:#003057;*/
/*    font-size:20px;*/
/*}*/

/*.swiper-slide .testimonial:before {*/
/*    width: 40px;*/
/*    height: 41px;*/
/*    background: url(images/quote1.png);*/
/*    position: absolute;*/
/*    top: 14px;*/
/*    left: 11px;*/
/*    display: block;*/
/*    content: '';*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*.swiper-slide .testimonial:after {*/
/*    width: 40px;*/
/*    height: 41px;*/
/*    background: url(images/quote2.png);*/
/*    position: absolute;*/
/*    bottom: 14px;*/
/*    right: 11px;*/
/*    display: block;*/
/*    content: '';*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*}*/



/*.testimonial-slider p.pink {*/
/*    font-size: 25px;*/
/*    margin-top: 70px;*/
/*    position:relative;*/
/*    display: inline-block;*/
/*}*/

/*.testimonial-slider p.pink:after {*/
/*    width: 184px;*/
/*    height: 41px;*/
/*    background: url(images/paper-plane.png);*/
/*    position: absolute;*/
/*    bottom: -1px;*/
/*    right: -198px;*/
/*    display: block;*/
/*    content: '';*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*.testimonial-slider .foot-socials{*/
/*    margin-top: 70px;*/
/*    text-align: right;*/
/*    position: relative;*/
/*}*/




section.logo-slider {
    padding: 75px 0 0 0;
}

section.logo-slider.wide-container {
    margin: 50px 0;
}
.swiper-testimonials .swiper-wrapper{
    align-items: center;
}


.logo-next:after, .logo-prev:after {
    display:none;
}

.logo-prev {
    background-image: url('images/prev.png') !important;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.logo-next {
    background-image: url('images/next.png') !important;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
  
}

.logo-slider .container {
    position: relative;
     /*width: 70%; */
    margin: 0 auto;
}
.logo-slider .container .logo-prev{
    left: -40px;
}
.logo-slider .container .logo-next{
    right: -40px;
}
.logo-slider .container .swiper-pagination{
    bottom: -30px!important;
}
.swiper-logos .swiper-wrapper {
    align-items: center;
}

/*.swiper-logos .swiper-slide img {*/
/*    margin-right:20px;*/
/*}*/


a.logo-link {
    display: flex;
    justify-content: center;
    align-items: center;
}


.swiper-logos .swiper-slide {
    /* margin-right: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
}


/*free masterclass*/

section.free-masterclass.grey-white {
    padding-top: 200px;
}

.free-masterclass .page-title {
    font-size: 23px;
    margin-bottom: 50px;
}


.circle-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 50px 0;
    position:relative;
}

.circle-img img {
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 1 / 1;
    max-width: 400px;
}
.free-masterclass .col-lg-6.text{
    display: flex;
    align-items: center;
}


.free-masterclass .img {
    padding: 50px;
}



.free-masterclass .img img {
   max-width: 500px;
}
.free-masterclass input.wpcf7-form-control.wpcf7-submit.has-spinner {
    max-width: 178px;
    
}


/*.contact-section.grey {*/
/*    background:#F8F8F8;*/
/*    padding: 50px 100px;*/
/*    margin: 50px;*/
/*}*/

/*.contact-section.grey form.wpcf7-form.init {*/
/*    padding: 50px;*/
/*}*/

.contact-section.grey input{
    background:#F8F8F8;
}

/*about*/


.about {
    padding-top: 200px;
    padding-bottom: 100px;
    background: url(images/about.webp);
    background-size: cover;
    background-position: 100% 67%;
    background-repeat: no-repeat;
}

.about ul {
    margin: 0;
}


.about .rounded-btn{
    margin-top:30px;
    text-transform:uppercase;
    width:250px;
    text-align: center;
    transition:300ms;
}

.about .rounded-btn:hover{
    color:#003057;
    background:#fff;
    transition:300ms;
}


/*courageous communicators*/

section.courageous-communicators .intro {
    padding: 180px 0 100px 0;
}


.container.how-it-works {
    background: transparent;
}

.how-it-works span {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #8A8C8E;
}

.how-it-works .icon span {
    font-family: 'bennet-banner';
    font-size: 110px;
    color: #003057;
}


.icon {
    display: flex;
    align-items: center;
    justify-content: center;
}


.how-it-works p.pink {
    text-align: center;
    font-weight: 600;
    max-width: 680px;
    margin: 50px auto 20px auto;
    position:relative;
}


.how-it-works p.pink:before {
    width: 77px;
    height: 88px;
    background: url(images/lightbulb.png);
    position: absolute;
    top: -38px;
    left: -118px;
    display: block;
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(26deg);
}

.how-it-works p.pink:after {
    width: 88px;
    height: 88px;
    background: url(images/bubbles.png);
    position: absolute;
    top: -4px;
    right: -143px;
    display: block;
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.how-it-works h2 {
    position:relative;
}




.how-it-works h2.pink:before {
    width: 133px;
    height: 106px;
    background: url(images/twirl.png);
    position: absolute;
    top: 18px;
    left: -32px;
    display: block;
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.how-it-works h2.pink:after {
    width: 88px;
    height: 88px;
    background: url(images/stars.png);
    position: absolute;
    top: -4px;
    right: -67px;
    display: block;
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(158deg);
}


.book-product div {
    display: flex;
    align-items: flex-start;
}
.book-product div p {
    margin: 0 13px;
}

.page-template-courageous-communicators p.product.woocommerce.add_to_cart_inline {
    border: 0 !important;
}

.page-template-courageous-communicators .woocommerce a.button {
    color: #fff;
    background: #003057;
    border-radius: 20px;
    font-family: 'Open Sans';
    font-weight: 500;
    padding: 15px 30px;
    margin: 10px;
}


.page-template-courageous-communicators h3.pink {
    font-family: 'bettina_signatureregular';
    font-size: 28px;
    margin-bottom: 40px;
    padding: 30px 0;
}


.book-product h3 {
    font-family: 'Open Sans';
    color: #8A8C8E;
}

.book-product .file-btn, .vid-btn {
    color: #8A8C8E;
    font-family: 'Open Sans';
    font-size: 18px;
    border: 1px solid #8A8C8E;
    border-radius: 29px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
}

a.vid-btn {
    background: #EFEFEF;
    padding-right: 70px;
    position:relative;
}

a.vid-btn:after {
    background: url(images/camera.png);
    width: 37px;
    height: 32px;
    position: absolute;
    bottom: 10px;
    right: 19px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
}

a.buynow {
    border-radius: 29px;
    position:relative;
    padding-right: 50px;
}

a.buynow.dropdown-toggle::after{
    background: url(images/dropdown-arrow.png);
    width: 15px;
    height: 16px;
    position: absolute;
    bottom: 14px;
    right: 19px;;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    border:none;
}

.page-template-courageous-communicators .grey-white .col-lg-12 #text2 {
    max-width: 550px;
	position:relative;
}


.page-template-courageous-communicators .grey-white .text2 {
    position: relative;
    padding-top: 20px;
    margin-top: 50px;
}

.page-template-courageous-communicators .grey-white .text2:before{
	width: 82%;
    height: 4px;
    background: url(images/dots.png);
    position: absolute;
    right: 0;
    top: -38px;
    left: 50%;
    display: block;
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}


/*confident speaking*/


.confident-speaking {
    padding-top: 200px;
}

.confident-speaking ul {
    list-style: none;
    margin-left: 0;
}
.confident-speaking ul li{
    position:relative;
    margin: 20px 0;
}

.confident-speaking ul li:before {
    width: 33px;
    height: 33px;
    background: url(images/point.png);
    position: absolute;
    left: -45px;
    top: 1px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
}

.confident-speaking .text{
    display:flex;
    align-items: center;
}
.confident-speaking .text h3{
    font-family: 'bettina_signatureregular';
    font-size: 27px;
    position:relative;
}


.confident-speaking .text a{
    background: #003057;
    color: #fff;
    padding: 18px 20px;
    border: 2px solid #003057;
    transition: 300ms;
    border-radius: 50px 0;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
}
.confident-speaking .text a:hover {
    background: #fff;
    color: #003057;
    border: 2px solid #003057;
    transition: 300ms;
}

.confident-speaking .text h3:after{
    width: 62px;
    height: 75px;
    background: url(images/lightbulb.png);
    position: absolute;
    top: -34px;
    right: -60px;
    display: block;
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(28deg);
}



.confident-speaking .circle-img:before {
    width: 133px;
    height: 106px;
    background: url(images/twirl.png);
    position: absolute;
    top: -84px;
    left: -47px;
    display: block;
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.confident-speaking .circle-img:after {
    width: 88px;
    height: 88px;
    background: url(images/stars.png);
    position: absolute;
    bottom: 33px;
    left: 39px;
    display: block;
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.confident-speaking .col-lg-5{
    position:relative;
}

.confident-speaking .col-lg-5:after {
    width: 88px;
    height: 88px;
    background: url(images/stars.png);
    position: absolute;
    top: -92px;
    right: 9px;
    display: block;
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(154deg);
}

.container.countdown {
    background: #EFEFEF!important;
}

.countdown h3.pink {
    font-family: 'Open Sans';
    font-size: 28px;
    text-align: center;
    margin: 50px auto;
    font-weight: 400;
}

div#countdown {
    display: flex;
    justify-content: center;
    color:#003057;
    font-size:28px;
    font-family:'Open Sans';
}
#countdown div {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #707070;
    padding: 0px 30px 10px 30px;
}


#countdown div:last-of-type {
    border-right:0;
}



.counter {
    font-size: 100px;
    color: #707070;
    opacity: .45;
    font-weight: 600;
    font-family: 'Open Sans';
}

.launching.container {
    padding: 0 0 50px 0;
    margin-bottom: 50px;
}

.launching .contact-section form {
    max-width: 600px;
    margin: auto;
}

.launching h3.pink {
    font-family: 'Open Sans';
    font-size: 28px;
    text-align: center;
    margin: 50px auto;
    font-weight: 400;
    max-width: 1000px;
}

.launching h2.pink {
    text-align: center;
    padding-top: 50px;
}

/*The Presentation Play Book*/


section.presentation-play-book .grey-white:first-of-type {
    padding-top: 200px;
}

.presentation-play-book .grey-white .container {
    padding-top: 40px;
}

.presentation-play-book ul {
    list-style: none;
    margin-left: 0;
}

.presentation-play-book ul li {
    position: relative;
    margin: 20px 0;
}

.presentation-play-book ul li:before {
    width: 33px;
    height: 33px;
    background: url(images/point.png);
    position: absolute;
    left: -45px;
    top: 1px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
}


.intro a.rounded-btn {
    margin: 0 50px 0 0px;
    text-transform: uppercase;
    transition: 300ms;
}


.intro a.rounded-btn:hover {
    background: #fff;
    color: #003057;
    border: 2px solid #003057;
    transition: 300ms;
}

.col-lg-12.pink-text {
    color: #003057;
    font-family: 'Open Sans';
    text-align: center;
    font-size: 25px;
    margin: 30px 0;
}

.pink-section{
    background:#FCECF4;
}

.pink-section .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.presentation-play-book .pink-section ul li:before {
    border: 1px solid #003057;
    border-radius: 50px;
}

h4.pink {
    font-family: 'Open Sans';
    font-size: 22px;
    margin: 17px 0;
    font-weight: 400;
}

.content {
    padding: 0 0 0 100px;
}




.presentation-play-book h2 {
    margin-top:40px;
    font-size: 25px;
    margin-bottom: 40px;
}


.playbook-icons {
    display: flex;
    align-items: center;
    padding: 20px 0;
}




.playbook-icons img {
    margin-right: 50px;
}

h5.pink {
    max-width: 800px;
    font-family: 'Open Sans';
    margin: 25px 0;
}

.presentation-play-book .accordion h2 {
    margin: 10px 0;
}

.presentation-play-book .accordion-item {
    border-bottom: 2px dotted rgba(0, 0, 0, .125);
}

.presentation-play-book .accordion-button::after {
    background-image: url('images/+.png');
}


.credits .col-lg-6:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/*footer*/

footer {
    background: #0B1B2A;
    padding: 100px 0 100px 0;
}


footer .container {
    border-bottom: 1px solid #fff;
    padding-bottom:30px;
}


footer a{
    color: #fff;
    transition:300ms;
}

/*footer span{*/
/*    color:#fff;*/
/*    font-family: 'Rubik';*/
/*    font-size: 18px;*/
/*}*/

footer .col-lg-8 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}


ul#foot-menu {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
}

ul#foot-menu li a{
        font-family: 'Rubik';
    font-size: 18px;
    margin: 0 35px;
    text-transform: uppercase;
    font-weight: 300;
}

footer a:hover{
    color:#3BBAC1;
    transition:300ms;
}



.btn-close {
    width: 2em;
    height: 1em;
    background-size: contain;
}


/*search*/

.search-result img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 300px;
    transition: 500ms;
}


/*contact*/

.contactform h1.page-title {
    display: inline;
    font-weight: bold;
    letter-spacing: 2px;
}

.contactform h1.page-title:after {
    content: '';
    width: calc(100% + 300px);
    height: 8px;
    position: absolute;
    display: block;
    background: transparent linear-gradient(90deg, #3BBAC1 0%, #3BBAC100 100%) 0% 0% no-repeat padding-box;
    left: -4px;
    bottom: -24px;
}


section.contact-section {
    padding: 50px 0;
    position:relative;
    margin-bottom: 200px;
    
}




.contact-section .enquiry input {
    background-color:#FAFBFC!important;
    padding: 15px 10px;
    margin: 5px 0;
    width: 100%;
    border: 1px solid #707070!important;
    box-shadow:none!important;
        height: 50px!important;
        border-radius:0!important;

}

 .contact-section .enquiry textarea {
     background:#FAFBFC;
    padding: 15px 10px;
    margin: 5px 0;
    width: 100%;
    border: 1px solid #707070;
    box-shadow:none!important;
    border-radius:0!important;
}


.contactform label.gfield_label.gform-field-label {
    color: #003057;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px !important;
}

.contactform legend.gfield_label.gform-field-label.gfield_label_before_complex {
    color: #003057;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px !important;
}

input#gform_submit_button_6 {
    background: #003057 !important;
}

.contact-section span{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.contact-info {
    margin-left: 68px;
}

.contact-info h3{
    color:#003057;
    font-size:20px;
    font-family:'Open Sans';
    text-transform:uppercase;
    font-weight:600;
}

.contact-info h3:last-of-type {
    position: relative;
    margin-bottom: 1em;
}

.contact-info h3:last-of-type:after {
    width: 84px;
    height: 65px;
    background: url(images/hearts.png);
    position: absolute;
    top: -37px;
    right: 117px;
    display: block;
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-info p{
    font-size:16px;
}
.contact-info > div{
    position:relative;
}

.contact-info a{
    color:#000;
    transition:300ms;
}
.contact-info a:hover{
    color:#004444;
    transition:300ms;
}


/*speaking contact*/

.page-template-contact-speaking section.contact-section {
    padding-top: 154px;
}

.page-template-contact-speaking .col-md-6 .inner {
    padding: 15px 15px;
}

.page-template-contact-speaking .col-md-6:first-of-type .inner {
    border-right: 1px solid #003057;
    padding-right: 34px;
}

.page-template-contact-speaking .wpcf7 input::placeholder, .page-template-contact-speaking .wpcf7 textarea::placeholder {
    font-size:14px;
}


.page-template-contact-speaking h4 {
    color: #003057;
    font-size: 20px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: 600;
    border-top: 1px solid #003057;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 8px;
}


.page-template-contact-speaking input {
    padding: 15px 10px;
    margin: 5px 0;
    width: 100%;
    border: 0px solid #fff;
    border-radius: 0;
    border-top: 1px solid #707070;
}


/*default*/

section.default-section {
    font-family: 'Open Sans';
    margin-top: 50px;
    padding-top: 150px;
} 
section.default-section h2 {
    font-family: 'bettina_signatureregular';
    font-size: 23px;
    line-height: 45px;

}
section.default-section h3 {
    font-family: 'Open Sans';
    font-size: 22px;
	color:#003057;

}
section.default-section a{
    color:#003057;
    transition:300ms;
}
section.default-section a:hover{
    color:#004444;
    transition:300ms;
}


/*our services*/



/*404*/


.error-404{
    margin:100px 0;
}

/*search results*/

.search-result article{
    padding: 20px;
}

.search-result a{
    color:#004444;
}


/*blog news*/

section.news {
    margin: 50px 0 150px 0;
}


.news_listing main#primary  article {
    width: calc(33.33% - 20px);
    margin-bottom:30px;
}

.news_listing main#primary {
    display: flex;
    flex-wrap: wrap;
    gap:30px;
}

.news_listing main#primary article a.post-thumbnail {
    display: block;
    position: relative;
    overflow:hidden;
}

.news_listing main#primary article a.post-thumbnail:before{content:''; display:block; position:relative; padding-bottom:54%;}
.news_listing main#primary article a.post-thumbnail img {position:absolute;top:50%;left:50%; transform:translate(-50%,-50%); transition:all linear .3s;}
.news_listing main#primary article a.post-thumbnail:hover img {transform:translate(-50%,-50%) scale(1.1); transition:all linear .3s;}


.article_content {
    padding: 45px 26px;
    background: #fff;
    color: #000;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article_content h2.entry-title a {
    color: #003057;
    text-decoration: none;
    font-family: 'Rubik';
    font-weight: 700;
}

.news_listing {
    padding-top: 30px;
}

.news_listing .entry-meta a {
    color: #003057;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
}

time.entry-date.published.updated {
    font-family: 'Rubik';
    font-style: normal;
    color: #003057;
    font-size: 16px;
}

.news_listing .entry-meta {
    font-style: italic;
}

.single-news{
    margin:50px auto;
}


.blog article {
    box-shadow: 0px 10px 10px #00000029;
    transition: 300ms;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    transition: 300ms;
}
.blog article:hover {
    box-shadow: 0px 10px 10px #00000080;
    transition: 300ms;
}



.blog .entry-content a {
    color: #003057;
    font-family: 'Rubik';
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    padding-right: 25px;
    position: relative;
    box-shadow: inset 0 0 0 0 #003057;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.blog .entry-content a:hover {
    color: #fff;
    box-shadow: inset 0 -30px 0 0 #003057;
}

.blog .entry-content a:after {
    content: '';
    /*width: calc(100% + 25px);*/
    width:100%;
    height: 2px;
    position: absolute;
    display: block;
    background: #003057;
    left: 0;
    bottom: 2px;
    transition:.3s ease-in-out;
}



.entry-content {
    margin: 50px 0;
}

.entry-content p, .entry-content li{
    color:#003057;
}


.news-pic{
    min-height: 500px;
    position: relative;
}

main#primary.ssingle {
    position: relative;
}


h1.entry-title {
    max-width: 400px;
}

h1.entry-title:after {
    content: '';
    width: calc(100% + 110px);
    height: 12px;
    position: absolute;
    display: block;
    background: transparent linear-gradient(90deg, #3BBAC1 0%, #3BBAC100 100%) 0% 0% no-repeat padding-box;
    left: -4px;
    bottom: -24px;
}


.single-post h1.entry-title:before {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    background: #3BBAC1;
    left: -4px;
    bottom: -200px;
    border-radius: 50px;
}


header.entry-header.g {
    padding: 30px 0 0 0;
}


a.back-link {
    color: #003057;
    font-family: 'Open Sans';
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}


a.back-link:after {
    content: '';
    width: calc(100% + 20px);
    height: 1px;
    position: absolute;
    display: block;
    background: #003057;
    left: -4px;
    bottom: -6px;
}

.entry-content  a.back-link{
   width: 100%; 
}

.entry-content a.back-link:hover {
    box-shadow: none;
    color: #003057;
}

.entry-content a.back-link:after {
    content: '';
    width: calc(100% + 20px);
    height: 1px;
    position: absolute;
    display: block;
    background: #003057;
    left: -4px;
    bottom: -6px;
}


/*courses / learndash*/

main#primary.courses {
    background: #FAFBFC;
}

.learndash-cpt .container,
.profile-section  .container{
    max-width: 1500px;
}


article.sfwd-courses {
    background: #fff;
    padding: 20px 0px;
}

.courses .col-lg-9 article {
    margin: 20px 0;
}

.courses .col-lg-9 article:first-of-type {
    margin: 0 0 20px 0;
}


article.sfwd-courses .col-md-8{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


article.sfwd-courses .entry-content {
    margin: 0px 0 50px 0;
}

article.sfwd-courses img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    box-shadow: 2px 9px 12px 0px rgba(26, 26, 58, .14);
}


.learndash-cpt .entry-title a {
    font-size: 22px!important;
}

h2.subtitle {
    margin-bottom: 15px;
    font-size: 22px;
    color: #003057;
}

.start-course {
    position: relative;
    font-family: 'Rubik';
    color: #003057;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    justify-content: flex-end;
    margin-right: 50px;
}

.start-course:after {
    content: '';
    display: block;
    position: absolute;
    background: url(images/link.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    top: 6px;
    right: -25px;
    background-position: center;
}



.post-type-archive-sfwd-courses a{
    color: #003057!important;
}

.post-type-archive-sfwd-courses .type-sfwd-courses p img {
    display: none;
}


.single-sfwd-courses .site-main, .single-sfwd-lessons .site-main, .learndash-cpt .site-main{
    padding-top:50px;
}


.single-sfwd-courses h1.entry-title:before{
    display:none;
}
.single-sfwd-courses article.sfwd-courses{
    margin-top:30px;
}


/*learndash sidebar*/


ul#coursesidebar,
ul#courses-sidebar {
    list-style: none !important;
    padding: 0 0 0 60px;
    margin: 0;
}

ul#coursesidebar li,
ul#courses-sidebar li {
    position:relative;
    margin: 15px 0;
}

ul#coursesidebar li:before,
ul#courses-sidebar li:before {
    width: 24px;
    height: 24px;
    background: url(images/box.png);
    position: absolute;
    left: -45px;
    top: 1px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
}

ul#coursesidebar li.current-menu-item:before,
ul#courses-sidebar li.current-menu-item:before {
    background: url(images/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#coursesidebar a,
#courses-sidebar a {
    color: #003057;
    font-weight: bold;
    font-size: 16px;
}

ul#coursesidebar .sub-menu li,
ul#courses-sidebar .sub-menu li {
    border-bottom: 0;
    margin: 0 20px;
    padding: 7px 4px !important;
}

ul#coursesidebar .sub-menu li:before,
ul#courses-sidebar .sub-menu li:before {
    width: 21px;
    height: 21px;
    background: url(images/box.png);
    position: absolute;
    left: -29px;
    top: 11px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
}

ul#coursesidebar .sub-menu li.current-menu-item:before,
ul#courses-sidebar .sub-menu li.current-menu-item:before {
    background: url(images/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
}

ul#coursesidebar .menu-item-has-children:after,
ul#courses-sidebar .menu-item-has-children:after {
    display:none;
}

ul#coursesidebar ul.sub-menu,
ul#courses-sidebar ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#coursesidebar ul.sub-menu a,
ul#courses-sidebar ul.sub-menu a {
    color: #707070;
    font-weight: 500;
}




.course-sidebar  .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
    margin: 0px 0 20px 0;
}

 .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage,
 .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{
    background: #003057!important;
    height: 60px;
}



.course-sidebar .learndash-wrapper .ld-progress .ld-progress-bar{
    height: 60px;
}


.course-sidebar .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{
    background: #003057!important;
    height: 60px;
}



.course-sidebar  .learndash-wrapper .ld-progress.ld-progress-inline{
    flex-direction: column-reverse!important;
}


.course-sidebar .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{
    color: #565656 !important;
    font-size: 30px;
    font-family: 'Open Sans';
}


/*single course*/


.single-sfwd-quiz .learndash-wrapper .ld-progress .ld-progress-bar,
.single-sfwd-lessons .learndash-wrapper .ld-progress .ld-progress-bar{
    height: 60px;
}


.single-sfwd-quiz  .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage,
.single-sfwd-lessons .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{
    background: #003057!important;
    height: 60px;
}



.single-sfwd-quiz .learndash-wrapper .ld-progress.ld-progress-inline,
.single-sfwd-lessons .learndash-wrapper .ld-progress.ld-progress-inline{
    flex-direction: column-reverse!important;
}


.single-sfwd-quiz .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage,
.single-sfwd-lessons .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{
    color: #565656 !important;
    font-size: 30px;
    font-family: 'Open Sans';
}




.learndash-cpt main#primary {
    background: #FAFBFC;
}

.course-sidebar {
    background: #fff;
    padding: 10px 10px;
}


.learndash-cpt .entry-content a {
    
    font-family: 'Rubik';
    font-weight: bold;
    font-size: 16px;
    position: relative;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}


.learndash_post_sfwd-courses {
    padding: 10px 30px;
}




/*login page*/


header h3 {
    color: #003057;
    font-size: 24px;
    font-family: 'Open Sans';
    font-weight: 400;
    margin-left: 10em;
    width: fit-content !important;
    display: inline;
}




section.login-section {
    padding: 50px 0 100px 0;
    overflow: hidden;
}

.login-section .container {
    box-shadow: 0 0 7px rgb(0 0 0 / 20%) !important;
    margin: 50px auto;
    position: relative;
}

.login-section .container .row{
    z-index: 8;
    position: relative;
    background: #fff;
}

.login-section .container:before {
    background: url(images/blue-hex.png);
    width: 834px;
    height: 829px;
    position: absolute;
    bottom: -556px;
    left: -573px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}


.login-section .container:after {
    background: url(images/loginbg.webp);
    width: 1145px;
    height: 707px;
    position: absolute;
    bottom: -93px;
    right: -493px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.login-message {
    padding: 30px 50px;
}

.login-message h1 {
    font-size: 20px;
    margin-bottom:50px;
}

.login-message h1:after {
    content: '';
    width: 388px;
    height: 12px;
    position: absolute;
    display: block;
    background: transparent linear-gradient(90deg, #3BBAC1 0%, #3BBAC100 100%) 0% 0% no-repeat padding-box;
    left: -4px;
    bottom: -24px;
}


#loginform {
    border-left: 1px solid #003057;
    padding: 30px 50px;
    margin: 20px 0;
}


p.login-password, .login-username {
    color: #003057;
    font-weight: bold;
}

.login-section input {
    padding: 15px 10px;
    margin: 5px 0;
    width: 100%;
    border-radius: 0;
    background: #fafafa;
    border: 1px solid #7070706b;
}
p.login-submit {
    text-align: right;
}

input#wp-submit {
    color: #fff;
    max-width: 150px;
    font-size: 22px;
    background: #003057;
    color: #fff;
    padding: 16px 15px;
    border: 2px solid #003057;
    transition: 300ms;
}


/*register*/


.page-id-1166 input {
    padding: 15px 10px;
    margin: 5px 0;
    width: 100%;
    border-radius: 0;
    background: #fafafa;
    border: 1px solid #7070706b;
}
p.page-id-1166 {
    text-align: right;
}

.registration-login {
  display: none;
}

#learndash-registration-wrapper {
  padding-top: 40px;
}


/*create profile*/

.create-profile-form .ginput_container input {
    padding: 30px 10px!important;
    margin: 5px 0!important;
    width: 100%!important;
    border-radius: 0!important;
    background: #fafafa!important;
    border: 1px solid #7070706b!important;
}

.create-profile-form .gform_page_footer input.gform-theme-button {
    max-width: 150px;
    font-size: 22px;
    background: #003057!important;
    color: #fff;
    padding: 16px 15px;
    border: 2px solid #003057!important;
    transition: 300ms;
}
.create-profile-form .gform_page_footer.top_label {
    display: flex;
    justify-content: flex-end;
}

.create-profile-form legend.gfield_label.gform-field-label.gfield_label_before_complex,
.create-profile-form label.gfield_label.gform-field-label{
    color: #003057;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 18px;
}


input#gform_previous_button_1 {
    color: #fff;
}

section.default-section {
    padding: 50px 0 100px 0;
    overflow: hidden;
    background: #FAFBFC;
}

.default-section .container {
    box-shadow: 0 0 7px rgb(0 0 0 / 20%) !important;
    margin: 50px auto;
    position: relative;
    background:#fff;
    padding: 10px 50px 30px 50px;
}


/*profile*/


.gv-list-view-subtitle {
    font-family: 'Open Sans';
    color: #707070;
}
section.default-section .gv-list-view-subtitle a {
    color: #707070;
}
.gv-list-view-subtitle h4 {
    margin: 15px 0 !important;
    font-size: 18px;
    font-weight: 400;
}

span.gv-field-label {
    color: #003057;
    font-family: 'Open Sans';
    font-weight: bold;
    margin-right: 10px;
}

section.profile-section {
    padding: 50px 0 100px 0;
    overflow: hidden;
    background: #FAFBFC;
    font-family: 'Open Sans';
}


.profile-section .container{
    margin: 0px auto 50px auto;
    position: relative;
    padding: 10px 50px 30px 50px;
}

.profile-section .container div{
        /*background: #fff;*/
}
.profile-section .gv-grid.gv-list-view-footer {
    border: 0;
    background: #fff;
}
.profile-section .gv-list-view-title {
    border: 0;
}

.profile-section .gv-list-view {
    border: 0;
    background:#fff;
}



.profile-sidebar .gv-list-view-subtitle h4 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}


.gv-list-view-title h3 {
    color: #909090;
    font-size: 23px;
}

.gv-list-view-subtitle a{
    color:#707070;
}
.address span.gv-field-label {
    display: block;
}


.profile-links {
    margin: 50px 0;
    padding-bottom: 10px;
    border-bottom: 20px solid #fff;
    display: flex;
    gap: 80px;
    font-family: 'Open Sans';
}

.profile-links a{
    color:#707070!important;
}

a.active-link {
    position: relative;
}


a.active-link:after{
    content: '';
    width: calc(100% );
    height: 20px;
    position: absolute;
    display: block;
    background:  #3BBAC1;
    left: -4px;
    bottom: -30px;
}



/*profile sidebar*/



/*ul#coursesidebar,*/
/*ul#courses-sidebar {*/
/*    list-style: none !important;*/
/*    padding: 0 0 0 60px;*/
/*    margin: 0;*/
/*}*/

/*ul#coursesidebar li,*/
/*ul#courses-sidebar li {*/
/*    position:relative;*/
/*    margin: 15px 0;*/
/*}*/

#gv_list_2 span.gv-field-label {
    position: relative;
}

#gv_list_2 span.gv-field-label:before {
    width: 24px;
    height: 24px;
    background: url(images/box.png);
    position: absolute;
    left: -45px;
    top: 1px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
}

#gv_list_2 .no-tick span.gv-field-label:before{
    display:none;
}

div#gv_list_2 {
    padding: 0 0 0 50px;
}
span.dashicons.dashicons-yes {
    position: relative;
    width: 0;
    height: 0;
}

.dashicons-yes:before {
    position:absolute;
    background: url(images/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -45px;
    top: -1px;
    display: block;
    content: '';
    width: 24px;
    height: 24px;
}


/*ul#coursesidebar ul.sub-menu,*/
/*ul#courses-sidebar ul.sub-menu {*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*ul#coursesidebar ul.sub-menu a,*/
/*ul#courses-sidebar ul.sub-menu a {*/
/*    color: #707070;*/
/*    font-weight: 500;*/
/*}*/



/*faq*/

section.faq {
    padding: 0 0 50px 0;
}


.faq .container {
    margin: 50px auto;
    position: relative;
    background:#fff;
    padding: 10px 50px 30px 50px;
}

.faq .accordion h2 {
    margin: 10px 0;
}

.faq .accordion-item {
    border:0;
}

#accordionFlushExample .accordion-item {
    border: #fff;
    border-radius:15px;
}

.faq #accordionFlushExample .accordion-item.accordion-item-open {
    border: 3px solid #0D2C4F;
    border-radius: 15px;
}

.faq .accordion-button::after {
    background-image: url('images/+.png');
}

.faq .accordion-button:not(.collapsed):after{
    background-image: url('images/-.png');
    transform: rotate(-0deg);
    background-position: center;
}

.faq .accordion-button:not(.collapsed){
    background-color: transparent;
    border:0;
    box-shadow: none;
}

.faq .accordion-button:focus{
    border-color: transparent;
    outline: 0;
    box-shadow: none; 
}
#accordionFlushExample button.accordion-button.collapsed {
    background-color: #F5F5F5;
    border-radius: 15px;
    padding: 30px 20px;
    margin: 25px 0;
}


#accordionFlushExample button.accordion-button {
    color: #0D2C4F;
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 18px;
}

.faq .accordion-body {
    color: #8F8F8F;
    font-size: 18px;
    font-family: 'Open Sans';
    padding: 30px 30px 60px 30px;
}
