/*
Theme Name: ProTrain Solutions 2020
Theme URI: www.protrainsolutions.com
Description: Theme for Pro Train Solutions
Author: The OD Agency
Author URI: http://www.theodagency.com/
Version: 1.0
Tags: responsive, bootstrap, job, career development
 */

/* @import url('https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css'); */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');
@import url('css/lity.css'); 
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700');

/* 2025 */

	.casesub {
		padding: 2px 10px;
    	color: #fff;
		display: inline-block;
    	border-radius: 5px;
		text-transform: uppercase;
		font-weight: 700;
		background: #ef3f36;
		font-size: 0.65em;
	}

.sticky-top { top: 165px; }

.sticky-top h3 {
    font-size: 1.25em;
	margin-bottom: 0;
}

.text-dark {
	color: #274056!important;
}

a.readMore {
    text-decoration: none;
    color: #ef3f36 !important;
}

#cards {
    background: rgb(40, 64, 86);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(40, 64, 86, 1) 50%, rgba(40, 64, 86, 1) 100%);
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    #casestudiesCarousel .carousel-inner .carousel-item-end.active,
    #casestudiesCarousel .carousel-inner .carousel-item-next {
      transform: translateX(33%);
    }
    
    #casestudiesCarousel .carousel-inner .carousel-item-start.active, 
    #casestudiesCarousel .carousel-inner .carousel-item-prev {
      transform: translateX(-33%);
    }
	#casestudiesCarousel .carousel-control-next, #casestudiesCarousel .carousel-control-prev {
		top: -40%;
	}
	#casestudiesCarousel .carousel-control-next {
		right: -15%;
	}
	#casestudiesCarousel .carousel-control-prev {
		left: -15%;
	}		
	li.menu-item-has-children:after {
	    content: '\f078';
	    font-family: 'Font Awesome 6 Pro';
	    font-size: 0.7em;
	    margin-left: -10px;
		margin-right: 10px;
	}
}

#casestudiesCarousel .carousel-inner .carousel-item-end,
#casestudiesCarousel .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

/* 2024 */


#multicons svg, #multicons i {
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.icon {
    position: relative;
    margin: 0 auto 15px;
	height: 100px;
	width: 100px;
	background: #ef3f36;
	border-radius: 50px;
}

.fa-2xl {
    font-size: 3em!important;
}

.page-template-default section ul li {
	list-style: none;
	position: relative;
}

.page-template-default section ul li:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f138";
    position: absolute;
    left: -30px;
	font-weight: 800;
	color: #ef3f36;
}

section .card {
	background: #f8f9fa;
	border-radius: 25px;
	border: none;
	box-shadow: none;
}

section .card:first-child {
    border-top: none;
}

/* --- GENERAL --- */

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.25em;
	color: #000;
}

.content {
    margin-top: 75px;
}

p {
	line-height: 1.5em;
}

.single-product .content {
    margin-top: 105px;
}

.main {
    padding: 30px 0;
}

/*
.main .container {
	margin-bottom: 20px;
} */

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

#imglinks img {
    max-height: 100px;
	padding: 5px 15px;
}

#imglinks h2 {
    font-size: 40px;
}

a.btn, input[type=submit], #variations .add-to-cart button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, form#subForm button, .field-wrap input[type=button], .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    width: auto!important;
    background: #274056;
    color: #fff!important;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
	border: none;
}

.btn {
	border-radius: 50px!important;
}

.btn-tertiary, .bg-tertiary {
	background-color: #ef3f36!important;
}

.bg-primary .btn-primary {
	background: #ef3f36!important;
	margin-top: 25px;
}

.bg-primary .btn-primary:hover {
	background: #cb362e!important;
	cursor: pointer;
}

form#subForm button {
    padding: 10px 15px;
}

a.btn-secondary {
	color: #000!important;
	background: none!important;
}

a.btn:hover, input[type=submit]:hover, #variations .add-to-cart button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, form#subForm button, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #ef3f36!important;
    color: #fff!important;
}

.navbar-brand h1 {
    margin: 0px;
	font-size: 28px;
}

.navbar-brand img {
	width: 196px;
    height: 40px;
}

	h1, h2, h3, h4, h5, h6 {
	    font-weight: 800;
	}

h1 {
	font-size: 56px;
}

.jumbotron [class*="col-"] h1 {
    font-size: 	1.5em;
	font-weight: 600;
}

.jumbotron [class*="col-"] .bg-light {
    background-color: rgba(256,256,256,0.95)!important;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.5);
}

.jumbotron .btn {
    font-size: 16px;
	margin: 10px 5px;
}

.chooser {
	margin-top: 100px;
}

h2 {
    color: #274056;
		font-size: 32px;
	    margin: 20px 0 10px;
}

	h3 {
		color: #274056;
		font-size: 1.75em;
	}

h2 strong, h3 strong {
    font-weight: 500;
}

a {
    color: #284056;
    font-weight: 600;
}

.jumbotron {
/*	padding: 200px 0; */
	margin: 0px;
	background-size: cover;
	background-position: 50%;
	position: relative
}

.jumbotron p {
	font-weight: 300;
}

