/*
Theme Name: BASwanson
Theme URI: http://www.benjaminadlerswanson.com/
Author: Benjamin Adler Swanson
Author URI: http://www.bswnsn.com/
Description: Gallery site for Benjamin Swanson
Version: 1.2.0

BASwanson WordPress Theme © 2025 Benjamin Swanson
*/

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

html {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: scroll;
    word-wrap: break-word;
    height: 100%
}

body {
	background-color: #FFF;
	position: relative;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'Untitled Sans', Helvetica, Arial, sans-serif;
	font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #333
}

a {
	-webkit-transition: color 0.2s ease 0s;
    -moz-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    -ms-transition: color 0.2s ease 0s;   
	transition: color 0.2s ease 0s
}

a:link, a:visited, a:active {
	text-decoration: none; 
	color: #333
}

a:hover {
	text-decoration: none;
	color: #AAA
}
	
a img {
	border-width: 0
}
	
ul:before, ul:after {
    content: "";
    display: table
}

ul:after {
    clear: both
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
	
div:before, div:after {
	content: "";
	display: table
}

div:after {
	clear: both
}

div {
	list-style: none;
	padding: 0px;
	margin: 0px;
	*zoom: 1
}
	
h1 {
	font-family: 'Untitled Sans', Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
	color: #333;
	padding: 0px;
	margin: 0px
}

h2 {
	font-family: 'Untitled Sans', Helvetica, Arial, sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: 400;
	color: #333;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h3 {
	font-family: 'Untitled Sans', Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
	color: #333;
	margin: 0px 0px 15px 0px;
	padding: 0px
}

h4 {
	font-family: 'Untitled Sans', Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
	font-size: 25px;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 0px
}

p {
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	margin: 0px 0px 15px 0px;
	padding: 0px
}

/* Layout */

#email-wrapper {
	float: left;
	width: 100%;
	left: auto
}

#layout {
	width: 100%;
	height: 100%
}

#layout-padding {
	position: absolute;
	padding-bottom: 15px;
	left: 15px;
	right: 15px
}

#column-A {
	position: fixed;
	width: calc(100% - 30px);
	height: 50px;
	background-color: #FFF;
	z-index: 20
}

#name {
	float: left;
	padding-top: 27px
}

#name h1 {
	font-family: 'Untitled Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 24px
}

#name a {
	-webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s;   
	transition: color 0.3s ease 0s
}

#name a:hover {
	color: #AAA
}

#links {
	float: right;
	font-size: 15px;
	line-height: 19px;
	padding-top: 31px
}

#links li {
	float: left;
	margin-left: 15px
}

#links a:hover {
	color: #AAA
}

#column-B {
	margin-top: 70px;
	margin-bottom: 30px;
	padding-top: 15px;
	border-top: 1px solid #333
}
	
#navigation {
	font-size: 19px;
	line-height: 24px
}

#navigation li {
	float: left
}

#navigation a:hover {
	color: #AAA
}

.menu li:after{
    content: ",";
    margin-right: 10px
}

.menu li:last-child:after{
    content: "";
    margin-right: 0px
}

.current-menu-item a {
	color: #333
}
	
#column-C {
	float: right;
	width: 100%;
	left: auto
}

#column-C > .x-1 {
	margin-bottom: 15px
}

#column-C > .x-3 {
	padding-top: 25px;
	padding-bottom: 5px
}
	
.title {
	font-weight: 400;
	font-size: 25px;
	line-height: 31px;
	padding-top: 18px;
	border-top: 2px solid #333
}

#image-wrapper {
	width: 100%;
	text-align: center
}

#image-wrapper a {
	position: relative;
	display: inline-block
}

#image-wrapper img {
	max-width: 100%
}

.slide {
	display: none
}

.title {
	display: none
}

.desc {
	display: none
}

.blog {
	display: visible
}

#thumbnails {
	visibility: hidden;
	line-height: 10px
}

#thumbnails li { 
	float: left;
	width: 40px;
	height: 40px;
	margin: 1px 1px 0px 0px;
	overflow: hidden
}

#thumbnails a {
	-webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    -ms-transition: opacity 0.2s ease 0s;   
	transition: opacity 0.2s ease 0s
}

#thumbnails a:hover {
	opacity: .6
}

#thumbnails img {
	width: 50px;
	height: 50px;
	margin-top: -5px;
	margin-left: -5px
}

.currentthumb {
	opacity: .4
}
	
#contact {
	background: rgba(255, 255, 255, 0.6);
	position: fixed;
	display: table;
	width: 100%;
	height: 180px;
	top: -180px;
	z-index: 30;
	visibility: hidden
}	
#contact {
	-webkit-transition: all .667s ease 0s;
    -moz-transition: all .667s ease 0s;
    -o-transition: all .667s ease 0s;
    -ms-transition: all .667s ease 0s;   
	transition: all .667s ease 0s
}

#contact a {
	color: #333
}

#contact a:hover {
	color: #AAA
}

#contact div {
	display: table-cell;
	font-size: 21px;
	line-height: 24px;
	text-align: left;
	vertical-align: middle;
	margin: 0px auto 0px auto;
	padding-left: 15px;
	padding-right: 15px
}

#contact:target {
	max-height: 100%;
	height: 100%;
	top: 0px;
	visibility: visible
}	
	

.about {
	position: relative;
	width: 100%;
	padding-bottom: 30px
}

