/*
Theme Name: Cygnus
Theme URI: https://themeforest.net/item/cygnus-clean-and-minimalistic-portfolio-theme/19227080?s_rank=5
Description: Clean and minimalistic portfolio theme
Author: Radiuzz
Author URI: https://www.radiuzz.com/
Version: 2.2
Tags: one-column, right-sidebar, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cygnus
*/
/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme. 
* Instead use the app.css file that is located in your themes /assets/css/ folder to add your styles. 
* If you just want to add small css snippets you might also  want to consider to add it to the designated 
* CSS option field in your themes backend at: Appearance -> Theme Options
*/

.single-post .sidebar{
	display:none;
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img{
	  display: block !important;
    max-width: 100% !important;
    height: auto !important;
}
.blog-large.style-simple .post{
	overflow:hidden;
}
.wp-block-button{
	margin-bottom:10px;
}
.wp-block-cover, .wp-block-cover-image{
	margin-bottom:10px !important;
}
.site-main{
	overflow:hidden;
}
.site-main img{
	display: block !important;
  max-width: 100% !important;
  height: auto !important;
}