/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

:root {
    --blue-1: #587ef5;
    --blue-back: #062792;
    --testi: #454545;
    --arancio: #ebab31;
    --ocra: #e5d79e;
    --container: 1400px;
    --meta-container: calc(var(--container)/2);
    --margin-box: calc(50% - var(--meta-container));
}

.inside-right-sidebar > aside {
    padding-right: 0 !important;
}

a {
    text-decoration: none;
}

body {
    background-color: #fff;
    color: #454545;
    overflow-x: hidden;
    scroll-behavior: smooth;
}



.main-navigation .main-nav ul li a {
    font-weight: 600;
    color: var(--testi);
    font-size: 17px;
	padding-left: 30px;
    padding-right: 30px;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: var(--arancio);
}

h1, h2, h3, h4, h5 {
    font-family: Merriweather, serif;
}


.home .page-hero {
    position: relative;
    border-bottom: 10px solid var(--ocra);
}

.inside-header.grid-container {
    max-width: 1400px;
}

.inside-header, .inside-top-bar {
    padding-left: 0;
    padding-right: 0;
}

.slider-full {
    display: flex;
    padding: 100px 0;
    justify-content: space-between;
}

.slide-left {
    position: relative;
    float: left;
    width: 45%;
}

.slide-right {
    position: relative;
    float: right;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.slide-left h1 {
    font-size: 45px;
    color: #fff;
}

.slide-left p {
    color: #fff;
    padding-right: 10%;
    font-size: 20px;
}

.btn-pc.btn-slide:before {
    content: '';
    width: 220px;
    height: 48px;
    position: absolute;
    left: 7px;
    bottom: -7px;
    background: var(--blue-back);
    border-radius: 7px;
    z-index: 2;
}

.btn-pc.btn-slide a {
    background: var(--blue-1);
    padding: 10px 30px;
    color: #fff;
    width: 220px;
    text-decoration: none;
    font-size: 19px;
    border-radius: 7px;
    position: relative;
    z-index: 3;
    display: block;
    text-align: center;
}

.btn-pc.btn-slide a:hover {
    left: 7px;
    bottom: -7px;
    transition: .5s ease;
    cursor: pointer;
}

.home .page-hero:before {
    content: '';
    background: url(/wp-content/uploads/2023/05/back-slide.png);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left;
    opacity: .3;
}

.home .page-hero {
    position: relative;
}

.btn-pc.btn-rx-slide a {
    background: #fff;
    width: 220px;
    position: relative;
    float: left;
    text-align: center;
    padding: 10px;
    border-radius: 7px;
    color: #000;
    text-decoration: none;
}

.btn-pc.btn-slide {
    position: relative;
}

.intro-sito p {
    margin-bottom: 0;
}

.chi-siamo > div {
    position: relative;
}

.left-chi-siamo {
    padding-right: 80px;
    position: relative;
}

.img-abs {
    position: absolute;
    right: -40px;
    top: 37%;
    width: 65%;
}

.chi-siamo h2 {
    font-size: 40px;
    font-weight: bold;
    color: var(--blue-1);
}

.chi-siamo {
    padding: 100px 0 230px;
}

.intro-sito {
    padding-top: 80px;
    font-size: 18px;
    font-style: italic;
    margin: 0 14% !important;
    color: #454545;
    padding-bottom: 100px;
}

.social-top {
    display: flex;
    margin-left: 70px;
}

.social-top a {
    width: 29px;
    height: 29px;
    background: #454545;
    margin-left: 10px;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    color: #fff;
}

.come-funziona.alignfull > div {
    position: relative;
}

.come-funziona.alignfull {
    position: relative;
}

.come-funziona.alignfull:before {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--blue-1);
}

.gridder-funz > div > .col-funz {
    background: #fff;
    border-radius: 7px;
    padding: 60px 30px;
    box-shadow: 2px 2px 11px 5px #0000000f;
}

.come-funziona.alignfull {
    position: relative;
    padding: 100px 0;
}

.home .inside-article {
    padding: 0;
}

.come-funziona.alignfull h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.funz-intro {
    color: #fff;
    margin-bottom: 55px;
}

.category .news-home .gb-grid-wrapper.gb-query-loop-wrapper {
    row-gap: 40px;
}

.col-funz h3 {
    font-size: 24px;
    font-weight: bold;
    color: var(--blue-1);
    margin: 20px;
}

.servizi-home {
    padding: 0px 0 120px;
}

.servizi-home h2 {
    font-weight: bold;
    color: var(--blue-1);
    font-size: 40px;
    margin-bottom: 50px;
}

