/*
Theme Name: belladonna
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: belladonna
Tags:

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.

belladonna is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

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


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
::-moz-selection { 
    background: #CA9B96;
    color: #fff; 
}
::selection { 
    background: #CA9B96;
    color: #fff; 
}
.hentry {
    margin: 0em!important;
}
a {
    text-decoration: none!important;
}
h1 {
    font-family: 'Quicksand', serif;
    font-size: 4em;
    line-height: 1em;
    color: #fff;
    font-weight: 700;
    max-width: 820px;
    padding: 10px 0;
    margin: 0;
}
h2{
    font-family: 'Rubik', serif;
    font-size: 2.2em;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
    border: solid 8px #000;
    padding: 10px;
    display: table;
}
.alt h2{
    width: 275px;
    height: 275px;
    padding: 200px 10px 10px 10px!important;
    position: absolute!important;
    margin-top: -135px!important;
    z-index: 999!important;
}
.alt_service h2 {
    width: 100%;
    float: right;
    margin-right: 30px;
    margin-top:-205px;
    width: 325px;
    height: 275px;
    padding: 225px 10px 10px 10px!important;
    position: absolute;
    right: 0;
    word-break: inherit;
    font-size: 1.3em;
}
.alt_forfait h2 {
    width: 100%;
    float: right;
    margin-right: 30px;
    margin-top:-185px;
    width: 325px;
    height: 275px;
    padding: 225px 10px 10px 10px!important;
    position: absolute;
    right: 0;
    font-size: 1.3em;
}
h3 {
    font-family: 'Rubik', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: solid 3px #000;
    padding-bottom: 5px;
    display: table;
    margin: 0 0 25px 0;
}
h4 {
    font-family: 'Rubik', sans-serif;
    color: #CA9B96;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1em;
    margin: 10px 0 0 0;
}
.entry-header h4 {
    font-weight: 700;
    font-size: 2.2em;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 70px;
}
h5 {
    font-family: 'Rubik', sans-serif;
    font-weight: 100;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0;
}
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    /*color: #cda96a;*/
    color: #000;
    line-height: 1em;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 20px 0 5px 0; 
}
blockquote {
    font-style: italic;
    color: #999;
    max-width: 700px;
    border-left: solid 5px #cda96a;
    padding-left: 20px;
}
.fa {
    color: #000;
    font-size: 1.8em!important;
}
.textwidget {
    padding: 0px 20px;
}
.btn {
    padding:0;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}
