/*
Theme Name: Blumen
Theme URI: bloomen.octrace.store
Author: Octrace
Author URI: themeforest.net/user/octrace
Description: Blumen is Modern and Clean Portfolio theme crafted to showcase your best works. Simple, elegant layout with clean typography will help present your works in professional and pleasant way. Minimalist and clean design keeps user attention and places an emphasis on your content. Theme is perfectly suitable for graphic & web designers, creative agencies, freelancers, photographers etc.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blumen
Tags: theme-options, portfolio, grid-layout, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Navigation
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
# Media
# Bloom core
# Header
# Hero
# Blog
# Content
# Media
# Single article
# Single project
# About & Contact
# Works
# 404
# Footer
# Responsive

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px;
}
body {
    margin: 0;
    font-size: 12px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: 1.7rem;
}

mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5rem;
}
sub {
    bottom: -0.25rem;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1rem;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75rem;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 10px 15px;
    border: 1px solid #eee;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #111;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
}
p {
    margin-bottom: 1.5rem;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5rem;
}
address {
    margin: 0 0 1.5rem;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6rem;
    max-width: 100%;
    overflow: auto;
    padding: 1.6rem;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 1.5rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}

.post-password-form input {
    background: #fff;
    font-size: 1.2rem;
    border: 1px solid #aaa;
    position: relative;
    top: -3px;
    height: 36px;
    padding: 0 20px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5rem;
}
ul,
ol {
    margin: 0 0 1.5em 3rem;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5rem;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5rem;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5rem;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #009fff;
}
a:visited {
    color: #009fff;
}
a:hover,
a:focus,
a:active {
    color: #000;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    display: block;
    float: right;
    max-width: 75%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation .menu > li,
.main-navigation > .menu > ul > li.page_item {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    position: relative;
    float: left;
    margin-left: 60px;
    height: 85px;
}

.main-navigation .menu > li ul li {
    padding: 15px 0;
    font-size: 10px;
}

.main-navigation a {
    color: #222;
    text-decoration: none;
}
.main-navigation a:hover {
    text-decoration: none;
    transition: all .2s;
    color: #009fff;
}
.main-navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    min-width: 190px;
    padding: 0 30px;
    line-height: 25px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    text-align: left;
}

.main-navigation ul ul ul li{
}

.main-navigation ul ul a {
    letter-spacing: 2px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    display: block;
}
.menu-toggle {
    display: none;
}
.main-navigation ul {
    display: block;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5rem;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5rem;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5rem;
}
.updated:not(.published) {
    display: none;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5rem;
}
.page-links a {
    color: #009fff;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}
.wp-caption {
    margin-bottom: 1.5rem;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.gallery {
    margin-bottom: 1.5rem;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11111%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
# Bloom core
--------------------------------------------------------------*/

