/* Enter Your Custom CSS Here */


/*
	***********************
	07: Feature Area CSS
	***********************/

.single-feature {
    padding-left: 150px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-feature {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .single-feature {
        padding-left: 75px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-feature svg {
        left: 50px;
    }
}

.single-feature h4 {
    margin-left: 25px;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .breadcrumb-area:after {
        width: 50%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    .breadcrumb-area:after {
        width: 65%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .breadcrumb-area:after {
        width: 90%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 345px) {
    .breadcrumb-item {
        font-size: 12px;
    }
}

.svg {
    padding-right: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 345px) {
    .svg {
        padding-left: 5px;
        padding-right: 10px;
    }
}

.regler {
    padding-top: 15px;
}

.contact-details-content li {
    padding: 12px 20px;
}

.histoire {
    padding-top: 15px;
}

.single-team .team-hover p {
    line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-team .team-hover p {
        font-size: 12px;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .single-team .team-hover p {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .single-team .team-hover p {
        font-size: 12px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
    .single-team .team-hover p {
        font-size: 20px;
        line-height: 1.6;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .single-team .team-hover p {
        line-height: 1.4;
    }
}


/** DMCA content styling**/

.page-welcome-content h4 span,
i.fa.fa-check-square-o {
    color: #44ce78;
}

ul.dmca-list-require>li {
    padding-bottom: 6px;
}

p.dmca-require {
    margin-top: 20px;
    margin-bottom: 15px;
}