/*
Theme Name: Passionnelle
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Passionnelle is a modernized take on an ever-popular WordPress layout Ã¢â‚¬â€ the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Passionnelle will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: passionnelle

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

/*------------------------------------------------------------------
    [ fonts ]
*/

@font-face {
  font-family: 'FranklinGothic-Book';
  src:  url('fonts/FranklinGothic-Book/FranklinGothic-Book.eot?#iefix') format('embedded-opentype'),  
        url('fonts/FranklinGothic-Book/FranklinGothic-Book.woff') format('woff'), 
        url('fonts/FranklinGothic-Book/FranklinGothic-Book.ttf')  format('truetype'), 
        url('fonts/FranklinGothic-Book/FranklinGothic-Book.svg#FranklinGothic-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FranklinGothic-Medium';
  src:  url('fonts/FranklinGothic-Medium/FranklinGothic-Medium.eot?#iefix') format('embedded-opentype'),  
        url('fonts/FranklinGothic-Medium/FranklinGothic-Medium.woff') format('woff'), 
        url('fonts/FranklinGothic-Medium/FranklinGothic-Medium.ttf')  format('truetype'), 
        url('fonts/FranklinGothic-Medium/FranklinGothic-Medium.svg#FranklinGothic-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Corbel';
  src:  url('fonts/Corbel/Corbel.eot?#iefix') format('embedded-opentype'),  
        url('fonts/Corbel/Corbel.woff') format('woff'), 
        url('fonts/Corbel/Corbel.ttf')  format('truetype'), 
        url('fonts/Corbel/Corbel.svg#Corbel') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Corbel-Bold';
  src: 	url('fonts/Corbel-Bold/Corbel-Bold.eot?#iefix') format('embedded-opentype'),  
		url('fonts/Corbel-Bold/Corbel-Bold.woff') format('woff'), 
		url('fonts/Corbel-Bold/Corbel-Bold.ttf')  format('truetype'), 
		url('fonts/Corbel-Bold/Corbel-Bold.svg#Corbel-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MonotypeCorsiva';
  src:  url('fonts/MonotypeCorsiva/MonotypeCorsiva.eot?#iefix') format('embedded-opentype'),  
        url('fonts/MonotypeCorsiva/MonotypeCorsiva.woff') format('woff'), 
        url('fonts/MonotypeCorsiva/MonotypeCorsiva.ttf')  format('truetype'), 
        url('fonts/MonotypeCorsiva/MonotypeCorsiva.svg#MonotypeCorsiva') format('svg');
  font-weight: normal;
  font-style: normal;
}
#page {
    font-family: 'FranklinGothic-Book';
    font-weight: 400;
}

#page a:hover,
#page a:focus{
    text-decoration: none;
    outline: 0 none;
}
#page h1,
#page h2,
#page h3{
    font-family: 'FranklinGothic-Medium';
}

