/*
Theme Name: Twenty Twenty Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Description: Child theme for 2020.
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentytwenty
Version: 1.0.0
*/

/* Add your custom styles here */
a.to-the-top{ display:none; }
a { color:#888 !important; }
.btn_gotocustom { color: #ffffff !important; background-color:#FF3F00;  !important; }
.btn_gotocustom h4 { color: #ffffff !important; }
.featured-media-inner.section-inner { display: none; }
p.powered-by-wordpress { display: none; }

.entry-content p, .entry-content li { text-align: justify;}
.strong a { font-weight:700; }
.footer-right-menu li a { font-size: 18px; }

.lang-switcher { position: relative; width: 180px; }
.gtranslate_wrapper { position: absolute; top: 50%; transform: translateY(-50%); left: 0; }
.gtranslate_wrapper .gt_option { position: absolute!important; }

@media (min-width: 1000px) {
    .header-titles-wrapper { max-width: 33%; }
    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) { max-width: 1160px; }
}

@media (max-width:767px) {
    .header-titles { display: block; }
    .gtranslate_wrapper { position: absolute; top: 20px; transform: translateY(0) }
    #site-footer .section-inner { display:grid; }
    .footer-right-menu { margin-top:20px; }
    .footer-right-menu .footer-menu { display: flex; column-gap: 20px; }
}