/*
Theme Name: OPIS LPG/NGL
Theme URI: https://www.opisnet.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

body.page-id-422 #header-outer header#top nav > ul > li[class*="button_solid_color"] > a {
	color:#48b74a !important;
}

body.page-id-422 #header-outer header#top nav > ul > li[class*="button_solid_color"] > a:before {
	background-color:white !important;
}

body.page-id-422 #header-outer header#top nav > ul > li[class*="button_solid_color"] > a:hover:before {
	background-color:#8ada8b !important;
}

body.page-id-422 #header-outer header#top nav > ul > li[class*="button_solid_color"] > a:hover {
	color:white !important;
}

/**
 * Interactive Circles Diagram
 */
#circles {
background-image:url('/wp-content/uploads/2018/07/rollover-graphic.png');
width:542px;
height:513px;
position:relative;
background-repeat: no-repeat;
background-position: center center;
background-size:100%;
margin:0 auto;
}

.circle {
width:26.95%;
height:26.95%;
position:absolute;
border-radius:144px;
transition:all 0.3s ease 0s;
background-position:center center;
background-size:cover;
opacity:0;
z-index:2;
}

.circle a {
  display:block;
  width:100%;
  height:100%;
}

.circle:hover {
  width:56.5%;
  height:59.6%;
  border-radius:306px;
  opacity:1;
}

.circle-1 {
  top: 15.7%;
  left: 37%;
  background-color: #0877AC;
}

.circle-1:hover {
  left: 21.8%;
  top: -0.1%;
  background-image:url('/wp-content/uploads/2018/07/rollover-graphic_blue.png');
}

.circle-2 {
  bottom: 16.4%;
  left: 15.4%;
  background-color: #D97F20;
}

.circle-2:hover {
  bottom: 0;
  left: 0.4%;
  background-image:url('/wp-content/uploads/2018/07/rollover-graphic_orange.png');
}

.circle-3 {
  bottom: 16.4%;
  right: 15.4%;
  background-color: #2AA19D;
}

.circle-3:hover {
  bottom: 0;
  right: 0.4%;
  background-image:url('/wp-content/uploads/2018/07/rollover-graphic_turquoise.png');
}

#circles p {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index:1;
}

@media screen and (min-width:1000px) and (max-width:1244px) {
  #circles {
    width: calc(542px * 0.8);
    height: calc(513px * 0.8);
  }
}

@media screen and (max-width:690px) {
  #circles {
    width: calc(542px * 0.8);
    height: calc(513px * 0.8);
  }
}

@media screen and (max-width:480px) {
  #circles {
    width: calc(542px * 0.6);
    height: calc(513px * 0.6);
  }
}

/**
 * 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/uploads/2018/06/opis-lpg-ticker.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:47px;
}

.vsc-text {
  float: left;
  margin-left: 10%;  
  width:60%;
  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:27px;
  font-weight: bold;
  padding-bottom: 0 !important;
  margin-bottom:25px;
  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: bold;
}

.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%;
  }
}
