﻿/*
Theme Name: XWP Directory
Theme URI: https://xwpthemes.com/
Author: XwpThemes
Author URI: https://xwpthemes.com/
Description: XWP Directory is a listing directory theme that will help you create, manage directory website sites like ThePornDude. Feel free to set your own goal and get your favorite website listed online!
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: threeus
Tags: one-column, custom-header, custom-background, custom-menu, featured-images
*/
/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */ 

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
@import url('css.css');
/* Css */
@import url(font-awesome.css);
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(venobox.css);

/*==========================================================
	2. GENERAL
==========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	font-size: 14px;
    line-height: 1.4;
	color: #333;
    font-family: 'Lato', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	margin-bottom: 10px;
}
img{
	border:none;
	max-width:100%;	
	height: auto;
}
a{
	color:#373737;
}
a:hover{
	color: #17b;
	text-decoration: underline;
}
a:focus{
	text-decoration: none;
	color: inherit;
	outline: none;
}
a, 
button, 
input {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
textarea {
	border: 1px solid #d5d5d5;
	padding: 8px 15px;
	font-size: 14px;
	color: #757575;
	font-style: italic;
	border-radius: 0;
}
button,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {

	outline: none;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
	border-color: #FCD998;
}
/* wordpress default style */
.single .entry-content h1,
.not-kc .entry-content h1,
.comment-content h1,
.kc_text_block h1,
.single .entry-content h2,
.not-kc .entry-content h2,
.comment-content h2,
.kc_text_block h2,
.single .entry-content h3,
.not-kc .entry-content h3,
.comment-content h3,
.kc_text_block h3,
.single .entry-content h4,
.not-kc .entry-content h4,
.comment-content h4,
.kc_text_block h4,
.single .entry-content h5,
.not-kc .entry-content h5,
.comment-content h5,
.kc_text_block h5,
.single .entry-content h6,
.not-kc .entry-content h6,
.comment-content h6,
.kc_text_block h6,
.single .entry-content p,
.not-kc .entry-content p,
.comment-content p,
.kc_text_block p,
.single .entry-content table,
.not-kc .entry-content table,
.comment-content table,
.kc_text_block table,
.single .entry-content dl,
.not-kc .entry-content dl,
.comment-content dl,
.kc_text_block dl,
.single .entry-content pre,
.not-kc .entry-content pre,
.comment-content pre,
.kc_text_block pre,
.single .entry-content ul,
.not-kc .entry-content ul,
.kc_text_block ul,
.comment-content ul,
.single .entry-content ol,
.not-kc .entry-content ol,
.kc_text_block ol,
.comment-content ol {
    margin-bottom: 20px;
}
.single .entry-content ul,
.not-kc .entry-content ul,
.kc_text_block ul,
.comment-content ul {
    list-style: none;
}
.single .entry-content ul,
.not-kc .entry-content ul {
    margin: 0 40px 20px;
}
.single .entry-content ul li,
.not-kc .entry-content ul li {
    font-size: 14px;
}
.kc_text_block ul li,
.comment-content ul li,
.single .entry-content ol li,
.not-kc .entry-content ol li,
.kc_text_block ol li,
.comment-content ol li {
    font-size: 16px;
    line-height: 36px;
}
.single .entry-content ul li:before,
.not-kc .entry-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #5f5f5f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}
.kc_text_block ul li:before,
.comment-content ul li:before {
    content:"\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    padding-bottom: 2px;
}
.post-password-form input[type="password"] {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
}
.post-password-form input[type="submit"] {
    border: 1px solid #242627;
    background: none;
    color: #242627;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}
.post-password-form input[type="submit"]:hover {
    background: #242627;
    color: #FFF;
}
.screen-reader-text {
    display: none
}
.gallery:after {
    content: "";
    display: block;
    clear: both;
    margin: 0 -5px 20px;
}
.gallery-item {
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
}
.gallery-columns-1 .gallery-item {
    float: none;
    display: block;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    text-align: center;
    padding: 5px;
    font-style: italic;
}
.gallery-caption {
    text-align: left;
    font-style: italic;
    padding: 5px 0;
}
.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}
.alignright {
    float: right;
    margin: 0 0 10px 20px;
}
.aligncenter {
    display: block;
    margin: 0 auto 20px;
}
.bypostauthor {
    display: block;
}
.page-template-page-fullwidth .kc-container {
	padding-left: 0;
	padding-right: 0;
}
.ads{
	text-align: center;
	margin: 0 auto;
	display: inherit;
}
/*==========================================================
	3. ELEMENTS
==========================================================*/
#wrapper {
	margin: auto;
}
.search-form{
	display: block;
    position: absolute;
    bottom: 5px;
    right: 20px;
}
.search-form label{
    display: block;
}
.search-form .search-field{
    background: url(../image/search.png) no-repeat scroll 4px 4px #fff;
    border-radius: 2px;
    border: 1px solid #a0a0a0;
    color: #7d7d7d;
    font-size: 11px;
    line-height: 18px;
    padding: 4px 8px 4px 25px;
    font-style: normal;
    font-weight: 400;
}
.header2 .search-form .search-field,
.header3 .search-form .search-field{
    border-radius: 4px;
}
.search-form .search-submit{
	display: none;
}
.star-rating {
	font-family: FontAwesome;
	font-size: 13px;
	height: 1em;
	line-height: 1;
	overflow: hidden;
	position: relative;
	width: 74px;
	letter-spacing: 3px;
}
.star-rating:before {
	color: #b5b5b5;
	content: "\f005\f005\f005\f005\f005";
	float: left;
	left: 0;
	position: absolute;
	top: 0;
}
.star-rating span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}
.star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
	left: 0;
	position: absolute;
	top: 0;
	color: #ffe931;
}
.thumbnail {
	border-radius: 0;
}

