/*
Theme Name: IT-ROOM
Theme URI: 
Author: Labigne
Author URI: https://labiweb.fr
Description: Thème principal du site vitrine IT-ROOM
Version: 1.3.1
Requires PHP: 5.6
Tested up to: 5.6
Text Domain: it-room
Tags: news, blog, entertainment, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, full-width-template, custom-header, translation-ready, theme-options, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IT-ROOM WordPress Theme
IT-ROOM is distributed under the terms of the GNU GPL v2 or later.

*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/


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

@font-face {
    font-family: 'Open sans';
    src: url("assets/open_sans/OpenSans-Light.ttf");
    font-weight: 100;
}

@font-face {
    font-family: 'Open sans';
    src: url("assets/open_sans/OpenSans-LightItalic.ttf");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Open sans';
    src: url("assets/open_sans/OpenSans-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: 'Open sans';
    src: url("assets/open_sans/OpenSans-Italic.ttf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Open sans';
    src: url("assets/open_sans/OpenSans-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: 'Open sans';
    src: url("assets/open_sans/OpenSans-SemiBoldItalic.ttf");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Open sans';
    src: url("assets/open_sans/OpenSans-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: 'Open sans';
    src: url("assets/open_sans/OpenSans-BoldItalic.ttf");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Open sans';
    src: url("assets/open_sans/OpenSans-ExtraBold.ttf");
    font-weight: 900;
}

@font-face {
    font-family: 'Open sans';
    src: url("assets/open_sans/OpenSans-ExtraBoldItalic.ttf");
    font-weight: 900;
    font-style: italic;
}

html {
    font-family: sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    background-color: #fff;
    font-family: "Open sans" !important;
    overflow-x: hidden;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open sans', sans-serif !important;
}


/* This only changes this particular animation duration */

.animate__animated.animate__bounce {
    --animate-duration: 20s;
}


/* This changes all the animations globally */

 :root {
    --animate-duration: 800ms;
    --animate-delay: 10s;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    position: relative;
}

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

i:focus,
a:focus,
.icon-search a:focus,
.offcanvas a:focus,
.main-navigation a:focus {
    outline: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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.5em;
}

sub {
    bottom: -0.25em;
}

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: 1em;
}

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.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #4C4C4C;
    font-family: 'Open sans', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #000000;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.main-navigation a,
.font-family-1,
.site-description,
.trending-posts-line,
.widget-title,
.itr-widget-subtitle,
.grid-item-metadata .item-metadata,
.af-navcontrols .slide-count,
.figure-categories .cat-links,
.nav-links a {
    font-family: 'Open sans', sans-serif;
}

p {
    margin-bottom: 15px;
}

dfn,
cite,
em,
i {
    font-style: italic;
    color: #212121;
}

blockquote {
    font-style: italic;
    border: 0;
    position: relative;
    text-align: center;
    font-size: 1.5625em;
    line-height: 1.44;
    margin-top: 2.57143em;
    margin-bottom: 2.14286em;
    padding-top: 1.71429em;
    padding-bottom: 1.71429em;
}

blockquote blockquote {
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
}

blockquote blockquote:after {
    border-bottom: 0;
}

@media not screen and (min-width: 992px) {
    blockquote {
        font-size: 1.125em;
        line-height: 1.33333;
        margin-top: 2.66667em;
        margin-bottom: 2em;
        padding: 0.66667em;
        padding-top: 1.33333em;
        padding-bottom: 1.33333em;
    }
}

blockquote:before {
    content: "\201C";
    position: absolute;
    top: -0.75em;
    left: 50%;
    padding: 0 0.857em;
    color: black;
    background: white;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

blockquote:after {
    content: "";
    display: block;
    width: 9em;
    margin-left: -4.5em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
}

blockquote cite {
    display: block;
    margin-top: 1.5em;
    font-size: 0.57143em;
    line-height: 1.5;
    font-style: normal;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
    margin-block-start: 0;
    margin-block-end: 0;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dl {
    border: 2px solid #e8e8e8;
    padding: 2.5em;
}

dt {
    text-align: left;
    font-size: 130%;
    font-weight: bold;
}

dd {
    margin: 0;
    padding: 0 0 1em 0;
}

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

figure {
    margin: 0 auto;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1;
    outline: none;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

.itr-view-more {
    display: block;
    margin: 20px auto;
    padding: 20px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 3px 15px;
    outline: none;
    max-width: 100%;
    width: 100%;
    max-height: 150px;
}

.wpcf7-form label {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 10px;
}

.itr-submit {
    border: 2px solid transparent !important;
    border-radius: 25px !important;
    padding: 0 30px 0 15px !important;
    background: #F59C16 !important;
    position: relative;
    max-width: 100px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    cursor: pointer;
}

.itr-submit:hover {
    border: 2px solid #F59C16 !important;
    background: transparent !important;
    transition: all .3s ease;
}

.itr-submit input {
    background: transparent !important;
    border: none;
    color: #212121 !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
}

.itr-submit .ajax-loader {
    position: absolute;
    left: 110%;
}

.itr-submit::before {
    content: '';
    position: absolute;
    right: 5px;
    width: 20px;
    height: 45px;
    background-image: url('/wp-content/themes/itroom/images/next-black.svg');
    background-repeat: no-repeat;
    background-position: center;
}

span.cv {
    position: relative;
}

span.cv:before {
    content: "Parcourir";
    position: absolute;
    left: 0;
    padding: 5px;
    background: transparent;
    color: #0070AF;
    border: 2px solid #0070AF;
    width: 130px;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
}

span.cv>input {
    opacity: 0;
}

.home .uk-modal input[type="search"] {
    color: #000 !important;
}

input,
select {
    height: 45px;
    line-height: 45px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
    outline: none !important;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.no-gutter .no-gutter-col {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 768px) {
    .pad-0l {
        padding-left: 0 !important;
    }
    .pad-0r {
        padding-right: 0 !important;
    }
    .pad-0lr {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.table-block {
    display: table;
    width: 100%;
    height: 100%;
}

.table-block-child {
    display: table-cell;
}

.v-center {
    vertical-align: middle;
}

.v-top {
    vertical-align: top;
}

.v-bottom {
    vertical-align: bottom;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #404040;
    text-decoration: none;
}

a:visited {
    color: #404040;
}

a:hover,
a:focus,
a:active {
    color: #0070AF;
    text-decoration: none;
    outline: none;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 25px;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 10000;
    transition: background-color .4s ease;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, .24);
}


/* 
.main-navigation.itr-simple-line .header-content-wrapper {
    flex-wrap: nowrap;
    margin-top: 0;
}

.main-navigation.itr-simple-line .header-content-wrapper .first-line-header {
    position: initial;
}

.main-navigation.itr-simple-line .header-content-wrapper .first-line-header .logo-wrapper {
    position: absolute;
    left: 0;
}

.main-navigation.itr-simple-line .header-content-wrapper .first-line-header .search-wrapper {
    width: 40px;
    position: absolute;
    right: 20px;
}

.main-navigation.itr-simple-line .header-content-wrapper .first-line-header .search-wrapper label {
    display: none;
}

.main-navigation.itr-simple-line .header-content-wrapper .first-line-header .search-wrapper button {
    padding: 9px;
}

.main-navigation.itr-simple-line .header-content-wrapper .first-line-header .contact-wrapper {
    position: absolute;
    right: 40px;
}

.main-navigation.itr-simple-line .header-content-wrapper .first-line-header .contact-wrapper .contact a {
    font-size: 0;
    padding: 0 !important;
    display: flex;
    width: 36px;
    align-items: center;
    height: 36px;
    text-align: center;
    justify-content: center;
    border-radius: 50% !important;
}

.main-navigation.itr-simple-line .header-content-wrapper .first-line-header .contact-wrapper .contact a:before {
    left: 25%;
} */

.page-template .main-navigation.itr-fix,
.blog .main-navigation.itr-fix,
.archive .main-navigation.itr-fix,
.single .main-navigation.itr-fix {
    background-color: #fff;
}

.navigation-container {
    position: relative;
    border-top: 1px solid #fff;
    padding: 0;
    align-items: center;
}

.main-navigation .navigation-container .logo-wrapper,
.main-navigation .navigation-container .contact-wrapper,
.main-navigation .navigation-container .search-wrapper {
    display: none !important;
}

.main-navigation.itr-simple-line .first-line-header {
    display: none;
}

.main-navigation.itr-simple-line .navigation-container .logo-wrapper,
.main-navigation.itr-simple-line .navigation-container .contact-wrapper,
.main-navigation.itr-simple-line .navigation-container .search-wrapper {
    display: flex !important;
}

.main-navigation.itr-simple-line .header-content-wrapper,
.main-navigation.itr-simple-line .navigation-container {
    margin-top: 0;
}

.main-navigation.itr-simple-line .navigation-container .search-wrapper {
    width: 40px;
    height: 40px;
    justify-content: center;
}

.main-navigation.itr-simple-line .navigation-container .search-wrapper form {
    justify-content: center;
}

.main-navigation.itr-simple-line .navigation-container .search-wrapper label {
    display: none;
}

.main-navigation.itr-simple-line .navigation-container .search-wrapper button {
    height: auto;
    padding: 0;
}

.main-navigation.itr-simple-line .navigation-container .contact-wrapper {
    min-width: initial;
    padding: 0;
}

.main-navigation.itr-simple-line .navigation-container .contact-wrapper div {
    width: initial;
    padding: 0;
    display: flex;
    align-items: center;
}

.main-navigation.itr-simple-line .navigation-container .contact-wrapper ul {
    margin-left: 0;
    padding-left: 0;
    align-items: center !important;
}

.main-navigation.itr-simple-line .navigation-container .contact-wrapper ul li {
    margin-left: 10px
}

.main-navigation.itr-simple-line .navigation-container .contact-wrapper ul a {
    font-size: 0;
    padding: 0 !important;
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
    justify-content: center;
    align-items: center;
}

.main-navigation.itr-simple-line .navigation-container .contact-wrapper ul .contact a:before {
    left: 25%;
}

.main-navigation.itr-simple-line .navigation-container {
    display: flex;
    padding: 0 5% 0;
    border-bottom: none;
}

.main-navigation.itr-simple-line .navigation-container>.menu {
    padding: 0;
    width: 70%;
}

.main-navigation.itr-simple-line .navigation-container .menu ul {
    margin-left: 0;
    width: 100%;
}

.main-navigation.itr-simple-line .navigation-container .menu>li>a {
    padding: 20px 0;
}

.home .navigation-container {
    border-bottom: 1px solid #fff;
}

.navigation-container ul {
    margin-bottom: 0;
}

.navigation-container a.uk-button {
    display: none;
}

.icon-search {
    border-left: 1px solid;
    text-align: center;
    right: 0;
}

header .contact a {
    position: relative;
}

header .contact a:before {
    content: "";
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(images/call.svg);
    background-size: 18px;
    background-repeat: no-repeat;
}

.icon-search,
.offcanvas {
    cursor: pointer;
    position: relative;
    line-height: 55px;
    height: 55px;
    width: 80px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-search:focus {
    outline: thin dotted;
}

.offcanvas {
    font-size: 18px;
    display: table;
    text-align: center;
    border-right: 1px solid;
    left: 0;
}

.offcanvas-nav {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.offcanvas-nav:focus {
    outline: thin dotted;
}

.offcanvas-menu {
    position: relative;
    overflow: hidden;
    width: 24px;
    height: 17px;
    margin: 0 auto;
}

.offcanvas-menu span {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    height: 3px;
    transition: .1s width linear;
}

@media only screen and (max-width: 75em) {
    .offcanvas-menu span {
        right: auto;
        left: 0;
    }
}

.offcanvas-menu span.mbtn-mid {
    top: 50%;
    width: 80%;
    margin-top: -1.5px;
}

.offcanvas-menu span.mbtn-bot {
    bottom: 0;
    width: 60%;
}

.offcanvas:hover .offcanvas-menu span,
.offcanvas:focus .offcanvas-menu span {
    width: 100%;
}

#af-search-wrap {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(255, 255, 255, .94);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    width: 100%;
    height: 100%;
    z-index: 999999;
    -webkit-transition: -webkit-transform 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease;
    -ms-transition: -ms-transform 0.25s ease;
    -o-transition: -o-transform 0.25s ease;
    transition: transform 0.25s ease;
}

.af-search-toggle {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.af-search-close span {
    display: block;
    position: absolute;
    left: 0;
    width: 60px;
    top: 27px;
    background: #444;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    height: 3px;
}

.af-search-close {
    cursor: pointer;
    position: absolute;
    height: 60px;
    top: 60px;
    right: 80px;
    width: 60px;
}

.af-search-close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.af-search-close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-navigation .toggle-menu {
    height: 55px;
    cursor: pointer;
    display: none;
    border: none;
    background: transparent;
    margin: auto;
}

.main-navigation .toggle-menu:focus {
    outline: 1px dotted #266dae;
    outline-offset: -7px;
}

.icon-search a:focus {
    outline-offset: 3px;
}

.ham {
    width: 23px;
    height: 2px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #282828;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ham:before,
.ham:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #282828;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ham:before {
    top: -8px;
}

.ham:after {
    top: 8px;
}

.ham.exit {
    background-color: transparent;
}

.ham.exit:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}

.ham.exit:after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}

.main-navigation .menu>ul {
    display: inline-block;
    padding: 0;
    list-style: none;
    vertical-align: top;
}

.main-navigation .menu>ul>li {
    position: relative;
    display: block;
    float: left;
}

.main-navigation .menu>ul>li>a {
    border-bottom: 2px solid transparent;
    text-decoration: none;
    transition: all .3s ease;
}

.home .main-navigation .menu>ul>li:hover>a {
    border-bottom: 2px solid #fff;
}

.main-navigation .current-page-parent>a {
    border-bottom: 2px solid #0070AF !important;
}

.main-navigation .menu>.current_page_item>a {
    border-bottom: 2px solid #0070AF !important;
}

.main-navigation .menu>.current_page_item.contact>a {
    border-bottom: none !important;
}

.main-navigation .menu>ul>li:hover>a {
    border-bottom: 2px solid #0070AF;
}

.main-navigation .menu>ul>li>a {
    text-rendering: optimizeLegibility;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}

.main-navigation .menu ul li i {
    padding: 0 10px;
    display: inline-block;
    line-height: 1px;
}

.main-navigation .menu ul.menu>li>a {
    display: block;
    padding: 13px;
}

.main-navigation .menu ul ul li a {
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

.main-navigation .menu ul ul li ul li a {
    font-size: 13px;
}

.main-navigation .menu ul ul li a:after {
    content: "";
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 0;
    border-bottom: 1px solid #CCCCCC;
    font-weight: 600;
    font-size: 16px;
}

.main-navigation .menu ul ul li:last-child a:after {
    content: "";
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 0;
    border-bottom: none;
}

.main-navigation .menu>li>ul>li:hover>a {
    background-color: rgba(0, 0, 0, .03);
    transition: all .3s ease;
}

.main-navigation .menu>li>ul>li>ul>li:hover>a {
    background-color: rgba(0, 0, 0, .03);
    transition: all .3s ease;
}

.main-navigation .menu>li>ul>li:hover>a:before {
    left: 88%;
    transition: all .3s ease;
}

.main-navigation .menu>li>ul>li>ul>li:hover>a:before {
    left: 88%;
    transition: all .3s ease;
}

@media only screen and (min-width: 1600px) {
    .main-navigation .menu ul li a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .main-navigation .menu ul ul li {
        width: 300px;
    }
    .main-navigation .menu ul ul a {
        border-top: 1px solid rgba(0, 0, 0, .1);
        display: block;
        padding: 12px 25px 12px 15px;
        line-height: inherit;
        position: relative;
    }
    .main-navigation .menu ul ul a:first-child {
        border-top: none
    }
    .main-navigation .menu>ul>li>a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        top: 0;
        left: 0;
        right: 0;
    }
    .main-navigation .menu ul ul a:before {
        margin-right: 10px;
        position: absolute;
        left: 90%;
        top: 14px;
        display: inline-block;
        content: "\f105";
        font-weight: 600;
        color: #0070AF;
    }
    .main-navigation .menu ul ul {
        background: #fff;
        position: absolute;
        text-align: left;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
        margin: 0 auto;
        padding: 0;
        -webkit-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
        -moz-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
        -ms-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
        -o-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
        transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
        -webkit-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
        -ms-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
        -o-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
    }
    .main-navigation .menu ul.sub-menu ul.sub-menu {
        visibility: visible;
        opacity: 1;
        position: relative;
        box-shadow: none;
    }
    .main-navigation .menu ul.sub-menu ul.sub-menu li a {
        padding-left: 40px;
    }
    .main-navigation .menu li:hover>ul,
    .main-navigation .menu li:focus>ul {
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
        top: 100%;
        left: 0;
        -webkit-transition: opacity 0.4s, top 0.4s;
        -moz-transition: opacity 0.4s, top 0.4s;
        -ms-transition: opacity 0.4s, top 0.4s;
        -o-transition: opacity 0.4s, top 0.4s;
        transition: opacity 0.4s, top 0.4s;
    }
    .main-navigation .menu li:hover>ul:hover>li,
    .main-navigation .menu li:hover>ul:hover>li {
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
        top: 100%;
        -webkit-transition: opacity 0.4s, top 0.4s;
        -moz-transition: opacity 0.4s, top 0.4s;
        -ms-transition: opacity 0.4s, top 0.4s;
        -o-transition: opacity 0.4s, top 0.4s;
        transition: opacity 0.4s, top 0.4s;
    }
    .main-navigation .menu li:focus-within>ul {
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
        top: 100%;
        -webkit-transition: opacity 0.4s, top 0.4s;
        -moz-transition: opacity 0.4s, top 0.4s;
        -ms-transition: opacity 0.4s, top 0.4s;
        -o-transition: opacity 0.4s, top 0.4s;
        transition: opacity 0.4s, top 0.4s;
    }
    .main-navigation .menu>ul>li>ul {
        margin-top: 15px;
        top: 120%;
        left: -100000px;
        flex-direction: column;
        list-style: none;
        border-radius: 4px;
        border: 1px solid #CCCCCC;
    }
    .main-navigation .menu>ul>li>ul:before {
        content: "";
        position: absolute;
        left: 10px;
        top: -7px;
        display: inline-block;
        height: 12px;
        width: 12px;
        border-radius: 2px;
        transform: rotate(45deg);
        background-color: #fff;
        z-index: 1;
        border-top: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
    }
    .main-navigation .menu>ul>li>ul:after {
        content: "";
        position: absolute;
        left: 0;
        top: -20px;
        display: inline-block;
        height: 20px;
        width: 100%;
        background-color: transparent;
    }
    .main-navigation .menu>ul>li:last-child>ul {
        left: auto;
        right: 0;
    }
    .main-navigation .menu ul ul ul {
        top: -20px;
        left: 100%;
    }
    .main-navigation .menu ul ul li ul {
        top: 0;
        left: 0;
        flex-direction: column;
        list-style: none;
    }
    .main-navigation .menu ul ul li:focus-within ul {
        top: 0;
    }
}

.main-navigation .menu .menu-mobile {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    text-align: left;
    position: relative;
    z-index: 9999;
    display: none;
}

.main-navigation .menu .menu-mobile li {
    display: block;
    border-bottom: 1px solid;
    float: none;
}

.main-navigation .menu .menu-mobile li a {
    line-height: 35px;
    display: block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-navigation .menu .menu-mobile li a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.main-navigation .menu .menu-mobile li a i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    z-index: 1;
}

.main-navigation .menu .menu-mobile li a i.active:after {
    width: 13px;
    height: 1px;
}

.main-navigation .menu .menu-mobile li a i:before,
.main-navigation .menu .menu-mobile li a i:after {
    content: '';
    width: 13px;
    height: 1px;
    background-color: #848484;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.main-navigation .menu .menu-mobile li a i:after {
    width: 1px;
    height: 13px;
}

.main-navigation .menu .menu-mobile li .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #2d2d2d;
    display: none;
}

.main-navigation .menu .menu-mobile li .sub-menu li {
    border-bottom: none;
}

.main-navigation .menu .menu-mobile li .sub-menu>li a {
    font-weight: 300;
}

.main-navigation .menu .menu-mobile li .sub-menu>li:first-child {
    border-top: 0;
}

#contact-menu {
    list-style: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}


/* .home #contact-menu li:first-child a {
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 18px;
    border: 2px solid transparent;
    transition: all .3s ease;
    padding-left: 30px;
}

.home #contact-menu li:first-child a {
    color: #212121;
    text-decoration: none;
}

.home #contact-menu li:first-child a:hover {
    background-color: transparent;
    border: 2px solid #fff;
    transition: all .3s ease;
} */

#contact-menu li:first-child a {
    background-color: #F59C16;
    padding: 4px 8px;
    border-radius: 18px;
    border: 2px solid transparent;
    transition: all .3s ease;
    padding-left: 30px;
}

#contact-menu li:first-child a {
    color: #212121;
    text-decoration: none;
}

#contact-menu li:first-child a:hover {
    background-color: transparent;
    border: 2px solid #F59C16;
    transition: all .3s ease;
}