.gb-grid-wrapper.grid-servizi {
    gap: 40px;
    flex-wrap: nowrap;
}

.grid-servizi > div {
    padding: 30px;
    background: #f8f8f8;
    border-radius: 7px;
    box-shadow: 3px 2px 12px 9px #0000001a;
    width: calc(20% - 32px) !important;
}

.grid-servizi p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 17px;
    margin-top: 20px;
    line-height: 23px;
}

.invia-multa h2 {
    font-weight: bold;
    color: var(--blue-1);
    font-size: 40px;
}

.invia-multa {
    padding: 0px 0 100px;
}

.back-cont {
    background: url(/wp-content/uploads/2023/05/invia-bg.jpg);
    padding: 140px 0 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.invia-multa.alignfull > div.gb-container:not(.back-cont) {
    padding: 60px;
    box-shadow: 3px 2px 12px 9px #0000001a;
    margin-top: -300px;
    background: #fff;
    border-radius: 7px;
}

.p-flexer {
    display: flex;
    gap: 20px;
}

p.form-p input {
    border: 1px solid #ddd;
    background: none;
    width: 100%;
    font-size: 16px;
    border-radius: 7px;
    background: #fff;
}

.form-container {
    max-width: 1000px;
    margin: 40px auto 0;
}

p.msg-p textarea {
    height: 50px;
    background: none;
    resize: none;
    border: 1px solid #ddd;
    font-size: 16px;
    border-radius: 7px;
    background: #fff;
}

p.msg-p.msg-p-contatti textarea {
    height: 220px;
}

.privacy span.wpcf7-list-item {
    margin-left: 0;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.privacy {
    font-size: 14px;
    margin-top: 10px;
}

p.invia-p input {
    width: 100%;
    background: var(--blue-1);
    border-radius: 7px;
    margin-top: 20px;
    height: 50px;
}

.invia-intro {
    margin-bottom: 55px;
}

.p-flexer.p-flexer-upload .upload {
    margin-bottom: 0;
}

p.msg-p {
    margin-bottom: 0;
}

.grid-mail-phone {
    margin-bottom: 20px;
}

.grid-mail-phone a {
    color: var(--testi);
    font-weight: 600;
    text-decoration: none;
}

.btn-pc.btn-interni a {
    background: var(--blue-1);
    padding: 10px 30px;
    color: #fff;
    width: 220px;
    text-decoration: none;
    font-size: 19px;
    border-radius: 7px !important;
    position: relative;
    z-index: 3;
}

.btn-pc.btn-interni-rx {
    margin-left: 20px;
}

.btn-pc.btn-interni a:hover {
    left: 7px;
    bottom: -7px;
    background: var(--blue-1);
}

.btn-pc.btn-interni {
    position: relative;
}

.btn-pc.btn-interni:before {
    content: '';
    width: 220px;
    height: 48px;
    position: absolute;
    left: 7px;
    bottom: -7px;
    background: var(--blue-back);
    border-radius: 7px;
    z-index: 2;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
    color: var(--testi);
    background-color: #e5d79e;
    border-color: #e5d79e;
}

.news-home.alignfull {
    padding: 100px 0;
}

.news-home.alignfull h2 {
    font-size: 40px;
    font-weight: bold;
    color: var(--blue-1);
    margin-bottom: 50px;
}


.news-home-padder {
    padding: 20px;
    background: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.news-home figure img {
    border-radius: 7px 7px 0 0;
}

.news-home-padder h3 {
    font-size: 23px;
    font-weight: bold;
    color: var(--blue-1);
}

.news-home-padder h3 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;
}

.news-home-padder p.wp-block-post-excerpt__excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    white-space: pre-wrap;
}

.news-home-padder {
    padding: 40px;
    background: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    box-shadow: 2px 2px 11px 5px #0000000f;
}

/* img-text-full pad-top */

.img-text-full .gb-grid-wrapper > div:last-child {
    padding-right: var(--margin-box);
}

.text-img-full .gb-grid-wrapper > div:first-child {
    padding-left: var(--margin-box);
}

.site-footer {
    background-color: var(--blue-back);
    color: #fff;
}

#footer-widgets .footer-widget-2 > aside.widget {
    padding-left: 100px;
}

.footer-widgets {
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
}

.logo-footer img {
    width: 270px;
    margin-bottom: 20px;
}

.intro-footer {
    font-size: 17px;
    line-height: 26px;
}

.logo-footer .social-top {
    margin-left: 0;
}


.logo-footer .social-top a:first-child {
    margin-left: 0;
}

.logo-footer .social-top a {
    background: #fff;
    color: var(--blue-back);
}

