/*
Theme Name: South France Villas
Version: 2.0
*/

:root {
    --azure-primary: #007fff;
    --azure-secondary: #4f86bd;
    --azure-80: rgba(0,127,255,0.8);
    --azure-90: rgba(0,127,255,0.9);
}

body {
    background: #fff;
    color: #666666;
    margin: 0;
    padding: 0;
}
body.scrolled {
    padding-top: 77px !important;
}

/* Images & Other Objects */

.alert-box {
	background: #F1EAEB;
	border: 1px solid #D7C4C7;
	padding: 30px;
}

img, object, embed { max-width: 100%; }
img { height: auto; }
img { vertical-align: middle; }
img.alignleft {
    float: left;
    margin: 0 2em 2em 0;
}
img.alignright {
    float: right;
    margin: 0 0 2em 2em;
}
img.aligncenter {
    display: block;
    margin: auto;
}

a { 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

:target:before {
    content: "";
    display: block;
    height: 90px; /* fixed header height*/
    margin: -90px 0 0; /* negative fixed header height */
}

/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/

h1 {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 400;
    font-size: 1.6em;
    color: var(--azure-primary);
    margin: 0 0 0 0;
}

h2 {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 300;
    font-size: 1.5em;
    color: var(--azure-primary);
    margin: 0 0 0 0;
}

h3 {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 300;
    font-size: 1.4em;
    color: var(--azure-primary);
    margin: 0 0 0 0;
}

h4 {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 600;
    font-size: 1.125em;
    color: #44677E;
    margin: 0 0 0 0;
}
h5 {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 600;
    font-size: 1.125em;
    color: #44677E;
    margin: 0 0 0 0;
}

p, ul li, ol li {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 300;
    font-size: 0.938em;
    color: #000;
    margin: 0 0 0 0;
}

a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

table {
    margin-bottom: 2em;
}

th {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 500;
    font-size: 0.938em;
    color: #000;
    padding: 0 0 10px 0;
    text-align: left;
}

td {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 300;
    font-size: 0.938em;
    color: #000;
    padding: 0 0 10px 0;
}

/* BUTTONS -------------------*/

a.btn-transparent-white {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 400;
    font-size: 0.8em;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    padding:  1em 1.2em;
    display: inline-block;
}

a.btn-transparent-white:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #79343a;
}

/**/

a.btn-solid-brown {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 400;
    font-size: 0.8em;
    background: #79343a;
    color: #ffffff !important;
    border: 1px solid #79343a;
    text-decoration: none;
    padding:  1em 1.2em;
    display: inline-block;
    margin-bottom: 3em;
}

a.btn-solid-brown:hover {
    background: none;
    border: 1px solid #79343a;
    color: #79343a !important;
}

.date {
    display: block;
    font-size: 0.9em;
    color: #000;
    font-weight: 400;
    margin: 0.5em 0;
}

/* HEADER TOP ----------------*/
/* HEADER TOP ----------------*/
/* HEADER TOP ----------------*/
/* HEADER TOP ----------------*/

#header-top {
    margin: 0;
    padding: 0;
    background: var(--azure-primary);
    text-align: right;
}

body.scrolled #header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
}

#header-top .logo {
    position: absolute;
    top: 32px;
    left: 20px;
    z-index: 999;
    
}

body.scrolled #header-top .logo {
    opacity: 0;
}

#header-top a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
}

#header-top a:hover {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.5);
}

#header-top ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0;
}

#header-top ul li {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 400;
    font-size: 0.7em;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    margin: 0 0 0 -4px;
    padding: 0.8em 1.5em;
    border-right: 1px solid;
    border-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.2);
}

#header-top ul li ul li {
    font-size: 1em;
    margin: 0;
    padding: 0 0.75em;
    border-right: none;
}

/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/

#header {
    background: #fff;
    padding: 32px 0;
    border-bottom: 1px solid #eee;
    text-align: right;
}

#header ul {
    margin: 0;
    padding: 0;
}

#header ul li {
    display: inline;
    list-style-type: none;
    padding-left: 2em;
}

#header-search, #header-search * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header-search {
    display: inline;
}

#header-search div {
    display: inline-block;
    border: 1px solid #d0d0d0;
}

