/*
	Theme Name: Turku Sea Jazz - WP theme
	Author: N2 Marketing Oy
	Tags: HTML5, CSS3

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
    background-image: url('img/bg_mobile.jpg');
    background-size: 100%;
    background-repeat: repeat;
    background-position: top center;
    font-family:"Optima LT W01 Roman";
    font-size: 13px;
    font-style: normal;
    color: #222;
    overflow-wrap: break-word;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
    height: auto;
}
a {
	color:#222;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

/* ==========================================================================
   Fonts
   ========================================================================== */
  
@font-face {
    font-family: 'TT_Travels_Bold';
    src: url('fonts/TTTravels-Bold.eot');
    src: url('fonts/TTTravels-Bold.eot?#iefix') format('embedded-opentype'),
        url("fonts/TTTravels-Bold.otf") format("opentype"), /* Open Type Font */
        url("fonts/TTTravels-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
        url('fonts/TTTravels-Bold.woff2') format('woff2'),
        url('fonts/TTTravels-Bold.woff') format('woff'),
        url('fonts/TTTravels-Bold.svg#TTTravels-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TT_Travels_ExtraBold';
    src: url('fonts/TTTravels-ExtraBold.eot');
    src: url('fonts/TTTravels-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url("fonts/TTTravels-ExtraBold.otf") format("opentype"), /* Open Type Font */
        url("fonts/TTTravels-ExtraBold.ttf") format("truetype"), /* Safari, Android, iOS */
        url('fonts/TTTravels-ExtraBold.woff2') format('woff2'),
        url('fonts/TTTravels-ExtraBold.woff') format('woff'),
        url('fonts/TTTravels-ExtraBold.svg#TTTravels-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'TT_Travels_Regular';
    src: url('fonts/TTTravels-Regular.eot');
    src: url('fonts/TTTravels-Regular.eot?#iefix') format('embedded-opentype'),
        url("fonts/TTTravels-Regular.otf") format("opentype"), /* Open Type Font */
        url("fonts/TTTravels-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
        url('fonts/TTTravels-Regular.woff2') format('woff2'),
        url('fonts/TTTravels-Regular.woff') format('woff'),
        url('fonts/TTTravels-Regular.svg#TTTravels-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TT_Travels_Light';
    src: url('fonts/TTTravels-Light.eot');
    src: url('fonts/TTTravels-Light.eot?#iefix') format('embedded-opentype'),
        url("fonts/TTTravels-Light.otf") format("opentype"), /* Open Type Font */
        url("fonts/TTTravels-Light.ttf") format("truetype"), /* Safari, Android, iOS */
        url('fonts/TTTravels-Light.woff2') format('woff2'),
        url('fonts/TTTravels-Light.woff') format('woff'),
        url('fonts/TTTravels-Light.svg#TTTravels-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

h1, h2 {
    font-size: 2em;
    font-family:"Optima LT W01 Roman";
    font-weight: 500;
    margin: 40px 0;
    letter-spacing: -1px;
}

h3 {
   font-size: 1.23em;
    font-family: 'TT_Travels_Bold';
    text-transform: uppercase;
    margin: 30px 0;
}

h4 {
    font-size: 1.5em;
    font-family:"Optima LT W01 Roman";
    margin: 37px 0 7px;
    letter-spacing: -1px;
    letter-spacing: -1px;
}

h5 {
    font-size: 1.5em;
    font-family:"Optima LT W01 Roman";
    font-weight: 500;
    margin: 40px 0;
    letter-spacing: -1px;
}

a {
    font-family: 'TT_Travels_Bold';
    font-size: 0.92em;
    text-align: left;
}

b, strong {
    font-family: 'TT_Travels_ExtraBold';
}

iframe {
    max-width: 100%;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin: 0 auto;
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 145px;
}

.content-wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 80px auto;
}

.hero-wrapper {
    background-size: cover;
    background-position: center center;
    height: 70vh;
    width: 100%;
}

.yhteystiedot .content-wrapper:first-of-type {
    background-image: url(img/img1.jpg);
    background-repeat: no-repeat;
    background-position: -265px 200px;
    overflow: hidden;
    min-height: 500px;
    background-size: 300px;
}

.ohjelma .content-wrapper:first-of-type {
    background-image: url('img/img2.png');
    background-repeat: no-repeat;
    background-position: -370px 200px;
    overflow: hidden;
    min-height: 500px;
    background-size: 600px;
}

.text-wrapper {
    width: 67%;
    margin: 80px auto 100px;
    max-width: 800px;
}

.text-wrapper p a {
    color:#444;
}


.intro {
    margin-top: 40px;
}

.narrow {
    padding: 0 5% 0 39%;
    max-width: 1500px;
}

.front-page-wrapper {
    width: 90%;
}

.front-page-wrapper .narrow {
    padding: 0;
}

.front-page-wrapper p {
    font-size: 1.2em;
}

/* header */

.home header {
    position: absolute;
    width: 100%;
}

.header {
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #transparent;
    z-index: 2;
    margin-bottom: 150px;
}
/* logo */
.logo-img {
    display: block;
    position: absolute;;
    width: 45%;
    min-width: 250px;
    max-width: 400px;
    top: 10px;
    left: 10px;
}

.home .logo-img,
.frontpage-logo-img,
.archipelago-logo-img {
    display: none;
}

.home .frontpage-logo-img {
    display: block;
    width: 85%;
    margin: 0 auto;
    max-width: 800px;
}

.home .archipelago-logo-img {
    width: 50%;
    margin: 60px auto 0;
    display: block;
    max-width: 250px;
}

/* nav */
.nav {
    font-family: 'TT_Travels_Bold';
    width: 100vw;
    height: 100vh;
    background-color: black;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    display: table;
    position: fixed;
    overflow-y: scroll;
    display: block;
    padding: 100px 0;
}

.nav ul {
    padding: 0;
    padding: 30px;
}

.nav li {
    list-style: none;
    padding: 10px 0;
    text-align: right;
}

.nav li a {
    color: #e1dac1;
    text-transform: uppercase;
    font-size: 1.15em;
    width: 100%;
}

.menu-button {
    z-index: 12;
    position: fixed;
    border: none;
    top: 10px;
    width: 85px;
    right: 0px;
    height: auto;
    background: transparent;
}

.menu-button:focus {
    outline:0;
}

.menu-icon {
    max-height: 100%;
    width: 45px;
    padding-top: 25px;
}

.menu-button svg {
    max-height: 100%;
    width: 100%;
    height: auto;
}

.home .cordinates {
    position: absolute;
    top: 19px;
    left: 14px;
    font-weight: bold;
    font-family: 'TT_Travels_Bold';
    line-height: 1;
    display: block;
    color: #ffffff;
}

/* hamburger animation */
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#e1dac1;
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham4 .top {
  stroke-dasharray: 40 121;
}
.ham4 .bottom {
  stroke-dasharray: 40 121;
}
.ham4.active .top {
  stroke-dashoffset: -68px;
}
.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer,
.footer a,
.footer p {
    text-transform: uppercase;
    text-align: center;
    font-family: 'TT_Travels_Regular';
    color: #222;
    font-weight: 400;
}

.footer {
    width: 95%;
    margin: 15px auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 115px;
}

.some-holder a {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.some-holder a img {
    width: 100%;
    height: auto;
}



/*------------------------------------*\
    GENERAL
\*------------------------------------*/

.page-title {
    font-size: 2.3em;
    text-transform: uppercase;
    max-width: 90%;
    margin: 20px auto 0;
    text-align: center;
}

.hide {
    display: none;
}

.lang-item {
    float: left;
    width: 33%;
    text-decoration: underline;
    margin-bottom: 45px;
}

.menu-item-type-post_type {
    margin-top: 45px;
}

.menu-item-type-post_type ~ .menu-item-type-post_type {
    margin-top: auto;
}

.menu-item:last-of-type,
.menu-item:nth-last-child(2) {
    font-family: 'TT_Travels_Regular';
    font-size: 0.7em;
    float: right;
    margin-top: 50px;
    padding: 0 2px;
    
}

.menu-item:nth-last-child(2):before {
    content: "/";
    color: #e1dac1;
    margin-right: 4px;
}

.single-article {
    margin: 50px 0;
}

.article-featured-img {
    width: 82%;
    height: 315px;
    margin: auto;
    background-size: cover;
    background-position: center;
    position: relative;
}

.page-name {
    color: #e1dac1;
    position: absolute;
    left: 18px;
    top: 0;
    font-family: 'TT_Travels_Bold';
    font-size: 1.1em;
    max-width: 130px;
}

.artist-featured-img {
    background-size: cover;
}

.article-title {
    text-align: left;
    width: 70%;
    margin: 25px auto 35px;
    font-size: 3.5em;
}

.link-to-article {
    font-weight: bold;
    font-family: 'TT_Travels_Bold';
    font-size: 0.92em;
    text-align: left;
    display: block;
    margin-top: 30px;
}

article img {
    width: 100%;
    height: auto;
}

.share {
    display: inline-block;
    margin: 5px 0;
}

.share img {
    width: 25px;
    height: auto;
    margin: 0px 5px -2px;
}

.share {
    margin-top: 0;
}

address {
    font-style: normal;
}

.sponsors-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.front-page-logo-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.single-sponsor {
    min-width: 16%;
    max-width: 100px;
    padding: 3%;
}

.biggest-sponsors {
    max-width: 100%;
    height: auto;
    max-width: 300px;
    margin: 40px auto;
    display: block;
}

.single-sponsor img {
    width: 100%;
    height: auto;
}

.middle-header {
    max-width: 95%;
    text-align: center;
    margin-top: 40px auto 20px;
}

.hero-image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    max-width: 1700px;
    margin: auto;
}

article h2 {
    margin-bottom: 10px;
    margin-top: 0;
}

article p {
    margin-left: 4px;
}

.section-image {
    background-size: cover;
    background-position: center center;
    width: 80%;
    height: 400px;
}

.media-container {
    margin-bottom: 80px;
}

.single-media {
    margin: 10px 20px 10px 0;
}

.single-media p {
    text-align: center;
}

.media-image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 300px;
    margin: 60px 0 30px;
    min-width: 200px;
}

.category-name {
    margin-bottom: 12px;
}

[data-aos=fade-up] {
    transform: translate3d(0,200px,0);
}

.content-wrapper #mc_embed_signup {
    margin: 40px auto 100px;
    max-width: 600px;
}

.content-wrapper #mc_embed_signup h3 {
    margin-bottom: 0;
}

.content-wrapper #mc_embed_signup p {
    margin-bottom: 60px;
}

.content-wrapper #mc_embed_signup input.email {
    background-color: transparent;
    border: 2px solid #000000;
    font-family:"Optima LT W01 Roman";
    height: 45px;
    font-size: 1.33em;
    margin-bottom: 10px;
}

.content-wrapper #mc_embed_signup input.email::placeholder {
    color: #000000;
}

.content-wrapper #mc_embed_signup .button {
    background-color: #000000;
    color: #84b887;
    text-transform: uppercase;
    font-family: 'TT_Travels_Bold';
    height: 45px;
    font-size: 1.33em;
}