.btn-couleur a {
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    border-radius: 2px;
    color: #fff!important;
    font-size: 0.8em;
    text-align: center;
    padding: 15px 50px;
    background-color: #CA9B96;;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-couleur a:hover {
    background-color: transparent;
    box-shadow: inset 0 0 0 5px #CA9B96;;
    color: #000!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-noir a {
    border-radius: 2px;
    background-color: #000;
    padding: 15px 100px;
    color: #fff!important;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-noir a:hover {
    background-color: transparent;
    box-shadow: inset 0 0 0 5px #000;
    color: #000!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-blanc a {
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    border-radius: 2px;
    color: #000!important;
    font-size: 0.8em;
    text-align: center;
    padding: 15px 50px;
    background-color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-blanc a:hover {
    background-color: transparent;
    box-shadow: inset 0 0 0 5px #fff;
    color: #fff!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.fa {
    color:#005d88;
    font-size:15px;
    border:0!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.break {
    width: 100%;
    display: table;
}
.social-media-button-container {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.social-media-button-container:hover {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.absolute {
	position: absolute
}
.display_none {
    display: none!important;
}
.menu-menu-principale-container .current-menu-item a {
    border-bottom:solid 3px #cda96a;
    padding-bottom:3px;
}
.widget_sow-editor h3.widget-title {
    border-bottom:0!important;
    font-weight: 300!important;
    font-size: 18px!important;
    margin-bottom: 10px!important;
    color: #000;
    line-height: 1.3em!important;
} 
.contour {
    border: solid 10px #c7c8ca!important;
    padding: 40px!important;
}
.siteorigin-widget-tinymce ul li {
    /*text-transform: uppercase;*/
}
.siteorigin-widget-tinymce ul {
    margin: 0 0 1.5em 0em;
}

/*--------------------------------------------------------------
# Layout & Builder
--------------------------------------------------------------*/
.full {
    width: 100%;
    margin: auto !important;
    margin-right: auto!important;
    margin-left: auto!important;
    display: table;
}
.boxed {
    width: 100%;
    max-width: 1250px;
    margin: auto !important;
    margin-right: auto!important;
    margin-left: auto!important;
    display: table;
}
@media (max-width: 1250px) {
    .boxed {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}
.primaire {
    float: left;
    width: 75%;
    display: table;
}
.secondaire {
    float: left;
    width: 25%;
    padding:0 20px;
}
.gauche{
    text-align: left;
}
.droite{
    text-align: right;
}
.centre, .center{
    text-align: center;
}
.break {
    display: table;
    width: 100%;
}
.layout-100 {
    width: 100%;
}
.layout-80 {
    width: 80%;
    float: left;
    padding-right: 2%;
}
.layout-75 {
    width: 75%;
    float: left;
    padding-right: 2%;
}
.layout-70 {
    width: 70%;
    float: left;
    padding-right: 2%;
}
.layout-60 {
    width: 60%;
    float: left;
    padding-right: 2%;
}
.layout-50 {
    width: 50%;
    float: left;
    padding-right: 2%;
}
.layout-40 {
    width: 40%;
    float: left;
    padding-right: 2%;
}
.layout-33 {
    width: 33%;
    float: left;
    padding-right: 2%;
}
.layout-30 {
    width: 30%;
    float: left;
    padding-right: 2%;
}
.layout-25 {
    width: 25%;
    float: left;
    padding-right: 1%;
}
.layout-20 {
    width: 20%;
    float: left;
    padding-right: 1%;
}
.layout-15 {
    width: 15%;
    float: left;
    padding-right: 1%;
}
.separateur {
    height: 40px;
    margin-bottom: 20px;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom:dotted 1px #cda96a;
}
.so-panel {
    margin-bottom:0!important;
    padding: 0px!important;
}
.panel-grid {
    margin-right: 0px!important;
    margin-left: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.panel-grid-cell {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.textwidget {
    padding: 0px 0px;   
}
.entry-content {
    margin: 0em 0 0em 0!important;
}
.content-area {
    margin-top:0px!important;
}

/*--------------------------------------------------------------
# Entête & menu
--------------------------------------------------------------*/
.logo_wrap {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.logo_wrap:hover {
    -webkit-transform: scale(1.05);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: scale(1.05);   /* IE 9 */
    transform: scale(1.05);   /* Firefox 16+, IE 10+, Opera */
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
nav {
    text-align: left;
}
#site-navigation ul li a {
    font-weight: 100;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 14px;
    transition: 0.3s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
}
#site-navigation ul li a::after {
    content:'';
    display: table;
    margin-top: 10px;
    height: 2px;
    width: 0px;
    background-color:#000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
#site-navigation ul li:hover a::after {
    content:'';
    width: 100%;
    background-color:#CA9B96;
    transition: 0.3s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
#site-navigation ul li a:hover {
    color: #CA9B96;
    transition: 0.3s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;

}
#site-navigation ul li {
    padding: 20px 15px 10px 15px;
}
.menu li a {
    font-family: 'Rubik', sans-serif;
}
.menu-menu-principal-container {
    padding:30px 0 25px 10px;
}
.site-header-toggle {
    transition: 0.3s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.site-header-toggle {
    position: fixed;
    z-index: 99999999;
    background-color: rgba(255,255,255, 0.98);
    border-bottom: solid 1px #fafafa;
    width: 100%;
    top: 0;
    right: 0;
    left:0;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
}
.site-header-toggle #site-navigation ul li {
    padding: 10px 25px 10px 25px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.site-header-toggle #logo {
    max-width: 180px;
}




/*--------------------------------------------------------------
# Top
--------------------------------------------------------------*/
.top {
    background-color: #fafafa;
    display: table;
    width: 100%;
    font-family:'Rubik', sans-serif;
}
.top a {
    font-family:'Rubik', sans-serif;
    text-decoration: none; 
}
.top .fa {
    padding-top:8px;
    color: #000!important;
    opacity: 0.8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.top .fa:hover {
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.top .fa-facebook-official:hover {
    color: #3b5998!important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.top .fa-instagram:hover {
    color: #bb2aaa!important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.os_courriel a {
    text-decoration: none;
    font-size: 0.8em;
    color: #999;
}
.os_courriel {
    text-decoration: none;
    font-size: 0.9em;
    padding: 10px 10px 10px 0px;
    float: left;
}
.os_telephone {
    float: left;
    color: #CA9B96;
    font-size: 0.9em;
    padding: 12px;
}
.reseaux_sociaux_wrap {
    float: right;
}
.os_single {
    width: 40px;
    height: 40px;
    float: left;
}

/*--------------------------------------------------------------
# Rendez-vous rapide
--------------------------------------------------------------*/
.rdv_wrap {
    background-color: #D1CAC7;
    position: fixed!important;
    top: 60%;
    right: 0;
    padding:0;
    cursor: pointer;
    z-index: 999999;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transform: translateX(140px);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform:  translateX(140px);   /* IE 9 */
    transform:  translateX(140px);   /* Firefox 16+, IE 10+, Opera */ 
}
.rdv_wrap .layout-40 {
    padding-right: 0%!important;
}
.rdv_wrap:hover {
    background-color: #D1CAC7;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.rdv_wrap:hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transform: translateX(0px);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform:  translateX(0px);   /* IE 9 */
    transform:  translateX(0px);   /* Firefox 16+, IE 10+, Opera */ 
}
.rdv_wrap img {
    height: 80px;
}
.rdv_texte {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 22px 10px 10px 0;
    font-size: 1em;
    text-align: left;
    max-width: 140px;
    line-height: 1.3em;
}
.rdv_note {
    font-size: 0.8em;
    padding: 10px 20px 0 20px;
    text-align: center;
}
#mylightbox {
    display: none;
}
.featherlight-content #mylightbox {
    display: block!important;
}
.featherlight .featherlight-close-icon {
    background-color: #CA9B96!important;
    color: #fff!important;
}
.featherlight h2 {
    font-size: 1.6em;
    color: #000;
    font-weight: 500;
    border: solid 1px #000;
    text-align: center;
    width: 100%;
}
.featherlight .featherlight-content {
    margin-left: 0%!important;
    margin-right: 0%!important;
    width: 100%!important;
    max-width: 500px!important;
    border-radius: 5px!important;
}


/*--------------------------------------------------------------
# Gravity Form
--------------------------------------------------------------*/
.gform_wrapper ul li.gfield {
    margin-top: 0px!important;
}
.gform_wrapper .gfield_required {
    display: none;
}
.gform_wrapper ul.gform_fields {}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: transparent!important;
    border-radius:0!important;
    background: #e6e6e6;
    box-shadow: none!important;
    color: rgba(0, 0, 0, .8);
    text-shadow: 0!important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-top: 0px solid #8d7559!important;
    border-bottom: 0px solid #8d7559!important;
    background-color: transparent!important;
}
.gform_wrapper input {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition:0.3s;
}
.gform_wrapper input:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition:0.3s;
}
.gform_wrapper input:focus {
    color: #000!important;
    background-color: #fafafa!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition:0.3s;
}
input[type="submit"] {
    width: 100%!important;
    background-color: #000!important;
    color: #fff!important;
    text-transform: uppercase!important;
    letter-spacing: 2px!important;
}
.gform_wrapper button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0px solid!important;
    border-radius: 3px;
    background: #000!important;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    font-family: 'Ralewat', sans-serif!important;
    font-weight: 300!important;
    color: #fff!important;
    text-align: center;
    padding: 15px 50px!important;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    border: solid 2px #000!important;
    border-radius: 3px!important;
    height: 40px!important;
}
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 {
    border: 2px solid #000!important;
}
.gform_wrapper .instruction {
    display: none!important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']), .gform_wrapper li.gfield_error textarea {
    border: 1px solid red!important;
}
.gform_wrapper ul li.gfield {
    margin-top: 0px;
    padding-top: 0;
}
.gfield_contains_required span {
    display:none!important;
    background-color: red!important;
}
.gform_wrapper .top_label li.gfield {
    margin-top: 0!important;
    padding-top: 0!important;
}
.gform_wrapper div.validation_error {
    display: none!important;
}
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    background-color: transparent!important;
}
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
    background-color: transparent!important;
}
.gform_wrapper .validation_message {
    color: crimson!important; 
    font-weight: 400!important; 
}
#gform_wrapper_2{
    padding:0px 20px 20px 20px;
    margin-top:0!important;
}