#header-search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 36px;
    line-height: 36px;
    padding: 0 1em;
    margin: 0;
    outline: none;
    display: inline;
    float: left;
    font-size: 0.875em;
}

#header-search button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    line-height: 36px;
    height: 36px;
    border: none;
    display: inline;
    padding: 0 1em 0 0;
    color: #777;
}

/* NAV -----------------------*/
/* NAV -----------------------*/
/* NAV -----------------------*/
/* NAV -----------------------*/

#nav {
    background: #f7f7f7;
}

body.scrolled #nav {
    position: fixed;
    top: 32px;
    left: 0;
    width: 100%;
    z-index: 500;
    box-shadow: 0 1px 2px 1px rgba(50,50,50,0.2);
}

#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 400;
    font-size: 0.8em;
    display: flex;
}

#menu li {
    position: relative;
    font-weight: 400;
    font-size: 1em;
    display: inline;
    flex-grow: 1;
}

#menu a {
    display: inline-block;
    padding: 1.2em 1em;
    margin: 0 0 0 0;
    color: #000;
    text-decoration: none;
    margin-right: -4px;
}

#menu ul {
    position: absolute;
    left: -9999px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#menu ul li {
    display: block;
}

#menu li:hover ul {
    left: 0;
    z-index: 999;
    background: #fff;
}

#menu li:hover a {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.05);
    color: #79343a;
}

/**/


#menu li:hover ul a {
    text-decoration :none;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.05);
    color: #000;
}

#menu li:hover ul a:hover {
    text-decoration: none;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.12);
    color: #79343a;
}

#menu ul a {
    white-space: nowrap;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 1em 1.5em;
}

/**/

#menu .active {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.05);
}


/**/

#nav .current-menu-item > a,
#nav .current-menu-ancestor > a,
#nav .current_page_item > a,
#nav .current_page_ancestor > a {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.05);
}

/* SLICKNAV */

.slicknav_menu {
    display: none;
}

/* SLIDER --------------------*/
/* SLIDER --------------------*/
/* SLIDER --------------------*/
/* SLIDER--------------------*/

#slider {
    background: #ccc;
    min-height: 500px;
}

/* SPECIAL OFFERS ------------*/
/* SPECIAL OFFERS ------------*/
/* SPECIAL OFFERS ------------*/
/* SPECIAL OFFERS ------------*/

#special-offers {
    padding: 5em 0 5em 0;
    background-color: #eee;
}

#special-offers h2 {
    margin: 0 0 2.5em 0;
    position: relative;
    text-align: center;
    color: #000;
}

#special-offers h2:before {
    border-bottom: 2px solid #79343A;
    content: " ";
    position: absolute;
    bottom: -0.5em;
    left: 50%;
    margin-left: -25px;
    width: 40px;
}

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

#intro-home {
    padding: 5em 0;
    background-color: #ffffff;
}

#intro-home img {
    margin-bottom: 2em;
}

#intro-home .right {
    text-align: right;
}

#intro-home h1 {
    line-height: 1.5em;
    margin-bottom: 1.5em;
    position: relative;
}

#intro-home h2 {
    margin: 0em 0 1.5em 0;
    line-height: 1.3em;
}

#intro-home p {
    line-height: 1.6em;
    margin-bottom: 1.5em;
}

#intro-home blockquote {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    /*font-style:italic;*/
    font-weight: 400;
    font-size: 1em;
    display: block;
    padding: 0px 0px 0px 45px;
    margin: 0;
    position: relative;
    line-height: 1.5;
    color: #666;
    margin-bottom: 1.5em;
}

#intro-home blockquote::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #79343A;
    position: absolute;
    left: 0px;
    top: -15px;
}

#intro-home blockquote::after {
    /*Reset to make sure*/
    content: "";
}

#intro-home cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em;
    color: #C4656B;
    font-size: 0.9em;
}

.owner-comment blockquote {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    /*font-style:italic;*/
    font-weight: 400;
    font-size: 1em;
    display: block;
    padding: 0px 0px 0px 45px;
    margin: 0;
    position: relative;
    line-height: 1.5;
    color: #666;
    margin-bottom: 1.5em;
}

