/*
Theme Name:     Latif & Co - 2024
Theme URI:      http://latifandcompany.com
Description:    Custom theme by the Mighty Ant
Author:         The Mighty Ant
Author URI:     http://www.themightyant.com
Version:        2.0.2

===========================
BRAND COLOURS:

#666666		Site Border Grey
#E5E5E5		Home BG
#C5C7C9		Footer / Page BG
#E6E6E6		Menu BG / Form
#565454		Menu button
#37383A		Body / Text
#939598		Hompage Line 

===========================

CONTENTS:

01 Webfonts
02 Sensible defaults
03 Typography
04 General CSS
05 Page Template CSS
06 Media queries 

===========================

/* ---------------------------------------------------------------------------------------------------------- 
----------------------------------------------- 01 WEBFONTS -------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3a1b94");

@font-face {
	font-family: "FrutigerLTPro-Light";
	src: url('fonts/3A1B94_0_0.eot');
	src: url('fonts/3A1B94_0_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/3A1B94_0_0.woff2') format('woff2'),
		 url('fonts/3A1B94_0_0.woff') format('woff'),
		 url('fonts/3A1B94_0_0.ttf') format('truetype');
}

/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 02 SENSIBLE DEFAULTS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* Starkers CSS Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio,canvas,video{display:inline;zoom:1}
html{font-size:100%;box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
*, *:before, *:after {box-sizing:inherit;}
body{margin:0}
a{color:blue}
li{list-style:none}
b,strong{font-weight:700}
i,em,dfn{font-style:italic}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
small{font-size:85%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}
label{cursor:pointer}
input,select,textarea{font-size:100%;vertical-align:middle;margin:0}
button,input{line-height:normal;overflow:visible}
button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}
input[type=checkbox],input[type=radio]{box-sizing:border-box}
input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}
input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top;resize:vertical}
table{border-collapse:collapse;border-spacing:0}
td{vertical-align:top}

div,article,section,header,footer,nav,li { position:relative; }
.group:after 		{ display:block; height:0; clear:both; content:""; visibility:hidden; font-size: 0; }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

/* Wordpress defaults */
img.alignright { float: right; margin: 0 0 15px 15px; max-width: 100%; height: auto; }
img.alignleft { float: left; margin: 0 15px 15px 0; max-width: 100%; height: auto; }
img.aligncenter { display: block; margin: 0 auto; max-width: 100%; height: auto; }  
img.alignnone {  margin: 10px 0; max-width: 100%; height: auto; }

/* Useful Classes */
.sprite { /*background-image: url('images/sprite.png');*/ background-repeat: no-repeat; text-indent: -9999px; display: inline-block; position: relative; }
.responsive { width: 100%; }
.mobile { display: none; }
.desktop { display: block; }
.display-none { display: none }
.centered { margin: 0 auto; }
.v-align { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.v-align::before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.35em; }
.v-align span { display: inline-block; text-align: center; width: auto; padding: 10px; vertical-align: middle; }
.flex-direction-nav li { position: inherit; }
.print { display: none; }
.layout { background-color: hsla(0, 50%, 50%, 0.5); }

.embed-container { position:relative; padding-bottom:56.25%; overflow:hidden; max-width:100%; height:0; height:auto;	} 
.embed-container iframe, .embed-container object, .embed-container embed { position:absolute; top:0; left:0; width:100%; height:100%; }

/* Animation and filters */
.animate-all, .menu-item a { 
    -webkit-transition: all 300ms; 
            transition: all 300ms; 
}
.animate-all-slow { 
    -webkit-transition: all 600ms; 
            transition: all 600ms; 
}

.no-touchevents .img-link:hover img,
.img-link:focus img, 
.img-link:active img {
    -webkit-filter: saturate(110%) contrast(110%) brightness(105%);
            filter: saturate(110%) contrast(110%) brightness(105%);  
}

/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 03 TYPOGRAPHY ------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body, button, input, textarea, select { 
	font-family: "FrutigerLTPro-Light", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #37383A;
}

