/*!
Theme Name:   Color Blog
Theme URI:    https://mysterythemes.com/wp-themes/color-blog
Author:       Mystery Themes
Author URI:   https://mysterythemes.com
Description:  Color Blog is the perfect WordPress theme entirely based on any kind of blog such as travel blogs, food blogs, personal blogs and many more. Build an amazing website with the core features and resourceful design that let you feel the awesome experience. Works perfectly with Elementor and Visual Composer that will help you create an enchanting website. It has a minimalist design, responsive and looks great on any kind of devices. Color Blog is Compatible with Gutenberg and GDPR, RTL and Translation ready, WooCommerce Compatible, SEO-Friendly and Compatible with all others popular plugins. Demos ready for download: https://demo.mysterythemes.com/color-blog-landing/ and for support: https://mysterythemes.com/support/
Version:      1.0.3
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  color-blog
Tags:         blog, portfolio, news, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, footer-widgets, rtl-language-support, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Color Blog is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

ul.sitemap_list{
	font-size: 2rem;
	list-style-type: none;
	margin-top: 5%;
}
ul.sitemap_list a{
	color: black;
}
ul.sitemap_list li{

}

ul.sitemap_list li.sitemap_parent{
	margin-bottom: 3%;
}

ul.sitemap_list li.sitemap_parent::after {
  content: "";
  display: block;
  clear: both;
}
ul.sitemap_list li.sitemap_parent p{
	margin-bottom: 1%;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 1%;
}
ul.sitemap_child{

}

ul.sitemap_child li.sitemap_child_list{
	float: left;
    width: 50%;
    font-size: 1.8rem;
    padding-right: 5rem;
    line-height: 2.5rem;
    margin-bottom: 2%;
    font-weight: bold;
}

ul.sitemap_great_grandson{

}

ul.sitemap_great_grandson li.sitemap_great_grandson_list{
	
}

ul.sitemap_grandson{
	clear: both;
}

ul.sitemap_grandson li.sitemap_grandson_list{
	font-size: 1.7rem;
	width: 100%;
	list-style-type: circle;

}
ul.sitemap_grandson li.sitemap_grandson_list::after {
  content: "";
  display: block;
  clear: both;
}

ul.sitemap_grandson li.sitemap_grandson_list:last-child{
	margin-bottom: 7%;
}

.area_title{
	margin-left: 20px;
}

.area_title:after {

}

.area_title ul{
	margin-left: 2%;	
}

.area_body{
    float: left;
    width: 25%;
    text-align: left;
    background: white;
    line-height: 4rem;
    font-weight: bold;
    list-style-type: unset;
}
.area_body a{
    color: #020202;
    font-weight: normal;
    font-size: 1.7rem;
}
ul.area_list li:last-child{
    margin-bottom: 5%;
}

p#area_bottom_text{
    text-align: right;
}

.ribbon h2 {
    font-size: 2rem;
    font-weight: normal;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 1%;
    padding-bottom: 1%;
    padding-left: 1rem;
}

p#area_big_title{
	padding-left: 1rem;
    border-left: 10px solid gray;
    font-size: 2.5rem;
}


ul.sitemap_g-grandson_list{
	font-size: 1.5rem;
	margin-bottom: 5%;
}
ul.sitemap_g-grandson_list li{
	line-height: 2rem;
    list-style-type: none;
    margin-bottom: 1%;
}


@media (max-width:979px) {}
@media (max-width:768px) {}
@media (max-width:480px) {
	ul.sitemap_list {
    	font-size: 1.8rem
    }
    ul.sitemap_list li.sitemap_parent p {
	    margin-bottom: 5%;
	    border-bottom: 1px solid #cdcdcd;
	    padding-bottom: 1%;
	    font-size: 1.7rem;
	    margin-top: 5%;
	}
	ul.sitemap_child li.sitemap_child_list {
	    float: left;
    	width: 100%;
    	font-size: 1.6rem;
    	margin-bottom: 5%;
    	padding: 0 3rem 0 0;
    	line-height: 2rem;
    	text-align: left;
	}
	ul.sitemap_grandson li.sitemap_grandson_list {
	    font-size: 1.6rem;
    	width: 100%;
    	list-style-type: circle;
    	padding-right: 0rem;
	}
	ul.sitemap_g-grandson_list li{
		line-height: 2rem;
    	list-style-type: square;
    	margin-bottom: 0%;
    	font-size: 1.2rem;
    	font-weight: normal;
	}
	ul.area_list li.area_body{
		width: 50%;
    	padding-right: 3rem;
    	line-height: 2rem;
    	margin-bottom: 4%;
	}
	.area_title ul {
	    margin-left: 2%;
	    overflow: auto;
	    padding-left: 2rem;
	}

}