/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 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;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
    /* 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

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

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

@font-face {
    font-family: 'icomoon';
    src: url("library/icons/icomoon.eot?ml6ya7");
    src: url("library/icons/icomoon.eot?ml6ya7#iefix") format("embedded-opentype"), url("library/icons/icomoon.ttf?ml6ya7") format("truetype"), url("library/icons/icomoon.woff?ml6ya7") format("woff"), url("library/icons/icomoon.svg?ml6ya7#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
    content: "\e901";
}

.icon-email:before {
    content: "\e903";
}

.icon-facebook:before {
    content: "\ea91";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-linkedin:before {
    content: "\eac9";
}

@font-face {
    font-family: 'quainton-regular';
    src: url("library/fonts/quainton-webfont.woff2") format("woff2"), url("library/fonts/quainton-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body, input, select, textarea, button {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    font-size: 1.1875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    line-height: 1.4;
    color: #101010;
}

a, a:visited {
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    color: #F7CF70;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: #191919;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-style: normal;
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
    font-family: 'quainton-regular', sans-serif;
    font-weight: 400;
    font-style: normal;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 0.2px;
    margin-bottom: 1rem;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-style: normal;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.inline {
    padding: 0;
    margin: 0;
    width: 100%;
}

.inline li {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
}

.inline li {
    display: inline-block;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 320px;
}

* {
    box-sizing: border-box;
    outline: none;
}

.grid {
    position: relative;
    width: calc(100% + 30px);
    left: -30px;
}

.grid li {
    float: left;
    overflow: hidden;
    width: 33.33333%;
    padding: 0 0 30px 30px;
}

@media (max-width: 870px) {
    .grid li {
        width: 50%;
    }
}

@media (max-width: 580px) {
    .grid li {
        float: none;
        width: 100%;
        padding: 0 0 20px 30px;
    }
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.96);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
    opacity: 1;
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%;
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.8);
    white-space: pre-wrap;
    padding: 10px;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out;
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0;
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0;
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0;
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0;
    }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 40%);
    width: 50px;
    height: 80%;
    font-size: 28px;
    font-size: 1.75rem;
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    opacity: 0.4;
    color: white;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.baguetteBox-button:hover {
    opacity: 1;
}

.baguetteBox-button#next-button {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2%;
}

.baguetteBox-button#previous-button {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2%;
}

.baguetteBox-button#close-button {
    top: 2%;
    right: 2%;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 28px;
    font-size: 1.75rem;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    /* Change to position: absolute to display close button inside content container */
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
}

.lity-close:active {
    top: 1px;
}

/* Image */
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

/* iFrame */
.lity-iframe .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-hide {
    display: none;
}

.divider {
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 60px;
}

@media (max-width: 640px) {
    .divider {
        display: none;
    }
}

.footer {
    background-color: #F5F5F5;
}

.footer-inner {
    text-align: center;
    padding: 60px 15px;
}

.footer-social {
    padding: 40px 0;
}

.footer-social li {
    display: inline-block;
    padding: 0 12px;
    font-size: 30px;
    font-size: 1.875rem;
}

.footer-legal {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #808080;
}

.gallery-grid {
    position: relative;
    width: calc(100% + 2px);
    left: -1px;
}

.gallery-item {
    float: left;
    overflow: hidden;
    width: 33.33333%;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    padding:5px;
}

.gallery-item:hover {
    opacity: 0.9;
}

.gallery-thumb {
    display: block;
    padding-bottom: 100%;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 630px) {
    .gallery-item {
        width: 50%;
    }
}

.header h2.title {
    text-align: center;
    font-size: 42px;
    font-size: 2.625rem;
    margin-bottom: 60px;
}

.header h2.title.title-less {
    margin-bottom: 40px;
}

.hero {
    height: 90vh;
    background-image: url(/wp-content/themes/fahad-al-saud/library/images/rozanhero.jpg);
    background-size: cover;
    background-position: top center;
}

.hero-fahad {
    position: absolute;
    width: 480px;
    right: -490px;
    top: -39px;
}

.hero-content {
    margin: 0 auto;
    max-width: 390px;
    text-align: center;
    position: relative;
}

p.hero-start {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 2rem;
}

h2.hero-title {
    text-transform: uppercase;
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.9em;
    margin-bottom: 2rem;
}

p.hero-intro {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 60px;
}

@media (max-width: 860px) {
    .hero-content {
        margin: 0;
        max-width: 390px;
        text-align: left;
        position: relative;
    }
}

@media (max-width: 640px) {
    .hero-fahad {
        position: absolute;
        width: 350px;
        right: -350px;
        top: 90px;
    }
    p.hero-intro {
        margin-bottom: 100px;
    }
}

