/*------------------------------------------------------------------
[Table of contents]

1. Fonts
2. Colors
3. General
4. Header
5. Slider
6. Call to action
7. Page
8. Blog
9. Widgets
10. Contact
11. Footer
12. Plugins
13. Maintenance
14. Responsive
-------------------------------------------------------------------*/


/*---------------------------
----------1. Fonts----------
---------------------------*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,100);


/*---------------------------
----------2. Colors----------
---------------------------*/

/**
* Vert clair : #292929
* Vert foncé : #6B6B6B
* Rouge clair : #c1a26c
* Rouge foncé : #D1AF75
**/



/*---------------------------
----------3. General----------
---------------------------*/

html { 
  overflow-y: scroll; 
}


.gallery.gallery-slider.clearfix.loading ul.slides > li img {
    min-height: 240px !important;
}

* {
  box-sizing: border-box;
}

body{
  font-family: 'Roboto', sans-serif;
  color: #59636c;
  font-size:15px;
}


body, h5, p{
  line-height: 1.65em;
}

h1 span,h2 span,h3 span,h4 span{
  font-weight: 700;
  }

h2{
  font-size: 32px;
}

h3{
  color: #656565;
  font-size: 26px;
}

.dark h1, 
.dark h2, 
.dark h3,
.dark h1 span, 
.dark h2 span, 
.dark h3 span,
.dark a:focus, 
.dark a:hover {
  color: #656565;
}

a:focus, 
a:hover {
  color: #fff;
}

a{
  color: #D1AF75;
}

blockquote{
  border-left: 5px solid #D1AF75;
}

.slogan-section h2{
  font-weight: 100;
  font-size: 32px;
  color: #9C9C9C;
}

.btn, .btn:focus, 
.read-more, 
.read-more:focus, 
input[type="submit"],
input[type="submit"]:focus
{
  font-weight: 700;
  background-color: #D1AF75;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  outline: none;
  letter-spacing: 1px;
  border-radius: 0;
}

.btn.grey, .btn.grey:focus {
  background-color: #b3b3b3;
}

.btn:hover {
  background-color: #c1a26c;
  color: #ffffff!important;
}

.btn.large{
  font-size: 16px;
  padding: 15px 30px;
}

.external:after{
  content:"\f08e";
  font: normal normal normal 14px/1 FontAwesome;
  padding-left: 8px;
}

.read-more.green, 
.read-more.green:focus,
.btn.green, 
.btn.green:focus
{
  background-color: #b3b3b3;
}

.read-more.green:hover,
.btn.green:hover {
  background-color: #6B6B6B;
}

.bread-crumb .breadcrumb li:last-child{
  display:flex;
}

a#scroll-top{
  background-color:#292929;
}

a#scroll-top:hover{
  background-color:#6B6B6B;
}

#captcha{
  width: calc(100% - 146px);
  margin-right: 10px;
}

.gallery-slider {
  margin-bottom: 0px;
}

.gallery-slider .slides img{
  margin-left: 0px;
}

.gallery-slider .flex-direction-nav .flex-prev,
.gallery-slider .flex-direction-nav .flex-next{
  background-color: #292929;
  -webkit-transition: none; 
  -moz-transition: none; 
  transition: none; 
}

.gallery-slider .flex-direction-nav .flex-prev:hover,
.gallery-slider .flex-direction-nav .flex-next:hover{
  background-color: #6B6B6B;
}

.gallery-slider .flex-direction-nav a {
  width: 60px;
  height: 60px;
  background-size: cover;
  margin-top: -30px;
  border-radius: 0;
}

.gallery-slider:hover .flex-direction-nav a{
  opacity: 1;
}

.gallery-slider .flex-direction-nav .flex-prev{
  left: 1px;
}

.gallery-slider .flex-direction-nav .flex-next{
  right: 0;
}


.video.video_share_youtube iframe,
.video_share_highlighted_vimeo iframe,
.video_share_highlighted_dailymotion iframe{
  position: relative;
  height: 220px;
  margin-bottom: -7px;
}

#responsive-menu{
	display:none;
  width: 100%;
  margin: -35px 0px;
  background-color:#292929;
}

#responsive-menu .slicknav_menu {
	padding: 0;
	background: none;
}

#responsive-menu .slicknav_menutxt,
#responsive-menu .slicknav_menu a{
  text-transform: uppercase; 
  text-shadow: none;
}

