/*
Theme Name: Aurora
Theme URI: https://aurora.divi-layouts-pro.com/
Description: Aurora - Creative Portfolio Divi Theme
Author: Divi Layouts Pro
Author URI: https://divi-layouts-pro.com/
Template: Divi
Version: 1.2
*/
/** MENU **/
@media (max-width: 980px) {
	.et_fixed_nav #main-header {
		position: fixed !important;
		z-index: 1000000;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
        padding-top: 11px;
        padding-bottom: 11px;
    }
	#main-header{
		background-color: black !important;
		mix-blend-mode: unset !important;
		filter: unset !important;
	}
	.mobile_menu_bar:before, .mobile_menu_bar:after {
		color: black !important;
		font-size: 40px !important;
	}
	header #logo{
		filter: invert(1);
		max-height: 90%;
	}
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
		padding-bottom: 0px !important;
	}
}
.et_slide_in_menu_container .et-search-form{
	border-bottom: 1px solid rgb(255 255 255 / 15%);
	border-radius: 0px;
}
#main-header{
	mix-blend-mode: difference;
    filter: invert(1);
}
.mobile_menu_bar:before, .mobile_menu_bar:after {
	font-size: 50px;
}
.et_slide_in_menu_container .et_mobile_menu>.menu-item-has-children>a {
    font-weight: 300 !important;
}
.et_slide_in_menu_container #mobile_menu_slide li li a:hover,.et_mobile_menu li a:hover, .nav ul li a:hover {
    opacity: 1 !important;
}
.et_slide_in_menu_container #mobile_menu_slide li li a {
    opacity: 1 !important;
    color: rgba(255, 255, 255, .4) !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.et_slide_in_menu_container{
    border-left: 1px solid #ffffff40;
}
.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}
@media (min-width: 981px) {
	.et_fullwidth_nav #main-header .container {
		padding-right: 60px;
		padding-left: 55px;
	}
}

/* GENERAL */
.aur-secondary-color{
	color:var(--divi-secondary-color);
}
.aur-color-black{
	color:black;
}
@media screen and (max-width: 420px) {
	.aur-dn-420{
		display:none !important;
	}
}
.aur-vertical-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}
body .wp-pagenavi a.last,
body .wp-pagenavi a.first,
body .wp-pagenavi .extend{
	display: none !important;
}
@media screen and (max-width: 767px) {
	body article.et_pb_post .post-meta{
		flex-direction: column-reverse !important;
		flex-wrap: wrap;
	}
	body article.et_pb_post p.post-meta {
		font-size: 0 !important;
		line-height: 0;
	}
	body article.et_pb_post p.post-meta * {
		font-size: 12px !important;
		line-height: 1em;
	}
}

/* cursor */
.et_pb_scroll_top:before {
    content: '\36';
    position: absolute;
    right: -60px;
    background: #191919;
    border-radius: 100%;
    -webkit-transition: .4s cubic-bezier(0,0,.3642,1);
    transition: .4s cubic-bezier(0,0,.3642,1);
    opacity: 1;
    transform: rotate(90deg) scaleY(0.7) scaleX(0.7);
    padding: 14px;
}
.et_pb_scroll_top:hover:before {
	transform: rotate(90deg) scaleY(0.8) scaleX(0.8);
}
#aur-circle-pointer {
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 101;
	background-color: #000;
	border-radius: 50%;
	pointer-events: none;
	opacity: .1;
	transition: transform 0.6s ease;
}
#aur-circle-pointer.aur-hidden{
	-webkit-transform: scale(0);
    transform: scale(0)
}
/* if touchscreen */
@media (hover: none) and (pointer: coarse) {
	#aur-circle-pointer{
		display:none !important;
	}
}
/* back to top button */
@media screen and (max-width: 767px) {
	.et_pb_scroll_top.et-pb-icon{
		display:none !important;
	}
	body .et_pb_scroll_top{
		display:none !important
	}
}
#et-main-area .et_pb_scroll_top{
	/*display:none !important;*/
}
body .et_pb_scroll_top{
	background: none !important;
	-webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	transform: rotate(-90deg) !important;
	display: flex !important;
	mix-blend-mode: difference;
	flex-direction: row-reverse;
	align-items: center;
	bottom: 80px !important;
}
body .et_pb_scroll_top:after {
	content: "Retour en haut" !important;
    font-family: 'Outfit';
    margin-left: 20px !important;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

/* page title */
#aur-page-title{
    pointer-events: none;
    position: fixed;
    left: 70px;
    bottom: 40px;
    z-index: 10;
    mix-blend-mode: difference;
    transform-origin: left;
    transform: rotate(-90deg);
    width: fit-content;
}
#aur-page-title span{
	width: fit-content;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
    position: relative;
    display: block;
    text-transform: uppercase;
	font-weight: 200;
}
@media screen and (max-width: 980px) {
	#aur-page-title{
		display: none !important;
	}
}
/* cursor */
.circle {
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 0 10px white;
    pointer-events: none;
    position: fixed;
    top: -10rem;
    left: -10rem;
    height: 2rem;
    width: 2rem;
    transition: transform 0.4s, background 0.4s;
}