#gform_wrapper_2 textarea {
    height: 120px!important;
    width: 100%;
}
#gform_wrapper_2 .gform_wrapper .top_label li.gfield {
    height: 60px!important; 
}
#gform_wrapper_2 input {
    width: 100%;
}
#gform_wrapper_2 ul.gform_fields {
    display: inline-block!important;
}
#gform_wrapper_2 li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    display: none;
}
#gform_wrapper_2 li.gfield.gfield_error.gfield_contains_required {
    height: 70px;
}
#gform_wrapper_2 .gform_footer {
    padding: 10px 0 10px!important;
    margin: 0!important;
}
.gform_wrapper span.gform_description {
    font-weight: 300!important;
}
.gfiframe {
    height: 429px;
}



/*--------------------------------------------------------------
# Page - Template
--------------------------------------------------------------*/
.entry-header {
    height: 185px;
    background-color: #fafafa;
    padding-bottom: 60px;
    margin-bottom: 40px;
    background-image: url('/wp-content/themes/belladonna/images/banniere-bella-donna-1.jpeg');
    background-position: 60% 65%;
    background-size: cover;
}

/*--------------------------------------------------------------
# Services - Single service
--------------------------------------------------------------*/
.single-service .entry-header {
    height: auto;
    background-color: #fafafa;
    padding-bottom: 60px;
}
.single-service .entry-header h4 {
    font-weight: 700;
    font-size: 2.2em;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.service_intro {
    background-color: #CA9B96;
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: table;
    margin-bottom: 40px;
}
.service_description {
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 40px;
}
.service_duree {
    border-right:solid 1px #08a8be;
    text-transform: uppercase;
    color: #08a8be;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 1.3em;
}
.service_prix {
    text-transform: uppercase;
    color: #08a8be;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 1.3em;
}
#service_content_wrap {
    background-repeat: no-repeat;
    background-size: 49%;
    background-position: left top;
    min-height: 520px;
    border-bottom: dotted 1px #ccc;
}
.service_info_wrap {
    padding: 100px 75px 80px 0;
}
.service_image_wrap {
    display: table;
    height: 300px;
}
.service_note {
    font-size: 0.8em;
    color: #999;
    font-style: italic;
}
.duree_medico {
    border-right: solid 1px #000;
}
.medico_intro {
    background-color: #CA9B96;
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: table;
    margin-bottom: 40px;
}
.medico_description {
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 40px;
    padding-right: 80px;
}
.single-service .entry-header, .single-medico_esthetique .entry-header, .single-forfait .entry-header {
    margin-bottom: 0px!important;
}

