/*

  Theme Name:Affiliatesrating

*/





/* 1. Theme default css */

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
body {
	font-family: 'PT Sans', sans-serif;
	background: url(img/mainbg.jpg) repeat;
}
#content_wrapper {
	overflow: hidden;
	position: relative;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.clear {
	clear: both;
}
.nopadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,  .button, button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,  .button:focus {
	text-decoration: none;
	outline: none;
}
button {
	cursor: pointer
}
a:focus,  a:hover,  .portfolio-cat a:hover,  .footer -menu li a:hover {
	color: #009999;
	text-decoration: none;
}
a,  button {
	color: #009999;
	outline: medium none;
}
input:focus, textarea:focus, :focus {
	outline: 0
}
button:focus {
	outline: 0 none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	font-style: normal;
	text-transform: capitalize;
}
h1 a,  h2 a,  h3 a,  h4 a,  h5 a,  h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: #777777;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
 *::-moz-selection {
 background: #d6b161;
 color: #fff;
 text-shadow: none;
}

::-moz-selection {
 background: #444;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
 *::-moz-placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
 *::placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
.btn {
	background: #2f3440 none repeat scroll 0 0;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: pt sans;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.1;
	padding: 20px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
}
.btn:hover {
	color: #fbba42
}
.btn:hover:before {
	width: 100%;
	color: #444
}
.btn.brand-btn {
	background: #fbba42;
	color: #222
}
.btn.brand-btn:hover {
	background: #2f3440;
	color: #fbba42
}
.btn.btn-2 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #fbba42;
	line-height: 1;
	padding: 17px 35px;
}
.btn.btn-2:hover {
	border-color: #2f3440
}
.btn i {
	margin-right: 10px;
}
#outer-wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-style: solid;
	border-color: #2b2b29;
	border-width: 0 10px 10px 10px;
	background-color: #0f0f0f;
	max-width: 960px;
}
/* scrollUp */

#scrollUp::before {
	content: "\f106";
	font-family: Font Awesome\ 5 Free;
	font-size: 20px;
}
#scrollUp {
	background: #72c6f4;
	height: 40px;
	width: 40px;
	right: 50px;
	bottom: 65px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	font-size: 0 !important;
	line-height: 40px;
	border-radius: 50%;
}
#scrollUp:hover {
	background: #999;
}
/* 



  search 



*/

.side_search {
	float: left;
	height: 35px;
	width: 85%;
	padding-top: 5px;
}
.searchform {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E8E8E8;
	border-radius: 6px 6px 6px 6px;
	height: 35px;
	width: 100%;
}
#s {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #666666;
	height: 35px;
	padding-left: 10px;
	text-align: left;
	width: 85%;
	font-size: 13px;
}
#s_btn {
	background: url(img/srch.png) no-repeat scroll 2px 6px #fff;
	border: medium none;
	border-radius: 0 6px 6px 0;
	cursor: pointer;
	float: right;
	height: 30px;
	width: 26px;
	background-size: 20px;
}
/* 



  2. header 



*/