.content {
		-webkit-animation: fadein 2s; /* Safari and Chrome */
		-moz-animation: fadein 2s; /* Firefox */
		-ms-animation: fadein 2s; /* Internet Explorer */
		-o-animation: fadein 2s; /* Opera */
		animation: fadein 2s;
		margin-top: 120px;
}

.home .content {
	margin-top: 110px;
}

a, a.btn, input[type=submit], #variations .add-to-cart button,.bancover, .sub-menu-wrap, .sub-menu, .headtop .dashicons-admin-users, .team img, .single-team img {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
}

#register {
    margin-top: -150px;
    position: absolute;
}

.left {
	text-align: right;
}

.resources hr {
    float: left;
    width: 100%;
    margin: 20px 15px 0px;
    border-top: thin solid #ccc;
}

.useful-link .col-12 {
	margin-bottom: 20px;
}

.bg-primary {
	background: #e4f3ff!important;
	/* background: #274056!important; */
}

.bg-primary.text-white {
	color: #274056!important;
}

.bg-secondary {
	background: #f8f9fa!important;
}

.text-primary {
	color: #274056!important;
}
.text-tertiary {
	color: #36edab!important;
}


/*
.bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6 {
	color: #274056!important;
	color: #37edab;
}
 */

#spacer {
    height: 50px;
}

.cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999999;
}

.cookie-banner .close {
  height: 20px;
  background-color: transparent;
  border: none;
    color: #fff;
  border-radius: 2px;
  cursor: pointer;
    font-size: 3em;	
	opacity: 1;
	width: 100%;
	height: 100%;
    position: absolute;
}

.cookie-banner .close span {
    right: 20px;
	top: 0;
    position: absolute;
}

.l-center-container {
    max-width: 35.25rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	background: #fff;
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    border-radius: 4px;
}

blockquote {
    padding: 25px;
    background: #f1f1f1;
}

/* FONTELLO */

