/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/


/* PAGE TITLE */

#page-title .page-title > h1 {
  font-family: 'Kaushan Script', cursive;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1rem;
  text-shadow: 0px 0px 1px #000;
}
#page-title .page-title > span {
  font-weight: 400;
  font-size: 14px;
  text-shadow: 0px 0px 1px #000;
}

.dark #page-title .page-title > h1,
#page-title.dark .page-title > h1 {
  color: #1f1f1f;
    text-shadow: 0px 0px 0px #fff;
}
.dark #page-title .page-title > span,
#page-title.dark .page-title > span {
  color: #1f1f1f;
    text-shadow: 0px 0px 0px #fff;
}

/* HEADER: MOBILE*/

@media (max-width: 576px) {
  #header .header-inner #logo a > img,
#header #header-wrap #logo a > img {
    max-width: 90%;
    margin-left: 0px;
  }
}


/* ----------------------------------------------------------------
	Typography : Font size
-----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Kaushan Script', cursive; 
  color: #1f1f1f;
  margin: 0;
  letter-spacing: 0.5px;
}


/* Box */

.p-cb2 {
  position: relative;
  margin: 12px 0;
  background-color: #fff;
  box-shadow: 0 6px 38px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 5px;
  transition: all 0.3s ease;
  border: 1px solid #e6e8eb;
  cursor: pointer;
}


/* SOCIAL ICONS */

.social-icons.social-icons-colored .social-paperli a,
.social-icons.social-icons-colored-hover .social-paperli a:hover {
  background-color: #000000;
}


/* ----------------------------------------------------------------
	Blockquotes
-----------------------------------------------------------------*/

.blockquote-less {
  border-left: 3px solid #2250fc;
  font-size: 20px;
  padding: 0px 10px;
  margin: 0 0 0px;
}


/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/
#footer {
  display: block;
  position: relative;
  background-color: #32A3DC;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

/* timeline */

.timeline .timeline-item .timeline-icon {
  background-color: #32A3DC;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  width: 34px;
  height: 34px;
  z-index: 3;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  font-size: 18px;
}

/* testimonials */

.testimonial .testimonial-item > img {
  border-radius: 0%;
  display: block;
  float: none;
  height: 72px;
  margin: 0 auto 10px;
  width: 72px;
}

.testimonial.testimonial-single .testimonial-item > img {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06); 
}

.testimonial.testimonial-left .testimonial-item > img {
  display: inherit;
  float: left;
  margin: 0 0 40px 0;
  height: auto; 
  width: 160px;
}