/*------------------------------------------------------------------
    [ Header ]
*/
.site-header .header-top{
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 13.33px;
    color: #a2a4a7;
}
.site-header .header-top .link-newsletter a{
    color: #a2a4a7;
    display: inline-block;
    background: url('img/icon-newsletter.png') no-repeat left center transparent;
    padding-left: 20px;
}
.site-header .header-top .qtranxs_widget{
    width: 80px;
    font-size: 10px;
    background: #949393;
    position: relative;
    margin-right: 5px;
}
.site-header .header-top .qtranxs_widget select{
    width: auto !important;
    font-size: 12px !important;       
}
.site-header .header-top .qtranxs_widget ul li{
    font-size: 16px;
}
.site-header .header-top .qtranxs_widget select:hover{
    cursor: pointer;
}
.site-header .header-top .qtranxs_widget span{
    color: #fff;
}
.site-header .header-top .qtranxs_widget .customSelect:after{
    display: inline-block;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: -1px;
    font-size: 13px;
}
.site-header .header-top .qtranxs_widget .customSelect{
    margin-top: 2px;
    padding-left: 4px;
    font-size: 8px;
}
.site-header .header-top .facebook-link a{
    display: inline-block;
    background: url('img/icon-facebook.png') no-repeat left center transparent;
    width: 9px;
    height: 16px;
}
.site-header  .site-title{
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
.site-header  .site-title a{
    display: inline-block;
}
.site-header .image-next-logo,
.site-header .image-prev-logo{
    padding-top: 20px;
}
.site-header .image-prev-logo{
    padding-top: 30px;
}
.site-header .image-next-logo span,
.site-header .image-prev-logo span{
    display: inline-block;
    color: #6d4c9f;
    font-size: 30px;
    font-family: 'MonotypeCorsiva';
    transform: rotate(-4deg);
    font-weight: 700;
}
.site-header .image-next-logo span{
    font-size: 25px;
}
.facebook-link{
    position: relative;
    z-index: 158;
}
.site-header .main-navigation{
    background: none;
    border: none;
    margin-bottom: 5px;
}
.site-header #menu-menu-principal li a{
    text-transform: uppercase;
    font-size: 20.83px;
    color: #71456e;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'FranklinGothic-Book';
    transition: all .3s;
}
.site-header #menu-menu-principal li a:hover,
.site-header #menu-menu-principal li.current-menu-item a{
    font-family: 'FranklinGothic-Medium';
}
.site-header #menu-menu-principal li{
    float: none;
    display: inline-block;
}
.site-header-menu{
    border-top: 3px solid #71456e;
}
.site-header #menu-menu-principal{
    text-align: center;
    width: 100%;
}
/*------------------------------------------------------------------
    [ End Header ]
*/

/*------------------------------------------------------------------
    [ Footer ]
*/
.site-footer{
    background: #ebebeb;
    padding: 30px 0 10px;
}
.site-footer .title-footer{
    color: #545556;
    font-size: 16.67px;
    text-transform: uppercase;
    font-family: 'FranklinGothic-Medium';
}
.site-footer .item-shop-footer{
    font-family: 'FranklinGothic-Medium';
    color: #71456e;
    font-size: 16.67px;
}
.site-footer .item-shop-footer .item-title{
    margin-bottom: 0;
}
.site-footer .item-shop-footer .item-title .town-shop{
    color: #a3649f;
    text-transform: uppercase;
}
.site-footer .item-shop-footer  .phone{
    color: #545556;
}
.site-footer .separate-summary hr{
    border-top: 1px solid #d8c8d7;
    margin: 10px 0;
}
.site-footer .separate-summary:last-child hr{
    border-top: 0px solid transparent;
}
.site-footer ul{
    list-style-type: none;
    padding-left: 0;
}
.site-footer .site-info{
    margin-top: 20px;
    font-size: 14.58px;
    color: #98999c;
}
.site-footer .site-info a{
    color: #98999c;
}
.site-footer .site-info ul li{
    display: inline-block;
}
.site-footer .main-navigation ul li a{
    color: #545556;
    font-size: 16.67px;
}
.site-footer .main-navigation ul li a:hover,
.site-footer .main-navigation ul li a:focus{
    outline: 0 none;
    text-decoration: none;
    color: #71456e;
}
.social-network-footer{
    padding: 15px 0;
    color: #a6a8aa;
    font-size: 25px;
}
.social-network-footer a{
    color: #a6a8aa;
    transition: all .3s;
}
.social-network-footer a span{
    display: inline-block;
}
.social-network-footer a span:before{
    display: block;
    content: '';
    margin: 0 auto;
    background: url('img/icon-follow-footer.png') no-repeat center center transparent;
    width: 17px;
    height: 30px;
    transition: all .3s;
}
.social-network-footer a:hover{
    color: #71456e;
}
.social-network-footer a:hover span:before{
    background: url('img/icon-follow-footer-hover.png') no-repeat center center transparent;
}
/*------------------------------------------------------------------
    [ End Footer ]
*/

