/* 
	Theme Name: Rodney POWELL - V1
	Theme URI: https://rodneypowell.com/
	Description: A Customize theme for Rodney Powell, designed and developed by Dipankar Banerjee in association wirh Aditri Creatives Online
	Author: dbanerjee.com
	Author URI: https://dbanerjee.com/
*/

/* ------------ RESET ------------ */
*{
	outline:none;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}
html{
	overflow-y:visible;
}
img, fieldset {
	border: 0;
}

::selection { background:#cd0c0c; color:#fff; /* Safari and Opera */ }
::-moz-selection { background:#cd0c0c; color:#fff; /* Firefox */ }

/* ------------ CLEARFIX ------------ */
.clearfix:after, header:after{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix{ display: inline-block; }
.clearfix{ display: block; zoom: 1; }

/* ------------ Global STYLING ------------ */
html {
}
body {
	margin:0px;
	padding:0px;
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	font-family: 'Raleway', sans-serif;
	color:#000;
}
a, a:visited{
	text-decoration:none;
	color:#333;
	}
a:hover, a:active{
	color:#f8960a;
}
hr{
	border:0px;
	border-bottom:1px solid #ccc;
	padding:0px;
	margin:10px 0px;
}
ul, ol{
}
li{
}

p{
	padding:0px 0px 10px 0px;
}
h1,h2, h3{
}
.clr{
}
img, fieldset {
	border: 0;
}
img{
	max-width: 100%;
	height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* ------------ Menu ------------ */
#access {
	display: table;
	margin: 0 auto;
	width: 100%;
}
#access .menu-header, div.menu {
	font-size: 1.4em;
}
#access .menu-header ul, div.menu ul, #access ul {
	list-style: none;
	margin: 0;
	padding:0em;
}
#access .menu-header li, div.menu li, #access li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	padding:8px 20px;
	text-decoration: none;
}
#access ul ul {
	display: none;
	position: absolute;
	float: left;
	width: 200px;
	z-index: 99999;
	
}
#access ul ul li {
	/*min-width: 180px;*/
	/*width: 18em;*/
	float:none;
	border-bottom:1px solid #4d6bb3;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background-color:#223971;
	line-height: 1.6em;
	padding: 5px;
	width: 210px;
	height: auto;
}
#access li:hover > a{
	background-color:#223971;
	color: #fff;
}
#access ul ul :hover > a {
	background: #142650;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background-color:#142650;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
	background-color:#142650;
}

#access .menu,
#access div.menu ul{
/*font-family: Arial, Tahoma, sans-serif;*/
}

#access {
	/*float:left;*/
}

#access .menu-header,
div.menu {
    margin-right: 12px;
    margin-left: 0;
}

#access .menu-header li,
div.menu li{
	float:left;
}

#access ul ul {
	/*left:auto;
	right:0;
	float:right;*/
}
#access ul ul ul {
	left:auto;
	right:100%;
}

/* ------------------ Form Elements ------------------------------ */
input[type=text], input[type=url], input[type=tel], input[type=number], input[type=color], input[type=email], input[type=password], textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	border:1px solid #333;
	padding:20px 8px;
	background-color:#fff;
	width:95%;
	outline:none;
	margin-bottom:10px;
	font-size:120%
}
textarea {
	font-family: 'Open Sans', sans-serif;
	height:80px;
	resize:none;
}
input[type=submit], input[type=reset] {
	background:none;
	font-size: 120%;
	font-weight:700;
	color:#000;
	text-shadow:1px 1px 1px #fff;
	text-transform: uppercase;
	border:2px solid #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	box-shadow: 1px 1px 1px #;
	padding: 8px 35px;	
	margin-top:20px;

display:table;
cursor:pointer;
letter-spacing: 3px;
/*background-image:url(images/red-button.png);
background-position:center top;
color:#fff;
font-size:220%;
text-shadow:2px 2px 2px #000;
font-weight:700;
padding: 15px 35px;
border:none;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
border-radius:5px;
display:table;
margin-top:20px;
cursor:pointer;*/
/*	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
	background-color:#1b85e9;
	border:0px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-khtml-border-radius:3px;
	padding:10px 20px;
	color:#FFF;
	margin:0px 10px 0px 0px;
	cursor:pointer;
	font-size:.85rem;
	letter-spacing:1px;*/
}
input[type=submit]:hover, input[type=reset]:hover {
	color:#fff27e;
	border:2px solid #fff27e;
	background-color:#e40000;
	text-shadow:none;
}