/*-- main-slider --*/
.main-slider .sliders {
	background: #FFF;
	padding: 8px;
	border: 1px solid #EDEDED;
}
.main-slider .item {
	position: relative;
}
.main-slider .slider-content {
	position: absolute;
	top: 30%;
	left: 50%;
	color: #FFF;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-ms-transition: all 0.7s ease-in-out 0s;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
	transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
}
.main-slider .owl-item.active .slider-content {
	opacity: 1;
	top: 50%;
	visibility: visible;
}
.owl-carousel .owl-nav > div {
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
	line-height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	position: absolute;
	top: 50%;
	left: 5px;
	color: #FFF;
	margin-top: -15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.owl-carousel .owl-nav > div.owl-next {
	left: auto;
	right: 5px;
}
.owl-carousel .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.owl-carousel .owl-dots > div {
	width: 10px;
	height: 10px;
	border: 1px solid #FFF;
	display: inline-block;
	margin: 0 3px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.owl-carousel .owl-dots > div.active,
.owl-carousel .owl-dots > div:hover {
	background: #FFF;
}
/*-- end main-slider --*/
.socials {
	list-style: none;
	margin: 0;
	padding: 0;
}
.socials li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.socials li a {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 2px;
	display: block;
}
.socials li a:hover {
	border-color: #e31e1e;
	color: #e31e1e;
}
.socials li a span {
	display: none;
}
.inner-post:after {
	display: block;
	clear: both;
	content: "";
}
.list-cat .list-item a,
.title-list,
.site-bottom-title,
.headline,
.main-menu{
    background-color: #dd3333;
}
/*==========================================================
	4. HEADER
==========================================================*/
.site-header {
	position: relative;
	z-index: 10;
}
.title-site {
    background: #000;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 2px 2px 1px #000;
    width: 100%;
    border-bottom: 5px solid #dd3333;
    overflow: hidden;
}
.mid-header {
    box-shadow: 3px 6px 10px 0px #999999;
    padding-bottom: 20px;
}
.header2 .mid-header,
.header3 .mid-header{
    padding-bottom: 0;
    box-shadow: none;
}
.site-brand{
    text-align: center;
    position: relative;
    margin-top: 20px;
}
.header3 .site-brand,
.header2 .site-brand{
    float: left;
    margin: 20px 0;
}
.header3 .site-brand img,
.header2 .site-brand img{
    width: 100%;
}
.right-header{
    float: right;
}
.main-menu .search-form{
    position: absolute;
    bottom: auto;
    top: 7px;
    right: 7px;
}
.right-header .search-form{
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 30px;
}
.right-header .hd-banner{
    padding-top: 7px;
}
.headline{
    padding: 10px 0;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 1px #000;
}
.header-area{
    margin: 20px 0 0;
    background-color: #fff;
    text-align: center;
}
.main-menu {
	padding: 0 15px 0 0;
    position: relative;
    z-index: 10;
}
.header3 .main-menu{
    position: relative;
}
.main-menu ul {
	padding: 0;
	list-style: none;
	margin: 0;
	background: #dd3333;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.main-menu ul li {
	float: left;
	position: relative;
}
.main-menu ul.sub-menu li{
    float: none;
    display: block;
}
.main-menu ul li a {
	color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}
.main-menu ul.sub-menu li a{
    padding: 5px 15px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    display: block;
}
.header2 .main-menu ul li a,
.header3 .main-menu ul li a{
    font-size: 14px;
    line-height: 35px;
    padding: 5px 20px;
    text-shadow: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: none;
    font-weight: normal;
}
.main-menu ul li a i{
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.header2 .main-menu ul li a i,
.header3 .main-menu ul li a i{
    display: none;
}
.main-menu ul li a:hover{
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}
.header2 .main-menu ul li a:hover,
.header3 .main-menu ul li a:hover{
    color: #fff;
}
.menu-main {
	display: inline-block;
	vertical-align: middle;
}
.main-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	background: #f2f2f2;
	margin-top: 20px;
    box-shadow: 3px 6px 10px 0 rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
    max-height: 250px;
    overflow-y: auto;
}
.header2 .main-menu ul.sub-menu li,
.header3 .main-menu ul.sub-menu li{
    display: block;
}
.header2 .main-menu ul.sub-menu li:nth-child(2n+1),
.header3 .main-menu ul.sub-menu li:nth-child(2n+1){
    clear: left;
}
.header2 .main-menu ul.sub-menu li a,
.header3 .main-menu ul.sub-menu li a{
    text-transform: capitalize;
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    padding: 0 15px;
    border: none;
    display: block;
    color: #333;
}
.header2 .main-menu ul.sub-menu li a:hover,
.header3 .main-menu ul.sub-menu li a:hover{
    color: #575656;
    text-decoration: none;
    text-shadow: none;
}
.main-menu li:hover > .sub-menu {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}
.mobile-menu {
	display: none;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	cursor: pointer;
}
.main-menu .arrow {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 34px;
	height: 34px;
	line-height: 32px;
	text-align: center;
    border: 1px solid #fff;
	display: none;
}
.header3 .right-header .hd-banner{
    max-width: 750px;
}
/*==========================================================
	5. CONTENT
==========================================================*/
.site-main {
	min-height: 300px;
	padding-top: 20px;
}
.breadcrumbs {
	margin-bottom: 20px;
}
.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
}
.breadcrumbs li:after {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
	content:"\f101";
	font-family: FontAwesome;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.left-content .site-content {
	float: right;
}
.site-content {
	line-height: 24px;
}
.site-main .widget {
	margin-bottom: 15px;
}
.site-main .widget > ul {
	padding-left: 13px;
}
.site-main .widget-title {
	font-size: 16px;
}
.widget_nav_menu .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget_nav_menu .menu li {
	padding: 7px 0;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}
.widget_nav_menu .menu li:last-child {
	border-bottom: none;
}
.widget .searchform {
	display: block;
}
.widget .searchform > div {
	width: auto;
}
.widget .searchform #s {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.site-main .widget_blog_widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_blog_widget ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #cccccc;
}
.widget_blog_widget ul li:first-child {
	padding-top: 0;
}
.widget_blog_widget ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.widget_blog_widget .thumb {
	display: block;
	width: 70px;
	margin-right: 20px;
	float: left;
}
.widget_blog_widget li h4 {
	display: block;
	display: -webkit-box;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	max-height: 36px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 0 5px;
}
.widget_blog_widget li h4 a {
	color: #333;
}
.widget_blog_widget li h4 a:hover {
	color: #3c8545;
}
.widget_blog_widget li span {
	font-size: 12px;
	color: #999999;
}
.intro-text {
	margin-bottom: 30px;
}
article.post {
	margin-bottom: 30px;
}
.post-thumb {
	margin-bottom: 10px;
	border-radius: 0;
    padding: 0;
    border: none;
    background: transparent;
}
.post-thumb a {
	display: block;
}
.post-thumb img {
	display: block;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
    border: 1px solid #e5e5e5;
    padding: 5px;
    box-shadow: 3px 6px 10px 0 #999999;
    background: #FFF;
    margin: 0 auto;
}
.post-thumb a:hover img {
	opacity: 0.8;
}
.post-meta {
	list-style: none;
}
.post-meta i {
	margin-right: 5px;
}
.left-thumb .read-more {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	padding: 7px 15px;
	margin-top: 10px;
	font-size: 13px;
}
.blog.post-boxed .site-content {
	padding-left: 0;
	padding-right: 0;
}
.blog.post-boxed .post {
	float: left;
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
}
.post-boxed .post-title {
	font-size: 16px;
}

/*==========================================================
	6. PAGES
==========================================================*/
/* -- home-page --*/
.home .entry-header{
    display: none;
}
.blog-list{
    margin: 20px 0;
    box-shadow: 3px 6px 10px 0 #999999;
}
.title-list,
.site-bottom .site-bottom-ct .widget-title{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    padding: 12px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-shadow: 2px 2px 1px #000;
    background-color: #dd3333;
}
.site-bottom .site-bottom-ct .widget{
	box-shadow: 3px 6px 10px 0 #999999;
}
.site-bottom .site-bottom-ct .widget ul{
	padding: 0 20px 20px 34px;
}
.site-bottom .site-bottom-ct .widget li{
	list-style: square;
	text-align: left;
	color: #9f9f9f;
	padding-left: 10px;
	margin-top: 10px;
}
.site-bottom .site-bottom-ct .widget li a{
	color: #444;
}
.not-kc .entry-content .title-list{
    margin-bottom: 0;
}
.title-list a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}
.title-list a i{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1;
    margin-right: 5px;
}
.link-list{
    background: #fff;
    color: #9f9f9f;
    overflow-y: auto;
    padding-top: 10px;
    position: relative;
	max-height: 350px;
}
.link-list ol{
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left: 40px;
}
.link-list ol li{
    margin-bottom: 5px;
    margin-left: -10px;
    position: relative;
}
.not-kc .entry-content .link-list ol li{
    font-size: 14px;
    line-height: inherit;
}
.link-list .site-icon{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: 4px;
}
.link-list .site-link{
    color: #444;
}
.link-list .site-link i{
    font-size: 20px;
    line-height: 1;
    color: #999;
    margin-left: 5px;
    vertical-align: top;
}
.link-list .site-review{
    position: absolute;
    right: 4px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 18px;
    line-height: 1;
    color: #999;
}
.link-list .site-review:hover{
    color: #000;
}
.link-list ol li:hover .site-review{
    opacity: 1;
    visibility: visible;
}

