/**
*Tyxan standard style Sheet for Tyxan Starter Theme
*
*/

/* SITE WIDE */


@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body,h1,h2,h3,h4,h5,h6,p,a{
font-family: 'Open Sans', sans-serif;
}

body{
  color:#000000;
}

.default_bg {
  background-image: url('https://jekbee.co.uk/wp-content/uploads/2018/12/JEK_DontBeShy_2000x781.jpg');
}
/*FONT SIZES */
body, p, span{
  font-size:14px;
}
h1{
  font-size:5em;
  font-weight:700;
}
@media(max-width:700px){
  h1{
  font-size:3em;
}
}
h2{
  font-size:1.33em;
  font-weight:700;
}
h3{
  font-size:0.8em;
  font-weight:700;
  padding-bottom: 20px;
  text-transform: uppercase;
}
h4{
  font-size:2.7em;
  padding-bottom: 30px;
}
h5{
  font-size:0.66em;
}

.center{
  text-align:center;
}
.righttext{
  text-align:right;
}
.rightfloat{
  float:right;
}

.yellow{
  color:#D7C724;
}
.black{
  color:#000000;
}
.white{
  color:#ffffff;
}

.uppercase{
  text-transform: uppercase;
}

.bold {
  font-weight:bold;
}

a, a:hover {
  text-decoration:none;  
}


/*utility class to be added to every first element on pages to clear the nav */
.page-header {
    padding-top: 170px;
}

#main-body {
	background: #ffffff;	
}


/* Modal */

.btn-primary,
.btn-primary:hover {
    color: #f6573a;
    background: #fff !important;
    padding: 10px;
    font-weight: 700;
    border-radius: 35px;
    border: 5px solid #f6573a;
}

/* SITE WIDE END */


/* TITLE BAR */
@media(max-width:1000px){
header{
  min-height: 650px !important;
}
  #home_header{
    font-size: 3em;
  }
}

@media(max-width:700px){
header{
  min-height: 550px !important;
}
}

@media(max-width:480px){
header{
  min-height: 750px !important;
}
}

#title-bar{
  background-color:black;
      padding: 300px 0 100px 0;
  
}
#title-bar h1{
  max-width:700px;
}

#title-bar h2{
/*     max-width: 70%; */
  min-width: 70%;
}
#home_header_subtext h2{
 max-width: 700px !important; 
  min-width: unset;
}
@media(max-width:700px){
#home_header_subtext h2{
  min-width: unset;
  min-height: 200px;
}
  #home_header{
    margin-top: -50px;
  }
  .service-template-default #title-bar h2{
    max-width: 70%;
  }
}

.alternate_title_bar h2 {
    max-width: 100% !important;
}
/* HEADER */
#menubar {
  padding:10px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header_logo{
  max-width:125px;
}
.header_hexagons{
  position:absolute;
  bottom:0px;
  right: 2%;
  height: 70%;
  width: auto;
}
@media screen and (max-width: 992px) {
  .header_hexagons{
  right: 5%;
  height: 60%;
  width: auto;
}
}

.what_we_do_hexagons{
  position:absolute;
  bottom:0px;
  right: 4%;
  height: 70%;
  width: auto;
}
@media screen and (max-width: 992px) {
  .what_we_do_hexagons{
  right: 5%;
  height: 60%;
  width: auto;
}
}

@media screen and (min-width: 992px) {
  .whatwedocol_left {
    padding-right: 25px;
  }

  .whatwedocol_right{
    padding-left: 25px;
  }
}
/* TOP MENU */
.navbar-toggler {
  color: #ffffff;
  border-color: #ffffff;
  outline: none !important;
}

a.nav-link {
    color: white;
}

.navbar-expand-lg .navbar-nav>li {
  margin: 0 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link::after {
  content: none;
}

.scroll-arrow {
  margin: -60px 0 0;
  color: #ffffff;
}

  /* Active page underline and colouring on mobile */

li.active {
	border-bottom: 3px solid #D7C724;
}	
.navbar-expand-lg .navbar-nav>li>ul>li.active {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .dropdown-menu {
    border-radius: 0;
    border: 1px solid #ffffff;
    background: #333333;
  }
  
  .dropdown-item {
    color: #ffffff;
  }
}
@media screen and (max-width: 992px) {
    li.active {
		border-bottom: 3px transparent;
    }
	li.active a {
		color: #D7C724;
	}
  a.nav-link {
    color: #D7C724;
}
	.dropdown-item {
    	white-space: normal;
		text-align: center;
	}
  
  #menu-main-menu {
    position: absolute;
    right: 0;
    background: #ffffff;
    padding: 0 20px;
  }
  
}
  /* Navwalker/bootstrap dropdown fix */
