/*
Theme Name: The Dark Room - 2015
Theme URI: http://thedarkroom.com/
Description: The 2015 theme for The Dark Room site.
Version: 1.0
Author: The Dark Room
Author URI: http://thedarkroom.com/
Text Domain: darkroom
*/

.blue {
    color: #3366ff !important;
}
.red {
    color: #ff0000 !important;
}
.green {
    color: #339966 !important;
}
.mark, mark {
    background: none;
}
#content a {
    color: #42ada8;
    text-decoration: none;
}
#content a:hover {
    color: #42ada8;
    text-decoration: underline;
}
#content .slider a {
    color: black;
}
#content a.red-btn {
    color: white;
}
#content a.red-btn:hover {
    color: white;
    text-decoration: none;
}
.green-btn {
    background: #42ada8;
    color: #fff;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    padding: 0 20px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    line-height: 41px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    height: 40px;
    margin-bottom: 15px;
}
#content a.green-btn {
    color: white;
}
#content a.green-btn:hover {
    color: white;
    text-decoration: none;
}
h2.green {
    color: #42ada8;
}
h4 {
    font-size: 16px;
    font-weight: bold;
}
#content h3 {
    padding: 0;
    margin: 0;
    font-size: 20px;
}

ol {
    list-style-type: decimal;
    margin-left: 20px;
    margin-top: 20px;
}
ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
}

.entry-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-left: 20px;
}

.entry-content ul li{
    list-style-type: disc;
    padding-bottom: 10px;
}
.entry-content ul.woocommerce-error,
.entry-content ul.woocommerce-info,
.entry-content ul.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
img.maxwidth100 {
    max-width: 100%;
    height: auto;
}
.entry-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-content p, .entry-content ul, .entry-content ol {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}
/**FORMS**/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #999;
}
:-moz-placeholder { /* Firefox 18- */
    color: #999;
}

/***YouTube Video***/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

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

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
    max-width: 100%;
}


/*reset back for Woocommerce and Cart*/
.entry-content .woocommerce p, .entry-content dl p {
    font-size: 14px;
    line-height: 1.42857143;
}
.woocommerce-breadcrumb {
    display: none;
}
/***HEADER***/
/*
header.top-image { height: 670px; }

header.top-image .header-img {
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-size: cover;
}
.home header.poster .header-img.mobile {
	display: none;
}
.mobile-user-menu {
	display: none;
}
header .user-menu a.logout-button {
    background: #c12d43;
}
body header .cat .item.sheet-film .pic img {
    max-width: 80%;
}
.get-started .slider .item.sheet-film .pic img {
    max-width: 80%;
}
.header-seals {
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	position: absolute;
	top: 6px;
	right: 220px;
	line-height: 1;
}
.logged-in .header-seals {
	right: 340px;
}
.years {
	height: 32px;
	width: 170px;
	padding-left: 45px;
	background: url('https://8ed041e241207bfeb594-0ca6d4bc615d9c703064ddd13f331519.ssl.cf1.rackcdn.com/icons-sprite.png') no-repeat;
    float: left;
    padding-top: 7px;
}
.voted {
	height: 32px;
	width: 100px;
	padding-left: 40px;
	background: url('https://8ed041e241207bfeb594-0ca6d4bc615d9c703064ddd13f331519.ssl.cf1.rackcdn.com/icons-sprite.png') left -47px no-repeat;
    float: left;
    padding-top: 7px;
}
.home header .photo-label {
    display: block !important;
}
*/
/**NEW HEADER ***/
@media (min-width: 1230px) {
    header.top-banner  .container {
        max-width: 1200px;
    }
}
/* Safari Support */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; /* Added! */
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.row:before,
.row:after{display:none;}

/* End - Safari Support */

/*HEADER*/

header.top-banner {
    background: #2f2b2c url(../png/top_panel_bg-2.png) repeat-x scroll 0 0;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
header.top-banner .row {
    height: 48px;
    padding-top: 5px;
}
header.top-banner a.back-arrow {
    display: inline-block;
    color: white;
    font-size: 1.5rem;
    height: 40px;
    width: 15px;
}
.chevron-left::before {
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: '';
    display: inline-block;
    height: 13px;
    position: relative;
    top:13px;
    vertical-align: top;
    width: 13px;
    left: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header.top-banner .col-auto,
header.top-banner .col {
    padding-right: 15px;
    padding-left: 15px;
}
header.top-banner a.logo {
    display: inline-block;
    width: 183px;
    height: 42px;
    background: url("../svg/tdr%20logo%2025.svg") no-repeat;
    background-size: contain;
    text-indent: -999em;
    margin-top: 0px;
}
.header-right {
    margin-left: auto;
}
header.top-banner .header-right div,
header.top-banner .header-right nav,
header.top-banner .header-right ul,
header.top-banner .header-right li,
header.top-banner .header-right a {
    display: inline-block;
    vertical-align: middle;
}
header.top-banner .year40 {
    width:140px;
    height: 35px;
    background: url(../svg/since-1976-icon-2.svg) no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: 999em;
    white-space: nowrap;
}
header.top-banner .best-lab {
    width:101px;
    height: 27px;
    background: url(../svg/voted-best-lab-2.svg) no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: 999em;
    margin: 0 35px;
}
header.top-banner .user-menu ul {
    margin: 0;
    padding: 0;
}
header.top-banner .header-right a {
    overflow: hidden;
    text-indent: 999em;
}
header.top-banner .header-right a:hover {
    opacity: 0.7;
}
header.top-banner a.fos-link {
    background: url(../svg/fos-2.svg) no-repeat;
    background-size: contain;
    width: 92px;
    height: 24px;
    color: white;
    text-decoration: none;
    padding: 5px;
}
header.top-banner li.my-account {
    margin-left: 8px;
}
header.top-banner a.my-account-link {
    background-color: #c12d43;
    width: 116px;
    height: 24px;
    color: white;
    text-decoration: none;
    padding: 5px 5px 5px 30px;
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
    text-indent: 0;
    position: relative;
}
header.top-banner a.my-account-link:before {
    background: url(../svg/my-account-2.svg) no-repeat;
    background-size: contain;
    background-color: #c12d43;
    width: 18px;
    content: "";
    height: 16px;
    position: absolute;
    left: 5px;
}
header.top-banner li.cart {
    width: 40px;
}
header.top-banner a.cart-link {
    background: url(../svg/cart-2.svg) no-repeat;
    background-size: contain;
    width: 26px;
    height: 23px;
}


/***SIDEBAR***/
.page-id-99 .dr-lab, .page-id-35 .dr-lab {
    display: none;
}
.page-id-84 .sidebar .contact {
    display: none;
}
.page-template-template-newsletter .col-md-8.left-col {
    padding-right: 80px;
}
.sidebar {
    padding: 50px 0;
}
.sidebar img {
    height: auto;
    max-width: 100%
}
p.small-caption {
    font-size: 12px;
    line-height: 1.2;
}
.sidebar ul {
    padding-left: 20px;
}
.sidebar ul li {
    list-style: disc;
    padding-bottom: 10px;
    line-height: 1;
}

.sidebar ul li a {
    color: #42ada8;
    text-decoration: none;
}

#gform_wrapper_16 {
    padding: 10px 24px;
    margin: 0;
    background: #2f2b2c;
    color: white;
}
#content .sidebar .gform_wrapper h3.gform_title {
    font-weight: 300;
    font-size: 24px;
    border-bottom: 1px solid white;
    padding: 10px 0;
    margin-bottom: 10px;
}
.sidebar .gform_wrapper .top_label .gfield_label {
    margin: 0;
}
.sidebar label {
    font-weight: 500;
}
.dr-lab, .sidebar .contact {
    margin-bottom: 70px;
    margin-top: 10px;
}
#gform_wrapper_16 input[type=text], #gform_wrapper_16 input[type=email] {
    color: black;
    background: white;
    font-size: 17px;
    padding: 8px 4px 8px 2px;
}
#gform_wrapper_16 input[type=submit] {
    background: #c12d43;
    border: none;
    font-weight: 500;
    text-decoration: none;
    font-size: 32px;
    padding: 10px 20px;
    margin: 0 auto;
    width: 100%;}

#gform_wrapper_16 input[type=submit]:hover {
    opacity: 0.8;
}

/***DEFAULT HTML5 GALLERY***/
.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}
.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(70%);
    filter: opacity(70%);
}
.gallery-caption {
    display: block;
    text-align: left;
    padding: 5px 10px 0 0;
    margin-bottom: 0;
}
body .nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    background: black;
    padding: 10px;
}
body .nivo-lightbox-theme-default .nivo-lightbox-title {
    background: none;
}
/*masonry galleries */
.masonry.gallery-columns-2 {
    column-count: 2;
    column-gap: 10px;
    margin: 0 auto;
    clear: both;
}
.masonry.gallery-columns-2 .gallery-item {
    display: inline-block;
    background: #ebebeb;
    margin: 0 0 10px;
    width: 100%;
    padding: 0;
    max-width: 100%;
}
.masonry .gallery-item a {
    background: white;
}
.masonry.gallery-columns-2 .gallery-item img {
    background: #ebebeb;
}
.masonry.gallery-columns-2 .gallery-item.tdr {
    background: #42ada8;
}
.masonry.gallery-columns-3 {
    column-count: 3;
    column-gap: 5px;
    margin: 0 auto;
    clear: both;
}
.masonry.gallery-columns-3 .gallery-item {
    display: inline-block;
    background: #333;
    margin: 0 0 5px;
    width: 100%;
    padding: 0;
}

.masonry .gallery-item a img {
    width: 100%;
}

.masonry .gallery-caption {
    padding: 10px;
    color: #333;
}
.masonry .tdr .gallery-caption {
    color: white;
}
/***HOME***/
.xmas-graphic {
    position: absolute;
    width: auto;
    top: 47px;
    left: 50%;
    margin-left: 363px;
    z-index: 200;
}
.xmas-graphic a {
    display: block;
    z-index: 200;
}
.home header .menu-holder {
    z-index: 300;
}
.home header .category-items.open {
    z-index: 300;
    position: relative;
}
.home header .menu-holder .menu-box {
    z-index: 300;
    position: relative;
}

.get-started h1 {
    text-align: center;
}
.hp-text-row {
    padding-top: 10px;
}
.hp-top-text a.red-btn {
    margin-top: 20px;
}

.hp-top-text h1 {
    font-size: 26px;
    line-height: 1;
    text-align: left
}
.hp-infographic {
    padding-bottom: 20px;
    text-align: center;
}
.hp-infographic img {
    max-width: 100%;

}
.your-photos {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.your-photos .container {
    height: 600px;
    position: relative;
}
.your-photos a.red-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -110px;
}
.pic {
    position: relative;
    overflow: hidden;
}
.pic .ribbon {
    position: absolute;
    background-color: #c12d43;
    color: #faaeb9;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    text-align: center;
    width: 230px;
    top: 20px;
    right: -60px;
    text-transform: uppercase;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 2px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    opacity: .9
}
.red-btn.block.testimonials{
    width: 250px;
    margin-bottom: 35px;
}
/***TEMPLATES***/
/***FAQS***/
/*new faqs plugin*/
.ufaq-text-input {
    border-radius: 0 !important;
    margin: 0px !important;
    width: 100%;
    padding: 5px;
}
label#ufaq-ajax-search-lbl {
    display: none;
}
#ewd-ufaq-jquery-ajax-search li.ui-menu-item {
    list-style-type: none;
    line-height: 1.1;
    margin-bottom: 10px;
    background: none;
    border: none;
}
#ewd-ufaq-jquery-ajax-search li.ui-menu-item:hover {
    background: none;
    border: none;
    opacity: 0.6;
}
.ewd-ufaq-post-margin-symbol span {
    color: white;
    background: #42ada8;
    font-size: 13px;
    padding: 4px 3px 3px 4px;
    margin-top: 4px;
}
.ufaq-faq-category-title h4 {
    font-size: 32px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
}
a .ufaq-faq-title-text h4 {
    color: black;
    font-size: 20px;
    font-weight: normal;
}
a .ufaq-faq-title-text h4:hover {
    text-decoration: underline;
}
body .ufaq-faq-div {
    margin: 0;
    padding: 0;
}
.ufaq-faq-body {
    padding: 10px 25px 10px 0;
}
#ewd-ufaq-jquery-ajax-search ul.ui-menu {
    padding-top: 15px;
}
/* end faqs*/

