@charset "utf-8";
/* CSS Document */

html,body {
    
    height:100%;
    
}

body {

    margin:0px;
    background-color: #fff;

}
    
.header {

    text-align: center; position: relative; overflow: hidden; padding-top:30px;

}

.logo {
        
    margin:10px auto 0px auto;

}
    
.award {

    position:absolute; top:20px; right:20px; width:100px;

}
    
.home-container {

    text-align:center; padding:20px;

}

.second-container {
    
    display:inline-block;
    
}
    
.special-code-container {

    padding:20px; background:#a1e3ff; border-radius:20px; display:inline-block;

}

.green-button {

    background-color:#84bb44 !important;

}

.top-container {

    text-align: center; padding:20px;

}

.introduction {

    max-width:960px; margin: 0 auto; font-size:40px;

}

.thank-you-container {

    padding:30px 20px 10px 20px; border-top:5px solid #bae1f4; font-size:24px; margin: 0 auto;

}

.friends-and-family {

    padding:30px 20px 10px 20px; margin: 0 auto; border-top:5px solid #bae1f4; font-size:30px; padding-bottom: 20px;

}

.friends-and-family-buy-form {

    float:left; padding:30px;

}

.mce-tinymce {
	
	width:100% !important;
	
}

.scroll-down {
    
    position: fixed; bottom:0px; right:0px; font-size:24px; padding:20px; background-color:#2a82c6; color:#fff; text-align: center; z-index:99: 
    
}

.about-logo {
    
    height:70px;
    
}

.buy-options {
    
    padding-bottom:0px;
    
}

.my-account-book {
    
    padding:30px; margin-bottom:15px; margin-top:15px; background:#d1edff; border-radius:10px;
    
}

.my-account-book-center {
 
     text-align: left;
    
}

.main-background {

    background-size:cover; background-position:bottom center; padding:30px; background-color:#d1edff; position:relative;

}

.work-container {

    max-width:750px; margin:0 auto;

}

.light-shadow {
    
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2) !important;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2) !important;
    
}

.book-container {

    width:231px; height:347px; overflow:hidden; margin:10px; position:relative; border:2px solid rgba(255,255,255,0.5); -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.5); box-shadow: 0 0 30px 0 rgba(0,0,0,0.5); float:left; /*-moz-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-webkit-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-o-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-ms-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);*/

}

.book-container-mobile {
    
    display:none;
    width:231px; height:347px; overflow:hidden; margin:10px; position:relative; border:2px solid rgba(255,255,255,0.5); -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.5); box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);
    
}

.book {

    width:231px; height:347px; background-position:241px top; background-size:cover; margin-bottom:10px; margin-right:-10px; -webkit-filter: saturate(1.5); filter: saturate(1.5);

}

.book-small {
    
    width:154px;
    height:231px;
    background-position:160px top;
    background-size:cover;
    margin-right:30px; float:left; border:2px solid #fff; margin-bottom:10px;

}

.edit-work-button {
	
	position:absolute; bottom:-10px; right:-10px; padding:10px; cursor:pointer; background-color:#2a82c6; color:#fff; border-radius:5px; border:2px solid #fff;
	
}

.work {

    float:left; margin-left:30px; width:400px; padding:30px; background-color: #fff; -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.5); box-shadow: 0 0 30px 0 rgba(0,0,0,0.5); position: relative;

}

.work u {
    
    text-decoration: none;
    font-size:1.5em;
    font-weight:bold;
    
    
}

.useful-information-mobile {
    
   display:none; 
    
}

.useful-information-container {

    float:left; margin:30px; border-radius:20px; background:#d1edff; text-align: left; padding:30px 30px 10px 30px;

}

.useful-information {

    clear:both; padding-top:15px;

}

.useful-information-icon {

    width:70px; height:70px; float:left; margin-right:30px; border:10px #bae1f4 solid; background:#bae1f4 center center no-repeat; background-size:contain; border-radius:20px; margin-bottom: 20px; margin-top: -15px;

}

.useful-information-text {

    padding-top:20px; font-size:20px; text-decoration:none;

}

.publish-container {

    float:left; padding:30px; text-align: left;

}

.publish-heading {

    font-size:40px; color:#2a82c6; padding-bottom: 20px;

}

.overlay {

    width:100%; height:100%; position:fixed; background:rgba(255,255,255,0.5); top:0px; left:-5000px; padding:20px; box-sizing: border-box;

}

