/* HEADINGS &amp; TEXT */
body, .blog-post-repeat .entry-summary p, .entry-content p {
  line-height: 1.8;
  font: 16px 'Open Sans', Arial, sans-serif;
}
p {
    margin: 0 0 20px 0;
}

.welcome-content p, .welcome-content p:last-of-type {
  padding-bottom: 0;
}

h1, h1.welcome_title, #content h1.entry-title {
  font: normal 32px 'Oswald', san-serif;
  text-transform: uppercase;
  border-bottom: 2px solid #f2f2f2;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  color: #3c3c3c;
}

h1:before, #content h1:before, h1.welcome_title:before {
  content: url("http://drkevinscheepers.com/wp-content/uploads/2016/01/logo_icon.jpg");
  display: inline-block;
  padding-right: 5px;
}

h2 {
  background: #646464;
  padding: 10px;
  color: #fff;
  line-height: 1;
  margin: 10px 0 20px;
  display: inline-block;
  clear: both;
  font-weight: 300;
  font-family: 'Oswald', san-serif;
  font-size: 28px;
}
#footer .widget-column h2 {
    padding: 0 0 20px 0;
    font: 24px 'Oswald',san-serif;
    font-weight: 400;
    background: transparent;
    display: block;
    border-bottom: 1px solid #484848;
}

h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Oswald', san-serif;
}

#sidebar aside h3.widget-title {
  font: 30px 'Oswald',san-serif;
  text-transform: uppercase;
  border-bottom: 2px solid #f2f2f2;
  color: #3c3c3c !important;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

blockquote {
  padding: 20px;
  border-left: 4px solid #ddd;
  background: #f4f4f4;
  display:block;
  margin: 0 0 20px;
}
blockquote p {
  margin: 0;
}


/* CONTAINERS */
.site-aligner {
  max-width: 1170px;
  width: 100%;
}
.content-left {
  width: 70%;
  box-sizing: border-box;
}
.sidebar_right {
  width: 25%;
  box-sizing: border-box;
}
.su-box.homewell {
  background: #f4f4f4 !important;
  border-radius: 3px;
  border: none !important;
}
.su-box.homewell .su-box-title {
  display:none;
}
.su-box.homewell .su-box-content {
  background-color: transparent !important;
}

	/* IMAGES */
.welcome-content img {
    text-align: inherit;
    padding: 6px;
    border-radius: 0px;
}
.welcome-content img.alignright {
  float: right;
  margin-right: 0;
}
.welcome-content img.alignleft {
  float: left;
  margin-left: 0;
}
.feature-box img {
    width: 50px;
    height: auto;
}

/* TOP */


	/* LOGO */
.logo {
  padding: 0;
}
.logo img {
  max-height: 120px;
}

	/* NAVIGATION */
.mobile_nav a {
    border: 1px #ccc solid;
    margin: 10px 0 0;
    padding: 10px;
    height: 47px;
    width: 47px;
    float: right;
    box-sizing: border-box;
  border-radius: 3px;
}
.site-nav ul li ul {
  background: transparent !important;
}

	/* TOP PHONE NUMBER */
.header-phone {
  width: auto;
  float: right;
  clear: right;
  padding: 10px 15px;
  font-size: 20px;
}
.header-phone:before {
  content: "\f095";
  display: inline-block;
  font: normal normal normal 20px FontAwesome;
  margin-right: 5px;
}

	/* SLIDER */
.nivo-caption {
  left: 0;
  right: 0;
  bottom: 30%;
  top: auto;
}
.nivo-caption h1 {
	display: inline-block;
	width: auto;
	background-color: rgba(255,255,255,0.5);
	padding: 10px;
	border: 0;
}
.nivo-caption h7 {
    margin: 0;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    font-weight: 100;
    color: #181818;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
}

.theme-default .nivo-controlNav {
  display:none;
}

.nivo-caption p {
  padding: 20px;
  background: rgba(99,162,216,0.7);
  color: #fff;
  font-size: 20px;
  margin: 20px 0;
  max-width: 700px;
}
.slide_more {
  margin: 15px 0 0;
}
.slide_more a {
  background: rgba(255, 255, 255, 0.3);
}


	/* FEATURE BOXES */
.feature-box {
  width: 24.625%;
  margin: 0 0.5% 0 0;
  box-sizing: border-box;
  padding: 35px 25px;
  color: #616161;
  min-height: 400px;
}
.feature-box:last-child {
  margin: 0;
}

		/* feature box background color */
.feature-box:first-child {
  background-color: #d3d3d3;
}
.feature-box:nth-child(2) {
  background-color: #dddddd;
}
.feature-box:nth-child(3) {
  background-color: #e9e9e9;
}
.feature-box:nth-child(4) {
  background-color: #f4f4f4;
}

