/*
Theme Name: Laurie
Theme URI: http://www.smokestack.ca
Description: Custom Build For Laurie Zinkand-Selles based on Reset
Author: LAiNE
Author URI: http://www.smokestack.ca
Version: 1.0
*/

.chromeframe {
	position: absolute;
	top: 0;
}
/* GLOBAL
-------------------------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	white-space: normal;
	vertical-align: top;
	clear: none;
	border: none;
}
/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

body {
	font-size: 15px;
}
body, select, input, textarea {
	color: #333;
}
a {
	color: #03f;
}
a:hover {
	color: #69f;
}
p {
	clear: none;
	line-height: 1.3em;
	font-weight: 300;
}
.entry-content > p {
	margin-bottom: 2em;
	font-family: "eskapade", sans-serif;
	
}

::-moz-selection {
background: #fcd700;
color: #fff;
text-shadow: none;
}
::selection {
	background: #fcd700;
	color: #fff;
	text-shadow: none;
}
a:link {
	-webkit-tap-highlight-color: #fcd700;
}
ins {
	background-color: #fcd700;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #fcd700;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder {
color:#a9a9a9;
}
textarea:-moz-placeholder {
color:#a9a9a9;
}
/* GLOBAL
-------------------------------------------------------------------------------*/

.editThis a, .editThis a:visited {
	color: #FFF;
	padding: 1em 2em;
	text-transform: uppercase;
	background: red;
	margin: 1em auto;
	display: inline-block;
	font-size: 80%;
}
.padded {
	padding: 5% 10%;
}
.paddedHorz {
	padding: 0 10%;
}
.rightPad {
	padding: 0 5% 10% 0;
}
.read-more {
	font-weight: bold;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	white-space: nowrap;
	text-decoration: none;
}
.closeIt {
	left: 0;
	padding: 10px;
	text-align: center;
	position: absolute;
	margin: 0 5%;
	vertical-align: middle;
	border: 2px solid;
}
.download {
	border: 2px solid;
	padding: 1em 2em;
	text-align: center;
}
.Xbutton {
	fill: #637E9B;
}
.closeIt:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	background: #637e9b;
}
.closeIt:hover .Xbutton {
	fill: #fff;
}
.closeIt:focus {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}
.closeIt:focus .Xbutton {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}
/* SEARCH
-------------------------------------------------------------------------------*/
/* Individual styles */


#searchform {
	display: -webkit-flex;
	display: flex;
	position: relative;
}
.submitBtn {
	border-radius: none;
	border: none;
	text-align: center;
	background: #637e9b;
	color: #fff;
	width: 100px;
	padding: 0 5%;
}
.searchIcon {
}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	max-width: 400px;
	width: calc(100% - 2em);
	vertical-align: top;
}
.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	color: #aaa;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}
.input__field:focus {
	outline: none;
}
.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #637e9b;
	font-weight: bold;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.input__label-content {
	position: relative;
	display: block;
	padding: 1em 0;
	width: 100%;
	font-size: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
}
.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}
.icon {
	color: #ddd;
	font-size: 150%;
}
/* Haruki */