.attachment-excerpt p {
    font-size: 150%
}

/***CS***/
p.address {
    font-size: 18px;
}
#gform_wrapper_18.gform_wrapper .top_label .gfield_label,
#gform_wrapper_1.gform_wrapper .top_label .gfield_label {
    margin: 0;
}
#gform_wrapper_18.gform_wrapper label.gfield_label+div.ginput_container,
#gform_wrapper_1.gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0;
}
#gform_wrapper_18.gform_wrapper .ginput_complex label,
#gform_wrapper_1.gform_wrapper .ginput_complex label {
    font-weight: 300;
}
#gform_wrapper_18.gform_wrapper input[type=email], #gform_wrapper_18.gform_wrapper input[type=tel], #gform_wrapper_18.gform_wrapper input[type=text],
#gform_wrapper_1.gform_wrapper input[type=email], #gform_wrapper_1.gform_wrapper input[type=tel], #gform_wrapper_1.gform_wrapper input[type=text]
{
    padding: 8px 2px 8px 2px;
    font-size: 17px;
}
#gform_wrapper_18.gform_wrapper ul.gform_fields li.gfield,
#gform_wrapper_1.gform_wrapper ul.gform_fields li.gfield select {
    padding: 8px 2px 8px 2px;
}
#gform_wrapper_18.gform_wrapper .gfield_checkbox li input,
#gform_wrapper_1.gform_wrapper .gfield_checkbox li input {
    margin-left: 0;
}
#gform_wrapper_18.gform_wrapper input[type=submit],
#gform_wrapper_1.gform_wrapper input[type=submit],
.red-submit-button_wrapper.gform_wrapper input[type=submit],
button.glsr-button {
    background: #c12d43;
    color: #fff;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    padding: 0 20px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    line-height: 41px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    height: 40px;
    border: none;
    border-radius: 0;
}
#gform_wrapper_18.gform_wrapper input[type=submit]:hover,
#gform_wrapper_1.gform_wrapper input[type=submit]:hover {
    background: #AD192F;
}
#gform_wrapper_1.gform_wrapper select {
    height: 42px;
    margin-bottom: 0;
}
#gform_wrapper_1.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
    margin-top: 5px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: .163em !important;
}

.page-id-35 #text-3 {
    display: none;
}

/***GIFTS***/
h1.big-heading {
    font-size: 60px;
    text-align: center;
    font-weight: 500;
    margin-top: 50px;
    line-height: 1;
}
.prod-cat-box {
    margin-bottom: 50px;
}
.prod-cat-box .box {
    margin: 0 auto;
    max-width: 348px;
}
.prod-cat-box .pic{
    margin-bottom: 15px;
}
.prod-cat-box img {
    max-width: 100%;
    height: auto;
}
.prod-cat-box h2 {
    font-size: 20px;
    color: #42ada8;
    display: inline-block;
}
.prod-cat-box a.red-btn {
    float: right;
    margin: 10px 0 0 0;
}
/***BAMBOO***/
/*.page-template-template-bamboo-php header.poster {
  height: 500px;
}*/
.page-id-4745 .overlay-top-image h1 {
    float: left;
}
h2.white-big {
    font-size: 80px;
    font-weight: 900;
    color: white;
    text-shadow: 2px 2px 4px black;
    text-align: center;
    margin-bottom: 30px;
}
.bamboo-left img {
    max-width: 500px;
    height: auto;
    width: 100%;
}
.bamboo-right {
    padding-top: 110px;
}
.bamboo-right.ornaments {
    padding-top: 0px;
}
.bamboo-right p {
    max-width: 500px;
    margin: 0 auto 20px auto;
    font-size: 26px;
}
.blue-waves {
    padding: 30px 0;
    background: url("../png/top_panel_bg-2.png") repeat 0 0 #42ada8;
}
.bamboo-product {
    clear: both;
    color: white;
    font-size: 20px;
    margin-bottom: 50px;
}
.bamboo-product .red-btn {
    position: absolute;
    bottom: -10px;
    right: -5px;
}
.bamboo-product h3 {
    color: white;
}

.bamboo-product img {
    max-height: 150px;
    width: auto;
    float: right;
}

/***ALU, MUGS***/
.overlay-top-image h1 {
    font-size: 90px;
    font-weight: 300;
    color: white;
    margin-top: -335px;
    z-index: 50;
    position: relative;
    /*float: right;*/
    max-width: 700px;
    line-height: 0.9;
    text-shadow: 1px 1px 4px #333;
}
.alu-prints, .mugs  {
    margin-bottom: 100px;
}
.alu-prints img, .mugs img {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.alu-prints h2.black-header, .mugs h2.black-header {
    font-weight: 300;
    font-size: 50px;
}
.alu-prints p , .mugs p{
    font-weight: 500;
    font-size: 24px;
}
.col-sm-6.travel-mug-pic, .col-md-5.mini-metal-pic {
    float: right;
}


/***GIFT PRODUCTS***/
.gift-title {
    max-width: 500px;
    color: white;
    font-size: 70px;
    position: absolute;
    bottom: 38%;
    line-height: 1;
    text-shadow: 2px 2px 5px black;
}
.gift-title .white {
    color: white;
}
.postid-4636 .gift-title, .postid-4626 .gift-title {
    left: auto;
}
.product_cat-gifts-prints .product-detail .price {
    display: none;
}
.extra-product-info {
    padding-bottom: 40px;
}
.product_cat-hd-aluminum-prints .extra-product-info .col-right img {
    margin-bottom: 30px;
}
.product-detail .desc p.wp-caption-text {
    font-size: 14px;
}
.canvas-sizes {
    max-width: 1000px;
}
.alu-sizes {
    max-width: 700px;
}

.size-box {
    width: 190px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    text-align: center;
    height: 210px;
}
.size-box .img-wrapper {
    height: 150px;
}
.ornaments-right {
    padding-top: 60px;
    font-size: 20px;
}
.ornaments-left img {
    width: 100%;
    height: auto;
}

img.size-large {
    width: 100%;
    height: auto;
}


#content .sidebar.blog-sidebar .widget-title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.sidebar.blog-sidebar .widget {
    margin-bottom: 50px;
}

.blogmenu h3 {

    padding: 8px;
    display: block;
    color: #363f46;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
}

.blogmenu ul {
    padding: 0px
}

.sidebar .blogmenu ul li {
    list-style: none;
    text-align: center;
    padding: 3px 0 0 0
}

.sidebar .blogmenu ul li a {
    color: #363f46;
    background: #fff;
    display: block;
    padding:15px 10px;
    font-size: 14px;
    font-weight: 300;
    border: 2px solid #e5e5e5;
    -webkit-transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -ms-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transition: all 0.17s ease-in-out;
}

.sidebar .blogmenu ul li a:hover {
    background: #eee;
    color: #363f46;
    border: 2px solid #363f46;
}

/***GIFT CARDS***/
.product-type-gift-card .gift-title {
    bottom: 28%;
    font-weight: 300;
}
.woocommerce #content div.product.product-type-gift-card div.summary {
    float: left;
}
.product-type-gift-card p.price {
    display: none;
}
form.gift-cards_form table.gift-cards-list {
    margin-left: auto;
    margin-right: auto;
}
.gift-cards-list td.label {
    font-size: 100%;
    line-height: 42px;
    color: black;
    text-align: left;
    border-radius: 0;
}
table.gift-cards-list {
    margin-bottom: 25px;
}
.gift_card_template_button input.qty {
    height: 40px;
}
input.ywgc-manual-amount {
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    margin-top: 10px;
    width: 70%;
}
.ywgc-amount-label {
    padding-right: 15px;
    padding-top: 5px;
}
.ywgc-amount-label label {
    margin-bottom: 0;
}
.gift-card-content-editor input[type=email],
.gift-card-content-editor input[type=text] {
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    width: 100%;
}
.gift-card-content-editor input#ywgc-delivery-date {
    width: auto;
}
.gift-card-content-editor textarea {
    padding: 5px 10px;
}
.ywgc-postdate {
    margin-top: 15px;
}
.ywgc-recipient {
    max-width: none;
}
/***MOVIES***/
.desc ul.movies-choices {
    list-style-type: none;
    padding-left: 0;
}
#content .desc ul.movies-choices a:hover {
    text-decoration: none;
}
.desc ul.movies-choices li {
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
}
.desc ul.movies-choices li.what {
    background: #42ada8;
    color: white;
    width: 104px;
    padding: 6px 0 6px 8px;
    line-height: 1;
    position: relative;
}
.desc ul.movies-choices li.what:after {
    left: 100%;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    border-left-color: #42ada8;
    border-width: 23px;
    margin-top: -23px;
}
.desc ul.movies-choices li.film {
    background-color: #e2f2f2;
    padding-left: 30px;
    margin-left: -4px;
    opacity: 0.4;
}
.desc ul.movies-choices li.film:hover, .desc ul.movies-choices li.video:hover {
    background: #42ada8;
    opacity: 0.8;
}
.desc ul.movies-choices li.video{
    background-color: #e2f2f2;
    margin-left: -5px;
    padding-left: 10px;
    opacity: 0.4;
}
.desc ul.movies-choices li.video.active, .desc ul.movies-choices li.film.active {
    opacity: 1;
}
#content .desc ul.movies-choices li.film a {
    color: black;
    font-size: 18px;
    background-image: url("../png/sprite-logos-tape.png");
    background-position: 0 -403px;
    padding: 0 15px 0 45px;
    line-height: 46px;
    display: block;
}
#content .desc ul.movies-choices li.video a {
    color: black;
    font-size: 18px;
    background-image: url("../png/sprite-logos-tape.png");
    background-position: 0 -343px;
    padding: 0 15px 0 75px;
    line-height: 46px;
    display: block;
}
#product-4620 .images {
    padding-top: 200px;
}

