/*
Theme Name: twentytwentythree-child
Theme URI: https://wordpress.org/themes/twentytwentythree-child
Author: NiN Designs
Author URI: 
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree-child
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/

@import url(../twentytwenty-three/style.css);
@media screen and (max-width: 667px) {
    body {
        overflow-x: hidden !important;
    }
    .container {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
}

.vl {
  border-left: 0.5px dashed #3E3D3D;
  height: 350px;
  position: absolute;
  left: 100%;
  margin-left: 25px;
  top: 75px;
}



.ul {
	list-style: disc !important;
	color: #7b8069;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}