@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;
}

/**/
article{
    margin-bottom: 24px;
}
.home .site-main {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    flex-wrap: wrap;
}
header.entry-header {
    background-color: transparent;
    padding: 0;
}
header.entry-header h2{ 
    padding: 0 12px;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: 'Unna', serif;
    margin-bottom: 16px;
}
.site-main article {
    width: 33.33%;
    padding: 0 12px;
}
.site-main .blog-box{
    background: #FAF9FF;
    padding-bottom: 20px;
    height: 100%;
}
.blog-box .container{
    padding: 0;
}
.post-thumbnail-inner img {
    max-width: 100% !important;
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
}
.entry-header .entry-title a {
    color: #000000;
    text-decoration: none;
}
.entry-header .entry-title a:hover{
    color: #6d5bba;
}
.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;
}
/* Header style */
.site_header.internal_page {
    background-color: #1d1d1d;
}
.site_header {
    position: fixed;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    left: 0;
    padding: 0;
}
.header_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
    transition: 0.4s;
}
.header_logo a {
    display: block;
}
.header_menu {
    display: flex;
    align-items: center;
}
ul.nav-menu {
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
    position: relative;
    margin-right: 36px;
}
.nav-menu li a {
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    transition: 0.7s;
    padding: 0;
}
.nav-menu li a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background: #C2B8FF;
    left: auto;
    bottom: 10px;
    right: 0;
    transition: all .4s;
}
.nav-menu li a:hover {
    color: #C2B8FF;
}

.nav-menu li a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.nav-menu li.menu_item>a::before {
    content: '';
    position: absolute;
    top: 20px;
    left: inherit;
    right: -20px;
    background-image: url(./assets/images/white_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    width: 14px;
    height: 10px;
    background-color: transparent;
}

.nav-menu li.menu_item .sub_menu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: 0.4s;
    display: block;
    background: #c2b8ff;
    z-index: 4;
    padding-left: 0;
}

.nav-menu li.menu_item:hover .sub_menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition: 0.4s;
}