#contact-menu li.wpml-ls-item {
    background-color: transparent !important;
    border: none !important;
}

#contact-menu li.wpml-ls-item .wpml-ls-flag {
    transform: scale(2.5);
    height: 16px;
    width: 16px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

@media screen and (max-width: 992px) {
    header .header-content-wrapper .contact-wrapper {
        width: 50%;
        justify-content: space-around;
        min-width: initial !important;
        padding-left: 0 !important;
    }
    header .header-content-wrapper .contact-wrapper .contact-menu {
        width: 100%;
    }
    #contact-menu {
        padding-left: 0;
        justify-content: left;
        margin-left: 0;
    }
    #contact-menu li:first-child a {
        font-size: 0;
        padding: 0;
        display: flex;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: none !important;
    }
    #contact-menu li:first-child a:before {
        left: 25%;
    }
    #contact-menu li.wpml-ls-item {
        display: none;
    }
}


/*------------------------------------------------------------
 * ## Post-navigation
 *------------------------------------------------------------
 */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    border: 1px solid;
    overflow: hidden;
    margin: 1.5em 0;
    padding: 10px;
    position: relative;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    position: relative;
}

.nav-previous,
.nav-next {
    display: table;
    padding: 5px 5px;
}

.nav-previous:before,
.nav-next:after {
    content: "";
    display: table-cell;
    line-height: 1;
    vertical-align: middle;
    font: normal normal normal 44px/1 'Font Awesome 5 Free';
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-previous:before {
    content: "\f0a8";
}

.nav-next:after {
    content: "\f0a9";
}

.nav-previous a,
.nav-next a {
    display: table-cell;
    font-size: 18px;
    letter-spacing: 0.04rem;
    padding: 0 15px;
    text-transform: uppercase;
    vertical-align: middle;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.site-main .comment-navigation:after,
.site-main .posts-navigation:after,
.site-main .post-navigation:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #e8e8e8;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    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;
    clip-path: none;
    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.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.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-branding:before,
.site-branding:after,
.main-navigation:before,
.main-navigation:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.categorised-article-list:before,
.categorised-article-list:after,
.itr-widget:before,
.itr-widget:after,
.hentry:before,
.hentry:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-branding:after,
.main-navigation:after,
.site-content:after,
.site-footer:after,
.categorised-article-list:after,
.itr-widget:after,
.hentry:after {
    clear: both;
}

.entry-content ul,
.entry-content ol {
    padding-left: 15px;
    margin-left: 15px;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

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

.widget h3,
.widget ul {
    margin: 0;
}

.itr-widget {
    margin-bottom: 0;
}

.itr-widget a {
    padding: 0 !important;
}

.widget-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 auto 15px;
    padding: 15px 0;
    position: relative;
    text-transform: uppercase;
}

#primary .widget-title {
    font-size: 24px;
    line-height: 1.10909;
    font-weight: 600;
}

#primary .itr-widget-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: -20px;
}

.widget-title-1,
#secondary .widget-title,
.site-footer .widget-title {
    padding-bottom: 15px;
    padding-top: 0;
    color: #0070AF;
}

.site-footer .widget-title {
    border-color: #fff;
    color: #fff;
}

.site-content .site-main .widget-title span {
    background: #fff;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.site-content .site-main .widget-title span,
#primary .af-tabs.nav-tabs>li>a,
.archive .site-content .header-title-wrapper .page-title,
.search-results .site-content .header-title-wrapper .page-title,
header.entry-header h1.entry-title {
    font-size: 36px;
    line-height: 1.4;
    text-transform: uppercase;
}

.site-content .site-main .widget-title:after {
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 50%;
    margin-top: 1px;
    width: 100%;
    left: 0;
    background: #000;
}

.widget select {
    max-width: 100%;
}

.widget ol,
.widget ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.widget ul li {
    padding-bottom: 0;
}

.widget ol li,
.widget ul li {
    margin-bottom: 0;
}

.widget ul li.full-item,
.widget .af-tabs li {
    margin: 0 auto;
    padding: 0;
}

.site-footer .widget ul li {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget_recent_comments li a,
.widget_pages li a,
.widget_archive li a,
.widget_meta li a,
.widget_categories li,
.widget_nav_menu li a,
.widget_recent_entries li a {
    border-bottom: 1px solid #35373c;
    display: table;
    padding-bottom: 10px;
    font-size: 17px;
    position: relative;
    width: 100%;
}

.site-content .widget_recent_comments li a,
.site-content .widget_pages li a,
.site-content .widget_archive li a,
.site-content .widget_meta li a,
.site-content .widget_categories li,
.site-content .widget_nav_menu li a,
.site-content .widget_recent_entries li a {
    color: #757575;
    border-color: #e5e5e5;
}

.af-tabs {
    border: 0;
}

.af-tabs.nav-tabs>li>a {
    color: #ccc;
    padding: 15px 15px 15px 0;
    text-transform: uppercase;
}

.af-tabs.nav-tabs>li>a,
.af-tabs.nav-tabs>li.active>a,
.af-tabs.nav-tabs>li.active>a:focus,
.af-tabs.nav-tabs>li.active>a:hover {
    background: transparent;
    border: 0;
}

.af-tabs.nav-tabs>li.active>a,
.af-tabs.nav-tabs>li:hover>a,
.af-tabs.nav-tabs>li:focus>a {
    color: #404040;
}

.primary-footer .af-tabs.nav-tabs>li.active>a,
.primary-footer .af-tabs.nav-tabs>li:hover>a,
.primary-footer .af-tabs.nav-tabs>li:focus>a {
    color: #fff;
}

#wp-calendar {
    width: 100%;
    margin: 0;
}

#wp-calendar caption {
    text-align: right;
}

#wp-calendar thead th {
    text-align: center;
}

#wp-calendar tbody td {
    border: 1px solid #313131;
    text-align: center;
    padding: 8px;
}

.site-content #secondary #wp-calendar tbody td {
    border: 1px solid #e8e8e8;
}

#wp-calendar tbody td:hover {
    background: #000;
    filter: alpha(opacity=42);
    opacity: .42;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    text-transform: uppercase;
    text-align: left;
    border: none;
    background: none;
}

#wp-calendar tfoot #prev {
    text-transform: uppercase;
    text-align: left;
    border: none;
    background: none;
}

#wp-calendar tfoot td.pad {
    display: none;
}

.site-content .search-form,
.site-footer .search-form {
    padding-top: 20px;
}

.site-content .search-form label,
.site-footer .search-form label {
    display: block;
    width: 70%;
    float: left;
}

.site-content .search-form label .search-field,
.site-footer .search-form label .search-field {
    padding-left: 15px;
    width: 100%;
}

.site-content .search-form .search-submit,
.site-footer .search-form .search-submit {
    width: 30%;
    font-size: 16px;
    text-transform: uppercase;
}

.search-form label .search-field {
    height: 45px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.search-form .search-submit {
    border: 0;
    color: #fff;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.af-search-box .search-form {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.af-search-box .search-form label {
    width: 85%;
    width: calc(100% - 200px);
}

.af-search-box .search-form .search-submit {
    float: right;
    font-size: 24px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
}

.af-search-box .search-form label .search-field {
    border-width: 1px 0 1px 1px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    width: 100%;
}

.posts-author-wrapper .itr-author-img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.itr-author-details {
    text-align: center;
}

.itr-author-display-name {
    margin: 15px auto;
}

.itr-author-display-phone,
.itr-author-display-email {
    display: block;
    margin: 5px auto;
}

#primary .posts-author-wrapper .itr-author-img {
    float: left;
    margin-left: 0;
    overflow: hidden;
}

#primary .posts-author-wrapper .itr-author-details {
    float: left;
    text-align: left;
    padding-left: 20px;
    width: 70%;
    width: calc(100% - 200px);
}

#primary .posts-author-wrapper .itr-author-details ul {
    text-align: left;
}

@media (max-width: 640px) {
    #primary .posts-author-wrapper .itr-author-details {
        width: 100%;
        text-align: center;
    }
    #primary .posts-author-wrapper .itr-author-img {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .posts-author-wrapper .itr-author-img {
        width: 140px;
        height: 140px;
    }
    #primary .posts-author-wrapper .itr-author-details ul {
        text-align: center;
    }
}

.tagcloud a {
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 25px;
    border: 1px solid;
    padding: 5px 12px;
    margin-bottom: 16px;
    display: inline-block;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#af-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f1f1f1;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    display: table;
}

.af-loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.loader-circle {
    position: absolute;
    left: 47%;
    top: 50%;
    margin: auto;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #999;
    animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
    animation-name: loader;
    -webkit-animation-name: loader;
    -moz-animation-name: loader;
}

.loader-circle:before,
.loader-circle:after {
    animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}

.loader-circle:before,
.loader-circle:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes loader {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0.5;
    }
}

@-ms-keyframes loader {
    from {
        -ms-transform: scale(0);
        opacity: 1;
    }
    to {
        -ms-transform: scale(1);
        opacity: 0.5;
    }
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0.5;
    }
}

@-moz-keyframes loader {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }
    to {
        -moz-transform: scale(1);
        opacity: 0.5;
    }
}

.bg-image,
.data-bg {
    width: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.data-bg .site-branding .site-title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}

.masthead-banner.data-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.data-bg-hover:before {
    content: "";
    background: #222;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
}

.data-bg-hover:hover:before,
.data-bg-hover:hover:before {
    filter: alpha(opacity=10);
    opacity: .1;
}

.data-bg-hover-1:before {
    filter: alpha(opacity=100);
    opacity: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.data-bg-hover-1:hover:before,
.data-bg-hover-1:hover:focus {
    filter: alpha(opacity=100);
    opacity: 1;
}

.article-item-image {
    background: #222;
}

.article-item-image img {
    filter: alpha(opacity=90);
    opacity: .9;
    width: 100%;
}

.article-item-image:hover img,
.article-item-image:focus img {
    opacity: 1;
}

.data-bg-slide {
    height: 390px;
}

.full-content-layout .data-bg-slide {
    height: 400px;
}

.full-section-slider .data-bg-slide {
    height: 520px;
}

.itr-latest-post-carousel .data-bg-slide,
#secondary .data-widget-slide {
    height: 300px;
}

.itr-latest-post-carousel .slider-figcaption,
#secondary .slider-figcaption {
    padding: 20px;
}

#secondary .slider-figcaption .slide-title {
    font-size: 18px;
}

.data-widget-slide {
    height: 490px;
}

.data-bg-featured,
.data-bg-categorised,
.data-widget-featured {
    height: 210px;
}

.full-content-layout .data-bg-featured,
.full-content-layout .data-bg-categorised,
.full-content-layout .data-widget-featured {
    height: 250px;
}

@media (min-width: 1600px) {
    .data-bg-slide {
        height: 460px;
    }
    .full-section-slider .data-bg-slide {
        height: 660px;
    }
    .data-widget-slide {
        height: 500px;
    }
    .data-bg-featured,
    .data-bg-categorised {
        height: 250px;
    }
    .data-widget-featured {
        height: 290px;
    }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

.top-masthead {
    background: #353535;
}

.top-masthead-overlay {
    background: rgba(0, 0, 0, .75);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.admin-bar .top-masthead-overlay {
    top: 32px;
}

.top-masthead,
.top-masthead a {
    color: #fff;
}

.topbar-date {
    margin-right: 15px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    padding-right: 20px;
}

.top-navigation {
    display: inline-block;
}

.top-navigation ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.top-navigation ul li {
    display: inline-block;
}

.top-navigation ul li a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    height: 45px;
    line-height: 45px;
}

.top-navigation ul li:first-child a {
    padding-left: 0;
}

.masthead-banner {
    padding: 50px 0;
}

.masthead-banner.data-bg {
    padding: 75px 0;
}

.masthead-banner .site-branding {
    text-align: center;
}

.site-branding .site-title {
    font-size: 48px;
    line-height: 1.4;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.28em;
    display: inline-block;
}

.site-header .itr-header-wrapper {
    max-height: 130vh;
}

.site-header .site-branding .site-title a {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
}

.site-branding .site-description {
    margin: 10px auto 0;
    letter-spacing: .22rem;
    text-transform: uppercase;
}

.site-content {
    background: #fff;
    margin: 40px auto;
}

.home .site-content {
    margin-top: 0;
}

.single.full-width-content .site-content .entry-content-wrap {
    margin-left: auto;
    margin-right: auto;
}

.single .entry-content-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

@media (min-width: 768px) {
    .site-content {
        width: 750px;
    }
    .site-header .itr-header-wrapper {
        max-height: 95vh;
    }
    body.custom-background .site-content {
        width: 720px;
    }
    .site-header .site-branding .site-title a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 992px) {
    .site-content {
        width: 970px;
    }
    body.custom-background .site-content {
        width: 940px;
    }
    body.full-content-layout .container,
    body.full-content-layout .site-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .site-header .site-branding .site-title a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 1200px) {
    .site-content {
        width: 1170px;
    }
    .home.full-width-content .container,
    .home.full-width-content .site-content {
        width: 1100px;
    }
    .single.full-width-content .site-content .entry-content-wrap {
        width: 980px;
    }
    body.custom-background .site-content {
        width: 1140px;
    }
    .home.full-content-layout.full-width-content .container,
    .home.full-content-layout.full-width-content .site-content,
    .home.full-content-layout.full-width-content .site-content .post-thumbnail img {
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .site-content,
    .container {
        width: 1570px;
    }
    .home.full-width-content .container,
    .home.full-width-content .site-content {
        width: 1500px;
    }
    body.custom-background .site-content {
        width: 1540px;
    }
    .home.full-content-layout.full-width-content .container,
    .home.full-content-layout.full-width-content .site-content .home.full-content-layout.full-width-content .site-content .post-thumbnail.full-width-image img {
        width: 100%;
    }
}

body.full-content-layout .container,
body.full-content-layout .site-content,
body.custom-background .site-content .itr-breadcrumbs .container {
    width: 100%;
}

#primary,
#secondary,
.primary-1 {
    padding-left: 15px;
    padding-right: 15px;
}

#primary,
.primary-1 {
    width: 100%;
}

.full-width-content #primary,
.full-width-content .primary-1,
#primary.content-area.full-width,
.error404 #primary {
    width: 100%;
}

.align-content-right #primary,
.align-content-right .primary-1 {
    float: right;
}

@media only screen and (min-width: 992px) {
    .align-content-left #primary,
    .align-content-left .primary-1 {
        padding: 0
    }
    .single.align-content-left #primary,
    .archive.align-content-left #primary {
        /*border-right: 1px solid;*/
    }
    .align-content-left #secondary {
        padding-left: 30px;
    }
    .align-content-right #primary,
    .align-content-right .primary-1 {
        padding-left: 30px;
    }
    .single.align-content-right #primary,
    .archive.align-content-right #primary {
        /*border-left: 1px solid;*/
    }
    .align-content-right #secondary {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    #primary,
    #secondary,
    .primary-1 {
        width: 100%;
    }
}

.row-sm {
    margin-left: -5px;
    margin-right: -5px;
}

.col {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

#primary .col-one {
    width: 10%;
}

#primary .col-two {
    width: 20%;
}

#primary .col-three {
    width: 30%;
}

#primary .col-three-point-three {
    width: 33.33%;
}

#primary .col-four {
    width: 40%;
}

#primary .col-five {
    width: 50%;
}

#primary .col-six {
    width: 60%;
}

#primary .col-seven {
    width: 70%;
}

#primary .col-eight {
    width: 80%;
}

#primary .col-nine {
    width: 90%;
}

#primary .col-ten {
    width: 100%;
}

#secondary .base-border .col,
.site-footer .base-border .col {
    margin-top: 15px;
    margin-bottom: 15px;
}

#secondary .col.col-image,
.site-footer .col.col-image {
    width: 30%;
}

#secondary .col.col-details,
.site-footer .col.col-details {
    width: 70%;
}

@media only screen and (max-width: 767px) {
    #primary .col-five {
        width: 100%;
    }
}

.base-border {
    position: relative;
}

.base-border:before {
    content: "";
    position: absolute;
    background: #e8e8e8;
    left: 5px;
    right: 0;
    width: 98%;
    width: calc(100% - 10px);
    height: 1px;
}

.primary-footer .base-border:before {
    background: #35373c;
    left: 0;
}

#primary .align-items-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
}

#primary .archive-image-right .align-items-center {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-flow: row-reverse wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-flow: row-reverse wrap;
}

.itr-express-article-grids {
    padding-bottom: 10px;
}

.itr-express-article-lists {
    margin-bottom: 10px;
}

#primary .itr-express-article-lists .col-four.col-image {
    width: 41%;
}

#primary .itr-express-article-lists .col-six.col-details {
    width: 59%;
}

.af-main-banner {
    border-bottom: 1px solid;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.af-navcontrols {
    position: absolute;
    bottom: 20px;
    right: 35px;
}

.slide-count {
    display: inline-block;
}

.banner-half {
    border-style: solid;
    border-width: 0 1px 1px 0;
}

.full-section-slider .banner-half {
    border-width: 1px 1px 1px 0;
}

.full-section-slider .no-gutter-col {
    margin-bottom: 20px;
}

.default-section-slider .main-slider {
    border-right: 1px solid;
}

@media only screen and (min-width: 992px) {
    .full-section-slider .no-gutter-col:nth-child(2),
    .full-section-slider .no-gutter-col:nth-child(6),
    .full-section-slider .no-gutter-col:nth-child(10),
    .full-section-slider .no-gutter-col:nth-child(14),
    .full-section-slider .no-gutter-col:nth-child(18) {
        border-left-width: 1px;
    }
    .default-section-slider .no-gutter-col:nth-child(4),
    .default-section-slider .no-gutter-col:nth-child(8),
    .default-section-slider .no-gutter-col:nth-child(12),
    .default-section-slider .no-gutter-col:nth-child(16),
    .default-section-slider .no-gutter-col:nth-child(20) {
        border-left-width: 1px;
    }
}

@media only screen and (max-width: 991px) {
    .af-main-banner .no-gutter-col:nth-child(2),
    .af-main-banner .no-gutter-col:nth-child(4),
    .af-main-banner .no-gutter-col:nth-child(6),
    .af-main-banner .no-gutter-col:nth-child(8),
    .af-main-banner .no-gutter-col:nth-child(10),
    .af-main-banner .no-gutter-col:nth-child(12),
    .af-main-banner .no-gutter-col:nth-child(14),
    .af-main-banner .no-gutter-col:nth-child(16),
    .af-main-banner .no-gutter-col:nth-child(18) {
        border-left-width: 1px;
    }
}

.widget .slick-current .banner-half {
    border-left-width: 1px;
}

.banner-half figcaption {
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .banner-half {
        border-width: 1px;
    }
    .banner-half:last-child {
        border-left: 0;
    }
}

.trending-line {
    border: 1px solid;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 45px;
    margin: 0 0 25px;
    position: relative;
}

.trending-line .trending-now {
    background-color: #266dae;
    line-height: 48px;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 0 20px;
    margin-right: 5px;
}

.trending-slides {
    padding: 0 5px;
}

.trending-slides .marquee {
    overflow: hidden;
}

.trending-slides .marquee .js-marquee {
    margin: 0;
}

.trending-slides .marquee a {
    padding: 0 25px;
    font-weight: 500;
}

.trending-slides .marquee a img {
    width: 25px;
    height: auto;
    margin-right: 5px;
}

.trending-line .trending-now strong {
    font-weight: 500;
}

.banner-promotions-wrapper {
    margin-bottom: 25px;
    text-align: center;
}

.trending-line .trending-control {
    position: absolute;
    top: 0;
    right: 0;
}

.alert-spinner {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    vertical-align: middle;
}

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

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

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

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

.slick-slide {
    margin: 0 auto;
}

.slick-slide,
.slick-slide * {
    outline: none !important;
}

.slick-item {
    position: relative;
}

.slider-figcaption {
    padding: 20px 10% 20px 35px;
}

.main-slider .slider-figcaption {
    bottom: 20px;
}

.slider-figcaption-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    width: 100%;
    z-index: 10;
}