.owner-comment blockquote::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: var(--azure-primary);
    position: absolute;
    left: 0px;
    top: -15px;
}

.owner-comment blockquote::after {
    /*Reset to make sure*/
    content: "";
}

.owner-comment cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em;
    color: var(--azure-secondary);
    font-size: 0.9em;
}

.owner-comment > p {
    font-weight: 500;
}

a.show-flight-routes {
    display: block;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-image: url(../png/plane.png);
    line-height: 38px;
    font-weight: 500;
}
/* PARALLAX ------------------*/
/* PARALLAX ------------------*/
/* PARALLAX ------------------*/
/* PARALLAX ------------------*/

.parallax {
    padding: 7em 0em;
    background-color: #666;
    background-image: url(../jpg/parallax-2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.parallax h2 {
    color: #fff;
    line-height: 1.5em;
    font-size: 1.6em;
}

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

#feature-home {
    padding: 5em 0 5em 0;
}

#feature-home img {
    margin-bottom: 1.5em;
}

#feature-home h2 {
    margin: 0 0 1em 0;
}

#feature-home p {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

/* PROPERTY OVERVIEW ---------*/
/* PROPERTY OVERVIEW ---------*/
/* PROPERTY OVERVIEW ---------*/
/* PROPERTY OVERVIEW ---------*/

#property-overview {
    padding: 3em 0 5em 0;
    background-color: #fff;
}

/* CRUMBTRAIL */

#property-overview .crumbtrail p {
    font-size: 0.8em;
}

#property-overview .crumbtrail a {
    color: #79343a;
}

#property-overview .crumbtrail a:hover {
    color: #000;
}

/**/

#property-overview h1 {
    margin-bottom: 1em;
}

#property-overview h2 {
    font-size: 1em;
    color: #000;
}

#property-overview p {
    line-height: 1.5em;
    margin-bottom: 2em;
}

#property-overview .left-pic {
    margin-bottom: 3em;
}

#property-overview .right-pic {
    margin-bottom: 3em;
}

/* PROPERTY DETAILS ----------*/
/* PROPERTY DETAILS ----------*/
/* PROPERTY DETAILS ----------*/
/* PROPERTY DETAILS ----------*/

#property-details {
    padding: 5em 0;
    background-color: #ffffff;
}

#property-details h2 {
    margin: 0em 0 1.5em 0;
    line-height: 1.3em;
}

#property-details p {
    line-height: 1.6em;
    margin-bottom: 1.5em;
}

/* SIDEBAR -------------------*/
/* SIDEBAR -------------------*/
/* SIDEBAR -------------------*/
/* SIDEBAR -------------------*/

#sidebar .btn-wrap {
    list-style-type: none;
    margin: 0 0 1.5em 0;
    padding: 0;
}

#sidebar .btn-wrap li {
    display: inline;
    margin: 0 0.5em 0 0;
    padding: 0;
}

a.btn-solid-brown {
    margin-bottom: 1em;
}

#sidebar h2 {
    color: #000;
    margin-bottom: 1.2em;
}

#sidebar .info-box {
    margin: 0 0 1em 0;
    padding: 1em;
    border: 1px solid #ccc;
}

#sidebar .info-box h3 {
    margin: 0 0 0.75em 0;
}

#sidebar .info-box ul {
    list-style-type: none;
    margin: 0 0 0.8em 0;
    padding: 0 0 0 0;
}

#sidebar .info-box ul li {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 400;
    font-size: 0.8em;
    color: #000; 
    padding: 0;
    margin: 0 0 0 25px;
    line-height: 2em;
}

#sidebar .info-box ul li:before {
    content: "\f105"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -25px; /* same as padding-left set on li */
    width: 25px; /* same as padding-left set on li */
    color: #79343a;
}

#sidebar a {
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

/* FEATURED VILLA ------------*/
/* FEATURED VILLA ------------*/
/* FEATURED VILLA ------------*/
/* FEATURED VILLA ------------*/

#featured-villa {
    padding: 5em 0 5em 0;
    background-color: #f1f1f1;
}

#featured-villa h2 {
    margin: 0 0 2.5em 0;
    position: relative;
    text-align: center;
    color: #000;
}