.footer-widget-2, .footer-widget-3, .footer-widget-4 {
    margin-top: 10px;
}

#menu-menu-footer a, ul#menu-servizi-footer a {
    color: #fff;
}

.footer-widget-4 a {
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
}

p.mailtel-footer i {
    margin-right: 10px;
}

p.mailtel-footer a {
    margin-bottom: 10px;
}

.form-trigger {
    position: fixed;
    right: 3px;
    bottom: 90px;
    background: var(--arancio);
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    border-radius: 7px 0 0 7px;
    z-index: 999;
}

.form-trigger {
    transform: translate(165px, 0px);
    transition: .3s ease;
}

.form-trigger:hover {
    transform: translate(0px, 0px);
    transition: .3s ease;
    cursor: pointer;
}

.img-pop p {
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: bold;
    margin-right: 10px;
}

.img-pop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-info a {
    color: #fff;
}

.site-info {
    background-color: var(--blue-1);
    color: #fff;
}


/* INTERNI */

.form-sidebar .form-p {
    margin-bottom: 10px;
}

.form-sidebar .p-flexer {
    flex-direction: column;
    gap: inherit;
}

.form-sidebar p.msg-p {
    margin-top: 10px;
}

.form-sidebar .p-flexer.p-flexer-upload .upload {
    margin-bottom: 10px;
}

.form-sidebar hr {
    margin: 20px 0;
}

.form-sidebar p.invia-p input {
    margin-top: 0;
}

h1.titolo-pagina {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.form-popup .p-flexer.p-flexer-upload {
    flex-direction: column;
}

.pum-theme-134, .pum-theme-tema-predefinito {
    background-color: rgb(0 0 0 / 56%) !important;
}

div#pum-190 .pum-container.popmake {
    padding: 50px;
    border-radius: 7px;
    box-shadow: none;
    background: #fff;
}

.popup-full > h2 {
    text-align: center;
    margin-bottom: 30px;
}

.form-popup .p-flexer {
    flex-direction: column;
    gap: 0;
}

.form-popup  p.form-p {
    margin-bottom: 10px;
}

.form-popup .p-flexer.p-flexer-upload {
    gap: 20px
}

.form-popup hr {
    margin: 20px 0;
}

.pum-container .pum-content+.pum-close {
    box-shadow: none !important;
    background-color: #587ef5 !important;
    border-top-right-radius: 7px !important;
}

button.pum-close.popmake-close {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
}

.main-navigation .menu-bar-items {
    	display: none;
}

.category .news-home.alignfull {
    padding: 60px 0;
}

p.invia-p {
    margin-bottom: 0;
}
.contatti-cont a {
    color: var(--testi);
}



/* RESPONSIVE */

@media (max-width: 1470px) {
	
	div#invia .p-flexer.p-flexer-upload {
    	gap: 5px;
	}
	
	.inside-header.grid-container, 
	.grid-container, 
	.intro-sito,
	.come-funziona > .gb-container,
	.invia-multa > #invia,
	.gb-container.servizi-home,
	.news-home > .gb-container,
	.gb-container.chi-siamo {
		max-width: 92%;
	}
	
	.inside-navigation.grid-container {
    	max-width: 100%;
	}
    
    .category .news-home > .gb-container {
    max-width: 100%;
}
    
    .inside-site-info.grid-container {
    max-width: 92%;
    padding-left: 0;
    padding-right: 0;
}
	
	.footer-widgets-container {
    	max-width: 92% !important;
    	padding-left: 0;
    	padding-right: 0;
	}
	
	.form-container {
    	max-width: 92%;
    	margin: 40px auto 0;
	}
	
	.slide-left {
   		width: 50%;
	}
	
}

@media (max-width: 1250px) {
	
.news-home-padder h3 {
    font-size: 20px;  
} 
    
.category .news-home .gb-grid-wrapper.gb-query-loop-wrapper {
    row-gap: 20px;
}    
    
.news-home-padder {
    padding: 20px;
}  
    
.news-home .gb-grid-wrapper > .gb-grid-column.category-blog {
    padding-left: 20px;
}    
    
.news-home .gb-grid-wrapper.gb-query-loop-wrapper {
    margin-left: -20px;
}    
    
    .back-cont {
    background-size: cover;
    background-position-x: right;
}
    
	#invia .p-flexer.p-flexer-upload {
    flex-direction: column;
    	gap: 20px;
	}
	
	.slide-left {
    	width: 70%;
	}
	
	.social-top {
    	margin-left: 30px;
	}
	
	.gridder-funz > div > .col-funz {
    	padding: 60px 15px;
	}
	
	.col-funz h3 {
    	font-size: 20px;
   		margin: 30px 20px 20px;
	}
	
}

