/*
Theme Name: OPIS Petchem
Theme URI: #
Description: This is a custom child theme for Salient
Author: OPIS
Author URI: #
Template: salient
Version: 0.1
*/


/**
 * Vertical Slider
 */

.vertical-slider {
  height: 600px;
}

.vertical-slider-panel {
  width:50%;
  float:left;
  height:100%;
}

.vertical-slider-panel.vsp-right {
  position: relative;
}

.vertical-slider-content {
  background:transparent url('/wp-content/themes/petchem-child/images/petchem-recycled-plastics-1.jpg') center center no-repeat;
  background-size:cover;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  display:none;
  z-index:1;
}

.vertical-slider-content.vsc-visible {
  z-index:3;
}

.vsp-links {
  width: 75%;
  margin-top:10%;
}

.vsp-links {
  float: right;
  margin-right:5%;
}

.vsp-links > h2 {
  padding-bottom:20px!important;
}

.vsc-text {
  float: left;
  margin-left: 10%;  
  width:65%;
  margin-top:10%
}

.vsp-links ul {
  list-style:none;
}

.vsp-links li::before {
  color: #00b140;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: .9375rem;
  left: 0;
  line-height: 1.8125rem;
  width:1.7em;
  opacity:0;
  position:absolute;
}

.vsp-links li {
  font-size:25px;
  font-weight: bold;
  padding-bottom: 0 !important;
  margin-bottom:15px;
  cursor:pointer;
  position:relative;
  padding-left:10px;
}

.vsc-accordion-wrap {
  display:none;
  position:relative;
}

@media screen and (min-width:691px) {
  .vsp-links li:hover, .vsp-links li.active {
    color:#48b74a;
  }

  .vsp-links li:hover::before, li.active::before {
    opacity:1;
  }
  
  .vsp-links li {
    display:block !important;
  }
}
.vsc-text .nectar-button {
  border-color:rgba(255, 255, 255, 0.75) !important;
}

.vsc-text .nectar-button:hover {
  border-color:rgba(255, 255, 255, 1) !important;
}

.vsc-text h2 {
  font-weight: 300;
  color: #fff!important;
  margin-bottom: 20px;
}

.vsc-text p {
  font-size: 27px;
  line-height: 40px;
}

@media screen and (max-width:690px) {
  .vertical-slider {
    height:auto;
  }
  
  .vsp-links > h2 {
    margin-left:20px;
  }
  
  .vertical-slider-panel.vsp-right {
    display:none !important;
  }
  
  .vertical-slider-panel {
    width:100%;
  }
  
  .vsp-links, .vsc-text {
    width: 100%;
    margin: 10% 0% 10%;
    float: none !important;
  }
  
  .vsp-links ul {
    margin: 0;
  }
  
  .vsp-links li::before {
    display:none;
  }

  .vsp-links li {
    font-size:27px;
    font-weight: bold;
    padding: 25px 60px 25px 0 !important;
    margin:0 20px 0px;
    cursor:pointer;
    border-bottom:1px solid #f0f0f0;
  }
  
  .vsp-links li::after {
    color: #00b140;
    content: "\f078";
    font-family: "FontAwesome";
    font-size: .9375rem;
    right: 20px;
    line-height: 1.8125rem;
    width:1.7em;
    position:absolute;
  }

  .vsp-left .vertical-slider-content {
    position:static;
    display:block;
    opacity:1;
  }
  
  .vsp-left .vertical-slider-content h2 {
    border-bottom:1px solid;
    margin-bottom:1em;
    position:relative;
    cursor:pointer;
    padding-right:40px;
  }
  
  .vsp-left .vertical-slider-content h2:after {
    color: #00b140;
    content: "\f077";
    font-family: "FontAwesome";
    font-size: .9375rem;
    right: 0;
    line-height: 1.8125rem;
    width: 1.7em;
    position: absolute;
    top:5px;
  }

  .vsp-left .vertical-slider-content p {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5em;
  }

  .vsp-left .vertical-slider-content .vsc-text {
    margin-top:0;
    padding:10%;
  }
}