.about h2 {
	padding-top: 18px;
	border-top: 2px solid #333
}

.bio-wrapper {
	font-size: 15px;
	line-height: 19px;
	padding-top: 2px;
	margin-bottom: 20px
}

.bio {
	float: left;
	width: 100%;
	padding-top: 6px
}
.bio p {
	padding-bottom: 10px;
	}

.download {
	display: none;
	float: left;
	height: 30px;
	width: 24px;
	border: 1px solid #333;
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;   
	transition: all 0.2s ease 0s
}

.download:hover {
	width: 140px;
	border: 1px solid #333
}

.download a {
	background-image: url("site/download_AAA.svg");
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 110px;
	padding-left: 30px;
	padding-top: 6px;
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;   
	transition: all 0.2s ease 0s
}

.download a:hover {
	background-image: url("site/download_000.svg");
	color: #AAA
}

.grid-item {
	padding-top: 15px
}

.grid-item h3 {
	-webkit-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;   
	transition: color 0.4s ease 0s
}

.grid-item:hover > .year h3 {
	color: #AAA
}
	
@media (min-width:768px) {


#layout-padding {
	top: 10px;
	right: 50px;
	left: 50px
}
	
#column-A {
	position: relative;
	background: none;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #333;
	margin-bottom: 15px
}
	
#column-B {
	margin-top: 0px;
	padding-top: 0px;
	border: 0px
}
	
#column-C > .x-1 {
	float: right;
	height: auto;
	width: 275px
}

#column-C > .x-2 {
	float: left;
	width: calc(100% - 290px);
	min-height: 175px;
	margin: 0px
}

#column-C > .x-3 {
	float: right;
	width: 275px;
	padding: 0px
}
	
#column-D {
	position: fixed;
	width: 275px;
	bottom: 15px;
	right: 50px
}

#name {
	width: auto;
	padding-top: 14px;
	padding-bottom: 6px
}

#name h1 {
	font-size: 36px;
	line-height: 40px;
}

.title {	
	padding-top: 0px;
	border-top: 0px;
}
	
#image-wrapper {
	text-align: right
}
	
#caption p {
	min-height: 105px
}
	
#thumbnails {
	visibility: visible
}
	
#thumbnails li { 
	width: 30px;
	height: 30px
}

#thumbnails img { 
	width: 40px;
	height: 40px;
	margin-top: -5px;
	margin-left: -5px
}
	
#contact div {
	font-size: 36px;
	line-height: 40px;
	padding-left: 50px;
	padding-right: 50px
}
	
	
.about p {
	font-family: 'Untitled Sans', Helvetica, Arial, sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: 400;
	color: #333
}

.bio {
	width: calc(100% - 157px);
	padding-right: 15px
}

.download {
	display: inherit
}

.grid-item li {
	float: left
}

.year {
	width: 25%
}

.event {
	width: 70%;
	padding-top: 6px;
	padding-right: 5%
}
	
}

@media (min-width:1025px) {

#email-wrapper {

}

#column-A {
	height: inherit;
	margin-bottom: 30px;
	border-bottom: 0px
}

#column-B {
	float: left;
	width: 175px;
	height: 100%;
	margin-right: 40px;
	padding: 0px
}

#column-C {
	width: calc(100% - 215px);
	left: 215px
}

#column-C > .x-1 {
	float: right;
	height: auto;
	width: 275px
}

#column-C > .x-2 {
	float: left;
	width: calc(100% - 290px);
	min-width: 420px;
	margin: 0px
}

#column-C > .x-3 {
	float: right;
	width: 275px
}
	
#name {
	float: right;
	width: calc(100% - 215px);
	text-align: left;
	border-bottom: 1px solid #333
}

#links {
	width: 200px;
	float: left;
	padding-bottom: 10px
}

#links li {
	margin-right: 15px;
	margin-left: 0px
}

#navigation {
	font-size: 25px;
	line-height: 25px
}

#navigation li {
	float: inherit;
}

#navigation a {
	display: block;
	padding-bottom: 26px
}

.menu li:after{
    content: "";
    margin-right: 0px
}
	
#image-wrapper {
	text-align: center
}
	
#thumbnails li { 
	width: 40px;
	height: 40px
}

#thumbnails img { 
	width: 50px;
	height: 50px;
	margin-top: -5px;
	margin-left: -5px
}
	
#contact div {
	padding-left: 265px
}
	
}

@media (max-height:565px) and (min-width:768px) {

#column-D {
	position: inherit;
	float: right;
	width: 275px;
	bottom: inherit;
	right: inherit
	}
	
}

@media (min-height:815px) and (min-width:768px) {

#column-D {
	position: fixed;
	float: inherit;
	width: 275px;
	bottom: calc(100% - 800px);
	right: 50px
	}
	
}

@media (min-height:775px) and (min-width:1025px) {

#column-D {
	position: fixed;
	float: inherit;
	width: 275px;
	bottom: calc(100% - 760px);
	right: 50px
	}
	
}

@media (min-width:1250px) {

#layout-padding {
	position: relative;
	width: 1150px;
	right: auto;
	left: auto;
	margin: 0px auto 0px auto
	}

#column-D {
	right: calc((100% - 1150px)/2)
	}
	
#contact div {
	padding-left: calc((100% - 720px)/2)
	}
	
}