#featured-villa h2:before {
    border-bottom: 2px solid #79343A;
    content: " ";
    position: absolute;
    bottom: -0.5em;
    left: 50%;
    margin-left: -25px;
    width: 40px;
}

#featured-villa h3 {
    line-height: 1.5em;
    margin: 0 0 1.5em 0;
}

#featured-villa p {
    line-height: 1.5em;
    margin-bottom: 2em;
}

/* CLIENT COMMENTS -----------*/
/* CLIENT COMMENTS -----------*/
/* CLIENT COMMENTS -----------*/
/* CLIENT COMMENTS -----------*/

#client-comments {
    padding: 4em 0em 4em 0em;
    background-color: #fff;
    text-align: center;
    background-image: url(../jpg/parallax-2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#client-comments h2 {
    margin: 0 0 2em 0;
    position: relative;
    text-align: center;
    color: #fff;
}

#client-comments h2:before {
    border-bottom: 2px solid #fff;
    content: " ";
    position: absolute;
    bottom: -0.5em;
    left: 50%;
    margin-left: -25px;
    width: 40px;
}

#client-comments blockquote {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 300;
    font-size: 1.3em;
    margin: 0 0 2em 0; /*0.25em 0*/
    padding: 0.25em 5em;
    line-height: 1.5;
    position: relative;
    color: #fff;
}

#client-comments blockquote cite {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 400;
    color: #fff;
    font-size: 0.7em;
    display: block;
    margin-top: 1.5em;
    font-style:normal;
}

/* CONTENT -------------------*/
/* CONTENT -------------------*/
/* CONTENT -------------------*/
/* CONTENT -------------------*/

#content {
    margin: 5em auto;
}

#content a {
    color: #000;
}

#content a:hover {
    color: #79343a;
}

#content h1 {
    margin: 0em 0 1.5em 0;
    line-height: 1.3em;
}

#content h2 {
    margin: 0em 0 1.5em 0;
    line-height: 1.3em;
}

#content h3 {
    margin: 0em 0 1.1em 0;
    line-height: 1.3em;
}

#content h4 {
    margin: 0em 0 0.3em 0;
    font-weight: 300;
    font-size: 1.3em;
    color: #79343a;
    line-height: 1.3em;
}
#content h5 {
    margin: 0em 0 0.3em 0;
    font-weight: 300;
    font-size: 1em;
    color: #79343a;
    line-height: 1.3em;
}

#content p {
    line-height: 1.6em;
    margin-bottom: 1.5em;
}

/* LIST */

#content ul {
    list-style-type: none;
    margin: 0 0 1.8em 0;
    padding: 0 0 0 0;
}

#content ul li {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 300;
    font-size:  0.938em;
    color: #000; 
    padding: 0;
    margin: 0 0 0 25px;
    line-height: 2em;
}

#content ul li:before {
    content: "\f105"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -25px; /* same as padding-left set on li */
    width: 25px; /* same as padding-left set on li */
    color: #79343a;
}

/**/

#content ol {
    /*list-style-type: none;*/
    margin: 0 0 1.8em 0;
    padding: 0 0 0 0;
}

#content ol li {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 300;
    font-size:  0.938em;
    color: #000; 
    padding: 0;
    margin: 0 0 0 15px;
    line-height: 2em;
}

/* TABLE */

#content table {
    width: 100%;
    margin-bottom: 2em;
}

#content td, #content th {
    border: 1px solid #ddd;
    padding: 8px;
}

#content tr:nth-child(even){background-color: #f7f7f7;}

#content tr:hover {background-color: #eee;}

#content th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #79343a;
    color: white;
}


#content .content-box {
    padding: 0.5em;
    margin-bottom: 1em;
}

#content .press-list, 
#content .press-article {
    padding: 1em;
    margin-bottom: 1em;
}

#content .press-article {
	margin-bottom: 3em;
	padding-bottom: 3em;
	border-bottom: 1px solid #e0e0e0;
}

#content .press-list a, #content .press-article a {
	font-weight: bold;
	text-decoration: none;
}

#content .press-list a:hover, #content .press-article a:hover {
	text-decoration: underline;
}

#content .press-article img {
	margin: 0 1em 1em 0;
}

