/*
Theme Name: Mohammadi Group Theme
Author: Andres Saavedra
Description: Wordpress Custom Theme
Version: 0.0.1
*/

/* 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; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
overflow-x: hidden;
}

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

/**
* Remove the margin in all browsers.
*/

body {
overflow-x: hidden;
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; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}

/**
* 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; /* 1 */
font-size: 1em; /* 2 */
}

/* 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; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}

/**
* 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; /* 1 */
font-size: 1em; /* 2 */
}

/**
* 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; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
overflow: visible;
outline: none;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
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; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}

/**
* 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;
outline: none;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
border-radius: 0 !important;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}

/**
* 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; /* 1 */
outline-offset: -2px; /* 2 */
}

/**
* 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; /* 1 */
font: inherit; /* 2 */
}

/* 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;
}

/* End Normalize */

/* Extra Normalize */

img {
vertical-align: middle;
max-width: 100%;
height: auto;
}
div:not(.flexbox)>p:first-child {
margin-top: 0;
}
@media screen and (max-width: 991px) {
figure {
margin-left: 0;
margin-right: 0;
}
}

/* End Extra Normalize */

/* Normalize Headings */

h1 {
margin: 0.67em 0;
}
h2 {
margin: 0.83em 0 !important;
}
h3 {
margin: 1em 0 !important;
}
h4 {
margin: 1.33em 0 !important;
}
h5 {
margin: 1.67em 0 !important;
}
h6 {
margin: 2.33em 0 !important;
}

/**
* Typography
*/
@font-face {
font-family: 'Futura Extra Black';
src: url(fonts/futura-extra-black-bt.woff);
}
@font-face {
font-family: 'Futura Light';
src: url(fonts/futura-light-bt.woff);
}
.bold {
font-family: 'Futura Extra Black' , sans-serif !important;
}

html.fonts-loaded body,
html.fonts-loaded button,
html.fonts-loaded input,
html.fonts-loaded select,
html.fonts-loaded textarea {
font-family: 'Futura Light' , sans-serif;
font-weight: 400;
font-style: normal;
}

body,
button,
input,
select,
textarea,
p {
color: var(--black-colour);
font-family: 'Futura Light', sans-serif;
font-style: normal;
font-size: 1rem;
line-height: 1.5em;
font-variant-ligatures: none;
-webkit-font-variant-ligatures: none;
-ms-font-variant-ligatures: none;
-moz-font-variant-ligatures: none;
-webkit-font-smoothing: antialiased;
}
html.fonts-loaded h1 {
font-family: 'Futura Light', sans-serif;
font-weight: 700;
font-style: normal;
font-size: 2.9rem;
line-height: .9em;
}
html.fonts-loaded h2, html.fonts-loaded h3 {
font-family: 'Futura Light', sans-serif;
font-weight: 700;
font-style: normal;
}
html.fonts-loaded h4,
html.fonts-loaded h5 {
font-family: 'Futura Light', sans-serif;
font-style: normal;
}   
h1 {
font-family: 'Futura Light', Helvetica, sans-serif;
line-height: 1.3em;
margin-top: 0;
font-variant-ligatures: none;
-webkit-font-variant-ligatures: none;
-ms-font-variant-ligatures: none;
-moz-font-variant-ligatures: none;
-webkit-font-smoothing: antialiased;
}  
h2,
h3,
h4,
h5 {
font-family: 'Futura Light', Helvetica, sans-serif;
line-height: 1.3em;
margin-top: 0;
font-variant-ligatures: none;
-webkit-font-variant-ligatures: none;
-ms-font-variant-ligatures: none;
-moz-font-variant-ligatures: none;
-webkit-font-smoothing: antialiased;
}   
h4,
h5 {
color: var(--black-colour);
}   
h1 {
font-weight: 400;
font-size: 3rem;
letter-spacing: 5px;
}
h2 {
font-weight: 600;
font-size: 2.2rem;
letter-spacing: 2px;
color: var(--black-colour);
}   
h3 {
font-weight: 600;
font-size: 1.3rem;
}   
h4 {
font-weight: 600;
font-size: 1.2rem;
}   
h5 {
font-weight: 400;
font-size: 1.2rem;
}   
h6 {
color: var(--gray-colour); 
font-weight: 300;
font-size: 1.2rem;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-top: 0;
margin-bottom: 0;
}
ul {
padding-left: 0;
}
hr {
border: 1px solid;
margin: -1px 0;
}
.light {
	font-weight: 300;
}
.bold {
	font-weight: 700;
}