/*--------------------------------------------------------------
# Forfaits - Single forfait
--------------------------------------------------------------*/
.single-forfait .entry-header {
    height: auto;
    background-color: #fafafa;
    padding-bottom: 60px;
}
.single-forfait .entry-header h4 {
    font-weight: 700;
    font-size: 2.2em;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.forfait_intro {
    background-color: #CA9B96;
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: table;
    margin-bottom: 40px;
}
.forfait_description {
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 40px;
}
.forfait_duree {
    border-right:solid 1px #000;
    text-transform: uppercase;
    color: #08a8be;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1.1em;
}
.forfait_prix {
    text-transform: uppercase;
    color: #08a8be;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1.1em;
}
#forfait_content_wrap {
    background-repeat: no-repeat;
    background-size: 49%;
    background-position: left top;
    min-height: 520px;
    border-bottom: dotted 1px #ccc;
}
.forfait_info_wrap {
    padding: 100px 0 80px 0;
}
.forfait_image_wrap {
    display: table;
    height: 300px;
}
.forfait_wrap {
    color:#000;
    padding: 10px 0;
    width: 100%;
    display: table;
    border-bottom: solid 1px #ccc;
}
.forfait_note {
    font-size: 0.8em;
    color: #999;
}
}


/*--------------------------------------------------------------
# Soins - Accueil - Home
--------------------------------------------------------------*/
.soins {
    background-repeat: no-repeat!important;
    background-position: left center!important;
    background-size: contain;
}