.circle.big {
    background: white;
    transform: scale(2);
}
/* scrollbar */
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: black;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: black;
}

::-webkit-scrollbar-thumb
{
	background-color: var(--divi-secondary-color);
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

html,body {
    padding: 0;
    margin: 0;
    font-family: "Outfit",sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0,0,0,.5);
    line-height: 150%;
	overflow-x: hidden;
}

@media screen and (max-width: 768px) {
    html,body {
        font-size:15px
    }
}

.aur-thin{
	font-weight: 100;
}

/* ANIMATION DODECAHEDRON & LINE */
@-webkit-keyframes move {
    from {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px)
    }

    50% {
        -webkit-transform: translateY(75px);
        transform: translateY(75px)
    }

    to {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px)
    }
}

@keyframes move {
    from {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px)
    }

    50% {
        -webkit-transform: translateY(75px);
        transform: translateY(75px)
    }

    to {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px)
    }
}

.mil-lines-place .mil-lines {
    opacity: .05;
    pointer-events: none
}

@media screen and (max-width: 992px) {
    .mil-lines-place .mil-lines {
        display:none
    }
}

.mil-lines-place .mil-lines path,.mil-lines-place .mil-lines rect,.mil-lines-place .mil-lines line {
    stroke: #000
}

.mil-lines-place .mil-lines .mil-move {
    -webkit-animation: move 10s linear infinite;
    animation: move 10s linear infinite
}

.mil-lines-place.mil-light .mil-lines {
    opacity: .2
}

.mil-lines-place.mil-light .mil-lines path,.mil-lines-place.mil-light .mil-lines rect,.mil-lines-place.mil-light .mil-lines line {
    stroke: #fff
}

.mil-animation-frame {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    -webkit-animation: jump 10s linear infinite;
    animation: jump 10s linear infinite;
    pointer-events: none
}

.mil-animation {
    position: absolute;
    display: inline-block;
    width: 300px;
    height: 300px;
    opacity: .2;
    pointer-events: none
}

.mil-position-1 {
    top: 100px;
    right: 100px
}

.mil-position-1 .mil-pentagon div {
    border-top: .1px solid #fff
}

.mil-position-2 {
    top: -60px;
    left: 15%
}

.mil-position-2 .mil-pentagon div {
    border-top: 1px solid #fff
}

.mil-position-2 .mil-dodecahedron {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

@media screen and (max-width: 1400px) {
    .mil-position-2 {
        display:none
    }
}

.mil-position-3 {
    bottom: -100px;
    right: 35%
}

.mil-position-3 .mil-pentagon div {
    border-top: 1px solid #fff
}

.mil-position-3 .mil-dodecahedron {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@media screen and (max-width: 1400px) {
    .mil-position-3 {
        display:none
    }
}

.mil-position-4 {
    top: -60px;
    right: 20%
}

.mil-position-4 .mil-pentagon div {
    border-top: .1px solid #fff
}

.mil-position-4 .mil-dodecahedron {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

@media screen and (max-width: 1400px) {
    .mil-position-4 {
        display:none
    }
}

.mil-position-4.mil-dark .mil-pentagon div {
    border-top: .1px solid #000
}

.mil-dodecahedron {
    position: relative;
    left: 100px;
    top: 40px;
    width: 100px;
    height: 223px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: rotate 100s infinite linear;
    animation: rotate 100s infinite linear
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
        transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg)
    }

    to {
        -webkit-transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
        transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
        transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg)
    }

    to {
        -webkit-transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
        transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg)
    }
}

