/*
	Theme Name: LimaLimaArquitetos
	Theme URL: https://limaelima.com.br
	Author: Kezily Correa | Inovalize
	Author URL: http://inovalize.com.br
	Description: Tema desenvolvido por Inovalize
	Version: 1.0
*/

/* GERAL */

* {
	border: none;
	margin: 0;
}

body {
    padding-top: 64px;
	background-color: var(--white);
	color: var(--inz-secondary);
	font: 400 14px/1.5 'Catamaran', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering:
	optimizeLegibility;
	-webkit-text-rendering:optimizeLegibility;
}

@media (min-width: 768px) {
    body.single {
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    body:not(.single) {
        padding-top: 84px;
    }
}

a {
	color: inherit;
	border: none;
	text-decoration: none;
}

a:hover {
	color: #6d6d6d;
	text-decoration: none;
}

a {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

img,
iframe,
video {
	vertical-align: bottom;
}

div,
section,
h1,
article {
	position: relative;
}

b, strong {
    font-weight: bold;
}

/* FORM */

form input,
form textarea,
form select {
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 20px;
	background-color: #f8f8f8;
	color: var(--inz-secondary);
	box-sizing: border-box;
	outline: none;
	position: relative;
	z-index: 1;
}

input:focus,
textarea:focus {
	border-color: var(--inz--secondary);
}

form input[type="radio"],
form input[type="checkbox"] {
	width: auto;
	height: auto !important;
	margin: 0 5px 0 0;
}

form textarea {
	width: 100%;
	height: 100px;
	margin: 0 0 20px;
	box-sizing: border-box;
	outline: none;
	resize: none !important;
}

input[type="submit"] {
	width: auto;
	height: auto;
	padding: 15px 30px;
	margin-top: 0;
	background-color: var(--inz-primary);
	color: var(--white);
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	outline: none;
	border: none;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: #484848;
}

textarea::-webkit-input-placeholder {
	color: #484848;
}

input::-moz-placeholder {
	color: #484848;
}

input:-ms-input-placeholder {
	color: #484848;
}

form h3 {
	margin-top: 10px;
	font-size: 17px;
	text-transform: uppercase;
}

.forminator-ui.forminator-design--flat .forminator-button-submit {
	padding: 12px 40px !important;
    margin-top: 20px !important;
    font-size: 1.1em !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.forminator-ui.forminator-custom-form[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 15px !important;
}

form.forminator-ui.forminator-custom-form[data-design=flat] .forminator-input,
form.forminator-ui.forminator-custom-form[data-design=flat] .forminator-textarea {
    padding: 18px 20px;
    font-size: 14px !important;
}

form.forminator-ui.forminator-custom-form[data-design=flat] .forminator-label {
    display: none;
}

form.forminator-ui.forminator-custom-form[data-design=flat] .forminator-checkbox .forminator-checkbox-box {
    border: 1px solid #c0c0c0;
}

/* GENERAL */

.clear {
	clear: both;
}

/* MARGIN TOP */

.m-t-5 {margin-top: 5px;}
.m-t-10 {margin-top: 10px;}
.m-t-15 {margin-top: 15px;}
.m-t-20 {margin-top: 20px;}
.m-t-25 {margin-top: 25px;}
.m-t-30 {margin-top: 30px;}
.m-t-35 {margin-top: 35px;}
.m-t-40 {margin-top: 40px;}
.m-t-45 {margin-top: 45px;}
.m-t-50 {margin-top: 50px;}
.m-t-55 {margin-top: 55px;}
.m-t-60 {margin-top: 60px;}
.m-t-65 {margin-top: 65px;}
.m-t-70 {margin-top: 70px;}
.m-t-75 {margin-top: 75px;}
.m-t-80 {margin-top: 80px;}
.m-t-85 {margin-top: 85px;}
.m-t-90 {margin-top: 90px;}
.m-t-95 {margin-top: 95px;}
.m-t-100 {margin-top: 100px;}
.m-t-130 {margin-top: 130px;}

/* MARGIN BOTTOM */

.m-b-5 {margin-bottom: 5px;}
.m-b-10 {margin-bottom: 10px;}
.m-b-15 {margin-bottom: 15px;}
.m-b-20 {margin-bottom: 20px;}
.m-b-25 {margin-bottom: 25px;}
.m-b-30 {margin-bottom: 30px;}
.m-b-35 {margin-bottom: 35px;}
.m-b-40 {margin-bottom: 40px;}
.m-b-45 {margin-bottom: 45px;}
.m-b-50 {margin-bottom: 50px;}
.m-b-55 {margin-bottom: 55px;}
.m-b-60 {margin-bottom: 60px;}
.m-b-65 {margin-bottom: 65px;}
.m-b-70 {margin-bottom: 70px;}
.m-b-75 {margin-bottom: 75px;}
.m-b-80 {margin-bottom: 80px;}
.m-b-85 {margin-bottom: 85px;}
.m-b-90 {margin-bottom: 90px;}
.m-b-95 {margin-bottom: 95px;}
.m-b-100 {margin-bottom: 100px;}
.m-b-130 {margin-bottom: 130px;}

/* PADDING TOP */

.p-t-5 {padding-top: 5px;}
.p-t-10 {padding-top: 10px;}
.p-t-15 {padding-top: 15px;}
.p-t-20 {padding-top: 20px;}
.p-t-25 {padding-top: 25px;}
.p-t-30 {padding-top: 30px;}
.p-t-35 {padding-top: 35px;}
.p-t-40 {padding-top: 40px;}
.p-t-45 {padding-top: 45px;}
.p-t-50 {padding-top: 50px;}
.p-t-55 {padding-top: 55px;}
.p-t-60 {padding-top: 60px;}
.p-t-65 {padding-top: 65px;}
.p-t-70 {padding-top: 70px;}
.p-t-75 {padding-top: 75px;}
.p-t-80 {padding-top: 80px;}
.p-t-85 {padding-top: 85px;}
.p-t-90 {padding-top: 90px;}
.p-t-95 {padding-top: 95px;}
.p-t-100 {padding-top: 100px;}
.p-t-120 {padding-top: 120px;}

/* PADDING BOTTOM */

.p-b-5 {padding-bottom: 5px;}
.p-b-10 {padding-bottom: 10px;}
.p-b-15 {padding-bottom: 15px;}
.p-b-20 {padding-bottom: 20px;}
.p-b-25 {padding-bottom: 25px;}
.p-b-30 {padding-bottom: 30px;}
.p-b-35 {padding-bottom: 35px;}
.p-b-40 {padding-bottom: 40px;}
.p-b-45 {padding-bottom: 45px;}
.p-b-50 {padding-bottom: 50px;}
.p-b-55 {padding-bottom: 55px;}
.p-b-60 {padding-bottom: 60px;}
.p-b-65 {padding-bottom: 65px;}
.p-b-70 {padding-bottom: 70px;}
.p-b-75 {padding-bottom: 75px;}
.p-b-80 {padding-bottom: 80px;}
.p-b-85 {padding-bottom: 85px;}
.p-b-90 {padding-bottom: 90px;}
.p-b-95 {padding-bottom: 95px;}
.p-b-100 {padding-bottom: 100px;}
.p-b-120 {padding-bottom: 120px;}

/* HEADER */

.main-header {
	width: 100%;
	margin: 0 auto;
    position: relative;
    z-index: 9;
}

/* MAIN NAV */

.navbar-toggler {
    padding: 0;
    border: none;
    outline: none;
    text-align: left;
}

.navbar-toggler img {
   max-width: 16px;
}

#main-nav {
	width: 100%;
	padding: 20px 0;
	background-color: var(--white);
	border: none;
	border-radius: 0;
    font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	z-index: 2;
}

@media (min-width: 768px) {
    body.single #main-nav {
        background-color: transparent;
    }
}

#main-nav .navbar-brand {
    width: auto;
    height: auto;
}