@media (max-width: 1170px) {
	
blockquote.wp-block-quote {
    font-size: 18px;
}    
    
.privacy {
    font-size: 12px;
    margin-top: 10px;
}    
    
	.main-navigation .main-nav ul li a {
    	padding-left: 20px;
    	padding-right: 20px;
	}
	
#footer-widgets .footer-widget-2 > aside.widget {
    padding-left: 90px;
}

.intro-footer {
    font-size: 12px;
    line-height: 24px;
}    
    
}

@media (max-width: 1100px) {
	
.chi-siamo > div > div {
    width: 100% !important;
}    
    

.chi-siamo > div {
    position: relative;
    margin-left: 0;
}   
    
.chi-siamo > div > div:first-child {
    display: none;
}
    
.chi-siamo {
    padding: 100px 0;
}    
    
.chi-siamo > div > div:first-child {
    display: block;
    padding-left: 0;
    margin-bottom: 30px;
}    
    
    .chi-siamo > div > div:last-child {
    padding-left: 0px;
}
    
    .chi-siamo h2 {
    font-size: 32px;
}
    
    .left-chi-siamo > figure:last-child {
    display: none;
    }
    
    .left-chi-siamo {
    padding-right: 0;
    position: relative;
}
    
	nav#mobile-menu-control-wrapper {
    	display: flex;
    	order: 2;
    	margin-left: 0;
	}
	

	
	nav#mobile-menu-control-wrapper button.menu-toggle {
    	background-color: transparent;
    	font-size: 33px;
   		padding-right: 0;
    	color: var(--blue-1);
	}
	
	button.menu-toggle {
		display: block;
	}
	
	nav#site-navigation button.menu-toggle, nav#site-navigation div#primary-menu {
    	display: none;
	}
	
	.nav-float-right #site-navigation {
    	margin-right: 20px;
	}
	
	.menu-toggle {
    	line-height: 59px;
	}
	
	nav#generate-slideout-menu .inside-navigation {
    	margin: 0;
	}

nav#generate-slideout-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: var(--blue-1);
}
	
nav#generate-slideout-menu a {
    font-size: 18px;
    line-height: 70px;
    font-weight: 500;
    color: #fff;
}
    
.inside-navigation.grid-container {
    max-width: 100%;
    width: 100%;
}    
	
	.slideout-widget {
    	margin: 20px;
    	width: 100%;
	}
	
}

@media (max-width: 1000px) {
    
body.right-sidebar .site-content {
    flex-direction: column;
}
    
body.right-sidebar .sidebar aside {
    padding-left: 0;
    padding-top: 0;
}    
    
body.right-sidebar div#primary, body.right-sidebar .sidebar {
    width: 100%;
}    
    
body:not(.home) .inside-article {
    padding-left: 0;
    padding-right: 0;
}    
    
input.wpcf7-form-control.wpcf7-file {
    font-size: 14px;
}    
    
.gb-grid-wrapper.grid-servizi > div {
    width: calc(33.333% - 27px) !important;
}

.gb-grid-wrapper.grid-servizi {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}    
   
    
}


@media (max-width: 930px) {
	.slide-left h1 {
    	font-size: 38px;
	}
	
	.slide-left {
   	 	width: 100%;
	}
    
    .news-home .gb-grid-wrapper > .gb-grid-column.category-blog:last-child {
    display: none;
}
.news-home .gb-grid-wrapper > .gb-grid-column.category-blog {
    width: 50%;
}
    
.category .news-home .gb-grid-wrapper > .gb-grid-column.category-blog:last-child {
    display: block;
}    
    
}

@media (max-width: 815px) {
	
.form-sidebar .form-invia .p-flexer {
    gap: 10px;
}    
    
.popup-full > h2 {
    font-size: 32px;
    line-height: 42px;
}    
    
.popup-full .form-invia .p-flexer {
    gap: 10px;
}    
    
.grid-mail-phone {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}  
    
.grid-mail-phone > div {
    padding: 0 !important;
    display: flex;
    width: 100% !important;
    align-items: center;
    justify-content: center;
}    
   
.grid-mail-phone > div > div > p {
    margin-bottom: 10px;
} 
    
.grid-mail-phone > div > div {
    align-items: center !important;
    justify-content: center !important;
}    
    
.invia-multa.alignfull > div.gb-container:not(.back-cont) {
    padding: 60px 30px;
}  
    
.form-invia .p-flexer p:not(:last-child) {
    margin-bottom: 0;
}
    
.form-invia .p-flexer {
    flex-direction: column;
}      
    
.come-funziona.alignfull h2, .invia-multa h2, .servizi-home h2, .news-home.alignfull h2, .chi-siamo h2 {
    font-size: 32px;
    line-height: 42px;
}	
	
.gridder-funz {
    flex-direction: column;
}	
	
.gridder-funz > div {
    width: 100% !important;
    margin-bottom: 30px;
}	
	
.gridder-funz > div > .col-funz {
    padding: 40px 15px;
}	
	
	.col-funz h3 {
    	font-size: 20px;
   		margin: 30px 20px 0px;
	}
	
}

