/*
	Theme Name: Dental Implants
	Description: Responsive, Semantic, SEO Optimized, Custom Wordpress Theme for Dental Implants
	Author: DMC Dentistry
	Author URI: http://www.dmcdentistry.com/
	Version: 1.0

Instructions:

Better Search & Replace
  [full name]
  [first name]
  [last name]
  [city]
  [state]
  [full state]
  [.phone.]
  [address 1]
  [zip]
  [pronoun]
  [(phone)]
  [address 2]
  [email]
  [-phone-]
  [get directions]
  [embedded map]
  - update options
  - change grayscale map /contact
  - change state icon ("../images/icon-spirit.png")

Header.php
  [analytics]

Footer.php
  [full name]
  [city]
  [website]
  [company]
  [address 1]
  [address 2]
  [.phone.]

*/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

@media (min-width: 1280px) {

	.navbar {
	     position: relative; 
	     right: 0px; 
	     width: 100%; 
	     top: 0; 
	     padding: 0; 
	     background: inherit;
	     left: 71px;
	}

	.navbar ul {
		margin-top: inherit !important;
		display: inline-block;	
	}

	.navbar ul li {
		margin-top: -3px;
		display: inline-block;	
	}

	.header {
	    position: fixed;
	    width: 100%;
	    top: 0;
	    background: #3d3935;
	    left: 0;
	    height: 97px;
	}

	.admin-bar .navbar {
	padding-top: 0px;
	}

	html.navbar-fixed-active-html .header {
	left: 0;
	}

	.header .nav-btn {
    	display: none;
	}

	.navbar {
   	 width: 69%;
   	 float: right;
	}
}

@media (min-width: 1280px) and (max-width: 1425px) {
		.header .h-right {
    	display: none;
	}
}



@media (min-width: 992px) and (max-width: 1280px) {

	.navbar {
	     position: relative;
	     right: 8px;
	     width: 77%;
	     top: 0;
	     padding: 0;
	     background: inherit;
	     left: 23px;
	     float: right;
	}

	.navbar ul {
		margin-top: inherit !important;
		display: inline-block;	
	}

	.navbar ul a {
    padding: 10px 5px;
    }

	.navbar ul li {
		margin-top: -3px;
		display: inline-block;	
	}

	.header {
	    position: fixed;
	    width: 100%;
	    top: 0;
	    background: #3d3935;
	    left: 0;
	    height: 97px;
	}

	.admin-bar .navbar {
		padding-top: 0px;
	}

	html.navbar-fixed-active-html .header {
		left: 0;
	}

	.header .nav-btn {
    	display: none;
	}

	.header .h-right {
        display: none;
    }

    .navbar {
		position: relative;
		right: 8px;
		width: 72%;
		top: 0;
		padding: 0;
		background: inherit;
		left: 23px;
		float: right;
	}

	.header #logo {
    	margin-left: -22px;
	}
}



.btn-orange, .mobile-btn-orange {
  background: #ef9f15;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmOWYxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2ViODkxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ef9f15 0%, #eb8912 59%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef9f15), color-stop(59%, #eb8912));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ef9f15 0%, #eb8912 59%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ef9f15 0%, #eb8912 59%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ef9f15 0%, #eb8912 59%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ef9f15 0%, #eb8912 59%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef9f15', endColorstr='#eb8912',GradientType=0 );
  /* IE6-8 */
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 2px -1px #555;
  box-shadow: 1px 1px 2px -1px #555;
  padding: 16px 30px;
  display: inline-block;
  border: 2px solid white;
}
/* line 104, scss/style.scss */
.btn-orange:hover, .mobile-btn-orange:hover {
  background: #eb8912;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmOWYxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2ViODkxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #eb8912 0%, #ef9f15 59%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef9f15), color-stop(59%, #eb8912));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eb8912 0%, #ef9f15 59%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eb8912 0%, #ef9f15 59%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eb8912 0%, #ef9f15 59%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eb8912 0%, #ef9f15 59%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb8912', endColorstr='#ef9f15',GradientType=0 );
  /* IE6-8 */
}

/* line 325, scss/style.scss */
.btn-orange-content, .mobile-btn-orange-content {
  position: relative;
  background-position: 90px 5px;
  padding-right: 20px;
  /* IE8 Fallback */
  font-size: 14px;
  line-height: 22.4px;
  font-size: 2rem;
  line-height: 2.24rem;
  font-weight: 600;
  text-shadow: 1px 1px #777;
  color: #fff;
}
/* line 334, scss/style.scss */
.btn-orange-content:after, .mobile-btn-orange-content:after {
  content: url(images/btn-arrow.png);
  position: absolute;
  right: 0px;
  top: 2px;
}

/* line 345, scss/style.scss */
.mobile-btn-orange {
  padding: 7px 12px;
}

/* line 352, scss/style.scss */
.mobile-btn-orange-content {
  /* IE8 Fallback */
  font-size: 11px;
  line-height: 17.6px;
  font-size: 1.1rem;
  line-height: 1.76rem;
}
/* line 357, scss/style.scss */
.mobile-btn-orange-content:after {
  right: 0px;
  top: 2px;
}

*/ Default changes in style.css file: *******