/* Responsive Fonts */

/* Responsive Fonts */

@media screen and (max-width: 991px) {
body {
font-size: 1rem !important;
}
h1 {
font-size: 2rem !important;
}
h2 {
font-size: 1.6rem !important;
}
h3 {
font-size: 1.3rem !important;
}
}
@media screen and (min-width: 1441px) {
body {
font-size: 1.2rem !important;
}
}

/* Global Styles */

/* Variables */

:root {
--black-colour: #000;
--lighter-black: #282828;
--gray-colour: #F4F4F4;
--dark-gray-colour: #5E5E5E;
--gray-color-forms: #686868;
--light-gray: #F9F9F9;
--lighter-gray: #dadada;
--gray-bg: #EAEAEA;
--light-gray-bg: #F5F5F5;
--white-colour: #fff;
--space: 50px;
}

/* Colours */

.white {
color: var(--white-colour) !important;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white p {
color: var(--white-colour);
}
.white-bg {
background-color: var(--white-colour);
}
.blue-colour {
color: var(--blue-colour);
}
.dark-gray-colour {
color: var(--dark-gray-colour);
}
.gray-bg {
background: var(--gray-bg);
}
.light-gray-bg {
background: var(--light-gray-bg);
}
.vertical-gray-gradient-bg {
	background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(234,234,234,1) 20%);
}

/* End Colours */

/* Flexbox */

.single-box-col-1{
width: 6.333333333333333%;
box-sizing: border-box;
}
.single-box-col-2{
width: 14.6666666666666%;
box-sizing: border-box;
}
.single-box-col-3{
width: 23%;
box-sizing: border-box;
}
.single-box-col-4{
width: 31.3333333333%;
box-sizing: border-box;
}
.single-box-col-5{
width: 39.6666666667%;
box-sizing: border-box;
}
.single-box-col-6{
width: 48%;
box-sizing: border-box;
}
.single-box-col-7{
width: 56.3333333333%;
box-sizing: border-box;
}
.single-box-col-8{
width: 64.6666666667%;
box-sizing: border-box;
}
.single-box-col-9{
width: 73%;
box-sizing: border-box;
}
.single-box-col-10{
width: 81.3333333333%;
box-sizing: border-box;
}
.single-box-col-11{
width: 89.6666666667;
box-sizing: border-box;
}
.single-box-col-1.no-margin {
width: 8.333333333333333%;
}
.single-box-col-2.no-margin {
width: 18.6666666666666%;
}
.single-box-col-3.no-margin {
width: 25%;
}
.single-box-col-4.no-margin {
width: 33.3333333333%;
}
.single-box-col-5.no-margin {
width: 41.6666666667%;
}
.single-box-col-6.no-margin {
width: 50%;
}
.single-box-col-7.no-margin {
width: 58.3333333333%;
}
.single-box-col-8.no-margin {
width: 66.6666666667%;
}
.single-box-col-9.no-margin {
width: 75%;
}
.single-box-col-10.no-margin {
width: 83.3333333333%;
}
.single-box-col-11.no-margin {
width: 91.6666666667;
}
.single-box-col-12{
width: 100%;
box-sizing: border-box;
}
.flexbox {
display: flex;
align-self: stretch;
}
.flex-column {
flex-direction: column;
justify-content: center;
}
.flex-center {
align-items: center;
justify-content: center;
}
.flex-start, .flex-start-left {
align-items: center;
justify-content: flex-start;
}
.flex-column.flex-start {
align-items: flex-start;
justify-content: center;
}
.flex-end {
align-items: center;
justify-content: flex-end;
}
.flex-column.flex-end {
align-items: flex-end;
justify-content: center;
}
.flex-between {
align-items: center;
justify-content: space-between;
}
.flex-around {
align-items: center;
justify-content: space-around;
}
.flex-bottom {
align-items: flex-end;
}
.wrap {
flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
.single-box-col-1, .single-box-col-2, .single-box-col-3, .single-box-col-4, .single-box-col-5, .single-box-col-6, .single-box-col-7, .single-box-col-8, .single-box-col-9, .single-box-col-10, .single-box-col-11 {
align-self: stretch;
margin: 1%;
}
}
@media screen and (max-width: 768px) {
.reverse {
flex-direction: column-reverse;
}
.single-box-col-1, .single-box-col-2, .single-box-col-3, .single-box-col-4, .single-box-col-5, .single-box-col-6, .single-box-col-7, .single-box-col-8, .single-box-col-9, .single-box-col-10, .single-box-col-11 {
width: 100%;
box-sizing: border-box;
}
}
/* End Flexbox */