* {
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
    font-family: 'Montserrat', sans-serif;
}
.container {
    max-width: 1170px;
    margin: auto;
}
.container-full {
    width: 100%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.blog-image img,
.article-image img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.blog-image-empty {
    display: none;
}
a {
    text-decoration: none;
    transition: all .2s linear;
}
a:hover {
    text-decoration: none;
    color: #000;
}
.clearfix {
    clear: both;
}
.wpcf7-form,
.subscribe-form {
    margin: auto;
    width: 60%;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
    min-height: 85px;
    line-height: 85px;
}
.site-branding {
    display: inline-block;
    float: left;
}
.site-title {
    margin: 0;
    float: left;
    height: 85px;
    line-height: 85px;
}
.site-title a {
    color: #009fff;
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
}
.site-title img {
    max-height: 45px;
    margin-top: 20px;
}
.nav-button {
    display: none;
    float: right;
}
.close-btn {
    display: none;
}
/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

.hero-homepage,
.hero-about,
.hero-contact,
.hero-articles {
    background: #fdc;
    position: relative;
    width: 100%;
    height: 600px;
    z-index: 0;
}
.hero-content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
}
.hero-content h1 {
    font-size: 6.3rem;
    font-weight: 300;
    letter-spacing: 15px;
    line-height: 1.7;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.hero-content h2 {
    color: #252525;
    font-size: 1.9rem;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 2.5;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog-list {
    float: left;
    margin-top: 100px;
    margin-right: 4%;
    width: 66%;
}
.blog-item {
    /* background: #ddd; */
    
    font-family: Muli;
    float: left;
    margin-bottom: 80px;
    position: relative;
    width: 100%;
}
.blog-image {
    background: #999;
    position: relative;
    margin-right: 4%;
    height: 250px;
    float: left;
    width: 37%;
}
.blog-content {
    /* background: salmon; */
    
    float: left;
    margin-top: 25px;
    width: 59%;
}
.categories {
    display: inline-block;
    font-family: Montserrat;
    color: #009fff;
    font-size: 1.1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
}
.categories a {
    font-family: Montserrat;
    color: #009fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
}
.slash-decor {
    color: #009fff;
    font-size: 1.1rem;
    padding: 0 10px;
}
a.date {
    color: #009fff;
    /* color: #999; */
    
    font-size: 1.1rem;
    letter-spacing: 3.5px;
    text-align: left;
    font-weight: 700;
}
.blog-item-heading {
    margin: 15px 0;
    text-align: left;
    font-size: 2.3rem;
    letter-spacing: 1.4px;
    line-height: 1.5;
    text-transform: capitalize;
}
.blog-item-heading a {
    color: #000;
}
.blog-item-heading a:hover {
    color: #009fff;
}
.blog-item-text {
    color: #333;
    font-size: 1.6rem;
    letter-spacing: .9px;
    line-height: 2;
    text-align: left;
}
.navigation.pagination {
    text-align: center;
}
.nav-links a,
.nav-links > span {
    color: #333;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 0 5px;
    font-size: 10px;
}
.nav-links a:hover {
    color: #fff;
    background: #009fff;
    border: 1px solid #009fff;
}
span.current {
    color: #fff;
    background: #009fff;
    border: 1px solid #009fff;
}
span.dots {
    display: none;
}
.widget-area {
    float: left;
    margin-top: 100px;
    width: 30%;
}
.widget-area ul {
    list-style-type: none;
}
.widget-area section {
    margin-top: 50px;
}
.widget-area section:first-child {
    margin-top: 0;
}
.widget-title {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    text-align: center;
    font-weight: 500;
    background: #fdc;
    line-height: 50px;
    margin-bottom: 30px;
    height: 50px;
    width: 100%;
    font-size: 1.5rem;
}
.search-form {
    position: relative;
    margin-bottom: 50px;
}
.search-form input {
    background: transparent;
    border: 1px solid #ccc;
    padding-left: 15px;
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 1.2rem;
}
.search-form input:focus,
.search-form input:active {
    border: 1px solid #999;
}
.search-form input:focus + .search-icon {
    color: #333;
}
.search-icon {
    font-size: 1.5rem;
    color: #999;
    position: absolute;
    transform: translateY(-50%);
    right: 20px;
    top: 50%;
}
.widget-area ul {
    padding: 0;
    margin: 0
}
.widget-area ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px;
    margin-bottom: 20px;
}
.widget-area ul li:last-child {
    border: none;
    margin-bottom: 0;
}
.widget-area ul li {
    color: #333;
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.widget-area ul li a {
    color: #333;
}
.widget-area ul li a:hover {
    color: #009fff;
}
.category-heading {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-top: 70px;
    margin-bottom: -30px;
}
/*-----------------------------------------------------
# Single article
------------------------------------------------------*/

.entry-title {
    font-size: 2rem;
}
.single-article-hero {
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center;
    margin-bottom: 100px;
    height: 650px;
    width: 100%;
}
.single-page-hero {
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    background-position: center;
    margin-bottom: 0;
    height: 350px;
    width: 100%;
    overflow: hidden;
}
.card {
    background: #fff;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 80px 0;
    min-width: 500px;
}
.card h2 {
    font-size: 5.5rem;
    margin: auto;
    text-transform: capitalize;
    letter-spacing: 4px;
    line-height: 1.5;
    margin-top: 30px;
    width: 80%;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
.card .category {
    font-size: 1.5rem;
    font-weight: 500;
}
.card .date {
    text-align: center;
    font-weight: 500;
    padding-left: 5px;
}
.single-article,
.comment {
    font-family: Muli;
    margin: auto;
    width: 90%;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 1px;
}
.single-article p {
    margin: 30px auto;
}
.aligncenter {
    padding: 20px 0;
    margin: auto;
}
.alignleft {
    float: left;
    margin-right: 3%;
}
.alignright {
    float: right;
    margin-left: 3%;
}
.single-article blockquote,
.comment blockquote {
    background: #f7f7f7;
    border-left: 5px solid #fdc;
    margin: 50px 0;
}
.single-article blockquote p,
.comment blockquote p {
    font-size: 3rem;
    font-weight: 400;
    padding: 50px 0 50px 30px;
    line-height: 1.9;
    letter-spacing: 1.6px;
}
.single-article ul
.comment ul,
.single-article ol
.comment ol {
    font-size: 2rem;
    line-height: 2.3;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 30px auto;
}
.comment-list {
    padding: 0;
    margin: 0;
}
.comments-section {
    text-align: center;
    margin-top: 100px;
}
.comments-section .header {
    background: #fdc;
    line-height: 100px;
    margin-bottom: 70px;
    height: 100px;
    width: 100%;
}
.comments-section .header h2 {
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}
.comment {
    border-bottom: 1px solid #ddd;
    text-align: left;
    position: relative;
    padding-bottom: 50px;
}
.comment:last-child {
    border-bottom: none;
}
.comment:nth-child(n+1) {
    margin-top: 50px;
}
.comment-reply {
    margin-left: 100px;
}
.comment-avatar-placeholder {
    background: #999;
    border-radius: 50%;
    float: left;
    margin-right: 35px;
    height: 150px;
    width: 150px;
    margin-bottom: 50px;
}
.comment-avatar-placeholder img {
    border-radius: 50%;
}
.comment-name a,
.comment-name {
    font-size: 1.6rem;
    text-transform: capitalize;
    letter-spacing: 1px;
    clear: none;
    color: #000;
}
.comment-name a:hover {
    color: #009fff;
}
.comment-reply-link {
    color: #009fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: absolute;
    top: 0;
    right: 0;
}
.comment-reply-link:visited {
    color: #009fff;
}
.comment-date {
    color: #009fff;
    margin: 10px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1.7px;
    clear: none;
}
.comment p {
    font-family: Muli;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: .5px;
    width: 90%;
    padding-left: 185px;
}
.comments-section .comments-pagination {
    margin: 50px 0 100px 0;
}

.pingback {
    text-align: left;
    padding: 30px 0;

}

.pingback a {
    color: #000;
    font-weight: 400;
}

.pingback a:hover {
    color: #009fff;
}

/*-----------------------------------------------------
# Single Project
------------------------------------------------------*/

.single-project {
    text-align: center;
    margin-top: 100px;
}
.filters {
    color: #009fff;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    margin: 0;
}
.single-project h1 {
    color: #333;
    font-size: 7.5rem;
    letter-spacing: 2px;
    padding: 20px 0 70px 0;
}
.single-project-info {
    margin: 90px auto;
    width: 80%;
}
.single-project-info h2 {
    color: #009fff;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
    padding-bottom: 17px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
}
.single-project-info p {
    font-size: 1.9rem;
    text-align: left;
    line-height: 2.1;
    letter-spacing: .5px;
    margin: 0 auto 30px auto;
}
.single-project img.left-side-image {
    float: left;
    width: 50%;
    padding-right: 15px;
}
.single-project img.right-side-image {
    float: left;
    width: 50%;
    padding-left: 15px;
}
/*-----------------------------------------------------
# About & Contact
------------------------------------------------------*/

.about-us {
    position: relative;
    margin: 150px auto;
    width: 70%;
}
.contact-us {
    margin: 120px auto;
    width: 70%;
}
.about-us-info,
.contact-us-content {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    line-height: 2.1;
    letter-spacing: .5px;
}
.about-us-info {
    padding-top: 75px;
}
.contact-us-content {
    font-size: 2.2rem;
}
.about-us-icon {
    font-size: 50px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}
.services,
.contacts {
    background: #99d9ff;
    width: 100%;
    padding: 150px 0;
}
.contacts {
    padding: 100px 0;
}
.services-item,
.contact-item {
    float: left;
    width: 33.33%;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
}
.services-icon,
.contact-icon {
    font-size: 35px;
}
.services-item h3,
.contact-item h3 {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 15px;
}
.services-item p,
.contact-item p {
    font-size: 1.25rem;
    line-height: 1.8;
    letter-spacing: 1.1px;
}
.contact-us {
    margin: 120px auto;
    text-align: center;
    width: 100%;
}
.contact-us h2 {
    font-size: 5rem;
    letter-spacing: 1.5px;
    font-weight: 600;
    line-height: 1.5;
}
.contact-us p {
    font-size: 1.8rem;
    width: 55%;
    margin: 25px auto 45px auto;
    letter-spacing: .9px;
    line-height: 2;
}
.contact-us .wpcf7-form p {
    width: 100%;
}
.name,
.email,
.message {
    background: transparent;
    border: 1px solid #999;
    font-family: inherit;
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: 300;
    outline: none;
    padding: 15px;
}
.name,
.email {
    display: block;
    float: left;
    height: 50px;
    width: 333.5px;
}
.name {
    margin-right: 35px;
}
.message {
    margin-top: 35px;
    height: 200px;
    width: 100%;
}
.name:active,
.email:active,
.message:active,
.name:focus,
.email:focus,
.message:focus {
    border: 1px solid #111;
}
input[type='submit'].btn-send-message {
    background: #009fff;
    border: none;
    color: #fff;
    padding: 18px 45px;
    margin-top: 35px;
    font-family: inherit;
    font-size: 1.2rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .2s linear;
}
input[type='submit'].btn-send-message:hover {
    color: #fff;
    background: #212121;
    cursor: pointer;
}
.contact-details {
    background: #99d9ff;
    width: 100%;
    padding: 100px 0;
}
.contact-item {
    float: left;
    width: 33.33%;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
}
.contact-icon {
    font-size: 35px;
}
.contact-item h3 {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 15px;
}
.contact-item p {
    font-size: 1.25rem;
    line-height: 1.8;
    letter-spacing: 1.1px;
}
/*-----------------------------------------------------
# Works
------------------------------------------------------*/

.hero-portfolio {
    color: #222;
    text-align: center;
    padding: 100px 0;
}
.hero-portfolio h1 {
    font-size: 5rem;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.hero-portfolio p {
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: .3px;
    width: 50%;
    margin: auto;
}
.works-item {
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.works_2-columns .works-item {
    width: 50%;
}
.works_3-columns .works-item {
    width: 33.33%;
}
.works_4-columns .works-item {
    width: 25%;
}
.works-item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all .3s linear;
}
.works-item:hover .works-item-overlay {
    opacity: 1;
}
.works-item-info {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 2;
    text-align: center;
    width: 100%;
}
.works-info-title {
    color: #333;
    font-size: 2.3rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 15px;
}
.works-info-category {
    color: #009fff;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin: 0;
}
.works_2-columns a:hover,
.works_3-columns a:hover,
.works_4-columns a:hover {
    color: inherit;
}
/*-----------------------------------------------------
# 404
------------------------------------------------------*/

.hero-404 {
    height: 100vh;
}
.hero-404 h1 {
    font-size: 13em;
    margin-bottom: -30px;
}
.btn-home {
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 50px;
    padding: 15px 45px;
}
.btn-home:visited {
    color: #000;
}
.btn-home:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
/*-----------------------------------------------------
# Footer
------------------------------------------------------*/

footer {
    height: 85px;
    line-height: 85px;
}
.copyright {
    float: left;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    margin-top: 0;
}
.social-links {
    float: right;
    margin: 0;
    padding: 0;
}
.social-links li {
    display: inline-block;
    margin-left: 30px;
}
.social-links li a {
    color: #000;
    font-size: 1.4rem;
}
.social-links li a:hover {
    color: #009fff;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media(max-width: 1200px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    /* ----- Contact Form ------ */
    
    .name,
    .email {
        float: none;
        width: 100%;
    }
    .name {
        margin-bottom: 35px;
    }
    /* ----- Single Article ----- */
    
    .card {
        width: 65%;
    }
    .card h2 {
        padding: 0 30px;
        font-size: 5rem;
        width: 100%;
    }
    /* ----- Articles ----- */
    
    .category-heading {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    .blog-list {
        float: none;
        margin: 100px auto 0 auto;
        width: 80%;
    }
    .blog-sidebar {
        float: none;
        margin: 100px auto 0px auto;
        width: 80%;
    }
    /* ----- Single Article ----- */
    
    .single-article blockquote p {
        font-size: 2rem;
    }
}
@media (max-width: 860px) {
    .hero-content {
        padding: 0 25px;
    }
    .works_2-columns .works-item,
    .works_3-columns .works-item,
    .works_4-columns .works-item {
        float: none;
        width: 100%;
    }
    .about-us,
    .contact-us {
        margin: 100px auto;
        width: 85%;
    }
    .services,
    .contact-details {
        padding: 90px 0;
    }
    .services-item,
    .contact-item {
        float: none;
        margin: auto;
        padding-bottom: 70px;
        width: 70%;
    }
    .services-item:nth-of-type(3),
    .contact-item:nth-of-type(3) {
        padding-bottom: 0;
    }
    .hero-portfolio {
        text-align: center;
        padding: 70px 0;
    }
    .hero-portfolio p {
        width: 70%;
    }
    /* ----- Contact Form ------ */
    
    .wpcf7-form {
        width: 85%;
    }
    .contact-us h2 {
        font-size: 4.3rem;
    }
    .contact-us p {
        font-size: 1.7rem;
        width: 65%;
    }
    .contact-us .wpcf7-form p {
        width: 100%;
    }
    .btn-send-message {
        width: 100%;
    }
    /* ----- Articles ------ */
    
    .hero-articles h2 {
        margin: auto;
        width: 80%;
    }
    .blog-image {
        float: none;
        margin: auto;
        height: 300px;
        margin-bottom: 30px;
        width: 100%;
    }
    .blog-content {
        float: none;
        width: 100%;
    }
    /*  ----- Single Article -----*/
    
    .single-article blockquote p:first-child {
        font-size: 2.3rem;
        padding-right: 15px;
    }
    .comment-avatar-placeholder {
        display: none;
    }
    .comment-date {
        margin-left: 0;
    }
    .comment p {
        margin: 0;
        padding: 0;
    }
    .comment-list ul.children {
        margin: 0
    }
}
@media (max-width: 670px) {
    .nav-button {
        display: block;
    }
    .main-navigation {
        max-width: 100%;
    }
    #site-navigation {
        display: none;
        width: 100%;
        height: 100%;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(255, 255, 255, 1);
    }
    .menu {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        text-align: center;
    }
    .close-btn {
        display: block;
    }
    .menu > li {
        float: none;
        line-height: normal;
        margin-left: 0;
        padding: 15px 0;
    }
    .menu li a {
        font-size: 1.4rem;
        font-weight: 300;
        letter-spacing: 3.2px;
        margin-left: 0;
        float: left;
    }
    .ti-menu {
        color: #121212;
        font-size: 2.5rem;
        line-height: 85px;
    }
    .ti-menu:hover {
        color: #121212;
    }
    .ti-close {
        color: #121212;
        position: absolute;
        right: 37px;
        top: 37px;
        font-size: 1.7rem;
    }
    .ti-close:hover {
        color: #009fff;
    }
    .main-navigation ul ul {
        display: block;
        position: static;
        min-width: 0;
        box-shadow: none;
        padding: 30px 0 0 20px;
    }
    /* ----- Contact Form ------ */
    
    .wpcf7-form {
        width: 100%;
    }
    .contact-us h2 {
        font-size: 4rem;
    }
    .contact-us p {
        font-size: 1.5rem;
        line-height: 2.2;
        width: 90%;
    }
    .contact-us .wpcf7-form p {
        width: 100%;
    }
    /* ----- Single Article ----- */
    
    .card {
        width: 80%;
    }
    .card h2 {
        font-size: 4.5rem;
    }
    .card .category {
        font-size: 1.2rem;
        line-height: 3;
        padding: 0 10px;
    }
}
/* Start @media(max-width:470px) */

@media (max-width: 470px) {
    .hero-content h1 {
        font-size: 5rem;
        padding: 0 15px;
    }
    .hero-content h2 {
        padding: 20px 20px 0 20px;
    }
    .single-project h1 {
        font-size: 7rem;
        padding: 20px 0 40px 0;
    }
    .single-project-info {
        margin: 60px auto;
    }
    footer {
        height: 0;
        line-height: normal;
        text-align: center;
    }
    .footer-content {
        padding: 40px 0;
    }
    .copyright {
        float: none;
        margin-bottom: 25px;
    }
    .social-links {
        float: none;
    }
    .social-links li {
        margin-left: 10px;
        margin-right: 10px;
    }
    /* ----- Single Article ----- */
    
    .single-article-hero {
        margin-bottom: 50px;
    }
    .card h2 {
        font-size: 3.7rem;
    }
    .card .category {
        font-size: 1.2rem;
        line-height: 3;
    }
    .single-article p {
        font-size: 1.4rem;
    }
    .single-article blockquote p:first-child {
        font-size: 1.8rem;
    }
}