 /*
 Theme Name:   Child Theme
 Theme URI:    http://localhost/website
 Description:  Child Theme
 Author:       Paramount Digital
 Author URI:   http://paramountdigital.co.uk
 Template:     generatepress
 Version:      1.0.0
*/

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul { margin: 0 0 0 15px; }
ul li {
  list-style-type: none;
  line-height: 130%;
}
.page-id-4226 .testimonial-slider {
    display: none;
}
#main ul li { margin-bottom: 10px; }
label { font-size: 12px; }
textarea, select, input[type] {
	outline: none;
	max-height: 157px;
 	padding: 10px 15px;
	border: 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
blockquote {
	border: none;
}
blockquote::before {
	content: "\f10d";
	font-family: "Font Awesome\ 5 Free";
  	font-weight: 900;
	font-size: 2em;
	float: left;
	margin: 0 10px 0;
	line-height: 100%;
}
hr {
	height: 2px;
	width: 50%;
	margin: 10px 0 10px 25%;
	background-color: #0b3d7a;
}
a {
	cursor: pointer;
}
.fa-2x,.fa-3x,.fa-4x,.fa-5x {
	vertical-align: middle;
}
.lgc-column p {
	margin-bottom: .8em!important;
}
h1,h2,h3 {
	margin-bottom: 10px;
	line-height: 100%;
}
h4,h5,h6 {
	margin-bottom: 0;
	line-height: 100%;
}
sup { color: red; }
span.wpcf7-not-valid-tip {
	font-size: 12px;
}
.flex {
    display: flex;
}

/* hidden google recaptcha */
.grecaptcha-badge {
	visibility: hidden;
}

/*** agree box left align ***/
.agree-chk {
	float: left;
	margin-right: 10px;
}

/*** buttons ***/
a.btn, button#submit {
	display: inline-block;
	padding: 5px 20px;
	background-color: #8bc53f;
	color: #fff;
	font-weight: 600;
	transition: all .3s linear;
	border-radius: 5px;
}
a.btn:hover, button#submit:hover {
	background-color: #fff;
	color: #000;
}
a.btn.btn-white {
	background: #fff;
	color: #000;
}
.btn.btn-white:hover {
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    background: transparent;
}
a.btn.btn-big {
	font-size: 24px;
	padding: 12px 25px;
	border-radius: 8px;
}