@font-face {
      font-family: 'fontello';
      src: url('css/fonts/fontello.eot?28131499');
      src: url('css/fonts/fontello.eot?28131499#iefix') format('embedded-opentype'),
           url('css/fonts/fontello.woff?28131499') format('woff'),
           url('css/fonts/fontello.ttf?28131499') format('truetype'),
           url('css/fonts/fontello.svg?28131499#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
}

.icons
    {
      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;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;

     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }

.icons:hover {
	text-decoration: none;
}

.navi i {
    display: inline-block;
    position: relative;
    padding: 20px 0;
    right: 0px;
    top: 4px;
}

.navi .rotate i {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* --- HEADER - MENU --- */

/* HEAD TOP */

.headtop {
    background: #274056;
    color: #fff;
    text-align: right;
    padding: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.headtop .foottitle {
    display: none;
	
}

.headtop .textwidget {
    display: inline-block;
}

.tel{
	font-weight: 700;
	font-size: 1.5em;
	text-transform: none;
}

.tel a {
    text-decoration: none;
}

a.cart-update {
	display: inline-block;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    margin: 7px;
    background: #507494;
    border-radius: 30px;
    padding: 3px 10px;
	text-transform: none;
}

a.cart-update:hover {
    background: #37edab;
}

#calc_shipping_state_field {
    display: none;
}

sup.basket {
    font-weight: bold;
    padding: 2px 4px;
    border: thin solid #fff;
    border-radius: 10px;
	font-size: 8px;
	margin-right: 5px;
}

.cart-update .amount {
	text-decoration: underline;
    font-size: 16px;
    display: inline-block;
}

.post-type-archive header ul.social {
	margin-bottom: -6px;
}

/* POST */

.navigation {
	text-align: center;
}

.navigation ul {
	list-style: none;
	padding: 0;
}

.navigation ul li {
    display: inline-block;
    padding: 0 10px;
}

.brk {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

/* BURGER MENU */

/* ANIMATE BURGER */

.navbar-toggler:not(:disabled):not(.disabled) {
	outline: none!important	
}

.navbar-toggler {
	border: none;	
	padding: 0px;
	margin-right: .75em;
}

.animated-bar {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-bar span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-bar span {
    background: rgba(0,32,63,1);
}

.headroom--not-top .animated-bar span {
    background: rgba(0,32,63,1);
}

.animated-bar span:nth-child(1) {
  top: 0px;
}

.animated-bar span:nth-child(2) {
  top: 10px;
}

.animated-bar span:nth-child(3) {
  top: 20px;
}

.animated-bar.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-bar.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-bar.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* MAIN HEADER */

.navbar-inverse {
	border: none;
	background: #fff;
}

.mainnav, .menu-main-menu-container {
	float: right;
}

.mainnav a:hover, .mainnav i:hover, .menu-main-menu-container a:hover, .menu-main-menu-container i:hover {
	color: #274056!important;
}

.navbar-nav, .contact {
	margin-top: 23px;
}

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .menu>li>a {
    padding: 0 10px;
    color: #274056;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
	letter-spacing: -0.03em;
}

.navbar-nav>li, header .menu>li {
	padding-bottom: 20px;
	list-style: none;
}

.navbar-nav>li.current_page_item a, header .menu>li.current-menu-item a, .single-solutions li.page-item-7 a, .cat-list li.current-cat a, .navbar-nav>li.current_page_parent a, header .menu>li.current-post-ancestor a, .single-solutions header  li.menu-item-109 a {
	color: #274056;
}

.navbar-inverse .navbar-brand {
	padding: 8px 0;
	max-width: 220px;
}

a.navbar-brand {
	color: #fff;
	text-shadow: 1px 1px 5px rgba(120,120,120,0.9);
	height: auto!important;
}

.navbar-header {
	float: left;
}

.bar, .bar:before, .bar:after {
	box-shadow: 1px 1px 5px rgba(120,120,120,0.9);
}

.menu-expanded .bar, .menu-expanded .bar:before, .menu-expanded .bar:after {
	box-shadow: none;
}

.headtop span {
	display: inline-block;
}

.headtop .dashicons {
    width: 24px;
    font-size: 18px;
}

.headtop .dashicons-admin-users {
    border: 2px solid #36edab;
    padding: 3px 4px;
    border-radius: 30px;
    width: 28px;
    height: 28px;
    font-size: 16px;
}

.headtop .dashicons-admin-users:hover {
	color: #36edab;
}

ul.social {
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    float: right;
    margin-bottom: -10px;
}

ul.social > *, ul.social li a {
	text-decoration: none!Important;
}

ul.social li {
    display: inline-block;
    font-size: 22px;
}

ul.social li a {
	color: #fff;
	font-size: 1.2em;
}

ul.social li a:hover {
	color: #37edab;
}

footer ul.social {
    float: left;
}

header ul.sub-menu li {
	border-bottom: none!important;
	padding-bottom: 10px!important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    margin: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul#menu-accounts {
    padding-left: 0px;
}

.menu-accounts-container {
    float: right;
}
.menu-accounts-container li {
	border: none!important;
	padding: 5px 0px!important;
}
.menu-accounts-container li a {
    color: #fff!important;
}

/* --- HOME --- */

.ctaimg {
    padding: 40px;
    max-height: 250px;
    margin: 0 auto;
    float: none;
    display: block;
}

.ctabox {
    padding: 50px;
    background: #f03e36;
}

.ctabox h2 {
    margin-top: 0px;
	color: #fff;
}

.home .sidebar-widget {
    margin: 0px;
}

.homesearch {
	background: #e6e6e6;
}

.homehow {
    background: #274056;
    color: #fff;
}

.homehow h2 {
    color: #37edab;
}

.howto {
    margin: -120px 0;
}

.course-intro {
    margin: 30px 0;
    text-align: right;
    color: #274056;
}

.course-intro a.arr {
    color: #274056;
    margin-right: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

a.arr {
	text-decoration: none!important;
}

.arr + .arr {
	margin-left: 50px;
}

a.arr:hover {
	color: #36edab;
}

.featimg {
    position: relative;
}

.featimg .course-cat {
	right: 0;
	bottom: 0;
}

#search-filter-form-81 ul li {
	display: inline-block;
}

#search-filter-form-81 ul li.sf-field-search {
	width: 80%;
}

#search-filter-form-81 ul li.sf-field-submit {
	width: 20%;
	margin-left: -30px;
	position: absolute;
}

/* --- TEAM --- */

.team img, .single-team img {
	max-width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


.team img:hover, .single-team img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.profile_name {
    font-size: 20px;
    text-transform: uppercase;
    color: #274056;
    font-weight: 600;
	margin-bottom: 0px;
}

.viewprof {
	display: block;
	width: 100%;
	padding: 5px 10px;
	background: #274056;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
	margin-bottom: 20px;
	text-decoration: none!important;
}

.viewprof span i.icon-arrow {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: -4px;
}

.viewprof span.arr {
    display: block;
    position: relative;
    padding-right: 40px;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
}

.viewprof:hover {
	background: #37edab;
	color: #fff;
}

img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

img.aligncenter {
    margin: 0 auto;
    float: none;
    display: block;
}

.profile {
    margin: 30px 0 20px;
    border-bottom: thin solid #c5c5c5;
}

.profile h3 {
    margin-top: 0;
}

.position {
    height: 50px;
}

.lity {
	background: #fff;
	background: rgba(256,256,256,0.95);
}

:before, :after {
	box-shadow: none!important;
}

.lity-close {
	color: #808080;
}

.lity.lity-opened {
	z-index: 999999;
}

.lity-close {
	text-shadow: none;
}

/* --- NEWS LIST --- */

.news-list .col-md-8, .single-post .col-md-8 {
	margin-top: 20px;
}

h3.entry-title a {
    color: #274056;
}

/* --- WOOCOMMERCE --- */

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 3px!important;
    color: #37edab!important;
}

.woocommerce table.my_account_orders .button {
	margin-right: 10px;
	text-transform: uppercase;
}

.woocommerce table.my_account_orders .button:last-child {
	margin-right: 0;
}

.woocommerce .woocommerce-order-details {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.pts-crumb {
    background: #274056;
    padding: 5px 0!important;
    font-size: 11px!important;
	color: #fff;
}

.woocommerce .woocommerce-breadcrumb a, .breadcrumbs a {
	color: #fff!important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .field-wrap>div input, .field-wrap>div textarea, .field-wrap>div input, .field-wrap>div textarea {
    padding: 5px 10px;
}

.list-radio-wrap .nf-field-element li {
    display: inline-block;
    padding-right: 10px !important;
    margin: 0 !important;
}

.list-radio-wrap .nf-field-element li label {
    padding-right: 10px;
}

.list-checkbox-wrap .nf-field-element li input, .list-image-wrap .nf-field-element li input, .list-radio-wrap .nf-field-element li input {
	margin-top: 0.5em!important;
}

.nf-field li:before {
    content: '' !important;
}

.woocommerce form .form-row select {
	height: 40px;
}

.field-wrap select {
	padding: 10px;
}

.woocommerce #reviews ol.commentlist {
    padding-left: 0px;
}

select#rating {
    height: 30px;
    margin-left: 10px;
}

.woocommerce #review_form #respond textarea {
    padding: 10px;
    border: thin solid #ccc;
    border-radius: 5px;
    min-height: 150px;
}