/*------------------------------------------------------------------
    [ Home ]
*/
.site-content #primary #section-newsletter{
    background: url('img/image-bg-newsletter.png') no-repeat center center transparent;
    background-size: cover;
    color: #fff;
    font-size: 25px;
    
}
.site-content #primary #section-newsletter .newsletter-block-container{
    padding: 126px 80px;
}

.site-content #primary #section-newsletter p{
    color: #fff;
    font-size: 25px;
}
.site-content #primary #section-newsletter .response p{
    color: red;
    
}
.site-content #primary .newsletter-block h2{
    font-family: 'FranklinGothic-Medium';
    font-size: 41.67px;
    color: #fff;
}

.site-content .newsletter-block-container .widget_wysija_cont .wysija-submit,
.site-content .newsletter-block-container .wysija-paragraph,
.site-content .newsletter-block-container fieldset{
    display: inline-block;
    transition: all .3s;
}

.site-content .newsletter-block-container .wysija-input,
.site-content  form .knewsemail input[type="text"] {
    font-size: 14px;
    background: none;
    border: 2px solid #fff;
    width: 300px;
    height: 43px;
    padding-left: 15px;
    padding-right: 15px;
}
.site-content .newsletter-block-container .widget_wysija_cont .wysija-submit,
.site-content .knewsform_container form input.knewsbutton[type="submit"]{
    background-color: #71456e;
    height: 43px;
    border: 2px solid #71456e;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.site-content .newsletter-block-container .widget_wysija_cont .wysija-submit:hover,
.site-content .newsletter-block-container .knewsform_container input[type="submit"]:hover{
    background-color: rgba(113, 69, 110, 0.9);
    
}
.site-content .section-home{
    margin-bottom: 25px;
}
.site-content .section-home .thumbnail-item{
    position: relative;
    font-family: 'FranklinGothic-Medium';
}
.site-content .section-home .thumbnail-item h3{
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    text-shadow: 2px 2px 0 #000;
    top: 0;
    z-index: 1;
    left: 15px;
}
.site-content .section-home .thumbnail-item h3 a{
    color: #fff;
}
.site-content .link-facebook a{
    display: block;
    background: url('img/icon-facebook-white.png') no-repeat center center transparent;
    height: 160px;
    
}
.site-content .link-facebook{
    background: #3b5998;
    transition: all .3s;
}
.site-content .link-facebook:hover{
    background-color: rgba(59, 89, 152, 0.9);
}
.site-content .block-align{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.site-content .block-align .link-page{
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0
}
.site-content .block-align .link-page a{
    width: 304px;
    margin:  0 auto;
    height: 170px;
    text-transform: uppercase;
    color: #fff;
    border: 5px solid #fff;
    text-align: center;
    display: block;
    font-size: 25px;
    font-family: 'FranklinGothic-Medium';
}
.site-content .block-align .link-page a span{
    line-height: 30px;
    display: inline-block;
    padding: 0 30px;
}
.site-content .block-brands{
    padding-left: 0;
    margin-top: 15px;
}
.site-content .link-page{
    background-color: rgba(113, 69, 110, 0.6);
}
.site-content .block-brands-container .link-page a:hover,
.site-content .block-brands-container .link-page a:focus{
    text-decoration: none;
}
.site-content  .block-brands-1 .thumbnail-watch{
    margin-bottom: 15px;
}
.site-content  .block-brands-1 .thumbnail-item{
    overflow: hidden;
}
.site-content .block-link-page{
    position: relative;
    height: 100%;
}
.site-content .block-link-page .link-page{
    background-color: rgb(113, 69, 110);
}
.site-content .shops-services-block .block-align .link-page a{
    width: 239px;
    height: 212px;
}
.site-content .shops-services-block .block-shops .link-page a span:before{
    content: '';
    background: url('img/icon-place.png') no-repeat top center transparent;
    padding-top: 40px;
    display: block;
    width: 19px;
    height: 38px;
    margin: 0 auto;
}
.site-content .shops-services-block .block-shops{
    padding-right: 0;
}
.site-content .shops-services-block .block-services{
    padding-left: 0;
}
.site-content .slides .slick-next,
.site-content .slides .slick-prev{
    bottom: 0;
    right: 15px;
    left: auto;
    z-index: 2;
    top: auto;
}
.site-content .slick-arrow{
    background: url('img/arrows-slide.png') no-repeat left center transparent;
    height: 52px;
    width: 55px;
    display: inline-block;
}
.site-content .slick-arrow:hover,
.site-content .slick-arrow:focus{
    opacity: 1;
    background: url('img/arrows-slide.png') no-repeat left center transparent;
}
.site-content .slick-arrow.slick-prev{
    right: 80px;
}
.site-content .slick-arrow.slick-next{
    background-position: right center;
}
.site-content .slick-arrow:before{
    display: none;
}
.site-content .slick-slider{
    margin-bottom: 0;
}
.site-content .slideshow-block.section-home{
    margin-bottom: 15px;
}
.site-content .visible-desktop{
    display: block;
}
.site-content .hidden-desktop{
    display: none;
}

/*------------------------------------------------------------------
    [ End Home ]
*/

/*------------------------------------------------------------------
    [ News ]
*/
.site-content .image-page{
    background-color: #71456e;
    margin-bottom: 50px;
    overflow: hidden;
}
.site-content .image-page .header-page-block,
.site-content .image-page .bg-header-container{   
    position: relative;
}
.site-content .header-page{
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 26px;
}
.page-id-7 .site-content .header-page{
    top: 8px;
}
.site-content .image-page .entry-title{
    padding: 23px 0;
    margin: 0;
    color: #fff;
    font-size: 33.33px;
    text-transform: uppercase;
    font-family: 'Corbel';
}
.site-content .entry-content .cff-wrapper #cff .cff-item {
    width: 33.333%;
    clear: none;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    position: relative;
}
.site-content .entry-content #cff .cff-author .cff-author-text,
.site-content .entry-content #cff .cff-author-img{
    display: none;
}
.site-content .entry-content #cff .cff-author{
    border-bottom: 2px solid #bdbbca;
    padding: 5px 0 5px 10px;
    background-color: #fbfbfa;
    margin-bottom: 0;
}
.site-content .entry-content #cff .cff-author a:after{
    content: "\f09a";
    font-family: FontAwesome;
    color: #71456e;
    font-size: 20px;
}
.site-content #cff.cff-default-styles .cff-date{
    position: absolute;
    top: 2px;
    right: 25px;
}
.site-content .entry-content #cff p{
    margin: 0;
    padding: 5px 15px;
    background-color: #fbfbfa;
}
.site-content .entry-content #cff .cff-post-text a{
    font-size: 15px !important;
}
.site-content .entry-content #cff .cff-post-text{
    padding-top: 20px;
}
.site-content .entry-content #cff .cff-post-text a:hover{
    text-decoration: none;
    color: #71456e !important;
}
.site-content .entry-content #cff .cff-shared-link{
    margin-top: 0;
}
.site-content .entry-content #cff.cff-thumb-layout .cff-text-wrapper,
.site-content .entry-content #cff.cff-thumb-layout .cff-photo, 
.site-content .entry-content  #cff.cff-thumb-layout .cff-iframe-wrap, 
.site-content .entry-content  #cff.cff-thumb-layout .cff-html5-video, 
.site-content .entry-content #cff.cff-thumb-layout .cff-vidLink{
    width: 100%;
}

