/*
Theme Name: DaTre
Author: Ya
Description: Individual development
Version: 1.0
*/
* {
	margin: 0;
	padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    line-height: 1;
    outline: none;
}
article, 
aside, 
footer, 
header, 
main, 
section {
	display: block;
}
html {
	scroll-behavior: smooth;
}
body {
	background-color: #f4f4f4;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	color: #596172;
}
.inner,
.mini-inner {
	width:100%;
	margin: 0 auto;
	cursor: default;
}
.inner {
	max-width: 1100px;
}
.mini-inner {
	max-width: 750px;	
}
a,
button,
input[type="submit"] {
    text-decoration: none;
    outline: none;
}
a {
	color: #202647;
	text-decoration: none;
}
a:hover,
.l-contacts h2 span {
	color: #4b4870;
}
img {
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	color: #333;
	font-weight: 700;
}
h1 {	
	margin-bottom: 10px;
	font-size: 28px;
}
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin-bottom: 15px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;	
}
h6 {
	font-size: 15px;	
}
section {
	padding: 40px 0;
	position: relative;
}
strong {
	font-weight: 600;
}
.grid {
	display:grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align:center;
}
.cols-2 {
	grid-template-columns: repeat(2,1fr);	
}
.cols-2-1 {
	grid-template-columns: 65% 1fr;
}
.cols-1-2 {
	grid-template-columns: 1fr 70%;
}
.cols-3 {
	grid-template-columns: repeat(3,1fr);	
}
.cols-4 {
	grid-template-columns: repeat(4,1fr);			
}
.aic {
	align-items: center;
}
.psr {
	position: relative;
}
/* Header*/
.header {
	background-color: #fff;
	padding: 10px 0;
}
.header .grid {
	align-items: center;
}
.header .cols-3 {
	grid-template-columns: 250px 1fr 250px;	
}
/* Logo */
.logo img {
	height: 75px;
	width: auto;
}
/* Menu */
.toggle-content {
	display: none;
}
.hidden-content {
	background: #fff;
	border-top: 1px solid #f1f1f1;
}
.home .hidden-content,
.top-title,
.category .hidden-content {
	margin-bottom: 40px;
}
.menu {
    list-style-type:none;
    margin: 0;
    clear:both;
    padding-left:0px;
    text-align:center;
	font-weight: 500;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
}
.menu a {
	color: #4b4870;
}
.menu li {
    position:relative;
    white-space:nowrap;
    display:inline-block;
}
.menu span,
.menu .menu-item > a {
    text-align:center;
    text-transform:uppercase;
    padding:15px 0;
    text-decoration:none;
    display:inline-block;
}
.menu > .menu-item-has-children a {
    margin-right:5px;
    transition:color .25s ease-in-out;
    -webkit-transition:color .25s ease-in-out;
}
.menu > li.menu-item-has-children:after, 
.menu-item-has-children .menu-item-has-children > a:after {
	content: url('/wp-content/themes/uni/img/menu-chevron.svg');
	display: inline-block;
	position: relative;
	top: -2px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.menu-item-has-children .menu-item-has-children > a:after {
	float: right;
}
.menu > li.menu-item-has-children:hover:after {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
	top: 2px;
}
.menu .menu-item-has-children {
    position:relative;
}
.menu .sub-menu,
.menu .children {
    background-color:#fff;
    position:absolute;
    z-index:1000;
    top:42px;
    left:0;
    min-width:230px;
    opacity:0;
    visibility:hidden;
    box-shadow:0 6px 12px rgba(0,0,0,.100);
    margin-top:30px;
    -webkit-transition:all .35s;
    transition:all .35s;
}
.menu .sub-menu li {
    width:100%!important;
    height: auto;
    display: block;
}
.menu .sub-menu li a,
.menu .sub-menu li span {
    font-size:15px;
    display:block;
	color: #333;
    margin:0;
    display:block;
    width:100%;
    text-align:left;
    text-decoration:none;
	text-transform: none;
	font-weight: 400;
    position:relative;
    padding:10px 15px;
    border-bottom:1px solid rgba(0,0,0,0.05);
}
.menu .menu-item-has-children:hover > .sub-menu {
    margin-top:0px;
    opacity:1;
    visibility:visible;
}
.sub-menu .sub-drop-icon{
    position:absolute;
    top:17px;
    right:20px;
    font-size:15px;
}
.socials svg,
.socials img {
	height: 30px;
	width: 30px;
	margin: 0 2px;
	position: relative;	
}
.socials svg {
	fill: #0074b7;
}
.socials a:hover img,
.socials a:hover svg {
	-webkit-animation-name: soc-anim;
	animation-name: soc-anim;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes soc-anim {
  50% {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@keyframes soc-anim {
  50% {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
/* Common */
label.btn {
	cursor: pointer;
}
.btn {
	background-color: #4b4870;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #4b4870;
	border-radius: 5px;
}
.btn.inverse,
.btn:hover {
	background-color: #fff;
	color: #4b4870;
}
.btn.inverse:hover {
	background-color: #4b4870;
	color: #fff;	
}
.login-form .btn {
	font-size: 13px;
	padding: 10px;
	width: 100%;
}
.top-title {
	padding: 25px 0;
	background: url(/wp-content/themes/uni/img/top-title.jpg);
	background-size: cover;
}
.top-title,
.top-title .inner {
	position: relative;	
}
.top-title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,.25);
    z-index: 0;
}
.breadcrumbs {
	font-size: 13px;
}
.content p,
.content ul,
.content ol {
	margin-bottom: 15px;
}
.content p,
.content li,
.widget ul li,
.widget ol li {
	line-height: 1.4;	
}
.content ul li,
.content ol li {
	margin-left: 25px;
	margin-bottom: 5px;
}
.content p:last-child {
	margin-bottom: 0;
}
input[type="submit"],
button {
	cursor: pointer;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
}
/* Slider */ 
.swiper {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.swiper img {
	border-radius: 5px;
}
.swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Category and post*/
.post-announce,
.widget {
	margin-bottom: 20px;
}
.post-announce,
.content {
	overflow: hidden;	
}
.post-announce,
.widget,
.content {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.post-announce.grid {
	grid-column-gap: 0;	
}
.cat-link {
	margin-bottom: 10px;
}
.cat-link a,
.menu a:hover {
	color: #00abe1;
}
.cat-link a {
	font-size: 13px;
	font-weight: 500;
}
.cat-link a:hover {
	color: #454360;
}
.post-excerpt {
	padding: 8px 18px;
}
.announce-thumb {
	height: 178px;
}
.announce-thumb img {
	width: 100%;
 	height: 100%;
  	object-fit: cover;
  	border-radius: 0;
}
.post-excerpt p {
	margin-bottom: 0;
	line-height: 1.4;
}
.top-title h1,
.top-title,
.top-title a,
.top-title .post-meta {
	color: #fff;
}
.cat-items.cols-2,
.post-item.cols-2,
.page.cols-2 {
	grid-template-columns: 767px 1fr;
}
.cat_desc {
	margin-bottom: 30px;
}
.post-link {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
	color: #454360;
}
.post-link:hover {
	color: #00abe1;
}
.post-meta {
	margin-top: 10px;
	font-size: 11px;
	color: #555;
}
.post-meta svg {
	width: 14px;
	height: 14px;
	margin-right: 3px;
	position: relative;
	bottom: -2px;
}
.post-meta svg,
.profile-links svg {
	fill: #00abe1;	
}
.top-title .post-meta {
	margin-top: 0;
	margin-bottom: 10px;
}
.post-meta svg:last-child {
	margin-left: 10px;
}
.content {
	padding: 20px;
}
.single-post .content {
	text-align: justify;
}
.navigation {
	margin-top: 30px;
}
.page-numbers {
	display: inline-block;
	line-height: 28px;
	background: #fff;
	border: 1px solid #cccccc;
	color: #777;
	text-align: center;
	font-size: 13px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
}
.page-numbers:hover, .page-numbers.current {
	background: #f4f4f4;
}
.cat-items .content .wp-post-image {
    float: none;
}
.alignnone {
	margin-bottom: 25px;
}
.content img {
	border-radius: 4px;
}
.c-data {
	margin-bottom: 30px;
}
.c-data svg {
	fill: #00abe1;
	height: 16px;
	width: auto;
	margin-right: 2px;
	margin-bottom: -3px;
}
.c-data a {
	margin-right: 20px;
	background-color: #f4f4f4;
	border-radius: 6px;
	padding: 7px 20px;
}
.c-data a:hover {
	color: #fff;
	background-color: #00abe1;
}
.c-data a:hover svg {
	fill: #fff;
}
.page-template-default h1 {
	margin-bottom: 0;
}
.page-id-9597 .content {
	font-family: Helvetica, arial, sans-serif;
}
/* Sidebar */
.flex {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}
.flex img {
    border-radius: 3px;
}
.login-form .grid {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.welcome {
	margin-bottom: 10px;
}
.welcome a {
	color: #00abe1;
}
.acc-link {
	display: inline-block;
	padding: 10px;
	background-color: #f0eff5;
	border-radius: 5px;
	border: 1px solid transparent;
}
.acc-link:hover {
	border-color: #4b4870;
}
.profile-links svg {
	display: block;
	margin: 0 auto 10px;
	height: 25px;
	width: auto;
}
.right-sidebar {
	position: relative;
}
.widget {
	padding: 10px 15px;
	border: 1px solid #eee;
	font-size: 14px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget_title {
	font-weight: 600;
	padding-bottom: 10px;
	padding-left: 35px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.widget_title:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	background-color: #00abe1;
	height: 1px;
	width: 25px;
}
.right-sidebar ul li {
	list-style-type: none;
}
.widget ul li,
.widget  ol li {
	margin-bottom: 7px;
}
.pr-link,
.pr-link a {
	display: flex;
	align-items: center;
}
.pr-link {
	justify-content: space-between;
}
.pr-link a {
	width: 70%;
}
.pr-link a.btn {
	width: auto;
	text-align: center;
	display: block;
}
.pr-link a img {
	width: 25px;
	height: 25px;
	margin-right: 7px;
}
.tooltip {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	background: #7d9b95;
	color: #fff;
	border-radius: 100%;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
}
.tooltip .tooltiptext {
	display: none;
	width: 315px;
  	background-color: #f7f7f7;
  	border: 2px solid #3fb0ac;
	color: #000;
	font-weight: 300;
	text-align: left;
  	padding: 15px;
  	position: absolute;
  	z-index: 1;
	top: -100px;
	right: 105%; 
	border-collapse: collapse;
}
.tooltiptext td {
	vertical-align: top;
	padding: 6px 10px;
	width: 50%;
	line-height: 1.2;
}
.tooltiptext tr:nth-child(2n) td {
	background-color: #fff;
}
.tooltip:hover .tooltiptext {
	display: block;
}
.color-red,
.color-green,
.color-orange {
	color: #fff;
	display: inline-block;
	padding:3px 5px;
	font-size: 14px;
	border-radius: 3px;
	margin-top: -4px;
}
.color-red {
	background-color: #ff1a1a;
}
.color-green {
	background-color: #009933;
}
.color-orange {
	background-color: #ff9933;
}
.color-link {
	color: #3fb0ac;
	font-weight: 500;
}
.our-banners img {
	display: block;
	margin: 0 auto 20px;
}
.textwidget.custom-html-widget {
	line-height: 1.5;
}
/* Footer contacts */
input[type="submit"],
input[type="button"],
button {
	-webkit-appearance: none;
}
/* Popup */
.popup-button {
    background: #333;
    line-height: 34px;
    color: #fff;
    padding: 0 20px;
    border-radius: 3px;
    display: block;
    cursor: pointer;
}
.popup-inner .grid {
	grid-column-gap: 15px;
	grid-row-gap: 15px;	
}
.popup-button:hover {
    background: #444;
}
.popup-container .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 250ms all;
}
.popup-inner {
    width: 95%;
	max-width: 320px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 150%;
    transition: 250ms all;
    border-radius: 10px;
}
.popup-inner .widget_title {
	border-bottom: none;
}
.popup-title svg {
    height: 20px;
    width: auto;
    margin-right: 3px;
    position: relative;
    top: 3px;
    fill: #666;
}
.popup-title h4 {
    font-size: 20px;
    font-weight: 500;
    color: #555;
    margin-bottom: 5px;
    font-weight: 700;
}
.popup-title .subtitle {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 1.3;
    color: #555;
}
.popup-content ul li {
    margin-bottom: 10px;
}
.popup-content ul li:last-child {
    margin-bottom: 0;
}
.popup-content ul li input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
    box-sizing: border-box;
}
.popup-content ul li button {
    width: 100%;
    line-height: 34px;
    background: #666;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    font-size: 14px;
}
.popup-content ul li button:hover {
    background: #444;
}
.popup .transparent-label {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
}
.popup-container>input {
    display: none;
}
.popup-container>input:checked+.popup {
    opacity: 1;
    visibility: visible;
}
.popup-container>input:checked+.popup .popup-inner {
    position: relative;
    top: 50%;
}
.popup-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    padding: 10px;
    font-size: 22px;
    color: #777;
}
.popup-close-btn:hover {
    color: #dd3d53;
}
.popup-content input[type="text"],
.popup-content input[type="password"],
.popup-content input[type="submit"] {
	margin-bottom: 10px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.popup-content input[type="text"],
.popup-content input[type="password"] {
	width: 100%;
	border: none;
	background-color: #f1f1f1;
	border-radius: 5px;
	padding: 10px;
	font-weight: 500;
	font-size: 13px;
}
.lost-link {
	font-size: 13px;
}
/* 404 */
.page404 .content {
	padding-top: 50px;
}
.page404 .content span {
	font-size: 25px;
	font-weight: 600;
	color: #555;
}
/* Footer*/
.pre-footer {
	margin-top: 40px;
	padding: 40px;
	background-color: #16161a;
	color: #aaa;
}
.pre-footer .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.pre-footer .about {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 350px);
}
.about img {
	width: 145px;
	height: auto;
	padding: 0 30px 0 0;
}
.footer-info {
	flex: 1;
}
.footer-info h3 {
	color: #fff;
}
.footer-info p {
	line-height: 1.4;
}
.footer {
	padding: 20px 0;
	background: #09090a;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}
.footer-contacts svg {
	fill: #00abe1;
	height: 16px;
	width: auto;
	margin-right: 1px;
	margin-bottom: -4px;
}
.footer-contacts a {
	color: #fff;
	display: inline-block;
	margin-left: 10px;
}
.footer-contacts a:hover {
	color: #00abe1;	
}
/*CF7*/
p.suptitle {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 15px;
	color: #e84d4b;
	display: inline-block;
	position: relative;
}
p.suptitle::before, 
p.suptitle::after {
	content: '';
	display: block;
	height: 1px;
	width: 25px;
	background: #e84d4b;
	position: absolute;
	top: 8px;
}
p.suptitle::after {
	right: -37px;
}
.wpcf7 h2 {
	font-weight: 700;
}
.wpcf7 .subtitle {
	line-height: 1.4;
	margin-bottom: 15px;
}
.wpcf7 input[type="text"].form-name, 
.wpcf7 input[type="tel"].form-tel,
.wpcf7 input[type="email"].form-email {
	padding-left: 35px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 5px;
}
.wpcf7 input[type="text"].form-name {
	background-image: url(/wp-content/themes/uni/img/form-name.svg);
}
.wpcf7 input[type="tel"].form-tel {
	background-image: url(/wp-content/themes/uni/img/form-phone.svg);
}
.wpcf7 input[type="email"].form-email {
	background-image: url(/wp-content/themes/uni/img/form-email.svg);
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea  {
	width: 100%;
	padding: 10px;
	background: #fff;
	border: none;
	border-bottom: 1px solid #ccc;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
	font-size: 13px;
}
.wpcf7 input[type="file"] {
	margin-bottom: 15px;
}
.wpcf7 textarea {
	height:120px;
	line-height: 1.4;
}
.wpcf7-not-valid-tip {
	display:none!important;
}
.wpcf7-not-valid {
	border-color: #f00!important;
}
.wpcf7-not-valid-tip, 
.invalid .wpcf7-response-output,
div.wpcf7-validation-errors {
	display: none !important;
}
.wpcf7-response-output {
	font-size:13px;
	text-align:center;
	color:#666;
	font-weight:300;
}
div.wpcf7-response-output {
    margin: 10px 0 0!important;
    padding: 0!important;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok,
.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
	border:none!important;
}
input[type="submit"],
button,
input[type="text"],
textarea,
input[type="tel"] {
	-webkit-appearance: none;
}
.agree {
	display:none
}
.acceptance-1 input[type="checkbox"] {
	position: relative;
	top: 2px;
}
.wpcf7-acceptance label {
    cursor: pointer;
}
.acceptance-1 {
    display: block;
    font-size: 12px;
}
.acceptance-1 span.wpcf7-list-item {
    margin-left: 0;
}
:focus::-webkit-input-placeholder {
	color: transparent
}
:focus::-moz-placeholder {
	color: transparent
}
:focus:-moz-placeholder {
	color: transparent
}
:focus:-ms-input-placeholder {
	color: transparent
}
@media (min-width: 801px) {
	/* Images */
	img.alignright {
    	float:right;
     	margin:0 0 1em 1em
	}
	img.alignleft {
    	float:left;
     	margin:0 1em 1em 0
	}
	img.aligncenter {
    	display: block;
     	margin-left: auto;
     	margin-right: auto
	}
	a img.alignright {
    	float:right;
     	margin:0 0 1em 1em
	}
	a img.alignleft {
    	float:left;
     	margin:0 1em 1em 0
	}
	a img.aligncenter {
    	display: block;
     	margin-left: auto;
     	margin-right: auto
	}
}
@media (max-width: 1024px) {
	.intro img {
		height: 100%;
		width: auto;
		max-width: none;
	}
}
@media (max-width: 812px) {
	.inner {
		padding: 0 10px;
	}
	.header,
	.right,
	.footer {
		text-align:center;
	}
}
@media (max-width: 667px) {
	.cols-2,
	.header .cols-1-2,
	.cols-1-2,
	.cols-2-1 {
		grid-template-columns: 1fr;
	}
	.cat-items.cols-2 {
		display:block;
	}
	.hidden-content {
		border-top: none;
	}
	.toggle-content div,
	.menu {
		width: 100%;
		margin: 0 auto;
	}
	.menu {
		padding: 10px 0;
		text-align: left;
		display: block;
		font-size: 15px;
	}
	.toggle-content {
		display: block;
		padding: 15px 0;
		width: 100%;
		cursor: pointer;
		text-transform: uppercase;
		background: #333333;
		color: #fff;
		font-weight: 500;
	}
	.toggle-content > div svg {
		fill: #fff;
		height: 13px;
		margin-left: 10px;
		position: relative;
		top: 1px;
	}
	.slide-up, 
	.slide-down {
		max-height: 0;            
		overflow-y: hidden;
		-webkit-transition: max-height 0.5s ease-in-out;
		-moz-transition: max-height 0.5s ease-in-out;
		-o-transition: max-height 0.5s ease-in-out;
		transition: max-height 0.5s ease-in-out;
		background-color: #fff;
	}
	.slide-up {
		overflow-y: hidden;		
	}
	.slide-down {            
		max-height: 200em;
	}
	.menu li {
		display: block
	}
	.menu span, 
	.menu .menu-item > a {
		text-transform: none;
		padding: 10px 0;
	}
	.grid {
		grid-row-gap: 5px;
	}
	.hidden-content .socials {
		padding-bottom: 15px;
	}
	.home .hidden-content, 
	.top-title,
	main {
		margin-bottom: 30px;
	}
	.copyright {
		line-height: 1.4;
	}
}
@media (max-width: 549px) {
	.logo {
		max-width: 250px;
		margin: 0 auto;
	}
	.pre-footer {
  		padding: 20px;
  	}
	.pre-footer .inner {
		display: block;
	}
	.pre-footer .about {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
}