input[type=text]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=color]:focus, input[type=email]:focus, textarea:focus {
	box-shadow:0 0 5px rgba(172, 172, 172, 1);
}

input[type=text].midsize{
	width:43%;
	margin:0px 23px 2px 0px;
	-webkit-margin:0px 2px 2px 0px;
}
form.wpcf7-form{
	display:table;
/*	width:90%!important;
	margin:auto!important;*/
}
form img{
	width: inherit!important;
	max-width:100%!important;
}
/* ------------------ Form Elements ------------------------------ */
/* ---------------- Grids ---------------- */
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12{
	margin: 0 1% 0 0;
	text-align: left;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11{
	float: left;
}
.grid1 { width: 7.4%; }
.grid2 { width: 15.8%; }
.grid3 { width: 24.2%; }
.grid4 { width: 32.6%; }
.grid5 { width: 41%; }
.grid6 { width: 49.4%; }
.grid7 { width: 57.8%; }
.grid8 { width: 66.2%; }
.grid9 { width: 74.6%; }
.grid10 { width: 83%; }
.grid11 { width: 91.4%; }
.grid12 { width: 100%; }
.lastGrid{margin-right:0%;}
/* ---------------- Grids ---------------- */
#access *, form *, a{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition:all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}
.alignleft {
	float:left;
	margin:0px 10px 10px 0px;
}
.alignright {
	float:right;
	margin:0px 0px 10px 10px;
}
.aligncenter {
	float:none;
	display:block;
	margin:0px auto 10px auto;
}
.textwidget{
	display:inline-block;
}
/* --------------------------------------------- */
.fullWidthWrapper{
	width:100%;
}
.wrapper{
	max-width: 1400px;
	width:96%;
	margin: 0 auto;
}
.displaytable{
	display:table;
}
/* ------- HEADER STYLES ------- */

.headerblock{
	background-image:url(images/banner-image.jpg);
	background-position:center bottom;
	background-size:cover;
	/*padding:100px 0px 150px 0px;*/
	padding:50px 0px 0px 0px;
	color:#fff;
	display: inline-block;
}
.headerblock .grid4 img{
	/*margin-top:50px;*/
}
.headerblock h2{
	font-family: 'Oswald', sans-serif;
	font-size: 188%;
	letter-spacing:2px;
	text-align:center;
	text-shadow: 4px 4px 17px rgba(0,0,0,1);
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #c51111;
text-stroke-width: 1px;
text-stroke-color: #c51111;
	color:#fff27e;
}
.headerblock h1{
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	/*font-size: 625%;*/
	font-size: 380%;
	letter-spacing:2px;
	text-shadow: 6px 2px 20px rgba(0,0,0,1);
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #c51111;
text-stroke-width: 2px;
text-stroke-color: #c51111;
	text-align:center;
	color:#fff27e;
}
.tesslide{
	/*padding-top:130px;*/
	padding-top:100px;
	text-align:center;
	width:80%;
	margin:auto;
}
.tesslide p{
	text-shadow: 4px 2px 3px rgba(0,0,0,0.6);
	line-height:30px;
}
.tesslide h3{
	text-shadow: 4px 2px 3px rgba(0,0,0,0.6);
	letter-spacing:1px;
	font-style:italic;
	color:#fff27e;
}
.tesslide p strong{
	font-style:italic;
}
.topedge{
	width:100%;
	height:auto;
	margin:-170px 0px 0px 0px;
}
.bottomedge{
	width:100%;
	height:auto;
	margin:0px 0px -140px 0px;
}
.ThePardon{
	background-image:url(images/texture-base-one.jpg);
	background-position:center top;
	background-size:cover;
}
.ThePardon .wrapper{
	padding:50px 0px 100px 0px;
}
.ThePardon h3{
    font-weight: 700;
	background: #e02b2b;
	background: linear-gradient(to bottom, #e02b2b 0%, #8f2525 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 150%;
	margin:20px 0px 10px 0px;
}
.ThePardon h3 strong{
	display:block;
	font-size: 150%;
}
.ThePardon h2{
	background: #e02b2b;
	background: linear-gradient(to bottom, #e02b2b 0%, #8f2525 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Anton', sans-serif;
	font-size:625%;
	letter-spacing:1px;
}
.ThePardon p{
	line-height:30px;
}
a.redbutton, a.redbutton:visited{
	background-image:url(images/button-textture.png);
	background-position:center top;
	color:#fff;
	font-size:220%;
	text-shadow:2px 2px 2px #000;
	font-weight:700;
	padding: 15px 30px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	display:table;
	margin-top:20px;
}
a.redbutton:hover{
	color:#fff;
	box-shadow:2px 2px 5px #000;
}
.ThePardon ul{
	clear:both;
}
.ThePardon li{
	margin:0px 0px 0px 20px;
	padding:5px 0px;
	line-break:24px;
}
.ThePardonTrailer{
	background-image:url(images/video-base.jpg);
	background-size:cover;
	background-position:center top;
	/*padding:100px 0px;*/
	padding:150px 0px 100px 0px;
}
.ThePardonTrailer h2{
	font-family: 'Anton', sans-serif;
	font-size:625%;
	letter-spacing:1px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	text-align:center;
	margin:50px 0px 20px 0px;
}
.AboveTheFooter{
	background-image:url(images/texture-base-one.jpg);
	background-position:center top;
	background-size:cover;
}
.AboveTheFooter form{
	margin:0px 0px 0px 50px;
}
.AboveTheFooter h2{
	background: #e02b2b;
	background: linear-gradient(to bottom, #e02b2b 0%, #8f2525 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Anton', sans-serif;
	font-size:375%;
	letter-spacing:1px;
	margin:0px 0px 30px 50px;
}
.AboveTheFooter .wrapper{
	padding-bottom:50px;
}
.AboveTheFooter .grid6:last-child{
	border-left:2px solid #000;
}
.AboveTheFooter h3{
/*	font-size:315%;
	font-weight:400;
	text-align:right;
	margin:50px 50px 100px 0px;
	line-height: 94px;*/
	font-size:150%;
	font-weight:400;
	text-align:left;
	margin:20px 50px 100px 0px;
	line-height: 56px;
}
.AboveTheFooter h3 img{
}
.AboveTheFooter .rodney{
	float:left;
}
footer{
	background-color:#cd0c0c;
	color:#fff27e;
	text-align:center;
	font-size:90%;
	padding:20px 0px;
}
.video-container {
    overflow: hidden;
    position: relative;
    /*width:100%;*/
	width: 50%;
    margin: auto;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* --------------------------------------- */

.StickerMenu{
	border-top:1px solid #BABABA;
	border-bottom:1px solid #BABABA;
	padding:20px 0px 75px 0px;
	background-color:#cd0c0c;
	margin:-5px 0px 0px 0px;
}
.stick {
	margin-top: 0;
	position: fixed;
	top: 0;
	z-index: 9999;
	width:100%;
	max-width:100%;
	padding:20px 0px 20px 0px;
}
.StickerMenu ul{
	display:table;
	margin:auto;
	width:auto;
}
.StickerMenu ul li{
	list-style:none;
	float:left;
}
.StickerMenu ul li a, .StickerMenu ul li a:visited{
	display:block;
	padding:0px 10px;
	margin:0px 20px;
	color:#fff27e;
	font-weight:700;
	font-size:140%;
}
.StickerMenu ul li a:hover{
	color:#f39c11;
	color:#fff;
}
/* ----------------------------- Footer ---------------------------- */
.scrollup {
	width: 46px;
	height: 46px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url('images/scroll-top.png') no-repeat;
}
@media only screen and (max-width: 980px) {
	.fullWrapper{
		width:100%;
	}
	.wrapper, .limiter{
		width:96%;
		margin:auto;
	}
}

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

}

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


}

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

}

@media only screen and (max-width: 640px) {
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12{
	float:none;
	width:98%;
	margin:auto;
}

}

@media only screen and (max-width: 600px) {
	.bottomedge {
		margin: 0px 0px -27px 0px;
	}
.ThePardon h2 {
    font-size: 454%;
}
.ThePardonTrailer {
    padding: 20px 0px;
}
.ThePardonTrailer h2 {
    font-size: 275%;
    margin: 20px 0px 20px 0px;
}
.AboveTheFooter .grid6:last-child {
    border-top: 2px solid #000;
    border-left:none;
}
.AboveTheFooter h3 {
    font-size: 200%;
    font-weight: 400;
    text-align: center;
    margin: 50px 0px 50px 0px;
    line-height: 54px;
}
.AboveTheFooter h2 {
    font-size: 300%;
    letter-spacing: 1px;
    margin: 20px 0px 20px 20px;
}
.AboveTheFooter form {
    margin: 0px 0px 0px 20px;
}
.StickerMenu {
    padding: 20px 0px 20px 0px;
    margin: -5px 0px 0px 0px;
}
.video-container {
    width:100%;
}
}

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

}

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

}

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

}