.feature-box .feature-content {
  padding: 0;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 30px;
}

.feature-box .feature-title {
    text-transform: none;
    font: 400 20px 'Oswald',san-serif;
    color: #616161;
  margin: 0 0 15px 0;
}

.feature-box .read-btn {
  background-color: #252525;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  padding: 10px 15px;
  border: 1px solid #252525;
}

.feature-box:hover {
  background-color: #252525;
  color: #fff;
}
.feature-box:hover .feature-title {
    color: #fff;
}
.feature-box:hover .read-btn {
  background-color: #fff;
  color: #252525;
  border: 1px solid #fff;
}

	/* feature box images */
.feature-box .feature-image {
  height: 50px;
  width: 70px;
  background-repeat:no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto 20px;
}
.feature-box .feature-image img {
  display:none;
}

.feature-box:first-child .feature-image {
  background-image: url("http://drkevinscheepers.com/wp-content/uploads/2016/01/i_scale.png");
}
.feature-box:first-child:hover .feature-image {
  background-image: url("http://drkevinscheepers.com/wp-content/uploads/2016/01/i_scale_hover.png");
}

.feature-box:nth-child(2) .feature-image {
  background-image: url("http://drkevinscheepers.com/wp-content/uploads/2016/01/i_branch.png");
}
.feature-box:nth-child(2):hover .feature-image {
  background-image: url("http://drkevinscheepers.com/wp-content/uploads/2016/01/i_branch_hover.png");
}

.feature-box:nth-child(3) .feature-image {
  background-image: url("http://drkevinscheepers.com/wp-content/uploads/2016/01/i_lemon.png");
}
.feature-box:nth-child(3):hover .feature-image {
  background-image: url("http://drkevinscheepers.com/wp-content/uploads/2016/01/i_lemon_over.png");
}

.feature-box:nth-child(4) .feature-image {
  background-image: url("http://drkevinscheepers.com/wp-content/uploads/2016/01/i_ball.png");
}
.feature-box:nth-child(4):hover .feature-image {
  background-image: url("http://drkevinscheepers.com/wp-content/uploads/2016/01/i_ball_hover.png");
}


/* CONTENT */

.blog-post {
    margin-top: 0;
}
#comments {
  display:none;
}
.entry-content table {
  margin-bottom: 20px;
}

.content-left ul {
  margin: 0 0 20px 0;
  list-style:none;
}
.content-left ul li {
  padding: 0 0 5px 20px;
  box-sizing: border-box;
}
.content-left ul li:before {
  /*content: "\f054";
  font-family: FontAwesome;
   */
  margin-right: 5px;
  margin-left: -15px;
  font-size: 13px;
  display: inline-block;
  width: 10px;
	content: url(https://drkevinscheepers.com/wp-content/uploads/2021/03/bullets.png)
}
.content-left ul.stacked-list li {
  border-bottom: 1px solid #f0f0f0;
  padding: 5px 0 5px 20px;
  box-sizing: border-box;
}


		/* shortcodes ultimate */

.su-box-content {
  padding: 20px;
}
.su-expand {
  margin: 0;
}
.su-expand-link {
  padding: 5px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
}

	/* FORMS */


	/* GALLERY */


	/* BUTTONS */


/* SIDEBAR */

#sidebar {
    margin: 29px 0 0;
}
#searchform label {
  display:none;
}
#sidebar aside.widget_search input[type="text"] {
  height: 40px;
  border-radius: 3px 0 0 3px;
  margin: 0 0 0 0;
  box-sizing: border-box;
  padding: 5px 10px;
  border-width: 1px 0 1px 1px;
  box-shadow: none;
  border-color: #e1e1e1;
  width: 70%;
  float:left;
}
#sidebar aside.widget_search input[type="submit"] {
  height: 40px;
  border-radius: 0 3px 3px 0;
  margin: 0;
  box-sizing: border-box;
  padding: 5px 10px;
  background-color: #63a2d8 !important;
  width: 30%;
  float:left;
}

#sidebar aside.widget_search form div:after, #sidebar aside .textwidget:after {
  content: " ";
  clear: both;
  display:block;
}

#sidebar #text-2 img {
  width: 46%;
  float:left;
}
#sidebar #text-2 img.odd {
  padding: 10px 8% 10px 0;
}
#sidebar #text-2 img.even {
  padding: 10px 0 10px 0;
}

#sidebar #text-4 img {
  width: 46%;
  padding: 5px 2%;
  float:left;
}



/* FOOTER */
#footer .widget-column .menu .sub-menu {
  display: none;
}



	/* WIDGETS */
