/*
Theme Name: A True Living
Theme URI: http://www.markeydesign.com
Author: Steve Markey
Author URI: http://www.markeydesign.com
Description: A versatile and responsive Bootstrap WordPress starter theme 
Version: 1.71
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3
*/


/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/
@font-face {
	font-family: edward;
	src: url(fonts/edward.TTF);
}

html, body {
  width: auto !important;
  overflow-x: hidden !important;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map-box {
	 position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.front-form {
	border-radius: 30px;
	margin: 15px;
	padding: 10px;
	background-image: url(img/form-bg.png);
	background-size: cover;
}

.front-form .gfield_label {
	color: #fff;
}

.front-form .gf_step {
	color: #ff9400;
}
.front-form .gf_step_number {
	color: #fff;
}

.front-form .field_sublabel_below {
	color: #ff9400;
}

.front-form input {
	color: #333;
}

.google-maps {
        padding-bottom: 75%; 
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 400px !important;
		overflow: hidden;
    }
	
.front-bg {
	width: 100%;
	background-image: url(img/middle-bg-min.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 5px #4a4235;
	background-size: cover;

	
}

.front-text {
	padding: 15px;
	border-radius: 30px;
	background-color: #fff;
	margin: 20px;
}

body {
	padding: 0;
	margin: 0;
}


.header {
	width: 100%;
	padding-bottom: 10px;
	background-color: #4a4235;
	color: #fff;
	
	
}

h2, h3 {
	
	
}
.screen-reader-text {
	display: none;
}

.navbar {
  
}


.box-area {
	width: 100%;
	padding: 20px;
	background-color: #fdf996;
	background-image: url(img/pg-bg-min.png);
	background-repeat: no-repeat;
	background-position: left; 
	border-top: 3px solid #49b20a;
	border-bottom: 3px solid #49b20a;
	background-size: cover;
	
}

.box-area .widget h3 {
	color: #49b20a;
	text-align: center;
	font-size: 3em;
	padding-bottom: 10px;
	border-bottom: solid 1px #49b20a;
}



.box-area input {
	border-radius: 20px;
	border: none;
	padding: 10px;
}
.box-area input[type=submit] {
background-color: #49b20a;
color: #fff;
padding: 10px;
}
.box-area input[type=submit]:hover {
	background-color: #033;
}
.logo {
		padding: 10px 0 0 0;
}

.quick {
	width: 100%;
	background-image: url(img/top-bg-min.jpg);
	background-repeat: none;
	background-position: top left;
	padding: 10px;
	border-bottom: 5px solid #4a4235;
	background-size: cover;
}

.container-fluid .col-md-3, .container-fluid .col-lg-3, .container-fluid .col-sm-6 {
	padding: 0;
}
.container-fluid {
	padding: 0;
	
}

.front-info {
	background-image: url(img/bottom-bg-min.jpg);
	background-repeat: no-repeat;
	padding: 60px 0 60px 0;
	width: 100%;
	background-size: cover;
}




/* INNER PAGE */

.inner-page {
	
	width: 100%;
	margin-bottom: 20px;
}


select {
	padding: 10px;
}

.dmbs-main  {
	line-height: 2;
}
.icons {
	margin-top: 40px;
}

.bottom-bar {
	width: 100%;
	background-color: #000;
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

hr {
	border-top: 1px solid #ccc;
}




hr.line {
	width: 20%;
	border-top: 1px #4797fe solid;
	float: left;
	text-align: left;
}

.front-bg {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	
}

.sub-head {
	color: #07840d;
	font-weight: bold;
	font-style: italic;
}

.alignright {
	margin-bottom: 0;
}

a img.alignright {
	margin: 5px 0 0 20px;
}

.list-wid li {
	font-size: 16px;
	margin: 5px 0 5px 0;
}
.space {
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
}

.page-header {
	color: #4a4235;
	font-size: 3em;
	text-align: left;
	font-weight: bold;
	margin: 20px 0 20px;
	border-bottom: solid 1px #4a4235;
	
	
}

.page-header a:link {
	color: #4797fe;
}

.page-header a:active {
	color: #4797fe;
}

.page-header a:visited {
	color: #4797fe;
}

.page-header a:hover {
	color: #666;
}

.front-bottom {
	width: 100%;
	min-height: 400px;
}

.fading {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.fading:hover {
   opacity: 0.5;
}



.space {
	padding: 10px;
}


.btn-danger {
	background-color: #7f1516;
}

.box-button {
	text-align: center;
}

.footer-wrapper {
	width: 100%;
	background-color:  #4a4235;
	line-height: 1.5rem;
	padding: 15px;
	color: #fff;
	
}

.footer-wrapper img {
	border: none;
}

.copy {
	text-align: center;
	padding: 10px;
}

.copy-wrapper {
	width: 100%;
	background-color:  #4a4235;
	text-align: center;
	color: #fff;
	
}


.copy-wrapper a:link {
	color: #fff;
}
.copy-wrapper a:active {
	color: #fff;
}
.copy-wrapper a:visited {
	color: #fff;
}
.copy-wrapper a:hover {
	color: #4797fe; 
}
.widget h3 {
	color: #ff9400;
	font-weight: bold;
	font-size: 2em;
	border-bottom: solid 1px #ff9400; 
}

.widget_recent_entries ul {
	margin: 0 0 0 -20px;
}

.footer-space {
	padding-top: 35px;
}


.footer-wrapper a:link {
	
	color: #fff;
	text-decoration:none;
}
.footer-wrapper a:active {
	
	color: #fff;
	text-decoration:none;
}
.footer-wrapper a:visited {
	
	color: #fff;
	text-decoration:none;
}
.footer-wrapper a:hover {
	
	color: #4797fe;
	text-decoration:none;
}

.footer-wrapper ul {
	list-style: none;
	
}
.footer-wrapper ul li {
	padding: 5px;
}

.footer-wrapper h3 {
	font-size: 18px;
}

.refcenter {
	text-align: center;
	border: none;
}
.refcenter img {
	border: none;
}
.crumbwrapper {
	width: 100%;
	background-color: #fdf996;
	padding: 5px 5px 0 5px;
	border-bottom: solid 1px #fdf996;
}

.crumbwrapper a:link {
	color: #7f1516;
}
.crumbwrapper a:active {
	color: #7f1516;
}
.crumbwrapper a:visited {
	color: #7f1516;
}
.crumbwrapper a:hover {
	color: #000;
}
	

.dmbs-header {

}

.dmbs-header-img {
	max-height: 100px;

}

.dmbs-header-text {

}

.dmbs-top-menu {
	margin: 0 0 0 0;
	

}

.dmbs-content {

}

.dmbs-main {
	min-height: 350px;

}

.dmbs-left {

}

.dmbs-right {
	margin-top: 50px;

}

.dmbs-footer-menu {

}

.dmbs-author-credits {

}

.dmbs-footer {
	

}



@media screen and (max-width: 768px) {

	
	.hidden-sm-down {
		display: none;
	
	}
.front-bg {
	background-image: none;
}

.box-area .widget h3 {
	color: #000;
	
}

}

@media screen and (max-width: 1600px) { 
	

}
@media screen and (max-width: 1300px) {
	
}

	