@media (max-width: 560px) {
    .hero-content {
        max-width: 290px;
        font-size: 15px;
        font-size: 0.9375rem;
    }
    .hero-fahad {
        position: absolute;
        width: 300px;
        right: -320px;
        top: 60px;
    }
    h2.hero-title {
        font-size: 66px;
        font-size: 4.125rem;
    }
    p.hero-intro {
        font-size: 13px;
        font-size: 0.8125rem;
        margin-bottom: 42px;
    }
}

@media (max-width: 470px) {
    .hero-content {
        max-width: 210px;
        font-size: 15px;
        font-size: 0.9375rem;
    }
    .hero-fahad {
        position: absolute;
        width: 210px;
        right: -195px;
        top: 269px;
    }
    h2.hero-title {
        font-size: 48px;
        font-size: 3rem;
    }
    p.hero-intro {
        font-size: 13px;
        font-size: 0.8125rem;
        margin-bottom: 45px;
    }
}

.intro-content {
    position: relative;
}

.intro-fahad {
    position: absolute;
    width: 430px;
    bottom: -59px;
    left: -178px;
}

.intro-commas {
    margin-bottom: 50px;
    display: block;
}

.intro-commas img {
    margin: 0 auto;
}

.intro-text {
    padding-left: 250px;
    text-align: center;
}

@media (max-width: 580px) {
    .intro-text {
        padding-left: 0;
        margin-bottom: 30px;
    }
    .intro-fahad {
        position: initial;
        width: 100%;
        padding: 0 40px;
    }
    .section.intro,
    .section-inner {
        padding-bottom: 0 !important;
    }
}


.nav-item {
    display: inline;
    line-height: 70px;
    padding: 0 15px;
    letter-spacing: 0.3px;
}

.nav-item a {
    color: white;
}

.nav-item a.active, .nav-item a:hover {
    color: #F7CF70;
}

.nav-hide {
    font-size: 26px;
    font-size: 1.625rem;
    position: relative;
    top: 5px;
}

.nav-hide.nav-more {
    margin-left: 50px;
}

@media (max-width: 640px) {
    .nav-hide.nav-more {
        margin-left: 0;
    }
}

@media (max-width: 560px) {
    .nav-hide {
        display: none;
    }
}

@media (max-width: 460px) {
    .nav-item {
        font-size: 16px;
        font-size: 1rem;
        line-height: 60px;
        padding: 0 10px;
    }
}

@media (max-width: 340px) {
    .nav-item {
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 0 5px;
    }
}

h3.projects-title {
    color: #F7CF70;
    margin-bottom: 10px;
}

.projects-image {
    margin-bottom: 30px;
    opacity: 0.5;
    padding: 0 30px;
}

.projects-item {
    margin-bottom: 40px;
}

.projects-text {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #808080;
}

@media (max-width: 580px) {
    .projects-image {
        max-width: 340px;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 460px) {
    .projects-image {
        max-width: 230px;
        margin: 0 auto 30px auto;
    }
}

.section.speaking {
    background-color: #F5F5F5;
}

.section-inner {
    margin: 0 auto;
    max-width: 940px;
    
}

.hero .section-inner {
    position: relative;
    top: 100%;
    transform: translateY(-100%);
}

.speaking {
    background-image: url("library/images/bg2.jpg");
    background-position: center center;
    background-size: cover;
}

.speaking-item {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 56.25%;
    background-position: center center;
    background-size: cover;
}

.speaking-item:hover .speaking-cover {
    opacity: 0.8;
}

.speaking-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.speaking-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding-right: 15px;
}

/*# sourceMappingURL=style.css.map */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 5, 2018 */

