﻿.gform_wrapper input#gf_coupon_button.button {
    background-color: #09f !important;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    height: 50px!important;
    width: 150px!important;
}

@media(max-width: 50px){
    .gform_wrapper input.gf_coupon_code {
        max-width: 50px;
        margin-left: 0px!important;
        margin-bottom: 0px!important;
        z-index:0!important;
    }
}

.post-header .title_wrapper h1 {
    font-size: 35px;
    line-height: 35px;
    text-transform: capitalize!important;
    text-align: center!important;
}
table th {
    font-size: 18px!important;
    color:black!important;
}
table td {
    font-size: 14px!important;
    color:black!important;
}
a {
    color: #09F!important;
}
.entry-title{
   margin-bottom:0px!important
}
.gv-back-link
{
  text-align:center!important;
}
.author-box-wrapper
{
   display:none!important;
}
table th, table td
{
   border-color: black!important;
}
.toolbarButton::before, .secondaryToolbarButton::before
{
  top: 4px!important;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    display: none;
}

.download::before{
    margin-left: -100px !important;
}
#download{
    margin-right: 110px !important;
}
#toolbarViewerRight #download{
    margin-right: 110px !important;
}
input[type="button"]{
    background-color: #09f !important;
    color: #fff;
}
input[type="checkbox" i] {
    -webkit-appearance: checkbox;
}
input[type="radio" i]{
    -webkit-appearance: radio;
}

.price_list{
    background-color: black;
    width: 28%;
    float: right;
    margin: 0px !important;
    padding: 0.5em 1.5em 0.5em 1.5em!important;
}
a.button{ background-color: #021f63; color: #ffffff; }
.tr-content #Wrapper, .tr-content #Content {
    background: white!important;
}

.gform_wrapper span.ginput_product_price {
    color: #ccc !important;
}
.gform_wrapper span.ginput_total {
    color: #ccc;
    font-size: inherit;
}
.gform_wrapper span.ginput_product_price_label {
    color: #ccc;
}
input.button {
    background-color: #001e63 !important;
    color:white;
}
.price_list label {
    font-weight: 400;
    margin: .0em 0 .0em!important;
    color:white;
}
.price_list div.ginput_container {
    margin-top: 3px;
}
.gf_inline label {
    border-style: dotted;
    border-width: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 15px;
    background: #09f;
}
@media only screen and (max-width: 479px)
{
    label {
        font-size: 15px!important;
        margin-left: 0px!important;
        margin-bottom: 0px!important;
    }
}
@media only screen and (max-width: 768px)
{
    label {
        margin-left: 0px!important;
        margin-bottom: 20px!important;
    }
}

input.button {
    width:12%!important;
    padding: 3px !important;
    height: 28px;
}

.gform_wrapper span.ginput_total {
    color: #ccc!important;
    font-size: inherit;
}
@media only screen and (max-width: 479px)
{
    #field_4_11
    {
        display:block!important;
        position: fixed!important;
        width: 70%!important;
        height:100px!important;
        bottom: 0px!important;
        left:120px!important;
        z-index:5!important;
    }
}
@media only screen and (max-width: 479px)
{
    #field_4_77
    {
        display:block;
        position: fixed!important;
        width: 70%!important;
        bottom: 0px!important;
        left:100px!important;
        z-index:1!important;
    }
}
@media only screen and (max-width: 479px){
    .price_list{
        position: fixed!important;
        width: 50%!important;
        height:80px!important;
        left:120px!important;
        bottom: 0px!important;
        z-index:0!important;
    }
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top:0px!important; 
}
@media only screen and (max-width: 479px){
    .gform_wrapper .field_description_below .gfield_description
    {
        padding-top:-100px!important; 
    }
}
.gform_wrapper .gfield_checkbox li label {
        margin-top: 5px;
    }
@media only screen and (max-width: 479px){
    .gfield_checkbox li {
        margin-bottom: 0px!important;
    }
}
.gform_wrapper label {
    font-weight: 400;
    margin: .188em 0 0em; 
}
@media only screen and (max-width: 479px){
    body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
        margin-top: 0px!important;
    }
}

.gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button {
    height: 40px!important;
    width: 100px!important;
background: #001e63 !important;
}
body div#ui-datepicker-div[style] {
    z-index: 9999!important;
    background: white;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
    height: 40px!important;
    width: 100px!important;
 background: #001e63 !important;
}

$(function() {
  $('#forme1').on('submit', function() {
    window.location = $('#selectbox2').val();
    return false;
  });
});