/*
Theme Name:     returnToZero
Description:    modifications to the Responsive theme
Author:         forster 
Template:       responsive

(optional values you can add: Theme URI, Author URI, Version)
*/




@import url("../responsive/style.css");
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,300italic,400italic,600italic,700italic,900italic);


body {
	font-family: 'Source Sans Pro', sans-serif;
	background-image: url(images/siteBg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	}

/* bg body color edited though wp admin interface */

p {
	font-size: 16px;
}


a {color: #f57e20;}

#outsideContainer {
	-webkit-box-shadow:  0px 0px 35px 10px rgba(0, 0, 0, .1); 
	box-shadow:  0px 0px 35px 10px rgba(0, 0, 0, .1); 
	padding: 0; 
	width: 100%; 
	padding: 0 0 3px 0;
	}

#container {}


.home-widgets {}

.home-widgets-one .textwidget {position: relative;}

.home-widgets-one .textwidget a {
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .01); 
	z-index: 10; 
	border: 1px red solid
	-webkit-transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-ms-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
}

.home-widgets-one .textwidget a:hover {
	background-color: rgba(255, 255, 255, .25); 
}

.home-widgets-one .textwidgetCD {position: relative;} 

.home-widgets-one .textwidgetCD a {
	position: absolute;
	display: table-cell; 
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .01); 
	z-index: 10; 
	color: rgba(0,0,0,.01);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
 	text-align: center;
   	vertical-align: middle;
}

.home-widgets-one .textwidgetCD a:hover {
	background-color: rgba(255, 255, 255, .9);
	color: rgba(0,0,0,.99); 
	padding-top: 30px;
	
}







.home-widgets-one .textwidget a img {position: absolute; top: 0; left: 0; z-index: 1; border: 1px green solid;}


#header {
	background-color: #000000;
	margin: 0 0 2px 0;
	position: relative;
	}
#header #logo {
	width: 80%;
	float: left;
	height: 95px;
	}
	
#header #logo .site-name {
	display: block;
	width: 500px;
	}
#header #logo a {
	display: block;
	width:100%;
	height: 65px;
	background-image: url(images/rtzSiteLogo.png);
	background-repeat: no-repeat;
	margin: 25px 0 0 0;
	background-position: bottom center;
	background-size: contain;
	}

#header #logo a {
	}

#header #logo a:nth-child(2) {  
  	outline: 3px lime solid;
	display: none;
}

#header #logo a img {
	display: none;
	}	
	
	
#header #top-widget {
	width: 140px;
	height: 35px;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0 10px 0 0;
	}
	
#header #top-widget	.widget-title{
	display: none;
	}
	
#header #top-widget	.widget-title{
	display: none;
	}
	
#header #top-widget	#socialmedia-container {
}

#header #top-widget	#socialmedia-container .smc_icon_container {
	display: block;
	width: 30px;
	height: 30px;
}

#header #top-widget	#socialmedia-container .smc_icon_container a {
	display: block;
	width: 30px !important;
	height: 30px !important;
}

#header #top-widget	#socialmedia-container .smc_icon_container a {
	display: block;
	width: 30px !important;
	height: 30px !important;
}

#header #top-widget	#socialmedia-container #social-facebook a {background-image: url(images/badgeFB.gif);}
#header #top-widget	#socialmedia-container #social-twitter a {background-image: url(images/badgeTW.gif);}
#header #top-widget	#socialmedia-container #social-website a {background-image: url(images/badgeIG.gif);}

#header #top-widget	#socialmedia-container .smc_icon_container a:hover {background-position: 0 30px;}


#header #top-widget	#socialmedia-container .smc_icon_container img {
	display: none;
}


		


.main-nav {
	border-top: 1px #cfcfcf solid;
	}
	
.menu  {
	background-color: grey;
	padding: 0px 40px;
	background-image: url(images/navBg.gif);
	height: 48px;
	}
	

		
.menu a {
	font-size: 15px;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	text-shadow: 3px 2px 7px rgba(0, 0, 0, .75);
	}


#widgets {
	margin: 0;
	padding: 0;
}



.home #widgets {
	margin: 0;
	background-color: #f6f6f6;
	overflow: auto;
	padding: 0;
	}