a.green-btn.shipping {
    margin-top: 15px;
}
.starting-at {
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    line-height: 80px;
    vertical-align: bottom;
    padding-top: 24px;
}
.red-big {
    color: #c12d43;
    font-size: 80px;
    font-weight: 900;
    display: inline-block;
    line-height: 80px;
}
.red-up {
    color: #c12d43;
    font-weight: 700;
    display: inline-block;
    font-size: 46px;
    line-height: 1.2;
}
.extra-product-info p.small-caption {
    font-size: 14px;
}
.product .extra-product-info h2 {
    color: #42ada8;
    font-weight: 500;
    font-size: 24px;
}
.extra-product-info .dvd {
    height: 115px;
    background-image: url("../png/sprite-logos-tape.png");
    background-position: 0 -900px;
}
.extra-product-info .laptop {
    height: 100px;
    background-image: url("../png/sprite-logos-tape.png");
    background-position: 0 -1025px;
    clear: left;
}
.extra-product-info ul {
    list-style-type: disc;
    padding-left: 20px;
}
.extra-product-info li {
    list-style-type: disc;
    margin-bottom: 5px;
}
#product-4621 .quantity {
    display: none;
}
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/***FILM DEV***/
.single-product .quantity-text {
    font-weight: bold;
    padding-bottom: 7px;
    font-size: 18px;
}
/****NEGATIVES****/
table.negatives-table {
    width: 80%;
}
table.negatives-table td {
    padding: 3px 0;
}
#product-12 .quantity {
    display: none;
}
#product-12 .quantity-info, .frames-number .ginput_quantity_label {
    display: none;
}
.gform_wrapper .frames-number input.ginput_quantity {
    width: 50px;
    padding: 5px 2px;
}
.frames-number .ginput_product_price_label, .frames-number .ginput_product_price {
    display: none;
}
/****URBAN OUTFITTERS***/
.product_cat-urban-outfitters .woocommerce-product-details__short-description p {
    font-size: 17px;
}
.product_cat-urban-outfitters .product-detail.row {
    background: #fafafa;
    padding: 30px;
}
.uo-description {
    padding-bottom: 50px;
}
.uo-description hr {
    border-top: 1px solid #ccc;
}
.uo-order-form.col-md-5 {
    border-left: 2px solid #ccc;
    padding-left: 30px;
}
.uo-order-form form > .quantity,
.uo-order-form .woocommerce-Price-amount,
.product_cat-urban-outfitters .product-detail.row .price {
    display: none;
}
.uo-order-form .single_add_to_cart_button{
    height: 74px !important;
}
/****SUBSCRIPTIONS***/
.woocommerce #content div.product.product-type-subscription div.summary {
    float: none;
    width: 100%;
}
/***MAIL ORDER FORM***/
.lightbox {
    display: none;
}
.large-number {
    display: inline-block;
    background: #42ada8;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
}
.label-form-left h2, .label-form-right h2, .bottom-label-form h2 {
    line-height: 40px;
    font-size: 28px;
    font-weight: 500;
}
.bottom-label-form h2 {
    padding-left: 15px;
}
#offline-order-form {
    max-width: 500px;
}
.form-row {
    margin-bottom: 10px;
}
.form-row.form-row-wide {
    clear: both;
}

.form-row-first {
    float: left;
    width: 47%;
    overflow: visible;
}
.form-row-last {
    float: right;
    width: 47%;
    overflow: visible;
}
.form-row label {
    line-height: 1.3;
    display: block;
}
.form-row span.required {
    color: #c12d43;
    font-weight: 700;
    border: 0;
}
.error-msg {
    color: red;
}
.form-row input[type=text] {
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
}
#create-label-n-order-form {
    margin-top: 30px;
    float: right;
    margin-bottom: 50px;
}
.label-form-right img {
    width: 100%;
    height: auto;
}
.bottom-label-form-left, .bottom-label-form-right {
    text-align: center;
}
.bottom-label-form .red-btn {
    margin-top: 30px;
}
/****SUBSCRIPTIONS***/
.product-type-subscription .woocommerce-product-gallery--without-images {
    display: none;
}
.woocommerce div.product.product-type-subscription p.price, .woocommerce div.product span.price {
    color: #2f2b2c;
    font-size: 26px;
    margin-bottom: 25px;
}
.woocommerce div.product.product-type-subscription form.cart div.quantity {
    text-indent: -9999em;
}
.woocommerce div.product.product-type-subscription form.cart .button {
    padding: 15px 35px;
    height: auto;
}
/*404 template*/
.entry-content #searchform input#s {
    padding: 3px 7px;
    margin-top: -3px;
}
.entry-content #searchform input#searchsubmit {
    background-color: #42ada8;
    border: none;
    color: #fff;
    padding: 4px 7px;
    margin-top: -3px;
}

/* GF Forms */
legend.gfield_label {
    border: none;
}

/*WOOCOMMERCE */
/*message colors*/
.woocommerce .woocommerce-message {
    border-top-color: #8fae1b;/*green*/
}
.woocommerce .woocommerce-message:before {
    content: "\e015";
    color: #8fae1b;
}
.woocommerce .woocommerce-info {
    border-top-color: #1e85be;/*blue*/
}
.woocommerce .woocommerce-info:before {
    color: #1e85be;
}
/*STORE*/
ul.products li .pic {
    width: 250px;
    height: 264px;
    margin-bottom: 10px;
}
#content ul.products li.product_cat-tshirts h3 {
    /*correct for no price shown*/
    margin-bottom: 23px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
ul.products li .box {
    height: 380px;
}
.woocommerce #content ul.products li.product a.button {
    position: absolute;
    bottom: 0px;
    margin-top: 0;
    background: #c12d43;
    padding: 0 40px;
}
.woocommerce #content ul.products li.product a.button:hover {
    background: #AD192F;
    opacity: 1;
}

.woocommerce-cart table.cart .quantity input {
    height: 41px;/*correct IE*/
}

.woocommerce ul.products li.product .price {
    color: black;
}
#content a.button, #content a.button:hover {
    color: white;
    text-decoration: none;
}
#content .woocommerce-pagination a:hover {
    text-decoration: none;
}

body .gform_wrapper span.ginput_total {
    color: black;
}
.desc ul, .desc li, .gform_body ul.bullet-list, .gform_body ul.bullet-list li {
    list-style-type: disc;
}
.desc ul {
    padding-left: 40px;
}
.gform_body ul.bullet-list {
    padding-left: 20px !important;
}
.gform_body ul {
    list-style-type: none;
}
li.hidden-field {
    visibility: hidden;
    height: 1px;
}
.gfield_radio .ginput_price, .gfield_checkbox .ginput_price {
    display: none;
}
.print-sets .ginput_product_price_label, .print-sets .ginput_product_price {
    display: none;
}

.gform_wrapper li.print-sets {
    margin-left: 20px !important;
    border-left: 3px solid #d1d1d1;
    padding-left: 10px;
}

.gform_body input[type=checkbox], .gform_body  input[type=radio] {
    margin: 4px 6px 0 15px;
}

span.gfield_required {
    color: #c12d43
}

.gfield_error {
    border: 1px solid #c12d43;
    background-color: rgba(193,45,67,.2);
    padding: 7px;
}

.gfield_description.validation_message {
    color: #c12d43;
}
#content .gform_wrapper ol.validation_list li a {
    color: #cc3333;
}
body .gform_wrapper .description_above .gfield_description {
    padding-top: 5px;
}
.woocommerce .woocommerce-breadcrumb {
    margin-top: 15px;
}
.single.woocommerce div.product {
    margin-top: 30px;
    margin-bottom: 30px;
}
.product h1 {
    font-size: 34px;
    color: #42ada8;
    margin-top: 50px;
    line-height: 1;
    margin-bottom: 10px;
}
.product h2 {
    font-size: 30px;
    font-weight: 300;
    margin-top: 0;
}
.product-order-details {
    background: #fafafa;
    padding-top: 25px;
    padding-bottom: 25px;
}
.product-order-details .col-left {
    padding-bottom: 25px;
}
.product-order-details h2,
.uo-order-form h2{
    color: #42ada8;
    font-weight: 500;
    margin-bottom: 0;
}
.fastest {
    font-size: 18px;
    color: #cc3333;
    font-style: italic;
    font-weight: 100;
}
ul.gform_fields>li {
    margin-bottom: 10px;
}
.product-order-details label.gfield_label {
    font-size: 22px;
    font-weight: 300;
}
.product-order-details .product_totals label.gfield_label,
.product-order-details .gform_wrapper li.print-sets label.gfield_label {
    font-size: 14px;
    font-weight: bold;
}
.product_totals ul.gform_fields>li {
    margin-bottom: 0px;
}
.woocommerce .product-order-details .quantity .qty,
.product_cat-tshirts .quantity .qty {
    height: 40px;
}
.product-payment-image img {
    margin-top: -55px;
}
.product-order-details .col-right.col-md-8 {
    padding-right: 0;
}
.product-payment-options {
    margin-left: 120px;
    margin-top: 0;
    font-size: 16px;
    margin-right: 60px;
}
.product-order-details .product-payment-options h2 {
    margin-bottom: 20px;
}
.product-payment-options .or {
    width: 100%;
    height: 37px;
    margin: 15px 0;
    background: url(../or-line.html) center center no-repeat;
    text-align: center;
}
.product-payment-options .or span {
    display: none;
}

.product-payment-options .red-btn {
    width: 170px;
    float: right;
    padding: 0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #c12d43;
    color: white !important;
    font-size: 24px;
}

.product_totals .gfield_label {
    float: left;
    padding-right: 7px;
    width: 60px;
    margin: 1px 0px 0 0;
}

.product_totals {
    border: 1px solid #cdcdcd;
    padding:  0px 14px 10px 14px;
    background-color: white;
}
.bottom-product-info {
    padding-bottom: 20px;
}

.woocommerce-account .login {
    max-width: 450px
}
.woocommerce form .form-row input.input-text {
    padding: 5px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}
.woocommerce #content div.product.product-cat-tshirts div.images {
    width: auto;
}
.product_cat-tshirts .product_totals {
    border: none;
    background: transparent;
}
.product .order-choices .widget-title {
    display: none;
}
input, select, textarea {
    border: 1px solid #ccc;
}
textarea {
    padding: 5px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #c12d43;
}
.product-cat-tshirts .product_totals {
    border: none;
    padding: 0;
    background-color: transparent;
}
.woocommerce .product-cat-tshirts .quantity .qty {
    height: 40px;
}
.woocommerce .product-cat-tshirts .gform_wrapper {
    margin: 0
}
.woocommerce .product-cat-tshirts .product-detail .desc {
    margin: -40px 0 20px 0;
}
/***CART***/
.woocommerce table.shop_table {
    border-radius: 0px;
}
.woocommerce thead {
    background: #eeeeee;
    border: 1px solid #d9d9d9;
}
.entry-content ul.wc-item-meta {
    padding-left: 0px;
    margin-left: 0px;
}
.woocommerce td.product-name ul.wc-item-meta li {
    list-style-type: none;
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 0;
}
.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
    margin-bottom: 0;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    padding: 0;
}
.woocommerce td.product-name dl.variation ul {
    margin-bottom: 0;
}
.woocommerce-page table.cart td.actions .input-text#coupon_code {
    width: auto;
    margin-top: 5px;
    line-height: 14px;
}
.woocommerce-cart td.product-name a {
    text-decoration: none;
    font-size: 18px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border-radius: 0px;
    background: #ccc;
    color: white;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 41px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    height: 40px;
}
.cart_item dl.variation ul.bulleted li {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}
.woocommerce .cart_item .variation-SpecifyFrames thead {
    background: none;
    border:none;
    display: inline-block;
    font-weight: normal;
}
.woocommerce .cart_item .variation-SpecifyFrames table {
    clear: both;
}
.woocommerce .cart_item .variation-SpecifyFrames th,
.woocommerce .cart_item .variation-SpecifyFrames td,
.woocommerce .cart_item .variation-SpecifyFrames tr,
.woocommerce .cart_item .variation-SpecifyFrames tbody {
    display: inline-block;
    border:none;
    padding: 0;
    font-weight: normal;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled,
.woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled, .woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled,
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    padding: 0 20px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #c12d43;
    color: white;
    opacity: 0.8;
}
#content .woocommerce a.button {
    color: white;
    text-decoration: none;
    background: #c12d43;
}
#content .woocommerce .woocommerce-cart-form a.button.checkout-button {
    vertical-align: top;
    margin-left: 10px;
    font-size: 20px;
}
.woocommerce-cart table.cart input {
    line-height: 41px;
}
.woocommerce-cart td.product-thumbnail, .woocommerce-cart th.product-thumbnail {
    display: none;
}
.woocommerce .cart-collaterals .cart_totals table {
    width: 100%;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    float: right;
    padding: 16px 35px;
    height: inherit;
    font-size: 26px
}
.woocommerce ul#shipping_method li {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    line-height: 1.8
}
.woocommerce ul#shipping_method li input[type=radio] {
    margin-top: 6px;
}
.woocommerce .woocommerce-checkout-review-order-table ul#shipping_method li input[type=radio] {
    margin-top: -1px;
}
.woocommerce ul#shipping_method li label {
    margin-bottom: 0;
}
.woocommerce .woocommerce-Price-currencySymbol,
.woocommerce .woocommerce-Price-amount,
.woocommerce small.shipped_via,
.woocommerce .subscription-details,
.shop_table .ywgc-remove-gift-card,
.woocommerce table.shop_table .recurring-total td,
.woocommerce table.shop_table .product-quantity,
.woocommerce table.shop_table .recurring-total td {
    vertical-align: baseline;
}
/***CHECKOUT***/
#content .country_select a,#content .state_select a {
    color: black;
    text-decoration: none;
}
#content .woocommerce-checkout h3 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
}
.woocommerce-checkout h3#ship-to-different-address label {
    font-size: 20px;
    font-weight: 300;
}
.woocommerce-shipping-fields label[for=order_comments] {
    /*	margin-top: 50px;*/
}
.woocommerce-shipping-fields h3 {
    clear: both;
}
.woocommerce form.checkout .form-row label {
    line-height: 1;
}
.woocommerce form #billing_phone_field.form-row-first,
.woocommerce-page form #billing_phone_field.form-row-first {
    clear: both;/*correct float on Windows*/
}
.select2-container .select2-choice, .select2-container, .select2-container *, .select2-drop,
body .select2-container--default .select2-selection--single {
    border-radius: 0;
}
.woocommerce-checkout form .form-row input.input-text {
    padding: 5px;
}
.woocommerce-checkout form .form-row label.checkbox {
    padding-left: 20px;
    line-height: 1.5;
}
.woocommerce-checkout form .form-row.create-account label.checkbox {
    padding-left: 0px;
    line-height: 1.9;
}
.woocommerce form.checkout p#billing_address_1_field.form-row,
.woocommerce form.checkout p#shipping_address_1_field.form-row {
    margin-bottom: 0;
}
.woocommerce form.checkout .select2-container .select2-selection--single {
    height: 31px;
}
.woocommerce form.checkout p#billing_state_field.form-row {
    height: 56px;
}
.woocommerce form.checkout .woocommerce-account-fields {
    margin: 0 3px;
}
.woocommerce form.checkout p.form-row.mailchimp-newsletter {
    margin: 15px 0 20px;
}
input#password {
    height: 30px;
    padding: 5px;
}
.woocommerce-checkout form .form-row.create-account {
    padding-left: 0px;
}
#payment ul.payment_methods li {
    list-style-type: none;
}
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0;
    padding: 0;
}
.woocommerce-checkout #payment div.payment_box .form-row.form-row-wide {
    margin-bottom: 5px;
}
#payment .custom_checkbox label {
    width: 420px;
}
.woocommerce form .form-row .input-checkbox {
    margin: 4px 5px 0 -20px;
}
.woocommerce .product-order-details .select2-container {
    max-width: 100%;
}
form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #ccc;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #c12d43;
    color: white !important
}

