/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/*
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */
#header #logo {
  margin: 1.5em 0;
}

#header,#top-section {
  background: url('/wp-content/uploads/2015/12/diamond_pattern.jpg') #6a6a6a;
}

#header{
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
}

#top{
margin:0;
}

#top ul.nav li.current-menu-item > a {
  background: #6a6a6a;
}

#featured-slider .slide-content {
  padding: 0;
}

#featured-slider .slide-content header{
  display:none;
}

.call-now {
  font-size: 22px;
  margin: 1.3em 0;
}

.call-now .widget {
  border-bottom:0px none;
  text-shadow: 3px 3px 2px #000;
  margin-bottom:0;
  padding-bottom:0;
}

.call-now a{
  color:#fff !important;
  text-decoration:none;
}

/*
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
}

/*Mobile style*/
@media only screen and (max-width: 767px) {

#header #logo {
  margin: 2.5em 0 1.5em;
}

.call-now {
  margin: 2.2em 0 0;
}

#header .site-header::after {
  display: inline;
}

#featured-slider .slide-content {
  margin-top: 0;
}

#featured-slider {
  margin: 0;
}

}

@media only screen and (max-width: 478px) {

.call-now {
  margin: 0.5em 0 0;
}

}