#responsive-menu .slicknav_btn{
  float: left;
  margin: 5px 10px 0px;
  background: none;
  text-shadow: none;
  -webkit-border-radius: none; 
  -moz-border-radius: none;
}

#responsive-menu .slicknav_menu .slicknav_menutxt{
  font-weight: normal;
  padding: 1px 0;
}

#responsive-menu .slicknav_menu .slicknav_icon-bar{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#responsive-menu .slicknav_nav ul{
  margin: 10px 0 0 0;
  padding: 20px 0;
  background: #6B6B6B;
}

#responsive-menu .slicknav_nav a:hover{
  background:none;
  color: #fefefe;
}

#main-footer{
  padding: 80px 0 30px 0;
}

p[itemprop="telephone"]{
  display: inline-block;
  padding: 15px 15px 10px 15px;
}

p[itemprop="telephone"] a{
  font-weight: 900;
  font-size: 24px;
  color: #D1AF75;
}

p[itemprop="telephone"] a:hover{
  color: #c1a26c;
}

p[itemprop="telephone"] span{
  display: block;
  margin-top: -5px;
  text-align: left
}


.maintenance-wrapper h1{
  font-weight: 700;
}

.pagination{
  margin-left: 16.66666667%;
}

.pagination form input[type="submit"]{
  background: #fff;
  color:#3a3c41;
}

.pagination form input[type="submit"]:hover{
  background: #292929;
  color:#fff;
}

.pagination form input[type="submit"]:focus{
  background: #6B6B6B;
  color:#fff;
}

.page-top {
  background: #E7ECEE;
  padding: 20px;
}

#error-container,
#response-container{
  margin: 35px;
}

.gallery-slider .slides li,
.flexslider .slides li{
  display: none;
  -webkit-backface-visibility: hidden;
}

/* ---- isotope ---- */

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 180px;
}

.grid-item {
  float: left;
  margin-bottom: 10px;
}

.grid-item img {
  display: block;
  max-width: 100%;
  min-width: 180px;
}

.grid-item .grid-label{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.grid-item .grid-label a,
.grid-item .grid-label a .fa{
 display: none; 
}


.grid.done .grid-item .grid-label a{
    background: none!important;
    height: 100%;
    display: block;
    padding: 0!important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 )!important; /* IE6-9 */
}


.grid.done .grid-item .grid-label a:hover{
    background-color: rgba(0, 0, 0, 0.5)!important;
    color: rgba(0, 0, 0, 0.5)!important;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.grid.done .grid-item .grid-label a:hover .fa{
    margin-top: -30px;
    opacity: 1;
}


.grid.done .grid-item .grid-label a .fa{
    font-size: 18px;
    width: 40px;
    background: #fff;
    height: 40px;
    padding: 11px 10px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: 0px;
    display: block;
    opacity: 0;
    color: #282828;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.grid-item .grid-label a h3{
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 10px;
    color: #FFF;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

/*---------------------------
----------4. Header----------
---------------------------*/

#header{
  
  background: transparent url(http://www.arte-n-deco.fr/themes/artendeco/images/header.jpg) no-repeat;


}

#header .logo {
  height: 35px;
}

#header .logo a {
  background:#ffffff;
  border: 1px solid #c1c1c1;
  display: inline-block;
  padding: 5px;
  position: relative;
  z-index: 3;
  width: 175px;
  height: 175px;
}

#header .logo a img {
  margin: 0;
  max-width: 100%;
}

.header-top{
  background-color:#F5F3F3;
}

.header-top {
  width: 100%;
}

.header-top p{
  white-space: inherit;
  padding: 2px 0;
}

.header-top,
.header-top p,
.header-top a
{
  color: #656565;
  font-size: 15px;
  margin: 0;
}

.header-top label {
    color: #656565;
    margin-bottom: 0;
}

.header-top .today {
  margin-right: 15px;
}

.header-top i {
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}

nav.main-menu ul > li:hover > a, nav.main-menu ul > .current-menu-item > a{
  background-color: #D1AF75;
 }



nav.main-menu ul > li > a{
  color: #5a646d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
}

nav.main-menu i{
  font-size: 20px;
}


.bread-crumb {
  color: #D1AF75;
}

.bread-crumb a {
  color: #3A3C41;
}


/*---------------------------
----------5. Slider----------
---------------------------*/

.home-slider .flexslider .slides img{
  height: 580px;
  width: 2048px;
  max-width: inherit;
  position: relative;
  left: 50%;
  margin-left: -1024px;
}

.flex-direction-nav .flex-prev {
  background: url("../images/slider-left-arrow.png") center no-repeat #D1AF75;
}

