html, body{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;    
    background: url(images/bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Times, 'Times New Roman', serif;
}
h2, h3, .entry-title {
    margin: 10px 0;
    color: #92100f;
    font-size: 40px;
    line-height: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
h2{font-size: 30px;}

h2 a:hover, h3 a:hover, .entry-title a:hover{
	color: #bc360a;
}
h2 a, h3 a, .entry-title a, a:visited, h2:visited, h3:visited{
	color: #000;
}
.site{
	max-width: 1200px;
	border-left: 0;
	border-right: 0;
	background-color: transparent;
	margin-bottom: 15px;
}
.site-header {
    z-index: 9;
    text-align: center;
	/*background: #76262f; /* Old browsers
	background: -moz-linear-gradient(top,  #76262f 0%, #000000 100%); /* FF3.6-15
	background: -webkit-linear-gradient(top,  #76262f 0%,#000000 100%); /* Chrome10-25,Safari5.1-6
	background: linear-gradient(to bottom,  #76262f 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76262f', endColorstr='#000000',GradientType=0 ); /* IE6-9
    box-shadow: 1px 1px 80px #000;*/
}
.site-main {
    background: #fff;
    top: -11px;
    padding-bottom: 40px;
}
.header-actions-wrappers{
	width: 100%;
    text-align: center;
    padding: 2% 0 1%;
}
.site-header .home-link {
/*
    max-width: 500px;
    margin-bottom: 15px;
*/
}
.site-header .home-link img{
    max-width: 450px;
    width: 100%;
    margin-top: 25px;
}

.site-moto {
    font-family: Georgia, Times, 'Times New Roman', serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 51px;
    color: #ffffff;
}

h1.site-moto {
    font-size: 60px;
    text-shadow: -3px 3px 1px #000;
}

h1.site-moto:after {
    content: "";
    display: block;
    margin: 20px auto 0;
    width: 75%;
    border-bottom: 2px solid #e9c247;
}
#header-download-wrapper{
    width: 25%;
    display: inline-block;
    padding: 10px 10px;
    margin: 0 50px;
    background: #96916c; /* Old browsers */
    background: -moz-linear-gradient(top, #96916c 0%, #fffcfc 50%, #96916c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #96916c 0%,#fffcfc 50%,#96916c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #96916c 0%,#fffcfc 50%,#96916c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96916c', endColorstr='#96916c',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}



.header-download{
    color: #000 !important;
    padding: 7px 20px;
    font-size: 35px;
    font-family: 'Open Sans', sans-serif;
    text-shadow:1px 1px 1px #000;
    -webkit-transition:  background 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
	-moz-transition:  background 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
	-o-transition:  background 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
	-ms-transition: background 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
	transition: background 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s; 
}
#header-download-wrapper:last-child {
    background: #ae7d08;
    background: linear-gradient(to bottom, #ae7d08 0%,#fffabf 50%,#ae7d08 100%);
    background: linear-gradient(to bottom, #ae7d08 0%,#fffabf 50%,#ae7d08 100%);
    background: linear-gradient(to bottom, #ae7d08 0%,#fffabf 50%,#ae7d08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96916c', endColorstr='#96916c',GradientType=0 );
}
.playnow{
    text-decoration: none;
	color:#000;
	text-shadow:1px 1px 1px #000;
	-webkit-transition:  background 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
	-moz-transition:  background 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
	-o-transition:  background 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
	-ms-transition: background 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
	transition: background 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s; 
}
.playnow:hover{
    padding: 7px 20px;
    text-shadow:1px 1px 1px #fff;

}

.header-download:hover{
	text-decoration: none;
	color:#000 !important;
    text-shadow:1px 1px 1px #fff;
}
.menu-main-menu-container{
	text-align: center;
}

.sidebarOffer a{
    position: relative;
}
.offerText{
    position: absolute;
    top: -20px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
}
.offerText p{
    color: #ecdd5e;
    text-shadow: 0 0 5px #000;
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
.offerDownload{
    background: #9f9f9f;
    background: -moz-linear-gradient(top,  #9f9f9f 0%, #080607 100%);
    background: -webkit-linear-gradient(top,  #9f9f9f 0%,#080607 100%);
    background: linear-gradient(to bottom,  #9f9f9f 0%,#080607 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f9f9f', endColorstr='#080607',GradientType=0 );
    border-radius: 5px;
    border: 1px solid #d5c68f;
    position: absolute;
    bottom: -110px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.offerDownload p{
    color: #e4c64a;
    font-size: 20px;
    margin: 0;
    padding: 5px 0;
    text-shadow: 0 0 5px #000;
    text-transform: uppercase;
    font-weight: bold;
}

ul.nav-menu, div.nav-menu > ul{
	width: 100%;
	display: inline-block;
	padding: 0 0px 0 0;
}
.navbar {
    max-width: 1200px;
    background-color: transparent;
    margin: 5% auto 0;
}
ul.nav-menu ul a, .nav-menu ul ul a {
    color: #000;
}
.nav-menu li:first-child:before { content: ""; }
.nav-menu li:after {
	content: "|";
    color: #fefefe;
	position: absolute;
	left: 100%;
	top: 11px;
}
.nav-menu li:last-child:before { content: ""; }
.nav-menu li:last-child:after { content: ""; }
.navbar li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    color: #ffffff;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    color: #e9c247;
    background-color: transparent;
}
.nav-menu .sub-menu, .nav-menu .children{
	background-color: #e5e5e5;
	border: none;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #e9c247;
    font-style: normal;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
    background-color: #d0a25a;
}
.entry-meta a {
    color: #A9A9A9;
}
.entry-title a {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
}
.entry-title a:hover {
    color: #000;
    text-decoration: none;
}
.post-roll-item {
    max-width: 1040px;
    padding: 0 299px 0 60px;
    display: inline-block;
    margin-top: 40px;
}
.blogroll-img {
    width: 100%;
    max-width: 230px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.67);
    margin-right: 22px;
    margin-bottom: 1px;
    padding: 10px;
    float: left;
}
.blogroll-img img{
	width: 100%;
}
.post-roll-item{
    padding: 0 190px 0 30px;
}
.widget{
	background: #fff;
	padding:0;
}
.site-main .widget-area {
    margin-right: -45px;
}
.post-roll-detail {
    font-size: 14px;
    display: inline-block;
}
.post-meta{
	margin-bottom: 10px;
}
.post-meta a{
	color:#828282;
	font-size: 12px;
}
#winners{
	height: 160px;
}

.widget .widget-title{
    font: 300 20px Georgia, Times, 'Times New Roman', serif;
    font-size: 40px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 51px;
    color: #c7913e;
}
.read-more {
    color: #000 !important;
    font-weight: bold;
}
.read-more:hover{
	 color: #bc360a !important;
}
#tertiary .rpwe-title{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#tertiary .rpwe-block a{
	font-weight: bold;
}

#tertiary .rpwe-block h3 a {
    color: black;
    text-transform: uppercase;
}

#tertiary .rpwe-summary a {
    color: #ca9c2e;
}

#tertiary .rpwe-summary:after {
    content: "";
    display: block;
    border-bottom: 2px solid #919191;
    padding: 5px 0;
}

#tertiary .rpwe-block li {
    border-bottom: none;
}



#content .post-date {
    width: 10%;
    float: left;
    font-size: 40px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    margin-bottom: 50px;
}

#content .post-date-month {
    text-transform: uppercase;
    font-size: 22px;
    padding: 13%;
    text-align: center;
}

