/*
Theme Name: sento Child
Theme URI: http://rustrelease.com/sento-child/
Author: Oscar Yanek & Brad Miller Design
Author URI: http://bradmillerdesign.com
Template: sento
Description: Rust Release Template
License: GNU General Public License version 3
License URI: license.txt
Text Domain: sento-child
Domain Path: /languages/
Tags: black, gray, red, white, one-column, two-columns, right-sidebar,fixed-layout,light,front-page-post-form,full-width-template,rtl-language-support,sticky-post,theme-options,responsive-layout, custom-background, custom-menu, editor-style, featured-images, threaded-comments, translation-ready,photoblogging
*/


:root{
	--background: #ffffff;
}

#RustHeaderWrapper {
	background-color: var(--background);
	padding-bottom: 0px;
}


#RustHeader {
	background-color: var(--background);
  max-width: 75rem;
	height: 10rem;
	text-align: center;
	margin: auto;
}

img.logo{
	width: 100%;
	height: 100%;
	max-width: 600px;
}


#RustLogoWrapper {
	background-color: var(--background);
	color: #fff;
	padding-bottom: 1rem;
	align-content: center;
}

#RustPhoneNumber {
	background-color: var(--background);
	font-family: 'Helvetica' sans-serif;
	color: #727873;
	float:right;
	margin-top: 1rem;
	font-size:30px;
	text-align: right;
	line-height: 42px;
}





#RustLogo {
	background-color: var(--background);
	float:center;
	margin-top: 1rem;
	text-align: center;
	font-size: 110%
}







.intro-text {
    color: #000000;
    font-size: 30px;
    line-height: 60px;
    text-align: justify;
    text-transform: none;

}



.main-navigation {
background-color: #727873;
margin: auto;
}

.header-style2 #header-links {
    border-bottom: 15px solid #30570c;
}

#content {
    padding: 50px 10px;
}

.home #content {
    padding: 0px 10px;
}

.header-style2 #header .header-links > ul > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
	font-weight:bold;
	text-transform: uppercase;
}

#header .menu > li.menu-hover > a, #header .menu > li.current_page_item > a, #header .menu > li.current-menu-ancestor > a, #header .menu > li > a:hover, #header-sticky .menu > li.menu-hover > a, #header-sticky .menu > li.current_page_item > a, #header-sticky .menu > li.current-menu-ancestor > a, #header-sticky .menu > li > a:hover {
    color: var(--background);
}

#header .header-links li a, #header-sticky .header-links li a {
    color: #fff;
}

.header-style2 #header-links {

    border-top: 0;
}

#header-core, #site-header {
background-color: #3c3c04;
}


.HomeQuote{
	color: #fff;
	padding: 15%;
	padding-bottom:40px;
}

.HomeQuote h3{
	color: #fff;
	font-style: italic;
}

#sub-footer, #sub-footer a:hover {
    color: #dadada;
    margin-top: -80px;
    height: 100px;
}

#BradBox {
    background-color: #727873;
    border-radius: 25px;
    height: 350px;
    margin: 10px;
	color: #fff;
	padding:25px;
}

#BradBox h1{
color: #fff;
font-size:28px;
line-height:28px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	border-radius: 15px;
	border: 0;
	height: 25px;
}

.wpcf7 textarea {
	border-radius: 15px;
	border: 0;
}

.wpcf7-form input[type="submit"] {
    border-radius: 10px;
}


.wpcf7 p {
	color: #30570c;
	line-height: 12px;
	font-size:10px
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}

#sub-footer, #sub-footer a:hover {
    margin-top: -20px;
}



/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#content .order_product_grid { margin-bottom: 20px; }
#content .order_product_box_header { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; font-weight: bold; font-size: 95%; }
#content .order_product_box { border-bottom: 1px dotted #ccc; padding: 14px 0; font-size: 95%;}
#content .order_product_box:hover { background:#fff; }

.grid_2 {
	width: 20%;
}
.grid_1 {
	width: 10%;
}

.order_product_box {
    max-height: 200px;
}

#intro {
    display: none;
}

h1 {
    font-size: 38px;
}
blockquote, q {
background-image: url("http://www.rustrelease.com/Temp/wp-content/uploads/2015/07/Quote1.jpg");
background-repeat: no-repeat;
    background-size: 100%;
border-left: 0;
margin: 0 0 20px;
    padding: 0 25px 0 20px;
}
#BradBoxWig {
    background-color: #727873;
    border-radius: 25px;
    color: #000;
    padding: 25px;
}
#BradBoxWig h1{
color: #fff;
font-size:24px;
line-height:24px;
}

#content .order_product_box {
    border-bottom: 0;
}

#content .order_product_box_header {
    margin-bottom: 20px;
}

#FreeTank {
	background-color: #727873;
	font-size:12px;
	 border-radius: 8px;
	text-align:center;
}

body.layout-boxed #body-core, body.custom-background #body-core {
    border: 0 solid #ddd;
    max-width: 100%;
}

body.layout-boxed, body.custom-background {
    padding: 0;
}

body.layout-boxed #pre-header, body.layout-boxed #header, body.layout-boxed #header-sticky, body.custom-background #pre-header, body.custom-background #header, body.custom-background #header-sticky {
    max-width: 100%;
}

.woocommerce img, .woocommerce-page img {
    max-width: 50%;
}

#sidebar {
	display:none;
}

.woocommerce div.product form.cart .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce #payment #place_order, .woocommerce form .form-row-last, .woocommerce-page #payment #place_order, .woocommerce-page form .form-row-last
  {
    background-color: #000;
}

.woocommerce div.product form.cart .button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce #payment #place_order:hover, .woocommerce form .form-row-last, .woocommerce-page #payment #place_order:hover, .woocommerce-page form .form-row-last:hover

  {
    background-color: #f47e3e;
}


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

		#RustPhoneNumber {
    	font-size: 20px;
		}
}

@media screen and (max-width: 480px) {
		#RustHeader {
			height: auto;
		}
		#RustPhoneNumber {
			margin-top: 0px;
    	font-size: 20px;
		}
}
