/*
Theme Name:     Child Divi Theme 
Description:    Child Divi Theme
Author:         WNT
Template:       Divi
*/

@import url("../Divi/style.css");

/*#dtl{
    background-color: #00000045;
    padding: 30px 30px 30px 30px;
    text-align: center;
    justify-content: center;
    position:absolute;
width:100%;
height:100%;
}*/

#main-header {
    
    border-bottom: 4px solid #556B2E;
    border-image: linear-gradient(to right, #556B2E, #9acd40) 1;
}
.et_fixed_nav #main-header {
  /*  position: absolute;*/
}

.link{
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}
.link:focus,
.link:hover{
    color: #1c6758;
    text-decoration: none;
}
.link:before,
.link:after{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    
}
.link:before{
    background: #71af4a;
    height: 100%;
    box-shadow: 0 0 0 3px #71af4a;
    transform-origin: 100% 50%;
    transform: scale(0, 1);
    top: 0;
    z-index: -1;
    transition: transform 0.3s cubic-bezier(0.33, 0.91, 0.42, 1) 0.1s;
    border-radius:5px;
}
.link:after{
    background: rgba(255, 255, 255, 0.3);
    height: 2px;
    transform-origin: 0% 50%;
    bottom: 0;
    transition: transform 0.3s cubic-bezier(0.33, 0.91, 0.42, 1) 0.1s;
     border-radius:5px;
}
.link:hover:before{
    transform: scale(1);
    transform-origin: 0 50%;
}
.link:hover:after{
    transform: scale(0, 1);
    transform-origin: 100% 50%;
}

.psacp-post-carousel-wrap .owl-nav .owl-prev {
    left: -20px;
}

.psacp-post-carousel-wrap .owl-nav .owl-next {
    right: -20px;
}

/*.psacp-post-carousel-wrap.psacp-design-2 .psacp-post-carousel-content{
    border:0px;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
    border-radius:5px;
    margin-left:5px;
    margin-right:5px;
}

.psacp-post-carousel-wrap.owl-carousel .owl-stage{
    padding-top:20px;
    padding-bottom:20px;
    
}

.owl-carousel .owl-item {
    padding-left: 7px;
    padding-right: 7px;
}*/

.dst .owl-item {
  
}

.owl-nav .owl-next:hover, .owl-prev:hover, .owl-nav .owl-next:focus, .owl-nav .owl-prev:focus{
    background:#2f4c00!important;
}


.psacp-post-carousel-wrap.psacp-design-2 .psacp-post-slide:hover .psacp-post-carousel-content {
    border-color: #8ec641;
}

.slt {
  color: #fff;
  opacity: 0;
  font-size:30px !important;
  line-height: 50px !important;
}

.slt.animate-in {
  opacity: 1;
}

.slt.animate-in::after {
  content: "";
 
  transform: translateY(-100%);
  animation: revealDown 1s ease forwards;
  z-index: 2;
}

@keyframes revealDown {
  0%   { transform: translateY(-100%); }
  50%  { transform: translateY(0); }
  100% { transform: translateY(100%); }
}

/* Fade up for text beneath the bar */
.slt.animate-in span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  animation: textfadeUp 0.8s ease 0.5s forwards;
}

@keyframes textfadeUp {
  to { opacity: 1; transform: translateY(0); }
}

#tsl .et-pb-arrow-next,#tsl .et-pb-arrow-prev{
    opacity:1;
}

#tsl .et-pb-arrow-prev{
    left:0px;
}

#tsl .et-pb-arrow-next{
    right:0px;
}

.psacp-post-carousel-wrap.psacp-design-1 .psacp-post-content {
    padding: 0 15px 0 15px;
    margin-top: -40px;
    z-index: 999;
    position: absolute;
    color:#fff;
}

.psacp-post-carousel-wrap.psacp-design-1 .psacp-post-img-bg{
height:450px;}

.wppsac-post-carousel.design-1 .wppsac-carousel-slides {
    padding: 0 0px !important;
}

.wppsac-post-content-position{
    position: absolute;
    margin-top: -3%;
    z-index: 9999;
    padding: 10px;
    color: #fff;
}

.wppsac-post-carousel.design-1 .wppsac-post-title a{
    color: #fff;
}

.wppsac-readmorebtn{
    display:none !important;
}

.psacp-post-carousel-wrap h2.psacp-post-title {
    font-size: 20px;
    letter-spacing: 0px;
}

#top-menu .sub-menu li a{
    font-size:15px;
}

#top-menu .sub-menu{
    padding:10px 0;
}

.psacp-post-carousel-wrap .owl-nav .owl-prev{
    left:0px;
}

.psacp-post-carousel-wrap .owl-nav .owl-next{
    right:0px;
}

@media (max-width: 431px){
   .slt.animate-in span{
  
  font-size:15px !important;
  line-height: 20px !important;
}
}

.uacf7-uacf7style-1051 textarea{
    width:100% !important;
}

.uacf7-uacf7style-1051 .wpcf7-checkbox span label{
    font-size:13px;
    font-weight:normal;
}