/*------------------------------------------------------------------
    [ End News ]
*/

/*------------------------------------------------------------------
    [ Shops ]
*/
.site-content .item-shop-content{
    font-family: 'FranklinGothic-Medium';
}
.site-content .item-shop-content h3{
    
    font-size: 23.47px;
    color: #71456e; 
}
.site-content .item-shop-content h3 .town-shop{
    color: #a3649f;
    text-transform: uppercase;
}
.site-content .item-shop-content .details-shop .phone{
    font-size: 19.56px;
    background: url('img/icon-contact.png') no-repeat left 5px transparent;
    padding-left: 30px;
}
.site-content .item-shop-content .details-shop span{
    color: #545556;
    padding-left: 30px;
    display: inline-block;
    font-size: 17.6px;
}
.site-content .item-shop-content .details-shop .item-hour-1{
    background: url('img/icon-contact.png') no-repeat left center transparent;
}
.site-content .item-shop-content .item-shop-map {
    margin-bottom: 0;
}
.site-content .site-main .item-shop{
    margin-bottom: 50px;
}
.site-content .item-shop-content .details-shop .item-shop-map .map-link{
    background: url('img/icon-contact.png') no-repeat left bottom transparent;
}

.site-content .item-shop-content .details-shop .item-shop-map span{
    color: #70456d;
    font-size: 16.67px;
    font-style: italic;
}
.site-content .item-shop-content .details-shop span a{
    color: #70456d;
}
/*------------------------------------------------------------------
    [ End Shops ]
*/
/*------------------------------------------------------------------
    [ services ]
*/
.page .site-content .entry-content h2{
    font-size: 33.33px;
    color: #787878;
    font-family: 'Corbel-Bold';
    font-style: italic;
    margin-top: 0;
    margin-bottom: 40px;
}
.page .site-content .entry-content{
    margin-bottom: 100px;
    color: #787878;
    font-size: 23.33px; 
   
}
.site-content .all-services ul li {
    width: 50%;
    color: #71456e;
    font-size: 20.83px;
    font-family: 'FranklinGothic-Medium';
    margin-bottom: 15px;
    float: left;
}
.site-content .all-services{
    margin-bottom: 100px;
}
.site-content .all-services ul{
    margin: 0;
}
.site-content .thumbnail-services .image-service {
    margin-bottom: 30px;
}
.site-content .thumbnail-services .image-service img{
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.site-content .bloc-team h2{
    text-transform: uppercase;
    color: #71456e;
    font-size: 22.92px;
    font-family: 'FranklinGothic-Medium';
    margin-bottom: 30px;
}
.site-content .bloc-team h3{
    margin-top: 10px;
    margin-bottom: 0;
    color: #71456e;
    font-family: 'FranklinGothic-Medium';
    font-size: 15.71px;
}
.site-content .bloc-team .team-name{
    text-transform: uppercase;
    color: #a3649f;
}
.site-content .bloc-team .item-team{
    margin-bottom: 25px;
}
.site-content .bloc-team .details-team{
    color: #545556;
    font-size: 13.57px;
}
.site-content .bloc-team .details-team .team-diplome{
    font-size: 13.75px;
    color: #a3649f;
    font-style: italic;
}
/*------------------------------------------------------------------
    [ End services ]
*/

/*------------------------------------------------------------------
    [ End BRANDS ]
*/
.site-content .item-brand .img-brand-link{
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
}
.site-content .item-brand .thumbnail-brand {
    text-align: center;
    transition: all .1s;
    position: relative;
}
/*.site-content .item-brand .thumbnail-brand .img-hover{
    display: none;
}
.site-content .item-brand .thumbnail-brand:hover .img-hover,
.site-content .item-brand .thumbnail-brand.visible  .img-hover{
    display: block;
}
.site-content .item-brand .thumbnail-brand:hover .img-grey,
.site-content .item-brand .thumbnail-brand.visible  .img-grey{
    display: none;
}*/
/*.site-content .item-brand .thumbnail-brand:hover,
.site-content .item-brand .thumbnail-brand.visible{
    border: 1px solid #f6f6f6;
    box-shadow: 2px 2px 2px #f1f1f1;
    background: #fbfbfa;
}*/
.page-template-pages-marques .social-network-footer{
    margin-top: 20px;
}
.site-content .item-brand .vertical-align-container{
    display: block;
}
.site-content .item-brand .popup-brand-container .logo-popup{
    border: 1px solid #f6f6f6;
    box-shadow: 2px 2px 2px #f1f1f1;
    background: #fff;
}
.site-content .item-brand .popup-brand-container .brand-popup-content{
    color: #fff;
    font-size: 14.02px;
    text-align: center;
    padding: 5px;
    background: rgba(113, 69, 110, 0.5);
    margin-bottom: 15px;
}
.site-content .item-brand .popup-brand-container .brand-popup-content a{
    color: #fff;
}


/*------------------------------------------------------------------
    [ End BRANDS ]
*/

/*------------------------------------------------------------------
    [ Contact ]
*/
.site-content .content-contact h2{
    margin-top: 0;
    text-transform: uppercase;
    color: #787878;
    font-size: 23.33px;
    margin-bottom: 35px;
}
.site-content .content-contact p{
    color: #787878;
    font-size: 19.17px;
}
.site-content .content-contact .text-form{
    margin-bottom: 30px;
}
.site-content .content-contact .fields-required{
    color: #71456e;
    font-style: italic;
    font-size: 13.33px;
    margin-bottom: 15px;
}
.site-content .content-contact form.wpcf7-form{
    max-width: 362px;
    width: 100%;
}
.site-content .content-contact .wpcf7-form input,
.site-content .content-contact .wpcf7-form label,
.site-content .content-contact .wpcf7-form select,
.site-content .content-contact .wpcf7-form .customSelect,
.site-content .content-contact .wpcf7-form textarea,
.site-content .content-contact .wpcf7-form .wpcf7-form-control-wrap{
    width: 100%;
}
.site-content .content-contact .wpcf7-form select,
.site-content .content-contact .wpcf7-form input,
.site-content .content-contact .wpcf7-form .customSelect{
    height: 39px !important;
    text-transform: uppercase;
    
}
.site-content .content-contact .wpcf7-form .customSelect{
    line-height: 39px;
    color: #787878;
}
.site-content .content-contact .wpcf7-form .customSelect:after{
    position: absolute;
    right: 15px;
    content: "\f0d7";
    top: -7px;
    font-family: FontAwesome;
    font-size: 25px;
    color: #71456e;
    z-index: -1;
}
.site-content .content-contact .wpcf7-form select,
.site-content .content-contact .wpcf7-form .customSelect,
.site-content .content-contact .wpcf7-form textarea,
.site-content .content-contact .wpcf7-form input{
    border: 2px solid #b3b3b4;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
.site-content .content-contact .wpcf7-form .customSelect{
    border: 2px solid #71456e;
}
.site-content .content-contact .wpcf7-form .wpcf7-form-control-wrap input{
    color: #787878;
}
.site-content .content-contact .wpcf7-form input:-moz-placeholder, 
.site-content .content-contact .wpcf7-form textarea:-moz-placeholder {
    color: #787878;
}
.site-content .content-contact .wpcf7-form input::-webkit-input-placeholder, 
.site-content .content-contact .wpcf7-form textarea::-webkit-input-placeholder {
    color: #787878;
}
.site-content .content-contact .wpcf7-form textarea{
    height: 182px;
}
.site-content .content-contact  .item-shop-content h3{
    margin: 0;
}
.site-content .content-contact .wpcf7-form p{
    margin-bottom: 5px;
}
.site-content .content-contact .item-shop-content h3{
    font-size: 19.17px;
}
.site-content .item-shop-content .details-shop span.mail{
    background: url('img/icon-message.png') no-repeat left center transparent;
    font-size: 16.67px;
}
.site-content .content-contact .content-shop{
    float: right;
}
.site-content .site-main .item-shop{
    margin-bottom: 30px;
}
.site-content .item-shop-content .details-shop span.mail a{
    color: #545556;
}
.site-content .content-contact .wpcf7-form input.wpcf7-submit{
    background-color: #71456e;
    height: 37px;
    border: 2px solid #71456e;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .3s;
}
.site-content .content-contact .wpcf7-form input.wpcf7-submit:hover{
    background-color: rgba(113, 69, 110, 0.9);
}
.site-content .content-area{
    font-size: 16px;
    color: #545556;
}

/*------------------------------------------------------------------
    [ End Contact ]
*/