/*
Theme Name: WikiListia
*/


.tags-home{
overflow:auto;
padding: 10px 0;
}
.tags-home a{
margin-left: 10px;
    font-size: 18px;		
}
/* Begin Form Inputs
------------------------------------- */
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 3px 12px;
    border-radius: 5px;
    font-size: 15px;
}

.upload-btn-wrapper input[type=file] {
  position: absolute;
  left:0;
  top: 9px;
  opacity: 0;
	font-size:20px;
}
#thumb_upload_form{
	right: 24px;
    bottom: 0px;
	position:absolute;
}

form {
  margin: 0 auto;
}
form > div{padding:10px}
    
     input[type="text"],
     input[type="email"],
     input[type="password"] {
     width: calc(100% - 20px);
     padding: 10px;		 
	 border: solid 1px #ccc;
	 font-size:16px;
}
textarea{
	font-size:12px;
	padding:5px;
	border: solid 1px #ccc;
	width: calc(100% - 10px);
}
button{
	font-size: 17px;
    background: #18454f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
	cursor:pointer;
	border:none;
}
  

/* Form Input End
------------------------------------- */
.list-tags{
	overflow: auto;
    display: flex;
    font-size: 16px;
    padding: 10px 0px;
}
.list-tags a{
	margin-left:5px;
	color:darkblue;
}
.list-sort{ 
    margin: 15px 0px;
	background:#fff;
    border:solid 1px #eee;
}
.sbactive{
	color:#00888e!important;
	border-bottom:solid #00888e;
}
.list-sort a{
	margin-left:20px;
	color:#777;
	font-size:14px;
	font-weight:bold;
	padding:13px 0px;
}
.srtb{
	border-top:solid 1px #eee;
	
}
.list-sort strong{
	font-size:20px;
}
#add-item{
	background:#fff;
	border: solid 1px #eee;
}
#prdiv{
	position:relative;
}
#prdiv img{
	max-width:100%;
}
#prdiv label{
	position:absolute;
	right:0px;
	z-index:99;
	display:none;
}
#image_select {
    height:200px;
    padding: 2%;
    margin-right: .5%;
    border: solid 1px #ccc;
    border-radius: 5px;
    cursor: pointer;
	min-width: 100px;
    min-height: 100px;
}
input[type=radio]:checked + label>img {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #090;
}
label>span{
	position:absolute;
}
.ish{
	overflow: auto;
    height: 300px;
    border: solid #ccc 1px;
    margin: 20px 0px;
}

section{
	width:100%;
	float:left;
}
.load_more{
	font-size: 17px;
    background: #18454f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
	cursor:pointer;
	
}
.ch-card{
    border: 1px solid #eee;
	box-shadow: 2px 2px 7px 0 #cccccc52;
    width: 31%;
    margin: 10px;
    float: left;
	border-radius: 10px;
    overflow: hidden;
	background:#fff;
}
.ch-cover{
    width: 100%;
}
.ch-cover-holder{
	width:100%;
	height:130px;
	overflow:hidden;
}
.ch-thumb{
	height: 75px;
    width: 75px;
    border-radius: 50%;
    left: 12px;
    top: -45px;
    border: solid 2px #fafafa;
	
}
.chsetlink{
	position:absolute;
	right:10px;
	top:10px;
}
.cta-button{
    padding: 8px;
    font-size: 15px;
    border-radius: 5px;
    background: #eee;
}
.cta-clicks{
	padding-right: 6px;
    color: #999;
    font-size: 11px;
}
}
.image-credit{
	right:10px;
    color: #888;
    font-style: italic;
	position:absolute;
}
.actedit{
	right: 7px;
    top: 30px;
}
.suggest-item{
	padding: 10px;
    border: solid 1px #ccc;
    margin: 20px 0px;
}


/* Begin Action Button
------------------------------------- */

.icon50{
	height:28px;
	padding:10px;
}
.vote-count{
line-height: 48px;
    font-size: 17px;	
}
.already-voted{
		fill:red ; stroke-width:0;
		pointer-events:none;
	}

