﻿/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url(/img/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
}

@font-face {
    font-family: avant;
    src: url(../font/AVGARDN.TTF);
    font-weight: normal;
    font-style: normal;
}


.container {
    width: 1050px;
    margin: 30px auto 0;
}

.content-wrapper {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #5798bb;
}

.left-content {
    float: left;
    width: 648px;
}

.right-content {
    width: 375px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background-position: center top;
    background-repeat: repeat-x;

}

.block1 {
    height: 615px;
}

.block1 .left-content {
    background-image: url(/img/block1-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 615px;
    position: relative;
}

.content {
    width: 328px;
    float: right;
    text-align: center;

    margin-top: -7px;
    margin-right: 7px;

}

.tagline-container {
    width: 280px;
    margin: 0 auto;
    color: #000;

}

.tagline-container h2 {

    color: #000;
    text-transform: uppercase;
}



.tagline {
    color: #fff;
    font-family: avant;
    font-size: 20px;
    text-transform: uppercase;
}

span.yellow {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    float: right;
    padding: 5px;
    text-transform: uppercase;
}

span.product-price {
    color: #000;
    font-family: avant;
    font-size: 104px;
    position: relative;
    top: -55px;
    left: -22px;
}

.product-price {
    font-size: 35px;
}

.default-banner {
    background-color: #2B3637;
    color: #fff;
    height: 106px;
    padding-left: 35px;
    position: absolute;
    text-transform: uppercase;
    top: 509px;
    width: 613px;
}

.default-banner h1 {
    font-size: 36px;
    line-height: 43px;
    position: relative;
    top: -12px;

}

.default-banner span {
    display: block;
    font-size: 48px;
    font-weight: bolder;
    left: -14px;
    letter-spacing: -1px;
    position: relative;
}

.block1 .right-content {
    height: 615px;
}



.data-entry-header {
    background-color: #e62129;
    box-sizing: border-box;
    color: #fff;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 23px 0;
    text-align: center;
}



.data-entry-header h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 29px;
    font-family: avant;
    text-transform: uppercase;
    color: #fff;
}

.data-entry-header h4 {
    font-size: 14px;
    font-weight: normal;
}

.fields-wrapper {
    padding: 0 10px;
}

.block2 .right-content {
    background-color: #fff;
}

.block2 .fields-wrapper {
    margin: 25px auto;
}

.block2 .fields-wrapper input[type="text"],
.block2 .fields-wrapper select {
    margin: 0;
}

label {
    display: inline-block;
    font-family: avant;
    font-size: 14px;
    text-align: right;
    width: 130px;
}

.block1 input[type="text"],
.block1 input[type="tel"],
.block1 select,
.block2 .right-content input[type="text"],
.block2 .right-content input[type="tel"],
.block2 .right-content select {
    width: 54%;
    float: right;
    display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    margin-bottom: 24px;
    width: 335px;
}

.form-wrapper-2 {
    margin-top: -30px;
}

.input-small {
    float: right;
    width: 181px
}

#cc_cvv {
    width: 98px;
    margin-left: 20px;
}

#fields_expmonth,
#fields_expyear {
    width: 88px;
}

.block2 .left-content,
.block2 .right-content {
    background-color: #FAFAFA;
    min-height: 738px;
}

.block2 input[type="text"],
.block2 select {
    border: 1px solid #c3c3c3;
    height: 25px;
    text-indent: 8px;
    margin-bottom: 20px;
}

.magDesc {
    background: #f3f3f3 none repeat scroll 0 0;
    border-radius: 3px;
    display: none;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
}

select option {
    text-transform: capitalize;
}

.magDesc::before {
    border-bottom: 10px solid #f3f3f3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: " ";
    left: 30px;
    position: absolute;
    top: -9px;
}

.left-header {
    background-color: #FA94A0;
    padding: 10px;
}

.leftheader {
    width: 448px;
    height: 23px;
    margin: 40px 36px 1px -31px;
    background-color: #E74942;
    padding: 8px;
    border-radius: 3px;

}


.selectMagazine {
    width: 400px;
    margin: 0 auto;
}

.descriptor-info {
    font-size: 14px;
}

#fields_agree {
    vertical-align: sub;
}

.total-container {
    background-color: #E5EBF1;
}

.payment-entry-header1 {
    background-color: #040707;

    color: #fff;
    padding: 12px 0;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.payment-entry-header1>img {
    float: left;
    margin-left: 55px;
    padding-right: 14px;
}

.payment-entry-header1>h1 {
    display: inline;
    font-size: 29px;
    line-height: 33px;
    text-transform: uppercase;
    text-align: left;
}

.data-entry-header h1,
.data-entry-header h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.payment-button {
    background-color: transparent;
    background-image: url(/img/button.png);
    background-repeat: no-repeat;
    background-position: center 0;
    border: medium none;
    box-shadow: none;
    height: 79px;
    margin-right: 0;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
    width: 247px;

}

.offerdetaildesc {
    background: #EAF1F5 none repeat scroll 0 0;
    margin: 0 auto;
    padding: 5px;
    width: 310px;
}

.terms {
    text-align: justify;
    font-size: 14px;
}

.footer {
    text-align: center;
    color: white;
}

.footer ul {
    padding: 0px;
}

.footer li {
    margin: 20px 5px;
    text-align: center;
    display: inline;
    list-style: none;
    color: white;
}

.footer a {
    color: white;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.left {
    float: left !important;
}

.right {
    float: right;
}

.img-center {
    display: block;
    margin: 0 auto;
}

.acc-cc span {
    margin-right: 8px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.text-center {
    text-align: center;
}

.bold {
    font-weight: 700;
}

.small {
    font-size: 70%;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}