/*
    Theme Name: Joseph Roxas Theme
    Author: Joseph Roxas
*/

.joseph-highlighter-right{
    position: fixed;
    top: -150px;
    right: -50px;
    bottom: 0;
    content: '';
    width: 400px;
    height: 600px;
    border: 2px solid rgba(255, 255, 255, 0.05);
    z-index: -1;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    transition: transform 1s, top 1s, width 1s, height 1s, left 1s, right 1s, opacity 1s;
}

.joseph-highlighter-left{
    position: fixed;
    top: 500px;
    left: -100px;
    bottom: 0;
    content: '';
    width: 400px;
    height: 400px;
    border: 2px solid rgba(255, 255, 255, 0.05);
    z-index: -1;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg); 
    transition: transform 1s, top 1s, width 1s, height 1s, left 1s, right 1s, opacity 1s;
}
.owl-stage-outer::before{
    transition: opacity 1s;
}
.add-opacity::before{
    opacity: 0;
}
.rotate-left{
    transform: rotate(-60deg)
}
.rotate-right{
    transform: rotate(60deg)
}
.position-on-about-right{
    top: 5%;
    transform: rotate(-180deg);
    right: 7%;
    width: 50%;
    height: 90%;
}
.position-on-about-left{
    top: 40%;
    left: 10%;
    width: 40%;
    transform: rotate(180deg);
}
.position-on-services-right{
    width: 80%;
    height: 41%;
    transform: rotate(-180deg);
    top: 50%;
    left: 10%;
    opacity: 0;
}
.position-on-portfolio-left{
    transform: rotate(180deg);
    left: 5%;
    width: 42%;
    top: 35%;
}
.position-on-portfolio-right{
    transform: rotate(-180deg);
    right: 5%;
    width: 42%;
    top: 35%;
    height: 400px;
}
.position-on-services-left{
    left: 40%;
    transform: rotate(180deg);
    height: 70%;
    top: 25%;
    opacity: 0;
}
#services-section .services{
    border: 2px solid rgba(255, 255, 255, 0);
    transition: border 2s;
}
.add-border{
    border: 2px solid rgba(255, 255, 255, 0.05) !important;
}
span.first-name{
    border-top: 2px solid rgba(255, 255, 255, 0.05);
}
span.last-name{
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}
.ftco-footer-social i{
    font-size: 30px;
    display: block;
    text-align: center;
    margin-top: 15px;
}
.services-section .fa-brands{
    font-size: 60px;
    margin-bottom: 20px;
}
.services-section .fa-hubspot{
    color: #FF5C35;
}
.services-section .fa-wordpress{
    color: #3858E9;
}
.services-section .fa-cpanel{
    color: #EA6930;
}
.portfolio-block{
	width: 100%;
}
.portfolio-block.block-3 .image {
  box-shadow: 0px 0px 20px rgba(255,255,255, 0.1);
}      
.fancy-list {
    counter-reset: li; 
    list-style: none; 
    padding: 0;
  }
  .fancy-list li:empty, .fancy-list li a:empty{
    display: none !important;
  }
  .fancy-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    margin: .5em 0 .5em 2.5em;
    background: #252525;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-out;
    font-size: 18px !important;
  }
  
  .fancy-list a:hover {background: #252525;}       
  .fancy-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #252525;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
  }
  
  .fancy-list a:after {
    position: absolute;
    content: "";
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
  }
  
  .fancy-list a:hover:after {
    left: -.5em;
    border-left-color: #252525;
  }
     
.transform-bullet{
    display: list-item;
    margin-left: 15px;
}
.about-section .author-img{
	background-size: contain !important;
}
  