/*
	Theme Name: Branche
	Theme URI: etienneetienne.com
	Description: WordPress Theme
	Version: 1
	Author: Edouard Corfu
	Author URI: etienneetienne.com
*/
/*------------------------------------*\
	SMOOTH LOADING
\*------------------------------------*/
html body.loading #page {
    opacity: 0;
}

html body.loading {
    background: url(img/loading.gif) center 50% no-repeat;
    height: 100vh;
    overflow: hidden;
}

html body #page {
    opacity: 1;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
    font-family: "Compass LT";
    src: url("fonts/CompassLight.eot?") format("eot"), url("fonts/CompassLight.woff") format("woff"), url("fonts/CompassLight.ttf") format("truetype"), url("fonts/CompassLight.svg#CompassLight") format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Compass LT";
    font-weight: normal;
    letter-spacing: 1px;
}

strong {
    font-weight: 600;
}

a img {
    border: 0px;
}

a {
    color: #00aeef;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    color: #ee3897;
    text-decoration: none;
    outline: none;
}

nav.valign {
    align-items: center;
    height: 100%;
}

#footer .valign {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.jumbotron {
    padding: 2rem 2rem;
    border-radius: 0;
    background: #f6f6f6;
}

/*------------------------------------*\
    FORMS
\*------------------------------------ */
span.btn {
    cursor: default !important;
}

.form-control,
.btn {
    border-radius: 0;
}

.btn-primary {
    color: #fff !important;
}

.btn-outline-primary {
    color: #00aeef;
    border-color: #00aeef;
}

.btn-outline-primary:hover {
    background-color: #00aeef;
    border-color: #00aeef;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    background-color: #00aeef;
    border-color: #00aeef;
}

button:focus,
button:active,
input:focus,
input:active {
    outline: none !important;
    box-shadow: none !important;
}

select:not([multiple=multiple]) {
    height: calc(2.25rem + 2px);
}

.gform_fields,
.gform_fields ul {
    margin: 0;
    padding: 0;
}

.gform_fields li {
    list-style: none;
}

.ginput_complex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ginput_complex span {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1rem;
}

.ginput_complex span label {
    font-size: 80%;
    font-weight: 400;
    opacity: 0.6;
}

.ginput_complex span.ginput_full {
    flex: 0 0 100%;
    max-width: 100%;
}

.ginput_complex span.ginput_left,
.ginput_complex span.ginput_right,
.ginput_complex span[class*=name_] {
    flex: 0 0 50%;
    max-width: 50%;
}

.validation_message {
    color: #cd1728;
    font-size: 80%;
    font-weight: 400;
}

.validation_error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.gform_footer {
    position: relative;
}

.gform_footer img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ui-datepicker-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ui-datepicker-title select {
    height: auto;
    width: auto;
}

.btn-outline-white,
#gform_submit_button_1 {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

#gform_submit_button_1:hover,
#gform_submit_button_1:focus,
.btn-outline-white:hover,
.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show > .btn-outline-white.dropdown-toggle {
    color: #111;
    background-color: #fff;
    border-color: #fff;
}

span.btn-outline-white:hover {
    background-color: inherit !important;
    border-color: inherit !important;
    color: inherit !important;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
#header {
    padding: 1rem 0;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#logo {
    display: block;
}

.hamburger {
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 40px;
    height: 22px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s;
}

#page {
    min-height: 100vh;
    transition: all 0.75s cubic-bezier(.19, 1, .22, 1);
}

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

#mainnav .card-columns {
    margin-top: 150px;
}

#mainnav {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.75s cubic-bezier(.19, 1, .22, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
}

#mainnav a {
    font-size: 1.2rem;
    line-height: 1.9rem;
    color: #000;
    display: inline-block;
    font-weight: 400;
    position: relative;
    opacity: 0;
    transition: all 1.75s cubic-bezier(.19, 1, .22, 1);
}

#mainnav li {
    display: inline-block;
    width: 100%;
}

#mainnav ul.sub-menu {
    margin: 0 0 1rem 0;
    padding: 0;
}

#mainnav .sub-menu a {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #000;
    display: inline-block;
    font-weight: 300;
}

#mainnav ul li:not(.menu-item-has-children) a::before {
    content: '';
    background: #00aeef;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    opacity: 0.3;
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#mainnav ul li a.active::before,
#mainnav ul li a:hover::before {
    transform: scale3d(1, 1, 1);
}

html body.menu-active #mainnav {
    transform: translate3d(0, 0, 0);
}

html body.menu-active #mainnav a {
    opacity: 1;
}