/* WOOCOMMERCE ACCOUNTS */

.woocommerce-MyAccount-navigation ul {
    padding-left: 0px;
    list-style: none;
    font-size: 18px;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #808080;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .blog ul.products li.product {
	background-size: cover;
	background-position: 50%;
	margin-bottom: 20px!important;
}

/* --- SHOP CATEGORIES --- 

.woocommerce .products ul, .woocommerce ul.products {
	display: flex;
	justify-content: center;
} */

.blog .products ul, .blog ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

.blog ul.products li.product .price {
	font-weight: normal;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last, .blog ul.products li.last {
    margin-right: 0!important;
}

.woocommerce ul.products li.product a img, .blog ul.products li.product a img {
	margin-bottom: 0!important;
}

.woocommerce-products-header {
	margin-top: 20px
}

li.product-category.product:before {
    background: #000!important;
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
}

a.arr {
	position: relative;
}

.icon-arrow {
    font-size: 24px;
    position: absolute;
    right: -35px;
    top: -2px;
}

span i.icon-arrow {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: -2px;
}

.banner {
    background-size: cover;
    background-position: 50%;
	position: relative;
	height: 400px;
}

.banner .container, .course-entry .container {
    position: relative;
}

.banner h1 {
    padding: 0 0 40px;
    font-size: 4em;
    color: #fff;
	line-height: 1em;
}

.single-casestudies .banner h1 {
    font-size: 3em;
    color: #274056;
	padding-bottom: 0;
}

.banmain {
	background-position: 50%;
	background-size: cover;
	margin: 20px -15px;
}

.banmain [class*="col-"] {
    height: 300px;
    background-size: cover;
    background-position: 50%;
}

h6.sub {
    display: inline-block;
    padding: 5px 15px;
    background: #ef3f36;
    color: #fff;
    border-radius: 25px;
	font-size: 1em;
}

/* RESOURCES */

.resourcesec {
	float: left;
	width: 100%;
}

.resourcesec .col-md-4 {
	padding: 15px;
}
.doctitle {
	color: #274056;
	margin-top: 0;
	font-size: 14px;
    line-height: 1.35em;
}

.docname {
    position: absolute;
    top: 0px;
    opacity: 1;
    color: #fff;
    padding: 10px 25px;
    font-family: 'BlenderProBook', sans-serif;
    font-size: 20px;
    text-align: left;
}

.resourcesec a.btn.wte {
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 1!important;
}

.doctype {
    text-transform: uppercase;
    font-weight: 700;
    color: #ccc;
    font-size: 14px;
}

.docicon {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	background-size: 50px 50px!important;
}

.docicon.doc {
	background: url(/wp-content/uploads/2017/09/word_icon.svg);
}

.docicon.xls {
	background: url(/wp-content/uploads/2017/09/excel_icon.svg);
}

.docicon.pdf {
	background: url(/wp-content/uploads/2017/09/pdf_icon.svg);
}

.docicon.ppt {
	background: url(/wp-content/uploads/2017/09/ppt_icon.svg);
}

.docicon.survey {
	background: url(/wp-content/uploads/2017/09/survey_icon.svg);
}

.docicon.form {
	background: url(/wp-content/uploads/2017/09/form_icon.svg);
}

h4.surveytitle {
    color: #274056;
	font-size: 1.25em;
}

/* WOOCOMMERCE CATEGORY */

.woocommerce ul.products li, .woocommerce-page ul.products li {
    padding: 0px !important;
    border-radius: 15px;
}

.tax-product_cat ul.products li.product, .tax-product_cat ul.products li.product, .blog ul.products li.product {
    width: 100%!important;
	height: auto;
	margin-bottom: 20px;
}

.tax-product_cat ul.products li.product a, .blog ul.products li.product a {
    text-decoration: none;
    height: auto;
    width: 100%;
    position: relative;
}

.archive .single-course, .blog .single-course, li.type-product {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    padding: 5px!important;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.archive .course-cat span {
	top: 0;
    position: absolute;
    height: 100%;
    left: -47px;
}

.course-cat {
    position: absolute;
    right: 0;
    bottom: 0;
}

.cholder {
	position: relative;
}
.catnav {
    padding: 10px 20px;
    width: auto;
    pointer-events: none;	
}

.course-cat span {
    border-top: solid 0px transparent;
    border-left: solid 47px transparent;
	display: inline-block;
	margin-bottom: -18px;
}

.course-cat a {
	color: #fff;
}

h3.pts-course-title {
    font-size: 28px!important;
	font-weight: 800;
}

.address {
    color: #274056;
    font-weight: bold;
}

.details {
    text-align: right;
}

.countdays, .details .price {
	color: #000!important;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.details .price {
	font-size: 24px!important;
}

	/** Course Additions **/
	.coursecat {
		padding: 2px 10px;
    	color: #fff;
		display: inline-block;
    	border-radius: 5px;
		text-transform: uppercase;
		font-weight: 700;
	}
	.course-entry h1.entry-title {
   		font-weight: 700;
   		font-size: 3.75rem;
   		line-height: 1em;
	}
	.coursedetails {
		list-style: none;
		padding-left: 0;
		font-size: 0.8em;
		color: #808080;
	}
	.content-section i {
	    color: #ef3e36;
	    font-size: 0.85em!important;
	    margin-right: 5px;
	}
	.courseoverview {
		margin-top: -50px;
	}
	.hue {
		height: 120px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background: rgb(255,255,255);
		background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	}

/* --- WOOCOMMERCE SEARCH FILTER --- */

.searchandfilter ul {
    padding-left: 0px;
}

.searchandfilter ul li {
    padding: 5px 0!important;
}

/* --- SEARCH --- */

.searchs a {
    float: left;
}

.searchs span {
	color: #fff;
    font-size: 2em!important;
	text-decoration: none!important;
	margin-top: 5px;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	background: rgba(39,64,86,0.85);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
    opacity: 0;
	z-index: -1;
}

#search.open {
    opacity: 1;
    z-index: 999999;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

#search aside {
    position: absolute;
    left: 50%;
    top: 40%;
    width: 350px;
    height: 150px;
	transform: translate(-50%);
    background: none;
}
/*
#search input.sf-input-text, #search select.sf-input-select {
	border-color: #fff;
	color: #fff!important;
} */

#search h4 {
	color: #fff;
}

