/*
 Theme Name:     Jack Black
 Theme URI:      
 Description:    Jack Black Design 2019
 Author:         Jack Black
 Author URI:     Jack Black
 Version:        1.0.0
*/

/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap');

@font-face {
    font-family: "clarkson";
    src: local("?"), url(https://sharekindnessrotherham.com/fonts/clarkson-400.woff2) format("woff2"), url(https://sharekindnessrotherham.com/fonts/clarkson-400.woff2) format("woff");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: "clarkson-bold";
    src: local("?"), url(https://sharekindnessrotherham.com/fonts/clarkson-500.woff2) format("woff2"), url(https://sharekindnessrotherham.com/fonts/clarkson-500.woff2) format("woff");
    font-weight: 500;
    font-style:normal
}

/*BASIC*/
body{
  background-color: #fff;
  margin: 0px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color:#343b46;
}
body p{
  font-weight: 500;
  line-height: 160%;
}
body, html {
  height: 100%;
}
a{
  /*color:#39b1df;*/
  color: #343b46;
  text-decoration: none;
}
p a, h4 a, h1 a, h2 a{
  /*border-bottom: 1px dotted #39b1df;*/
  border-bottom: 1px dotted #227EA5;
}
a:hover, a:focus{
  /*color:#39b1df;*/
  color: #227EA5;
  text-decoration: none;
}
.button{
  /*border: 1px solid #39b1df;*/
  border: 1px solid #227EA5;
  border-radius: 4px;
  background: transparent;
  padding: 5px 30px;
}
.button:hover{
  /*background-color: #39b1df;*/
  background-color: #227EA5;
  text-decoration: none;
  color: #fff;
  opacity: 1;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: 'clarkson', sans-serif;
  line-height: 120%;
}
h1{
  font-size: 30px;
  font-weight: 400;
}
.bold, strong{
  font-weight: 500;
}
a img{
  opacity: 1;
  transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
a:hover img{
  opacity: 0.8;
}
.layout-margins .container {
    width: 100%;
}
.center{
  text-align: center;
}
.blue{
  /*color: #39a8d6;*/
  color: #227EA5;
}

#back-to-top.hide {
    display: none;
}
#back-to-top.display {
    display: block;
}
#back-to-top {
    background: url('../graphix/top-link.png') no-repeat transparent;
    background-size: 72px;
    height: 49px;
    cursor: pointer;
    position: fixed;
    right: 14px;
    bottom: -3px;
    width: 72px;
    z-index: 99;
}

/** HEADER **/
header {
   overflow: hidden; /*auto*/
    position: fixed;
    height: 82px;
    z-index: 100;
    width: 100%;
    top: 0;
    margin-top:0px;
    padding-top:0px;
    background-color: transparent;
    /*-webkit-transition: background 0.35s linear;
    transition: background 0.35s linear;*/
}
.internal header{
  background-color: #fff;
  height: 95px;
}
header.menu-collapsed{
  background-color: #f6d6c7;
    height: 100%;
    -webkit-transition: background 0.35s linear,height 0.35s ease-in 200ms;
    transition: background 0.35s linear,height 0.35s ease-in 200ms;
}
header .logo{
  margin:30px 0 0 50px;
  display: block;
  float: left;
    z-index: 4;
    position: relative;
}
header .logo img{
  max-width: 200px;
}
.navbar-collapse.in {
    overflow-y: hidden;
}

.navbar-toggle{
  margin: 22px 50px 0 0;
  display: block;
  float: right;
  z-index: 4;
}
.navbar-toggle .icon-bar {
  background-color: #f6d6c7;
    width: 28px;
    transition: all 0.2s;
    display: block;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .menu-tag{
  font-size: 10px;
  opacity: 0;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
    
    transform-origin: 20% 10%;
    -webkit-transform-origin: 20% 10%;
    -moz-transform-origin: 20% 10%;
  -o-transform-origin: 20% 10%;
  background-color:#fff;
  height: 2px;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
    transform-origin: 20% 85%;
    -webkit-transform-origin: 20% 85%;
    -moz-transform: 20% 85%;
  -o-transform: 20% 85%;
  background-color:#fff;
  height: 2px;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  -o-transform: rotate(0);
  background-color: #343b46;
  height: 2px;
}
.navbar-toggle.collapsed .menu-tag{
  opacity: 1;
  /*color: #39a8d6;*/
  color:  #227EA5;
  font-weight: normal;
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  -o-transform: rotate(0);
  background-color: #343b46;
  height: 2px;
}
.collapse {
    display: none;
}

header .menu-links{
  text-align: center;
  list-style: none;
  /*opacity: 0;*/
}
header #navbar-responsive-collapse.collapse.in{
  opacity: 1;
  transition: opacity 0.8s ease-in 0.2s;
  -o-transition: opacity 0.8s ease-in 0.2s;
  -moz-transition: opacity 0.8s ease-in 0.2s;
  -webkit-transition: opacity 0.8s ease-in 0.2s;
}
header #navbar-responsive-collapse{
  opacity: 0;
   transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  -moz-transition: opacity 0s linear;
  -webkit-transition: opacity 0s linear;
}

