@charset "UTF-8";

/*
Theme Name: Ratedworktops
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: 5.9
Requires PHP: 5.6
Version: 1.5
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

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.
 * Spacer...............Specific styles for the spacer 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. */

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, ::before, ::after { box-sizing:border-box; -webkit-box-sizing:border-box; }

html { 
    overflow:hidden; 
    overflow-y:auto; 
}
body {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Inter',sans-serif;
  color: #000000;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h2 {
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 0;
	font-weight: 700;
	color: #000000;
}
.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    float: none;
}
header {
    padding: 20px 0;
    background-color: #3d3a36;
}
.site-logo a {
    display: inline-block;
}
.blogDetail_sec.inner-content {
    padding: 60px 0;
}
.blogDetail_img {
    width: 800px;
    height: 100%;
    margin-bottom: 20px;
}
.blogDetail_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogList_middle_left span {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #717172;
    display: block;
    position: relative;
    padding-left: 22px;
    margin: 10px 0;
}
.blogList_middle_left span:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	background-color: #8470FF;
	width: 15px;
	height: 1px;
}
.blogList_bottom_title h2 {
    font-family: 'Unna',serif;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.blogDetail_content p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 400;
    color: #4F4F4F;
    opacity: 0.8;
    margin: 0 0 10px 0;
    text-align: justify;
}
.header_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common_btn {
	position: relative;
	display: inline-block;
}
.common_btn span {
	position: relative;
	text-align: center;
	padding: 16px 40px;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0;
	font-weight: 400;
	text-transform: inherit;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	color: #000;
	background-color: #C2B8FF;
	transition: 0.4s;
	z-index: 1;
}
.common_btn span:hover {
	background-color: #6d5bba;
	color: #fff;
}
.common_btn:after {
	content: '';
	position: absolute;
	border: 1px solid #fff;
	top: 6px;
	left: 6px;
	right: -6px;
	bottom: -6px;
	z-index: 0;
	height: 100%;
	width: 100%;
}
.common_btn:hover:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/**/
.home .site-main {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    flex-wrap: wrap;
}
header.entry-header {
    background-color: #fff;
    padding: 20px 0 0 0;
}
.site-main article {
    width: 33.33%;
    padding: 0;
}
.post-thumbnail-inner img {
    max-width: 100% !important;
}
.entry-header .entry-title a {
    color: #2f2f2f;
    text-decoration: none;
    font-size: 20px;
}
.home .posted-on,
.home .post-taxonomies,
.home .edit-link{
    display: none;
}
.home .entry-content {
    padding: 0 12px;
}
.home .entry-content .more-link {
    color: #2f2f2f;
    font-weight: 700;
}
.home .entry-content .more-link:hover {
    color: #6d5bba;
}
.home .entry-footer {
    display: none;
}

@media screen and (max-device-width:991px) { 
    .site-main article {
        width: 50%;
    }
    .common_btn span {
        padding: 14px 30px;
        font-size: 15px;
        line-height: 18px;
    }
    /* Blog Detail */
    .blogDetail_img {
        width: 700px;
    }
    .blogList_bottom_title h2 {
        font-size: 30px;
        line-height: 30px;
    }
}
@media screen and (max-device-width:767px) { 
    /* Blog Detail */
    .blogDetail_img {
        width: 500px;
    }
    .blogList_bottom_title h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .blogDetail_content p {
        font-size: 15px;
        line-height: 26px;
    }
}
@media screen and (max-device-width:575px) {
	.custom-logo-link img {
        max-width: 140px;
        object-fit: cover;
        height: auto;
    }
	.site-main article {
        width: 100%;
	}
    .header_main .common_btn span {
        padding: 8px 5px;
        font-size: 14px;
        line-height: 16px;
    }
    /* Blog Detail */
    .blogDetail_img {
        width: auto;
    }
    .blogList_bottom_title h2 {
        font-size: 26px;
        line-height: 26px;
    }
    .blogDetail_content p {
        font-size: 14px;
        line-height: 24px;
    }
}