.flex-direction-nav .flex-next {
  background: url("../images/slider-right-arrow.png") center no-repeat #D1AF75;
}

/*---------------------------
------6. Call to action------
---------------------------*/



.calltoaction-home {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.calltoaction .make-calltoaction {
  background-color: #D1AF75;
  display: block;
  text-align: center;
  position: relative;
  z-index: 99;
  padding: 15px;
  outline: none;
  margin-bottom: -1px;
}

.calltoaction .make-calltoaction h2 {
  font-size: 23px;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-weight: 600;
}

.calltoaction .make-calltoaction h2 small {
  display: block;
  text-transform: none;
  color: #fff;
  font-size: 14px;
  padding-top: 5px;
}

.calltoaction-home .calltoaction-form {
  padding: 30px 20px;
}

.calltoaction #calltoaction-loader {
  margin-top: 15px;
}

.calltoaction .calltoaction-form {
  background-color: #f0f5f7;
  padding: 20px;
  position: relative;
  z-index: 99;
}

.calltoaction-sidebar .calltoaction-form{
  background-color: #fff;
}

.calltoaction .calltoaction-form label.error {
  display: none !important;
}

.calltoaction-home .common {
  padding-left: 9px;
  padding-right: 9px;
}

.calltoaction input[type="text"],
.calltoaction input[type="email"],
.calltoaction input[type="number"],
.calltoaction textarea {
  background: none;
  color: #3a3c41;
  border: 0;
  border-bottom: 2px solid #e5e9eb;
  width: 100%;
  display: inline-block;
  resize: none;
  padding: 0px 5px 5px 5px;
  margin-bottom: 0;
  font-weight: 400;
}

.calltoaction input[type="text"],
.calltoaction input[type="email"],
.calltoaction input[type="number"],
.calltoaction textarea{
  color: #3a3c41;
  font-size: 16px;
}

.calltoaction ::-webkit-input-placeholder{
  color: #3a3c41;
}
.calltoaction :-moz-placeholder{
  color: #3a3c41;
}
.calltoaction ::-moz-placeholder{
  color: #3a3c41;
}
.calltoaction :-ms-input-placeholder{
  color: #3a3c41;
}

.calltoaction .last{
  margin-bottom: 10px;
}

.calltoaction #refreshcaptcha img{
  margin-top: -10px;
}

.calltoaction textarea {
  height: auto;
  margin: 0;
  line-height: 20px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.calltoaction input[type="text"]:focus,
.calltoaction input[type="email"]:focus,
.calltoaction textarea:focus {
  outline: none;
  border-bottom: 2px solid #fff;
}

.calltoaction input[type="text"], 
.calltoaction input[type="email"],  
.calltoaction textarea{
  margin-bottom: 23px;
}

.calltoaction input[type="submit"] {
  font-weight: 700;
  border: 0;
  background-color: #D1AF75;
  color: #fff;
  border: none;
  border-image: none;
  letter-spacing: 1px;
  outline: none;
  text-transform: uppercase;
}

.calltoaction input[type="submit"]:hover {
  background-color: #c1a26c;
}

.calltoaction input[type="submit"]:focus {
  outline: none;
  background-color: #D1AF75;
  color: #F7F7F7;
}

.calltoaction input.error,
.calltoaction textarea.error {
  border: 0;
  border-bottom: 2px solid #ff0000;
}

.calltoaction input.error:focus,
.calltoaction textarea.error:focus {
  border-bottom: 2px solid #fff;
}

#contact-error,
#contact-response,
#calltoaction-response{
	padding: 30px 0;
  line-height: 24px;
  display:none;
}

#contact-response,
#calltoaction-response{
  padding: 50px 0 30px 0;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
}

#contact-error label,
#calltoaction-error label{
	display: block;
	color: #D7312D;
}



/*---------------------------
----------7. Page----------
---------------------------*/

.jumbotron p {
    font-weight: 400;
}

.jumbotron h1,
.jumbotron a{
  color: #292929;
}

.static-page .entry-content hr{
  margin: 50px 0;
}

.static-page .entry-content blockquote{
  margin: 20px 0 20px;
}

.static-page .entry-content h1{
  margin: 10px 0 30px;
}

.static-page .entry-content h1 em{
  display: block;
  font-weight: 100;
  font-style: normal;
}

.static-page .entry-content h3{
  font-weight: 500;
}

.static-page .entry-content li{
  font-size: 16px;
}