#content .post-date-month:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 55%;
    border-bottom: 2px solid #919191;
}

#content .post-date-day {
    font-size: 60px;
    text-align: center;
    line-height: 50px;
}

#content header.entry-header {
    width: 85%;
    float: left;
}

#content header.entry-header h2.entry-title {
    margin: 10px 0 0;
}

#content header.entry-header p {
    color: #919191;
    font-style: italic;
    font-size: 15px;
    -webkit-margin-after: 0;
}

h1.entry-title {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    text-shadow: none;
	font-weight: 500;
}

.entry-content strong, .entry-content h2 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    text-shadow: none;
    font-weight: 500;
}

.entry-content a {
    color: #ca9c2e;
    font-weight: bold;
}

.entry-content {
    width: 100%;
    float: left;
}

.entry-content:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    border-bottom: 2px solid #919191;
}

.page-template-sitemap .entry-content{
	float:none;
}

.widget h3.widget-title {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 24px;
    color: black;
    text-align: left;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 2;
    margin: 0 0 10px;;
}

.widget h3.widget-title:after {
    content: "";
    display: block;
    border-bottom: 2px solid #919191;
}

.footer-actions-wrappers {
    width: 100%;
    text-align: center;
    padding: 2% 0 3%;
}

.footer-actions-wrappers #header-download-wrapper, .header-actions-wrappers #header-download-wrapper {
    width: 25%;
}