.input--haruki {
	margin: 0 0 1em;
}
.input__field--haruki {
	padding: 0.4em 0.25em;
	width: 70%;
	background: transparent;
	color: #AFB5BB;
	font-size: 1.55em;
}
.input__label--haruki {
	position: absolute;
	width: 100%;
	text-align: left;
	pointer-events: none;
}
.input__label-content--haruki {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.input__label--haruki::before, .input__label--haruki::after {
	content: '';
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 2px;
	background: #637e9b;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.input__label--haruki::before {
	top: 0;
}
.input__label--haruki::after {
	bottom: 0;
}
.input__field--haruki:focus + .input__label--haruki .input__label-content--haruki, .input--filled .input__label-content--haruki {
	-webkit-transform: translate3d(0, -90%, 0);
	transform: translate3d(0, -90%, 0);
}
.input__field--haruki:focus + .input__label--haruki::before, .input--filled .input__label--haruki::before {
	-webkit-transform: translate3d(0, -0.5em, 0);
	transform: translate3d(0, -0.5em, 0);
}
.input__field--haruki:focus + .input__label--haruki::after, .input--filled .input__label--haruki::after {
	-webkit-transform: translate3d(0, 0.5em, 0);
	transform: translate3d(0, 0.5em, 0);
}
/* TRANSITION & ANIMATION
-------------------------------------------------------------------------------*/

.child, .menu-item {
	-webkit-animation: fadein 0.5s ease-out; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 0.5s ease-out; /* Firefox < 16 */
	-ms-animation: fadein 0.5s ease-out; /* Internet Explorer */
	-o-animation: fadein 0.5s ease-out; /* Opera < 12.1 */
	animation: fadein 0.5s ease-out;
}
.gallery-item:nth-child(odd) {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation: scalein 0.5s ease-out; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: scalein 0.5s ease-out; /* Firefox < 16 */
	-ms-animation: scalein 0.5s ease-out; /* Internet Explorer */
	-o-animation: scalein 0.5s ease-out; /* Opera < 12.1 */
	animation: scalein 0.5s ease-out;
}
.gallery-item:nth-child(even) {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation: scalein 0.8s ease-out; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: scalein 0.8s ease-out; /* Firefox < 16 */
	-ms-animation: scalein 0.8s ease-out; /* Internet Explorer */
	-o-animation: scalein 0.8s ease-out; /* Opera < 12.1 */
	animation: scalein 0.8s ease-out;
}
.gallery-item:nth-child(n+3) {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation: scalein 0.3s ease-out; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: scalein 0.3s ease-out; /* Firefox < 16 */
	-ms-animation: scalein 0.3s ease-out; /* Internet Explorer */
	-o-animation: scalein 0.3s ease-out; /* Opera < 12.1 */
	animation: scalein 0.3s ease-out;
}
/* TYPOGRAPHY
-------------------------------------------------------------------------------*/
body {
	color: #637e9b;
	font-family: "museo-sans", sans-serif;
}
.museo {
	font-family: "museo-sans", sans-serif;
}
.eskapade {
	font-family: "eskapade", sans-serif;
	font-style: italic;
	font-weight: 400;
}
.cntr {
	text-align: center;
}
.xlargeSize {
	font-size: 400%;
}
.largeSize {
	font-size: 250%;
}
.medSize {
	font-size: 150%;
}
.regSize {
	font-size: 90%;
}
.smallSize {
	font-size: 90%;
}
.xsmallSize {
	font-size: 70%;
}
.xsmallerSize {
	font-size: 60%;
}
.xxsmallSize {
	font-size: 50%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.3em 0;
	padding: 0;
}
h1 {
	font-size: 180%;
	font-weight: 100;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h5 {
	font-size: 105%;
}
.thinWeight {
	font-weight: 100;
}
.regWeight {
	font-weight: 300;
}
.medWeight {
	font-weight: 400;
}
.heavyWeight {
	font-weight: 700;
}
.thickWeight {
	font-weight: 900;
}
.condSpace {
	letter-spacing: -0.1em;
}
.medSpace {
	letter-spacing: 0.1em;
}
.wideSpace {
	letter-spacing: 0.2em;
}
.tightLineHeight {
	line-height: 1.1em;
}
.wideLineHeight {
	line-height: 1.3em;
}
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: capitalize;
}
.linewrap {
	word-wrap: break-word;
	width: 100%;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignright {
	float: right;
	padding: 0 0 2em 2em;
}
.alignleft {
	float: left;
	padding: 0 2em 2em 0;
}
.alignCenter {
	text-align: center;
}
.aligncenter {
	clear: both;
	float: none;
	text-align: center;
}
a, a:visited {
	color: #66819F;
	text-decoration: none;
}
a:hover {
	color: #66819F;
}
.noWrap {
	white-space: nowrap;
	text-wrap: none;
}
.clr {
	clear: both;
}
.fltLeft {
	float: left;
}
.fltRight {
	float: right;
}
.noFlt {
	float: none;
}
p > a, p > a:visited {
	text-decoration: underline;
}
/* STRUCTURE
-------------------------------------------------------------------------------*/

#wrapper {
	width: 100%;
	position: relative;
	z-index: 8888;
}
.mstrHead {
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 4em 0 0;
}
.mstrHead > h1 {
	padding: 0 5%;
}
.contentWrap {
	width: 100%;
	display: inline-block;
	clear: both;
}
/* NAVIGATION
-------------------------------------------------------------------------------*/

.mainNav {
	padding: 2em 0;
	background: rgba(255,255,255,0.9);
	border-bottom: #fff 3px solid;
}
.mainNav .menu {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	padding: 0 10%;
}
.menu-item {
	display: inline-block;
	padding: 0 5%;
	font-weight: 300;
	letter-spacing: 0.15em;
	text-align: center;
}
.menu-item > a {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}
.menu-item > a:after, .menu-item > a:before {
	position: relative;
	clear: both;
	margin: 5px auto;
	display: block;
	padding: 0;
	background: #637d9b;
	width: 70%;
	height: 2px;
	content: ' ';
	opacity: 0;
	border-radius: 5px;
}
.menu-item > a:before {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
.menu-item > a:after {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}
.menu-item:hover > a:after, .menu-item:hover > a:before {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.current-menu-item:hover > a:before{
	opacity:0;
}

.current-menu-item > a:after{
	position: relative;
	clear: both;
	margin: 5px auto;
	display: block;
	padding: 0;
	background: #637d9b;
	width: 70%;
	height: 2px;
	content: ' ';
	opacity: 1;
	border-radius: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}


.postNav {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.navNext > a, .navNext > a:visited, .navPrev > a, .navPrev > a:visited {
	text-decoration: none;
}
.postNav li {
	clear: none;
	list-style: none;
}
.next, .prev {
	vertical-align: middle;
	background-image: url('assets/nextprev.png');
	background-repeat: no-repeat;
	overflow: hidden;
	height: 22px;
	width: 15px;
}
.next {
	display: inline-block;
	background-position: center bottom;
	float: right;
	margin: -6px 0.5em 0;
}
.prev {
	display: inline-block;
	background-position: center top;
	float: left;
	margin: -4px 0.5em 0;
}
.navPrev:hover > .prev {
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px);
}
.navNext:hover > .next {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}
.previous-image, .next-image {
	white-space: nowrap;
}
/* CONTACT
-------------------------------------------------------------------------------*/
#contact {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2em 2.5% 0.5em;
	text-align: center;
	border-bottom: 2px solid;
}
.contact-icon {
	display: inline-block;
	vertical-align: top;
	padding: 0.5em;
}
/* LOOP
   ========================================================================== */   
  
.loop {
}
.container {
	width: 100%;
	height: 440px;
	overflow: hidden;
	position: relative;
	color: #fff;
	background-image: -webkit-linear-gradient(230deg, rgba(169,188,209,1.00) 0%, rgba(99,126,155,1.00) 100%);
	background-image: linear-gradient(220deg, rgba(169,188,209,1.00) 0%, rgba(99,126,155,1.00) 100%);
	font-family: "eskapade", sans-serif;
}
.entry {
	width: 100%;
}
.element {
	max-width: 50%;
	min-width: 50%;
	height: 100%;
	overflow: hidden;
	border-top: 1px solid #fff;
}
.entry .featImg {
	float: right;
	border-left: 1px solid #fff;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.featImg img {
	position: absolute;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.entry-desc {
	padding: 2.5% 5%;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.entry-desc a, .entry-desc a:visited {
	color: #fff;
}
.entry-desc > div {
	padding: 2.5% 10%;
	overflow: hidden;
}
.entry-date {
}
.entry-title {
	line-height: 1.7em;
}
.entry-excerpt {
}
.entry:nth-child(even) .featImg {
	float: left;
	border-left: none;
	border-right: 1px solid #fff;
}
/* SINGLE PAGE ----------- */

.page-title {
	display: inline-block;
	margin: 0 auto;
}
/* SINGLE POST ----------- */

.blogPost p {
	font-family: "eskapade", sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: 400;
}
.blogPost p:first-child:first-letter {
	float: left;
	font-size: 55px;
	line-height: 30px;
	vertical-align: top;
	padding-top: 0;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 5px;
}
/* ATTACHMENT PAGE ----------- */

.attachment {
}
.attachment .container {
	max-height: 50%;
	max-height: 50vh;
	overflow: hidden;
}
.attachment .element {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	clear: both;
}
.attachment .entry-title, .attachment a, .attachment a:visited {
}
.attachmentImg {
	width: 100%;
	max-height: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
}
.item {
	max-width: 50%;
	vertical-align: middle;
	align-content: center;
	justify-content: center;
}
.item img {
	height: auto;
	max-width: 100%;
}
.detail {
	padding: 5%;
	width: 100%;
}
.detail {
}
/* HOME
-------------------------------------------------------------------------------*/
.bgImage {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	background-size: cover;
	background-position: bottom;
}
.homeHeader {
	position: relative;
	z-index: 8888;
}
.homeHeader .contact-icon svg {
	color: #fff;
	fill: #fff;
}
/* ALBUM & GALLERY ----------- */


.gallery .gallery-item img {
	border: none !important;
}
.children {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	padding-top:2.5%;
}
.child {
	padding: 0 1em 1em;
}
.childThumb {
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: none;
}
.wp-post-image {
	width: 100%;
}
.childThumb .attachment-thumbnail {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.child:hover > .childThumb .attachment-thumbnail {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.gallery {
	width: 90%;
	margin: 0 auto;
	clear: both;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: top;
	align-items: top;
	-webkit-justify-content: center;
	justify-content: center;
}
.gallery-item {
	overflow: hidden;
	opacity: 0.7;
	margin: 0;
	padding: 1em;
	max-width: 27.5%;
	min-width: 27.5%;
	padding: 2.5%;
}
.gallery img {
	width: 100%;
	height: auto;
	border: none;
}
.gallery-item:hover {
	opacity: 1;
}
.gallery-item-deets {
	margin-top: 1em;
	text-align: left;
	font-size: 75%;
}
.gallery-caption {
	text-align: center;
	font-size: 1em;
	font-family: "eskapade", sans-serif;
	font-style: italic;
}
/* SIDEBAR
--------------------------*/

#sidebar {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	padding: 2em 5%;
	padding: 2vh 5%;
	max-width: 100%;
	margin: 2em auto;
}
#sidebar .widget {
	border-right: 1px solid;
	padding: 0 3%;
	font-size: 0.75em;
	vertical-align: top;
}
#sidebar > div:last-child {
	border-right: none;
}
#sidebar .widget-title {
	text-transform: uppercase;
	font-size: 120%;
	letter-spacing: 0.1em;
}
.widget_recent_entries li, .widget_archive, .widget_categories li, .widget_archive li {
	padding-bottom: 1em;
}
.widget_recent_entries li {
	list-style: circle;
}
.widget a, .widget a:visited {
	color: #66819F;
	text-decoration: underline;
}
.widget .post-date {
	font-style: italic;
	font-family: "eskapade", sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	margin-left: 1em;
}
/* Footer ----------- */
#footer {
	position: fixed;
	clear: both;
	bottom: 0;
	text-align: right;
	width: 100%;
	padding: 1em 2.5%;
}
.copyright {
	font-size: 60%;
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (max-width :880px) {
.mainNav {
	padding: 2em 0;
}
/* POST
-------------------------------------------------------------------------------*/





/* LOOP
   ========================================================================== */   
  
.loop {
}
.container {
	height: auto;
}
.element {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	clear: both;
}
.featImg {
	height: 300px;
}
.entry .featImg {
	border-left: none;
	clear: both;
	float: none;
}
.entry-title {
	display: inline-block;
	margin: 1em auto;
}
/* GALLERY ----------- */



/* Typography ----------- */

.xlargeSize {
	font-size: 300%;
}
.largeSize {
	font-size: 150%;
}
.medSize {
	font-size: 110%;
}
.regSize {
	font-size: 90%;
}
.smallSize {
	font-size: 75%;
}
.xsmallSize {
	font-size: 60%;
}
.gallery-item {
	overflow: hidden;
	display: inline-block;
	width: 50%;
	max-width: 50%;
	min-width: 50%;
}
.gallery-caption {
	text-align: center;
}
/* SIDEBAR ----------- */

#sidebar {
	display: inline-block;
	padding: 0 5%;
	max-width: 100%;
	width: 100%;
	margin: 2em auto;
	border-top: none;
}
#sidebar .widget {
	border-right: none;
	padding: 1em 2.5%;
	font-size: 0.75em;
	width: 50%;
	display: inline-block;
}
#sidebar .widget:nth-child(even) {
	border-left: 1px solid;
}
}