.mil-pentagon {
    position: absolute;
    width: 100px
}

.mil-pentagon:nth-child(1) {
    -webkit-transform: rotateY(.2turn) translateZ(69px) rotateX(26.5deg);
    transform: rotateY(.2turn) translateZ(69px) rotateX(26.5deg)
}

.mil-pentagon:nth-child(6) {
    bottom: 0;
    -webkit-transform: rotateY(.2turn) translateZ(-69px) rotateX(206.5deg);
    transform: rotateY(.2turn) translateZ(-69px) rotateX(206.5deg)
}

.mil-pentagon:nth-child(2) {
    -webkit-transform: rotateY(.4turn) translateZ(69px) rotateX(26.5deg);
    transform: rotateY(.4turn) translateZ(69px) rotateX(26.5deg)
}

.mil-pentagon:nth-child(7) {
    bottom: 0;
    -webkit-transform: rotateY(.4turn) translateZ(-69px) rotateX(206.5deg);
    transform: rotateY(.4turn) translateZ(-69px) rotateX(206.5deg)
}

.mil-pentagon:nth-child(3) {
    -webkit-transform: rotateY(.6turn) translateZ(69px) rotateX(26.5deg);
    transform: rotateY(.6turn) translateZ(69px) rotateX(26.5deg)
}

.mil-pentagon:nth-child(8) {
    bottom: 0;
    -webkit-transform: rotateY(.6turn) translateZ(-69px) rotateX(206.5deg);
    transform: rotateY(.6turn) translateZ(-69px) rotateX(206.5deg)
}

.mil-pentagon:nth-child(4) {
    -webkit-transform: rotateY(.8turn) translateZ(69px) rotateX(26.5deg);
    transform: rotateY(.8turn) translateZ(69px) rotateX(26.5deg)
}

.mil-pentagon:nth-child(9) {
    bottom: 0;
    -webkit-transform: rotateY(.8turn) translateZ(-69px) rotateX(206.5deg);
    transform: rotateY(.8turn) translateZ(-69px) rotateX(206.5deg)
}

.mil-pentagon:nth-child(5) {
    -webkit-transform: rotateY(1turn) translateZ(69px) rotateX(26.5deg);
    transform: rotateY(1turn) translateZ(69px) rotateX(26.5deg)
}

.mil-pentagon:nth-child(10) {
    bottom: 0;
    -webkit-transform: rotateY(1turn) translateZ(-69px) rotateX(206.5deg);
    transform: rotateY(1turn) translateZ(-69px) rotateX(206.5deg)
}

.mil-pentagon:nth-child(11) {
    -webkit-transform: translateZ(69px) rotateX(-90deg);
    transform: translateZ(69px) rotateX(-90deg)
}

.mil-pentagon:nth-child(12) {
    bottom: 0;
    -webkit-transform: translateZ(-69px) rotateX(90deg);
    transform: translateZ(-69px) rotateX(90deg)
}