/***special classes***/
.clearfix::before, .clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.column-valign .inside-grid-column {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.valign, .mobile-valign {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.padding-10 { padding: 10px!important; }
.padding-20 { padding: 20px!important; }
.padding-30 { padding: 30px!important; }
.padding-40 { padding: 40px!important; }
.padding-50 { padding: 50px!important; }
.full-height { height: 100%; }
.trans-white-bg { background-color: rgba(255,255,255,.7); }
.trans-black-bg { background-color: rgba(0,0,0,.4); }
.pull-right {
  float: right!important;
}
.full-container {
	max-width: 1200px;
	margin: auto;
}
.half-container {
    max-width: 560px;
}
.grey-bg {
	background: #f4f4f4;
}
.green-txt { color: #8bc53f; }
.no-padding, .no-padding > div.generate-sections-inside-container {
  padding: 0!important;
}
.no-margin-bottom { margin-bottom: 0 !important; }
.no-side-padding, .no-side-padding > div.generate-sections-inside-container {
	padding-left: 0!important;
	padding-right: 0!important;
}
.bullet-list li {
    list-style-type: disc;
}
.no-column-margin .inside-grid-column,
.no-p-margin p,
.no-h-margin h1,
.no-h-margin h2,
.no-h-margin h3
{ margin-bottom: 0!important;  }
.text-center { text-align: center !important; }
.text-right { text-align: right;}
.width-600 {
	max-width: 600px;
	margin: auto;
}
.width-500 {
	max-width: 500px;
	margin: auto;
}
.as-background img {
	object-fit: cover;
	object-position: center;
}

/** header **/

.inside-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-item {
    position: absolute;
    right: 40px;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
position: fixed;
top: 15px;
right: 15px;
color: #aaff1f;
opacity: 1;
font-size: 50px;
background: transparent;
font-weight: 600;
}

.banner-slider, .banner-slider .slick-track {
    margin: 0;
    width: 100%;
}
.banner-content {
    text-align: center;
    padding: 40px 60px;
    color: #fff;
	padding: 80px 40px;
	max-width: 800px;
	margin: auto;
}
.banner-content h2 {
    font-weight: 600;
}
.banner-content h5 {
    line-height: 20px;
    font-size: 15px;
}
.banner-slide h5 {
    margin-bottom: 40px;
}
/** home page **/

.border-bottom-1 {
	border-bottom: 1px solid #d3d3d3;
}
.intro-scroll {
    max-height: 560px;
    overflow-x: hidden;
	overflow-y: scroll;
}
.intro-scroll h4, .logo-block h4, .news-block h4 {
    font-weight: 600;
    font-size: 20px;
    color: #8bc53f;
    margin-bottom: 10px;
}
.underline {
    position: relative;
    font-weight: 500;
    font-size: 18px;
	margin-bottom: 50px;
}
.logo-block .underline, .news-block .underline { margin-bottom: 30px; }
.underline::after {
    content: "";
    height: 5px;
    width: 30px;
    background: #8bc53f;
    left: 0;
    position: absolute;
    margin-top: 30px;
}
.page-numbers {
	font-size: 18px;
	margin-left: 5px;
}
.page-numbers.current {
color: #676767;
}

.logo-block .underline::after, .news-block .underline:after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.inside-article .entry-header h2.entry-title a {
	font-size: 20px;
}

.max-height-300 { max-height: 350px; }

.half-container .flex p img {
    width: 100px;
    max-width: 70px;
    margin-right: 15px;
}
.half-container .flex i {
    color: #8bc53f;
    height: 70px;
    width: 70px;
    font-size: 50px;
    font-weight: 100;
	margin-right: 15px;
	line-height: 70px;
	text-align: center;
	min-width: 70px;
}
.half-container .flex {
    margin-bottom: 20px;
}
.rotate-icon {
	transform: rotate(90deg);
}

.product-image img {
    width: 100%;
    object-fit: cover;
}
.img-scale-product {
	transform: scale(1.2);
}
.product-slide {
    margin-right: 20px;
}
.product-content h3 {
   margin-top: 20px;
    margin-bottom: 0;
}
/** products page **/

.product-blocks-outer {
    display: flex;
    flex-wrap: wrap;
}
.product-block { 
	width: 31%;
	margin: 1%;
}
.product-block img {
    width: 250px;
}
.product-block .product-image {
    text-align: center;
}

h3 {
    font-weight: 900;
    color: #8bc53f;
    text-transform: uppercase !important;
}
/** cta bar **/
.cta-bar .grid-container {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.cta-bar p {
    font-weight: 500;
	margin-bottom: 0;
}

/** slick slider **/
.slick-arrow {
	position: absolute;
	top: 40%;
	cursor: pointer;
	color: #676767;
}
.slick-prev {
	left: -20px;
}
.slick-next {
	right: -20px;
}


/** testimonials **/
.testimonial-block {
    max-width: 1200px;
    margin: auto;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
	text-align: center;
}
.testimonial-block .single-testimonial {
    text-align: center;
    border-bottom: solid 1px #8bc53f;
    margin-bottom: 20px;
}


/** slick slider **/
.testimonial-slider .slick-track { 
	display: flex !important;
}
.testimonial-slider {
    margin: 0;
	background: #fff;
	border-top: solid 1px #ededed;
}
.testimonial-slider .newsdots .slick-active button {
    background: #8bc53f;
}
.testimonial-slider .newsdots {
    padding-bottom: 20px;
}
.testimonial-slider blockquote { 
	position: relative;
	line-height: 26px;
}
.testimonial-block blockquote:after, .testimonial-block blockquote:before, .testimonial-slider blockquote:before,
.testimonial-slider blockquote:after{
    font-family: "Font Awesome 5 Pro";
	font-weight: 900;
    position: absolute;
    /* -- inside the relative position of blockquote -- */
    top: 13px;
    color: #5B5B5B;
    font-size: 34px;
}
.test-next.slick-arrow {
    right: 0;
}
.test-next.slick-arrow, .test-prev.slick-arrow {
	background: none;
	font-size: 42px;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	z-index: 2;
}
.test-next.slick-arrow:hover, .test-prev.slick-arrow:hover {
    color: #8bc53f;
}
.testimonial-block blockquote:before, .testimonial-slider blockquote:before{
    content: "\f10d";
    margin-right: 13px;
    right: 100%;
}
.testimonial-block blockquote:after, .testimonial-slider blockquote:after{
    content: "\f10e";
    margin-left: 13px;
    left: 100%;  
	margin-top: 10px;
}
.testimonial-slider .single-testimonial {
    height: inherit !important;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}
.single-testimonial img {
    margin: auto;
	max-height: 90px;
	max-width: 160px;
}
.single-testimonial .testimonial-content {
    padding: 10px 40px;
	color: #676767;
}
.single-testimonial .position {
	color: #a6a6a6;
}
.testimonial-content h5 {
    font-weight: 700;
    font-size: 16px;
}
.latest-news-slider .slick-track { display: flex; }
.latest-news-slider .news-item { 
	height: inherit;
	display: flex;
	flex-direction: column;
	border: solid 1px rgba(0, 0, 0, 0.06);
	padding: 10px;
	justify-content: center;
	align-items: center;
}
.news-item .inner-news {
	text-align: center;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}
.latest-news-slider img {
    object-fit: cover;
    height: 250px;
	width: 100%;
}
.post-thumbnial-news {
	padding: 5%;
}
.readmore {
    margin-top: auto;
}
.news-item {
	margin: 0 20px;
	transition: ease all 0.3s;
}
.testimonial-slider .single-testimonial { height: inherit !important; }
.news-item:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
    transition: ease all 0.3s;
}
.news-item:hover > a .news-image {
    filter: saturate(1.4);
    -webkit-filter: saturate(1.4);
	transition: ease 0.3s;
}

.news-item { transition: ease 0.3s; }

.inner-news, .inner-news a {
    text-align: left;
    color: #000;
}
.inner-news h4 {
    font-size: 16px;
    font-weight: 600;
	text-align: center;
}
.latest-news-slider .slick-list {
    padding: 40px 0;
}
.newsdots {
	text-align: center;
}
.newsdots li {
    display: inline-block;
	position: relative;
    margin: 0 8px;
	padding: 0;
    cursor: pointer;
	width: 20px;
    height: 20px;
}
.newsdots .slick-active button { 
	background: #333;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
}

.newsdots button {
    border-radius: 100%;
    background: #dbdbdb;
	font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
}

.newsdots li button:before {
    content: '•';
    font-size: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
}


.slick-arrow {
	position: absolute;
	top: 40%;
	cursor: pointer;
	color: #e4e4e4;
}
.slick-prev {
	left: -20px;
}
.slick-next {
	right: -20px;
}

/** about page **/
.how, .founders { position: relative; }
.how::before {
	content: "\f7a2";
	display: inline-block;
	position: absolute;
	left: -70px;
	color: #8bc53f;
	height: 65px;
	width: 65px;
	font-family: "Font Awesome 5 Pro";
    font-size: 65px;
	font-weight: 100;
}
.founders::before {
	content: "\f058";
	display: block;
	position: absolute;
	left: -70px;
	color: #8bc53f;
	height: 65px;
	width: 65px;
	font-family: "Font Awesome 5 Pro";
    font-size: 65px;
	font-weight: 100;
}

/** slick content slider **/
#content-slider-section {
	background-color: #172745;
}

#content-slider-tabs .lgc-column a {
	display: block;
	position: relative;
	padding: 20px 50px;
	text-align: center;
}

/** logo slider **/
.logo img { 
	margin: auto;
	max-height: 100px;
}
.logo-slider .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vape-logos .logo img {
max-height: 50px;
max-width: 160px;
}
	
/*** contact-forms ***/
.form-section input[type], .form-section textarea, .form-section select {
	width: 100%;
}
.form-section textarea, .form-section input {
    border: solid 1px #ececec;
    background: #fff;
    border-radius: 3px;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}
.form-section textarea:focus, .form-section input:focus {
    border: solid 1px #8bc53f;
    transition: ease all 1s;
    -webkit-transition: ease all 1s;
}
.form-third-section {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.form-third-section:nth-child(3) {
    margin-right: 0;
}
.form-half-section {
	float: left;
	width: 48.5%;
	margin-left: 1%;
}
.form-full-section {
	width: 98%;
	margin: 0 1%;
}
input.wpcf7-form-control.wpcf7-file::before {
  position: absolute;
  content: "\f093  Upload File";
  top: 0;
  left: 0;
  z-index: 20;
  width: max-content;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #e4e4e4;
  color: #000;
  font-family: FontAwesome;
}
input.wpcf7-form-control.wpcf7-file.file-uploaded::before {
  content: "\f093  File Uploaded";
}
div.wpcf7 input[type="file"] {
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
}
.form-section input[type], .form-section select, .form-section textarea {
	margin-top: 10px!important;
}
form .fancy-checkbox .wpcf7-list-item {
	margin: 5px;
}
form .fancy-checkbox .wpcf7-list-item label {
	position: relative;
}
form .fancy-checkbox input[type=checkbox],form input[type=radio] {
	height: 0;
	width: 0;
	margin-top: 0!important;
	opacity: 0;
}
form .fancy-checkbox span.wpcf7-list-item-label::before {
	display: inline-block;
	content: " ";
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	border: solid 2px #000;
	font-family: monospace;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 30px;
	z-index: 999;
}
form .fancy-checkbox input[type=checkbox]:checked ~ span.wpcf7-list-item-label::before {
	content: "\2713 ";
}


/** top bar **/

.top-bar i {
    font-size: 15px;
    margin: 0 3px;
}

/** nav **/
nav#generate-slideout-menu a.custom-logo-link {
	text-align: center;
	margin-bottom: 20px;
}
nav#generate-slideout-menu a.custom-logo-link img {
	max-height: 150px;
	width: auto;
}