/* Begin Add Item Form
------------------------------------- */

#create-list-form{
	padding:12px;
}
.adm-bred {
    margin:0 auto;
    max-width: 760px;
    font-size: 1.3em;
    padding:10px 0;
}
#adm-column {
    max-width: 760px;
	width:100%;
	margin:0 auto;
	background:#fff;
	border: solid 1px #eee;
	min-height:230px;
}
ol, ul{
	list-style:none;
	padding:0px;
	margin:0;
}
#list_thumbs img{
	width:100%;
	height:auto;
}
/* Begin Single Post
------------------------------------- */
.list-auth img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
	margin:5px 2px 5px 0px;
}

/* Begin Commom Reusable Classes
------------------------------------- */
.hide{
	display:none;
}
.show{
	display:block;
}
.deskhide{
display:none;	
}
.mobhide{
display:block;	
}
.flex{
	display:flex;
}
.w100{
	width:100%;
}
.bgwhite{
	background:#fff;
}
.floatl{
	float:left;
}
.floatr{
	float:right;
}
.txtright{
	text-align:right;
}
.txtleft{
	text-align:left;
}
.txtcenter{
	text-align:center;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.fixed{
	position:fixed;
}
.xxl{
	font-size:2.5em;
}
.xl{
	font-size:2.0em;
}
.lg{
	font-size:1.5em;
}
.md{
	font-size:1.3em;
}
.sm{
	font-size:1.0em;
}
.xs{
	font-size:0.8em;
}
.gray{
	color:#777;
}



.pd5{
	padding:5px;
}
.pd10{
	padding:10px;
}
.mg5{
	margin:5px;
}
.mg10{
	margin:10px;
}

/* Begin Share Popup
------------------------------------- */
#share_pop{
	min-height:500px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #444;
	z-index:999;
}
#close-share{
     font-size: 20px;
    color: #333;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 10px;
}
#share-box{
	width: 100%;
    max-width: 250px;
	height:250px;
    margin: 0 auto;
    padding: 15px;
    background: #fff;
    border: solid 1px #eee;
    margin-top: 150px;
	text-align:center;
	border-radius:10px;
}
.share-links a{
    width: 100%;
    float: left;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

/* Begin Comment Popup
------------------------------------- */
#comments_holder{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #444;
	z-index:999;
}
#close-comm{
 font-size: 30px;
    float: right;
    color: red;
	cursor: pointer;
	position:absolute;
	top:6px;
	right:15px;
}
#comment-box{
	width: 100%;
	height:100%;
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: solid 1px #eee;
	position:relative;
}
#comment_submit{
	position:fixed;
	bottom:0;
	background:#fafafa;
	width: 100%;
    max-width: 700px;
    margin: 0 auto;
	padding: 7px 0px;
    border-top: solid 1px #eee;
}
#comment_author, #comment_email{
	width: 96%;
    font-size: 14px;
    padding: 5px;
    margin: 6px;
	border-top: solid 1px #eee;
}
#comment_content{
	width: 96%;
    font-size: 14px;
    padding: 5px;
    margin: 6px;
    border: solid 1px #eee;
    height: 70px;
    border-radius: 5px;
	
}
#submit_comment{
   width: 70px;
    padding: 5px 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    background: #00888e;
    color: #fff;
}
#item_title{
	width: 100%;
    font-size: 20px;
    padding: 10px 0px;
    text-align: center;
    border-bottom: solid 1px #eee;
}
.comment-holder{
	padding:10px 23px;
}
.comment-content{
color:#777;	
}
.comment-author{
font-weight:bold;	
}
.comment-likes{
color:#0f65ef;
}
#no-comment{
	font-size: 22px;
    text-align: center;
    margin-top: 30px;
}