.modal {

    position:relative; width:100%; height:100%; border:2px solid #ccc; padding:20px; box-sizing:border-box; max-width:700px; background-color:#fff; border-radius:10px; margin:0 auto; -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2); box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);

}

.close-modal {

    position:absolute; cursor:pointer; top:-10px; right:-10px; padding:5px 10px 5px 10px; background-color:#2a82c6; color:#fff; border-radius:10px; font-size:24px; z-index: 100; border:2px solid #fff;

}

.modal-video {
    
    padding:0px;
    border-radius:10px;
    max-width:960px;
    max-height:560px;
    top:50%;
    transform:translateY(-50%);
    
}

.modal-video img {
    
    max-width:100%;
    
}

.modal-changes {
    
    height:auto;
    
}

.finalised-more-information-list {
    
    float:left; text-align: left; margin-top: 10px;
    
}

.secondary-nav-button {
    
   padding:10px; border-bottom:1px dotted #ccc; font-size:24px; text-decoration:none; font-weight:normal; display: block;
    
}

.secondary-nav-button:hover {
    
    border-bottom:1px dotted #ccc;
    text-decoration: underline;
    
}

.make-changes-form {
    
    display:none;
    text-align: center;
    background:#d1edff;
    padding:20px;
    margin-top: 20px;
    
}

.modal-book-tracker {
    
    max-width: 960px;
    height:auto;
    margin-top:10%;
    max-height:90%;
    overflow-y:auto;
    overflow-x: hidden;
    
}

.modal-book-tracker .close-modal {
    
    top:5px;
    right:5px;
    
}

.modal-about {
    
    height:auto;
    text-align: center;
    height:90%;
    
}

.modal-buy {
    
    height:auto;
    margin-top: 10%;
    
}

.buy-thumb {
	
	float:left; width: 150px; height: 225px; overflow: hidden; position: relative; border: 1px solid #ccc; margin-right:20px;
	
}

.overlay-scroll .about {

    padding-right:20px;
    box-sizing: border-box;

}

.modal-login {
    
    margin-top:10%;
    height:auto;
    text-align: center;
    
}

.modal-meet-the-editor {
    
    margin-top:10%;
    height:auto;
    
}

.meet-the-editor {
    
    overflow-y:auto;
    height:100%;
    
}

.account-view-details {
    
    float:right;
    
}

.book-tracker {
    
    text-align: center; 
    
}

.mce-container {
    
    margin:0 auto !important;
    
}

.typeset {

    width:100%; height:100%;

}

.about {

    display:none; width:100%; height:100%; overflow-y:auto;

}

.inspiration {

    display:none; width:100%; height:100%; overflow-y:auto;

}

.heart-icon {
    
    height:50px; position: absolute; top:-10px; left:-10px;
    
}

.footer {
    
    padding:20px 10px 0px 10px;
    border-top:1px solid #ddd;
    
}

.book-status-info, .book-status-tick {
	position:absolute;
	bottom:5px;
	left:5px;
	cursor:pointer;
}

.book-status-description {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #2a82c6;
	font-size:14px;
	color:#fff;
	padding:10px;
	z-index: 2;
	box-sizing: border-box;
	border-radius:10px;
	display: none;
}

.log-out {
    
    position: absolute; top:10px; right:20px;
    
}

.log-out a {
    
    color:#b1b1b1;
    
}

@media only screen and (max-width: 1140px) {
    
    .friends-and-family-buy-form {
        
        padding:10px;
        margin:0 auto;
        float:none;
        
    }
    
    table {
        
        margin:0 auto;
        text-align: left;
        
    }
    
    .second-container {
    
        display:block;

    }
    
    .useful-information-mobile {
    
       display:block; 

    }
    
    .useful-information-text {
        
        background:#d1edff; padding:20px; border-top:1px solid rgba(42, 130, 198,0.5); display:block;
        
    }
    
    .useful-information-container {
        
        display:none;
        clear:both;
        text-align: center;
        float:none;
        
    }
    
    .publish-container {
        
        clear:both;
        text-align: center;
        float:none;
        
    }
    
}