.dropdown:hover .dropdown-menu {
     display: block;
}

/* FRONT-PAGE */

#whatwedo{
  padding:100px 0px;
  background-color:#333333;
}
#homepageservices{
  padding:100px 0px;
  
}

/* FOOTER */
#footer{
 background-color:#333333; 
color:white;
  padding:30px 0px;
}

footer h2{
  float:none !important;
}

footer .widget-column {
    margin-top: 30px;
}

footer p,
footer address,
footer a,
footer a:visited {
	color: #fff; /* to customise */
}

footer a:hover {
	color: #fff;  /* to customise */
	text-decoration: underline; /* to customise */
}

footer .menu {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

/* FOOTER END */

/* HOME.PHP */

.page-numbers {
    padding: 0 10px;
}
.pagination{
  text-align:center;
  padding: 10px 0;
}

.navigation{
  margin: 0 auto;
}
/* HOME.PHP END */

/* SINGLE BLOG POST */
.previous_post{
 
}

.next_post{
 text-align:right; 
}
/* SINGLE BLOG POST END */

/*JETPACK COOKIE POLICY */
#eu-cookie-law a, #eu-cookie-law a:active, #eu-cookie-law a:visited {
    font-size: 12px;
}
/*JETPACK COOKIE POLICY END */

a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-round.vc_btn3-style-3d.vc_btn3-color-white {
    border: 5px solid #F6573A;
    color: #F6573A;
    font-size: 20px;
    font-weight: 700;
}

/* top right menu adjustment (temp) */

.menu-contact span,
.menu-contact a {
    color:#f6573a;
    font-size: 14px;
}

.menu-contact p {
    font-size: 14px;
}

/* SINGLE-SERVICE PAGE */

.single-service .titlerow{
  background-color:black;
  min-height: 100px;
}
.single-service .whatisitrow{
  background-color:grey;
  min-height: 100px;
  padding:100px 0px 100px 0px; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#servgetintouch{
  color: white;
  background-color: transparent;
  border: #ffffff 2px solid;
    padding: 10px 65px;
    font-weight: 700;
    font-size: 1.4em;
  margin-top:60px;
}
.single-service .testimonialrow{
  background-color:black;
  min-height: 100px;
  padding:100px 0px 100px 0px;
}
.processrow{
  background-color:white;
  min-height: 100px;
  padding:100px 0px 100px 0px;
}
.whyrow{
  background-color:grey;
  min-height: 100px;
  padding:125px 0px 125px 0px; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.single-service .relatedrow{
  background-color:white;
  min-height: 100px;
  padding:100px 0px 100px 0px;
}
.single-service .formrow{
  background-color:grey;
  min-height: 100px;
  padding:25px 0px 25px 0px; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

input#servgetintouch {
    cursor: pointer;
}

input#servgetintouch:hover, input#submit:hover {
   background:#D7C724;
  border-color: #D7C724;
  color:black;
}

/* SINGLE-SERVICE PAGE END*/

/* DONTBESHY */
#dontbeshy{
  padding:100px 0px;
  background:transparent;
  color:white;
}

#fullname, #email, #company, #telephone, #message{
width:100%;
background-color: rgba(0,0,0,0.5);
border: #ffffff 2px solid;
color: white;
padding: 10px 15px;
}
#submit{
color: white;
float:right;
background-color: rgba(0,0,0,0.5);
border: #ffffff 2px solid;
    padding: 10px 65px;
    font-weight: 700;
    font-size: 1.4em;
margin-top:15px;
}

@media screen and (max-width: 575px) {
  .contactcolleft {
    padding: 0 15px 10px;
  }
  .contactcolright {
    padding: 11px 15px 0;
  }
}

/* DONTBESHY END*/

/* SERVICE SUMMARY HEXAGONS */
.service_container {
  font-size: 0;
  width: 100%;
  text-align: center;
}