.slider-figcaption a {
    color: #fff;
}

.slider-figcaption .slide-title {
    margin: 5px 10px;
    font-size: 32px;
    line-height: 1.5;
    text-transform: uppercase;
}

@media only screen and (min-width: 1600px) {
    .slider-figcaption .slide-title {
        font-size: 42px;
    }
}

.slider-figcaption .slide-title-1 {
    font-size: 18px;
}

.slider-figcaption-1 .slide-title a {
    box-decoration-break: clone;
    -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, .8), -10px 0 0 rgba(0, 0, 0, .8);
    -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, .8), -10px 0 0 rgba(0, 0, 0, .8);
    -ms-box-shadow: 10px 0 0 rgba(0, 0, 0, .8), -10px 0 0 rgba(0, 0, 0, .8);
    -o-box-shadow: 10px 0 0 rgba(0, 0, 0, .8), -10px 0 0 rgba(0, 0, 0, .8);
    box-shadow: 10px 0 0 rgba(0, 0, 0, .8), -10px 0 0 rgba(0, 0, 0, .8);
    display: inline;
}

.slider-figcaption .grid-item-metadata .item-metadata {
    padding-left: 5px;
    padding-right: 5px;
}

.af-navcontrols .slick-arrow,
.af-navcontrols .slide-count {
    float: left;
    height: 40px;
    line-height: 50px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.af-navcontrols .slick-arrow {
    cursor: pointer;
    width: 40px;
}

.slide-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
}

.slide-icon,
.featured-article-wrapper,
.categorised-article-wrapper {
    position: relative;
}

.slide-icon-1 {
    position: absolute;
    z-index: 1;
    display: block;
    width: 60px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.75);
    top: 50%;
    margin-top: -25px;
    text-align: center;
    padding: 0;
}

.slide-icon:before {
    display: block;
    line-height: 50px;
}

.slide-prev:hover,
.slide-prev:focus,
.slide-next:hover,
.slide-next:focus {
    outline: none !important;
}

.slide-prev {
    left: 0;
}

.slide-next {
    right: 0;
}

.featured-article-wrapper figcaption {
    position: absolute;
    bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
}

.slide-icon:before {
    color: rgba(255, 255, 255, 0.75);
    display: inline-block;
    position: absolute;
    top: 0;
    margin: auto;
    height: 20px;
    width: 20px;
}

.slide-prev:before {
    left: 10px;
    right: inherit;
}

.slide-next:before {
    left: inherit;
    right: 10px;
}

.slide-prev-1:before {
    left: 35px;
}

#secondary .slide-prev-1:before,
.posts-carousel .slide-prev-1:before,
.latest-posts-carousel .slide-prev-1:before {
    left: 20px;
}

.posts-carousel .slide-icon-1 {
    top: 45%;
}

.slide-next-1:before {
    right: 35px;
}

#secondary .slide-next-1:before,
.posts-carousel .slide-prev-1:before,
.latest-posts-carousel .slide-next-1:before {
    left: 20px;
}

.trending-slides .slide-prev,
.trending-slides .slide-next {
    top: 0;
    width: 40px;
    position: absolute;
    z-index: 1;
    height: 45px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 0;
}

.trending-slides .slick-slide a {
    margin-right: 30px;
}

.trending-slides .slide-prev {
    right: 40px;
    left: inherit;
}

.trending-slides .slide-next {
    right: 0;
}

.trending-slides .slide-icon:before {
    height: 16px;
    line-height: 16px;
}

.post-description {
    font-size: 15px;
    margin: 5px auto;
}

.featured-article-wrapper figcaption a {
    color: #fff;
}

.figure-categories-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.figure-categories .cat-links a {
    border-radius: 18px;
    padding: 6px 10px !important;
    background: transparent !important;
    border: 2px solid #fff;
}

.figure-categories:not(.figure-categories-bg) .cat-links a:first-child {
    padding-left: 0;
}

.figure-categories-bg .cat-links a {
    padding: 5px 10px;
}

.grid-item-metadata {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}

.grid-item-metadata i {
    border: 1px solid;
    border-radius: 50%;
    padding: 5px;
    margin-right: 5px;
}

.spotlight-post {
    margin-bottom: 25px;
}

.spotlight-post-1 {
    margin-bottom: 0;
}

.spotlight-post figcaption {
    padding: 20px;
}

