body {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  color: #212529;
  font-weight: 400;
    font-style: italic;
}
a:focus {
  outline: 0!important;
}
.single-post .site-inner,
.category .site-inner {
	margin-top: 40px;
}

a,
.comment-reply-link {
  color: #ed145b;
}
.entry-title a:hover,
.entry-title a:focus,
.post-navigation a:hover .post-title, 
.post-navigation a:focus .post-title {
  color: #ed145b;
}
.widget_calendar tbody a {
  background-color: #ed145b;
}
.text-uppercase {
  text-transform: uppercase;
}
/*** Head ***/
.site-header {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.site-header {
  left: 0;
  position: relative;
  right: 0;
  width: 100%;
  z-index: 999;
  margin: 0 auto;
}
body.home .site-header {
  position: fixed;
}
body:not(.home) .site-header {
  background: #e68383;
}
header .site-branding {
  margin-top: 5px;
  margin-bottom: 5px;
}
header .site-branding .site-title {
  margin: 0;
}
header .site-header-main {
  max-width: 1140px;
  margin: 0 auto;
}
.site-header {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.site-header.is-sticky {
  position: fixed !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;  
  z-index: 999!important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*** Menu ***/
.site-header-menu {
  margin: 20px 0;
}
.main-navigation ul ul {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.main-navigation li:hover>ul {
  opacity: 1;
  visibility: initial;
}
.main-navigation a {
  font-weight: 600;
  font-size: 14px;
}
.main-navigation ul ul a {
  width: 200px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-navigation li ul {
  opacity: 0;
  visibility: initial;
  transition: all 500ms ease;
  border-bottom: none;
  border-radius: 8px;
  padding: 10px 10px 10px 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
.main-navigation ul ul li {
  border: 0;
  border-top: 1px solid #e9e9e9;
}
.site-header-menu .primary-menu > li > a {
  font-size: 16px; 
}
.main-navigation li ul li:first-child {
  border: 0;
}
.main-navigation ul ul li a {
  padding: 13px 12px 13px 0;
}
.main-navigation ul ul li a:hover {
  padding-left: 20px;
}
.main-navigation ul ul li a:before {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: auto;
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 50%;
  content: "";
  margin: 19px 0;
  opacity: 1;
  transform: scale(0);
  transition: all 500ms ease;
}
.main-navigation ul ul li a:hover:before {
  transform: scale(1);
  left: 10px;
}
/*** Slider ***/
.lt-slider .elementor-column-wrap {
  padding-bottom: 0!important;
}
/*** Countdown ***/ 
.lt-countdown-left .elementor-widget-wrap {
    border: 1px solid rgba(255,255,255, 0.2);
    padding: 20px;
}
.lt-countdown-item .hoth-tripdash,
.lt-countdown-item .hoth-dash {
    color: #fff;
    max-width: 150px;
    width: 100%;
    background: transparent !important;
}
.lt-countdown-item .hoth-dash_title {
    color: #fff;
    font-size: 30px;
    top: 35px;
}
/*** About ***/
.lt-about-item .elementor-image-box-img {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-about-item .elementor-image-box-img:before {
    content: "";
    position: absolute;
    top: -25px;
    right: -25px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 0px solid transparent;
    border-top: 50px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-about-item .elementor-image-box-img:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: -25px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-about-item:hover .elementor-image-box-img:before {
    top: 0;
    right: 0;
}
.lt-about-item:hover .elementor-image-box-img:after {
    bottom: 0;
    left: 0;
}
.lt-about-item:hover .elementor-image-box-img {
    opacity: .85;
}
.lt-about-item ul {
    margin: 20px 0 0;
}
.lt-about-item ul li {
    margin: 5px;
    text-align: center;
    display: inline-block;
    list-style-type: none;
}
.lt-about-item ul li a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    border: 2px solid #ed145b;
}
.lt-about-item {
    overflow: hidden;
}
.lt-about-item.center:hover .elementor-image-box-content {
    opacity: 1;
    visibility: inherit;
    bottom: 30px;
}
.lt-about-item.center .elementor-image-box-content {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: -100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: rgba(255,255,255,.8);
}
.lt-about-contact .elementor-text-editor {
    max-width: 500px;
    margin: 0 auto;
}
/*** Timeline ***/
.lt-timeline-column-left:before {
    content: '';
    position: absolute;
    top: 44px;
    left: 103%;
    height: 97%;
    width: 3px;
    background-color: #eabb91;
}
.lt-timeline-item {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-timeline-column-left .lt-timeline-item:hover {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}
.lt-timeline-column-right .lt-timeline-item:hover {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}
.lt-timeline-item.left:before {
    right: -100px;
}
.lt-timeline-item.right:before {
    left: -80px;
}
.lt-timeline-item:before {
    content: '\f004';
    font-family: FontAwesome;
    font-size: 32px;
    position: absolute;
    top: -12px;
    height: 60px;
    padding: 5px 11px;
    border-radius: 50%;
    width: 60px;
    border: 3px solid #eabb91;
    background-color: #fff;
    color: #eabb91;
}
.lt-timeline-item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 10px;
    height: 10px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f2f9f7;
}
.lt-timeline-column-right .lt-timeline-item:after {
    border-right: 20px solid #f2f9f7;
    border-left: 0;
    left: inherit;
    right: 100%;
}
/*** Team ***/
.lt-timeline-item p a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
}
.lt-timeline-item a:hover {
    color: #eabb91;
}
.lt-team-item:hover ul {
    bottom: 70px;
    visibility: inherit;
    opacity: 1;
}
.lt-team-item ul {
    padding-left: 0;
    background: rgba(234, 203, 194, 0.82);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -80px;
    margin: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.lt-team-item ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    text-align: center;
}
.lt-team-item ul li a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    border: 2px solid;
    color: #fff;
}
/*** Blog ***/
.lt-blog-item .premium-blog-content-wrapper,
.lt-blog-item .premium-blog-thumb-effect-wrapper {
  width: 50%;
  float: left;
}
.lt-blog-item .premium-blog-content-wrapper {
  top: 0 !important;
  margin: 0;
  clear: none;
}
.lt-blog-item .premium-blog-post-outer-container:nth-child(2) .premium-blog-thumb-effect-wrapper {
  float: right !important;
}
.lt-blog-item .premium-blog-post-outer-container:nth-child(2) .premium-blog-content-wrapper {
	padding-left: 0 !important;
}
.lt-blog-item .premium-blog-post-content {
  border-top: 0;
}
/*** Contact ***/
.lt-contact-form label {
  display: inline-block;
  width: 100%;
}
.lt-contact-form p:nth-child(4),
.lt-contact-form p:nth-child(2),
.lt-contact-form p:nth-child(3) {
  width: 30.8% !important;
  margin-right: 3%;
  display: inline-block;
}
.lt-contact-form p:nth-child(4) {
  margin-right: 0 !important;
}
.lt-contact-form p:nth-child(5) {
  margin-top: 20px;
  width: 100% !important;
  margin-right: 0 !important;
}
.lt-contact-form p:nth-child(6) {
  margin-top: 20px;
}
/*** Footer ***/
.main-footer,
.site-footer {
  float: left;
  width: 100%;
}
.main-footer {
  padding: 100px 0;
  background-size: cover;
}
.site-footer .container {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.main-footer .columns {
  text-align: center;
}
.main-footer .columns p {
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.site-footer p,
.site-footer a {
	box-shadow: none;
	font-size: 15px;
}
/*** Responsive ***/

@media(max-width: 1280px) {
  .site-header {
    padding: 0 5px!important;
  }
}
@media(max-width: 1024px) {
	.lt-portfolio-item .premium-gallery-item {
		width: 33.330% !important;
	}
}
@media(max-width: 1170px) {
  .lt-countdown-item .hoth-tripdash, 
  .lt-countdown-item .hoth-dash {
    width: 110px;
  }
  .site-header-menu .primary-menu > li > a {
    font-size: 13px;
  }
}
@media(max-width: 960px) {
  .site-header {
    position: relative !important;
  }
  body.home .site-header {
    background-color: rgba(0,0,0,.8);
  }
  .main-navigation ul .toggled-on {
    opacity: 1;
  }
  .lt-slider {
    margin-top: 0 !important;
  }
  .lt-team-item:hover ul {
      bottom: 80px;
  }

}

@media(max-width: 768px) {
  .lt-countdown-item .hoth-tripdash, 
  .lt-countdown-item .hoth-dash {
      width: 24%;
  }
  .lt-button .premium-button-container {
      text-align: center !important;
  }
  .lt-team-item img,
  .lt-blog-item .premium-blog-content-wrapper, 
  .lt-blog-item .premium-blog-thumb-effect-wrapper {
      width: 100%;
  }
  .lt-blog-item .premium-blog-post-outer-container {
      background: #fff;
  }

}
@media (max-width: 767px) {
  .lt-timeline-container .elementor-container {
      max-width: 540px !important;
  }
  .lt-timeline-column-right .elementor-element-populated {
      margin-top: 100px !important;
  }
  .lt-timeline-column-right:before {
      content: '';
      position: absolute;
      top: 100px;
      left: 20px;
      height: 97%;
      width: 3px;
      background-color: #eabb91;
  }
}

@media(max-width: 678px) {
  .premium-blog-post-container {
      width: 100% !important;
  }
  .lt-contact-form p:nth-child(4), 
  .lt-contact-form p:nth-child(2), 
  .lt-contact-form p:nth-child(3) {
     width: 100% !important;
  }
  .lt-slider-btn a {
      padding: 10px 20px !important;
      font-size: 9px !important;
  }
  .lt-countdown-item .hoth-dash_title {
      font-size: 20px;
  }
  .lt-timeline-column-left:before {
      left: 98%;
  }
  .lt-timeline-item.left:before {
      right: -70px;
  }
	.lt-contact-content .elementor-column-wrap {
		padding: 70px 20px !important;
	}
	.lt-portfolio-item .premium-gallery-item {
		width: 100% !important;
	}

}
@media(max-width: 480px) {
  .lt-timeline-column-left .elementor-element-populated {
    padding: 0px 80px 0px 50px !important;
  }
  .lt-timeline-column-left:before {
      left: 90%;
  }
}


/*** Template null ***/

body.template-full .site-header-main .page_item a {
  line-height: 50px;
}

body.template-full .site-header {
  border-bottom: 1px solid #d2d0d0;
}

body.template-full #main.site-main {
  margin-top: 7em;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}