#main-nav .navbar-brand h1 {
    margin: 0;
    line-height: 0;
}

#main-nav .navbar-brand img {
    width: 100%;
    max-width: 102px;
    height: auto;
}

#main-nav .navbar-collapse {
    justify-content: right;
    position: static;
}

#main-nav .navbar-nav li a {
    color: var(--inz-secondary);
}

#main-nav .navbar-nav li a:hover,
#main-nav .navbar-nav > li:hover > a,
.single-projeto .main-nav__language li a:hover {
    color: var(--inz-primary);
}

#main-nav .navbar-nav > li > a {
	padding: 1rem 1rem;
	position: relative;
	display: block;
	text-transform: uppercase;
}

#main-nav .navbar-nav > li.dropdown {
	position: relative;
}

#main-nav .dropdown-toggle::after {
    display: none;
}

#main-nav ul>li>.dropdown-menu {
    width: 100%;
    max-width: 250px;
    padding: 1rem 1.2rem;
    margin: 0;
    background-color: var(--white);
    letter-spacing: 0;
    border-radius: 0;
    border: 1px solid;
    top: 100%;
    display: none;
}

#main-nav ul>li>.dropdown-menu.show {
    display: block;
}

#main-nav ul>li>.dropdown-menu a:hover {
    color: var(--inz-primary);
}