.content-wrapper #mc_embed_signup .button:hover {
    background: rgba(0, 0, 0, 0.6);
}

.performance-info {
    font-weight: bold;
    font-family: 'TT_Travels_Bold';
    margin-bottom: 25px;
}

.performance-info p {
    margin: 5px 18px 5px 0;
}

.more-space {
    margin-top: 40px;
}

.top-space {
    margin-top: 150px;
}

.page-template-ohjelma h2 {
    margin: 60px 0 30px;
}

.page-template-ohjelma h2::first-letter {
    text-transform: uppercase;
}

.page-template-ohjelma .performance-info {
    margin: 40px 0;
}

.page-template-ohjelma .performance-info h4 {
    width: 100%;
    font-weight: 500;
    font-size: 1.9em;
    margin: 0 0;
}

.page-template-ohjelma .performance-info h4 a {
    font-weight: 500;
    font-family:"Optima LT W01 Roman";
}

.page-template-ohjelma .performance-info p {
    font-size: 0.9em;
}

.lippukauppa {
    position: fixed;
    right: -52px;
    top: 50%;
    bottom: 50%;
    z-index: 10;
    transform: rotate(-90deg);
    width: 170px;
    display: none;
}

.lippukauppa a {
    text-transform: uppercase;
    color: #84b887;
    background-color: #000000;
    padding: 14px 24px;
    height: 70px;
}