/*--------------------------------------------------------------
# Filtre - Services
--------------------------------------------------------------*/
.work {
    margin: 20px 0;
}
.work figure {
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
}
.current-li {
    color: #000;
}
.current-li a {
    border:solid 1px #f47433;
    border-radius: 3px;
    color: #f47433!important;
}
.current {
    position: relative;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-animation-name: fadein; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: fadein;
    animation-duration: 2s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes fadein {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadein {
    from {opacity: 0;}
    to {opacity: 1;}
}
.not-current {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    display: none;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
#filter_action ul {
    margin:0!important;
    padding:0px;
}
#filter_action ul li {
    font-family: 'Rubik', serif;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
    border: solid 2px #000;
    margin-right: 10px;
    padding: 10px;
    display: table;  
    margin-right: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    float: left;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#filter_action ul li:hover {
    background-color: #000;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#filter_action ul li.current-li {
    background-color: #000;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/*--------------------------------------------------------------
# Widget - Heures d'ouverture
--------------------------------------------------------------*/
.ho_wrap {
    padding: 10px 0px 30px 0px;
    margin: 0 0px;
    border-bottom: solid 1px #fafafa;
}
.ho_jour {
    float: left;
}
.ho_heure {
    float: right;
}
footer .ho_wrap {
    border-bottom: solid 1px #fff;
    padding: 10px 0px 30px 0px;
    margin: 0 20px;
}

/*--------------------------------------------------------------
# Widget - Tarif
--------------------------------------------------------------*/

.tarif-wrap  {
    position:relative;
    width: 100%;
    padding-top:10px;
    padding-bottom:7px;
    display: flex;
    justify-content: space-between;
    transition:0.7s;
}
.tarif-wrap:hover {
    background-color: #f5d7d4;
    transition:0.3s;
}
.tarif-wrap::after  {
    content:"";
    position:absolute;
    height: 1px;
    background-color: #262626;
    width: 100%;

    bottom:-2px;
    left:0;
}

/*--------------------------------------------------------------
# Widget - Accordéon 
--------------------------------------------------------------*/
.so-widget-sow-accordion h3.widget-title {
    color:#ca9b96!important;
    border:0!important;
}
.so-widget-sow-accordion-default-d9295f5bfa93-2041 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
    align-items: center;
    font-size: 1.1em;
    background-color: #ca9b96;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*--------------------------------------------------------------
# Widget - Services en manchette / en vedette
--------------------------------------------------------------*/

.vedette_img {
    height: 390px;
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
}
.vedette_info {
    background-color: #fff;
    margin:-90px 20px 20px 20px;
    text-align: center;
    padding: 10px;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.vedette_btn {
    background-color: #151515;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 10px;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 3px;
    font-size: 0.8em;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vedette_titre {
    margin: 10px 0px;
    height: 55px;
}
.vedette_btn:hover {
    background-color: #CA9B96;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 10px;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 3px;
    font-size: 0.8em;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vedette_wrap {
    height: 520px;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.vedette_wrap_action .promotion_wrap {
    padding:20px 10px 10px 10px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.vedette_wrap_action .vedette_info {
    margin:-120px 20px 20px 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vedette_wrap_action .vedette_btn {
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

/*--------------------------------------------------------------
# Widget - Itro popup
--------------------------------------------------------------*/
.gform-theme--foundation  #gform_fields_7.gform_fields {
    display: block!important;
}

#itro_popup {
    border:0!important;
    background-position: center left!important;
    background-size:40%;
    width: 700px!important;
    height: 420px!important;
}
#popup_content {
    width: 60%!important;
    margin-left: 40%;
    padding:40px;
}
#popup_content h3 {
    width: 100%;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    font-weight: 500 !important;
    font-style: italic;
    line-height: 1em;
    text-transform: none!important;
    padding-bottom: 0;
}
#itro_popup input[type="text"], #itro_popup input[type="email"] {
    border:solid 2px #CA9B96!important;
    outline: #CA9B96!important;
    border-radius: 30px;
    margin-bottom: 10px;
}
#itro_popup input[type="text"]::placeholder, #itro_popup input[type="email"]::placeholder {
    color:#999;
    font-weight: 200!important;
}
#itro_popup input[type="submit"]{
    border-radius: 30px!important;
    margin-bottom: 10px;
}
#itro_opaco {
    background-color: #CA9B96!important;
}
.gform_confirmation_message_7 {
    text-align: center!important;
    font-size: 0.8em!important;
    color: #CA9B96!important;;
}
.gform_confirmation_message_7 a {
    color:#CA9B96!important;
    text-decoration: none!important;
    font-weight: 200!important;
    font-style: italic!important;
    line-height: 1em!important;
    text-transform: none!important;
}

@media (max-width: 780px) {
    #itro_popup {
        background-image: none!important;
        background-position: center bottom!important;
        background-size:10%!important;
    }
    #popup_content {
        width: 100%!important;
        margin-left: 0%!important;
    }
    #ipp_mobile_close_tab {
        display: none!important;
    }
}