/* General */

.hidden {
display: none;
}
.relative {
position: relative;
}
.overflow-visible {
overflow: visible !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.bg-cover {
background-size: cover;
background-repeat: no-repeat;
background-position: top;
}
.left {
text-align: left;
}
.center {
text-align: center;
}
.center button {
text-align: center !important;
}
.right {
text-align: right;
}
.capitalize {
text-transform: capitalize;
}
.uppercase, .uppercase button {
text-transform: uppercase;
}
.no-padding {
padding: 0 !important;
}
.no-padding-top, .container section .no-padding-top {
padding-top: 0 !important;
}
.no-padding-bottom, .container section .no-padding-bottom {
padding-bottom: 0 !important;
}
.no-padding-left {
padding-left: 0 !important;
}
.no-padding-right {
padding-right: 0 !important;
}
.no-margin {
margin: 0 !important;
}
.no-margin-top, .container section .no-margin-top {
margin-top: 0 !important;
}
.no-margin-bottom, .container section .no-margin-bottom {
margin-bottom: 0 !important;
}
.no-margin-left {
margin-left: 0 !important;
}
.no-margin-right {
margin-right: 0 !important;
}
@media screen and (min-width: 992px) {
.desktop-hidden {
display: none;
}
main .container>section, main .container .row-section, main .container>article section, footer .row-section {
position: relative;
padding-top: var(--space) !important;
padding-bottom: calc(var(--space)/2) !important;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
main .inner-section, footer .inner-section {
position: relative;
padding-top: calc(var(--space)/2) !important;
padding-bottom: calc(var(--space)/2) !important;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
main .container>section.no-padding-top, main .container>article section.no-padding-top {
padding-top: 0 !important;
}
main .container>section.no-padding-bottom, main .container>article section.no-padding-bottom {
padding-bottom: 0 !important;
}
.half-padding {
padding: calc(var(--space)/2)0;
}
.reduced-width {
width: 80%;
margin-left: auto;
margin-right: auto;
}
.half-width {
width: 55%;
margin-left: auto;
margin-right: auto;
}
}
@media screen and (max-width: 991px) {
.mobile-hidden {
display: none;
}
.mobile-left {
text-align: left;
justify-content: flex-start;
}
.mobile-center {
text-align: center;
justify-content: center;
}
main .container>section, main .row-section, main .container>article section, footer .row-section {
position: relative;
padding: calc(var(--space)/2) 15px !important;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
main .container>section.no-padding-top, main .container>article section.no-padding-top {
padding-top: 0 !important;
}
main .container>section.no-padding-bottom, main .container>article section.no-padding-bottom {
padding-bottom: 0 !important;
}
main .inner-section, footer .inner-section {
position: relative;
padding: calc(var(--space)/2) 15px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.m-padding-top10 {
padding-top: 10px;
}
.m-padding-top20 {
padding-top: 20px;
}
.m-padding-top30 {
padding-top: 30px;
}
.m-padding-top40 {
padding-top: 40px;
}
.m-padding-top50 {
padding-top: 50px;
}
}

/* Containers */

@media screen and (min-width: 992px) {
header>.container, section>div.container, section>div>div.container {
width: 85%;
height: 100%;
margin: 0 auto;
}
section.hero>div.container>.flexbox:not(.flex-column) {
width: 100%;
height: 100%;
}
}

/* Images */

picture {
display: inline-block;
}

/* End Images */

/* Buttons */

div.button:hover, form input[type=submit]:hover, a.button:hover, div.vc_btn3-container:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover {
transform: translateY(-1px);
-webkit-transform: translateY(-1px);
}
div.button a:hover, form input[type=submit]:hover, a.button:hover, button:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover {
box-shadow: 0 4px 20px -5px rgba(0,0,0,.5);
-webkit-box-shadow: 0 4px 20px -5px rgba(0,0,0,.5);
}

/* End Buttons */

/* End General */

/* VHs */

.ten-vh {
height: 10vh;
}
.fifteen-vh {
height: 15vh;
}
.twenty-vh {
height: 20vh;
}
.twenty-five-vh {
height: 25vh;
}
.thirty-vh {
height: 30vh;
}
.thirty-five-vh {
height: 35vh;
}
.fourty-vh {
height: 40vh;
}
.fourty-five-vh {
height: 45vh;
}
.fifty-vh {
height: 50vh;
}
.fifty-five-vh {
height: 55vh;
}
.sixty-vh {
height: 60vh;
}
.sixty-five-vh {
height: 65vh;
}
.seventy-vh {
height: 70vh;
}
.seventy-five-vh {
height: 75vh;
}
.eighty-vh {
height: 80vh;
}
.eighty-five-vh {
height: 85vh;
}
.ninety-vh {
height: 90vh;
}
.ninety-five-vh {
height: 10vh;
}
.hundred-vh {
height: 100vh;
}
.ten-vh, .twenty-vh, .thirty-vh, .fourty-vh, .fifty-vh, .sixty-vh, .seventy-vh, .eighty-vh, .ninety-vh, .hundred-vh {
max-height: 1080px;
}

/* End VHs */


/* Mohammadi Group */

.title-hr {
    color: var(--black-colour);
    width: 100px;
    border-color: var(--black-colour);
    display: block;
    margin-left: auto;
    margin-right: auto;
}
a.vc_general.vc_btn3 {
    font-family: 'Futura Extra Black', sans-serif !important;
    min-width: 250px;
}

/* Header */

.gm-navbar, .gm-main-menu-wrapper, .gm-navigation-drawer {
    font-family: 'Futura Light', sans-serif !important;
}

/* End Header */


/* WP FORMS */

.enquiry-form label {
	font-family: 'Futura Light', Helvetica, sans-serif;
	margin-bottom: 10px !important;
}
.enquiry-form label .wpforms-required-label {
	color: var(--black-colour) !important;
}
.enquiry-form input {
	min-height: 42px;
}
.enquiry-form input, .enquiry-form textarea {
	font-family: 'Futura Light', Helvetica, sans-serif;
	margin-bottom: 25px !important;
}
.enquiry-form .wpforms-submit-container .enquiry-form-btn {
	font-family: 'Futura Light', Helvetica, sans-serif;
	background-color: var(--black-colour) !important;
	color: var(--white-colour) !important;
	border: none !important;
	min-width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* End WP FORMS*/


/* Footer */

footer {
	font-family: 'Futura Extra Black', Helvetica, sans-serif;
	font-size: 14px !important;
	padding-top: 35px;
	padding-bottom: 35px;
}
footer .footer-links ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 15px 0;
}
footer .footer-links ul li {
	margin: 0 25px;
}
footer .footer-links ul li a {
	color: var(--black-colour);
}
footer .social-links {
	display: flex;
	justify-content: center;
	padding: 15px;
}
footer .social-links>div {
	display: flex;
	width: 20%;
	justify-content: space-between;
}

/* End Footer */


/* Responsive */

@media screen and (max-width: 768px) {
	.enquiry-form .wpforms-field, .enquiry-form input, .enquiry-form textarea, .enquiry-form .wpforms-submit-container .enquiry-form-btn {
		width: 100% !important;
		margin-left: 0 !important;
	}
	footer .footer-links ul {
		flex-direction: column;
	}
	footer .footer-links ul li {
		margin-bottom: 15px;
	}
	footer .social-links>div {
		width: 80%;
	}
}

/* End Responsive */


/* End Mohammadi Group */