.categorised-article-list {
    border-bottom: 1px solid;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.itr_double_col_double_categorised_posts .categorised-article-list:last-child {
    border: none;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.hentry.has-post-thumbnail .header-details-wrapper {
    padding: 0;
}

.hentry.has-post-thumbnail .entry-header-details {
    background: transparent;
    color: #fff;
    padding: 30px 0 40px 30px;
    position: absolute;
    width: 50%;
    top: 15%;
    display: flex;
    flex-direction: column;
    max-width: 600px;
}

.hentry.has-post-thumbnail .entry-header-details h1 {
    order: -1;
    color: #fff;
}

.hentry.has-post-thumbnail .entry-header-details .figure-categories {
    margin-bottom: 15px;
}

.entry-header-details .post-excerpt {
    font-style: italic;
    font-size: 22px;
}

.entry-header-details .entry-title {
    margin-top: 20px;
    margin-bottom: 15px;
    letter-spacing: 0.02em;
}

@media only screen and (min-width: 1600px) {
    .entry-header-details .entry-title {
        font-size: 48px;
    }
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.entry-content-wrap {
    font-size: 18px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.article-title {
    margin: 0 auto;
    line-height: 1.4;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.article-title-1 {
    font-size: 20px;
}

@media only screen and (min-width: 1600px) {
    .article-title-1 {
        font-size: 24px;
    }
}

#primary .article-title-2 {
    font-size: 18px;
}

.itr-reated-posts .related-title {
    margin: 0 auto;
    font-size: 24px;
    font-weight: 600;
    color: #0070AF;
}

.itr-reated-posts ul {
    list-style: none;
    margin: 15px auto 30px;
    padding-left: 0;
}

.itr-reated-posts ul li {
    border-bottom: 1px solid;
    padding: 15px 0;
    margin-bottom: 15px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area .comments-title,
.comments-area .comment-reply-title,
.related-title {
    margin: 30px auto;
    padding: 20px 0;
    text-transform: uppercase;
}

.comments-area .comments-title {
    padding-left: 20px;
    padding-right: 20px;
}

.comment-respond .comment-reply-title,
.related-title {
    border-bottom: 1px solid;
    margin-top: 30px;
}

.comments-area .comment-list {
    padding-left: 0;
    margin-left: 0;
}

.comments-area .comment-list,
.comments-area .comment-list .children {
    list-style-type: none;
}

.comments-area .comment-author img {
    border-radius: 100%;
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 15px;
}

.comments-area .comment-author a {
    color: #35353c;
    text-decoration: none;
}

.comments-area .comment-content,
.comments-area .comment-awaiting-moderation,
.comments-area .reply {
    padding-left: 80px;
}

.comments-area .reply {
    margin-bottom: 15px;
}

.comments-area .reply .comment-reply-link {
    text-decoration: none;
    padding: 0 15px;
    border-radius: 4px;
    line-height: 26px;
    height: 26px;
    display: inline-block;
}

.comments-area .reply .comment-reply-link:hover {
    color: #3c3c3c;
}

.comments-area .comment-respond {
    outline: 0;
}

.comments-area .comment-form-comment label,
.comments-area .comment-form-comment textarea {
    width: 100%
}

.comments-area .comment-respond .form-submit input {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
    min-width: 180px;
}

.comments-area .comment-respond .form-submit input,
.comments-area .comment-respond .form-submit input:hover {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.comments-area .comment-respond .comment-form-author label,
.comments-area .comment-respond .comment-form-email label,
.comments-area .comment-respond .comment-form-url label {
    width: 100px;
}

.comments-area .comment-notes {
    margin-bottom: 30px;
}

.comments-area .comment-form label {
    color: #808086;
}

.comments-area .blog-img-wide.blogdetails img {
    height: auto;
    padding: 20px;
    width: 100%;
}

.comment-form label {
    color: #707070;
    display: block;
    text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    border-color: #e4e4e4;
    width: 100%;
}

.comment-form-author,
.comment-form-email {
    width: 50%;
    float: left;
}

.comment-form-author {
    padding-right: 10px;
}

.comment-form-email {
    padding-left: 10px;
}

.comment.depth-4 ol {
    margin-left: 0;
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-list,
    .comments-area .comment-list .children {
        margin-left: 0;
        padding-left: 0;
    }
}

.comment-metadata {
    background: #f3f3f3;
    font-size: 85%;
    line-height: 1.2;
    margin: 5px auto 10px;
    display: inline-block;
    padding: 5px 15px;
}


/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/

#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 40px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    opacity: 1 !important;
}

#scroll-up:hover,
#scroll-up:focus {
    background-color: #373737;
    border-color: #373737;
    transition: all .3s ease;
}

#scroll-up i {
    display: inline-block;
    color: #FFF !important;
}

@media only screen and (max-width: 767px) {
    #scroll-up {
        right: 20px;
        bottom: 20px;
    }
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    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;
    position: relative;
}

@media screen and (max-width: 992px) {
    .custom-logo-link {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .logo-wrapper a {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    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;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery .slick-dots {
    bottom: -30px;
}

.gallery-item {
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
    position: relative;
    /*margin-bottom: 20px;*/
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
    clear: left;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: left;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: left;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: left;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
    clear: left;
}

.gallery-columns-7 .gallery-item {
    width: 14.28%;
}

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: left;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
    clear: left;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery-caption {
    display: block;
    background: #000;
    background: rgba(0, 0, 0, .74);
    color: #fff;
    font-size: 85%;
    line-height: 1.22857143;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    padding: 15px;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    body .gallery .gallery-item {
        width: 50%;
        clear: none !important;
    }
    body .gallery.gallery-columns-1 .gallery-item {
        width: 100%;
    }
    body .gallery .gallery-item:nth-child(2n+1) {
        clear: left !important;
    }
}

@media only screen and (max-width: 640px) {
    body .gallery .gallery-item {
        float: left;
        margin-left: auto;
        margin-right: auto;
        max-width: 290px;
        width: 50%;
    }
}


/*--------------------------------------------------------------
# Social Icons
--------------------------------------------------------------*/

.social-navigation ul li a:after,
.social-widget-menu ul a:before {
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Brands';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-navigation ul ul a:before {
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}

.top-masthead .social-navigation,
.footer-social-wrapper .social-navigation {
    float: right;
}

.social-navigation ul,
.social-widget-menu ul,
.itr-author-details ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.social-navigation ul li,
.social-widget-menu ul li,
.itr-author-details ul li {
    display: inline-block;
}

.social-navigation ul li a,
.social-widget-menu ul li a,
.itr-author-details ul li a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    text-align: center;
    border-radius: 100%;
}

.social-navigation ul li a {
    width: 35px;
    font-size: 16px;
    text-align: right;
}

.social-navigation ul li a:after,
.social-widget-menu ul a:before,
.itr-author-details ul li a:before {
    vertical-align: middle;
}

.social-widget-menu ul {
    text-align: left;
}

.social-widget-menu ul li a,
.itr-author-details ul li a {
    border: 1px solid;
}

.social-navigation ul a[href*="dribbble.com"]:after,
.social-widget-menu ul a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.social-navigation ul a[href*="facebook.com"]:after,
.social-widget-menu ul a[href*="facebook.com"]:before {
    content: "\f39e";
}

.social-navigation ul a[href*="vk.com"]:after,
.social-widget-menu ul a[href*="vk.com"]:before {
    content: "\f189";
}

.social-navigation ul a[href*="twitter.com"]:after,
.social-widget-menu ul a[href*="twitter.com"]:before {
    content: "\f099";
}

.social-navigation ul a[href*="linkedin.com"]:after,
.social-widget-menu ul a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.social-navigation ul a[href*="instagram.com"]:after,
.social-widget-menu ul a[href*="instagram.com"]:before {
    content: "\f16d";
}

.social-navigation ul a[href*="youtube.com"]:after,
.social-widget-menu ul a[href*="youtube.com"]:before {
    content: "\f167";
}

.social-navigation ul a[href*="vimeo.com"]:after,
.social-widget-menu ul a[href*="vimeo.com"]:before {
    content: "\f27d";
}

.social-navigation ul a[href*="plus.google.com"]:after,
.social-widget-menu ul a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.social-navigation ul a[href*="pinterest.com"]:after,
.social-widget-menu ul a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.social-navigation ul a[href*="tumblr.com"]:after,
.social-widget-menu ul a[href*="tumblr.com"]:before {
    content: "\f173";
}

.social-navigation ul a[href*="wordpress.org"]:after,
.social-widget-menu ul a[href*="wordpress.org"]:before,
.social-navigation ul a[href*="wordpress.com"]:after,
.social-widget-menu ul a[href*="wordpress.com"]:before {
    content: "\f19a";
}

.social-navigation ul a[href*="whatsapp.com"]:after,
.social-widget-menu ul a[href*="whatsapp.com"]:before {
    content: "\f232";
}

.social-navigation ul a[href*="reddit.com"]:after,
.social-widget-menu ul a[href*="reddit.com"]:before {
    content: "\f281";
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.itr-latest-post-carousel {
    margin-bottom: -6px;
}

.latest-posts-carousel {
    text-align: center;
}

.latest-posts-carousel .slick-track {
    display: inline-block;
}

.site-footer {
    padding-top: 60px;
}

.site-footer ul {
    padding-left: 0;
}

.site-footer .title-footer {
    color: #0070AF;
}

.site-footer p,
.site-footer a {
    color: #4C4C4C;
}

.site-footer .primary-footer {
    background-color: #fff;
    margin-bottom: 60px;
}

.site-footer .primary-footer .footer-first-widgets-section {
    padding-left: 0;
}

.site-footer .primary-footer .footer-second-widgets-section {
    padding-right: 0;
}

.site-footer .primary-footer h3 {
    color: #0070AF;
    font-size: 18px;
    font-weight: 600;
}

.site-footer .primary-footer li {
    color: #4C4C4C;
}

.site-footer .primary-footer li a {
    color: #4C4C4C;
}

.site-footer .secondary-footer {
    background-color: #4C4C4C;
}

.site-footer .secondary-footer .itr-primary-footer {
    position: relative;
}

.site-footer .secondary-footer .itr-footer .menu {
    list-style: none;
    position: relative;
    margin-left: 0;
}

.site-footer .secondary-footer .itr-primary-footer.no-border:before {
    content: none;
}

.site-footer .secondary-footer .itr-primary-footer:before {
    content: "";
    position: absolute;
    right: 130%;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.site-footer .secondary-footer .itr-footer .menu a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 35px;
}

.site-footer .secondary-footer .itr-footer .menu li:first-child {
    font-weight: 600;
    font-size: 18px;
}

.site-footer,
.site-footer a {
    color: #fff;
}

.footer-logo {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.secondary-footer {
    padding: 30px 0;
}

.footer-nav-wrapper ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.footer-nav-wrapper ul li {
    display: inline-block;
}

.footer-nav-wrapper ul li a {
    padding-right: 16px;
    line-height: 45px;
}

.site-info {
    background: #121314;
    padding: 16px 0;
    text-align: center;
}

.site-info .footer-fourth {
    margin: auto;
}

.site-info .footer-fourth ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-bottom: 0;
}

.site-info .footer-fourth ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.site-info .footer-fourth ul li:first-child:before {
    content: none;
}

.site-info .footer-fourth ul li {
    margin-left: 30px;
    padding-left: 10px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.site-info .footer-fourth ul li:before {
    content: "";
    position: absolute;
    right: 105%;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}

@media screen and (max-width: 1000px) {
    .site-footer {
        padding-top: 30px;
    }
    .primary-footer .uk-flex,
    .secondary-footer .uk-flex {
        flex-direction: column;
    }
    .site-footer .secondary-footer .itr-primary-footer {
        width: 100%;
        border-bottom: 1px solid #fff;
        padding: 20px 0
    }
    .site-footer .secondary-footer .itr-primary-footer:last-child {
        border-bottom: none;
    }
    .site-footer .secondary-footer .itr-footer .menu:before {
        content: none;
    }
    .site-footer .secondary-footer .itr-primary-footer:before {
        content: none;
    }
}

@media screen and (max-width: 760px) {
    .site-footer .primary-footer {
        margin-bottom: 0;
    }
    .site-footer .primary-footer .primary-footer-area {
        margin-bottom: 15px;
        padding-left: 0;
    }
    .site-footer .secondary-footer {
        padding: 0;
    }
    .site-info .footer-fourth {
        margin-left: 0;
    }
    .site-info .footer-fourth ul {
        flex-direction: column;
        margin-left: 0;
    }
    .site-info .footer-fourth ul li {
        margin-left: 0;
        padding-left: 0;
        margin-top: 3px;
        text-align: left;
    }
    .site-info .footer-fourth ul li:before {
        content: none;
    }
}


/* @media screen and (max-width: 695px) {
    .site-info>div {
        width: 100%;
        justify-content: center;
    }
    .site-info .footer-fourth {
        margin: 0;
    }
    .site-info .footer-fourth ul {
        flex-direction: column;
    }
    .site-info .footer-fourth ul li {
        margin-left: 0;
        text-align: center;
        padding-left: 0;
    }
    .site-info .footer-fourth ul li::before {
        content: none;
    }
} */

.widget_recent_comments li,
.widget_pages li,
.widget_archive li,
.widget_meta li,
.widget_categories li,
.widget_nav_menu li,
.widget_recent_entries li,
.offcanvas,
.icon-search,
.navigation-container,
.main-navigation,
.af-main-banner,
.banner-half,
.categorised-article-list,
.trending-line,
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.comment-respond .comment-reply-title,
.related-title,
.itr-reated-posts ul li,
.single.align-content-right #primary,
.archive.align-content-right #primary,
.single.align-content-left #primary,
.archive.align-content-left #primary,
.site-footer .tagcloud a,
.default-section-slider .main-slider {
    border-color: #e8e8e8;
    background: #fff;
}

.social-widget-menu ul li a,
.itr-author-details ul li a,
.footer-logo,
.tagcloud a {
    border-color: #35373c;
}

.offcanvas-menu span,
.data-bg,
.primary-color {
    background-color: #333;
    color: #fff;
}

.figure-categories .cat-links a {
    color: #266dae;
}

.secondary-color,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-content .search-form .search-submit,
.site-footer .search-form .search-submit,
.figure-categories-bg .cat-links a,
.tagcloud a:hover,
.tagcloud a:hover {
    background: #266dae;
    color: #fff;
}

.slider-figcaption-1 .slide-title a,
.grid-item-metadata-1 {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
}

.spotlight-post {
    background: #f6f6f6;
    margin-bottom: 20px;
}

.slider-figcaption .grid-item-metadata .item-metadata,
.af-navcontrols .slide-count,
.figure-categories .cat-links {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .05rem;
    text-transform: uppercase;
}

.af-navcontrols .slide-count {
    color: rgba(255, 255, 255, 0.65);
}

.itr-post-format {
    color: #00BCD4;
    display: inline-block;
}

.figure-categories-bg .itr-post-format {
    background: #00BCD4;
    color: #fff;
    font-size: 15px;
}

.figure-categories-bg .itr-post-format i {
    padding-left: 5px;
    padding-right: 5px;
}

.entry-content>[class*="wp-block-"] a:not(.has-text-color),
.entry-content>ul a,
.entry-content>ul a:visited,
.entry-content>ol a,
.entry-content>ol a:visited,
.entry-content>p a,
.entry-content>p a:visited {
    color: #1e70cd;
}

.entry-content>[class*="wp-block-"] a:hover,
.entry-content>ul a,
.entry-content>ul a:hover,
.entry-content>ol a,
.entry-content>ol a:hover,
.entry-content>p a,
.entry-content>p a:hover {
    color: #F44336;
    text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
    .top-masthead.top-masthead-overlay {
        position: relative;
        top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .top-masthead.top-masthead-overlay {
        position: relative;
        top: 0;
    }
    body .top-masthead .social-navigation,
    body .footer-social-wrapper .social-navigation {
        float: none;
    }
    body .top-masthead .social-navigation {
        margin-bottom: 20px;
    }
    .device-center {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .slider-figcaption .slide-title {
        font-size: 22px;
    }
    .article-title-1 {
        font-size: 16px;
    }
    .article-title-1 {
        font-size: 14px;
    }
    .social-navigation ul li a,
    .social-widget-menu ul li a,
    .itr-author-details ul li a {
        width: 34px;
        height: 34px;
        font-size: 14px;
        line-height: 34px;
        text-align: center;
    }
    .hentry.has-post-thumbnail .header-details-wrapper,
    body .itr-reated-posts {
        margin-left: auto;
    }
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        width: 100%;
    }
    .site-main .comment-navigation:after,
    .site-main .posts-navigation:after,
    .site-main .post-navigation:after {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    .footer-nav-wrapper ul {
        text-align: center;
    }
    /*Search*/
    .main-navigation .menu .menu-mobile li a {
        padding-left: 30px;
    }
    .af-search-box .search-form {
        width: 90%;
    }
    .af-search-close {
        top: 30px;
        right: 30px;
    }
    .main-navigation .menu .menu-mobile li a {
        padding-left: 30px;
    }
    .hentry.has-post-thumbnail .entry-header-details {
        margin-top: 0;
    }
    .site-header .site-branding .site-title a {
        padding-left: 0;
        padding-right: 0;
    }
    .nav-previous a,
    .nav-next a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .site-content .site-main .widget-title span,
    #primary .af-tabs.nav-tabs>li>a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .topbar-date {
        margin-right: auto;
        padding-right: 0;
    }
    .trending-line .trending-now {
        width: 100%;
    }
    .trending-slides {
        clear: both;
    }
    .site-branding .site-title {
        font-size: 38px;
    }
    .site-branding .site-description {
        font-size: 14px;
    }
    /*Search*/
    .af-search-close {
        top: 15px;
        right: 15px;
    }
    .af-search-box .search-form label {
        width: 100%;
        padding: 0 15px;
    }
    .af-search-box .search-form label .search-field {
        border-width: 1px;
    }
    .af-search-box .search-form .search-submit {
        width: 65%;
        float: none;
    }
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        width: 100%;
    }
    .wp-post-author-shortcode.left {
        text-align: center;
    }
    .wp-post-author-shortcode.left .awpa-author-block {
        width: 100%;
    }
}

.error-404 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.error-404 .widgettitle {
    padding-bottom: 20px;
    margin: 60px 0 20px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.itr-breadcrumbs {
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.itr-breadcrumbs ul {
    list-style: none;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}

.itr-breadcrumbs ul li {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}

.itr-breadcrumbs ul .trail-item span {
    position: relative;
    padding-left: 10px;
    padding-right: 5px;
}

.itr-breadcrumbs ul .trail-item.trail-begin span {
    padding-left: 0;
}

.itr-breadcrumbs ul li span:before {
    display: inline-block;
    content: ">";
    position: absolute;
    top: 0;
    left: 0;
}

.itr-breadcrumbs ul .trail-item.trail-begin span:before {
    content: none;
}

.archive .site-content .header-title-wrapper,
.search-results .site-content .header-title-wrapper {
    border: 0;
    margin: 0 auto;
}

.archive .site-content .header-title-wrapper .page-title,
.search-results .site-content .header-title-wrapper .page-title {
    margin-top: 0;
}

.archive .site-content .align-items-center .entry-title,
.search-results .site-content .align-items-center .entry-title {
    margin-top: 0;
}

.archive .site .site-content #primary .align-items-center,
.search-results .site .site-content #primary .align-items-center {
    display: block !important;
}

.archive .site .site-content #primary .align-items-center .figure-categories,
.search-results .site .site-content #primary .align-items-center .figure-categories {
    margin-top: 10px;
}


/*--------------------------------------------------------------
##Plugin Support
--------------------------------------------------------------*/

.elementor-html #af-preloader {
    display: none;
}

.mailchimp-block {
    padding: 80px 0;
    background: #1f2125;
}

.mailchimp-block .block-title {
    color: #fff;
    margin-bottom: 25px;
}

.mc4wp-form-fields {
    margin: 0 auto;
    max-width: 540px;
}

.mc4wp-form-fields>p {
    display: block;
    float: left;
}

.mc4wp-form-fields>p label {
    display: none;
}

.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"] {
    width: 400px;
    background: transparent;
    border-color: #4d5b73;
    color: #fff;
    border-radius: 0;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
}

.mc4wp-form-fields input[type="text"]::-webkit-input-placeholder,
.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
    color: #fff;
}

.mc4wp-form-fields input[type="text"]::-moz-placeholder,
.mc4wp-form-fields input[type="email"]::-moz-placeholder {
    color: #fff;
}

.mc4wp-form-fields input[type="text"]:-ms-input-placeholder,
.mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
    color: #fff;
}

.mc4wp-form-fields input[type="text"]:-moz-placeholder,
.mc4wp-form-fields input[type="email"]:-moz-placeholder {
    color: #fff;
}

.mc4wp-form-fields input[type="submit"] {
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: 0;
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    width: 140px;
    border-radius: 0;
}

.mc4wp-form-fields input[type="submit"]:hover,
.mc4wp-form-fields input[type="submit"]:focus {
    filter: alpha(opacity=85);
    opacity: 0.85;
}

.mc4wp-response {
    clear: both;
    max-width: 540px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .mc4wp-form-fields>p,
    .mc4wp-form-fields input[type="email"],
    .mc4wp-form-fields input[type="submit"] {
        width: 100%;
    }
}


/*--------------------------------------------------------------
##Insta slider
--------------------------------------------------------------*/

body .mfp-bg {
    z-index: 999999;
}

body .mfp-wrap {
    z-index: 9999999;
}

.insta-slider {
    position: relative;
    z-index: 1;
}

.insta-slider-wrapper {
    position: relative;
}

.insta-button {
    display: inline-block;
    position: absolute;
    height: 50px;
    text-align: center;
    line-height: 50px;
    white-space: nowrap;
    top: 50%;
    margin: -25px 0 0;
    left: 0;
    right: 0;
}

.insta-button a {
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 10;
    letter-spacing: 1px;
    vertical-align: top;
    position: relative;
}

.insta-button a:hover,
.insta-button a:focus {
    background: #1f2125;
    color: #fff;
}

.insta-hover {
    display: block;
    position: relative;
}

.insta-hover:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.insta-hover:hover:before,
.insta-hover:focus:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.archive .site-content .align-items-center .entry-title,
.search-results .site-content .align-items-center .entry-title,
.block-title {
    text-transform: uppercase;
}

.enable-promotionspace {
    margin-top: 25px;
}

.enable-promotionspace .itr-reated-posts {
    margin: 0 auto;
}

.wp-post-author-shortcode {
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 50px;
}

.edit-link {
    margin: 0 15px;
}

.slider-pro {
    margin-left: 0;
}

.slider-pro .sp-video {
    display: block;
    width: 100%;
}

.slider-pro .sp-video img {
    width: 100%;
}

.itr-posts-promotions {
    padding: 20px 20px 20px 0;
}


/*Header layout 2*/

.header-layout-2 .masthead-banner {
    padding: 42px 0;
}

.header-layout-2 .topbar-date {
    background-color: #505050;
    padding: 0 20px;
}

.header-layout-2 .trending-line {
    border-top: none;
    margin: 0;
}

.header-layout-2 .trending-line .trending-now {
    display: none;
}

.header-layout-2 .site-header .site-branding .site-title a {
    padding: 0;
}

.header-layout-2 .site-branding,
.header-layout-2 .main-navigation {
    text-align: left;
}

.header-layout-2 .site-branding .site-description {
    margin: 0;
}

.header-layout-2 .site-branding.col-sm-5 {
    padding-left: 0;
}

.header-layout-2 .site-advertisement.col-sm-7 {
    padding-right: 0;
}

.header-layout-2 .banner-promotions-wrapper {
    margin: 0;
}

.header-layout-2 .banner-promotions-wrapper .container {
    width: 100%;
    padding-right: 0;
}

.article-title,
.site-branding .site-title,
.main-navigation .menu ul li a,
.slider-figcaption .slide-title {
    letter-spacing: 0;
    line-height: 1.3;
}

article.archive-layout-grid {
    padding-left: 1px;
    padding-right: 1px;
}

article.archive-layout-grid .spotlight-post {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
##gutenberg support
--------------------------------------------------------------*/

.entry-content>[class*="wp-block-"] a:not(.has-text-color),
.entry-content>ul a,
.entry-content>ul a:visited,
.entry-content>ol a,
.entry-content>ol a:visited,
.entry-content>p a,
.entry-content>p a:visited {
    color: #1e70cd;
}

.entry-content>[class*="wp-block-"] a:hover,
.entry-content>ul a,
.entry-content>ul a:hover,
.entry-content>ol a,
.entry-content>ol a:hover,
.entry-content>p a,
.entry-content>p a:hover {
    text-decoration: underline;
}

img.alignright {
    clear: right;
}

img.alignleft {
    clear: left;
}

div.wp-block h1 a,
div.wp-block h2 a,
div.wp-block h3 a,
div.wp-block h4 a,
div.wp-block h5 a,
div.wp-block h6 a,
div.wp-block pre a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
}

div.wp-block b,
div.wp-block strong {
    font-weight: bold;
}

div.wp-block .editor-rich-text__tinymce code,
div.wp-block .editor-rich-text__editable code {
    background-color: transparent;
    color: inherit;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 1px;
}

.entry-content .aligncenter {
    text-align: center;
}

.alignfull:not(.wp-block-cover),
.alignwide {
    background-color: #fff;
}

.alignfull,
.alignwide {
    padding: 10px;
}

.alignfull {
    padding: 10px 30px;
}

figure.alignfull,
figure.alignwide {
    padding: 0;
}

body.full-width-content .alignfull {
    margin-left: calc(50% - 50vw - 10px);
    margin-right: calc(50% - 50vw - 10px);
    max-width: 100vw;
    width: 100vw;
}

/*figure.wp-block-image img {*/
/*    width: 100%;*/
/*}*/

body.full-width-content .alignwide {
    max-width: 100vw;
}

.entry-content ul.wp-block-latest-posts,
.entry-content ol:not([class*="wp-"]),
.entry-content ul:not([class*="wp-"]) {
    padding-left: 0;
    margin-left: 15px;
    margin-bottom: 15px;
    list-style-position: inside;
}

.entry-content ol[class*="wp-"],
.entry-content ul[class*="wp-"] {
    padding-left: 0;
}

.entry-content ul.wp-block-latest-posts.alignwide,
.entry-content ol:not([class*="wp-"]).alignwide,
.entry-content ul:not([class*="wp-"]).alignwide {
    padding-left: 30px;
}

.entry-content ul.wp-block-latest-posts.alignfull,
.entry-content ol:not([class*="wp-"]).alignfull,
.entry-content ul:not([class*="wp-"]).alignfull {
    margin-left: calc(50% - 50vw - 10px);
    padding-left: 40px;
}

.entry-content ol:not([class*="wp-"]) {
    list-style-type: decimal;
}

.entry-content ul.wp-block-latest-posts,
.entry-content ul:not([class*="wp-"]) {
    list-style-type: disc;
}

.entry-content ol:not([class*="wp-"]) li,
.entry-content ul:not([class*="wp-"]):not([class*="blockspare-social-"]) li {
    padding-bottom: 5px;
    padding-top: 5px;
}

.entry-content ol:not([class*="wp-"]) ol,
.entry-content ol:not([class*="wp-"]) ul,
.entry-content ul:not([class*="wp-"]) ol,
.entry-content ul:not([class*="wp-"]) ul {
    margin-bottom: 0;
}

.entry-content ol:not([class*="wp-"]) ol li:last-child,
.entry-content ol:not([class*="wp-"]) ul li:last-child,
.entry-content ul:not([class*="wp-"]) ol li:last-child,
.entry-content ul:not([class*="wp-"]) ul li:last-child {
    padding-bottom: 0;
}

p.has-drop-cap:not(:focus):first-letter {
    font-weight: bold;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin-top: 2.57143em;
    margin-bottom: 2.14286em;
    padding-top: 1.71429em;
    padding-bottom: 1.71429em;
}


/** === File === */

.wp-block-file {
    margin: 0 0 20px;
}

.wp-block-file>a:not([class]),
.wp-block-file .wp-block-file__textlink {
    display: inline-block;
    margin: 0 20px 0 0;
}

[dir=rtl] .wp-block-file>a:not([class]),
[dir=rtl] .wp-block-file .wp-block-file__textlink {
    margin-left: 20px;
    margin-right: 0;
}

.wp-block-file .wp-block-file__button-richtext-wrapper {
    display: inline-block;
    margin: 0;
}

.wp-block-file .wp-block-file__button,
.wp-block-file a.wp-block-file__button {
    display: inline-block;
    position: relative;
    text-align: center;
    border: none;
}

.wp-block-button a:not(.has-text-color),
.wp-block-button a:not(.has-text-color):visited {
    color: #ffffff;
}


/** === File === */


/** === Block Audio === */

.wp-block-audio {
    margin-bottom: 20px;
}

.wp-block-audio figcaption {
    margin: 0;
    padding: 10px 0;
}


/** === Block Audio === */


/** === Block Video === */

.wp-block-video {
    margin: 0 0 20px;
    text-align: center;
}

.wp-block-video video {
    display: inline-block;
}

.wp-block-video figcaption {
    margin: 0;
    padding: 6px 0 15px;
    text-align: center;
}


/** === Block Video === */


/** === Block code === */

.wp-block-code {
    background-color: transparent;
    color: inherit;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 1px;
    margin: 0 0 20px;
    border: none;
}

.wp-block-code code,
.wp-block-code .editor-plain-text {
    background-color: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    display: block;
}


/** === Block code === */


/** === Block preformated=== */

.wp-block-preformatted {
    margin: 0 0 20px;
}

.wp-block-preformatted pre {
    color: inherit;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 1px;
}

.wp-block-preformatted a {
    text-decoration: underline;
}


/** === Block preformated=== */


/** === Block pullquote=== */

.wp-block-pullquote {
    margin: 0 0 20px;
}

.wp-block-pullquote.alignleft {
    margin-right: 2em;
}

.wp-block-pullquote.alignright {
    margin-left: 2em;
}

.wp-block-pullquote:not(.is-style-solid-color) {
    border-top-width: 4px;
    border-top-style: solid;
    border-bottom-width: 4px;
    border-bottom-style: solid;
}

.wp-block-pullquote.is-style-solid-color {
    padding-left: 50px;
    padding-right: 50px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote,
.wp-block-pullquote.is-style-solid-color blockquote {
    margin: 0;
    border-width: 0;
    border-style: solid;
    text-align: center;
}

.wp-block-pullquote blockquote:before,
.wp-block-pullquote.alignleft blockquote:before,
.wp-block-pullquote.alignright blockquote:before,
.wp-block-pullquote.is-style-solid-color blockquote:before {
    content: none;
}

.wp-block-pullquote blockquote p:last-of-type,
.wp-block-pullquote.alignleft blockquote p:last-of-type,
.wp-block-pullquote.alignright blockquote p:last-of-type,
.wp-block-pullquote.is-style-solid-color blockquote p:last-of-type,
.wp-block-pullquote blockquote>.editor-rich-text p:last-of-type,
.wp-block-pullquote.alignleft blockquote>.editor-rich-text p:last-of-type,
.wp-block-pullquote.alignright blockquote>.editor-rich-text p:last-of-type,
.wp-block-pullquote.is-style-solid-color blockquote>.editor-rich-text p:last-of-type {
    margin: 0;
}

.wp-block-pullquote blockquote cite,
.wp-block-pullquote.alignleft blockquote cite,
.wp-block-pullquote.alignright blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.alignleft blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.alignright blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
    display: block;
    margin-top: 15px;
}


/** === Block pullquote=== */


/** === Block table=== */

.wp-block-table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

.wp-block-table caption {
    text-align: center;
    padding: 20px;
}

.wp-block-table:not([class]):not([id]) {
    border-spacing: 0;
    border-collapse: collapse;
}

.wp-block-table:not([class]):not([id]) th,
.wp-block-table:not([class]):not([id]) td {
    padding: 10px 20px;
    border-width: 1px;
    border-style: solid;
}

.wp-block-table td,
.wp-block-table th {
    padding: 10px 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
}

.wp-block-table td:last-child,
.wp-block-table th:last-child {
    border-right-width: 1px;
    border-right-style: solid;
}

.wp-block-table tr:last-child td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.wp-block-table.is-style-stripes {
    border-width: 0;
    border-style: solid;
}

.wp-block-table caption {
    text-align: center;
    padding: 20px;
}

.wp-block-table td,
.wp-block-table th {
    word-break: break-all;
}

.wp-block-table .wp-block-table__cell-content {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    padding: 0;
}


/** === Block table=== */


/** === Block verse=== */

pre.wp-block-verse {
    white-space: inherit;
    margin: 0 0 20px;
    padding: 40px 0;
    padding-left: 30px;
    position: relative;
    background-color: #e2e2e2;
    color: inherit;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    border: none;
}


/** === Block verse=== */


/** === Block spacer=== */

.wp-block-spacer {
    clear: both;
}


/** === Block spacer=== */


/** === Block widget archive and category=== */

ul.wp-block-archives,
ul.wp-block-categories,
ul.wp-block-categories__list {
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}

div.wp-block ul.wp-block-archives ul,
div.wp-block ul.wp-block-categories ul,
div.wp-block ul.wp-block-categories__list ul {
    margin-bottom: 0;
    padding: 10px 0 0;
}

div.wp-block-archives.wp-block-archives-dropdown,
div.wp-block-categories.wp-block-categories-dropdown {
    margin-bottom: 20px;
}

div.wp-block-archives.wp-block-archives-dropdown label,
div.wp-block-categories.wp-block-categories-dropdown label {
    display: none;
}


/** === Block widget archive and category=== */


/** === Block latest comments=== */

.wp-block-latest-comments {
    list-style: none;
    margin-bottom: 20px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
    min-height: auto;
    margin: 25px 0 0;
    padding: 0;
    overflow: hidden;
}

.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
    margin: 0;
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
    min-height: 48px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
    width: 48px;
    height: 48px;
    margin: 0 17px 0 0;
    float: left;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

[dir=rtl] .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
    margin: 0 0 0 17px;
    float: right;
}

.wp-block-latest-comments article {
    display: block;
    padding: 0 0 0 3px;
    overflow: hidden;
}

[dir=rtl] .wp-block-latest-comments article {
    margin: 0 3px 0 0;
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    margin: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
    margin: -3px 0 0;
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
    margin: 5px 0 0;
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    margin: 0;
    padding: 0 0 20px;
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt>*:last-child,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt>*:last-child {
    margin: 0;
    padding: 0;
}

.wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-avatar {
    margin: 0 auto 10px;
    float: none;
}

.wp-block-latest-comments.aligncenter article {
    padding: 0 3px;
}

.wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-excerpt {
    text-align: center;
}


/** === Block latest comments=== */


/** === Block columns=== */

.wp-block-columns .wp-block-column {
    margin-bottom: 20px;
}

.wp-block-columns .wp-block-column>p,
.wp-block-columns .wp-block-column .wp-block-paragraph {
    margin-bottom: 0;
}

.wp-block-columns .wp-block-column>p:not(.has-background),
.wp-block-columns .wp-block-column .wp-block-paragraph:not(.has-background) {
    padding-bottom: 0;
}


/** === Block columns=== */

@media only screen and ( min-width: 1025px) {
    body.full-width-content .alignwide {
        margin-left: -125px;
        margin-right: -125px;
    }
    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large {
        margin-top: 2.66667em;
        margin-bottom: 2em;
        padding: 0.66667em;
        padding-top: 1.33333em;
        padding-bottom: 1.33333em;
    }
}

@media only screen and ( max-width: 480px) {
    .wp-block-media-text {
        display: block;
    }
    .wp-block-media-text .wp-block-media-text__media {
        margin: 10px auto;
    }
    .wp-block-media-text .wp-block-media-text__content {
        padding: 0;
    }
}


/*--------------------------------------------------------------
##gutenberg support
--------------------------------------------------------------*/


/*==================blockspare plugin support=========================*/

.blockspare-blocks .blockspare-blocks.alignwide {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.blockspare-latest-post-wrap .hentry:before,
.blockspare-latest-post-wrap .hentry:after {
    display: none;
}

.entry-content ul.blockspare-social-links {
    margin-left: 0;
    margin-right: 0;
}


/*==================blockspare plugin support=========================*/

@media only screen and (max-width: 1199px) {
    .header-layout-2 .site-branding .site-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .header-layout-2 .site-branding.col-sm-5,
    .header-layout-2 .site-advertisement.col-sm-7 {
        width: 100%;
        text-align: center;
    }
    .header-layout-2 .site-branding.col-sm-5 {
        text-align: center;
    }
    .header-layout-2 .masthead-banner {
        padding: 30px 0;
    }
    .header-layout-2 .site-advertisement.col-sm-7 {
        padding: 5px 0;
        margin-top: 30px;
    }
    .header-layout-2 .banner-promotions-wrapper .container {
        padding: 0;
    }
    .header-layout-2 .device-center {
        text-align: left;
        width: 75%;
    }
    .header-layout-2 .top-masthead .col-xs-12.pull-right {
        width: 25%;
    }
    .header-layout-2 .top-masthead {
        font-size: 12px;
    }
    .header-layout-2 .social-navigation ul li a,
    .header-layout-2 .social-widget-menu ul li a,
    .header-layout-2 .itr-author-details ul li a {
        width: 20px;
        height: 20px;
    }
    .header-layout-2 .top-masthead .social-navigation {
        margin: 5px 0;
    }
    .header-layout-2 .site-branding .site-title {
        font-size: 30px;
    }
    .header-layout-2 .site-branding .site-description {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .header-layout-2 .device-center {
        text-align: center;
        width: 100%;
    }
    .header-layout-2 .top-masthead .col-xs-12.pull-right {
        text-align: center;
        width: 100%;
    }
    .header-layout-2 .topbar-date {
        display: none;
    }
    .header-layout-2 .top-navigation ul li a {
        height: 25px;
    }
    .header-layout-2 .social-navigation ul li a,
    .header-layout-2 .social-widget-menu ul li a,
    .header-layout-2 .itr-author-details ul li a {
        width: 35px;
        height: 35px;
    }
}

.full-post-block img,
.full-width-image img {
    width: 100%;
}

a.itr-figure-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aft-image-caption.col-sm-12 {
    padding: 0;
}

.aft-image-caption p {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-style: italic;
    float: left;
}


/* additional css for tab buttons focus */

button.dropdown-toggle {
    display: none !important;
}

@media screen and (max-width: 992px) {
    .main-navigation .menu .menu-mobile li a button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 30px;
        z-index: 1;
        background: transparent;
        padding: 0;
        border: none;
    }
    .main-navigation .menu .menu-mobile li a button.active:after {
        width: 13px;
        height: 1px;
    }
    .main-navigation .menu .menu-mobile li a button:before,
    .main-navigation .menu .menu-mobile li a button:after {
        content: '';
        width: 13px;
        height: 1px;
        background-color: #848484;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .main-navigation .menu .menu-mobile li a button:after {
        width: 1px;
        height: 13px;
    }
}


/* Integration LLABIGNE */


/* Debut header HP */

header .header-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 1rem;
}

header .header-content-wrapper .custom-logo-link {
    max-width: 90px;
}

header .navigation-container .logo-wrapper img {
    height: 50px;
    width: auto;
}

header .navigation-container {
    margin-top: 1rem;
}

header .header-content-wrapper .first-line-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

header .header-content-wrapper .first-line-header .logo-wrapper img {
    max-width: 95px;
}

header .navigation-container,
header .navigation-container ul {
    width: 100%;
}

header .main-navigation .navigation-container .menu ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-width: min-content;
    margin-left: 0;
}

.itr-position-cover {
    animation: 3s ease 0s 1 linearIn;
    background: rgba(0, 0, 0, .6);
}

@keyframes linearIn {
    0% {
        background: none;
    }
    50% {
        background: none;
    }
    100% {
        background: rgba(0, 0, 0, .6);
    }
}


/* 
.home header .header-content-wrapper .search-wrapper {
    width: 45%;
    display: flex;
    border-radius: 20px;
    border: 1px solid #fff;
}

.home header .header-content-wrapper .search-wrapper form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home header .header-content-wrapper .search-wrapper form span {
    color: #fff;
}

.home header .header-content-wrapper .search-wrapper form label,
.home header .header-content-wrapper .search-wrapper form label input {
    width: 100%;
    background-color: transparent;
    border: none;
    padding-left: 1rem;
    height: 36px;
    margin: 0;
}

.home header .header-content-wrapper .search-wrapper form .search-submit {
    height: 20px;
    background-color: transparent;
}

.home header .header-content-wrapper .search-wrapper form #text-field-container {
    max-height: 100%;
}

.home input::-webkit-input-placeholder {
    color: #fff;
    font-weight: 400;
}

.home .main-navigation .menu>ul>li>a {
    color: #fff;
    position: relative;
    padding-right: 30px;
} */

.main-navigation .menu>ul>li.menu-item-has-children>a {
    position: relative;
    padding-right: 40px !important;
}


/* .home .menu>ul>li.menu-item-has-children>a::before {
    background-image: url('/wp-content/themes/itroom/images/arrow_menu_white.svg');
} */

.menu>ul>li.menu-item-has-children>a::before {
    content: "";
    position: absolute;
    left: 80%;
    top: 20%;
    background-image: url('/wp-content/themes/itroom/images/arrow_menu_black.svg');
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
    .menu>ul>li.menu-item-has-children>a::before {
        top: 30%;
        background-image: url('/wp-content/themes/itroom/images/arrow_menu_white.svg');
    }
    header .header-content-wrapper .first-line-header .logo-wrapper img {
        max-height: 40px;
        width: auto;
    }
}


/* Fin header HP */


/* début header Other page */

header .button-menu-mobile {
    display: none;
}

header .header-content-wrapper .search-wrapper {
    width: 45%;
    display: flex;
    border-radius: 20px;
    border: 1px solid #CCCCCC;
}

header .header-content-wrapper .search-wrapper form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header-content-wrapper .search-wrapper form span {
    color: #606060;
}

header .header-content-wrapper .search-wrapper form label,
header .header-content-wrapper .search-wrapper form label input {
    width: 100%;
    background-color: transparent;
    border: none;
    padding-left: 1rem;
    height: 36px;
    margin: 0;
}

header .header-content-wrapper .search-wrapper form .search-submit {
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

header .header-content-wrapper .search-wrapper form #text-field-container {
    max-height: 100%;
}

input::-webkit-input-placeholder {
    color: #606060;
    font-weight: 400;
}

header .header-content-wrapper .contact-wrapper {
    display: flex;
    border-radius: 20px;
    color: #000;
    text-transform: uppercase;
    padding: 3px 15px;
    font-size: 16px;
    font-weight: 600;
    min-width: 200px;
}

header .header-content-wrapper .contact-wrapper .contact-menu {
    width: 100%;
}


/* 
.home .header-content-wrapper .contact-wrapper #contact-menu li:first-child {
    background-color: #fff !important;
}

.home .header-content-wrapper .contact-wrapper #contact-menu li:first-child:hover {
    background-color: transparent !important;
    border: 2px solid #fff !important;
} */

.main-navigation .menu ul li a {
    color: #212121;
}

.itr-sidenav-filter {
    display: none;
}

@media screen and (max-width: 992px) {
    header .button-menu-mobile {
        display: block;
    }
    header .main-menu {
        display: none;
    }
    header .main-menu-mobile ul {
        display: flex;
        flex-direction: column;
    }
    header .main-menu-mobile ul li {
        width: 100%;
        text-align: left;
    }
    header .uk-offcanvas-bar {
        padding: 0 0 40px;
        width: 75vw;
        background: rgba(0, 0, 0, 0.9);
    }
    header .uk-offcanvas-bar .main-menu-mobile {
        padding-left: 15px;
    }
    header .header-content-wrapper .first-line-header {
        max-width: 25%;
        flex-direction: row-reverse;
        margin-left: 0;
        padding-left: 20px;
    }
    header .header-content-wrapper .search-wrapper {
        width: 36px !important;
    }
    header .header-content-wrapper .search-wrapper form {
        justify-content: center !important;
    }
    header .header-content-wrapper .search-wrapper form label {
        display: none;
    }
    header .header-content-wrapper .search-wrapper form button {
        padding: 7px 0;
    }
    header .header-content-wrapper {
        flex-wrap: nowrap;
        margin-bottom: .5rem;
    }
    header .navigation-container {
        border: none;
        width: 15%;
        margin-top: 0;
    }
    .navigation-container a.uk-button {
        border: none;
        display: flex;
        position: relative;
        flex-direction: column;
        width: 40px;
        height: 30px;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
    .navigation-container a.uk-button:focus {
        outline: none;
    }
    .navigation-container a.uk-button span {
        width: 40px;
        height: 3px;
        transition: all 0.3s ease;
        border-radius: 5px;
    }
    .navigation-container {
        border-bottom: none !important;
        box-shadow: none !important;
    }
    .page-template .navigation-container a.uk-button span,
    .page-template-default .navigation-container a.uk-button span,
    .blog .navigation-container a.uk-button span,
    .archive .navigation-container a.uk-button span,
    .single .navigation-container a.uk-button span {
        background-color: #000;
    }
    .navigation-container a.uk-button[aria-expanded="true"] span:first-child {
        transform: rotate(45deg);
        transition: all 0.3s ease;
        position: absolute;
        top: 15px;
    }
    .navigation-container a.uk-button[aria-expanded="true"] span:nth-child(2) {
        display: none;
        transition: all 0.3s ease;
    }
    .navigation-container a.uk-button[aria-expanded="true"] span:last-child {
        transform: rotate(-45deg);
        transition: all 0.3s ease;
        position: absolute;
        top: 15px;
    }
    .main-navigation .menu ul li a {
        color: #FFF;
    }
    .main-navigation .menu ul ul li a:after {
        content: none;
    }
    .main-navigation .menu>ul>li:hover a {
        border-bottom: none;
    }
    header .header-content-wrapper .contact-wrapper {
        padding: 0;
    }
}


/* Fin header other pages */


/* Début Homepage */

.home .site-content {
    margin: 0;
    width: 100%;
    padding-top: 1.5rem;
}

.home .site-content #actu {
    margin-left: 25px;
}

.home .site-content #actu h2 {
    color: #0070AF;
    border-bottom: 1px solid #0070AF;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 15px;
}