/** resources **/

.resources.col-4 {
    display: flex;
    flex-wrap: wrap;
}

.resource-single {
    width: 31%;
    margin: 1%;
}
.resource-single img { 
	height: 280px;
	object-fit: cover;
}
#search input.search-submit {
    position: absolute;
    bottom: 39%;
    right: 0;
    left: 0;
    margin: auto;
    display: none;
}
/** widgets **/
ul.lsi-social-icons li.lsi-social-facebook > a {
	background-color: #3b5998!important;
}
ul.lsi-social-icons li.lsi-social-twitter > a {
	background-color: #1da1f2!important;
}
ul.lsi-social-icons li.lsi-social-gplus > a {
	background-color: #dd4b39!important;
}
ul.lsi-social-icons li.lsi-social-youtube > a {
	background-color: #ff0000!important;
}
ul.lsi-social-icons li.lsi-social-linkedin > a {
	background-color: #0077b5!important;
}


/** right sidebar **/



/** footer **/

.site-footer {
    /*border-top: 10px solid #8bc53f;*/
}

#custom_html-3 .textwidget {
    display: flex;
    flex-wrap: wrap;
}
#custom_html-3 .textwidget a {
    flex: 1;
}
#custom_html-3 .textwidget a i {
    font-size: 26px;
}