html body.menu-active {
    overflow: hidden !important;
}

.nav-icons a {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.6rem;
}

#searchtrigger {
    cursor: pointer;
}

#searchbox {
    background: #fff;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

#searchbox .container {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.search-active #searchtrigger i {
    font-size: 1.6rem;
}

.search-active #searchtrigger i:before {
    content: "\e646";
}

.search-active #searchbox {
    -webkit-transition: height 500ms cubic-bezier(0, 0.5, 0.2, 1.4);
    transition: height 500ms cubic-bezier(0, 0.5, 0.2, 1.4);
    height: 100px;
    opacity: 1;
}

#searchbox .form-inline {
    display: flex;
}

#searchbox .form-control {
    border: none;
    background: none;
    font-size: 2.5rem;
    border-bottom: 1px solid #000;
    height: 3rem;
    padding: 1rem 0;
    border-radius: 0;
    color: #000;
    flex: 1;
}

#searchbox .btn {
    color: #000;
    border: none;
    background: none;
}

#searchbox .btn i {
    font-size: 2.5rem;
}

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/
#home {
    height: calc(90vh - 90px);
    margin-top: 90px;
    width: 100%;
}

#slideplay {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 1;
    width: auto;
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
}

#slideplay i {
    background: rgba(255, 255, 255, 0.8);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    padding: 0.5rem;
    color: #000;
}

#slideplay.active i:before {
    content: "\e6ae";
}

#godown {
    position: absolute;
    left: 50%;
    top: -120px;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 40px;
    z-index: 1;
    /* box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24); */
}

.section {
    padding: 2rem 0;
}

article.item {
    position: relative;
    margin-bottom: 2rem;
    background: #f6f6f6;
    height: calc(100% - 2rem);
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

#actu article.item,
#actu article.item .a_title {
    color: #fff;
}

.rosebg {
    background: #ee3897 !important;
}

.bleubg {
    background: #00aeef !important;
}

.violetbg {
    background: #942a8f !important;
}

.rougebg {
    background: #ee3a26 !important;
}

.vertbg {
    background: #24b24c !important;
}

.jaunebg {
    background: #fdd425 !important;
}

#actu div[class*=col]:nth-child(1) .item,
#actu div[class*=col]:nth-child(9) .item {
    background: #00aeef;
}

#actu div[class*=col]:nth-child(2) .item,
#actu div[class*=col]:nth-child(10) .item {
    background: #942a8f;
}

#actu div[class*=col]:nth-child(3) .item,
#actu div[class*=col]:nth-child(11) .item {
    background: #ee3a26;
}

#actu div[class*=col]:nth-child(4) .item,
#actu div[class*=col]:nth-child(12) .item {
    background: #ee3a26;
}

#actu div[class*=col]:nth-child(5) .item,
#actu div[class*=col]:nth-child(13) .item {
    background: #f58b22;
}

#actu div[class*=col]:nth-child(6) .item,
#actu div[class*=col]:nth-child(14) .item {
    background: #24b24c;
}

#actu div[class*=col]:nth-child(7) .item,
#actu div[class*=col]:nth-child(15) .item {
    background: #fdd425;
}

#actu div[class*=col]:nth-child(8) .item,
#actu div[class*=col]:nth-child(16) .item {
    background: #ee3897;
}

.slickslider .card {
    color: #fff;
}

.slickslider .slide:nth-child(1) .card {
    background: #ee3a26;
}

.slickslider .slide:nth-child(2) .card {
    background: #f58b22;
}

.slickslider .slide:nth-child(3) .card {
    background: #24b24c;
}

.slickslider .slide:nth-child(4) .card {
    background: #fdd425;
}

.slickslider .slide:nth-child(5) .card {
    background: #ee3897;
}

.slickslider .slide:nth-child(6) .card {
    background: #00aeef;
}

.slickslider .slide:nth-child(7) .card {
    background: #942a8f;
}

.slickslider .slide:nth-child(8) .card {
    background: #ee3a26;
}

.slickslider .card .card-body {
    min-height: 238px;
}

article.item .a_img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

article.item .a_img:before {
    content: "";
    padding-top: 52.33%;
    display: block;
}

article.item .a_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.01);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.25, .46, .45, .94);
}

article.item .a_img a:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

article.item .a_content {
    padding: 1.5rem 1.5rem 0;
    flex: 1;
}

article.item .btnline {
    align-self: center;
}

article.item .a_cat {
    display: inline-block;
}

