/*
Theme Name: Unesco WP
Author: Daniele Moggia
Author URI: https://about.me/danielemoggia
Description: Unesco Cinque Terre site
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

@import './bootstrap-italia/scss/base.scss';


.copyright {
    text-align: right;
    font-size: smaller;
}

.mylogo {
/*    max-width: 15%!important; */
}

.button-menu-secondary {
    background-color: #EAA944!important;
    color: whitesmoke;
}

.myslimheader {
    /* background-color: #26512a!important; */
    background-color: rgb(22,53,107)!important;
    color: white!important;
}

.my-sfondo {
	background-color: rgb(22,53,107);
	color: white;
	padding: 1.5rem;
	margin-bottom: 2rem;
/*	background-image: url('https://staging.portovenerecinqueterreisole.com/nuovo/wp-content/uploads/2025/04/textile-2918844_1920.jpg'); */
}

.btn-custom-green {
    background-color: #59BB62!important;
    color: white!important;
}

.myfooter {
    /* background-color: #59BB62!important; */

    background-color: rgb(37, 88, 177)!important;
 /* color: #1E1D1D!important */
 color: white!important;
 font-size: smaller;
}

.myfooter a:hover{
    text-decoration: underline;
}

.readmore a:hover{
    text-decoration: none;
}

.newspage a{
    text-decoration: none!important;
}

.newspage a:hover{
    text-decoration: underline!important;
}

.mysubfooter{
    /* background-color: #26512a!important; */

    background-color: rgb(22,53,107)!important;
    color: white!important;
    text-align: end;
}

footer a{
    /* color: #1E1D1D!important */
    color: white!important;
}

footer a,p,li {
   font-size: 0.9rem!important;
}

.lang-item {
    padding-left: .3rem!important;
    padding-right: .3rem!important;
	list-style-type: none;
}

.my-border {
  border-right: 1px solid orange !important;
  padding: 10px; /* Ensure element has size */
}

@media only screen and (max-width: 600px) {
    .mylogo {
        max-width: 60%!important;
        margin: 0 auto;
    }
	
	.my-flex-container{
		flex-direction: column;
	}
}
