/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
	- General
	    - Helper
	- Header
	- Footer
	- Slider
	- Homepage
	    - Main
	    - Widget news
    - Mod
        - users
	- Template CKE
	    - Editing
	- Responsive
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	General
-----------------------------------------------------------------*/
/* Topbar for underlined titles */
/*#floowedit_topbar h1:after,
#floowedit_topbar h2:after {display: none}*/
:root {
    --header-height: 70px;
}

.content-wrap ul:not(.iconlist):not(.clients-grid):not(.testimonials-grid):not(.tab-nav):not(.clients-grid):not(.grid-filter):not(.no-liststyle),
.content-wrap ol:not(.iconlist):not(.clients-grid):not(.testimonials-grid):not(.flex-control-nav) {
    list-style-position: outside;
    margin-left: 0;
    overflow: hidden; /*for float block*/
    padding-left: 40px;
}
.content-wrap ul:not(.iconlist):not(.clients-grid):not(.testimonials-grid):not(.tab-nav):not(.clients-grid):not(.grid-filter):not(.no-liststyle) li,
.content-wrap ol:not(.iconlist):not(.clients-grid):not(.testimonials-grid):not(.flex-control-nav) li {
    margin-bottom: 3px;
}

ul.check-ul li {
    font-size: 1.25rem; /*20px*/
    line-height: 1.3;
    list-style: none;
    margin-bottom: 28px!important;
    position: relative;
}
ul.check-ul li:before {
    color: #F8C100;
    content: "\e042";
    font-family: "lined-icons";
    font-size: 1.20em;
    font-weight: 700;
    position: absolute;
    top: -3px;
    left: -35px;
}

blockquote{
    border-color: #F8C100;
    overflow: hidden; /*for float block*/
}

b, strong { font-weight: 700 }

.lady-justice-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: -30px -30px 0 #F8C100;
    border-radius: 0.25rem;
}
.team.full-border {
    border: 5px solid #F8C100;
    border-color: #F8C100;
    border-radius: 4px;
}
.team-title small {
    display: block;
    font-size: 0.875em;
    color: #666;
}
/*newsleter*/
#lawfirm-inline input:not(#captcha), #lawfirm-inline select, .dark #lawfirm-inline input:not(#captcha), .dark #lawfirm-inline select {
    display: inline-block;
    background-color: transparent;
    display: inline-block;
    margin: 0 10px;
    border-radius: 0;
    width: auto;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #F8C100 !important;
    font-size: 1em;
    padding: 0 3px;
    color:#F8C100;
    font-weight: 300;
    text-align:center;
}
#lawfirm-inline input::-moz-placeholder {
    color: #F8C100;
}

#lawfirm-inline input:-ms-input-placeholder {
    color: #F8C100;
}

#lawfirm-inline input::-webkit-input-placeholder {
    color: #F8C100;
}
.button.button-blue:after{
    content:'\e811';
    color:#F8C100;
    font-family: "font-icons";
    position: relative;
    top: 2px;
    left:5px;
    font-size: 14px;
}
.button.button-blue:hover:after{
    color:#28166F;
}
.entry-date {
    position: absolute;
    left: 14px;
    top: -25px;
    background-color: #28166F;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    color: #F8C100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    border: 4px solid #fff;
}
.widget_links:not(.widget-li-noicon) li::before {
    content: "\e77d";
    font-size: .85rem;
    top: 1px;
    margin-right:10px;
    color:#F8C100;
}
#section-contact label{
    text-transform: initial;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
}
.benevole_class{
    width:auto!important;
    margin-left:auto;
    margin-right:auto;
}
/* image floated */
.background-img {
    position: fixed;
    width: 140px;
    bottom: -70px;
    left: -10px;
    z-index: 299;
}
.float-anim {
    animation: float 4s ease-in-out infinite;
}
.background-img.pos-right {
    bottom: 20px;
    left: auto;
    right: 0px;
}
@keyframes float{0%{transform:translateY(0px)}50%{transform:translateY(-20px)}100%{transform:translateY(0px)}}
/* shape custom */
.shape-dividers {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
#footer .shape-dividers {
    z-index: 2;
}
.shape-dividers svg {
    position: relative;
    width: 100%;
    width: calc(100% + 1.3px);
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
#shape-divider-5122.shape-dividers svg {
    width: calc( 100% + 1.5px );
    height: 150px;
}
#shape-divider-5122.shape-dividers {
    top: -149px;
}
#shape-divider-2926.shape-dividers svg {
    width: calc( 100% + 1.5px );
    height: 150px;
}
#shape-divider-5122.shape-dividers .shape-divider-fill {
    fill: #28166F;
}
.shape-custom > svg > path:nth-child(1){
     fill:transparent!important;
}
#shape-divider-2926.shape-dividers .shape-divider-fill {
    fill: undefined;
}
.shape-dividers[data-flip-vertical=true], .shape-dividers[data-position=bottom] {
    transform: rotate(180deg);
}
.header-misc p{
    font-size:.875em;
    font-weight:600;
}
.header-misc a{
    color:#5A5A5A;
}
.header-misc a:hover{
    color:#F8C100;
}
/* Helper */
.no-after:after,
.no-before:before { content: none }