article.item .a_title {
    font-size: 1.25rem;
    font-weight: 400;
    margin-top: 1rem;
    flex: 0;
}

article.item .a_content .a_excerpt {
    flex: 1;
}

article.item .a_content a {
    color: #fff;
    text-decoration: underline;
}

article.item .a_content .text-center {
    flex: 0;
}

article.item .a_title a {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
}

article.item .a_title .black {
    display: inline;
    font-size: 60%;
    color: #000;
    padding-left: 0.5rem;
}

#actu_passed article {
    background: #f6f6f6 !important;
}

#actu article.item .a_title .black {
    color: #fff;
}

#actu_passed .btn-outline-white {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #333;
}

#asso img {
    transition: transform .6s cubic-bezier(.25, .46, .45, .94);
    transform: scale(1);
}

#asso img:hover {
    transform: scale(1.05);
}

#charte .bg {
    background: rgba(237, 61, 150, 0.8);
    color: #fff;
}

#charte .container {
    position: relative;
}

#charte #f_orange,
#charte #f_jaune {
    width: 100px;
}

#charte #f_orange {
    position: absolute;
    left: 10px;
    top: 10px;
    fill: #f68b22;
    transform: rotate(90deg);
}

#charte #f_jaune {
    position: absolute;
    right: 10px;
    bottom: 10px;
    fill: #FED332;
}

#produits {
    overflow: hidden;
}

#produits .btn {
    white-space: normal;
}

.s-prev i,
.s-next i {
    font-size: 40px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.s-prev {
    left: -45px;
}

.s-next {
    right: -45px;
}

.ear {
    display: inline-block;
    max-width: 30px;
    cursor: pointer;
    transform: translate(0, -5px);
}

.ear.playing {
    opacity: 0.5;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.section {
    padding: 2rem 0;
}

.page-simple {
    margin-top: 8rem;
}

#main {
    min-height: 300px;
    padding-top: 2rem;
}

#main.nobanner {
    margin-top: 120px;
    margin-bottom: 8rem;
}

#article {
    position: relative;
}

#breadcrumbs a {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #000;
    display: inline-block;
    font-weight: 300;
    position: relative;
    padding: 0.2rem 0;
}

.parent {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 1.9rem;
    color: #000;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0;
}

#breadcrumbs a::before {
    content: '';
    background: #00aeef;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    opacity: 0.3;
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#breadcrumbs a.active::before,
#breadcrumbs a:hover::before {
    transform: scale3d(1, 1, 1);
}

#breadcrumbs.alt {
    padding: 15px 15px 15px 0;
}

#breadcrumbs a.parent:after {
    content: "/";
    display: inline-block;
    padding: 0 0 0 0.5rem;
}

article .textcontainer {
    background: #fff;
    padding: 2rem 3rem;
    transform: translate(0, -120px);
}

article .text {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.8rem;
    text-align: left;
}

article .title {
    font-size: 2rem;
    font-weight: 300;
}

article .img-full {
    width: 100%;
}

.banner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 580px;
    margin-top: 80px;
}

.banner:before {
    content: "";
    padding-top: 45%;
    display: block;
}

.banner img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.25, .46, .45, .94);
}

.subpost {
    margin-bottom: 6rem;
}

.subpost h2 {
    font-family: "Compass LT";
    letter-spacing: 0.05rem;
}

.card {
    border-radius: 0;
}

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

/* ---- Colors ---- */
#mainnav #menu-item-694 ul li a:before,
.parent-pageid-585 #breadcrumbs a::before,
.page-id-585 #breadcrumbs a::before {
    background: #ee3897;
}

#menu-item-694 > a,
.parent-page-id-585 a,
.page-id-585 a {
    color: #ee3897;
}

#mainnav #menu-item-703 ul li a:before,
.parent-pageid-592 #breadcrumbs a::before,
.page-id-592 #breadcrumbs a::before {
    background: #942a8f;
}

#menu-item-703 > a,
.parent-page-id-592 a,
.page-id-592 a {
    color: #942a8f;
}

#mainnav #menu-item-707 ul li a:before,
.parent-pageid-596 #breadcrumbs a::before,
.page-id-596 #breadcrumbs a::before {
    background: #ee3a26;
}

#menu-item-707 > a,
.parent-page-id-596 a,
.page-id-596 a {
    color: #ee3a26;
}

#mainnav #menu-item-713 ul li a:before,
.parent-pageid-602 #breadcrumbs a::before,
.page-id-602 #breadcrumbs a::before {
    background: #f58b22;
}

#menu-item-713 > a,
.parent-page-id-602 a,
.page-id-602 a {
    color: #f58b22;
}