.mil-pentagon div {
    position: absolute;
    width: 100px;
    height: 69px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.mil-pentagon div:nth-child(1) {
    -webkit-transform: rotate(.2turn);
    transform: rotate(.2turn)
}

.mil-pentagon div:nth-child(2) {
    -webkit-transform: rotate(.4turn);
    transform: rotate(.4turn)
}

.mil-pentagon div:nth-child(3) {
    -webkit-transform: rotate(.6turn);
    transform: rotate(.6turn)
}

.mil-pentagon div:nth-child(4) {
    -webkit-transform: rotate(.8turn);
    transform: rotate(.8turn)
}

.mil-pentagon div:nth-child(5) {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

/* HOME */
#aur-cursor-anim{
	position: absolute;
	z-index: 10;
	top: 0;
	height: 100vh;
	pointer-events: none;
	width: 100%;
}
.mil-circle-text {
    position: absolute;
    right: 0;
    bottom: -94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 140px;
    height: 140px
}

.mil-circle-text .mil-ct-svg {
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 140px;
    height: 140px
}

.mil-circle-text .mil-ct-svg text {
    fill: rgba(255,255,255,.4);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: .4s cubic-bezier(0,0,.3642,1);
    transition: .4s cubic-bezier(0,0,.3642,1)
}

.mil-circle-text .mil-button {
    position: absolute
}

.mil-circle-text:hover svg text {
    fill: #fff
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* slider */
.aur_testimonial{
	padding: 5px 0 0;
}
.aur_testimonial:before {
	left: 50%;
    top: 0;
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    color: var(--divi-secondary-color) !important;
    font-size: 60px;
}
.aur_testimonial .et_pb_testimonial_content p {
	padding-bottom: 0;
}
.aur_testimonial .et_pb_testimonial_portrait {
	text-align: center;
	width: 100px !important;
	height: 100px !important;
	z-index: 9;
	margin: 0 auto !important;
	border: 10px solid var(--divi-global-color-1);
	border-radius: 50%;
	position: relative;
}
.aur_testimonial .et_pb_testimonial_portrait:before {
	width: auto;
	height: auto;
	box-shadow: none;
}
.aur_testimonial .et_pb_testimonial_portrait:after, .aur_testimonial .et_pb_testimonial_portrait:before {
	content: "";
	border: 5px solid var(--divi-secondary-color);
	border-radius: 50%;
	transform: rotate(36deg);
	position: absolute;
	left: -15px;
	top: -15px;
	bottom: -15px;
	right: -15px;
	clip-path: polygon(0 0, 0 87.5%, 87% 0);
}
.aur_testimonial .et_pb_testimonial_portrait:after {
	transform: rotate(36deg);
	clip-path: polygon(100% 10%, 100% 100%, 11% 100%);
}
.aur_testimonial .et_pb_testimonial_portrait{
	display:none;
}
.aur_testimonial .et_pb_testimonial_description {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}
.aur_testimonial .et_pb_testimonial_meta{
	order:2;
	margin-bottom: 30px;
}
.aur_testimonial .et_pb_testimonial_author{
	order:1;
	margin-bottom: 5px !important;
	margin-top: 40px !important;
}
.aur_testimonial .et_pb_testimonial_description_inner{
	order:3
}
.aur_testimonial .et_pb_testimonial_description .et_pb_testimonial_author {
	margin: 20px 0px 10px;
	font-weight:500 !important;
}

/* Blog */
span.aur-category-post a,
.aur-category-post-active{
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 20px;
	height:40px;
	border-radius:40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items:center;
	color:black;
	-webkit-transition: .4s cubic-bezier(0,0,.3642,1);
    transition: .4s cubic-bezier(0,0,.3642,1);
}
span.aur-category-post a:hover {
	background-color: #e5e5e5;
}
span.aur-category-post-active {
    background: var(--divi-secondary-color);
}

/* Single Post */
blockquote {
    font-size: 18px;
    color: #000;
    border-left: solid 4px var(--divi-secondary-color) !important;
}
@media screen and (max-width: 768px) {
    blockquote {
        padding:30px;
        font-size: 16px
    }
}
.single-post-text p{
	padding-bottom:0px;
}
.single-post-text>*:first-child,.single-post-text>div>*:first-child {
    margin-top: 0
}
.single-post-text>*:last-child {
    margin-bottom: 0
}
.single-post-text ul,.single-post-text ol {
    line-height: 2
}
.single-post-text ul {
    display: block;
    list-style-type: disc;
    margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:0px
}
.single-post-text ul>li {
    list-style-type: disc
}
.single-post-text li {
    display: list-item;
    text-align: -webkit-match-parent
}
.single-post-text ol {
    display: block;
    list-style-type: decimal;
    margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:1.25rem
}
.single-post-text ol>li {
    list-style-type: decimal
}
.single-post-text p {
    margin-top: 30px;
    margin-bottom: 30px
}
.single-post-text img {
    max-width: 100%
}
.single-post-text img+figure {
    margin-top: 30px
}
.single-post-text table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    background: 0 0;
    border: 1px solid rgba(0,0,0,.3)
}
.single-post-text table th {
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700;
    background: #fff;
    border: 1px solid #f2f3f5;
    text-align: left
}
.single-post-text table tbody th {
    background: #fff
}
.single-post-text table td {
    border: none;
    padding: 10px;
    font-size: 17px;
    background: #fff;
    border: 1px solid #f2f3f5
}
.single-post-text table td#today {
    background: rgba(0,0,0,.3);
    font-weight: 700
}
.single-post-text table caption {
    margin: 0 0 10px;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    caption-side: top;
    text-align: center
}
@media screen and (max-width: 720px) {
    .single-post-text table th {
        padding:10px;
        font-size: 13px
    }

    .single-post-text table td {
        padding: 10px;
        font-size: 13px
    }
}
.single-post-text {
    line-height: 1.6;
    word-wrap: break-word
}
.single-post-text:after {
    content: '';
    position: relative;
    clear: both;
    display: block
}
.single-post-text img {
    max-width: 100%;
    height: auto
}
.single-post-text p a:hover {
    text-decoration: underline
}
.single-post-text dt {
    margin-bottom: 5px;
    font-weight: 700;
    color: #000
}
.single-post-text dd {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px
}
.single-post-text blockquote p {
    margin-bottom: .5rem!important;
    font-style: normal;
    font-weight: 600
}
.single-post-text blockquote p:first-child {
    margin-top: 0
}
.single-post-text blockquote cite {
    font-size: 17px;
    font-style: normal
}
.single-post-text blockquote cite:before {
    margin-right: 5px;
    content: '-'
}
.single-post-text blockquote cite br {
    display: none
}
.single-post-text blockquote.has-text-align-right cite:before {
    display: none
}
.single-post-text blockquote.has-text-align-right cite:after {
    margin-left: 5px;
    content: '-'
}
.wp-block-file__button {
    padding: 0 1rem
}
.single-post-text figure {
    margin-bottom: 30px;
    max-width: 100%;
    overflow: auto
}
.single-post-text figure .wp-caption-text,.gallery-caption {
    font-style: italic
}
.single-post-text .gallery {
    margin-bottom: 0
}
.single-post-text h1,.single-post-text h2,.single-post-text h3,.single-post-text h4,.single-post-text h5,.single-post-text h6 {
    margin-top: 30px;
    margin-bottom: 30px
}
.single-post-text h1+h2,.single-post-text h2+h3,.single-post-text h3+h4,.single-post-text h4+h5,.single-post-text h5+h6,.single-post-text h6 {
    margin-top: 30px
}
.single-post-text pre.wp-block-code,.single-post-text pre {
    padding: 20px;
    overflow: auto;
    white-space: pre-wrap;
    background: linear-gradient(159deg,#000 0%,#23232d 100%);
    background: -webkit-linear-gradient(159deg,#000 0%,#23232d 100%);
    color: #f2f3f5;
    font-size: 15px
}
.single-post-text blockquote {
    margin: 30px 0;
    color: #000;
    background: 0 0;
    padding: 30px 30px 30px 40px;
    font-style: italic;
    position: relative
}
.single-post-text blockquote p:last-child {
    margin-bottom: 0!important
}
.single-post-text blockquote:before {
	position: absolute;
	font-family: ETmodules !important;
	font-weight: 900 !important;
	content: "\7b" !important;
	font-size: 30px;
	opacity: .3;
	color: #000;
	top: -5px;
	left: 10px;
	line-height: 1em;
	transform: scaleX(-1);
}
.single-post-text blockquote:after {
    position: absolute;
    font-family: ETmodules !important;
    font-weight: 900 !important;
    content: "\7b" !important;
    font-size: 30px;
    opacity: .3;
    color: #000;
    bottom: 0;
    right: 0;
}
.single-post-text footer {
    width: auto
}

.single-post-title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    word-break: break-word
}

.single-post-text ul {
    padding: 0;
    margin: 0
}

.single-post-text h1 {
    font-size: 48px
}

.single-post-text h2 {
    font-size: 36px
}

.single-post-text h3 {
    font-size: 24px
}

.single-post-text h4 {
    font-size: 17px
}
.single-post-text h5 {
    font-size: 16px
}
.single-post-text h6 {
    font-size: 15px
}
.single-post-text ul>li,.single-post-text ol>li {
    margin-bottom: .25rem
}
.single-post-text ul ul,.single-post-text ol ol,.single-post-text ul ol,.single-post-text ol ul {
    margin-top: .25rem
}
.single-post-text ul>li {
    display: block;
    line-height: 150%;
    list-style-type: none;
    position: relative;
    padding-left: 27px
}
.single-post-text ul>li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--divi-secondary-color);
}
.single-post-text ol {
    padding: 0;
    margin: 0 0 0 1.25rem
}
.single-post-text ol>li {
    line-height: 150%;
    list-style-type: decimal
}
.single-post-text ol>li::marker {
    color: #000
}
.single-post-text p,.single-post-text ul,.single-post-text ol,.single-post-text h1,.single-post-text h2,.single-post-text h3,.single-post-text h4,.single-post-text h5,.single-post-text h6,.single-post-text iframe,.single-post-text table,.single-post-text object,.single-post-text blockquote {
    margin-bottom: 30px
}
.single-post-text p:last-child,.single-post-text ul:last-child,.single-post-text ol:last-child,.single-post-text h1:last-child,.single-post-text h2:last-child,.single-post-text h3:last-child,.single-post-text h4:last-child,.single-post-text h5:last-child,.single-post-text h6:last-child,.single-post-text iframe:last-child,.single-post-text table:last-child,.single-post-text object:last-child,.single-post-text blockquote:last-child {
    margin-bottom: 0
}