.date {
    font-family: "Optima LT W01 Roman";
    font-size: 0.92em;
    font-weight: 400;
    margin: 50px 5px 5px;
}

.article-img {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 15px 0 15px;
}

/* new media page */

.wp-block-file .wp-block-file__button {
    background: transparent;
    padding: 10px 0;
    margin-left: 0;
    font-size: 0.92em;
    color: #222;
}

.wp-block-file a {
    display: block;
    color: #222;
}

.wp-block-file a.wp-block-file__button:active, 
.wp-block-file a.wp-block-file__button:focus, 
.wp-block-file a.wp-block-file__button:hover, 
.wp-block-file a.wp-block-file__button:visited {
    color: #222;
}

/* new festival-info page */

.festival-wrapper {
    max-width: 1200px;
}

.festival-wrapper .wp-block-columns { 
    width: 100%;
    display: block;
}

.festival-wrapper .section-image {
    margin-left: 0!important;
}

.bg-column {
    background-size: cover;
    background-position: center center;
}

.instagram-title {
    margin-bottom: 40px!important;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:768px) {

    iframe {
        max-height: 300px;
    }

}

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

    iframe {
        max-height: 200px;
    }

}

@media only screen and (min-width:768px) {
    
    body {
        background-image: url('img/bg_desktop.jpg');
        font-size: 15px;
    }
    .nav {
        max-width: 500px;
        left: auto;
        bottom: auto;
    }
    
    h1,
    h2 {
        font-size: 3em;
    }
    
    h5 {
        font-size: 2em;
    }
    
    .hero-image {
        min-height: 600px;
    }
    
    .section-image {
        width: 70%;
        height: 600px;
    }
    
    .media-wrapper {
        width: 90%;
        max-width: 1600px;
    }
    
    .media-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .media-image {
        min-height: 200px;
        margin: 20px 0;
    }
    
    .single-media p {
        text-align: right;
    }
    
    .performance-info {
        display: flex;
        margin: 0;
        flex-wrap: wrap;
    }
    
    .performance-info p {
         margin: 5px 40px 5px 0;;
    }
    
    .front-page-wrapper {
        width: 80%;
    }
    
    .top-space {
        margin-top: 250px;
    }
    
    .home .cordinates {
        left: 21px;
        font-size: 1.4em;
    }
    
    .yhteystiedot .content-wrapper:first-of-type {
        background-position: -223px 200px;
    }
    
    .ohjelma .content-wrapper:first-of-type {
        background-repeat: no-repeat;
        background-position: -320px 200px;
        overflow: hidden;
    }
    
    .story .text-wrapper {
        margin: 60px auto 120px;
    }
    
    .share {
        margin: 40px 30px 15px 0;
    }

    .single-article-holder {
        display: flex;
    }
    
    .article-link {
        display: block;
        max-width: 75%;
    }

    .article-img {
        max-width: 25%;
        margin: 15px 30px 15px 0;
    }
    
    .date {
        margin: 70px 5px 5px 133px;
    }

    .post-template-default .date {
        margin: 70px 5px 5px;
    }

}