/* Home Page V2 */
.content-v2 .link-list ol {
	padding: 0;
}
.content-v2 .link-list ol li {
	padding: 4px 10px;
	margin-left: 0;
}
.content-v2 .link-list ol li:nth-child(2n) {
	background: #f8f8f8;
	border-top: 1px solid #f2f2f2;
}
.content-v2 .link-list .site-icon {
	margin-right: 3px;
}
.content-v2 .link-list ol li .fa-mobile {
	display: none;
}
.content-v2 .link-list .site-review {
	top: 5px;
}
.content-v2 .title-list {
	text-shadow: none;
}
.content-v2 .title-list a i {
	display: none;
}
/*---------------- HOME PAGE MASONRY ---------------*/
.grid-list{
    padding-top: 20px;
}
.grid-item{
    width: 25%;
    padding: 0 15px;
}
.grid-item .blog-list{
    margin: 0 0 20px;
}
/*---------------- PAGE ---------------*/
.list-cat {
	margin-left: -10px;
	margin-right: -10px;
}
.list-cat .list-item{
    width: 25%;
    padding: 10px 10px;
    float: left;
}
.list-cat .list-item a{
    text-align: center;
    display: block;
    width: 100%;
    padding: 7px 0;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.post-info {
	text-align: center;
}
.entry-header .page-title a{
    color: #fff;
}
.entry-header .page-title a i{
    margin-left: 8px;
}
 article.post{
    margin-bottom: 30px;
}
h1.post-title,
.post-title{
    font-size: 36px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}
.post-title a{
    font-size: 36px;
    font-weight: bold;
    position: relative;
}
.post-title,
.post-title a {
	font-size: 24px;
}
.post-ct {
	padding-top: 10px;
	margin-top: 10px;
    border-top: 1px solid #f5f5f5;
}
.pri-button {
	background: #dd3333;
	display: inline-block;
	border: none;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 25px;
}
.pri-button:hover {
	color: #FFF;
}
.kk-star-ratings.lft{
    width: 100%;
}
.kk-star-ratings .kksr-star.gray{
    width: 120px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.kk-star-ratings .kksr-legend{
    float: left;
}
.post-desc{
    text-align: center;
}
.post-desc a{
    font-size: 24px;
    text-transform: capitalize;
    color: #dd3333;
}
.su-box{
    margin-bottom: 21px;
}
.su-box .kc-col-container{
    border: 2px solid #46c132;
    border-radius: 3px;
    color: #444;
}
.su-box .kc-col-container:after{
    content: "";
    clear: both;
    display: table;
}
.su-box .kc_title{
    font-size: 15px;
    background-color: #58f13e;
    color: #FFFFFF;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    line-height: 22px;
    padding: 8px 15px;
    font-weight: 700;
}
.su-box .kc_text_block{
    padding: 14px;
    background: #fff;
    margin-bottom: 2px;
}
.su-box .kc_text_block p{
    margin-bottom: 0;
}
.add-site-form,
div.wpcf7 {
    margin: 10px auto;
    padding: 20px;
    background: #f4f7f8;
    border-radius: 8px;
    border: 1px solid #e8eeef;
    box-shadow: 1px 1px 20px 2px #b5b5b5;
    font-family: Georgia,"Times New Roman",Times,serif;
}
.add-site-form label,
.wpcf7-form label,
.wpcf7-form-control-wrap{
    position: relative;
    display: block;
}
.add-site-form input,
.add-site-form select,
.add-site-form textarea ,
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    outline: 0;
    padding: 7px;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,.03) inset;
    margin-bottom: 30px;
    font-style: normal;
}
.add-site-form  input:focus,
.add-site-form select:focus,
.add-site-form textarea:focus,
.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap select:focus,
.wpcf7-form-control-wrap textarea:focus {
    background: #d2d9dd;
}
.add-site-form textarea,
.wpcf7-form-control-wrap textarea{
    resize: none;
    height: 260px;
}
.add-site-form input[type="submit"],
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="button"] {
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto 10px;
    background: #1abc9c;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #16a085;
    border-width: 1px 1px 3px;
    border-radius: 12px;
}
.add-site-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="button"]:hover {
    background: #109177;
}
.kc_text_block.su-list ul li:before{
    display: none;
}
.kc_text_block.su-list ul li i{
    margin-right: 10px;
}
.su-box.su-box2 .kc-col-container{
    border-color: #0ab8cc;
}
.su-box.su-box2 .kc_title{
    background-color: #0de6ff;
}
.kc_title.title-addform{
    font-size: 24px;
    line-height: 1.1;
    color: #ff6600;
    padding: 0;
}
.related-post .entry-header {
	margin-bottom: 15px;
}
.page-navigation {
	margin: 20px 0;
}
.page-navigation .page-numbers {
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 35px;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	line-height: 33px;
	text-align: center;
	margin-right: 5px;
}
.page-navigation .page-numbers.current {
	border-color: transparent;
	background: #dd3333;
	color: #FFF;
}
/*==========================================================
	7. FOOTER
==========================================================*/
.site-bottom {
	margin: 10px 0 32px;
    text-align: center;
}
.site-bottom-ct{

}
.site-bottom .widget-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.1;
    color: #ff00ff;
}
.site-footer {
	background: #000;
	padding: 5px 0;
    font-size: 16px;
    color: #888;
    text-shadow: 2px 2px 1px #000;
    width: 100%;
    border-top: 4px solid #dd3333;
    text-align: center;
}
.notice-form{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #444;
    z-index: 999;
}
.notice-text{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 30px 20px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px 3px rgba(0,0,0,0.1);
    box-shadow: 0 4px 10px 3px rgba(0,0,0,0.1);
}
.notice-text a{
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #444;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
}
.notice-text a:hover{
    background-color: #f9f9f9;
    text-decoration: none;
}
.site-bottom .col-md-4:nth-child(3n+1),
.site-bottom .col-md-6:nth-child(2n+1) {
	clear: both;
}

/* Footer 2 */
.site-bottom.footer2 {
	background: #f2f2f2;
	padding: 30px 0 0;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 0;
}
.footer2 .site-bottom-ct {
	box-shadow: none;
	background: none;
	padding: 0;
}
.footer2 .widget {
	margin-bottom: 30px;
}