.site-footer {
    background-color: #120100;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 2% 0;
}
.site-footer .widget-area, .sidebar {
    text-align: left;
    border-radius: 15px 15px 0 0;
}
.site-footer .sidebar-container {
    background-color: #000;
    padding: 0;
    border-radius: 15px 15px 0 0;
}
.site-footer .widget {
    background: transparent;
    color: #000;
    float: left;
    margin-right: 20px;
    width: 245px;
    font-weight: normal;
}

.riverbelle-logo-footer {
    text-align: center;
}

.riverbelle-logo-footer img {
    height: 83px;
}


#secondary .widget {
    width: 100%;
    font-size: 11px;
    text-align: center;
    margin: 0;
   	padding: 5px;
}
#secondary .widget-area {
    max-width: 1075px;
    position: static;
    left: -158px;
    margin: 0 auto;

}
#menu-footer li{
	width: auto;
    display: inline-block;
    padding: 10px;
}

.player{
	width: 100%;
	display: inline-block;
}
.play-name {
    display: inline-block;
    float: left;
    padding-right: 10px;
}
.amount {
    color: #92100f;
    font-weight: bold;
    font-size: 20px;

}
.game-name{
	font-style: italic;
	font-size: 12px;
}

.rpwe-block a {
    display: inline!important;
    text-decoration: none;
    text-shadow: 0px 0px 0px;
}
.site-info{
	font-size: 11px;
    font-style: italic;
    padding: 10px;
    text-align: center;
}
a:active, a:hover {
    color: #000000;
    outline: 0;
    text-decoration: none;
}
.widget a:hover {
    color: #000000;
    text-shadow: 0px 0px 0px;
}

.offer_image{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 15px;
}
.offer_image img{
	width: 100%;

}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
    text-decoration:none;
}

.pagination li {
    display: inline;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    background-color: #fe4cfe;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: rgb(139, 55, 171);
}


.spacer-img{
	margin: 0 auto;
    display: block;
    max-width: 400px;
    width: 100%;
}
.footer-logos{text-align: center;}
.trustq ul{list-style: none;margin: 0;padding: 0;}
.trustq li{display: inline-block;padding: 10px;}

#footer-menu ul{list-style: none;padding: 0;text-align: center;}
#footer-menu li{display: inline-block;padding: 5px 10px;}
#footer-menu a{text-transform: uppercase;color: #fff;}
#footer-menu a:hover{text-decoration: underline;}


@media only screen and (min-width: 1289px) {
	#content .post-date {
		margin-bottom: 110px;
	}
}

@media (max-width: 1100px) {
	.post-roll-item{
		padding: 0 299px 0 5px;
	}
	.site-main .widget-area {
	    margin-right: 5px;
	}
	.blogroll-img{
		max-width: 195px;
	}
}