/** faq section **/
.accordion-section h4 {
	position: relative;
	margin-bottom: 20px;
	padding: 10px 10px;
	font-weight: 600;
	background-color: #ffffff;
	cursor: pointer;
}
.accordion-section h4::before {
	content: "+  ";
	font-family: monospace;
	color: #36527e;
}
.accordion-section h4.accordion-open::before {
	content: "-  ";
	font-family: monospace;
	color: #36527e;
}
.accordion-section p, .accordion-section ul, .accordion-section ol {
	padding: 0 20px;
	display: none;
	margin-left: 20px;
}
.accordion-section li:before {
	content: "- ";
}


/** map **/
/*.gray-map {
	filter: gray;
	-webkit-filter: grayscale(99%);
	-webkit-backface-visibility: hidden;
	margin-bottom: -5px;
}*/


/** misc **/
.generate-inside-page-header-content {
  width: 100%;
}
.lgc-column .inside-grid-column {
	margin-bottom: 0;
}


/***tablet***/
@media( max-width:1024px ) {

	#generate-section-1 .underline::after {
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -15px;
	}
	.cta-bar .grid-container, .half-container, .half-container .flex { 
		display: block; 
		text-align: center;
		max-width: 100%;
	}
	.valign, .column-valign .inside-grid-column {
		position: relative;
		top: 0%!important;
		transform: translateY(0%)!important;
		-webkit-transform: translateY(0%)!important;
		-ms-transform: translateY(0%)!important;
	}
	.testimonial-slider blockquote::before { margin-right: 0; }
	.testimonial-slider blockquote::after { margin-left: 0; }

	.product-block {
    width: 48%;
    margin: 1%;
	}
}


/***mobile***/
@media( max-width:768px ) {
	#search input.search-submit { display: block; }
	.product-block {
    width: 98%;
    margin: 1%;
	}
	.form-section {
		float: none!important;
		display: block!important;
		width: 90%!important;
		margin: auto;
  	}
	.pull-right {
		float: none;
	}
	.form-third-section:nth-child(3) {
		margin-right: auto;
	}
	.img-scale-product {
		transform: scale(1);
	}

}
