/*
Theme Name: Cork 'n Bottle
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.flex{
    display: flex;
}

.wpb_single_image .vc_single_image-wrapper {
  max-height: 346.6px;
  overflow: hidden;
}

.wine-discount{
    margin-bottom: 50px;
    text-align: center;
}

.wine-discount p,
.wine-discount a{
    font-size: 30px;
    margin-bottom: 0px;
    font-style: italic;
    font-family: Georgia, serif;
    line-height: 1;
}

/* HEADER */
.mobile-header-bar .mobile-branding img{
    width: 100px;
}

/* PAGE WORD FIX */
.description p{
    font-size: 30px;
    line-height: 1.3;
}

.max-width-description > div{
    max-width: 1250px;
    margin: auto;
}

@media only screen and (max-width: 500px) {
  .description p{
      font-size: 20px;
  }
}

/* GIFTS */
.gifts-container{
    width: 100%;
    max-width: 512px;
    margin: 0px auto 40px auto;
}

.full-width input,
.full-width select{
    width: 100%;
    margin: 10px 5px;
}

.gifts-container form > div{
    margin-bottom: 40px;
}

.gifts-container select{
    padding-right: 30px;
}

.credit-section{
    margin-top: 10px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.credit-section h3{
    margin-bottom: 30px;
    color: #999;
}

.credit-top{
    width: 100%;
}

.credit-top input{
    width: 80%;
}

.credit-bottom{
    display: flex;
}

.credit-bottom .credit-ccv,
.credit-bottom .exp{
    max-width: 70px;
}

.credit-bottom .exp-year{
    max-width: 80px;
    margin-right: auto;
}