/*!
Theme Name: Kadence Child
Theme URI: https://bowdenworks.com
Template: kadence
Author: Bowden Works
Author URI: https://bowdenworks.com
Description: Kadence child theme
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* === General === */
/* Typography */
/* Buttons */
/* Forms */
.gfield_captcha{
	display:inline;
}
/* Icons */

/* Scroll Animation */
/* Mouse animation */ 
.mouse{
	margin-left: 35px!important;
}
p2{
  margin-left: -80px;
}
@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
/* === Ideon Branding === */
.ideon-separator{
	padding: 1em;
	background-color: #23201F!important;
	border: 0px;
	position: relative;
	
}
.ideon-separator:after{
	content: '';
	height: 2px;
	width: 100%;
	background-color: #F16240;
	display: block;
}

.bw-heading-main-sup {
	font-size: 12px;
	line-height: 0;
	vertical-align: 15px;
}
.bw-heading-sub-sup {
	font-size: 10px;
	line-height: 0;
	vertical-align: 1px;
	letter-spacing: 0;
}

/* === Header === */
/* Logo */
/* Navigation */
/* Search bar */

/* === Body === */
/* Main content */
/* Sidebar */
/* Blog posts */
/* Pagination */

/* === Footer === */
.logo-footer{
	width: 200px;
}
@media screen and (max-width: 991px){
	.footer-widget-area.content-align-right{
		text-align: left;
	}
	.site-bottom-footer-wrap p{
		text-align: center;
	}
	.site-bottom-footer-wrap .footer-navigation{
		justify-content: center;
	}
}
@media screen and (max-width: 767px){
	.logo-footer{
		margin: 0 auto;
	}
	footer,
	footer p,
	footer .footer-social-inner-wrap,
	footer ul{
		text-align: center;
	}
	.footer-widget-area.content-align-right .footer-navigation{
		justify-content: center !important;
	}
}
/* Copyright */

/* === Post Type === */
/* Case Studies */
.case-study-grid .kt-blocks-post-grid-item .kt-blocks-post-grid-item-inner {
	min-height: 240px;
}
.case-studies .kadence-post-image {
	padding: 1px 1px 0 1px;
}
.single-case .content-area .entry-title {
	padding-top: 3rem;
}
.single-case .content-area .bw-company {
	padding-top: 2rem;
	text-transform: uppercase;
	color: var(--global-palette1);
}
.single-case .content-area .entry-title {
	padding-top: 0;
}
@media screen and (min-width: 768px){
	.single-case{
		overflow-x: hidden;
	}
	.single-case .entry-content-wrap{
		display: grid;
		grid-template-columns: 65% 1fr;
			column-gap: 40px;
	}
	.single-case .content-area{
		margin-top: 0;
		margin-bottom: 0;
	}
	.single-case .content-area .entry-title {
		font-weight: 700;
	}
	.single-case .content-area .left-section{
		padding-top:10px;
		padding-bottom: 5rem;
		background-color: #eee;
		padding-right: 50px;
		position: relative;
	}
	.single-case .content-area .left-section::before{
		content: '';
		position: absolute;
		top: 0;
		width: 100vw;
		left: -70vw;
		background-color: #eee;
		height: 100%;
		z-index: 0;
	}
	.single-case .content-area .left-section > *{
		position: relative;
	}
	.single-case .entry-content-wrap .right-section{
		padding: 5rem 50px;
	}
}
.single-case .entry-content-wrap .right-section .small{
	max-width: 50%;
}
.single-case .entry-content-wrap .right-section hr{
	margin: 30px 0;
	border-width: 1px;
	border-color: rgb(4,9,14);
}
/* same height case studies */
.slick-track {
	display: flex !important;
	align-items: stretch;
}
.slick-track .slick-slide {
	height: unset !important;
}
.slick-track .slick-slide > article {
	height: 100%;
}

.site .case-studies-title h1 {
	font-weight: 500;
}
/* Team */
.team .wp-post-image {
	border:1px solid var(--global-palette2);
}

/* Landing Pages */
/* === Specific Pages === */
/* Home */
.hero-main{
	color: #fff;}
}
@media screen and (max-width: 1024px) {
	/* senu scroll popup */
	header#masthead {
		transition: transform 1s ease, background 1s ease;
	}
	header#masthead.scroll {
		width: 100%;
		position: fixed !important;
		background: var(--global-palette4) !important;
	}
	header#masthead.scroll.scroll-down {
		transform: translateY(-100%);
		background: #0000 !important;
	}
	/* menu text visable */
	button#mobile-toggle:hover {
		color: var(--global-palette8);
	}

}
@media (max-width: 767px) {
	/* hero text visable */
	h5.hero-subtitle.animated.fadeInDown.delay-1s.slow {
		text-shadow: 2px 0 2px #000000,
			-2px 0 2px #000000,
			0 2px 2px #000000,
			0 -2px 2px #000000;
	}
	/* spacing */
	.wp-block-kadence-infobox {
		padding-bottom: 7px;
		border-bottom: 1px solid var(--global-palette6);
		margin-bottom: 7px;
	}
	.bw-heading-main-sup {
		font-size: 9px;
		vertical-align: 8px;
	}
}
@media screen and (max-width:460px){
	.hero-main {
		line-height: 1em;
	}
	.hero-subtitle{
		line-height: 1em;
		margin-top: -20px!important;
	}
	.footer-widget-2{
		text-align: center;
	}
}
.application{
	min-height: 440px;
	
}
.colour1:before{
	background-color: #FF4E00;
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.9;
}
.icon-app{
	width: 60px;
	margin: auto;
	padding-top: 70px;
}
.home-news li a{
	font-size: 20px;
	text-decoration: none;
}
