/* 
Theme Name: CanAide Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: The CanAide theme is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Text Reveal Animations */

.textLineReveal .elementor-heading-title .line {
overflow: hidden;
}
.textLineReveal.fadeIn .elementor-heading-title .word {
transform:translateY(100%);
}

.textLineReveal.fadeIn .elementor-heading-title .word {
animation: goUp 1.3s cubic-bezier(0, 0, 0.24, 1.02) forwards;
transform-origin: 0 0;
}

.textWordReveal .elementor-heading-title .line {
overflow: hidden;
}
.textWordReveal.fadeIn .elementor-heading-title .word {
transform:translateY(100%);
}

.textWordReveal.fadeIn .elementor-heading-title .word {
animation: goUp 1.3s cubic-bezier(0, 0, 0.24, 1.02) forwards;
transform-origin: 0 0;
}
@keyframes goUp {
0% {
transform:translateY(100%);
opacity:0;
}
20% {
opacity:0;
}
30% {
opacity:1;
}
100% {
transform:translateY(0);
opacity:1;
}
}

@keyframes goUpTwist {
0% {
transform:translateY(100%) rotate(10deg);
opacity:0;
}
20% {
opacity:0;
}
30% {
opacity:1;
}
100% {
transform:translateY(0) rotate(0deg);
opacity:1;
}
}

/* Improved Animations Stylesheet, works for the 'fade' animations */

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.elementor-element.fadeInDown {
  animation-name: fadeDown
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.elementor-element.fadeInLeft {
  animation-name: fadeLeft
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.elementor-element.fadeInRight {
  animation-name: fadeRight
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.elementor-element.fadeInUp {
  animation-name: fadeUp
}


/* Single Press Template Styles -------------------------*/

.single-press .elementor-widget-theme-post-content h2, .single-press .elementor-widget-theme-post-content h3, .single-press .elementor-widget-theme-post-content h4, .single-news .elementor-widget-theme-post-content h2, .single-news .elementor-widget-theme-post-content h3, .single-news .elementor-widget-theme-post-content h4 {
  color: #393955;
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
  margin-top: 35px;
}

.single-press .elementor-widget-theme-post-content h2, .single-news .elementor-widget-theme-post-content h2 {
  font-size: 28px;
}
.single-press .elementor-widget-theme-post-content h3, .single-news .elementor-widget-theme-post-content h3{
  font-size: 24px;
}
.single-press .elementor-widget-theme-post-content h4, .single-news .elementor-widget-theme-post-content h4 {
  font-size: 20px;
}

.single-press .elementor-widget-theme-post-content strong, .single-press .elementor-widget-theme-post-content b, .single-news .elementor-widget-theme-post-content strong, .single-news .elementor-widget-theme-post-content b {
  color: #393955;
}

.single-blog .blog-details {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    margin: 0px 0;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}

.single-blog .blog-details .blog-image {
    width: 35%;
    height: 268px;
    background-size: cover;
    background-position: center;
}

.single-blog .blog-details .blog-content {
    width: 65%;
    padding-left: 4em;
}
.single-blog .blog-details .blog-content h2 {
  margin-top: 30px;
}
.single-blog .blog-details .blog-content h2 a {
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
  color: #393955;
  font-size: 34px;
  line-height: 1.3em;
}
.single-blog .blog-details .blog-content h2 a:hover {
  color: #D61D53;
}
.single-blog .blog-details .blog-excerpt {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #5F6773;
}

span.blog-category, .blog-date {
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 1.4px;
    color: #5F6773;
}

.blog-content .post-meta-info {
    position: absolute;
    top: 40px;
    right: 0;
    color: #5F6773;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 1.4px;
    display: none;
}

/* Service Template Styles -------------------------*/

.two-colum-list ul, .two-colum-list ol {
	 columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	margin: 0;
    padding-left: 13px;
}
.list-no-margin ul {
	margin: 0;
    padding-left: 5px;
}

.elementor-widget-text-editor ul li {
list-style: none;
    padding: 0 25px 0 15px;
    position: relative;
    margin-bottom: 16px;
    line-height: 1.25em;
}
.elementor-widget-text-editor ul li:before {
    position: absolute;
    content: "";
    background: #38B4BC;
    border-radius: 60px;
    height: 6px;
    width: 6px;
    left: 0;
    top: 6px;
}


/* Media Queries -------------------------*/

@media (max-width:767px) {
.single-blog .blog-details .blog-content {
    width: 100%;
    padding-left: 0;
    padding-top: 2em;
}
  .single-blog .blog-details .blog-image {
  width:100%;
  height: 288px;
}

.single-blog .blog-details .blog-content h2 a {
    font-size: 30px;
  }
}
    attributes