/*fiml developing 35mm*/
.film_developing_form .gform_wrapper{
    max-width: 100%;
}
.film_developing_form .submit_qty_ctn>div:first-child{
    padding-right:7px;
}
.film_developing_form .submit_qty_ctn>div:last-child{
    padding-left:7px;
}
.film_developing_form .input-text.qty {
    width: 70px;
    font-size: 30px;
    text-align: center;
}
.film_developing_form .single_add_to_cart_button,
.film_developing_form .input-text.qty {
    height: 74px !important;
}
.film_developing_form label {
    /* font-family: "HelveticaNeue-Medium","Helvetica Neue Medium","Helvetica Neue";
     font-size: 18px;
     font-style: normal;
     font-weight: 500;*/
}
#gform_submit_button_21{}
.button_round .btn_number {
    background: rgb(64, 175, 167) none repeat scroll 0 0;
    border-radius: 36px;
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}
.btn.dropdown-toggle {
    border-radius: 0;
    line-height: 1.456;
    padding-bottom: 10px;
    padding-top: 10px;
}
.btn.dropdown-toggle.active, .btn.dropdown-toggle.focus, .btn.dropdown-toggle:active, .btn.dropdown-toggle:focus, .btn.dropdown-toggle:hover, .open > .dropdown-toggle.btn.dropdown-toggle{
    background-color: #FFF;
    box-shadow:none;
}


.select2-container .select2-selection--single {
    /* height: 52px;*/
    padding-top: 0px;
    border-radius: 0;
    border-color: #ccc;
}
.page-id-35 .select2-container .select2-selection--single {
    height: 52px;
    padding-top: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    /*top: 13px;*/
}
.page-id-35 .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}
.page-id-35 .select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}
/***********************/
.checkbox {
    padding-left: 20px;
    min-height: 26px;
    line-height: 24px;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 8px !important;
    min-height: 26px;
}
.checkbox label::before {
    background-color: #fff;
    border: 1px solid #cccccc;
    content: "";
    display: inline-block;
    height: 26px;
    left: 0;
    margin-left: -24px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    width: 26px;
}
.checkbox label::after {
    color: rgb(64, 175, 167);
    display: block;
    font-size: 16px;
    height: 26px;
    left: 0;
    line-height: 26px;
    margin-left: -23.5px;
    margin-top: -13px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 26px;
}


.checkbox input[type="radio"] + label::before {
    border-radius: 12px;

}
.checkbox input[type="radio"] + label::after {

}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: none;
    outline: none;
    outline-offset: none;
}
.checkbox input[type="checkbox"]:checked + label::after{
    font-family: "FontAwesome";
    content: "\f00c";
}
.checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f111";
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color:  rgb(64, 175, 167);
    font-weight: lighter;
}
/*IE fixs*/
_:-ms-input-placeholder, :root .checkbox label::after {

}
_:-ms-input-placeholder, :root .checkbox input[type="radio"] + label::after {

}
.page-id-35 .gform_wrapper .ginput_complex.ginput_container {
    overflow: visible;
}

/***********************/



#content .woocommerce .payment_method_stripe a.button {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #999;
}
.woocommerce #payment #place_order {
    padding: 16px 35px;
    font-size: 26px;
    height: 72px;
}

/*fiml developing 35mm*/
.film_developing_form .gform_wrapper{
    max-width: 100%;
}
.film_developing_form .submit_qty_ctn>div:first-child{
    padding-right:7px;
}
.film_developing_form .submit_qty_ctn>div:last-child{
    padding-left:7px;
}
.film_developing_form .input-text.qty {
    width: 70px;
    font-size: 30px;
    text-align: center;
}
.film_developing_form .single_add_to_cart_button,
.film_developing_form .input-text.qty {
    height: 74px !important;
}
.film_developing_form label {
    /* font-family: "HelveticaNeue-Medium","Helvetica Neue Medium","Helvetica Neue";
     font-size: 18px;
     font-style: normal;
     font-weight: 500;*/
}
#gform_submit_button_21{}
.button_round .btn_number {
    background: rgb(64, 175, 167) none repeat scroll 0 0;
    border-radius: 36px;
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}
.btn.dropdown-toggle {
    border-radius: 0;
    line-height: 1.456;
    padding-bottom: 10px;
    padding-top: 10px;
}
.btn.dropdown-toggle.active, .btn.dropdown-toggle.focus, .btn.dropdown-toggle:active, .btn.dropdown-toggle:focus, .btn.dropdown-toggle:hover, .open > .dropdown-toggle.btn.dropdown-toggle{
    background-color: #FFF;
    box-shadow:none;
}

/***********************/
.custom_checkbox  {
    padding-left: 20px;
    min-height: 26px;
    line-height: 24px;
}
.custom_checkbox  label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 8px !important;
    min-height: 26px;
    margin-left: 24px !important;
}
body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label {
    line-height: 2.5;
}
.custom_checkbox  label::before,
.custom_checkbox_t2::before {
    background-color: #fff;
    border: 1px solid #cccccc;
    content: "";
    display: inline-block;
    height: 26px;
    left: 0;
    margin: -13px 0 0 -24px;
    position: absolute;
    top: 50%;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    width: 26px;
}
.custom_checkbox.t_checkbox  label::after,
.custom_checkbox_t2.t_checkbox::after {
    color: rgb(64, 175, 167);
    display: block;
    font-size: 16px;
    height: 26px;
    left: 0;
    line-height: 26px;
    margin-left: -23.5px;
    margin-top: -13px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 26px;
    font-weight: normal;
}
.custom_checkbox.t_radio  label::after,
.custom_checkbox_t2.t_radio::after {
    background: rgb(64, 175, 167);
    border-radius: 10px;
    color: rgb(64, 175, 167);
    display: block;
    height: 14px;
    left: 0;
    line-height: 26px;
    margin-left: -18px;
    margin-top: -7px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 14px;
}
.custom_checkbox  input[type="radio"] + label::before {
    border-radius: 12px;

}
.custom_checkbox  input[type="radio"] + label::after {

}
.custom_checkbox  input[type="checkbox"],
.custom_checkbox  input[type="radio"] {
    opacity: 0;
    z-index: 1;
    position: absolute;
}
.custom_checkbox  input[type="checkbox"]:focus + label::before,
.custom_checkbox  input[type="radio"]:focus + label::before {
    outline: none;
    outline: none;
    outline-offset: none;
}
.custom_checkbox  input[type="checkbox"]:checked + label::after{
    font-family: "FontAwesome";
    content: "\f00c";
}
.custom_checkbox  input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "";
}
.custom_checkbox  input[type="checkbox"]:disabled + label,
.custom_checkbox  input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.custom_checkbox  input[type="checkbox"]:disabled + label::before,
.custom_checkbox  input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.custom_checkbox -primary input[type="checkbox"]:checked + label::after,
.custom_checkbox -primary input[type="radio"]:checked + label::after {
    color:  rgb(64, 175, 167);
    font-weight: lighter;
}
/*IE fixs*/
_:-ms-input-placeholder, :root .custom_checkbox  label::after {

}
_:-ms-input-placeholder, :root .custom_checkbox  input[type="radio"] + label::after {

}
/***********************/
/***********************/
.custom_checkbox_t2  {
    padding-left: 20px;
    min-height: 26px;
    line-height: 24px;
}
.custom_checkbox_t2 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 8px !important;
    min-height: 26px;
    margin-left: 24px !important;
}



.custom_checkbox_t2.t_radio::before {
    border-radius: 12px;

}

.custom_checkbox_t2  input[type="checkbox"],
.custom_checkbox_t2  input[type="radio"] {
    opacity: 0;
    z-index: 1;
    display: none;
}
.custom_checkbox_t2  input[type="checkbox"]:focus + label::before,
.custom_checkbox_t2  input[type="radio"]:focus + label::before {
    outline: none;
    outline: none;
    outline-offset: none;
}
.custom_checkbox_t2.checked::after {
    font-family: "FontAwesome";
    content: "\f00c";
}
.custom_checkbox_t2.t_radio.checked::after{
    font-family: "FontAwesome";
    content: "\f111";
}
/*.custom_checkbox_t2  input[type="checkbox"]:indeterminate + label::after,
.custom_checkbox_t2  input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}*/
.custom_checkbox_t2  input[type="checkbox"]:disabled + label,
.custom_checkbox_t2  input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.custom_checkbox_t2  input[type="checkbox"]:disabled + label::before,
.custom_checkbox_t2  input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.custom_checkbox_t2 -primary input[type="checkbox"]:checked + label::after,
.custom_checkbox_t2 -primary input[type="radio"]:checked + label::after {
    color:  rgb(64, 175, 167);
    font-weight: lighter;
}
/*IE fixs*/
_:-ms-input-placeholder, :root .custom_checkbox_t2  label::after {

}
_:-ms-input-placeholder, :root .custom_checkbox_t2  input[type="radio"] + label::after {

}
.page-id-35 .gform_wrapper .ginput_complex.ginput_container {
    overflow: visible;
}

/***********************/
/***RECEIPT***/
.woocommerce .no-print h3 {
}