/*--------------------------------------------------------------
# Promotions
--------------------------------------------------------------*/
.promotion_wrap {
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    /*background-color:#45c0cd;*/
    padding:10px 10px 10px 10px;
    text-align: center;
    background-color: rgba(202, 155, 150, 0.7);
     -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(100%) blur(10px);
    /*background-image: url(/wp-content/themes/belladonna/images/bg-turquoise.png);*/
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    margin: auto;
    display: table;
    margin-bottom: 20px;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.promotion_info {
    width: 235px;
    max-width: 100%;
    margin: auto !important;
    margin-right: auto!important;
    margin-left: auto!important;
    display: table;  
}
.promotion_mention {
    color: #fff!important;
    letter-spacing: 1px;
    font-size: 1em;
    font-weight: 100;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 7px 0;
    line-height: 1em;
    float: left;
    margin-top:20px;
    width: 50%;
    /*width: 145px*/;
}
.promotion_pourcentage {
    font-size: 2.4em;
    font-weight: 500;
    padding-left: 10px;
    line-height: 1.85em;
    color: #fff!important;
    float: left;
    width: 50%;
    text-align: left;
}
.promotion_description {
    font-size: 0.7em;
    font-style: italic;
    color: #999;
    line-height: 1.6em;
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
# Widget - Bloc icone
--------------------------------------------------------------*/

.bloc_action {
    opacity: 0.8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 20px;
}
.bloc_wrap {
    background-color:transparent;
    text-align: center;
    margin:0;
    padding: 20px 20px 20px 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}  
.bloc_description, .bloc_description p {
    color: #939598;
    font-size: 0.9em;
}
.bloc_titre {
    text-align: center!important;
    width: 100%;
}
.bloc_titre h4 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-weight: 100;
    color: #000;
}
.bloc_separateur {
    height: 1px;
    margin: auto 0;
    width: 50%;
    background-color: #ccc;
    margin-top:5px;
    margin-bottom: 20px;
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.bloc_img_wrap {
    margin:auto;
}
.bloc_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    text-align:center;
    margin: auto;
    border: solid 0px transparent;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.bloc_icone_action .bloc_img {
    width: 120px;
    height: 120px;
    border: solid 1px #000;
    border-radius: 50%;
    padding: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transform: scale(1.2);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: scale(1.2);   /* IE 9 */
    transform: scale(1.2);   /* Firefox 16+, IE 10+, Opera */ 
}
.bloc_icone_action .bloc_action {
    opacity:1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
} 
.bloc_icone_action .bloc_separateur {
    height: 3px;
    width: 100%;
    background-color: #000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.bloc_icone_action .bloc_description {
    color: #000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

/*--------------------------------------------------------------
# Widget - Titre double
--------------------------------------------------------------*/
.titre_double_wrap {
    font-family: 'Rubik', serif;
    font-size: 2.2em;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #CA9B96;
    letter-spacing: 1px;
    padding: 10px 0;
    letter-spacing: 2px;
}
.titre_double_1 {
    font-weight: 700!important;
}
.titre_double_2 {
    font-weight: 100!important;
}

@media (max-width: 780px) {
    .titre_double_wrap {
        font-size: 5vw;
    }
}
@media (max-width: 500px) {
    .titre_double_wrap {
        font-size: 1.4em;
    }
}


/*--------------------------------------------------------------
# Revolution slider - Home - Accueil - Frontpage
--------------------------------------------------------------*/
.home .sow-slider-image-wrapper p {
    color: #000!important;
    font-size: 1.8vw!important;
    text-shadow: none!important;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 10px;
    max-width: 675px!important;
    font-weight: 100!important;
    font-family: 'urbane', sans-serif;
}
.home .sow-slider-image-wrapper p img {
    margin-bottom: 20px;
}

.home .sow-slider-image-wrapper {
    padding-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.home .widget_sow-hero {
    border-bottom: solid 10px #000;
}

/*--------------------------------------------------------------
# Footer & copyright
--------------------------------------------------------------*/
footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0 0 0;
    font-size: 0.9em;
}
footer .footer-column {
    text-align: center;
    padding: 20px 0 40px 0; 
}
footer h3.widget-title {
    font-family: 'Rubik', sans-serif;
    color: #CA9B96!important;
    font-weight: 600!important;
    font-size: 18px!important;
    font-weight: 100!important;
    border-bottom: solid 0px #000!important;
    text-align: center!important;
    width: 100%;
    margin-bottom: 10px!important;
}
.copyright_wrap {
    padding: 20px 20px;
    border-top: solid 1px #CA9B96;
    font-size: 0.8em;
}
.os_credit {
    float: right;
}
.os_credit p {
    margin:0!important;
    padding:0!important;
}
.os_credit a {
    color: #fff!important;
}
.os_credit a:hover {
    color: #CA9B96!important;
}


/*--------------------------------------------------------------
# Dark theme
--------------------------------------------------------------*/
.dark-theme h5 {
    color:#fff!important;
}


/*--------------------------------------------------------------
# Responsive - Media queries
--------------------------------------------------------------*/
@media (max-width: 1300px) {
h1 {
    padding: 10px 10px 10px 20px;
}
.sow-slider-image-wrapper {
    margin-left:20px!important;
}
.entry-header h4, .entry-header h5 {
    padding:0 20px;
}
}

@media (max-width: 1180px) {
.alt h2 {
    position: initial!important;
    margin-top: 20px!important;
    width: 100%;
    height: auto;
}
.so-widget-service-manchette {
    margin-right: 20px;
    margin-left: 20px;
}
.bloc_description {
    display: none;
}
/*.titre_double_wrap {
    padding:0 20px;
}
.entry-title  {
    padding:0 20px;
}*/
.alt_service h2 {
    margin-right: 30px;
    margin-top: 10px;
    width: 275px;
    height: auto;
    padding: 10px 10px 60px 10px!important
}
#filter_action ul {
    padding: 20px 20px;
}
#filter_action ul li {
    margin-bottom:10px;
}
.alt_service h2 {
    font-size: 1.4em;
    height: auto;
    padding: 10px 10px 10px 10px!important;
}
}

@media (max-width: 1040px) {
.vedette_titre h4 {
    font-size: 16px;
}
.os_courriel {
    padding: 10px 10px 10px 10px;
}
h4 {
    line-height: 2.1;
}
.entry-header h4 {
    line-height: 1.1em;
}
}
@media (max-width: 950px) {
h1 {
    min-width: 250px;
}
button {
    float: right!important;
    text-align: center;
    border-color:transparent!important;
    background: transparent!important;
    background-color: transparent!important;
    box-shadow: none!important;
}
.menu-toggle {
    float: right!important;
}
.main-navigation {
    margin-top: 25px!important;
}
.main-navigation .fa {
    color: #000!important;
}
.toggled .fa {
    color: #000!important;
}
#site-navigation ul li {
    padding: 20px 25px;
    width: 100%;
    text-align: center;
    background-color: #CA9B96;
}
#site-navigation ul li a:hover {
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.layout-50 {
    width: 100%;
    padding-right: 0%;
}
.top .layout-50 {
    width: 50%;
    padding-right: 0%;
}
.layout-33 {
    width: 50%;
    float: left;
    padding-right: 2%;
}
.so-widget-sow-image {
    padding: 0 20px;
}
.alt_service h2 {
    float: none;
}
.service_info_wrap {
    padding: 10px 20px 80px 20px;
}
.forfait_info_wrap {
    padding: 10px 20px 80px 20px;
}
.forfait_image_wrap {
    height: auto;
}
.alt_forfait h2 {
    width: 100%;
    margin-right: 0px;
    color: #fff;
    margin-top: -40px;
    width: 100%;
    font-size: 1.3em;
    text-align: center;
    height: auto;
    padding: 10px 10px 10px 10px!important;
    background-color: #000;
}
.alt_service h2 {
    width: 100%;
    margin-right: 0px;
    color: #fff;
    margin-top: -40px;
    width: 100%;
    font-size: 1.3em;
    text-align: center;
    height: auto;
    padding: 10px 10px 10px 10px!important;
    background-color: #000;
}
.service_image_wrap {
    height: auto;
}
#site-navigation ul li a {
    padding-top: 5px;
}
#site-navigation ul li a::after {
    display: none;
}
.suggestions_wrap {
    display: table;
    padding:30px 0px;
}
h2 {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.panel-grid-cell {
    padding:0px 20px;
}
}