@media only screen and (max-width: 850px) {
    
    .account-view-details {
    
        float:none;
        margin-bottom: 10px;

    }

    .book-small {
        
        float:none;
        margin:0 auto;
        margin-bottom: 10px !important;
        
    }
    
    .my-account-book {
    
        text-align: center;

    }
    
    .modal-book-tracker {
    
        margin-top:0px;

    }
    
    .book-status {
		display:block;
		width:100% !important;
	}
    
	.book-status-inner {
		padding:20px;
		background-color:#bae1f4;
		height:auto;
	}
    
    .friends-and-family {
        
        font-size:24px;
        
    }
    
    .work h2 {
        
        margin-bottom: 0px;
        
    }
    
    .work p {
        
        clear:left;
        hyphens:manual;
        
    }
    
    .work {
        
        clear:both;
        float:none;
        margin-left: 0px;
        width:auto;
        
    }
    
    .book-container {
        
        display:none;
        
    }
    
    .book-container-mobile {
    
        display:block;
        top:-10px;
        right:-20px;
        position: relative;
        float:right;
        margin-left:0px;
        margin-bottom:0px;
        -moz-transform: scale(1) rotate(4deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -webkit-transform: scale(1) rotate(4deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -o-transform: scale(1) rotate(4deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1) rotate(4deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        transform: scale(1) rotate(4deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);

    }

    .award {
        
        display:none;
        
    }
    
    table:not(.vertical-table)  {
        width: 100%;
    }
    table:not(.vertical-table)  thead {
        display: none;
    }
    table:not(.vertical-table)  tr:nth-of-type(2n) {
        background-color: inherit;
    }
    table:not(.vertical-table)  tr td:first-child {
        font-size: 18px;
        padding-top:10px;
    }
    table:not(.vertical-table) tbody td {
        display: block;
        text-align: center;
    }
    .add-border tr td:first-child {
        border-top: 2px dashed #ccc;
        margin-top: 15px;
        padding-top: 15px;
    }
    table:not(.vertical-table) tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
        font-weight: bold;
        color: #2a82c6;
        padding-bottom: 5px;
        font-size: 14px;
    }
    
}

@media only screen and (max-width: 750px) {
	
	.modal-buy {
		
		text-align:center;
		
	}		
	
	.buy-thumb {
	
		float:none;
		margin-right:0px;
		margin:0 auto;
		margin-bottom:10px;
		
	}
		
    .introduction {
        
        font-size:30px;
        
    }

}

@media only screen and (max-width: 670px) {
    
    .finalised-book-cover {
        
        display:none;
        
    }
    
    .finalised-more-information-list {
    
        text-align: center;
        margin-top: 0px;

    }
    
    .secondary-nav-button {
        
        width:100%;
        box-sizing:border-box;
        margin-left:0px;
        margin-right:0px;
        margin-bottom: 10px;

    }
    
    .book-container-mobile {
    
        width:154px;
        height:231px;

    }
    
    .book {
    
        width:154px;
        height:231px;
        background-position:160px top;

    }
    
}

@media only screen and (max-width: 600px) {
    
	.chosen_quantity {
	
		width:50px !important;
		
	}
	
    .useful-information-text {
        
        font-size:16px;        
        
    }
    
    .log-out {
    
        text-align: center;
		position:relative;
		margin-bottom:20px;
		right:0px;
		
    }
    
    .heart-icon {
    
        height:40px;

    }

    .about-logo {
    
        height:auto;
        width:90%;

    }

    .main-background {
        
        padding:20px;
        
    }
    
    .publish-container {
        
        padding:20px 10px 10px 10px;
        
    }
    
    input[type=text],input[type=submit] {
        
        width:100%;
        box-sizing: border-box;
        
    }
    
    .header {
        
        padding-top:0px;
        
    }
    
    .work {
        
        font-size:14px;
        width:100%;
        box-sizing: border-box;
        
    }
    
    .logo {
        
        margin:0 auto;
        box-sizing: border-box;
        width:90%;
        margin-top: 30px;
        
    }
    
    .top-container {
        
        padding:10px 20px 10px 20px;
        
    }
    
    h1 {
        
        font-size:35px;
        
    }
    
    .introduction {
        
        font-size:24px;
        
    }
    
    .publish-heading {
        
        font-size:30px; padding-bottom: 10px;
        
    }
    
    h2 {
        
        font-size:24px;
        margin-bottom: 0px;
        
    }
    
    h3 {
        
        font-size:24px;
        
    }
    
}

@media only screen and (max-width: 600px) {
    
    .book-container-mobile {
    
        width:118px;
        height:177px;

    }
    
    .book {
    
        width:118px;
        height:177px;
        background-position:122px top;

    }
    
    .overlay-scroll {
        
        overflow:hidden;
        
    }
    
    .overlay-scroll .modal-inner {

        padding-right:20px;
        box-sizing: border-box;

    }

    .overlay-scroll .modal {

        height:90%;

    }
    
}

@media only screen and (max-width: 370px) {
    
    .book-container-mobile {
    
        display:none;

    }
    
}