#search input[type=submit] {
	background: #fff!important;
	color: #274056!important;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, 0);
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    color: #fff;
    width: 50%;
    margin-left: calc(50% / 2);
}

#search input::-webkit-input-placeholder {
	color: #274056!important;
}

#search input:-moz-placeholder {
	color: #274056!important;
}

#search input::-moz-placeholder {
	color: #274056!important;
}

#search input:-ms-input-placeholder {
	color: #274056!important;
}


#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	opacity: 1;
	padding: 0 10px;
	font-size: 48px;
	border: none;
	background: none;
}

/* --- WOOCOMMERCE NOTIFICATIONS --- */

.woocommerce-info::before, .woocommerce-message::before {
    color: #37edab!important;
}

.woocommerce-info, .woocommerce-message {
	border-top-color: #37edab!important;
}

/* --- SIDEBAR --- */

.sidebar-widget {
    padding: 20px;
    margin: 20px 0;
	border-radius: 25px;
    background: #e6e6e6;
}

.sidebar-widget h3 {
	font-weight: 500;
	font-size: 1.5em;
}
.sidebar-widget a {
	color: #36edab;
}

.sidebar-widget input#fieldEmail, .sidebar-widget input#fieldName, .sidebar-widget select {
    background: #fff;
    border-radius: 25px;
    padding: 5px 10px;
    width: 100%;
    border: none;
    font-size: 0.9em;
}

.sidebar-widget label {
    display: block;
    margin: 10px 0 5px;
    font-size: .9em;
}

#custom_html-4 {
    background: #274056;
    color: #fff;
}

#custom_html-6 h4 {
    color: #274056;
}

#custom_html-6 form#subForm button {
    background: #274056!important;
    margin-left: -2px;
}

#custom_html-6 input#fieldEmail, #custom_html-6 input#fieldName {
	border: thin solid #274056;
}

	.field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
    	width: 100%!important;
    	background: #cb362e!important;
	}
	.nf-form-fields-required {
		display: none;
	}
	#ninja_forms_required_items, .nf-field-container {
		margin-bottom: 15px!important;
	}	

.sidebar-widget h4 {
	font-size: 24px;
    margin: 0 0 5px;
}

.widget_search_filter_register_widget h4 {
	color: #274056;
}