@font-face {
    font-family: 'markregular-copy';
    src: url('/wp-content/themes/fahad-al-saud/library/fonts/markregular_copy-webfont.woff2') format('woff2'),
        url('/wp-content/themes/fahad-al-saud/library/fonts/markregular_copy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'markregular-black';
    src: url('/wp-content/themes/fahad-al-saud/library/fonts/markregular-webfont.woff2') format('woff2'),
        url('/wp-content/themes/fahad-al-saud/library/fonts/markregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mark-regular-italicregular';
    src: url('/wp-content/themes/fahad-al-saud/library/fonts/markregularitalic_copy-webfont.woff2') format('woff2'),
        url('/wp-content/themes/fahad-al-saud/library/fonts/markregularitalic_copy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'markregular';
    src: url('/wp-content/themes/fahad-al-saud/library/fonts/markregularitalic-webfont.woff2') format('woff2'),
        url('/wp-content/themes/fahad-al-saud/library/fonts/markregularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'mark-heavyheavy';
    src: url('/wp-content/themes/fahad-al-saud/library/fonts/markheavy-webfont.woff2') format('woff2'),
        url('/wp-content/themes/fahad-al-saud/library/fonts/markheavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mark-heavy-italicheavy';
    src: url('/wp-content/themes/fahad-al-saud/library/fonts/markheavy-italic-webfont.woff2') format('woff2'),
        url('/wp-content/themes/fahad-al-saud/library/fonts/markheavy-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mark-smallcaps-blacksmallcaps';
    src: url('/wp-content/themes/fahad-al-saud/library/fonts/marksmallcaps-black-webfont.woff2') format('woff2'),
        url('/wp-content/themes/fahad-al-saud/library/fonts/marksmallcaps-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.header-position-fix {
    position: relative;
    left: 28px;
}

.no-padding {
    padding:0 !important;
    position:relative;
    top:-5px;
}

.logowhite {
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

.headline-list {
    list-style-type: none;
    text-align:center;
    text-transform:uppercase;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    color:#962539;
}

.headline-list li {
    display:inline-block;
    padding:0 5px;
    color:white;
}

.force-break {
    display:none;
}
@media (max-width: 640px) {
    .headline-list li {
        display: inline-block;
        padding: 0 5px;
        font-size: 11px;
    }
    .headline-list li:nth-child(7) {
        display: none;
    }
    .force-break {
        display:block;
    }
}

.headline-copy {
    max-width: 800px;
    padding: 10px;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 auto;
    color: white;
    font-family: markregular-copy;
}

@media (max-width: 640px) {
    .headline-copy {
        font-size: 12px;
        padding-bottom: 20px;
    }
}

.headline-copy strong {
    font-family: mark-heavyheavy;
}

.section.intro {
    background-image: url('/wp-content/themes/fahad-al-saud/library/images/grey-background.jpg');
    background-size:cover;
    margin-bottom:50px;
}

.rozan-image{
    float: right;
    width: 40%;
    padding-top: 40px;
}

@media (max-width: 640px) {
    .rozan-image {
        padding-top:110px;
    }
}

.clear-break {
    clear:both;
}

.marie-claire-quote {
    float: left;
    width: 60%;
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 59px;
    transform: translateY(-50%);
    font-family: markregular-copy;
    -webkit-font-smoothing: antialiased;
    line-height: 26px;
}

.marie-claire-quote strong{
    font-family: mark-smallcaps-blacksmallcaps;
    letter-spacing: 3px;
    white-space: nowrap;
}

.marie-claire-quote strong:first-child{
    font-family: mark-heavy-italicheavy;
    letter-spacing: normal;
}

@media (max-width: 840px) {
    .marie-claire-quote {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 740px) {
    .marie-claire-quote {
      font-size: 10px;
      line-height: 12px;
      left: 21px;    
  }
}

.nav {
    text-align: center;
    background-size: cover;
    background-color:black;
}

.nav-hide a {
    color: white;
}

@media (max-width: 800px) {
    .section.projects {
        padding: 0 20px;
    }
}

.footer-title {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-style: normal;
    text-transform:uppercase;
    letter-spacing: 6px;
    color:#2f2566;
}

.title-rozan, h2.title {
    font-family: 'Libre Baskerville', serif !important;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #2f2566;
    font-size: 32px !important;
    padding-top: 30px;
}

.projects-title a, h3.projects-title {
    color: #808080;
    text-align:center;
}

.footer-social span, .footer-legal a{
    color: black;
}

.about-container {
    max-width:800px;
    margin:0 auto;
    padding:50px 0;
}

@media (max-width: 900px) {
    .about-container {
        padding:50px;
    }
}

.about-copy-container p:first-child {
    font-family: 'Libre Baskerville', serif !important;
}

.about-copy-container p {
    font-family: markregular-copy;
}


.about-image-container {
    width: 30%;
    float: right;
    margin-left: 20px;
}

@media (max-width: 640px) {

    .about-container {
        padding:20px 20px;
    }

    .about-copy-container {
        width:100%;
        padding:20px;
    }

    .about-image-container {
        width:100%; 
        padding:20px;
    }

    .about-image-container img {
        width:100%;
    }
}
.clear {
    clear: both;
}



.section.speaking h2{
  margin-bottom:20px;
}

.section.speaking p {
  margin-bottom: 20px;
    text-align: center;
    padding: 0 20px;
}

h3 {
    margin-bottom: 20px;
    padding-top: 10px;
}

.page-template-page-gallery .section {
  background-color: #e4e4e4

}

.gallery {
    padding-bottom: 50px;
}