@media (max-width: 1000px) {
	.post-roll-item {
	    padding: 0 20px 0 20px;
	}
	.blogroll-img {
	    max-width: 240px;
	}
	.short-desc{
		max-width: 700px;
	}

}
@media (max-width: 999px) {
    #content .post-date {
        width: 15%;
    }
    #content header.entry-header {
        width: 100%;
        float: none;
    }
	
	.single #content header.entry-header, .home #content header.entry-header {
    width: 85%;
    float: left;
}
	.page-template-sitemap  #content header.entry-header{float:none;width:100%}

    #content .post-date-title {
        width: 80%;
        float: left;
        margin: 0 10%;
        text-align: center;
    }
    .entry-content {
        float: none;
    }
}
@media (max-width: 970px) {
	.navbar li a {
		font-size: 14px;
	}
}

@media (max-width: 953px) {
    h1.site-moto {
    font-size: 50px;
}
}

@media (max-width: 899px) {
    #header-download-wrapper {
        margin: 0 25px;
    }
    .footer-actions-wrappers #header-download-wrapper, .header-actions-wrappers #header-download-wrapper {
        width: 35%;
    }
}

@media (max-width: 888px) {
    #content .entry-title {
        line-height: 30px;
    }
}

@media (max-width: 860px) {
	.navbar{
		border-radius: 0;
	}
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Marcellus", Helvetica, sans-serif;
		margin: 0;
		    width: 100%;
	}
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #000000;
		padding: 12px 0 12px 20px;
	}
	.menu-toggle:focus {
		outline: thin dotted;
	}
	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}
	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}
	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}
	.toggled-on li,
	.toggled-on .children {
		display: block;
	}
	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}
	.toggled-on .nav-menu li > ul a {
		color: #000000;
		width: auto;
	}
	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #fff;
	}
	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #ae7d08;
		color: #fff;
	}
	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #220e10;
		color: #fff;
	}
	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
    .site-moto{
        font-size: 35px;
        line-height: 35px;
    }
    .navbar li a {
        color: black;
    }
}

@media (max-width: 802px) {
    .site-header .home-link {
        min-height: auto;
    }

    h1.site-moto {
        font-size: 42px;
    }

    #content .post-date-month:after {
        width: 70%;
    }
}

@media (max-width: 688px) {
    #content .post-date {
        width: 15%;
    }

    #content header.entry-header {
        width: 75%;
        margin-left: 2%;
    }
	
	.single #content header.entry-header, .home #content header.entry-header {
		margin-left: 0;
	}

    .entry-content {
        float: none;
    }



}


@media (max-width: 679px) {
    h1.site-moto {
        font-size: 35px;
    }

    .site-moto {
        font-size: 30px;
    }
}

@media (max-width: 614px) {
    .sidebarOffer, aside#rpwe_widget-2 {
        padding: 0 20px;
    }
}

@media (max-width: 575px) {
    h1.site-moto {
        font-size: 25px;
    }

    .site-moto {
        font-size: 20px;
    }

    h1.site-moto:after {
        width: 60%;
    }

    .footer-actions-wrappers #header-download-wrapper, .header-actions-wrappers #header-download-wrapper {
        width: 50%;
        margin-bottom: 3%;
    }

    .header-download {
        font-size: 25px;
    }

    .navbar {
        margin: 0 auto;
    }




}

@media (max-width: 500px) {
	.post-roll-detail {
	    font-size: 14px;
	    text-align: center;
	}
	.post-short-desc{
		width: 100%;
		display: inline-block;
		text-align: justify;
		margin-top: 15px;
	}
	.blogroll-img{
		float: none;
		margin: 0 auto;
	}

    .sidebarOffer img {
        width: 100%;
    }

}


@media (max-width: 480px) {
    h1.entry-title {
        margin: 5px 0;
        line-height: 35px;
    }
}

@media (max-width: 414px) {
    #content .post-date-title {
    width: 85%;
    margin: 0 5%;
    }
    .entry-title a {
        font-size: 22px;
    }
    #content header.entry-header h2.entry-title {
        margin: 3px 0 0;
    }
    #content .entry-title {
        line-height: 25px;
    }


}