@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */




h1.entry-title {
    display: none;
}



.blog-details-right{
    background:#ffffff;
    padding:25px;
    border-radius:8px;
    box-shadow:0 5px 20px rgba(0,0,0,0.06);
}

/* sidebar heading */
.blog-details-right h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.blog-details-right h4::after{
    content:"";
    width:40px;
    height:3px;
    background:#0073e6;
    position:absolute;
    left:0;
    bottom:-8px;
}

/* recent blog item */
.recent-blog-box{
    display:flex;
    gap:15px;
    margin-bottom:20px;
    padding-bottom:18px;
    border-bottom:1px solid #eee;
    transition:0.3s;
}

.recent-blog-box:last-child{
    border-bottom:none;
    margin-bottom:0;
}

/* image */
.recent-img img{
    width:80px;
    height:70px;
    object-fit:cover;
    border-radius:6px;
    transition:0.3s;
}

/* hover effect */
.recent-blog-box:hover img{
    transform:scale(1.05);
}

/* content */
.recent-content h6{
    font-size:15px;
    font-weight:600;
    line-height:1.4;
    margin-bottom:6px;
}

.recent-content h6 a{
    text-decoration:none;
    color:#222;
    transition:0.3s;
}

.recent-content h6 a:hover{
    color:#0073e6;
}

/* description */
.recent-content p{
    font-size:13px;
    color:#666;
    margin:0;
}



.project-details-list li i {
    padding-right: 20px;
}




/* Section */
.blurb-section{
  padding:70px 0; background:#f4f7fb;
}

/* Card */
.blurb-card{
  background:#ffffff;
  border-radius:20px;
  padding:32px 26px;
  box-shadow:0 15px 35px rgba(0,0,0,.08);
  cursor:pointer;
  transition:.4s;
  position:relative;
}

.blurb-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 45px rgba(0,0,0,.15);
}

/* Icon */
.icon-box {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #55a1a7, #385d62);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 18px;
}

/* Headings */
.blurb-card h5{
  font-weight:700;
  margin-bottom:12px;
}

/* Preview */
.preview{
  color:#555;
  font-size:15px;
}

/* Expand Content */
.expanded-content{
  max-height:0;
  overflow:hidden;
  transition:max-height .55s ease;
  font-size:14.5px;
  color:#444;
}

.blurb-card.active .expanded-content{
  max-height:600px;
  margin-top:12px;
}

/* Read More */
.read-more {
    display: inline-block;
    margin-top: 14px;
    font-weight: 600;
    color: #b92d30;
}
.expanded-content strong {
    color: #529ea4;
}



textarea.wpcf7-form-control.wpcf7-textarea {
    height: 112px !important;
}