h1 {
    font-size: 36px;
	font-weight: normal;
    margin-bottom: 20px;
}
h2 {
    font-size: 32px;
	font-weight: normal;
    margin-bottom: 20px;
}
h3 {
    font-size: 24px;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 15px;
}
h4 { 
    font-size: 18px;
    margin-bottom: 20px;
}
h5 { 
    font-size: 16px;
    margin-bottom: 20px;
}
h6 { 
    font-size: 14px;
    margin-bottom: 20px;
}

p { 
	margin-bottom: 24px; 
}

a, a:link, a:visited {
	color: #FA1430;
}
a:hover, a:active, a:focus {
	color: #D50000; 
}
a[href^="tel"] {
	text-decoration: none;
}

ul { padding-left: 17px; margin-bottom: 24px; }
ol { padding-left: 22px; margin-bottom: 24px; }
ul li { list-style-type: disc; }
ol li { list-style-type: decimal; }


/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 04 GENERAL CSS -----------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body {
	min-height: 100vh;
	background-color: #C5C7C9;
}
header {
    z-index: 70;
    height: 131px;
    background: #fff;
}
.logo {
    display: block;
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 85;
}
.logo a {
	display: inline-block;
    width: 111px;
    height: 72px;
    background: url(images/latif_logo.svg) 0 0 no-repeat;
}
.main-menu-nav {
    width: calc(100% - 60px);
    min-height: calc(100vh - 60px);
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #E6E6E6;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    -webkit-transition: opacity 300ms, -webkit-transform 450ms;
    transition: opacity 300ms, -webkit-transform 450ms;
    transition: transform 450ms, opacity 300ms;
    transition: transform 450ms, opacity 300ms, -webkit-transform 450ms;
    z-index: 80;
    padding: 110px 25px 13px;
}
.menu-open .main-menu-nav {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.main-menu {
    padding: 0;
    margin: 0;
}
.main-menu li {
    list-style-type: none;
    margin-bottom: 12px;
}
.menu-gap {
    margin-top: 46px;
}
.main-menu a {
    color: #37383A;
    text-decoration: none;
}
.main-menu a:hover, .main-menu a:focus {
    opacity: 0.55;
}

/* Containers */
.container {
    padding-left: 30px;
	padding-right: 30px;
}
.body-container {
    margin-top: 35px;
    margin-bottom: 55px;
}


/* ----------------------------------------------- FOOTER ------------------------------------------------ */

footer {
    padding: 60px 0 30px;
}
footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    /* font-size: 14px; */
}
footer p {
	font-size: 13px;
   margin-bottom: 10px;
	opacity: 0.85;
}
.social-links {
    margin: 0;
    padding: 0;
}
.social-links li {
    list-style-type: none;
    display: inline-block;
}


/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 05 PAGE TEMPLATE CSS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------- HOME ------------------------------------------------ */

.home-bg {
    background: #E5E5E5;
    padding: 1px 0;
}
.home-logo {
    max-width: 250px;
    margin: 35px 0 50px -5px;
}
.home-line-1 {
    border-bottom: 1px solid #939598;
    max-width: 740px;
    padding-bottom: 2px;
    margin-bottom: 25px;
}
a.home-email {
    color: #37383A;
    text-decoration: none;
	-webkit-transition: opacity 250ms;
	transition: opacity 250ms
}
a.home-email:hover, .home-email:focus {
    opacity: 0.55;
}
.home-line-2 {
    margin-bottom: 100px;
}
.home-arrow {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
	-webkit-transition: opacity 250ms;
	transition: opacity 250ms;
}
.home-arrow:hover, .home-arrow:focus {
	opacity: 0.5;
}
.arrow-right {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #37383A;
    top: 50%;
}
.arrow-right::before, .arrow-right::after {
    content: '';
    position: absolute;
    width: 65%;
    height: 1px;
    background: #37383A;
    -webkit-transform-origin: center right;
            transform-origin: center right;
    right: 0;
}
.arrow-right::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.arrow-right::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.seo-text {
    display: none;
}

/* ----------------------------------------------- HOME NEW ----------------------------------------------- */