/* Begin Login Popoup
------------------------------------- */
#login_box_container{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #fff;	
	z-index:999;
}
#closelogin{
 font-size: 30px;
    float: right;
    padding: 30px;
    color: red;
	cursor: pointer;
}
#login-box{
	width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 15px;
    background: #fafafa;
    border: solid 1px #eee;
    margin-top: 150px;
	text-align:center;
}
#login-box input {
  width: 100%;
    padding: 10px 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
}
#login-box button {
  width: 100%;
    padding: 10px 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
	background: #00888e;
	color:#fff;
}
.u-form-group{
	margin-top:10px;
}
/* Begin Add Item Holder
------------------------------------- */


/* Begin List Card
------------------------------------- */
.list-card{
	height:120px;
	width:48%;
	float:left;
	background:#fff;
	overflow:hidden;
	margin:10px;
	display:flex;
	box-shadow:2px 2px 7px 0 #cccccc52;
	border-radius:5px;
}

.li-card-content{
	padding:10px;
	width:100%;
	position:relative;
	border-left:solid 1px #fafafa;
}
.li-card-auth{
	display:flex;
	position: absolute;
    bottom: 4px;
}
.li-card-auth img{
	width:30px;
	height:30px;
	border-radius:50%;
	margin:5px;
}
.li-card-auth small{
    line-height:3em;
	font-size:0.8em;
}



/* Begin Typography &amp; Colors
------------------------------------- */

body {
    font-size: 80%;
    font-family: Arial, Sans-Serif;
    background: rgb(250, 250, 250);
    color: #333;
}
#footer {
    background: #52a0a9;
    border: none;
}

small {
    font-size: 0.9em;
    line-height: 2em;
}
p{
	font-size: 1.2em;
	line-height:1.6em;
}

.heading, h4 {
    margin: 10px 5px;
    padding: 3px;
    color: #00888e;
    border-bottom: 3px solid #00888e;
    text-transform: uppercase;
	font-size:20px;
}

h1,h2,h3 {
    font-family: arial, sans-serif;
    font-weight: bold;
	margin: 0px;
	padding:0px;
}
.hometitle{
    margin: 0 auto;
    padding: 10px;
}
h1{
	font-size:2.4em;
}
h2 {
    font-size: 1.9em;
}
h2 {
    font-size: 1.1em;
}
h3 {
    font-size: 1.3em;
}
#sidebar h4 {
    font-size: 1.1em;
}
acronym,
abbr,
span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
}

a,
a:visited{
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #C32364;
}

.sticky {}


/* Begin Structure
------------------------------------- */

body {
    margin: 0 0;
    padding: 0 0 0 0;
}

#page {
    margin: 0px auto 0;
    padding: 0;
	text-align:left;
    width: 1000px;
	margin-top:100px;
	min-height:650px;
}
#page-home {
    padding: 0;
    text-align: left;
    max-width: 1400px;
    margin: 0 auto;
}
#page-channel{
	margin: 0 auto;
    width: 100%;
    max-width: 1000px;
	padding-top:90px;
}
#banner-section{
	background:#eee;
	height:250px;
	position:relative;
}
.profile-img-big{
	width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    border: solid 5px #fff;
    overflow: hidden;
    left: 30px;
    bottom: -75px;
	z-index:9;
}
.ch-links{
	position: absolute;
    right: 10px;
    bottom: 18px;
}
.ch-links a{
	color: #333;
    background: #fafafa;
    padding: 8px 10px;
    margin: 5px;

}
.ch-about{
	border:solid 1px #eee;
	padding:9px;
	background:#fff;
}

#adsbar {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.0em;
    background: #D1E5EE;
    font-weight: bold;
    line-height: 1.9em;
    color: #333;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #DDD;
    padding: 10px 0px 10px 30px;
    text-align: left;
}

#adsbar a {
    text-transform: uppercase;
    text-decoration: underline;
    margin-right: 5px;
    border: 0px solid #DDD;
    padding: 5px;
    color: #333;
}

#adsbar a:hover {
    text-decoration: none;
}