/*Slick CSS*/
.slick-slide {
	float: left;
	margin-bottom: 80px !important
}
.slick-list{
	overflow:hidden;
}
button{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.slide-arrow{
	position: absolute;
	top: 50%;
	margin-top: 35px;
}
.prev-arrow{
	left: -140px;
	width: 40px;
	height: 40px;
}
.slide-arrow:before{
	background-color: #e5e5e5;
	border-radius: 100%;
	content: "\39";
	font-family: ETmodules;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	font-weight: 600;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	border: 9px solid #e5e5e5;
	-webkit-transition: .4s cubic-bezier(0,0,.3642,1);
    transition: .4s cubic-bezier(0,0,.3642,1);
	cursor:pointer;
}
.slide-arrow.prev-arrow:before{
	content: "\38";
}
.slide-arrow:hover:before{
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.next-arrow{
	right: -140px;
	width: 40px;
	height: 40px;
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0 !important;
	list-style-type: none !important;
	overflow: auto;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.slick-dots {
		flex-wrap: wrap;
	}
	body .slick-dots li:nth-child(2n) {
		margin-top: 0px !important;
	}
}
.slick-dots li {
	margin: 0 0.25rem;
}
.slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	display: none;
	text-indent: -9999px;
}
.slick-dots li.slick-active button {
	background-color: red;
}

.slick-dots li img{
	border-radius: 100%;
	width: 110px;
	height: 110px;
	padding: 10px;
	background-size: cover;
	background-position: top;
	-webkit-transition: .4s cubic-bezier(0,0,.3642,1) !important;
	transition: .4s cubic-bezier(0,0,.3642,1) !important;
	display: block;
	object-fit: cover;
}
.slick-dots li:nth-child(2n) {
    margin-top: 30px !important;
}
.slick-dots li img:hover{
	-webkit-box-shadow: inset 0 0 0 4px #fff;
	box-shadow: inset 0 0 0 4px #fff;
}
.slick-dots li.slick-active img{
	-webkit-box-shadow: inset 0 0 0 4px var(--divi-secondary-color);
	box-shadow: inset 0 0 0 4px var(--divi-secondary-color);
}