.home #actu .hp-actu {
    padding: 0 15px 50px 15px !important;
}

#actu .hp-actu {
    padding: 30px 15px 50px 15px !important;
}

#actu>div>ul>li {
    max-width: 380px;
    min-width: 300px;
}

#actu>div>ul>li .img-wrapper {
    transition: all .3s ease;
}

#actu>div>ul>li:hover .img-wrapper {
    transform: scale(1.05);
    transition: all .3s ease;
}

#actu>div>ul>li .img-wrapper img {
    transition: all .3s ease;
}

#actu>div>ul>li:hover .img-wrapper img {
    box-shadow: 0px 6px 16px rgba(0, 0, 0, .26);
    transition: all .3s ease;
}

#actu ul li .category-post ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-left: 0;
}

#actu ul li .category-post ul li {
    background-color: #fff;
    color: #0070AF;
    font-size: 13px;
    font-weight: 600;
    margin: 0 5px 0 0;
    border-radius: 15px;
    padding: 4px 10px;
    display: none;
    border: 1px solid #0070AF;
}

#actu ul li .category-post ul li:nth-child(2) {
    display: flex !important;
}

#actu ul li .category-post ul li a {
    font-size: 13px;
    font-weight: 600;
    color: #0070AF;
    text-decoration: none;
}

#actu ul li .category-post ul li:hover {
    background-color: #0070AF;
    color: #fff;
    transition: all .3s ease;
}

#actu ul li .category-post ul li:hover a {
    color: #fff;
    transition: all .3s ease;
}

#actu ul li img {
    border-radius: 5px;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, .16);
    height: 175px;
    object-fit: cover;
}

#actu ul li .wrapper-tag {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

#actu ul li .wrapper-tag a {
    background-color: #edc6c6;
    color: #af0000;
    margin: 0 5px 0 0;
    border-radius: 15px;
    padding: 2px 5px;
}

#actu .uk-position-center-left {
    left: 90%;
    top: 100%;
    color: #0070AF;
    margin: 0;
}

#actu .uk-position-center-left svg,
#actu .uk-position-center-right svg {
    width: 40px;
}

#actu .uk-position-center-right {
    left: 95%;
    top: 100%;
    color: #0070AF;
    margin: 0;
    width: 60px;
}

@media screen and (max-width: 760px) {
    #actu ul li img {
        height: 135px;
    }
    #actu .uk-position-center-left {
        left: 70%;
    }
    #actu .uk-position-center-right {
        left: 85%;
    }
}

.itr-header-wrapper {
    flex-direction: column;
    justify-content: space-between;
}

.itr-header-wrapper .uk-section-regular {
    overflow: hidden;
    position: relative;
    padding-top: 60px;
    margin-top: 140px;
}

.itr-header-wrapper .uk-section-regular .itr-arrow-apparition {
    width: max-content;
    animation: 6s ease 0s 1 slideInFromTop;
    position: relative;
    left: -20px;
    display: flex;
    align-items: flex-start;
}

.itr-header-wrapper .uk-section-regular .itr-arrow-apparition {
    font-family: 'Caveat', cursive;
    font-size: 38px;
    color: #fff;
    line-height: 0;
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100vh);
    }
    50% {
        transform: translateY(-100vh);
    }
    100% {
        transform: translateY(0);
    }
}

.itr-header-wrapper h1 {
    margin-bottom: 50px;
}

.itr-header-wrapper .uk-card {
    background-color: transparent;
    border: 2px solid #fff;
    transition: all 0.5s ease;
    border-radius: 4px;
    height: 160px;
    padding: 8px 0 8px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.itr-header-wrapper .uk-card h2 {
    display: inline-block;
    transition: all 0.5s ease;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}

.itr-header-wrapper .uk-card .hover-content {
    display: none;
    transition: all 0.5s ease;
}

.itr-header-wrapper .uk-card .hover-content span {
    color: #212121;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.itr-header-wrapper .uk-card .hover-content .sentence-desc {
    color: #4C4C4C;
    font-size: 16px;
}

.itr-header-wrapper .uk-card .hover-content a {
    color: #0070AF;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    width: max-content;
    margin: 0 auto;
}

.itr-header-wrapper .uk-card .hover-content a::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 2px;
    background-image: url('/wp-content/themes/itroom/images/next-blue.svg');
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.itr-header-wrapper .bloc:hover .uk-card {
    background-color: #fff;
    transition: all 0.5s ease;
}

.itr-header-wrapper .bloc:hover h2 {
    display: none;
    transition: all 0.5s ease;
    margin-top: 0;
}

.itr-header-wrapper .bloc:hover .hover-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s ease;
    height: 100%;
}

.itr-header-wrapper .bloc:hover .uk-invisible {
    display: none;
}

.itr-header-wrapper .bloc:hover img {
    display: none;
}

.itr-header-wrapper .uk-card p {
    color: #fff;
}

.itr-header-wrapper .uk-grid {
    margin: 50px 0 0 0;
    justify-content: flex-start;
}

.itr-header-wrapper .bloc:nth-child(1) {
    animation: 6s ease 0s 1 FadeIn;
}

.itr-header-wrapper .bloc:nth-child(2) {
    animation: 6s ease 0s 1 FadeIn;
}

.itr-header-wrapper .bloc:nth-child(3) {
    animation: 6s ease 0s 1 FadeIn;
}

.itr-header-wrapper .itr-after {
    animation: 6s ease 0s 1 slideInFromLeftSecond;
}

@keyframes FadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slideInFromLeftSecond {
    0% {
        transform: translateY(100vh);
    }
    50% {
        transform: translateY(100vh);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (max-width: 991px) {
    .itr-header-wrapper .uk-grid {
        flex-direction: column;
    }
    .itr-header-wrapper .uk-grid>div {
        width: 100%;
        padding: 0;
    }
    .itr-header-wrapper .uk-grid .first-bloc {
        order: 1;
    }
    .itr-header-wrapper .uk-grid .third-bloc {
        order: 2;
    }
    .itr-header-wrapper .uk-grid .second-bloc {
        order: 3;
    }
    .itr-header-wrapper .uk-section-regular {
        margin-top: 40px;
    }
}


/* Fin Homepage */

#content {
    padding-top: 145px;
}

.home #content {
    padding-top: 30px;
}

.page-template #primary,
.page-template-default #content #primary,
.blog #content #primary,
.archive #content #primary{
    padding: 0;
}

.page-template #primary .entry-header,
.page-template #content .entry-header,
.page-template-default #content .entry-header,
.blog #content .entry-header,
.search #content .entry-header,
.archive #content .entry-header {
    position: relative;
    height: 384px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-template #primary .entry-header .entry-title,
.page-template #content .entry-header .entry-title,
.page-template-default #content .entry-header .entry-title,
.blog #content .entry-header .entry-title,
.search #content .entry-header .page-title,
.archive #content .entry-header .entry-title {
    position: relative;
    left: 10%;
    top: 40%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 60px;
    background-color: #fff;
    padding: 0 20px;
    max-width: max-content;
    margin: 0;
    text-transform: uppercase;
}

.page-template #primary .entry-header .entry-title span,
.page-template #content .entry-header .entry-title span,
.page-template-default #content .entry-header .entry-title span,
.blog #content .entry-header .entry-title span,
.archive #content .entry-header .entry-title span {
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
}

@media screen and (max-width: 992px) {
    .page-template #content,
    .single #content,
    .blog #content,
    .archive #content {
        padding-top: 74px;
    }
}

@media screen and (max-width: 960px) {
    .page-template #primary .entry-header .entry-title,
    .page-template #content .entry-header .entry-title,
    .page-template-default #content .entry-header .entry-title,
    .blog #content .entry-header .entry-title,
    .archive #content .entry-header .entry-title {
        font-size: 36px;
        width: 80%;
        top: 20%;
        transform: translateY(0);
    }
}

