/*!
Theme Name: Mon Soleil
Author: Martin Žunec - Crescendo Visuals
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
    font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
}

.wpforms-container {
    font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

p, a, span {
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #2b2b2b;
}

p {
    line-height: 24px;
}

h1, h2, h3 {
	font-family: 'Merienda One', sans-serif;
    color: #2b2b2b;
}

/* Mon Soleil Apartman */ 

.clearFix {
	clear: both;
}

.contact-bar {
    padding: 1% 0 1%;
    margin-bottom: 1.5%;
    border-bottom: 1px solid #ffffff4a;
}

.contact-bar a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    font-size: 14px;
}

span.material-symbols-outlined {
    color: #fff;
    font-size: 20px;
    vertical-align: bottom;
    margin-right: 3px;
}

header {
    padding: 0 20% 0.5%;
    background-color: #00a6d0c7;
    box-shadow: 0 2px 3px rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

header .header-left {
    width: 35%;
    float: left;
}

header .header-left img {
	width: 250px;
}

header .header-right {
    width: 65%;
    float: left;
    text-align: right;
    padding-top: 13px;
}

header .header-right ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 20px;
    text-transform: uppercase;
}

header .header-right ul li:last-child a {
    padding: 5px 12px;
    border: 1px solid;
}

header .header-right a {
    text-decoration: none;
	color: #fff;
}


.homepage-header .swiper-slide {
    height: 80vh;
    background-size: cover;
    background-position: center;
}

.header-title {
    position: absolute;
    width: 50%;
    margin-left: -25%;
    left: 50%;
    top: 38vh;
    z-index: 100;
    text-align: center;
}

.header-title h1, .header-title h2, .header-title h3 a {
    color: #fff;
    text-shadow: 2px -2px 3px rgb(0 0 0 / 80%);
}

.header-title h1 {
    font-size: 60px;
    margin-bottom: 30px;
}

.header-title h3 a {
    font-size: 22px;
    text-decoration: none;
    border: 3px solid;
    padding: 8px 20px;
}


.homepage-icons {
    padding: 5% 20% 2%;
    display: inline-block;
}

.homepage-icons-inner {
    width: 30%;
    float: left;
    margin-right: 5%;
    text-align: center;
}

.homepage-icons-inner:last-child {
    margin-right: 0;
}

.homepage-icons-inner img {
    width: 90px;
}


.homepage-content {
    border: 1px solid #d9d9d9;
}

.homepage-content-first-image {
    float: left;
    width: 50%;
    height: 52vh;
    background-position: center;
    background-size: cover;
}

.homepage-content-first-content {
    width: 50%;
    float: left;
    padding: 2%;
}

.homepage-content-second-image {
    float: right;
    width: 50%;
    height: 50vh;
    background-position: center;
    background-size: cover;
}

.homepage-content-second-content {
    width: 50%;
    float: right;
    padding: 2% 5%;
}

.homepage-content-first-content img, .homepage-content-second-content img {
    width: 60px;
}


.additional-content {
    padding: 2% 20%;
    text-align: center;
    border-top: 1px solid #d9d9d9;
}

.additional-content h3 {
    font-size: 30px;
}


footer {
	background: linear-gradient(90deg, rgba(67,172,223,1) 1%, rgba(31,195,218,1) 46%, rgba(0,212,255,1) 100%);
    background-size: cover;
    background-position: center;
}

.footer-logo {
    text-align: center;
    padding: 5% 5% 0%;
}

.footer-logo img {
    width: 300px;
}

.footer-socials {
    text-align: center;
}

.footer-socials a {
	display: inline-block;
}

.footer-socials a img {
	width: 40px;
	margin-right: 15px;
}

.footer-socials a:last-child img {
	margin-right: 0;
}

.footer-contact {
    text-align: center;
    padding: 1% 5% 5%;
    color: #fff;
}

.footer-contact h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 0;
}

.footer-contact p {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.footer-contact a {
    color: #fff;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    text-decoration: none;
}

.copyright {
    padding: 1% 20%;
    font-size: 14px;
    text-align: center;
    background: #183d45;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}

.page-header {
    height: 50vh;
    background-size: cover;
    background-position: center;
}

.page-content {
    padding: 2% 20%;
}

.page-content h3 {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 65px;
}

.error404 {
    padding: 13% 20% 5%;
}

#toggle-menu {
    display: none;
}

/* The end of desktop version. You are on your own now. */







/* Mobile business motherfucker. */


@media only screen and (max-width: 1024px) {

p, a, span {
    font-size: 16px;
}

p {
    text-align: justify;
}

header {
    padding: 5%;
    height: 100px;
}

.contact-bar {
    display: none;
}

header .header-left {
    width: 85%;
}

header .header-left img {
    width: 210px;
}

header .header-right {
    width: 14%;
    padding-top: 10px;
}

header .header-right ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 84px;
    left: 0;
    padding: 5% 0;
    text-align: center;
    background-color: #00a6d0c7;
}

header .header-right ul li {
    display: block;
    margin-left: 0;
    height: 27px;
}

header .header-right ul li:last-child {
    margin-top: 5px;
}

header .header-right #toggle-menu {
    display: block;
}

header .header-right #toggle-menu img {
    width: 75%;
    filter: invert(1);
}


.header-title {
    top: 37vh;
    width: 100%;
    margin-left: 0;
    left: 0;
}

.header-title h1 {
    font-size: 25px;
    margin-bottom: 10px;
}

.header-title h3 a {
    font-size: 14px;
}

.homepage-header .swiper-slide {
    height: 55vh;
}


.homepage-icons {
    padding: 5%;
}

.homepage-icons .homepage-icons-inner:nth-child(2), .homepage-icons .homepage-icons-inner:nth-child(3) {
    display: none;
}

.homepage-icons-inner img {
    width: 60px;
}

.homepage-icons-inner {
    width: 100%;
    margin-bottom: 8%;
}

.homepage-icons-inner h2 {
    margin-top: 5px;
}


.homepage-content-first-image, .homepage-content-second-image {
    width: 100%;
}

.homepage-content-first-content, .homepage-content-second-content {
    width: 100%;
    padding: 5%;
}

.additional-content {
    padding: 5%;
}


.footer-contact p {
    text-align: center;
}

.footer-logo {
    padding: 5%;
}

.footer-logo img {
    width: 200px;
}

.footer-socials a img {
    width: 35px;
}

.footer-contact h3 {
    font-size: 25px;
}

.footer-contact a {
    font-size: 18px;
}

.copyright {
    padding: 5%;
}


/* Single page */

.page-content {
    padding: 2% 5% 10%;
}

.page-content h3 {
    font-size: 25px;
    margin-bottom: 20px;
}


/* Form */

button#wpforms-submit-143 {
    margin: auto;
    display: block;
}

	}