/*************************************************************************
* General Stuff. 	
*************************************************************************/

.pp_description {
	color: #222;
}

/*************************************************************************
* Style and Layout. 	
*************************************************************************/

/* set the main div */
.portfolio {
	margin: 8px;
	box-sizing: border-box;
	color: #222;
}

/* Add padding BETWEEN each column (if you want) */
.portfolio > .column {
	padding: 8px;
}


/* Create equal columns that floats next to each other */
.column {
	float: left;
	width: 96.8%;
	/* display: none; */ /* Hide columns by default */
}


/* Clear floats after rows */
.portfolio:after {
	content: "";
	display: table;
	clear: both;
}

/* The "show" class is added to the filtered elements */
.show {
	display: block;
}

.portfolio_album_title {
	color: #ffffff;
	text-align: center;	
}

.portcontent { 
	position: relative;
	background-color: #eeeeee;
	border: 1px solid #000;
	padding: 6px;
	height: auto;
}
	
.portcontent img { 
	border: 1px dashed #000;
	width: 100%;
}

.portcontent h4 { 
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

.portcontent p {
	padding: 0;
	margin: 0;
	height: auto;
	margin-bottom: 12px;
	/* 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
	*/
}
.portcontent p:hover {
	overflow: visible;
}

.portcontent p::first-letter {
	text-transform: capitalize;
}

div.desc {
	text-align: center;
}

.photoreqbtns { 
	position: absolute;
	/* background-color: #595959; */
	width: 95%; /* 87%; */
	bottom: 2px;
	/* margin-left: 2px; */
}
.photoreqbtns a { 
	font-size: 12px;
	color: #adadad;
	text-decoration: none;
} 
.photoreqbtns a:nth-child(1) { 
	/* float: left; */
	float: right;
} 
.photoreqbtns a:nth-child(2) { 
	float: right;
} 

.portfolio_request { 
	width: 100%; 
	text-align: center;
	padding: 6px;
}
.portfolio_request > div { 
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #000000;
	border-radius: 12px;
	width: 80%; 
	margin: 0 auto;
} 

.portfolio_request > div > h3 { 
	text-decoration: underline;
} 
.portfolio_request > div > img { 
	border: 1px solid #000000;
	border-radius: 12px;
	width: 100%;
} 
.portfolio_request > div > p { 
	margin: 0 auto;
	padding: 20px;
} 

/*
.radiodiv {
    display: inline-block;
    width: 90px;
    height: 20px;
    text-align: center;
    vertical-align: top;
    padding-top: 40px;
}

.radio {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
*/ 
.radiodiv {
	margin-bottom: 20px;
}
.radio { 
	padding: 10px;
}
.radiobtn { 
	margin: 4px;
}
.radiodiv input[type=text] {
	border-radius: 10px;
	width: 80%;
	display: block;
	margin: 0 auto;
}
.radiodiv input[type=submit] {
	border-radius: 10px;
}

.request_info { 
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%; 
	margin: 0 auto;
	border: 1px solid #000000; 
	border-radius: 12px;
}
.radio_info p {
	margin-bottom: 20px;
}
.request_response {
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #000000; 
	border-radius: 12px; 
	padding: 8px; 
	text-align: center;
}
#tinyinfo { 
	background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid #000000; 
	border-radius: 12px;
	padding: 2px 8px; 
} 

.page_links { 
	/* background-color: #ffffff; */
	color: rgba(255, 255, 255, 0.6); 
	padding: 2px;
	text-align: center;
	text-transform: capitalize; 
	height: 20px;
	/* position: relative; */
	/* width: 100%; */
}
.page_links a:link, 
.page_links a:visited, 
.page_links a:hover, 
.page_links a:active { 
	color: rgba(255, 255, 255, 0.6); 
	text-decoration: none; 
}
.page_links a:hover {
	color: #fff;
	text-decoration: underline;
}

/*************************************************************************
* @media & screen size. 	
*************************************************************************/

@media only screen and (min-width: 420px) {
	.column {
		width: 45.8%;
		text-align: center;
	}
	
	.portcontent { 
		height: 250px;
	}
	.portcontent img { 
		height: 50%;
		min-height: 120px;
		width: auto;
	}
}

@media only screen and (min-width: 520px) {
	.column {
		width: 46.6%;
	}
}

@media only screen and (min-width: 600px) {
	.column {
		width: 30.5%;
	}
}

@media only screen and (min-width: 720px) {
	.column {
		width: 31%;
	}
}

@media only screen and (min-width: 800px) {
	.column {
		width: 22.95%;
	}
}

@media only screen and (min-width: 1000px) {
	.column {
		width: 18.25%;
	}
}

/*
@media only screen and (min-width: 1600px) {
	.column {
		width: 15%;
	}
}
*/

/*************************************************************************
* End File
*************************************************************************/
