/*
Theme Name: WP Nuvo
Theme URI: http://cmssuperheroes.com/wordpress/cshero
Author: Cmssuperheroes Team
Author URI: http://cmssuperheroes.com/
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Description: In 2014, Creating a magazine website with WordPress has never been easier.
Text Domain: WP_NUVO
*/

/**
 * Table of Contents:
 *
*/

/** Used to describe fonts for site **/
@import "css/fonts.css";

/** Style all button site **/
@import "css/buttons.css";

/** Style mobule and type title module **/
@import "css/module.css";

/** Style all menu site **/
@import "css/menu.css";

/** Style all shortcode site **/
@import "css/shortcodes.css";

/** Style base consilium site **/
@import "css/style.min.css";

/** Style RTL **/
@import "style-rtl.css";

/** Style reponsive **/
@import "css/responsive.css";

.cs-category a{
  pointer-events: none;
  cursor: default;
}

.i4ewOd-pzNkMb-haAclf{
  display: none!important;
  background-color: rgba(45,45,45,0);
}

.qAWA2{
  display:none;
  background-color: rgba(45,45,45,0);
}

/*.cs-carousel-item-wrap{
  width:366px!important;
}*/

.piano_container{
  overflow:hidden;
  z-index: 99;
}

.footer-top-2{
  text-align:center;
}

.footer-top-3{
  text-align:right;
}

/*.cs-booking-form label {
	color: #2d2d2d!important;
}*/

.menu-left{
  float:left;
  width:50%;
}

.menu-right{
  float:right;
  width:50%;
}

input[type="email"]{
	border: 1px solid #7e7e7e;
}

input[type='text'] {
	border: 1px solid #7e7e7e;
}

textarea{
	border: 1px solid #7e7e7e;
}

.unliststyle {display : none; }
.date-box{ display : none; }
.entry-author-link { display: none; }
.entry-permalink { display: none; }
.entry-date { display: none; }


@media screen and (max-width: 750px) {
	.footer-top-1{
  		text-align:center;
	}

	#CDSWIDSSP{
		margin:0 auto!important;
	}

	.footer-top-2{
  		text-align:center;
	}

	.footer-top-3{
  		text-align:center;
	}	
}