#main-nav ul>li>.dropdown-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
}

#main-nav ul>li>.dropdown-menu li {
    padding: 10px 0;
    display: block;
    font-size: 13px;
}

#main-nav ul>li>.dropdown-menu li a:hover {
    text-decoration: underline;
}

.main-nav__language {
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    display: flex;
}

.main-nav__language .lang-item {
    padding-right: 5px;
}

.main-nav__language .lang-item-first:after {
    content: "|";
    color: #c0c0c0;
    padding-left: 5px;
}

.close-menu,
.close-filter {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9;
}

 @media (max-width: 1199px) {
    #main-nav #navbarContent {
        width: 100%;
        max-width: 300px;
        padding: 40px 15px;
        background-color: var(--white);
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        transition: 0.5s;
        align-items: flex-start;
        overflow-y: auto;
        z-index: 999999;
        box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    }
    #main-nav #navbarContent.show {
        left: 0;
    }
    #main-nav ul>li>.dropdown-menu ul li {
        width: 100%;
        padding: 7px 0;
    }

    #main-nav .navbar-nav > li > a {
        padding: 15px 1rem;
    }

    #main-nav .navbar-nav li a:hover,
    #main-nav .navbar-nav > li:hover > a {
        color: var(--inz-primary);
        opacity: 0.7;
    }
}

@media (min-width: 768px) {
    .single-projeto .main-header {
        background-color: rgba(0,0,0,0.2);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    
    .single-projeto .main-nav__language li a,
    .single-projeto #main-nav .navbar-nav > li > a {
        color: var(--white);
    }
    
    .single-projeto .main-nav__language li a:hover,
    .single-projeto #main-nav .navbar-nav li a:hover,
    .single-projeto #main-nav .navbar-nav > li:hover > a {
        color: var(--inz-primary);
    }
}

@media (min-width: 992px) {
    #main-nav .navbar-brand img {
        max-width: 200px;
    }

    #main-nav .navbar-nav>li>ul.dropdown-menu {
        width: 210px;
        left: 1rem;
    }
    #main-nav ul > li.dropdown:hover > .dropdown-menu {
		display: block;
	}
}

/* CLOSE BUTTON */

.close-icon {
	width: 30px;
	height: 30px;
	padding: 10px;
	cursor: pointer;
}

.close-icon:before,
.close-icon:after {
	content:'';
	position:absolute;
	width: 26px;
	height: 3px;
	background-color: var(--inz-primary);
	top: 16px;
}

.close-icon:before {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	left:2px;
}
.close-icon:after {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	right:2px;
}

/* BREADCRUMB */

.breadcrumbs {
    padding: 0;
	background: transparent;
	font-size: 11px;
}

/* TOP PAGE */

.top-page {
    min-height: 200px;
    margin: 0;
    display: flex;
    align-items: center;
}

.top-page:after {
	content: "";
	width: 95%;
	height: 1px;
	background-color: var(--inz-secondary);
	position: absolute;
	left: 0;
	top: 50%;
}

.top-page .intitle {
	margin: 0;
	font-size: 3.5em;
    font-weight: 200;
	line-height: 1;
	text-transform: uppercase;
}

.top-page__contact {
    width: 30px;
    height: 225px;
    padding: 0;
    margin: -88px 0 0;
    list-style: none;
    position: absolute;
    right: 13rem;
    top: 49%;
}

.top-page__contact .fa {
	width: 25px;
	height: 25px;
	margin-bottom: 5px;
	background-color: var(--inz-primary);
	color: var(--white);
	border-radius: 30px;
	line-height: 25px;
	text-align: center;
}

.top-page__vertical {
    width: 155px;
    margin-top: -15px;
    font-weight: 700;
    letter-spacing: 2px;
    transform: rotate(-90deg);
    transform-origin: 86px 84px;
}

@media (max-width: 1199px) {
    .top-page__contact {
        margin-top: -90px;
        right: 5px;
    }
}

@media (max-width: 767px) {
    .top-page__contact {
        display: none;
    }
}

@media (min-width: 992px) {
    .top-page {
        height: 300px;
    }
    .top-page .intitle {
        font-size: 7em;
        max-width: 90%;
    }
}

/* ENTRY */

.entry {
	font-size: 1em;
	word-wrap: break-word;
	z-index: 1;
}

.single .entry {
    font-size: 1.3em;
}

.post-header__title {
    margin: 0 0 40px;
    font: 300 2em/1.2 'Jost';
}