.scroll-header {
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	background: none;
	opacity: .9;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.header-menu {
	left: 0;
	position: relative;
	right: 0;
	z-index: 999;
}
.logo {
	margin-top: 5px;
	margin-left: 0;
}
.menuarea {
	background-color: #eaeae8;
}
.main-menu-area {
	background: none;
	padding: 0px;/* opacity:.2;*/

}
.main-menu ul {
}
.main-menu ul li {
	display: inline-block;
	position: relative;
}
.main-menu ul li:hover {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-menu ul li > a {
	color: #343434;
	display: block;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 25px;
}
.main-menu ul li:hover > a {
	color: #009999;
	font-weight: 700;
}
.main-menu ul li ul.submenu {
	background: #000;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 110%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 250px;
	z-index: 9;
}
.main-menu ul li:hover > ul.submenu {
	opacity: 1;
	visibility: visible;
	top: 102%;
}
.main-menu ul li ul.submenu li {
	border-bottom: 1px solid rgba(255,255,255,.1);
	display: block;
	margin: 0;
}
.main-menu ul li ul.submenu li:last-child {
	border: 0;
}
.main-menu ul li ul.submenu li a {
	color: #fff;
	display: block;
	padding: 15px 10px;
	text-align: left;
	font-size: 13px;
}
.main-menu ul li ul.submenu li:hover > a {
	color: #009999;
}
.main-menu ul li ul.submenu li ul.submenu {
	left: 100%;
	top: 0;
}
/*





 4. about-area 





*/

.about-me-area {
	position: relative;
	background-color: #fff;
	margin-top: 10px;
}
.about-article {
	margin: 20px 0;
}
.post_box {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	color: #4b4b4b;
	font-size: 12px;
	line-height: 1.6em;
	border: 1px solid #e0e0e0;
}
.post_box h2 {
	margin: 0 0 5px 0;
	padding: 0px 10px 0 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4em;
	text-transform: capitalize;
}
.post_box h2 a {
	color: #336699;
}
.post_box #post_text img {
	border: 2px solid #ddd;
	padding: 5px;
	background: #eee;
}
.post-body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Tahoma;
	font-style: italic;
	font-size: 13px;
	line-height: 23px;
}
.main-menu ul li {
	background: transparent url(img/border-cat-item.png) top right no-repeat;
}
.post-footer {
	margin-top: 0px;
	padding: 0;
	background: #e8e8e8;
	background-position: 0px -72px;
	border: 1px solid #dde0d9;
	border-bottom: 3px solid #e0e0e0;
	height: 35px;
}
.post-footer ul {
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
}
.post-footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	padding-left: 14px;
}
.inside {
	border: 2px solid #ddd;
	background: #fff;
	padding: 6px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: bold;
}
.comment-link {
	white-space: nowrap;
}
.post-comment-link {
	background: url(img/sp9.png) no-repeat;
	background-position: -10px -569px;
	padding-left: 25px;
}
.vote {
	display: inline;
	font-size: 12px;
}
div.rating span.category span.cat_title {
	padding-right: 2px;
}
.rmlink {
	background: url(img/sp9.png) no-repeat;
	background-position: -10px -607px;
	padding-left: 20px;
	text-transform: capitalize;
}
.rating {
	display: inline;
}
#sidebar {
	margin-bottom: 35px;
}
.sidebar .widget {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
}
.sidebar h3 {
	background-color: #f1f1f1;
	margin: 20px 0 0 0;
	padding: 12px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	border: 1px solid #e0e0e0;
	text-transform: capitalize;
}
.sidebar .widget-content {
	background-color: #f6f8f7;
	padding: 0px;
}
.sponsors {
	padding: 5px 0;
	text-align: center;
}
.sponsors img {
	margin: 5px 3px;
}
#visitor .widget-content {
	padding: 10px;
	font-size: 14px;
}
.sidebar ul li a {
	font-size: 11px;
	color: #323232;
	text-decoration: none;
	padding-left: 20px;
	background: url(img/bullet.png) no-repeat 0% 50%;
}
#linkList .widget-content {
	padding: 10px;
}
#blogarchive .widget-content {
	padding: 10px;
}


.postpic {
	margin-bottom: 20px;
}
.details_widget {
	position: relative;
	margin: 10px;
	overflow: hidden;
}
.ttlbox {
	width: 100%;
	background: #03C;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
}
.boxlight {
	background: #F1F1F1;
	padding: 5px;
	line-height: 22px;
}
.boxdeep {
	background: #E6E6E6;
	padding: 5px;
	line-height: 22px;
}
.boxlast {
	background: #E6E6E6;
	padding: 5px;
	line-height: 22px;
	font-size: 14px;
	font-weight: 600;
}
.details_widget a {
	color: #336699;
}
.widget-content .textwidget{
	padding: 10px;
	font-size: 14px;
}
/*footer */



footer {
	background-color: #000000;
}
.copyright p {
	color: #ddd;
	font-size: 14px;
	line-height: 35px;
	letter-spacing: 0.6px;
	font-family: pt sans, sans-serif;
	margin: 0;
}
#sidebar .widget-content ul.jaw_widget ul {
	margin-left: 18px;
}
#sponsor ul.mks_adswidget_ul {
	text-align: center;
	margin:6px 0;
}
#sponsor ul.mks_adswidget_ul li {
	text-align: center;
	margin: 4px 2px;
}
#sponsor ul.mks_adswidget_ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	text-align: center;
}
.nav-previous{
	margin-bottom: 25px;
}
.nav-next {
	margin-bottom: 25px;
}
.nav-previous a{
	font-size: 14px;
	color: #336699;
	padding: 5px 15px;
	background-color: #f5f5f5;
	border-radius: 30px;
	border: 1px solid #e1e1e1;
	}
.nav-next a {
	font-size: 14px;
	color: #336699;
	padding: 5px 15px;
	background-color: #f5f5f5;
	border-radius: 30px;
	border: 1px solid #e1e1e1;
}
#commentform .comment-form-comment label {
	clear: both;
	display: block;
}
#commentform #comment {
	width: 100%;
	height: 150px;
	border: 1px solid #ddd;
	padding: 10px;
}
#commentform #author {
	width: 100%;
	height: 45px;
	padding: 10px;
	border: 1px solid #ddd;
}
#commentform #email {
	width: 100%;
	height: 45px;
	padding: 10px;
	border: 1px solid #ddd;
}
#commentform #url {
	width: 100%;
	height: 45px;
	padding: 10px;
	border: 1px solid #ddd;
}
#commentform .comment-form-author label {
	clear: both;
	display: block;
}
#commentform .comment-form-email label {
	clear: both;
	display: block;
}
#commentform .comment-form-url label {
	clear: both;
	display: block;
}
#submit {
	background-color: #336699;
	border: 1px solid #336699;
	color: #fff;
	padding: 6px 35px;
	border-radius: 4px;
}