.service_summary {
  font-size: 18px;
  display: inline-block;
  width: 232.5px;
  padding: 0 15px;
  vertical-align: top;
}

.hex {
  background-color: transparent;
  width: 200px;
  height: 200px;
  perspective: 1000px;
}

.hex_inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.hex:hover .hex_inner {
  transform: rotateY(180deg);
}

.hexfront, .hexback {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.hexfront {
  background-image: url(/wp-content/uploads/2018/11/Hexagon_600x600-grey.png);
}

.service_title {
  padding: 50px 30px 0;
  margin-bottom: -5px;
  color: #ffffff;
}

.service_image {
  margin-top: -30px;
}

.hexback {
  background-image: url(/wp-content/uploads/2018/11/Hexagon_600x600-gold.png);
  transform: rotateY(180deg);
}

.fliptext {
  padding: 40px 30px;
  line-height: 15px;
}

.fliptext p {
  font-size: 12px;
  margin-bottom: 10px;
  color: #000000;
}

.summary_lowertext {
  padding: 10px 0;
}

.summary_lowertext p {
  font-size: 12px;
}

/* PROCESS HEXAGONS */

.process_container {
  font-size: 0;
  width: 100%;
  text-align: center;
}

.process_summary {
  font-size: 18px;
  display: inline-block;
  width: 232.5px;
  padding: 0 15px;
  vertical-align: top;
}

.process_container .hex:hover .hex_inner {
  transform: none;
}

.summary_collapse_toggle {
  border-top: 1px solid grey;
  text-align: right;
  font-weight: bold;
  cursor: pointer;
  color: grey;
}

.summary_collapse_toggle.active .show {
  display: none;
}

.summary_collapse_toggle .hide {
  display: none;
}

.summary_collapse_toggle.active .hide {
  display: inline;
}

.summary_collapse {
  display: none;
  text-align: left;
}

.summary_collapse.active {
  display: block;
}

.summary_collapse ul {
  padding-left: 25px;
}

.summary_collapse li {
  font-size: 12px;
}

/* CONTACT PAGE */
#contactpagebody{
  background-color:#111111;
  padding:100px 0px 100px 0px;   /*The second 100px effects the bottom of the page??*/ 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#fullnamecon, #emailcon, #companycon, #telephonecon, #messagecon{
width:100%;
background-color: #1A1A1A;
border: #ffffff 2px solid;
color: white;
padding: 10px 15px;
}
#submitcon{
color: white;
float:right;
background-color: #000000;
border: #ffffff 2px solid;
    padding: 10px 65px;
    font-weight: 700;
    font-size: 1.4em;
margin-top:25px;
}
#conaddress, #conphonenumber, #conemail{
  margin-top:15px;
}

@media screen and (max-width: 575px) {
  #conaddress, #conphonenumber, #conemail {
    margin-top: 0;
    padding-left: 35px;
  }
  .contact_social a {
    width: 45%;
    display: inline-block;
    text-align: center;
  }
}
/* CONTACT PAGE END */

/*SERVICE TEMPLATE END*/

/* BLOG PAGE STYLES */
#blog {
  padding: 30px 0;
}

#blog #searchform {
  padding: 10px;
}

#blog .searchbar {
  border: 1px solid #333333;
  padding: 5px 10px;
  font-size: 0;
}

#blog #s {
  border: none;
  padding: 0;
  width: 90%;
  font-size: 14px;
  outline: none !important;
}

#blog #searchsubmit {
  font-family: Font Awesome\ 5 Pro;
  border: none;
  background: none;
  width: 10%;
  font-size: 14px;
  text-align: right;
  cursor: pointer;
}

#blog .filters {
  padding: 10px;
  font-size: 0;
}

#blog .filter {
  border: none;
  background: none;
  font-size: 14px;
  padding: 0px 10px;
  cursor: pointer;
  vertical-align: bottom;
  transition: all .2s ease;
  outline: none !important;
}

#blog .filter:hover {
  background: #333333;
  color: #ffffff;
}

#blog .divider {
  display: inline-block;
  height: 21px;
  border-left: 1px solid #333333;
  vertical-align: bottom;
}

#blog .blog_posts {
  padding: 50px 0;
}

#blog .blog_post {
  padding: 20px 10px;
}

.blog_post h3 {
  padding: 0;
  margin: 20px 0 10px;
}

