/*
	Theme Name: Tailwind WP theme Starter Pack
	Theme URI: http://www.danieliwebdesign.it/
	Author: Daniele Danieli
	Author URI: http://www.danieliwebdesign.it/
	Description: Tailwind WP theme Starter Pack
	Version: 0.1
	Text Domain: ddwd
	License: All rights reserved
	License URI: http://www.danieliwebdesign.it/
*/
body, .page-template-tpl-allegra, .page-template-tpl-allegrahd, .page-template-tpl-synthesys, .page-template-tpl-armonia, .page-template-tpl-mya {
	background-color: #031628;
  	color: white;
}

.bg-allegrahd{
 background-color: rgb(3 22 40);
}
.bg-allegrahd80{
 background-color: rgb(3, 22, 40, 0.8);
}
.bg-armonia{
 background-color: rgb(3 22 40);
}
.bg-armonia80{
 background-color: rgb(3, 22, 40, 0.8);
}
.color-mya{
	color: rgb(3, 22, 40);
}
.bg-neutral-50 {
	background-color: rgb(18, 46, 72);
}

.tb_see_more_btn {
	background-color: white!important;
}

.tb_nc_post_media_wrapp, .tb_nc_video {
	max-height: 230px!important;
}
.tb_nc_content{
	display: none!important;
}

.float-right{
	float: right;
}

.tb_nc_post_in {
	max-height: 350px;
	min-height: 350px;
}