/*   
Theme Name: DoubleS
Description: Theme developed by noxxAgency
Author: noxxAgency

Version: 0.000001
*/
@import url(https://fonts.googleapis.com/css?family=Sora:100,200,300,regular,500,600,700,800);
.mobileMenu{
    display: none;
}
body{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    min-height: 100vh;
}
header, footer{
    width: 100%;
}
body.admin-bar{
    min-height: calc(100vh - 32px);
}
*{
    font-family: Sora;
}
.container{
    max-width: 90%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
button#responsive-menu-pro-button{
    display: none !important;
}
button#responsive-menu-pro-button2 {
    width: 55px;
    height: 55px;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 5%;
    display: inline-block;
    transition: transform 0.2s, background-color 0.2s;
    background: #000000;
}
footer ul, footer ol, footer .container, header ul, header ol, header .container{
    list-style: none;
}
footer {
    background: #f9f9f9;
}
footer .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 35px 0;
}
footer .container > li:first-child > figure {
    margin: auto;
    padding: 27px 0;
    margin-right: 85px;
}
footer li.menu-item a, header #menu-header a {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    text-decoration: initial;
    margin: 14px 0;
    display: block;
    transition: color .5s;
}
footer ul.menu {
    padding: 0 !important;
    margin: auto;
    margin-right: 85px !important;
}
.leftSpace {
    padding-left: 35px;
}
footer li.menu-item a:Hover, footer li.menu-item.current_page_item a, header #menu-header li:Hover a, header #menu-header .current_page_item a {
    color: #c2c4c6;
}
header #menu-header {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: max-content;
    margin-right: 0;
}
header #menu-header li a{
    margin-left: 50px;
    display: block;
}
.headerMainContainerSidebar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: max-content;
    margin: auto;
    margin-left: 0;
}
.headerMainContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header figure{
    margin: auto;
}
header{
    margin: 0;
    padding: 30px 0;
}
footer{
    margin: auto;
    margin-bottom: 0;
}
header h2, header h1 {
    margin: auto;
    font-size: 22px;
    margin-right: 69px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
header h2 a, header h1 a{
    color: black;
    text-decoration: initial;
}
header h2 p, header h1 p{
    margin: 0;
    margin-right: 70px;
    display: block;
}
header figure{
    margin: auto !important;
    margin-right: 36px !important;
    display: block;
}
button#responsive-menu-pro-button{
    display: none !important;
}
button#responsive-menu-pro-button2 {
    width: 55px;
    height: 55px;
    cursor: pointer;
    display: inline-block;
    transition: transform 0.2s, background-color 0.2s;
    background: transparent;
    box-shadow: initial;
    border: initial;
    position: initial;
}

h1{
    font-size: 51px;
    line-height: 64px;
}
h2{
    font-size: 48px;
    line-height: 60px;  
}
h3 {
    font-size: 24px;
    line-height: 37px;
}
p{
    font-size: 24px;
    line-height: 37px; 
}
html{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}