.narrowcolumn {
    max-width: 700px;
	width:100%;
	float:left;
}
.homenarrow {
    max-width: 1000px;
	width:100%;
	float:left;
}

.content {
    margin: 10px 0;
    text-align: left;
}



.postmetadata {
    clear: left;
}

#footer {
    color: #FFF;
    padding: 15px 0 20px;
    font-size: 1em;
    clear: both;
}

#footer p {
    margin: 0;
    padding: 5px 0;
    text-align: center;
}

#footer a {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #999;
}

#footer a:hover { 
	color: #CCC;
    border-bottom: 0px dotted #CCC;
}

/* Begin Headers and Menu
------------------------------------- */
#header {
	background:#fff;
	border-bottom: solid 1px #eee;
	z-index:999;
    position: fixed;
    width: 100%;
    top: 0;
	box-shadow: 2px 2px 7px 0 #cccccc52;
	height:70px;
}
#header a{
	color:#333;
}
#page-header{
	width:100%;
	margin-top:70px;
	background:#ffff;
    padding-top: 40px;
    text-align: center;
}
.nav1{
   position: absolute;
    left: 30px;
	top:18px;
}
.nav2{
   position: absolute;
    right: 30px;
	top:22px;
}
.nav1 img, .nav2 img{
	height:30px;
	padding-top:1px;
}
.createlink{
	line-height: 30px;
    font-size: 17px;
    color: #C32364!important;
    margin-right: 15px;
}
.nav3{
   width: 380px;
    margin: 0 auto;
    font-size: 20px;
	padding-top: 20px;
	position:relative;
}
.nav3 img{
	height:25px;
}

.nav3-1{
	width: 280px;;
}
.nav3-1 a{
	width:33%;
}
.nav3-2{
	font-weight: bold;
    color: #52a0a9!important;
    position: absolute;
    right: 10px;
	bottom:0px;
}
.sitelogo{
	width:200px;	
}
.blogtitle{
	margin-left:16px;		
}
.menu-links a{
	color:#222;
}
.menu-links{
	padding:0px;
	background:#fafafa;
}
.menu-tags{
	background:#fff;
	padding-top:15px;
}
.menu-tags li{
	font-size:18px;
	line-height:45px; 
	list-style:none;
	padding-left:15px;
	border-bottom: solid 1px #fafafa;
}
.menu-links li{
	font-size:15px;
	line-height:35px;
	list-style:none;
	border-bottom: solid 1px #eee;
	padding-left:15px;
    
}
.lightbox {
display:none;
background:rgba(0,0,0,.6);
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:999;
}
.mmenuc { 
display:none;
background:#fff;
position:fixed;
left:0;	
top:0;
width:60%;
max-width:300px;	
height:100%;
z-index:999;	
padding:0;	
}
.profile-img{
	width: 75px;
    height: 75px;
    border-radius: 50%;
    border: solid 3px #fff;
    overflow: hidden;
	margin: 0 auto;
	margin-bottom:5px;
}
.profile-name span{
	text-shadow: 2px 2px 2px #888;
	font-size: 25px;
    color: #fff;
}
.mmenu-top{
	height:150px;
	background:#eee;
	overflow:hidden;
}
.profile-name{
	top: 15px;
    width: 100%;
}
/* Begin Images
------------------------------------- */


.rssicon {
    vertical-align: middle;
    border: 0;
    padding-right: 5px;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding-left: 10px;
    display: inline;
}

img.alignleft {
    padding-right: 10px;
    display: inline;
}

.thumb {
    float: left !important;
    margin: 10px 5px 0 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}


/* Begin Lists
------------------------------------- */


.postmetadata ul,
.postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

#sidebar ul,
#sidebar ul ol {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

#sidebar ul p,
#sidebar ul select {
    margin: 5px 0 8px;
}

#sidebar ul ul,
#sidebar ul ol {
    margin: 5px 0 0 10px;
}

#sidebar ul ul ul,
#sidebar ul ol {
    margin: 0 0 0 10px;
}