header .menu-links{
  margin-top: 100px;
  padding: 0;
}
header .navbar-collapse{
  position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
}

.menu-links a {
    padding: 10px 50px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.menu-links a:hover, .menu-links a:focus, .menu-links.select{
  /*color: #39b1df;*/
  color: #227EA5;
}

header .menu{
      list-style: none;
    padding: 0;
    margin: 35px 50px 0 0px;
}
header .menu li {
    display: inline-block;
    margin-left: 45px;
}
header .menu li a {
    color: #343b46;
    font-size: 16px;
    font-weight: 400;
}
header .menu li a.selected, header .menu li a:hover, header .menu li a:focus {
    /*color: #39b1df;*/
	color: #227EA5;
}

header .small-logo{
  position: absolute;
  bottom: 120px;
  left: 50%;
  margin-left: -25px;
}
header .small-logo img{
  max-width: 120px;
}
header .social-links{
    overflow: auto;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 50px;
    margin-bottom: 0px;
    left: 50%;
    margin-left: -81px;
}
header .social-links li {
    display: inline-block;
}
header .social-links a{
   opacity: 1;
  transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
header .social-links a:hover{
  opacity: 0.8;
}

/*header .social-links .icon{
  background: url('./images/social-icons.png') no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  background-size: 25px;
  margin-right: 10px;
  
}
header .social-links .fb{
  background-position: 0px 0px;
}
header .social-links .tw{
  background-position: 0px -33px;
}
header .social-links .in{
  background-position: 0px -67px;
}
header .social-links .yp{
  background-position:  0px -103px;
  margin-right: 0px;
}*/

/* new footer icons mobile*/
header .social-links .icon{
  background: url('../graphix/social-icons2.png') no-repeat;
  display: inline-block;
  height: 35px;
  width: 30px;
  background-size: 25px;
  margin-right: 10px;
}
header .social-links .fb{
  background-position: 0px 6px;
}
header .social-links .tw{
  background-position: 0px -27px;
}
header .social-links .in{
  background-position: 0px -60px;
}
header .social-links .yp{
  background-position:  0px -97px;
}
header .social-links .m{
  background-position:  0px -135px;
  margin-right: 0px;
}

/*FOOTER*/
footer{
  background-color: #fff;
  color:#999;
  padding: 50px 0 50px 0;
  text-align: center;
  overflow: hidden;
  clear: both;
  bottom: 0;
  width: 100%;
}
footer .logo-footer{
  max-width: 800px;
 text-align:left;
}
footer p{
  font-size: 12px;
}

footer .social-links-footer{
    overflow: auto;
    padding: 0;
    text-align: center;
    margin-bottom: 70px;
    left: 50%;
    margin-left: 0px;
}
footer .social-links-footer li {
    display: inline-block;
}

footer .social-links-footer a{
   opacity: 1;
  transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
footer .social-links-footer a:hover{
  opacity: 0.5;
}

/*footer .social-links-footer .icon{
  background: url('./images/social-icons-blue.png') no-repeat;
  display: inline-block;
  height: 35px;
  width: 30px;
  background-size: 30px;
  margin-right: 35px;
}
footer .social-links-footer .fb{
  background-position: 0px 0px;
}
footer .social-links-footer .tw{
  background-position: 0px -40px;
}
footer .social-links-footer .in{
  background-position: 0px -83px;
}
footer .social-links-footer .yp{
  background-position:  0px -130px;
  margin-right: 0px;
}*/
	
/* new footer icons*/
footer .social-links-footer .icon{
  background: url('../graphix/social-icons-blue2.png') no-repeat;
  display: inline-block;
  height: 35px;
  width: 30px;
  background-size: 30px;
  margin-right: 35px;
}
footer .social-links-footer .fb{
  background-position: 0px 0px;
}
footer .social-links-footer .tw{
  background-position: 0px -40px;
}
footer .social-links-footer .in{
  background-position: 0px -83px;
}
footer .social-links-footer .yp{
  background-position:  0px -130px;
}
footer .social-links-footer .m{
  background-position:  0px -171px;
  margin-right: 0px;
}

/*HOMEPAGE*/

.home{
  position: relative;
  width: 100%;
  min-height: 100%;
}
.home header{
  z-index: 99;
}
.home .container, .home .homepage-message, .home #video-home{
  height: 100%;
}

.home .homepage div#social-logos {
    margin-top: 85px;
}

header .only-desktop, footer .only-desktop{
  display: block;
}
.home .only-desktop{
  display: block;
}
header .only-mobile, footer .only-mobile{
  display: none;
}
.home .only-mobile{
  display: none;
}
.work .only-mobile{
  display: none !important;
}
.work .only-d-t{
  display: inline-block !important;
}
.home .text{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.home .text-fill .tagline{
  position: absolute;
    z-index: 1;
    left: 50%;
    top: 53%;
    font-size: 18px;
    margin-left: -27.5%;
    font-weight: 400;
    width: 55%;
    max-width: 940px;
    text-align: center;
}
.home .text-fill .play-link{
  position: absolute;
    z-index: 1;
    top: 70%;
    left: 50%;
    margin-left: -35px;
}
.home .text-fill .play-link:hover .link-video {
    /*color: #39b1df;*/
	color: #227EA5;
}
.home .text-fill .link-video{
  display: block;
  margin-top: 15px;
  font-weight: 500;
  color: #343b46;
  position: relative;
  left: 1px;
  text-align: center;
}
.home .text-fill .view-work{
    position: absolute;
    z-index: 1;
    top: 85%;
    left: 50%;
    margin-left: -62px;
    font-weight: 500;
}
.home .text-fill .play-link img{
  width: 100%;
  max-width: 70px;
}
.home .text-fill .play-link:hover img{
  opacity: 0.5;
}
.home .text-fill .button-home{
  
    padding: 14px 68px;
    top: 70%;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -105px;
    /*color: #39a8d6;*/
	color: #227EA5;
    font-weight: 400;
    /*border: 1px solid #39a8d6;*/
	border: 1px solid #227EA5;
    border-radius: 4px;
}
.home .text-fill .button-home:hover, .home .text-fill .button-home:focus{
  color: #fff;
}
.home svg{
  width: 100%;
  height: inherit;
}
.home svg text{
    text-anchor: middle;
}

.home svg #alpha{
    fill: rgba(255,255,255, 0.8);
}
.home #title{
    letter-spacing: 10px;
    font-size: 120px;
    font-family: 'AvenirLTStd-Black', sans-serif;
    -webkit-filter: saturate(0.5) brightness(390%) saturate(4); 
  filter: saturate(0.5) brightness(390%) saturate(4); 
  }