.woocommerce input.button.red-button {
    background: #c12d43;
}

.woocommerce input.button.mailing-label-print-button, .woocommerce a.button.shipping-label-print-button {
    margin-bottom: 15px;
}
.woocommerce a.button.receipt-print-button {
    margin: 15px 0;
}
.receipt-instructions {
    text-align: center;
    padding: 15px 100px;
}
.receipt-instructions img {
    padding-bottom: 15px;
}
.film-dev .left-col, .movies .col-left {
    padding-left: 65px;
}
.film-dev h2 {
    background-image: url("../png/sprite-logos-tape.png");
    background-repeat: no-repeat;
    background-position: 0 -1160px;
    height: 62px;
    line-height: 62px;
    padding: 0 0 0 70px
}
#content .film-dev h3 {
    margin-left: -22px;
    margin-bottom: 4px;
}
.movies h2 {
    background-image: url("../png/sprite-logos-tape.png");
    background-repeat: no-repeat;
    background-position: 0 -1232px;
    height: 62px;
    line-height: 62px;
    padding: 0 0 0 70px
}
#content .movies h3 {
    margin-left: -22px;
    margin-bottom: 4px;
}


/***BLOG PAGES***/
h1.newsletter-header {
    line-height: 1.1;
}
/***SINGLE***/
.single article h1 {
    margin: 20px 0 10px;
    padding: 0;
}
.meta,
.breadcrumbs-container a,
.breadcrumbs-container p {
    letter-spacing: 2px;
    color: #a8b1b4;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 23px;
    font-weight: 300;
}
#content .meta a, #content .meta a:hover {
    color: #a8b1b4;
}
.blog-image img {
    width: 100%;
    height: auto;
}
.blog-date {
    text-align: center;
    color: #555;
    text-transform: uppercase;
    font-weight: 300;
    border-right: 1px solid #eaeaea;
    margin-top: 20px;
}
.blog-date .date-day {
    font-size: 36px;
    line-height: 1.2;
}
.blog-date .date-month {
    font-size: 16px;
    letter-spacing: 2px;
}
.blog-content {
    padding-top: 20px;
    padding-bottom: 30px;
}
.blog-content h2 {
    margin: 0;
    padding: 0;
}
#content .blog-content h2 a {
    color: black;
}
#content .blog-content h2 a:hover {
    color: #555;
    text-decoration: none;
}
.blog-content .meta {
    margin-bottom: 15px;
}
#content .blog-content a.readmore {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -ms-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transition: all 0.17s ease-in-out;
    border: 2px solid #e5e5e5;
    padding: 6px 10px;
    border-radius: 4px;
    color: #363f46;
    font-size: 12px;
    text-transform: capitalize;
}
#content .blog-content a.readmore span {
    padding-left: 15px;
}
#content .blog-content a.readmore:hover {
    border: 2px solid #363f46;
    text-decoration: none;
}

#content .wp-pagenavi a {
    color: #ccc;
}
#content .wp-pagenavi a:hover {
    text-decoration: none;
    color: #555;
}

.page-template .blog-sidebar {
    float: right
}
/*comments*/
h3#comments {
    border-top: 3px solid black;
    padding-top: 20px;
}
ol.commentlist {
    word-wrap: break-word;
}
.single-post ol.commentlist {
    margin-left: 0;
    padding-left: 0;
}
.single-post ol.commentlist .says {
    display: none;
}
.commentlist cite {
    font-style: normal;
}
.single-post #content ol.commentlist cite.fn a,
.single-post #content ol.commentlist cite.fn {
    color: black;
    font-size: 20px;
    font-weight: bold;
}
.single-post ol.commentlist li {
    padding-left: 46px;
}
.single-post ol.commentlist li.depth-1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.single-post ol.commentlist li.depth-1:last-child {
    border-bottom: 3px solid black;;
}
ol.commentlist li {
    list-style-type: none;
}
.single-post ol.commentlist li img {
    margin-left: -46px;
    margin-right: 10px;
    max-width: 32px;
}
.single-post ol.commentlist .comment-meta {
    margin-left: 0;
    margin-top: -15px;
    font-size: 13px;
}
#content ol.commentlist .comment-meta a {
    color: #ccc;
}
ol.commentlist p {
    color: #888;
    line-height: 1.3;
    margin-bottom: 0;
}
ol.commentlist .reply {
    font-size: 13px;
    margin-bottom: 10px;
}
ol.commentlist ul.children {
    padding-left: 15px;
    border-left: 1px solid #ccc;
    margin-left: 0;
}
#respond p.notes {
    color: #888;
}
#respond p.notes a {
    text-decoration: underline;
}
#respond textarea {
    width: 100%;
}
#respond input[type="submit"] {
    background: #c12d43;
    color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    line-height: 41px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    height: 40px;
}

/***MYACCOUNT***/
.older-orders {
    padding-top: 30px;
}
.fos-intro.row {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin: 15px 0 5px;
    padding: 10px 0 5px;
}
.fos-image {
    padding-top: 7px;
    padding-bottom: 15px;
}
.sms-notification-status {
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
    margin-top: 5px;
    background: url('../png/sms-message-icon.png') no-repeat left 12px;
    background-size: 32px auto;
    padding: 10px 10px 0px 40px;
    margin-bottom: 5px;
}
.red-alert {
    color: #ce0006;
    font-weight: bold;
    margin-left: -2px;
}
.green-alert {
    color: #029e05;
    font-weight: bold;
    margin-left: -2px;
}
.woocommerce-MyAccount-orders a.woocommerce-button.button {
    vertical-align: middle;
}
.disabled-button {
    background: #999;
    color: #ccc;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: normal;
    line-height: 40px;
    vertical-align: middle;
    text-transform: none;
    text-align: center;
    height: 40px;
    font-size: 100%;
    margin: 0;
    position: relative;
    display: inline-block;
}
a.woocommerce-button.button.album.with-days {
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    padding-top: 5px;
}
span.gallery-text {
    font-size: 16px;
    text-transform: none;
}
.album.with-days span.gallery-text {
    display: block;
    margin-bottom: 3px;
}
.album span.days-left {
    display: block;
    font-weight: 200;
}
.order-paging .wp-pagenavi {
    text-align: center;
}
.woocommerce form .form-row input.input-text.readonly {
    border: none;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style-type: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a{
    border: 1px solid #666;
    display: block;
    padding: 10px 12px;
    margin-bottom: 6px;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover{
    text-decoration: none !important;
    background: #EEE;
}
body.woocommerce-edit-address p#billing_sms_notification_field {
    padding-top: 10px;
}
body.woocommerce-edit-address p#billing_sms_notification_field::after,
body.woocommerce-checkout p#billing_sms_notification_field::after {
    content: "Enter your mobile phone below";
    margin-left: 32px;
    text-align: left;
    color: #999;
    margin-top: -8px;
    font-size: 12px;
    font-style: italic;
    width: 200px;
    position: relative;
}
body.woocommerce-checkout p#billing_sms_notification_field::after {
    margin-top: -5px;
}
.woocommerce form .form-row .optional {
    vertical-align: top;
}
.woocommerce form p#billing_sms_notification_field.form-row .optional,
.woocommerce form p#billing_mobile_phone_field.form-row .optional {
    display: none;
}
.woocommerce .woocommerce-customer-details .sms-notification-status p {
    margin-bottom: 10px;
}
/*CROPPER*/
#croptool_content sup {
    top: 0;
}
/*Styles for Label page*/
.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}
.featherlight:last-of-type{background:rgba(0,0,0,.8)}
.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}
.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;min-width:30%;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}
.featherlight .featherlight-inner{display:block}
.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000}
.featherlight .featherlight-image{width:100%}
.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}
@media only screen and (max-width:1024px)
{.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}
}

.lightbox {
    display: none;
}
.error-msg {
    color: red;
}
.featherlight .featherlight-content {
    width: 50%;
    height: 50%;
    border: 1px solid #000;
    -webkit-box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.75);
}

/*ol li
	{font-size: 21px;
	margin-left: 47px;
	font-weight: 300;
	font-family: lato;}

ol li span {
	font-size: 14px
}*/


/*END Styles for Label page*/


/*** FILM INDEX ***/
.brand-films .film-item img,
.single-film .top-image img,
.single-film .featured-image img {
    height: auto;
    max-width: 100%;
}

/* Film Index Single Page */
.breadcrumbs-container {
    padding: 15px 0 0 0;
}
.breadcrumbs-container a {
    text-decoration: none;
}
.breadcrumbs-container a:hover {
    text-decoration: underline;
}
.single-film #primary article {
    padding-right: 65px;
}
.single-film.single article h1 {
    color: black;
    margin: 10px 0;
    padding: 0 0 10px !important;
    font-weight: 400;
    border-bottom: 1px solid black;
}
.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* Fix Safari issue with flex */
.flex-row:before, .flex-row:after{
    width: 0;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.col.col-auto {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.single-film .featured-image img {
    min-width: 190px;
}
#content .ratings a.film-index-logo {
    display: inline-block;
    width: 200px;
    height: 42px;
    background: url("../film-index-logo.html") no-repeat white;
    background-size: contain;
    text-indent: -999em;
    margin: 5px 30px 0 0;
}
#content .ratings a.film-index-logo:hover {
    text-decoration: none;
    opacity: 0.7;
}
article .film-rating {
    line-height: 1;
}
.col.ratings {
    padding-left: 0;
}
.star-ratings {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.single-film .tdr-rating,
.single-film .user-rating {
    display: inline-block;
}
.single-film .user-rating {
    margin-left: 30px;
}
.rating-container {
    display: inline-block;
    padding-top: 5px;
}
.rating-container .fa {
    font-size: 24px;
    color: #dcd;
    padding-right: 4px;
}
.rating-container .fa.checked {
    color: #e3aa00;
}
.star-ratings .glsr-default .glsr-summary-stars .glsr-star {
    margin-right: 3px;
}
.star-ratings .rating-title {
    font-size: 13px;
}
.film-info .info-div {
    padding: 8px 0;
    border-top: 1px solid #ccc;
}
.film-info .info-div:first-of-type {
    border-top: none;
}
.film-info .film-label {
    display: inline-block;
    width: 80px;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: middle;
}
/* correct vertical-align of uppercase font */
.film-info .film-label:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: 0.125em;
}
.film-info .film-info-content {
    display: inline-block;
    /*width: 100px; */
    vertical-align: middle;
}
.film-info.col-right .film-label {
    width: 120px;
}
.film-info .info-div.price {
    padding-bottom: 5px;
}
.film-info .info-div.price .film-info-content {
    margin-top: -7px;
}
.film-info .dollar-sign {
    color: white;
    background: #ccc;
    padding: 5px;
    display: inline-block;
    margin-right: 2px;
}
.film-info .dollar-sign:last-child {
    margin-right: 0;
}
.film-info .dollar-sign.checked {
    background: #42ada8;
}
.film-info .scaling-dot {
    color: transparent;
    background: #ccc;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
}
.film-info .scaling-dot:nth-child(2) {
    width: 10px;
    height: 10px;
}
.film-info .scaling-dot:nth-child(3) {
    width: 12px;
    height: 12px;
}
.film-info .scaling-dot:nth-child(4) {
    width: 14px;
    height: 14px;
}
.film-info .scaling-dot:nth-child(5) {
    width: 17px;
    height: 17px;
}
.film-info .scaling-dot.checked {
    background: #42ada8;
}
.info-div.grain .film-label:after {
    content: "Fine - Coarse";
    text-transform: capitalize;
    font-size: 10px;
    display: block;
    font-weight: normal;
}
.film-buttons {
    padding: 10px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    overflow: hidden;
    margin-top: 10px;
    text-align: right;
}
#content .film-buttons a,
#content a.review-form-button,
#content a.photo-form-button {
    display: block;
    width: 200px;
    height: 34px;
    color: black;
    border: 1px solid #ccc;
    text-transform: uppercase;
    line-height: 34px;
    vertical-align: middle;
    font-size: 17px;
    text-align: left;
    margin: 10px auto;
}
#content .film-buttons a:hover,
#content a.review-form-button:hover,
#content a.photo-form-button:hover {
    text-decoration: none;
    opacity: 0.6;
}
#content .film-buttons a i,
#content a.review-form-button i,
#content a.photo-form-button i {
    color: #ccc;
    display: inline-block;
    font-size: 20px;
    margin: -3px 10px 0;
}
#content .film-buttons a.film-index-button i.film-canister {
    width: 16px;
    height: 17px;
    display: inline-block;
    background: url("../png/film-canister.png") no-repeat white;
    background-size: contain;
    margin: -3px 5px 0 0;
}
#content .film-buttons a.film-index-button i.fa-chevron-left {
    margin: -3px 3px 0 10px;
}
#content .film-buttons a.gallery-button {
    margin: 15px auto;
}
.single-film .entry-content {
    padding-top: 20px;
}