.entry__time {
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.entry__time time,
.post-header__cat a {
	padding: 2px 8px;
	margin-right: 10px;
	background-color: #f5f5f5;
	font-size: 12px;
}

.post-header__cat a {
    background-color: var(--inz-secondary);
    color: var(--white);
    text-transform: uppercase;
}

.entry img {
	max-width: 100%;
	height: auto;
}

.entry p {
	margin-bottom: 25px;
}

.entry p a,
.entry ul a,
.entry ol a {
    text-decoration: underline;
}

.entry > h2:not(.intitle),
.entry > h3:not(.intitle),
.entry > h4:not(.intitle),
.entry > h5 {
	margin: 40px auto 20px;
}

.entry blockquote {
    margin: 40px 0;
    padding-left: 30px;
    border-left: 1px solid var(--inz--primary);
}

.entry iframe {
	width: 100%;
	display: block;
}

.entry__tags {
    padding-top: 20px;
    margin-top: 40px;
    font-size: 12px;
}

.entry .entry__tags a {
    padding: 2px 6px;
    background-color: #f5f5f5;
    color: var(--inz-secondary) !important;
    text-decoration: none;
    border-radius: 2px;
}

.wp-block-embed {
    margin: 40px 0 !important;
}

.wp-block-image figcaption {
    margin-bottom: 40px;
    font-size: 12px;
    text-align: center;
}

.wp-block-post-featured-image img {
	border-radius: 5px;
}

@media (min-width: 576px) {
    .post-header__title {
        font-size: 3.2em;
    }
    .wp-block-post-featured-image {
        margin-bottom: 0;
    }
}

/* SHARE */

.post-header__share a {
    display: inline-block;
    margin-left: 3px;
}

.post-header__share .fa {
    width: 30px;
    height: 30px;
    color: var(--white);
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    display: block;
    border-radius: 30px;
}

 .post-header__share .fa-facebook {
	background: #3b5998
 }
 .post-header__share .fa-twitter {
	background: #1da1f2;
 }
 .post-header__share .fa-whatsapp {
	background: #4dc247;
 }
 .post-header__share .fa-linkedin {
	background: #0077b5;
 }
 
 @media (max-width: 575px) {
    .post-header__share {
        width: 100%;
        margin-top: 15px;
    }
 }

/* WP-PAGENAVI */

nav.pagination {
    margin: 40px 0;
    display: block;
    text-align: center;
    font-weight: 600;
    clear: both;
}

nav.pagination .total-pages {
    margin: 0 15px;
    display: inline-block;
    color: #858585;
}

/* SEARCH FORM */

.search-toggle {
    cursor: pointer;
    outline: none !important;
    background: transparent;
    font-size: 1.3em;
    box-shadow: none;
}

.search-top {
	width: 300px;
	max-height: 0;
	position: absolute;
	top: -12px;
	right: 30px;
	z-index: 99999;
	display: none;
	-moz-transition: max-height, 0.5s;
	-o-transition: max-height, 0.5s;
	-webkit-transition: max-height, 0.5s;
	transition: max-height, 0.5s;
}

.search-top.open {
	max-height: 80px;
	display: block;
}

.search-top form {
	overflow: hidden;
}

.search-top input[type="search"] {
	width: calc(100% - 60px);
	padding: 15px;
	margin: 0;
	float: left;
}

.search-top input[type="submit"] {
	width: 60px;
	padding: 13px !important;
	margin: 0;
	background: url(images/search.png) center no-repeat #000;
	background-size: 30px;
	float: right;
}

.search-form {
    width: 100%;
    max-width: 640px;
    overflow: hidden;
    border-radius: 3px;
  }
  
  .search-form input[type="search"] {
    width: calc(100% - 40px);
    height: 40px;
    padding: 10px;
    margin: 0;
    background: var(--white);
    float: left;
    border: 1px solid #dbdbdb;
  }
  
  .search-form input[type="submit"] {
    width: 40px;
    height: 40px;
    padding: 0 !important;
    margin: 0;
    background: url(images/search.png) center no-repeat var(--inz-secondary);
    background-size: 16px;
    float: right;
    border-radius: 0;
  }

.close-icon {
	width: 30px;
	height: 30px;
	padding: 10px;
	cursor: pointer;
}

.close-icon:before,
.close-icon:after{
	content:'';
	position:absolute;
	width: 26px;
	height: 3px;
	background-color: var(--inz-primary);
	top: 16px;
}

.close-icon:before {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	left:2px;
}
.close-icon:after {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	right:2px;
}

@media (max-width: 400px) {
    .search-top {
        width: 280px;
        top: 70px;
        right: -10px;
    }
}

/* SIDEBAR */

.aside-sidebar .sidebar {
    margin-bottom: 50px;
}

.aside-sidebar h2 {
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
}

.aside-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.aside-sidebar ul li {
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
}

.aside-sidebar ul li:last-child {
    border-bottom: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border: none;
    border-bottom: 1px solid;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 2px 0 0 0;
    margin: 0;
    background-color: transparent;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    border-radius: 30px;
    text-align: center;
}

.wp-block-tag-cloud.is-style-outline a {
    padding: 2px 6px;
    font-size: 12px !important;
}

/* COMMENTS */

.comments-p {
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: 500;
}

#comments .navigation {
	border: none;
}