.searchandfilter {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.sf-field-search label, input.sf-input-text, .sf-field-taxonomy-product_cat label, select.sf-input-select, .sf-meta-range.sf-meta-range-slider input {
    width: 100%;
    padding: 10px;
    border: none;
    font-weight: normal;
}

.sf-meta-range.sf-meta-range-slider input {
	padding: 3px 10px;
}

li.sf-field-post-meta-_course_days h4 {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.searchandfilter .noUi-connect {
    background-color: #274056!important;
}

.searchandfilter .meta-slider {
	max-width: 100%!important;
}

input.sf-input-text, select.sf-input-select {
	border: 1px solid #274056;
	color: #274056;
	border-radius: 5px;
}

input.sf-input-text::-webkit-input-placeholder { 
	color: #274056!important;
}

input.sf-input-text::-moz-placeholder { 
	color: #274056!important;
}

input.sf-input-text:-ms-input-placeholder { 
	color: #274056!important;
}

input.sf-input-text:-moz-placeholder { 
	color: #274056!important;
}

/* NINJA FORMS */

.label-right .checkbox-wrap .nf-field-description {
	width: 100%;
	margin-right: 0;
	font-size: 0.8em;
}

.label-right .checkbox-wrap .nf-field-label {
	align-items: baseline;
}

/* --- SINGLE COURSE --- */

.course-entry {
    min-height: 350px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    color: #fff;
	line-height: 1.75em;
	font-size: 14px;
}

.overlay {
    background: rgba(39,64,86,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.course-entry .container {
    padding: 50px 15px;
}

.course-entry h1.entry-title {
    margin: 0 0 5px;
}

.sing-cat {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.course-entry .price {
    font-size: 28px;
}

.course-entry .sku {
    color: #274056;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.essentials {
    width: 50%;
    margin: 0 auto;
    padding: 30px 20px 10px;;
    background: #fff;
    border-bottom: 10px solid #37edab;
    text-align: center;
	color: #000;
	box-shadow: 0 5px 10px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.75);
}

.essentials .btn {
    display: block;
    margin-top: 20px;
}

table.variations {
    background-color: transparent;
    width: 100%;
}

#variations-table, #price-booking {
    padding: 0 20px 10px;
    background: #efefef;
    margin: 10px 0 20px;
}

h3.available-title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
	margin-top: 0px;
}

.avail-pricing {
	margin: 20px 0;
}

#variations .add-to-cart button {
    float: right;
}

.variations tr:last-child {
    border-bottom: none;
}

.variations tr {
    padding-top: 10px;
    position: relative;
    height: 50px;
    border-bottom: thin solid #c1c1c1;
}


.addinfomenu {
	border-bottom: thin solid #c5c5c5;
}

.addinfomenu .btn-group {
	white-space: nowrap;
	overflow: auto;
	max-width: 100%;
}

.addinfomenu .btn-group .btn {
	background: none;
	margin-bottom: 0px;
	float: none;
}

.addinfomenu .btn.active, .addinfomenu .btn:hover {
	background: none!Important;
	color: #000!Important;
}

.btn-group .btn {
	color: #808080;
	background: none;
	border-radius: 0;
}

.btn-group .btn {
	color: #808080;
	background: none;
	border: none;
	border-bottom: 5px solid #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.btn-group .btn:hover {
	cursor: pointer;
	color: #000;
}

.btn-group .btn.active {
	color: #000;
	border-bottom-height: 5px;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    	border-radius: 0;
}

.btn:active, .btn.active {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.content-section.active {
	display: block;
}

.content-section img {
	width: 65%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.addinfo {
	margin: 20px auto;
	max-height: 100%;
}

/* --- ACCORDION --- */

.card {
	border: none;
	border-bottom: thin solid #ccc;
	border-radius: 0;
}
.card:first-child {
	border-top: thin solid #ccc;
}
.card-header {
	background: none;
	border-radius: 0;
	border-bottom: none;
	color: #274056;
    font-weight: bold;
}

.show.collapse {
	display: none;
}

.collapse.in {
    display: block;
}

/* --- CLIENTS --- 

.accreditations {
    padding: 20px 0 0;
}*/

.accreditations img {
	max-width: 100%;
	margin: 0 auto;
	max-height: 65px!important;
	display: block;
	opacity: 1;
}


.bx-wrapper {
	max-width: 100%!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    margin: 20px 0 40px!important;
	position: unset!important;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
    left: 0px!important;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
	padding-top: 40px!important;
}

.bx-wrapper img {
	max-width: 100%;
    margin: auto;
    max-height: 65px;
    display: block;
}

ul.bxslider {
	display: table;
}

.bxslider li {
	display: table-cell;
	vertical-align: middle;
	height: 120px;
}

.wpgmp_iw_content {
	color: #000!important;
}

/* --- FOOTER --- 

.course-list .widget {
    width: 50%;
    float: left;
} 
*/

.course-list .widget + .widget {
    margin-top: 0;
}

.course-list .widget ul {
	margin-bottom: 0
}

footer {
	background: #274056;
	color: #fff;
	padding: 20px 0 0;
	float: left;
	width: 100%;
}

ul.footer-links {
    padding-left: 0px;
    list-style: none;
}

.footer-links li {
    display: inline-block;
}

footer .menu-main-menu-container {
	float: left;
	width: 100%;
}

.foottitle {
    font-size: 20px;
    color: #37edab;
}

footer .foottitle {
	margin-bottom: 10px;
}

.widget ul {
	padding-left: 0px;
	list-style: none;
}

ul.product-categories li {
    width: 50%;
    float: left;
}

footer ul a {
    line-height: 1.75em;
    color: #fff;
}

footer ul a:hover, footer ul.menu a:hover {
	color: #37edab!important;
}

/* Footer MultiCarousel */

.carousel-control {
	opacity: 1;
}

.carousel-control.left, .carousel-control.right {
	background: none;
}

.carousel-control i {
    top: 50%;
    position: absolute;
    margin-top: -10px!important;
    color: #274056;
    text-shadow: none;
	font-size: 24px!important;
}

.carousel-control.left i {
    left: 0px;
}

.carousel-control.right i {
    right: 0px;
}

.copyright {
    margin-top: 10px;
    font-size: 12px;
}

.copyright hr {
    margin: 10px 15px;
}

.footer-logo {
	width: 80%;
	margin: 5px 0 10px;
}

ul.websiteby {
    list-style: none;
    text-align: right;
}

input#fieldEmail, input#fieldName {
    background: none;
    border: thin solid #fff;
    padding: 3px 5px;
	width: 100%;
}

h2.woocommerce-loop-category__title {
    position: absolute;
    top: 10px;
    left: 30px;
    font-size: 28px!important;
    color: #fff;
    right: 30px;
}	

.product-category span {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 35px;
}	
	.tax-product_cat ul.products li.product, .tax-product_cat ul.products li.product, .blog ul.products li.product {
		padding: 20px!important;
	}

@media screen and (min-width: 769px) {
	.vh80 {
	    height: calc(80vh - 110px);
	}
.telmob {
	display: none;
}
.bancover {
    position: absolute;
    height: 100%;
    width: 50%;
    background: rgba(0,0,0,0);
    top: 0px;
}

.bancover .cta {
	padding: 100px 30px;
}

.bancover:hover {
    background: rgba(0,0,0,0.5);
}

.bancover.left {
	left: 0;
}

.bancover.right {
	right: 0px;
}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 20%!important;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 78%!important;
	}
.home .sidebar-widget {
    padding: 30px 0;
}
.homehow {
	padding: 50px 0;
}
.post-type-archive.woocommerce ul.products li.product, .post-type-archive.woocommerce-page ul.products li.product, .term-38.woocommerce ul.products li.product, .term-38.woocommerce-page ul.products li.product, .term-30.woocommerce-page ul.products li.product, .term-30.woocommerce ul.products li.product, ul.catDisplay li.product {
    margin: 0 1.6% 1.6% 0!important;
    width: 31.7%!important;
	height: 220px;
}

.post-type-archive.woocommerce ul.products li.product:nth-child(4n), .post-type-archive.woocommerce-page ul.products li.product:nth-child(4n), .term-38.woocommerce-page ul.products li.product:nth-child(4n), .term-30.woocommerce-page ul.products li.product:nth-child(4n) {
	margin-right: 0px!Important;
}

.sub-menu-wrap {
	display: none;
    position: absolute;
    background: rgba(256,256,256,0.85);
    left: 0px;
    margin-top: 21px;
	z-index: 999;
	height: 0px;
	width: 300px;
	font-size: .85em;
}

.sub-menu-wrap:hover {
	display: block;
}
	

header ul.menu li:hover > .sub-menu-wrap .sub-menu-wrap {
	display: block;
	height: auto;
	position: relative;
	padding: 0 5px!important;
}
	
header ul.menu li:hover > .sub-menu-wrap .sub-menu-wrap ul.sub-menu {
	padding: 0;
}


header ul.sub-menu {
    position: relative;
    max-width: 1170px;
    left: 0px;
    background: rgba(256,256,256,0.95);
    padding: 15px;
    list-style: none;
    z-index: 9999;
	margin: 0 auto;
}
	
	header ul.sub-menu ul, header ul.sub-menu .sub-menu-wrap {
		background: none;
	}

header ul.menu li:hover > .sub-menu-wrap, header ul.menu li:hover > .sub-menu {
	display: block;
}

header ul.sub-menu li {
    display: block;
    padding: 5px 0;
    line-height: 1em;
}

header ul.sub-menu li:last-child {
    border-right: none;
}

header ul.sub-menu li a {
    color: #274056;
}
.navbar-nav>li, header .menu>li {
	float: left;
}
.navbar-nav>li.current_page_item, header .menu>li.current-menu-item, .single-solutions li.page-item-7, .cat-list li.current-cat, .blog .cat-list li.cat-item-all, .archive .cat-list li.cat-item-all, .navbar-nav li.current_page_parent, .navbar-nav > li.current_page_parent, header .menu>li.current-post-ancestor, .navbar-nav li:hover {
	padding-bottom: 16px;
	border-bottom: 5px solid #ef3f36;
	position: relative;
}
.archive .single-course [class*="col-"], .blog .single-course [class*="col-"], li.type-product [class*="col-"] {
	display: table-cell;
	float: none;
}
.hold {
    position: relative;
	right: 0px;
}
li#menu-item-189 .hold  {
	margin-right: 385px;
}
.searchs span:after {
    content: 'Search';
    font-size: 0.6em;
    font-family: 'Source Sans Pro', sans-serif;
    position: absolute;
    top: 15px;
    left: 60px;
}
.searchs span {
    margin: 5px 0;
}
.navbar-inverse .menu>li:last-child>a {
    padding-right: 0;
}
.first .btn {
    float: right;
}
#catCover a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    position: absolute;
}	
/*
.woocommerce ul.products li.product a, .blog ul.products li.product a, #catCover a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    position: absolute;
} */
}
@media screen and (max-width: 991px) {
.post-type-archive.woocommerce ul.products li.product, .post-type-archive.woocommerce-page ul.products li.product, .term-38.woocommerce ul.products li.product, .term-38.woocommerce-page ul.products li.product, .term-30.woocommerce ul.products li.product, .term-30.woocommerce-page ul.products li.product {
    margin: 0 1% 2%!important;
    width: 48%!important;
	height: 220px;
}

.navbar-inverse .navbar-brand {
	max-width: 200px;
}
.cta {
    text-align: left;
	margin: 40px 0;
}
    .navbar-toggler {
        display: block;
		float: left;
    }	
	.navbar-inverse .navbar-toggler {
		border: none;
		background: #fff!Important;
		padding: 18px 15px 15px 15px;
	}	
}