/* Film Index Sidebar*/
.sidebar.film-format-sidebar {
    text-align: center;
    margin-top: -20px;
    padding: 0 0 20px;
}
.sidebar.film-format-sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.no-widget-title .widget-title {
    display: none !important;
}
.sidebar.film-format-sidebar a {
    color: #42ada8;
}
/* Film Index User Reviews */
article #review-summary h2,
article #film-gallery h2 {
    font-weight: 400;
    border-top: 1px solid black;
    padding: 10px 0;
}

#review-summary  .shortcode-site-reviews-summary {
    margin-bottom: 25px;
}
.glsr-summary-wrap .glsr-summary-text,
.glsr-summary-wrap .glsr-bar {
    font-size: 14px;
}
#content a.review-form-button {
    float: right;
    margin: -3px 0 0;
    position: relative;
    z-index: 100;
}
#review-form {
    display: none;
    padding-bottom: 40px;
}
form.glsr-form label {
    margin-bottom: 0;
}
.glsr-form-wrap form.glsr-form input.glsr-field-control,
.glsr-form-wrap form.glsr-form textarea.glsr-field-control {
    font-size: 14px;
}
.glsr-form-wrap form.glsr-form .glsr-field-choice {
    padding-left: 0;
}
form.glsr-form .glsr-field-choice label {
    font-weight: normal;
    font-size: 14px;
}
.glsr-form-message.glsr-has-success {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #42ada8;
    background: #efefef;
    font-weight: bold
}
.single-film #reviews-list.entry-content {
    padding-top: 0px;
}
#reviews-list .glsr-default .glsr-review-date {
    font-style: normal;
}
#content a.photo-form-button {
    margin: -10px 0 15px;
    float: right;
    width: 230px;
}
#user-submit-photo-form {
    display: none;
    padding-bottom: 40px;
}
#user-submit-photo-form h3 {
    font-weight: bold;
}
.photo-submit-form label {
    margin-bottom: 0;
}
body .gform_wrapper .photo-submit-form ul li.gfield,
body .gform_wrapper .photo-submit-form .top_label li.gfield .ginput_container,
.gform_wrapper .photo-submit-form .gfield_html.gfield_no_follows_desc {
    margin-top: 0px;
    margin-top: 0 !important;
}
.gform_wrapper .photo-submit-form .field_description_below .gfield_description {
    padding-top: 0;
    color: #999;
    background: white;
}
.photo-submit-form .image-preview {
    max-width: 150px;
    margin-top: -130px;
    position: relative;
    z-index: -1;
}
.gform_wrapper .photo-submit-form .top_label li.gfield.gf_right_half textarea {
    width: 100%;
}
.photo-submit-form input[type=file] {
    background: #efefef;
    line-height: 0.75;
    padding: 5px;
}
#user-submit-photo-form .extra-photo {
    display: none;
}
#user-submit-photo-form .photo-add-block {
    text-align: right;
    line-height: 34px;
}
#user-submit-photo-form .add-photo-link span {
    display: inline-block;
    color: white;
    background: #42ada8;
    border-radius: 50%;
    padding: 0px 10px;
    font-size: 24px;
}
.gform_wrapper .photo-submit-form .gform_footer {
    padding: 0 0 10px;
    margin: 0;
}
.photo-submit-form .gform_confirmation_message {
    background: #c12d43;
    padding: 10px;
    margin-top: 15px;
    font-weight: bold;
    color: white;
    font-size: 18px;
}
figcaption i {
    vertical-align: middle;
    font-size: 12px;
    margin-right: 5px;
}
figcaption i.fa-camera-retro {
    margin-top: -1px;
}
/* Lightbox settings*/
body .tos-caption>div {
    white-space: normal;
    text-overflow: unset;
    overflow: auto;
}
body .tos-caption {
    opacity: 1;
}
body #swipebox-title {
    line-height: 1.2;
    padding: 20px 5%;
    background: black;
}

/* Film Brands Taxonomy */
.tax-film-brands h1 {
    color: black;
    font-weight: 400;
}
.tax-film-brands #content article {
    margin-top: 0;
    padding-right: 65px;
}
.tax-film-brands .film-buttons {
    border: none;
}
.tax-film-brands .brand-films h2 {
    text-transform: uppercase;
    font-size: 24px;
    border-bottom: 1px solid black;
    padding-bottom: 7px;
}
.brand-films .film-item {
    margin-bottom: 20px;
    text-align: center;
}
.brand-films .film-item>a:hover  {
    opacity: 0.7;
}
#content .brand-films .film-item h3 {
    text-align: center;
    padding: 10px 0;
}
/* Film Index */
.page-template-template-film-index-php header .header-img {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    height: 240px;
    z-index: 100;
}
.film-index-top-row {
    padding-bottom: 20px;
}
.film-index h1 {
    width: 495px;
    height: 90px;
    background: url("../film-index-logo.html") no-repeat white;
    background-size: contain;
    text-indent: -999em;
    margin: 0 auto 20px;
}
.film-index .entry-content p {
    line-height: 1.6;
}
.film-index .entry-content p:first-child {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}
.film-index .right-column  {
    text-align: right;
}
.film-index-table-top ul {
    list-style-type: none;
    display: inline-block;
    margin: 0;
}
.film-index-table-top li,
.film-index-table-top .darkroom-film-index-banner {
    display: inline-block;
    height: 42px;
    border-bottom: 2px solid white;
    font-size: 18px;
    line-height: 42px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.film-index-table-top li {
    background-color: #9c9c9c;
    width: 184px;
    color: white;
    padding-left: 48px;
    cursor: pointer;
}
.film-index-table-top li.active {
    background-color: black;
    border-color: black;
}
.film-index-table-top li#c41 {
    background-image: url("../c-41-logo.html") ;
}
.film-index-table-top li#e6 {
    background-image: url("../e6-slide-logo.html") ;
}
.film-index-table-top li#bw {
    background-image: url("../bw-logo.html") ;
}
.film-index-table-top li span {
    font-weight: bold;
}
.film-index-table-top li:hover {
    opacity: 0.5;
}
.film-index-table-top .darkroom-film-index-banner {
    display: inline-block;
    text-align: right;
    background-color: #ebebeb;
    width: calc(100% - 564px);
    font-weight: 300;
    text-transform: uppercase;
}
.film-index-table-top .banner-text {
    line-height: 44px;
}
.film-index-table-top .darkroom-film-index-logo {
    display: inline-block;
    width: 177px;
    height: 40px;
    background: url("../film-index-logo-small.html") right center no-repeat;
    margin: 0 10px;
}
#e6-data, #bw-data {
    display: none;
}
table.film-data-table {
    border-collapse: collapse;
    border: 1px solid #999;
    width: 100%;
}
table.film-data-table th, table.film-data-table td {
    border: 1px solid #999;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    line-height: 1.15;
}
table.film-data-table th {
    color: white;
    text-transform: uppercase;
    background: black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
table.film-data-table th.grain:after,
.footable-details .film-info th:after {
    text-transform: capitalize;
    font-size: 10px;
    display: block;
    font-weight: normal;
}
table.film-data-table th.grain:after {
    content: "Fine - Coarse";
}
table.film-data-table th.film-image {
    color: black;
    border: 1px solid black;
}
table.film-data-table td.film-image {
    padding: 0;
    max-width: 66px;
}
table.film-data-table td.film-image img {
    max-width: 100%;
    height: auto;
}
table.film-data-table td.price {
    min-width: 80px;
}
table.film-data-table td.formats {
    max-width: 100px;
}
table.film-data-table td.saturation,
table.film-data-table td.latitude,
table.film-data-table td.grain {
    min-width: 100px;
}
table.film-data-table td.tdr-rating,
table.film-data-table td.user-rating {
    min-width: 100px;
}
table.film-data-table .rating-container  {
    padding: 0;
}
table.film-data-table .rating-container .fa {
    font-size: 12px;
    padding-right: 2px;
}
table.film-data-table .glsr-default .glsr-summary-stars .glsr-star {
    width: 15px;
    height: 15px;
    background-size: 15px;
}
/* Footable styling */
/*body table>tbody>tr>td>span.footable-toggle {
    margin-right: auto;
    opacity: 1;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -8px;
    color: white;
    font-size: 18px;
}
*/
body table>tbody>tr>td>span.footable-toggle {
    margin-right: auto;
    opacity: 1;
    position: absolute;
    color: white;
    font-size: 18px;
    left: 8px;
    top: 50%;
    margin-top: -12px;
    background: #42ada8;
    font-size: 18px;
    padding: 3px 4px;
}
table.film-data-table tr.footable-detail-row>td {
    padding: 0;
    border: none;
}
table.film-data-table .footable-details th,
table.film-data-table .footable-details td {
    padding: 10px;
}
table.film-data-table .footable-details th {
    color: black;
    background: #ebebeb;
}
.film-index-bottom-row  {
    padding: 30px 0;
}
/***FOOTER***/
.footer #gform_wrapper_16 {
    padding: 0;
    margin: 0;
    background: none;
    color: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.footer .gform_wrapper ul li.gfield {
    line-height: 1;
    margin-bottom: 0;
}
.footer .gform_wrapper .top_label .gfield_label {
    margin: 0;
    line-height: 1;
    font-size: 13px;
    color: #ccc;
}
.footer .gform_wrapper .ginput_complex label, .gform_wrapper .instruction {
    font-size: 11px;
    letter-spacing: .5pt;
    font-weight: 300;
    margin: 2px 0 0 0;
    color: #ccc;
}
body .footer .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0;
}
.footer #gform_wrapper_16 input[type=text], #gform_wrapper_16 input[type=email] {
    color: #333;
    background: white;
    height: 26px;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
}
.footer .gform_wrapper .top_label .gfield_description {
    padding: 0;
    font-size: 15px;
    display: none;
}
.footer .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}
.footer #gform_wrapper_16 input[type=submit] {
    background: #8f8d8d;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 0;
    border: none;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    padding: 0px 20px;
    line-height: 26px;
    height: 26px;
    margin-top: 10px;
}
.footer h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: left;
}
footer .company_desc img { margin: 0 0 20px; max-width: 100%; }
footer .footer_links { font-size: 18px; }
footer .footer_links h4 { font-size: 23px; font-weight: 300; margin: 16px 0 2px; }
footer .footer_links h5 {font-size: 18px; margin: 0 0 13px; text-align: left; }
footer .footer_links .row { margin: 0 0 20px; }
footer ul#menu-socials {
    margin: 0; padding: 0;
}
footer .socials { text-align: left; }
footer .socials li { display: inline-block; padding-right: 10px;}
footer .socials a {
    font-size: 35px;
    color: white}
footer .socials a:hover { opacity: 0.8;}
footer .labels_box {
    max-width: 400px;
    text-align: center;
}
.footer .labels_box h3 {
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center;
}