.home #widgets .widget-wrapper {
	height: 300px;
	width: 84%;
	margin: 20px auto;
	-webkit-box-shadow:  0px 0px 18px 8px rgba(1, 1, 1, .05);
	box-shadow:  0px 0px 18px 8px rgba(1, 1, 1, .05);
}

	
	
#widgets .grid {
	margin-bottom: 0px;
	
	}


.widget-wrapper {
	background-color: #ffffff;
	border-radius: 0px;
	border: none;
	width: 240px;
	margin: 20px auto;
	-webkit-box-shadow:  0px 0px 18px 8px rgba(1, 1, 1, .05);
	box-shadow:  0px 0px 18px 8px rgba(1, 1, 1, .05);
	font-size: 16px;
	}


	

	
.widget-wrapper form {
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
	}
	
.widget-wrapper form div {
	padding: 0;
	margin: 0;
	}
	
.widget-wrapper form div input{
	width:375px;
	display:block;
	height: 25px;
	font-size: 14px;
	color: #949494;
	background-color: #eaeaea;
	font-style: italic;
	border: 1px #464646 solid;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	}	
	
.widget-wrapper h3 {
	text-transform: capitalize;
	color: #777777;
	font-weight: 300;
	font-size: 34px;
	}

#wrapper {
	margin: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 	0px #aaaaaa solid;
	border-bottom: 	6px #aaaaaa solid;
	padding: 10px 20px;

}

.home #wrapper #featured {
	background-color: #ffffff;
	border-radius: 0px;
	margin: 15px 20px;
	background-color: #dedede;
	width: 95.5%;
	border: 1px #bdbdbd solid;
	padding: 0;
	overflow: hidden;
	height: 100%;
	}

.home #wrapper #featured .shadow {
	-webkit-box-shadow:  0px 0px 20px 6px rgba(0, 0, 0, .2);
    box-shadow:  0px 0px 20px 6px rgba(0, 0, 0, .2);
	}

.home #wrapper #featured #featured-image {
	margin: 12px 0 12px 12px;
	width: 290px;
	height: 480px;
	float: left;
	background-color: #26454f;
	}

.home #wrapper #featured a.buyDvd {
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
	display: block;
	padding: 10px 5px;
	text-align: center;
}	

.home #wrapper #featured a.buyDvd:hover {
	text-decoration: underline;
}	


.home #wrapper #featured #featured-image img {
	width: 100%;
	}
		
	
.home #wrapper #featured #featured-video {
	margin: 12px; 
	width: 550px; 
	height: 315px;
	float: right;
	}
	
	.home #wrapper #featured #featured-video iframe {
	width: 550px;
	}

.home #wrapper #featured #featured-acclaim {
	margin: 5px 12px; 
	width: 550px;
	height: 147px;
	float: right;
	background-color: #ffffff;
	font-weight: bold;
	position: relative;
}

.home #wrapper #featured #featured-acclaim #quotearea {
	margin:10px 10px 0 10px;
}	

.quotemark {
	color: #777777;
	font-size: 20px;
}

.home #wrapper #featured #featured-acclaim #quotearea #openquote {
}	




.home #wrapper #featured #featured-acclaim #quote {
	text-align: left;
	color: #666666;
	font-style: italic;
	line-height: 24px;
	font-size: 22px;
	font-weight: normal;
	height: 110px;
	
}

.home #wrapper #featured #featured-acclaim #quoteauthor {
	text-align: right;
	padding: 0;
	color: #999999;
	font-style: normal;
	line-height: 18px;
	font-size: 14px;
	display: block;
	font-weight: normal;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.home #featured.grid {
	float: none;
}

.home #about {
	background-color: #fbf1e8;
	width: 95.5%;
	margin: 40px auto;
	overflow: auto;
}

.home #about h3 {
	width: 29%;
	margin: 30px 0 0 30px;
	float: left;
	text-transform: capitalize;
	color: #777777;
	font-weight: 300;
	font-size: 34px;
}

.home #about p {
	width: 60%;
	margin: 30px;
	float: left;
}





.orangeRule {
	height: 5px;
	width: 100%;
	background-color: #f57e20;
}