#footer .widget-column {
    width: 32%;
    margin: 0 2% 0 0;
  font-size: 14px;
}
#footer .widget-column:first-child {
  display:none;
}
#footer .widget-column:last-child {
  margin: 0;
}

.contact-col {
  width: 50px;
  display:inline-block;
  color: #3695eb;
}

	/* COPYRIGHT */
#copyright a, #copyright a img {
  float: right;
  display:inline-block;
  width: 120px;
}
.copyright-text {
  line-height: 26px;
  display:inline-block;
  margin-right: 5px;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1024px) and (min-width: 990px) {
  .feature-box {
    width: 24.625% !important;
  }
}

@media screen and (min-width: 1024px) {
  .site-nav {
    padding: 25px 0 0 0;
  }
}
@media screen and (min-width: 1100px) {
  /*.page-id-2 .content-left ul.stacked-list li {
    width: 49%;
    float: left;
  }
  .page-id-2 .content-left ul.stacked-list li:nth-child(odd) {
    margin: 0 2% 0 0;
  }*/
  .page-id-2 .content-left ul.stacked-list:after {
    content: " ";
    display:block;
    clear:both;
  }
}

@media only screen and (max-width: 1200px) {
  .nivo-caption {
    max-width: 1170px;
    width: 100%;
  }
  .site-aligner {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 1000px) {
  .nivo-caption {
    max-width: 1170px;
    width: 100%;
  }
  .slide_info {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 989px) {
  .header-phone {
    float:left;
    clear:none;
    padding: 20px 15px;
  }
  .mobile_nav a {
    margin: 10px 0;
  }
  .slide_info {
    padding: 10px 20px;
  }
  .nivo-caption h7 {
    font-size: 30px;
  }
  .nivo-caption {
    bottom: 20%;
  }
  .nivo-caption p {
    padding: 15px;
  }
  .slide_more a {
    padding: 5px 10px;
  }
}

@media screen and (min-width: 991px) {
  .site-nav ul li ul {
    padding: 10px 0;
    background: #fff !important;
  }
}

@media only screen and (max-width: 989px) and (min-width: 720px) {
  #footer .widget-column {
    width: 49%;
    margin: 0 2% 20px 0;
    font-size: 14px;
  }
  #footer .widget-column:nth-child(odd) {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 990px) {
  .sidebar_right {
    width: 35%;
  }
}
@media only screen and (max-width: 989px) {
  .site-nav ul li ul li a, .site-nav ul li ul, .site-nav ul li:hover ul, .site-nav ul li:hover ul li, .site-nav ul li:hover ul li a, .site-nav ul li ul:hover, .site-nav ul li ul:hover li, .site-nav ul li ul:hover li a {
    background: transparent !important;
  }
  .site-nav ul li ul li a {
    font-size: 13px;
  }
}


@media only screen and (max-width: 719px) {
  .nivo-caption {
    bottom: auto;
    top: 20px;
  }
  .nivo-caption p {
    text-shadow: 0px;
    padding: 10px;
    margin: 10px 0;
  }  
  .nivo-caption h7 {
    font-size: 24px;
  }
  .feature-box {
    min-height: 100px;
  }
  .content-left {
    width: 100%;
  }
  .sidebar_right {
    width: 100%;
  }
  #sidebar #text-2 img, #sidebar #text-2 img.odd, #sidebar #text-2 img.even {
    width: 30%;
    float:left;
    padding: 10px 5% 10px 0;
  }
  #sidebar #text-2 img.third {
    padding: 10px 0 10px 0 !important;
  }
}

@media only screen and (max-width: 719px) and (min-width: 480px) {
  .nivo-caption p {
    text-shadow: none;
  }
  .all-box {
    top: 0;
    margin-bottom: 0;
  }
  .theme-default .nivoSlider {
    margin-bottom: 15px;
  }
  .feature-box {
    margin: 0 0 10px;
  }
  #footer .widget-column {
    width: 49%;
    margin: 0 2% 20px 0;
    font-size: 14px;
    float: left !important;
  }
  #footer .widget-column:nth-child(even) {
    margin: 0 0 20px 0;
  }
  #footer .widget-column.last {
    float: left !important;
  }
}



@media screen and (max-width: 479px) {
  .feature-box {
    width: 100%;
    margin: 0 0 10px;
  }
  .all-box {
    top: 0;
    margin-bottom: 0;
  }
  #footer .widget-column {
    width: 100%;
    margin: 0 0 20px 0;
    float: left !important;
  }
  #footer .widget-column:nth-child(odd) {
    margin: 0 0 20px 0;
  }
  #footer .widget-column.last {
    float: left !important;
  }
}



/**/