.comments-list {
	position: relative;
	list-style: none;
	padding: 0;
}

.comments-list>.comment,
.comments-list>li {
	padding: 20px 25px;
	margin-bottom: 25px;
	border: 1px solid;
}

.comments-list .pingback {
	padding: 30px 50px;
}

.comments-list .pingback p {
	margin: 0;
}

.comments-list .comment-meta {
	overflow: hidden;
	vertical-align: top;
	margin: 0;
	font-weight: 700;
}

.comments-list .comment-meta span {
	display: block;
}

.comments-list .comment-meta span.comment-time {
	font-size: 16px;
}

.comments-list .comment-meta .comment-edit-link {
	font-size: 12px;
}

.comments-list .comment .children {
	padding-top: 40px;
	padding-left: 40px;
	list-style: none;
}

.comments-list .comment .children:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	margin-top: -20px;
	border-top: 1px solid #d5d5d5;
}

.comments-list .comment p:last-child {
	margin-bottom: 0;
}

.comments-list .children .comment {
	position: relative;
	margin-bottom: 20px;
}

.comments-list .children .comment:after {
	top: 40px;
	width: 18px;
	height: 1px;
}

.comment-respond .section-head {
	display: block;
}

.comment-form .required {
	color: #efa4a4;
}

.comment-form .reply-field.cf {
	clear: both;
}

.comment-form .form-submit {
	display: block;
	margin: 0;
}

.children .comment-form {
	margin-bottom: 0;
}

/* TOP BUTTON */

.btn-top,
.btn-wpp {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    text-align: center;
    line-height: 72px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    z-index: 2;
}

.btn-top {
    background: url(images/nav-top.png) center no-repeat var(--white);
    background-size: 22px;
    cursor: pointer;
    display: none;
}

/* WHATSAPP */

.btn-wpp {
    background-color: #5eca55;
    bottom: 30px;
}

.btn-wpp .fa {
    color: #fff;
    font-size: 36px;
}

/* SOCIAL BLOCK */

.social-block .fa {
    margin-right: 20px;
    font-size: 1.2em;
}

/* MODAL */

.modal-dialog {
    width: 95%;
    max-width: 600px;
}

.modal-body {
    padding: 2rem;
}

.modal-body h2 {
    margin-bottom: 0;
}

.modal button.btn-close {
    width: 35px;
    height: 35px;
    padding: 0;
    color: var(--white);
    background-color: var(--inz-primary);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
    border-radius: 30px;
}

.gdpr_lightbox {
    background: rgba(0,0,0,.5);
}

/* FOOTER */

.main-footer {
	width: 100%;
    padding-top: 80px;
    margin-top: 150px;
    font-size: 1em;
	position: relative;
	bottom: 0;
    border-top: 1px solid;
}

.single-projeto .main-footer {
    margin-top: 100px;
}

.main-footer .container {
    max-width: 850px;
}

.main-footer p:empty {
    display: none;
}

.main-footer h2 {
    margin-bottom: 20px;
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.7;
}

.main-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-footer ul.menu li {
    padding: 2px 0;
}

.main-footer ul.menu li a {
    padding-right: 15px;
}

.main-footer ul.menu li:last-child a {
    padding-right: 0;
}

.main-footer ul.menu li a:before {
    content: "\f105";
    margin-right: 6px;
    font-family: 'FontAwesome';
    display: inline-block;
}

.main-footer .contact-block {
    max-width: 100%;
}

.main-footer__copyright {
	padding: 30px 0;
	font-size: 13px;
    opacity: 0.6;
}

.main-footer__copyright p {
	margin: 0;
}

@media (max-width: 575px) {
    .main-footer {
        text-align: center;
    }

    .main-footer .contact-block li {
        padding-left: 0;
    }

    .main-footer .contact-block .fa {
        margin-bottom: 10px;
        position: relative;
    }
}

/* MEDIA QUERIES */

@media (max-width: 767px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1200px;
    }
}

.s-container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.single-post .s-container {
    max-width: 850px;
}