#content .press-article > p > img {
	border: 1px solid #f0f0f0;
    box-shadow: 4px 4px 5px 0 rgba(100,100,100,0.2);
}

#content .press-article .links p {
    display: inline;
    margin-right: 3em;
}

#content .child-page-links a {
    text-decoration: none;
}

#content .child-page-links .child-page-item {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 50%;
    margin-bottom: 20px;
}

#content .child-page-links .child-page-item .text {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 85%;
    padding: 1em;
    background-color: rgba(255,255,255,0.85);
    transition: 0.3s ease-in-out all;
}

#content .child-page-links .child-page-item:hover .text {
    background-color: rgba(255,255,255,1);
}

#content .child-page-links .child-page-item .text h2 {
    line-height: 1.1em;
    margin: 0.2em 0;
    font-size: 18px;
}

#content .child-page-links .child-page-item .text p {
    font-size: 13px;
    line-height: 1.4em;
    font-weight: normal;
    margin: 0;
    color: #444444;
    padding-top: 0.4em;
}

/* BLOG ----------------------*/

#banner-blog {
    position: relative;
    background-image: url(../jpg/banner-blog.jpg);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
}

#banner-blog .blog-title {
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 3em;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    padding: 5px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
}

#banner-blog .archives {
    position: absolute;
    bottom: 20px;
    left: 16em;
    max-width: 85%;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 5px;
}

#banner-blog .archives ul {
    list-style: none;
    padding: 0;
}

#banner-blog .archives h2,
#banner-blog .archives ul a {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}

#banner-blog .archives ul a:hover {
    text-decoration: underline;
}

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

#content article {
    padding-bottom: 1em;
    margin-bottom: 2em;
}

#content article .wrapper {
    overflow: hidden;
    border-radius: 10px;
}

#content article img {
    width: 100%;
}

#content article .excerpt {
    background-color: var(--azure-primary);
    padding: 0.5em;
}

#content article h2 {
    color: #fff;
    margin-bottom: 0.5em;
}

#content article:hover h2 {
    text-decoration: underline;
}

#content article .excerpt .date {
    color: #fff;
}

#content article .excerpt p {
    color: #fff;
    margin: 0;
}

#content article a {
    text-decoration: none;
}

/*#content article:nth-child(odd) .blog-thumb {
    float: right;
}*/

/* BLOG SINGLE -------------- */

body.single-post #content div {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 300;
    margin-bottom: 1.5em;
}

/* ACCORDION ---------------- */
/* ACCORDION ---------------- */
/* ACCORDION ---------------- */
/* ACCORDION ---------------- */

#accordion section .heading {
    background: #79343a;
    color: #fff;
    padding: 0.5em;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

#accordion section p:first-of-type {
    margin-top: 2em;
}

#accordion section p:last-of-type {
    margin-bottom: 4em;
}

#accordion section h2.heading {
    font-size: 1.1em;
}

#accordion section .heading:after {
    content: "+";
    float: right;
}

#accordion section .heading:hover {
    text-decoration: none;
    background: #000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

#accordion section.open .heading:after,
#accordion section .heading:hover:after {
    content: "-";
}

#accordion section .content {
    display: none;
}

/* ABOUT US ------------------*/
/* ABOUT US ------------------*/
/* ABOUT US ------------------*/
/* ABOUT US ------------------*/

#meet-team {
    display: flex;
    flex-wrap: wrap;
}

#meet-team .box {
    margin-bottom: 2em;
    padding-left: 0;
    padding-right: 20px;
}

#meet-team .box .team-member {
    position: relative;
    padding-bottom: 15px;
    height: 100%;
    /*border: 3px solid #79343a;*/
    overflow: hidden;
    max-height: 300px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;

    /*background: #eee;*/
}

#meet-team .box .team-member.open {
    max-height: 1100px;
}

#meet-team .box .team-member h3 {
    padding-bottom: 10px;
}

#meet-team .box .team-member p {
    margin-bottom: 10px;
}

#meet-team .box .team-member .more {
    text-align: left;
    cursor: pointer;
}

/* BLOG ----------------------*/
/* BLOG ----------------------*/
/* BLOG ----------------------*/
/* BLOG ----------------------*/

#blog {
    margin: 100px auto;
}

#blog h1 {
    margin-bottom: 0.5em;
}