.home-header {
    display: flex;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 120px 20px;
    background-color: hsl(240deg 100% 4.12% / 58%);
}
.home-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: -1;
    background-color: #0006;
    background-image: url('https://latifandcompany.com/wp-content/uploads/2024/04/AdobeStock_287768741_fw_tinify.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(1);
}
.home-header-logo {
    display: inline-block;
    width: 200px;
    height: 130px;
    background: url(images/latif_logo-white.svg) 0 0 no-repeat;
    z-index: 2;
    text-indent: -9999px;
    margin-bottom: 0;
}
.home-header-footer {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    z-index: 2;
}
.home-header-footer p {
    margin-bottom: 10px;
}
.home-header-link:link, 
.home-header-link:visited {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    /*letter-spacing: 3px;
    font-size: 15px;
    font-family: serif;*/
    position: relative;
}
.home-header-link:hover, 
.home-header-link:focus, 
.home-header-link:active {
    opacity: 0.6;
}
.arrow-holder {
    display: inline-block;
    width: 15px;
    height: 13px;
    position: relative;
    margin-left: 5px;
}
.home-header-link .arrow-right, 
.home-header-link .arrow-right::before, 
.home-header-link .arrow-right::after {
    background: #fff;
}
/*.home-header-link::before, 
.home-header-link::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 9px;
    display: block;
    bottom: -15px;
    left: 50%;
    background: #fff;
}
.home-header-link::before {
    transform: translate(3px) rotate(60deg);
}
.home-header-link::after {
    transform: translateX(-5px) rotate(-60deg);
}*/
.seo-text {
    display: none;
}




/* ----------------------------------------------- CONTACT ----------------------------------------------- */

.contact-container {
    margin-top: 40px;
}
body .tma-gf_wrapper {
    max-width: 490px;
    margin: 0 auto;
}
div#gform_wrapper_1,
#gform_confirmation_wrapper_1 {
    min-height: 320px;
}
body .gform_wrapper .gf_left_half {
    padding-right: 0 !important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
}
body .gform_wrapper input:not([type=submit]) {
    background: transparent;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 0px !important;
	border-radius: 0;
}
body .gform_wrapper ::-webkit-input-placeholder { 
	color: #37383A; 
	opacity: 1; 
}
body .gform_wrapper :-moz-placeholder { 
	color: #37383A; 
	opacity: 1; 
} /* Firefox 18- */
body .gform_wrapper ::-moz-placeholder { 
	color: #37383A; 
	opacity: 1; 
} /* Firefox 19+ */
body .gform_wrapper :-ms-input-placeholder { 
	color: #37383A; 
	opacity: 1; 
}

body .gform_wrapper label.gfield_label {
    font-weight: normal;
    margin-top: 20px;
}
body .gform_wrapper li.hidden_label input {
    margin-top: 9px;
}
body .gform_wrapper textarea.medium {
    background: #e5e5e5;
    border: none;
    height: 100px;
	border-radius: 0;
}
body .gform_wrapper .gfield_required {
    color: #37383A;
    margin-left: 2px;
}
body .gform_wrapper .gform_footer {
    margin: 0;
}
.button {
    background: transparent;
    color: #37383A;
    border-radius: 20px;
    border: 1px solid #37383A;
    padding: 0px 10px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px !important;
}
.button:hover { 
	background: #E6E6E6; 
}

/* Validation */
body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0px!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}
body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
body.gform_wrapper div.validation_error {
    font-size: 0.94em;
}

/* Arrow */
.contact-arrow {
    position: absolute;
	top: 180px;
    right: 15px;
    width: 30px;
    height: 30px;
	-webkit-transition: opacity 250ms;
	transition: opacity 250ms;
	display: none;
}
.contact-arrow:hover, .contact-arrow:focus {
	opacity: 0.5;
}
.arrow-left {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #37383A;
    top: 50%;
}
.arrow-left::before, .arrow-left::after {
    content: '';
    position: absolute;
    width: 65%;
    height: 1px;
    background: #37383A;
    -webkit-transform-origin: center left;
            transform-origin: center left;
    left: 0;
}
.arrow-left::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.arrow-left::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}



/* ------------------------------------------------ PRESS ------------------------------------------------ */

.press-container {
	margin-top: 65px;
	margin-bottom: 25px;
}
.press-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 -20px;
}
.grid-item:empty {
  height: 0;
  margin: 0; /* or margin etc. */
} 
.press-item {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 180px;
	        flex: 1 1 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
	margin: 0 20px 40px;
}
.press-item:empty {
    height: 0;
    margin: 0;
}

