#primary-menu .btn > a {
background-color: #003b77;
color: #f2f2f2!important;
border-radius: 6px;
padding: 15px 25px;
line-height: 1;
}
#primary-menu .btn > a:hover {
background-color: #19263f;
} .menu-footer {
background-color: #19263f;
padding: 20px 10px;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
}  span.btn-support {
background-color: #408dc3;
border-radius: 4px;
padding: 7.5px 30px 7.5px 20px;
font-weight: 600;
}
.btn-support .icon-support {
background-image: url(http://123-esta.com/wp-content/themes/123-esta/assets/images/icon-support.png);
width: 20px;
height: 23px;
display: inline-block;
margin-right: 10px;
margin-bottom: -5px;
position: relative;
bottom: 0;
} .entry-content .block-links-content {
padding: 0 1em 0.5em;
border-top: solid #2e3a52;
text-align: left;
margin: 2em 0.5em auto;
line-height: 1.5em;
font-size: 90%;
border-left: solid #eef1f5;
border-right: solid #eef1f5;
border-bottom: solid #eef1f5;
border-width: 3px 1px 1px;
}
.entry-content .block-links-content ul {
list-style: none;
padding: 0;
margin: auto;
}
.entry-content .block-links-content ul li.page_item:before {
content: '\203A';
font-family: FontAwesome;
margin-right: 5px;
color: rgba(0,0,0, 0.70);
}
.entry-content .block-links-content span.title {
font-size: 140%;
padding: 0.5em 0;
display: inline-block;
} .button.xxl {
text-transform: uppercase;
font-weight: 600;
color: #f9f9f9;
padding: 10px;
display: inline-block;
line-height: 1;
} @media only screen and (max-width : 767px) {
.ast-container {
display: flex;
flex-direction: column;
}
.ast-container > #primary {
order: 2;
}
.ast-container > #secondary {
order: 1;
margin-top: 25px;
}
}