.greyRule {
	height: 4px;
	width: 100%;
	background-color: #cccccc;
}

#bottomOrangeRule {
	height: 33px;
	width: 100%;
	background-color: #f57e20;
	margin: 5px 0 0 0;
	}

/* subpages */

#content {
	font-size: 16px;
	margin-top: 20px;
	}

.entry-title {
	background-color: #f7f7f7;
	font-weight: 300;
	color: #f57e20;
	padding: 30px 0 10px 5px;
	}

.entry-title .leaf {
	padding: 0 45px 0 0;
	background-image: url(images/headerLeaf.gif);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: 15px;
	}

.post-entry img  {
	border-bottom: 3px #aaaaaa solid;
	padding: 0 0 13px 0;
	margin: 0 20px 20px 0;
}

.page #widgets {
	border-top: 5px #cccccc solid;
	margin-top: 41px;
	padding: 0;
	height: 100%;
	overflow: auto;

}


.page #widgets .col-300 {
	margin: 10px;
	width: 31%;
}

.page #widgets .widget-wrapper {
	width: 84%;
	margin: 20px auto;
	-webkit-box-shadow:  0px 0px 18px 8px rgba(1, 1, 1, .05);
	box-shadow:  0px 0px 18px 8px rgba(1, 1, 1, .05);
}

.page #widgets h3 {
	margin: 0;
}

.page #widgets{
	overflow: hidden;
}

.page #widgets #image-2 {
	padding: 0;
	width: 290px;
}

.page #widgets #image-2 img {
	width: 290px;
	margin: 0;
}



.page #widgets p {
	margin: 15px;
}


#text-2 img {
	border: 1px #eaeaea solid;
}

.page #widgets #text-9 {
	background-color: #f6f6f6;
	width: 100%;
	}


.page #widgets #text-9 .step {
	margin: 25px;
	background-color: #ffffff;
	-webkit-box-shadow:  0px 0px 18px 8px rgba(1, 1, 1, .05);
	box-shadow:  0px 0px 18px 8px rgba(1, 1, 1, .05);
	padding: 15px 0;
	
}



.page .widget-wrapper {
	-webkit-box-shadow:  none;
	box-shadow:  none;
	
}



.page .widget-wrapper .widget-title {
	text-transform: capitalize;
	color: #777777;
	font-weight: 300;
	font-size: 34px;
}

.page .widget-wrapper iframe {
	width: 240px;
	height: 230px;
}

.page h3 {
	text-transform: capitalize;
	color: #777777;
	font-weight: 300;
	font-size: 30px;
}

.page blockquote {
	background-color: transparent;
	border: 0;
	padding: 10px 30px;
}

.blog .widget-wrapper .widget-title {
	text-transform: capitalize;
	color: #777777;
	font-weight: 300;
	font-size: 34px;
}


.blog h1.entry-title a {
	background-color: #f7f7f7;
	font-weight: 300;
	color: #f57e20;
	padding: 30px 0 10px 5px;
	}

	
#footer {
	height: 100px;
}

#footer .powered {
	display: none;
}

#footer .copyright {
	float: right;
	text-align: right;
	margin: 0;
}

#footer .facebook-icon {
	display: none;
}

#footer .scroll-top {
	display: none;
}

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

.menu  {
	height: 96px;
	background-image: url(images/navBg.gif);
	background-size: contain: 
	}

}





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


#header #logo {
	width: 100%;
	float: left;
	height: 95px;
	}

#container { }


}



#wrapper {
margin: 11px 0 0 0;
}

.home #wrapper #featured #featured-image {
	text-align: center;
	margin: 5px auto;
	}


#wrapper #featured_slider {
	margin: 0;
}

#wrapper #featured {
	text-align: center;
}

.home #wrapper #featured #featured-image {float: left;}

#wrapper #featured_slider ul, #wrapper #featured_slider ul li {
margin: 0;
}

#featured_slider .content_left {
position: absolute;
top: 0;
left: 0;
z-index: 200;
background-color: rgba(255,255,255,.5)
}

#wrapper #featured_slider .img_right {
position: absolute;
top: 0;
left: 0;
margin-left: 0px;
z-index: 100;
}


.post-entry li {
margin: 0 0 10px 0;
}