@media screen and (max-width: 760px) {
    .page-template #primary .entry-header,
    .page-template #content .entry-header,
    .page-template-default #content .entry-header,
    .blog #content header,
    .search #content header,
    .archive #content header {
        height: 200px;
    }
    .page-template .block-content-wrapper .block {
        flex-direction: column !important;
        width: 100%;
        padding-top: 230px !important;
        padding-bottom: 80px !important;
    }
    .page-template .banniere .block-content-wrapper .block:first-child {
        padding-right: 0 !important;
        padding-top: 20px !important;
        width: 100% !important;
    }
    .page-template .banniere .block-content-wrapper .block:first-child img {
        transform: none;
        left: 0;
        right: auto;
        margin-bottom: 15px;
    }
    .page-template .block-content-wrapper .block:after {
        bottom: 20px;
    }
    .page-template .block-content-wrapper .block>div {
        max-width: 100% !important;
        padding: 20px 15px 60px !important;
    }
    .page-template .banniere .block-content-wrapper .block:first-child>div {
        padding-bottom: 0 !important;
    }
    .page-template .block-content-wrapper .block:nth-child(even) img,
    .page-template .block-content-wrapper .block:nth-child(odd) img {
        left: 50% !important;
        top: 0;
        width: 95% !important;
        transform: translateX(-50%);
        max-height: 215px !important;
    }
    .page-template .block-content-wrapper .block:nth-child(even)>div {
        margin-left: 0 !important;
    }
    .page-template .block-content-wrapper .block:nth-child(odd)>div {
        margin-right: 0 !important;
    }
    .page-template .block-content-wrapper .block p {
        font-size: 16px !important;
    }
}


/* Début static page */

.page-template main {
    overflow-x: hidden;
}

.page-template .block-content-wrapper {
    justify-content: flex-end;
    flex-direction: column;
}

.page-template .block-content-wrapper .block {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 560px;
    padding: 130px 0 40px;
}

.page-template .block-content-wrapper .block section {
    width: 100%;
}

.page-template .block-content-wrapper .block>div {
    max-width: 55%;
    padding: 20px 0 60px;
}

.page-template .block-content-wrapper .block h2 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 45px;
    border-bottom: 1px solid #fff;
}

.page-template .block-content-wrapper .block p {
    font-size: 18px;
}

.page-template .block-content-wrapper .block:nth-child(odd) {
    align-self: flex-start;
    flex-direction: row-reverse;
    /* padding-top: 0; */
}

.page-template .block-content-wrapper .block:nth-child(even) {
    align-self: flex-end;
}

.page-template .block-content-wrapper .block:nth-child(even):before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 400px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 44px;
    left: 400px;
    transform: scale(4);
}

.page-template .block-content-wrapper .block:nth-child(even):after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 400px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: 45px;
    right: 400px;
    transform: scale(4) rotate(180deg);
}

.page-template .block-content-wrapper .block:nth-child(even) img {
    width: 540px;
    height: auto;
    object-fit: cover;
    max-height: 320px;
    position: absolute;
    left: -270px;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, .16);
}

.page-template .block-content-wrapper .block:nth-child(even)>div {
    margin-left: 285px;
}

.page-template .block-content-wrapper .block:nth-child(odd):before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 400px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 44px;
    left: 400px;
    transform: scale(4);
}

.page-template .block-content-wrapper .block:nth-child(odd):after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 400px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: 45px;
    right: 400px;
    transform: scale(4) rotate(180deg);
}

.page-template .block-content-wrapper .block:nth-child(odd) img {
    width: 540px;
    height: auto;
    object-fit: cover;
    max-height: 320px;
    position: absolute;
    right: -270px;
}

.page-template .block-content-wrapper .block:nth-child(odd)>div {
    margin-right: 300px;
}

.page-template .banniere {
    overflow-x: hidden;
}

.page-template .banniere .block-content-wrapper {
    overflow-x: hidden;
}

.page-template .banniere .block-content-wrapper .block:first-child:before,
.page-template .banniere .block-content-wrapper .block:first-child:after {
    display: none;
}

.page-template .banniere .block-content-wrapper .block:first-child {
    align-self: center;
    min-height: 360px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 30px;
    padding-left: 0;
    width: 80%;
}

.page-template .block-content-wrapper .block:first-child h2 {
    color: #0070AF !important;
    border-bottom: 1px solid #0070AF;
}

.page-template .banniere .block-content-wrapper .block:first-child img {
    position: initial;
    border-radius: 4px;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, .16);
}

.page-template .banniere .block-content-wrapper .block:first-child div {
    margin-left: 0;
    margin-right: 0;
}

.page-template .normal .block-content-wrapper .block:first-child:before {
    border-color: #f5f5f5 transparent transparent;
}

.page-template .block-content-wrapper .subcat-wrapper h2 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 45px;
    color: #0070AF;
    border-bottom: 1px solid #0070AF;
}

.page-template .block-content-wrapper .skills-wrapper {
    margin: auto;
}

.page-template .block-content-wrapper .skills-wrapper div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 250px;
    box-shadow: none;
    padding: 0 15px 0 15px;
}

.page-template .block-content-wrapper .skills-wrapper div h3 {
    font-size: 18px;
    font-weight: 600;
}

.page-template #actu {
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
}

.page-template #actu .itr-heading-actu {
    margin-top: -60px;
    padding: 20px 30px;
    position: relative;
    z-index: 10;
    background-color: #F5F5F5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}

.page-template #actu .itr-heading-actu h2 {
    color: #0070AF;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0;
}

.page-template #actu .itr-heading-actu a {
    color: #0070AF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    margin-right: 30px;
}

.page-template #actu .itr-heading-actu a::after {
    content: "";
    position: absolute;
    background-image: url('images/next-blue.svg');
    width: 20px;
    height: 20px;
    left: 100%;
}

.page-template #actu .itr-heading-actu:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 80%;
    width: 95%;
    height: 1px;
    background-color: #0070AF;
}

@media screen and (max-width: 760px) {
    .page-template #actu .itr-heading-actu {
        flex-direction: column;
        align-items: baseline;
    }
    .page-template #actu .itr-heading-actu:before {
        top: 90%;
        width: 85%;
    }
    .page-template #actu .itr-heading-actu h2 {
        font-size: 18px;
        width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 1366px) {
    .page-template .family-page:before,
    .page-template .block-content-wrapper .block:nth-child(odd):before {
        top: 70px;
        transform: scale(6);
    }
    .page-template .family-page:after {
        bottom: 60px;
        transform: scale(6) rotate(180deg);
    }
}

.page-template .family-page {
    padding: 120px 0 50px;
    position: relative;
    background: linear-gradient(to left, #E1A439, #F59C16);
    overflow: hidden;
}

.page-template .family-page .family-wrapper {
    justify-content: space-between;
    display: flex;
    align-items: stretch;
    margin-top: 40px;
}

.page-template .family-page:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 400px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 44px;
    left: 400px;
    transform: scale(4);
}

.page-template .family-page:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 400px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: 44px;
    right: 400px;
    transform: scale(4) rotate(180deg);
}

.page-template .family-page h2 {
    color: #FFF;
    font-weight: 600;
    font-style: italic;
    font-size: 36px;
}

.page-template .family-page a {
    display: inline-block;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    width: 48%;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, .26);
    border-radius: 4px;
    transition: transform 0.3s ease;
    color: #4C4C4C;
}

.page-template .family-page a:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    text-decoration: none;
    color: initial;
}

.page-template .family-page a img {
    max-width: none;
    height: 140px;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page-template .family-page a .content {
    background-color: #fff;
    padding: 20px;
    height: 100px;
}

.page-template .family-page a .content h3 {
    color: #0070AF;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600;
    position: relative;
    width: max-content;
}

.page-template .family-page a .content h3:after {
    position: absolute;
    content: "";
    background-image: url('images/next-blue.svg');
    width: 20px;
    height: 20px;
    left: 100%;
}

.page-template .family-page a:hover .content h3::after {
    left: 105%;
    transition: all 0.3s ease;
}

.page-template .family-page a .content p {
    margin: 0;
}

.page-template .family-page a .content .itr-only-mobile {
    display: none;
}

.page-template .children-page {
    background: transparent;
    padding-top: 30px;
}

.page-template .children-page:before,
.page-template .children-page:before {
    content: none;
}

.page-template .children-page h2 {
    color: #212121;
}

.page-template .children-page a {
    width: 32%;
}

.page-template .children-page a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .16);
    border-radius: 4px;
}

.page-template .children-page img {
    width: 100%;
    max-width: 100% !important;
    border-radius: 4px;
}

.page-template .children-page .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent !important;
    display: flex;
    align-items: center;
}

.page-template .children-page .content h3 {
    padding: 0 10px;
    color: #4c4c4c !important;
    background-color: #fff;
    font-size: 20px !important;
    margin-bottom: 0 !important;
    max-width: 80%;
}

.page-template .children-page .content h3:after {
    content: none !important;
}

.page-template .children-page .content h3 span {
    width: 4px;
    height: 100%;
    left: 0;
    position: absolute;
}

@media screen and (max-width: 992px) {
    .page-template .family-page {
        padding-top: 60px;
    }
    .page-template .family-page:before {
        top: -15px;
    }
    .page-template .family-page .family-wrapper {
        flex-direction: column;
    }
    .page-template .family-page .family-wrapper a {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 760px) {
    .page-template .family-page a .content .itr-only-mobile {
        display: block;
        color: #0070AF;
        text-align: end;
        font-weight: 600;
        margin-top: 10px;
    }
}

@media screen and (max-width: 540px) {
    .page-template .family-page {
        padding-bottom: 0;
    }
    .page-template .family-page .family-wrapper a {
        width: 100%;
    }
    .page-template .family-page .family-wrapper a:hover {
        transform: scale(1) !important;
    }
}

.section-job {
    margin-top: 30px;
}

.section-job:first-child {
    width: 100%;
}

.section-job div {
    overflow: visible;
}

@media screen and (max-width: 760px) {
    .section-job {
        max-width: 100% !important;
    }
    .section-job:nth-child(2),
    .section-job:nth-child(3) {
        width: 100%;
    }
}

#all-jobs {
    padding-top: 80px;
    position: relative;
    overflow-x: hidden;
    margin-top: 70px;
}

#all-jobs>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

#all-jobs:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 400px 0 0;
    border-color: #f5f5f5 transparent transparent transparent;
    position: absolute;
    top: 45px;
    left: 400px;
    transform: scale(4);
}

#all-jobs h2 {
    color: #0070AF;
    border-bottom: 1px solid #0070AF;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 200;
}

#all-jobs .itr-link-expertise a {
    color: #0070AF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

#all-jobs .itr-link-expertise a:after {
    content: "";
    position: absolute;
    background-image: url('images/next-blue.svg');
    width: 20px;
    height: 20px;
    left: 100%;
    bottom: 1%;
}

#all-jobs .itr-link-expertise:hover a:after {
    left: 103%;
    transition: all .3s ease;
}

#all-jobs .section-job ul {
    justify-content: space-between;
    padding: 40px 0;
}

#all-jobs div .section-job:last-child {
    max-width: 37%;
}

#all-jobs li {
    height: 280px;
    width: 198px;
    padding-left: 0;
    margin-left: 40px;
    box-shadow: 0px 13px 26px rgba(0, 0, 0, .16);
    overflow: hidden;
}

#all-jobs li:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

#all-jobs li .uk-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 22px 0;
    border-radius: 4px;
    justify-content: space-between;
    transition: all 0.3s ease;
}

#all-jobs li .uk-panel h3 {
    position: relative;
    background-color: #fff;
    color: #4C4C4C;
    font-size: 18px;
    font-weight: 100;
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    padding: 0 25px;
}

#all-jobs li .uk-panel h3:before {
    content: "";
    position: absolute;
    left: 30%;
    top: 70%;
    transform: rotate(180deg) scale(.5);
    display: inline-block;
    height: 0;
    width: 0;
    border-right: 44px solid transparent;
    border-bottom: 44px solid #fff;
    border-left: 44px solid transparent;
}

#all-jobs li .uk-panel img {
    max-width: 90px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

#all-jobs li .uk-panel a {
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 10px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

#all-jobs li .uk-panel:hover a {
    background-color: #FFF;
    color: #4C4C4C;
    transition: all 0.3s ease;
}

#all-jobs ul li:hover .uk-panel img {
    transform: rotate(-15deg);
    transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
    #all-jobs .section-job h2 {
        margin-left: 12px;
    }
    #all-jobs .section-job .itr-link-expertise {
        margin-left: 12px;
    }
}

.page-template .filter-wrapper,
.blog .filter-wrapper,
.archive .filter-wrapper {
    display: flex;
    justify-content: space-between;
}

.page-template article .uk-container,
.blog article .uk-container,
.archive article .uk-container {
    padding: 0;
    margin-top: 40px;
}

.page-template .itr-filter,
.blog .itr-filter,
.archive .itr-filter,
.search .itr-filter {
    padding-left: 0;
}

.page-template .filter-wrapper .uk-subnav,
.blog .filter-wrapper .uk-subnav,
.archive .filter-wrapper .uk-subnav {
    margin: 10px 0 0;
}

.page-template .filter-wrapper .uk-subnav li,
.blog .filter-wrapper .uk-subnav li,
.archive .filter-wrapper .uk-subnav li {
    border-radius: 4px;
    background-color: #C6DFED;
    padding: 7px 15px;
    margin: 0 1px;
    display: flex;
    align-items: center;
}

.page-template .filter-wrapper .uk-subnav li:first-child,
.archive .itr-click-cat:first-child>li,
.archive .cat_filters li:first-child,
.blog .itr-click-cat:first-child>li,
.blog .cat_filters li:first-child {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.page-template .filter-wrapper .uk-subnav li:last-child,
.blog .itr-click-cat:last-child>li,
.archive .itr-click-cat:last-child>li {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.blog .itr-all-post, .archive .itr-all-post {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.blog .itr-all-post .all-categories li:last-child,
.archive .itr-all-post .all-categories li:last-child {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.page-template .filter-wrapper .uk-subnav li span,
.blog .filter-wrapper .uk-subnav li span,
.archive .filter-wrapper .uk-subnav li span,
.blog .itr-all-post .all-categories li span,
.archive .itr-all-post .all-categories li span {
    padding: 0;
    color: #0070AF;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.blog .itr-all-post .all-categories li:hover,
.archive .itr-all-post .all-categories li:hover {
    background-color: #0070AF;
    transition: all 0.3s ease;
}

.blog .itr-all-post .all-categories li:hover a,
.archive .itr-all-post .all-categories li:hover a,
.blog .itr-click-cat li:hover span,
.archive .itr-click-cat li:hover span{
    color: #fff;
    transition: all 0.3s ease;
}

.page-template .filter-wrapper .uk-subnav li a:hover,
.blog .filter-wrapper .uk-subnav li a:hover,
.archive .filter-wrapper .uk-subnav li a:hover {
    background-color: initial;
    color: #003757;
}

.page-template .filter-wrapper .uk-subnav .uk-active,
.blog .filter-wrapper .uk-subnav .uk-active,
.archive .filter-wrapper .uk-subnav .uk-active {
    background-color: #0070AF;
}

.blog .uk-active, .archive .uk-active {
    background-color: #0070AF !important;
}

.page-template .filter-wrapper .uk-subnav .uk-active span,
.blog .uk-active>span,
.archive .uk-active>span {
    color: #fff !important;
    background-color: transparent;
}

.page-template .filter-wrapper .uk-subnav .uk-active a:hover,
.blog .filter-wrapper .uk-subnav .uk-active a:hover,
.archive .filter-wrapper .uk-subnav .uk-active a:hover {
    color: #fff;
    background-color: transparent;
}

.page-template .itr-filter,
.blog .itr-filter,
.archive .itr-filter,
.search .itr-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin-left: 0;
}

.page-template .itr-filter li,
.blog .itr-filter li,
.archive .itr-filter li,
.search .itr-filter li {
    max-width: 30%;
    margin: 30px 0;
    text-align: left;
}

.page-template .itr-post-promote li:first-child,
.blog .itr-post-promote li:first-child,
.archive .itr-post-promote li:first-child,
.search .itr-post-promote li:first-child {
    max-width: 48%;
    width: 48%;
    margin: 30px 0;
}

.page-template .itr-post-promote li:nth-child(2),
.blog .itr-post-promote li:nth-child(2),
.archive .itr-post-promote li:nth-child(2),
.search .itr-post-promote li:nth-child(2) {
    max-width: 48%;
    width: 48%;
    margin: 30px 0;
}

.page-template .itr-post-promote li:first-child .img-wrapper img,
.blog .itr-post-promote li:first-child .img-wrapper img,
.archive .itr-post-promote li:first-child .img-wrapper img,
.search .itr-post-promote li:first-child .img-wrapper img,
.page-template .itr-post-promote li:nth-child(2) .img-wrapper img,
.blog .itr-post-promote li:nth-child(2) .img-wrapper img,
.archive .itr-post-promote li:nth-child(2) .img-wrapper img,
.search .itr-post-promote li:nth-child(2) .img-wrapper img {
    height: 270px !important;
}

.page-template .itr-filter li h2,
.page-template .title-post h2,
.home .site-content #actu .title-post h2,
.blog .itr-filter li h2,
.archive .itr-filter li h2,
.search .itr-filter li h2 {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: start;
    margin: 12px 0 0 0;
    padding-bottom: 10px;
    border-bottom: none;
}

.page-template .itr-filter li a:hover,
.blog .itr-filter li a:hover,
.archive .itr-filter li a:hover,
.search .itr-filter li a:hover {
    text-decoration: none;
}

.page-template .itr-filter li .img-wrapper img,
.blog .itr-filter li .img-wrapper img,
.archive .itr-filter li .img-wrapper img,
.search .itr-filter li .img-wrapper img {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, .16);
    border-radius: 4px;
}

.page-template .itr-filter li .tag-wrapper,
.blog .itr-filter li .tag-wrapper,
.archive .itr-filter li .tag-wrapper,
.search .itr-filter li .tag-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-template .itr-filter li .tag-wrapper>a,
.blog .itr-filter li .tag-wrapper>a,
.archive .itr-filter li .tag-wrapper>a,
.search .itr-filter li .tag-wrapper>a {
    display: none;
}

.page-template .itr-filter li .tag-wrapper div,
.blog .itr-filter li .tag-wrapper div,
.archive .itr-filter li .tag-wrapper div,
.search .itr-filter li .tag-wrapper div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.page-template .itr-filter li .tag-wrapper div a,
.blog .itr-filter li .tag-wrapper div a,
.archive .itr-filter li .tag-wrapper div a,
.search .itr-filter li .tag-wrapper div a {
    background-color: #fff;
    color: #0070AF;
    margin: 0 5px 5px 0;
    border-radius: 15px;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #0070AF;
}

.page-template .itr-filter li .tag-wrapper div a:hover,
.blog .itr-filter li .tag-wrapper div a:hover,
.archive .itr-filter li .tag-wrapper div a:hover,
.search .itr-filter li .tag-wrapper div a:hover {
    background-color: #0070AF;
    color: #fff;
    border: 1px solid #0070AF;
    transition: all .3s ease;
}

.page-template .itr-filter li .tag-wrapper div a:first-child,
.blog .itr-filter li .tag-wrapper div a:first-child,
.archive .itr-filter li .tag-wrapper div a:first-child,
.search .itr-filter li .tag-wrapper div a:first-child {
    display: none;
}

.page-template .itr-filter li .tag-wrapper div.customer-author img,
.blog .itr-filter li .tag-wrapper div.customer-author img,
.archive .itr-filter li .tag-wrapper div.customer-author img,
.search .itr-filter li .tag-wrapper div.customer-author img {
    max-height: 25px;
    width: auto;
    object-fit: contain;
}

.page-template .itr-filter li .tag-wrapper div.customer-author .itr-author img,
.blog .itr-filter li .tag-wrapper div.customer-author .itr-author img,
.archive .itr-filter li .tag-wrapper div.customer-author .itr-author img,
.search .itr-filter li .tag-wrapper div.customer-author .itr-author img {
    height: 30px;
    border-radius: 50%;
    width: 25px;
}

.page-template .itr-filter li .itr-published,
.page-template .itr-published,
.home .itr-published,
.blog .itr-filter li .itr-published,
.archive .itr-filter li .itr-published,
.search .itr-filter li .itr-published {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #212121;
}

.page-template .itr-filter li .itr-start-content,
.page-template .itr-start-content,
.home .itr-start-content,
.blog .itr-filter li .itr-start-content,
.archive .itr-filter li .itr-start-content,
.search .itr-filter li .itr-start-content {
    font-size: 16px;
    color: #4C4C4C;
    margin: 10px auto;
}

#mySidenav {
    display: none;
}

@media screen and (max-width: 992px) {
    #mySidenav {
        display: block;
    }
    #mySidenav .filter-wrapper,
    #mySidenav .all-categories {
        display: flex;
        flex-direction: column;
        padding-left: 15px;
    }
    #mySidenav .all-categories {
        flex-direction: row !important;
        flex-wrap: wrap;
    }
    #mySidenav .all-categories {
        align-items: flex-start;
    }
    #mySidenav .filter-wrapper ul,
    #mySidenav .all-categories ul {
        flex-direction: column;
    }
    #mySidenav .filter-wrapper ul li {
        max-width: max-content;
        margin-bottom: 10px;
        border-radius: 18px;
        display: flex;
        align-items: center;
    }
    #mySidenav .all-categories li {
        max-width: max-content;
        margin-bottom: 10px;
        border-radius: 18px;
        align-items: center;
        padding: 5px 10px 5px 20px !important;
    }
    #mySidenav .filter-wrapper ul li input {
        height: 20px;
        margin: 0;
    }
    #mySidenav .filter-wrapper ul li a,
    #mySidenav .all-categories li span {
        font-size: 14px;
        margin-left: 5px;
        text-transform: uppercase;
    }
    .page-template .filter-wrapper,
    .blog .filter-wrapper,
    .archive .filter-wrapper,
    .blog .itr-all-post .all-categories,
    .archive .itr-all-post .all-categories {
        display: none
    }
    .page-template .itr-filter li,
    .blog .itr-filter li,
    .archive .itr-filter li,
    .search .itr-filter li {
        width: 50%;
        max-width: 50%;
    }
    .page-template .itr-post-promote li:first-child .img-wrapper img,
    .blog .itr-post-promote li:first-child .img-wrapper img,
    .archive .itr-post-promote li:first-child .img-wrapper img,
    .search .itr-post-promote li:first-child .img-wrapper img,
    .page-template .itr-post-promote li:nth-child(2) .img-wrapper img,
    .blog .itr-post-promote li:nth-child(2) .img-wrapper img,
    .archive .itr-post-promote li:nth-child(2) .img-wrapper img,
    .search .itr-post-promote li:nth-child(2) .img-wrapper img {
        height: auto !important;
    }
    .itr-sidenav-filter {
        display: flex;
        cursor: pointer;
        width: max-content;
        border: 1px solid #0070AF;
        margin: auto;
        border-radius: 18px;
        padding: 4px 10px;
        font-weight: 600;
        color: #0070AF;
    }
    .page-template .filter-wrapper .uk-subnav li,
    .blog .filter-wrapper .uk-subnav li,
    .archive .filter-wrapper .uk-subnav li,
    .blog #mySidenav .all-categories li,
    .archive #mySidenav .all-categories li{
        position: relative;
        padding-left: 25px;
    }
    .blog #mySidenav .all-categories li:hover, .archive #mySidenav .all-categories li:hover {
        background-color: #C6DFED !important;
        transition: none;
    }
    .blog #mySidenav .all-categories li:hover span,
    .archive #mySidenav .all-categories li:hover span{
        color: #0070AF !important;
        transition: none;
    }
    .page-template .filter-wrapper .uk-subnav li:before,
    .blog .filter-wrapper .uk-subnav li::before,
    .archive .filter-wrapper .uk-subnav li::before,
    .blog #mySidenav .all-categories li::before,
    .archive #mySidenav .all-categories li::before{
        content: "";
        position: absolute;
        left: 5px;
        width: 15px;
        height: 15px;
        background-image: url('/wp-content/themes/itroom/images/radio_button.svg');
        background-size: contain;
        background-repeat: no-repeat;
    }
    .blog #mySidenav .all-categories li::before,
    .archive #mySidenav .all-categories li::before{
        top: 50%;
        transform: translateY(-50%);
    }
    .page-template .filter-wrapper .uk-subnav .uk-active:before,
    .blog .filter-wrapper .uk-subnav .uk-active::before,
    .archive .filter-wrapper .uk-subnav .uk-active::before,
    .blog #mySidenav .all-categories li.uk-active:before,
    .archive #mySidenav .all-categories li.uk-active:before{
        content: "";
        position: absolute;
        left: 5px;
        width: 15px;
        height: 15px;
        background-image: url('/wp-content/themes/itroom/images/radio_button_checked.svg');
        background-size: contain;
        background-repeat: no-repeat;
    }
    .blog #mySidenav .all-categories li.uk-active:hover,
    .archive #mySidenav .all-categories li.uk-active:hover{
        background-color: #0070AF !important;
    }
    .blog #mySidenav .all-categories li.uk-active:hover>span,
    .archive #mySidenav .all-categories li.uk-active:hover>span{
        color: #FFF !important;
        background-color: transparent !important;
    }
    .blog #mySidenav .all-categories .itr-click-cat .cat_filters,
    .archive #mySidenav .all-categories .itr-click-cat .cat_filters{
        top: 50%;
        padding-left: 15px;
    }
}