@media (max-width: 780px) {
/*.textwidget {
    padding: 0px 20px;
}*/
#filter_action ul li {
    font-size: 0.8em;
    line-height: 1.4em;
}
.widget_sow-editor h3.widget-title {
    /*padding:0 20px;*/
    /*margin:auto;*/
}
footer .layout-50 {
    width: 100%;
    padding-right: 0%;
    text-align: center;
}
.alt h2 {
    margin-left: 0px!important ;
    padding: 20px!important;
}
/*.so-widget-element-titre {
    padding:0 20px;
}*/
.os_credit {
    float: none;
}
.entry-header .titre_double_wrap {
    width: 100%;
    text-align: center;
}
.so-widget-element-bouton {
    padding:0 20px;
}
.alt h2 {
    font-size: 1.2em;
    margin-bottom: 0;
}
.site-header-toggle {
    display: none;
}

}

@media (max-width: 740px) {
#top_social {
    display: none;
}
.top .layout-50 {
    width: 100%;
}
.os_telephone, .os_telephone a {
    float: right;
    color: #CA9B96!important;
}
.entry-header h4, .entry-header h5 {
    text-align: center;
}
.home .sow-slider-image-wrapper p img {
    display: none;
}

}

@media (max-width: 600px) {
.layout-75 {
    width: 100%;
    padding-right: 0%;
}
.layout-33 {
    width: 100%;
    padding-right: 0%;
}
.layout-25 {
    width: 100%;
    padding-right: 0%;
}
.entry-header h4 {
    text-align: center;
    font-size: 1.6em;
    margin-top: 0px;
}
.entry-header h5 {
    font-size: 0.9em;
    margin-top: 5px;
}
.menu-toggle, .main-navigation.toggled ul {
    width: 100%;
}
.main-navigation {
    margin-top: 0px!important;
}
.menu-menu-principal-container {
    padding: 30px 0 25px 0px;
}
.current {
    display: block;
    opacity: 1;
}
.not-current {
    position: absolute;
    opacity: 0;
}
.medico_description {
    padding-right: 0px;
}
.forfait_duree {
    border-right: solid 0px #000;
}
.duree_medico {
    border-right: solid 0px #000;
}
.single-service .entry-header h4 {
    margin-top: auto;
    padding-top: 20px;
}
.entry-header {
    height: auto;
    padding: 20px!important;
    background-color: #fafafa;
}
.alt_service h2, .alt_forfait h2 {
    margin-top: 0px;
    font-size: 0.9em;
}
h1 {
    font-size: 2em;
    text-align: center;
}
h1 img  {
    max-width: 70%;
}
.zone_medico {
    font-weight: 500;
}
.bloc_action {
    padding:0px;
}
.home .sow-slider-image-wrapper p {
    font-size: 14px!important;
}
}