@media only screen and (min-width:1024px) {
    
    .wrapper {
        padding-bottom: 80px;
    }

    .content-wrapper {
        max-width: 1600px;
        margin: 50px auto;
    }

    .insta-wrapper {
        max-width: 1000px;
    }
    
    .text-wrapper {
        margin: 50px auto 100px
    }

    .intro {
        margin: 50px auto;
    }

    .page-title {
        margin-top: 100px;
        font-size: 3em;
        margin-bottom: 100px;
    }
    
    .front-page-wrapper {
        margin: 80px auto;
    }
    
    .arrow-down {
        left: auto;
        right: 30px;
    }
    
     .flex-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    
    .single-article {
        width: 50%;
        margin: 30px 0;
    }
    
    .single-article:nth-child(2n) {
        margin-top: 100px;
    }

     
    .article-featured-img {
        height: 240px;
        width: 44%;
        float: left;
        margin: 10% 3% 3%;
    }
    
    .article-info {
        width: 40%;
        float: left;
        margin: 3% 7% 3% 3%;
    }
    
    .article-info .narrow {
        padding: 0;
    }
    
    .article-title {
        width: 100%;
        margin: 0 0 35px;
        font-size: 2.5em;
    }
    
    .footer {
        height: 50px;
    }
    
    .some-holder,
    .copyright,
    .footer-links {
        display: inline-block;
    }
    
    .copyright {
        float: right;
    }
    
    .footer-links {
        float: left;
    }
    
    .single-sponsor {
        max-width: 200px;
    }
    
    .biggest-sponsors {
        max-width: 100%;
    }
    
    .biggest-sponsors img {
        max-width: 300px;
        margin: 40px auto;
        display: block;
    }
    
    .hero-image {
        min-height: 800px;
    }
    
    .middle-header {
        margin: 100px auto 20px;
    }
    
    section.story {
        max-width: 1200px;
    }
    
    section.story .section-image {
        width: 40%;
        height: 400px;
        float: left;
        margin-top: 16%;
    }
    
    section.story .text-wrapper {
        width: 60%;
        float: right;
        padding: 0 6% 3%;
    }
    
    section.story:nth-child(2n) .section-image {
        float: right;
    }
    
    section.story:nth-child(2n) .text-wrapper {
        float: left;
    }
    
    .top-space {
        margin-top: 300px;
    }
    
    .home .cordinates {
        left: 21px;
        font-size: 1.8em;
    }
    
    .article-link {
        max-width: 80%;
    }

    .article-img {
        max-width: 20%;
    }

    .festival-wrapper .wp-block-columns {
        display: flex;
    }

    .festival-wrapper .section-image {
        width: 40%;
        height: 400px;
        margin-top: 16%;
    }

    .festival-wrapper .text-wrapper {
        width: 60%;
        float: right;
        padding: 0 6% 3%;
    }

    .festival-wrapper .reverse-column {
        flex-direction: row-reverse;
    }

    .hero-wrapper {
        height: 100vh;
    }

}

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

}
@media only screen and (min-width:1280px) {

    .page-title {
        font-size: 3.5em;
    }
    
    .article-featured-img {
        height: 400px;
    }

    section.story .section-image {
        margin-top: 12%;
    }

    .media-image {
        min-width: 300px;
        min-height: 300px;
    }
    
    h5 {
        font-size: 3em;
    }
    
    .home .cordinates {
        left: 60px;
        font-size: 2.2em;
        top: 60px;
    }
    
    .front-page-wrapper p {
        line-height: 1.5;
    }
    
    section.story .section-image {
        height: 600px;
    }
    
    .festival-wrapper .section-image {
        height: 600px;
        margin-top: 12%;
    }
    
}

@media only screen and (min-width:1600px) {
    
    .content-wrapper {
        max-width: 1770px;
        margin: 40px auto;
    }

    .insta-wrapper {
        max-width: 1200px;
    }
    
    .text-wrapper {
        margin: 40px auto 100px;
    }
    
    .front-page-wrapper {
        margin: 100px auto;
        max-width: 1200px;
    }
    
    .yhteystiedot .content-wrapper:first-of-type {
        background-size: 22.5%;
        background-position: -2% 300px;
    }
    
    .ohjelma .content-wrapper:first-of-type {
        background-size: 34.5%;
        background-position: -2% 300px;
    }
    
    .narrow {
        padding-left: 45%;
    }
    
    h5 {
        font-size: 4em;
    }
    
    .top-space {
        margin-top: 300px;
    }
    
    .article-title {
        font-size: 3.5em;
    }
    
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