@media screen and (max-width: 760px) {
    .page-template .itr-filter li,
    .blog .itr-filter li,
    .archive .itr-filter li,
    .search .itr-filter li {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.blog .itr-all-post,
.archives .itr-all-post{
    margin-top: -50px;
    padding-top: 20px;
    position: relative;
    background-color: #fff;
}

.blog .all-categories,
.archive .all-categories {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 100px;
}

.blog .all-categories .itr-click-cat .cat,
.archive .all-categories .itr-click-cat .cat{
    position: absolute;
    left: 0;
    top: 35%;
    margin-left: 0;
    padding-left: 0px;
}

.blog .all-categories .itr-click-cat .tag,
.archive .all-categories .itr-click-cat .tag{
    position: absolute;
    left: 0;
    top: 120%;
    margin-left: 0;
    padding-left: 0px;
    width: 100%;
    height: 41px;
    display: flex;
}

.blog .all-categories .itr-click-cat .tag li,
.archive .all-categories .itr-click-cat .tag li{
    min-width: max-content;
}

.blog .all-categories li,
.archive .all-categories li {
    list-style: none;
    padding: 7px 15px;
    background-color: #C6DFED;
    border-radius: 4px;
    margin-right: 5px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.blog .all-categories li a,
.archive .all-categories li a {
    color: #0070AF;
    font-weight: 600;
}

.blog .all-categories>li>ul,
.archive .all-categories>li>ul {
    display: none;
}

@media screen and (max-width: 992px) {
    .archive .all-categories {
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
    .archive .all-categories li {
        border-radius: 18px;
        margin-bottom: 15px;
        margin-right: 0;
    }
}


/* Contenu archive */

.archive .itr-archive-wrapper {
    padding-top: 30px;
    margin-top: -60px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    background-color: #fff;
}

.archive .itr-archive-wrapper .itr-archive-content {
    margin-bottom: 30px;
}


/* End contenu archive */


/* Debut Section Partner */

.itr-partner-wrapper {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
    margin-top: 4rem;
}

.itr-partner-wrapper .uk-grid {
    align-items: center;
    margin-left: 0;
}

.itr-partner-wrapper .itr-partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #DDDDDD;
    padding-left: 0;
    min-height: 150px;
}

.itr-partner-wrapper .itr-partner:last-child {
    border-right: none;
}

.itr-partner-wrapper .itr-partner img {
    height: 65px;
    max-height: 65px;
    object-fit: contain;
    max-width: 120px;
}

.itr-partner-wrapper .itr-partner h3 {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    text-align: center;
    margin: 12px auto 0;
}

.itr-partner-wrapper .itr-partner div {
    text-align: center;
    margin-top: 5px;
}

.itr-partner-wrapper .itr-partner div span {
    font-size: 18px;
    color: #4C4C4C;
}

@media screen and (max-width: 960px) {
    .itr-partner-wrapper .itr-partner {
        border-right: none;
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 30px;
        width: 50%;
        min-height: 200px;
        position: relative;
    }
    .itr-partner-wrapper .itr-partner:last-child {
        border-bottom: none;
    }
    .itr-partner-wrapper .itr-partner:nth-child(even):before {
        content: "";
        position: absolute;
        left: 0;
        top: 5%;
        width: 1px;
        height: 80%;
        background-color: #ddd;
    }
}


/* Fin Section Partner */


/* Début Nos clients */

.all-customer-slider {
    max-width: 80%;
    margin-top: -40px;
    margin-bottom: 40px;
    background-color: #fff;
    height: 98px;
    display: flex !important;
    align-items: center;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.all-customer-slider:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 1px;
    background-color: #CCCCCC;
}

.all-customer-slider img {
    min-width: 100px;
    max-width: 180px;
    height: 45px;
    object-fit: contain;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    margin: auto;
}

.page-template-all-customers .itr-post-promote a[href="nos-clients"] {
    display: none;
}


/* Fin Nos clients */


/* START Page article */

.single .post-thumbnail img {
    max-height: 440px;
    object-fit: cover;
    object-position: center;
}

.single .itr-banner-mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .single .itr-banner-mobile {
        display: block;
    }
    .single .itr-banner-desktop {
        display: none;
    }
    .single .hentry.has-post-thumbnail .entry-header-details {
        position: relative;
        color: #212121;
        max-width: 100%;
        width: 100%;
        padding: 15px 0;
    }
    .single .hentry.has-post-thumbnail .entry-header-details .entry-title {
        margin-top: 0;
    }
    .single .hentry.has-post-thumbnail .entry-header-details h1 {
        color: #212121;
        font-size: 24px;
    }
    .single .figure-categories .cat-links {
        display: flex;
        flex-wrap: wrap;
    }
    .single .figure-categories .cat-links a {
        background-color: #C6DFED !important;
        color: #0070AF;
        font-size: 13px;
        font-weight: 600;
        margin: 0 5px 0 0;
        border-radius: 15px;
        padding: 4px 10px !important;
    }
}


/* END Page article */


/* Sidenav */

@media screen and (max-width: 992px) {
    /* The side navigation menu */
    .sidenav {
        height: 100%;
        /* 100% Full-height */
        width: 0;
        /* 0 width - change this with JavaScript */
        position: fixed;
        /* Stay in place */
        z-index: 100000;
        /* Stay on top */
        top: 0;
        right: 0;
        background-color: rgba(255, 255, 255, .98);
        /* Black*/
        overflow-x: hidden;
        /* Disable horizontal scroll */
        padding-top: 60px;
        /* Place content 60px from the top */
        transition: 0.5s;
        /* 0.5 second transition effect to slide in the sidenav */
    }
    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }
    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover {
        color: #000;
        text-decoration: none;
    }
    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}


/* modal search */

#itr-search-modal {
    padding: 80px 15px;
}


/* Contact Page */

.page-template-contact .entry-header {
    height: auto !important;
}

@media screen and (max-width: 991px) {
    .page-template-contact .entry-header {
        background-image: none !important;
    }
}

.itr-contact-page-wrapper {
    padding: 20px 15px;
}

.itr-contact-page-wrapper .itr-infos-contact {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.itr-contact-page-wrapper .itr-infos-contact>div {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.itr-contact-page-wrapper .itr-infos-contact>div:last-child {
    border-bottom: none;
}

.itr-contact-page-wrapper .itr-infos-contact>div:before,
.itr-contact-page-wrapper .itr-infos-contact .adress-agency .itr-direction:before {
    content: "";
    position: absolute;
    right: 5px;
    background-image: url('/wp-content/themes/itroom/images/next-blue.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 28px;
}

.itr-contact-page-wrapper .itr-infos-contact>div:last-child:before {
    content: none
}

.itr-contact-page-wrapper .itr-infos-contact div a {
    color: #0070AF;
    font-weight: 600;
    margin-left: 10px;
}

.itr-contact-page-wrapper .itr-infos-contact .adress-agency {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.itr-contact-page-wrapper .itr-infos-contact .adress-agency .itr-direction {
    color: #0070AF;
    font-weight: 600;
    border: 1px solid #0070AF;
    padding: 6px 30px 6px 0;
    border-radius: 25px;
    position: relative;
}

.itr-contact-page-wrapper .itr-infos-contact .adress-agency .itr-localisation {
    display: flex;
    align-items: flex-start;
}

.itr-contact-page-wrapper .itr-infos-contact .adress-agency .itr-localisation img {
    margin-top: 3px;
}

.itr-contact-page-wrapper .itr-content-contact h2 {
    color: #0070AF;
    text-transform: uppercase;
    font-weight: 100;
    border-bottom: 1px solid #0070AF;
}

.itr-contact-page-wrapper .itr-content-contact p {
    font-size: 18px;
    color: #4C4C4C;
    line-height: 25px;
}

@media screen and (min-width: 991px) {
    .itr-contact-page-wrapper .itr-infos-contact {
        flex-direction: row;
        align-items: center;
        margin-top: -60px;
        border-top-right-radius: 18px;
        border-top-left-radius: 18px;
        position: relative;
        background-color: #fff;
        padding: 15px 30px 0;
    }
    .itr-contact-page-wrapper .itr-infos-contact:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 95%;
        height: 1px;
        background-color: #ddd;
    }
    .itr-contact-page-wrapper .itr-infos-contact>div {
        border-bottom: none;
    }
    .itr-contact-page-wrapper .itr-infos-contact .adress-agency {
        flex-direction: row;
        justify-content: space-around;
    }
    .itr-contact-page-wrapper .itr-content-contact h2 {
        line-height: 60px;
        font-size: 24px;
    }
    .itr-content-contact {
        display: flex;
    }
    .itr-content-contact>div {
        margin: 0 15px;
    }
    .itr-contact-page-wrapper .itr-infos-contact>div:before {
        content: none;
    }
    .page-template-contact .entry-header {
        height: 384px !important;
    }
}


/* End contact Page */

#more-post {
    display: flex;
    margin: auto;
    padding: 4px 10px;
    border: 2px solid #0070AF;
    max-width: 135px;
    text-align: center;
    text-transform: uppercase;
    color: #0070AF;
    text-align: center;
    border-radius: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

#more-post:hover {
    color: #fff;
    background-color: #0070AF;
    transition: all .3s ease;
}

#more-post:before {
    content: "";
    position: absolute;
    right: 5px;
    width: 30px;
    height: 26px;
    background-image: url(/wp-content/themes/itroom/images/arrow_forward_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
}

#more-post:hover:before {
    background-image: url(/wp-content/themes/itroom/images/arrow_forward_white.svg);
}


/*_________________________________________________*/


/*================ Second Model ===================*/


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

.page-template-second-model .itr-section-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.page-template-second-model .itr-section-wrapper .itr-content {
    max-width: 540px;
}

.page-template-second-model .itr-section-wrapper h2 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 45px;
    color: #0070AF;
    border-bottom: 1px solid #0070AF;
}

.page-template-second-model .itr-section-wrapper .itr-img-wrapper {
    margin-top: 46px;
    padding-left: 30px;
}

.page-template-second-model .itr-section-wrapper .itr-img-wrapper img {
    box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.16);
}

.page-template-second-model .itr-section-wrapper .itr-first-bloc-into-second-bloc {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
}

.page-template-second-model .itr-section-wrapper .itr-first-bloc-into-second-bloc .itr-img-wrapper {
    margin-top: 0;
    padding-left: 0;
}

.page-template-second-model .itr-section-wrapper .itr-second-bloc-into-second-bloc {
    width: 100%;
    margin-top: 30px;
}

.page-template-second-model .itr-third-section-wrapper .itr-content {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
}

.page-template-second-model .itr-third-section-wrapper .itr-content .itr-column-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto;
}

.page-template-second-model .itr-third-section-wrapper .itr-content .itr-column-wrapper>div:first-child {
    padding-left: 0;
}

.page-template-second-model .itr-third-section-wrapper .itr-content .itr-column-wrapper[data-column="1"]>div {
    padding: 0;
}

.page-template-second-model .itr-third-section-wrapper .itr-content .itr-column-wrapper[data-column="2"]>div:nth-child(2n) {
    padding-right: 0;
}

.page-template-second-model .itr-third-section-wrapper .itr-content .itr-column-wrapper[data-column="2"]>div:nth-child(2n+1) {
    padding-left: 0;
}

.page-template-second-model .itr-third-section-wrapper .itr-content .itr-column-wrapper[data-column="3"]>div:nth-child(3n) {
    padding-right: 0;
}

.page-template-second-model .itr-third-section-wrapper .itr-content .itr-column-wrapper[data-column="3"]>div:nth-child(3n+1) {
    padding-left: 0;
}

.page-template-second-model .itr-third-section-wrapper .itr-content .itr-column-wrapper[data-column="3"]>div:last-child {
    padding-right: 0;
}

.page-template-second-model .itr-third-section-wrapper .itr-content .itr-column-wrapper[data-column="4"]>div:nth-child(4n) {
    padding-right: 0;
}

.page-template-second-model .itr-third-section-wrapper .itr-content .itr-column-wrapper[data-column="4"]>div:nth-child(4n+1) {
    padding-left: 0;
}

.page-template-second-model .itr-third-section-wrapper .itr-content .itr-column-wrapper[data-column="4"]>div:last-child {
    padding-right: 0;
}

.page-template-second-model h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0070AF;
    text-transform: uppercase;
}


/*_________________________________________________*/


/*================ END Second Model ===================*/


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

.itr-margin-on-banner {
    margin-top: -40px;
    padding-top: 40px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    background-color: #fff;
}


/*_________________________________________________*/


/*================ Third Model ===================*/


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

.page-template-third-model .itr-section-wrapper {
    padding: 30px 0;
    margin-left: 0;
}

.page-template-third-model .itr-section-wrapper>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    margin: 30px 0;
    padding: 0 20px;
}

.page-template-third-model .itr-section-wrapper div .itr-title {
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #212121;
    margin-top: 15px;
    min-height: 55px;
}

.page-template-third-model .itr-section-wrapper div .itr-desc {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color: #4C4C4C;
}

@media screen and (max-width: 992px) {
    .page-template-third-model .itr-section-wrapper>div {
        width: 100%;
    }
    .itr-grid-wysiwyg {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.subcat {
    display: none;
}

.subcat.itr-show {
    display: inline-flex;
}


/*_________________________________________________*/


/*================ END Third Model ===================*/


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


/*_________________________________________________*/


/*================ Page Métier ===================*/


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

.page-template-our-jobs .itr-environment {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 3rem auto 1rem;
    flex-wrap: wrap;
}

.page-template-our-jobs .itr-environment h2 {
    width: 100%;
}

.page-template-our-jobs .itr-environment img {
    max-height: 80px;
    max-width: 140px;
    object-fit: contain;
    margin: 0 2rem;
}

.page-template-our-jobs h2 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 45px;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid #0070AF;
    color: #0070AF;
}

.page-template-our-jobs .slick-jober {
    display: flex;
    flex-wrap: wrap;
    margin: 5rem auto;
    padding: 5rem 0;
}

.page-template-our-jobs section .itr-background {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #0070AF;
}

.page-template-our-jobs section .itr-background:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 400px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 44px;
    left: 400px;
    transform: scale(4);
}

.page-template-our-jobs section .itr-background:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 400px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: 45px;
    right: 400px;
    transform: scale(4) rotate( 180deg);
}

.page-template-our-jobs .slick-jober>button {
    width: 10%;
    position: absolute;
    z-index: 10;
}

.page-template-our-jobs .slick-jober>.slick-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: fit-content;
    border-radius: 5px;
    border: 4px solid #F59C16;
}

.page-template-our-jobs .slick-jober>.slick-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: fit-content;
    border-radius: 5px;
    border: 4px solid #F59C16;
}

.page-template-our-jobs .slick-jober>.slick-list {
    width: 80%;
    margin: auto;
    padding: 0 !important;
}

.page-template-our-jobs .slick-jober>.slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    list-style: none;
}

