/*
Theme Name: Litchford Consulting
Author: Studio1
Author URI: http://www.studio1.org.uk
Description: Custom theme created for Litchford Consulting.
Version: 1.0
*/
#content.project-flow {
    padding-top: 75px;
    padding-bottom: 50px;
  	background-color: #fff;
}
.infobox .box1 {
    border: 1px solid #333333;
    margin-bottom: 20px;
    min-height: 450px;
}
.infobox .header {
    background: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 120px;
    text-align: center;
    margin-bottom: 15px;
}
.infobox h2 {
    color: #ffffff;
    font-size: 20px;
}
.infobox span {
    color: #f6732a;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}
.infobox p {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.infobox .highlight-content > p {
    font-weight: bold;
    background: #ebebeb;
    padding-top: 12px;
    padding-bottom: 12px;
}
.top-content {
    min-height: 124px;
}
.bottom-content {
    min-height: 112px;
}
.flow-chart {
    position: relative;
    width: 707px;
    height: 707px;
    margin: 0 auto 80px auto;
}
.project-flow img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
  	opacity:0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
}
.project-flow img.on{
opacity:1;
}
.project-flow img.off{
opacity:0;
}
.delay-0s {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay-2s {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
.delay-3s {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.delay-4s {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}
.delay-5s {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}
.delay-6s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
@media screen and (max-width: 767px) {
    .flow-chart {
        width: 320px;
        height: 320px;
    }
}
@media screen and (max-width: 640px) {
    .infobox .column {
        width: 100%;
    }
    .infobox .box1,
    .bottom-content,
    .top-content,
    .infobox .header {
        min-height: auto;
    }
}


/*
	case-studies
*/
section.case-studies .case-study-nav h3{
  font-size: 20px !important;
  font-weight: bold;
  text-transform: uppercase !important;
  line-height: 1.003;
  text-align: center;
  font-style:normal !important;
  padding: 0px !important;
}
section.case-studies .case-study-nav h3 a{
    color: rgb(38, 38, 38) !important;
  border-width: 1px;
  border-color: rgb(38, 38, 38);
  border-style: solid;
  padding: 20px 10px 15px 10px;
  display:block;
  min-height:137px;
}
section.case-studies .case-study-nav h3 a:hover{
  color: rgb(255, 255, 255) !important;
  border-color: rgb(246, 115, 42);
  background-color: rgb(246, 115, 42);
}
section.case-studies .case-study-nav h3 a .fa{
  color: rgb(246, 115, 42);
display:block;
}
section.case-studies .case-study-nav h3 a:hover .fa{
  color: rgb(255, 255, 255);
}


.case-study-list .controls {
  text-align: left;
  position: absolute;
  display: inline-block;
  bottom: 10px;
  z-index: 100;
  cursor: pointer;
  right: 25px;
}
.case-study-list .controls a { border-radius: 50%; display: inline-block; background: #ffffff;height: 14px; width: 14px; margin: 0px 5px; overflow: hidden; text-indent: -2000px; }
.case-study-list .controls a.activeSlide, .case-study-list .controls a:hover {background: #f6732a; }

@media screen and (max-width:767px){
  section.case-studies .case-study-nav .column{
width:50%;
  }
}

section.clients .logo-sector-list h3{font-size: 30px;}

.team h3 , .project-flow h3 ,.testimonials h4 , .contact h3{ position:relative;padding-bottom: 15px; display:inline-block;}
.team h3:after , .project-flow h3:after , .testimonials h4:after {
  content: "";background-color: #f6732a;width: 140px;height: 4px;position: absolute;left: 50%;margin-left: -70px;bottom: 0;}

.contact h3{margin-bottom:30px;}
.contact h3:after{
  content: "";background-color: #f6732a;width: 140px;height: 4px;position: absolute;left: 0%;bottom: 0;}


.clients .container > h3{ position:relative;padding-bottom: 15px; display:inline-block;}
.clients .container > h3:after { content: "";background-color: #f6732a;width: 140px;height: 4px;position: absolute;left: 50%;margin-left: -70px;bottom: 0;}
section.testimonials h4 {
    color: #262626;
}

#clients .slick-prev,#clients .slick-next{display:none !important;}
.sectors{background-color: #ffffff;}
section.case-studies {padding-top: 50px;}
#case-studies{background-color:#e1e1e1;padding-top: 50px;}
#case-studies h2{margin-bottom:40px;}
.dropdown-list { position:relative;}
.dropdown-list ul {position: absolute;top: 137px;width: calc(100% - 20px);border: 1px solid #f6732a;background: #ffffff;left: 10px;display:none; z-index:9999; }
.dropdown-list ul li{
font-size:16px;


  text-align:center;

}
.dropdown-list ul li:last-child{ border-bottom:none;}
.dropdown-list ul li a{
color:#262626;
  border-bottom: 2px solid #e1e1e1;
  padding-top:18px;
  padding-bottom:18px;
  display:block;

}

.case-study-nav .dropdown-list:hover ul{display:block;}
section.case-studies .case-study-list {z-index: 0;}

@media screen and (max-width:767px){
  .case-study-nav .column{margin-bottom:20px;}
}
@media screen and (max-width:480px){
  .case-study-nav .column{margin-bottom:20px;}
	section.case-studies .case-study-nav .column {width: 100%;}
}
section.services .services-slider li h3 a {padding-bottom:25px !important;}
section.contact .contact-form input[type="text"], section.contact .contact-form textarea {border: 1px solid #262626 !important;}
#contact.bg-secondary{background-color: #ffffff;}
#contact .social-links{padding:0;}
#contact .social-links li{display:inline-block;font-size: 24px;margin-right: 12px;}
#contact .social-links li a{color: #f6732a;}
#contact .social-links li a:hover{color: #262626;}
#case-studies .slide{ position:relative;}
#case-studies .slide span{position:absolute;bottom:0;left:0;color:#ffffff; text-transform:uppercase;background: #f6732a;padding: 9px 14px;font-weight: bold;font-size: 16px;}
.page-template-project-flow #contact.bg-secondary{background-color:#e1e1e1;}
#project-flow.project-flow p {   margin-top: 0;}
#header.visible {
    padding: 20px 0;
}
section.clients .logo-sector-list{max-width:100% !important;}

@media only screen and (min-width: 551px) {
        section.clients .logo-sector-list h4 {
          min-height: 22px;} 
}
  
@media screen and (max-width:767px){
section.clients .logo-sector-list ul {
    min-height:400px;
}
  }

.case-study-list .cycle-pager {
text-align: left;
position: absolute;
display: inline-block;
bottom: 10px;
z-index: 1000;
cursor: pointer;
right: 25px;
}

.case-study-list .cycle-pager span {
border-radius: 50%;
display: inline-block;
background: #ffffff;
height: 14px;
width: 14px;
margin: 0px 5px;
overflow: hidden;
text-indent: -2000px;
}

.case-study-list .cycle-pager span.cycle-pager-active {
  background: #f6732a;
}

a:hover .fa.fa-plus{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #333333;
}
.listing-boxes h3:hover .fa.fa-plus{
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
display:block;
}
.case-study-nav .fa:hover .fa-plus:before{
  display:block;
  -webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
display:block;
}
.case-study-nav .column .fa{
	    transition: all 0.5s ease-in-out;
}
.case-study-nav .column a:hover .fa{
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
section.case-studies .case-study-nav h3 a:hover .fa{
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}

#services a:hover .fa.fa-plus {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
color: #0d0d0d;
}

section.case-studies .case-study-nav h3 a {
    background-color: rgb(255, 255, 255) !important;
}
section.case-studies .case-study-nav h3 a:hover {
  background-color: #333333 !important;
}

#team , #sectors{padding-bottom:50px;}
#case-studies {
    padding-top: 70px;
  padding-bottom:20px;
}

#sectors .item h3 .fa{	    transition: all 0.5s ease-in-out;
}

#sectors .item h3:hover .fa{
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
    
}

body p {
font-size:16px;}

.case-study-nav .col-sm-3.column{
  width:20%;
}
section.case-studies .case-study-nav h3 {
    font-size: 16px !important;

}
section.case-studies .case-study-nav h3 a {
   min-height: 105px;
}
.dropdown-list ul {
    top: 105px;
}
section .listing-boxes .item {
	min-height: 456px !important;
}

section.about {
    min-height: 820px !important;
}
section .bg-image, footer .bg-image {
    background-position: top !important;
}

.sectors{
  min-height: 800px;
  overflow: hidden;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background:#ebebeb;

}
.sectors h2{ text-align:center;}
.sectors span{ display:block;color:#f6732a;}
.sectors .bespoke-parent {
  overflow: visible;
}
.sectors .bg{ display:none;}
.sectors .bespoke-slide{
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  text-align:center;
  color: #fff;
  background: #616161;
  border-radius: 0px;
}

.sectors .bespoke-slide:after{
  content:"";
  width:100%;
  height:100%;
  background:rgba(38,38,38,0.7);
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
}
.sectors .content{padding: 0 40px; width: 100%;}
.sectors .content .fa {
    display: block;
    color: #f6732a;
    font-size: 22px;
}
.sectors .content h3 {
font-size: 24px;
  margin-bottom: 10px;
}
.sectors .content p {
font-size: 16px;
}
.sectors .pagination{
  position:absolute;
  top:50%;
  z-index:1000;
  width:100%;
}
.sectors .pagination #next-arrow , .sectors .pagination #prev-arrow{ position:absolute;font-size:60px;color: #f6732a;}
.sectors .pagination #next-arrow{ right:100px;}
.sectors .pagination #prev-arrow{left:100px;}

@media screen and (max-width:767px){
  .sectors .pagination #next-arrow , .sectors .pagination #prev-arrow{margin-top:70px;}
   .sectors .pagination #next-arrow{ right:0px;}
  .sectors .pagination #prev-arrow{left:0px;}

}

#team, #sectors {
    padding-bottom: 50px;
    background: #fff;
}

.bespoke-controls{position:absolute; z-index:1000; bottom:70px;text-align:center; width:100%;}
.bespoke-controls li{display:inline-block;font-size: 18px;text-transform:uppercase;font-weight:bold;margin-left:40px;margin-right:40px;}
.bespoke-controls li a{color: rgb(38, 38, 38);}
.bespoke-controls li a.active{color: #f6732a;}

@media screen and (max-width:1200px){
.bespoke-controls li{margin-left:20px;margin-right:20px;}
}
@media screen and (max-width:992px){
.bespoke-controls li{margin-left:10px;margin-right:10px;font-size: 16px;}
}
@media screen and (max-width:767px){
.bespoke-controls {display:none;}
  .sectors .bespoke-slide {
    width: 100%;
    margin: 0;
    left: 0;
    top:200px;
}
.sectors {
    min-height: 680px;
  }
}


#case-studies.testimonials {
    padding-bottom: 70px;
}

}
section .listing-boxes .item .overlay {
    min-height: 456px;
}
section .listing-boxes .item > div {
    position: absolute !important;
    top: 0;
    left: 0;
}

.dropdown-list ul li:last-child a {
    color: #262626;
    border-bottom: none;
}

#contact .row .col-sm-6 p {
  font-size: 16px;
}

#contact .row .col-sm-6 p strong {
  font-size: 16px;
}

#contact .row .col-sm-6 a {
  font-size: 16px;
}

#contact .row .col-sm-6 {
  font-size: 16px;
}

#contact .social-links .fa {
  font-size: 26px;
}

section.case-studies .case-study-nav h3 a.active {
    background-color: #333333 !important;
}

section.case-studies .case-study-nav h3 a.active {
    color: rgb(255, 255, 255) !important;
    border-color: rgb(246, 115, 42);
    background-color: rgb(246, 115, 42);
}

section.case-studies .case-study-nav h3 a.active .fa {
    color: rgb(255, 255, 255);
}

section.contact .container .contact-info li a {
    color: #f6732a !important;
}
section.contact .container .contact-info li a:hover {
    color: #262626 !important;
}
@media screen and (max-width:767px){
.wreath {
	display: none;
}
.slide span {
  margin-bottom: 40px;
}
.slick-dots {
	display: none !important;
}
}
}