footer .labels_box .yelp { width: 125px;}
footer .labels_box .geotrust { width: 120px;}
footer .labels_box img { max-width: 100%; }
footer .links { margin: 0; padding: 0; }
footer .links li { margin: 0 0 2px 0; }
footer a { text-decoration: none; color: #65d2cd; }
footer .main-menu {font-weight: 300; font-size:120%}
footer .newsletter {
    background-color: #201b1c;
    padding: 14px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.footer .newsletter h3 {
    margin-bottom: 10px;
}
footer .sign_up .input { position: relative; }
footer .sign_up .input input { box-sizing: border-box; width: 100%; height: 32px; color: #333; font-size: 16px; font-weight: 300; padding: 0 32px 0 40px; }
footer .copy { color: #999; font-size: 14px; font-weight: 300; }
.footer li#field_16_2 {
    margin-top: 0;
}

.footer-col-2 ul#menu-footer-menu {
    padding-top: 20px;
    font-size: 16px;
}
.footer-seal {
    float: right;
    background-image: url('../png/icons-sprite.png');
    background-repeat: no-repeat;
    height: 78px;
    margin-right: 25px;
    width: 90px;
}
.footer-seal.voted {
    background-position: left -273px;
}
.footer-seal.years {
    background-position: left -172px;
}
.footer-seal.secure {
    background-position: left -80px;
    width: 115px;
}

ul#menu-socials {
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
}

/* Film Review */
.film_review_form{
}
.film_review_form .custom_checkbox.t_radio label{
    overflow: visible !important;
}
.film_review_form .custom_checkbox.t_radio label::before{
    top: 0;
    margin-top: 0;
}
.film_review_form .custom_checkbox.t_radio label::after{
    top: 0;
    margin-top: 6px;
}

/* mobile menu
    (any update on mobile menu also must be done on /shop/wp-content/themes/thedarkroom2015/style.css)
*/
.mobile-cart-link{
    position: absolute;
    width: 37px;
    right: 0;
    margin-right: 15px;
    margin-left: 0px;
    margin-top: 20px;
    top: 0;
}
header.top-banner .hamburger{
    margin-left: 15px;
}
@media only screen and (min-width: 991px){
    body .mobile-menu{
        display: block;
    }
    body .hamburger{
        display: block;
    }
    body .mobileBackgroundMenu.open{
        display: block;
    }
    .mobile-cart-link{
        display: none;
    }
    .mobile-logo{
        display: none;
    }
}
@media only screen and (max-width: 990px){
    body .hamburger{
        position: absolute;
    }
    header .header-right{
        display: none;
    }
    .mobile-logo{
        width: 185px;
        display: block;
        margin: 0 auto;
        padding-top: 5px;
    }
    .mobile-logo img{
        width: 100%;
    }
    .mobile-cart-link img{
        width: 100%;
    }
    header.top-banner .logo-col{
        display: none;
    }
    header.top-banner {
        padding: 10px 0;
        position: relative;
    }
}
/* end mobile menu */

@media print {
    body {
        font-size: 10pt;
    }
    .noprint, .no-print, .no-print * {
        display: none !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        display: none !important;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }
    .header-holder, .footer, .header-holder *, .footer * {
        display: none !important;
    }
    .page-break
    { display: block; page-break-before: always; }

    .woocommerce table.shop_table{
        line-height: 1;
    }
    .woocommerce table.shop_table td {
        padding: 4px 12px 0;
    }
    .woocommerce table.shop_table th {
        padding: 4px 12px 0;
    }
}

@media only screen and (min-width:1200px){
    #content .film-buttons a {
        display: inline-block;
        margin: 0;
    }
    #content .film-buttons a.film-index-button {
        float: left;
    }
    #content .film-buttons a.gallery-button {
        margin: 0 20px 0 0;
    }
    table.film-data-table th, table.film-data-table td {
        padding: 10px;
    }
}



@media only screen and (min-width:768px){
    .col.col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (min-width:600px){
    .col.col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media only screen and (max-width:599px){
    .col.col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}




@media only screen and (max-width:1199px){
    .prod-cat-box h2 {
        font-size: 18px;
    }
    /*bamboo*/
    .bamboo-right {
        padding-top: 20px;
    }
    /*mugs*/
    .alu-prints p, .mugs p {
        font-size: 20px;
    }
    .postid-4636 .gift-title, .postid-4626 .gift-title {
        padding-left: 15px;
    }
    .xmas-graphic {
        left:auto;
        margin-left: 0;
        right: 27px;
    }
    /*store*/
    ul.products li .pic {
        width: 205px;
        height: 216px;
    }
    ul.products li .box {
        height: 336px;
    }
    /*Film Index */
    .col.col-auto.featured-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .col.ratings {
        padding-left: 15px;
    }
    .film-rating .star-ratings {
        text-align: center;
    }
    .film-index-table-top .banner-text {
        font-size: 16px;
        line-height: 46px;
    }
    table.film-data-table td.film-image {
        max-width: 50px;
    }
    table.film-data-table td {
        font-size: 13px;
    }
    table.film-data-table td.film-name {
        max-width: 130px;
    }
    table.film-data-table td.film-brand {
        max-width: 115px;
    }
    /*cart*/
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }
    .receipt-instructions {
        padding: 15px 0px;
    }
}

@media only screen and (min-width: 992px) {
    table.film-data-table td.film-image {
        padding: 10px;
    }
    .product_cat-film-developing .product-order-details .col-left,
    .product_cat-videos-movies .product-order-details .col-left {
        background-image: url(../gif/grey-line.gif);
        background-repeat: repeat-y;
        background-position: right top;
    }
    .product-order-details .col-md-6.col-left {
        padding-right: 30px;
    }
    .product-order-details .col-md-6.col-right {
        padding-left: 60px;
    }
}

@media only screen and (max-width:1199px) and (min-width: 992px){
    .prod-cat-box.box3 {
        clear: left;
    }
    table.film-data-table.footable>thead>tr>th.footable-sortable {
        font-size: 12px;
        padding-right: 20px;
    }
}
@media only screen and (max-width:991px) and (min-width: 769px) {
    .footable-details .film-info:nth-child(4) th:after {
        content: "Fine - Coarse";
    }
}
@media only screen and (max-width:991px) {
    /*header*/
    header .menu-holder .categories a {
        font-size: 24px;
        line-height: 47px;
    }
    .mobile-user-menu {
        display: block;
    }

    .mobile-user-menu li a {
        background-color: #c12d43;
        margin: 10px !important;
    }
    .header-seals {
        display: none;
    }

    /*home*/
    .xmas-graphic {
        top: 50px;
    }
    .your-photos .container {
        height: 400px;
    }
    #content .your-photos h3 {
        padding-bottom: 7px;
    }
    /*about*/
    .page-template-template-newsletter .col-md-8.left-col {
        padding-right: 15px;
    }
    /*woo*/
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width:33%;
        margin: 0 0 15px;
        padding: 0 15px;
        height: 344px;
    }
    .woocommerce-page ul.products li.first {
        clear: none;
    }
    .woocommerce div.product div.images img {
        max-width: 100%;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .product_cat-film-developing .product-order-details-inner, .product_cat-videos-movies .product-order-details-inner {
        background: none;
        margin: 20px;
    }
    .product-order-details .col-right.col-md-8 {
        padding-left: 0;
    }
    .product_cat-film-developing .order-choices {
        border-top: 2px solid #ccc;
        padding-top: 40px;
        margin-top: 50px;
    }

    .order-choices .product-payment-image {
        display: none;
    }
    .product-payment-options {
        margin-left: auto;
        margin-right: auto;
        max-width: 550px;
    }
    .product-payment-options .red-btn {
        float: none;
    }
    .sm-center {
        text-align: center;
    }
    .sm-margin-top-15 {
        margin-top: 15px;
    }
    .product-payment-options a.request-mailer.red-btn {
        margin-bottom: 10px;
    }
    #product-4620 .images {
        padding-top: 0px;
    }

    .product-detail .service-info {
        display: none
    }

    .blog-sidebar {
        display: none
    }

    /*bamboo*/
    .bamboo-right p {
        font-size: 20px;
    }
    /*gift certificates*/
    .product .gift-certificates-top-row h1 {
        margin: 0;
        padding: 0;
    }
    .gift-certificates-top-row {
        bottom: auto;
        top: 10px;
    }
    .certificate-image {
        margin-bottom: 25px;
    }
    /*label form*/
    .bottom-label-form-left {
        margin-bottom: 30px;
    }
    /*giftcards*/
    .woocommerce #content div.product.product-type-gift-card div.summary {
        float: none;
        width: 100%;
    }
    /*urban outfitters*/
    .uo-order-form.col-md-5 {
        border-left: none;
        padding-left: 15px;
    }
    /* Film Index */
    .tax-film-brands #content article,
    .single-film #primary article {
        padding-right: 15px;
        padding-bottom: 70px;
    }
    .sidebar.film-format-sidebar {
        margin-top: 0px;
        padding: 0 15px 20px;
    }
    .film-index-top-row .right-column {
        display: none;
    }
    .film-index-table-top .darkroom-film-index-banner {
        display: none;
    }
    table.film-data-table td.film-image {
        max-width: 80px;
        position: relative;
        padding-left: 40px;
    }
}

