/*
 Theme Name:   Bootstrap Basic4 Child
 Theme URI:    http://rundiz.com
 Description:  Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. To follow what was changed, please look for <a href="https://github.com/Rundiz/bootstrap-basic4" target="commits">commits</a> of this theme at Github. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help or in readme.txt file in this theme package.
 Author:       Vee Winch
 Author URI:   
 Template:     bootstrap-basic4
 Version:      1.0.0
 License:      MIT
 License URI:  http://opensource.org/licenses/MIT
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready
 Text Domain:  bootstrap-basic4
*/

body {
	font-size: 14px;
}
.page-container {
	background-image: -webkit-linear-gradient(0deg,rgba(246,248,199,1.00) 0%,rgba(255,255,255,1.00) 20%,rgba(255,255,255,1.00) 80%,rgba(246,248,199,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(246,248,199,1.00) 0%,rgba(255,255,255,1.00) 20%,rgba(255,255,255,1.00) 80%,rgba(246,248,199,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(246,248,199,1.00) 0%,rgba(255,255,255,1.00) 20%,rgba(255,255,255,1.00) 80%,rgba(246,248,199,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(246,248,199,1.00) 0%,rgba(255,255,255,1.00) 20%,rgba(255,255,255,1.00) 80%,rgba(246,248,199,1.00) 100%);
}
.entry-content .row {width: 99%;}
p {
	text-align: justify;
	text-indent: 1em;
	line-height: 165%;
}
p .no-indent {
	text-align: justify;
	text-indent: 0em;
	line-height: 165%;
}
.mar_b_10 {margin-bottom: 10px;}
.mar_b_20 {margin-bottom: 20px;}
.mar_b_50 {margin-bottom: 50px;}
.mar_b_100 {margin-bottom: 100px;}

/*header*/
@media (min-width: 992px){
	#bg02 {
		background-image: url(../../uploads/2018/03/str12i.png);
		background-repeat: no-repeat;
		background-size: 45% auto;
		background-position: right top;
	}
}
@media (min-width: 576px){
	.site-branding {
		background-image: url(../../uploads/2018/07/header_pc.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		padding: 10px 10px 50px;
	}
	.site-title-heading a {
		display: block;
		font-size: 24px;
		font-weight: 900;
		text-align: center;
		text-shadow:2px 2px 2px #000000;
		background-color: rgba(123,93,67,0.75);
		border-radius: 10px;
		margin: 0px auto 20px;
		color: #fff;
		padding: 10px 0px;
	}
	.hd_phone {
		color: #fff;
		font-size: 28px;
		font-weight: 800;
		text-align: center;
	}
}
@media (max-width: 576px){
	.site-branding {
		background-image: url(../../uploads/2018/07/header_mb.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		padding: 10px 10px 20px;
	}
	.site-title-heading a {
		display: block;
		font-size: 18px;
		font-weight: 900;
		text-align: center;
		text-shadow:2px 2px 2px #000000;
		background-color: rgba(123,93,67,0.75);
		border-radius: 10px;
		margin: 0px auto 20px;
		color: #fff;
		padding: 10px 0px;
	}
	.hd_phone {
		color: #fff;
		font-size: 20px;
		font-weight: 800;
		line-height: 180%;
		text-align: center;
	}
}

.site-title-heading a:hover {
	text-decoration: none;
	color: #ffff66;
}
.site-description small {
	display: block;
	color: #fff;
	text-align: center;
	text-shadow:1px 1px 2px #000000;
	font-size: 18px;
	font-weight: 900;
	margin: 20px 0px;
}
.hd_info {
	width: 90%;
	margin: 0px auto;
	background-color: rgba(0,0,0,0.25);
	padding: 10px;
}
.hd_address {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.hd_phone a {
	color: #fff;
}
.header-title {
	width: 90%;
	margin: 0px auto;
	background-color: rgba(34,149,12,0.5);
	border: 3px double rgba(255,255,255,0.8);
	border-radius: 10px;
	text-align: center;
	font-size: 22px;
	font-weight: 900;
	color: #FFFFFF;
}
.nav-item {
	background-image: -webkit-linear-gradient(270deg,rgba(238,200,113,1.00) 35%,rgba(174,119,27,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(238,200,113,1.00) 35%,rgba(174,119,27,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(238,200,113,1.00) 35%,rgba(174,119,27,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(238,200,113,1.00) 35%,rgba(174,119,27,1.00) 100%);
	border-top: 2px solid #EEC871;
	border-left: 2px solid #EEC871;
	border-right: 2px solid #AE771B;
	border-bottom: 2px solid #AE771B;
	border-radius: 10px;
	margin: 5px 5px 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #cccccc;
	padding: 5px;
}
.nav-item a {
	border-top: 2px solid #AE771B;
	border-left: 2px solid #AE771B;
	border-right: 2px solid #EEC871;
	border-bottom: 2px solid #EEC871;
	border-radius: 5px;
}

/*information*/

.whatsnew h2 {
	background-image: -webkit-linear-gradient(270deg,rgba(238,200,113,1.00) 35%,rgba(174,119,27,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(238,200,113,1.00) 35%,rgba(174,119,27,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(238,200,113,1.00) 35%,rgba(174,119,27,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(238,200,113,1.00) 35%,rgba(174,119,27,1.00) 100%);
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	border-bottom: 2px solid #666666;
}
.whatsnew dt {
	font-size: 14px;
}
.whatsnew dd {
	font-size: 14px;
}

/*footer*/

footer {
	font-size: 14px;
}
footer ul {
	list-style-type: none;
	padding: 0px 0px 20px 10px;
}
footer li {
	padding: 10px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}
footer h2 {
	font-size: 18px;
}
.textwidget .f_image {
	display: block;
	margin: 0px auto 15px;
}
.textwidget .text {
	font-size: 12px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}

/*sidebar*/

#sidebar-right h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	border-bottom: 2px solid #666666;
}

/*entry*/

.entry-header h1 {
	background-image: -webkit-linear-gradient(270deg,rgba(238,200,113,1.00) 35%,rgba(174,119,27,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(238,200,113,1.00) 35%,rgba(174,119,27,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(238,200,113,1.00) 35%,rgba(174,119,27,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(238,200,113,1.00) 35%,rgba(174,119,27,1.00) 100%);
	color: #333333;
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 0em;
	padding: 5px 0px 5px 10px;
	border-bottom: 2px solid #666666;
	margin-bottom: 50px;
}
.entry_sect {
	margin-bottom: 50px;
}
.entry_sect h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	border: 1px solid #AE771B;
	border-radius: 7px;
	margin-bottom: 10px;
}
.entry_sect h3 {
	font-size: 16px;
	font-weight: bold;
}
.entry_sect li {
	margin-bottom: 10px;
	line-height: 165%;
}
.indent_p {
	margin-bottom: 20px;
	padding-left: 2em;
	line-height: 165%;
	text-align: justify;
}
.photo_link {
	text-align: right;
	font-size: 12px;
}
.redletter {
	color: #EE0000;
}
.root_step {
	background-image: url(../../uploads/2018/03/root_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: 1px solid #17a2b8;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
.root_step_last {
	border-bottom: 1px solid #17a2b8;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
p .no-indent {
	text-align: justify;
	text-indent: 1em;
	line-height: 165%;
}

/*archive*/

.byline {
	display: none;
}
.page-header h2 {
	background-image: -webkit-linear-gradient(270deg,rgba(238,200,113,1.00) 35%,rgba(174,119,27,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(238,200,113,1.00) 35%,rgba(174,119,27,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(238,200,113,1.00) 35%,rgba(174,119,27,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(238,200,113,1.00) 35%,rgba(174,119,27,1.00) 100%);
	color: #333333;
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 0.2em;
	padding: 5px 0px 5px 10px;
	border-bottom: 2px solid #666666;
	margin-bottom: 50px;
}
.entry-header h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	border: 1px solid #AE771B;
	border-radius: 7px;
	margin-bottom: 10px;
}
.entry-header h3 a {
	color: #AE771B;
}
.pull-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.pull-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
#sidebar-right ul {
	list-style-type: none;
}
#sidebar-right li {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #666666;
}

/*form*/
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="tel-141"],
.wpcf7 input[name="your-subject"] {
	max-width: 100%;
}
.wpcf7 textarea[name="your-message"] {
	max-width: 100%;
}