/*
Theme Name: Aerochem 2026
Description: Custom Theme for Aerochemicals
Author: Blue Ginger
Author URI: http://www.bluginger.co.uk
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body{
	font-family: "Manrope", sans-serif;
	font-size:20px;
	font-weight:400;
	color:#373086;
	line-height:1.4;
	background-repeat:no-repeat;
}
body.home{
	background:#373086;
}
body.blog, body.single{
    background-image: url(https://blueginger.co.uk/dev/aerochem2/wp-content/uploads/2026/03/418245494_6607d5d9-4ef3-4024-af5f-7007923eb22f.png);
}

a{
	text-decoration:none;
	color:#373086;
}
h2{
	font-size:18px;
	color:#878990;
	font-weight:700;
	margin-bottom:30px;
}
h3{
	font-size:30px;
	color:#373086;
	font-weight:500;
	margin-bottom:30px;
}
form.wpcf7-form label {
    display: block;
}
form.wpcf7-form input, form.wpcf7-form textarea{
	max-width:100%;
}

@media only screen and (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
    .navbar-expand-xl {
        flex-wrap: wrap;
    }
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm{
	padding-right:15px;
	padding-left:15px;
}

#floating-btns{
	position: fixed;
    z-index: 20;
    right: 0;
    top: 50%;
}
#floating-btns a{
	float:right;
	margin-bottom:5px;
}

#header{
	width:100%;
	position:absolute;
	z-index:2;
}
.menu-bar{
	width:100%;
	position:relative;
	padding:57px 0;
	float:left;
}
.logo{
	float:left;
	padding:0;
	position:relative;
	z-index:2;
	max-width:350px;
}
.header-social{
	float:right;
	margin-top:5px;
}
.header-social img{
	margin-left:9px;
}
.navbar{
	padding:0;
	margin-top:13px;
	float:right;
}
.main-menu .navbar-expand-xl .navbar-nav .nav-link{
	font-size:22px;
	padding:0 30px;
	color:#fff;
}
.main-menu .navbar-expand-xl .navbar-nav .nav-link:last-child{
	padding-right:0;
}
.main-menu .navbar-expand-xl .navbar-nav .nav-item{
	position:relative;
}
.main-menu .navbar-expand-xl .navbar-nav .nav-link:hover, .main-menu .navbar-expand-xl .navbar-nav .nav-link:active, .main-menu .navbar-expand-xl .navbar-nav .nav-link:focus, .main-menu .navbar-expand-xl .navbar-nav .nav-item.current-menu-item .nav-link{
	color:#878990;
}
.main-menu .navbar-expand-xl .navbar-nav .nav-item > ul{
	display:none;
	list-style:none;
	margin:0;
	padding:10px 15px 20px;
	position:absolute;
	top:25px;
	left:15px;
	background:none;
	z-index:10;
	min-width:250px;
}
.main-menu .navbar-expand-xl .navbar-nav li:hover > ul{
	display:block;
}
.main-menu .navbar-expand-xl .navbar-nav .nav-item > ul > li{
	padding:0;
}
.main-menu .navbar-expand-xl .navbar-nav .nav-item > ul > li > a{
	padding:3px 0 !important;
	color:#fff;
	text-shadow:1px 1px #000;
	font-weight:400;
	font-size:16px;
}
.main-menu .navbar-expand-xl .navbar-nav .nav-item.header-btn > ul{
	left:unset;
	right:0px;
	text-align:right;
}

#pagehead{
	padding-top: 200px;
    padding-bottom: 100px;
}
h1.page-title{
	font-size:52px;
	color:#fff;
	width:40%;
}
.container.page-wrap{
	background:#fff;
}
.content-wrap{
	position:relative;
	float:left;
	z-index:10;
	margin-top:0;
	width:100%;
}
body.home .content-wrap{
	margin-top:-550px;
}

.blog-wrap{
	background:#fff;
	padding:70px 70px 20px 70px;
	margin-left:-15px;
	margin-right:-15px;
}
body.blog h2{
	font-size:30px;
}
body.blog .hentry{
	margin-bottom:50px;
}
a.read-more-btn{
	background: #fff;
    border: 1px solid #373086;
    border-radius: 20px;
    padding: 7px 0;
    margin: 20px 0 0;
    color: #373086;
    width: 100px;
    font-size: 14px;
	text-align:center;
	display:inline-block;
}
body.single h2.post-title{
	font-size:30px;
	color:#373086;
}

#footer{
	width:100%;
	float:left;
}
#footer .container{
	background:#25206c;
	padding:75px 55px 55px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.footer-widget-area{
	padding-left:20px;
	padding-right:20px;
	width:100%;
}
.footer-menu ul{
	list-style:none;
	font-size:14px;
	padding:0;
	margin:0;
}
.footer-menu ul a{
	color:#fff;
}
.footer-social{
	position:relative;
	text-align:right;
}
.footer-social img{
	margin-left:9px;
}
.inner-footer .footer-credits{
	color:#fff;
	font-size:14px;
	background:#373086;
	padding:20px;
	margin-top:30px;
	border-radius:10px;
	width:100%;
}
.inner-footer .footer-credits a{
	color:#878990;
}
.textr{
	text-align:right;
}
#breadcrumbs{
	background:#fff;
	padding:20px 70px 0;
	font-size:12px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}

form.post-password-form{
	background:#fff;
	padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

/* SLIDER */
.flexslider{
	  margin: 0;
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
#home-slider.flexslider{
	width:100%;
	position:relative;
	z-index:1;
}
#home-slider.flexslider .slide-image{
	position:relative;
	z-index:1;
}
#home-slider.flexslider .slide-container{
	position:absolute;
	top:300px;
	z-index:2;
	color:#fff;
	font-size:42px;
	line-height:60px;
	width:100%;
}