#sidebar ul ul li,
#sidebar ul ol li {
    margin: 3px 0 0;
    padding: 3px 0;
    border-bottom: 1px solid #eee;
}


/* Begin Form Elements
------------------------------------- */

.header-search {
    float: right;
	
}
.header-search-mobile {
		display:none;
    }


#searchform {
	
	padding:50px 0px;
}

#searchform #s {
    border: 1px solid #999;
    padding: 7px;
    margin: 15px 0; 
    min-width: 200px;
    max-width: 90%;
}

#searchsubmit {
    cursor: pointer;
    background: #C32364;
    border: 1px solid #C32364;
    color: #fff;
    font-weight: bold;
    padding: 7px;
    text-transform: uppercase;
}

#searchsubmit:hover {
    background: #ac2925;
}

.screen-reader-text {
    display: none;
}

.formbutton {
    cursor: pointer;
}


/* Begin List Items
------------------------------------- */
#list-items{
	padding:0px;
	margin:0px;
	list-style:none;
}
#list-items h2{
	padding:15px 10px;
	font-size: 1.7em;
}
#list-items li{
    background: #fff;
	margin-bottom:15px;
    padding-bottom: 10px;
	border: solid 1px #eee;
    border-radius: 5px;
}
#list-items p{
	padding:0px 10px;
}
.actb1{
	padding-left:10px;
}
.actb2{
	width:80%;
}

/* Begin Sidebar
------------------------------------- */

#sidebar {
    padding: 0px 10px 10px 0;
    float: right;
    width: 275px;
    background: #fff;
    font-size: 1.2em;
    line-height: 1.6em;
    overflow: hidden;
	margin-top:15px;
	border: solid 1px #eee;
}

#adbox {
    padding: 5px;
    margin: 0 0;
    background: #ffffff;
    overflow: hidden;
}

.emptybox {
	border: 2px solid #CCC;
	background-color: #fff;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

/* Begin Tags &amp; Classes
------------------------------------- */

acronym,
abbr,
span.caps {
    cursor: help;
}

acronym,
abbr {
    border-bottom: 1px dashed #999;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1em;
}

.mainnav a {
    background: #C32364;
    color: #FFF !important;
    padding: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

.mainnav a:hover {
    background: #AC2925;
}


/* Captions
------------------------------------- */

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    text-align: center;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
}

.wp-caption img {
    margin: 0;
    padding: 5px;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/* Responsive Design
------------------------------------- */

@media screen and (max-width: 800px) {
  
    #page {
        width: 100%;
        border: 0;
    }
	#header{
		height:90px;
	}
	#page-header{
		margin-top:90px;
	}
	.sitelogo{
	width:170px;
}
	.nav1 img, .nav2 img{
		height:26px;
	}
	.blogtitle{
	margin-left:16px;		
}
	.nav1{
    position: absolute;
    left: 15px;
	top:15px;
}
	.nav2{
    position: absolute;
    right: 15px;
	top:15px;	
	}
	.nav3{
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
	margin-top: 42px;	
}
.nav3 img{
	height:15px;
}
	.nav3-1 {
    width: calc(100% - 100px);
	padding-left:15px;	
}
	.top-tags{
	font-size:16px;	
	}
	
  .mobhide{
   display:none!important;	
   }
   .deskhide{
   display:block!important;	
   }
    .narrowcolumn {
        float: left;
        display: block;
        width: 100%;
        clear: right;
    }
	#list-items h2{
	font-size: 1.3em;
}
    #sidebar {
        float: none;
        display: block;
        padding: 5px;
        margin: 10px;
        width: 100%;
        background: #fff;
    }
	.list-card{
		width:95%;
	}
	.ch-card{
		width:95%;
	}

}

@media screen and (max-width: 600px) {
    .header-search {
        display:none;
    }
	.header-search-mobile {
        float: none; 
		display:block;
		margin: 5px 0;
    } 
}