#mainnav #menu-item-719 ul li a:before,
.parent-pageid-609 #breadcrumbs a::before,
.page-id-609 #breadcrumbs a::before {
    background: #24b24c;
}

#menu-item-719 > a,
.parent-pageid-609 a,
.page-id-609 a {
    color: #24b24c;
}

/*------------------------------------*\
    SINGLE POST
\*------------------------------------*/
.meta {
    background: #f8f8f8;
    padding: 0.5rem;
    margin: 1rem 0;
}

#respond {
    background: #f8f8f8;
    padding: 2rem;
    margin: 1rem 0;
}

.comment-notes {
    font-size: 12px;
}

#respond form label {
    width: 30%;
    font-size: 1.2rem;
}

#respond form input,
#respond form textarea {
    width: 65%;
}

#respond form .form-submit {
    width: auto;
    margin-top: 5px;
}

.comment-author img {
    max-width: 30px;
    height: auto;
}

.comment-meta a,
.comment-meta {
    color: #c1c1c1;
    font-size: 14px;
}

.comment-list .comment {
    border-left: 5px solid #f2f2f2;
    padding-left: 30px;
    margin: 15px 0;
    list-style-type: none;
}

.comment .children {
    margin: 15px 0;
}

.page-template-page-emploi .card img {
    max-width: 150px;
    margin-bottom: 1rem;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#footer {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    margin-top: 4rem;
}

#footer form label {
    display: none;
}

#copyright {
    text-align: center;
    color: #888;
    font-size: 12px;
    padding: 20px 0;
}

/*------------------------------------*\
    Gmap
\*------------------------------------*/
.acf-map {
    width: 100%;
    height: 400px;
    margin: 0px 0;
}

.markercontent h3,
.markercontent {
    color: #333;
}

/*------------------------------------*\
    TOOLS
\*------------------------------------*/
.hide {
    display: none !important;
}

.relative {
    position: relative;
}

.mobile-only {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .tablet-hide {
        display: none !important;
    }
}

.scrollanim {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.scrollanim:not(.zoomIn) {
    opacity: 0;
}

@-webkit-keyframes showdown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes showdown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

.showdown {
    -webkit-animation-name: showdown;
    animation-name: showdown
}

@-webkit-keyframes showup {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes showup {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.showup {
    -webkit-animation-name: showup;
    animation-name: showup
}

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

.table_cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.delay01 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.delay02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay03 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay04 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay05 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay06 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay07 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay08 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay09 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay1,
.delay10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/*------------------------------------*\
    WORDPRESS
\*------------------------------------*/
.attachment img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium {
    max-width: 100%;
    height: auto
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.aligncenter,
img.alignleft,
img.alignright {
    margin-bottom: 12px
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
    padding: 4px;
    text-align: center
}

.wp-caption img {
    margin: 5px 5px 0
}

.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px
}

.wp-smiley {
    margin: 0
}

.wp-block-embed__wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;

}

.wp-block-embed__wrapper::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}

.wp-block-embed__wrapper embed,
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.gallery {
    margin: 0 auto 18px
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%
}

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

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

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px
}

.gallery dl {
    margin: 0
}

.gallery img {
    border: 10px solid #f1f1f1
}

.gallery br + br {
    display: none
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 992px) {
    .sticky .thebreadcrumb {
        position: fixed;
        top: 80px;
    }
}

@media only screen and (max-width: 992px) {
    html body .gform_wrapper ul.gform_fields > li.gfield {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #home {
        height: calc(90vh - 82px);
        margin-top: 82px;
    }

    #logo {
        max-width: 50px;
    }

    #logo img {
        width: 100%;
        height: auto;
    }

    #footer .valign {
        padding: 2rem;
    }
}

@media only screen and (max-width: 768px) {

    #mainnav .card-columns,
    #main.nobanner {
        margin-top: 90px;
    }

    #menu-item-731,
    #menu-item-790 {
        margin-bottom: 1rem;
    }

    article .textcontainer {
        background: #fff;
        padding: 2rem 0rem;
        transform: translate(0, 0px);
    }

    #godown {
        left: 15px;
        top: -130px;
        transform: translate(0%, -50%);
    }

    #mainnav .card-columns {
        display: flex;
        flex-direction: column;
    }

    #menu-item-729 {
        order: 10;
    }

    #menu-item-730 {
        order: 11;
    }

    #menu-item-731 {
        order: 12;
    }
}

@media only screen and (max-width: 479px) {}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}