@media screen and (min-width: 992px) {
.shape {
    position: relative;
    background-size: cover;
	background-position: 50%;
    border-radius: 80% 20% 32% 68% / 58% 22% 78% 42%;
    height: 110%;
    width: 100%;
	}
	
.shape.alt {
    border-radius: 30% 60% 82% 38% / 28% 22% 88% 82%;
}
	
#caseStudy {
    margin-top: -50px;
}

.shape2 {
    position: absolute;
    bottom: 0;
    left: 5%;
    border-radius: 80% 20% 32% 68% / 58% 22% 78% 42%;
    height: 25%;
    width: 20%;
    background: #36edab;
    transform: rotate(15deg);
}
	
.shape.alt .shape2 {
    border-radius: 30% 60% 82% 38% / 28% 22% 88% 82%;
    left: auto;
    right: 10%;
    bottom: 10%;
}
	
.row-eq-height {
    display: table;
}

.row-eq-height [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.banner.short {
	height: 350px;
}
}

@media screen and (max-width: 768px) {
li.current-menu-item > a {
    font-weight: bold;
}
.tel {
	display: none!important;
}
.telmob {
    display: block;
    padding: 20px;
    float: right;
    color: #000;
    font-size: 20px;
}
ul.sub-menu {
	padding-left: 0px;
}
.sub-menu li {
	list-style: none;
    display: block;
}

.sub-menu li a {
    padding: 5px;
    display: block;
	font-size: 18px;
	color: #507494;
}

ul#menu-accounts, .headtop {
	margin-bottom: 0px;
	padding: 0px;
}
.bancover.left, .right {
	background: rgba(0,0,0,0.5);
    left: 0px;
    top: 0px;
    padding: 10px 10px 1px;
	margin-top: 10px;
}

	.jumbotron {
		padding: 50px 10px;
	}
