/*
Theme Name: Carlos Vives Social Post Card
Theme URI:
Description:
Author: 45PRESS Team
Author URI: http://www.45press.com
Version: 1.0
Tags:
License:
License URI:
*/


/* General */
* {
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
    font-size: 16px;
    line-height: 1em;
}

body {
    background: #000 url('assets/img/bg.jpg') no-repeat center top;
    background-size: 100% auto;
    color: #fff;
    margin: 0;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
    transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
}

a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
}

p {
    margin: 0 0 10px 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

iframe, object, embed, video {
    display: block;
    max-width: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.clearfix:after {
    content:" ";
    display:table;
    clear:both;
}

/* Layout */
.container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    margin: 0 -15px;
}

.row:after {
    content:" ";
    display:table;
    clear:both;
}

.col {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
}

.col-29 {
    width: 29.35%;
}

.col-20 {
    width: 20.65%;
}

.col-10{
    width: 10%;
}

.col-40 {
    width: 40%;
}

.col-50 {
    width: 50%;
}

.col-6 {
    width: 60%;
}

/* Header */
header {
    position: relative;
}

header .content {
    width: 100%;
    max-width: 500px;
}

header h1 {
    margin: 0;
    padding: 40px 0 20px 0;
}

/*header h1 img {
    margin: 0 auto;
}*/

header .socials {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

header .socials>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

header .socials>li>a {
    font-size: 24px;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
}

header .socials>li>a:hover,
header .socials>li>a:focus {
    color: #fff;
    opacity: 0.8;
}

header .socials>li>a span.enter {
    letter-spacing: 0.4em;
    text-indent: 0.2em;
}

.album {
    margin-top: 45px;
    width: 100%;
    max-width: 300px;
}

.cover {
    box-shadow: 8px 6px 37.2px 2.8px rgba(0, 0, 0, 0.8); 
}

.available {
    display: block;
    font-size: 55px;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-indent: 0.1em;
    text-transform: uppercase;
    margin: 20px 0;
    color: #fff;
    text-align: center;
}

.buy-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.buy-links>li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-bottom: 20px;
}

.buy-links>li>a {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
}

.buy-links>li>a:hover,
.buy-links>li>a:focus {
    opacity: 0.8;
}

/* Main */
main {
    padding: 60px 0;
    background: rgba(255, 255, 255, 0.84);
    color: #000;
}

h2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 81px;
    font-weight: normal;
    line-height: 1em;
    /*letter-spacing: 0.4em;
    text-indent: 0.2em;*/
    text-transform: uppercase;
    text-align: center;
}

.step {
    margin-bottom: 20px;
}

.step .number {
    display: inline-block;
    vertical-align: middle;
    font-size: 45px;
    font-weight: normal;
    line-height: 1em;
    width: 40px;
    margin-right: 15px;
}

.step .step-content {
    display: inline-block;
    vertical-align: middle;
    font-size: 45px;
    line-height: 1em;
    text-transform: uppercase;
}

#photo_upload_btn {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px 10px 20px;
    font-size: 45px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-indent: 0.04em;
    background: #000;
    color: #fff;
    opacity: 1;
    -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
    transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
}

#photo_upload_btn img {
    display: inline-block;
    vertical-align: middle;    
}

#photo_upload_btn span {
    display: inline-block;
    vertical-align: middle;
}

#photo_upload_btn:hover,
#photo_upload_btn:focus {
    cursor: pointer;
    background: #000;
    color: #fff;
    opacity: 0.8;
}

#photo_upload {
    display: none;
}

#lyrics {
    list-style: none;
    padding: 0; 
    margin: -10px 0 25px 0;
    width: 100%;
    max-width: 400px;
}

#lyrics>li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

#lyrics>li>a {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 40px;
    line-height: 1em;
    text-transform: uppercase;
    color: #000;
    padding: 3px 5px;
}

#lyrics>li.active>a,
#lyrics>li>a:hover,
#lyrics>li>a:focus {
    color: #000;
    text-decoration: underline;
}

.canvas-container {
    -webkit-transform-origin : 0 0;
    transform-origin : 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#save {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px 10px 20px;
    font-size: 45px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-indent: 0.04em;
    background: #000;
    color: #fff;
    opacity: 1;
    -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
    transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
}

#save:hover,
#save:focus {
    color: #fff;
    background: #000;
    opacity: 0.8;
}

.popup {
    position: relative;
    border: 2px solid #fff;
    background: #000;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
}

#image img {
    margin: 0 auto;
}

.share-title {
    display: block;
    margin: 30px 0 15px 0;
    font-size: 26px;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
}

.share-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.share-links>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.share-links>li>a {
    font-size: 24px;
    line-height: 1em;
    color: #fff;
    opacity: 1;
}

