/*
Theme Name:Divi Child
Theme URI:http://www.elegantthemes.com/gallery/divi/
Version:*** VERSION ***
Author:Wayne Woodbury ** Modified 2.7.5 for Divi 3.0.65 and above CSS File / Febuary 4th 2019 **
Template:Divi
*/

/* Browser Reset */

@import url("../Divi/style.css");
@import url("../Divi-child/style-cta-content.css");
@import url("../Divi-child/style-nav.css");
@import url("../Divi-child/style-links.css");
@import url("../Divi-child/style-blog.css");
/*@import url("../Divi-child/style-blog-grid.css");*/
@import url("../Divi-child/style-plugins.css");
@import url("../Divi-child/style-woocommerce.css");
/*----------------------------------------------------------------------*/
/*------------------ CSS NOTES -----------------------------------------*/
/*----------------------------------------------------------------------*/
/*--

ZZZZ = Design Note Comments!

********** BACKEND SETTINGS BELOW **********

****** Layout Settings

Content Width = 960 / 1080 
Gutter Width = 3 
Section Height = 0
Row Height = 2

****** Typography Settings

Body Text Size = 14
Body Line Height = 1.5

****** Tablet Settings

Section Height = 10
Row Height = 15
Body Text = 14 
Header Text = 25

****** Phone Settings

Section Height = 10
Row Height = 15
Body Text = 14 
Header Text = 25

--*/

/*----------------------------------------------------------------------*/
/*------------------ BEGIN CONSOLIDATE SECTION -------------------------*/
/*----------------------------------------------------------------------*/
  
/* Body - Set Color In Backend */
body {
    color:#F0F0C0;
	font-family:"Open Sans", Arial, sans-serif;
	font-size:16px;
	margin-top:15px;
	margin-bottom:0px;
}
/* Body Background */
body.et_cover_background {
	background-color:#E5E5E5;
	background-attachment:fixed;
	background-image:url(http://taichiruler.com/wp-content/uploads/pg-bg.png);
	background-position:center top;
	background-repeat:repeat-x !important;
	background-size:auto auto !important;
}
/* Header Tags */
h1 {
	font-size:30px;
}
h2 {
	font-size:26px;
}
h3 {
	font-size:22px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:16px;
}
h6 {
	font-size:14px;
}
h1, h2, h3, h4, h5, h6 {
	color:#FFFFFF !important;
	font-family:"FONT-NAME", sans-serif;
	font-weight:bold;
	line-height:1em;
}
/* Main Container Full Width Liquid */
.container {
/* max-width:100%;
	width:90%; */
}
/* Main Container Boxed Width */
.et_boxed_layout #page-container {
	max-width:1200px !important;
	width:100%;
}
/* Main Container Border | Full Wrap */
.et_boxed_layout #page-container {
/* background-color:rgba(0, 0, 0, 0.075);
	padding:20px;
	border:solid 1px transparent;
	-webkit-box-shadow:0 0 6px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 6px rgba(0, 0, 0, 0.35);
	box-shadow:0 0 6px rgba(0, 0, 0, 0.35); */
}
/* Main Container Border | Below Header/Slider */
#et-main-area {
/* background-color:rgba(0, 0, 0, 0.075);
	padding:20px;
	border:solid 1px transparent;
	-webkit-box-shadow:0 0 6px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 6px rgba(0, 0, 0, 0.35);
	box-shadow:0 0 6px rgba(0, 0, 0, 0.35); */
}
/* Main Container Background */
#main-content {
	background-color:#5E0000 !important;
}
/* Shadow Box Page Container */
.et_boxed_layout #page-container {
	-webkit-box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2);
}
/* Main Header Secondary Background */
#page-container {
	background-color:transparent;
	background-image:url(http://taichiruler.com/wp-content/uploads/header-bg-001.png);
	background-position:center top;
	background-repeat:no-repeat;
}
/* Top Logo Box - For Sticky Header */
#top-logo {
/*	height:115px;
	background-color:transparent !important;
	background-image:url(http://taichiruler.com/wp-content/uploads/tcr-logo-001.png);
	background-position:center top;
	background-repeat:no-repeat;
	position:-webkit-sticky;
	position:sticky;
	top:0;
	z-index:9999; */
}
/* Header Nav BG Color, Image */
#main-header {
	background-color:transparent !important;
	background-image:url(http://taichiruler.com/wp-content/uploads/tcr-logo-001.png);
	background-position:center top;
	background-repeat:no-repeat;
	-webkit-box-shadow:0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow:0 0 rgba(0, 0, 0, 0);
	box-shadow:0 0 rgba(0, 0, 0, 0);
}
/* Header Nav - For Sticky Header */
#main-header {
/* position:-webkit-sticky;
	position:sticky;
	top:115px; */
}
/* Top Nav Full Width - Header Style Centered */
.et_header_style_centered #main-header .container {
	width:100%;
}
/*----------------------------------------------------------------------*/
/*------------------ PAGE CONTENT SECTION ------------------------------*/
/*----------------------------------------------------------------------*/