.home #subtitle{
    letter-spacing: 5px;
    font-size: 40px;
    font-family: 'AvenirLTStd-Black', sans-serif;
  }
 .home #base{
    fill: rgb(255,255,255);
    mask: url(#mask);
  }



/* Other svg example */
.mask__shape {
  fill: white;
}

.p-rect {
  fill: rgba(238, 167, 101, 0.55);
  fill-opacity: 0.2;
}

.p-path {
  stroke: #bf8651;
  stroke-width: 1;
}

.shape--fill {
  /*fill: url(#p-lines);*/
  fill: rgba(255,255,255, 0.85);
}

.shape--stroke {
  fill: none;
  stroke-width: 3;
  stroke-opacity: 0.4;
  stroke: #bf8651;
}

.text--stroke {
  fill: rgba(57,177,223, 0.5);
  stroke-width: 0;
  stroke-opacity: 0;
 
}

.box-with-text {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
}

.text-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home .video {
  display: block;
  position: absolute;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  /*width: 50%;*/
}

.svg-inverted-mask {
  position: absolute;
  width: 100%;
  height: 100%;
}

.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
}
#s-text .text{
  letter-spacing: 5px;
    font-size: 40px;
    font-family: 'AvenirLTStd-Black', sans-serif;
}
#title-text .text{
  letter-spacing: 10px;
    font-size: 120px;
    font-family: 'AvenirLTStd-Black', sans-serif;
}