.share-links>li>a:hover,
.share-links>li>a:focus {
    color: #fff;
    opacity: 0.8;
}

.presave-thanks {
    font-size: 30px;
}

/* Post Card Page */
.post-thumb {
    margin: 0 auto;
}

.return-home {
    margin-top: 40px;
    text-align: center;
}

.return-home a {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px 10px 20px;
    font-size: 45px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-indent: 0.04em;
    background: #000;
    color: #fff;
    opacity: 1;
    -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
    transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
}

.return-home a:hover,
.return-home a:focus {
    color: #fff;
    background: #000;
    opacity: 0.8;
}

/* Footer */
footer {
    background: #000;
    padding: 70px 0;
    text-align: center;
}

.newsletter {
    margin-bottom: 100px;
}

.newsletter h2 {
    font-size: 48px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.4em;
    text-indent: 0.2em;
}

.newsletter form {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-right: 180px;
}

.newsletter form input[type="email"] {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 0;
    background: none;
    color: #fff;
    font-size: 30px;
    line-height: 1em;
    letter-spacing: 0.180em;
    text-indent: 0.090em;
    text-transform: uppercase;
    padding: 10px;
}

.newsletter form input[type="email"]:focus {
    outline: 0;
    box-shadow: none;
}

.newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    border-radius: 0;
    background: #737373;
    color: #000;
    font-weight: normal;
    font-size: 15px;
	height: 100%;
    line-height: 1em;
    letter-spacing: 0.180em;
    text-indent: 0.090em;
    text-transform: uppercase;
    padding: 12px 20px;
    -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
    transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
}

.newsletter form input[type="submit"]:hover,
.newsletter form input[type="submit"]:focus {
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    background: #fff;
    color: #000;
}

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
    color: #fff;
}

footer .copyright {
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: 0.18em;
    text-indent: 0.09em;
}

footer .copyright p {
    text-transform: uppercase;
    margin: 0;
}

footer .copyright p+p {
    margin-top: 10px;
}

footer .copyright a:hover,
footer .copyright a:focus {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
    /* General */
    body {
        background: #000;
    }

    /* Layout */
    .col {
        float: none;
        width: 100%!important;
    }

    /* Header */
    header {
        background: none;
    }

    header h1 img {
        margin: 0 auto;
    }

    header .content {
        margin: 0 auto;
    }

    .available {
        font-size: 30px;
    }

    .album {
        margin: 0 auto;
    }

    /* Main */
    main {
        padding: 30px 0 30px 0;
        text-align: center;
    }

    .canvas-container {
        margin: 0 auto;
    }

    #canvas-container-overflow {
        margin-bottom: 30px;
    }

    .step {
        text-align: center;
    }

    .step .number {
        font-size: 30px;
        margin-bottom: 15px;
        margin-right: 0;
        width: auto;
        display: block;
    }

    .step .step-content {
        display: block;
    }

    .cta-1 br, .cta-2 br {
        display: none;
    }

    .cover {
        margin: 30px 0;
    }

    #lyrics {
        margin: 0 auto;
    }

    .buy-links>li>a {
        display: inline-block;
        vertical-align: middle;
    }

    h2 {
        margin-top: 30px;
        margin-bottom:30px;
        font-size: 30px;
    }

    #photo_upload_btn {
        font-size: 30px;
    }

    #lyrics>li {
        width: auto;
        padding: 5px;
    }

    #lyrics>li>a {
        font-size: 30px;
    }

    #save {
        font-size: 30px;
    }
    
    .return-home {
        margin-top: 30px;
    }
    
    .return-home a {
        font-size: 30px;
    }

    /* Footer */
    footer {
        padding: 30px 0;
    }

    .newsletter {
        margin-bottom: 30px;
    }

    footer .copyright {
        font-size: 12px;
        line-height: 1em;
    }
}

@media (max-width: 480px) {
    /* Main */
    h2 {
        font-size: 40px;
    }

    .newsletter h2 {
        font-size: 40px;
    }

    .newsletter form {
        padding-right: 0;
    }

    .newsletter form input[type="submit"] {
        position: static;
        margin-top: 15px;
    }
}

/* Fanmail */
#newsletter-modal {
    width: 640px;
    max-width: 100%;
    margin: 90px auto;
    position: relative;
}

#newsletter-modal button.mfp-close {
    top: 20px;
    right: 20px;
    width: 39px;
    height: 39px;
    background: url('assets/img/fanmail-close.png') no-repeat center center;
    opacity: 1;
}

#newsletter-modal iframe {
    width: 100%;
    height: 950px;
    border: 0;
}

#targetbox {
    background: rgba(245, 243, 244, 1) url('https://image.s6.exacttarget.com/lib/fe9412747566057a72/m/1/loading.gif') no-repeat center center;
}