/* Page Title Section */
.et_pb_section.pgTitleHome {
	background-color:#000000 !important;
	border-bottom:solid 1px #777777;
}
/* Page Title Section Bg */
.et_pb_section.pgTitleSection {
	background-color:#000000 !important;
	background-image:url(http://taichiruler.com/dev-site/wp-content/uploads/pg-title-bg-001.png);
	background-position:left center;
	background-repeat:no-repeat;
}
/* Page Title Module */
.pgTitleModule h1 {
	color:#00EE00 !important;
	font-family:"FONT-NAME", sans-serif;
	font-size:35px;
	margin-left:75px;
	padding-bottom:0px;
}
/* Text Body / Blog Background Color */
.et_pb_section {
	background-color:#5E0000 !important;
	background-image:url(http://taichiruler.com/wp-content/uploads/section-bg.png);
	background-position:center top;
	background-repeat:repeat-y;
	background-size:auto auto;
}
/* Section Margins / Corner Radius */
.et_pb_section {
/* margin-top:8px;
	margin-bottom:8px;
	border:solid 1px #BBBBBB;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px; */
}
/* Text Body Row Full Width Liquid */
.et_pb_row {
/* width:100%;
	max-width:90%; */
}
/* Text Box With Background Image */
.et_pb_with_background {
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:auto auto;
}
/* Map Height / Border */
.et_pb_column_2_3 .et_pb_map {
	height:500px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:solid 1px #DDDDDD;
}
/* Gallery Title */
.et_pb_gallery_title {
	color:#999999;
	font-size:14px !important;
}
/* Gallery Image Rollover Accent Color */
.et_overlay:before {
	color:#660000;
}
/* Image Offset */
img.alignleft {
	margin-right:35px;
}
/*------------------ Pricing Table  ---------------------------*/

/* Pricing Table */
.et_pb_pricing_table {
	margin-right:-3px;
	border:solid 3px #DDDDDD;
}
/* Pricing Table Middle Line */
.et_pb_pricing_content_top {
	border-bottom:solid 3px #DDDDDD;
}
/* Pricing Table Header BG */
.et_pb_pricing_heading {
	background-color:#BB0000;
}
/* Pricing Table Featured Header BG */
.et_pb_featured_table .et_pb_pricing_heading {
	background-color:#FCB31E;
}
/* Pricing Table Header Title */
.et_pb_pricing_table .et_pb_pricing_heading h2 {
	color:#FFFFFF !important;
	padding-top:5px;
}
/* Pricing Table Featured Header Title */
.et_pb_featured_table .et_pb_pricing_heading h2 {
	color:#FFFFFF !important;
}
/* Pricing Table Sum */
.et_pb_sum {
	color:#FF9900;
}
/* Pricing Table Text */
.et_pb_pricing li {
	padding:0px 0px 14px 0px;
}
/* Pricing Table Text */
.et_pb_pricing ul {
	list-style-image:url(http://taichiruler.com/wp-content/uploads/list-image-001.png) !important;
	margin-left:15px;
}
.et_pb_pricing li span::before {
 display:none;
}
/*----------------------------------------------------------------------*/
/*------------------ FOOTER SECTION ------------------------------------*/ 
/*----------------------------------------------------------------------*/

/* Footer Main */
#main-footer {
	background-color:transparent;
}
/* Footer Main */
#footer-bottom {
	background-color:#222222;
	background-image:url(http://taichiruler.com/wp-content/uploads/footer-bg.png);
	background-position:center top;
	background-repeat:no-repeat;
}
/* Footer Main Corner Radius */
#footer-bottom {
/* -moz-border-radius:0 0 35px 35px;
	-webkit-border-radius:0 0 35px 35px;
	border-radius:0 0 35px 35px; */
}
/* Social Icons Footer */
.et-social-icons {
	float:none;
	text-align:center;
}
/* Social Icons Footer */
.et-social-icons li {
	margin-left:10px;
	margin-right:10px;
}
/* Footer Text */
#footer-info {
	color:#999999;
	float:none;
	padding-bottom:10px;
	text-align:center;
}
/*----------------------------------------------------------------------*/
/*------------------ BEGIN WWW CSS SECTION -----------------------------*/ 
/*----------------------------------------------------------------------*/