.page-template-our-jobs .slick-jober>.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}

.page-template-our-jobs .slick-jober>.slick-dots li[aria-hidden="false"] button {
    background-color: #fff;
    transition: all .3s ease;
}

.page-template-our-jobs .slick-jober .itr-testimony-content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.page-template-our-jobs .itr-first-section-wrapper .itr-content:first-child {
    margin-right: 15px;
}

.page-template-our-jobs .itr-first-section-wrapper .itr-redirection {
    display: flex;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 13px 46px rgba(0, 0, 0, .16);
}

.page-template-our-jobs .itr-first-section-wrapper .itr-redirection:hover {
    transform: scale(1.05);
    transition: all .3s ease;
}

.page-template-our-jobs .itr-first-section-wrapper .itr-redirection img {
    width: 50%;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page-template-our-jobs .itr-first-section-wrapper .itr-redirection .content {
    font-size: 16px;
    padding: 10px;
}

.page-template-our-jobs .itr-first-section-wrapper .itr-redirection .content span {
    display: block;
    text-align: end;
    font-weight: 600;
    color: #0070AF;
    text-transform: uppercase;
}



.itr-breadcrumbs #breadcrumbs {
    list-style: none;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}

.itr-breadcrumbs #breadcrumbs span {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}




.tags {
    display:none;
}



.page-template .nos-formations {
    margin-top: 20px;
}

.page-template .nos-formations h2 {
    color: #0070AF !important;
    border-bottom: 1px solid #0070AF;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 45px;
}

.page-template .nos-formations h3 {
    color: #0070AF !important;
    font-weight: 100;
    font-size: 21px;
    line-height: 30px;
}


.page-template .nos-formations a {
    color:#0070AF;
}

.grecaptcha-badge{
    display:none;
}

.content-main-page h1, .content-main-page h2 {
color: #0070AF !important;
border-bottom: 1px solid #0070AF;
}

.content-main-page {
    padding-bottom:30px;
}

/* fix style input */
#sib_signup_form_2 input[type=checkbox] {
    height: inherit;
    margin-right: 8px;
}

#sib_signup_form_3 input[type=checkbox] {
    height: inherit;
    margin-left: 8px;
}

select {
    border-radius: 25px;
    padding: 3px 15px;
}


/* ===============================================
   Modele Alex - Editorial Tech Magazine Redesign
   Body class: .page-template-model-alex
   Aesthetic: Cinematic editorial, Stripe-meets-Verge
   =============================================== */

/* --- 0. Custom Properties & Keyframes --- */
.page-template-model-alex {
    --alex-ink: #1a1a2e;
    --alex-deep: #16213e;
    --alex-accent: #0070AF;
    --alex-accent-light: #e8f4fd;
    --alex-accent-glow: rgba(0, 112, 175, 0.15);
    --alex-warm: #F59C16;
    --alex-warm-light: #fff8ed;
    --alex-surface: #ffffff;
    --alex-surface-alt: #f6f8fb;
    --alex-border: #e2e8f0;
    --alex-text: #2d3748;
    --alex-text-muted: #718096;
    --alex-text-faint: #a0aec0;
    --alex-radius: 16px;
    --alex-content-width: 740px;
}

@keyframes alex-fade-up {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes alex-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes alex-slide-in-left {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes alex-progress-glow {
    0%, 100% { box-shadow: 0 0 8px rgba(0, 112, 175, 0.4); }
    50% { box-shadow: 0 0 16px rgba(245, 156, 22, 0.6); }
}

/* --- 1. Reading Progress Bar --- */
.page-template-model-alex .alex-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, var(--alex-accent), #38b2ac, var(--alex-warm));
    z-index: 99999;
    pointer-events: none;
    animation: alex-progress-glow 3s ease-in-out infinite;
}

/* --- 2. Hero Banner --- */
.page-template-model-alex .entry-header {
    position: relative;
    height: 560px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.page-template-model-alex .alex-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            rgba(26, 26, 46, 0.1) 0%,
            rgba(26, 26, 46, 0.25) 40%,
            rgba(26, 26, 46, 0.85) 80%,
            rgba(26, 26, 46, 0.95) 100%
        );
    z-index: 1;
}

/* Subtle noise texture on overlay */
.page-template-model-alex .alex-hero-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    opacity: 0.5;
    mix-blend-mode: overlay;
    pointer-events: none;
}

.page-template-model-alex .header-details-wrapper {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 70px;
}

.page-template-model-alex .hentry.has-post-thumbnail .entry-header-details {
    position: relative !important;
    top: auto !important;
    width: 72% !important;
    max-width: 780px !important;
    padding: 0 !important;
    color: #fff;
    display: flex;
    flex-direction: column;
}

/* --- 3. Header Typography --- */
.page-template-model-alex .entry-header-details .entry-title {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.12;
    margin-top: 16px;
    margin-bottom: 18px;
    letter-spacing: -0.025em;
    text-transform: none;
    color: #fff;
    order: -1;
    animation: alex-fade-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
    text-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}

.page-template-model-alex .entry-header-details .figure-categories {
    margin-bottom: 0;
    order: 0;
    animation: alex-fade-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}

.page-template-model-alex .figure-categories-bg .cat-links a {
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 14px !important;
    border-radius: 6px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-template-model-alex .figure-categories-bg .cat-links a:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-1px);
}

.page-template-model-alex .figure-categories-bg .itr-post-format {
    background: var(--alex-warm) !important;
    border-radius: 6px;
    padding: 3px 8px;
}

.page-template-model-alex .entry-header-details .post-excerpt {
    font-style: normal;
    font-size: 19px;
    line-height: 1.65;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 24px;
    order: 1;
    animation: alex-fade-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
    max-width: 620px;
}

.page-template-model-alex .entry-header-details .post-excerpt p {
    margin: 0;
}

/* --- 4. Meta Bar in Header --- */
.page-template-model-alex .alex-meta-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    order: 2;
    flex-wrap: wrap;
    animation: alex-fade-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.45s both;
}

.page-template-model-alex .alex-author-inline {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-template-model-alex .alex-author-inline img {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    transition: border-color 0.3s ease;
}

.page-template-model-alex .alex-author-inline img:hover {
    border-color: var(--alex-warm);
}

.page-template-model-alex .alex-author-inline span {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.page-template-model-alex .alex-meta-sep {
    opacity: 0.3;
    font-size: 10px;
}

.page-template-model-alex .alex-reading-time:empty {
    display: none;
}

.page-template-model-alex .alex-reading-time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.page-template-model-alex .alex-meta-bar .item-metadata {
    font-size: 14px;
}

/* --- 5. Content Area --- */
.page-template-model-alex .itr-margin-on-banner {
    margin-top: -48px;
    padding-top: 56px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-color: var(--alex-surface);
    position: relative;
    z-index: 3;
    box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.08);
}

.page-template-model-alex .alex-content-wrapper {
    max-width: var(--alex-content-width);
    margin: 0 auto;
    padding: 0 20px;
}

/* --- 6. Article Body Typography --- */
.page-template-model-alex .entry-content {
    font-size: 18px;
    line-height: 1.85;
    color: var(--alex-text);
    letter-spacing: 0.005em;
}

.page-template-model-alex .entry-content > * {
    animation: alex-fade-in 0.6s ease both;
}

.page-template-model-alex .entry-content p {
    margin-bottom: 1.65em;
}

/* Drop cap */
.page-template-model-alex .entry-content > p:first-of-type::first-letter {
    font-size: 3.6em;
    float: left;
    line-height: 0.85;
    margin-right: 12px;
    margin-top: 6px;
    font-weight: 800;
    color: var(--alex-accent);
    text-shadow: 2px 2px 0 var(--alex-accent-light);
}

/* Headings with accent line */
.page-template-model-alex .entry-content h2 {
    font-size: 30px;
    font-weight: 800;
    color: var(--alex-ink);
    margin-top: 3em;
    margin-bottom: 0.9em;
    line-height: 1.25;
    letter-spacing: -0.02em;
    position: relative;
    padding-top: 20px;
}

.page-template-model-alex .entry-content h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 4px;
    background: linear-gradient(90deg, var(--alex-accent), var(--alex-warm));
    border-radius: 2px;
}

.page-template-model-alex .entry-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--alex-ink);
    margin-top: 2.2em;
    margin-bottom: 0.7em;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

/* Blockquotes - editorial pull-quote style */
.page-template-model-alex .entry-content blockquote {
    border: none;
    border-left: 3px solid var(--alex-accent);
    margin: 2.5em 0;
    padding: 28px 32px;
    background:
        linear-gradient(135deg, var(--alex-accent-light) 0%, var(--alex-surface) 100%);
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--alex-deep);
    border-radius: 0 var(--alex-radius) var(--alex-radius) 0;
    position: relative;
    box-shadow: 0 4px 24px rgba(0, 112, 175, 0.06);
}

.page-template-model-alex .entry-content blockquote::before {
    content: "\201C";
    position: absolute;
    top: -8px;
    left: 20px;
    font-size: 64px;
    font-weight: 800;
    color: var(--alex-accent);
    opacity: 0.15;
    line-height: 1;
    font-family: Georgia, serif;
}

.page-template-model-alex .entry-content blockquote p:last-child {
    margin-bottom: 0;
}

/* Lists */
.page-template-model-alex .entry-content ul,
.page-template-model-alex .entry-content ol {
    margin-bottom: 1.65em;
    padding-left: 0;
    list-style: none;
}

.page-template-model-alex .entry-content ul li,
.page-template-model-alex .entry-content ol li {
    margin-bottom: 0.6em;
    line-height: 1.75;
    padding-left: 28px;
    position: relative;
}

.page-template-model-alex .entry-content ul li::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--alex-accent), var(--alex-warm));
}

.page-template-model-alex .entry-content ol {
    counter-reset: alex-ol;
}

.page-template-model-alex .entry-content ol li::before {
    counter-increment: alex-ol;
    content: counter(alex-ol);
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--alex-accent-light);
    color: var(--alex-accent);
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Images */
.page-template-model-alex .entry-content img {
    border-radius: 12px;
    margin: 2em 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.page-template-model-alex .entry-content img:hover {
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
}

/* Links */
.page-template-model-alex .entry-content a {
    color: var(--alex-accent);
    text-decoration: none;
    background-image: linear-gradient(var(--alex-accent), var(--alex-accent));
    background-size: 0% 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    font-weight: 500;
}

.page-template-model-alex .entry-content a:hover {
    background-size: 100% 2px;
    text-decoration: none;
}

/* Strong text emphasis */
.page-template-model-alex .entry-content strong {
    font-weight: 700;
    color: var(--alex-ink);
}

/* --- 7. Tags Section --- */
.page-template-model-alex .alex-tags-section {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 2px solid var(--alex-border);
}

.page-template-model-alex .alex-tags-section .tags-links {
    font-size: 0;
}

.page-template-model-alex .alex-tags-section .tags-links a {
    display: inline-block;
    background: var(--alex-surface-alt);
    color: var(--alex-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 7px 16px;
    border-radius: 8px;
    margin: 0 8px 10px 0;
    text-decoration: none;
    border: 1.5px solid transparent;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-template-model-alex .alex-tags-section .tags-links a:hover {
    background: var(--alex-accent-light);
    border-color: var(--alex-accent);
    color: var(--alex-accent);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px var(--alex-accent-glow);
}

/* --- 8. Author Bio Card --- */
.page-template-model-alex .alex-author-card {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-top: 48px;
    padding: 32px;
    background:
        linear-gradient(135deg, var(--alex-surface-alt) 0%, var(--alex-surface) 100%);
    border-radius: var(--alex-radius);
    border: 1.5px solid var(--alex-border);
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.page-template-model-alex .alex-author-card:hover {
    border-color: rgba(0, 112, 175, 0.2);
    box-shadow: 0 8px 32px var(--alex-accent-glow);
}

/* Decorative accent corner */
.page-template-model-alex .alex-author-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--alex-accent), var(--alex-warm));
    border-radius: var(--alex-radius) 0 0 var(--alex-radius);
}

.page-template-model-alex .alex-author-card-avatar img {
    border-radius: 14px;
    width: 72px;
    height: 72px;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.page-template-model-alex .alex-author-card-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--alex-text-faint);
    margin-bottom: 6px;
}

.page-template-model-alex .alex-author-card-name {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: var(--alex-ink);
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}

.page-template-model-alex .alex-author-card-bio {
    font-size: 15px;
    line-height: 1.7;
    color: var(--alex-text-muted);
    margin: 0;
}

/* --- 9. Share Bar --- */
.page-template-model-alex .alex-share-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
    padding: 20px 0;
}

.page-template-model-alex .alex-share-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--alex-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-right: 4px;
}

.page-template-model-alex .alex-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--alex-surface-alt);
    color: var(--alex-text-muted);
    font-size: 16px;
    text-decoration: none;
    border: 1.5px solid var(--alex-border);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-template-model-alex .alex-share-btn:hover {
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-template-model-alex .alex-share-linkedin:hover {
    background: #0077B5;
    color: #fff;
    border-color: #0077B5;
}

.page-template-model-alex .alex-share-twitter:hover {
    background: var(--alex-ink);
    color: #fff;
    border-color: var(--alex-ink);
}

.page-template-model-alex .alex-share-email:hover {
    background: var(--alex-warm);
    color: #fff;
    border-color: var(--alex-warm);
}

/* --- 10. Floating Share Sidebar (desktop) --- */
.page-template-model-alex .alex-floating-share {
    position: fixed;
    left: calc(50% - 440px);
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.page-template-model-alex .alex-floating-share.visible {
    opacity: 1;
    pointer-events: auto;
}

.page-template-model-alex .alex-floating-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--alex-surface);
    color: var(--alex-text-muted);
    font-size: 15px;
    text-decoration: none;
    border: 1.5px solid var(--alex-border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-template-model-alex .alex-floating-share a:hover {
    transform: scale(1.12);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    color: var(--alex-accent);
    border-color: var(--alex-accent);
}

/* --- 11. Family Page Section Enhancement --- */
.page-template-model-alex .family-page {
    background:
        linear-gradient(135deg, var(--alex-deep) 0%, #0d1b3e 100%);
    padding: 100px 0 80px;
}

.page-template-model-alex .family-page::before {
    content: none;
}

.page-template-model-alex .family-page::after {
    content: none;
}

.page-template-model-alex .family-page h2 {
    color: #fff;
    font-weight: 800;
    font-style: normal;
    font-size: 32px;
    letter-spacing: -0.02em;
}

.page-template-model-alex .family-page a {
    border-radius: var(--alex-radius);
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-template-model-alex .family-page a:hover {
    transform: translateY(-6px) scale(1);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.page-template-model-alex .family-page a img {
    height: 160px;
    border-radius: var(--alex-radius) var(--alex-radius) 0 0;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-template-model-alex .family-page a:hover img {
    transform: scale(1.05);
}

.page-template-model-alex .family-page a .content {
    padding: 24px;
    height: auto;
    border-radius: 0 0 var(--alex-radius) var(--alex-radius);
}

.page-template-model-alex .family-page a .content h3 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
}

.page-template-model-alex .family-page a .content h3::after {
    content: none;
}

/* --- 12. Mobile Responsive --- */
@media screen and (max-width: 991px) {
    .page-template-model-alex .entry-header {
        height: 440px;
    }
    .page-template-model-alex .hentry.has-post-thumbnail .entry-header-details {
        width: 100% !important;
        max-width: 100% !important;
    }
    .page-template-model-alex .entry-header-details .entry-title {
        font-size: 34px;
    }
    .page-template-model-alex .entry-header-details .post-excerpt {
        font-size: 17px;
        max-width: 100%;
    }
    .page-template-model-alex .header-details-wrapper {
        padding-bottom: 50px;
    }
    .page-template-model-alex .alex-floating-share {
        display: none !important;
    }
}

@media screen and (max-width: 760px) {
    .page-template-model-alex .entry-header {
        height: 380px;
    }
    .page-template-model-alex .entry-header-details .entry-title {
        font-size: 28px;
        letter-spacing: -0.02em;
    }
    .page-template-model-alex .entry-header-details .post-excerpt {
        display: none;
    }
    .page-template-model-alex .alex-meta-bar {
        font-size: 13px;
    }
    .page-template-model-alex .itr-margin-on-banner {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .page-template-model-alex .alex-content-wrapper {
        padding: 0 8px;
    }
    .page-template-model-alex .entry-content {
        font-size: 17px;
        line-height: 1.8;
    }
    .page-template-model-alex .entry-content > p:first-of-type::first-letter {
        font-size: 2.8em;
    }
    .page-template-model-alex .entry-content h2 {
        font-size: 24px;
        margin-top: 2.2em;
    }
    .page-template-model-alex .entry-content blockquote {
        padding: 20px 24px;
        font-size: 17px;
        margin: 1.8em 0;
    }
    .page-template-model-alex .alex-author-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px 20px;
        gap: 16px;
    }
    .page-template-model-alex .alex-author-card::before {
        width: 100%;
        height: 4px;
        border-radius: var(--alex-radius) var(--alex-radius) 0 0;
    }
    .page-template-model-alex .alex-share-bar {
        flex-wrap: wrap;
        justify-content: center;
    }
    .page-template-model-alex .family-page {
        padding: 60px 0 50px;
    }
    .page-template-model-alex .family-page h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .page-template-model-alex .entry-header {
        height: 320px;
    }
    .page-template-model-alex .header-details-wrapper {
        padding-bottom: 36px;
    }
    .page-template-model-alex .entry-header-details .entry-title {
        font-size: 24px;
    }
    .page-template-model-alex .alex-author-inline img {
        width: 30px;
        height: 30px;
    }
    .page-template-model-alex .alex-share-btn {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }
}

/* Large screens - floating share positioning */
@media screen and (min-width: 1200px) {
    .page-template-model-alex .alex-floating-share {
        left: calc(50% - 460px);
    }
}

@media screen and (min-width: 1600px) {
    .page-template-model-alex .alex-floating-share {
        left: calc(50% - 500px);
    }
    .page-template-model-alex .entry-header-details .entry-title {
        font-size: 52px;
    }
}

/* --- Model Alex: Layout avec sidebar droite --- */
.page-template-model-alex .alex-layout-with-sidebar {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.page-template-model-alex .alex-layout-with-sidebar > article {
    flex: 1;
    min-width: 0;
}

.page-template-model-alex .alex-sidebar-right {
    width: 300px;
    flex-shrink: 0;
}

.page-template-model-alex .alex-sidebar-sticky {
    position: sticky;
    top: 100px;
    background: var(--alex-surface-alt, #f6f8fb);
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e8edf2;
}

.page-template-model-alex .alex-sidebar-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--alex-accent, #0070AF);
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--alex-accent, #0070AF);
}

.page-template-model-alex .alex-sidebar-title i {
    margin-right: 6px;
}

.page-template-model-alex .alex-latest-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-template-model-alex .alex-latest-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8edf2;
}

.page-template-model-alex .alex-latest-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.page-template-model-alex .alex-latest-item a {
    display: flex;
    gap: 12px;
    text-decoration: none;
    align-items: flex-start;
    transition: opacity 0.2s ease;
}

.page-template-model-alex .alex-latest-item a:hover {
    opacity: 0.85;
}

.page-template-model-alex .alex-latest-thumb {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: #e8edf2;
}

.page-template-model-alex .alex-latest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-template-model-alex .alex-latest-no-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0aec0;
    font-size: 20px;
    background: #edf2f7;
}

.page-template-model-alex .alex-latest-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.page-template-model-alex .alex-latest-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--alex-ink, #1a1a2e);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-template-model-alex .alex-latest-item a:hover .alex-latest-title {
    color: var(--alex-accent, #0070AF);
}

.page-template-model-alex .alex-latest-date {
    font-size: 11px;
    color: #a0aec0;
}

/* Responsive : masquer sidebar sous 1100px */
@media screen and (max-width: 1100px) {
    .page-template-model-alex .alex-sidebar-right {
        display: none;
    }
    .page-template-model-alex .alex-layout-with-sidebar {
        display: block;
    }
}