/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
.sub-menu-container .menu-item.current > .menu-link { color: #F8C100; }

/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
#footer .shape-divider{
    z-index:2;
}

/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/
#slider .swiper-slide:after {
    background-color: rgba(0,0,0,.4);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider-caption p {
    margin-bottom: 0;
    margin-top: 0;
}
.slider-caption p + p {
    margin-top: 20px;
}
.slider-caption .slider-title {

}
.swiper-navs {
    position: absolute;
    left: auto;
    right: 300px;
    bottom: 140px;
    top: auto;
    z-index: 99;
}
.swiper-scrollbar-drag {
    background: #000;
}
.dark .swiper-scrollbar-drag {
    background: #fff;
}
.slide-number {
    opacity: 1;
    bottom: 10px;
    text-align: left;
    right: auto;
}
.slide-number-current {
    top: auto;
    bottom: 0;
    font-size: 30px;
    font-weight: 700;
}
.slide-number-total {
    font-size: 13px;
    line-height: 28px;
    left: 29px;
}
.slide-number span {
    margin-left: 20px;
    font-size: 16px;
}
.slider-arrow-left, .slider-arrow-right {
    border-radius: 50%;
    background: 0 0;
    border: 1px solid rgba(0,0,0,.7);
    width: 36px;
    height: 36px;
}
.swiper-button-disabled {
    opacity: .5;
    cursor: default;
}
.dark .slider-arrow-left, .dark .slider-arrow-right {
    border-color: rgba(255,255,255,.7);
}
.slider-arrow-right {
    left: 45px;
}
.slider-arrow-left i, .slider-arrow-right i {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 34px;
    margin: 0 auto;
    color: #000;
}
.slider-arrow-right i {
    margin-left: -1px;
}
.dark .slide-number, .dark .slider-arrow-left i, .dark .slider-arrow-right i {
    color: #fff;
}
.slider-feature {
    position: relative;
    transform: translateY(10%);
    z-index: 4;
}
.slider-feature .card {
    transition: all .2s ease;
}
.slider-feature .card:hover {
    background-color: #F8C100;
    transform: translateY(-2px);
    z-index: 1;
}
.slider-feature .card a{
    color: #28166F;
    font-size:1em;
    font-weight:700;
    font-family:Manrope,sans-serif;
}
.slider-arrow-left:hover, .slider-arrow-right:hover{
    background-color:rgba(248, 193, 0, .4)!important;
}
/* ----------------------------------------------------------------
	Homepage
-----------------------------------------------------------------*/

/* Widget news */

/* Widget event */

/* ----------------------------------------------------------------
	Mod
-----------------------------------------------------------------*/
/* users */


/* ----------------------------------------------------------------
	Template CKE
-----------------------------------------------------------------*/
/* For 2 floating block */
.img-floatl h1,
.img-floatr h1,
.img-floatr h2,
.img-floatl h2 {
    overflow: hidden;
}

/* Editing */
.editing [data-animate] {
    opacity: 1;
}


/* ----------------------------------------------------------------
	Responsive
-----------------------------------------------------------------*/
@media (min-width: 1440px) {

}

@media (min-width: 1200px) and (max-width: 1439.98px){
    .menu-link{
        padding-left:10px;
        padding-right:10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px){
    .menu-link{
        font-size:.750em;
        padding-left:5px;
        padding-right:5px;
    }
    .sub-menu-container .menu-item>.menu-link,.header-misc p{
        font-size:.750em;
    }
}

@media (min-width:992px){
    .slider-feature {
        transform: translateY(-50%);
    }
    .widget_links ul{
        padding-left:30px;
    }
    #header{
        height:100px;
    }
    .me-lg-0 {
        margin-right: 0!important;
    }
}

@media (max-width: 991.98px) {
    .widget_links ul{
        padding-left:10px;
    }
    .section{
        margin:15px 0;
        padding:15px 0;
    }
    .menu-item .sub-menu-trigger{
        color:#000;
    }
    .icon-chevron-right.icon-rotate-90:before {
        content: "\e998";
    }
    .icon-chevron-right.icon-rotate-90 {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(00deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .entry-date {
        width:200px;
        height:200px;
        font-size:40px;
    }
}

@media (max-width: 767.98px){
    .swiper-navs{
        bottom:90px;
    }
    .entry-date {
        width:100px;
        height:100px;
        font-size:30px;
    }
}

@media (max-width: 575.98px) {
    #logo-wrapper a.standard-logo, #logo-wrapper span.standard-logo,#logo-wrapper a.retina-logo, #logo-wrapper span.retina-logo{
        max-width: 70px;
    }
    .header-misc p{
        font-size: .675em;
    }
}