/* Slider Box Top */
.sliderBoxTop {
	margin-top:0px;
	margin-bottom:0px;
}
/* Slider Box Bottom */
.sliderBoxBottom {
	display:none;
}
/* Blockquote */
blockquote {
	margin:20px 0 30px;
	padding-left:20px;
	border-left:5px solid #CC0000;
}
/* Horizontial Line */
.lineRule1 {
	height:3px;
	width:85%;
	background-color:#00EE00;
	margin:20px auto 20px auto;
}
/* Parallax Box */
.parallax-001 {
	height:500px !important;
}
/* Font Awesome Icons */
.fa, .fas, .far, .fab {
	color:#CC0000;
	padding:35px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	border:solid 1px #DDDDDD;
}
/*------------------ Banner Rows ---------------------------*/

/* Banner/Section - Add To Section Class */
.sectionBanner {
	background-color:#2299A5 !important;
}
/* Banner/Section - Add To Module Class */
.moduleBanner {
	margin-top:-5px;
	margin-bottom:-16px !important;
}
/* Banner/Section Text */
.moduleBanner h1, .moduleBanner h2, .moduleBanner h3 {
	color:#FFFFFF !important;
}
/* Section BG Image */
.sectionBgImage {
	background-size:cover;
}
/*------------------ Special ---------------------------*/

/* Alert Text */
.alertNotice {
	color:#FF0000;
	font-weight:bold;
	text-transform:uppercase;
}
/*------------------ Menu Column Settings ---------------------------*/

#menuColumn {
	float:left;
	margin-left:25px;
	margin-bottom:25px;
	padding-bottom:15px;
	width:95%;
	border-bottom:solid 2px #777777;
}
.textLeft {
	float:left;
	width:55%;
	margin-top:7px;
}
.textRight {
	float:right;
	margin-top:7px;
}
.textLeft, .textRight, .textCenter {
	font-size:16px;
	font-weight:bold;
}
.textBottom {
	font-size:14px;
	line-height:1em;
	clear:both;
}
/*------------------ List Layout Settings ---------------------------*/

/* List Image */
.listImage1 {
	font-weight:bold;
	list-style-image:url(http://taichiruler.com/wp-content/uploads/list-image-001.png);
}
/* List Image */
.listImage2 {
	font-weight:normal;
	list-style-image:url(http://taichiruler.com/wp-content/uploads/list-image-002.png);
}
/* List Image Line Spacing */
.listImage1, .listImage2 {
	line-height:1.5em !important;
	margin:7px 0px 7px 20px;
}
/* List Image Margin Bottom */
.listImage1 li, .listImage2 li {
	margin-bottom:0.25em;
}
/* List Image Columns */
#floatLeft-2col {
	float:left;
	width:48%;
	margin-left:15px;
}
/* List Image 3 Columns */
#floatLeft-3col {
	float:left;
	width:30%;
	margin-left:5px;
}
/* List Indent - List within a List */
.listIndent1 {
	font-weight:bold;
	line-height:1.5em !important;
	margin:7px 0px 7px 40px;
}
/* List Indent Margin Bottom */
.listIndent1 li {
	margin-bottom:0.25em;
}
/*------------------ Mobile Phone Number  ---------------------------*/

/* Display Phone Number Screen Settings */
.phoneDisplay-1 {
	display:inline;
}
/* Display Phone Number Screen Settings */
.phoneDisplay-2 {
	display:none;
}
/*------------------ Testimonial Boxes ---------------------------*/

/* Testimonial Box */
.et_pb_testimonial {
	border:solid 2px #C4B09C;
	position:relative;
	padding:30px 20px 20px !important;
	line-height:1.5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#FFFFFF !important;
	margin-bottom:50px !important;
}
/* Testimonial Image Shadow */
.et_pb_testimonial_portrait:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-box-shadow:inset 0 0 20px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:inset 0 0 20px rgba(0, 0, 0, 0.25);
	box-shadow:inset 0 0 20px rgba(0, 0, 0, 0.25);
	content:"";
}
/* Testimonial Quotation Marks */
.et_pb_testimonial:before {
	color:#017172;
	top:-26px;
	margin-left:-26px;
	background:#FFFFFF !important;
	font-size:36px;
	content:"\47";
	padding:7px;
}
/*------------------ Accordion/Toggle Boxes ---------------------------*/

