/*
Theme Name: Cranks
Theme URI: https://www.eventura.com
Description: Child theme for Cranks
Author: Eventura.com
Author URI: https://www.eventura.com
Template: Divi
Version: 1.0.0
*/

/* Add your custom styles below here */


@font-face {
        font-family: "Superclarendon Regular";
        src: url("./Superclarendon Regular.ttf");
      }
html, body {
  font-family: "Superclarendon Regular", "Georgia", "Times New Roman", serif;
}
h1, h2, h3 {
    /* font-family: font41559; */
    font-family: "Superclarendon Regular", "Georgia", "Times New Roman", serif;
    color: #ae87cf;
    font-weight: bold;
    text-shadow: 1px 1px #aa9999;
}
p {
  color: #aa9999;
  line-height: 1.6em;
  font-weight: 300;
  letter-spacing: .02em;
  font-size: 18px;
}
      
/* Fancy Colours */
.FancyGreen {
	color:#a2c631;
}
.FancyPurple {
	color:#bd89d2;
}
.FancyOrange {
	color:#ffad25;
}
.FancyRed {
    color:#f4948e;
}




/* Uncropped images of Slider module */
.my_uncrop_slider.et_pb_slider .et_pb_slide_image {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    top: auto;
    position: relative !important;
    display: block !important;
}
.my_uncrop_slider.et_pb_slider .et_pb_container {
    max-width: 100% !important;
    width: 100% !important;
}
.my_uncrop_slider.et_pb_slider .et_pb_slide_image img {
    max-height: none !important;
    width: 100% !important;
}
.my_uncrop_slider.et_pb_slider .et_pb_slide {
    padding: 0 !important;
}
.my_uncrop_slider.et_pb_slider .et_pb_slide_with_image .et_pb_slide_description {
    position: absolute !important;
    width: 100% !important;
    padding: 5% !important;
    float: none !important;
    bottom: 0 !important;
    text-align: left;
}
.my_uncrop_slider.et_pb_slider .et-pb-active-slide .et_pb_slide_image {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}




.single-project ul li {
    font-size: 16px;
    list-style: none;
    position: relative;
    line-height: 21px;
    padding: 5px 0 0 25px;
    min-height: 32px;
    margin: 5px 0 0 -8px;
}

.single-project ul li:before {
    content: " ";
    background: #bc89d2;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    padding: 0 0 2px;
    font-size: 20px;
    line-height: 30px;
}
.single-project ol {
    counter-reset: item;
}
.single-project ol li {
    font-size: 16px;
    list-style: none;
    position: relative;
    line-height: 21px;
    padding: 5px 0 0 40px;
    min-height: 32px;
    margin: 20px 0 0 -8px;
}
.single-project ol li:before {
    content: counters(item, "") " ";
    counter-increment: item;
    background: #bc89d2;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 0 2px;
    font-size: 20px;
    line-height: 30px;
}


ul.et_pb_social_media_follow  li:before {
    content: "" !important;
    background:none;

    width: 0px;
    height: 0px;
    position: absolute;
    left: 0;
    top: 0px;
    padding: 0;
    font-size: 0px;
    line-height: 0px;


}