@media (max-width: 540px) {
.featherlight {
    padding:30px;
}
.featherlight h2 {
    font-size: 1em;
    width: 94%;
    margin:10px 10px 0 10px;
}
.featherlight .featherlight-content {
    overflow: content;
}
.rdv_wrap {
    background-color: #CA9B96;
    position: relative!important;
    width: 100%;
    padding:0;
    cursor: pointer;
    display: table;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transform: translateX(0px);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform:  translateX(0px);   /* IE 9 */
    transform:  translateX(0px);   /* Firefox 16+, IE 10+, Opera */ 
}
.rdv_wrap img {
    height: 55px;
    margin-top: 10px;
}
.rdv_wrap .layout-40 {
    padding-left: 20px;
    width: 30%;
}
.rdv_wrap .layout-60 {
    width: 70%;
}
.rdv_texte {
    max-width: none;
    line-height: 2em;
}
#gform_wrapper_2 .top_label li.gfield {
    height: 55px!important;
}
#gform_wrapper_2 input[type=submit] {
    height: 55px!important;
    line-height: 0.2em;
}
#gform_confirmation_message_2 {
    padding:20px;
}
#gform_confirmation_message_2 em {
    color: #999;
    font-style: italic;
    font-size: 0.9em;
}
#gform_wrapper_2 textarea {
    height: 80px!important;
}
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

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

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,
textarea {
	color: #404040;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
    font-weight: 300;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

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 {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #CA9B96;
}

a:visited {
	color: #CA9B96;
}

a:hover,
a:focus,
a:active {
	color: #CA9B96;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}
.main-navigation ul li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media (min-width: 950px)  {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

/*--------------------------------------------------------------
## 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-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