.static-page .entry-content ul {
  padding-left: 10px;
}

.static-page .entry-content ul li {
  list-style: none;
}

.static-page .entry-content ul li:before {
  content:"\f105";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 15px;
  font-weight: bold;
  color: #D1AF75;
}

.static-page .entry-content a.btn-table {
  display: table;
  margin-top: 10px;
}

.static-page .entry-content a {
  background-color: #D1AF75;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;

}

.static-page .entry-content a:hover,
.static-page .entry-content a:focus
{
  background-color: #6B6B6B;
  color: #fff;
}




/*---------------------------
----------8. Blog----------
---------------------------*/

.blog-page .left_meta {
  border-top: 2px solid #292929;
  background-color: #fff;
}

.entry-content {
    background: #fff;
    padding: 30px;
    color:#292929;
}

.entry-content p{
  font-size: 16px;
  font-weight: 400;
  word-wrap: break-word;
  line-height: 28px;
}

.blog-page .format-quote blockquote.quote p{
  border-left: 1px solid #FFFFFF;
  text-align: left;
}

.blog-page .format-quote blockquote.quote {
  background: url("../images/double-quotes.png") 30px 30px no-repeat #D1AF75;
}

.blog-page .video.video_share_youtube iframe, 
.blog-page .video_share_highlighted_vimeo iframe, 
.blog-page .video_share_highlighted_dailymotion iframe{
  height: 400px;
}


.blog-page .post .entry-content{
  text-align: left;
}

/*---------------------------
----------9. Widgets----------
---------------------------*/
.home-features{
  padding: 80px 0 30px;
}

.home-features {
  background-color: #f5f3f3;
}

.home-features .features-intro h2 {
  font-size: 30px;
}

.home-blog{
  padding: 80px 0;
}

.light h2 span {
  color:#656565;
}


.features-intro p{
  font-size: 16px;
  line-height: 28px;
}

.location #map{
  margin-top: 15px;
  width:100%;
  height:163px;
}

.location .btn{
  margin-top: 20px;
}

.opening-hours time{
  display: flex;
}

.opening-hours time:after{
  content:"";
}

.opening-hours time p{
  float: left;
  margin: 0;
}

.opening-hours time p.text-left{
  width: 40%;
}

.opening-hours time p.text-right{
  width: 60%;
  z-index: 1;
  position: relative
}

.opening-hours time p span{
  background-color: #f5f3f3;
}

.opening-hours time p.text-left span{
  z-index: 1;
  position: relative;
  padding-right: 5px;
}

.opening-hours time p.text-left:after{
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background: #5a646d;
  position: absolute;
  left: 0;
  z-index: 0;
  margin: 15px;
}

.opening-hours time p.text-right span{
  padding-left: 5px;
}

p[itemprop="telephone"]{
  border:solid #dcdee4 1px
}

.dark p[itemprop="telephone"]{
  border:solid #ded2d2 1px;
}


.home-features .single-feature{
  margin-bottom: 30px;
}

.home-features .single-feature p{
  font-size: 14px;
}

.home-blog,
.home-blog .common-blog-post figure{
  background: #ffffff;
}

.home-blog .common-blog-post {
  background-color: #ffffff;
}

.home-blog .common-blog-post aside {
  background: #e7ecee;
  float: right;
  width: 27%;
  height: 150px;
  padding: 20px;
}

.home-blog .common-blog-post .text-content h5{
  float: left;
  width: 73%;
  padding: 20px;
}

.home-blog .common-blog-post h5{
  font-size: 15px;
  font-weight: 400;
  word-wrap: break-word;
}

.home-blog .common-blog-post .text-content{
  border-top: 2px #292929 solid;
  padding: 0;
}

.home-blog .common-blog-post .entry-meta{
  font-style: normal;
}

.home-blog .common-blog-post .entry-meta time{
  color: #3a3c41;
}

.home-blog .common-blog-post .entry-meta time span{
  display: block;
  text-align: center;
}

.home-blog .common-blog-post .entry-meta time span.month{
  font-size: 18px;
  text-transform: uppercase;
}

.home-blog .common-blog-post .entry-meta time span.day{
  font-size: 30px;
  font-weight: 900;
}

.home-blog .common-blog-post .entry-comments{
  font-size: 14px;
  text-align: center;
}


.entry-comments a{
  color:#8f9597;
  font-weight: bold;
}

.entry-comments img{
  padding-right: 5px;
}

.home-blog, .home-blog .common-blog-post figure a img{
  width: 100%;
}