#home-slider.flexslider .slide-container .slide-content{
	width:1440px;
	max-width:100%;
	margin:auto;
	padding:0 15px;
}
#home-slider.flexslider .slide-container a{
	font-size:18px;
	font-weight:700;
	background-color:#373086;
	padding:20px 40px 20px 30px;
	border-radius:40px;
	background-image:url(images/button-arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	color:#fff;
	width:195px;
	display:block;
	line-height:18px;
}

/* VC */
section{
	border-radius:5px;
	margin-bottom:5px;
}
section:first-child{
	border-top-left-radius:0;
	border-top-right-radius:0;
}
body.home section:first-child{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.member-row .vc_column_container>.vc_column-inner{
	height:205px;
}
.member-row .wpb_single_image .vc_single_image-wrapper{
	height:96px;
}
.member-popups .wpb_raw_code.wpb_content_element{
	margin-bottom:0;
}
.member-learn-click{
	font-size:18px;
	margin-bottom:0;
}
.member-learn-click:hover{
	cursor:pointer;
}
.member-learn-click p{
	background: #fff;
	border:1px solid #373086;
	border-radius:20px;
    padding: 7px 0;
    margin: -20px auto 0;
	color:#373086;
	width:100px;
	font-size:14px;
}
.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat{
	background-color:#373086 !important;
}
.vc_btn3.vc_btn3-size-md{
	font-size:18px !important;
	font-weight:700;
	padding-top:16px !important;
	padding-left:30px !important;
	padding-bottom:16px !important;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty){
	padding-right:70px !important;
}
.home-numbers .vc_column_container>.vc_column-inner{
	background-color:#f1f1f1;
	border-radius:5px;
	height:158px;
}
.home-numbers .vc_column_container>.vc_column-inner strong{
	font-size:38px;
	font-weight:700;
}
.home-members .vc_column_container>.vc_column-inner{
	background-color:#fff;
	background-image:url(images/home-members-arrow.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	border-radius:5px;
	height:158px;
}
.section-padding{
	padding:70px 70px 35px 70px !important;
}

.cky-btn-revisit-wrapper{
	background-color:#373086 !important;
}

/* MODAL */
.modal-backdrop{
	display:none;
}
.modal-dialog{
	max-width:100%;
}
.modal-dialog{
	width:60%;
}
.modal-content{
	background-color:#f1f1f1;
}
.modal-header{
	border-bottom:none;
}
.modal-body .col-md-4{
	padding:0 50px;
}
.modal-body .img-bg{
	text-align:center;
	width:100%;
	padding:50px 0;
}
.modal-body a{
	color:#373086;
	font-weight:600;
}
.modal-header .btn-close{
	padding:0 5px 9px;
}
.btn-close{
	background:#000;
	color:#fff;
	border-radius:50%;
	opacity:1;
}
.btn-close:hover{
	color:#fff;
	opacity:1;
}

/* Images */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right:7px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #ebebeb;
	line-height: 18px;
	margin-bottom: 3px;
	max-width: 630px !important;
	padding: 3px 13px 4px 3px;
	text-align: center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	color: #555;
	font-size: .875em;
	margin: 0;
	
}
.wp-smiley {
	margin: 0;
}

.bypostauthor{
}
.feedback{
	text-align:right;
	padding:0 20px 10px 0;
	clear:both;
}

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.top-footer .gallery-item{
	float: none;
	display: inline-block;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail,
.gallery-columns-4.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
	text-align: center;
}



.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery img {
	border: 10px solid transparent;
	max-width: 100%;
height: auto;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* Comments */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
}
.reply a:hover,
a.comment-edit-link:hover {
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	font-weight: bold;
}
#respond label {
	font-size: 12px;
	width:7%;
}
#respond input {
	margin: 20px 5px;
}
#respond textarea {
	width: 99%;
}
#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#advert{
	width:640px;
	margin-left:-40px;
}
#advert ul{
	list-style:none;
}
/* =Widget Areas
-------------------------------------------------------------- */

