/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

article.entry-card .entry-title a,
.single-post .entry-content a,
.page .entry-content a {
    font-weight: 700;
    background-image: linear-gradient(0, rgba(251, 213, 89, .9) 0%, rgba(251, 213, 89, .1) 100%);
  background-size: 100% 30%;
  background-repeat: no-repeat;
  background-position: 0 90%;
  transition: background-size 0.15s ease-out;
	--linkInitialColor: #000;
  /*background-image: linear-gradient(0, #fbd559 0%, #fbd559 100%);
  background-size: 100% 20%;*/
}

article.entry-card .entry-title a:hover,
.single-post .entry-content a:hover,
.page .entry-content a:hover {
  background-size: 100% 90%;
  color: var(--linkInitialColor);
}

/* Single Post */
.single-post .entry-content blockquote {
    --fontFamily: Georgia;
    --fontWeight: 600;
    --fontSize: 25px;
    border: 0 !important;
    border-radius: 7px;
    padding: 70px 40px 60px 60px !important;
    background: rgb(247, 205, 67,0.7) !important;
    position: relative;
}

.single-post .entry-content blockquote::before {
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 35px;
    content: "”";
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 200px;
    line-height: 150px;
    opacity: .3;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    transform: rotate(180deg);
}

.single-post .entry-content blockquote p {
    position: relative;
    z-index: 2;
}


.page .entry-content p a,
.single-post .entry-content p a {
    font-weight: 700;
    text-decoration: none;
    --linkInitialColor: #000000;
    --linkHoverColor: #000000;
}

.single-post .entry-content p.has-luminous-vivid-amber-background-color {
    border-radius: 7px;
    background-color: rgba(222, 172, 9, 0.07) !important;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23f7cd43' fill-opacity='0.17' fill-rule='evenodd'/%3E%3C/svg%3E");
    font-weight: 600;
    font-size: 20px;
}

.single-post .entry-content p.has-luminous-vivid-amber-background-color a {
    font-weight: 700;
    --linkInitialColor: #d23c00;
    --linkHoverColor: #000000;
}


[data-prefix="categories"] .entry-card .entry-meta li.meta-categories {
    --linkInitialColor: #e06e4e;
    --linkHoverColor: #d26040;
    --fontSize: 13px;
    font-size:var(--fontSize);
    font-weight: 700;
    letter-spacing: 0;
}

[data-footer*="type-1"] .ct-footer [data-id="menu"] > ul > li > a {
    --linkHoverColor: #e06e4e;
}