/* Toggle Box */
.et_pb_toggle {
	border:1px solid #D9D9D9;
}
/* Toggle Box Closed */
.et_pb_toggle_close {
	padding:20px;
	background-color:#F4F4F4;
}
/* Toggle Box Open */
.et_pb_toggle_open {
	padding:20px;
	background:#FFFFFF;
}
/* Toggle Box Icon Closed */
.et_pb_toggle_title:before {
	position:absolute;
	top:50%;
	right:0;
	margin-top:-0.5em;
	color:#CCCCCC;
	font-size:16px;
	content:"\e050";
}
/* Toggle Box Icon Open */
.et_pb_toggle_open .et_pb_toggle_title:before {
	content:"\e04f";
}
/* Toggle Box Title */
.et_pb_toggle h5.et_pb_toggle_title {
	position:relative;
	padding:0 50px 0 0;
	cursor:pointer;
}
/* Toggle Box Title Closed */
.et_pb_toggle_close h5.et_pb_toggle_title {
	color:#666666;
}
/* Toggle Box Title Open */
.et_pb_toggle_open h5.et_pb_toggle_title {
	color:#333333;
}

/*----------------------------------------------------------------------*/
/*------------------ BEGIN MOBILE SCREEN SECTION -----------------------*/ 
/*----------------------------------------------------------------------*/

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

/* Body */
body {
 margin:0px !important;
}
/* Header Tags */
h1 {
 font-size:28px;
}
h2 {
 font-size:24px;
}
h3 {
 font-size:20px;
}
h4 {
 font-size:17px;
}
h5 {
 font-size:17px;
}
h6 {
 font-size:17px;
}
/* Main Header Secondary Background */
#page-container {
 background-color:transparent;
 background-image:url(http://taichiruler.com/wp-content/uploads/header-bg-002.png);
}
/* Mobile Menu Bar Stretch */
.container {
 width:100% !important;
 max-width:100% !important;
}
/* Zero Margin For Mobile Screens */
.et_boxed_layout #page-container {
 width:100% !important;
}
/* Header Nav BG Color, Image */
#main-header {
 background-color:#0000FF !important;
 background-image:url(http://taichiruler.com/wp-content/uploads/tcr-logo-002.png);
}
/* Text Body / Blog Background Color */
.et_pb_section {
/* margin-top:0px;
 margin-bottom:0px;
 border:none; */
}
/* Footer Widgets */
.footer-widget:nth-child(n) {
margin:25px 25px !important;
}
}
 @media only screen and ( max-width:980px ) {
 
/* Hide Menu Bar - Single Page Site */
#et-top-navigation {
/* display:none !important; */
}
/* Body */
body.et_cover_background  {
 background-image:none;
}
/* Fixed Header fo Momile Screen - Sticky */
#page-container {
 padding-top:0px !important;
}
/* Main Header Mobile Menu Bar Top Spacing - Sticky  */
#main-header {
 background-color:#FF9900 !important;
 background-image:url(http://taichiruler.com/wp-content/uploads/tcr-logo-003.png);
 padding:150px 0px 0px 0px !important;
/*position:sticky !important; */
}
/* Top Logo Box */
#top-logo {
 display:none;
}
/* Header Tags */
h1 {
 font-size:26px;
}
h2 {
 font-size:24px;
}
h3 {
 font-size:20px;
}
h4 {
 font-size:17px;
}
h5 {
 font-size:17px;
}
h6 {
 font-size:17px;
}
 h1, h2, h3, h4, h5, h6 {
 line-height:1.2em;
}
/* Page Title Section Bg */
.et_pb_section.pgTitleSection {
 background-image:url(http://taichiruler.com/wp-content/uploads/pg-title-bg-002.png);
}
/* Page Title Module */
.pgTitleModule h1 {
	font-size:30px;
	margin-left:0px;
}
/* Display Phone Number Screen Settings */
.phoneDisplay-1 {
 display:none;
}
/* Display Phone Number Screen Settings */
.phoneDisplay-2 {
 display:inline;
}
/* List Image Columns */
#floatLeft-2col {
 float:none;
 margin-left:0px;
 margin-bottom:15px;
 width:98%;
}
/* List Image Columns */
#floatLeft-3col {
 float:none;
 margin-left:0px;
 margin-bottom:15px;
 width:98%;
}
/* Slider Box Top */
.sliderBoxTop {
 display:none;
}
/* Slider Box Bottom */
.sliderBoxBottom {
 margin-top:0px;
 display:inherit;
}
}
 @media only screen and ( max-width:640px ) {
 /* Main Header Secondary Background */
#main-header {
 background-color:#FF66CC !important;
 background-image:url(http://taichiruler.com/wp-content/uploads/tcr-logo-004.png);
}
/* Slider Box Bottom */
.sliderBoxBottom {
 display:none;
}
}
/*----------------------------------------------------------------------*/
/*------------------ END CONSOLIDATE SECTION ---------------------------*/
/*----------------------------------------------------------------------*/