aside .widget{
  background: #fff; 
  padding: 25px 20px;
}

.widget_contact p[itemprop="telephone"]{
  padding:15px 20px 10px 15px;
  width: 100%;
}

.widget_contact p[itemprop="telephone"] img{
  float: left;
  width: 44px;
  margin-right: 10px;
}

.widget h3.title{
  font-size: 26px;
  margin: 0 0 15px;
  font-weight: 700;
}

.blog-page .widget_calltocaction{
  padding: 0;
}

.blog-page .right-contents .entry-header{
  background: #E7ECEE;
  text-align: left;
}

/* Testimonial */


.home-testimonial{
  background: #f5f3f3;
  padding: 80px 0;
}

.testimonial .testimonial-review{
  height: 270px;
  margin-bottom: 50px;
}


.testimonial .testimonial-user{
  float: left;
  padding: 25px;
  background: #bcb6aa;
  width: 35%;
  height: 100%;
  color: #3a3c41;
}

.testimonial .testimonial-user img{
  width: 100px;
}

.testimonial .testimonial-excerpt{
  float: right;
  width: 65%;
  height: 100%;
  background: #ffffff;
  padding: 40px;
  text-align: left;
}

.testimonial .testimonial-excerpt blockquote {
  font-size: 16px;
  line-height: 28px;
  font-style: italic;
  padding: 0px 0px 15px 0px;
  border: none;
  color: #5a646d;
  text-align: left;
  margin: 0;
}

.testimonial .testimonial-excerpt blockquote:before {
  display: none;
}

.testimonial .yelp-logo{
  margin-top: -12px;
}

.widget_testimonial .testimonial-user, 
.widget_testimonial  .testimonial-excerpt
{
  float: none;
  width: 100%;
  background: none;
}

.widget_testimonial .testimonial-user{
  border-bottom: solid #E6E6E6 1px;
  padding: 30px;
}

.widget_testimonial .testimonial-excerpt{
  padding: 30px 10px;
}

.home-testimonial {
  background: #f5f3f3;
}


/* Date Picker */

 .ui-datepicker-header {
    background-color: #E1472F;
}

 .ui-datepicker-header .ui-state-hover {
    background: #C53818;
}

 td .ui-state-active,
 td .ui-state-hover,
 td .ui-state-highlight{
    background: #C53818;
    color: #fff;
}



/*---------------------------
----------10. Contact----------
---------------------------*/

.contact-page .entry-content{
  background: none;
}

.contact-page .contact-form input[type="text"],
.contact-page .contact-form textarea {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 15px;
  color: #3a3c41;
  font-weight: 500;
  outline: none;
  font-size: 16px;
}

.contact-page .contact-form textarea{
  height:200px;
}

.contact-page .intro-form{
  margin-bottom: 30px;
}

.contact-page #map {
  width: 100%;
  height: 350px;
}


.contact-page .map-contact{
  background: #fff;
  padding: 35px;
  margin-top: -280px;
}

.contact-page .map-contact h3{
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
}


/*---------------------------
----------11. Footer----------
---------------------------*/


#main-footer .widget a.btn,
#main-footer .widget a .fa{
  color: #fff;  
}

#main-footer .widget a .fa{
  padding: 0px 1px;
  width: 30px;
  text-align: center;
}

#main-footer .widget a.btn{
  margin: 20px 0px;
}

#main-footer .widget.address ul li a:after{
  display: none;
}

#main-footer .widget.address ul li a i{
  height: 30px;
  float: left;
  margin-top: 2px;
  font-size: 18px;
  margin-right: 5px;
  color: #707070;
}

#main-footer .widget.socials ul li{
  display: inline-block;
}

#main-footer .widget.socials ul,
#main-footer .widget.socials ul li{
  border:none;
}

#main-footer .widget.socials ul li a{
  display: block;
  padding: 25px 10px 10px 10px;
  text-align: center;
  width: 110px;
  margin: 0px 10px 0px 0px;
}

#main-footer .widget.socials ul li a.facebook{
  background: #B3B3B3;
}

#main-footer .widget.socials ul li a.yelp{
  background: #B3B3B3;
}

#main-footer .widget.socials ul li a.yelp span.unit {
  color: #FFFFFF!important;
}

#main-footer .widget.socials ul li a .fa{
  font-size: 45px;
  width: 45px;
  padding-bottom: 10px;
}

#main-footer .widget.socials ul li a span{
  color: #fff;
  display: block;
  font-weight: 900;
  font-size: 24px;
}