.nav-menu li.menu_item .sub_menu li {
    margin: 0;
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.nav-menu li.menu_item .sub_menu li:last-child {
    border-bottom: none;
}

.nav-menu li.menu_item .sub_menu li a {
    font-size: 14px;
    line-height: 26px;
    transition: 0.4s;
    padding: 0;
}

.nav-menu li.menu_item .sub_menu li a:hover {
    color: #000;
}

.nav-menu li.menu_item .sub_menu::before {
    bottom: 100%;
    left: 10px;
    border: 1px solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #c2b8ff;
    border-width: 10px;
    margin-left: 10px;
}

.nav-menu li:last-child {
    margin-right: 0;
}

.header_btn.mobile {
    display: none;
}

.header_btn .common_btn:after,
.banner_content .common_btn:after {
    border: 1px solid #fff;
}

.nav-menu .guide button {
    background-color: transparent;
    border: none;
}

.nav-menu .guide .btn-secondary:focus {
    box-shadow: none;
}

.mobile_sidebar_menu {
    display: none;
}
.site-content{
    margin-top: 60px;
    margin-bottom: 40px;
}
/* Footer */

.footer {
    background-color: #6d5bba;
    background-image: url(../images/footer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    padding-top: 90px;
}

.footer_logo {
    padding-bottom: 40px;
}

.footer_logo img {
    margin: 0 auto;
    filter: brightness(0) invert(1);
    display: block;
}

ul.footer_nav {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

ul.footer_nav li {
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    position: relative;
    margin: 0 32px;
}

ul.footer_nav li a {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
}

ul.footer_nav li:first-child {
    margin-left: 0;
}

ul.footer_nav li:last-child {
    margin-right: 0;
}

ul.footer_nav li:after {
    content: '/';
    position: absolute;
    right: -32px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #C2B8FF;
}

ul.footer_nav li:last-child:after {
    display: none;
}

.footer_description {
    max-width: 786px;
    margin: 0 auto;
    padding: 40px 10px 0;
}

.footer_description p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.footer_bottom {
    max-width: 786px;
    margin: 0 auto;
    padding: 40px 10px;
    display: flex;
    justify-content: space-between;
}

.newsletter form {
    position: relative;
}

input[type="submit"] {
    height: 100%;
    width: auto;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2;
    min-width: 160px;
    padding: 15px 30px 15px 15px;
    font-weight: 700;
    background-color: #6d5bba !important;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    text-align: center;
    background-image: url(./assets/images/right_arrow_white.svg);
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: 17px;
    margin: auto;
}

.footer h4 {
    font-family: 'Unna', serif;
    line-height: 24px;
    margin-bottom: 24px;
    color: #fff;
}

.newsletter input {
    height: 42px;
    padding: 10px 25px;
    background-color: transparent;
    border: 0.3px solid #fff;
    color: #fff;
    width: 100%;
}

.newsletter input::placeholder {
    color: #fff;
}

.newsletter input[type="submit"] {
    position: absolute;
    top: 1px;
    right: 0;
    height: 40px;
    width: 54px;
    min-width: inherit;
    border-radius: 0;
    background-position: 60%;
    background-size: 20px;
    padding: 0;
}

.social_media ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.social_media ul li a {
    width: 54px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0.3px solid #C2B8FF;
    border-top: 0.3px solid #C2B8FF;
    border-bottom: 0.3px solid #C2B8FF;
}

.social_media ul li:first-child a {
    border-left: 0.3px solid #C2B8FF;
}

.social_media ul li:hover {
    background-color: #C2B8FF;
    color: #6D5BBA;
}

.social_media ul li a img {
    opacity: 0.5;
    filter: brightness(0) invert(1);
}

.social_media ul li:hover img {
    opacity: 1;
}

.copyright {
    padding-bottom: 16px;
    padding-left: 30px;
}

.copyright p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

/* blog */
article .entry-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
/* cookie popup */
.cookie-box{
    text-align: center;
    background: rgba(50,50,58,1);
    color: #fff;
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.cookie-box * {
    color: #fff;
}
.cookie-box .box-inner{
    padding: 20px 60px;
    position: relative;
}
.cookie-box .close-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: url(./assets/images/icon_close.svg) no-repeat;
    width: 22px;
    height: 22px;
}
.cookie-box .main-heading{
    font-weight: 700;
    color: #c2b8ff;
    margin-bottom: 8px;
}
.cookie-box .box-inner button{
    border: 0;
    padding: 0;
}
.cookie-box .common_btn:after{
    border-color: #fff;
}

.blog_text {
    background-color: #FAF9FF;
    padding: 0px 12px 8px;
}
.blog_text span {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #717172;
    display: block;
    position: relative;
    padding-left: 22px;
}

.blog_text span:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    background-color: #8470FF;
    width: 15px;
    height: 1px;
}

@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;
    }
    /* Mobile menu */
    .header_block{padding-top: 20px;}
    .desktop_menu {
        display: none;
    }
    .header_btn.desktop {
        display: none;
    }
    .mobile_sidebar_menu {
        display: block;
    }
    .header_btn.mobile {
        display: block;
        padding: 20px;
    }
    .mobile-header__menu-button {
		background-color: #6d5bba;
		color: #fff;
		height: 36px;
		padding: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 0;
		-webkit-appearance: none;
		cursor: pointer;
	}

    .top_logo {color:#fff; width: 100%; max-width: 150px;/* margin-left: 20px;*/}
    .top_logo a{color:#fff;}
    .top_logo a img {margin: 0;}

    .icon_arrow_back {
        background-image: url(./assets/images/icon_arrow_back.svg);
    }

    .icon_solid_arrow_right {
        background-image: url(./assets/images/icon_solid_arrow_right.svg);
    }

    .icon_close {
        background-image: url(./assets/images/icon_close.svg);
    }
    
    .icon_24 {
        width: 24px;
        height: 24px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
    }

    .mobile-menu__panel-title {
		color:#fff;
        text-align: center;
        margin: auto;
        font-size: 15px;
		line-height: 20px;
        font-weight: 500;
    }
    
   	.mobile-menu {visibility: hidden; -webkit-transition: visibility 0s 0.25s; transition: visibility 0s 0.25s;}	  
	.mobile-menu__backdrop {position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; background: rgba(51, 51, 51, 0.8); opacity: 0; will-change: opacity;
		-webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.mobile-menu__body {position: fixed; top: 0; bottom: 0; z-index: 1000; background:#151E47; width:90%; max-width:280px; overflow: hidden;
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		will-change: transform;		
	}
	
	[dir=ltr] .mobile-menu__body {left: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%)}
	[dir=rtl] .mobile-menu__body {right: 0; -webkit-transform: translateX(100%); transform: translateX(100%)}

	.mobile-menu--open {visibility: visible; -webkit-transition-delay: 0s; transition-delay: 0s;}
	.mobile-menu--open .mobile-menu__backdrop {opacity: 1}
	.mobile-menu--open .mobile-menu__body {	-webkit-transform: translateX(0); transform: translateX(0);}

	.mobile-menu__close {
		position: absolute; 
		top: 0; 
		width: 48px;  
		height: 50px; 
		display: -webkit-box; 
		display: -ms-flexbox; 
		display: flex; 
		-webkit-box-align: center; 
		-ms-flex-align: center; 
		align-items: center;
		-webkit-box-pack: center; 
		-ms-flex-pack: center; 
		justify-content: center; 
		z-index: 2;
		border: none; 
		padding: 0; 
		fill: currentColor; 
		-webkit-transition: background-color .15s, color .15s; 
		transition: background-color .15s, color .15s; 
		background-color:#2a2a2a; 
		cursor: pointer;
	}

	/* .mobile-menu__close:hover, .mobile-menu__close:active {background-color: #ebebeb;color: #4d4d4d;} */
	.mobile-menu__close:focus {outline: none;}

	[dir=ltr] .mobile-menu__close {right: 0;}	  
	[dir=rtl] .mobile-menu__close {left: 0;}	

	.mobile-menu__panel {
		display: -webkit-box; 
		display: -ms-flexbox; 
		display: flex; 
		position: absolute; 
		left: 0; 
		top: 0; 
		right: 0; 
		bottom: 0; 
		-webkit-box-orient: vertical; 
		-webkit-box-direction: normal;
		-ms-flex-direction: column; 
		flex-direction: column; 
		background: #2a2a2a; 
		z-index: 1; 
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	.mobile-menu__panel .mobile-menu__panel
	[dir=ltr] .mobile-menu__panel--hide {-webkit-transform: translateX(-100%); transform: translateX(-100%);}	  
	[dir=rtl] .mobile-menu__panel--hide {-webkit-transform: translateX(100%); transform: translateX(100%);}	  
	[dir=ltr] .mobile-menu__panel--hidden {-webkit-transform: translateX(100%);transform: translateX(100%);}
	[dir=rtl] .mobile-menu__panel--hidden {-webkit-transform: translateX(-100%); transform: translateX(-100%);}

	.mobile-menu__panel-header {
		-ms-flex-negative: 0; 
		flex-shrink: 0; 
		height: 55px; 
		border-bottom: 1px solid #1c1c1c; 
		display: -webkit-box; 
		display: -ms-flexbox; 
		display: flex; 
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; 
		padding-bottom: 2px; 
		position: relative; 
		-webkit-backface-visibility: hidden; 
		backface-visibility: hidden;
	}

	.mobile-menu__panel-back {position: absolute; top: 0; width:auto; height: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center;
			align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; z-index: 1; border: none; padding-top: 0; padding-bottom: 0; fill: currentColor; 
			-webkit-transition: background-color .15s, color .15s; transition: background-color .15s, color .15s; cursor: pointer;}

	.mobile-menu__panel-back span{font-style: normal; font-weight: 500; font-size: 14px; line-height: 20px; display: flex; align-items: center; letter-spacing: 0;color: #FFFFFF;}
	/* .mobile-menu__panel-back:hover, .mobile-menu__panel-back:active {background-color: #fff; color: #4d4d4d;} */

	[dir=ltr] .mobile-menu__panel-back {left: 0; padding-left:8px; padding-right: 2px; background: transparent;}
	[dir=rtl] .mobile-menu__panel-back {right: 0; padding-right:8px; padding-left: 2px;}

	[dir=ltr] .mobile-menu__panel-back svg {-webkit-transform: scaleX(1); transform: scaleX(1);}
	[dir=rtl] .mobile-menu__panel-back svg {-webkit-transform: scaleX(-1); transform: scaleX(-1);}	  

	.mobile-menu__links {list-style: none; padding: 0; margin: 0; position: relative;}

    .mobile-menu__links li{display:block; position: relative;}
    .mobile-menu__links li .child_menu_icon{position:absolute; top:0; right:0; height:50px; width:50px; border-left:1px solid #1c1c1c; cursor:pointer;}

	/* .mobile-menu__links.second_level{padding-bottom:28px;} */
	.mobile-menu__links > li > a{position: relative; color:#fff; width: 100%; border: none; background: transparent; font-size: 16px;
		font-weight: inherit; display: -webkit-box; display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;	padding-top:12px; padding-bottom:12px;}

	.secondary_links.mobile-menu__links{padding-top:0;}
	.secondary_links.mobile-menu__links > li > a{font-size:12px; padding-top:8px; padding-bottom:8px; color:#fff;}

	[dir=ltr] .mobile-menu__links > li > a {padding-left: 20px; padding-right: 33px; text-align: left; text-decoration: none;}
	[dir=rtl] .mobile-menu__links > li > a{padding-right: 20px; padding-left: 33px; text-align: right; text-decoration: none;}

	.mobile-menu__links > li > a:hover{text-decoration:none}
	.mobile-menu__links > li > a:focus{outline: none;}

	.mobile-menu__links > li > a svg, .mobile-menu__links > li > a .right_icon{position: absolute; top: calc(50% - 12px); fill: #bfbfbf;}
	.mobile-menu__links > li > a .left_icon{margin-right:10px;}

	[dir=ltr] .mobile-menu__links > li > a svg, [dir=ltr] .mobile-menu__links > li > a .right_icon{right: 16px; -webkit-transform: scaleX(1); transform: scaleX(1);}
	[dir=rtl] .mobile-menu__links > li > a svg, [dir=rtl] .mobile-menu__links > li > a .right_icon{left: 16px; -webkit-transform: scaleX(-1); transform: scaleX(-1);}

	.mobile-menu__divider {-ms-flex-negative: 0; flex-shrink: 0; height: 1px; background: #1c1c1c;}
	/* END Mobile Menu CSS */    

/* Footer */
    .copyright{padding-left: 0;}
    .footer_bottom {
        padding: 30px 0px;
        display: flex;
        justify-content: center;
        flex-flow: column nowrap;
    }
    .footer h4 {
        margin-bottom: 16px;
    }
    .newsletter form {
        margin-bottom: 30px;
    }
    .social_media ul {
        justify-content: flex-start;
    }
    ul.footer_nav {
        flex-wrap: wrap;
    }
    ul.footer_nav li {
        margin: 0 15px;
    }
    ul.footer_nav li::after {
        right: -18px;
    }
    .footer_logo {
        padding-bottom: 20px;
    }
    .footer {
        padding-top: 70px;
    }
    .footer_description {
        padding: 30px 0px 0;
    }

}
@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;
    }
    /* mobile menu */
    .mobile-menu__links > li > a {
		font-size: 15px;
	}
    /* footer */
    .footer_description {
        padding: 25px 0px 0;
    }
    .cookie-box .box-inner{
        padding: 20px 20px;
    }

}
@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;
    }
    /* mobile menu */
    .header_logo a img {
        width: 180px;
    }
    .mobile-header__menu-button {
		height: 30px;
		padding: 12px;
	}
    /* footer */
    .footer_description {
        padding: 20px 0px 0;
    }
    .cookie-box .close-btn{
        top: 12px;
        right: 12px;
        transform: none;
    }
}