#blog article {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

#blog article:hover {
    border-color: #A7BF6F;
}

#blog article:hover h2 {
    color: #A7BF6F;
}

#blog article a {
    text-decoration: none;
}

#blog article:nth-child(odd) .blog-thumb {
    float: right;
}

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

#pre-footer {
    padding: 2em 0;
    background: var(--azure-primary);
    text-align: center;
}

#pre-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 300;
    font-size: 1.2em;
}

#pre-footer li {
    display: inline;
    color: #fff;
    margin: 0 1em;
    padding: 0;
}

#pre-footer li a {
    color: #fff;
    text-align: center;
    /*padding: 0 4em 0 0;*/
    text-decoration: none;
}

#pre-footer li a:hover {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.5);
}

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

#footer {
    padding: 3em 0em 1.2em 0em;
    background-color: #333;
}

#footer a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
}

#footer a:hover {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.5);
}

#footer .box {
    margin-bottom: 2em;
}

#footer .fa  {
    margin-right: 1em;
    font-size: 0.95em;
}

#footer h2 {
    font-weight: 500;
    color: #fff;
    font-size: 0.875em;
    margin-bottom: 1.5em;
}

#footer p {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
    font-size: 0.750em;
    line-height: 1.5em;
    margin: 0 0 1em 0;
}

#footer .links {
    list-style-type: none;
    margin: 0 0 0.8em 0;
    padding: 0 0 0 0;
}

#footer .links li {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 400;
    font-size: 0.750em;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1); 
    padding: 0;
    margin: 0 0 0 25px;
    line-height: 2em;
}

#footer .links li:before {
    content: "\f061"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -25px; /* same as padding-left set on li */
    width: 25px; /* same as padding-left set on li */
    color: #fff;
}


/* SOCIAL */

#footer .social {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer .social li {
    display: inline;
    font-size: 0.85em; 
    padding: 0;
    margin: 0;
}

/* FLAGS */

#footer .flags {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer .flags li {
    display: inline;
    font-size: 0.85em; 
    padding: 0;
    margin: 0;
}

/* LOGOS */

#footer .abtof {
    float: left;
    margin-right: 1.5em;
}

#footer .feefo {
    text-align: right;
}

#footer .back-to-top {
	float: left;
	margin-right: 1.5em;
	color: #fff;
	line-height: 2em;
	background: #222;
	padding: 0.5em 1em;
	font-size: 0.875em;
}

#footer .back-to-top a {
	outline: none;
}

#footer .back-to-top .fa {
	margin-right: 4px;
	font-size: 1em;
}

/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/

#copyright {
    padding: 0.95em 0;
    background: #222;
}

#copyright span {
    margin: 0 1em;
}

#copyright .right {
    text-align: right;
}

#copyright p {
    font-size: 0.7em;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.5);
}

#copyright a {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

#copyright a:hover {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
}

div.lang.lang-fr {
    display: none;
}

div.lang-select {
    float: right;
}

div.lang-select button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #79343a;
    border-right: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #79343a;
    line-height: 2em;
    padding: 0 1.5em;
    outline: none;
}
div.lang-select button:last-child {
    border-right: 1px solid #79343a;
}
div.lang-select button.active {
    font-weight: 500;
}
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/


/* MOBILE VERTICAL */
@media (max-width: 400px) {}

/* MOBILE HORIZONTAL */
@media (max-width: 767px) {

    /* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }

    /* PARALLAX */

    .parallax {
        background-attachment: scroll;
    }

    /* CLIENT COMMENTS */

    #client-comments {
        background-attachment: scroll;
    }

    /* CONTENT */

    #content {
        margin: 2em auto;
    }

    /* FOOTER */

    #footer .feefo {
        text-align: left;
    }

}

/* DESKTOP > TABLET */
@media (min-width: 768px) and (max-width: 1024px) {


    /* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }

    /* PARALLAX */

    .parallax {
        background-attachment: scroll;
    }

    /* CLIENT COMMENTS */

    #client-comments {
        background-attachment: scroll;
    }

    /* BANNER BLOG */

    #banner-blog .archives {
        left: 1em;
    }

}

/* DESKTOP */
@media (min-width: 1025px) {}