.textwidget{
width:100%;
}
.widget-area ul {
	list-style: none;
	margin: 0;
	padding-left:0;
}
.widget-area ul ul {
	margin: 0;
	padding-left:10px;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 100%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0;
	padding:0;
	list-style:none;
}
.widget-container ul{
margin:0;
padding:0;
}
.widget-container ul li{
list-style:none;
}
.widget-container a,
.widget-container a:link,
.widget-container a:visited {
	text-decoration: none;
}
.widget-container a:active,
.widget-container a:hover {
	text-decoration: none;
}
.widget-area a,
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
	text-shadow:none;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
}
#wp-calendar tbody td {
	border: 1px solid #333;
	padding: 3px 0 2px;
	text-align: center;
	font-size:12px;
}

#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #CC0000;
}
.widget_rss a.rsswidget:hover {
	color: #FF0000;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* RESPONSIVE */
img{
	max-width:100%;
	height:auto;
}
.navbar-toggler{
	margin-bottom:10px;
	border:1px solid #ddd;
	margin:0;
}
.hamburger{
	width:100%;
	text-align:right;
}

.navbar-toggler:focus{
	box-shadow:none;
}

@media only screen and (min-width:1700px) {
	body.home .content-wrap {
	    margin-top: -700px;
	}
}

@media only screen and (max-width:1600px) {
	body.home .content-wrap {
	    margin-top: -400px;
	}
}

@media only screen and (max-width:1300px) {
	body.home .content-wrap {
	    margin-top: -300px;
	}
}

@media only screen and (max-width:1199px) {
	.navbar-collapse{
		background: #000;
    	padding: 20px 0;
	}
	#home-slider.flexslider .slide-container{
		top:20%;
		font-size: 40px;
    	line-height: 1.2;
	}
	h1.page-title{
		width:100%;
	}
	.main-menu .navbar-expand-xl .navbar-nav .nav-item > ul{
		display:block;
		position: relative;
		top: 0;
		left: 30px;
	}
	.content-wrap{
		z-index:1;
	}
}

@media only screen and (max-width:991px) {
	#home-slider.flexslider .slide-image {
	    position: absolute;
	}
	#home-slider.flexslider .slide-container{
		position: relative;
        margin-top: 200px;
        margin-bottom: 100px;
	}
	body.home .content-wrap {
        margin-top: 0;
    }
}

@media only screen and (max-width:768px) {
	#header {
	    position: relative;
	    background: #000;
	    float: left;
	}
	.header-social{
		display:none;
	}
	#home-slider.flexslider {
	    position: relative;
	    float: left;
	}
	.menu-bar{
		padding-top:10px;
		padding-bottom:10px;
	}
	#home-slider.flexslider .slide-container {
        margin-top: 100px;
    }
    .header-social{
    	float:left;
    	position: relative;
        z-index: 999;
    }
    .logo{
    	max-width:none;
    }
	.checking.vc_column_container {
		width: 50%;
		float: left;
	}
	h1.page-title{
		text-align:center;
		font-size:40px;
		float: left;
        margin-top: 30px;
	}
	.numbers-section .vc_col-sm-3 {
        width: 50%;
		float:left;
    }
	.section-padding{
		padding:35px 15px 0px 15px !important;
	}
	#breadcrumbs{
		padding-left:15px;
		padding-right:15px;
	}
}

@media only screen and (max-width:600px) {
	#home-slider.flexslider .slide-container{
		margin-top:50px;
		margin-bottom:50px;
	}
}

@media only screen and (max-width:576px) {
	#floating-btns{
		display:none;
	}
}

@media only screen and (max-width:540px) {
	body.home{
		background:#000;
	}
	#home-slider.flexslider .slide-container{
		font-size:30px;
		margin-top: 10px;
		margin-bottom:10px;
	}
	#home-slider.flexslider .slide-image{
		top:200px;
	}
	#home-slider.flexslider{
		margin-bottom:320px;
	}
}

@media only screen and (max-width:420px) {
	.numbers-section .vc_col-sm-3 {
        width: 100%;
    }
	#home-slider.flexslider .slide-image{
		top:280px;
	}
}