@charset 'UTF-8';
/* Slider */

a {
 color:#9a6d00;
}

a:hover {
    color:#9a6d00;
     text-decoration: underline !important;
}

.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}


.featureList {
    display: flex;
  flex-wrap: wrap;
    margin-bottom:20px;
}

.featureList li {
     flex: 0 0 33.33%; /* Each item takes up roughly 1/3 of the width */
    border-left:2px solid #c22a25;
    padding-left:10px;
    padding-right:10px;
}

.wpo-hero-static-s14 .content p {
max-width: 675px !important;
}

.wpo-hero-static-s14 .content h1 {
color: #fff;
font-size: 120px;
font-weight: 400;
line-height: 150px;
margin-bottom: 25px;
}

@media (max-width: 1199px){
.wpo-hero-static-s14 .content h1 {
font-size: 70px;
    }}

@media (max-width: 1399px){
.wpo-hero-static-s14 .content h1 {
font-size: 80px;
    }}

@media (max-width: 757px) {
.wpo-hero-static-s14 .content h1 {
font-size: 40px;
    }}

.mainLogo {
    max-width:400px;
}

.redText {
    color:#c22a25 !important;
}

.wpo-hero-static-s14 .content h2, .wpo-hero-static-s14 .content h1 {
    margin-top:50px;
}

.orangeLink {
    color:#9a6d00 !important;
}
.orangeLink:hover {
    text-decoration: underline !important;
}

.wpo-hero-static-s14 .content h2, .wpo-hero-static-s14 .content h1 {
    line-height:1 !important;
    
}

.quote {
    color: #FFF;
font-size: 60px;
font-weight: 400;
line-height: 70px;
    padding-bottom:30px;
}

h4.homeQuote {
     color:#ACACAC !important;
    text-align:right;
    padding-top:10px;
    max-width:570px;
    float:right;
     letter-spacing: 1px;
}

.wpo-service-section-s14 .service-card-s14 {
    min-height:440px !important;
}

.wpo-hero-static-s14 {
       background: #000 url('../images/background-border-3.jpg') bottom center no-repeat !important;
    background-size: 100% !important; 
}

.backgroundHell {
    background: #000 url('../images/background-sixthseal-rev.jpg') center center no-repeat !important;
    background-size: contain;
}

.wpo-about-section-s15 .about-right .content h2 {
font-family: "Felidae" !important;
                font-size: 120px !important;
                font-weight: 550  !important;
    
    @media (max-width:1399px) {
                    font-size: 50px !important;
                    line-height: 70px;
                }

                @media (max-width:1199px) {
                    font-size: 45px !important;
                    line-height: 60px;
                    margin-bottom: 20px;
                }

                @media (max-width:991px) {
                    font-size: 40px !important;
                    line-height: 40px;
                    margin-bottom: 10px;
                }
    
}

.wpo-about-section-s15 .about-right .content p {
line-height: 35px !important;
    
    @media (max-width:991px) {
                    font-size:18px !important;
                    line-height: 30px !important;
                }
}




.smallTextGrey {
    color: #999 !important;
font-size: 18px !important;
font-weight: 400 !important;
line-height: 30px !important;
margin-bottom: 0;
}

.wpo-consultaForm-section-s2 .contact {
   border:none !important; 
}

#contactus{
     background: #000 url('../images/background-border-2.jpg') bottom center no-repeat !important;
}

.wpo-faq-section .title .content .theme-btn, .wpo-consultaForm-section-s2 .title .content .theme-btn {
    border-radius: 30px;
background: #000;
padding: 14px 36px;
border: 1px solid #333 !important;
box-shadow: 10px 10px 20px 0px rgba(119, 119, 119, 0.15) !important;
}

.service-card-s14 h2 {
    color: #FFF;
font-size: 35px;
font-weight: 400;
line-height: 50px;   
}

@media (max-width: 1499px) {
.wpo-hero-static-s14 {
padding: 140px 40px 100px !important;
}
}

@media (max-width: 993px) {
    .wpo-hero-static-s14 {
    text-align: center;
}
    
    .wpo-service-section-s14 .service-card-s14 {
    min-height:300px !important;
}
    
    .wpo-hero-static-s14 .content h2, .wpo-hero-static-s14 .content h1 {
    line-height:80px !important;
    
}
}


@media (max-width:600px){
    .wpo-hero-static-s14 .content h2, .wpo-hero-static-s14 .content h1 {
        line-height:50px !important;
    }
}

img.framed {
  box-shadow:
    -60px -60px 0 -55px #c22a25,
    60px 60px 0 -55px #c22a25;
}



/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
