/*
	Theme Name: Pinbin Child
	Theme URI: http://colorawesomeness.com/themes/pinbin
	Description: Pinbin WordPress child theme.
	Author: Felix Schlosser
	Author URI: http://colorawesomeness.com/themes
	Version: 1.0.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: light, white, brown, gray, black, photoblogging, one-column, flexible-width, custom-background, custom-menu, featured-images, full-width-template, microformats, theme-options
	Template: pinbin	
*/

@import url("../pinbin-child/bootstrap/css/bootstrap.min.css");
@import url("../pinbin/style.css");

body {
	background-image: none;
	background: #fafafa;
}

table {
	border: none;
}

td {
	border: none;
}

td:hover {
	background: unset;
}










.pinbin-category{
	visibility: hidden;
	display: none;
}
.pinbin-date, .pinbin-meta{
	visibility: hidden;
	display: none;
}


#main-nav-wrapper {
    padding: 10px;
}




.main-nav ul li:hover ul {
  width: 180px;
}


#post-area .post {
	margin-right: 20px;
	width: 380px;
}
#post-area .post .pinbin-copy {
	width: 380px;
}
#post-area .post .pinbin-link a {
	margin-left: 317px;
} 

.type-page, .type-attachment, #post-area .post {
    border: 1px solid #dbdbdb;
}


@media (min-width: 768px) {
	.type-post, .type-page, .type-attachment {
		margin: auto;
		float: unset;
	}
}


/* Large devices (large desktops, 1200px and up) *
@media (min-width: @screen-lg-min) {
	#post-area .post {
		margin-right: 35px;
		width: 350px;
	}
}
/* Medium devices (desktops, 992px and up) *
@media (min-width: @screen-md-min) {
	#post-area .post {
		margin-right: 20px;
		width: 300px;
	}
}
/* Small devices (tablets, 768px and up) *
@media (min-width: @screen-sm-min) {
	#post-area .post {
		margin-right: 20px;
		width: 300px;
	}
}
/* Extra small devices (phones, less than 768px) *
@media (max-width: @screen-xs-max) { ... }
	#post-area .post {
		margin-right: 20px;
		width: 500px;
	}
}
*/
/*
@media (min-width: 992px) {
	#post-area .post {
		margin-right: 30px;
		width: 350px;
	}
	#post-area .post .pinbin-copy {
		width: 320px;
	}
	#post-area .post .pinbin-link a {
		margin-left: 261px;
	}  
}
@media (min-width: 768px) {
	#post-area .post {
		margin-right: 30px;
		width: 320px;
	}
}
@media (max-width: 768px) {
	#post-area .post {
		margin-right: 20px;
		width: 300px;
	}
}
*/

.footer-logos {
	color:#999999;
	min-height: 60px;
	text-align: center;
	padding: 15px 0;
	margin: auto;
}
.footer-logos div{
	float: left;
	margin: 0 10px;
}
.footer-logos p{
	text-align: center;
	margin: unset;
}
.footer-logos img{
	/*float: left;*/
}
.attachment-full {
	width: unset;
}



#copyright {
    text-align: center;
}




@media (max-width: 768px) {
	#wrap {
		width: unset;
	}
	#post-area {
		max-width: unset;
		width: unset;
	}
	#header{
		padding-bottom: 130px;
	}	
	.pinbin-image img {
		width: auto;
		height: auto;
	}
}

@media only screen and (max-width: 480px){
	.pinbin-image img {
		width: auto;
		height: auto;
	}
	.size-full {
		width: auto;
	}
	#post-area .post .pinbin-copy {
		width: auto;
	}
	.type-post .pinbin-copy {
		padding: 10px;
	}
}




.pinbin-copy  img {
	margin: 5px;
}
/*
.glyphicon-comment {
	color: #555;
	font-size: 30px;
	margin: 0 20px 0 0;
	float: left;
}
.glyphicon-download-alt {
	color: #555;
	font-size: 30px;
	margin: 0 5px 0 0;
	float: left;	
}
.comic-download {
	margin: 0 20px 0 0;
}
.comic-download p {
	margin: 4px 0;
	float: left;
	padding: 0;
}


.pinbin-copy  a:link{
	text-decoration: none;
}*/


/*
.post-nav {
	display: none;
	visibility: hidden;
}
*/

.post .pinbin-copy .more-link {
	text-decoration: none;
}
.post .pinbin-copy table {
	margin: 0;
}



.pinbin-copy .kodex_button,
.pinbin-copy .kodex_button input ,
.pinbin-copy #searchsubmit,
.pinbin-copy button,
.pinbin-copy .comment-submit,
.pinbin-copy input[type="submit"] {
	border: none;
    background: none;
}



#searchsubmit,button,.comment-submit,input[type="submit"] {
	border: none;
    background: none;
}
#searchsubmit:hover,.comment-submit:hover {
	border: none;
    background: none;
}	
	
	
	
/*** KODEX BUTTONS ***/


.kodex_buttons {
    float: left;
	padding: 0 20px 0 0;
}
.kodex_buttons button {
    border: none;
	color: #555;
}
.kodex_buttons button .icon {
}
.kodex_buttons button .icon::before {;
}
.kodex_buttons button .text {
}
.kodex_buttons button .counter {
}
.kodex_buttons button.kodex_like_button {
    border: none;
	background: url('../../../like.png') no-repeat;
	background-position: left top 5px;
	padding-left: 30px;
}
.kodex_buttons button.kodex_like_button .icon::before {
	content: none;
}
.kodex_buttons button.kodex_dislike_button {
    background: none;
    border: none;
}
.kodex_buttons button.kodex_dislike_button .icon::before {
}
.kodex_buttons button:hover {
    border: none;
    color: #99bb00;
}
.kodex_buttons button.kodex_button_loading {
    background: none;
    border: none;
}
.kodex_buttons button.kodex_button_active {
    border: none;
	background: url('../../../like.png') no-repeat;
	background-position: left top 5px;
	padding-left: 30px;
	color: #555;
}
.kodex_likes_count {
}
.kodex_likes_count::before {
}
.kodex_likes_count span {
}

/* mobile styles
-----------------------------------------------*/
@media only screen and (max-width: 768px) {
	.type-page {
		width: 100%;
	}
	
	
	.post {
		width: 100%;
		
		
	}
	.pinbin-image img {
		width: 100%;
	}
	
	.type-post, #main-nav-wrapper, nav {
		box-shadow: none;
		border: none;
	}
	
	
	
	
	
	.single-post .type-post {
		width: 100%;
	}
	.type-post .pinbin-copy{
		width: 100%;
	}
	.container{
		padding-right: 0;
		padding-left: 0;	
	}
	
	
	#post-area .post {
		margin-right: 0;
		width: 100%;
		border: none;		
	}
	#post-area .post .pinbin-link a {
		right: 0;
		margin: 0;
	}

	
	
}