.jumbotron p {
    font-size: 18px;
	font-weight: 500;
}
.home .sidebar-widget {
    padding: 10px 0;
}
.homehow {
	padding: 10px 0;
}
.howto {
    margin: 0 0 20px;
}
footer .foottitle {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.cta {
	margin: 0 0 40px;
}
#navbar {
    float: left;
    clear: both;
    width: 100%;
	overflow: auto;
}
.mainnav, .menu-main-menu-container {
    float: left;
    width: 100%;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #274056;
}

ul#menu-main-menu {
	padding-left: 0px;
}
.navbar-nav>li, header .menu>li {
	padding-bottom: 10px;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .menu>li>a {
	padding: 10px 3px 0;
    display: block;
    font-size: 22px;
	border-top: thin solid #507494;
}

#menu-accounts.menu>li>a {
	padding: 0px;
	border-top: none;
}
.banner h1 {
    padding: 20px 0 60px;
    font-size: 32px;
}
	h2 {
		font-size: 28px;
	}
.lity-content img {
    width: 30%;
    height: auto;
}
.details {
	text-align: left;
}
.catnav {
	padding: 10px 15px;
	margin-top: 15px;
}
.essentials {
	width: 100%;
}
#variations-table, #price-booking {
	padding: 20px;
}
#variations table.variations td.add-to-cart button {
	margin: 20px auto!important;
}
footer .row {
    float: left;
    width: 100%;
}
.post {
	margin: 20px 0;
}

    .navbar-header {
        float: left;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
		max-height: 80vh;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media screen and (max-width: 991px) {
.shape {
    position: relative;
    background-size: cover;
	background-position: 50%;
    height: 400px;
}
}

@media screen and (max-width: 767px) {
	
	body {
		font-size: 1.15em;
	}
.post-type-archive.woocommerce ul.products li.product, .post-type-archive.woocommerce-page ul.products li.product, .term-38.woocommerce ul.products li.product, .term-38.woocommerce-page ul.products li.product, .term-30.woocommerce ul.products li.product, .term-30.woocommerce-page ul.products li.product {
	    margin: 0 0 30px!important;
	    width: 100%!important;
		height: 220px;
	}
	.searchs {
		height: 40px;	
	}
	.course-entry h1.entry-title {
		font-size: 2.75em;
	}
	.bancover.left * {
	    text-align: left!important;
	}
	.banner {
		height: 200px;
	}
	.single-casestudies .banner {
		height: auto;
	}	
	.chooser {
		margin-top:0;
	}
	.jumbotron .btn {
		margin: 10px 0 0;
	}
/* OFF CANVAS */
.offcanvas-body ul {
    padding-left: 0;
}

header ul.sub-menu li {
	padding-bottom: 0!important;
}

	.course-cat {
		position: relative;
	}
	.archive .course-cat span {
		display: none;
	}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%!important;
    margin: 10px 0!important;
    padding: 15px !important;
}	
#catCover {
    height: 180px;
	padding: 0!important;
}	
#catCover a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    position: absolute;
}	
	h1 {
		font-size: 36px;
	}
	h3 {
		font-size: 1.25em;
	}
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}