/*-----------------------------------------------------------------------------------

	Theme Name: Sparks
	Theme URI: http://www.themezilla.com/themes/sparks
	Description: A professional theme for creative agencies and freelancers.
	Author: ThemeZilla
	Author URI: http://www.themezilla.com
	Version: 1.0
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2.	Header Styles
	3.	Navigation & Menus
	4.	Main Content Styles
	5.	Post Content Styles
	6.  Portfolio Content Styles
	7.	Comments
	8.	Pagination
	9.	Footer Styles
	10.	Page & Page Templates
	11.	Widgets
	12. Structure
	13. Media Queries

-----------------------------------------------------------------------------------*/

#wpadminbar {}

#preload {
    display: none
}



/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: bottom;
    background: transparent;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    display: none;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
    display: block;
}

/* End hide from IE Mac */
.none {
    display: none;
}

/* End Clearfix */

/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

html {
    /* Setting base font size to 10px for easy rem calcs */
    font-size: 62.5%;
    /* 10px */
}

body {
    background: #ffffff;
    color: #676765;
    font: 16px/1.75 'Inter';
    word-wrap: break-word;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

#content {
    padding-top: 100px;
}

.flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.flex-2col {
    flex: 1 1 50%;
}

.flex-3col {
    flex: 1 1 33%;
}

#global-header {

    background: #596349;

}

.flex-4col {
    flex: 1 1 25%;
}

.flex-space-20 {
    margin: 0 20px 0 20px
}

.flex-space-40 {
    margin: 0 40px 0 40px
}

.noscroll {
    overflow: hidden
}

.hidden {
    display: none;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

a {
    color: #3069B3;
    text-decoration: none;
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    -o-transition: color .1s linear;
    -ms-transition: color .1s linear;
    transition: color .1s linear;
}

a:active {
    color: #F15A31;
}

a:hover {
    color: #39b4b1;
}

a.green-on-blue-link {
    color: #39b4b1;
}

a.green-on-blue-link:hover {
    color: #fff;
}

a.pink-link {
    color: #f4a6a7
}

a.pink-link:hover {
    color: #fff;
}

a.cyan-link {
    color: #b3fffd;
}

a.cyan-link:hover {
    color: #fff;
}

a.white-link {
    color: #fff;
    text-decoration: none;
}

a.white-link:hover {
    color: #fff;
    opacity: 0.6;
    text-decoration: none;
}

a.green-link {
    /*color: #39b4b1;*/
    color: #34B3B0;
}

a.silken-pine-link: {
    color: #4B5D59
}

a.green-link:hover {
    color: #3069B3
}

a.silken-pine-link:hover {
    color: #4B5D59
}

a.yellow-link {
    color: #FFD400;
}

a.yellow-link:hover {
    color: #fff;
}

a.large-link {
    font-size: 38px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400
}

a.more-detail-link {
    font-size: 30px;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-style: italic;
}

a.button,
label.button {
    display: inline-block;
    background: #3069B3;
    border: 0px;
    border-radius: 8px;
    color: #ffffff;
    font-family: 'Inter';
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    height: 65px;
    line-height: 65px;
    padding: 0 20px;
    width: auto;
}

a.button.small-button {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

button.button.small-button {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

a.button:active,
label.button:active {
    background: #f15a31
}

a.button:hover,
label.button:hover {
    background: #39b4b1
}

a.button.photo-button {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .5);
}


a.button.white-button {
    background: rgba(255, 255, 255, 1);
    color: #3069B3;
    text-shadow: none;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -moz-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
}

a.button.white-button:hover {
    background: rgba(255, 255, 255, 1);
    color: #39b4b1;
}

.button.dark-button {
    background: #333;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -moz-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
}

a.button.dark-button:hover {
    background: #444;
}

a.button.green-button {
    background: #96cc49;
    color: white;
    font-size: 20px;
    font-style: normal;
    font-family: 'Inter';
    font-weight: 600;
    text-transform: uppercase;

}

a.button.green-button:hover {
    background: #34B3B0;
    color: #fff
}

a.button.green-button-small {
    background: #96cc49;
    color: white;
    font-size: 12px;
    font-style: normal;
    font-family: 'Inter';
    font-weight: 600;
    text-transform: uppercase;

}

a.button.green-button-small:hover {
    background: #37cac6;
    color: #fff
}

a.button.blue-on-green-button {
    background: #96cc49;
}

a.button.blue-on-green-button:hover {
    background: #fff;
    color: #96cc49;

}


a.button.button-outline-dark {
    height: 70px;
    line-height: 70px;
    font-size: 1.5em;
    color: #333;
    border: 2px solid #333;
    margin-top: 15px;
    background: none;
    font-weight: 500;
    padding: 0 30px 0 30px
}

a.button.button-outline-dark:visited {
    color: #333
}

a.button.button-outline-dark:hover {
    background: #333;
    color: #fff
}

a.button.button-outline-light {
    height: 70px;
    line-height: 70px;
    font-size: 1.5em;
    color: #fff;
    border: 2px solid #fff;
    margin-top: 15px;
    background: none;
    font-weight: 500;
    padding: 0 30px 0 30px
}

a.button.button-outline-light:visited {
    color: #fff
}

a.button.button-outline-light:hover {
    background: #fff;
    color: #333
}

a.button.button-outline-dark.button-medium {
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    padding: 0 20px 0 20px
}

a img {
    border: none;
}

a>img {
    vertical-align: bottom;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: auto;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.author-bio,
#logo {
    margin-bottom: 0px;
    margin-bottom: 0rem;
}

.hentry,
.navigation-links,
.hfeed,
.pinglist {}

.widget .children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3C2415;
    padding: 0;
    /*text-transform: uppercase;*/
    font-weight: 400
}

/* h1, h2 {
    font-family: 'Roboto Slab', serif;
} */

h1 {
    font-size: 50px;
    font-size: 5rem;
    /*letter-spacing: -2px;*/
    line-height: 1.4;
    /*     font-family: 'Roboto Slab', serif; */
    font-weight: 100
}

h2 {
    font-size: 40px;
    font-size: 4rem;
    /*letter-spacing: -2px;*/
    line-height: 1.375;
    margin: 0 0 15px 0;
    margin: 0 0 1.5rem 0;
}

h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.11111;
    margin: 0 0 30px 0;
    margin: 0 0 3rem 0;
}

h4 {
    /*     font-family: 'Roboto Slab', serif; */
    font-size: 22px;
    line-height: 26px;
}

h5 {
    /*     font-family: 'Inter'; */
    font-size: 18px;
    line-height: 20px;
    font-weight: 400
}

h6 {
    /*     font-family: 'Inter'; */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
}

.entry-title,
.entry-title a {
    /*color: #3c2415;*/
    border-color: transparent;
    word-break: break-word;
}

.entry-title a:hover {
    border-color: transparent;
    /*color: #f2664f;*/
}

.pages {
    clear: left;
}

.mobile-show {
    display: none !important
}

.inset {
    text-shadow: 0px -1px 1px rgba(0, 0, 0, .5);
}

li {
    font-weight: 500
}

.zilla-alert.red {
    background: #ffe6e3;
    border: 1px solid #f2c3bf;
    color: #bf210e;
}

.zilla-alert.green {
    background: #dff0d8;
    border: 1px solid #3c763d;
    color: #3c763d;
}

.zilla-alert.yellow {
    background: #fff7d6;
    border: 1px solid #e9d477;
    color: #956433;
}

.zilla-alert {
    margin: 0 0 1.5em 0;
    line-height: 1.6em;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    padding: 10px;
    font-family: 'Inter';
    font-size: 14px;
    text-align: center;
    font-weight: 400
}

#ie-msg {
    display: none;
    width: 500px;
    top: 35px;
    margin-left: 50%;
    left: -250px;
    position: fixed;
    z-index: 999999999999
}

.boo-rule {
    width: 100%;
    height: 12px;
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/boo-rule.png') no-repeat center;
}

div.pp_overlay {
    z-index: 100070 !important;
}

#TB_window,
.pp_pic_holder {
    z-index: 950
}

#TB_overlay {
    z-index: 850
}

#TB_window img#TB_Image {
    border: 0 !important;
    margin-left: 0 !important;
}

#TB_caption {
    float: right !important;
}

#TB_prev a,
#TB_next a {
    color: #fff;
    background: #f26b4f;
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    padding: 0 10px 0 10px
}

#TB_prev a:hover,
#TB_next a:hover {
    background: #ef9072
}

.hoverboard {
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-backface-visibility: hidden;
    opacity: 1;
    position: relative;
}

.hoverboard:hover {
    opacity: .5;
}


.green-text {
    color: #39b4b1
}

.grey-text {
    color: #4B5D59
}

.global-alert {
    background: #fff7d6;
    border: 1px solid #e9d477;
    color: #956433;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px
}

.global-alert div {
    padding-left: 25px;
    padding-right: 25px
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/


#global-header {
    width: 100%;
    background: black;
    position: fixed;
    z-index: 851
}

.gh-inner {
    padding: 4px 10px 0 10px;
    font-size: .8em
}

.gh-inner a,
.gh-inner a:visited {
    color: #fff
}

.gh-inner a:hover {
    color: #fff;
    text-decoration: underline
}

.gh-left,
.gh-middle,
.gh-right {
    float: left;
    width: 33%
}

.gh-middle {
    text-align: center
}

.gh-right {
    text-align: right
}

#promo {
    width: 100%;
    height: 300px;
    /*background:url(images/promo_bg.jpg) repeat-x;*/
    background: #2f1c10;
    margin-top: -300px;
    display: table
}

#promo #close-button {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    background: url(images/close.png) no-repeat;
    margin-top: -300px;
    opacity: .5
}

#promo #close-button:hover {
    opacity: 1
}

#promo-container {
    /*padding-top:125px*/
    display: table-cell;
    vertical-align: middle;
}

#promo-container h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 52px;
    font-weight: 300;
    line-height: 66px;
    color: #ffffff;
    text-align: center;
    width: 90%;
    margin: 0 auto
}

#promo-container h2 {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    color: #ffffff;
    width: 60%;
    margin: 20px auto;
    text-align: center;
    margin-bottom: 0px
}

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

.page-posters .page-intro,
.page-photo-panels .page-intro,
.page-canvas .page-intro {
    display: none
}

#gallery-header {
    height: 38px;
}

#gallery-header:after {
    clear: both
}

#gallery-header .page-intro {
    display: none;
}

.page-intro h1 {
    /*margin-bottom: 10px;
    margin-bottom: 1rem;*/
}

.page-intro p,
.page-caption {
    font-size: 24px;
    font-size: 2.3rem;
    font-style: italic;
    margin: 0 auto;
    font-weight: 300;
    width: 520px;
    line-height: 1.3em
}

.home-intro {
    font-style: italic;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8;
    width: 80%;
    text-align: center;
    margin: -10px auto 30px auto;
    margin: -1rem auto 3rem auto;
}



#logo {
    /*max-width:1140px;
    max-width:114rem;
    width:90%;
    height:72px;
    position:absolute;
    text-align:center;
    z-index:9999*/
    margin-top: 30px;
    position: relative;
    z-index: 651;
    width: 125px
}

#logo.compressed-logo {
    margin-top: 4px;
    /*width: 105px;*/
    width: 150px;
    float: left
}

#logo.minimal-logo {
    margin: 0 auto
}


#logo a {
    /*width:150px;*/
    /*height:150px;*/
    border-color: transparent;
    /*color: #262624;*/
    /*float: left;*/
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: -1.5px;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;

}



#logo a:hover {
    text-decoration: none;
}

#tagline {
    clear: left;
    color: #676765;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: italic;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/



/* Accordion Styles */
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    color: #3069B3;
}

.ui-accordion .ui-accordion-header:hover {
    background-color: #39b4b1;
    color: #fff
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {}

.ui-accordion .ui-accordion-header a {
    display: block;
}

/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a {}

.ui-accordion-icons .ui-accordion-header a {}

.ui-accordion .ui-accordion-header .ui-icon {
    display: inline-block;
}

.ui-accordion .ui-accordion-content {
    position: relative;
    display: none;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}




/* Products Accordion Styles /*-----------------------------------------------------------------------------------*/


.open .ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    color: #34B3B0;
}

.open .ui-accordion .ui-accordion-header:hover {
    color: #3069B3;
    background-color: #ffffff;
}

.open .ui-accordion .ui-products-li-fix {
    display: inline;
}

.open .ui-accordion .ui-accordion-header-active {
    color: #34B3B0;
}

.open .ui-accordion .ui-accordion-header a {
    display: block;
}

/* IE7-/Win - Fix extra vertical space in lists */
.open .ui-accordion a {}

.open .ui-accordion-icons .ui-accordion-header a {}

.open .ui-accordion .ui-accordion-header .ui-icon {
    display: none;
}

.open .ui-accordion .ui-accordion-content {
    position: relative;
    display: block;
}

.open .ui-accordion .ui-accordion-content-active {
    display: block;
}

.open h4 {
    font-family: 'Roboto Slab', serif;
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1px;
    line-height: 0.5;
    color: #3069B3;
}

.open ul {
    margin-top: 20px;
}

.open ul li {
    list-style: none;
    line-height: 1;
    padding-bottom: 15px;
    text-align: left;
    width: 250px;
    display: inline-block;
    vertical-align: text-top;
}

.open .split-line h4 {
    line-height: 0.5;
    text-align: center;
}

.open .split-line span {
    display: inline-block;
    position: relative;
}

.open .split-line span:before,
.open .split-line span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1pt solid #d3d3d3;
    top: 0;
    width: 50px;
}

.open .split-line span:before {
    right: 100%;
    margin-right: 15px;
}

.open .split-line span:after {
    left: 100%;
    margin-left: 15px;
}



/* UI Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("/wp-content/themes/sparks/js/images/ui-icons/ui-icons_666666_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("/wp-content/themes/sparks/js/images/ui-icons/ui-icons_666666_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("/wp-content/themes/sparks/js/images/ui-icons/ui-icons_666666_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("/wp-content/themes/sparks/js/images/ui-icons/ui-icons_666666_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("/wp-content/themes/sparks/js/images/ui-icons/ui-icons_666666_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("/wp-content/themes/sparks/js/images/ui-icons/ui-icons_666666_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/wp-content/themes/sparks/js/images/ui-icons/ui-icons_666666_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}



/* Main menu, account links and promo link */

/* Required SF Styles ----- */
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
    white-space: nowrap;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    /*min-width: 12em;*/
    z-index: 550;
}

.sf-menu>li {
    float: left;
    cursor: pointer
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}

#primary-nav {
    float: right;
    font-size: 12px;
    padding-top: 25px;
    padding-bottom: 25px;
    /*margin-top: 6px;
    margin-bottom: 47px;
    display:inline-block;
    position:relative;
    z-index:99999;*/
}

#primary-nav.compressed-nav {

    padding-top: 23px;
}

#promo-ticker {
    float: left;
    font-size: 12px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 300;
    position: relative;
    z-index: 651;
    line-height: 1.2;
    /*padding-left: 110px;*/
    margin-left: -180px
        /*margin-left: 10px;*/

        /*margin-top: 6px;
    margin-bottom: 47px;
    display:inline-block;
    position:relative;
    z-index:99999;
    width:50%*/
}

#promo-ticker span {
    /*color:#39B4B1*/
}

.primary-menu {}

.primary-menu>li {
    margin-left: 2px;
    /*padding-bottom: 2px;*/
}

.primary-menu a {
    border-bottom: none;
    font-family: 'Inter';
    font-weight: 400;
    padding: 2px 10px 0px 10px;
    text-transform: uppercase;
}

.primary-menu .sub-menu li a:hover {
    color: #39B4B1
}

.ie .primary-menu a {
    padding-bottom: 1px;
}

#second-nav>.primary-menu a {
    text-transform: none;
}


.basic-header .primary-menu>li>a {
    background: transparent;
    border-radius: 3px;
    color: #3069b3;
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    -ms-transition: background-color .1s linear;
    transition: background-color .1s linear;
    text-shadow: none;
    font-size: 14px;
    position: relative;
}

.basic-header .primary-menu>li:last-child>a {
    color: #39b4b1;
}

.basic-header .primary-menu>li>a:hover,
.basic-header .primary-menu>.current-menu-item>a,
.basic-header .primary-menu>.sfHover>a {
    background: #3069b3 !important;
    color: #fff;
    text-shadow: none !important;
}

.basic-header .primary-menu>li:last-child>a:hover,
.basic-header .primary-menu>li:last-child.sfHover>a {
    background: #39b4b1 !important;
    color: #fff;
    text-shadow: none !important;
}

.basic-header .primary-menu .sub-menu {
    background: #3069B3;
    border-radius: 4px;
    padding: 20px;
    padding: 2rem;
    color: #fff;
    margin-top: 2px;
}

.basic-header .primary-menu li:last-child .sub-menu {
    background: #39b4b1;
    border-radius: 4px;
    padding: 20px;
    padding: 2rem;
    color: #fff;
    margin-top: 2px;
}

.basic-header .primary-menu .sub-menu a,
#sign-in .primary-menu .sub-menu a {
    padding-top: 10px;
    color: #fff
}

.basic-header .primary-menu .sub-menu li:first-of-type a,
#sign-in .primary-menu .sub-menu li:first-of-type a {
    padding-top: 0px;
    color: #fff
}

.basic-header .primary-menu .sub-menu li:first-of-type a:hover,
#sign-in .primary-menu .sub-menu li:first-of-type a:hover {
    padding-top: 0px;
    color: #39b4b1 !important;
}

.basic-header .primary-menu li:last-child .sub-menu li:first-of-type a:hover,
#sign-in .primary-menu li:last-child .sub-menu li:first-of-type a:hover {
    padding-top: 0px;
    color: #3069B3 !important;
}


.basic-header .primary-menu li:last-child .sub-menu li a:hover {
    color: #3069B3 !important;
}



/* ubermenu */
#megaMenu {
    position: relative;
    z-index: 800
}

#megaMenu ul.megaMenu a {
    border-bottom: none;
    /*     font-family: 'Inter'; */
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px
}

#megaMenu ul.megaMenu>li.menu-item>a,
#megaMenu ul.megaMenu>li.menu-item>span.um-anchoremulator {
    padding: 0 15px 0 15px
}

.compressed-nav #megaMenu ul.megaMenu>li.menu-item>a {
    padding: 0 15px 0 15px;
    font-size: 12px;
}

#megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1,
#megaMenu ul li.menu-item.ss-nav-menu-reg ul.sub-menu-1 {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    color: #fff;
    margin-top: 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border: 1px #ddd solid;
}

#megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1 {
    max-width: 820px !important;
    width: 820px !important
}

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1>li.menu-item>a {
    margin-bottom: 0px !important
}

#megaMenu ul.megaMenu .sub-menu a {
    text-transform: none;
}

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight>a {
    text-transform: uppercase;
    display: inline-block !important;
    padding: 5px;
    color: #3069B3;
    background: #fff !important;
    position: relative;
    left: -5px;

}

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight>a:hover {
    color: #fff;
    background: #3069B3 !important;
    border-radius: 2px;

}

#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item>a {
    color: #39b4b1;
}

#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item>a:hover {
    color: #3069B3;
}

#megaMenu.megaMenuHorizontal ul.megaMenu>li.menu-item>ul.sub-menu.sub-menu-1 {
    border-radius: 4px
}

#megaMenu img.um-img {
    float: none;
    position: absolute;
    right: 5px;
    top: 6px;
}

#megaMenu .ss-nav-menu-with-img>a>.wpmega-link-title {
    padding-left: 0px !important;
}

/* Utility belt */

#utility-belt {
    width: 100%;
    /*height:60px;*/
    background: rgba(255, 255, 255, .9);
    /*background:#3069B3;*/
    position: fixed;
    z-index: 850;
    padding-top: 31px;
}

#utility-belt.minimal-utility-bar {
    padding-top: 10px;
    padding-bottom: 10px
}

.utility-inner .fb-like {
    float: right;
    padding-top: 0px;
    padding-left: 10px;
    position: relative;
    left: 370px;
    margin-top: -3px;
}


.utility-account {
    float: right;
    padding-right: 10px;
    padding-top: 15px
}

#sign-in {
    position: relative;
    z-index: 1;
    font-weight: 300;
}

.compressed-nav #sign-in {
    font-size: 12px;
    margin-top: 5px
}

#sign-in .primary-menu .sub-menu {}

#help {
    display: inline-block
}

#account,
#help {
    display: inline-block
}

#account .sub-menu,
#help .sub-menu {
    left: 0;
    margin-top: 9px;
    display: none;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    width: 150px;
}

#account li ul li:first-child {
    font-size: 10px;
    cursor: default;
    padding-left: 0px;
}

/*#sign-in .primary-menu a {
    text-transform:none !important;
    display: inline-block;
    background: none;
    color:#3069b3 !important;
    text-shadow: none;
    font-size:14px;
    font-weight: 300 !important;
    padding-left:0px
}*/

#account .account-link,
#account .real-signin-link {
    color: #fff;
}

#account .account-link:hover,
#account .real-signin-link:hover {
    color: #fff !important;
}

#account a.signin-link {}

iframe#account-iframe {
    margin-top: 0px;
    min-height: 480px;
}

iframe {}

iframe#launcher {
    min-height: unset;
}

#sign-in .signin-inner {
    display: inline-block
}

#sign-in a:hover {
    /*background: #3069b3 !important;
    color: #fff !important;
    text-shadow: none !simportant;*/
    background: none !important;
    color: #39b4b1;
    !important;
}

#account a.signin-link:hover {
    background: none !important;
    color: #fff !important
}

#sign-in li {
    display: inline-block;
    padding-left: 10px;
    font-weight: 500;
}

#sign-in .sub-menu {
    left: auto;
    right: 0px;
    position: absolute;
}

#sign-in #help .sub-menu {
    right: 90px;
}

#sign-in #help.help-signedin .sub-menu {
    right: 65px;
}


#sign-in .sub-menu li {
    display: block;
    padding-left: 0px
}

#sign-in .sub-menu {
    text-align: left;
}

#sign-in .sub-menu a {
    color: #56c3bd
}

#sign-in .sub-menu a:hover {
    text-decoration: none
}



.account-menu-arrow {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/menu_arrow.png') no-repeat;
    width: 29px;
    height: 17px;
    position: absolute;
    margin-top: -37px;
    margin-left: 75px;
}


/* Social -----------*/

#social-links {
    float: right;
    margin-top: 12px
}

#social-links img:hover {
    opacity: .8;
}

#social-links a:hover {
    border: 0;
}

#social-links a {
    padding-left: 10px
}



.page-submenu {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}

.page-submenu ul {
    margin: 0;
}

.page-submenu li {
    display: inline;
}

.page-submenu li a {
    display: inline-block;
    height: 39px;
    line-height: 39px;
    padding: 0 20px 0 20px;
    background: #eee;
    color: #3069B3;
    border: 1px solid #ddd;
    border-bottom: 0;
    position: relative;
    top: 1px
}

.page-submenu li a:hover {
    background: #3069B3;
    border: 1px solid #3069B3;
    color: #fff
        /*background: #39b4b1;
    border:1px solid #39b4b1;*/

}

.page-submenu li a.active {
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #3069B3;
    border: 1px solid #ddd;
    border-bottom: 0;
    position: relative;
    top: 1px;
    font-weight: 300;
}


/* Account ----------*/

#TB_overlay {
    opacity: 0.4 !important;
}

#register-form {
    opacity: 0;
    display: none;
}

#login-form {
    opacity: 0;
    display: none;
}

.signup-offer {
    border: 1px solid #999;
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/tag-medium.png') no-repeat left;
    background-size: 40px;
    background-position: 10px;
    padding: 10px 10px 10px 60px;
    font-size: .9em;
    font-weight: 500;
}

.signin-form-mobile {
    position: absolute;
    width: 260px;
    height: 100%;
    z-index: 9999999999;
    background: rgba(255, 255, 255, 1);
    top: 0px;
    overflow: auto;
    right: 0;
    border-left: 1px solid #e9e9e9
}

.signin-form-mobile .signin-form {
    margin: 0 auto;
    margin-top: 15px;
    width: 230px
}

.signin-form-mobile .signin-form form {
    width: auto;
    margin: 0;
}

.signin-form-mobile .signin-form .form-input,
.signin-form-mobile .signin-form .form-forgot {
    width: 230px
}

.signin-form-mobile .signin-form span {
    display: block;
    float: none;
    padding-top: 0px;
}

.signin-form-mobile .signin-form .form-footer {
    width: 180px;
    margin: 0 auto;
    line-height: 1.2;
    margin-top: 15px;
}

.signin-form-mobile .mobile-close-signin {
    padding-left: 15px;
    padding-top: 15px;
    color: #3069B3;
    font-size: 14px
}

.signin-form-mobile label.valid,
.signin-form-mobile label.invalid {
    margin-left: -33px;
}


#show-after-signin {
    text-align: center;
}

#show-after-signin h1 {
    font-size: 25px;
    margin: 47px 0 67px
}

#show-after-signin h2 {
    font-size: 25px;
}

#show-after-signin h2 a {
    /*color:#3069B3*/
}

#show-after-signup h1 {
    text-align: center;
    margin-top: 20px;
}

#show-after-signup h2 {
    text-align: center;
    font-size: 27px;
    line-height: 40px;
    color: #4B5D59;
    width: 75%;
    margin: 0 auto;
    margin-top: 20px;
}

#show-after-signup h3 {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    color: #4B5D59;
    width: 75%;
    margin: 0 auto;
    margin-top: 20px;
}

.signin-form {
    width: 400px;
    /*height:200px;*/
    margin: 0 auto;
}

.signin-form h1 {
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 300
}

.signin-form span {
    float: right;
    font-size: 14px;
    display: inline-block;
    padding-top: 13px;
    font-weight: 300
}

.signin-form .form-input span {
    float: none;
    display: inline-block;
    padding-top: 8px;
    padding-left: 6px;
    position: absolute;
}

.signin-form form {
    width: 290px;
    /*height:200px;*/
    margin: 15px auto;
}

.signin-form .form-input {
    width: 290px;
    margin: 0 auto;
    margin-top: 20px
}

.signin-form .form-forgot {
    width: 290px;
    text-align: right;
    margin-top: 5px;
}

.signin-form .form-forgot a {
    /*color:#3069B3;*/
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 300
}

.signin-form input[type="submit"] {
    margin: 0 auto;
    display: block;

}

.signin-form input[type="checkbox"] {
    float: left;
    width: 25px;
    margin-top: 20px;
    margin-left: 0;
}

.signin-form .optin-text {
    float: left;
    width: 210px;
    font-weight: 400;
    font-family: 'Inter';
    font-size: 13px;
    padding-top: 27px;
}

.signin-form p {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-family: 'Inter';
    color: #3c2415;
    font-weight: 400;
}

.signin-form p a {
    /*color:#3069B3;*/
}

.signin-form .form-footer {
    font-family: 'Inter';
    font-size: 12px !important;
    font-style: italic;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin-top: 10px;
}



#login-form .loader {
    text-align: center;
    margin-top: 10px;
}

.signin-form .form-error {
    display: none;
    margin-top: 20px;
    line-height: 18px;
}

.signin-form .form-success {
    display: none;
    margin-top: 20px;
    line-height: 18px;
}

input.invalid {
    border: 1px solid #f2c3bf;
}

label.invalid {
    font-family: 'Inter';
    color: #fff;
    background: #bf210e;
    font-weight: 700;
    font-size: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    /*margin-top: 6px;
    margin-left: 5px;*/
}

label.valid {
    background: #390 url('//d88zf0kfw1nyb.cloudfront.net/pm/check.png') no-repeat center;
    background-size: 11px;
    background-position: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    /*margin-top: 6px;
    margin-left: 5px;*/
}



/* Mobile Menu ----- */

#mobile-menu,
#mobile-account-menu {
    display: none;
}


#back-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 120px;
    height: 50px;
    padding-left: 61px;
    line-height: 50px;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 400;
    color: #ffffff;
    background: #CC8383 url(images/sprite.png) no-repeat;
    background-position: 0px -250px;
    cursor: pointer;
    z-index: 650;
    border-radius: 30px;
}

#back-top:hover {
    background: #5b7467 url(images/sprite.png) no-repeat;
    background-position: 0px -250px;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

address {
    font-style: italic;
}

abbr[title],
acronym[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted #666;
}

blockquote {
    font-family: 'Roboto Slab', serif;
    color: #666;
    font-style: italic;
    border-left: 1px solid #ddd;
    margin: 30px 30px;
    padding-left: 15px;
    font-size: 1.3em
}

strong {
    font-weight: 700;
}

em,
dfn,
cite {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

sup {
    font-size: 11px;
    vertical-align: top;
}

sub {
    font-size: 11px;
    vertical-align: bottom;
}

small {
    font-size: 11px;
}

del {
    text-decoration: line-through;
}

ins {
    text-decoration: underline;
}

code,
pre {
    line-height: 18px;
}

var,
kbd,
samp,
code,
pre {
    font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
    background: #efefef;
}

kbd {
    font-weight: bold;
}

samp,
var {
    font-style: italic;
}

pre {
    white-space: pre;
    overflow: auto;
    padding: 10px;
    border: 1px solid #ddd;
    clear: both;
    background: none;
    margin: 30px 0;
}

code {
    padding: 3px;
}

ul,
ol,
dl {
    margin-left: 0px;
}

table {
    border: 1px solid #ccc;
    border-width: 1px;
    line-height: 18px;
    margin: 0 0 22px 0;
    text-align: left;
    padding: 0 5px;
}

table .even {
    background: #ddd;
}

caption {
    text-align: left;
}

tr {}

th,
td {
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

/* Media Elements --------------------------------------------------------*/
.entry-content {
    max-width: 100%;
}

img.alignleft {
    float: left;
    margin: 10px 25px 10px 0;
}

img.alignright {
    display: block;
    margin: 10px 0 10px 25px;
}

img.aligncenter {
    display: block;
    clear: both;
    margin: 10px auto;
}

img.alignnone {
    display: block;
    margin: 10px 0;
}

.wp-caption {
    text-align: center;
    margin: 10px 20px 20px 20px;
    font-family: 'Roboto Slab', serif;
    font-style: italic;
    line-height: 1.5
}

.wp-caption.aligncenter {
    margin: 20px auto;
}

.wp-caption.alignleft {
    margin-left: 0;
}

.wp-caption.alignright {
    margin-right: 0;
}

.wp-caption.alignnone {
    margin-left: 0;
}

.wp-caption img,
.wp-caption img a {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption .wp-caption-text {
    margin: 0;
    padding: 5px;
}

.wp-smiley {
    max-height: 13px;
    margin: 0 !important;
}

.gallery {
    margin: 0 auto 20px;
    margin: 0 auto 1.25rem;
    width: 90.4762%;
}

.gallery-item {
    float: left;
}

.gallery-columns-3 .gallery-item {
    float: left;
    margin: 0 3.5088% 20px;
    /* 20 / 570 */
    overflow: hidden;
    width: 26.31579%;
    /* 150 / 570 */
}

.gallery a:hover img {
    opacity: 0.8;
}

.gallery-caption {
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    margin-bottom: 0;
    text-align: center;
}

.post-media {
    max-width: 90%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

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

.video-play {
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.video-play img {
    width: 100px;
}

/* Zilla Gallery Stuff ------------------------------------------------- */
.media-gallery {
    margin-left: 0;
    overflow: hidden;
}

.stacked .media-gallery {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    width: 90%;
}

.media-gallery>li>div {
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.media-gallery>li {
    width: 100%;
}

.single .media-gallery>li,
.featured-portfolios .media-gallery>li {
    max-width: 750px;
    width: 90%;
}

.stacked .media-gallery>li {
    width: 100%;
}

.stacked .media-gallery>li {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

#zilla-next-slide {
    max-width: 750px;
    position: absolute;
    top: 0;
    width: 90%;
}

.media-gallery img {
    vertical-align: top;
}

.slider {
    position: relative;
}

.slide-caption {
    background: #111416;
    border-radius: 3px;
    bottom: 20px;
    color: #ffffff;
    font-style: italic;
    left: 20px;
    max-width: 91.111111%;
    padding: 0 8px;
    position: absolute;
}

.slide-caption a,
.slide-caption a:hover {
    border: none;
}

.zilla-slide-prev,
.zilla-slide-next,
.zilla-slide-prev-full,
.zilla-slide-next-full {
    background: #3069B3 url(images/sprite.png) 5px 10px no-repeat;
    border-bottom: none;
    border-radius: 0 3px 3px 0;
    color: #ffffff;
    display: block;
    height: 100px;
    left: 0;
    line-height: 100px;
    position: absolute;
    overflow: hidden;
    text-align: center;
    text-indent: 100%;
    top: 40%;
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -ms-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;
    width: 80px;
    width: 8rem;
    z-index: 999;
    white-space: nowrap;
}

.zilla-slide-prev,
.zilla-slide-next {
    background-position: 0 0;
    height: 80px;
    width: 70px;
    width: 7rem;
}

.zilla-slide-next,
.zilla-slide-next-full {
    background-position: 7px -70px;
    border-radius: 3px 0 0 3px;
    left: auto;
    right: 0;
}

.zilla-slide-next {
    background-position: 0 -80px;
}

.zilla-slide-prev:hover,
.zilla-slide-next:hover,
.zilla-slide-prev-full:hover,
.zilla-slide-next-full:hover {
    background-color: #39b4b1;
    border-bottom: none;
}

.slider .zilla-slide-inactive,
.slider .zilla-slide-inactive:hover,
.featured-portfolios .disabled,
.featured-portfolios .disabled:hover {
    background-color: #bbb;
    cursor: default;
}


/* Mykabook ------------------------------------------------------*/

.h_iframe {
    width: 100%;
    margin: 0 auto;
    min-height: 170vh;
    /* margin-top: -50px; */
    margin-bottom: -58px;
}

/* Video Embeds -------------------------------------------------------- */
.media-video iframe {
    margin-bottom: 0;
}

.fluid-width-video-wrapper {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

/* Audio/Video jPlayer Skin -------------------------------------------- */
.jp-audio,
.jp-video {
    margin: 0 auto -1.57142857142em;
    width: 750px;
    max-width: 100%;
}

.jp-video+.jp-audio,
.fluid-width-video-wrapper+.jp-audio {
    margin-top: 2.71428571428em;
}

.jp-gui {
    margin-bottom: -35px;
}

.jp-interface {
    background: #39b4b1 url(images/media_player.png) 0 -132px repeat-x;
    border: 1px solid #000000;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #4B4E53 inset, 0 1px 3px rgba(0, 0, 0, .7);
    box-shadow: 0 1px 0 #4B4E53 inset, 0 1px 3px rgba(0, 0, 0, .7);
    margin-bottom: 3px;
    position: relative;
    height: 33px;
    width: 91.25%;
    /* 438 / 480 */
    left: 4.545454545%;
    /* 20 / 440 */
    top: -53px;
}

.jp-video-full {
    position: relative;
}

.jp-video-full .jp-jplayer {
    background: #000000;
    top: 0;
    left: 0;
    position: fixed !important;
    position: relative;
    overflow: hidden;
    z-index: 998;
}

.jp-video-full .jp-gui {
    z-index: 1000;
    display: block;
}

.jp-video-full .jp-interface {
    bottom: 0;
    top: auto;
    left: 0.25%;
    position: fixed;
    width: 99%;
    z-index: 1000;
}

/* Controls ----- */
.jp-controls,
.jp-toggles {
    float: left;
    margin: 0;
    padding: 0;
    z-index: 100;
}

.jp-controls li {
    float: left;
}

.jp-controls a {
    position: absolute;
    overflow: hidden;
    text-indent: -999em;
}

.jp-play,
.jp-pause,
.jp-mute,
.jp-unmute {
    background: #d2d6db url(images/media_player.png) 0 0 no-repeat;
    border-top: 1px solid #4b4e53;
    border-bottom: none;
    display: block;
    z-index: 2;
    height: 100%;
    width: 30px;
}

.jp-play:hover,
.jp-pause:hover,
.jp-mute:hover,
.jp-unmute:hover {
    background-color: #39b4b1;
    border-bottom: none;
}

.jp-pause {
    background-position: 0 -33px;
}

.jp-mute {
    background-position: 0 -99px;
}

.jp-unmute {
    background-position: 0 -67px;
}

.jp-play,
.jp-pause {
    border-radius: 3px 1px 1px 3px;
    border-right: 1px solid #4b4e53;
}

.jp-mute,
.jp-unmute {
    border-left: 1px solid #4b4e53;
    right: 52px;
}

.jp-audio .jp-mute,
.jp-audio .jp-unmute {
    right: 52px;
}

/* Scrubber ----- */
.jp-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    padding: 0 95px 0 40px;
    margin: 11px 0;
    width: 100%;
    height: 9px;
}

.iphone .jp-progress {
    padding-right: 15px;
}

.jp-volume-bar {
    float: right;
    margin: 11px 0;
    right: 8px;
    width: 40px;
    height: 10px;
}

.jp-audio .jp-volume-bar {
    right: 7px;
}

.jp-seek-bar,
.jp-volume-bar {
    background: #141618;
    border-bottom: 1px solid #2c2d2f;
    border-left: 1px solid #0f0f10;
    border-right: 1px solid #0f0f10;
    border-top: 1px solid #000000;
    border-radius: 2px;
    cursor: pointer;
    height: 8px;
    padding: 0 0 1px 0;
    position: relative;
    z-index: 999;
}

.jp-play-bar,
.jp-volume-bar-value {
    border-radius: 1px 2px 2px 1px;
    background: #39b4b1;
    -webkit-background-size: 8px 8px;
    -moz-background-size: 8px 8px;
    background-size: 8px 8px;
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
            transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
            transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
            transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
            transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
            transparent 75%, transparent);
    -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .1) inset;
    box-shadow: 0 5px 5px rgba(255, 255, 255, .1) inset;
    height: 8px;
}

.jp-play-bar {
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 60px 0;
    }
}

@-moz-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 60px 0;
    }
}

/* Common Form Elements --------------------------------------------------*/

input::-webkit-input-placeholder {
    color: #c7b2a5;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #c7b2a5;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #c7b2a5;
}

input:-ms-input-placeholder {
    color: #c7b2a5;
}

.placeholder {
    color: #c7b2a5;
}

input,
textarea,
.zilla .gform_wrapper input[type="text"],
.zilla .gform_wrapper input[type="url"],
.zilla .gform_wrapper input[type="email"],
.zilla .gform_wrapper input[type="tel"],
.zilla .gform_wrapper input[type="number"],
.zilla .gform_wrapper input[type="password"],
.zilla .gform_wrapper textarea {
    -webkit-appearance: none;
    color: #000;
    background: #ffffff;
    border: 1px solid #d8c9c0;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    max-width: 100%;
    padding: 0px 15px 0px 15px;
    width: 290px;
    font-weight: 300;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

.zilla .gform_wrapper table.gfield_list input {
    width: 90%;
}

.zilla .gform_wrapper .gfield_time_hour input[type="text"],
.zilla .gform_wrapper .gfield_time_minute input[type="text"] {
    padding: 0 2px;
}

textarea,
.zilla .gform_wrapper textarea {
    height: 215px;
    height: 21.5rem;
    max-width: 100%;
    min-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
}

.zilla .gform_wrapper .top_label input.large,
.zilla .gform_wrapper .top_label select.large,
.zilla .gform_wrapper .top_label textarea.textarea {
    width: 100%;
}

input:focus,
textarea:focus,
.zilla .gform_wrapper input[type="text"]:focus,
.zilla .gform_wrapper input[type="url"]:focus,
.zilla .gform_wrapper input[type="email"]:focus,
.zilla .gform_wrapper input[type="tel"]:focus,
.zilla .gform_wrapper input[type="number"]:focus,
.zilla .gform_wrapper input[type="password"]:focus,
.zilla .gform_wrapper textarea:focus {
    border: 1px solid #8abdff
}

input[type="checkbox"] {
    width: auto;
}

select {
    background: #fff;
    border: 1px solid #efefef;
    color: #676765;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    height: 30px;
    height: 3rem;
    width: 100%;
}

select[multiple] {
    height: auto;
}

.more-link,
button,
#submit,
input[type="submit"],
.gform_next_button,
.gform_previous_button,
.gform_button {
    background: #3069B3;
    border: 0px;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Inter';
    font-size: 26px;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    height: 65px;
    height: 6.5rem;
    line-height: 65px;
    padding: 0 20px;
    padding: 0 2rem;
    /*text-transform: uppercase;*/
    width: auto;
}

input.regular-button,
.regular-button {
    height: 45px;
    line-height: 18px;
    font-size: 18px;
}

.more-link,
button:active,
#submit:active,
input[type="submit"]:active,
.gform_next_button:active,
.gform_previous_button:active,
.gform_button:active {
    background: #f15a31;
}

.more-link,
button:hover,
#submit:hover,
input[type="submit"]:hover,
.gform_next_button:hover,
.gform_previous_button:hover,
.gform_button:hover {
    background: #39b4b1;
}


button.green-button,
#submit.green-button,
input[type="submit"].green-button {
    background: #39b4b1;
}

button.green-button:hover,
#submit.green-button:hover,
input[type="submit"].green-button:hover {
    background: #39b4b1;
}

.loader {
    text-align: center;
    padding: 10px;

}

.spinner {
    display: none;
    position: absolute;
    z-index: 10;
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/loader2.gif') no-repeat center;
    background-size: 30px;
    width: 30px;
    height: 30px;
}



.free-shipping-button a {
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-family: 'Inter';


}

.free-shipping-button.inline {
    position: absolute;
}

.free-shipping-button.fs400 {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/free_shipping_400.png') no-repeat center;
    width: 400px;
    height: 205px;
    margin: 0 auto;
}

.free-shipping-button.fs150 {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/free_shipping_150.png') no-repeat center;
    width: 150px;
    height: 77px;
    margin: 0 auto;
}

.free-shipping-button.fs100 {
    /*background: url('/wp-content/themes/sparks/images/free_shipping_100.png') no-repeat center;*/
    /*width:100px;
    height:51px;*/
    margin: 0 auto;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: black;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .2);
}

.free-shipping-button.fs400 a {
    font-size: 42px;
    line-height: 1;
    width: 210px;
    padding: 25px 0 0 100px;
    color: #39b4b1;
    font-weight: 300;

}

.free-shipping-button.fs150 a {
    font-size: 14px;
    line-height: 15px;
    width: 80px;
    /*padding: 11px 0 0 38px;*/
    padding: 11px 0
}

.free-shipping-button.fs100 a {
    font-size: 11px;
    line-height: 12px;
    /*width: 60px;
    padding: 7px 0 0 23px;*/
    width: 60px;
    padding: 11px 0
}

.free-shipping-button.fs100:hover,
.free-shipping-button.fs150:hover {
    background: #3069B3
}



/* Gravityforms Elements ------------------------------------------------------*/
.zilla .gform_wrapper {
    border: 1px solid #efefef;
    font-size: 14px;
    line-height: 21px;
    padding: 20px 20px 0;
}

.zilla .gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 20px;
}

.zilla .gform_wrapper h3.gform_title {
    width: 100%;
    margin: 0 0 10px 0;
}

.zilla .gform_body {
    border-top: 1px solid #efefef;
    padding-top: 20px;
}

.zilla .gform_wrapper .gform_page_footer {
    margin: 20px 0 0;
    width: 100%;
    border-top: 1px solid #efefef;
}

.zilla .gform_wrapper .gsection {
    border-bottom: none;
    border-top: 1px solid #efefef;
    padding: 20px 0 10px 0;
    margin: 20px 0;
}

.gform_wrapper .gfield {
    margin-bottom: 20px;
}

.zilla .gform_wrapper .gfield_checkbox li,
.zilla .gform_wrapper .gfield_radio li {
    margin-bottom: 3px;
}

.zilla .gform_wrapper .gfield_radio li label,
.zilla .gform_wrapper .gfield_checkbox li label {
    position: relative;
    top: 10px;
}

.zilla .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label,
.zilla .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label {
    color: #000;
    font-weight: normal;
}

.zilla .gform_wrapper select {
    color: #333;
    font-size: 13px;
}

.zilla .gform_wrapper .gfield_time_ampm {
    padding: 0px;
}

.zilla img.ui-datepicker-trigger {
    padding-top: 6px;
}

.zilla table.ui-datepicker td a {
    background-color: #fff;
}

.zilla .gform_wrapper .description,
.zilla .gform_wrapper .gfield_description,
.zilla .gform_wrapper .gsection_description,
.zilla .gform_wrapper .instruction,
.zilla .gform_wrapper .description_above .gfield_description {
    color: #a3a3a3;
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.zilla .gform_wrapper .top_label .gfield_description {
    margin-bottom: 10px;
}

.zilla .gform_wrapper .right_label .gfield_description,
.zilla .gform_wrapper .left_label .gfield_description,
.zilla .gform_wrapper .left_label .instruction,
.zilla .gform_wrapper .right_label .instruction {
    margin-left: 32%;
}

/* Gravity Forms complex forms -------------------------------------------------------*/
.zilla .gform_wrapper .ginput_complex .ginput_full input {
    width: 96% !important;
}

.zilla .gform_wrapper .ginput_complex .ginput_full input[type="file"] {
    width: 90% !important;
}

.zilla .gform_wrapper .field_name_first input,
.zilla .gform_wrapper .ginput_complex .ginput_left input,
.zilla .gform_wrapper .ginput_complex .ginput_right input,
.zilla .gform_wrapper .ginput_complex .ginput_right select {
    width: 92% !important;
}

.zilla .gform_wrapper .ginput_complex label,
.zilla .gform_wrapper .gfield_time_hour label,
.zilla .gform_wrapper .gfield_time_minute label,
.zilla .gform_wrapper .gfield_date_month label,
.zilla .gform_wrapper .gfield_date_day label,
.zilla .gform_wrapper .gfield_date_year label,
.zilla .gform_wrapper .instruction {
    color: #777;
    display: block;
    font-size: 11px;
    margin: 0 0 15px;
    padding-left: 6px;
    letter-spacing: normal;
}

/* Gravity Forms Progressbar --------------------------------------------------------*/
.zilla .gform_wrapper .gf_progressbar_wrapper {
    border-bottom: none;
    width: 100%;
}

.zilla .gform_wrapper .gf_progressbar {
    background-color: #f5f5f5;
    background-image: none;
    border: none;
    border-radius: 25px;
    overflow: visible;
}

.zilla .gform_wrapper .gf_progressbar_percentage {
    background: #fff url('images/zilla-progressbar.png') repeat-x 0 -1px;
    border: 1px solid transparent;
    border-radius: 25px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .25);
    color: #666;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

.zilla .gform_wrapper .percentbar_blue {
    border-color: #7cafce;
    border-bottom: 1px solid #4889b4;
    color: #386079;
}

.zilla .gform_wrapper .percentbar_green {
    background-position: 0 -41px;
    border-color: #95b763;
    border-bottom: 1px solid #738d4c;
    color: #56693a;
}

.zilla .gform_wrapper .percentbar_red {
    background-position: 0 -21px;
    border-color: #d27c6d;
    border-bottom: 1px solid #a63f37;
    color: #773631;
}

.zilla .gform_wrapper .percentbar_grey {
    background-position: 0 -61px;
    border-color: #c5c5c5;
    border-bottom: #b0b0b0;
}

.zilla .gform_wrapper .percentbar_orange {
    background-position: 0 -81px;
    border-color: #d0ae51;
    border-bottom: 1px solid #b28b37;
    color: #7b6128;
}

.gform_wrapper .gf_progressbar_percentage span {
    padding-right: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*	Page Styles
/*-----------------------------------------------------------------------------------*/

.page-hero2 {
    height: 425px;
    width: 100%
}

.page-hero2 h1,
.page-hero2 h2 {
    color: #fff;
    max-width: 50%;
    margin: 0 auto;
    text-align: center
}

.page-hero2 h1 {
    padding-top: 150px;
    font-size: 2.5em;
    font-weight: 700
}

.page-hero2 h2 {
    font-size: 1.4em;
    font-weight: 500
}


.mobile-message {
    text-align: center
}

.mobile-message h2 {
    font-size: 1em;
    margin: 0;
    color: #666
}

.mobile-message h3 {
    font-size: 1.5em;
    margin: 0 0 10px 0;
}

.mobile-message p {
    margin: 0 !important;
    line-height: 1.2;
}

.mobile-deal {
    padding-bottom: 40px
}


/*-----------------------------------------------------------------------------------*/
/*	Home Page Styles
/*-----------------------------------------------------------------------------------*/
.globalFont {
    font-family: 'Inter';
    font-style: normal;
}

.best-seller-title {
    /* Section Title */
    font-weight: 600;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.6px;
    color: #465E59;

}

.best-seller-image-title {
    /* Button/Small */
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.4px;
    color: #121212;
}

.best-seller-image-text {
    /* Text/14px/Regular */
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #807E7E;
}

.best-seller-image-div {
    background: #FFFFFF;
    /* Shadow/02 */
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.0364401);
    border-radius: 8px;
}

.common-post-title {
    /* Heading/04 */
    font-weight: 600 !important;
    font-size: 40px;
    line-height: 44px;
    /* identical to box height, or 110% */

    text-align: center;
    letter-spacing: -0.4px;

    color: #4B5D59;
}

.common-post-text {
    font-weight: 400 !important;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    color: #4B5D59;
}

.img-border {
    border-radius: 8px;
}

.best-img-border>figure {
    border-radius: 8px;
}

.img-top-radius>figure>img {
    border-radius: 8px 8px 0px 0px;
}

.canvas-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #465E59;
}

.creative-freedom-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    border-radius: 8px;
}

.creative-freedom-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.4px;

    color: #FFFFFF;
}

.creative-freedom-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;

    color: #FFFFFF;
}

.learn-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    /* identical to box height, or 178% */

    letter-spacing: -0.4px;

    color: #FFFFFF;
}

.learn-btn:hover {
    text-decoration: underline;
    color: black;
}

.testimonial-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;

    /* White */

    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.0364401);
    border-radius: 8px;
}

.testimonial-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.4px;
    color: #4B5D59;
    padding-top: 20px;
}

.testimonial-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4B5D59;
}

.collection-btn {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 32px;
    /* identical to box height, or 178% */

    letter-spacing: -0.4px;

    color: #465E59;
}

.collection-btn:hover {
    text-decoration: underline;
}

.welcome-icon-title {
    text-align: center;
    font-size: 20px;
    margin: 40px 0 10px 0;
    color: #465E59;
    font-style: italic
}

.padding3>figcaption>a>img {
    padding-bottom: 3px;
}

.padding3p {
    padding-bottom: 2.5px;
}

/* .no-webp .create-anywhere-bg {
     background-image: url('https://www.picaboodev.com/wp-content/uploads/Creative-Fredom-2-scaled.jpg');
 }

.webp .create-anywhere-bg {
     background-image: url('https://d88zf0kfw1nyb.cloudfront.net/pm/HomePageImg/Photo_Gifts.webp');
} */
.create-anywhere-bg {
    background-image: url("https://d88zf0kfw1nyb.cloudfront.net/pm/HomePageImg/Creative-Fredom.jpg") !important;
}

/* Button animated */
.grow:hover {
    transform: scale(1.01);
    /*     box-shadow: 0 0 11px rgba(33, 33, 33, 0.4); */
    box-shadow: -1px 0px 11px 0px rgba(0, 0, 0, 0.36);
}

.grow {
    transition: all 0.2s ease-in-out;
}

.growImg:hover {
    transform: scale(1.01);
}

.growImg {
    transition: all 0.2s ease-in-out;
}

.growImageWrapper>figure {
    overflow: hidden;
}

.growImageWrapper>figure>img {
    transition: all 0.2s ease-in-out;
}

.growImageWrapper>figure>figcaption {
    margin-top: 15px;
}

.growImageWrapper>figure>img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.4);
}

.shrinkImageWrapper>figure {
    overflow: hidden;
}

.shrinkImageWrapper>figure>a>img {
    /*     -webkit-transform: scale(1.05); */
    transform: scale(1.05);
    transition: transform 0.2s;
}


.shrinkImageWrapper>figure>a>img:hover {
    /* 	-webkit-transform: scale(1.0); */
    transform: scale(1.0);
}



.shrinkImageWrapper>figure>figcaption {
    margin-top: 15px;
}

.img-box-shaddow {
    /* 	box-shadow: -2px 1px 14px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px 1px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 1px 14px 0px rgba(0,0,0,0.75); */
    box-shadow: -1px 0px 11px 0px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: -1px 0px 11px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: -1px 0px 11px 0px rgba(0, 0, 0, 0.36);
}

.decor-gifts {
    margin-right: 85px !important;
    margin-left: 85px !important;
}
.arrow-icon{
	width: 15px !important;
    vertical-align: middle;
}
@media (min-width: 1541px) and (max-width: 1699px) {
    .decor-gifts {
        margin-right: 180px !important;
        margin-left: 180px !important;
    }
}

@media only screen and (min-width: 1538px) {
    .topLeftDiv {
        width: 900px;
        float: left;
    }

    .topRightDiv {
        width: 900px;
        float: right;
    }

    .adrotate-promo h4 {
        font-size: 20px;
    }

}

@media only screen and (min-width: 1700px) {
    .decor-gifts {
        margin-right: 280px !important;
        margin-left: 280px !important;
    }
}

@media (max-width:1519px) {
    .topLeftDiv {
        width: 675px;
        float: left;
    }

    .topRightDiv {
        width: 675px;
        float: right;
    }
}

@media (min-width:1145px) {
    .canvas-text {
        height: 150px;
    }
}

@media (min-width:945px) and (max-width:1144px) {
    .canvas-text {
        height: 220px;
    }
}

@media (min-width:838px) and (max-width:944px) {
    .canvas-text {
        height: 270px;
    }
}

@media (min-width:768px) and (max-width:837px) {
    .canvas-text {
        height: 360px;
    }
}

@media (min-width:480px) and (max-width:767px) {
    .testimonial-div {
        width: 213.33px;
        height: 437px;
    }
}

@media (min-width:768px) and (max-width:1000px) {
    .common-post-title {
        font-size: 35px;
        line-height: 35px;
    }

    .common-post-text {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (min-width:1200px) {
    .testimonial-div {
        width: 413.33px;
        height: 237px;
    }
}

.SliderMainDiv {
    max-width: 100% !important;
}

div#n2-ss-3 .n2-ss-slide-limiter {
    max-width: 100% !important;
}

.n2-ss-slider .n2-ss-preserve-size[data-related-device=desktopPortrait] {
    display: contents;
}

.coral-bg-color {
    background: #CC8383;
}

.coral-text-color {
    color: #CC8383;
}

.product-box {
    position: absolute;
    z-index: 2;
    padding: 50px;
    color: #fff;
    line-height: 1.2;
}

/*-----------------------------------------------------------------------------------*/
/*	Promotion Page Styles
/*-----------------------------------------------------------------------------------*/
.page-id-32903 #primary {
    background-color: #F9F6F0;
}

.page-id-32903 .footer-wave-svg {
    width: 100%;
    height: 50px;
    background: #f9f6f0;
}

/* For the promotions page redesign*/
.page-id-32903 .footer-wave-svg-mobile {
    width: 100%;
    height: 50px;
    background: #f9f6f0;
    margin-bottom: -20px;
}

.promotions-text-div {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;

}

.promotions-img-pad-div {
    /* 	padding-left: 10px;
	padding-right: 10px; */
    /* 	padding-top: 20px; */
    color: #FFFFFF
}

.promotions-image-title {
    /* Button/Small */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.4px;
    color: #F9F6F0;
}

.promotions-sub-image-div {
    /* rounded edges and white background on promo page*/
    background: #FFFFFF;
    /*box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.0364401);*/
    /*border-radius: 8px;*/
}

.promotions-img-border {
    /*rounded border in promotions page*/
    border-radius: 8px;
}

/* adrotate related changes*/
.adrotate-promo {
    padding: 15px;
    min-height: 120px;
    position: relative;
    color: #4B5D59;
}

.adrotate-promo h2 {
    text-align: left;
    font-size: 16px;
    color: #4B5D59;
    font-weight: bold;
    margin: 0;
    font-family: 'Inter', normal;
}

.adrotate-promo h3 {
    font-family: 'Inter', normal;
    text-align: left;
    color: #807E7E;
    font-size: 18px;
    margin: 0;
    margin-top: 2px;

}

.adrotate-promo h5 {
    font-family: 'Inter', normal;
    text-align: left;
    color: #807E7E;
    font-size: 18px;
    margin: 0;
    margin-top: 2px;

}

.adrotate-promo h5:hover {
    text-decoration: underline;
}

.adrotate-promo h4 {

    font-family: 'Inter', normal;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: normal;
    color: #4B5D59;
    margin-bottom: 5px;

}

.adrotate-toppromo {

    background: #ffffff;
    border: 0;
    margin-bottom: 5px;
    color: #4B5D59;

}

.calendar-home-img {
    background: url("https://d88zf0kfw1nyb.cloudfront.net/pm/Winter2023/Calendars/14x11homeCalendar_2023.jpg") no-repeat center !important; 
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Formidable form
/*-----------------------------------------------------------------------------------*/
.with_frm_style .frm_top_container .frm_primary_label{
	font-family: 'Inter' !important;
}
.formidable-form-pragraph{
	font-size: 1.3em;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.5;
    font-family: 'Inter' !important;
	color: #4B5D59 !important;
}
.frm_final_submit{
	font-family: 'Inter' !important;
	border-radius: 39px !important;
	background: #668978 !important;
}
.frm_final_submit:hover {
	color: #F9F6F0 !important;
	filter: brightness(.9) contrast(1.2);
}
.with_frm_style .frm_top_container .frm_primary_label{
	color: #4B5D59 !important;
}
.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label {
	font-family: 'Inter' !important;
}
.pt-20{
	padding-top: 20px;
}
.pb-20{
	padding-bottom: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*	5.	Blog Styles
/*-----------------------------------------------------------------------------------*/


.blog-content {
    max-width: 1150px;
    margin: 0 auto;
}

.blog-content a {
    color: #333 !important
}

.blog-content a:hover {
    color: #333 !important;
    text-decoration: underline
}

.blog-content a:visited {
    color: #333 !important
}


/* blog hero */
.blog-hero {
    height: 340px;
    width: 100%
}

.blog-hero h1,
.blog-hero h2 {
    color: #fff;
    max-width: 50%;
    margin: 0 auto;
    text-align: center
}

.blog-hero h1 {
    padding-top: 120px;
    font-size: 2.2em;
    font-weight: normal
}

.blog-hero h2 {
    font-size: 1.3em;
    font-weight: normal
}

.blog-hero.short-hero {
    height: 140px;
    width: 100%;
    background: #ccc
}

.blog-hero.short-hero h1 {
    padding-top: 40px;
}


/* blog sidebar */
.blog-sidebar {
    width: 20%;
    float: right;
}

.blog-sidebar h2 {
    font-size: 1.2em;
    padding-top: 50px;
}

.blog-sidebar ul.blog-categories {
    list-style: none;
    padding-bottom: 20px
}

.blog-sidebar ul li {
    padding-bottom: 20px
}

.blog-sidebar .blog-categories {
    font-size: .8em;
    line-height: 1
}

.blog-sidebar .blog-categories a {
    color: #333;
    font-size: 1.3em;
    text-transform: uppercase;
    padding-bottom: 5px;
    display: inline-block
}

ul.blog-categories li a.active-category {
    font-weight: 700
}

#searchform input[type="text"] {
    width: 144px;
    height: 35px;
    color: #999;
    font-size: .9em
}

#searchform input[type="submit"] {
    width: 37px;
    height: 35px;
    background: #F26B4F url('//d88zf0kfw1nyb.cloudfront.net/pm/search.png') no-repeat center;
    position: relative;
    top: 12px
}

.inspire-video {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: .9em;
    line-height: 1.2
}

.inspire-video img {
    padding-bottom: 7px;
}


/* Content Footer */
.content-footer {
    margin-top: 20px;
    padding: 20px 0 20px 0 !important;
    line-height: 1.2;
    font-family: 'Inter', Arial !important;
    font-style: normal !important;
}

.content-footer .button {
    height: 45px;
    line-height: 45px;
    font-size: .7em;
    background: transparent;
    border: 2px #333 solid;
    margin-left: 20px;
}

.content-footer .button:hover {
    text-decoration: underline;
    background: transparent
}

.default-bg {
    /*background: #f0eee8;*/
}
#picabooLoggerDiv{
	display:none;
}
.footer-nav{
	margin-bottom: 25px;
}

/* Search Results */
.search .entry-content h2 {
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 1.5em
}

.search .entry-content p {
    width: 80%;
    margin-bottom: 0px
}

.search .entry-content .post-excerpt p {
    font-size: .8em
}

.search .entry-content .post-date {
    font-size: .8em
}

.search .entry-content .post-categories {
    margin-bottom: 0px
}

.search .entry-content .post-categories a {
    font-size: .8em;
    text-transform: uppercase;
    color: #333
}


.search-results .default-bg {
    /*padding-top: 50px;*/
}

.middot {
    margin: 0 2px;
}

.hentry {
    /*border-top: 1px solid #cccccc;*/
    margin-bottom: 50px
}

.hentry:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.entry-meta {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.entry-meta a {
    border-color: transparent;
    /*color: #676765;*/
    font-style: italic;
}

.entry-meta a:hover {
    /*color: #39b4b1;*/
}

.single .entry-meta {
    float: left;
    margin-top: 2px;
    width: 32.142857142%;
}

.single .entry-meta span {
    color: #262624;
    display: block;
    font-style: italic;
}

.single .entry-meta span+span {
    margin-top: 20px;
    margin-top: 2rem;
}

.single .entry-meta a {
    /*color: #676765;*/
    display: block;
}

.single .entry-meta a:hover {
    /*color: #39b4b1;*/
}

.single .edit-post {
    float: none;
}

.edit-post {
    float: right;
}

.post>.block {
    /*border-top: 1px solid #f0eee8;*/
    padding-top: 70px;
    padding-top: 7rem;
}

.post .post-media+.block {
    border-top: none;
    padding-top: 0;
}

/* Post List */
.alm-reveal li {
    display: inline-block;
    width: 45%;
    margin-right: 30px;
    vertical-align: top;
    padding-bottom: 30px;
}

.alm-reveal .post-type {
    text-transform: uppercase;
    font-size: .8em
}

.alm-reveal .post-type a {
    color: #F26B4F !important;
}

.alm-reveal .post-type a {
    color: #F26B4F !important;
}

.alm-reveal h3 {
    padding-top: 0px;
    margin: 10px 0 10px 0
}

.alm-reveal p {
    font-size: .9em;
    line-height: 1.2em
}

.alm-load-more-btn {
    height: 35px;
    line-height: 35px;
    font-size: 1em
}

.alm-btn-wrap {
    text-align: center
}

.no-img .post-thumb {
    background: #ddd url('//d88zf0kfw1nyb.cloudfront.net/pm/star.png') no-repeat center;
}

.post-thumb {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 409px;
    height: 265px;
    margin: 0 auto;
}

.post-thumb a {
    width: 100%;
    height: 100%;
    display: inline-block
}

.blog .format-video>.fluid-width-video-wrapper,
.archive .format-video>.fluid-width-video-wrapper,
.blog .jp-video,
.archive .jp-video,
.blog .slider,
.archive .slider {
    margin-bottom: 32px;
    margin-bottom: 3.2rem;
}

.blog .jp-audio,
.archive .jp-audio {
    margin-bottom: 3px;
    margin-bottom: 0.3rem;
}

.image-caption {
    background: #101313;
    bottom: 20px;
    bottom: 2rem;
    color: #ffffff;
    font-style: italic;
    left: 20px;
    left: 13.775510204%;
    padding: 0 10px;
    position: absolute;
    text-align: left;
}

.single-format-link .page-intro,
.single-format-quote .page-intro {
    padding-top: 0;
}

.format-quote .entry-title {
    margin-bottom: 20px;
}

.format-quote .post-media,
.format-link .post-media {
    background: #ffffff;
    margin-bottom: 45px;
    margin-bottom: 4.5rem;
    padding: 60px 50px;
    padding: 6rem 5rem;
    text-align: center;
    text-transform: uppercase;
}

.single-format-quote .post-media,
.single-format-link .post-media {
    border-bottom: 1px solid #F0EEE8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    max-width: 980px;
    max-width: 98rem;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.quote-source,
.link-source {
    font-style: italic;
    margin-bottom: 0;
    text-transform: none;
}

.quote-source a,
.link-source a {
    border-bottom: none;
    margin-left: 5px;
    margin-left: 0.5rem;
}

/*main post content*/

.single .entry-content,
.post-list {
    float: left;
    width: 79%;
    padding-top: 50px;
    color: #333
}

.single .entry-content p {
    width: 80%
}

.single .entry-content .post-categories {
    margin-bottom: 0px;
    line-height: 1.2
}

.single .entry-content .post-categories a {
    font-size: .8em;
    text-transform: uppercase;
    color: #333
}

.single .entry-content h1 {
    font-weight: normal;
    line-height: 1.2
}

.single .entry-content .post-excerpt p {
    font-size: 1em;
    line-height: 1.5
}

.single .entry-content .post-date {
    padding-bottom: 20px;
    font-size: .9em
}

.single .entry-content .post-body a {
    color: #f26b4f !important;
}

.single .entry-content .post-body p {
    font-size: .9em;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
}

.single .entry-content .post-body p.wp-caption-text {
    width: 100%;
    font-style: italic;
    font-size: .8em
}

.single .entry-content .post-body blockquote {
    margin-left: 50px
}

.single .entry-content .post-body hr {
    border: 0;
    border-bottom: 1px dashed #ccc;
}

.single .entry-content .post-body ul {
    list-style: circle
}

.single .entry-content .post-body ol,
.single .entry-content .post-body ul {
    margin-left: 50px;
    margin-bottom: 20px;
    font-size: .9em;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
}

.single .entry-content .post-body h2 {
    margin: 0 0 20px 0
}

.single .entry-content .post-body h3 {
    font-size: 1.5em;
    margin: 0 0 20px 0
}

.single .entry-content .post-body h4 {
    font-size: 1.1em;
    margin: 0 0 20px 0;
    font-family: 'Inter';
}

.single .entry-content .post-body h5 {
    font-size: 1.1em;
    margin: 0 0 20px 0;
    font-family: 'Inter';
    font-weight: 700
}

.single .entry-content .post-body h6 {
    font-size: 1.1em;
    margin: 0 0 20px 0;
    font-family: 'Inter';
    font-weight: 400;
    font-style: italic
}

.single .entry-content .post-body strong {
    font-weight: 700
}

.single .entry-content .post-body em {
    font-style: italic
}

.single .entry-content .post-body img {
    border: 1px solid #ddd
}

.single .entry-content .post-tags {
    padding-top: 20px
}

.single .entry-content .post-footer-label {
    font-size: .9em
}

.single .entry-content .post-tags a {
    color: #333;
    font-size: .8em
}

.single .entry-content .post-share {
    padding-bottom: 40px;
    padding-top: 20px
}

.ssba {
    display: inline-block;
}

.entry-content ul.ssb_list_wrapper {
    display: inline-block;
    width: auto;
    position: relative;
    top: 17px
}

.single .entry-content .post-comments {
    padding-bottom: 40px
}


/* related posts */
.yarpp-related {
    padding-bottom: 40px
}

.yarpp-related ul li {
    display: inline-block;
    width: 240px;
    padding-right: 20px;
    vertical-align: top
}

.yarpp-related .related-image {
    width: 240px;
    height: 140px;
    overflow: hidden;
}

.yarpp-related a {
    color: #333 !important;
    font-weight: normal !important;
    font-size: .9em
}

.more-link {
    background: #262624;
    border: 1px solid #262624;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Inter';
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    height: 40px;
    height: 4rem;
    line-height: 3.3333;
    padding: 11px 16px 12px;
    padding: 1.1rem 1.6rem 1.2rem;
    text-transform: uppercase;
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    -ms-transition: background-color .1s linear;
    transition: background-color .1s linear;
    width: auto;
}

.more-link:hover {
    background: #39b4b1;
    border-color: #39b4b1;
    color: #ffffff;
}

.author-bio {
    padding: 20px;
    background: #fbfbfb;
    border: 1px solid #efefef;
}

.author-bio .avatar {
    float: left;
    margin: 0 10px 0 0;
}

.author-title {
    font-weight: bold;
    margin-left: 60px;
}

.author-description {
    margin-left: 60px;
}

.entry-content ul {
    /* list-style-type: disc; */
}

.entry-content ol {
    list-style-type: decimal;
}

.sticky,
.bypostauthor {}

/*-----------------------------------------------------------------------------------*/
/*  6. Portfolio Content Styles
/*-----------------------------------------------------------------------------------*/

#hero-container {}

.portfolio-filter {
    color: #d9d8d3;
    font-family: 'Inter';
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    margin: 0 auto;
    width: 95%;
    /* display: inline-block; */
    padding-bottom: 0px;
}

.hero-image {
    background-size: 100%;
    height: 625px;
    width: 100%;
    position: absolute;
    z-index: -2
}

.hero-image-inspired {
    background-size: 100%;
    height: 425px;
    width: 100%;
    position: absolute;
    z-index: -2
}


.why .hero-image {
    background: #39B4B1
}


.hero-image-overlay {
    background-size: 100%;
    height: 625px;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: #000;
    opacity: .2;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

.hero-image-even {
    background-size: cover;
    height: 625px;
    width: 100%;
    position: absolute;
    z-index: -2;
    background: #ccc;
    margin-top: -2px;
}

.hero-image-odd {
    background-size: cover;
    height: 625px;
    width: 100%;
    position: absolute;
    z-index: -3;
    background: #ccc;
    margin-top: -2px;
}

.hero-image-updated {
    height: 625px;
    width: 100%;
    position: absolute;
    background: #ccc;
    z-index: -2;
    margin: 0 auto;
    /*margin-top: 20px; !*FIX FOR ALERT BANNER*!*/
    margin-top: -2px;
}

.hero-image-new {
    height: 625px;
    width: 100%;
    position: absolute;
    background: #ccc;
    z-index: -2;
    margin: 0 auto;
    /*margin-top: 20px; !*FIX FOR ALERT BANNER*!*/
    margin-top: -2px;
}

.hero-image-home {
    height: 525px;
    width: 100%;
    position: absolute;
    background: #ccc;
    z-index: -2;
    margin-top: 15px;
    /*FIX FOR ALERT BANNER*/
    margin-top: -2px !important;
}

.hero-gift-guide {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/giftguide/2013/hero_recipe.jpg') no-repeat center;
    background-size: cover;
}

.hero-books {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/books/IMG_8875.jpg') no-repeat center;
    background-size: cover;
}

.hero-classic {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/books/IMG_9720.jpg') no-repeat center;
    background-size: cover;
}

.hero-calendar {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/calendars/IMG_9616.jpg') no-repeat center;
    background-size: cover;
}

.hero-cards {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/cards/IMG_9650.jpg') no-repeat center;
    background-size: cover;
}

.hero-about-cards {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/cards/cards_hero_main.jpg') no-repeat top;
    /*IMG_9650*/
    background-size: cover;
}

.hero-canvas {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/canvases/IMG_9936.jpg') no-repeat center;
    background-size: cover;
}

.hero-panels {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/panels/IMG_9715.jpg') no-repeat center;
    background-size: cover;
}

.hero-posters {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/posters/IMG_9860.jpg') no-repeat center;
    background-size: cover;
}

.hero-prints {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/prints/IMG_9917.jpg') no-repeat center;
    background-size: cover;
}

.hero-prestige {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/books/prestige/IMG_8963.jpg') no-repeat center;
    background-size: cover;
}

.hero-regency {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/books/regency/IMG_8947.jpg') no-repeat center;
    background-size: cover;
}

.hero-madison {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/books/madison/IMG_8787.jpg') no-repeat center;
    background-size: cover;
}

.hero-flush {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/books/flushmount/IMG_8774.jpg') no-repeat center;
    background-size: cover;
}

/*#card-filters.portfolio-filter {
	background:url('/wp-content/themes/sparks/images/card_hero.jpg') no-repeat top;
	background-size:100%;
	background-position-y:-100px
}*/


.hero-ribbon {
    padding-top: 30px;
}

.hero-ribbon a {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.hero-ribbon a:hover {
    opacity: .8;
}

.hero-text {
    width: 600px;
    margin: 0 auto;
    /*padding-top:125px;*/
    text-shadow: 0px 1px 1px rgba(0, 0, 0, .5);
    text-align: center;
    position: relative;
    z-index: 2
}

.hero-text-new {
    width: 33%;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, .5);
    text-align: center;
    position: absolute;
    z-index: 2;
    right: 30px;
    margin-top: -400px
}


.hero-text-new.classic {
    margin-top: -478px;
}

.hero-text-new.classic h1 {
    font-size: 55px !important
}

.hero-text-new.about-cards {
    margin-top: -580px;
    height: 330px
}

.portfolio-filter .hero-text {
    padding-top: 326px;
    width: 100%;
}

.portfolio-filter .hero-text h1 {
    font-size: 46px;
    line-height: 80px;
}


#card-filters.portfolio-filter .hero-text {
    padding-top: 306px;
}

.hero-text h2 {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    /*color:#3c2415; new header*/
    color: #fff;
    margin: 0px
}

.hero-text h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 66px;
    /*color:#3c2415; new header*/
    color: #fff
}

.hero-text-new h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 76px !important;
    line-height: 1 !important;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 20px;
}

.hero-text-new.prestige h1 {
    padding-bottom: 0px;
}

.hero-text-new h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 50px !important;
    line-height: 1.1;
    color: rgba(255, 255, 255, 0.9);
    margin: 0px
}

#card-filters.portfolio-filter .hero-text h1 {
    font-size: 100px;
    line-height: 100px;
    font-weight: 300
}

.portfolio-filter h5 {
    display: inline;
    font-size: 12px;
    font-size: 1.2rem;
}

.portfolio-filter li {
    width: 160px;
    height: 120px;
    margin: -4px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
}

#card-filters.portfolio-filter li:nth-child(3n) {
    margin-right: 30px
}

#card-filters.portfolio-filter li:nth-child(6) {
    margin-right: 0px
}

.portfolio-filter a {
    display: block;
    height: 120px;
    background: #fff;
    color: #3069B3;
    font-family: 'Inter';
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 11px;
    transition: background .5s;
    -webkit-transition: background .5s;
    text-shadow: none
}

div#alert-banner {
    top: 100px !important;
}

ul#border li {
    padding: 0px;
    border-right: none;
    border-left: none;
}

.portfolio-filter a span {
    display: inline-block;
    padding-top: 83px;
    color: #333333;
}

.portfolio-filter a.book-filter-create span {
    padding-top: 50px
}


.portfolio-filter a.card-filter-christmas {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_christmas_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-holiday {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_holiday_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-newyear {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_newyear_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-hanukkah {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_hanukkah_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-create {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_create_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-preview {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_preview_black.png') no-repeat center 15px;
    color: #39b4b1
}

.portfolio-filter a.card-filter-thank-you {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_thankyou_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-save-date {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_savedate_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-graduation {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_grad_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-bday {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_bday_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-baby {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_baby_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-valentines {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_valentines_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-npo {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_npo_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-madison {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_madison_darkteal.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-canvas {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_canvas_darkteal.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-signinledger {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_signinledger_darkteal.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-savedate {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_savedate_darkteal.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-thankucard {
    background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_thanku_darkteal.png') no-repeat center 15px;
}


.portfolio-filter a.active,
.portfolio-filter a:hover {
    background: #3069B3;
    color: #333333 !important;
}

.portfolio-filter a.card-filter-christmas.active,
.portfolio-filter a.card-filter-christmas:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_christmas_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-holiday.active,
.portfolio-filter a.card-filter-holiday:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_holiday_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-newyear.active,
.portfolio-filter a.card-filter-newyear:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_newyear_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-hanukkah.active,
.portfolio-filter a.card-filter-hanukkah:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_hanukkah_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-create.active,
.portfolio-filter a.card-filter-create:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_create_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-preview:hover {
    background: #39b4b1 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_preview_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-thank-you.active,
.portfolio-filter a.card-filter-thank-you:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_thankyou_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-save-date.active,
.portfolio-filter a.card-filter-save-date:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_savedate_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-graduation.active,
.portfolio-filter a.card-filter-graduation:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_grad_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-bday.active,
.portfolio-filter a.card-filter-bday:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_bday_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-baby.active,
.portfolio-filter a.card-filter-baby:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_baby_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-valentines.active,
.portfolio-filter a.card-filter-valentines:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_valentines_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-valentines.active,
.portfolio-filter a.card-filter-valentines:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_npo_black.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-madison.active,
.portfolio-filter a.card-filter-madison:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_madison_darkteal.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-canvas.active,
.portfolio-filter a.card-filter-canvas:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_canvas_darkteal.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-signinledger.active,
.portfolio-filter a.card-filter-signinledger:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_signinledger_darkteal.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-savedate.active,
.portfolio-filter a.card-filter-savedate:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_savedate_darkteal.png') no-repeat center 15px;
}

.portfolio-filter a.card-filter-thankucard.active,
.portfolio-filter a.card-filter-thankucard:hover {
    background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_thanku_darkteal.png') no-repeat center 15px;
}

.page-template-template-portfolio-3col-php .hentry,
.tax-portfolio-type .hentry,
.related-portfolios .hentry {
    /*border-right: 1px solid #d9d8d3;*/
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 55px 0;
    margin: 5.5rem 0;
    /*padding: 0 3.2381% 0 3.3333%; /* 34 / 1050 / 35 */
    padding: 0 0 0 10px;
    text-align: center;
    width: 33.3333333%;
    /* 350 / 1050 */
}

.page-template-template-portfolio-3col-php #cards-gallery .hentry {
    border-right: 1px solid #d9d8d3;
    padding: 0 3.2381% 0 3.3333%;
    margin: 55px 0;
}

#cards-gallery .hentry {
    border-right: 1px solid #d9d8d3;
    padding: 0 3.2381% 0 3.3333%;
}

.page-template-template-portfolio-3col-php #cards-gallery .hentry:nth-child(5n) {
    border-right: 0px;
}

.page-template-template-portfolio-2col-php .hentry,
.tax-portfolio-type .hentry {
    /*border-right: 1px solid #d9d8d3;*/
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    /*margin: 55px 0;*/
    /*margin: 5.5rem 0;*/
    /*padding: 0 3.6792% 0 3.7736%; /* 39 / 1060 / 40 */
    text-align: center;
    width: 50%;
    /* 530 / 1060 */
    margin: 0px;
    margin: 0rem;
    padding: 0px;
    padding: 0rem;
    margin-top: 10px;
    padding-left: 10px
}

.portfolio-img-permalink {
    border-bottom: none;
    cursor: pointer;
}

.portfolio-img-permalink:hover {
    border-bottom: none;
    /*opacity: 0.8; */
}

.page-template-template-portfolio-3col-php .hentry[data-column="1"],
.page-template-template-portfolio-2col-php .hentry[data-column="1"],
.tax-portfolio-type .hentry[data-column="1"] {
    clear: left;
}

.bbottom {
    border-bottom: none;
    position: relative;
    bottom: -55px;
    bottom: -5.5rem;
}

#cards-gallery .bbottom {
    border-bottom: 1px solid #d9d8d3;
    position: relative;
    bottom: -55px;
    bottom: -5.5rem;
}

.page-template-template-portfolio-3col-php .entry-title,
.page-template-template-portfolio-2col-php .entry-title,
.tax-portfolio-type .entry-title {
    letter-spacing: 0;
    margin-bottom: 0;
}

.page-template-template-portfolio-2col-php .entry-title,
.tax-portfolio-type .entry-title {
    position: absolute;
    font-family: 'Roboto Slab', serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: -65px;
    text-align: center;
    width: 100%;
    text-shadow: 0px 1px 1px #4f4f4f
}

.page-template-template-portfolio-3col-php #cards-gallery .entry-title {
    font-family: 'Roboto Slab', serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 5px !important;
    text-transform: none !important;
    text-shadow: none !important;
    position: static !important;
}


.page-template-template-portfolio-2col-php .entry-title a,
.tax-portfolio-type .entry-title a {
    font-size: 26px;
    line-height: 26px;
}

.page-template-template-portfolio-3col-php .entry-title a {
    font-size: 14px !important;
    color: #3069B3 !important
}

.page-template-template-portfolio-2col-php .entry-title a,
.tax-portfolio-type .entry-title a {
    color: #ffffff
}

.page-template-template-portfolio-2col-php .entry-title a:hover,
.tax-portfolio-type .entry-title a:hover {
    color: #ffffff !important
}

.page-template-template-portfolio-3col-php .entry-title a:hover {
    color: #39b4b1 !important
}

.portfolio-excerpt {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    color: #4B5D59;

}

/* BROWSE CARDS PAGE */
/* --------------------------------NEW CODE CARDS---------------------------------------------------------------------- */

/* Generals resets and unimportant stuff */
* {
    margin: 0px;
    padding: 0px;
}

body {
    /* background: #eaebec; */
    font-family: 'Inter';
}

#view-code {
    color: #48cfad;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    position: absolute;
    top: 640px;
    left: 50%;
    margin-left: -35px;
}

#view-code:hover {
    color: #34c29e;
}

/* --- Product Card ---- */
#make-3D-space {
    position: relative;
    perspective: 800px;
    width: 340px;
    height: 500px;
    transform-style: preserve-3d;
    transition: transform 5s;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -167px;
}

#product-front,
#product-back {
    width: 335px;
    height: 500px;
    background: #fff;
    position: absolute;
    left: -5px;
    top: -5px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

#product-back {
    display: none;
    transform: rotateY(180deg);
}

#product-card.animate #product-back,
#product-card.animate #product-front {
    top: 0px;
    left: 0px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

#product-card {
    width: 325px;
    height: 490px;
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out;
}

div#product-card.flip-10 {
    -webkit-transform: rotateY(-10deg);
    -moz-transform: rotateY(-10deg);
    -o-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
    transition: 50ms ease-out;
}

div#product-card.flip90 {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    transition: 100ms ease-in;
}

div#product-card.flip190 {
    -webkit-transform: rotateY(190deg);
    -moz-transform: rotateY(190deg);
    -o-transform: rotateY(190deg);
    transform: rotateY(190deg);
    transition: 100ms ease-out;
}

div#product-card.flip180 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition: 150ms ease-out;
}

#product-card.animate {
    top: 5px;
    left: 5px;
    width: 335px;
    height: 500px;
    box-shadow: 0px 13px 21px -5px rgba(0, 0, 0, 0.3);
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out;
}

.stats-container {
    background: #fff;
    position: absolute;
    top: 386px;
    left: 0;
    width: 265px;
    height: 300px;
    padding: 27px 35px 35px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

#product-card.animate .stats-container {
    top: 272px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.stats-container .product_name {
    font-size: 22px;
    color: #393c45;
}

.stats-container p {
    font-size: 16px;
    color: #b1b1b3;
    padding: 2px 0 20px 0;
}

.stats-container .product_price {
    float: right;
    color: #48cfad;
    font-size: 22px;
    font-weight: 600;
}

.image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #48daa1;
    opacity: 0;
}

#product-card.animate .image_overlay {
    opacity: 0.7;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.product-options {
    padding: 2px 0 0;
}

.product-options strong {
    font-weight: 700;
    color: #393c45;
    font-size: 14px;
}

.product-options span {
    color: #969699;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

#view_details {
    position: absolute;
    top: 112px;
    left: 50%;
    margin-left: -85px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    width: 172px;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

#view_details:hover {
    background: #fff;
    color: #48cfad;
    cursor: pointer;

}

#product-card.animate #view_details {
    opacity: 1;
    width: 152px;
    font-size: 15px;
    margin-left: -75px;
    top: 115px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

div.colors div {
    margin-top: 3px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    float: left;
}

div.colors div span {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
}

div.colors div span:hover {
    width: 17px;
    height: 17px;
    margin: -1px 0 0 -1px;
}

div.c-blue span {
    background: #6e8cd5;
}

div.c-red span {
    background: #f56060;
}

div.c-green span {
    background: #44c28d;
}

div.c-white span {
    background: #fff;
    width: 14px;
    height: 14px;
    border: 1px solid #e8e9eb;
}

div.shadow {
    width: 335px;
    height: 520px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
}

#product-back div.shadow {
    z-index: 10;
    opacity: 1;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
}

#flip-back {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#cx,
#cy {
    background: #d2d5dc;
    position: absolute;
    width: 0px;
    top: 15px;
    right: 15px;
    height: 3px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

#flip-back:hover #cx,
#flip-back:hover #cy {
    background: #979ca7;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

#cx.s1,
#cy.s1 {
    right: 0;
    width: 30px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

#cy.s2 {
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

#cy.s3 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

#cx.s1 {
    right: 0;
    width: 30px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

#cx.s2 {
    -ms-transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

#cx.s3 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

#carousel {
    width: 335px;
    height: 500px;
    overflow: hidden;
    position: relative;

}

#carousel ul {
    position: absolute;
    top: 0;
    left: 0;
}

#carousel li {
    width: 335px;
    height: 500px;
    float: left;
    overflow: hidden;
}

.arrows-perspective {
    width: 335px;
    height: 55px;
    position: absolute;
    top: 218px;
    transform-style: preserve-3d;
    transition: transform 5s;
    perspective: 335px;
}

.carouselPrev,
.carouselNext {
    width: 50px;
    height: 55px;
    background: #ccc;
    position: absolute;
    top: 0;
    transition: all 200ms ease-out;
    opacity: 0.9;
    cursor: pointer;
}

.carouselNext {
    top: 0;
    right: -26px;
    -webkit-transform: rotateY(-117deg);
    -moz-transform: rotateY(-117deg);
    -o-transform: rotateY(-117deg);
    transform: rotateY(-117deg);
    transition: all 200ms ease-out;

}

.carouselNext.visible {
    right: 0;
    opacity: 0.8;
    background: #efefef;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition: all 200ms ease-out;
}

.carouselPrev {
    left: -26px;
    top: 0;
    -webkit-transform: rotateY(117deg);
    -moz-transform: rotateY(117deg);
    -o-transform: rotateY(117deg);
    transform: rotateY(117deg);
    transition: all 200ms ease-out;

}

.carouselPrev.visible {
    left: 0;
    opacity: 0.8;
    background: #eee;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition: all 200ms ease-out;
}

#carousel .x,
#carousel .y {
    height: 2px;
    width: 15px;
    background: #48cfad;
    position: absolute;
    top: 31px;
    left: 17px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#carousel .x {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 21px;
}

#carousel .carouselNext .x {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#carousel .carouselNext .y {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* --------------------------------END NEW CODE CARDS---------------------------------------------------------------------- */

.side-panel {
    padding: 20px;
    border-bottom: 1px solid #ddd
}

.preview-photo-card {
    text-align: center;
    line-height: 1.2;
    font-size: 14px
}

.card-preview-upload {
    margin-top: 10px;
    text-align: center;
}

.card-preview-upload input {
    border: 0;
    line-height: 0;
    position: absolute;
    left: -9999px
}

.start-blank-card {
    text-align: center
}

/*card filters*/
.product-filters {
    width: 250px;
    float: left;
    padding-top: 80px;
    background: #fff;
    border: 1px solid #ddd;
}

.product-filters input {
    max-width: none;
    width: auto;
    height: auto;
    margin-left: 0px;
}

.product-filter-list {
    font-size: 14px
}

.product-filter-list h3 {
    font-size: 14px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 700
}

.product-filter-list h3 span {
    display: none;
    font-weight: 300;
    font-size: .9em;
    color: #56c3bd;
    cursor: pointer
}

.product-filter-list input[type="radio"] {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0
}

.radio-label {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}

.radio-label:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.filter-photo-count {
    background: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff
}

.filter-color {
    width: 30px;
    height: 30px;
    -webkit-filter: brightness(1) grayscale(0) opacity(1);
    -moz-filter: brightness(1) grayscale(0) opacity(1);
    filter: brightness(1) grayscale(0) opacity(1)
}

.filter-color:hover {
    -webkit-filter: brightness(.8) grayscale(0) opacity(1);
    -moz-filter: brightness(.8) grayscale(0) opacity(1);
    filter: brightness(.8) grayscale(0) opacity(1)
}

.filter-category {
    width: 100%;
    color: #333;
    height: auto
}

.filter-flat {
    background-image: url(//d88zf0kfw1nyb.cloudfront.net/pm/cards/filter-icon-flat.png);
}

.filter-folded {
    background-image: url(//d88zf0kfw1nyb.cloudfront.net/pm/cards/filter-icon-folded.png);
}

.filter-landscape {
    background-image: url(//d88zf0kfw1nyb.cloudfront.net/pm/cards/filter-icon-landscape.png);
}

.filter-portrait {
    background-image: url(//d88zf0kfw1nyb.cloudfront.net/pm/cards/filter-icon-portrait.png);
}

.filter-red {
    background: #EE382A
}

.filter-orange {
    background: #fb9738
}

.filter-yellow {
    background: #FFD246
}

.filter-green {
    background: #006F3B
}

.filter-blue {
    background: #005DAA
}

.filter-teal {
    background: #47ccca
}

.filter-purple {
    background: #823F7C
}

.filter-pink {
    background: #F9BEC2
}

.filter-beige {
    background: #ca996d
}

.filter-gold {
    background: #d3c52d
}

.filter-black {
    background: #000
}

.filter-grey {
    background: #999
}

.filter-white {
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.filter-multi {
    background: red;
    background: -moz-linear-gradient(top, rgba(255, 0, 0, 1) 0%, rgba(255, 255, 0, 1) 15%, rgba(0, 255, 0, 1) 30%, rgba(0, 255, 255, 1) 50%, rgba(0, 0, 255, 1) 65%, rgba(255, 0, 255, 1) 80%, rgba(255, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 0, 0, 1)), color-stop(15%, rgba(255, 255, 0, 1)), color-stop(30%, rgba(0, 255, 0, 1)), color-stop(50%, rgba(0, 255, 255, 1)), color-stop(65%, rgba(0, 0, 255, 1)), color-stop(80%, rgba(255, 0, 255, 1)), color-stop(100%, rgba(255, 0, 0, 1)));
}

.product-filter-list input[type="radio"]:checked+.radio-label {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.product-filter-list input[type="radio"]:checked+.filter-flat {
    background-image: url(//d88zf0kfw1nyb.cloudfront.net/pm/cards/filter-icon-flat-active.png);
}

.product-filter-list input[type="radio"]:checked+.filter-folded {
    background-image: url(//d88zf0kfw1nyb.cloudfront.net/pm/cards/filter-icon-folded-active.png);
}

.product-filter-list input[type="radio"]:checked+.filter-landscape {
    background-image: url(//d88zf0kfw1nyb.cloudfront.net/pm/cards/filter-icon-landscape-active.png);
}

.product-filter-list input[type="radio"]:checked+.filter-portrait {
    background-image: url(//d88zf0kfw1nyb.cloudfront.net/pm/cards/filter-icon-portrait-active.png);
}

.product-filter-list input[type="radio"]:checked+.filter-photo-count {
    background: #f26b4f;
}

.product-filter-list input[type="radio"]:checked+.filter-color {
    border: 5px solid #333;
    box-sizing: border-box;
}

.product-filter-list input[type="radio"]:checked+.filter-category {
    color: #f26b4f;
    font-weight: 500
}

/*blank card modal*/
.blank-card-container {
    text-align: center
}

.blank-card-container h2 {
    text-align: center;
    font-size: 1.3em;
    padding-top: 50px
}

.blank-card-container img {
    width: 150px;
    padding-bottom: 20px;
}

/*metal print modal*/
.metal-modal-container {
    text-align: center
}

.metal-modal-container h2 {
    text-align: center;
    font-size: 1.3em;
    padding-top: 50px
}

.metal-modal-container img {
    padding: 10px;
    height: 150px;
}

/*prints modal*/
.prints-modal-container {
    text-align: center
}

.prints-modal-container h2 {
    text-align: center;
    font-size: 1.3em;
    padding-top: 50px
}

img.size1 {
    padding: 10px;
    height: 90px;
}

img.size3 {
    padding: 10px;
    height: 100px;
}

img.size4 {
    padding: 10px;
    height: 115px;
}

img.size5 {
    padding: 10px;
    height: 125px;
}




/*card list header*/
.results-wrapper {
    padding-top: 120px;
    text-align: center;
    padding-left: 250px
}

.results-wrapper .theme-category {
    margin-bottom: 0;
    text-align: left;
    position: relative;
    margin-left: 50px;
}

.results-wrapper .results-label {
    text-align: left;
    position: relative;
    margin-left: 50px;
}

.results-wrapper .label {
    font-size: 14px;
    padding-left: 15px;
    color: #666
}

.results-wrapper #results-count {
    font-weight: 700;
}

.results-wrapper .flex-columns.upload-banner {
    text-align: left;
    margin-left: 90px
}

/*the individual cards on the page*/
.preview-card-gallery {
    text-align: left !important;
    max-width: 1540px;
}

.card-preview-container {
    width: 350px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.card-preview-container h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 15px;
}

.card-preview-container p {
    text-align: center;
}

.card-preview-container .portfolio-img-permalink {
    text-align: center;
    /*border-right:1px solid #ddd;*/
    padding: 0 20px 0 20px;
}

.card-preview-container .card-canvas {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.card-preview-container .card-canvas:hover {
    opacity: .5
}

.card-preview-container .card-canvas-portrait {
    position: relative;
    /* left:14px */
}

.card-preview-container .card-canvas-landscape,
.card-preview-container h2,
.card-preview-container p {
    position: relative;
    /* left: 13px; */
}

.card-preview-container .card-canvas-landscape {
    top: 40px;
    /* left:13px; */
}

.card-preview-container .bbottom {
    /*border-bottom:1px solid #ddd;*/
    position: relative;
    top: 20px;
    left: 50px;
    width: 300px
}

.card-preview-container .card-landscape {
    width: 340px;
    height: 300px;
    margin: 0 auto;
}

.card-preview-container .card-portrait {
    width: 340px;
    height: 300px;
    margin: 0 auto;
}

.card-preview-container .card-square {
    width: 340px;
    height: 300px;
    margin: 0 auto;
}

.card-canvas-portrait {
    width: 214px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
}

.card-canvas-landscape {
    width: 300px;
    height: 214px;
    margin: 0 auto;
    overflow: hidden;
}

.card-canvas-square {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: none !important;
}

.card-loader2 {
    display: none;
    padding: 7px 0 0 10px;
    font-style: italic;
    color: #cc0000;
}

.card-loader {
    display: none;
    position: absolute;
    z-index: 10;
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/loader2.gif') no-repeat center;
    background-size: 40px;
}

.card-landscape .card-loader {
    margin-top: 40px;
    margin-left: 33px;
    width: 300px;
    height: 214px;
}

.card-portrait .card-loader {
    ;
    margin-top: 0px;
    margin-left: 77px;
    width: 214px;
    height: 300px;
}

.medium-header {
    max-width: 1150px;
    margin: 0 auto;
}

.mh-image {
    width: 64%;
    height: 400px;
    float: left
}

.mh-copy {
    width: 31%;
    height: 360px;
    border-left: 3px solid #fff;
    float: left;
    text-align: center;
    padding: 20px
}


.skinny-header {
    max-width: 1150px;
    margin: 0 auto;
}

.sh-image {
    width: 24%;
    height: 175px;
    float: left;
    background-size: cover !important;
}

.sh-copy {
    width: 71%;
    height: 135px;
    border-left: 3px solid #fff;
    float: left;
    text-align: center;
    padding: 20px
}


/* Isotope Filtering --------------------------------------- */
.isotope-item {
    z-index: 2;
    position: relative;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/* Portfolio or Product Single --------------------------------------- */
.page-title {
    height: 625px;
    margin: 0 auto;
    width: 100%;
}

.page-intro .page-title {
    height: auto;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    padding-top: 20px;
}
}

.page-title .hero-text {
    width: 100%
}

.page-title h1 {
    /*font-size:123px;
    padding-top:145px;
    line-height:110px*/
}

.page-title h1.main-headline {
    font-size: 83px;
    padding-top: 60px;
    line-height: 100px;
    width: 700px;
    margin: 0 auto;
}

.page-title.why h1 {
    font-size: 74px;
    padding-top: 50px;
    line-height: 110px;
    color: #ffffff;
    text-shadow: none;
}

.page-title h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 71px;
    /*color:#3c2415; new header*/
    color: #fff;
    font-style: normal;
}

.prestige.madison,
.prestige.flush {
    margin-top: 125px !important
}




.calendars {}

.canvas {}

.photo-panel {}

.poster {}

.support-page {
    background: #3069B3;
    background-size: 100%;
}

.about {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/picaboo_group.jpg') no-repeat top center;
    background-size: cover;
}

.product h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    font-weight: 100;
    color: #999999;
    padding: 65px 0px 45px 0px;
    width: 80%;
    margin: 0 auto
}

.product.prestige h2 {
    width: 100%
}

.view-all-cats {
    text-align: center;
    margin: 0 auto;
    margin-top: -30px;
    font-size: 20px
}

.single-portfolio .portfolio {
    margin-bottom: 55px;
    margin-bottom: 5.5rem;
}

.single-portfolio .related-portfolios .portfolio:hover {
    /*opacity: 0.5*/
}

.single-portfolio .entry-meta .portfolio-meta {
    color: #676765;
}

.single-portfolio .entry-meta .portfolio-meta+.portfolio-meta {
    margin-top: 0;
}

.single-portfolio .entry-meta .edit-post {
    margin-top: 20px;
    margin-top: 2rem;
}

.single-portfolio .entry-meta .portfolio-url {
    border-bottom: 1px solid #f0eee8;
    color: #39b4b1;
    display: inline-block;
    margin-top: 20px;
    margin-top: 2rem;
}

.single-portfolio .entry-meta .portfolio-url:hover {
    border-color: #c1c1c1;
    color: #676765;
}

.single-portfolio .entry-title {
    /*margin-top: -20px;
    padding-bottom: 30px;*/
}

.related-portfolios img {
    /*margin-bottom: 30px;
    margin-bottom: 3rem;*/
}

.related-title {
    margin: 70px 0 10px;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 300;
    color: #3c2415;
}

.related-portfolios .entry-title {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: -50px;
    text-align: center;
    width: 100%;
    text-shadow: 0px 1px 1px #4f4f4f;
    line-height: 22px;
    position: absolute;

}

.related-portfolios .entry-title a,
.related-portfolios .entry-title a:hover {
    color: #ffffff
}

.single-portfolio .related-portfolios .portfolio:last-child .bbottom,
.single-portfolio .related-portfolios .portfolio:nth-last-child(2) .bbottom,
.single-portfolio .related-portfolios .portfolio:nth-last-child(3) .bbottom {
    border-bottom: 0
}





.theme-details {
    width: 760px;
    margin: 0 auto
}



.theme-details.two-column {
    width: 640px;
}

.theme-details.three-column {
    width: 707px;
    margin-bottom: 120px
}

.theme-details.three-column-wide {
    /*width:1065px;*/
}

.theme-details.theme-details-wide {
    width: 1065px;
}

.theme-details .two-column-wide {
    width: 680px;
    margin: 0 auto
}

.theme-details.four-column,
.theme-details.five-column {
    width: 995px;
    margin-bottom: 120px;
}

.theme-details button {
    margin: 0 auto
}

.details-header,
.details-footer {
    text-align: center
}

.details-footer {
    margin-top: 50px;
}

.details-header {
    margin-top: 30px
}

.details-header .cards-header {
    margin-top: 50px;
}

.feature {
    margin-top: 80px
}

.details-body {
    text-align: center;
    width: 600px;
    margin: 0 auto;
    margin-top: 65px;
}

.details-body h2 {
    color: #3C2415;
    margin-bottom: 0px;
    padding: 0
}

.details-body p {}

.details-header h2.title {
    font-size: 38px;
    margin-top: 20px;
    color: #3C2415;
    padding: 0;
}

.details-header h1.cc-h1 {
    margin-top: 50px;
}

.details-header h2.cc-h2 {
    padding: 10px 0 50px;
}

.details-header h2 {
    padding: 50px 0 0 0
}

.details-header.three-column,
.details-header.four-column,
.details-header.five-column {
    margin-bottom: 15px
}

.detail-showcase.two-column {
    float: left;
    width: 517px
}

.detail-showcase.one-column {
    width: 75%;
    margin: 0 auto
}

.detail-showcase.one-column img {
    width: 100%
}

.detail-showcase.two-column:first-child {
    margin-right: 30px
}



.column-group-1,
.column-group-2,
.column-group-3 {
    float: left
}

.two-column .column-group-2,
.three-column .column-group-2,
.four-column .column-group-2 {
    padding-left: 115px
}

.five-column .column-group-2,
.five-column .column-group-3 {
    padding-left: 65px
}

.three-column-wide .column-group-1 {
    margin-bottom: 80px
}

.three-column-wide .column-group-2 {
    margin: 0 auto;
    width: 680px;
    float: none
}

.theme-styles {
    /* width:525px; */
    float: left;
}

.two-column .theme-styles {
    width: 262px;
    float: left;
}

.four-column .theme-styles,
.three-column .theme-styles {
    width: 147px;
    float: left;
    margin-right: 115px
}

.three-column-wide .theme-styles,
.two-column-wide .theme-styles {
    width: 295px;
    float: left;
    margin-right: 90px
}

.five-column .theme-styles {
    width: 145px;
    float: left;
    margin-right: 65px
}

.three-column .theme-styles:last-child,
.four-column .theme-styles:last-child,
.five-column .theme-styles:last-child {
    margin-right: 0px;
    padding-left: 0px !important
}

.three-column-wide .column-group-2 .theme-styles:last-child,
.three-column-wide .theme-styles:last-child,
.two-column-wide .theme-styles:last-child {
    margin-right: 0;
}

.theme-pricing {
    width: 221px;
}

.flex-row .theme-styles {
    width: auto;
    text-align: center
}

.flex-row .theme-pricing {
    width: auto;
    text-align: center
}

.theme-pricing ul {
    margin-left: 10px;
    list-style: none;
}

.theme-pricing ul li {
    line-height: 1.2
}

.theme-pricing p {
    margin-bottom: 10px !important;
}

.product .theme-pricing {
    padding-top: 50px
}

.three-column-wide .theme-pricing,
.two-column-wide .theme-pricing {
    padding-top: 0px
}

.three-column .theme-pricing,
.four-column .theme-pricing,
.five-column .theme-pricing {
    padding-top: 0px
}

.details-column table tr td {
    padding-bottom: 15px
}

.theme-styles h3,
.theme-pricing h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    color: #3c2415;
    margin-top: 20px
}

.four-column h3,
.three-column h3,
.five-column h3,
.three-column-wide h3,
.two-column-wide h3 {
    color: #999999;
}



.three-column-wide h3,
.two-column-wide h3 {
    margin-bottom: 15px;
}

.stacked-prices {
    padding-top: 50px;
    clear: both
}

.three-column-wide h3 span {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-style: italic;
}

.theme-styles table,
.theme-styles table tr {
    border: 0px
}

.theme-styles .detail-label {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    color: #4B5D59;
    width: 115px;
    text-transform: uppercase;
    text-align: left;
    vertical-align: top
}

.theme-style,
.theme-options {
    margin-left: 0px
}

.theme-style li,
.theme-options li {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #000000;
    font-style: italic;
    padding-bottom: 2px;
    text-align: left;
    line-height: normal;
    list-style: none;

}

.product .theme-style li {
    font-size: 16px
}

.theme-options li.pricing-link {
    line-height: 45px
}

.theme-pricing h2.price {
    font-weight: 400;
    font-size: 60px;
    line-height: normal;
    margin-top: -11px;
    padding: 0;
    font-family: 'Inter';
    width: 100%;
    text-align: center;
}

.theme-pricing h2.price span {
    font-size: 30px;
    vertical-align: super;
    position: relative;
    top: 0px;
}

.theme-pricing h2.price span:first-child {
    font-size: 30px;
    top: 0px;
    vertical-align: super;
}

.theme-options li {
    color: #4B5D59 !important;
    line-height: 17px;

}

.card-options.theme-options li {
    padding-bottom: 5px;
}

.details-footer p {}

.card-image-perma .zilla-slide-prev-full,
.card-image-perma .zilla-slide-next-full {
    display: none
}

.card-container {
    width: 860px;
    margin: 0 auto
}

.card-image {
    float: left;
    width: 530px;
    padding-top: 30px;
    text-align: center;
}

.card-image-landscape {
    float: left;
    width: 530px;
    padding-top: 30px;
    text-align: center;
}

.card-image img {
    max-height: 400px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 3px #ccc;
}

img#card-preview-img {
    max-height: 400px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 3px #ccc;
}

img#card-envelope-preview-img {
    max-height: 400px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 3px #ccc;
}

.img.enlarge-inside-landscape {
    width: 100%;
}

.hide-card-image {
    float: left;
    width: 490px;
    padding: 30px;
    text-align: center;
    background-color: #f8f8f8;
    margin-top: 20px;
    margin-left: 50px;
    border: 1px solid #eee;
}

.card-thumbs {
    position: fixed;
    margin-top: 525px;
    display: block;
    padding-left: 95px;
}

.card-thumbs img {
    width: 100px;
    cursor: pointer;
    border: 1px #ddd solid;
    margin-right: 15px;
}

.card-thumbs-2 {
    position: fixed;
    margin-top: 450px;
    display: block;
    width: 550px;
    text-align: center;
}

.card-thumbs-2 img {
    width: 50px;
    cursor: pointer;
    border: 1px #ddd solid;
    margin-right: 15px;
}


.card-thumbs-2text {
    padding-left: 7px;
}

.card-thumbs-3 {
    position: fixed;
    margin-top: 450px;
    display: block;
    width: 550px;
    text-align: center;
}

.card-thumbs-3 img {
    width: 50px;
    cursor: pointer;
    border: 1px #ddd solid;
    margin-right: 15px;
}

.card-thumbs-3text {
    padding-left: 7px;
}

.card-thumbs-4 {
    position: fixed;
    margin-top: 450px;
    display: block;
    width: 550px;
    text-align: center;
}

.card-thumbs-4 img {
    width: 100px;
    cursor: pointer;
    border: 1px #ddd solid;
    margin-right: 15px;
}

.card-thumbs-4text {
    padding-left: 7px;
}

.card-thumbs-5 {
    position: fixed;
    margin-top: 450px;
    display: block;
    width: 550px;
    text-align: center;
}

.card-thumbs-5 img {
    width: 100px;
    cursor: pointer;
    border: 1px #ddd solid;
    margin-right: 15px;
}

.card-thumbs-5text {
    padding-left: 7px;
}

.card-thumbs-5 img:hover {
    opacity: .5;
    outline: 2px #f26b4f solid
}

img.enlarge {
    width: 52px;
}

img.enlarge-2 {
    width: 98px;
}

img.enlarge-port {
    width: 100px;
}

.card-thumbs img:hover {
    opacity: .5;
    outline: 2px #f26b4f solid
}

.card-thumbs-2 img:hover {
    opacity: .5;
    outline: 2px #f26b4f solid
}

.card-thumbs-3 img:hover {
    opacity: .5;
    outline: 2px #f26b4f solid
}

.card-thumbs-4 img:hover {
    opacity: .5;
    outline: 2px #f26b4f solid
}

.card-details {
    float: right;
    width: 265px;
    padding-top: 30px;
    padding-bottom: 65px;
}

.card-details h2.title {
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    color: #3C2415;
    margin-bottom: 0px
}

.card-details h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #4B5D59;
    margin-bottom: 0px
}

.card-details .portfolio-excerpt {

    margin-bottom: 15px
}


.card-details .button {
    height: 45px;
    line-height: 45px;
    font-size: 22px
}

.card-pricing .from {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-style: italic;
    color: #4B5D59;
}

.card-pricing h2 {
    margin-top: 20px
}

.card-pricing ul li.first-li {
    color: #000000 !important;
}

.card-pricing-columns.flex-columns {
    left: 50px
}

.card-pricing.flex-column {
    width: 260px !important;
    margin-right: 30px;
}

.small-pricing h2 {
    /*dollars*/
    font-weight: 300;
    font-size: 50px;
    color: #3C2415;
    line-height: normal;
    font-family: 'Inter';
}

.small-pricing h2 span {
    /*cents*/
    font-size: 30px;
    vertical-align: super;
    position: relative;
    top: 5px
}

.small-pricing h2 span:first-child {
    /*dollar sign*/
    font-size: 23px;
    top: 9px;
}

.free-shipping {
    width: 110px;
    height: 82px;
    background: url('images/scallops_red.png') no-repeat;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    color: #ffffff;
    font-style: italic;
    text-align: center;
    line-height: 22px;
    padding-top: 28px;
}

.free-shipping-large {
    width: 265px;
    height: 193px;
    background: url('images/scallops_red_big.png') no-repeat;
    font-family: 'Roboto Slab', serif;
    font-size: 43px;
    color: #ffffff;
    font-style: italic;
    text-align: center;
    line-height: 50px;
    padding-top: 72px;
}

.theme-pricing .free-shipping {
    position: absolute;
    margin-top: 50px;
    margin-left: 185px
}

.free-shipping.small-pricing {
    width: 64px;
    height: 64px;
    background: url('images/scallops_red.png') no-repeat;
    background-size: 64px 64px;
    font-size: 11px;
    line-height: 14px;
    padding-top: 15px;
    margin: 0 auto
}

.theme-pricing .free-shipping.small-pricing,
.card-pricing .free-shipping.small-pricing {
    position: absolute;
    margin-top: -70px;
    margin-left: 180px
}

.card-details-perma .theme-pricing .free-shipping.small-pricing {
    position: absolute;
    margin-top: -75px;
    margin-left: 135px
}

.card-details-perma .portfolio-excerpt {
    margin-top: 40px;
    font-size: 16px;
}


.styled-list {
    font-size: 18px;
    color: #4B5D59;
    text-align: left;
    list-style: disc;
    width: 550px;
    margin: 0 auto !important;
}

.unstyled-list {
    list-style: none;

}

.book-colors {}

.book-colors h3 {
    font-size: 16px;
    display: inline-block;
    float: left;
    margin: 0
}

.book-colors ul {
    display: inline-block;
    float: left;
    margin-top: -6px;
    margin-left: 20px;
    width: 362px;

}

.book-colors li {
    float: left;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 16px;
    color: #999999;
    width: 120px;
    padding-bottom: 20px
}

.book-colors span {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px
}

.color-black {
    background: #000000
}

.color-british-tan {
    background: #7a2a12
}

.color-brown {
    background: #67462e
}

.color-coffee {
    background: #94603b
}

.color-red {
    background: #ba3737
}

.color-pink {
    background: #ffc3db
}

.color-white {
    background: #ffffff;
    border: 1px #cccccc solid
}

.all-pricing-link {
    font-family: 'Roboto Slab', serif;
    font-style: italic;
    font-size: 20px;
    text-align: center;
}

/*  flex columns    */

.theme-container {
    width: 100%;
    margin: auto;
    margin-top: 50px;
}

.theme-details {
    width: 100%;
    margin: auto;
    min-height: 190px;
    margin-top: 30px;
}

ul.flex-columns {
    /*flex columns as lists */
    margin: 0 auto;
    text-align: center;
    position: relative;
}

ul.flex-columns li {
    /*flex columns as lists */
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.flex-columns {
    margin: 0 auto;
    text-align: center;
    /* position:relative; */
}

.flex-column {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.flex-columns.three-columns,
.flex-columns.four-columns {
    left: 45px
        /* half of the .flex-column right margin*/
    ;
    text-align: center;
    margin: auto;
    max-width: 1040px;
    /* padding-top: 20px; */
}

.flex-columns.five-columns {
    left: 30px
        /* half of the .flex-column right margin*/
}

.flex-columns.feature-two-columns {
    left: 15px;
    /* half of the .flex-column right margin*/
    margin-bottom: 90px
}

.flex-columns.theme-detail-columns {
    left: 0
        /* half of the .flex-column right margin*/
}

.flex-columns.support-channels {
    left: 25px
        /* half of the .flex-column right margin*/
}

/* column widths */

.three-columns .flex-column {
    width: 239px;
    margin-right: 90px;
    margin-bottom: 85px
}

.three-columns.no-photo .flex-column {
    width: 134px;
}

.four-columns .flex-column {
    width: 193px;
    margin-right: 40px;
    /* margin-left: 40px; */
}

.five-columns .flex-column {
    margin-bottom: 45px;
}

.prestige-columns .flex-column.theme-styles {
    width: 575px;
    margin-right: 70px;
}

.prestige-columns .flex-column.theme-pricing {
    width: 285px;
}

.feature-two-columns .flex-column {
    width: 517px;
    margin-right: 30px;
    margin-top: 20px
}

.theme-detail-columns .flex-column.theme-styles {
    width: 335px;
    margin-right: 190px;
}

.theme-detail-columns .flex-column.theme-pricing {
    width: 296px;
    margin-right: 190px;
}




/* column content */

.flex-columns .theme-styles {
    /* try to get rid of this*/
    float: none
}

.flex-columns .theme-pricing {
    /* try to get rid of this*/
    float: none
}

.theme-styles h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    color: #999999;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: center;
    margin-left: 20px;
}

.theme-styles h3 span {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-style: italic;
}

.flex-column .theme-pricing {
    padding: 10px;
    text-align: center;
}


/* prestige */

.prestige-columns .theme-styles h3 {
    font-size: 16px;
    color: #333333;
    margin-top: -3px;
    margin-bottom: 0px
}

.prestige-columns .theme-pricing h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-style: italic;
    color: #999999;
}


/* feature */

.feature .flex-column span {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-style: italic;
    padding-top: 5px;
    float: left
}

.portfolio .theme-details {
    margin-top: 30px;
}

/* book details */

.portfolio .theme-details {
    margin-top: 30px;
    margin: auto;
    text-align: center;
}

.preview-book-link {
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    font-weight: 300;
}

.book-caption {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    width: 700px;
    margin: 0 auto;
    margin-bottom: 60px;
    color: #4B5D59;
    line-height: 32px;
}

.single-portfolio .theme-pricing {
    float: none;
    width: 770px;
    left: 60px
}

.card-details-perma .theme-pricing {
    margin-top: 40px;
}

.single-portfolio .theme-pricing-details {
    margin-right: 125px;
}

.from-price {
    background: #ecf4ff;
    border-radius: 4px;
    padding: 40px;

}

.single-portfolio .theme-pricing h3 {
    margin-top: 0;
}

.single-portfolio .theme-pricing .free-shipping {
    margin-top: -30px;
    margin-left: 185px;
}

.single-portfolio .theme-pricing .from-price .free-shipping {
    margin-left: 155px;
}

.single-portfolio .theme-styles {
    width: 751px;
    margin: 0 auto;
    position: relative;
    left: 60px;
    float: none;
    padding-top: 20px;
}

.single-portfolio .theme-styles h3 {
    color: #3c2415;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 70px;
}

.single-portfolio .theme-styles h3 strong {
    font-weight: 500;
}

.single-portfolio .theme-styles li {
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    color: #4B5D59;
    font-style: normal;
    padding: 7px;
    position: relative;
    left: -7px;
    cursor: pointer;
}

.single-portfolio .theme-styles li:hover {
    background: #ecf4ff;
    color: #39b4b1;
}

.b_target span {
    cursor: pointer;
}

.balloon {
    width: 330px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, .2);
    position: absolute;
    margin-top: -156px;
    margin-left: 365px;
    z-index: 750;
}

.balloon_default {
    margin-top: 0px;
    margin-left: 0px;

}

.balloon_envelope {
    margin-top: -147px;
    margin-left: 285px;
}

.balloon_envelope2 {
    margin-top: -147px;
    margin-left: 215px;
}

.b_target_envelope span,
.b_target_envelope2 span {
    color: #39B4B1;
}

.b_target_default {
    cursor: pointer;
    color: #3069B3 !important
}


.balloon-arrow {
    position: absolute;
    margin-top: 78px;
    margin-left: -59px;
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/balloon_arrow.png');
    width: 39px;
    height: 95px;
}

.balloon-arrow-north {
    position: absolute;
    margin-top: -54px;
    margin-left: 0px;
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/balloon_arrow_north.png');
    width: 58px;
    height: 34px;
}

.style-balloon {
    padding: 20px;
}

.style-balloon h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-style: italic;
    padding-top: 0px
}

.style-balloon p {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 300;
    color: #4B5D59;
    padding-top: 20px;
    font-style: normal
}

.style-balloon ul {
    margin-top: 20px;
}

.style-balloon li {
    font-size: 16px;
}

.single-portfolio .theme-styles .style-balloon li {
    font-size: 14px;
    font-weight: 300;
    color: #4B5D59 !important;
    padding-top: 20px;
    padding-bottom: 0;
    font-style: normal;
}

.single-portfolio .theme-styles .style-balloon li:hover {
    background: none;
}

.make-this-book-in-thumb {
    position: absolute;
    margin-top: -150px;
    visibility: hidden;
    text-align: center;
    width: 100%;
}

.related-portfolios .make-this-book-in-thumb {
    margin-top: -130px;
}

.make-this-book-in-thumb a.button {
    -webkit-transition: background-color .5s linear;
    -moz-transition: background-color .5s linear;
    -o-transition: background-color .5s linear;
    -ms-transition: background-color .5s linear;
    transition: background-color .5s linear;
}

.make-this-book-in-thumb a.button {
    background-color: rgba(0, 0, 0, .5);
}

.make-this-book-in-thumb a.button:hover {
    background-color: rgba(0, 0, 0, 1);
}

.make-this-book-in-thumb a.button.book-details-link {
    background-color: rgba(48, 105, 179, .7);
}

.make-this-book-in-thumb a.button.book-details-link:hover {
    background-color: rgba(48, 105, 179, 1);
}

.portfolio-container .hentry img {
    opacity: 1;
    -webkit-backface-visibility: hidden;
}


/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/

#comments {
    clear: both;
}

#comments .block {
    border-top: 1px solid #f0eee8;
}

#comments .default-bg+.block {
    border-top: none;
}

.comments-title {}

.pings-title {
    margin: 0 auto;
    max-width: 980px;
    max-width: 98rem;
    width: 90%;
}

.commentlist {
    list-style-type: none;
    padding-top: 80px;
    padding-top: 8rem;
}

.pinglist {
    list-style-type: decimal;
    list-style-position: inside;
    margin-top: 2rem;
    padding-bottom: 8rem;
}

.nocomments {
    text-align: center;
    padding: 20px;
}

.comment {
    padding-bottom: 30px;
    padding-bottom: 3rem;
}

.comment>div {
    overflow: hidden;
}

.comment .children {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 30px;
    margin-top: 3rem;
    padding-bottom: 0;
}

.comment .children .comment {
    padding-bottom: 0;
}

.comment-author cite {
    color: #262624;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.author-tag {
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
}

.comment-author,
.comment-meta {
    width: 32.142857142%;
    /* 315 / 980 */
}

.comment .comment-author {
    padding-top: 50px;
    padding-top: 5rem;
}

.comment:first-child .comment-author {
    padding-top: 0;
}

.comment-meta {
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    margin-bottom: 15px;
}

.comment-meta a {
    border: none;
    color: #676765;
}

.comment-meta a:hover {
    color: #39b4b1;
}

.comment-body {
    border-top: 1px solid #d9d8d3;
    float: right;
    padding-top: 50px;
    padding-top: 5rem;
    width: 64.285714285%;
    /* 630 / 980 */
}

.comment:first-child .comment-body {
    border-top: none;
    padding-top: 0;
}

.comment:first-child .children .comment-author {
    padding-top: 50px;
    padding-top: 5rem;
}

.comment:first-child .children .comment-body {
    border-top: 1px solid #d9d8d3;
    padding-top: 50px;
    padding-top: 5rem;
}

.children .comment-body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
    padding-left: 4rem;
}

.children .children .comment-body {
    padding-left: 80px;
    padding-left: 8rem;
}

.comment-body ul {
    list-style-type: disc;
}

.comment-body ol {
    list-style-type: decimal;
}

#respond {
    margin-top: 80px;
    margin-top: 8rem;
    overflow: hidden;
}

#reply-title {
    float: left;
    width: 32.142857142%;
    /* 315 / 980 */
}

#commentform {
    float: right;
    width: 64.285714285%;
    /* 630 / 980 */
}

#commentform p {
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    overflow: hidden;
}

#commentform .comment-form-comment {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}

#commentform input {
    float: left;
    margin-right: 10px;
    margin-right: 1rem;
}

#commentform label {
    color: #262624;
    font-family: 'Inter';
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
    top: 2px;
}

#cancel-comment-reply-link {
    margin-left: 5px;
}

span.required {
    color: #f2664f;
    position: relative;
    top: 2px;
}

.moderation {
    color: #f2664f;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Pagination
/*-----------------------------------------------------------------------------------*/


.single .single-page-navigation a,
.page-navigation a {
    background: none;
    border: none;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font: .9em 'Inter';
    height: auto;
    text-shadow: none;
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    -ms-transition: background-color .1s linear;
    transition: background-color .1s linear;
    width: auto;
}

.single .single-page-navigation a:hover,
.page-navigation a:hover {
    text-decoration: underline;
    color: #333
}

.single .single-page-navigation a:visited,
.page-navigation a:visited {
    color: #333
}

.page-navigation .nav-next,
.single-page-navigation .nav-previous {
    float: left;
    margin: 70px 0;
    margin: 7rem 0;
}

.page-navigation .nav-previous,
.single-page-navigation .nav-next {
    float: right;
    margin: 70px 0;
    margin: 7rem 0;
}

.comment-navigation {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding-top: 30px;
    padding-top: 3rem;
    overflow: hidden;
}

.comment-navigation .nav-next {
    float: right;
}

.comment-navigation .nav-previous {
    float: left;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	Footer Styles
/*-----------------------------------------------------------------------------------*/

.footer-ribbon {
    background: #ffffff;
    padding: 10px;
    color: #333;
    font-family: 'Roboto Slab', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 28px;
    text-align: center;
    /*margin-top: 70px;*/
    border-top: 1px solid #ddd
}

.footer-ribbon a {
    display: inline-block;
    text-decoration: none;
    color: #333 !important;
}

.footer-font h2 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    color: #34B3B0;
    text-align: center;
    text-transform: uppercase;
    /*margin: 0;*/
}

.margin-30px {
    margin-bottom: 30px;
}

.margin-0px {
    margin-bottom: 0px;
}

.page-block.trust-columns {}

.trust-column {
    width: 44%;
    text-align: center;
    padding: 60px 30px 60px 30px;
}

.trust-column h1 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    color: #999;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
}

.trust-column a {
    font-size: 14px
}

.media-logos {
    border-right: 1px solid #fff
}





#footer {
    color: #4B5D59;
    overflow: hidden;
    text-align: center;
}

#footer .widget-title {
    color: #f0eee8;
    font-family: 'Inter';
    font-size: 18px;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    text-transform: uppercase;
}

.footer-upper {
    border-bottom: 4px solid #373735;
    margin-bottom: 37px;
    margin-bottom: 3.7rem;
    padding-bottom: 78px;
    padding-bottom: 7.8rem;
}

.footer-upper a {
    border-bottom: 1px solid #676765;
}

.footer-lower {
    color: #ffffff;
    font-family: 'Inter';
    font-size: 11px;
    font-weight: normal;
    border-top: 1px #e1e4e5 solid;
    padding-top: 10px
}

.footer-lower a {
    border-bottom: none;
    color: #fff;
}

.footer-lower a:hover {
    color: #ccc;
}

.copyright {
    float: left;
}

.credit {
    float: right;
}

.social-links {
    padding-top: 30px;
    padding-bottom: 30px;
}

.social-links .fb-like {
    margin: 0 0 6px 5px;
    display: inline-block
}

.social-links .download {
    padding-top: 20px
}

.download ul {
    display: block;
}

.download ul li {
    display: inline
}

.download ul li img {
    width: 150px;
    padding-top: 10px
}

.footer-nav .flex-columns {
    /*float:left;*/
    text-align: center;
}

.footer-column {
    /*     width:130px;
    margin-right: 25px;
    font-family: 'Inter' ;
    line-height:22px;
    font-size: 12px;
    margin-bottom: 30px; */

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;

    color: rgba(255, 255, 255, 0.75);

}

.footer-column:nth-child(2) {
    width: 180px
}

.footer-column:nth-child(4) {
    width: 100px
}


.footer-column li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 300;
}

.footer-column li a:hover {
    color: #ccc
}

.footer-column li:first-child {
    /*     font-size:16px;
    font-weight: 700;
    color:#ffffff;
    line-height:45px;
    text-transform: uppercase; */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;

}

.footer-blog-link {
    padding-bottom: 15px;
    display: inline-block;
}

.footer-column:nth-child(4) {
    width: 225px
}

.footer-column:nth-child(4) a {
    padding-right: 15px
}

.footer-column:nth-child(4) a:hover {
    opacity: .8;
}


/* Testimonial Widget ---------------------------------------------------- */


.testimonial-footer {}

.zilla-testimonial-widget {
    margin: 0;
}

.widget.zilla-testimonial {
    list-style: none
}

.zilla-testimonial-list li {
    width: 100% !important;
}

.zilla-testimonial-pager {
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}

.zilla-testimonial-pager span {
    background: #d1d1d0;
    border-radius: 12px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    line-height: 12px;
    margin-left: 8px;
    height: 12px;
    width: 12px;
}

.zilla-testimonial-pager span:first-child {
    margin-left: 0;
}

.zilla-testimonial-pager .cycle-pager-active {
    background: #676765;
    color: #333333;
}

.zilla-testimonial-quote {
    color: #333333;
    line-height: 1.6;
    text-align: center;
    margin: 0px auto 15px auto;
    font-weight: 500;
}

/*.zilla-testimonial-quote:before { content: "\201C"; }

.zilla-testimonial-quote:after { content: "\201D"; }*/

.zilla-testimonial-source {
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}

/*-----------------------------------------------------------------------------------*/
/*	10.	Page & Page Templates
/*-----------------------------------------------------------------------------------*/


/* PAGE ELEMENTS */
.tail {
    width: 100%;
    height: 31px;
    margin: 0 auto
}

.tail-south-blue {
    background-image: url('//d88zf0kfw1nyb.cloudfront.net/pm/tail_south_blue.png');
    background-repeat: no-repeat;
    background-position: top center;
}

.tail-south-white {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/tail_south_white.png');
    background-repeat: no-repeat;
    background-position: top center;
}

.tail-west-white {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/tail_west_white.png');
    background-repeat: no-repeat;
    background-position: top center;
    width: 31px;
    height: 84px;
    position: absolute;
    margin-left: -31px;
}

.tail-west-green {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/tail_west_green.png');
    background-repeat: no-repeat;
    background-position: top center;
    width: 31px;
    height: 84px;
    position: absolute;
    margin-left: -31px;
}

.tail-north-lavender {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/tail_north_lavender.png');
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 31px;
    position: absolute;
    margin-top: -31px;
}

.tail-north-lightblue {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/tail_north_lightblue.png');
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 31px;
    position: absolute;
    margin-top: -31px;
}

.banner-feature {
    width: 100%;
    padding: 140px 0 140px 0
}

.banner-feature h1 {
    font-size: 72px;
    text-align: center;
    padding: 10px 20px 10px 20px
}

.banner-feature h2 {
    font-size: 32px;
    text-align: center;
    padding: 10px 20px 10px 20px
}

.hero-message {
    width: 300px;
    position: absolute;
    z-index: 2;
    right: 50px;
    background: #fff;
    text-align: center;
}

.hero-message-home {
    position: absolute;
    z-index: 2;
    padding: 50px;
    color: #fff;
    line-height: 1.2;
}


.page-heading {
    max-width: 460px;
    position: absolute;
    z-index: 2;
    right: 10%;
    padding: 20px;
    background: #fff;
    width: 370px;
}

.page-heading h2 {
    font-size: 22px;
    color: #fff;
    line-height: 1.2
}

.page-heading ul {
    margin-left: 30px;
    margin-bottom: 40px;

}

.page-heading ul li {
    color: #fff;
    line-height: 1.2;
    font-size: 18px
}

.product-copy-box-1 {
    position: absolute;
    z-index: 2;
    background: #3069B3;
    padding: 50px;
    color: #fff;
    line-height: 1.2;
}

.product-pricing {
    width: 100%;
    background: #f3f8ff;
}

.product-size {
    background: #3069B3;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    text-align: center;
}

.action-box {
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .3);
    padding: 30px;
    width: 254px;
}

.action-box h2 {
    font-size: 24px;
    color: #3069B3;
    line-height: 1.2;
}

.occasion-tiles {
    width: 80%;
}

.occasion-tiles .flex-column {
    width: 30%;
    margin-right: 20px;
}

.occasion-tiles img {
    width: 100%;
    margin-bottom: 10px;
}

.occasion-tiles h3 {
    text-align: center;
    margin-bottom: 10px;
}


.image-fade {
    position: absolute;
    width: 100%;
    height: 100px
}

.image-fade-bottom {
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */

}


.tail-ribbon-large {
    height: 60px;
    margin: 0 auto;
    display: inline-block;
}

.tail-ribbon-large div div {
    background: #39b4b1;
    height: 50%;
    width: 30px;
}

.tail-ribbon-large .tail-ribbon-left {
    float: left;
    width: 30px;
    height: 100%
}

.tail-ribbon-large .tail-ribbon-right {
    float: left;
    width: 30px;
    height: 100%
}

.tail-ribbon-large .ribbon-top-left {
    border-bottom-left-radius: 30px;
}

.tail-ribbon-large .ribbon-bottom-left {
    border-top-left-radius: 30px;
}

.tail-ribbon-large .ribbon-top-right {
    border-bottom-right-radius: 30px;
}

.tail-ribbon-large .ribbon-bottom-right {
    border-top-right-radius: 30px;
}

.tail-ribbon-large h3 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    float: left;
    background: #39b4b1;
    height: 100%;
    line-height: 60px;
    padding: 0 20px 0 20px;
    font-size: 30px;
}


.price-tag {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/occasion/mothers-day/price_tag.png') center no-repeat;
    width: 112px;
    height: 89px;
    position: relative;
    top: 20px;
    left: 20px;
}

.price-tag h2 {
    color: #fff !important;
    font-size: 35px !important;
    font-weight: 500;
    margin: 0 !important;
    line-height: 0;
    position: relative;
    top: 41px;
    left: 0px;
    width: 100px;
    text-align: center;
    /* Safari */
    -webkit-transform: rotate(-14deg);
    /* Firefox */
    -moz-transform: rotate(-14deg);
    /* IE */
    -ms-transform: rotate(-14deg);
    /* Opera */
    -o-transform: rotate(-14deg);
}

.price-tag h2 span {
    font-size: 18px;
    position: relative;
    top: -10px
}


/*option comparison*/

.option-comparison {}

.column-comparison {
    width: 205px;
    padding: 15px;
    margin-right: 10px;
    height: 450px;
    position: relative;
    background: #f3f8ff;
}

.column-comparison:last-child {
    margin-right: 0;
}

.column-comparison.secondary-comparison {
    /*background: #f5f5f5;*/
}

.column-comparison.recommended-option {
    /*outline:1px #3069B3 solid*/
}

.recommended-option .recommended-option-tag {
    background: #3069B3;
    color: #fff;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -20px;
    width: 100%;
    left: 0px;
    /*outline: 1px #3069B3 solid;*/
    text-align: center;
}

.column-comparison h3 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
}

.column-comparison ul {
    margin-left: 20px;
    margin-top: 10px;
    list-style: disc;

}

.column-comparison ul li {
    font-size: 14px;
    padding-bottom: 10px;
}

.column-comparison .comparison-action {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 205px;
    border-top: 1px #ccc solid;
    padding-top: 10px;
}

.comparison-action .button {
    width: 100px;
    margin-top: 5px;
}


/* HOME */
.home {}


.ad0,
.ad1 {}

.hero-banner-image {
    width: 100%;
}

#per-slide-template {
    position: absolute;
    z-index: 200;
}

#per-slide-template a {
    width: 170px;
    height: 100px;
    line-height: 1.2;
    background: rgba(255, 255, 255, .5);
    display: block;
    margin: 2px 0;
    padding: 30px 30px 0 30px;
    font-weight: 700;
    text-transform: uppercase;
}

#per-slide-template a span {
    display: block;
    color: #333;
    font-weight: 400;
    text-transform: none;
}

#per-slide-template:first-child {
    margin-top: 20px;
}

#per-slide-template a.cycle-pager-active {
    color: #fff;
    background: #3069B3;
}

#per-slide-template a.cycle-pager-active span {
    color: #fff;
}



.product-family-title {
    font-style: italic;
}

.product-family {}

.product-family .flex-column {
    margin-right: 5px;
    text-align: center;
    margin-bottom: 10px;
}

.product-family a {
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
}


.page-title-links {
    padding-top: 5px;
    width: 100%;
    margin: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}

.page-title-links li {
    text-align: center;
    padding: 3px;
    line-height: 18px;
    list-style: none;
    width: 100px;
    height: 100px;
    border: 1px solid #333;
    margin: 10px;
    font-size: .8em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-title-links li:hover {
    background: #333;
}

.page-title-links li:hover a {
    color: #fff;
}

.page-title-links li a {
    color: #333;
}

.page-title-links li a:hover {
    color: #fff;
}

/*.page-title-links.flex-columns {*/
/*margin: 0 auto !important;*/
/*left: 15px;*/
/*}*/

/*.page-title-links.flex-columns li {*/
/*width:265px;*/
/*height:265px;*/
/*margin-right:30px;*/
/*text-align:center;*/
/*border:1px solid #333;*/
/*}*/

.page-special-offers,
.page-special-offers-2 .page-content {
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-content {
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-content h4 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-top: 40px;

}

.page-content hr {
    height: 1px;
    width: 100%;
    border: 0px;
    border-top: 1px #cccccc solid;
}

.page-content ul {
    margin-left: 80px;
    margin-bottom: 40px
}

.page-content li {
    list-style-type: disc;
}

.page-content p {
    margin-bottom: 20px
}

.page-content .hentry {
    margin-bottom: 0px;
}

.page-template-template-page-no-title-php .page-content {
    /*margin-top: 60px;*/
}

.archive-lists h4 {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.archive-lists .children {
    margin-bottom: 0;
}

.archive-lists ul {
    list-style: disc;
}

.page #content {
    /*padding-top: 90px;*/
    /*margin-top:-30px;*/
}

.page-template-template-home-php h1 {
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    text-align: center;
}

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

.home-page-columns .widget-title {
    font-family: 'Inter';
    font-size: 20px;
    font-size: 2rem;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.home-page-columns .widget_text {
    margin-bottom: 0;
}

.home-page-columns .widget_text p:last-child {
    margin-bottom: 0;
}

.featured-portfolios {
    padding: 55px 0 25px;
    padding: 5.5rem 0 2.5rem;
    text-align: center;
}

.featured-portfolios h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.4;
    margin: 30px 0 10px;
    margin: 3rem 0 1rem;
}

.featured-portfolios h3 a {
    color: #262624;
    border-bottom: none;
}

.featured-portfolios h3 a:hover {
    color: #39b4b1;
}

p+form .contactform {
    margin-top: 40px;
    margin-top: 4rem;
}

.contactform {
    margin-left: 0;
    overflow: hidden;
}

.contactform li {
    clear: both;
    list-style-type: none;
}

.contactform li label {
    color: #262624;
    display: block;
    font-family: 'Inter';
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 0 0 2px 5px;
    text-transform: uppercase;
    top: 2px;
}

.contactform li label.error {
    top: 5px;
    position: relative;
    left: 10px;
    color: #f2664f;
}

.contactform li input[type="text"] {
    float: left;
    width: 300px;
    margin-bottom: 15px;
}

.contactform li textarea {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}

.contactform li button {
    float: right;
}

.contactform span.required {
    top: -2px;
}

label.error {
    color: #f2664f;
    font-style: italic;
    margin-top: -15px;
}

.support-page .support-hero {
    padding-top: 185px;
    text-align: center;
}

.support-page .support-hero h1 {
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 100px;
    color: #fff
}


.support-page input[type="text"] {
    height: 65px;
    width: 630px;
    font-size: 23px;
}

.support-page form {
    margin-top: 10px;
}

.help-tree {
    max-width: 650px;
    margin: 0 auto;
}

.support-title {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: #3c2415;
    text-align: center;

}

.support h3 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    color: #3c2415;
    text-align: left;
    text-transform: uppercase;
    padding: 10px;
    background: #ecf4ff;
    margin: 0px;
    margin-bottom: 1px;
    line-height: 1;

}

.support h4 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    color: #3c2415;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 10px 10px 24px;
    background: #efefef;
    margin: 0px;
    margin-bottom: 1px;
    line-height: 1
}

.support ul {
    margin: 20px 0 5px 21px;
}

.support ul li {
    margin-left: 20px;
    list-style: none;
    line-height: 1;
    padding-bottom: 15px
}


.support-search {
    margin-top: 40px;
    text-align: center;

}

.support-search input[type="text"] {
    height: 40px;
    width: 300px
}

.support-search input[type="submit"] {
    height: 40px;
    line-height: 40px;
    position: relative;
    top: 2px;
    font-size: 22px
}

.support.flex-columns {
    margin-top: 20px;
}

.support.flex-columns .flex-column {
    text-align: center
}

.support.flex-columns .flex-column a {
    width: 150px;
    height: 150px;
    display: inline-block;
    background: #3069B3;
    padding-top: 40px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    line-height: 1.2;
}

.support.flex-columns .flex-column a:hover {
    background: #39b4b1;
}


/*.support-links {
    text-align:center;
    font-family: 'Roboto Slab', serif;
    font-size:26px;
    font-weight: 300;
}

.support-links li {
    list-style:none
}

.support a {
    color:#3069B3;
    line-height:30px
}

.support a:hover {
    color: #39B4B1;
}


.support-channels.flex-columns  li {
    width:195px;
    margin-right:50px;
    margin-top: 0;
}


.support-channels li a.support-channel {
    width:195px;
    height:195px;
    background:#000000;
    border-radius:50%;
    color:#ffffff;
    line-height:30px;
    display:block;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    font-weight: 300;
    text-shadow:0px 1px 1px rgba(0,0,0,.15);
}

.support-channels li a.support-channel.chat {
    background:url('/wp-content/themes/sparks/images/chat_button.png') no-repeat center;
}

.support-channels li a.support-channel.kb {
    background:url('/wp-content/themes/sparks/images/kb_button.png') no-repeat center;
}

.support-channels li a.support-channel.email {
    background:url('/wp-content/themes/sparks/images/email_button.png') no-repeat center;
}



.support-channels li a.support-channel:hover {
    color:#ffffff
}

.support-channels li a span {
    padding-top:75px;
    display: inline-block;
}


.support-channels li p {
    font-size:16px;
    font-weight: 300;
    text-align: center;
    padding-top: 20px;
    line-height: 23px;
}

.support-channels li img {
    margin-top: 10px;
}*/

.support-footer {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
}

.support-footer h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3c2415;
    margin: 0;

}

.support-footer p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 30px
}

.support-footer p a {
    color: #3069B3
}


#SnapABug_WP {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5) !important;
}

.bulk {
    text-align: center;
}

.bulk-container {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.bulk-column {
    width: 420px;
    text-align: center;
    display: inline-block;
    margin: 20px 20px 0 0;
    background-color: #FAFAFA;
    border: solid 1px #eee;
    vertical-align: top;
    padding: 0px 20px 0px 20px
}

.bulk-column:last-child {
    margin: 20px 0 0 0
}

.bulk-column h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}

.bulk-column ul {
    text-align: left;
}

.bulk-column li {
    margin-top: 15px;
    line-height: 22px
}

.bulk-column h3 {
    margin-top: 20px;
}

.bulk-column a {
    color: #3069B3
}


/* Pricing Holidays */

.pricing-table-holiday-main {
    padding: 0px;
    vertical-align: middle;
    background-color: white;
    text-align: center;
    margin-top: 10px;
    border: 1px #cccccc solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 275px;
    width: 210px;
}

.pricing-table-holiday-main th {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 18px;
    background: #e45357;
    color: #ffffff;
    border: 1px #ffffff solid;
    line-height: 22px;
}

.pricing-table-holiday-main th,
td {
    vertical-align: top;
    border: none;
}

.pricing-table-holiday-main h2 {
    color: #fff;
    font-size: 26px;
    margin: 0px;
}


.pricing-table-holiday-main div.economy {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 15px;
    background-color: grey;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    font-size: 18px;
    font-weight: 700;
}

.pricing-table-holiday-main div.month {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 15px;
    margin-top: 15px;
}

.pricing-table-holiday-main div.date {
    font-size: 50px;
    font-family: 'Inter';
}

.pricing-table-holiday-main div.day {
    font-family: 'Roboto Slab', serif;
    margin-top: 15px;
    margin-bottom: 5px;
}

.pricing-table-holiday-main div.product {
    padding: 10px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 10px;
    border-top: 1px #cccccc solid;
    /* margin: 10px; */
    line-height: 20px;
    margin-top: 20px;
}

/* Pricing */

.table-container {
    margin-top: 30px;
}


.pricing-table-header {
    /* margin-top: 130px; */
}


.pricing-product-name {
    line-height: 1.4;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-align: center;
    font-size: 38px;
    color: #3C2415;
}

.pricing-table-header h2.title {
    text-align: center;
    font-size: 38px;
    color: #3C2415;
    padding: 0
}

.pricing-table-header h2 {
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    font-style: italic;
    color: #999;
    position: relative;
    padding: 0;
    margin-bottom: 15px;
}

.pricing-table-header .free-shipping {
    width: 90px;
    height: 71px;
    background-size: 90px;
    font-size: 14px;
    line-height: 17px;
    padding-top: 19px;
    position: relative;
    display: inline-block;
    top: 21px;
    left: 10px
}

.pricing-table {
    width: 99%;
    border: 1px #cccccc solid;
}

.pricing-title-table {
    width: 100%;
    margin: 0;
    border: 0;
}

.pricing-title-table th {
    padding: 0px !important;
}


.pricing-table:first-child {
    margin-top: 0px;
}

.pricing-table td,
.pricing-table th {
    border: 1px #cccccc solid;
    padding: 10px;
    font-size: 1em;
    line-height: 1.5;
}

.pricing-table td:first-child {
    /*border-left:0*/
}

.pricing-table td:last-child {
    /*border-right:0*/
}

.pricing-table tr:last-child td {
    border-bottom: 0
}


.pricing-table td {
    font-family: 'Inter';
    font-weight: 400
}

tr.pricing-title th {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 34px;
    border: 0
}

.pricing-table th {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 18px;
    background: #3069B3;
    color: #ffffff;
    border: 1px #ffffff solid;
    line-height: 22px;
}

.pricing-table th:first-child {
    border-left: 0
}

.pricing-table th:last-child {
    border-right: 0
}

.pricing-table th h2 {
    color: #fff;
    font-size: 26px;
    margin: 0px;
}

.pricing-table th p,
.pricing-table td p {
    margin-bottom: 0;
}

.highlight-cell {
    background: #f3f8ff;
}

.subtle-cell {
    background: #e9e9e9;
}

.table-header-right {
    width: 100px;
    text-align: center;
}

.table-header-right a {
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    font-style: italic;
    line-height: 0px;
    position: relative;
    top: -5px;
}

.table-header-left {
    font-size: 18px !important;
    font-family: 'Roboto Slab', serif !important;
    font-style: italic !important;
    font-weight: normal !important;
    color: #b3fffd !important;
    width: 120px;
    text-align: center !important;
    padding-left: 10px !important;
}

/* Gift Cards */

.giftcards-container {}

.giftcards-container img {
    float: left;
    margin: 65px
}

.giftcards-container table {
    border: 0;
    width: 300px;
    float: right
}

.giftcards-container table td {
    text-align: left;
}

.giftcards-container table input[id="Quantity"] {
    width: 50px
}

.giftcards-container table select,
.giftcards-container table input[id="Quantity"] {
    font-family: 'Inter';
}

.giftcards-container table {
    font-family: 'Inter';
}

.giftcards-container table input[type="Submit"] {
    height: 40px;
    line-height: 40px;
}

.giftcards-container ul {
    margin-left: 40px;
}

.giftcards-container ul li {
    list-style: disc;
}

/* Why Picaboo */

.full-page-block {
    width: 100%
}

.why h2 {
    font-size: 74px;
    color: #666666;
    line-height: 90px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    text-align: center;
}

.why.why-1 {
    padding-top: 80px;
    padding-bottom: 150px;
}

.why.why-1 h2 {
    margin-top: 30px;
}

.why.why-1 p {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    width: 700px;
    margin: 0px auto;
    line-height: 40px;
    padding: 20px 0px 0px 0px
}

.why.why-2 {
    background: #3069B3;
    padding: 150px 0px 150px 0px
}

.why.why-2 h2 {
    color: #fff;
    margin: 0 auto;
}

.why.why-2 p {
    width: 700px;
    margin: 0 auto;
    font-size: 26px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
    line-height: 38px;
    color: #fff
}

.why.why-2 .free-shipping-large {
    margin: 0px auto
}


.why.why-2 p a:hover {
    color: #fff;
    border: 0;
    text-decoration: none;
}

.why.why-3 {
    padding: 150px 0px 150px 0px
}

.why.why-3 p {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    width: 630px;
    margin: 0px auto;
    line-height: 40px;
    padding: 50px 0px 0px 0px
}

/* About Us */

.bio {
    margin-bottom: 100px;
}

.bio h1 {
    font-size: 27px;
    margin-bottom: 10px;
    margin-top: 0;
}

.bio h2 {
    text-transform: uppercase;
    color: #3C2415;
    font-size: 14px;
    font-family: 'Inter';
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 400;
}

.bio p {
    color: #666666;
    font-size: 13px;
    margin-bottom: 66px
}

.bio-img-left img,
.bio-img-right img {
    border: 1px #dddddd solid
}

.bio-img-left {
    width: 40%;
    margin-right: 60px;
}

.bio-img-right {
    width: 40%;
    margin-left: 60px;
}

.bio-column-right,
.bio-column-left {
    width: 50%;
}


/* Team Page
.item {
    width: 25%;
    height:200px;
    background: #e9e9e9;
    margin-right:10px
}
.item.w2 { width: 50%; }

*/

/* Offer Pop-Up */

.popup-holder {
    text-align: center;
    margin-top: 30px
}

.logo-holder img {
    width: 300px
}

.popup-holder h1 {
    font-size: 35px;
    width: 80%;
    margin: 0 auto;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 45px;
    color: #3c2415
}

.popup-holder h2 {
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    color: #3c2415;
}

.popup-holder #submit {
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    width: 115px;
    margin-top: 20px;
    margin-bottom: 45px;
}

.popup-holder .have-account {
    font-size: 14px;
}

.popup-holder .show-after-submit {
    display: none;
    margin-top: 200px
}

.popup-holder .field {
    width: 300px;
    text-align: center;
}


/* Subscribe to Blog */

.subscribe-form {
    text-align: center;
    padding-top: 20px;
}

.subscribe-form h2 {
    font-size: 1.1em;
    text-align: center
}

.subscribe-form input[type=text] {
    width: 65%;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    height: 45px;
    line-height: 45px
}

.subscribe-form input[type=submit] {
    height: 40px;
    line-height: 40px;
    font-size: 1.2em;
}

/* Blog */

.entry-content p {
    font-weight: 400;
    margin-bottom: 20px;
}

.featured-post p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    padding-top: 10px;
}

/* Press Releases */

.portfolio-block,
.page-block.press {
    width: 44%;

}

.press li {
    list-style: none;
    margin-bottom: 50px
}

.press h2 {
    line-height: 45px;
}

.press span {
    font-style: italic;
}

.press p {
    margin-top: 10px
}

/* About Cards */

.about-cards h1 {
    text-align: center;
    font-size: 38px;
}

.about-cards-tiles {
    margin-top: 90px;
}

.tiles {
    width: 100%
}

.tile {
    width: 48%;
    height: 400px;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.tiles-content h2 {
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 30px;
    margin-top: 30px;
    color: #3C2415
}

.tiles-content h3 {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.tiles-content p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #4B5D59;
    line-height: 30px;
    margin-top: 20px;
}

.tiles-content ul {
    color: #3C2415;
    line-height: 1.5;
    margin-top: 15px;
    font-size: 18px
}

.tiles-content-photo {
    height: 400px
}

.tiles-auto-height {
    height: auto !important
}

.tiles-left {
    text-align: right;
}

.tiles-right {
    text-align: left;
}

.tiles-left h2,
.tiles-left h3,
.tiles-left p,
.tiles-left ol,
.tiles-left ul {
    margin-right: 30px
}

.tiles-right h2,
.tiles-right h3,
.tiles-right p,
.tiles-right ol,
.tiles-right ul {
    margin-left: 30px
}

.cardstock-type h2 {
    font-family: 'Inter';
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3C2415;
}

.cardstock-type h3 {
    font-size: 16px;
    margin-top: 10px;
}

.cardstock-type p {

    font-size: 16px;
    color: #999;
    line-height: 24px;
    margin-top: 0px;
}

.cardstock-type .theme-options {
    margin-top: 10px;
    list-style: none;
}

.cardstock-type .theme-options li {
    font-size: 18px;
    color: #3C2415 !important;
    line-height: 20px;
    font-family: 'Inter';
    font-style: normal;
    text-align: right;
    padding-right: 30px
}




/* Photographers */

.contrib-columns {
    width: 100%;
    left: 35px
}

.contrib-columns h2 {
    font-size: 24px;
    text-align: center;
}

.contrib-columns h1 {
    font-size: 24px;
    text-align: center;
}

.contrib-columns p {
    text-align: left
}

.contrib-columns img {
    margin-bottom: 20px;
}

.contrib-columns .flex-column {
    width: 495px;
    margin-right: 70px;
    margin-top: 70px;
    text-align: center;

}

.contrib-columns a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}






/* special offers */

.promos-container {
    text-align: left;
    margin-top: 40px;
}

.promos-container .flex-columns {
    text-align: left;
}

.promo-wrapper {
    float: left
}

.promo-group .promo-wrapper {
    width: 50%;
}

.promo {
    padding: 20px;
    /*padding-bottom: 75px;*/
    min-height: 120px;
    position: relative;
    color: #4B5D59;
}

.promotions h2 {
    text-align: left;
    font-size: 16px;
    color: #4B5D59;
    font-style: italic;
    margin: 0;
    margin-top: 10px;
}

.promo-wrapper .promo {
    min-height: 205px;
    position: relative;
    margin: 15px 0 15px 0;
    margin-right: 30px;
    /*border:1px solid #ddd;*/
    /* removed as part of redesign*/
}

.promo-group .promo-wrapper:nth-child(even) .promo {
    margin-right: 0;
}

.top-promo {
    background: #ecf4ff;
    border: 0;
    margin-bottom: 15px;
    color: #4B5D59;
}

.promo h2.title {
    text-align: left;
    font-size: 28px;
    line-height: 30px;
    font-style: normal;
}

.promo h2 {
    text-align: left;
    font-size: 16px;
    color: #4B5D59;
    font-weight: bold;
    margin: 0;
    /*margin-bottom: 5px;*/
    font-family: 'Inter';
}

.promo.top-promo h2 {
    /*color:#3069B3*/
    color: #4B5D59
}


.promo h3 {
    text-align: left;
    color: #807E7E;
    font-size: 18px;
    margin: 0;
    margin-top: 2px;
}

.promo h4 {
    font-family: 'Inter';
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: normal;
    color: #4B5D59;
    margin-bottom: 5px;
}


.promo h3:first-of-type {
    margin-top: 10px;
}

.promo p,
.promo-group p {
    text-align: left;
    margin: 0;
    position: absolute;
    bottom: 20px
}

.promo .button {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 20px;
}

.promo-img {
    float: right;
    margin-right: 3px;
    /*     width:140px; */
}

.top-promo .promo-img {
    margin: 10px 3px
}

.singleImage {
    width: 1900px;
}

.doubleImage {
    width: 950px;
}

/* Fundraising */

.fundraising-terms {
    margin: 50px;
}

.fundraising-form {
    width: 300px;
    padding: 50px 70px 50px 70px;
    background: #f3f8ff;
    border-radius: 4px;
    ;
    margin: 0 auto;
}

.fundraising-form h2 {
    text-align: center;
    font-size: 22px;
    color: #3c2415
}

.fundraising-form #ninja_forms_field_1_div_wrap,
.fundraising-form #ninja_forms_field_2_div_wrap {
    display: none;
}

.ninja-forms-error-msg {
    margin: 0 0 1.5em 0;
    line-height: 1.6em;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    padding: 10px;
    font-family: 'Inter';
    font-size: 14px;
    text-align: center;
    background: #ffe6e3;
    border: 1px solid #f2c3bf;
    color: #bf210e;
}

.ninja-forms-error-msg p {
    margin: 0
}

.ninja-forms-field-error,
.ninja-forms-req-symbol {
    color: #bf210e !important;
}

#ninja_forms_required_items {
    display: none;
}

.ninja-forms-form-wrap .ninja-forms-form .field-wrap.label-left .ninja-forms-field {
    margin: 0 auto !important;
    display: block;
}


/* SVN partner page */
.svn-container {
    width: 939px;
    margin: 0 auto;
}

.svn-hero {}

.svn-body {
    margin-top: 20px;
}

.svn-body-copy {
    width: 480px;
    margin-right: 40px;
}

.svn-body-copy h2 {
    font-size: 26px;
    margin-bottom: 5px;
}

.svn-body-steps {
    width: 240px;
}

.svn-steps {
    background-color: #3069B3;
    border-radius: 4px;
    text-align: center;
    padding-bottom: 20px;

}

.svn-steps h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 30px 20px 10px;
    margin: 0;
    text-align: left;
}

.svn-steps ol {
    margin: 0;
    padding: 0 20px 20px;
}

.svn-steps li {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    margin-left: 18px;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 5px;
    text-align: left;
}

.svn-steps select {
    width: 85%;
    padding: 5px
}


/* AMA Travel Page */
.ama-container {
    width: 1024px;
    margin: 0 auto;
}

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

.ama-header img {
    width: 200px
}

.ama-header h1 {
    margin: 0;
    margin-bottom: 40px;
    text-align: center;
}

.ama-header h2 {
    margin: 0;
    margin-top: 30px;
    text-align: center;
}

.ama-hero img {
    width: 100%;
}

.ama-tiles {
    text-align: left;
}

.ama-tiles ol {
    margin-left: 50px;
    margin-bottom: 20px;
}

.ama-tiles h2 {
    line-height: 35px;
    margin-bottom: 20px;
    width: 75%
}

.ama-tiles p {
    margin-top: 10px
}

.ama-footer h4 {
    font-size: 22px;
    font-family: 'Roboto Slab', serif;
    font-style: italic;
    text-align: center;
    color: #4B5D59;
    padding-top: 20px;
    padding-bottom: 40px;
    font-weight: normal;
}

.ama-footer p {
    margin-top: 40px;
}

/* Holiday Gift Guide */


.gift-guide .hero-text h1 {
    font-size: 90px
}

.gift-guide-hero img {
    width: 100%
}

.gift-guide-message h2 {
    text-align: center;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Roboto Slab', serif;
    font-style: italic;
    font-weight: normal;
    color: #4B5D59;
    font-size: 30px;
}


.gift-guide-cat {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;

}

.gift-guide-cat:hover {
    opacity: .8
}

.gift-guide-cat a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 340px;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, .5);
    line-height: 24px;


}

.idea-contianer {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 60px;
}

.idea-contianer:first-child {
    margin-top: 10px;
}

.idea-details {
    width: 55%;
    height: 720px;
}

.idea-photo {
    width: 40%;
    height: 400px;
    background-color: #ccc;
    margin-right: 30px
}

.idea-price {
    padding: 0 !important;
}

.idea-price .second-price {
    padding: 20px 40px 0px 40px !important
}

.idea-price .from-price,
.idea-price .second-price {
    padding-bottom: 30px;
    padding-right: 50px;
    width: 320px
}

.idea-price .from-price h1,
.idea-price .second-price h1 {
    display: inline-block;
}

.idea-price ul {
    margin: 0;
    list-style: none;
    float: right;
    position: relative;
    top: -35px
}

.idea-price ul li:first-child {
    color: #000 !important;
}

.idea-price .free-shipping {
    margin-top: -45px;
    margin-left: 333px;
}

.idea-details h2.idea-name {
    font-size: 35px;
    line-height: 38px;
    color: #3C2415;
}

.idea-details h2 {
    font-size: 18px;
    color: #4B5D59;
    margin-top: 10px;
    margin-bottom: 30px;
}

.idea-details h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    ;
}

.idea-details h4 {
    margin: 0;
    padding: 0;
    margin-top: 30px
}

.idea-cta {
    margin-top: 30px;
}

.idea-footer h5 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.idea-footer h5:first-child {
    margin-top: 30px;
}

.idea-details .suggested-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Slab', serif;
    font-style: italic;
    color: #4B5D59;
    line-height: 20px;
}

.idea-footer ul {
    margin-left: 40px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.idea-footer ul li {
    line-height: 20px;
    padding-bottom: 10px;
}

.idea-details .others-list {}

.idea-more {
    background: #f0eee8;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px
}

.idea-cat-thumb {
    text-align: center !important
}

.idea-cat-thumb a {
    color: #48874a !important;
    text-decoration: none;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;

}

.idea-cat-thumb a:hover {
    opacity: .8
}


.idea-cat-thumb img {
    width: 200px
}

/****** START CARNIVAL HOME CSS ******/


.fluid-container {
    padding-top: 40px;
    position: relative;
    /*background: #e3f2ff;*/
}

.featured-tiles {
    max-width: 1280px;
}

.featured-tiles .flex-column {
    width: 45%;
    margin: 0px;
    padding: 10px;
    text-align: center;
    /* border: 1px solid lightgray; */
}

.featured-tiles img {
    width: 100%;
}

.featured-tiles h3 {
    text-align: center;
    margin-bottom: 10px;
}

a#create {
    margin-top: 10px;
}


.featured3-tiles {
    width: 90%;
}

.featured3-tiles .flex-column {
    width: 20%;
    margin: 10px;
    /* padding: 20px; */
    text-align: center;
    /* border: 1px solid #676765; */
}

.featured3-tiles img {
    width: 100%;
    /* padding: 30px; */
}


.featured3-tiles h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.75rem;
    color: #07539c;
    font-weight: 700;
    /* text-shadow: 0px 2px 2px rgba(16, 16, 16, 0.37); */
    background: #fff;
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
}

a#create {
    margin-top: 10px;
}


.imageGrid {
    line-height: 0;
}

.imageGrid .tile {
    /* width: 33.33%; */
    min-height: 20em;
    line-height: 1.2;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-family: "Verdana";
    border: 1px solid #676765;
}

.imageGrid .tile:before {
    content: '';
    /* background-color: rgba(15, 15, 15, 0.25); */
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
}

.imageGrid .tile:hover:before {
    display: block;
    font-size: 2.75rem;
    color: #07539c;
    font-weight: 700;
}

.imageGrid .tile .textWrapper {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .75em;
}

.imageGrid .tile .textWrapper .content {
    display: none;
}

.imageGrid .tile:hover .textWrapper .content {
    display: block;
    padding: 0px;
    color: #07539c;
    margin: auto;
}

.imageGrid .tile:hover .textWrapper .content h2 {
    margin: 0;
    color: #676765;
}

h2.card-title.bold {
    font-size: 2.0rem;
    color: #07539c;
    font-weight: 700;
    /* text-shadow: 0px 2px 2px rgba(16, 16, 16, 0.37); */
    background: #fff;
    width: 100%;
    padding: 15px;
}

@media (max-width: 1000px) {
    .imageGrid .tile {
        width: 50%;
    }
}

@media (max-width: 700px) {
    .imageGrid .tile {
        width: 100%;
    }

}

/****** CLEAN GRID ******/

.tz-gallery {
    padding: 40px;
    max-width: 1080px;
    margin: auto;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 0;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
}

.tz-gallery .caption {
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    color: #676765;
}

.tz-gallery .caption h2 {
    font-weight: 700;
    font-size: 1.0em;
    margin: 0;
    padding-bottom: 0px;
    padding-top: 3px;
    color: #333333d4;
}

.tz-gallery .caption p {
    font-size: 13px;
    color: #676765;
    margin: 0;
    padding-top: 3px;
    font-weight: 200;
}

.baguetteBox-button {
    background-color: transparent !important;
}


a.button.button-outline-dark.button-medium {
    background: #676765;
    color: #fff !important;
    text-decoration: none;
    border: none;
}

/****** FLUID GRID ******/

.gallery-container-fluid {
    /* background-color: #e3f2ff; */
    color: #35373a;
    padding: 30px 50px;
    margin: auto;
    max-width: 1240px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #333333d4;
    padding-bottom: 0px;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

.tz-gallery2 {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery2 .row>div {
    padding: 2px;
}

.tz-gallery2 .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
    padding: 0px;
}

/*.tz-gallery2 .lightbox:before {*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*margin-top: -13px;*/
/*margin-left: -13px;*/
/*opacity: 0;*/
/*color: #fff;*/
/*font-size: 26px;*/
/*!*font-family: 'Glyphicons Halflings';*!*/
/*content: '\e003';*/
/*pointer-events: none;*/
/*z-index: 9000;*/
/*transition: 0.4s;*/
/*}*/

.hvrbox,
.hvrbox * {
    box-sizing: border-box;
}

.hvrbox {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.hvrbox img {
    max-width: 100%;
}

.hvrbox .hvrbox-layer_bottom {
    display: block;
}

.hvrbox .hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #3f1d756b;
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
    opacity: 1;
}

.hvrbox .hvrbox-text {
    text-align: center;
    font-size: 1.1em;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 700;
}

.hvrbox .hvrbox-text_mobile {
    font-size: 15px;
    border-top: 1px solid rgb(179, 179, 179);
    /* for old browsers */
    border-top: 1px solid rgba(179, 179, 179, 0.7);
    margin-top: 5px;
    padding-top: 2px;
    display: none;
}

.hvrbox.active .hvrbox-text_mobile {
    display: block;
}


.tz-gallery2 .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery2 .lightbox:hover:after,
.tz-gallery2 .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
	
	.desktop-banner{
		display: none;
	}
}


/****** PRODUCTS GRID ******/


.gallery-container3 {
    /* min-height: 100vh; */
    /* font: normal 16px sans-serif; */
    /* max-width: 970px; */
    margin: auto;
}

.gallery-container3 h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #333333d4;
    padding-bottom: 0px;
}

.gallery-container3 p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

.tz-gallery3 {
    padding: 40px;
    max-width: 970px;
    margin: auto;
}

.tz-gallery3 .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 0;
    border: none;
    transition: 0.15s ease-in-out;
    /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06); */
}

.tz-gallery3 .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery3 .lightbox img {
    border-radius: 4px 4px 0 0;
}

.tz-gallery3 .caption {
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery3 .caption h3 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    color: #333333d4;
}

.tz-gallery3 .caption h2 {
    font-weight: 700;
    margin: 0;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
}

.tz-gallery3 .caption p {
    color: #676765;
    margin: 0;
    padding-top: 5px;
    font-size: 13px;
    line-height: 1.2em;
    ;
}

.baguetteBox-button {
    background-color: transparent !important;
}


a.button.button-outline-dark.button-medium {
    background: #676765;
    color: #fff !important;
    text-decoration: none;
    border: none;
}


#socialicons {
    text-align: center;
}

#socialicons .icon {
    background: #3f1d75;
    display: inline-block;
    color: white;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 24px;
    vertical-align: unset;
    margin: 0 1px 8px;
    text-align: center;
    padding-top: 6px;
}

#socialicons .icon:hover {
    background: #4F2A75
}

div#c {
    padding-top: 0px;
}


.carnival-cta-end {
    width: 100%;
    background: #404040;
    padding-top: 40px;
    position: relative;
    padding-bottom: 50px;
    text-align: center;
    margin-top: 0px;
}

.carnival-detail-inner {
    padding: 0 40px 0 40px;
}

/****** END CARNIVAL HOME CSS ******/



/* Products Home Page Images */

.idea-cat-thumb-home img {
    width: 180px
}

.idea-cat-thumb-home.flex-column {
    text-align: center;
}

/* Products Home Page Images END */

.idea-cat-thumb h3 {
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    color: #48874a;
    /* text-transform: uppercase; */
    position: relative;
    top: 10px;
    /* text-shadow:0px 1px 1px rgba(0,0,0, .5); */
}


a.button-holiday {
    display: inline-block;
    background: #d35d45;
    border: 0px;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Inter';
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    height: 65px;
    line-height: 65px;
    padding: 0px 20px;
    width: auto;
    margin-top: 20px;
}


.holiday-guide {
    background-color: #f6f7f8;
    padding: 20px 20px 10px 20px;
}

.theme-pricing.deal {
    float: left;
    text-align: center;
    padding: 5px 10px 5px 0px;
}

/* Video Tutorials */

.tuts-container {}

.tuts-container {}

.tuts-container h2 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 40px;
}

.tuts-video-container {}

.tuts-video-container a {
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-backface-visibility: hidden;
    opacity: 1;
    position: relative;
}

.tuts-video-container a:hover {
    opacity: .6;
}

.tuts-video-container img {
    width: 100%;


}


.tuts-featured {}

.tuts-featured-video {
    width: 500px;
    height: 280px;
    margin-right: 20px
}

.tuts-featured-title {
    width: 625px
}

.tuts-featured-title h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
}

.tuts-featured-title p {}


.tuts-subtitle {}

.tuts-videos {
    text-align: left
}

.tuts-video {
    width: 33%;
    text-align: left;
    line-height: 25px
}

.tuts-video h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    line-height: 1.3;
    color: #39b4b1;
    margin: 0;
}

.tuts-video h4 {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 1.3;
    color: #4B5D59;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.tuts-video img {
    margin-bottom: 10px;
}


.page-tutorials a.pp_close {
    right: 65px;
    top: 10px
}


/* Quick Tips */

.tips-container {}

.tips-container h2 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 40px;
}

.tips-video-container {}

.tips-video-container a {
    transition: opacity .5s;
    opacity: 1;
    position: relative;
}

.tips-video-container a:hover {
    opacity: .6;
}

.tips-video-container img {
    /* width:100%; */

}


.tips-featured {}

.tips-featured-video {
    width: 500px;
    height: 280px;
    margin-right: 20px
}

.tips-featured-title {
    width: 625px
}

.tips-featured-title h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
}

.tips-featured-title p {}


.tips-subtitle {}

.tips-videos {
    text-align: left
}

.tips-video {
    width: 255px;
    line-height: 25px;
    margin: 10px 10px 10px 15px;
    background: #FFF;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    border-radius: 6px;
    overflow: hidden;
    height: 400px;
}

.tips-video h3 {
    font-family: 'Inter';
    font-size: 18px;
    line-height: 1.3;
    color: #39b4b1;
    margin-bottom: 7px;
}

h4 {}

.video-text {
    display: inline-block;
    margin: 10px 13px 10px 13px;
}

.tips-video h4 {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 1.3;
    color: #4B5D59;
    padding: 0;
    margin-bottom: 10px;
}

.tips-video img {
    float: left;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
}


.page-tutorials a.pp_close {
    right: 65px;
    top: 10px
}


a.button.tips {
    display: inline-block;
    background: #3069B3;
    border: 0px;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    width: auto;
}


/*Quick Tips Modal*/

.tips-modal-content {
    margin: 10px;

}

.tips-modal-content h2 {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #39b4b1;
}

.tips-modal-content p {
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #4B5D59;
}

.tips-modal-content .social img {
    height: 30px;
    margin-bottom: 10px;
}

.tips-modal-content .close-tip {
    position: absolute;
    margin-left: 80%;
    margin-top: -39px;
    font-weight: 700;

}

.page-template-template-tips-php #TB_overlay,
.page-template-template-tips-php #TB_window {
    z-index: 9999
}


/* NEW Quick Tips Page (April 2016) */
.quick-tips-page {}

.quick-tips-page .post-list {}

.quick-tips-page .post-list .alm-reveal li {
    width: 29%
}

.quick-tips-page .post-list .post-thumb {
    width: 279px;
    height: 185px
}



/* Idea */

.idea-container {}

.idea-container h2 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 40px;
}



.idea-video-container a {
    transition: opacity .5s;
    opacity: 1;
    position: relative;
}

.idea-video-container a:hover {
    opacity: .6;
}

.idea-video-container img {
    /* width:100%; */

}


.idea-featured {}

.idea-featured-video {
    width: 500px;
    height: 280px;
    margin-right: 20px
}

.idea-featured-title {
    width: 625px
}

.idea-featured-title h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
}

.idea-featured-title p {}


.idea-subtitle {}

.idea-videos {
    text-align: left
}

.idea-video {
    width: 255px;
    line-height: 25px;
    margin: 0px;
    margin-bottom: 30px;
    margin-left: 10px;
    background: #FFF;
    border-radius: 6px;
    /*overflow: hidden;*/
    /*height: auto;*/
    border: 1px solid rgba(0, 1, 1, 0.15);
}

.idea-video-text {
    display: inline-block;
    margin: 0px 13px 10px 13px;
}

.idea-video h5 {
    font-family: 'Inter';
    font-size: 12px;
    line-height: 1.3;
    color: #4B5D59;
    padding: 0;
    margin-bottom: 10px;
}

.idea-video h4 {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 1.3;
    color: #4B5D59;
    padding: 0;
    margin-bottom: 10px;
}

.idea-video h3 {
    font-family: 'Inter';
    font-size: 18px;
    line-height: 1.3;
    color: #3069B3;
    margin-bottom: 7px;
}

.idea-video img {
    /*float: left;*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    /*overflow: hidden;*/
}


.page-tutorials a.pp_close {
    right: 65px;
    top: 10px
}


a.button.idea {
    display: inline-block;
    background: #3069B3;
    border: 0px;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    width: auto;
}


/* Idea Modal*/

.idea-modal-content {
    margin: 10px;

}

.idea-modal-content h2 {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #39b4b1;
}

.idea-modal-content p {
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #4B5D59;
}

.idea-modal-content .social img {
    height: 30px;
    margin-bottom: 10px;
}

.idea-modal-content .close-tip {
    position: absolute;
    margin-left: 80%;
    margin-top: -39px;
    font-weight: 700;

}

.page-template-template-idea-php #TB_overlay,
.page-template-template-idea-php #TB_window {
    z-index: 9999
}

/* About Us TEAM */

.team {
    float: left;
    width: 115px;
    height: 100px;
    overflow: hidden;
    margin: 10px;
    border-bottom: 1px inset #ccc;
    margin-top: 30px;
}

.team img {
    position: absolute;
    top: 40px;
    border: 1px dotted #ccc;
    padding: 5px;
    width: 85px;
    margin-left: 8px;
    background: #fff;
}

.title-team {
    position: absolute;
    margin-top: 140px;
    width: 300px;

}

#tag-title-team {
    height: 200px;

}

.team a.name {
    color: #3069B3;
    position: absolute;
    line-height: 15px;
    font-size: 12px;
    text-align: center;
    width: 100px;
    display: none;
    padding-left: 4px;
    margin: 101px 0 0 0;
    background: #fff;
    height: 70px;
    width: 110px;
    padding-top: 5px;
}

.title-team h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    line-height: 1.3;
    color: #39b4b1;
    margin: 0;
}

.title-team h4 {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 1.3;
    color: #4B5D59;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.team-sidemenu {
    width: 200px;
    border-right: 1px solid #ddd;
    display: table-cell;
    padding-top: 40px;
    vertical-align: top;
}

.team-sidemenu input {
    max-width: none;
    width: auto;
    height: auto;

}

.team-sidemenu-list {
    font-size: 16px
}

.team-sidemenu-list h3 {
    font-size: 14px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 700
}

button.tags {
    font-size: .8em;
    height: 23px;
    line-height: 23px;
    padding: 0 5px 0 5px;
    border-radius: 4px;
    background: #336BB4;
    display: inline-block;
    border: 0px;
    font-weight: 400;
    width: auto;
    transition: all 0.4s ease;
    margin-bottom: 3px;
}

button.tags:hover {
    background: #34B3B0;
    color: #fff
}

button.tags:active {
    background: #34B3B0;
    color: #fff
}

button.tags:focus {
    background: #34B3B0;
    color: #fff;
}


#button-group {
    max-width: 90%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-top: 10px;
}

#button-group-right {
    max-width: 90%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-top: 100px;
}

#button-group-right h3 {
    margin-left: 0px;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    font-size: 38px;
    color: #3C2415;
    margin-bottom: 20px;
}

#button-group p {
    text-transform: uppercase;
}

#button-group-right p {
    text-transform: uppercase;
}


div#team-container {
    position: relative;
    min-height: 730px !important;
    margin: 0px auto;
    max-width: 100%;
    overflow: hidden;
}

div#top-results-wrapper {
    width: 1040px;
    display: table-cell;
    padding-left: 50px;
    /* padding-top:40px; */
}

section.about-content {
    display: table;
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 0px;
    min-height: 600px;
}

.about-content .team-sidemenu li {
    margin-bottom: 10px
}

.about-content h1 {
    font-size: 2em
}

.about-content p {
    padding-bottom: 20px
}

.about-content blockquote {
    border: none;
    margin: 0;
    padding: 30px 30px 30px 0
}

.about-content blockquote:before {
    content: "\201C";
    color: #ddd;
    font-family: 'Roboto Slab', serif;
    float: left;
    font-size: 10em;
    line-height: .7;
    padding-right: 26px;
}


/*.first-character { float: left; font-size: 10em; color:#ddd; line-height: .5; padding: 0px 30px 20px 0}*/

.picaboo-boodles {
    text-align: center
}

.boodle-intro {
    max-width: 900px;
    line-height: 1.5;
    font-size: 1em;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px
}

.flex-columns.boodles {
    margin-bottom: 50px
}

.flex-columns.boodles .flex-column {
    width: 200px;
    height: 100px;
    text-align: center;
    position: relative;
    margin: 0 40px 100px 40px
}

.flex-columns.boodles .flex-column img {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%
}

.flex-columns.boodles .flex-column div {
    position: absolute;
    bottom: -50px;
    width: 100%
}

@media only screen and (max-width: 550px) {
    .flex-columns.boodles .flex-column {
        margin-left: 0
    }

    .flex-columns.boodles .flex-column img {
        position: static;
        bottom: auto;
        left: auto;
        width: auto
    }

    .flex-columns.boodles .flex-column div {
        position: static;
        bottom: auto;
        width: 100%;
        padding-top: 20px
    }
}


.mission {
    padding: 0 50px 20px 50px;
    text-align: center
}

.mission h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 2;
    color: #4B5D59
}

.first-list {
    float: left;
    width: 39%
}

.first-photo {
    float: left;
    width: 49%;
    padding-top: 50px
}


/* Our Story */

.our-story.tile.tiles-content.tiles-right.flex-column {
    height: auto;
    margin-top: 0px;
    width: 100%;
}

.our-story.tile.tiles-photo.flex-column {
    width: 45%;
    height: 400px;
    margin-right: 10px;
    margin-top: 50px;
    overflow: hidden;
}

.our-story.tiles-content p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #4B5D59;
    line-height: 30px;
    margin-top: 20px;
}

/* Press Releases*/

.clearfix.press h2 {
    margin-left: 0px;
}



/* Shipping Page */

.shipping-container {
    margin-top: 20px;
}

.free-shipping-container {
    margin-bottom: 50px;
    background: url('/wp-content/uploads/free_shipping_banner.jpg') no-repeat right;
    width: 100%;
    height: 400px
}

.shipping-deadlines-container {
    text-align: center;
}

.shipping-deadlines-container h2 {
    font-size: 30px;
    font-family: 'Inter';
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 90px;
}

.shipping-deadlines-container h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-style: italic;
    color: #4B5D59;
    font-size: 24px;
    margin-top: 20px;
}

.shipping-anchor-links {
    color: #c20000;
    font-size: 18px;
}

.shipping-anchor-links a {
    background: #c20000;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    margin-right: 5px;
    ;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
}

.shipping-anchor-links a:hover {
    opacity: .8;
}

.ship-deads.flex-columns {
    text-align: left;
}

.ship-deads-products {
    width: 300px
}

.ship-deads-products h2 {
    font-family: 'Roboto Slab', serif;
    text-transform: none;
    font-weight: 300;
    font-size: 24px;
    margin-top: 0px;
    color: #676765
}

.ship-deads-dates {
    width: 750px
}

.ship-deads-dates span {
    font-weight: 500
}

.ship-dead-date {
    display: inline-block;
    background: #a3a3a3;
    color: #fff;
    padding: 3px 10px 3px 10px;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
}

.ship-deads-products-other {
    margin-bottom: 90px;
}

.ship-deads-products-other h2 {
    font-family: 'Roboto Slab', serif;
    text-transform: none;
    font-weight: 300;
    font-size: 24px;
    margin-top: 0px;
    color: #676765;
    margin: 0
}


/* Layout: left photo, right details */

.sidebyside-contianer {
    text-align: left;
    margin-bottom: 40px;
    margin-top: 60px;
}

.sidebyside-photo {
    width: 50%;
    height: 400px;
    margin-right: 30px;
}

.sidebyside-photo.right {
    margin-right: 0;
    margin-left: 50px;
}

.sidebyside-details {
    width: 45%;
    line-height: 1.2;
}

.sidebyside-details ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.sidebyside-details h1.sidebyside-name {
    font-size: 35px;
    line-height: 1.2;
    padding-bottom: 20px
}

.sidebyside-details h2 {
    color: #3C2415;
    font-size: 16px;
    font-weight: 400;
    text-shadow: none;
    padding-top: 7px;
    text-transform: uppercase;
    font-family: 'Inter';

}


/* Landing Pages */

.landing-page {
    margin-top: 30px;
}

.page-hero {}

.page-herotext {
    float: right;
    margin-right: 30px;
    text-align: center;
    width: 400px;
    /*margin-left:720px*/
}

.page-herotext h1,
.page-herotext h2,
.page-herotext h3 {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    margin: 0
}

.page-herotext h1 {
    font-size: 28px;
}

.page-herotext h2 {
    font-size: 20px;
    font-family: 'Inter';
    margin-bottom: 10px;
}

.page-herotext h3 {
    font-size: 14px;
    font-family: 'Inter';
    margin-bottom: 20px;
}

.page-herotext .button {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.page-maintitle {
    text-align: center;
    line-height: 1.2;
}

.page-subtitle {
    text-align: left;
    color: #4B5D59;
    font-family: 'Inter';
    font-size: 25px;
    margin-top: 20px;
    line-height: 1.2;
}

.steps ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.step-circle {
    background: #3069B3;
    color: #fff;
    text-align: center;
    font-family: 'Inter';
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
}

.page-year-in-review .page-block {
    overflow: inherit;
}

.todayshow .page-hero {
    margin-bottom: 30px;
}

.todayshow .page-herotext {
    padding-top: 30px;
}

.todayshow .page-maintitle {
    font-size: 40px;
}

.todayshow .flex-columns.steps h1 {
    font-size: 22px;
    margin: 30px 0 10px 0;
}

.todayshow .flex-columns.steps .flex-column {
    width: 30%;
    margin-right: 20px;
    line-height: 1.2;
    padding-bottom: 20px;
}


/* Account Pages */

.account-container {
    width: 650px;
    margin: 0 auto;
}

.account-page-menu {
    float: left;
    width: 150px
}

.account-frame {
    float: left;
    width: 500px
}


.account-menu a {}

.account-link-active {
    font-weight: 500;
    color: #000;
}

.missing-info-dot {
    background: #ff9000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    margin-left: -20px;
    margin-top: 10px;
    display: none
}

.tooltip {
    background: #fff;

}


/* Row List */

.row-list {}

.row-list-row {
    clear: both;
    display: inline-block;
    width: 100%
}

.row-image {
    float: left;
}

.row-content {}


.row-content h2 {
    font-size: 18px
}


/* media placements */

.media-placements img {
    /*border-radius:4px;
    border:1px solid #ddd*/
}

.media-placements span {
    font-size: 12px;
    text-transform: uppercase;
}

.contrib-columns.media-placements h2 a {
    font-size: 24px;
}

.contrib-columns.media-placements p {
    text-align: center
}

.contrib-columns.media-placements .flex-column {
    margin-top: 20px;
}

.contrib-columns.media-placements .featured-media {
    width: 400px
}

.contrib-columns.media-placements .media-video {
    width: 592px
}

.row-list.media-placements {
    margin-top: 50px;
}

.row-list.media-placements .row-list-row {
    margin-bottom: 10px;
}

.row-list.media-placements .row-image img {
    width: 150px
}

.row-list.media-placements .row-content {
    padding-left: 170px
}


/*IDD Vouchers*/

.IDD {
    max-width: 1000px;
    margin: 0px auto;
    padding-top: 20px
}

.IDD ul {
    list-style: disc;
}

.IDD-offer {
    padding-right: 20px;
    width: 30%
}

.IDD-image {
    width: 65%;
    margin-top: 15px;
}

.IDD-offer .button {
    text-align: center;
}

.IDD-offer .theme-pricing,
.occasion-page .theme-pricing {
    width: auto
}

.IDD-offer .theme-pricing h2.price {
    font-style: normal;
}

.IDD-offer .theme-pricing h2.price,
.occasion-page .theme-pricing h2.price {
    font-size: 115px;
    font-weight: 300
}

.IDD-offer .theme-pricing h2.price span:first-child,
.occasion-page .theme-pricing h2.price span:first-child {
    font-size: 60px;
    top: 20px;
}

.IDD-offer table,
.occasion-page table {
    border: 0;
    margin-top: 40px;
}

.IDD-offer table tr th,
.occasion-page table tr th {
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px 5px 0px;
}

.IDD-offer table tr td,
.occasion-page table tr td {
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    padding: 0px 10px 0px 0px;
}

.IDD-offer h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    color: #cc0000;
    font-style: italic
}

.IDD-offer ul {
    margin-left: 20px;
    margin-bottom: 20px;
    list-style: none
}

.IDD-offer ul li {
    line-height: 1.2;
}


.strike {
    text-decoration: line-through;
    color: #cc0000;
}



/*Occasion Pages*/
.occasion-page {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center
}

.occasion-header {
    margin-bottom: 20px;
}

.occasion-header h1 {
    font-family: 'Roboto Slab', serif;
    font-style: italic;
    font-size: 80px;
    width: 90%;
    margin: 0 auto;
}

.occasion-header h2 {
    position: relative;
    top: -30px;
    width: 90%;
    margin: 0 auto;
}

.occasion-header h2 .buynow-tag {
    width: 90px;
    position: relative;
    top: 26px;
}

.occasion-page .occasion-title {
    font-family: 'Roboto Slab', serif;
    font-size: 60px;
    font-style: italic;
    color: #3069B3;
    text-align: center
}

.occasion-page h2 {
    font-family: 'Inter';
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}


.occasion-menu {
    width: 300px;
    position: absolute;
    text-align: center;
    overflow: auto;
}

.occasion-menu ul {
    list-style: none;
}

.occasion-menu ul li {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

.occasion-menu img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    margin-bottom: 5px;
}

.occasion-menu a {
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
}

.occasion-content {
    max-width: 1000px;
    margin-left: 300px;
}

.occasion-content section {}


.occasion-content section .occasion-image {
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
    position: relative;
}


.occasion-content section .flex-columns {
    width: 90%
}

.occasion-content section .flex-column.occasion-detail1 {
    width: 60%;
    margin-right: 2%;
}

.occasion-content section .flex-column.occasion-detail1 h1 {
    font-size: 40px
}

.occasion-content section .flex-column.occasion-detail2 {
    width: 37%
}

.occasion-price {
    position: relative;
    top: -100px
}

.occasion-price .occasion-price-inside {
    background: #ffffff;
    padding: 30px;
    text-align: center;
    box-shadow: none;
    /*border: 1px solid #cccccc;*/
    border: 1px solid #cccccc;
}

.occasion-price .occasion-price-inside p {
    margin: 0
}

.occasion-price .occasion-price-inside .theme-pricing {
    text-align: center;
    padding: 0
}

.occasion-page .theme-pricing h2.price {
    font-size: 90px;
    font-weight: 300;
    line-height: 1;
    margin-top: 0px;
}

.occasion-page .theme-pricing h2.price span:first-child {
    font-size: 40px;
    top: 20px;
}

.occasion-price .occasion-price-inside h2 {
    font-size: 25px;
    margin: 0;
}

.occasion-page table {
    width: 100%;
    margin-top: 20px;
}

.occasion-page table tr th {
    font-size: 14px
}

.occasion-page table tr th,
.occasion-page table tr td {
    padding: 0 5px 5px 5px
}


.occasion-details {
    margin-top: 20px;
    text-align: left;
}

.occasion-details h2 {
    margin: 0;
    text-align: left;
}

.occasion-details ul {
    margin-left: 20px;
}

/*wedding page*/
.occasion-page.occasion-wedding .occasion-title,
.occasion-wedding .occasion-menu a,
.occasion-page.occasion-wedding .theme-pricing h1,
.occasion-page.occasion-wedding .tail-ribbon-large h3 {
    color: #333333;
}

.occasion-page.occasion-wedding .button {
    background: #56c3bd;
}

.occasion-page.occasion-wedding .button:hover {
    box-shadow: none;
    background: #333;
    color: #fff;
}

.occasion-page.occasion-wedding .occasion-menu a {
    color: #333;
}

.occasion-wedding .occasion-price .occasion-price-inside,
.occasion-page.occasion-wedding .tail-ribbon-large div div,
.occasion-page.occasion-wedding .tail-ribbon-large h3 {
    background: #ffffff
}

.occasion-page.occasion-wedding .image-fade {
    height: 150px
}

/*mothers page */
.occasion-page.occasion-mothers .button {
    background: #c03e88
}

.occasion-page.occasion-mothers .occasion-menu a {
    color: #c03e88
}

/*fathers page */

.occasion-page.occasion-fathers .button {
    background: #3069B3;
}

.occasion-page.occasion-fathers .button:hover {
    box-shadow: none;
    background: #333;
    color: #fff;
}

.occasion-page.occasion-fathers .occasion-menu a {
    color: #333;
}


/* Phone Cases */
.case-logos-container {
    background: #f3f3f4;
    padding: 20px
}

.case-logos {
    max-width: 1150px;
    margin: 0 auto
}

.case-logos div {
    -webkit-flex: 1;
    flex: 1;
    opacity: .5;
    text-align: center
}

.cases-list-container {}

.cases-list {
    max-width: 1150px;
    margin: 0 auto
}

.cases-list-item {
    width: 45%;
    text-align: center;
    padding-top: 50px;
}

.cases-thumbs {
    padding-top: 10px
}

.cases-thumbs li {
    display: inline-block
}

.cases-thumbs .thickbox img {
    width: 60px;
    border: 1px #ddd solid;
    padding: 0 5px
}

.cases-list-item h2 {
    font-weight: 700;
    font-size: 1.7em;
    padding-top: 10px
}

.case-desc {
    line-height: 1.3;
    padding-bottom: 10px;
    width: 60%;
    margin: 0 auto
}

.case-for {
    font-size: .9em;
    line-height: 1.2
}

.tablet-cases {
    position: relative;
    padding-top: 50px;
}

.tablet-content {
    max-width: 300px;
    position: absolute;
    text-align: center;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tablet-content h2 {
    font-weight: 700
}

.tablet-content .case-desc {
    width: 100%
}

.tablet-photo {
    width: 100%;
    height: 550px;
    background: #f3f3f4 url(//d88zf0kfw1nyb.cloudfront.net/pm/phone-cases/tablets.png) no-repeat;
    background-position-x: 80%
}

.notebook-cases {
    position: relative;
    padding-top: 50px;
}

.notebook-content {
    max-width: 300px;
    position: absolute;
    text-align: center;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.notebook-content h2 {
    font-weight: 700
}

.notebook-content .case-desc {
    width: 100%
}

.notebook-photo {
    width: 100%;
    height: 550px;
    background: #f3f3f4 url(//d88zf0kfw1nyb.cloudfront.net/pm/phone-cases/notebook.png) no-repeat;
    background-position-x: 80%;
    background-position-y: 50%
}

.exploded-case {
    padding-top: 50px;
    text-align: center
}

.case-detail {
    padding-top: 50px;
    position: relative;
    max-width: 1150px;
    margin: 0 auto
}

.case-detail-content {
    max-width: 400px;
    float: left;
    text-align: left;
    padding: 50px 0 0 60px;
    width: 50%
}

.case-detail-photo {
    float: right;
    padding: 0
}

.case-pricing {
    max-width: 1150px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.case-pricing .pricing-table td:nth-child(1) {
    font-weight: 700
}

.case-pricing .pricing-table td:nth-child(3),
.case-pricing .pricing-table td:nth-child(4),
.case-pricing .pricing-table td:nth-child(5) {
    text-align: center;
}

.phone-editor-header {
    text-align: left;
    width: 90%;
    max-width: 1144px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding-top: 100px;

}

.phone-editor-header h1 {
    margin: 0px;
    width: 50%;
    float: left;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 40px
}

.phone-editor-header .phone-editor-steps {
    width: 47%;
    float: right;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 20px;
}


.notebook-detail {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative
}

.nb-detail-inner {
    padding: 0 20px 0 20px
}

.nb-front-back-img {
    float: left;
    width: 49%
}

.nb-front-back-text {
    float: right;
    width: 49%;
    padding-top: 200px
}

.nb-closeup-img {
    float: right;
    width: 49%
}

.nb-closeup-text {
    float: left;
    width: 49%;
    padding-top: 200px
}

.nb-open-img {
    float: left;
    width: 55%
}

.nb-open-text {
    float: right;
    width: 40%;
    padding-top: 100px
}

.nb-storage-img {
    float: right;
    width: 49%
}

.nb-storage-text {
    float: left;
    width: 49%;
    padding-top: 200px
}

.notebook-cta {
    width: 100%;
    background: #ebebeb;
    padding: 50px 0 50px 0;
    margin-top: 50px;
}

.notebook-cta-also {
    width: 100%;
    padding: 50px 0 50px 0;
}

.notebook-cta-also h2 {
    text-align: center
}

.nb-cta-inner {
    max-width: 500px;
    margin: 0 auto;
}

.nb-cta-text {
    float: left;
    width: 49%;
    padding-top: 50px
}

.nb-cta-img {
    float: right;
    width: 49%;
    text-align: right
}

.nb-cta-text h2 {
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
    text-align: left
}

.nb-cta-text h3 {
    font-weight: 700;
    font-size: 1.6em;
    margin: 0
}

.nb-cta-text p {
    margin-bottom: 5px;
    font-size: .9em
}

.notebook-cta-also .nb-cta-inner {
    padding-top: 20px
}

.notebook-cta-also .nb-cta-text {
    padding-top: 40px
}


/* New Cards Page */

.card-detail {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
    padding-bottom: 100px;
}

.card-detail-inner {
    padding: 0 20px 0 20px
}

.card-detail-content {
    max-width: 400px;
    float: left;
    text-align: left;
    padding: 120px 0 0 60px;
    width: 50%;
}

.card-detail-photo {
    float: right;
    padding: 0;
    width: 50%;
}

.card-front-back-img {
    float: left;
    width: 49%
}

.card-front-back-text {
    float: right;
    width: 49%;
    padding-top: 150px;
}

.card-front-back-text-2 {
    float: right;
    width: 49%;
    padding-top: 170px;
}

.card-front-back-text-multi {
    float: right;
    width: 49%;
    padding-top: 160px;
}

.card-closeup-img {
    float: right;
    width: 49%;
}

.card-closeup-text {
    float: left;
    width: 45%;
    padding-top: 100px;
}

.card-cta {
    width: 100%;
    background: #ebebeb;
    padding: 0px 0 90px 0;
    margin-top: 50px;
}

.card-cta-price {
    width: 100%;
    background: #ebebeb;
    padding: 60px 0 60px 0;
}

.card-cta-also {
    width: 100%;
    padding: 50px 0 50px 0;
}

.card-cta-also h2 {
    text-align: center
}

.card-cta-inner {
    max-width: 570px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.card-cta-text {
    float: left;
    width: 40%;
    padding-top: 20px
}

.card-cta-text h2 {
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
    text-align: left
}

.card-cta-text h3 {
    font-weight: 700;
    font-size: 1.6em;
    margin: 0
}

.card-cta-text p {
    margin-bottom: 5px;
    font-size: .9em;
    text-align: left;
    padding-bottom: 10px;
}

.card-cta-text-2 {
    float: right;
    width: 40%;
    text-align: right;
    padding-top: 20px
}

.card-cta-text-2 h2 {
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
    text-align: left
}

.card-cta-text-2 h3 {
    font-weight: 700;
    font-size: 1.6em;
    margin: 0;
    text-align: left;
}

.card-cta-text-2 p {
    margin-bottom: 5px;
    font-size: .9em;
    text-align: left;
    padding-bottom: 10px;
}

.card-cta-also .card-cta-inner {
    padding-top: 20px
}

.card-cta-also .card-cta-text {
    padding-top: 40px
}

.cards-unique {
    position: relative;
    padding-top: 50px;
    background: #f3f3f4;
}

.cards-unique-content {
    max-width: 450px;
    position: absolute;
    text-align: left;
    left: 27%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 20px;
}

.cards-unique-content h2 {
    /* font-weight: 700; */
}

.cards-unique-content .cards-unique-desc {
    width: 100%
}
.cards-unique-photo-new {
    width: 100%;
    height: 750px;
    background: #f3f3f4 url("https://d88zf0kfw1nyb.cloudfront.net/pm/Winter2023/Cards/unique-designs-final1.png") no-repeat center; 
    background-position-x: 75%;
}
.cards-unique-photo {
    width: 100%;
    height: 600px;
    background: #f3f3f4 url(//d88zf0kfw1nyb.cloudfront.net/pm/cards/unique-designs-final1.png) no-repeat;
    background-position-x: 95%;
}

.cards-easy {
    position: relative;
    padding-top: 50px;
    background: #f3f3f4;
}

.cards-easy-content {
    max-width: 450px;
    position: absolute;
    text-align: left;
    left: 27%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 20px;
}

.cards-easy-content h2 {
    /* font-weight: 700 */
}

.cards-easy-content .cards-easy-desc {
    width: 100%
}

.cards-easy-photo {
    width: 100%;
    height: 600px;
    background: #f3f3f4 url("https://d88zf0kfw1nyb.cloudfront.net/pm/Winter2023/Cards/Envelopes.jpg") no-repeat center;
    background-position-x: 80%;
}


.book-steps {
    position: absolute;
    /* width:100%; */
    /* margin-top:-190px; */
}

.book-steps-inner {
    max-width: 800px;
    margin: 0 auto;
}

.book-step {
    width: 33%;
    float: left;
    text-align: center
}


/* New Cards Blank Card Modal*/
p.card-selection {
    /* text-align: center; */
    /*position: absolute;*/
    width: 100%;
}

.card-selection img {
    width: 135px;
    padding-bottom: 20px;
}

/* ---------Mouse Pads--------------------------------------------------------------------------------------*/


.mouse-pads-detail {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
    padding-bottom: 100px;
}

.mp-detail-inner {
    padding: 0 20px 0 20px
}

.mp-front-back-img {
    float: left;
    width: 49%
}

.mp-front-back-text {
    float: right;
    width: 49%;
    padding-top: 60px !important;
}

.mp-closeup-img {
    float: right;
    width: 49%
}

.mp-closeup-text {
    float: left;
    width: 49%;
    padding-top: 200px
}

.mp-open-img {
    float: left;
    width: 55%
}

.mp-open-text {
    float: right;
    width: 40%;
    padding-top: 100px
}

.mp-storage-img {
    float: right;
    width: 49%
}

.mp-storage-text {
    float: left;
    width: 49%;
    padding-top: 200px
}

.mouse-pads-cta {
    width: 100%;
    background: #ebebeb;
    padding: 50px 0 50px 0;
    margin-top: 50px;
}

.mouse-pads-cta-also {
    width: 100%;
    padding: 50px 0 50px 0;
}

.mouse-pads-cta-also h2 {
    text-align: center
}

.mp-cta-inner {
    max-width: 500px;
    margin: 0 auto;
}

.mp-cta-text {
    float: left;
    width: 49%;
    padding-top: 50px
}

.mp-cta-img {
    float: right;
    width: 49%;
    text-align: right
}

.mp-cta-text h2 {
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
    text-align: left
}

.mp-cta-text h3 {
    font-weight: 700;
    font-size: 1.6em;
    margin: 0
}

.mp-cta-text p {
    margin-bottom: 5px;
    font-size: .9em
}

.mouse-pads-cta-also .nb-cta-inner {
    padding-top: 20px
}

.mouse-pads-cta-also .nb-cta-text {
    padding-top: 40px
}

ul.ideas-list {
    list-style: disc;
    padding-left: 20px;
}


/* ---------Journals --------------------------------------------------------------------------------------*/


.journals-detail {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
}

.journals-detail-inner {
    padding: 0 20px 0 20px
}

.journals-front-back-img {
    float: left;
    width: 49%
}

.journals-front-back-text {
    float: right;
    width: 49%;
    padding-top: 200px
}

.journals-closeup-img {
    float: right;
    width: 49%
}

.journals-closeup-text {
    float: left;
    width: 49%;
    padding-top: 200px
}

.journals-open-img {
    float: left;
    width: 55%
}

.journals-open-text {
    float: right;
    width: 40%;
    padding-top: 100px
}

.journals-storage-img {
    float: right;
    width: 49%
}

.journals-storage-text {
    float: left;
    width: 49%;
    padding-top: 200px
}

.journals-cta {
    width: 100%;
    background: #ebebeb;
    padding: 50px 0 50px 0;
    margin-top: 50px;
}

.journals-cta-also {
    width: 100%;
    padding: 50px 0 50px 0;
}

.journals-cta-also h2 {
    text-align: center
}

.journals-cta-inner {
    max-width: 500px;
    margin: 0 auto;
}

.journals-cta-text {
    float: left;
    width: 49%;
    padding-top: 50px
}

.journals-cta-img {
    float: right;
    width: 49%;
    text-align: right
}

.journals-cta-text h2 {
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
    text-align: left
}

.journals-cta-text h3 {
    font-weight: 700;
    font-size: 1.6em;
    margin: 0
}

.journals-cta-text p {
    margin-bottom: 5px;
    font-size: .9em
}

.journals-cta-also .nb-cta-inner {
    padding-top: 20px
}

.journals-cta-also .nb-cta-text {
    padding-top: 40px
}


/* ---------Notebooks--------------------------------------------------------------------------------------*/


.notebooks-detail {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative
}

.notebooks-detail-inner {
    padding: 0 20px 0 20px
}

.notebooks-front-back-img {
    float: left;
    width: 49%
}

.notebooks-front-back-text {
    float: right;
    width: 49%;
    padding-top: 200px
}

.notebooks-closeup-img {
    float: right;
    width: 49%
}

.notebooks-closeup-text {
    float: left;
    width: 48%;
    padding-top: 200px;
}

.notebooks-open-img {
    float: left;
    width: 55%
}

.notebooks-open-text {
    float: right;
    width: 40%;
    padding-top: 100px
}

.notebooks-storage-img {
    float: right;
    width: 49%
}

.notebooks-storage-text {
    float: left;
    width: 49%;
    padding-top: 200px
}

.notebooks-cta {
    width: 100%;
    background: #ebebeb;
    padding: 50px 0 50px 0;
    margin-top: 50px;
}

.notebooks-cta-also {
    width: 100%;
    padding: 50px 0 50px 0;
}

.notebooks-cta-also h2 {
    text-align: center
}

.notebooks-cta-inner {
    max-width: 500px;
    margin: 0 auto;
}

.notebooks-cta-text {
    float: left;
    width: 49%;
    padding-top: 50px
}

.notebooks-cta-img {
    float: right;
    width: 49%;
    text-align: right
}

.notebooks-cta-text h2 {
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
    text-align: left
}

.notebooks-cta-text h3 {
    font-weight: 700;
    font-size: 1.6em;
    margin: 0
}

.notebooks-cta-text p {
    margin-bottom: 5px;
    font-size: .9em
}

.notebooks-cta-also .nb-cta-inner {
    padding-top: 20px
}

.notebooks-cta-also .nb-cta-text {
    padding-top: 40px
}



/* --------- Pillows --------------------------------------------------------------------------------------*/

.pillows-detail {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
}

.p-detail-inner {
    padding: 0px 120px 0 120px;
}

.p-front-back-img {
    float: left;
    width: 49%
}

.p-front-back-text {
    float: right;
    width: 39%;
    padding-top: 200px;
}

.p-closeup-img {
    float: right;
    width: 49%
}

.p-closeup-text {
    float: left;
    width: 49%;
    padding-top: 100px;
}

.p-open-img {
    float: left;
    width: 55%
}

.p-open-text {
    float: right;
    width: 40%;
    padding-top: 100px
}

.p-storage-img {
    float: right;
    width: 49%
}

.p-storage-text {
    float: left;
    width: 49%;
    padding-top: 200px
}

.pillows-cta {
    width: 100%;
    background: #ebebeb;
    padding: 50px 0 50px 0;
    margin-top: 100px;
}

.pillows-cta-also {
    width: 100%;
    /* padding:50px 0 50px 0; */
}

.pillows-cta-also h2 {
    text-align: center;
    margin: auto;
    max-width: 1040px;
}

.p-cta-inner {
    max-width: 500px;
    margin: 0 auto;
}

.p-cta-text {
    float: left;
    width: 49%;
    padding-top: 50px
}

.p-cta-img {
    float: right;
    width: 49%;
    text-align: right
}

.p-cta-text h2 {
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
    text-align: left
}

.p-cta-text h3 {
    font-weight: 700;
    font-size: 1.6em;
    margin: 0
}

.p-cta-text p {
    margin-bottom: 5px;
    font-size: .9em
}

.pillows-cta-also .p-cta-inner {
    /* padding-top: 20px */
}

.pillows-cta-also .p-cta-text {
    padding-top: 0px
}

div#p {
    padding-top: 40px;
}

/* --------- Blankets --------------------------------------------------------------------------------------*/


.blankets-detail {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}

.blankets-detail-type {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
}

.b-detail-inner {
    padding: 0px 0px 0 120px;
}

.b-front-back-img {
    float: left;
    width: 49%
}

.b-front-back-text {
    float: right;
    width: 50%;
    padding-top: 100px;
}

.b-closeup-img {
    float: right;
    width: 49%
}

.b-closeup-text {
    float: left;
    width: 49%;
    padding-top: 100px;
}

.b-open-img {
    float: left;
    width: 55%
}

.b-open-text {
    float: right;
    width: 50%;
    padding-top: 100px
}

.b-storage-img {
    float: right;
    width: 49%
}

.b-storage-text {
    float: left;
    width: 49%;
    padding-top: 200px
}

.blankets-cta {
    width: 100%;
    background: #ebebeb;
    padding: 50px 0 50px 0;
    margin-top: 50px;
}

.blankets-cta-also {
    width: 100%;
    padding: 50px 0 50px 0;
}

.blankets-cta-also h2 {
    text-align: center
}

.b-cta-inner {
    max-width: 500px;
    margin: 0 auto;
}

.b-cta-text {
    float: left;
    width: 49%;
    padding-top: 50px
}

.b-cta-img {
    float: right;
    width: 49%;
    text-align: right
}

.b-cta-text h2 {
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
    text-align: left
}

.b-cta-text h3 {
    font-weight: 700;
    font-size: 1.6em;
    margin: 0
}

.b-cta-text b {
    margin-bottom: 5px;
    font-size: .9em
}

.blankets-cta-also .b-cta-inner {
    padding-top: 20px
}

.blankets-cta-also .b-cta-text {
    padding-top: 40px
}

img#small {
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    ;
    border-color: black;
}

div#b {
    padding-top: 100px;
}


/* --------- Ornaments --------------------------------------------------------------------------------------*/


.ornaments-detail {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}

.ornaments-detail-type {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
}

.o-detail-inner {
    padding: 0px 0px 0 120px;
}

.o-front-back-img {
    float: left;
    width: 40%
}

.o-front-back-text {
    float: right;
    width: 60%;
    padding-top: 100px;
}

.o-closeup-img {
    float: right;
    width: 49%
}

.o-closeup-text {
    float: left;
    width: 49%;
    padding-top: 100px;
}

.o-open-img {
    float: left;
    width: 55%
}

.o-open-text {
    float: right;
    width: 50%;
    padding-top: 100px
}

.o-storage-img {
    float: right;
    width: 49%
}

.o-storage-text {
    float: left;
    width: 49%;
    padding-top: 200px
}

.ornaments-cta {
    width: 100%;
    background: #ebebeb;
    padding: 50px 0 50px 0;
    margin-top: 50px;
}

.ornaments-cta-also {
    width: 100%;
    padding: 50px 0 50px 0;
}

.ornaments-cta-also h2 {
    text-align: center
}

.o-cta-inner {
    max-width: 500px;
    margin: 0 auto;
}

.o-cta-text {
    float: left;
    width: 49%;
    padding-top: 50px
}

.o-cta-img {
    float: right;
    width: 49%;
    text-align: right
}

.o-cta-text h2 {
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
    text-align: left
}

.o-cta-text h3 {
    font-weight: 700;
    font-size: 1.6em;
    margin: 0
}

.o-cta-text o {
    margin-bottom: 5px;
    font-size: .9em
}

.ornaments-cta-also .o-cta-inner {
    padding-top: 20px
}

.ornaments-cta-also .o-cta-text {
    padding-top: 40px
}

img#small {
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    ;
    border-color: black;
}

div#b {
    padding-top: 100px;
}


/* ---------Cards for Causes Start--------------------------------------------------------------------------------------*/

/*Slide Show*/


.jssora05l,
.jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/programs/cards-for-causes/images/img/c17.png') no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -11px -41px;
}

.jssora05r {
    background-position: -71px -41px;
}

.jssora05r:hover {
    background-position: -191px -41px;
    opacity: 1.5 !important;
}

.jssora05l:hover {
    background-position: -11px -41px;
    opacity: 1.5 !important;
}

.jssora05l.jssora05ldn {
    background-position: -251px -41px;
}

.jssora05r.jssora05rdn {
    background-position: -311px -41px;
}

.jssora05l.jssora05lds {
    background-position: -11px -41px;
    opacity: .3;
    pointer-events: none;
}

.jssora05r.jssora05rds {
    background-position: -71px -41px;
    opacity: .3;
    pointer-events: none;
}

/* jssor slider thumbnail navigator skin 01 css */
/*.jssort01 .p
(normal).jssort01 .p:hover      (normal mouseover).jssort01 .p.pav
(active).jssort01 .p.pdn        (mousedown)*/

.jssort01 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 90px;
    border: #ddd 1px solid;
}

.jssort01 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 125px;
    height: 90px;
    box-sizing: content-box;
    /*background: url('//d88zf0kfw1nyb.cloudfront.net/pm/programs/cards-for-causes/images/img/t01.png') -800px -800px no-repeat;    _background: none;*/
}


.jssort01 .pav .c {
    top: 0px;
    _top: 0px;
    left: 0px;
    _left: 0px;
    width: 114px;
    height: 84px;
    border: #F26B4F 2px solid;
    background-position: 50% 50%;
}

.jssort01 .p:hover .c {
    top: 0px;
    left: 0px;
    width: 114px;
    height: 84px;
    border: #F26B4F 2px solid;
    background-position: 50% 50%;
}

.jssort01 .p.pdn .c {
    /*background-position: 50% 50%; */
    width: 114px;
    height: 84px;
}

* html .jssort01 .c,
* html .jssort01 .pdn .c,
* html .jssort01 .pav .c {
    /* ie quirks mode adjust */
    width
    /**/
    : 72px;
    height
    /**/
    : 72px;
}


div#thumbs {
    left: 0px !important
}


/* Blank Card Modal*/
.blank-card-container-causes {
    padding-top: 25px;
    padding-left: 44px;
    max-width: 570px;
}

.blank-card-container-causes img {
    width: 240px;
}

p.single-card {
    padding-right: 10px !important;
}

.blank-card-container-causes2 img {
    width: 200px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.flex-column.collage {
    float: right;
}

a.button.button-outline-dark-cards-for-causes {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #F26B4F;
    font-weight: 500;
    padding: 0 20px 0 20px;
    background: #F26B4F;
    min-width: 245px;
}

a.button.button-outline-dark-cards-for-causes:visited {
    color: #333
}

a.button.button-outline-dark-cards-for-causes:hover {
    background: #333;
    border: 2px solid #333;
    text-decoration: none;
}

a.button.button-outline-light-cards-for-causes-modal {
    height: 50px;
    line-height: 45px;
    font-size: 14px;
    color: #333333;
    border: 2px solid #333333;
    font-weight: 500;
    background: #ffffff;
    min-width: 160px;
    /* padding: 10px; */
}

a.button.button-outline-light-cards-for-causes-modal:visited {
    background: #ffffff;
    color: #333;
    border: 2px solid #333;
}

a.button.button-outline-light-cards-for-causes-modal:hover {
    background: #333;
    color: #fff;
    border: 2px solid #333;
}

a.button.button-outline-light-cards-for-causes {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    border: 2px solid #333;
    margin-top: 15px;
    font-weight: 500;
    background: #fff;
    min-width: 245px;
    padding: 0 20px 0 20px;
}

a.button.button-outline-light-cards-for-causes:visited {
    background: #ffffff;
    color: #333;
    border: 2px solid #333;
}

a.button.button-outline-light-cards-for-causes:hover {
    background: #333;
    color: #fff;
    border: 2px solid #333;
    text-decoration: none;
}

a.button.button-outline-light-cards-for-causes-home {
    height: 45px;
    line-height: 42px;
    font-size: 14px;
    color: #ffffff;
    border: 2px solid #F26B4F;
    margin-top: 15px;
    background: #F26B4F;
    min-width: 135px;
}

a.button.button-outline-light-cards-for-causes-home:visited {
    color: #ffffff
}

a.button.button-outline-light-cards-for-causes-home:hover {
    background: #333;
    color: #ffffff;
    border: 2px solid #333;
}

a.button.button-outline-dark.button-medium-cards-for-causes {
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    padding: 0 20px 0 20px
}


.cards-customize {
    position: relative;
    padding-top: 50px;
    width: 100%;
    background: #ebebeb;
}


.cards-customize-photo {
    float: right;
    width: 59%;
}

.cards-customize-content {
    text-align: left;
    float: left;
    width: 40%;
    padding-top: 70px;
}

div#cfc-background {
    background-color: #ebebeb;
}

.card-for-cause-video {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
    padding-bottom: 100px;
}

.card-for-cause-video-inner {
    padding: 0 20px 0 20px;
}

.card-for-cause-video-img {
    float: left;
    width: 49%;
}

.card-for-cause-video-text {
    float: right;
    width: 41%;
}


.card-for-cause-cards-text {
    float: left;
    width: 49%;
    padding-top: 0px;
}

.cards-for-cause-buy-now-promo {
    border: 0;
    margin-bottom: 5px;
}

.cards-for-cause-buy-now {
    padding: 20px 20px 0px 20px;
    /* padding-bottom: 75px; */
    min-height: 80px;
    position: relative;
}

.cards-for-cause-buy-now h2.title {
    font-size: 82px;
    line-height: 89px;
    font-style: normal;
    text-align: center;
}

/* Cards For Causes Layout ------------------------------------*/

/* Video Responsive Code Start */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Video Responsive Code End */


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mainContainer {
    position: relative;
    max-width: 1150px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
}

.subContainer {
    position: relative;
    max-width: 1150px;
    text-align: center;
}

.leftColumn.disc {
    text-align: left;
}

.leftColumn.home {
    margin-bottom: 60px;
}

.rightColumn.price {
    top: 0px;
}

.flex-column.price-inside {
    max-width: 425px;
    clear: both;
    line-height: 1.5em;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 38px;
    text-align: left;
}

.flex-column.price {
    width: 100% !important;
}

.flex-column.npo {
    display: inline-block;
    vertical-align: top;
    /* padding: 30px 0px 30px 0px; */
    margin-bottom: 20px;
    text-align: center;
    max-width: 300px;
    margin-right: 10px;
}

.flex-column.npo p {
    text-align: center;
    /* padding-bottom: 20px; */
}

.flex-column.npo img {
    width: 300px;
}

/* Social Icons */

.ssba img.cfc {
    width: 36px !important;
    padding: 0px !important;
}

/* Signature & Primium cards */

.flex-columns.search {
    margin: 0 auto;
    position: relative;
    min-width: 100%;
    text-align: left;
    float: right;
}

.right.card.panel {
    color: #333;
    /* padding-top: 20px; */
}

.right.card.panel p {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'Inter';
    font-size: 16px;
    color: #676765;
    line-height: 22px;
    text-align: left;
    font-weight: 500;
    color: #333;
}

.right.card.panel ul.a {
    list-style-type: disc;
    list-style-image: none;
    font-size: 14px;
    margin: 0;
    padding: 0px 0px 0px 15px;
    display: table;
    color: #333;
}

.right.card.panel li {
    padding-right: 0.4em;
    color: #333;
    list-style: none;
}

.right.card.panel a:hover {
    padding-right: 0.4em;
    color: #333333;
    text-decoration: underline;
    list-style: none;
}

.right.card.panel a:visited {
    padding-right: 0.4em;
    color: #333;
    list-style: none;
}

.right.card.panel a {
    color: #333;
    list-style: none;
}

.right.card.panel ul {
    list-style: none;
    width: 240px;
    color: #333;
}

ul.catagories {
    line-height: 25px;
    font-weight: bold;
    height: 25px;
    width: 200px;
    list-style-type: none;
    text-align: left;
    color: #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #333;
}

.flex-columns.info {
    margin: 0 auto;
    position: relative;
    /* max-width: 230px; */
    text-align: left;
    margin-top: 10px;
    padding-left: 20px;
}

.flex-columns.info.home {
    margin: 0 auto;
    position: relative;
    max-width: 260px;
    text-align: left;
    padding-left: 20px;

}

.flex-columns.search {
    margin: 0 auto;
    position: relative;
    min-width: 275px;
    text-align: left;
    float: right;
}

.flex-columns.social {
    margin: 0 auto;
    position: relative;
    max-width: 330px;
    text-align: left;
    float: right;
    padding-top: 20px;
}


.flex-column.price-inner {
    text-align: center;
}

.rightColumn.price p.or {
    font-family: 'Inter';
    font-size: 26px;
    color: #333333;
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
}

p.per-card {
    font-family: 'Inter';
    font-size: 18px;
    color: #333333;
    margin-top: 35px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 500;
}

/* Rectangle Orange 50% OFF: */
.percent-off {
    background: #F26B4F;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    padding: 7px;
    max-width: 102px;
    float: left;
    margin-top: 7px;
}

/* Save 50% Was $1.49: */
p.percent-off-text {
    font-size: 18px;
    line-height: 18px;
    padding: 7px;
    max-width: 112px;
    float: left;
    margin-top: 7px;

}

.leftColumn.card img {
    margin-bottom: 20px;
    margin-right: 3px;
}

.topColumn.npo.home {
    text-align: left;
    margin-bottom: 20px;
    min-width: 850px;
}

.inline-items {
    margin-top: 0;
}

.inline-items li {
    margin-left: 0;
    border-left: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
}

.inline-items li:first-child {
    margin-left: 0;
    border: none;
    padding-left: 0;
    padding-right: 10px;
}

.inline-items li:last-child {
    padding-right: 0;
}

/* HOW TO VIDEO */

h3.howto {
    font-size: 2em;
    text-align: left;
    font-family: 'Inter';
    color: #333;
    padding-top: 40px;
    margin-bottom: 20px;
}

/* PRICING LIST */
.card-pricing {
    max-width: 1150px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 20px;
}

.card-pricing .pricing-table td:nth-child(1) {
    font-weight: 700
}

.card-pricing .pricing-table td:nth-child(3),
.case-pricing .pricing-table td:nth-child(4),
.case-pricing .pricing-table td:nth-child(5) {
    text-align: center;
}

.table-container.card-pricing h4 {
    font-size: 2em;
    text-align: left;
    font-family: 'Inter';
    color: #333;
}

/* TERMS */

.flex-column.terms h5 {
    margin-left: -20px;
    font-size: 2em;
    text-align: left;
    font-family: 'Inter';
    color: #333;
    margin-bottom: 20px;
}


/* MEDIA QUERIES */

@media screen and (min-width: 100.0em) {
    .leftColumn {
        margin-right: 23.5em;
        margin-bottom: 20px;
    }

    .rightColumn.home {
        text-align: left;
        margin: auto;
        margin-bottom: 30px;
        max-width: 14.25em;
        top: 510px !important;
        right: 280px !important;
        position: absolute;
    }

    .leftColumn.home.top {
        margin-right: 0;
        margin-top: 30px;
        float: left;
        min-width: 1100px;
    }

    .leftColumn.home {
        margin-right: 15.5em;
        text-align: left;
        margin-bottom: 40px;
    }

    .rightColumn.home {
        text-align: left;
        margin: auto;
        margin-bottom: 30px;
        max-width: 14.25em;
        top: 480px;
        right: 60px;
        position: absolute;
    }

    .leftColumn.card {
        text-align: left;
        margin-bottom: 10px;
    }

    .rightColumn.price {
        position: absolute;
        width: 20.25em;
        text-align: center;
    }

    .rightColumn.heart {
        position: absolute;
        right: 0;
        width: 21.25em;
        top: 25px;
        height: auto;
    }

    .topColumn.npo {
        text-align: left;
        margin-right: 23.5em;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 47.5em) {
    .leftColumn {
        margin-right: 23.5em;
        margin-bottom: 20px;
    }

    .rightColumn {
        position: absolute;
        top: 140px;
        right: 30px;
        width: 21.25em;
        height: 90%;
        /* padding-top: 25px; */
        margin-bottom: 20px;
        /* margin-top: 40px; */
    }

    .leftColumn.home.top {
        margin-right: 0;
        margin-top: 30px;
        float: left;
        min-width: 1100px;
    }

    .leftColumn.home {
        text-align: left;
        margin-bottom: 40px;
    }

    .rightColumn.home {
        text-align: left;
        margin: auto;
        margin-bottom: 30px;
        max-width: 14.25em;
        top: 140px;
        right: 40px;
        position: absolute;
    }

    .leftColumn.card {
        text-align: left;
        margin-bottom: 10px;
    }

    .rightColumn.price {
        top: 180px;
        position: absolute;
        right: 40px;
        width: 20.25em;
        text-align: center;
    }

    .rightColumn.heart {
        position: absolute;
        right: 0;
        width: 21.25em;
        top: 25px;
        height: auto;
    }

    .topColumn.npo {
        text-align: left;
        margin-right: 23.5em;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 50.0em) {
    .leftColumn {
        margin-bottom: 20px;
    }

    .rightColumn {
        position: absolute;
        top: 140px;
        right: 30px;
        width: 21.25em;
        height: 90%;
        /* padding-top: 25px; */
        margin-bottom: 20px;
        /* margin-top: 40px; */
    }

    .leftColumn.home.top {
        margin-right: 0;
        margin-top: 30px;
        float: left;
        min-width: 1100px;
    }

    .leftColumn.home {
        margin-right: -0.5em;
        ;
        text-align: left;
        margin-bottom: 40px;
    }

    .rightColumn.home {
        text-align: left;
        margin: auto;
        margin-bottom: 30px;
        max-width: 14.25em;
        top: 510px;
        right: 60px;
        position: absolute;
    }

    .leftColumn.card {
        text-align: left;
        margin-bottom: 10px;
    }

    .rightColumn.price {
        position: absolute;
        /* right: 50px; */
        width: 20.25em;
        text-align: center;
        padding-top: 20px;
        float: left;
    }

    .rightColumn.heart {
        position: absolute;
        right: 0;
        width: 21.25em;
        top: 25px;
        height: auto;
    }

    .topColumn.npo {
        text-align: left;
        margin-right: 23.5em;
        padding-top: 20px;
        padding-bottom: 20px;
    }

}


@media screen and (min-width: 20.0em) {

    .topColumn.npo {
        text-align: left;
        padding-top: 0px;
        /* padding-bottom: 20px; */
    }

}

/* NPO Header: */

.cfc-hero {
    height: 340px;
    width: 100%;
    background: url(//d88zf0kfw1nyb.cloudfront.net/pm/programs/npo-holiday/npo-hero.jpg) no-repeat center;
    background-size: cover;
    margin-top: 9px;
}

.flex-columns.cfc {
    max-width: 1140px;
    margin-bottom: 60px;
    width: 90%;
    /* padding-bottom: 230px; */
    /* min-height: 1400px; */
    padding-top: 20px;
}

.rightColumn.search {
    text-align: left;
    margin: auto;
    margin-bottom: 30px;
    max-width: 14.25em;
    top: 510px;
}

.cfc.header {
    margin-bottom: 40px;
    text-align: left;
}

/* NPO Logo : */

/* Hide Show */

.hidden {
    display: inline-block;
}

div#show {
    display: none;
}


/* NPO Title : */

.cfc.header h1 {
    font-size: 36px;
    color: #333333;
}

.cfc.header.disc {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-right: 1.5em;
}

/* Breadcrumb */

.cfc.header p {
    font-size: 14px;
    color: #56C3BD;
    line-height: 28px;

}

.thumbs {
    margin-bottom: 50px;
    display: flex;
    /* justify-content: space-between; */
}

.thumbs li,
.thumbs li a {}

.thumbs a {
    /*display: block;*/
    position: relative;
    font: bold 12px/25px Arial;
    color: #515151;
    text-decoration: none;
    text-shadow: 1px 1px 0px;
    rgba(255, 255, 255, 0.25),
    inset 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.thumbs li a img {
    height: 95px;
    border: 4px solid #3498DB;
}

.thumbs li a:hover span {
    position: absolute;
    z-index: 101;
    bottom: -30px;
    display: block;
    width: 98px;
    height: 25px;
    text-align: center;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0%, #bcbcbc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #bcbcbc 100%);
    background: -o-linear-gradient(top, #fff 0%, #bcbcbc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #bcbcbc 100%);
    background: linear-gradient(top, #fff 0%, #bcbcbc 100%);
}

.thumbs li a:hover span::before {
    width: 0;
    height: 0;
    border-bottom: 5px solid white;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    top: -5px;
    left: 44px;
}

.slide {
    overflow: hidden;
    /*border: 4px solid #E74C3C;*/
    border: 1px solid #ccc;
}

.slide,
.slide li,
.slide img {
    width: 751px;
    height: 537px;
    position: relative;
}

.slide li {
    position: absolute;
    z-index: 50;
}

/*Animation For Slider*/
@-webkit-keyframes slider {
    0% {
        left: -500px;
    }

    100% {
        left: 0;
    }
}

.slide li:target {
    z-index: 100;
    -webkit-animation: slider 1s 1;
}

/*Not Target*/
@-webkit-keyframes noTarget {
    0% {
        z-index: 75;
    }

    100% {
        z-index: 75;
    }
}

.slide li:not(:target) {
    -webkit-animation: noTarget 1s 1;
}

.figcaption {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    /* background: rgba(0, 0, 0, 0.07); */
    color: #333;
    padding: -5px;
    bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* ---------Cards for Causes Registration---------------------------*/


.container {
    width: 400px;
    height: 300px;
    background: url(http://farm2.staticflickr.com/1486/23990047223_5b7a0c82e8_b.jpg);
    background-size: cover;
    margin: 0 auto 100px;
}

.darken-overlay div {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.darken-pseudo {
    position: relative;
}

.darken-pseudo:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
}

.darken-with-text p {
    margin: 0;
    font-size: 2em;
    text-align: center;
    color: white;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.hero-image-cfc {
    height: 600px;
    width: 100%;
    position: absolute;
    background: #ccc;
    z-index: -2;
    margin: 0 auto;
    /*margin-top: 20px; !*FIX FOR ALERT BANNER*!*/
}

.flex-column-cfc-hero {
    padding: 160px 20px 80px 20px;
    text-align: center;
}

.flex-column-cfc-hero p {
    color: white;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.2;
}

.cfc-detail.cfc-how-to {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
}

.cfc-front-back-img {
    float: left;
    width: 29%;
}

.cfc-front-back-text {
    float: right;
    padding-top: 0px;
    text-align: left;
    width: 69%;
}

.cfc-detail.cfc-steps {
    width: 100%;
    background-color: #F35745;
    min-height: 330px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
}

.cfc-step {
    width: 33%;
    float: left;
    text-align: center;
    font-size: 1.2em;
    line-height: 3.5em;
}

.cfc-detail.cfc-start {
    max-width: 100%;
    margin: 0 auto;
    /* padding-top: 40px; */
    position: relative;
    /* padding-bottom: 50px; */
}

.cfc-detail.cfc-about {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
    padding-bottom: 100px;
    min-height: 600px;
}

.cfc-steps {
    line-height: 1.2;
    margin: 0 auto;
    padding-bottom: 20px;
}


.cfc-detail-steps {
    margin: 0 auto;
    position: relative;
    max-width: 1040px;
    background-color: #ffffff;
    min-height: 500px;
    padding-top: 100px;
}


.cfc-detail-steps-refer {
    margin: auto;
    position: relative;
    max-width: 440px;
    min-height: 300px;
    padding-top: 60px;
    background-color: #666666;
}

.cfc-cta-end-refer {
    width: 100%;
    background: #4b4b4b;
    padding-top: 60px;
    position: relative;
    padding-bottom: 25px;
    background-color: #666666;
}

img.ssba.ssba-img {
    width: 45px !important;
}

.cfc-card-img {
    float: right;
    width: 46%;
    padding-top: 40px;
}

.cfc-card-text {
    float: left;
    width: 46%;
    padding-top: 60px;
    text-align: left;
}

.cfc-detail-inner {
    padding: 0 40px 0 40px;
}

.cfc-card-background {
    background: #f9f9f9;
}

.cfc-cta-npo-inner {
    width: 100%;
    margin-top: 50px;
}

.cfc-cta-end {
    width: 100%;
    background: #f7f7f7;
    padding-top: 40px;
    position: relative;
    padding-bottom: 50px;
    background-color: #F35745;
}

.cfc-cta-help {
    width: 100%;
    background: #ebebeb;
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
    background-color: #F35745;
}

.cfc-detail-help {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
    padding-bottom: 100px;
}

a#signup {
    background-color: #F35745;
    text-align: center;
    font-weight: 500;
    padding: 5px 20px;
    margin-top: -5px;
    color: white;
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: -7%;
    transform: translate(0%, -50%);
    background: none;
    color: #999999;
    cursor: pointer;
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: -7%;
    transform: translate(0%, -50%);
    background: none;
    color: #999999;
    cursor: pointer;
}

button:hover.w3-display-left {
    background: none;
    color: #cccccc;
    box-shadow: none;
}

button:hover.w3-display-right {
    background: none;
    color: #cccccc;
    box-shadow: none;
}


/* ---------Cards for Causes End----------------------------------------------------------------------------------------*/




/* Account > My Vouchers */

.vouchers-list {
    margin-top: 20px;
}

.vouchers-list table {
    width: 100%;
    border: 0
}

.vouchers-list table tr {
    border-bottom: 1px #ddd solid;
}

.vouchers-list table tr td {
    padding: 10px 5px 10px 5px;
}


/* Homepage March 2016 */

.g-single {
    position: relative
}

.home-hero-action {
    width: 340px;
    text-align: center
}

.home-hero-action.page-heading-right {
    right: 10%
}

.page-heading-center-outer {
    position: absolute;
    width: 100%;
}

.home-hero-action.page-heading-center {}

.home-hero-action h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 30px
}

.home-hero-action .main-hero-button {
    font-weight: 300;
    font-size: 1.3em;
    height: 65px;
    line-height: 65px;
    padding: 0 20px;
}

.home-hero-action p {
    font-size: 1.3em;
    line-height: 1.2;
    margin-top: 30px;
    color: #333
}

.home-content {
    position: relative;
    padding-top: 50px
}

.mod {
    width: 100%;
    height: 344px;
    margin-bottom: 5px
}

.mod.slf-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/occasion/fathers-day/slf-fathers-day1.jpg') no-repeat center
}

.mod.books-mod {
    height: 520px;
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/book.jpg') no-repeat
}

.mod.canvas-mod {
    background: url('///d88zf0kfw1nyb.cloudfront.net/pm/home/canvas-summer-right.jpg') no-repeat
}

.mod.calendars-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/calendar.jpg') no-repeat
}

.mod.cards-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/cards-spring-left.jpg') no-repeat
}

.mod.cases-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/cases.jpg') no-repeat
}

.mod.metal-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/metal-summer-left.jpg') no-repeat
}

.mod.photo-crystals-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/photo-crystals.jpg') no-repeat
}

.mod.notice-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/home-mod-short.jpg') no-repeat
}

.mod.blankets-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/blankets.jpg') no-repeat
}

.mod.tote-bags-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/tote-bags.jpg') no-repeat
}

.mod.pillows-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/pillows.jpg') no-repeat
}

.mod.scrapbook-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/scrapbook2.jpg') no-repeat
}

.mod.journals-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/journals.jpg') no-repeat
}

.mod.notebooks-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/notebooks.jpg') no-repeat
}

.mod.pads-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/pads.jpg') no-repeat
}

.mod-inner {}

.mod-action {
    position: absolute;
    max-width: 330px;
    margin-top: 100px;
    text-align: center;
    color: #333
}

.mod-action {
    position: absolute;
    max-width: 330px;
    margin-top: 60px;
    text-align: center;
    color: #333;
}

.mod-right {
    right: 40px
}

.mod-left {
    left: 40px
}

.mod-middle {
    width: 100%;
    text-align: center
}

a.button.button-outline-dark {
    height: 70px;
    /* width:190px; */
    line-height: 70px;
    font-size: 1.3em;
    color: #333;
    border: 2px solid #333;
    margin-top: 15px;
    background: none;
    font-weight: 500;
    padding: 0 30px 0 30px;
    text-transform: uppercase;
}

a.button.button-outline-dark:visited {
    color: #333
}

a.button.button-outline-dark:hover {
    background: #333;
    color: #fff !important;
    text-decoration: none;
}

a.button.button-outline-light {
    height: 70px;
    width: 250px;
    line-height: 70px;
    font-size: 1.5em;
    color: #fff;
    border: 2px solid #fff;
    margin-top: 15px;
    background: none;
    font-weight: 500;
    padding: 0 30px 0 30px
}

a.button.button-outline-light:visited {
    color: #fff
}

a.button.button-outline-light:hover {
    background: #fff;
    color: #333
}

a.button.button-outline-dark.button-medium {
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    padding: 0 20px 0 20px
}

.book-steps {
    position: absolute;
    width: 100%;
    margin-top: -190px
}

.book-steps-inner {
    max-width: 800px;
    margin: 0 auto;
}

.book-step {
    width: 33%;
    float: left;
    text-align: center
}

.editor-mod {
    width: 100%;
    height: 600px;
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/editor.jpg') no-repeat;
    background-position: 35%;
}

.editor-mod-inner {
    position: absolute;
    right: 30px;
    margin-top: -330px;
    width: 380px;
    height: 290px;
    background: #404040;
    color: #fff
}

.editor-mod-action {
    padding: 30px;
}

.editor-mod-action h2 {
    font-size: 1.5em;
    font-weight: 700;
    color: #fff
}

.editor-mod-action p {
    line-height: 1.5;
}

.editor-mod-action a {
    font-weight: 700;
    color: #fff
}

.editor-mod-action a:hover {
    color: #fff;
    text-decoration: underline
}

.new-tag {
    background: #ca0813;
    color: #fff;
    padding: 0 5px 0 5px;
    font-weight: 900;
    font-size: .8em;
}

/*module overrides*/
a.button-mothers-day {
    height: 70px;
    width: 190px;
    line-height: 70px;
    font-size: 1.5em;
    color: #333;
    border: 2px solid #333;
    margin-top: 15px;
    background: #c03e88;
    font-weight: 500;
    padding: 0 30px 0 30px;
    display: inline-block;
    border-radius: 8px;
    font-style: normal;
}

a.button-mothers-day:hover {
    box-shadow: none;
    background: #333;
    color: #fff;
}

.mod.mad-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/occasion/wedding/module-wedding.jpg') no-repeat center
}

.mod.fathers-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/occasion/fathers-day/slf-fathers-day1.jpg') no-repeat center;
}

.mod.deals-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/six-days-module-image.jpg') no-repeat center
}

.mod.app-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/home-picaboo-app.jpg') no-repeat center
}

.mod.quick-gift-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/home-quick-gift.jpg') no-repeat center
}

.mod-action.app-mod {
    width: 310px
}

.npo-cards-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/cfc-module.jpg') no-repeat center
}

.new-holiday-cards-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/new-holiday-cards.jpg') no-repeat center
}

.mod-action a.button.button-outline-dark.npo-card-button {
    /* width: 230px; */
}

.twelve-days-deals-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/home/12-days-deals-module.jpg') no-repeat center;
}

.mod-action a.button.button-outline-dark.twelve-days-deals-button {
    width: 230px;
}


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

    .mod.app-mod,
    .mod.quick-gift-mod {
        display: none
    }
}

/* Photo Books Page - April 2015 */

.home-content.photo-books-page {
    padding-top: 20px
}

.photo-books-page h1 {
    text-align: center;
    padding-bottom: 20px
}

.photo-books-video {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
    line-height: 2
}

.photo-books-video a,
.photo-books-video a:visited {
    color: #333;
}

.photo-books-video a:hover {
    color: #999;
}


.photo-books-page .mod.books-mod {
    height: 344px;
    background: url("//d88zf0kfw1nyb.cloudfront.net/pm/Winter2023/Photobooks/Classic-Photobook.jpg") no-repeat center; 
}

.photo-books-page .mod.books-mod-mobile {
    height: 344px;
    background: url("//d88zf0kfw1nyb.cloudfront.net/pm/Winter2023/Photobooks/ClassicPhotobookMobile.jpg") no-repeat center; 
}

.photo-books-page .mod.slf-mod {
    background: url("//d88zf0kfw1nyb.cloudfront.net/pm/Winter2023/Photobooks/SLF.jpg") no-repeat center;
}

.photo-books-page .mod.madison-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/books/books-home/madison.jpg') no-repeat
}

.photo-books-page .mod.flush-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/books/books-home/flush-mount.jpg') no-repeat
}

.photo-books-page .mod.mini-mod {
    background: url("//d88zf0kfw1nyb.cloudfront.net/pm/Winter2023/Photobooks/minibook.jpg") no-repeat center;
}

.photo-books-page .mod.compare-video-mod {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/books/books-home/compare-video.jpg') no-repeat
}

.photo-books-page .mod.kabook {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/books/books-home/kabook.png') no-repeat
}

.mod-action {
    margin-top: 80px;
}

.photo-books-page .mod-action {
    margin-top: 30px
}

.mod-action.classic {
    margin-top: 60px
}

.mod-action.mini {
    width: 320px
}

.mod-action.kabook {
    width: 320px
}

.mod-action.video {}

.mod-action.video a {
    display: inline-block;
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
    width: 100%;
    padding-top: 220px
}

a.button.button-outline-dark.slf,
a.button.button-outline-dark.mini {
    width: auto
}


/* NEW PROJECT - Feb 2017 */

.new-project-header {
    padding: 20px 0 20px 0;
}

.new-project-header h1 {
    font-size: 2em;
    line-height: 1;
    padding-bottom: 10px;
}

.new-project-header h2 {
    font-size: 1.2em;
}

.product-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
}

.product {
    padding: 30px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.product img {
    transition: all .1s ease-in-out;
}

.product img:hover {
    transform: scale(1.1);
}

.product .product-link {
    font-size: 1em;
    font-weight: 500;
    line-height: normal;
    padding-top: 10px;
}

.product .learn-more-link {
    font-size: .9em;
    color: #333;
}

.product-category {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 20px;
}

.product-category h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
}


.beta-container {
    /*display: -webkit-box;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    background: #fff;
    padding: 50px;
    text-align: center;
}

a.button2.hoverboard {
    display: inline-block;
    background: #3069B3;
    border: 0px;
    border-radius: 8px;
    color: #ffffff;
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    height: 65px;
    line-height: 65px;
    padding: 0 15px;
    width: auto;
}

.beta-container h1 {
    font-size: 1.5em;
    align-self: flex-start
}

.beta-left {
    width: 48%;
    font-size: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.beta-right {
    width: 48%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.beta-right a {
    font-size: 1.5em;
    display: inline-block;
}

/*.beta-right a:first-child {margin-bottom:40px;}*/
.button.button-beta {
    background: #ccc;
    font-size: 1em;
}

.button.button-beta:hover {
    background: #999;
}

.beta-text1 {
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.beta-text {
    font-size: .7em;
    width: 70%;
    margin: 10px auto;
    line-height: normal;
}

.page-beta #container {
    height: 100vh;
    background: url(https://d88zf0kfw1nyb.cloudfront.net/pm/hero/customer-creations-hero.jpg) no-repeat;
    background-size: cover;
}

.page-beta2 #container {
    height: 100vh;
    background: url(https://d88zf0kfw1nyb.cloudfront.net/pm/hero/customer-creations-hero.jpg) no-repeat;
    background-size: cover;
}

.page-beta3 #container {
    height: 100vh;
    background: url(https://d88zf0kfw1nyb.cloudfront.net/pm/hero/customer-creations-hero.jpg) no-repeat;
    background-size: cover;
}

.betaOR {
    border-bottom: 1px solid #ddd;
    width: 80%;
    margin: 0 auto 30px auto;
}

.betaOR span {
    background: #fff;
    display: inline-block;
    width: 60px;
    margin: 0 auto;
    position: relative;
    top: 15px;
    font-weight: 900;
    color: #666;
}






/*-----------------------------------------------------------------------------------*/
/*	11.	Widgets
/*-----------------------------------------------------------------------------------*/

.widget {
    margin-top: 6px;
    margin-top: 6rem;
}

.widget:first-child {
    margin-top: 0;
}

.widget-title {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    text-transform: none;
}

.page-widget {
    background: #eeeeee;
}

.home-page-full-column .widget-title {
    display: none;
    text-align: center;
}

.widget-title a {
    border: 0;
    color: #262624;
}

.widget ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
}

.widget ol {
    list-style-type: decimal;
    margin-bottom: 0;
}

/* Search Widget --------------------------------------------------------*/
.widget_search #s {
    background: #ffffff;
    width: 100%;
}

.widget_search form,
.widget_search fieldset {
    margin: 0;
}

/* Calander Widget -------------------------------------------------------*/
.widget_calendar caption {
    font-family: 'Inter';
    font-weight: normal;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}

.widget_calendar table {
    width: 100%
}

.widget_calendar a {
    border-bottom: none;
}

.widget_calendar th {
    font-family: 'Inter';
    font-weight: 400;
}

.widget_calendar td {
    background-color: #ffffff;
}

/* RSS Widget ------------------------------------------------------------*/
.widget_rss li {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

/* 125 x 125 Widget ------------------------------------------------------*/
.zilla-ad-widget {
    margin-left: -10px;
    margin-left: -1rem;
    padding-right: 0;
    width: 103.571428571%;
    /* 290 / 280 */
}

.ads-125 a {
    border-bottom: none;
    display: inline-block;
    margin: 0 10px 10px 0;
    margin: 0 1rem 1rem 0;
}

.ads-125 img {
    border: 5px solid #ffffff;
}

/* Twitter Widget -------------------------------------------------------*/
.zilla-tweet-widget ul {
    margin: 0 0 10px 0;
    list-style-type: none;
}

.zilla-tweet-widget li {
    padding: 8px 0;
}

.zilla-tweet-widget li:first-child {
    padding-top: 0;
}

.zilla-tweet-widget li .twitter-time-stamp {
    border-bottom: none;
    color: #676765;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
}

/* Flickr Widget --------------------------------------------------------*/
.zilla_flickr_widget {
    padding-right: 0;
}

.zilla_flickr_widget>div {
    margin-right: -18px;
    margin-right: -1.8rem;
}

.ie .zilla_flickr_widget>div {
    margin-right: -20px;
    margin-right: -2rem;
}

.zilla_flickr_widget a {
    border-bottom: none;
}

.flickr_badge_image {
    float: left;
    height: 58px;
    margin: 0 16px 16px 0;
    margin: 0 1.6rem 1.6rem 0;
    width: 58px;
}

.flickr_badge_image img {
    border-radius: 3px;
}

/* Video Widget ----------------------------------------------------------*/
.zilla_video {
    margin-bottom: 10px;
}



/* ZillaSocial ---------------------------------------------------------*/
.widget_zilla_social_widget .size-32px a {
    border: none;
    float: left;
    margin: 0 8px 8px 0;
    display: block;
    height: 32px;
    width: 32px;
}

.widget_zilla_social_widget .size-16px a {
    float: left;
    margin: 0 7px 7px 0;
    display: block;
    height: 16px;
    width: 16px;
}

.widget_zilla_social_widget .zilla-social a:hover {
    background: none !important;
    opacity: 0.5;
}

.zilla-social:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zilla-social {
    display: inline-block;
}

/* Hide from IE Mac \*/

.zilla-social {
    display: block;
}

/* End hide from IE Mac */

/* Zilla Plugins --------------------------------------------------------- */
#sidebar .zilla-dribbble-shots {
    width: 107.14286%;
}

iframe[class^="PIN"] {
    display: none;
}

/* keep pinterest from crapping on our sweet layout */

/*------------------------------------------------------------------------*/
/* 12. Structure
/*------------------------------------------------------------------------*/




#header {
    /*border-bottom: 1px solid #f0eee8;*/
    padding-top: 2px;
    padding-top: .2rem;
    /*height:38px;*/
}

.page-intro {
    clear: left;
    margin-bottom: 70px;
    padding-bottom: 10px;
    padding-top: 100px;
}

/*.page-template-template-page-compressed-header-php .page-intro,*/
/*.page-template-template-page-support-php .page-intro,*/
/*.page-template-template-page-no-title-compressed-header-php .page-intro,*/
/*.page-template-template-page-full-width-compressed-header-php .page-intro,*/
/*.page-template-template-gift-guide-detail-php .page-intro,*/
/*.page-template-template-order-history-php .page-intro,*/
/*.page-template-template-account-php .page-intro,*/
/*.page-template-template-about-php .page-intro,*/
/*.page-template-template-pr-php .page-intro,*/
/*.page-template-template-press-php .page-intro,*/
/*.page-template-template-shipping-php .page-intro,*/
/*.page-template-template-tutorials-php .page-intro,*/
/*.page-template-template-card-browser-php .page-intro {*/
/*padding-top:60px*/
/*}*/

.page-template-template-card-browser-php .page-intro {
    padding-bottom: 10px;
}

.block {
    clear: both;
    margin: 0 auto;
    max-width: 1140px;
    width: 90%;
}

.block-full {
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.block-noclear {
    margin: 0 auto;
    max-width: 1140px;
    max-width: 114rem;
    width: 90%;
}

.media-video,
.media-audio {
    clear: both;
    margin: 30px auto;
    margin: 3rem auto;
    max-width: 750px;
    max-width: 75rem;
    width: 90%;
}

.portfolio-block,
.page-block {
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    max-width: 95rem;
}

.page-block.product {
    padding-top: 30px
}

.page-block.prestige {
    padding-top: 0px
}

/*#cards-gallery .portfolio-block {*/
.portfolio-block {
    max-width: 100%;
    width: 100%;
}

#related-bg {
    background: #eeeeee
}

.related-portfolios {
    /*margin-left: -3.333333333%;
    margin-right: -3.333333333%;*/
    overflow: hidden;
    /*padding: 0 0 40px;
    padding: 0 0 4rem;*/
    width: 100%;
}

#primary,
#post-0 {
    float: left;
    /*width: 64.285714285%; !* 630 / 980 *!*/
    width: 100%;
    background-color: #ffffff;
}

.page-block #primary {
    width: 100%;
}


#primary #post-0 {
    width: 100%;
}

.page-template-template-home-php #primary,
.page-template-template-full-width-php #primary,
.page-template-template-full-width-compressed-header-php #primary,
.page-template-template-homeNew-php #primary {
    width: 100%;
}

.page-template-template-home-php #primary {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}

.portfolio-container {
    /*margin-left: -3.333333333%; /* 35 / 1050 */
    /*margin-right: -3.333333333%; /* 35 / 1050 */
    /*width: 107.142857142%; /* 1050 / 980 */
}

.page-template-template-portfolio-2col-php .portfolio-container {
    /*margin-left: -3.773584905%; /* 40 / 1060 */
    /*margin-right: -3.773584905%; /* 40 / 1060 */
    /*width: 108.163265306%; /* 1060 / 980 */
}

.layout-2cl #primary {
    float: right;
}

.single #primary {
    width: 100%;
}

#content,
.portfolio-filter {
    /*margin-top:-40px */
}

.page-template-template-home-php #content {
    /*padding-bottom: 80px;*/
    /*padding-bottom: 8rem;*/
}

/*.single #content { padding: 0; padding-top:33px; }*/

.single .format-video .post-thumb,
.single .format-audio .post-thumb {
    height: auto !important;
}

#sidebar {
    float: right;
    margin-bottom: 60px;
    margin-bottom: 6rem;
    width: 28.571428571%;
    /* 280 / 980 */
}

#sidebar-testimonial {

    /* 280 / 980 */
    text-align: center;
    padding: 30px 30px 30px 30px;
}

.layout-2cl #sidebar {
    float: left;
}

.home-page-columns {
    border-top: 4px solid #262624;
    clear: both;
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
    padding-top: 65px;
    padding-top: 6.5rem;
    text-align: center;
}

.home-page-columns>div {
    border-left: 1px solid #f0eee8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*float: left;
    width: 33.2653%; /* 315 / 980 */
}

.home-page-columns>div:first-child {
    border-left: none;
}

.home-page-column-1 {
    padding-right: 3.571428571%;
    /* 35 / 980 */
}

.home-page-column-2 {
    padding: 0 3.571428571%;
    /* 35 / 980 */
}

.home-page-column-3 {
    padding-left: 3.571428571%;
    /* 35 / 980 */
}

.home-page-full-column {
    clear: both;
    /*padding: 80px 0 80px;*/
    /*width: 90%;*/
}

#content+.home-page-full-column {
    border-top: 1px solid #f0eee8;
}

#slider-featured-portfolios>div>div {
    margin: 0 55px;
    margin: 0 5.5rem;
    max-width: 750px;
    max-width: 75rem;
}

.featured-portfolios {
    position: relative;
}

#footer {
    clear: both;
}

.footer-column-1,
.footer-column-2,
.footer-column-3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 32.142857142%;
    /* 315 / 980 */
}

.footer-column-1 {
    padding-right: 35px;
    padding-right: 3.5rem;
}

.footer-column-2 {
    border-left: 1px solid #373735;
    border-right: 1px solid #373735;
    padding: 0 35px;
    padding: 0 3.5rem;
    width: 35.714285714%;
    /* 350 / 980 */
}

.footer-column-3 {
    padding-left: 35px;
    padding-left: 3.5rem;
}


/* REGISTER PROMPT */

.prompt-bubble {
    position: absolute;
}

.prompt-arrow {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/menu_arrow.png') no-repeat;
    width: 29px;
    height: 17px;
    position: absolute;
    margin-top: -16px;
    margin-left: 305px;
}

.prompt-content {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);

}

.prompt-content a {
    color: #3069B3
}

.newproject-prompt {
    display: none;
    left: 50%;
    top: 160px;
    margin-left: 250px;
    width: 355px;
}

.newproject-prompt .prompt-arrow {
    margin-left: 162px
}

@media only screen and (max-width: 1280px) {
    .newproject-prompt {
        left: 50%;
        margin-left: -215px;
        top: 270px;
    }
}

.register-prompt .close-small {
    position: absolute;
    margin-left: 337px;
    margin-top: 6px;
}

.register-prompt .close-small:hover {
    opacity: .5
}

.register-prompt {
    /*display: none;*/
    width: 355px;
    transition: all 1s ease 0s;
}

.register-prompt.move-in {
    bottom: 15px;
    transition: all 1s ease 0s;
}

.register-prompt .prompt-content {
    text-align: center;
}

.register-prompt h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 22px;
    margin: 0;
    color: #3069B3;
}

.register-prompt h2 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    color: #4B5D59;
    line-height: 1.2;
    margin: 0;
}



.close-small {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/close_dark.png') no-repeat center;
    width: 12px;
    height: 12px;
    background-size: 12px;
    opacity: .8;
    cursor: pointer;
}

.tooltip {
    position: absolute;
    display: none
}

.tooltip-arrow {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/menu_arrow.png') no-repeat;
    background-size: 20px;
    width: 20px;
    height: 11px;
    position: absolute;
    margin-top: -10px;
}

.tooltip-content {
    padding: 5px 10px 5px 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
}


.tooltip.missing-info-tooltip {
    margin-top: 27px;
    margin-left: -26px;
}

/* SIX DAYS OF DEALS */

a.button.button-outline-dark.button-medium-days {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    padding: 0 20px 0 20px;
}

div#promotion-details {
    position: relative;
    clear: both;
    font-size: 16px;
    font-weight: 300;
    display: table;
    margin: auto;
    /* max-width: 90%; */
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.days.contrib-columns .flex-column {
    width: 300px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    line-height: 21px;
    margin-right: 30px;
    margin-left: 0;
    border: 1px solid lightgray;
    display: inline-block;
    /*     float: left; */
    min-height: 455px;
}

.days .flex-column .deal-inner {
    /* border-bottom: 1px solid lightgray; */
    padding-bottom: 20px;
}

.days.contrib-columns p {
    text-align: center;
    padding-bottom: 10px;
}

.days h2 {
    font-family: 'Inter';
    font-size: 28px;
    margin: 0;
    margin-bottom: 10px;
}

.days img {
    margin-bottom: 0px;
    cursor: pointer;
}

.days .flex-column .theme-pricing {
    padding: 0;
    width: auto;
    margin-top: 10px;
}

.days .theme-pricing h2.price {
    font-size: 40px;
    text-align: center;
    margin: 0;
    line-height: .8;
    color: #333333;
}

.days .theme-pricing h2.price span:first-child {
    top: 0px;
    font-size: 30px;
}

.days h3 {
    margin: 0;
    /* margin-bottom: 10px; */
    font-size: 16px;
    font-family: 'Inter';
    color: #666;
    /* margin-top: 5px; */
    padding: 10px;
    line-height: 1.2;
}

.days .button {
    width: 190px;
    margin: 0 auto;
    font-family: 'Inter';
    font-weight: 700;
    background: #d35d45;
    text-transform: uppercase;
}

.days .button:hover {
    background: #f26b4f;
}

.days .flex-column.today .deal-inner {
    /* border-bottom: 1px solid red; */
    background-color: rgba(255, 255, 255, .15);
    /* color: #48874a; */
}

.today h2,
.days .today .theme-pricing h2.price,
.today h3 {
    color: #333333;
}

.today .button {
    background: #d35d45;
}

.new-today {
    /* background: #333333;
    color: #fff;
    font-weight: 700;
    line-height: 25px;
    width: 100%;
    height: 25px;
    /* position: absolute;
    margin-top: 0px;
    margin-left: 0px; */
}

.today .new-today {
    /* display:inline-block; */
}

.unrevealed {
    color: #333333;
}

.unrevealed h2 {
    margin-top: 200px;
}

.revealed {
    color: lightgray;
}

.days .flex-column.soldout .deal-inner {
    color: #ccc;
}


.soldout h2,
.days .soldout .theme-pricing h2.price,
.soldout h3 {
    color: #ccc
}

.soldout .button {
    visibility: hidden
}

.soldout img {
    margin-bottom: 0px;
    cursor: pointer;
    opacity: 0.4;
}

.coming-soon {
    display: none;
    font-weight: 700
}

.unrevealed .theme-pricing,
.unrevealed .button {
    visibility: hidden;
}

.unrevealed h3 {
    /* display: none; */
    padding: 0;
}

.unrevealed .coming-soon {
    display: inline-block;
}

.flex-column.IDD-offer.days-modal {
    margin-top: 40px;
    margin-left: 30px;
}

.flex-column.IDD-image.days-modal {
    margin-top: 50px;
}

.page-block.clearfix-days {
    max-width: 990px;
}

.IDD-offer.days-modal .theme-pricing h2.price span:first-child {
    top: 5px
}

.days-modal .theme-pricing,
.days-modal .theme-pricing h2.price {
    margin: 0;
    padding: 0;
    font-size: 95px;
    padding-top: 5px;
}

.days-modal .theme-pricing h2.price {
    line-height: .8;
    color: #333333;
}

.days-modal h2 {
    color: #333333;
    font-size: 21px;
    line-height: 1;
    font-family: 'Inter';
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 0px;
}

.days-modal .button {
    font-family: 'Inter';
    font-weight: 700;
    background: #d35d45;
    margin-bottom: 10px;
    width: 80%;
    text-transform: uppercase;
}

.days-modal .button:hover {
    background: #f26b4f;
}

.days-modal th {
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px 5px 0px;
    font-size: 14px;
}

.IDD-offer.days-modal table {
    margin-top: 5px
}

.days-modal h3 {
    font-size: 16px;
    background: #333333;
    padding: 5px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin: 15px 0 20px 0px;
}

.days-modal-p {
    font-size: 16px;
    font-family: 'Inter';
    font-style: normal;
}


a.deals {
    color: #48874a;
    cursor: pointer;
}

a.deals:hover {
    color: #346934;
    cursor: pointer;
}

a.deals:visited {
    color: #48874a;
}


/* 12 DAYS OF DEALS -------------------------------------------------*/

div#ribbon {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/12daysdeals/2016/deal-revealed.jpg') no-repeat;
    background-size: 302px 497px;
}

div#ribbon h2 {
    margin-top: 190px;
}

/* END 12 DAYS OF DEALS */



/* END SIX DAYS DEALS */


/* HOLIDAY DEALS ------------------------------*/


.mod-holiday-deals {
    height: 250px;
}

.holiday-deals-mod-1 {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/holiday-deals/holiday-deals-1.jpg') no-repeat center;
}

.holiday-deals-mod-2 {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/holiday-deals/holiday-deals-2.jpg') no-repeat center;
}

.holiday-deals-mod-3 {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/holiday-deals/holiday-deals-3.jpg') no-repeat center;
}

.holiday-deals-mod-4 {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/holiday-deals/holiday-deals-4.jpg') no-repeat center;
}

.holiday-deals-mod-5 {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/holiday-deals/holiday-deals-5.jpg') no-repeat center;
}

.holiday-deals-mod-6 {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/holiday-deals/holiday-deals-6.jpg') no-repeat center;
}

.holiday-deals-mod-7 {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/holiday-deals/holiday-deals-7.jpg') no-repeat center;
}

.holiday-deals-mod-8 {
    background: url('//d88zf0kfw1nyb.cloudfront.net/pm/holiday-deals/holiday-deals-8.jpg') no-repeat center;
}

.mod-inner-holiday-deals {}

.mod-action-holiday-deals {
    position: absolute;
    /* width: 310px; */
    margin-top: 100px;
    text-align: center;
    color: #b2201b;
}

.mod-action-holiday-deals {
    position: relative;
    color: #b2201b;
    margin: auto;
    margin-top: 40px;
}

.mod-right-holiday-deals {}

.mod-left-holiday-deals {
    left: 40px
}

.mod-middle-holiday-deals {
    width: 100%;
    text-align: center
}

.page-block.clearfix {
    /*overflow: hidden;*/
    /*clear: both;*/
    /*margin: 0 auto;*/
    /*max-width: 92rem;*/
}

.holiday-deals .flex-column {
    max-width: 440px !important;
    margin-top: 20px;
    padding: 0;
    line-height: 21px;
    margin-right: 17px;
    border: 1px solid lightgray;
    height: 380px;
}

a.button.button-outline-dark.button-medium-.holiday-deals {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    padding: 0 20px 0 20px;
}

div#promotion-details {
    position: relative;
    clear: both;
    font-size: 16px;
    font-weight: 300;
    display: table;
    margin: auto;
    /* max-width: 90%; */
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.holiday-deals. .flex-column {
    width: 500px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    line-height: 21px;
    margin-right: 30px;
    border: 1px solid lightgray;
    display: inline-block;
    float: left;
    min-height: 200px;
    margin-left: 30px;
}

.holiday-deals .flex-column .deal-inner {
    /* border-bottom: 1px solid lightgray; */
    padding-bottom: 20px;
}

.holiday-deals. p {
    text-align: center;
    /* padding-bottom: 10px; */
}

.holiday-deals h2 {
    font-family: 'Inter';
    font-size: 28px;
    margin: 0;
    margin-bottom: 10px;
}

.holiday-deals img {
    margin-bottom: 0px;
    cursor: pointer;
}

.holiday-deals .flex-column .theme-pricing {
    padding: 0;
    width: auto;
    margin-top: 3px;
    margin-bottom: 4px;
}

.holiday-deals .theme-pricing h2.price {
    text-align: center;
    margin: 0;
    line-height: 0.9;
    color: #b2201b;
    font-weight: 500;
    font-size: 42px;
}

.holiday-deals .theme-pricing h2.price span:first-child {
    top: 0px;
    font-size: 30px;
}

.holiday-deals h3 {
    margin: 0;
    /* margin-bottom: 10px; */
    font-size: 16px;
    color: #b2201b;
    /* margin-top: 5px; */
    padding: 10px;
    line-height: 1.2;
}

.holiday-deals .button {
    width: 80%;
    margin: 0 auto;
    font-family: 'Inter';
    font-weight: 700;
    background: #d35d45;
    text-transform: uppercase;
}

.holiday-deals .button:hover {
    background: #f26b4f;
}

.holiday-deals .flex-column.today .deal-inner {
    /* border-bottom: 1px solid red; */
    background-color: rgba(255, 255, 255, .15);
    /* color: #48874a; */
}

.today h3 .holiday-deals h2,
.days .today .theme-pricing h2 .price {
    color: #b2201b;
}

.mod-right-holiday-deals p.holiday-deal-title {
    font-weight: 600;
    margin-bottom: 0px;
}



/* END HOLIDAY DEALS */

/* Quick Gift */

.quick-gift-content {
    max-width: 1150px;
    margin: 0 auto;
}

.quick-gift-hero {
    height: 420px;
    width: 100%;
}

.quick-gift-products {
    font-size: 12px;
}

.quick-gift-hero h1 {
    padding-top: 120px;
    font-size: 2.2em;
    font-weight: normal;
}

.quick-gift-hero h2 {
    font-size: 1.3em;
    font-weight: normal;
}

.quick-gift-list {
    width: 70%;
    padding-top: 40px;
}

.quick-gift-sidebar {
    float: left;
    /*position: absolute;*/
    margin-top: -50px;
    display: block;
    margin-left: 20px;
    margin-right: 20px;

}

.quick-gift-content p {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}

.quick-gift-column li a {
    /* color: #fff; */
    font-size: 14px;
    font-weight: 300;
    color: #333333;
}

.quick-gift li {
    font-weight: 300;
    color: #333333;
}

.quick-gift-column {
    width: 165px;
    margin-right: 25px;
    font-family: 'Inter';
    line-height: 25px;
    margin-bottom: 30px;
    color: #333333;
}

.quick-gift-column li {
    list-style-type: disc;
}

.quick-gift-column li:before {
    color: #f1295d;
}

.quick-gift-column ul {
    margin-left: 0px;
    margin-bottom: 0px;

}


/* THEME BROWSER - REPLACED APRIL 2016 WITH 'Project Start' */

.theme-browser {
    /*margin-top:60px*/
}

.theme-browser-title {
    margin-bottom: 20px;
}

.theme-browser-title h1 {
    font-family: 'Inter';
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
}

.theme-browser-title p {
    margin: 0;
    padding: 0;
    display: inline-block
}

.theme-browser-jumpto {
    width: 49%;
    text-align: right;
}

.theme-browser .flex-columns {
    text-align: left;
}

.theme-browser-results h2 {
    font-family: 'Inter';
    font-size: 24px;
    background: #39b4b1;
    padding: 5px 10px;
    color: #fff;
}

.theme-browser-results .square-column h2 {
    background: #ef9072;
}

.theme-browser-results .square-column h2 div {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.theme-browser-results h2 img {
    position: relative;
    top: -4px;
    margin-right: 5px;
}

.theme-browser-results h3 {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 700;
    background: #39b4b1;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.3;
}

.theme-browser-results .square-column h3 {
    background: #ef9072;
}

.theme-title-rule {
    height: 1px;
    border-top: #39b4b1 solid 1px;
    width: 100%;
    margin-bottom: 10px
}

.theme-browser-results .square-column .theme-title-rule {
    border-top: #ef9072 solid 1px;
}

.theme-column {
    margin-right: 10px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.landscape-column {
    margin-right: 40px;
    width: 50%
}

.square-column {
    width: 40%
}

.theme-title {
    font-size: 18px;
}

.theme-orientation {
    font-size: 12px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
}



/* Project Start Pages - April 2016 */

.project-start {
    max-width: 1150px;
    margin: 0 auto;
}

.project-start a,
.project-start a:visited {
    color: #333;
}

.project-start a:hover {
    color: #333;
    text-decoration: underline;
}

.project-start .blog-hero {
    height: 240px
}

.project-start .blog-hero h1 {
    padding-top: 80px
}

.project-orientation {
    text-align: center;
    padding-top: 50px;
    min-height: 500px;
}

.project-orientation h2 {
    padding-bottom: 20px
}

.orientation-icon {
    width: 40px;
    vertical-align: middle;
    padding-right: 10px;
}

.sub-products {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 720px;
    margin: 0 auto;
    color: #333;
    padding: 0 0 20px 0;
}

.product-swatches {
    text-align: left;
}

.product-swatches a {
    text-align: center;
}

.sub-products img {
    padding-right: 20px;
}

/*.sub-products * {flex-shrink:0;}*/

.project-color-swatch {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 10px 20px 0;
    padding-top: 10px;
    color: #fff !important;
    line-height: 1;
    vertical-align: top;
}

.project-color-swatch:hover,
.project-color-swatch:visited {
    color: #fff !important;
    text-decoration: none;
}

.color-madison-black {
    background: #000
}

.color-madison-brown {
    background: #68462C
}

.color-madison-coffee {
    background: #956037
}

.color-madison-pink {
    background: #FFC2DB
}

.color-madison-red {
    background: #BC3633
}

.color-flushmount-black {
    background: #000
}

.color-flushmount-brown {
    background: #68462C
}

.color-flushmount-coffee {
    background: #956037
}

.color-flushmount-white {
    background: #fff
}

.color-flushmount-red {
    background: #BC3633
}

.color-diecut-black {
    background: #000
}

.color-diecut-navy {
    background: #21243b
}

.color-diecut-red {
    background: #b72d25
}

.color-diecut-green {
    background: #174c3a
}

.color-diecut-leather-black {
    background: #000
}

.color-diecut-leather-navy {
    background: #2c374d
}

.color-diecut-leather-charred {
    background: #3b1f05
}

.color-diecut-croc-black {
    background: #000
}

.color-diecut-croc-red {
    background: #621e1b
}

.color-diecut-croc-walnut {
    background: #3a1e1e
}

.project-color-swatch.color-flushmount-white,
.project-color-swatch.color-flushmount-white:hover,
.project-color-swatch.color-flushmount-white:visited {
    color: #333
}


.project-details {
    padding-top: 20px;
    text-align: center
}

.project-details a {}

.project-theme {}

.project-theme-categories {
    width: 200px;
    float: left;
    margin: auto;
    min-height: 220px;
    padding-top: 50px;
}

.project-theme-categories h3 {
    margin: 0px 0 10px 0;
    font-size: 1em
}

.project-theme-results {
    max-width: 950px;
    float: left;
    padding-top: 50px;
    min-height: 600px
}

.project-theme-results.calendar-results {
    max-width: 1150px;
    padding-top: 0
}

.project-theme-results ul {
    margin: 0;
}

.project-theme-results ul li {
    list-style: none;
    float: left;
    padding-left: 20px;
    padding-bottom: 20px
}

.project-theme-results ul li a {
    display: inline-block;
    text-align: center;
    line-height: 1.2
}

.project-theme-results ul li a.hoverboard {
    position: static
}

.project-theme-category {
    display: none
}

.project-theme-category h2 {
    display: inline-block;
    font-size: 1.9em;
    padding-right: 20px
}

.legacy-button {
    color: #f26b4f;
    cursor: pointer;
    margin-bottom: 0
}

.legacy-themes {
    display: none;
    padding-top: 30px;
    margin-bottom: 50px
}

.legacy-theme-image {
    overflow: hidden;
    width: 220px;
    height: 130px
}

.legacy-theme-image-landscape {
    overflow: hidden;
    width: 270px;
    height: 130px
}

.theme-image-mask {
    position: absolute;
    z-index: 10
}

.theme-image-left {
    float: left;
    width: 144px;
    margin-left: 6px;
    margin-top: 2px;
}

.theme-image-right {
    float: right;
    width: 144px;
    margin-top: 2px;
}

.calendar-thumb {
    width: 250px;
    height: 405px
}


.no-theme-button {
    float: right;
    font-style: italic;
    padding-top: 12px
}

.breadcrumb {
    list-style: none;
    overflow: hidden;
    background: #e9e9e9;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li a {
    color: #333;
    text-decoration: none;
    padding: 10px 0 10px 45px;
    background: rgba(190, 190, 190, 1);
    ;
    position: relative;
    display: block;
    float: left;
}

.breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid rgba(190, 190, 190, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.breadcrumb li:first-child a {
    padding-left: 20px;
}

.breadcrumb li:nth-child(2) a {
    background: rgba(205, 205, 205, 1);
}

.breadcrumb li:nth-child(2) a:after {
    border-left-color: rgba(205, 205, 205, 1);
}

.breadcrumb li:nth-child(3) a {
    background: rgba(220, 220, 220, 1);
}

.breadcrumb li:nth-child(3) a:after {
    border-left-color: rgba(220, 220, 220, 1);
}

.breadcrumb li:nth-child(4) a {
    background: rgba(235, 235, 235, 1);
}

.breadcrumb li:nth-child(4) a:after {
    border-left-color: rgba(235, 235, 235, 1);
}

.breadcrumb li:nth-child(5) a {
    background: rgba(250, 250, 250, 1);
}

.breadcrumb li:nth-child(5) a:after {
    border-left-color: rgba(250, 250, 250, 1);
}

.breadcrumb li:last-child a {
    /*background: white !important;*/
    /*color: black;*/
    /*pointer-events: none;*/
    /*cursor: default;*/
}

/*.breadcrumb li:last-child a:after { border: 0; }*/
.breadcrumb li a:hover {
    background: rgba(204, 204, 204, 1);
}

.breadcrumb li a:hover:after {
    border-left-color: rgba(204, 204, 204, 1) !important;
}


.breadcrumb em {
    font-size: .8em
}


/* Project Library - May 2016 */

.library-results ul {
    margin: 0;
}

.library-results ul li {
    list-style: none;
    float: left;
    padding-left: 20px;
    padding-bottom: 20px;
    height: 150px;
}

.library-results ul li a {
    display: inline-block;
    text-align: center;
    line-height: 1.2
}

.library-results ul li a.hoverboard {
    position: static
}

.library-results ul li a img {
    max-height: 100px;
}



/*Ideas*/
.tiles-header {
    background: white;
    padding: 0px 0 0px 0;
}

.tiles-header h1 {
    margin: 0;
    color: #3b4e62
}

.tiles-header ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 10px 0;
    text-align: left;
}

.tiles-header ul li {
    display: inline-block;
    padding: 0 10px 10px 0
}

.tiles-header ul li a {
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 10px;
    border-radius: 4px;
    color: #fff;
    background: #96cc49;
    display: inline-block;
    border: 0px;
    font-weight: 500;
    width: auto;
    transition: all 0.4s ease;
}

.choose-topic {
    font-weight: 500;
    display: none;
    cursor: pointer;
    padding: 10px 0 10px 0;
    color: #34B3B0
}

.choose-topic span {
    font-size: .8em;
}

#chooselink {
    display: inline-block;
}

/*Idea Structure*/

.fixed-width {
    width: 90%;
    margin: 0 auto;
}

div#idea {
    text-align: right;
    margin-bottom: 5px;
    margin-top: -40px;
}

/* Sign Up Modal Overwrite*/

div#TB_ajaxContent {
    overflow: visible;
    padding: 2px 5px 15px 35px;
}

iframe#step2-iframe {
    height: 480px;
    width: 470px;
}

.form-body {
    background-color: #ffffff !important;
}

.iframe#account-iframe {
    background-color: #ffffff !important;
}

/* Nooz Press Releases */

.nooz-list li time {
    padding-right: 10px;
    font-weight: 400;
}

.nooz-list.nooz-release li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.page-heading-right {
    position: absolute;
    right: 6%;
}

.page-heading-left {
    position: absolute;
    left: 6%;
}



/* New Picaboo */

.page-block-new-picaboo {
    max-width: 1280px;
    margin: 0 auto;
}

.hero-new-picaboo {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 1280px;
}

.hero-image-new-picaboo {
    height: 625px;
    width: 100%;
}

.page-heading-new-picaboo {
    width: 410px;
    position: absolute;
    z-index: 2;
    padding-top: 130px;
}

.hero-image-new2 {
    height: 130px;
}

.video-new-picaboo {
    height: 400px;
    box-shadow: 2px 2px 15px #5A5A5A;
    background-color: #343334;
    width: 59%;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 55.25%;
    position: relative;
    height: 0;
    box-shadow: 2px 2px 15px #5A5A5A;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*#alert-banner {
    display: none;
}*/

/* Wedding Party */

.page-block-wedding-party {
    max-width: 1280px;
    margin: 0 auto;
}

.hero-wedding-party {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 1280px;
    margin-top: 110px;
}

.hero-image-wedding-party {
    height: 400px;
    width: 100%;
}

.hero-image-banner-wedding-party {
    height: 100px;
    width: 100%;
    margin-top: 20px;
}

.wedding-party-tiles {
    width: 100%;
}

.wedding-party-tiles .flex-column {
    width: 32%;
    margin-right: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.wedding-party-tiles .flex-column:nth-child(even) {
    margin-right: 0;
}

.wedding-party-tiles img {
    width: 100%;
    margin-bottom: 20px;
}

.wedding-party-tiles h3 {
    text-align: center;
    margin-bottom: 10px;
}


/* Travel */

.page-heading-travel {
    width: 600px;
    position: absolute;
    z-index: 2;
    right: 50px;
    padding-top: 60px;
}

.flex-columns.hero-travel {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}


h1.product-title {
    color: white;
}


/* Program Pages */

.business-page .page-hero {}

.program-page .page-block {
    padding-top: 50px
}

.program-page .col1 {
    width: 45%;
    float: left;
    text-align: center
}

.program-page .col2 {
    width: 54%;
    float: left
}

.program-page .col2-inside {
    padding: 50px 20px 0 40px
}

.program-page .col2 h2 {
    font-weight: 700;
    font-size: 2.0em
}

.program-page .col2 p {
    font-size: 1.5em;
    line-height: 1.2;
    padding-bottom: 20px
}

.program-page .button {
    font-size: 1.2em;
    background: #3069b3 !important
}

.program-page .button:hover {
    background: rgba(48, 105, 179, .8) !important
}

.program-page .three-col {
    width: 33%;
    float: left;
    padding-top: 50px
}

.program-page .three-col-inside {
    padding: 0 20px 0 20px;
    text-align: center
}

.program-page .main-copy {
    text-align: center;
    padding-top: 25px
}

.program-page .main-copy h2 {
    padding-top: 25px
}

.program-page .text-col {
    max-width: 600px;
    margin: 0 auto;
    text-align: left
}

.program-page .logo-stack {
    padding: 20px 0 50px 0
}

.program-page .single-col {
    text-align: center
}

.program-page .single-col h2 {
    font-weight: 700;
    font-size: 2.0em
}

.program-page .single-col p {
    font-size: 1.5em;
    line-height: 1.2
}

.program-page ul {
    list-style: circle;
    padding-left: 50px
}

.program-page .big-number {
    font-size: 6em;
    color: #ddd;
    line-height: 1
}

.program-page.design-service .page-block {
    padding-top: 0px
}

.program-page.design-service h1 {
    font-size: 2.7em
}

.program-page.design-service .page-heading {
    width: 480px;
    right: 75px;
}

.program-page.design-service .page-heading h2 {
    font-size: 2em;
    color: #333;
    margin-bottom: 0;
    margin-top: 20px
}

.program-page.design-service .page-heading p {
    font-size: .9em;
    color: #666666;
    margin-bottom: 0
}

.program-page.design-service .single-col img {
    width: 200px;
    float: left;
}

.program-page.design-service .single-col div {
    width: 200px;
    float: left;
}

.program-page .text-col {
    max-width: 800px;
}

.program-page.design-service .col2 {
    font-size: 1.2em
}

.program-page.design-service .col2-inside {
    padding: 0px 20px 0 40px;
    text-align: center
}

.program-page.design-service .col2.designer .col2-inside {
    padding: 50px 20px 0 40px;
    text-align: center
}

.program-page.design-service .col1.designer {
    width: 25%
}

.program-page.design-service .col2.designer {
    width: 74%;
    font-size: 1.5em
}

.program-page.design-service .three-col {
    padding-top: 0
}

.program-page.design-service .three-col h3 {
    font-weight: 700;
    margin-bottom: 10px
}

.program-page.design-service .three-col p {
    font-size: .9em
}

.program-page.design-service .main-copy h2 {
    padding-top: 50px;
    padding-bottom: 30px
}

.program-page.picasnap a,
.program-page.picasnap a:hover,
.program-page.picasnap a:visited {
    color: #333;
    text-decoration: underline;
}

.program-page.picasnap .button {
    font-size: 1.2em;
    background: #fdff00 !important;
    color: #333;
    border: 2px #333 solid;
    text-decoration: none
}

.program-page.picasnap .button:hover {
    background: #333 !important;
    color: #fdff00;
    text-decoration: none
}

.program-page.picasnap .mh-copy h2 {
    line-height: 1.2;
}

.program-page.picasnap .mh-copy p {
    line-height: 1.2;
    font-size: 1.2em;
}

.program-page.picasnap .mh-copy .button {
    margin-top: 20px
}


.picasnap-modal {
    text-align: center
}

.picasnap-modal h2 {
    padding-top: 20px
}

.picasnap-modal a,
.picasnap-modal a:hover,
.picasnap-modal a:visited {
    color: #f26b4f
}

/* Video Player */
.embed-container {}

.embed-container.resize-video {
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 0
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    width: 100%;
}


.UnsubscribeContainer {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
    color: #333;
    font-style: italic;
}


.video-modal {
    padding: 20px;
}

.video-modal h2 {
    font-family: 'Inter';
    margin: 5px 0 0 0;
    font-size: 1.4em
}

.video-modal p {
    line-height: 1.2;
    font-size: .9em
}

.video-modal .social {
    padding-top: 10px
}

.video-modal .social img {
    width: 75px
}

.screen-reader-text {
    display: none
}

#TB_title {
    background: none !important;
    border: none !important;
    height: 0px !important;
}


/**MY PROJECTS**/
.myprojects-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 120px;
}

#myprojects-iframe {
    min-height: 90vh;
}

.myprojects-msg {
    max-width: 1150px;
    margin: 20px auto;
}

.myprojects-modal-content {}

.myprojects-modal-inner {
    padding: 30px;
}

.myprojects-modal-inner h2 {
    line-height: 1.2;
}

.page-my-projects #TB_ajaxContent {
    padding: 0;
    width: auto !important;
}

.page-my-projects #TB_closeWindowButton {
    display: none;
}



/* ---------------------------------------------------------------------- */
/*	13. Media Queries
/* ---------------------------------------------------------------------- */




/* NPO Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100050;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1100px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }



}



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

    .cards-unique-content {
        width: 90%;
        position: absolute;
        text-align: left;
        left: 10%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cards-easy-content {
        width: 90%;
        position: absolute;
        text-align: left;
        left: 10%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }



}

@media only screen and (max-width: 1537px) {
    .topLeftDiv {
        width: 710px;
        float: left;
    }

    .topRightDiv {
        width: 710px;
        float: left;
    }
}

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

    #button-group {
        display: inline-block;
        text-align: left;
        vertical-align: top;
        margin-top: 10px;
    }

    #button-group-right {
        display: inline-block;
        text-align: left;
        vertical-align: top;
        margin-top: 100px;
    }

}


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

    .idea-contianer {
        width: 1024px !important;
        text-align: center;
    }

    .mod.books-mod {
        background-position: 72%;
    }

    .mod.canvas-mod {
        background-position: 32%;
    }

    .mod.cards-mod {
        background-position: 20%;
    }

    .mod.journals-mod {
        background-position: 72%;
    }

    .mod.notebooks-mod {
        background-position: 12%;
    }

    .mod.pads-mod {
        background-position: 58%;
    }

    .mod.calendars-mod {
        background-position: 40%
    }

    .mod.cases-mod {
        background-position: 10%
    }

    .mod.photo-crystals-mod {
        background-position: 100%;
    }

    .mod.blankets-mod {
        background-position: 84%;
    }

    .mod.pillows-mod {
        background-position: 13%;
    }

    .mod.tote-bags-mod {
        background-position: 73%;
    }


    .topLeftDiv {
        width: 550px;
        float: left;
    }

    .topRightDiv {
        width: 550px;
        float: left;
    }
}

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

    .cards-unique-photo {
        background-position-x: 140%;
    }

    .cards-unique-photo-new {
        background-position-x: 140%;
    }

    .cards-easy-photo {
        background-position-x: 100%;
    }

    .topLeftDiv {
        width: 500px;
        float: left;
    }

    .topRightDiv {
        width: 500px;
        float: right;
    }

    .promos-container .flex-columns {
        text-align: center;
    }

    .promo.flex-column {
        margin-right: 0px;
    }

    .sidebyside-photo.right {
        margin-left: 30px;
    }

    .hero-text-new.about-cards {
        width: 40%
    }


    .hero-banner-image {
        width: 1280px;
        max-width: 1280px
    }

    .flex-column.why-picaboo {
        width: 60% !important;
        margin-right: 0px !important
    }


    #button-group {
        display: inline-block;
        text-align: left;
        vertical-align: top;
        margin-top: 10px;
    }

    #button-group-right {
        display: inline-block;
        text-align: left;
        vertical-align: top;
        margin-top: 100px;
    }

    .idea-contianer {
        width: 1024px !important;
        text-align: center;
    }


    .quick-gift-list {
        float: right;
        width: 70%;
        padding-top: 50px;
        color: #333;
        min-height: 600px;
    }


}




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

    .testimonial-div {
        width: 100%;
        /* 		height: 100%; */
    }

    .cards-unique-content {
        position: relative;
        margin: 0 auto;
        left: auto;
        top: auto;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        text-align: center;
        width: 90%
    }

    .cards-unique-photo {
        background-position-x: 50%;
    }

    .cards-unique-closeup-text,
    .nb-storage-text {
        padding-top: 150px
    }

    .cards-unique-open-text {
        padding-top: 70px
    }


    .cards-easy-content {
        position: relative;
        margin: 0 auto;
        left: auto;
        top: auto;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        text-align: center;
        width: 90%;
    }

    .cards-easy-content {
        background-position-x: 50%;
    }

    .cards-easy-content-closeup-text,
    .cards-easy-content-storage-text {
        padding-top: 150px
    }

    .cards-easy-content-open-text {
        padding-top: 70px
    }



    .tips {
        width: 80%;
        margin-left: 110px;
        margin-right: 0px;
    }

    section.about-content {
        max-width: 1080px;
    }



    #promo-ticker {
        float: left;
        font-size: 12px;
        padding-top: 25px;
        padding-bottom: 25px;
        font-weight: 300;
        position: relative;
        z-index: 651;
        line-height: 1.2;
        padding-left: 200px;
    }

    .idea-contianer {
        width: 1024px !important;
        text-align: center;
    }

    .idea-contianer {
        width: 900px !important;
        text-align: center;
    }


    /* Content Section */
    .ajax-load-more-wrap {
        padding-left: 20px
    }

    .single .entry-content {
        padding-left: 20px;
        width: 70%
    }

    .search .post-list {
        padding-left: 20px;
        width: 70%
    }

    .post-list {
        width: 75%
    }

    .post-thumb {
        width: 100%;
        height: 300px
    }

    .quick-tips-page .post-list .post-thumb {
        width: 100%;
        height: 180px
    }

    /*.wp-caption {width:100% !important;}*/

    .blog-sidebar {
        padding-right: 20px
    }


}

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

    .tips {
        width: 90%;
        margin-left: 80px;
        margin-right: 0px;
    }

    .hero-image-inspired {
        background-size: 100% !important;
        height: 625px;
        width: 100%;
        position: absolute;
        z-index: -2;
        margin-top: -125px !important;
    }

    .customer-creations {
        margin-top: 400px !important;
    }

    .customer-creations h2 {
        font-size: 32px !important;
    }

    section.about-content {
        max-width: 1040px;
    }


    .idea-contianer {
        width: 900px !important;
        text-align: center;
    }

    .project-theme-categories {
        /* padding-left:60px; */
    }

    .project-theme-results {
        max-width: 800px;
        float: left;
        padding-bottom: 50px;
    }

}


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

    .occasion-content section .flex-column.occasion-detail1 {
        width: 100%;
        margin-right: 0
    }

    .occasion-content section .flex-column.occasion-detail2 {
        width: 100%;
        margin-bottom: 40px
    }

    .occasion-price {
        top: 10px
    }

    .occasion-page table {
        width: 49%;
        margin-top: 0px;
        float: right
    }

    .occasion-price .occasion-price-inside h2 {
        width: 50%;
        float: left;
    }

    .occasion-price .occasion-price-inside .theme-pricing {
        width: 51%;
        float: left;
    }


    .testimonial-photo img {
        float: none !important;
        padding-bottom: 10px;
    }

    .testimonial-content {
        padding-left: 0px !important;
    }

    .tips {
        width: 90%;
        margin-left: 60px;
        margin-right: 0px;
    }

    section.about-content {
        max-width: 980px;
    }

    .wedding-party-buynow-tag {
        position: static !important;
    }

    h2.wedding-party {
        margin: 0 auto;
        text-align: center;
        line-height: 1;
    }

    .wedding-party-buynow {
        padding: 10px 0 10px 0 !important;
        line-height: 1.2;
    }

    .idea-contianer {
        width: 900px !important;
        text-align: center;
    }

    .topLeftDiv {
        width: 450px;
        float: left;
    }

    .topRightDiv {
        width: 450px;
        float: left;
    }

}


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

    .preview-card-gallery {
        max-width: 730px;
    }

    .testimonial-photo img {
        float: none !important;
        padding-bottom: 10px;
    }

    .testimonial-content {
        padding-left: 0px !important;
    }

    .media-logos {
        border-right: 0;
        border-bottom: 1px solid #fff;
    }


    .tips {
        width: 90%;
        margin-left: 60px;

    }

    .idea-contianer {
        width: 900px !important;
        text-align: center;
    }

    .quick-gift-list {
        float: right;
        width: 95% !important;
        padding-top: 80px;
        color: #333;
        min-height: 600px;
        margin-top: 270px;
    }

    .quick-gift-sidebar {
        width: 100%;
        float: left;
        position: absolute;
        margin-top: -100px;
        display: block;
        /* margin-left: 20px; */
        /* margin-right: 20px; */
    }

    .tablet-content {
        left: 3%
    }

    .tablet-photo {
        background-position-x: 50%
    }

    .notebook-content {
        left: 3%
    }


}

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

    #TB_iframeContent {
        width: 100% !important;
        height: 100% !important;
    }

    .page-block.clearfix-days {
        max-width: 700px;
    }

    .page-block.clearfix-holiday-deals {
        max-width: 700px;
    }

    .cards-unique-photo {
        background-position-x: 50%;
    }

    .cards-easy-photo {
        background-position-x: 50%;
    }

    .gh-inner.block {
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0
    }

    .gh-left {
        visibility: hidden
    }

    #sign-in #help .sub-menu {
        right: 100px;
    }

    .signin-link,
    .account-link {
        padding-right: 10px
    }

    .alert-banner {
        top: 50px !important;
    }

    .mobile-show {
        display: inline-block !important
    }

    .mobile-hide {
        display: none !important;
    }

    .theme-details.four-column {
        width: 470px;
    }

    .theme-details.five-column {
        width: 775px;
    }


    .four-column .column-group-2,
    .five-column .column-group-3 {
        padding-left: 0px;
        padding-top: 20px
    }

    .pledge-container {
        margin-top: 50px;
    }

    .why.why-4 {
        background-size: auto 100%;
    }

    .support-page form {
        margin-top: 10px;
    }

    .support-page input[type="text"] {
        width: 443px;
        height: 50px;
        font-size: 17px;
        position: relative;
        top: -2px
    }

    .support-page input[type="submit"] {
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }


    .prestige-columns .flex-column.theme-styles {
        margin-right: 0;
    }

    .prestige-columns .flex-column.theme-pricing {
        width: 575px
    }

    .page-template-template-portfolio-2col-php .entry-title a,
    .tax-portfolio-type .entry-title a {
        font-size: 18px;
        line-height: 21px;
    }

    .page-template-template-portfolio-2col-php .entry-title,
    .tax-portfolio-type .entry-title {
        margin-top: -50px;
    }

    .related-portfolios .entry-title {
        display: none;
    }

    .make-this-book-in-thumb {
        margin-top: -125px;
    }

    .related-portfolios .make-this-book-in-thumb {
        margin-top: -80px;
    }

    .portfolio-filter .hero-text {
        padding-top: 155px;
    }

    .portfolio-filter .hero-text h1 {
        line-height: 50px;
        /*width: 530px;*/
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .topLeftDiv {
        width: 400px;
        float: left;
    }

    .topRightDiv {
        width: 400px;
        float: left;
    }


    ul.flex-columns {
        /*width:460px*/
    }

    .svn-container {
        width: 100%;
    }

    .ama-container {
        width: 100%;
    }

    .tiles-content {
        overflow: auto;
    }

    .idea-cat-thumbs {
        width: 610px
    }

    #card-filters.portfolio-filter .hero-text {
        padding-top: 196px;
    }

    .portfolio-filter ul {
        /*width:600px*/
    }

    #card-filters.portfolio-filter li:nth-child(6) {
        margin-right: 30px;
    }

    .portfolio-filter li {
        border-left: none;
        border-right: none;
    }

    .card-preview-ribbon {
        width: 330px;
        top: 210px
    }

    #logo {
        margin-top: -32px;
        width: 110px;
        left: 50%;
        margin-left: -55px;
        margin-top: 10px;
        display: inline-block;
    }

    #logo.minimal-logo {
        left: auto;
        margin: 0 auto;
        display: block;
    }

    #logo.compressed-logo {
        margin-bottom: 13px;
        /*width: 90px;*/
        width: 130px;
    }

    /* Navigation ------------------------------------------- */
    .iphone #primary-nav {
        display: none;
    }

    .no-js #primary-nav {
        display: block;
    }



    .mobile-menu-button {
        width: 40px;
        height: 40px;
        background: url(images/menu-icon.png) no-repeat center;
        position: absolute;
        left: 10px;
        top: 40px;
        z-index: 550;
        cursor: pointer;
        background-size: 40px;
    }

    .mobile-menu {
        /*display:block;*/
        background: #ffffff;
        ;
        text-align: center;
        margin-top: 0px;
        /*width: 260px;*/
        /*position: absolute;*/
        /*left:-260px;*/
        /*overflow:auto;*/

    }

    #mobile-menu-second {
        margin-top: 20px
    }

    .mobile-menu-slide {
        left: 0px
    }

    .pushy {
        z-index: 9999 !important;
    }

    #promo {
        display: none
            /*height:350px;
        margin-top:-350px*/
    }



    .wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
        transition-property: left;
        transition-duration: 1s;
        transition-delay: 0s;
        left: 0px;
    }

    .wrapper-slide {
        left: 260px;

    }


    #primary-nav {
        display: none !important
    }


    #global-header {
        position: absolute
    }

    #utility-belt {
        /*background: none;*/
        position: absolute;
        /*padding-top: 20px;*/
        z-index: 1;
        /*height:40px;*/
    }

    .utility-inner {
        width: 100%
    }

    .utility-account {
        padding-right: 20px;
        padding-top: 0;
        margin-top: 13px
    }

    #promo-ticker {
        display: none;
        /*width: auto;*/
        /*z-index:0 !important;*/
        /*line-height: 0.5;*/
        /*text-align: center;*/

    }



    a.photo-button {
        height: auto;
        line-height: 1.2;
        padding: 10px 15px 10px 15px;

    }

    .hero-text-new.about-cards {
        width: 100%;
        margin: 0 auto;
        text-shadow: none;
        text-align: center;
        position: static;
        margin-top: 30px;
    }

    .hero-text-new.about-cards h1 {
        line-height: 1.2 !important;
        color: #3C2415
    }

    .hero-text-new.about-cards h2 {
        font-size: 24px !important;
        line-height: 30px !important;
        color: #3C2415;
    }

    .hero-text-new.classic {
        margin-top: -450px;
    }

    .hero-text-new.classic h1 {
        font-size: 35px !important
    }


    /* Layout: left photo, right details */

    .sidebyside-photo {
        width: 50%;
        height: 400px;
        margin-right: 30px;
    }

    .sidebyside-details {
        width: 45%;
        line-height: 1.2;
    }

    .promo-group .promo-wrapper {
        width: 100%;
    }

    .promo-group .promo-wrapper .promo {
        margin-right: 0;
    }


    .account-container {
        width: 100%;
        margin: 0 auto;

    }

    .account-page-menu {
        float: none;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .account-frame {
        float: none;
        width: 100%;
        margin: 0 auto;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .medium-header {
        /*height:100% !important*/
        height: auto !important
    }

    .mh-image {
        width: 100%;
        height: 400px;
        float: none;
        background-size: cover !important;
    }

    .mh-copy {
        width: 100%;
        height: auto;
        border-left: 0;
        float: none;
        padding-left: 0px;
        padding-right: 0px
    }

    .mh-copy h1 {
        margin-top: 0px !important;
    }

    .sh-image {
        display: none
    }

    .sh-copy {
        width: 100%;
        height: auto;
        border-left: 0;
        float: none;
        padding-left: 0px;
        padding-right: 0px
    }


    .welcomeImage {
        display: none;
    }

    body {
        overflow: auto !important;
    }

    .column-comparison {
        width: 90%;
        padding: 0;
        margin-right: 0px;
        margin: 0 auto;
        margin-bottom: 20px;
        height: auto;
        position: static;
        background: #f3f8ff;
        text-align: center;
        padding: 20px 0 20px 0
    }

    .column-comparison .comparison-action {
        position: static;
        bottom: auto;
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }

    .column-comparison ul {
        text-align: left;
        width: 50%;
        margin: 10px auto;
    }

    .idea-contianer {
        width: 780px !important;
        text-align: center;
    }

    .idea-details {
        height: 640px;
        overflow: scroll;
    }

    #account-navbar {
        margin-top: 20px;
    }


    #promo-ticker {
        float: left;
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 25px;
        font-weight: 300;
        position: relative;
        z-index: 651;
        line-height: 1.2;
        padding-left: 170px;
    }

    .product-images {
        max-width: 770px;
    }

    .flex-column.why-picaboo {
        width: 612px;
        margin-top: 0px;
        margin-bottom: 0px;
        display: block;
        margin-left: auto;
        margin-right: auto !important;
    }


    .testimonial-photo img {
        float: none !important;
        padding-bottom: 10px;
    }

    .testimonial-content {
        padding-left: 0px !important;
    }

    .media-logos {
        border-right: 0;
        border-bottom: 1px solid #fff;
    }

    .tips {
        width: 100%;
        margin-left: 20px;
        ;
    }

    .tips-modal-content .close-tip {
        margin-left: 85%;

    }

    /* About Us: Team */

    .about-content h1 {
        text-align: center
    }

    .team-sidemenu {
        width: 100% !important;
        /* border-bottom: 1px solid #ddd; */
        display: table-caption;
        float: none;
        padding: 10px 0 0 0 !important;
        text-align: center;
        border-right: none;
        font-size: 14px;
    }

    .team-sidemenu ul {
        padding: 10px 10px 10px;
        /* display: inline-flex !important; */
    }

    .team-sidemenu ul li {
        display: inline-block;
        font-weight: 300;
        padding: 5px;
    }

    .team-sidemenu ul li:first-child {
        display: none
    }

    div#content {
        /*margin: 80px auto !important;*/
    }


    #button-group {
        max-width: none;
        text-align: center;
        width: 100%;
        margin-top: 20px !important;
    }

    #button-group h3 {
        text-align: center;
        position: relative;
        margin-left: 0px;
        font-size: 28px;
        margin-bottom: 20px;
    }

    #button-group p {
        text-align: center;
        text-transform: uppercase;
        /*margin-bottom: 10px;*/
    }

    #button-group-right h3 {
        margin-left: 0px;
        font-family: 'Roboto Slab', serif;
        font-weight: 100;
        font-size: 38px;
        color: #3C2415;
        margin-bottom: 10px;
        text-align: center;
    }

    #button-group-right p {
        text-align: center;
        text-transform: uppercase;
        /*margin-bottom: 10px;*/
    }


    #button-group-right {
        max-width: none;
        text-align: center;
        width: 100%;
        margin-top: 20px !important;

    }

    .team {
        float: left;
        width: 115px !important;
        overflow: hidden;
        border-bottom: 1px inset #ccc;
        background-color: white;
    }

    div#top-results-wrapper {
        width: 90%;
        display: block;
        margin: 0 auto;
        padding-left: 0;
    }


    div#team-container {
        max-width: 90%;
        min-height: 730px !important;

    }

    .table-container {
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-container:before {
        content: "Slide to view";
        font-style: italic;
    }

    h3.about-heder {
        display: none;
    }

    section.about-content {
        max-width: 1040px;
    }

    .hero-image-home {
        height: 480px !important;
    }


    div#idea {
        text-align: center;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .feature-new-picaboo {
        padding: 0 20px 60px 20px !important;
    }

    .page-heading-new-picaboo {
        width: 90%;
        position: static;
        right: auto;
        margin: 20px auto !important;
        text-align: center !important;
        padding-top: 0;
    }

    .page-heading-new-picaboo h2 {
        font-size: 22px;
    }

    .hero-image-new2 {
        height: 70px !important;
    }


    .program-page .page-hero {
        background: none !important;
        height: auto
    }

    .program-page .page-hero h1 {
        padding-top: 50px
    }

    .program-page .page-hero h1,
    .page-hero h2 {
        color: #333;
        max-width: 90%;
        text-align: center
    }

    .program-page .col1 {
        width: 90%;
        float: none;
        margin: 0 auto
    }

    .program-page .col2 {
        width: 90%;
        float: none;
        margin: 0 auto
    }

    .program-page .col2-inside {
        text-align: center;
        padding: 20px 0px 0 0px
    }

    .program-page .three-col {
        width: 90%;
        float: none;
        padding-top: 20px;
        margin: 0 auto
    }

    .program-page .three-col-inside {
        padding: 0 0px 0 0px;
        text-align: center
    }

    .program-page .button {
        font-size: .9em;
        height: auto;
        line-height: 1.2;
        padding: 10px
    }

    .first-list {
        float: none;
        width: 90%;
        margin: 0 auto;
        padding-left: 0 !important;
    }

    .first-photo {
        float: none;
        width: 100%;
        padding-top: 0px
    }

    .notebook-content {
        position: relative;
        margin: 0 auto;
        left: auto;
        top: auto;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        max-width: 90%;
        width: 90%
    }

    .notebook-photo {
        background-position-x: 50%
    }

    .nb-closeup-text,
    .nb-storage-text {
        padding-top: 150px
    }

    .nb-open-text {
        padding-top: 70px
    }

    .mod.books-mod {
        background-position: 72%;
    }

    .mod.canvas-mod {
        background-position: 32%;
    }

    .mod.cards-mod {
        background-position: 20%;
    }

    .mod.journals-mod {
        background-position: 72%;
    }

    .mod.notebooks-mod {
        background-position: 12%;
    }

    .mod.pads-mod {
        background-position: 58%;
    }

    .mod.calendars-mod {
        background-position: 40%
    }

    .mod.cases-mod {
        background-position: 10%
    }

    .mod.photo-crystals-mod {
        background-position: 100%;
    }

    .mod.blankets-mod {
        background-position: 65%;
    }

    .mod.pillows-mod {
        background-position: 13%;
    }

    .mod.tote-bags-mod {
        background-position: 73%;
    }

}



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

    .table-container {
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-container:before {
        content: "Slide to view";
        font-style: italic;
    }

    .pricing-table {
        min-width: 100%;
    }

    .table-header-link {
        float: none;
        position: relative;
        top: 0px;
        right: 0px;
        left: 10px;
        font-size: 18px;
        color: #3069b3 !important;
    }

    .table-header-link:hover {
        color: #39B4B1 !important;
    }


    .single-portfolio .theme-pricing {
        left: 0
    }

    .single-portfolio .theme-styles {
        width: 100%;
        left: 0
    }

    .single-portfolio .theme-styles h3 {
        text-align: center;
    }

    .single-portfolio .theme-styles li {
        text-align: center;
    }

    .media-logos {
        border-right: 0;
        border-bottom: 1px solid #fff;
    }

    .trust-column {
        width: 90%;
        padding: 40px 0px 40px 0;
    }

    .trust-column h1 {
        margin-bottom: 0;
    }

    .testimonial-footer {
        margin-bottom: 40px;
    }

    .occasion-content section .flex-column.occasion-detail1 {
        width: 100%;
        margin-right: 0
    }

    .occasion-content section .flex-column.occasion-detail2 {
        width: 100%
    }

    .occasion-price {
        top: 10px
    }

    .occasion-page table {
        width: 100%;
        margin-top: 20px;
        float: none
    }

    .occasion-price .occasion-price-inside h2 {
        width: 100%;
        float: none;
    }

    .occasion-price .occasion-price-inside .theme-pricing {
        width: 100%;
        float: none;
    }

    .occasion-menu {
        /*width: 100%;
        position: static;*/
        display: none;
    }

    .occasion-content {
        max-width: 100%;
        margin-left: 0px;
    }

    .occasion-menu ul li {
        text-align: center;
        margin-bottom: 20px;
        line-height: 1.2;
        display: inline-block;
        margin: 20px;

    }

    .occasion-menu img {
        display: none
    }

    .occasion-menu a {}

    .tail-ribbon-large {
        height: auto;
    }

    .tail-ribbon-large div {
        display: none;
    }

    .tail-ribbon-large h3 {
        line-height: 1.2;
    }


    .idea-cat-thumb.flex-column {
        width: 40% !important;
        margin-right: 0px !important
    }

    .flex-column.why-picaboo {
        width: 90% !important;
    }


    .testimonial-photo img {
        float: none !important;
        padding-bottom: 10px;
    }

    .testimonial-content {
        padding-left: 0px !important;
    }

    .media-logos {
        border-right: 0;
        border-bottom: 1px solid #fff;
    }

    .tips {
        margin-left: 100px;
    }

    .tips-modal-content .close-tip {
        margin-left: 83%;

    }

    .customer-creations {
        margin-top: 380px !important;
    }

    .customer-creations h2 {
        font-size: 30px !important;
    }

    .idea-contianer {
        width: 700px !important;
        text-align: center;
    }


    /* Content Section */
    .ajax-load-more-wrap {
        padding-left: 0;
        text-align: center
    }

    .blog-sidebar ul.blog-categories {
        padding-right: 0;
    }



    .alm-reveal li,
    .quick-tips-page .post-list .alm-reveal li {
        width: 100%;
        padding-right: 0
    }

    .post-list,
    .quick-tips-page .post-list {
        width: 90%;
        margin: 0 auto;
        float: none
    }

    .blog-sidebar {
        width: 90%;
        margin: 0 auto;
        float: none;
        text-align: center
    }

    .blog-hero {
        background: #fff !important;
        height: auto;
    }

    .blog-hero h1,
    .blog-hero h2 {
        color: #333;
        max-width: 80%
    }

    .blog-hero h1 {
        padding-top: 50px
    }

    .post-hero {
        display: none
    }

    .mobile-post-hero {
        display: inline-block !important;
    }

    .single .entry-content {
        padding-left: 0;
        width: 90%;
        margin: 0 auto;
        float: none
    }

    .single .entry-content p {
        width: 100%
    }

    .post-related {
        text-align: center
    }

    .yarpp-related ul li {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
        text-align: center
    }

    .yarpp-related .related-image {
        margin: 0 auto
    }

    .search .post-list {
        padding-left: 0px;
        width: 90%
    }

    .search .entry-content p {
        width: 100%
    }

    .hentry {
        margin-bottom: 30px;
        padding: 0px;
    }

    .post-media {
        max-width: 100%;
    }

    .quick-tips-page .post-list .post-thumb {
        width: 100%;
        height: 300px
    }

    .case-detail-photo {
        float: none;
        text-align: center
    }

    .case-detail-content {
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    .topLeftDiv {
        width: 350px;
        float: left;
    }

    .topRightDiv {
        width: 350px;
        float: left;
    }

}

/*for mobile */
.cart-image {
    position: relative;
    top: -3px;
    left: -18px;
    width: 29px;
    float: right;
}

.footer-wave-svg {
    width: 100%;
    height: 50px;
    fill: "#ffffff";
    background: #fff;
    margin-bottom: -20px;
}

/*for desktop */
@media only screen and (min-width: 768px) {
    .gh-mobile-right {
        float: right;
    }

    .mobile-cart-icon {
        display: none;
    }
	.mobile-banner{
		display: none;
	}
    .card-page .hero-image-new {
        background: url('http://d88zf0kfw1nyb.cloudfront.net/pm/cards/card-hero-2023.jpg') no-repeat center;
    }

    .best-seller-section-bg {
        background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 50.29%, #668978 50.3%) ! important;
    }

    .footer-wave-svg-mobile {
        display: none;
    }
    .home-btn:hover {
        /* 		 box-shadow: 0 4px 10px -2px #0003; */
        box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.85);
        transform: translateY(-4px) scale(1.03);
    }

    .metaslider .flexslider .slides p {
        width: 60% !important;
    }

    .metaslider .flexslider .slides p.desktop-starting-price {
        margin-top: 40px
    }

    .days.contrib-columns .flex-column {
        float: left;
    }

    .youtube-box {
        width: 552px;
    }

    .minibook-bottom-btn {
        margin-top: 80px;
    }

    .page-heading {
        box-shadow: 0 0 11px rgba(33, 33, 33, 0.4);
    }
	.santa-block{
		width: 400px;
	}
}

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

    /* 768 ================================================== */
    /*html { font-size: 70.3125%; !* push base size to 18px *! }*/
    .footer-wave-svg {
        display: none;
    }

    .footer-wave-svg-mobile {
        width: 100%;
        height: 50px;
        fill: "#ffffff";
        background: #fff;
        margin-bottom: -20px;
    }

   .remove-margin>.stk-column-wrapper{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
    .card-page .hero-image-new {
        background: url('http://d88zf0kfw1nyb.cloudfront.net/pm/cards/card-hero-mobile-2023.jpg') no-repeat center;
    }

    .flex-row {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .flex-2col {
        flex: 1 1 50%;
    }

    .flex-3col {
        flex: 1 1 33%;
    }

    .flex-4col {
        flex: 1 1 25%;
    }

    .flex-space-20 {
        margin: 0 20px 0 20px
    }

    .flex-space-40 {
        margin: 0 40px 0 40px
    }

    .removebr br {
        display: none;
    }

    /* 	.testimonial-div{		
		height: 265px;
		padding:40px;
	} */
    .common-post-text {
        text-align: left !important;
    }

    .creative-freedom-text {
        font-size: 15px;
        line-height: 21px;
    }

    .creative-freedom-title {
        font-size: 20px;
        line-height: 25px;
    }

    .stk-50b72e7-column {
        display: flex;
        flex-direction: column-reverse;
    }

    .global-alert {
        font-size: .8em;
        line-height: 1.2
    }

    .gh-left,
    .gh-right {
        display: none
    }

    .gh-middle {
        width: 66%;
        text-align: right;
    }

    .gh-middle-right {
        width: 34%;
    }

    .banner-feature {
        width: 100%;
        padding: 70px 0 70px 0
    }

    .banner-feature h1 {
        font-size: 50px;
        text-align: center;
        padding: 10px 20px 10px 20px
    }

    .banner-feature h2 {
        font-size: 24px;
        text-align: center;
        padding: 10px 20px 10px 20px
    }

    .hero-message {
        width: 100%;
        position: static;
        z-index: 2;
        right: 50px;
        background: #fff;
        text-align: center;
        margin-top: 0 !important
    }

    .product-family-title {
        font-size: 30px !important;

    }

    .product-page {
        border-top: 1px #ddd solid;
    }

    .product-page h2 {
        /*font-size:36px !important;*/

    }

    .page-metal h2,
    .page-scrapbook h2 {
        font-size: 1.5em;
    }

    .action-box h2 {
        padding: 0 10px 0 10px;
    }

    .page-heading {
        width: 90% !important;
        position: static;
        right: auto;
        margin: 20px auto !important;
        text-align: center;
        padding: 0px !important;
    }

    .page-heading-new {
        width: 100%;
        /* position: static; */
        right: auto;
        margin: 60px auto !important;
        text-align: center;
        padding-top: 200px !important;
    }

    .page-heading h1,
    .page-heading h3,
    .page-heading h2,
    .page-heading ul li {
        color: #3C2415 !important;
        text-align: center;
    }

    .page-heading .product-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .page-heading .product-title img {
        top: 0px !important;
        left: 0px !important
    }

    .page-heading h3 {
        font-size: 18px;
        color: #4B5D59 !important;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .page-heading h3 a {
        color: #3069B3 !important;
    }

    .page-heading h2 {
        /*font-size: 18px !important;
        color:#333 !important;
        line-height:1.2*/
    }

    .page-heading ul {
        list-style: none;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .page-heading ul li {
        line-height: 1.5
    }

    .page-heading .theme-pricing {
        float: none;
        text-align: center;
        margin: 0 auto
    }

    .product-copy-box-1 {
        position: static;
        background: #3069B3;
        padding: 50px 0 50px 0;
        color: #fff;
        line-height: 1.2;
        margin-top: 0 !important;
        margin-left: 0 !important;
        width: 100% !important
    }

    .product-copy-box-1 * {
        padding: 0 50px 0 50px;
    }

    .product-box {
        position: static;
        padding: 50px 0 50px 0;
        color: #fff;
        line-height: 1.2;
        margin-top: 0 !important;
        margin-left: 0 !important;
        width: 100% !important
    }

    .product-box * {
        padding: 0 50px 0 50px;
    }

    .product-pricing h1:first-child {
        padding-top: 50px !important;
        font-size: 45px !important;
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
        margin: 0 !important
    }

    .product-pricing h3 {
        text-align: center;
        margin-top: 20px !important;
    }

    .product-pricing .flex-column {
        text-align: center;
    }

    .product-pricing .product-size {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 0 !important
    }

    .action-box {
        padding: 30px 0 20px 0;
        width: 90%;
        text-align: center
    }

    .floating-copy {
        margin-top: 20px !important;
        width: 90% !important
    }

    .occasion-tiles .flex-column {
        width: 100%;
        line-height: 1.2;
        margin-top: 10px
    }

    #primary,
    #post-0 {
        width: 100%;
    }

    #sidebar {
        border-top: 2px solid #cccccc;
        padding-top: 50px;
        padding-top: 5rem;
        width: 100%;
    }

    #header {}

    #content {
        /*padding: 6rem 0;*/
        /*padding: 60px 0;*/
    }

    .page-intro {
        padding-top: 110px;
        padding-bottom: 0px;
    }

    .page-intro h1 {
        line-height: 1.25;
        /*margin-bottom: 45px;*/
    }

    .home-intro,
    .page-intro p,
    .page-caption {
        /*font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.5;*/
        width: 90%;
    }

    .page-navigation .nav-previous,
    .page-navigation .nav-next,
    .single-page-navigation .nav-previous,
    .single-page-navigation .nav-next {
        margin: 50px 0;
        margin: 5rem 0;
    }

    .home-page-full-column {
        padding: 20px 0;
    }

    .page-title h1.main-headline {
        font-size: 58px;
        padding-top: 32px;
        line-height: 70px;
        width: 100%;
    }

    .stacked-prices {
        padding-top: 0px;
    }

    .three-columns .flex-column {
        margin-top: 20px;
    }

    .details-body {
        width: 100%
    }

    #signup-continue-button {
        display: none
    }

    .mobile-account-button {
        width: 40px;
        height: 40px;
        background: url(images/account-icon.png) no-repeat center;
        position: absolute;
        right: 10px;
        top: 40px;
        z-index: 550;
        cursor: pointer;
        background-size: 40px;
    }

    .mobile-account-menu .mobile-account-links-first {
        padding: 15px 30px;
    }

    #utility-belt {
        /*display:none !important;*/

    }

    .utility-account,
    .fb-like.main {
        display: none !important;
    }

    .fb-like {
        margin: 0 auto;
        width: 80px;
        margin-bottom: 15px;
        padding: 5px 5px 0px 5px;
        border-radius: 4px;
    }

    .fb-like span {
        width: 80px !important;

    }

    .sticky-ribbon {
        display: none;
    }

    #logo.compressed-logo {
        /*margin-left: -35px;*/
    }

    /* Single Post ------------------------------------------ */
    /*.single .entry-meta {*/
    /*border-top: 1px solid #F0EEE8;*/
    /*margin-top: 10px;*/
    /*margin-top: 1rem;*/
    /*padding-top: 30px;*/
    /*padding-top: 3rem;*/
    /*width: 100%;*/
    /*}*/
    /*.single .entry-meta span {*/
    /*float: left;*/
    /*width: 22%;*/
    /*}*/
    /*.single .entry-meta span + span {*/
    /*margin-top: 0;*/
    /*margin-left: 4%;*/
    /*}*/
    /*.single .entry-content { width: 100%; }*/
    .comment-body {
        width: 100%;
    }

    .comment-author,
    .comment-meta {
        width: 100%;
    }

    .comment .children .children {
        padding-bottom: 3rem;
    }

    .children .comment-author,
    .children .comment-meta {
        padding-left: 40px;
        padding-left: 4rem;
    }

    .children .children .comment-author,
    .children .children .comment-meta {
        padding-left: 80px;
        padding-left: 8rem;
    }

    #reply-title {
        margin-bottom: 20px;
        margin-bottom: 2rem;
    }

    #reply-title,
    #commentform {
        float: none;
        width: 100%;
    }

    .commentlist {
        padding-top: 5rem;
        padding-top: 50px;
    }

    /* Portfolio --------------------------------------- */



    .portfolio-filter .hero-text {
        width: 90%
    }

    #card-filters.portfolio-filter .hero-text {
        padding-top: 88px
    }

    #card-filters.portfolio-filter .hero-text h1 {
        font-size: 80px
    }



    .portfolio-filter .hero-text h1 {
        font-size: 28px;
        line-height: 30px;
        /*width:380px*/
    }

    .portfolio-filter .hero-text h2 {
        font-size: 18px;
    }

    .portfolio-filter,
    .portfolio-filter .page-title,
    .portfolio-filter .hero-image-even,
    .portfolio-filter .hero-image-odd,
    .portfolio-filter .hero-image-overlay {
        /*height:470px;*/
    }

    .portfolio-filter {
        /*height: 220px;*/
    }

    #card-filters,
    #card-filters .hero-image-even,
    #card-filters .hero-image-odd,
    #card-filters .hero-image-overlay,
    #card-filters .hero-image-new {
        height: 510px;
    }

    .hero-image-updated {
        height: 127px;
    }

    .hero-image-even {
        background-size: auto 100%;
    }

    .hero-image-odd {
        background-size: auto 100%;
    }

    .portfolio-filter .hero-text {
        padding-top: 80px
    }

    .portfolio-filter li {
        width: 108px;

    }

    #card-filters.portfolio-filter .hero-text {
        padding-top: 130px
    }

    .portfolio-filter ul {
        /*width:325px*/
    }

    #card-filters.portfolio-filter ul {
        /*width:206px*/
    }

    #card-filters.portfolio-filter li:nth-child(3n) {
        margin-right: 10px;
    }

    .portfolio-filter a span {
        display: inline-block;
    }

    .portfolio-filter a.book-filter-create span {
        padding-top: 38px
    }

    .portfolio-filter a.card-filter-christmas {
        background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_christmas_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-holiday {
        background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_holiday_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-newyear {
        background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_newyear_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-hanukkah {
        background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_hanukkah_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-create {
        background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_create_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-preview {
        background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_preview_black.png') no-repeat center 15px;
        color: #39b4b1
    }

    .portfolio-filter a.card-filter-thank-you {
        background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_thankyou_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-save-date {
        background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_savedate_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-graduation {
        background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_grad_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-bday {
        background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_bday_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-baby {
        background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_baby_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-valentines {
        background: #fff url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_valentines_black.png') no-repeat center 15px;
    }



    .portfolio-filter a.active,
    .portfolio-filter a:hover {
        background: #3069B3;
        color: #333333 !important;
    }

    .portfolio-filter a.card-filter-christmas.active,
    .portfolio-filter a.card-filter-christmas:hover {
        background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_christmas_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-holiday.active,
    .portfolio-filter a.card-filter-holiday:hover {
        background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_holiday_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-newyear.active,
    .portfolio-filter a.card-filter-newyear:hover {
        background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_newyear_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-hanukkah.active,
    .portfolio-filter a.card-filter-hanukkah:hover {
        background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_hanukkah_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-create.active,
    .portfolio-filter a.card-filter-create:hover {
        background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_create_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-preview:hover {
        background: #39b4b1 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_preview_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-thank-you.active,
    .portfolio-filter a.card-filter-thank-you:hover {
        background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_thankyou_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-save-date.active,
    .portfolio-filter a.card-filter-save-date:hover {
        background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_savedate_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-graduation.active,
    .portfolio-filter a.card-filter-graduation:hover {
        background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_grad_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-bday.active,
    .portfolio-filter a.card-filter-bday:hover {
        background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_bday_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-baby.active,
    .portfolio-filter a.card-filter-baby:hover {
        background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_baby_black.png') no-repeat center 15px;
    }

    .portfolio-filter a.card-filter-valentines.active,
    .portfolio-filter a.card-filter-valentines:hover {
        background: #3069B3 url('//d88zf0kfw1nyb.cloudfront.net/pm/filter/filter_card_valentines_black.png') no-repeat center 15px;
    }



    .page-template-template-portfolio-2col-php .entry-title,
    .tax-portfolio-type .entry-title {
        margin-top: -37px
    }

    .page-template-template-portfolio-2col-php .entry-title a,
    .tax-portfolio-type .entry-title a {
        font-size: 14px;
        line-height: 17px;
    }

    .make-this-book-in-thumb {
        margin-top: -85px;
    }

    .related-portfolios .make-this-book-in-thumb {
        margin-top: -50px;
    }

    .make-this-book-in-thumb a.button {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        ;
    }

    .single-portfolio .entry-meta>span {
        float: left;
        width: 22%;
    }

    .single-portfolio .entry-meta>span>span {
        width: 100%;
    }

    .single-portfolio .entry-meta>span>span+span {
        margin-left: 0;
    }

    .single-portfolio .entry-meta .portfolio-url {
        margin-left: 4%;
        margin-top: 0;
    }

    .single-portfolio .entry-meta .edit-post {
        clear: left;
    }

    .single-portfolio .related-portfolios .portfolio:nth-last-child(3) .bbottom {
        border-bottom: 0
    }

    .post-media {}

    .zilla-slide-prev,
    .zilla-slide-next,
    .zilla-slide-prev-full,
    .zilla-slide-next-full {
        background-position: -4px -9px;
        height: 60px;
        width: 60px;
        line-height: 60px;
    }

    .zilla-slide-next,
    .zilla-slide-next-full {
        background-position: -3px -90px
    }

    .details-header {
        margin-bottom: 15px
    }

    .details-header .large-link {
        display: inline-block;
        padding-top: 40px
    }

    .details-content {
        margin-bottom: 30px
    }

    .card-details-perma .details-content {
        width: 470px;
        margin: 0 auto;
        margin-bottom: 30px;
        margin-top: 50px
    }

    .theme-details {
        width: 100%;
    }

    .theme-styles,
    .theme-pricing {
        /*width:50%*/
    }

    .column-group-1 .theme-pricing,
    .column-group-2 .theme-pricing {
        width: 100%
    }

    .about-cards h3 {
        text-align: center;
    }

    .about-cards p {
        text-align: center;
    }

    .about-cards .theme-options li {
        text-align: center;
    }



    .theme-styles .detail-label {
        width: 95px
    }

    .details-footer p {
        margin-top: 30px
    }

    .theme-details.five-column {
        width: 355px;
    }

    .five-column .column-group-2,
    .five-column .column-group-3 {
        padding-left: 0px;
        padding-top: 20px
    }


    .page-title h1 {
        font-size: 85px;
        padding-top: 25px
    }

    .page-title h2 {
        font-size: 50px;
    }

    .support-page .support-hero {
        padding-top: 105px;
    }

    .support-page.page-title h1 {
        font-size: 70px
    }

    .single-portfolio .theme-pricing {
        width: 100%;
        left: 60px
    }



    .single-portfolio .theme-pricing .from-price .free-shipping {
        margin-left: 185px
    }





    /* Footer -------------------------------------------- */
    .copyright,
    .credit {
        float: none;
        margin-bottom: 10px;
        margin-bottom: 1rem;
    }

    .zilla_flickr_widget {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 588px;
    }

    #sidebar .zilla_flickr_widget {
        margin-left: 0;
        margin-right: 0;
        height: 100px;

    }

    #content {
        /*padding: 0px;*/
    }

    .why .page-block {
        width: 90%
    }

    .why h2 {
        font-size: 50px;
        line-height: 65px;
    }


    .testimonial-footer {
        margin-bottom: 10px;
    }

    .zilla-testimonial-quote {}

    .bio-img-left img,
    .bio-img-right img {
        width: 100%;
    }

    .bio-img-left {
        width: 100%;
        height: 200px;
        margin-right: 0px;
        overflow: hidden;
    }

    .bio-img-right {
        width: 100%;
        height: 200px;
        margin-left: 0px;
        overflow: hidden;
    }

    .bio-column-right,
    .bio-column-left {
        width: 100%;
        margin-top: 20px
    }

    .bio-img-right {
        margin-bottom: 100px !important;
    }

    .kevin-howard img {
        margin-top: -30%
    }

    .arnaud img {
        margin-top: -17%
    }

    .mike img {
        margin-top: -7%
    }

    .bryan img {
        margin-top: -20%
    }

    .bio p {
        margin-bottom: 30px
    }

    .bio-column-right {
        margin-bottom: 60px;
    }

    #advisory {
        position: fixed;
        bottom: 0px;
        left: 0px
    }

    .styled-list {
        width: 90%;
        font-size: 16px;
    }

    .tiles {
        text-align: center;
    }

    .tile {
        width: 100%;
        margin-right: 0
    }

    .idea-details,
    .idea-photo {
        width: 100%
    }

    .idea-details {
        margin-top: 20px;
    }



    .hero-text-new {
        margin-top: -290px;
    }

    .hero-text-new h1 {
        font-size: 50px !important;
        line-height: 60px !important;
    }

    .hero-text-new h2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .card-preview-ribbon {
        display: none
    }

    .tuts-video {
        width: 50%
    }


    .ship-deads-dates {
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .ship-deads-dates img {
        max-width: none
    }


    .ship-deads-dates:before {
        content: "Slide >";
        font-style: italic;
        position: absolute;
        right: 30px;
        font-size: 13px;
        color: #c20000
    }

    .hero-text-new.classic {
        width: 100%;
        right: auto;
        margin-top: -390px;
    }



    /* Layout: left photo, right details */

    .sidebyside-photo {
        width: 100%;
        height: 400px;
        margin-right: 0px;

    }

    .sidebyside-photo.right {
        margin-left: 0px;
    }

    .sidebyside-details {
        width: 100%;
    }

    .sidebyside-details h1.sidebyside-name {
        font-size: 28px;
        padding-top: 20px
    }


    /* Landing Pages */



    .todayshow .page-hero {
        margin-bottom: 30px;
    }

    .todayshow .page-herotext {
        padding-top: 30px;
    }

    .todayshow .page-maintitle {
        font-size: 30px;
        padding-bottom: 20px
    }

    .todayshow .flex-columns.steps {
        font-size: 14px
    }

    .todayshow .flex-columns.steps h1 {
        margin: 10px 0 10px 0;
    }

    .todayshow .flex-columns.steps .flex-column {
        width: 100%;
        margin-right: 0px;
        padding-bottom: 10px;
    }


    .IDD-offer {
        padding-right: 0px;
        width: 90%;
        margin: 0 auto;

    }

    .IDD-image {
        width: 100%
    }

    .IDD-offer .button {
        width: 90%
    }


    .occasion-header h1 {
        font-size: 50px;
    }

    .occasion-header h2 {
        position: relative;
        top: auto;
        width: 90%;
        margin: 0 auto;
    }

    .occasion-header h2 .buynow-tag {
        width: 90px;
        position: static;
        top: auto;
        display: block;
        margin: 0 auto;
    }

    .phone-cases .theme-pricing div {
        width: 100% !important;
        margin: 0 auto;

    }

    .phone-cases .theme-pricing {
        padding: 0 !important;
        margin-bottom: 40px
    }

    .hero-banner-image {
        width: 768px;
        max-width: 768px
    }

    #per-slide-template {
        position: static;
    }

    #per-slide-template a {
        width: 46%;
        height: auto;
        display: inline-block;
        margin: 0;
        padding: 10px 2% 10px 2%;
        text-align: center
    }


    #per-slide-template:first-child {
        margin-top: 0px;
    }

    .cycle-slideshow {
        height: 980px !important;
    }

    .idea-contianer {
        width: 690px !important;
        text-align: center;
    }

    #account-navbar {
        margin-top: 18px;
    }

    #promo-ticker {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 25px;
        font-weight: 300;
        position: relative;
        z-index: 651;
        line-height: 1.2;
        text-align: center;
        width: 50%;
    }

    .testimonial-photo img {
        float: none !important;
        padding-bottom: 10px;
    }

    .testimonial-content {
        padding-left: 0px !important;
    }

    .tips {
        margin-left: 50px;
    }

    .customer-creations h2 {
        font-size: 30px !important;
        line-height: 25px !important;
    }

    div#team-container {
        max-width: 85%;
    }

    .hero-image-new2 {
        height: 230px !important;
    }

    .video-new-picaboo {
        height: 320px;
        width: 80%;
    }

    .wedding-party-buynow-tag {
        position: static !important;
        text-align: center;
    }

    .idea-contianer {
        width: 690px !important;
        text-align: center;
    }

    .page-heading-travel {
        width: 90%;
        position: static;
        right: auto;
        margin: 20px auto !important;
        text-align: center;
    }


    /* Travel */

    h1.product-title {
        color: black;
    }

    /* Homepage March 2016 */

    .page-heading-right,
    .page-heading-left {
        right: auto !important;
        position: static;
        margin-top: 30px !important;
    }

    .page-heading-center-outer {
        position: static;
    }

    .page-heading-center {
        margin-top: 30px !important;
    }

    .home-hero-action .main-hero-button {
        background: #f26b4f !important;
        color: #fff !important;
        margin-bottom: 20px;
    }

    .home-hero-action {
        width: 90%;
        margin: 0 auto
    }

    #hero-container .picaboo-logo {
        width: 200px;
    }

    .hero-image-home {
        background-position: left !important;
    }

    div#kabook {
        color: #000000;
    }

    a#kabook2 {
        color: #333 !important;
        border: 2px solid #333 !important;
    }

    a#kabook2:hover {
        color: #ffffff !important;
    }

    .h_iframe {
        width: 100%;
        margin: 0 auto;
        min-height: 170vh;
        margin-top: -8px;
    }


    .mod-action {
        position: static;
        width: 100%;
        margin: 0 auto !important;
        padding-bottom: 20px;
        color: #000000 !important;
    }

    .mod-action-holiday-deals {
        position: static;
    }

    .holiday-deals. .flex-column {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0;
        line-height: 21px;
        margin-left: 0;
        border: 1px solid lightgray;
        display: inline-block;
        float: left;
        min-height: 280px;
        width: 315px !important;
    }

    .book-steps {
        position: static;
        width: 90%;
        margin: 0 auto;
        padding-top: 20px
    }

    .book-step {
        float: none;
        font-size: .8em;
        line-height: 1.2;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 20px
    }

    .mod {
        margin-bottom: 40px;
    }

    .mod.books-mod {
        height: 344px;
        margin-bottom: 0
    }

    .mod.cards-mod {
        /* background-position: right */
    }

    .mod.metal-mod {
        background-position: right;
    }

    .mod.npo-cards-mod {
        background-position: 100%;
    }

    .mod.journals-mod {
        background-position: 110%;
    }

    .mod.pads-mod {
        background-position: 95%;
    }

    .editor-mod-inner {
        position: static;
        width: 100%;
        margin: 0 auto;
        background: none;
        color: #333;
        height: auto
    }

    .editor-mod-inner h2 {
        color: #333
    }

    .editor-mod-inner a {
        color: #f26b4f
    }

    .editor-mod-inner a:hover {
        color: #ef9072;
        text-decoration: none
    }

    .photo-books-page .mod.books-mod {
        height: 344px;
        margin-bottom: 40px
    }

    .photo-books-page .mod.slf-mod {
        background-position: 100%
    }

    .photo-books-page .mod.madison-mod {
        background-position: 10%
    }

    .photo-books-page .mod.flush-mod {
        background-position: 100%
    }

    .photo-books-page .mod.mini-mod {
        background-position: 30%
    }

    .photo-books-page .mod.compare-video-mod {
        background-position: center
    }

    .photo-books-page .mod-action.video {
        position: absolute;
        width: 100%
    }


    .tablet-content {
        position: relative;
        margin: 0 auto;
        left: auto;
        top: auto;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        max-width: 90%;
        width: 90%
    }

    .tablet-photo {
        background-position-x: 95%
    }




    /* New Cards Mobile */

    .cards-unique-content {
        position: relative;
        margin: 0 auto;
        left: auto;
        top: auto;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        text-align: center;

    }

    .cards-unique-photo {
        /* background-position-x: 95%; */
        height: 400px;
    }


    /* New Cards for Cause Mobile */

    .cards-customize-content {
        position: relative;
        margin: 0 auto;
        left: auto;
        top: auto;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        text-align: center;

    }

    .cards-customize-photo {
        background-position-x: 95%;
        height: 400px;
    }



    .cards-easy-content {
        position: relative;
        margin: 0 auto;
        left: auto;
        top: auto;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        width: 90%;
    }

    .cards-easy-photo {
        /* background-position-x: 95%; */
        height: 400px;
    }



    .case-logos img {
        width: 40px
    }

    .cases-list-item {
        width: 90%
    }

    .case-detail-content {
        max-width: 90%;
        width: 90%
    }

    .page-cases .hero-image-new {
        background-position-x: 10% !important;
    }

    .home-hero-action h1,
    .home-hero-action p {
        color: #333 !important;
    }

    #TB_window {
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        height: 100%
    }

    #TB_ajaxContent {
        width: 100% !important;
        overflow: auto !important;
        padding: 0 !important;
        height: auto !important;
    }

    .cfc-card-img {
        width: 100%
    }

    .cfc-card-text {
        width: 100%;
        text-align: center;
        padding-top: 60px;
    }

    .cfc-cta-npo-inner {
        max-width: 630px;
        padding: 50px 0 50px 0;
        margin: auto;
    }

    .cfc-steps {
        position: static;
        width: 90%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .cfc-step {
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .mod.books-mod {
        background-position: 0%;
    }

    .mod.canvas-mod {
        background-position: 32%;
    }

    .mod.cards-mod {
        background-position: 20%;
    }

    .mod.journals-mod {
        background-position: 72%;
    }

    .mod.notebooks-mod {
        background-position: 12%;
    }

    .mod.pads-mod {
        background-position: 58%;
    }

    .mod.calendars-mod {
        background-position: 40%
    }

    .mod.cases-mod {
        background-position: 10%
    }

    .mod.photo-crystals-mod {
        background-position: 100%;
    }

    .mod.blankets-mod {
        background-position: 84%;
    }

    .mod.pillows-mod {
        background-position: 13%;
    }

    .mod.tote-bags-mod {
        background-position: 73%;
    }

    .home-content {
        padding-top: 20px;
    }
}

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

    .preview-card-gallery {
        max-width: 355px;

    }

    #account-navbar {
        margin-top: 20px;
    }

    #promo-ticker {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 25px;
        font-weight: 300;
        position: relative;
        z-index: 651;
        line-height: 1.2;
        text-align: center;
        width: 50%;
    }


    .testimonial-photo img {
        float: none !important;
        padding-bottom: 10px;
    }

    .testimonial-content {
        padding-left: 0px !important;
    }

    .iframe {
        border: 1px solid rgba(223, 220, 220, 1);
        width: 100% !important;
        height: 400px !important;
    }


    .tips {
        margin-left: 30px;
    }

    div#team-container {
        max-width: 87%;
    }

    div#top-results-wrapper {
        width: 90%;
        display: block;
        margin: 0 auto;
        padding-left: 0;
    }

    /* Cards for Causes Hide Show */

    .hidden {
        display: none !important;
    }

    div#show {
        display: inline-block !important;
        margin-top: 200px;
    }

    p#breadcrumb {
        margin-bottom: 10px;
    }

    .flex-column.price-inside {
        padding: 30px 20px 30px 20px;
    }

    .flex-column.price-inside {
        width: 100% !important;
    }

    a.button.button-outline-dark-cards-for-causes {
        min-width: 250px;
    }

    a.button.button-outline-light-cards-for-causes {
        min-width: 250px;
    }

}


@media only screen and (max-width: 640px) {
    html {
        font-size: 62.5%;
        background-color: #ffffff;
    }

    a.button,
    button {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        padding: 0 10px
    }

    a.button.photo-button {
        height: auto;
        padding: 10px;
        line-height: 1.2;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    div#content .idea {
        padding: 0px;
        width: 60%;
    }

    #logo {}

    #logo,
    #logo a {
        float: none;
        /*text-align: center;*/
    }


    .page-intro {
        padding-bottom: 0px;
    }

    .home-intro,
    .page-intro p,
    .page-caption {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.5;
    }


    .home-page-columns {
        padding-top: 5rem;
        padding-top: 50px;
    }



    .related-title {
        margin: 5rem 0 0;
        margin: 50px 0 0;
    }

    .related-portfolios {
        padding-bottom: 1rem;
        padding-bottom: 10px;
    }

    .post-thumb,
    .blog .format-video>.fluid-width-video-wrapper,
    .archive .format-video>.fluid-width-video-wrapper,
    .blog .jp-video,
    .archive .jp-video,
    .blog .slider,
    .archive .slider {
        width: 100%;
        height: 200px;
    }

    .quick-tips-page .post-list .post-thumb {
        width: 100%;
        height: 300px
    }

    .blog .jp-audio,
    .archive .jp-audio {
        margin-bottom: -10px;
        margin-bottom: -1rem;
    }

    /*.hentry {*/
    /*padding-top: 5rem;*/
    /*padding-top: 50px;*/
    /*margin-top: 5rem;*/
    /*margin-top: 50px;*/
    /*}*/

    .make-this-book-in-thumb {
        margin-top: -90px;
    }




    /* Single Post ------------------------------------------- */
    .single .entry-meta span {
        float: none;
        width: 100%;
    }

    .single .entry-meta span+span {
        margin-top: 20px;
        margin-top: 2rem;
        margin-left: 0;
    }

    .comment {
        padding-bottom: 20px;
        padding-bottom: 2rem;
    }

    .commentlist {
        padding-top: 4rem;
        padding-top: 40px;
    }

    .comment-body,
    .comment:first-child .children .comment-body {
        padding-top: 30px;
        padding-top: 3rem;
    }

    .children .comment-body,
    .children .comment-author,
    .children .comment-meta {
        padding-left: 20px;
        padding-left: 2rem;
    }

    .children .children .comment-body,
    .children .children .comment-author,
    .children .children .comment-meta {
        padding-left: 30px;
        padding-left: 3rem;
    }

    #commentform p {
        margin-bottom: 20px;
        margin-bottom: 2rem;
    }

    #commentform .comment-form-comment {
        margin-top: 30px;
        margin-top: 3rem;
    }

    #commentform label {
        margin-left: 10px;
        margin-left: 1rem;
    }

    /* Portfolios ---------------------------------------- */




    .page-template-template-portfolio-2col-php .entry-title,
    .tax-portfolio-type .entry-title {
        margin-top: -40px;
    }

    .page-template-template-portfolio-2col-php .entry-title a,
    .tax-portfolio-type .entry-title a {
        font-size: 12px;
    }

    .portfolio-excerpt {
        min-height: 0;
    }

    .single-portfolio .entry-meta .portfolio-url {
        margin-left: 0;
        margin-top: 20px;
        margin-top: 2rem;
    }

    .related-portfolios .hentry {
        width: 100%;
    }

    .single-portfolio .related-portfolios .portfolio .bbottom {
        border-bottom: 0
    }

    .theme-styles,
    .theme-pricing {
        width: 100%
    }



    .theme-styles .detail-label {
        width: 95px
    }

    .theme-details.four-column,
    .theme-details.three-column {
        width: 470px;
    }

    .four-column .column-group-2,
    .three-column .column-group-2 {
        padding-left: 0px;
        padding-top: 20px
    }

    .theme-details.two-column {
        width: 260px;
    }

    .two-column .column-group-2 {
        padding-left: 0px;
        padding-top: 30px
    }

    .two-column .theme-pricing {
        padding-top: 20px
    }

    .card-details-perma .theme-pricing {
        margin-bottom: 30px
    }


    .contrib-columns {
        left: 0
    }

    /* Pages ------------------------------------------------ */
    .home-page-columns>div {
        border-left: none;
        border-top: 1px solid #fceee8;
        margin-top: 50px;
        margin-top: 5rem;
        padding: 50px 0 0;
        padding: 5rem 0 0;
        width: 100%;
    }

    .home-page-columns>div:first-child {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }

    .contactform li input[type="text"] {
        width: 100%;
    }



    /* Footer -------------------------------------------- */
    #footer {}

    .footer-column-1,
    .footer-column-2,
    .footer-column-3 {
        border: none;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .footer-column-2,
    .footer-column-3 {
        margin-top: 35px;
        margin-top: 3.5rem;
    }

    /* Widgets ------------------------------------------- */

    .zilla-testimonial-source {
        font-size: 14px;
        font-size: 1.4rem;
    }

    /* ZillaShortcodes ----------------------------------- */
    .zilla-one-half,
    .zilla-one-third,
    .zilla-two-third,
    .zilla-three-fourth,
    .zilla-one-fourth,
    .zilla-one-fifth,
    .zilla-two-fifth,
    .zilla-three-fifth,
    .zilla-four-fifth,
    .zilla-one-sixth,
    .zilla-five-sixth {
        width: 100% !important;
    }


    .idea-cat-thumbs {
        width: 100%
    }

    .view-all-cats {
        margin: 0;
    }

    .page-content .hentry {
        /*margin-top: 50px;*/
    }

    .gift-guide-message h2 {
        font-size: 20px;
    }

    .free-shipping-container {
        margin-bottom: 50px;
        background: url('/wp-content/uploads/free_shipping_banner.jpg') no-repeat right;
        width: 100%;
        height: 210px;
        background-size: auto 210px;
    }


    .phone-editor-header h1 {
        margin: 0px;
        width: 100%;
        float: none;
        margin-bottom: 0px;
    }

    .phone-editor-header .phone-editor-steps {
        width: 100%;
        float: none;
        margin-top: 0px
    }

    .idea-contianer {
        width: 100% !important;
        text-align: center;
    }

    .idea-details {
        height: 400px;
        overflow: scroll;
    }

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

    #account-navbar {
        margin-top: 20px;
    }

    #promo-ticker {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 25px;
        font-weight: 300;
        position: relative;
        z-index: 651;
        line-height: 1.2;
        text-align: center;
        width: 50%;
    }


    .testimonial-photo img {
        float: none !important;
        padding-bottom: 10px;
    }

    .testimonial-content {
        padding-left: 0px !important;
    }

    .tips-video.tips-video-container.flex-column {
        width: 60% !important;
        margin-right: 0px;
        height: 430px;
    }

    .iframe {
        border: 1px solid rgba(223, 220, 220, 1);
        width: 100% !important;
        height: 350px !important;
    }

    .tips {
        margin-left: 110px;
    }

    .tips-modal-content .close-tip {
        margin-left: 77% !important;

    }

    .customer-creations {
        margin-top: 360px !important;

    }

    .customer-creations h2 {
        line-height: 40px !important;

    }

    .customer-creations a.button {
        width: 90% !important;
        margin-left: 0px !important;

    }

    div#team-container {
        max-width: 85%;
    }

    h1.entry-title {
        font-size: 3.5rem;
    }


    .hero-image-home {
        height: 325px !important;
    }

    .hero-image-new2 {
        height: 70px !important;
    }

    .video-new-picaboo {
        height: 295px;
        width: 90%;
    }

    .about-content blockquote:before {
        height: 50px
    }

    .about-content blockquote {
        padding-right: 0
    }

    .content-footer {
        font-size: 1.3em
    }

    .content-footer .button {
        display: block;
        width: 80%;
        margin-left: 0;
        margin: 10px auto;
    }

    .quick-gift-list {
        float: right;
        color: #333;
        min-height: 600px;
    }

    .notebook-cases-page .hero-image-new {
        background-position: 20% !important;
    }

    .nb-cta-text h2,
    .notebook-cta-also h2,
    .notebook-detail h2 {
        font-size: 1.5em
    }

    .nb-detail-inner {
        padding: 0;
        position: relative
    }

    .nb-front-back-img,
    .nb-closeup-img,
    .nb-open-img,
    .nb-storage-img {
        float: none;
        width: 100%;
        text-align: center
    }

    .nb-front-back-img img,
    .nb-closeup-img img {
        width: 70%
    }

    .nb-open-img {
        text-align: left
    }

    .nb-storage-img {
        text-align: right
    }

    .nb-open-img img,
    .nb-storage-img img {
        width: 90%
    }

    .nb-front-back-text,
    .nb-closeup-text,
    .nb-open-text,
    .nb-storage-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding-top: 20px;
    }

    .nb-cta-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .nb-cta-img {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .nb-cta-img img {
        max-height: 150px
    }

    .nb-cta-text h2 {
        text-align: center
    }

    .nb-cta-text a.button.button-outline-dark.button-medium {
        width: 70%;
        margin: 20px auto
    }

    /*#logo.minimal-logo {margin-left: -55px;}*/

    .signin-form {
        width: 100%;
    }

    .signin-form form {
        width: 100%
    }

    .signin-form .form-input {
        width: 100%
    }

    .signin-form .form-input input {
        width: 100%;
    }

    .signin-form .form-forgot {
        width: 100%
    }

    /* Mouse Pads Mobile */

    .mouse-pads-page .hero-image-new {
        background-position: 60% !important;
    }

    .mp-cta-text h2,
    .mouse-pads-cta-also h2,
    .mouse-pads-detail h2 {
        font-size: 1.5em
    }

    .mp-detail-inner {
        padding: 0;
        position: relative
    }

    .mp-front-back-img,
    .mp-closeup-img,
    .mp-open-img,
    .mp-storage-img {
        float: none;
        width: 80%;
        text-align: center;
        padding-top: 0px !important;
        margin: auto;
    }

    .mp-front-back-img img,
    .mp-closeup-img img {
        width: 100%
    }

    .mp-open-img {
        text-align: left
    }

    .mp-storage-img {
        text-align: right
    }

    .mp-open-img img,
    .mp-storage-img img {
        width: 90%
    }

    .mp-front-back-text,
    .mp-closeup-text,
    .mp-open-text,
    .mp-storage-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding-top: 30px !important;
    }

    .mp-cta-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .mp-cta-img {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .mp-cta-img img {
        max-height: 150px
    }

    .mp-cta-text h2 {
        text-align: center
    }

    .mp-cta-text a.button.button-outline-dark.button-medium {
        width: 70%;
        margin: 20px auto
    }

    /* Journals Mobile */

    .journals-page .hero-image-new {
        background-position: 90% !important;
    }

    .journals-cta-text h2,
    .journals-cta-also h2,
    .journals-detail h2 {
        font-size: 1.5em
    }

    .journals-detail-inner {
        padding: 0;
        position: relative
    }

    .journals-front-back-img,
    .journals-closeup-img,
    .journals-open-img,
    .journals-storage-img {
        float: none;
        width: 100%;
        text-align: center
    }

    .journals-front-back-img img,
    .journals-closeup-img img {
        width: 70%
    }

    .journals-open-img {
        text-align: left
    }

    .journals-storage-img {
        text-align: right
    }

    .journals-open-img img,
    .journals-storage-img img {
        width: 90%
    }

    .journals-front-back-text,
    .journals-closeup-text,
    .journals-open-text,
    .journals-storage-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding-top: 20px;
    }

    .journals-cta-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .journals-cta-img {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .journals-cta-img img {
        max-height: 150px
    }

    .journals-cta-text h2 {
        text-align: center
    }

    .journals-cta-text a.button.button-outline-dark.button-medium {
        width: 70%;
        margin: 20px auto
    }

    /* Notebooks Mobile */

    .notebooks-page .hero-image-new {
        background-position: 10% !important;
    }

    .notebooks-cta-text h2,
    .notebooks-cta-also h2,
    .notebooks-detail h2 {
        font-size: 1.5em
    }

    .notebooks-detail-inner {
        padding: 0;
        position: relative
    }

    .notebooks-front-back-img,
    .notebooks-closeup-img,
    .notebooks-open-img,
    .notebooks-storage-img {
        float: none;
        width: 100%;
        text-align: center
    }

    .jjournals-front-back-img img,
    .notebooks-closeup-img img {
        width: 70%
    }

    .notebooks-open-img {
        text-align: left
    }

    .notebooks-storage-img {
        text-align: right
    }

    .notebooks-open-img img,
    .notebooks-storage-img img {
        width: 90%
    }

    .notebooks-front-back-text,
    .notebooks-closeup-text,
    .notebooks-open-text,
    .notebooks-storage-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding-top: 20px;
    }

    .notebooks-cta-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .notebooks-cta-img {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .notebooks-cta-img img {
        max-height: 150px
    }

    .notebooks-cta-text h2 {
        text-align: center
    }

    .notebooks-cta-text a.button.button-outline-dark.button-medium {
        width: 70%;
        margin: 20px auto
    }

    /* Pillows Mobile */

    .pillows-page .hero-image-new {
        background-position: 60% !important;
    }

    .p-cta-text h2,
    .pillows-cta-also h2,
    .pillows-detail h2 {
        /* font-size:1.5em */
    }

    .p-detail-inner {
        padding: 0;
        position: relative
    }

    .p-front-back-img,
    .p-closeup-img,
    .p-open-img,
    .p-storage-img {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 0 !important;
    }

    .p-front-back-img img,
    .p-closeup-img img {
        width: 70%
    }

    .p-open-img {
        text-align: left
    }

    .p-storage-img {
        text-align: right
    }

    .p-open-img img,
    .p-storage-img img {
        width: 90%
    }

    .p-front-back-text,
    .p-closeup-text,
    .p-open-text,
    .p-storage-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding-top: 30px !important;
    }

    .p-cta-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .p-cta-img {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .p-cta-img img {
        max-height: 150px
    }

    .p-cta-text h2 {
        text-align: center
    }

    .p-cta-text a.button.button-outline-dark.button-medium {
        width: 70%;
        margin: 20px auto
    }

    div#p {
        color: #333;
        max-width: 1040px;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding-top: 10px;
    }

    .pillows-cta {
        width: 100%;
        background: #ebebeb;
        padding: 50px 0 50px 0;
        margin-top: 50px;
    }

    /* Blankets Mobile */

    .blankets-page .hero-image-new {
        background-position: 60% !important;
    }

    .b-cta-text h2,
    .blankets-cta-also h2,
    .blankets-detail h2 {
        /* font-size:1.5em */
    }

    .b-detail-inner {
        padding: 0;
        position: relative
    }

    .b-front-back-img,
    .b-closeup-img,
    .b-open-img,
    .b-storage-img {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 0 !important;
    }

    .b-front-back-img img,
    .b-closeup-img img {
        width: 70%
    }

    .b-open-img {
        text-align: left
    }

    .b-storage-img {
        text-align: right
    }

    .b-open-img img,
    .b-storage-img img {
        width: 90%
    }

    .b-front-back-text,
    .b-closeup-text,
    .b-open-text,
    .b-storage-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding-top: 30px !important;
    }

    .b-cta-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .b-cta-img {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .b-cta-img img {
        max-height: 150px
    }

    .b-cta-text h2 {
        text-align: center
    }

    .b-cta-text a.button.button-outline-dark.button-medium {
        width: 70%;
        margin: 20px auto
    }

    div#b {
        color: #333;
        max-width: 1040px;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding-top: 50px;
    }

    .blankets-cta {
        width: 100%;
        background: #ebebeb;
        padding: 50px 0 50px 0;
        margin-top: 50px;
    }

    /* New Cards Page Mobile */

    .card-page .hero-image-new {
        background-position: 50% !important;
    }

    .card-cta-text h2,
    .card-cta-also h2,
    .card-detail h2 {
        font-size: 1.5em
    }

    .card-detail {
        max-width: 1150px;
        margin: 0 auto;
        padding-top: 0px;
        position: relative;
        margin-top: 50px;
    }

    .card-detail-inner {
        /* padding:0; */
        position: relative;
    }

    .card-front-back-img,
    .card-closeup-img,
    .card-open-img,
    .card-storage-img {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .card-front-back-text-multi {
        float: right;
        width: 49%;
        padding-top: 160px;
    }

    .card-front-back-img img,
    .card-closeup-img img {
        width: 70%
    }

    .card-open-img {
        text-align: left
    }

    .card-storage-img {
        text-align: right
    }

    .card-open-img img,
    .card-storage-img img {
        width: 90%
    }

    .card-front-back-text,
    .card-closeup-text,
    .card-open-text,
    .card-storage-text {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding-top: 20px;
    }

    .card-cta {
        width: 100%;
        background: #ebebeb;
        padding: 5px 0 60px 0;
        margin-top: 50px;
    }

    .card-cta-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .card-cta-text p {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .card-cta-text-2 {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .card-cta-text-2 p {
        margin-bottom: 5px;
        font-size: .9em;
        text-align: center;
    }

    .card-cta-text-2 h2 {
        font-weight: 700;
        font-size: 1.2em;
        margin: 0;
        text-align: center
    }

    .card-cta-text-2 h3 {
        font-weight: 700;
        font-size: 1.6em;
        margin: 0;
        text-align: center;
    }

    .card-cta-img {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .card-cta-img img {
        max-height: 150px
    }

    .card-cta-text h2 {
        text-align: center
    }

    .card-cta-text a.button.button-outline-dark.button-medium {
        width: 70%;
        margin: 20px auto
    }


    /* Ornaments Mobile */

    .ornaments-page .hero-image-new {
        background-position: 60% !important;
    }

    .o-cta-text h2,
    .blankets-cta-also h2,
    .blankets-detail h2 {
        /* font-size:1.5em */
    }

    .o-detail-inner {
        padding: 0;
        position: relative
    }

    .o-front-back-img,
    .b-closeup-img,
    .b-open-img,
    .b-storage-img {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 0 !important;
    }

    .o-front-back-img img,
    .b-closeup-img img {
        width: 70%
    }

    .o-open-img {
        text-align: left
    }

    .o-storage-img {
        text-align: right
    }

    .o-open-img img,
    .b-storage-img img {
        width: 90%
    }

    .o-front-back-text,
    .b-closeup-text,
    .b-open-text,
    .b-storage-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding-top: 30px !important;
    }

    .o-cta-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .o-cta-img {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .o-cta-img img {
        max-height: 150px
    }

    .o-cta-text h2 {
        text-align: center
    }

    .o-cta-text a.button.button-outline-dark.button-medium {
        width: 70%;
        margin: 20px auto
    }

    div#b {
        color: #333;
        max-width: 1040px;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding-top: 50px;
    }

    .ornaments-cta {
        width: 100%;
        background: #ebebeb;
        padding: 50px 0 50px 0;
        margin-top: 50px;
    }

    /* Cards for Causes */

    .card-for-cause-video {
        max-width: 1150px;
        margin: 0 auto;
        padding-top: 0px;
        position: relative;
        margin-top: 50px;
    }

    .card-for-cause-video-inner {
        /* padding:0; */
        position: relative;
    }

    .card-for-cause-video-img,
    .card-closeup-img,
    .card-open-img,
    .card-storage-img {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .card-for-cause-video-text {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }

    .card-for-cause-video-img img,
    .card-closeup-img img {
        width: 100%
    }


    .portfolio-filter {
        padding-bottom: 30px;
    }

    .blank-card-container-causes {
        padding-top: 25px;
        padding-left: 45px;
        padding-right: 20px;
        max-width: 570px;
        height: 650px;
    }

    /* ---------Cards for Causes Registration Mobile---------------------------*/


    .cfc-detail-steps {
        margin: auto;
        position: relative;
        max-width: 1280px;
        background-color: #ffffff;
        min-height: 500px;
        padding-top: 30px;
    }

    .cfc-detail-steps-refer {
        margin: auto;
        position: relative;
        max-width: 400px;
        min-height: 400px;
        padding: 30px;
        background-color: #666666;
    }


    .cfc-card-img {
        float: right;
        width: 46%;
        padding-top: 40px;
    }

    .cfc-card-text {
        float: left;
        width: 46%;
        padding-top: 60px;
        text-align: left;
    }

    .cfc-detail-inner {
        padding: 0 40px 0 40px;
    }

    .cfc-card-background {
        background: #f9f9f9;
    }

    .cfc-cta-npo-inner {
        width: 100%;
        margin-top: 50px;
    }

    .cfc-cta-end {
        width: 100%;
        background: #ebebeb;
        padding-top: 40px;
        position: relative;
        padding-bottom: 50px;
        background-color: #F35745;
    }

    .cfc-cta-help {
        width: 100%;
        background: #ebebeb;
        padding-top: 50px;
        position: relative;
        padding-bottom: 50px;
        background-color: #666666;
    }

    .cfc-detail-help {
        max-width: 1150px;
        margin: 0 auto;
        padding-top: 70px;
        position: relative;
        padding-bottom: 50px;
    }

    h1#cfchero {
        padding-top: 60px;
    }

    .cfc-detail.cfc-about {
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .cfc-steps-inner {
        padding-top: 50px;
    }

    .hero-image-cfc {
        max-height: 40%;
    }

    .flex-column-cfc-hero {
        padding: 60px 20px 60px 20px;
    }

    .flex-column-cfc-hero p {
        color: white;
        font-size: 1em;
        text-align: center;
    }

    .cfc-front-back-img {
        float: none;
        width: 100%;
    }

    .cfc-front-back-text {
        height: auto;
        vertical-align: bottom;
        margin: auto;
        width: 90%;
        padding-top: 30px;
    }

    .cfc-card-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .cfc-card-img {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .cfc-card-background {
        width: 100%;
        height: auto;
        background: #f9f9f9;
    }

    .cfc-logos {
        width: 100%;
        background: #ebebeb;
        padding: 50px 0 50px 0;
        margin-top: 50px;
    }

    .cfc-step {
        float: none;
        line-height: 3.2em;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 20px;
        font-size: 1.2em;
    }

    .w3-display-left {
        left: -50%;
    }

    .w3-display-right {
        ;
        right: -50%;
    }

    a.button.button-outline-dark {
        height: 70px;
        /* width:190px; */
        line-height: 70px;
        font-size: 1.2em;
        color: #333;
        border: 2px solid #333;
        margin-top: 15px;
        background: none;
        font-weight: 500;
        padding: 0 20px 0 20px;
    }

    .mod.canvas-mod {
        background-position: 32%;
    }

    .mod.cards-mod {
        background-position: 20%;
    }

    .mod.journals-mod {
        background-position: 72%;
    }

    .mod.notebooks-mod {
        background-position: 12%;
    }

    .mod.pads-mod {
        background-position: 58%;
    }

    .mod.calendars-mod {
        background-position: 40%
    }

    .mod.cases-mod {
        background-position: 10%
    }

    .mod.photo-crystals-mod {
        background-position: 70%;
    }

    .mod.blankets-mod {
        background-position: 84%;
    }

    .mod.pillows-mod {
        background-position: 13%;
    }

    .mod.tote-bags-mod {
        background-position: 73%;
    }
}

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

    a.button,
    button {
        display: block;
        margin: 0 auto;
        width: 90%;
        padding: 0
    }

    .portfolio-filter ul {
        /*width: 400px;*/
    }

    .page-title,
    .hero-image-even,
    .hero-image-odd,
    .hero-image-overlay,
    .hero-image-new {
        height: 400px;
    }

    .page-title h1.main-headline {
        font-size: 30px;
        padding-top: 0px;
        line-height: 38px;
        margin-top: -20px;
    }

    .page-title h1 {
        font-size: 40px !important;
        padding-top: 0px;
        margin-top: -15px;
        line-height: 48px;
    }

    .page-title h2 {
        font-size: 30px
    }

    .product h2 {
        font-size: 20px
    }

    .theme-details.four-column,
    .theme-details.three-column {
        width: 177px;
    }

    .theme-details.five-column {
        width: 120px;
    }

    .four-column h3,
    .three-column h3,
    .five-column h3 {
        margin-bottom: 5px
    }

    .three-column .column-group-2,
    .four-column .column-group-2,
    .five-column .column-group-2,
    .five-column .column-group-3 {
        padding-left: 0px;
        padding-top: 0px;
    }

    .why h2 {
        font-size: 30px;
        line-height: 40px
    }

    .why {
        padding: 100px 0px 80px 0px !important
    }

    .pledge-wrapper {
        display: block;
    }

    .pledge-wrapper img {
        width: 90%
    }

    .pledge-wrapper .pledge-container {
        width: 90%;
        padding: 0px;
    }

    .pledge-container p:first-of-type {
        font-size: 20px;
        line-height: 26px;
    }

    .why.why-4 p {
        width: 90%;
        font-size: 20px;
        line-height: 26px;
    }

    .why.why-5 img {
        margin-top: 60px;
        width: 75%
    }

    .why.why-2 p,
    .why.why-3 p {
        width: 90%;
        font-size: 20px;
        line-height: 28px;
    }

    .zilla-testimonial-quote {

        font-size: 20px
    }

    a.large-link {
        font-size: 25px
    }

    .flex-column {
        width: 90% !important;
        margin-right: 0px !important;
        padding: 10px;
    }

    .flex-column.IDD-image.days-modal {
        margin-top: 0px !important;
    }

    .theme-container {
        margin-top: 10px;
    }

    .quick-gift-list {
        float: right;
        width: 100% !important;
        padding-top: 80px;
        color: #333;
        min-height: 600px;
        margin-top: 270px;
    }

    .flex-columns.three-columns,
    .flex-columns.four-columns,
    .flex-columns.feature-two-columns,
    .flex-columns.theme-detail-columns {
        left: 0px
    }

    .book-colors ul {
        display: block;
        margin-top: 20px;
        margin-left: 0px;
    }

    .support-page form {
        margin-top: 10px;
    }

    .support-page input[type="text"] {
        width: 210px;
        height: 40px;
        font-size: 15px;
        position: relative;
        top: 0px
    }

    .support-page input[type="submit"] {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        padding: 0 10px;
    }

    .support a {
        font-size: 18px
    }

    .bio h2 {
        font-size: 13px
    }


    .page-title-links {
        margin-bottom: 50px !important;
    }


    .page-block.press {
        width: 84%;
        margin-top: 40px;
    }

    .press h2 {
        line-height: 35px;
    }

    .about-cards .flex-columns {
        left: 0;
        width: 100%
    }



    .page-template-template-portfolio-2col-php .entry-title a,
    .tax-portfolio-type .entry-title a {
        font-size: 14px;
    }

    .page-template-template-portfolio-2col-php .entry-title,
    .tax-portfolio-type .entry-title {
        margin-top: -35px
    }



    .single-portfolio .theme-pricing-details {
        width: auto !important;
    }

    .single-portfolio .theme-pricing {
        left: -30px
    }

    .make-this-book-in-thumb {
        margin-top: -85px;
    }

    .hero-text-new {
        width: 100%;
        margin: 0 auto;
        text-shadow: none;
        text-align: center;
        position: static;
        margin-top: 30px;
    }

    .hero-text-new h1 {
        font-size: 30px !important;
        line-height: 1.2 !important;
        color: #3C2415
    }

    .hero-text-new h2 {
        font-size: 24px !important;
        line-height: 30px !important;
        color: #3C2415;
    }

    a.button.photo-button {
        box-shadow: none;
    }

    .about-cards-tiles {
        margin-top: 0px !important;
    }


    .hero-text-new.classic {
        margin-top: 20px;
    }

    .hero-text-new.classic .hero-ribbon {
        margin-top: -280px;
        position: absolute;
        width: 100%;
        text-align: center;

    }

    .hero-text-new.classic .hero-ribbon a {
        width: 75%;
        display: inline-block;
    }


    /* Layout: left photo, right details */

    .sidebyside-photo {
        width: 100%;
        height: 200px;
    }

    .sidebyside-details {
        width: 100%;
    }

    .sidebyside-details h1.sidebyside-name {
        font-size: 24px;
    }


    /* Landing Pages */

    .landing-page {}

    .page-hero {}

    .page-herotext {
        float: none;
        margin-right: 0px;
        text-align: center;
        width: 250px;
        margin: 0 auto;
    }

    .page-herotext h1,
    .page-herotext h2,
    .page-herotext h3 {
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
        margin: 0;
    }

    .page-herotext h1 {
        font-size: 28px;
    }

    .page-herotext h2 {
        font-size: 18px;
        font-family: 'Inter';
        margin-bottom: 10px;
    }

    .page-herotext h3 {
        font-size: 16px;
        font-family: 'Inter';
        margin-bottom: 20px;
    }

    .page-herotext .button {
        box-shadow: 0 1px 1px rgba(0, 0, 0, .5)
    }

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

    .page-subtitle {
        font-size: 22px;

    }

    .tips {
        width: 100%
    }

    .todayshow .page-hero {
        margin-bottom: 30px;
    }

    .todayshow .page-herotext {
        padding-top: 30px;
    }

    .todayshow .page-maintitle {
        font-size: 30px;
        padding-bottom: 20px
    }

    .promo-img {
        width: 60px;
    }

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

    #account-navbar {
        margin-top: 20px;
    }

    #promo-ticker {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 25px;
        font-weight: 300;
        position: relative;
        z-index: 651;
        line-height: 1.2;
        text-align: center;
        width: 40%;
    }

    .testimonial-photo img {
        float: none !important;
    }

    .products-link {
        margin: 0 auto;
        text-align: center;
        position: relative;
        width: 90%
    }

    .tips-video.tips-video-container.flex-column {
        width: 70% !important;
        margin-right: 0px;
        height: 430px;
    }

    .iframe {
        border: 1px solid rgba(223, 220, 220, 1);
        width: 100% !important;
        height: 290px !important;
    }


    .tips-modal-content .close-tip {
        margin-left: 73% !important;

    }

    .tips {
        margin-left: 50px;
    }

    a.button.small-button-idea {
        display: block;
        margin: 0 auto;
        width: 70%;
        text-align: center;
    }

    .team {
        float: left;
        width: 115px !important;
        overflow: hidden;
        border-bottom: 1px inset #ccc;
        background-color: white;
    }

    div#team-container {
        max-width: 85%;
    }

}

.holiday-deals .flex-column {
    width: 100% !important;
    margin-top: 20px;
    padding: 0;
    line-height: 21px;
    border: 1px solid lightgray;
    height: 430px;
}


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

    .results-wrapper {
        padding-top: 20px;
        text-align: center;
        padding-left: 0px;
    }

    .product-filters {
        width: 90%;
        float: none;
        margin: 0 auto;
        padding-top: 110px;

    }

    .results-wrapper .label {
        font-size: 14px;
        padding-left: 0px;
        color: #666;
        display: block;
        margin-top: 10px;
    }

    .results-wrapper .theme-category {
        margin-bottom: 0;
        text-align: center;
        position: relative;
        margin-left: 0px;
    }

    .results-wrapper .results-label {
        text-align: center;
        position: relative;
        margin-left: 0px;
    }

    .results-wrapper .flex-columns.upload-banner {
        text-align: center;
        margin-left: 0px
    }

    #another {
        margin: 60px !important;
    }

    .related-portfolios .entry-title {
        display: block;
    }

    .related-portfolios .make-this-book-in-thumb {
        margin-top: -100px;
    }

    .preview-card-gallery {
        max-width: 320px;
    }

    .card-preview-container {
        margin-top: 30px;
    }

    .card-preview-container .card-canvas-landscape {
        left: -10px;
        top: 0
    }


    .card-preview-container .card-landscape {
        width: 280px;
        height: 214px;
    }

    .card-preview-container .card-portrait {
        width: 320px;
    }

    .card-preview-container h2,
    .card-preview-container p {
        left: 13px;
    }


    .card-preview-container .bbottom {
        left: 10px
    }

    .card-preview-container .card-canvas-portrait {
        left: 0
    }

    .card-preview-upload h2 {
        font-size: 14px;
        width: 90%;
        padding-right: 0px;
    }


    .row-image {
        float: none;
        text-align: center;
    }

    .row-list.media-placements .row-content {
        padding-left: 0px;
        text-align: center;
    }

    .portfolio-filter li {
        height: 93px;
        margin-right: 0px;
        margin-bottom: 30px;
        border-left: none;
        border-right: none;
    }

    .idea-cat-thumb.flex-column {
        width: auto !important
    }

    #account-navbar {
        margin-top: 20px;
    }

    #promo-ticker {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 25px;
        font-weight: 300;
        position: relative;
        z-index: 651;
        line-height: 1.2;
        text-align: center;
        left: -30px;
    }

    .open ul {
        margin-top: 20px;
    }

    .open ul li {
        list-style: none;
        line-height: 1;
        padding-bottom: 15px;
        vertical-align: text-top;
        text-align: center;
    }

    .testimonial-photo img {
        float: none !important;
        padding-bottom: 10px;
    }

    .testimonial-content {
        padding-left: 0px !important;
    }

    a.button.green-button {
        background: #96cc49;
        color: white;
        font-size: 18px;
        font-style: normal;
        font-family: 'Inter';
        font-weight: 600;
        text-transform: uppercase;

    }

    a.button,
    button {
        display: block;
        margin: 0 auto;
        width: 90% !important;
        padding: 0;
    }

    .products-link {
        margin: 0 auto;
        text-align: center;
        position: relative;
        width: 90%
    }

    .open .split-line span:before,
    .open .split-line span:after {
        width: 0px;
    }

    .tips-video.tips-video-container.flex-column {
        width: 80% !important;
        margin-right: 0px;
        height: 430px;
    }

    .iframe {
        border: 1px solid rgba(223, 220, 220, 1);
        width: 100% !important;
        height: 260px !important;
    }

    .tips-modal-content .close-tip {
        margin-left: 67% !important;

    }

    .tips {
        margin-left: 25px;
    }


    .customer-creations h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }


    /*Secondary Button Grey*/

    a.button.small-button-orange {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    /*Secondary Button Grey*/

    a.button.small-button-grey {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    /*Idea Tiles*/

    .tiles-header {
        background: white;
    }

    .choose-topic {
        display: inline-block;
        padding: 20px 0 10px
    }

    #chooselink {
        display: none;
    }

    /* About Us: Team */

    div#content {
        /*margin: 80px auto !important;*/
    }


    #button-group {
        max-width: none;
        text-align: center;
        width: 100%;
        margin-top: 10px !important;
    }

    #button-group h3 {
        text-align: center;
        position: relative;
        margin-left: 0px;
        font-size: 28px;
        margin-bottom: 20px;
    }

    #button-group p {
        text-align: center;
        text-transform: uppercase;
        /*margin-bottom: 10px;*/
    }

    #button-group-right p {
        text-align: center;
        text-transform: uppercase;
        /*margin-bottom: 10px;*/
    }


    #button-group-right {
        max-width: none;
        text-align: center;
        width: 100%;
        margin-top: 20px !important;

    }

    .team {
        float: left;
        width: 115px !important;
        overflow: hidden;
        border-bottom: 1px inset #ccc;
        background-color: white;
    }

    div#top-results-wrapper {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    div#team-container {
        max-width: 80%;

    }


    .hero-image-home {
        height: 185px !important;
        background-position: center !important;
    }

    .shadow-text {
        text-shadow: 0px 1px 1px rgba(0, 0, 0, .5);
        width: 80%;
    }

    img.picaboo-logo {
        width: 50%;
    }

    .hero-image-new2 {
        height: 30px !important;
    }

    .video-new-picaboo {
        height: auto;
    }

    .cycle-slideshow {
        height: 860px !important;
    }

    .quick-gift-list {
        float: right;
        padding-top: 80px;
        color: #333;
        min-height: 600px;
        margin-top: 270px;
    }

    .quick-gift-hero {
        height: 325px;
        width: 100%;
    }

    .card-thumbs {
        /* text-align: center; */
        /* position: fixed; */
        position: relative;
        margin-top: 460px;
        display: block;
        padding-left: 30px;
    }

    .card-thumbs-2 {
        /* text-align: center; */
        position: relative;
        margin-top: 460px;
        display: block;
        padding-left: 30px;
    }

    .card-thumbs-3 {
        /* text-align: center; */
        /* position: fixed; */
        position: relative;
        margin-top: 460px;
        display: block;
        padding-left: 30px;
    }

    .card-thumbs-4 {
        /* text-align: center; */
        /* position: fixed; */
        position: relative;
        margin-top: 460px;
        display: block;
        padding-left: 30px;
    }

    .card-details {
        padding-top: 20px;
    }

    .card-image {
        margin-left: 20px;
        width: 90%;
        margin-bottom: 20px;
    }

    .card-image-landscape {
        float: left;
        width: 100%;
        text-align: center;
        margin: auto;
        padding: 25px;
    }

    .card-thumbs-4 {
        position: relative;
        display: block;
        margin: auto;
        padding: 20px;
    }

    .card-details {
        float: none;
        width: 295px;
        padding-bottom: 26px;
        margin: auto;
    }

    .page-block.clearfix-days {
        max-width: 300px;
    }

}


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

    .tips-video.tips-video-container.flex-column {
        width: 90% !important;
        margin-right: 0px;
        height: 375px;
    }

    .iframe {
        border: 1px solid rgba(223, 220, 220, 1);
        width: 100% !important;
        height: 170px !important;
    }

    .tips-modal-content .close-tip {
        margin-left: 50% !important;

    }

    .tips {
        margin-left: 0px;
    }

    .customer-creations h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .hero-image-inspired {
        margin-top: -158px !important;
    }

    #button-group-right {
        margin-top: 0px !important;
    }

    #button-group-right h3 {
        font-size: 30px !important;
    }

    .hero-image-home {
        /*height: 425px !important;*/
    }

    img.picaboo-logo {
        width: 60%;
        /* margin-top: -30px !important; */
    }

    .shadow-text {
        text-shadow: 0px 1px 1px rgba(0, 0, 0, .5);
        width: 80%;
    }

    .hero-footer {
        top: -30px !important;
    }

    .video-new-picaboo {
        height: auto;
    }

}

button:disabled {
    background-color: gray;
}

.tos-content {
    padding: 10px;
}

.tos-content input {
    margin-right: 10px;
    height: unset;
}

#tosAccept {
    margin-top: unset;
}

#tosAccept+span {
    position: unset;
    display: inline;
}

.tos-content button {
    margin-right: 10px;
    font-size: 1em;
    height: 40px;
    line-height: unset;
    padding-top: 5px;
    margin-top: 10px;
}

#error-text {
    float: left;
    width: 50%;
    line-height: 1.1;
    font-size: 11px;
    font-family: Helvetica;
}

#error-image {
    float: right;
    width: 50%;
    margin-top: -70px;
}

.entry-content {
    overflow: none;
}

.blockNew {
    clear: both;
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
    margin-bottom: 0px;
    display: inline-table;
}

#post-error {
    width: 100%;
}

@media only screen and (min-width: 350px) and (max-width: 374px) {
    #error-heading-mobile {
        font-size: 30px;
    }

    #error-text {
        font-size: 11px;
    }
}


@media only screen and (min-width: 375px) and (max-width: 389px) {
    #error-heading-mobile {
        font-size: 33px;
    }
}

@media only screen and (min-width: 390px) and (max-width: 409px) {
    #error-heading-mobile {
        font-size: 34px;
    }
}

@media only screen and (min-width: 410px) and (max-width: 420px) {
    #error-heading-mobile {
        font-size: 36px;
    }
}

#error-heading-desktop {
    font-size: 100px;
}

#error-text-desktop {
    font-size: 25px;
}

#error-desktop-container {
    overflow: none;
    height: 578px;
    margin-left: 20%;
}

#error-image-container-desktop {
    float: right;
    width: 50%;
    height: inherit;
}

#error-image-desktop {
    height: inherit;
    position: absolute;
}

#error-text-container-desktop {
    float: left;
    width: 50%;
    height: inherit;
}

.blockNewDesktop {
    clear: both;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 5px;
    display: inline-table;
}

@media only screen and (min-width: 1454px) and (max-width: 1726px) {
    #error-image-desktop {
        height: inherit;
        position: absolute;
    }

    #error-heading-desktop {
        font-size: 84px;
    }

    #error-text-desktop {
        font-size: x-large;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1030px) {
    #error-heading-desktop {
        font-size: 51px;
    }

    #error-text-desktop {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1031px) and (max-width: 1176px) {
    #error-image-desktop {
        height: inherit;
        position: absolute;
    }

    #error-heading-desktop {
        font-size: 59px;
    }

    #error-text-desktop {
        font-size: x-large;
    }

}

@media only screen and (min-width: 1176px) and (max-width: 1214px) {
    #error-heading-desktop {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1215px) and (max-width: 1453px) {
    #error-heading-desktop {
        font-size: 70px;
    }
}

@media only screen and (min-width:1727px) {
    #error-heading-desktop {
        font-size: 100px;
    }
}

@media only screen and (max-width:960px) {
    #error-desktop-container {
        margin-left: 5%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 900px) {
    #error-heading-desktop {
        font-size: 45px;
    }

    #error-text-desktop {
        font-size: 21px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 700px) {
    #error-heading-desktop {
        font-size: 32px;
    }

    #error-text-desktop {
        font-size: 18px;
    }

}

@media only screen and (min-width: 1020px) and (max-width: 1164px) {
    #error-desktop-container {
        margin-top: 70px;
    }

}

/* Meta Slider customization */

.metaslider .flexslider .flex-direction-nav .flex-nav-next a {
    background-image: url('/wp-content/uploads/custom-slider-arrow-right.png');
    width: 80px;
    height: 65px;
}

.metaslider .flexslider .flex-direction-nav .flex-nav-prev a {
    background-image: url('/wp-content/uploads/custom-slider-arrow-left.png');
    width: 80px;
    height: 65px;
}

.metaslider .flexslider .slides p.metaslider-heading1 {
    color: #4B5D59;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 2em;
    line-height: 0.625em;
    text-transform: uppercase;
}

.metaslider .flexslider .slides p.metaslider-heading2 {
    color: #4B5D59;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 1.625em;
    letter-spacing: -0.0625em;
    margin-left: -2px;
}

.metaslider .flexslider .slides p.metaslider-textdesc {
    color: #4B5D59;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.875em;
}

.metaslider .msHtmlOverlay a.button-metaslider {
    display: flex;
    background: #668978;
    border: 0em;
    border-radius: 2.4375em;
    color: #F9F6F0;
    font-family: 'Inter';
    font-size: 1.75em;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.025em;
    line-height: 2em;
    padding: 0.625em 1.625em;
    width: 10.35em;
    height: 3.25em;

}

.metaslider .msHtmlOverlay a.button-metaslider:hover {
    color: #F9F6F0;
    /* 	filter: brightness(.9) contrast(1.2); */
    box-shadow: 0 4px 10px -2px #0003;
    transform: translateY(-4px) scale(1.03);
}

.metaslider .slides img {
    max-width: 50% !important;
    display: block;
    height: 100% !important;
    width: 50% !important;
}

.metaslider .msHtmlOverlay {
    left: 50% !important;
    width: 100% !important;
}

.metaslider .msHtmlOverlay .metaslider-html-block {
    text-align: left;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .ml-slider-text-div {
        width: 100%;
    }

    .metaslider .slides img {
        width: 100% !important;
        height: 63% !important;
        display: block;
        max-width: 100% !important;
    }

    .metaslider .msHtmlOverlay {
        top: 63% !important;
        left: 0% !important;
        width: 100% !important;
    }

    .metaslider .msHtmlOverlay .ms_content_layer {
        top: 30px !important;
    }

    .metaslider .flexslider .slides p.metaslider-heading1 {
        font-size: 4.5em;
        text-align: center;
        /* 	 margin-left: 43%; */
    }

    .metaslider .flexslider .slides p.metaslider-heading2 {
        font-size: 8.375em;
        text-align: center;
        /* 	 margin-left: 40%; */
    }

    .metaslider .flexslider .slides p.metaslider-textdesc {
        font-size: 4.2em;
        text-align: center;
        padding: 0 10px 5px 0px;
        /* 	 margin-left: 4.3em; */
    }

    .metaslider .msHtmlOverlay a.button-metaslider {
        font-size: 3.75em;
        margin: auto;
        display: block;
        /* 	  margin-left: 42%; */
    }

    .metaslider .msHtmlOverlay .metaslider-html-block {
        margin-left: 10%;
    }

    .metaslider .msHtmlOverlay .layer {
        width: 100%;
    }

    .metaslider .flexslider ul.slides {
        height: 600px !important;
    }

    .metaslider .flexslider .slides>li {
        height: 600px !important;
    }

    .iFrame-ml-slider {
        height: 600px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .metaslider .flexslider .slides p.metaslider-heading2 {
        font-size: 35px;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .metaslider .flexslider .slides p.metaslider-heading2 {
        font-size: 35px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .metaslider .flexslider .slides p.metaslider-heading2 {
        font-size: 45px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .metaslider .flexslider .slides p.metaslider-heading2 {
        font-size: 54px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
    /*     .iFrame-ml-slider{
		height: 812px;
	} */
}