/*
Theme Name: Newton Child Theme
Version: 1.0
Description: A child theme of Customizr Pro
Template: customizr-pro
Author: Administrator
*/
/* Your awesome customization starts here */

.uneditable-input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
input[type="search"],
select,
textarea {
  height: 30px !important;
}


.navbar-wrapper .navbar h2.site-description {
  text-shadow: 1px 1px 1px black;
}
	
h2.site-description {
  text-shadow: 1px 1px 1px black;
}

.nav-collapse.collapse, .no-navbar .nav-collapse {
  background: #347235 none repeat scroll 0 0;
}
	
.sticky-enabled .tc-header .nav-collapse.collapse, .sticky-enabled .no-navbar .nav-collapse {
  background: rgba(52, 114, 53, 0) none repeat scroll 0 0;
}
	
.listdiv {
  line-height: 300%; 
  font-size: 20px;
}

blockquote {
  background: #e4e4e4 url("/wp-content/uploads/quote.png") no-repeat scroll 15px 20px;
  border-radius: 10px;
  clear: both;
  color: #444;
  font-size: 16px;
  margin: 5px 0;
  padding: 15px 15px 15px 60px;
}

.imgbox {
  box-shadow:1px 1px 2px black;
}

.carousel-caption h1 {
    color: #e9a825;
	font-size: 28px;
}

.carousel-caption .lead {
    font-size: 14px;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    line-height: 14px;
    margin-left: 10%;
    max-width: 40%;
    padding: 1.5%;
    position: relative;
}
	
.social-block a {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.tc-header {
    background: #347235 none repeat scroll 0 0;
    border-bottom: 10px solid #347235;
    box-shadow: 0px 2px 3px black;
}

.navbar .brand, .navbar .nav > li > a {
    text-shadow: 0 1px 0 #000;
    color: #fff;
}

body, .navbar .nav > li > a {
    font-size: 18px;
}

.carousel {
    margin-top: 25px;
    box-shadow: 2px 2px 3px black;
}

.sticky-enabled .tc-header {
    background: rgba(52, 114, 53, 0.8) none repeat scroll 0 0;
    border-bottom: 2px solid #e9a825;
}

footer#footer {
    background: rgb(52, 114, 53) none repeat scroll 0 0;
    border-top: 10px solid #e9a825;
}

footer#footer .colophon {
    background: #242424;
} 

.imgborder {
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #c0c0c0;
    padding: 2px;
}

/* Div Column Formatting */

* {
    box-sizing: border-box;
}


/* For mobile */
[class*="col-"] {
    float: left;
    padding: 15px;
    width: 100%;
}

@media only screen and (min-width: 600px) {
/* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
/* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .homediv {margin-left:30px;}
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

.carousel-slider {
  margin-top: 20px !important;
  margin-bottom: 30px !important;
}

.carousel-slider .carousel-slider__item img {
  box-shadow: 1px 1px 2px black !important;
  max-width: 150px !important;
}