#main-footer .widget.socials ul li a span.unit{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#main-footer .widget.socials ul li a.facebook span.unit{
  color: #fff;
}

#main-footer .widget.socials ul li a.yelp span.unit{
  color: #f13a37;
}

#main-footer .widget.socials ul li a.facebook:hover{
  background: #3d5b99;
}

#main-footer .widget.socials ul li a.yelp:hover{
  background: #b20805;
}

#main-footer .footer-bottom a{
  color: #7a7d86;
}

#main-footer{
background-color: #fff;
}

#main-footer .footer-bottom .footer-social-nav li .fa:hover{
  font-size: 18px;
}

#main-footer .footer-bottom .footer-social-nav li .fa{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}



/*---------------------------
-------12. Plugins-------
---------------------------*/

.gallery-content h1{
    text-align: center;
    font-weight: 700;
    margin: 15px 0;
    padding: 0 0 30px 0;
}

.gallery-content h1 small{
    text-transform: none;
}

.gallery-single .calltoaction{
  margin-top: 25px;
}

.gallery-single .next-prev-posts a:hover {
  background: #D1AF75;
  color: #fff;
}



/*---------------------------
-------13. Maintenance-------
---------------------------*/

.maintenance-wrapper {
  background: #fff;
  margin-top: 30px;
  padding: 40px 15px;text-align: center;
}

.maintenance-wrapper .details{
  padding: 20px 5%;
}

.maintenance-wrapper button[type="submit"]{
  margin: 20px;
}


/*---------------------------
--------14. Responsive-------
---------------------------*/

@media (max-width: 1199px){

.video.video_share_youtube iframe,
.video_share_highlighted_vimeo iframe,
.video_share_highlighted_dailymotion iframe{
  height: 179px;
}


}


@media (max-width: 991px){
  
  #header .logo{
    height:auto;
  }
  
  #header .logo a{
    margin:0;
  }
  
  .home-slider .flexslider .slides img{
    height: 350px;
    width: 1235px;
    margin-left: -617px;
  }

  .calltoaction-home {
    position: inherit;
    margin-top: -73px;
  }

  .home-blog .common-blog-post .video{
    background:#ffffff;
  }
  
  .video.video_share_youtube iframe,
  .video_share_highlighted_vimeo iframe,
  .video_share_highlighted_dailymotion iframe{
    height: 439px;
  }

  .home-blog .common-blog-post .text-content{
    text-align: left;
  }
  
  .blog-page aside{
  padding: 50px 0 20px 0;
  }

  
}


@media (max-width: 767px){
  
  #responsive-menu {
  	display:block;
  }

  #header nav.main-menu{
    display: none;
  }

  .header-top{
    position: fixed;
    z-index: 999;
    height: 50px;
  }
  
  #header{
    padding: 70px 20px 20px 20px;
  }
  
  .header-top .headline,
  .header-top .today{
    display: none;
  }
  
  .header-top p{
    text-align: right;
  }
  
  .home-slider .flexslider .slides img{
    height: 280px;
    width: 988px;
    margin-left: -494px;
  }

  .calltoaction-home {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .video.video_share_youtube iframe,
  .video_share_highlighted_vimeo iframe,
  .video_share_highlighted_dailymotion iframe{
    height: 330px;
  }
  
  .home-slider .flexslider{
    display:none;
  }
  
  .blog-page .video.video_share_youtube iframe, 
  .blog-page .video_share_highlighted_vimeo iframe, 
  .blog-page .video_share_highlighted_dailymotion iframe{
    height: 250px;
  }

  .pagination{
    margin-left: 0;
  }
  
  .blog-page .comments_count{
    background-color: #ffffff;
    padding: 0px 0 18px;
  }
  
  .blog-page .left_meta time{
    padding: 18px 0 5px;
  }


}

@media (max-width: 530px){
  
  .header-top .contact-us label {
    display: none;
  }

  .calltoaction-home .make-calltoaction h2 {
    font-size: 18px;
  }
  
  .testimonial .testimonial-review{
    height: auto;
  }
  
  .testimonial .testimonial-user, 
  .testimonial .testimonial-excerpt{
    float: none;
    width: 100%;
  }
  
  .testimonial .btn.large{
    font-size: 14px;
    padding: 15px 20px;
    width: 100%;
  }

  .blog-page .format-quote blockquote.quote p{
    border-left: none;
  }

  .blog-page .format-quote blockquote.quote{
    background-image: none;
    padding: 30px;
  }

}