.blog_post a {
  color: #333333;
}

.blog_post p {
  margin: 10px 0 0;
}

#blog .load_more {
  background: none;
  border: 1px solid #333333;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 25px;
  cursor: pointer;
  outline: none !important;
  transition: all .2s ease;
}

#blog .load_more:hover {
  background: #333333;
  color: #ffffff;
}

/* SINGLE BLOG PAGE STYLES */

.breadcrumbs {
  padding: 50px 0;
}

.breadcrumbs a {
  color: #aaaaaa;
  padding: 0 5px;
  border-right: 1px solid #aaaaaa;
  text-transform: uppercase;
}

.breadcrumbs .active {
  border-right: none;
  color: #D7C724;
  text-transform: uppercase;
  padding: 0 5px;
}

.blog-post .subheading {
  padding: 0;
}

.blog-post .date {
  margin: 15px 0 40px;
  color: #aaaaaa;
}

ul.kiwi-article-bar.rect.kiwi-article-bar-center {
  padding: 60px 0 15px;
}

ul.kiwi-article-bar.rect.kiwi-article-bar-center::before {
  content: 'Share:';
  font-weight: bold;
  display: inline;
  vertical-align: bottom;
  font-family: 'Open Sans', sans-serif;
  padding: 0 5px;
}

ul.kiwi-article-bar.rect.kiwi-article-bar-center li {
  vertical-align: bottom;
  margin: 0;
}

ul.kiwi-article-bar.rect.kiwi-article-bar-center a {
  color: #D7C724;
  background: none;
  height: auto;
  min-height: auto;
  line-height: 24px;
  width: auto;
  min-width: auto;
}

.widget_media_image{
  margin-bottom: 28px;
}
.reducePadding{
  padding-bottom: 0;
}

/* ABOUT PAGE */
.middle_content_about_img{
  width: 100%;
  height: auto;
  margin-left: auto;
  position: relative;
  display: block;
}
#top-text-about{
   padding: 150px 0;
}
.about-middle{
  background: black; 
  padding: 150px 0;
  margin-top: -1px;
}
@media(max-width:767px){
  .middle_content_about_img{
    margin-top: 100px;
    margin-right: auto;
  }
}

.wpcf7-mail-sent-ok {
    display: none !important;
}

.wpcf7-response-output {
    color: white;
}
.white-quot{
    float: left;
    margin-top: -90px;
    margin-bottom: 50px;
    margin-right: 25px;
}
.testimonialrow_about{
  padding: 240px 0 150px ;
}

/* LANDING PAGE STYLES */

#title-bar-landing {
  background-color: black;
  background-size: cover;
  background-position-y: top;
  background-repeat: no-repeat;
}

#title-bar-landing .title {
  padding: 300px 0 100px;
}

#title-bar-landing .contact_form {
  padding-top: 50px;
  border: 1px solid #ffffff;
  background: linear-gradient(#333333, #1a1a1a);
}

#title-bar-landing .contact_form #contactform {
  text-align: center;
  padding: 0 20px 20px;
}

#title-bar-landing .contact_form #contactform #fullname,
#title-bar-landing .contact_form #contactform #email,
#title-bar-landing .contact_form #contactform #company,
#title-bar-landing .contact_form #contactform #telephone {
  border-width: 1px;
  margin: 15px 0px;
  padding: 5px 10px;
}

#title-bar-landing .contact_form #contactform #submit {
  float: none;
}

.getintouchrow {
  background-color: black;
  min-height: 100px;
  padding: 60px 0px;
}

.getintouchrow a {
  color: #ffffff;
}

.getintouchrow a:hover {
  
}

.cta_pinned_right {
  position: fixed;
  bottom: 0;
  right: -210px;
  background: #D7C724;
  z-index: 999;
  max-width: 210px;
  transition: all .2s ease;
}

.cta_pinned_right.on_scroll {
  right: 0;
}

.cta_inner {
  padding: 15px;
}

.cta_button input {
  background-color: transparent;
  font-size: 0.8em;
  border: #000000 1px solid;
  outline: none !important;
  cursor: pointer;
}

.cta_button input:hover {
  background: #000000;
  color: #D7C724;
}

.cta_hexagons {
  position: absolute;
  bottom: 20px;
  right: 2%;
  height: 70%;
  z-index: -1;
  width: auto;
}