/* SMALL SCREEN ----------- */
@media only screen and (max-width :540px) {
.siteTitle {
	font-size: 150%;
	font-weight: 300;
	margin-top: 2em;
}
#contact {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1em 2.5% 0.5em;
	text-align: center;
	border-bottom: 2px solid;
}
/* GALLERY ----------- */

.children {
	display: inline-block;
	text-align: center;
}
.child {
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
	padding: 1em 5%;
	margin: 0;
	display: inline-block;
}
.childThumb {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	clear: both;
}
.gallery-item {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	clear: both;
	min-width: 100%;
}
/* CONTENT ----------- */

.single p {
	clear: both;
	float: none;
}
.alignleft {
	float: none;
	display: inline-block;
	margin: 0 auto;
}
/* SIDEBAR ----------- */

#sidebar {
	display: inline-block;
	padding: 0 5%;
	max-width: 100%;
	width: 100%;
	margin: 2em auto;
	border-top: none;
}
#sidebar .widget {
	border-top: 1px solid;
	border-right: none;
	padding: 1em 2.5%;
	font-size: 0.75em;
	width: 100%;
	clear: both;
}
#sidebar .widget:nth-child(even) {
	border-left: none;
}
#sidebar .widget:last-child {
	border-top: none;
}
img.alignright, img.alignleft {
	clear: both;
	float: none;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 0;
	height: auto;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
/* TRANSITIONS
-------------------------------------------------------------------------------*/
.prev, .next, .menu-item > a:after, .gallery-item, .closeIt {
	-webkit-transition: all cubic-bezier(0, 0, 0.58, 1) 0.3s;
	-moz-transition: all cubic-bezier(0, 0, 0.58, 1) 0.3s;
	-o-transition: all cubic-bezier(0, 0, 0.58, 1) 0.3s;
	transition: all cubic-bezier(0, 0, 0.58, 1) 0.3s;
}
.menu-item > a:before, .childThumb .attachment-thumbnail {
	-webkit-transition: all cubic-bezier(0, 0, 0.58, 1) 0.4s;
	-moz-transition: all cubic-bezier(0, 0, 0.58, 1) 0.4s;
	-o-transition: all cubic-bezier(0, 0, 0.58, 1) 0.4s;
	transition: all cubic-bezier(0, 0, 0.58, 1) 0.4s;
}


/* ANIMATION
-------------------------------------------------------------------------------*/


/* fadein--------------*/
@keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}


/* scalein--------------*/
@keyframes scalein {
 from {
transform:scale(0.5);
}
 to {
transform:scale(1);
}
}

/* Firefox < 16 */
@-moz-keyframes scalein {
 from {
-moz-transform:scale(0.5);
}
 to {
-moz-transform:scale(1);
}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes scalein {
 from {
-webkit-transform:scale(0.5);
}
 to {
-webkit-transform:scale(1);
}
}

/* Internet Explorer */
@-ms-keyframes scalein {
 from {
-ms-transform:scale(0.5);
}
 to {
-ms-transform:scale(1);
}
}

/* Opera < 12.1 */
@-o-keyframes scalein {
 from {
-o-transform:scale(0.5);
}
 to {
-o-transform:scale(1);
}
}

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {
}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Always do mobile-first, and consider using em units: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw

@media screen and (min-width: 480px) {

} */