@media (max-width: 768px) {
  
.gb-container.gb-container-21178020 {
    padding-right: 0;
}
    
.gb-grid-column.gb-grid-column-6729f8ed {
    margin-top: 30px;
}

.page-hero {
    padding-top: 70px;
    padding-bottom: 70px;
}    
    
h1.titolo-pagina {
    font-size: 32px;
    margin-bottom: 0;
}    
    
.btn-pc.btn-interni a {
    font-size: 16px;
    height: 48.5px;
    line-height: 32px;
}    
    
.logo-footer .social-top {
    margin-left: 0;
    float: left;
}    
    
#footer-widgets .footer-widget-2 > aside.widget {
    padding-left: 0;    
}
    
.widget-title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
}   
    
.intro-footer {
    font-size: 15px;
    line-height: 26px;
    width: 60%;
}    
    
div#text-footer {
    text-align: left;
} 

div#pum-190 .pum-container.popmake {
    padding: 40px 20px 20px;
    margin-left: -16px;
}  
    
    
.popup-full > h2 {
    font-size: 26px;
    line-height: 32px;
}    
    
.come-funziona.alignfull, .news-home.alignfull, .chi-siamo {
    padding: 60px 0;
} 
    
.back-cont {
    padding: 60px 0 300px;
} 


.invia-multa, .servizi-home {
    padding: 0px 0 60px;
}    
    
.gb-container.intro-sito {
    padding-top: 40px;
    font-size: 18px;
    font-style: italic;
    margin: 0 !important;
    padding-bottom: 60px;
    max-width: 92% !important;
}    
    
.site-logo {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}  
    
.nav-float-right #site-navigation {
    margin-right: 0;
}    
    
.social-top a {
    width: 26px;
    height: 26px;
    margin-left: 8px;
    line-height: 26px;
}    
    
.main-navigation .inside-navigation {
    justify-content: right;
}    
    
.social-top {
    margin-left: 30px;
    display: flex !important;
    float: right;
}    
    
.inside-header.grid-container {
    flex-wrap: nowrap;
    padding: 10px 0;
}   
    
.site-header .header-image {
    width: 350px;
}    
    
}


@media (max-width: 650px) {
    
.gb-grid-wrapper.grid-servizi > div {
    width: 100% !important;
}
}


@media (max-width: 600px) {

.btn-flex > div:last-child {
    margin-left: 0;
}
.btn-flex {
    flex-direction: column;
    gap: 20px;
}    

.come-funziona.alignfull h2, .invia-multa h2, .servizi-home h2, .news-home.alignfull h2, .chi-siamo h2 {
    font-size: 28px;
    line-height: 40px;
}    
    
.news-home .gb-grid-wrapper > .gb-grid-column.category-blog {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
}   
   
.news-home .gb-grid-wrapper > .gb-grid-column.category-blog:last-child {
    display: block;
    margin-bottom: 0px;
}    
    
.news-home .gb-grid-wrapper.gb-query-loop-wrapper {
    margin-left: 0px;
}      
    
.slide-right {
    width: 0;
}  
    
.slide-left h1 {
    font-size: 30px;
}  
    
h1.titolo-pagina {
    font-size: 28px;
    margin-bottom: 0;
}   
    
.form-container {
    max-width: 100%;
}    
    
hr {
    margin: 20px 0;
}    
    
p.form-p {
    margin-bottom: 0;
}    
    
p.msg-p {
    margin-top: 10px;
}  
    
.p-flexer {
    gap: 10px;
}   
    
.form-popup p.form-p {
    margin-bottom: 0;
} 
    
.social-top a {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    line-height: 24px;
    font-size: 13px;
}    
    
.slider-full {
    padding: 70px 0;
}  
    
.btn-pc.btn-slide a {
    text-align: center;
    font-size: 16px;
    height: 48.5px;
    line-height: 32px;
}   
    
nav#mobile-menu-control-wrapper button.menu-toggle {
    font-size: 30px;
}    
    
}