.press-link, .press-link .press-title {
    text-decoration: none;
    color: #37383A;
}
.press-title {
	margin-top: 11px;
	display: block;
}


/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 06 PLUGIN CSS ------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    position: absolute;
    top: 32px;
    left: 33px;
    z-index: 90;
}
.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	outline: none;
}
.hamburger:hover {
	opacity: 0.55;
}
.hamburger-box {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
}
.hamburger-box::before {
    top: 25px;
    -webkit-transition: background-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after,
.hamburger-box::before {
	width: 26px;
	height: 2px;
	background-color: #565454;
	border-radius: 0px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after,
.hamburger-box::before {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -6px;
}
.hamburger-inner::after {
	bottom: -6px;
}


/* 3DX */
.hamburger--3dx .hamburger-box {
	-webkit-perspective: 80px;
	        perspective: 80px; 
}
.hamburger--3dx .hamburger-inner {
	-webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); 
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
	-webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); 
}
.hamburger--3dx.is-active .hamburger-box::before {
    background-color: transparent;
    -webkit-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg); 
}
.hamburger--3dx.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	        transform: translate3d(0, 8px, 0) rotate(45deg); 
}
.hamburger--3dx.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
	        transform: translate3d(0, -4px, 0) rotate(-45deg); 
}


/* EU Cookies bar */
#eu-cookie-bar {
    color: #fff;
    padding: 5px 15px 5px;
    background-color: #666;
    font-size: 14px;
	-webkit-transition: all 250ms;
	transition: all 250ms;
}
button#euCookieAcceptWP {
    background: #C5C7C9;
    color: #37383A;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

button#euCookieAcceptWP:hover,
button#euCookieAcceptWP:focus {
    background: #aaa;
}
#eu-cookie-bar a {
    color: #fff;
    text-decoration: underline;
}
#eu-cookie-bar a:hover,
#eu-cookie-bar a:focus {
    color: #aaa;
}



/* ---------------------------------------------------------------------------------------------------------- 
-------------------------------------- 07 MEDIA QUERIES (mobile-first) --------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 
iphone 3 - 4S   320 x 480px (372px visible, 440px when scrolling) 
iphone 5 - 5S   320 x 568px
iphone 6 - 8    375 × 667px (559??)
iphone 6+ - 8+  414 × 736px (628??)
iphone X: 		375 x 812px
ipad            768 x 1024px
ipad Pro 		1024 x 1366px
*/

/* 576 and up */
@media screen and (min-width: 576px) {
	
	.container {
		max-width: 70vw;
		padding-left: 15px;
		padding-right: 15px;
	}
	
}

/* 768 and up */
@media screen and (min-width:768px) {
	
	header {
		height: 191px;
	}
	.logo {
		top: 60px;
	}
	.hamburger {
		top: 61px;
		left: 83px;
	}
	.main-menu-nav {
		width: 230px;
		min-height: 220px;
		top: 59px;
		left: 75px;
		-webkit-transform: translateX(-400px);
		        transform: translateX(-400px);
		padding: 73px 25px 13px;
	}

	.container {
		max-width: 70vw;
	}
	.body-container {
		margin-top: 65px;
		margin-bottom: 65px;
	}
	.contact-container {
		margin-top: 40px;
	}
	.contact-arrow {
		display: block;
	}
	
	footer {
		padding-bottom: 45px;
	}
	footer p {
		opacity: 1;
		font-size: 15px;
		margin-bottom: 15px;
    	padding: 0 15px;	
	}
	
}

/* 992 and up */
@media screen and (min-width:992px) {
	
	.container {
		max-width: 70vw;
	}
	
}

/* 1024 and up */
@media screen and (min-width:1024px) {
	
	
}

/* 1200 and up */
@media screen and (min-width:1200px) {
	
	.container {
		max-width: 880px;
	}
	
}


/* HEIGHT MEDIA QUERY */
@media screen and (min-height:700px) {
	
	footer {
		position: unset;
	}
	footer .container {
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
	}

}
@media screen and (max-width:768px) and (min-height:700px) {
	
	footer .container {
		bottom: 10px;
	}

}