@media only screen and (max-width:768px) {
    .header-img {
        display: none;
    }
    .home .header-img, .page-template-template-bamboo .header-img {
        display: block;
    }
    .overlay-top-image h1 {
        font-size: 50px;
    }
    .gallery-columns-4 .gallery-item {
        max-width: 33%;
    }
    /*home*/
    .your-photos {
        padding: 0;
    }
    .your-photos .container {
        height: 300px;
    }
    .your-photos h1 {
        margin-top: 10px;
    }
    /*blog*/
    .blog-date {
        text-align: left;
        border-right: none;
        border-bottom: 2px solid #eaeaea;
        margin: 20px 15px 0 15px;
    }
    .blog-date .date-day {
        display: inline-block;
    }
    .blog-date .date-month {
        display: inline-block;
        font-size: 18px;
        padding: 15px 0 10px 15px;
    }
    .single .entry-content img {
        width: auto !important;
        height: auto;
    }
    .single .entry-content img.facebook-icon {
        width: auto;
        height: auto;
    }
    /*faqs*/
    #content h3.qa-faq-title {
        font-size: 18px;
    }
    #content h3 a.qa-faq-anchor {
        padding: 0px 0px 7px 30px;
    }
    .ufaq-faq-body {
        padding-right: 0;
    }
    /*category pages*/
    .category .entry-content img {
        width: 100%;
        height: auto;
    }
    .category .entry-content a img {
        width: auto;
        height: auto;
    }

    /*gifts*/
    h1.big-heading {
        font-size: 40px;
    }
    .col-sm-6.travel-mug-pic, .col-md-5.mini-metal-pic {
        float: none;
    }
    .alu-prints h2.black-header, .mugs h2.black-header {
        font-size: 40px;
    }

    /*body .menu_side_bar {
          float: none;
        width: 270px;
          padding-left: 0;
    }*/
    /*woo*/
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 48%;
        height: auto;
        margin-bottom: 35px;
    }
    #content li.product h3 {
        font-size: 18px;
    }
    /*store*/
    ul.products li .pic {
        width: 250px;
        height: 264px;
    }
    ul.products li .box {
        height: 360px;
    }
    .product-payment-options .red-btn {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .product-payment-options .or {
        background: url(../or-line.html) 55% center no-repeat;
    }

    /*.product-payment-options .or span {
        display: inline-block;
        color: #999;
        border: 1px solid #999;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        padding-top: 9px;
    }*/

    /*cart*/
    .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        float: left;
        width: 50%;
    }
    body.woocommerce-page #content table.cart td.actions .coupon .input-text+.button {
        float: none;
        width: 173px;
        margin-top: 10px;
    }
    .woocommerce-page table.cart td.actions input {
        width: 200px;
        float: right;
        margin-top: 45px;
    }
    .woocommerce table.shop_table_responsive tr td ul.bulleted,
    .woocommerce-page table.shop_table_responsive tr td ul.bulleted {
        text-align: left!important;
    }
    table.shop_table_responsive ul#shipping_method {
        text-align: left!important;
        padding-top: 30px;
    }
    .coupon .input-text, .coupon input {
        min-width: 173px;
    }
    #content .woocommerce .woocommerce-cart-form a.button.checkout-button {
        margin-top: 15px;
        margin-left: 0px;
        margin-bottom: 5px;
    }
    /*checkout*/
    .woocommerce-checkout-review-order-table tr.shipping th, .woocommerce-checkout-review-order-table tr.shipping td {
        display: block;
    }
    .woocommerce table.shop_table tfoot .cart-subtotal td {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .woocommerce table.shop_table tfoot .shipping td {
        border: none;
    }
    #content .receipt-instructions h3 {
        font-size: 17px;
    }
    .order-number a {
        line-height: 2;
        padding: 0 10px;
    }

    /*gift certificates*/
    .gift-certificates-top-row {
        position: relative;
        top: -80px;
        margin-bottom: -80px;
    }
    .certificate-image {
        margin-bottom: 0px;
    }
    .gift-certificates-top-row .cart {
        max-width: none;
    }
    /*movies*/
    .extra-product-info .dvd {
        max-width: 97px;
        margin: 0 auto;
    }
    .extra-product-info .laptop {
        max-width: 104px;
        margin: 0 auto;
    }
    /* Film Index */
    .single-film .tdr-rating {
        margin-bottom: 10px;
    }
    .col.ratings {
        max-width: 400px;
        margin: 0 auto;
    }
    .single-film .tdr-rating,
    .single-film .user-rating,
    #content .ratings a.film-index-logo {
        display: block;
        margin: 10px auto;
    }
    .col.film-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .film-info.col-left .film-label {
        width: 120px;
    }
    .film-info .info-div.price {
        padding-top: 12px;
        border-top: 1px solid #ccc;
    }
    .film-index h1 {
        width: 350px;
        height: 65px;
    }
    table.film-data-table td.film-image {
        background: none;
        padding-left: 10px;
    }
    table.film-data-table .footable-details>tbody tr:first-child th {
        color: #ebebeb;
    }
    table.film-data-table td.film-name.film-name {
        padding-left: 40px;
        position: relative;
        height: 60px;
    }
    .footable-details .film-info:nth-child(7) th:after {
        content: "Fine - Coarse";
    }
    .photo-submit-form .image-preview {
        margin-top: 0;
    }

    /*gf forms */
    body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
    body .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
    body .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
        width: 98%;
    }
    body .gform_wrapper .top_label li.gfield.gf_left_half,
    body .gform_wrapper .top_label li.gfield.gf_right_half {
        width: 98%;
    }
    body .gform_wrapper .top_label input.medium,
    body .gform_wrapper .top_label select.medium {
        width: 98%;
    }
    /*footer*/
    .footer-seals {
        max-width: 400px;
        padding-top: 20px;
    }

}

@media only screen and (max-width:700px) {
    .col-xs-6.bamboo-right, .col-xs-6.bamboo-left {
        width: 100%;
    }

}
@media only screen and (max-width:641px) {
    .gform_wrapper .ginput_container .btn.dropdown-toggle span:not(.ginput_price) {
        margin-bottom: 0px;
    }
    /*blog comments*/
    .single-post ol.commentlist li {
        padding-left: 0px;
    }
    .single-post ol.commentlist li img {
        margin-left: 0;
    }
    .single-post ol.commentlist .comment-meta {
        margin-left: 46px;
    }
}
@media only screen and (max-width:630px) {
    /*store*/
    ul.products li .pic {
        width: 180px;
        height: 190px;
    }
    ul.products li .box {
        height: 300px;
    }
}
@media only screen and (max-width:600px) {
    .xmas-graphic {
        display: none;
    }
    #payment .custom_checkbox label {
        width: auto;
    }
    .home header.poster .header-img.desktop {
        display: none;
    }
    .home header.poster .header-img.mobile {
        display: block;
    }
    header .offer {
        left: 20px;
    }
    .gallery-columns-3 .gallery-item {
        width: 50%;
    }
    .gallery-columns-4 .gallery-item {
        max-width: 50%;
    }

    /* Film Index*/
    .single-film .tdr-rating {
        margin-bottom: 15px;
    }
    .film-index h1 {
        width: 240px;
        height: 48px;
    }
    .film-index-table-top ul,
    .film-index-table-top li  {
        display: block;
        width: 100%;
    }
    .film-index-table-top li.active {
        border-color: white;
    }

    .single-film .gallery-columns-3 .gallery-item,
    .single-film .gallery-columns-4 .gallery-item {
        float: none;
        margin: 10px auto 20px;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .single-film .gallery-caption {
        text-align: center;
    }
}

@media only screen and (max-width:550px) {
    /*Checkout */
    .woocommerce form .form-row-first, .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .woocommerce form .form-row .select2-container {
        width: 100% !important;
    }
    .payment_method_stripe .custom_checkbox.t_radio label,
    .payment_method_paypal .custom_checkbox.t_radio label {
        margin-left: 5px !important;
    }
    .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
        padding-left: 5px;
        max-width:Â 90%;
    }
    .woocommerce-checkout-payment .custom_checkbox label,
    .woocommerce-checkout .automatewoo-optin__checkbox-text {
        display: inline-block !important;
    }
    .woocommerce-checkout .automatewoo-optin__checkbox-text {
        max-width: 90%;
    }
    .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
        margin: 0;
    }
    .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token.custom_checkbox {
        padding-left: 0;
    }
}

@media only screen and (max-width:480px) {
    /*home*/


    .your-photos h1 {
        margin-top: 0px;
        line-height: 1;
    }
    .desc ul.movies-choices li.video {
        margin-left: 0;
    }
    #content .receipt-instructions h3 {
        font-size: 17px;
    }
    .receipt-instructions .col-xs-4 {
        width: 100%;
        float: none;
    }
    .film-dev .left-col, .movies .col-left {
        padding-left: 30px;
    }
    .movies h2 {
        line-height: 1;
        padding: 10px 0 0 70px;
    }
    /*store*/
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100%;
        height: auto;
        max-width: 300px;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
    ul.products li .pic {
        width: 100%;
        height: auto;
    }
    ul.products li .box {
        height: auto;
    }
    .woocommerce #content ul.products li.product a.button {
        position: relative;
    }
    /* Film Index */
    /* older iOS */
    .col.col-auto.featured-image,
    .col.film-info {
        width: 100%;
    }
    /*end older iOS*/
    .masonry.gallery-columns-2 {
        column-count: 1;
        column-gap: 0;
    }
    .masonry.gallery-columns-2 figcaption i.fa-camera-retro {
        margin-top: -2px;
    }

}
@media only screen and (max-width:430px) {
    /*checkout*/
    .entry-content ul.wc-saved-payment-methods,
    .entry-content ul.wc-saved-payment-methods li.custom_checkbox {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    ul.wc-saved-payment-methods li.custom_checkbox label {
        display: inline-block;
        max-width: 200px;
    }
    .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
        float: left;
        display: block;
    }
    .woocommerce-checkout #payment ul.payment_methods li img {
        margin-top: 5px;
        max-width: 90%;
    }

    /*canvas*/
    .size-box {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .col-xs-12.footer-seals {
        max-width: 260px;
        margin: 0 auto;
        clear: both;
        float: none;
    }
    .footer-seal.secure {
        float: none;
        clear: both;
        margin: 0 auto;
    }
}
@media only screen and (max-width:400px) {
    .starting-at {
        display: block;
        line-height: 1;
        padding-top: 0;
    }
    /*gift certificates*/
    .gift-certificates-top-row {
        top: 0;
        margin-bottom: 0;
    }
    .certificate-image img {
        display: none;
    }
    .product .gift-certificates-top-row h1 {
        color: #42ada8;
    }
    .product .gift-certificates-top-row h2 {
        color: black;
    }
    .gift-certificates-top-row .gform_wrapper .top_label .gfield_label {
        font-size: 20px;
    }
    input.ywgc-manual-amount {
        width: 100%;
    }
    /*bamboo*/
    .col-xs-6.bamboo-right .col-xs-6, .col-xs-6.bamboo-left .col-xs-6 {
        width: 100%;
        text-align: center;
    }
    .col-xs-6.bamboo-right .col-xs-6.bamboo-pic , .col-xs-6.bamboo-left .col-xs-6.bamboo-pic {
        max-width: 160px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    h2.white-big {
        font-size: 50px;
    }
    /*urban outfitters*/
    .product_cat-urban-outfitters .product-detail.row {
        padding: 15px;
    }
    .uo-order-form.col-md-5 {
        padding-left: 0px;
    }
    /* Film Index */
    #content .brand-films .film-item h3 {
        font-size: 17px;
    }
    /*Cart*/
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        float: none;
        width: 100%;
        padding: 16px 0px;
        text-align: center;
        font-size: 20px;
    }
    /*Add to Cart*/
    .woocommerce button.button.alt {
        font-size: 20px;
    }
    /* Checkout */
    .woocommerce-checkout #payment div.payment_box {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .woocommerce #payment #place_order {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 22px;
    }

}

/****New Header Responsive ***/
@media (max-width: 1229px) {
    header.top-banner .container {
        max-width: none;
        width: 100%;
    }
}

@media only screen and (max-width:991px) {
    .header-right {
        padding-top: 5px;
    }
    header.top-banner .year40 {
        width: 110px;
        height: 28px;
    }
    header.top-banner .best-lab {
        width: 75px;
        height: 27px;
        margin: 0 10px;
    }

}

@media only screen and (max-width:767px) {
    header.top-banner .header-right .year40,
    header.top-banner .header-right .best-lab {
        display: none;
    }

    @media only screen and (max-width:539px) {

        header.top-banner .fos {
            background-color: #c12d43;
            height: 29px;
            padding: 0 5px;
        }
        header.top-banner a.fos-link {
            background-size: auto;
            background-position: -30px 1px;
            width: 54px;
        }
        header.top-banner li.my-account {
            margin-left: 10px;
        }
        header.top-banner a.my-account-link {
            width: 30px;
            height: 29px;
            padding: 5px;
            text-indent: -999em;
        }
        header.top-banner a.my-account-link:before {
            left: 4px;
            width: 22px;
            height: 20px;
        }
        header.top-banner li.cart {
            padding: 2px 1px 2px 4px;
            width: auto;
            background-color: #c12d43;
            margin-left: 10px;
        }
        header.top-banner a.cart-link {
            width: 26px;
            height: 23px;
        }
    }
    @media only screen and (max-width:430px) {
        header.top-banner a.logo {
            width: 130px;
        }
    }
    @media only screen and (max-width: 390px) {
        header.top-banner .row {
            height: auto;
            padding-bottom: 10px;
        }
        header.top-banner .logo-col,
        header.top-banner .header-right	{
            min-width: 100%;
            text-align: center !important;
            padding: 15px 0 10px;
        }
        header.top-banner a.logo {
            width: 220px;
            height: 40px;
        }
        .chevron-left::before {
            height: 15px;
            top: 15px;
            width: 15px;
        }
        header.top-banner .fos {
            padding: 5px 10px;
            height: auto;
        }
        header.top-banner a.fos-link {
            background-position: -30px 0;
        }
        header.top-banner li.my-account {
            margin-left: 30px;
            margin-right: 20px;
            padding: 2px 5px 3px;
            background-color: #c12d43;
        }
        header.top-banner li.cart {
            padding: 6px 5px 5px 9px;
            background-color: #c12d43;
        }
    }