/* CONTACT */
form label.error {
    font-weight: normal;
    font-size: 13px;
    color: #d00;
}
.contact{
  padding: 100px 0px;
  height: 80vh;
}
.contact h1{
  margin-top: 0px;
}
.contact .form-section{
  height: calc(75vh);
}
.contact .map-section #map{
  padding-bottom:42.85%;
  width:100%;
  top:-120px;
}
.contact .locations{
  position: relative;
  z-index: 2;
}
.contact .locations h2{
  font-size: 18px;
  font-weight: 400;
}
.contact .location{
  background-color: #808080;
  color: #fff;
  text-align: center;
  padding: 80px 0;
  position: relative;
  cursor: pointer;
}
.contact .location:hover {
    background-color: #999;
}
.contact .location.selected, .contact .location.selected:hover{
  background-color: #343b46;
}

.contact .gmap{
  margin-top:-120px;
  margin-bottom: -120px;
  z-index: 1;
  position: relative;
}
.contact .black, .contact .tel{
  color: #666666;
}
.contact .tel{
  display: block;
  margin-top:15px;
  font-size: 26px;
}
.contact .contact-methods{
  font-size: 18px;
}
.contact .contact-methods a, .contact .contact_form a{
  border-bottom: none;
}
.contact .subtitle{
  width: 80%;
  line-height: 150%;
  margin-bottom: 40px;
}

.contact .contact_form input[type="text"], .contact .contact_form input[type="email"], .contact .contact_form textarea, .contact .contact_form select{
  color:#666666;
  background-color: #dcafd8;
  border:none;
  box-shadow: none;
  padding: 8px 12px;
  line-height: 18px;
  width: 100%;
}
.contact .contact_form textarea{
  height: 123px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.contact .contact_form .fields-1{
    display: inline-block;
    width: 49%;
    margin-right: 6px;
}
.contact .contact_form .fields-2{
  display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-left: 0px;
}
.contact .contact_form input[type="text"]:focus, .contact .contact_form input[type="email"]:focus, .contact .contact_form textarea:focus{
  color:#343b46;
  background-color: #e6e6e6;
}

#captchamessage {
    display: none;
    font-weight: normal;
    font-size: 13px;
    color: #d00;
}

.g-recaptcha {
    display: inline-block;
    vertical-align: top;
}


.contact .contact_form input[type="submit"]{
    float: right;
    /*color:#39a8d6;*/
	color: #227EA5;
    font-weight: 400;
    /*border: 1px solid #39a8d6;*/
	border: 1px solid #227EA5;
    border-radius: 4px;
    background: transparent;
    padding: 5px 30px;
}
.contact .contact_form input[type="submit"]:hover{
  /*background-color: #39a8d6;*/
  background-color: #227EA5;
  color: #fff;
}
.contact .contact_form select{
  -webkit-appearance: none;
  -moz-appearance:none;
  appaerance: none;
  /*background: url('./images/select-arrow.png') no-repeat #f2f2f2;
  background-position: right 12px center;
  padding-left: 12px !important;*/
  width: 0px !important;
}
.contact ::-webkit-input-placeholder {
   color: #666666;
}

.contact :-moz-placeholder { /* Firefox 18- */
   color: #666666;  
}

.contact ::-moz-placeholder {  /* Firefox 19+ */
   color: #666666;  
}

.contact :-ms-input-placeholder {  
   color: #666666;  
}

div#form {
    padding: 0px 10px;
}

#form .form_field {
    padding: 0px 5px;
}

/*dropdown*/
.dk_container a{
    background-color: #f2f2f2;
    padding: 8px 12px;
    line-height: 120%;
    color:#343b46;
}
.dk_options, .dk_open .dk_toggle{
    background: #f2f2f2;
    border-radius: 0px;
}
.dk_options_inner{
      background: #f2f2f2;
    list-style: none;
    padding: 0;
}


