@charset 'UTF-8';
.rt-tpg-container * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.rt-tpg-container *:before,
.rt-tpg-container *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.rt-container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.rt-container,
.rt-container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.rt-tpg-container ul {
margin: 0;
}
.rt-tpg-container i {
margin-right: 5px;
}
.clearfix:before, .clearfix:after, .rt-container:before, .rt-container:after, .rt-container-fluid:before, .rt-container-fluid:after, .rt-row:before, .rt-row:after {
content: " ";
display: table;
}
.clearfix:after, .rt-container:after, .rt-container-fluid:after, .rt-row:after {
clear: both;
}
.rt-row {
margin-left: -15px;
margin-right: -15px;
}
.rt-col-xs-24,
.rt-col-sm-24, .rt-col-md-24, .rt-col-lg-24,
.rt-col-xs-1,
.rt-col-sm-1, .rt-col-md-1, .rt-col-lg-1, .rt-col-xs-2, .rt-col-sm-2, .rt-col-md-2, .rt-col-lg-2, .rt-col-xs-3, .rt-col-sm-3, .rt-col-md-3, .rt-col-lg-3, .rt-col-xs-4, .rt-col-sm-4, .rt-col-md-4, .rt-col-lg-4, .rt-col-xs-5, .rt-col-sm-5, .rt-col-md-5, .rt-col-lg-5, .rt-col-xs-6, .rt-col-sm-6, .rt-col-md-6, .rt-col-lg-6, .rt-col-xs-7, .rt-col-sm-7, .rt-col-md-7, .rt-col-lg-7, .rt-col-xs-8, .rt-col-sm-8, .rt-col-md-8, .rt-col-lg-8, .rt-col-xs-9, .rt-col-sm-9, .rt-col-md-9, .rt-col-lg-9, .rt-col-xs-10, .rt-col-sm-10, .rt-col-md-10, .rt-col-lg-10, .rt-col-xs-11, .rt-col-sm-11, .rt-col-md-11, .rt-col-lg-11, .rt-col-xs-12, .rt-col-sm-12, .rt-col-md-12, .rt-col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.rt-col-xs-24, .rt-col-xs-1, .rt-col-xs-2, .rt-col-xs-3, .rt-col-xs-4, .rt-col-xs-5, .rt-col-xs-6, .rt-col-xs-7, .rt-col-xs-8, .rt-col-xs-9, .rt-col-xs-10, .rt-col-xs-11, .rt-col-xs-12 {
float: left;
}
.rt-col-xs-24 {
width: 20%;
}
.rt-col-xs-12 {
width: 100%;
}
.rt-col-xs-11 {
width: 91.66666667%;
}
.rt-col-xs-10 {
width: 83.33333333%;
}
.rt-col-xs-9 {
width: 75%;
}
.rt-col-xs-8 {
width: 66.66666667%;
}
.rt-col-xs-7 {
width: 58.33333333%;
}
.rt-col-xs-6 {
width: 50%;
}
.rt-col-xs-5 {
width: 41.66666667%;
}
.rt-col-xs-4 {
width: 33.33333333%;
}
.rt-col-xs-3 {
width: 25%;
}
.rt-col-xs-2 {
width: 16.66666667%;
}
.rt-col-xs-1 {
width: 8.33333333%;
}
.img-responsive {
max-width: 100%;
display: block;
}
.rt-tpg-container .rt-equal-height {
margin-bottom: 15px;
}   .rt-tpg-container .rt-detail .entry-title a {
text-decoration: none;
}
.rt-detail .post-meta:after {
clear: both;
content: "";
display: block;
}
.post-meta-user {
padding: 0 0 10px;
font-size: 90%;
}
.post-meta-tags {
padding: 0 0 5px 0;
font-size: 90%;
}
.post-meta-user span, .post-meta-tags span {
display: inline-block;
padding-right: 5px;
}
.post-meta-user span.comment-link {
text-align: right;
float: right;
padding-right: 0;
}
.post-meta-user span.post-tags-links {
padding-right: 0;
}
.rt-detail .post-content {
margin-bottom: 10px;
}
.rt-detail .read-more a {
padding: 8px 15px;
display: inline-block;
}   .rt-tpg-container .layout1 .rt-holder {
padding-bottom: 15px;
}
.rt-tpg-container .layout1 .rt-holder .rt-img-holder {
position: relative;
overflow: hidden;
}
.rt-tpg-container .layout1 .rt-holder .rt-img-holder img {
-webkit-transition: all 1.1s ease;
-moz-transition: all 1.1s ease;
-o-transition: all 1.1s ease;
-ms-transition: all 1.1s ease;
transition: all 1.1s ease;
max-width: 100%;
}
.rt-tpg-container .layout1 .rt-holder .rt-img-holder:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.rt-tpg-container .layout1 .rt-holder .rt-img-holder .overlay {
width: 100%;
height: 100%;
display: block;
background: rgba(0, 0, 0, 0.7);
position: absolute;
z-index: 1;
opacity: 0;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
text-align: center;
}
.rt-tpg-container .layout1 .rt-holder .rt-img-holder .overlay .view-details {
display: inline-block;
font-size: 20px;
}
.rt-tpg-container .layout1 .rt-holder .rt-img-holder:hover .overlay {
opacity: 1;
}
.rt-tpg-container .layout1 .rt-holder .rt-img-holder .active {
opacity: 1;
}
.rt-tpg-container .layout1 .rt-holder .rt-detail {
background: #fff;
padding: 15px 0;
}
#poststuff .rt-tpg-container .layout1 .rt-holder .rt-detail h2,
#poststuff .rt-tpg-container .layout1 .rt-holder .rt-detail h3,
#poststuff .rt-tpg-container .layout1 .rt-holder .rt-detail h4,
.rt-tpg-container .layout1 .rt-holder .rt-detail h2,
.rt-tpg-container .layout1 .rt-holder .rt-detail h3,
.rt-tpg-container .layout1 .rt-holder .rt-detail h4 {
margin: 0 0 14px;
padding: 0;
font-size: 24px;
line-height: 1.25;
}
.rt-tpg-container .layout1 .rt-holder .view-details {
width: 36px;
height: 36px;
text-align: center;
border: 1px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.rt-tpg-container .layout1 .rt-holder .view-details i {
color: #fff;
text-align: center;
padding: 8px 14px;
}
.rt-tpg-container .layout1 .rt-holder .rt-detail .post-meta {
text-align: right;
margin-top: 10px;
}
.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more {
display: block;
text-align: right;
}
.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more a {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
display: inline-block;
background: #81d742;
font-size: 15px;
}   .rt-tpg-container .layout2 .rt-holder {
padding-bottom: 15px;
}
.rt-tpg-container .layout2 .rt-holder .rt-img-holder img {
-webkit-transition: all 1.1s ease;
-moz-transition: all 1.1s ease;
-o-transition: all 1.1s ease;
-ms-transition: all 1.1s ease;
transition: all 1.1s ease;
max-width: 100%;
}
.rt-tpg-container .layout2 .rt-holder .rt-img-holder:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
#poststuff .rt-tpg-container .layout2 .rt-holder .rt-detail h2,
#poststuff .rt-tpg-container .layout2 .rt-holder .rt-detail h3,
#poststuff .rt-tpg-container .layout2 .rt-holder .rt-detail h4,
.rt-tpg-container .layout2 .rt-holder .rt-detail h2,
.rt-tpg-container .layout2 .rt-holder .rt-detail h3,
.rt-tpg-container .layout2 .rt-holder .rt-detail h4 {
font-size: 26px;
margin: 0 0 14px 0;
padding: 0px;
font-weight: 400;
line-height: 1.25;
}
.rt-tpg-container .layout2 .rt-holder .rt-img-holder {
position: relative;
overflow: hidden;
}
.rt-tpg-container .layout2 .rt-holder .rt-img-holder .overlay {
width: 100%;
height: 100%;
display: block;
background: rgba(0, 0, 0, 0.7);
position: absolute;
z-index: 1;
opacity: 0;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
text-align: center;
}
.rt-tpg-container .layout2 .rt-holder .rt-img-holder .overlay .link-holder {
left: 0;
position: absolute;
right: 0;
}
.rt-tpg-container .layout2 .rt-holder .rt-img-holder .overlay .link-holder .view-details {
border: 1px solid #fff;
color: #fff;
display: inline-block;
font-size: 20px;
font-weight: normal;
height: 36px;
text-align: center;
width: 36px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.rt-tpg-container .layout2 .rt-img-holder .overlay .link-holder i {
color: #fff;
text-align: center;
padding: 8px 14px;
}
.rt-tpg-container .layout2 .rt-holder .rt-img-holder:hover .overlay {
opacity: 1;
}
.rt-tpg-container .layout2 .rt-holder .rt-detail .read-more {
display: block;
text-align: right;
}
.rt-tpg-container .layout2 .rt-holder .rt-detail .read-more a {
display: inline-block;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #337ab7;
font-size: 15px;
}   .rt-tpg-container .layout3 .rt-holder {
padding-bottom: 15px;
}
.rt-tpg-container .layout3 .rt-holder .rt-detail p {
line-height: 24px;
}
#poststuff .rt-tpg-container .layout3 .rt-holder .rt-detail h2,
#poststuff .rt-tpg-container .layout3 .rt-holder .rt-detail h3,
#poststuff .rt-tpg-container .layout3 .rt-holder .rt-detail h4,
.rt-tpg-container .layout3 .rt-holder .rt-detail h2,
.rt-tpg-container .layout3 .rt-holder .rt-detail h3,
.rt-tpg-container .layout3 .rt-holder .rt-detail h4 {
font-size: 26px;
margin: 0 0 14px 0;
padding: 0;
font-weight: 400;
line-height: 1.25;
}
.rt-tpg-container .layout3 .rt-holder .rt-img-holder {
position: relative;
overflow: hidden;
}
.rt-tpg-container .layout3 .rt-holder .rt-img-holder .overlay {
width: 100%;
height: 100%;
display: block;
background: rgba(0, 0, 0, 0.7);
position: absolute;
z-index: 1;
opacity: 0;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
text-align: center;
}
.rt-tpg-container .layout3 .rt-holder .rt-img-holder .overlay .link-holder {
left: 0;
position: absolute;
right: 0;
}
.rt-tpg-container .layout3 .rt-holder .rt-img-holder .overlay .link-holder .view-details {
border: 1px solid #fff;
color: #fff;
display: inline-block;
font-size: 20px;
font-weight: normal;
height: 36px;
text-align: center;
width: 36px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.rt-tpg-container .layout3 .rt-img-holder .overlay .link-holder i {
color: #fff;
text-align: center;
padding: 8px 14px;
}
.rt-tpg-container .layout3 .rt-holder .rt-img-holder:hover .overlay {
opacity: 1;
}
.rt-tpg-container .layout3 .rt-holder .rt-detail .read-more {
display: block;
text-align: right;
}
.rt-tpg-container .layout3 .rt-holder .rt-detail .read-more a {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #337ab7;
font-size: 15px;
display: inline-block;
}
.rt-tpg-container .layout3 .rt-holder .rt-img-holder > a img.rounded,
.layout3 .rt-holder .rt-img-holder .overlay {
border-radius: 50%;
}   .rt-tpg-container .isotope1 .rt-holder {
padding-bottom: 15px;
}
.rt-tpg-container .isotope1 .rt-holder .rt-img-holder img {
-webkit-transition: all 1.1s ease;
-moz-transition: all 1.1s ease;
-o-transition: all 1.1s ease;
-ms-transition: all 1.1s ease;
transition: all 1.1s ease;
max-width: 100%;
}
.rt-tpg-container .isotope1 .rt-holder .rt-img-holder:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.rt-tpg-container .isotope1 .rt-holder .rt-img-holder {
position: relative;
overflow: hidden;
}
.rt-tpg-container .isotope1 .rt-holder .rt-img-holder .overlay {
width: 100%;
height: 100%;
display: block;
background: rgba(0, 0, 0, 0.8);
position: absolute;
z-index: 1;
opacity: 0;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
text-align: center;
}
.rt-tpg-container .isotope1 .rt-holder .rt-img-holder .overlay .view-details {
display: inline-block;
font-size: 20px;
}
.rt-tpg-container .isotope1 .rt-holder .rt-img-holder:hover .overlay {
opacity: 1;
}
.rt-tpg-container .isotope1 .rt-holder .rt-img-holder .active {
opacity: 1;
}
.rt-tpg-container .isotope1 .rt-holder .rt-detail {
background: #fff;
padding: 15px 0;
}
#poststuff .rt-tpg-container .isotope1 .rt-holder .rt-detail h2,
#poststuff .rt-tpg-container .isotope1 .rt-holder .rt-detail h3,
#poststuff .rt-tpg-container .isotope1 .rt-holder .rt-detail h4,
.rt-tpg-container .isotope1 .rt-holder .rt-detail h2,
.rt-tpg-container .isotope1 .rt-holder .rt-detail h3,
.rt-tpg-container .isotope1 .rt-holder .rt-detail h4 {
font-size: 26px;
margin: 0 0 14px;
font-weight: 400;
line-height: 1.25;
padding: 0;
}
.rt-tpg-container .isotope1 .rt-holder .view-details {
width: 36px;
height: 36px;
text-align: center;
border: 1px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.rt-tpg-container .isotope1 .rt-holder .view-details i {
color: #fff;
text-align: center;
padding: 8px 14px;
}
.rt-tpg-container .isotope1 .rt-holder .rt-detail .post-meta {
text-align: right;
} .rt-tpg-container .isotope1 .rt-holder .rt-detail .read-more {
display: block;
text-align: right;
margin-top: 15px;
}
.rt-tpg-container .isotope1 .rt-holder .rt-detail .read-more a {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 15px;
display: inline-block;
} .rt-tpg-container .rt-tpg-isotope-buttons {
text-align: center;
margin: 15px 0 30px 0;
}
.rt-tpg-container .rt-tpg-isotope-buttons .selected {
background: #1e73be;
}
.rt-tpg-container .rt-tpg-isotope-buttons button {
border: none;
margin: 4px;
padding: 8px 15px;
outline: 0;
text-transform: none;
font-weight: 400;
font-size: 15px;
}   .rt-pagination {
text-align: center;
margin: 30px;
}
.rt-pagination .pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
background: transparent;
border-top: 0;
}
.entry-content .rt-pagination a {
box-shadow: none;
}
.rt-pagination .pagination:before, .rt-pagination .pagination:after {
content: none;
}
.rt-pagination .pagination > li {
display: inline;
}
.rt-pagination .pagination > li > a,
.rt-pagination .pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #337ab7;
background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
}
.rt-pagination .pagination > li:first-child > a,
.rt-pagination .pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.rt-pagination .pagination > li:last-child > a,
.rt-pagination .pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.rt-pagination .pagination > li > a:hover,
.rt-pagination .pagination > li > span:hover,
.rt-pagination .pagination > li > a:focus,
.rt-pagination .pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eeeeee;
border-color: #dddddd;
}
.rt-pagination .pagination > .active > a,
.rt-pagination .pagination > .active > span,
.rt-pagination .pagination > .active > a:hover,
.rt-pagination .pagination > .active > span:hover,
.rt-pagination .pagination > .active > a:focus,
.rt-pagination .pagination > .active > span:focus {
z-index: 3;
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default;
}
.rt-pagination .pagination > .disabled > span,
.rt-pagination .pagination > .disabled > span:hover,
.rt-pagination .pagination > .disabled > span:focus,
.rt-pagination .pagination > .disabled > a,
.rt-pagination .pagination > .disabled > a:hover,
.rt-pagination .pagination > .disabled > a:focus {
color: #777777;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
}
.rt-pagination .pagination-lg > li > a,
.rt-pagination .pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.rt-pagination .pagination-lg > li:first-child > a,
.rt-pagination .pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.rt-pagination .pagination-lg > li:last-child > a,
.rt-pagination .pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.rt-pagination .pagination-sm > li > a,
.rt-pagination .pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.rt-pagination .pagination-sm > li:first-child > a,
.rt-pagination .pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.rt-pagination .pagination-sm > li:last-child > a,
.rt-pagination .pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}      @media screen and (max-width: 768px) {
.rt-member-feature-img, .rt-member-description-container {
float: none;
width: 100%;
}
}
@media (min-width: 768px) {
.rt-col-sm-24, .rt-col-sm-1, .rt-col-sm-2, .rt-col-sm-3, .rt-col-sm-4, .rt-col-sm-5, .rt-col-sm-6, .rt-col-sm-7, .rt-col-sm-8, .rt-col-sm-9, .rt-col-sm-10, .rt-col-sm-11, .rt-col-sm-12 {
float: left;
}
.rt-col-sm-24 {
width: 20%;
}
.rt-col-sm-12 {
width: 100%;
}
.rt-col-sm-11 {
width: 91.66666667%;
}
.rt-col-sm-10 {
width: 83.33333333%;
}
.rt-col-sm-9 {
width: 75%;
}
.rt-col-sm-8 {
width: 66.66666667%;
}
.rt-col-sm-7 {
width: 58.33333333%;
}
.rt-col-sm-6 {
width: 50%;
}
.rt-col-sm-5 {
width: 41.66666667%;
}
.rt-col-sm-4 {
width: 33.33333333%;
}
.rt-col-sm-3 {
width: 25%;
}
.rt-col-sm-2 {
width: 16.66666667%;
}
.rt-col-sm-1 {
width: 8.33333333%;
}
}
@media (min-width: 992px) {
.rt-col-md-24, .rt-col-md-1, .rt-col-md-2, .rt-col-md-3, .rt-col-md-4, .rt-col-md-5, .rt-col-md-6, .rt-col-md-7, .rt-col-md-8, .rt-col-md-9, .rt-col-md-10, .rt-col-md-11, .rt-col-md-12 {
float: left;
}
.rt-col-md-24 {
width: 20%;
}
.rt-col-md-12 {
width: 100%;
}
.rt-col-md-11 {
width: 91.66666667%;
}
.rt-col-md-10 {
width: 83.33333333%;
}
.rt-col-md-9 {
width: 75%;
}
.rt-col-md-8 {
width: 66.66666667%;
}
.rt-col-md-7 {
width: 58.33333333%;
}
.rt-col-md-6 {
width: 50%;
}
.rt-col-md-5 {
width: 41.66666667%;
}
.rt-col-md-4 {
width: 33.33333333%;
}
.rt-col-md-3 {
width: 25%;
}
.rt-col-md-2 {
width: 16.66666667%;
}
.rt-col-md-1 {
width: 8.33333333%;
}
}
@media (min-width: 1200px) {
.rt-col-lg-24, .rt-col-lg-1, .rt-col-lg-2, .rt-col-lg-3, .rt-col-lg-4, .rt-col-lg-5, .rt-col-lg-6, .rt-col-lg-7, .rt-col-lg-8, .rt-col-lg-9, .rt-col-lg-10, .rt-col-lg-11, .rt-col-lg-12 {
float: left;
}
.rt-col-lg-24 {
width: 20%;
}
.rt-col-lg-12 {
width: 100%;
}
.rt-col-lg-11 {
width: 91.66666667%;
}
.rt-col-lg-10 {
width: 83.33333333%;
}
.rt-col-lg-9 {
width: 75%;
}
.rt-col-lg-8 {
width: 66.66666667%;
}
.rt-col-lg-7 {
width: 58.33333333%;
}
.rt-col-lg-6 {
width: 50%;
}
.rt-col-lg-5 {
width: 41.66666667%;
}
.rt-col-lg-4 {
width: 33.33333333%;
}
.rt-col-lg-3 {
width: 25%;
}
.rt-col-lg-2 {
width: 16.66666667%;
}
.rt-col-lg-1 {
width: 8.33333333%;
}
} #tpg-preview-container .rt-tpg-container .rt-tpg-isotope-buttons button {
line-height: 1.25;
}
#tpg-preview-container .rt-tpg-container .rt-tpg-isotope-buttons .selected {
color: #ffffff;
}
#tpg-preview-container .rt-tpg-container a {
text-decoration: none;
}html {
font-family: "FreightDisp Pro Book";
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
ol, ul, li {
list-style: none;
list-style-type: none;
display: inline-block;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: "FreightDisp Pro Book";
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #404040;
font-family: "FreightDisp Pro Book", sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "FreightDisp Pro Book";
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: "FreightDisp Pro Book";
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 0px;
background: #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, .8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 0px;
padding: 3px;
}
select {
border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:hover,
a:focus,
a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}  .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}#instagram-section {
display: block;
width: 100%;
}
#instagram-section.personal {
background: #faebee;
padding: 30px 0;
text-align: center;
}
#instagram-section .sbi {
width: 100% !important;
}
#instagram-section .insta-desktop {
display: block;
width: 100%;
}
#coming_soon  img {
max-width: 500px;
}
#coming_soon .coming-soon-titile {
display: block;
width: 100%;
}
#instasmash {
display: -webkit-flex; display: flex;
position: relative;
}
#instafeed-handle {
position: absolute;
top: 44%;
left: 10%;
background: white;
border: 4px solid #F2E8E4;
padding: 10px 20px;
color: white;
z-index: 500;
}
#instafeed-handle a {
color: black;
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
display: -webkit-flex; display: flex;
-webkit-align-items: center; align-items: center;
-webkit-justify-content: center; justify-content: center;
}
#instafeed-handle a:hover {
color: black;
}
#instafeed-handle i {
margin-right: 10px;
font-size: 26px;
}
.instafeed-item {
position: relative;
}
#ig-section .instafeed-item {
max-width: 250px;
margin: 1%;
box-sizing: border-box;
}
.instafeed-item img {
display: block;
}
.instafeed-item:hover .insta-overlay {
display: block;
}
.insta-overlay {
background: rgba(0,0,0,0.5);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: white;
display: none;
}
.insta-overlay i {
position: absolute;
bottom: 10px;
right: 10px;
}	
.instafeed-item:hover .ig-bg {
opacity: 1;
}
.ig-bg {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.65);
color: white;
font-size: 30px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.ig-bg i {
position: absolute;
bottom: 10px;
right: 10px;
}
*:focus {
outline: none;
}
html, body {
overflow-x: hidden;
}
body, .reset-font-family {
font-family: "karla",sans-serif;
}
ol, ul, li {
list-style: initial;
list-style-type: initial;
display: block;
padding: 0;
margin: 0;
}
a {
color: #ff61af;
text-decoration: none;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
a:hover {
color: #FAEBEE;
}
a:focus, a:hover {
text-decoration: none;
outline: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: "karla",serif;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: normal;
}
.page-header {
position: relative;
text-align: center;
}
body.page-template-page-shop .page-header {
margin-bottom: 80px;
}
h1, .h1 {
font-size: 24px;
line-height: 30px;
}
h2, .h2 {
font-size: 20px;
line-height: 24px;
}
h3, .h3 {
font-size: 18px;
line-height: 22px;
}
h4, .h4 {
font-size: 14px;
margin: 5px 0 5px;
line-height: 20px;
}
h5, .h5, h6, .h6 {
font-size: 12px;
margin: 5px 0 5px;
line-height: 18px;
}
p {
margin-bottom: 1.5em;
}
input {
background: #EEEEEE;
border: solid 1px #e7e7e7;
border-radius: 0;
text-transform: uppercase;
box-shadow: none;
outline: none;
}
input.name, input.email {
background: white !important;
border: solid 2px #eaeaea !important;
border-radius: 0 !important;
color: #eaeaea !important;
font-size: 10px !important;
letter-spacing: 0.2em !important;
}
#mc-embedded-subscribe-form #inputs_wrap {
position: relative;
}
#mc-embedded-subscribe-form input.email {
display: block !important;
width: 100% !important;
border-radius: 0 !important;
color: #333333 !important;
font-size: 10px !important;
font-family: "karla",sans-serif !important;
letter-spacing: 0.2em !important;
height: 32px;
background-color: transparent !important;
border-bottom: 1px solid black !important;
border-left: none !important;
border-top: none !important;
border-right: none !important;
}
#mc-embedded-subscribe-form #inputs_wrap i.fa-envelope-o {
position: absolute;
right: 10px;
font-size: 15px;
top: 8px;
}
select {
font-family: "lato",sans-serif;
border: 1px solid #ccc;
background: #eee;
display: block;
width: 80%;
margin: 0 auto;
}
.menu-toggle {
background: transparent;
padding: 0;
box-shadow: none;
text-shadow: none;
border: none;
color: #424242;
}
.menu-toggle:hover {
box-shadow: none;
}
.show {
display: block !important;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
} .flex-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
} .flex-row {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
} .flex-row-rev {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row-reverse !important;
-webkit-flex-direction: row-reverse !important;
} .flex-col {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
} .flex-col-rev {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column-reverse !important;
-webkit-flex-direction: column-reverse !important;
} .align-start {
display: -webkit-flex !important;
display: flex !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
} .align-center {
display: -webkit-flex !important;
display: flex !important;
align-items: center !important;
-webkit-align-items: center !important;
} .align-end {
display: -webkit-flex !important;
display: flex !important;
align-items: flex-end !important;
-webkit-align-items: flex-end !important;
} .justify-start {
display: -webkit-flex !important;
display: flex !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
} .justify-end {
display: -webkit-flex !important;
display: flex !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
} .justify-around {
display: -webkit-flex !important;
display: flex !important;
justify-content: space-around !important;
-webkit-justify-content: space-around !important;
} .justify-center {
display: -webkit-flex !important;
display: flex !important;
justify-content: center !important;
-webkit-justify-content: center !important;
} .justify-between {
display: -webkit-flex !important;
display: flex !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
.clearfix {
clear: both;
}
#primary {
clear: both;
}
#primary {
width: 100%;
float: left;
}
#primary.single-content-area {
width: 80% !important;
margin: 0 auto;
float: none;
}
.entry-header-single {
text-align: center !important;
margin: 0 auto !important;
width: 63%; background-color: white;
position: relative;
padding: 1px;
}
#primary.full {
width: 100%;
margin: 0 auto;
float: none; }
#primary.full .entry-content p {
line-height: 25px;
text-align: justify;
font-family: "baskerville-urw",serif;
font-size: 15px;
margin: 0 0 22px;
letter-spacing: 0.8px;
}
img.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
margin-top: 7px;
margin: 7px 20px 0 0;
}
.page-content, .entry-content, .entry-summary{
font-size: 14px;
}
body.archive .page-title, body.search .page-title, body.page-template-page-shop .page-title {
font-size: 19px;
letter-spacing: 2px;
line-height: 27px;
margin-bottom: 50px;
}
body.page-template-page-shop .page-title {
margin-bottom: 0;
}
#secondary {
width: 28%;
float: right;
}
#secondary .mc-field-group .fa-envelope-o {
position: absolute;
top: 26px;
right: 15px;
}
#content {
padding-bottom: 101px;
}
.alm-btn-wrap { }
.btn {
display: block;
background: black;
border: 1px solid black;
border-radius: 0;
color: white !important;
width: 240px;
padding: 14px 10px;
font-size: 11px;
font-family: "karla",sans-serif;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.2em;
box-shadow: none;
text-shadow: none;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
a.btn,
.btn a {
color: white !important;
}
.btn:hover {
background: #ff61af;
border: 1px solid #ff61af;
color: white !important;
}
a.btn:hover,
.btn a:hover {
color: white !important;
}
.btn-rv, .comment-reply-link, input[type=button], input[type=submit] {
background: #ff61af;
border: solid 1px #ff61af;
box-shadow: none;
text-shadow: none;
color: white !important;
}
.btn-rv a {
color: white;
}
.btn-rv a:hover {
color: white;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
outline: none;
box-shadow: none;
text-shadow: none;
}
.btn-rv:hover, .btn-rv:focus, .comment-reply-link:hover, input[type=button]:hover, input[type=submit]:hover {
background: black;
border: solid 1px black;
box-shadow: none;
color: white;
}
.btn-pink {
background: #424242;
border: solid 2px #424242;
color: white;
box-shadow: none;
}
.btn-pink a {
color: #282828;
}
.btn-pink:hover, .btn-pink:focus {
background: #ff61af;
border: solid 2px #ff61af;
color: #282828;
box-shadow: none;
}
.btn-pink:hover a {
color: #282828;
}
.btn-off {
background: transparent;
padding: 0;
box-shadow: none;
border: none;
} section.post-entry {
margin: 100px auto;
}
#featured_posts {
position: relative;
display: block;
background: #faebee; margin: 0;
}
.slick-dots {
margin-bottom: 0 !important;
}
.slick-dots li {
margin: 0 10px !important;
}
.slick-dots li button {
width: 22px !important;
height: 22px !important;
box-shadow: none !important;
}
.slick-dots li button:before {
font-size: 22px !important;
line-height: 24px !important;
width: 22px !important;
height: 22px !important;	
}
.slick-prev:before, .slick-next:before {
color: #d4d4d4 !important;
}
.featured-posts-outer {
width: 74%;
margin: 0 auto;
padding: 50px 0px 50px;
position: relative;
z-index: 2;
text-align: center;
}
.featured-posts-outer h2{
font-family: 'Oswald', sans-serif;
text-transform: lowercase;
font-size: 25px;
}
.featured-posts-outer h2 span{
font-family: "baskerville-urw",serif;
text-transform: lowercase;
font-style: italic;
font-size: 25px;
}
.featured-posts-wrap {
padding: 22px;
box-sizing: border-box;
background: #faebee;
}
#featured_posts .slide {
text-align: center;
}
#featured_posts .slide-image {
display: block;
width: 92%;
margin-left: 6%;
position: relative;
color: white;
}
.featured-posts-wrap-2 .slide-image {
display: block;
width: 220px;
height: 150px;
}
.slide-title {
font-family: "karla",serif;
margin-top: 0;
letter-spacing: 0.5px;
position: absolute;
top: 0;
left: 0;
right: 0;
opacity: 0;
}
#featured_posts .slide-image:hover .slide-title {
display: block;
padding-top: 38%;
position: absolute;
height: 100%;
width: 100%;
opacity: 1;
background: rgba(0, 0, 0, 0.30);
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.slide-bg {
display: none !important;
position: absolute;
width: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
#featured {
position: relative;
}
#featured img {
width: 100%;
height: auto;
}
#featured span {
position: absolute;
width: 35%;
top: 35%;
right: 5%;
font-size: 25px;
box-sizing: border-box;
}
.container-pink {
width: 90%;
max-width: 1524px;
margin: 0 auto;
}
.container-wide {
width: 100%;
max-width: 1160px;
margin: 0 auto;
}
.container {
max-width: 1000px;
width: 81%;
padding: 0;
margin: 0 auto;
}
.container-lg {
max-width: 1360px;
width: 85%;
padding: 0;
margin: 0 auto;
}
.container-lg.full {
width: 90%;
}
#container-push {
padding-top: 5%;
}
#masthead {
background: white;
font-size: 10px;
top: 0;
left: 0;
right: 0;
line-height: normal;
font-weight: 200;
letter-spacing: .1em;
text-transform: uppercase;
position: relative;
z-index: 50;
}
#waypoint {
display: block;
position: relative;
z-index: 50; }
.nav_fixed {
position: fixed !important; left: 0;
right: 0;
}
body.customize-support #site-navigation-wrap.dark_nav, body.customize-support #site-navigation-wrap.toggled-wrap {
top: 32px !important;
}
#site-navigation-wrap {
display: block;
height: 50px;
margin: 0;
position: relative;
text-align: center;
background: white;
}
#site-navigation-wrap.toggled-wrap {
position: fixed !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
overflow: scroll;
}
#search-wrapper-nav {
position: absolute;
right: 50px;
top: 15px;
font-size: 14px;
z-index: 50;
}
#search-wrapper-nav:hover {
cursor: pointer;
}
.header-item {
display: block;
}
.header-item.fa-circle {
-webkit-flex-grow: 1; flex-grow: 1;
font-size: 4px;
text-align: center;
}
#masthead #social-icons {
font-size: 14px;
display: -webkit-flex; display: flex;
-webkit-align-items: center; align-items: center;
-webkit-justify-content: flex-start; justify-content: flex-start;
}
#masthead #social-icons .social-icon {
margin: 0 20px;
}
.icon,
#masthead #social-icons .social-icon .icon {
width: 12px;
height: 12px;
}
.dark_nav {
color: black;
background-color: white;
}
#masthead .dark_nav a {
color: black;
}
#masthead .dark_nav a:hover {
color:  #ff61af;
}
#masthead a {
color: black;
line-height: 0;
font-weight: normal;
}
#masthead a:hover {
color: #909090;
text-decoration: none;
}
body.customize-support #imdb-link {
top: 40px;
}
#imdb-link {
position: fixed;
top: 7px;
right: 85px;
font-size: 28px;
z-index: 5000;
}
#imdb-link img {
max-width: 40px;
}
#masthead #logo-wrap {
opacity: 0;
position: fixed;
top: 10px;
left: 20px;
width: 14%;
margin: 0;
z-index: 1;
text-align: left;
}
#masthead #logo {
max-height: 35px;
width: auto;
}
#logo-wrap {
display: block;
width: 41%;
margin: 8% auto;
text-align: center;
}
#logo {
width: 100%;
max-width: 100%;
}
.full-width-nav-item {
width: 100% !important;
max-width: initial !important;
}
.nav-single-post-wrap {
display: -webkit-flex; display: flex;
-webkit-align-items: center; align-items: center;
-webkit-justify-content: flex-start; justify-content: flex-start;
}
.nav-single-post-image {
width: 35%;
}
.nav-single-post-text {
padding: 4%;
display: block;
line-height: 22px;
font-size: 13px;
width: 65%;
box-sizing: border-box;
text-transform: none;
font-family: "baskerville-urw",serif;
text-align: center;
}
.nav-single-post-text h3 {
margin-bottom: 45px;
font-size: 22px;
font-family: "baskerville-urw",serif;
}
.main-navigation { }
.main-navigation a {
}
#site-navigation {
display: -webkit-flex; display: flex;
-webkit-align-items: center; align-items: center;
-webkit-justify-content: center; justify-content: center;
text-align: center;
position: relative;
top: 8px;
}
#secondary-nav{
text-transform: uppercase;
letter-spacing: 2px;
font-family: 'karla';
padding: 8px 0px;
} #masthead #shop-link {
position: absolute;
top: 25px;
right: 50px;
font-family: "karla",serif;
font-size: 10px;
letter-spacing: 4px;
color: #ff61af;
} .sub-post-title{
font-family: "baskerville-urw",serif;	
font-size: 17px;
line-height: 23px;
}
.sub-read-more{
font-size: 9px;
padding-top: 5px;
}
#primary-menu {
text-align: center;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 3px;
line-height: 10px;
font-family: "brandon-grotesque",sans-serif;
}
#primary-menu ul.nav-menu {
display: inline-block;
padding: 0;
margin: 0;
line-height: normal;
list-style: none;
}
#primary-menu ul.nav-menu > li {
position: relative;
float: left;
padding: 18px 20px;
margin: 0;
display: -webkit-flex; display: flex;
-webkit-justify-content: center; justify-content: center;
}
#primary-menu ul.nav-menu > li > .sub-menu {
display: block;
margin: 0;
text-align: center;
position: absolute;
list-style: none;
list-style-type: none;
top: 40px;
left: -5%;
right: -5%;
visibility: hidden;
opacity: 0;
z-index: 50;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#primary-menu ul.nav-menu > li > .sub-menu > li {
list-style: none;
list-style-type: none;
margin: 0px;
}
#primary-menu ul.nav-menu > li > .sub-menu > li > a {
display: block;
background: black;
padding: 10px 5px;
line-height: normal;
color: white;
font-size: 11px;
}
#primary-menu ul.nav-menu > li > .sub-menu > li > a:hover {
color: #ff61af;
}
#primary-menu ul.nav-menu > li:hover > .sub-menu {
visibility: visible;
opacity: 1;
}
#currentItemImage {
display: block;
background: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/images/currentItemImage.png) no-repeat;
background-size: contain;
width: 35px;
height: 25px;
margin: 0 auto;
}
#navSearchWidget{
margin-top: 80px;
}
#navSearchWidget h3{
font-family: "baskerville-urw",serif;
}
.nav-col{
margin-top: 30px;
margin-left: 40px;
}
#dropdowns {
position: fixed;
top: 50px;
width: 100%;
background: white;
box-shadow: 0px 0px 10px black;
z-index: 2;
}
.dropdown-wrapper {
display: none;
-webkit-align-items: flex-start; align-items: flex-start;
-webkit-justify-content: flex-start; justify-content: flex-start;
padding: 3%;
max-width: 1200px;
}
.dropdown-image {
margin-right: 5%;
}
.dropdown-text-wrap {
text-align: center;
}
.dropdown-sub-menu {
padding: 0;
margin: 0;
list-style-type: none;
display: -webkit-flex; display: flex;
-webkit-align-items: baseline; align-items: baseline;
-webkit-justify-content: center; justify-content: center;
}
.dropdown-text-wrap h2 {
font-family: "baskerville-urw",serif;
font-size: 28px !important;
letter-spacing: 3px;
text-transform: none;
}
.dropdown-sub-menu li {
display: inline-block;
margin: 0 20px;
}
.dropdown-text {
font-family: "baskerville-urw",serif;
font-size: 16px;
letter-spacing: 2px;
} #popup-modal-box {
background: #faecee;
position: relative;
width: 90%;
padding: 0;
max-width: 820px;
}
#popup-modal-box #popup-close {
position: absolute;
top: 6px;
right: 10px;
max-width: 20px;
z-index: 50;
}
#popup-modal-inner {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center; justify-content: center;
-webkit-flex-wrap: nowrap; flex-wrap: nowrap;
padding-right: 5%;
}
#popup-modal-inner nf-field:nth-child(1) {
float: left;
width: 48%;
}
#popup-modal-inner nf-field:nth-child(2) {
float: right;
width: 48%;
}
#popup-modal-inner nf-field:nth-child(3) .nf-field-container {
margin-bottom: 0;
}
#popup-modal-inner input[type="button"] {
display: block;
width: 100%;
background: black;
color: white;
}
#popup-modal-inner input[type="button"]:hover {
background: #333333;
}
#popup-modal-inner input, #popup-modal-inner textarea {
border: none;
padding: 8px;
letter-spacing: 2px;
font-family: "karla",serif;
font-size: 11px;
line-height: 13px;
background: transparent;
border-top: none;
border-left: none;
border-right: none;
margin-bottom: 15px;
border-bottom: 1px solid black;
}
input#mc-embedded-subscribe{
background-color: pink;
border-bottom: none;
margin: 0;
}
#popup-modal-inner button {
display: block;
width: 100%;
}
.popup-text h1, .popup-text h2, .popup-text h3, .popup-text h4, .popup-text h5, .popup-text h6 {
font-family: "freight-big-pro",serif;
text-align: left;
}
.popup-text p{
font-family: "brandon-grotesque",sans-serif;
letter-spacing: 0.6px;
font-size: 14px;
margin: 0 auto 15px;
width: 78%;
}
.popup-image {
margin-right: 40px;
width: 50%;
}
.popup-text {
width: 46%;
}
#subscribe-modal-box {
background: white;
padding: 2%;
border: 2px solid black;
position: relative;
}
#subscribe-modal-box #subscribe-close {
position: absolute;
top: 6px;
right: 10px;
}
#subscribe-modal-box #mc-embedded-subscribe-form input.email {
border-bottom: solid 1px  black !important;
}
#search-modal-inner input.search-field {
width: 100%;
padding: 24px;
font-family: "lato";
font-size: 16px;
font-weight: 100;
text-transform: uppercase;
box-shadow: none;
border: 1px solid black;
border-radius: 0;
}
#search-modal-inner label {
width: 90%;
float: left;
}
#search-modal-inner #searchsubmit {
background: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/images/search.png) center center no-repeat;
background-color: white;
font-size: 20px;
color: black;
box-shadow: none;
border: none;
border-radius: 0;
vertical-align: top;
float: left;
padding: 20px 20px 30px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
#search-modal-inner #searchsubmit:hover {
background-color: #eaeaea;
}
.mobile-search {
display: none;
} #search-close {
margin: 12px 47px;
text-align: right;
}
#search-close img {
width: 22px;
height: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255,255,255,0.95);
z-index: 150;
display: none;
cursor: pointer;
}
.modal-box {
width: 50%;
position: absolute;
top: 50%;
margin: auto;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
padding: 5px;
cursor: auto;
}
.modal-inner {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
text-align: center;
}
.modal-inner h1 {
margin-top: 0;
margin-bottom: 0;
background-color: #ECD4C9;
color: #fff;
font-size: 38px;
padding: 20px 38px;
} #featured {
position: relative;
}
#featured img {
width: 100%;
height: auto;
}
#featured span {
position: absolute;
width: 35%;
top: 35%;
right: 5%;
font-size: 25px;
box-sizing: border-box;
}
#promotion_1 {
background: #424242;
color: white;
font-size: 20px;
}
.promotion_1_text {
float: left;
padding: 20px 0;
width: 52%;
font-size: 23px;
letter-spacing: 1px;
}
.promotion_1_text span {
color: #424242;
}
.promotion_1_form {
float: right;
width: 48%;
text-align: center;
padding: 20px 0;
}
.promotion_1_form form {
position: relative;
}
.promotion_1_form form, .promotion_1_form input {
display: inline-block;
clear: none;
margin: 0 2px;
}
.promotion_1_form input[type="text"], .promotion_1_form input[type="email"] {
padding: 15px 13% !important;
line-height: normal;
box-sizing: border-box;
font-size: 13px !important;
text-transform: uppercase;
}
.promotion_1_form input[type="submit"] {
background: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/images/formButton.png) no-repeat;
background-size: 100%;
font-size: 0px;
position: absolute;
top: -40%;
border: none;
width: 50%;
height: 200%;
right: -42%;
box-shadow: none;
}
#ig-section {
background: #faebee;
padding: 50px 0;
}
.ig-wrap {
width: 95%;
margin: 0 auto; display: -webkit-flex; display: flex;
-webkit-align-items: center; align-items: center;
-webkit-justify-content: center; justify-content: center;
}
.ig-title {
width: 24%;
display: inline-block;
vertical-align: middle;
text-align: center;
margin-bottom: 20px;
}
.ig-wrap #instagram-section-home {
width: 80%;
}
#instagram-section-home .insta-mobile {
display: none;
}
#instagram-section-home #sb_instagram {
width: 80%;
}
.ig-icon {
font-size: 48px;
}
.ig-section-title {
font-size: 30px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px;
line-height: 26px;
}
.ig-section-title span {
font-style: italic;
text-transform: lowercase;
}
.ig-section-handle {
font-size: 18px;
text-transform: lowercase;
font-style: italic;
letter-spacing: 2px;
}
.ig-items {
width: 68%;
max-width: 792px;
display: inline-block;
vertical-align: middle;
}
#ig-section #sbi_images {
display: -webkit-flex !important; display: flex !important;
-webkit-align-items: center !important; align-items: center !important;
-webkit-justify-content: space-between !important; justify-content: space-between !important;
}
#ig-section #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
max-width: 250px !important;
}
#as_seen_on_items > .container {
padding: 30px 0 35px;
border-bottom: solid 1px #e7e7e7;
margin-bottom: 5px;
}
#as_seen_on_items h3 {
display: inline-block;
vertical-align: middle;
margin: 15px 0;
color: #424242;
}
#as_seen_on_items .slider_wrap {
width: 80%;
float: right;
}
.as_seen_on_link {
display: block;
text-align: center;
margin: 0 10px;
}
.slick-slide img {
width: 100%;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
}
.slide-nav {
line-height: 1;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
border: none;
outline: none;
color: #424242;
}
.nav-right {
right: -25px;
}
.nav-left {
left: -25px;
}
#call_outs {
text-align: center;
margin: 50px auto;
}
#call_outs p {
margin-bottom: 50px;
}
.call_out_items {
width: 100%;
text-align: center;
}
.call_out_item {
display: table;
width: 32%;
position: relative;
margin: 0 0.25%;
padding: 0 3%;
height: 436px;
float: left;
}
.fixed-group {
position: absolute;
width: 100%;
height: 100%;
display: table;
vertical-align: middle;
text-align: center;
}
.call_out_item span {
color: white;
display: table-cell;
vertical-align: middle;
height: 100%;
}
#promotion_2 {
background: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/images/promotion2-bg.jpg) no-repeat;
background-size: cover;
margin: 7% 0 1%;
}
.promotion_2_wrap {
position: relative;
text-align: center;
}
.promotion_2_image {
display: inline-block;
vertical-align: top;
width: 32%;
max-width: 341px;
float: left;
}
.promotion_2_form_wrap {
background: #424242;
display: inline-block;
padding: 20px;
width: 67%;
position: absolute;
top: 35%;
left: 32%;
color: white;
font-size: 18px;
text-align: center;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#about-section{
background: #faebee;
margin: 120px 0px 100px;	
}
#about-section-wrap{
display: -webkit-flex; display: flex;
padding: 2% 10% 4%;
}
#about-section-content-wrap {
width: 82%;
padding-left: 10%;
}
#about-section-content-title{
padding: 30px 0px;
text-align: center;
font-family: 'Oswald', sans-serif;
font-size: 32px;
font-weight: 100;
text-transform: uppercase;
}
#about-section-content-title span{
font-family: "baskerville-urw",serif;
text-transform: lowercase;
font-style: italic;	
}
#about-section-content-text{
margin-bottom: 40px;
font-family: "baskerville-urw",serif;
letter-spacing: 1px;
font-size: 15px;
line-height: 26px;
}
#about-section-content-wrap .btn{
margin: 0 auto !important;
color: white;
}
#about-section-image {
margin-top: -115px;
}
#about-section-image img{
border-radius: 210px;
border: 10px solid white;
}
#ig-daily-life-section{
background-color: #faebee;
margin: 80px 0px 100px 0px;
}
#ig-daily-life-section-wrapper {
max-width: 1000px;
margin: 0 auto;
padding: 30px;
display: -webkit-flex; display: flex;
}
#ig-daily-life-section-right{
text-align: center;
}
.ig-daily-life-section-icon {
font-size: 35px;
}
.ig-daily-life-section-title {
font-size: 28px;
font-family: 'oswald';
font-weight: 100;
text-transform: uppercase;
letter-spacing: 1px;
}
.ig-daily-life-section-title span{
font-family: "baskerville-urw",serif;
text-transform: lowercase;
font-style: italic;
}
.ig-daily-life-section-handle{
font-family: 'oswald';
letter-spacing: 1px;
font-size: 19px;
font-weight: 100;
margin-top: 10px;
}
#currently-loving-section-wrapper{
display: -webkit-flex; display: flex;
-webkit-align-items: center; align-items: center;
-webkit-justify-content: space-around; justify-content: space-around;
background-color: white;
padding: 30px;
}
#currently-loving-section-header{
text-align: center;
font-family: 'oswald';
max-width: 350px;
width: 100%;
font-size: 18px;
letter-spacing: 2px;
}
#currently-loving-section-header h3 {
text-align: center;
font-family: 'oswald';
text-transform: uppercase;
letter-spacing: 2px;
font-size: 42px;
font-weight: 100;
margin: 0;
line-height: 32px;
}
#currently-loving-section-header h3:nth-child(1) {
font-family: "baskerville-urw",serif;
font-style: italic;
text-transform: lowercase;
font-size: 28px;
}
#currently-loving-section-code {
}
a.read-more {
font-size: 13px;
font-family: "brandon-grotesque",sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}
a.read-more span{
font-style: italic;
text-transform: lowercase;
}
#currently-loving-section{
background-color: #faebee; margin: 0;
padding: 50px;
} .widget {
margin: 0 0 2em;  overflow: auto;
text-align: center;
}
.widget select {
font-size: 10px;
}
.widget-title {
margin-top: 0px;
text-align: center;
font-size: 20px;
font-family: "karla",serif;
padding: 15px 0px 27px;
display: inline-block;
width: 100%;
margin-bottom: 30px;
position: relative;
}
.widget-title::after {
content: ' ';
position: absolute;
bottom: 0;
width: 120px;
border-bottom: solid 1px #ff61af;
left: 0;
right: 0;
margin: 0 auto;
margin-top: -30px;
}
section#about-blurb {
font-size: 12px;
letter-spacing: 1px;
line-height: 25px;
margin-bottom: 30px;
}
#about-blurb p {
margin-bottom: 0;
margin-top: 35px;
}
.entry-about-page{
position: relative;
}
.about-blurb-header {
position: relative;
}
.about-blurb-header img {
display: block;
}
.about-image{
float: left;
width: 485px;
margin-top: 45px;
}
.about-text-block{
float: right;
width: 56%;
border: 2px solid;
padding: 30px 50px 30px 90px;
position: absolute;
right: 0;
text-align: justify;
}
.about-text-block h3{
margin-bottom: 0px;
}
.about-text-block h6{
margin-bottom: 35px;
}
.about-text-block p{
line-height: 30px !important;
font-size: 13px !important;
}
.about-blurb-header h5 {
margin: 0;
position: absolute;
bottom: 0;
font-family:  "karla", cursive;
font-size: 20px;
text-transform: uppercase;
color: black;
background-color: white;
padding: 15px 20px;
right: 0;
}
#secondary .widget_categories ul {
list-style: none;
padding: 0;
margin: 0;
}
.subscribe_form_sub_title {
font-family: "karla",sans-serif;
font-size: 12px;
text-transform: initial;
line-height: 26px;
letter-spacing: 1px;
margin-bottom: 10px;
}
#sidebar-header {
display: block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
padding: 22px 0;
border-top: 2px solid #424242;
border-bottom: 2px solid #424242;
margin-bottom: 30px;
}
#mc_embed_signup{
background: none !important; }
#mc_embed_signup .mc-field-group {
width: 250px !important;
margin: 0 auto;
height: 35px;
margin-top: -20px;
}
#mc_embed_signup .mc-field-group .fa-envelope-o {
position: absolute;
top: 24px;
right: 8px;
color: black;
}
#mc_embed_signup form{
height: 50px !important;
padding: 0px !important;
}
#secondary #social-icons {
text-align: center;
}
#secondary .social-icon {
display: inline-block;
text-align: center;
width: 7%;
font-size: 15px;
color: #424242;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
#secondary .social-icon:hover {
color: #ff61af;
}
.share i {
color: black;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.share i:hover {
color: #ff61af !important;
}
#about-me {
text-align: center;
padding-bottom: 24px;
}
#subscribe_widget {
text-align: center;
}
.subscribe_form_wrap {
background: #424242;
padding: 10%;
width: 100%;
float: right;
color: white;
text-align: center;
}
.subscribe_form_wrap .title {
font-weight: 100;
margin-bottom: 20px;
}
section#social {
margin: 40px 30px;
}
#shop {
text-align: center;
}
.shop-item {
width: 47%;
display: inline-block;
margin-bottom: 20px;
}
.shop-item:nth-child(2n-1) {
float: left;
}
.shop-item:nth-child(2n) {
float: right;
}
.shop-item a {
display: block;
}
#secondary label {
width: 100%;
float: left; }
#secondary .search-field {
width: 100%;
font-size: 10px;
font-weight: 100;
font-family: "karla",sans-serif;
text-align: center;
} body.paged .container {
padding-top: 5%;
}
.alm-btn-wrap {
text-align: center;
padding: 0px 0 0px !important;
}
#load-more {
font-size: 12px;
padding: 24px 42px;
display: inline-block;
}
.featured-img {
text-align: center;
}
.post-entry {
font-size: 16px;
margin-bottom: 0;
}
.post-entry-meta { -webkit-justify-content: space-between; justify-content: space-between; 
-webkit-align-content: center; align-content: center; 
margin-top: 30px;
border-top: 2px solid #888888;
position: relative;
}
.post-entry-featured .post-entry-meta {
-webkit-justify-content: space-between; justify-content: space-between;
-webkit-align-content: center; align-content: center;
margin-top: 30px;
border-top: none;
display: -webkit-flex; display: flex;
position: relative;
}
.post-entry-meta .entry-title{
margin-top: 0px;
display: block;
width: 100%;
}
.post-entry-content .btn{
margin: 0 auto;
}
.post-entry-content .btn span{
font-family: "baskerville-urw",serif;
text-transform: lowercase;
font-style: italic;
}
.featured-image {
text-align: center;
}
.post-entry img {
max-width: 100%;
width: 100%;
}
.home-entry-excerpt-wrap {
display: -webkit-flex; display: flex;
-webkit-align-items: flex-start; align-items: flex-start;
-webkit-justify-content: center; justify-content: center;
position: relative;
top: -133px;
}
.home-entry-excerpt-wrap img {
background: white;
padding: 20px;
}
.home-entry-content-wrap {
max-width: 600px;
margin-top: 60px;
}
.home-entry-header {
background: white;
width: 100%;
padding: 1px;
position: relative;
left: -15%;
text-align: left;
padding-left: 30px;
}
.home-entry-header h1{
font-family: "baskerville-urw",serif;
font-size: 28px !important;
letter-spacing: 3px;
}
.home-entry-exceprt{
padding: 0px 0px 0px 30px;
}
.home-entry-exceprt .btn{
color: white;
background: black;
border: none;
margin: 0 auto;
}
.home-entry-exceprt .btn:hover{
color: #404040;
background: #ff61af;
border: none;
margin: 0 auto;
}
.home-entry-exceprt .btn i{
text-transform: lowercase;
font-family: "baskerville-urw",serif;
font-family: 11px;
}
.home_post_meta {
position: absolute;
bottom: -8px;
left: 20%;
}
.entry-header{
text-align: center;
font-size: 30px;
background-color: white;
margin: 0 auto;
margin-top: -30px;
}
.entry-title {
font-size: 24px;
letter-spacing: 2.5px;
font-family: "brandon-grotesque",sans-serif;
margin-top: 25px;
text-align: center;
margin-bottom: -7px;
}
.entry-title a {
color: #282828;
}
.entry-title a:hover {	
color: #ff61af;
}
.post-date {
font-size: 10px;
}
.post_meta {
font-family: "karla",serif;
font-size: 11px;
letter-spacing: 2px;
line-height: 16px;
margin-top: 17px;
}
.post_date {
font-size: 12px;
color: #000000;
text-transform: uppercase;
letter-spacing: 1px;
}
.meta_sep {
margin: 0 2px;
}
.post_cats {
font-weight: 500;
}
.post_cats a {
font-family: "karla", cursive;
padding: 1px 2px;
font-size: 10px;
letter-spacing: 2px;
color: #ff61af;
font-weight: 400;
text-transform: uppercase;
}
.post_cats a:hover {
color: #424242;	
}
.entry-excerpt {
text-align: justify;
}
#post_loop_1_wrap, #post_loop_2_wrap {
text-align: center;
}
.post_entry_loop_1 {
width: 33%;
display: inline-block;
position: relative;
}
.post_entry_loop_1:nth-child(1) {
float: left;
}
.post_entry_loop_1:nth-child(3) {
float: right;
}
.post_entry_loop_1 .post_meta {
background: white;
display: table;
padding: 4% 2%;
width: 80%;
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
left: 0%;
text-align: center;
text-transform: uppercase;
}
#post_loop_2_wrap {
margin-bottom: 5%;
}
.post_entry_loop_2 {
display: inline-block;
width: 22%;
margin: 1.75%;
}
.post_entry_loop_2:nth-child(1) {
margin-left: 0;
}
.post_entry_loop_2:nth-child(4) {
margin-right: 0;
}
.post_entry_loop_2 img {
width: 100%;
}
.post_entry_loop_3 {
padding-bottom: 8%;
border-bottom: solid 1px #e7e7e7;
margin-bottom: 8%;
overflow: auto;
}
.post_entry_loop_3 .wp-post-image {
display: inline-block;
vertical-align: top;
width: 48%;
}
.excerpt_wrap {
float: right;
display: inline-block;
width: 45%;
margin-right: 1%;
text-align: center;
}
.excerpt_wrap .post_meta {
text-align: center;
}
.excerpt {
text-align: justify;
font-size: 15px;
margin: 50px 50px;
line-height: 25px;
letter-spacing: 0.8px;
font-family: "baskerville-urw",serif;
}
#video_grid {
display: block;
text-align: center;
}
.video-item-wrap {
width: 30%;
display: inline-block;
margin: 0.5%;
}
.video-item-wrap iframe {
width: 100%;
min-height: 250px;
} .featured-video-block {
margin-bottom: 40px;
}
#videos-wrapper, .video-loadmore .alm-reveal {
display: -webkit-flex; display: flex;
-webkit-align-items: flex-start; align-items: flex-start;
-webkit-justify-content: space-between; justify-content: space-between;
-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.video-block {
display: block;
width: 32%;
margin-bottom: 40px;
}
.video-block img {
display: block;
width: 100%;
}
.video-meta {
text-align: right;
}
.video-title {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
color: #333333;
}
.featured-video-block .video-title {
font-size: 22px;
}
.video-director {
font-size: 12px;
text-transform: lowercase;
letter-spacing: 1px;
font-style: italic;
} #post_entry_subscribe {
background: #424242;
padding: 10px;
overflow: scroll;
text-align: center;
}
.post_entry_subscribe_wrap {
background: white;
}
.post_entry_subscribe_content {
display: inline-block;
width: 50%;
padding: 30px 20px;
}
#post_entry_subscribe h4 {
font-size: 16px;
line-height: 28px;
color: #424242;
display: block;
letter-spacing: 2px;
margin: 0 0 20px;
}
#post_entry_subscribe span {
display: block;
font-size: 17px;
letter-spacing: 1px;
width: 80%;
margin: 0 auto 20px;
}
#post_entry_subscribe img {
display: block;
width: 50%;
float: right;
}
.separator.top {
margin: 25px auto;
}
.separator.bottom {
margin: 75px auto;
}
.entry-header {
text-align: center;
margin: 0 0 28px;
}
.post p {
text-align: justify;
font-family: "baskerville-urw",serif;
font-size: 15px;
margin: 20px 0;
line-height: 28px;
letter-spacing: 0.8px;
}
ul, ol, ul ul, ol ol, ul ul ul, ol ol ol, ul ul ul ul, ol ol ol ol {
padding: 0;
}
.wpp-list {
margin: 0px !important;
}
.wpp-thumbnail{
float: none !important;
}
.wpp-list li{
margin-top: 0px;
}
ul:nth-child(1n), ol:nth-child(1n) {
margin-bottom: 20px;
font-size: 13px;
}
ul li, ol li {
margin: 10px 0;
}
blockquote {
padding: 10px 2%;
font-size: initial;
width: 85%;
margin: 0 auto;
border: none;
font-family: "baskerville-urw",serif;
}
blockquote p{
font-size: 15px;
line-height: 25px;
letter-spacing: 0.8px;
font-family: "baskerville-urw",serif;
font-style: italic;
text-align: center;
}
section#categories-2 {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px;
line-height: 22px;
}
.post .post-categories {
list-style: none;
padding: 0;
margin: 0;
}
.post .post_meta {
text-align: center;
}
#signature {
text-align: right;
}
#signature img {
width: 50%;
max-width: 200px;
}
#post-foot {
position: relative;
text-align: center;
font-size: 12px;
display: -webkit-flex; display: flex;
-webkit-justify-content: center; justify-content: center;
-webkit-align-items: center; align-items: center;
-webkit-flex-grow: 1; flex-grow: 1;
margin: 17px 0 8px;
}
#post-foot a.read-more {
position: relative;
padding: 9px 50px;
display: inline-block;
}
.post-entry-meta #comment-count {
position: absolute;
right: 0;
}
#comment-count {
font-size: 14px;
letter-spacing: 1px;
color: #282828;
font-style: italic;
font-family: "baskerville-urw";
}
#comment-count, .comment-count{
position: absolute;
width: 10%;
top: 0;
bottom: 0;
right: 0;
display: -webkit-flex; display: flex;
-webkit-align-items: center; align-items: center;
-webkit-justify-content: center; justify-content: center;
}
#comment-count a{
font-size: 14px;
letter-spacing: 1px;
color: #282828;
font-style: italic;
font-family: "baskerville-urw";
}
#comment-count a:hover {
color: #FAEBEE;
}
.social-share {
display: -webkit-flex; display: flex;
position: absolute;
left: 0;
top: 0;
bottom: 0;
}
.post-entry-featured .social-share{ }
.social-share {
text-align: center;
color: #424242;
margin: 0;
}
.social-share button {
font-size: 14px;
}
.share {
background: transparent;
padding: 0;
box-shadow: none;
border: none;
display: inline-block;
margin: 0 15px 0px 0px;
}
.share:hover {
color: #424242;
}
.share span {
display: inline-block;
margin-left: 5px;
}
a.share {
color: black;
}
#popular-posts {
text-align: center;
margin: 70px 0 30px !important;
display: inline-block;
width: 100%;
border: 1px solid black;
padding: 15px 15px 10px;
float: none;
clear: both;
overflow: auto;
}
.popular-posts-title {
background: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/images/pop-title-left.png) no-repeat;
background-size: cover;
width: 11%;
height: 50px;
display: inline-block;
}
.related-wrap {
width: 85%;
margin-left: 2%;
display: inline-block;
vertical-align: top;
overflow: auto;
}
.related-title {
background: #424242;
text-transform: none;
color: black;
float: left;
letter-spacing: 2px;
width: 8%;
position: relative;
}
.related-title span {
letter-spacing: 3px;
text-transform: uppercase;
display: block;
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 50% 53%;
-ms-transform-origin: 50% 53%;
transform-origin: 50% 53%;
white-space: nowrap;
height: 100%;
position: absolute;
left: 100%;
top: -3%;
}
.related-post {
width: 32%;
float: left;
position: relative;
margin: 0 1%;
}
.related-post:nth-child(1) {
margin-left: 0;
}
.related-post:nth-child(3) {
margin-right: 0;
}
.related-post img {
width: 100%;
}
.related-post img:hover {
opacity: 0.7;
}
.related-post .btn {
display: none;
position: absolute;
left: 11%;
top: 38%;
}
.related-post:hover .btn {
display: block;
}
.site-main .post-navigation {
margin: 50px 0;
}
.post-navigation {
display: block;
background: transparent;
text-transform: uppercase;
letter-spacing: 0.2em;
font-size: 14px;
color: black;
text-align: center;
font-weight: 200;
clear: both
}
.prev-link { float: right;
display: inline-block;
padding: 12px 13px 10px 19px;
width: auto;
}
.next-link { float: left;
display: inline-block;
padding: 12px 13px 10px 19px;
width: auto;
}
.post-navigation .next-link i {
margin: 0 10px 0 0;
}
.post-navigation .prev-link i {
margin: 0 0 0 10px;
}
.post-nav-sep {
margin: 0 2%;
}
#reply-title {
text-align: center;
margin-top: 2%;
}
.logged-in-as {
text-align: center;
margin-bottom: 2%;
}
#respond {
text-transform: uppercase;
font-size: 16px;
letter-spacing: 0.2em;
padding: 20px 3%;
}
body.home #comments {
margin: 50px auto 0;
}
#comments {
display: none;
}
.says {
display: none;
}
.comment-author {
width: 60%;
display: -webkit-flex; display: flex;
-webkit-align-items: center; align-items: center;
}
.comment-author .fn {
font-family: "karla",serif;
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 2px;
}
.comment-meta {
position: relative;
display: -webkit-flex; display: flex;
-webkit-align-items: center; align-items: center;
-webkit-justify-content: space-between; justify-content: space-between;
-webkit-flex-grow: 1; flex-grow: 1;
}
.comments-title {
text-align: center;
margin: 78px 0 63px;
font-size: 15px;
line-height: 22px;
color: #ff61af;
}
.comment-content p {
font-size: 12px;
margin: 15px 0 0;
letter-spacing: 0.8px;
line-height: 24px;
}
.comment-reply-link {
font-size: 10px;
text-transform: uppercase;
letter-spacing: 2px;
display: inline-block;
padding: 5px 20px;
margin: 20px 0 0;
}
#commentform {
font-family: "karla",sans-serif;
display: -webkit-flex; display: flex;
-webkit-flex-grow: 1; flex-grow: 1;
-webkit-align-items: flex-start; align-items: flex-start;
-webkit-justify-content: space-between; justify-content: space-between;
-webkit-flex-wrap: wrap; flex-wrap: wrap;
font-size: 12px;
padding: 22px;
}
#commentform #submit {
width: 100%;
padding: 12px;
font-size: 10px;
}
#commentform label {
text-align: center;
width: 100%;
}
.comment-form-author, .comment-form-email {
float: left;
width: 48%;
}
.comment-form-url {
width: 100%;
}
.comment-input-wrap {
margin-bottom: 14px;
}
.form-submit {
margin: 0;
}
.comment-form-comment {
-webkit-flex-grow: 2; flex-grow: 2;
width: 100%;
}
.contact-block-wrapper{
display: -webkit-flex; display: flex;
}
.contact-block h3{
margin: 50px 0px 30px;
}
.contact-block p{
letter-spacing: 1px;
font-size: 12px !important;
}
.contact-block a{
font-weight: 700;
}
#nf-field-4{
font-family: karla;
letter-spacing: 2px;
padding: 11px 16px;
float: right;
}
.contact-block{
width: calc((100% / 2) - 20px);
margin-right: 30px;
margin-left: 33px;
text-transform: uppercase;
margin-top: 35px;
}
#contact_form .contact-message {
margin-bottom: 0 !important;
}
#contact_form .submit-container {
text-align: right;
}
span.nf-form-title{
display: none;
}
#contact_form input[type="button"] {
color: white;
font-family: "karla",sans-serif;
font-size: 10px;
letter-spacing: 2px;
padding: 8px 20px;
}
#contact_form input[type="button"]:hover {
color: #ff61af;
}
.nf-field-element textarea{
height: 100px !important;
}
#contact_form input[type="text"], #contact_form input[type="email"], #contact_form input[type="url"], #contact_form input[type="password"], #contact_form input[type="search"], #contact_form input[type="number"], #contact_form input[type="tel"], #contact_form input[type="range"], #contact_form input[type="date"], #contact_form input[type="month"], #contact_form input[type="week"], #contact_form input[type="time"], #contact_form input[type="datetime"], #contact_form input[type="datetime-local"], #contact_form input[type="color"], #contact_form textarea {
padding: 8px 15px;
}
#contact_form textarea {
height: 165px;
}
#author, #email, #url, #comment, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
width: 100%;
background: white;
border: none;
text-transform: uppercase;
letter-spacing: 2px;
font-family: "karla",sans-serif;
font-size: 10px;
line-height: 12px;
padding: 5px;
border-bottom: 1px solid;
}
.form-submit {
-webkit-flex-grow: 2; flex-grow: 2;
}
.form-submit input.submit {
display: block;
padding: 15px;
width: 100%;
font-size: 12px;
margin: 0 auto;
background: #424242;
box-shadow: none;
}
.form-submit input.submit:hover {
box-shadow: none;
} #archive-items {
text-align: center;
display: -webkit-flex; display: flex;
-webkit-align-items: flex-start; align-items: flex-start;
-webkit-justify-content: space-between; justify-content: space-between;
-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.archive-item {
display: inline-block;
width: 32%;
position: relative;
margin-bottom: 15px;
display: -webkit-flex; display: flex;
-webkit-align-items: flex-end; align-items: flex-end;
-webkit-justify-content: center; justify-content: center;
}
.archive-item:hover .archive-item-meta {
display: block;
}
.archive-item-meta {
display: none;
position: absolute;
background: black;
color: white;
bottom: 7%;
width: 75%;
text-align: left;
text-transform: uppercase;
letter-spacing: 2px;
padding: 15px 25px 17px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
h4.archive-item-title {
font-family: "baskerville-urw",serif;
text-transform: uppercase;
font-size: 21px;
}
.archive-item-meta span {
font-size: 11px !important;
}
.archive-item-meta .sep{
height: 1px;
background-color: white;
width: 35px;
margin: 15px 0px 11px;
}
.archive-item-meta:hover {
color: #ff61af;
}
.archive-item-title {
line-height: 20px;
text-transform: none;
}
.archive-item-date {
font-size: 14px;
}
.archive-item .post_meta {
text-align: center;
}
.archive-item .excerpt {
text-align: center;
font-size: 18px;
}
.archive-item .separator {
margin: 50px auto;
width: 25%;
}
.video-category-title {
font-size: 22px;
text-align: center;
}
.video-category-title p {
margin: 0;
}
body.archive .page-header {
display: -webkit-flex; display: flex;
-webkit-align-items: center; align-items: center;
-webkit-justify-content: space-between; justify-content: space-between;
margin-bottom: 50px;
}
body.archive .page-header .page-title {
text-align: left;
margin: 0;
}
h1.page-title.cat-title {
font-family: "baskerville-urw",serif;
font-size: 25px;
}
#category-selection {
background: black;
color: white;
padding: 15px 40px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2px;
}
#category-selection:hover .category-selection-list {
display: block;
width: 203px;
}
.category-selection-list {
display: none;
background: black;
position: absolute;
right: 0;
padding: 12px;
margin: 0;
list-style: none;
text-align: center;
z-index: 100;
}
#cat-list {
text-align: center;
}
#cat-list .cat-item {
font-size: 16px !important
}
.cat-item {
font-size: 10px !important;
}
.category-selection-list a {
color: white;
}
.category-selection-list a:hover {
text-decoration: underline;
}
#shop-items {
display: -webkit-flex; display: flex;
-webkit-align-items: baseline; align-items: baseline;
-webkit-justify-content: space-between; justify-content: space-between;
-webkit-flex-grow: 1; flex-grow: 1;
-webkit-flex-wrap: wrap; flex-wrap: wrap;
max-width: 90%;
margin: 0 auto;
}
.shop-item-meta img {
border: 10px solid #f4f4f4;
}
.shop-item {
width: 270px;
}
.shop-item-title {
line-height: 20px;
text-align: center;
}
.comment-list {
padding: 0;
margin: 0;
list-style: none;
}
.comment-list li ol {
list-style: none;
}
.comment {
margin: 20px 0;
}
.comment-metadata {
float: right;
font-size: 13px;
letter-spacing: 1px;
}
.comment-body {
padding: 2% 2% 5%;
margin: 0;
border-bottom: solid 1px #ff61af;
}
.comment-body .avatar {
width: 12%;
border-radius: 100%;
max-width: 100px;
margin-right: 3%;
float: left;
}
.col-row {
clear: both;
}
.half-col {
width: 48%;
}
.half-col:nth-child(2n) {
float: right;
}
.half-col:nth-child(2n+1) {
float: left;
} #team-members {
margin-top: 50px;
}
.team-member-wrap {
background: #FAEBEE;
margin-bottom: 100px;
}
.team-member {
position: relative;
display: flex;
align-items: center;
justify-content: flex-end;
padding: 30px 0;
}
.team-member-wrap:nth-of-type(2n) .team-member {
flex-direction: row-reverse;
}
.team-member .team-member-photo {
position: absolute;
max-width: 400px;
min-width: 200px;
width: 30%;
border-radius: 100%;
border: 10px solid white;
}
.team-member-wrap:nth-of-type(2n+1) .team-member .team-member-photo {
left: 0;
}
.team-member-wrap:nth-of-type(2n) .team-member .team-member-photo {
right: 0;
}
.team-member-wrap:nth-of-type(2n) .team-member .team-member-info {
margin-left: 0;
margin-right: 10%;
}
.team-member .team-member-info {
font-size: 18px;
width: 60%;
}
.team-member .team-member-name {
text-align: center;
font-family: "brandon-grotesque",sans-serif;
font-size: 25px;
text-transform: uppercase;
letter-spacing: 2px;
}
.team-member .team-member-name .team-member-meet {
font-family: "karla",serif;
font-style: italic;
font-size: 22px;
text-transform: lowercase;
}
.team-member .team-member-bio {
font-family: "baskerville-urw",serif;
} footer.site-footer {
background: #181818;
overflow: auto;
}
#colophon {
color: white;
font-size: 13px;
line-height: 19px;
text-align: center;
padding: 36px 2%;
position: relative;
display: -webkit-flex; display: flex;
-webkit-align-items: center; align-items: center;
-webkit-justify-content: center; justify-content: center;
font-family: "oswald";
font-weight: 100;
letter-spacing: 2px;
text-transform: uppercase;
}
.copyright {
margin-right: 8px;
}
.built-by .fa-circle {
font-size: 3px;
bottom: 2px;
position: relative;
margin: 0 2px;
}
#colophon a {
color: white;
}
#colophon a:hover {
color: #ff61af;
}
#ig_feed {
position: relative;
display: -webkit-flex; display: flex;
-webkit-align-items: center; align-items: center;
}
.ig-handle {
position: absolute;
top: 0;
left: 9%;
background: black;
text-align: center;
padding: 10px;
color: white;
min-width: 225px;
z-index: 1;
}
.ig-footer-icon {
font-size: 22px;
}
.ig-footer-title {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
}
.ig-footer-handle {
font-size: 12px;
text-transform: lowercase;
font-style: italic;
letter-spacing: 2px;
}
.footer-subscribe, .footer-subscribe a {
color: white;
text-align: center;
margin-top: 60px;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 2px;
}
body.customize-support #header-social {
top: 48px;
}
#header-social {
position: fixed;
left: 2%;
top: 16px;
display: -webkit-flex; display: flex;
-webkit-align-items: center; align-items: center;
-webkit-justify-content: space-between; justify-content: space-between;
width: 50%;
max-width: 105px;
z-index: 50;
}
#header-social .social-icon {
display: block;
margin: 0;
width: auto;
font-size: 13px;
}
#header-social .social-icon:hover {
color: #ff61af !important;
}
#header-social .social-icon i:nth-child(1) {
margin-left: 1px;
}
#social-icons {
font-size: 22px;
}
.social-icon {
display: inline-block;
margin: 0 3.5%;
}
#tertiary-menu {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
#tertiary-menu > li {
display: inline-block;
margin: 0 1.5%;
}
#tertiary-menu > li > a {
padding: 20% 0;
display: block;
}
.site-info {
position: absolute;
left: 5%;
text-align: left;
}
.site-info span {
margin: 0 8px;
}
.footer-logo {
width: 25%;
}
#colophon section#social {
position: absolute;
right: 5%;
margin: 0;
width: 15%;
text-align: right;
}
#colophon section#social #social-icons {
font-size: 12px;
}
#secondary-menu {
padding: 0;
margin: 0;
text-align: center;
list-style: none;
}
#secondary-menu .menu-item {
display: inline-block;
}
#secondary-menu .menu-item a {
padding: 10px 15px;
font-weight: 500;
}
#footer-box {
background: white;
padding: 8%;
margin: 10% auto 7%;
}
#sb_instagram{
padding-bottom: 0px !important;
}
#subscribe-wrap {
margin-bottom: 16%;
}
#subscribe-wrap, #popular-wrap {
font-size: 18px;
text-transform: uppercase;
letter-spacing: 0.2em;
text-align: center;
}
.nf-form-fields-required, .nf-after-field {
display: none;
}
nf-field {
display: inline-block;
width: 100%;
}
nf-field:nth-child(1), nf-field:nth-child(9) { }
nf-field:nth-child(2) {  }
nf-field:nth-child(3) {
display: block;
width: 100%;
}
#subscribe-wrap input.submit {
display: inline-block !important;
width: 100% !important;
}
#popular-wrap {
text-align: center;
}
#popular-wrap .title {
margin-bottom: 6%;
}
#contact-col {
margin-top: 50px;
}
#contact_form h4 {
font-size: 55px;
color: #ff61af;
letter-spacing: 2.3px;
text-align: center;
font-family: 'Tangerine', cursive;
text-transform: capitalize;
margin: 60px;
}
#contact_form h4 span {
display: inline-block;
margin: 0 2.3px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.col-wrap {
display: -webkit-flex; display: flex;
-webkit-align-items: flex-start; align-items: flex-start;
-webkit-justify-content: space-between; justify-content: space-between;
-webkit-flex-wrap: wrap; flex-wrap: wrap;
-webkit-flex-grow: 1; flex-grow: 1;
}
.col-6 {
width: 48%;
}
button.alm-load-more-btn{
font-family: "freight-big-pro", serif !important;
font-size: 24px !important;
font-weight: 100 !important;
width: auto;
font-style: italic !important;
height: 50px !important;
border: none !important;
line-height: 44px;
background: white !important;
color: #ff61af;
border: none;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
margin: 0 0 4px;
padding: 0 35px !important;
display: inline-block;
position: relative;
letter-spacing: 1px !important;
text-transform: uppercase !important;
letter-spacing: none;
-moz-transition: none;
transition: none;
text-align: center;
text-decoration: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
box-shadow: none;
}
button.alm-load-more-btn:hover{
color: #FAEBEE !important;
}
#popular-wrap .col-4 {
width: 32%;
display: inline-block;
vertical-align: top;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
#popular-wrap .col-4:hover {
opacity: 0.75;
}
#popular-wrap .col-4:nth-child(1) {
float: left;
}
#popular-wrap .col-4:nth-child(3) {
float: right;
} #press_grid_page {
position: relative;
}
#press_grid_page .press-grid {
width: 85%;
max-width: 1065px;
margin: 0 auto;
transform: translate(1%, 0);
}
#press_grid_page .press-grid .grid-item {
width: 33%;
padding: 0 10px 20px;
}
#press_grid_page .press-grid .grid-item .press-item-image {
width: 100%;
}
#press_grid_page .press-grid .grid-item .press-item-body {
width: 100%;
background: black;
color: white;
padding: 20px;
text-align: center;
}
#press_grid_page .press-grid .grid-item .press-item-body .press-item-title {
margin: 0 0 10px;
}
#press_grid_page .press-grid .grid-item .press-item-body .press-item-text {
font-size: 14px;
}
@media only screen and (max-width: 768px){
#press_grid_page .press-grid .grid-item {
width: 50%;
}
}  #press_page {
position: relative;
}
#press_page .press-container {
width: 80%;
max-width: 1440px;
margin: 0 auto;
}
#press_page .password-container {
width: 85%;
max-width: 500px;
margin: 0 auto;
text-align: center;
}
#press_page .password-container input {
margin-bottom: 10px;
}
#press_page .videos-slider-wrapper {
margin-bottom: 50px;
}
#press_page .slick-dots {
display: -webkit-flex !important;
display: flex !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
margin-top: 20px !important;
margin-bottom: 0 !important;
}
#press_page .slick-dots li {
margin: 0 10px !important;
}
#press_page .slick-dots li button {
width: 22px !important;
height: 22px !important;
box-shadow: none !important;
}
#press_page .slick-dots li button:before {
font-size: 16px !important;
line-height: 24px !important;
width: 22px !important;
height: 22px !important;	
}
#press_page .slick-prev {
top: 45%; left: 0;
transform: translate(-200%, 0);
} 
#press_page .slick-next {
top: 45%; right: 0;
transform: translate(120%, 0);
}
#press_page .slick-prev:before, 
#press_page .slick-next:before {
color: black !important;
font-size: 35px !important;
}
#press_page .video-slide {
width: 100%;
margin-bottom: 20px;
}
#press_page .video-slide .video-slide-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 100%;
}
#press_page .video-slide .video-slide-inner .video-embed {
width: 100%;
}
#press_page .video-download {
display: -webkit-flex !important;
display: flex !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
margin: 20px 0 0;
}
#press_page .icon {
width: 25px;
height: 25px;
}
#press_page .video-download .icon {
margin: 0 0 0 10px;
}
.embed-container { 
position: relative; 
padding-bottom: 56.25%;
overflow: hidden;
max-width: 100%;
height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container video,
.embed-container embed { 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: black;
}
.gallery-wrapper {
position: relative;
padding: 50px 0;
}
.gallery-wrapper .gallery-title {
font-size: 32px;
text-align: center;
}
.entry-gallery {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
justify-content: center !important;
-webkit-justify-content: center !important;
margin-top: 50px;
} .entry-gallery .gallery-image {
position: relative;
display: block;
margin: 2px;
}
.entry-gallery .gallery-image::after {
content: '';
display: block;
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 2;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.entry-gallery .gallery-image .icon {
position: absolute;
top: 20px;
right: 20px;
z-index: 3;
opacity: 0;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
} .entry-gallery .gallery-image img {
position: relative;
display: block;
max-height: 250px;
width: auto;
z-index: 1;
}
.entry-gallery .gallery-image.downloadable:hover::after,
.entry-gallery .gallery-image.downloadable:hover .icon {
opacity: 1;
}@media only screen and (max-width: 1260px){
section#social {
margin: 40px 0;
}
#masthead #social-icons {
-webkit-justify-content: flex-end; justify-content: flex-end;
}
#masthead .social-icon {
width: 3%;
}
#masthead .social-icon i {
min-width: 32px;
}
#secondary .social-icon {
width: 7%;
}
.call_out_item {
height: 350px;
}
.promotion_2_form_wrap {
top: 30%;
}
#primary-menu ul.nav-menu > li {
padding: 18px 18px;
}
#mc_embed_signup .mc-field-group input{
width: 200px !important;
}
} @media only screen and (max-width: 1024px){ .promotion_2_form_wrap {
top: 25%;
}
.slick-dots li button {
display: none;
}
#masthead .social-icon {
width: 10%;
}
#secondary {
margin-top: 15%;
width: 30%;
}
.container {
z-index: 1;
width: 80%;
}
#primary-menu ul.nav-menu > li{
padding: 18px 15px;
}
#masthead #social-icons .social-icon{
margin: 0 5px;
}
#masthead #social-icons {
top: 15px;
margin-right: 90px;
}
#contact_form h4{
margin: 30px;
} .about-image{
width: 370px;
}
.about-text-block{
float: right;
width: 57%;
border: 2px solid;
padding: 19px 43px 21px 60px;
position: absolute;
right: 0;
text-align: justify;
}
.about-text-block p{
line-height: 25px !important;
}
.contact-block h3{
margin: 30px 0px 30px;
}
.excerpt{
margin: 50px 0px;
}
#about-section-content-text{
font-size: 14px;
}
#about-section-wrap{
padding: 2% 7% 4%;
}
#about-section-content-wrap{
padding-left: 6%;
}
#about-section-image{
margin-top: -75px;
}
}
@media only screen and (max-width: 990px){
.modal-box {
width: 90%;
}
#search-modal-inner label {
width: 86%;
}
#primary, #secondary {
float: none;
width: 100%;
margin: 0 auto;
}
#secondary {
margin-top: 15%;
width: 55%;
}
#sidebar-header { 
display: none;
}
.widget {
padding: 20px 2%;
}
.alignleft, .post-entry .right {
width: 100%;
float: none;
margin: 0 auto;
}
.post-entry.first .right {
text-align: center;
}
#contact_form textarea{
height: 130px;
}
.post-entry.first .btn {
float: none;
margin: 0 auto;
}
.post-entry.first .right .post-extras {
text-align: center;
}
.entry-head.first {
position: relative;
top: initial;
right: initial;
padding: 0;
width: auto;
}
#main div.post-entry:last-child {
padding-bottom: 120px;
} }
@media only screen and (max-width: 960px){
.ig-handle {
display: none;
}
.ig-wrap {
-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
#masthead #logo-wrap {
display: none !important;
}
.container {
z-index: 1;
width: 90%;
}
#search-wrapper-nav {
top: 16px;
right: 25px;
left: initial;
font-size: 15px;
}
.header-item.fa-circle {
display: none;
}
.menu-primary-container {
margin-top: 10px;
}
#primary-menu, #secondary-menu { 
display: none; 
text-align: left;
}
#site-navigation.toggled #primary-menu, #site-navigation.toggled #secondary-menu {
display: block;
}
#site-navigation-wrap {
position: relative;
text-align: center;
background: #F7F3F0;
height: 50px;
width: 100%;
}
#site-navigation-wrap.dark_nav {
background: #F7F3F0;
}
#site-navigation {
display: block;
position: absolute;
top: 10px;
left: 0;
margin-left: 0;
width: 100%;
text-align: left;
z-index: 50;
}
#site-navigation #logo-wrap {
display: none;
}
#waypoint {
display: block;
}
#waypoint #logo-wrap {
width: 25%;
margin: 80px auto 30px;
}
#masthead #social{
display: block;
width: 100%;
position: relative;
margin: 0;
}
#masthead #social-icons {
-webkit-justify-content: center; justify-content: center;
margin: 0;
}
#content {
clear: both;
}
.menu-toggle {
display: inline-block;
margin-left: 20px;
margin-bottom: 10px;
font-size: 30px;
letter-spacing: 0.2em;
float: none;
color: #282828;
}
.menu-toggle i {
font-size: 30px;
}
.main-navigation.toggled #primary-menu, .main-navigation.toggled #secondary-menu {
display: block;
background: #f7f3f0;
color: white;
font-family: "FreightDisp Pro Book", sans-serif;
font-size: 11px;
}
.main-navigation.toggled #primary-menu li, .main-navigation.toggled #secondary-menu li, #primary-menu ul.nav-menu > li > .sub-menu > li, #secondary-menu ul.nav-menu > li > .sub-menu > li {
float: none;
padding: 0;
margin: 0;
}
#primary-menu ul.menu > li > .sub-menu > li > a, #secondary-menu ul.menu > li > .sub-menu > li > a {
border-bottom: none;
}
.main-navigation.toggled #primary-menu a, .main-navigation.toggled #secondary-menu a, #primary-menu ul.nav-menu > li > .sub-menu > li > a, #secondary-menu ul.nav-menu > li > .sub-menu > li > a {
color: #282828;
display: block;
line-height: normal;
padding: 15px 10px;
border-bottom: solid 1px white;
font-size: 11px;
background: transparent;
}
#primary-menu ul.nav-menu > li > .sub-menu > li > a {
padding: 15px 10px 15px 25px;
margin: 0;
width: 100%;
border-bottom: solid 1px white;
}
#primary-menu ul.nav-menu > li > .sub-menu, #secondary-menu ul.nav-menu > li > .sub-menu {
display: block;
text-align: inherit;
width: 100%;
position: relative;
left: 0;
margin-top: 0;
font-size: 14px;
padding: 0;
}
#primary-menu ul.nav-menu > li {
display: block;
}
#primary-menu ul.nav-menu > li > .sub-menu {
top: initial;
visibility: visible;
opacity: 1;
float: none;
box-shadow: unset;
right: unset;
}
#currentItemImage {
display: none;
}
#featured span {
font-size: 16px;
width: 60%;
}
#as_seen_on_items h3 {
display: block;
text-align: center;
}
#as_seen_on_items .slider_wrap {
width: 100%;
}
.call_out_item {
height: 300px;
}
#promotion_1 .container {
padding-bottom: 4%;
}
.promotion_1_text, .promotion_1_form {
text-align: center;
float: none;
width: auto;
}
#post_entry_subscribe img {
float: none;
width: 100%;
}
.promotion_2_form_wrap {
font-size: 12px;
}
.post_entry_loop_2 {
width: 48%;
margin: 20px 1%;
}
.post_entry_loop_2:nth-child(2n-1) {
margin-left: 0;
}
.post_entry_loop_2:nth-child(2n) {
margin-right: 0;
}
.archive-item {
width: 300px;
margin: 20px 0;
}
#colophon {
padding-bottom: 40px;
}
#header-social{
display: none;
}
}
@media only screen and (max-width: 768px){
body.customize-support #site-navigation-wrap.dark_nav, body.customize-support #site-navigation-wrap.toggled-wrap {
top: 45px !important;
}
}
@media only screen and (max-width: 768px){
body.customize-support #imdb-link { top: 56px; }
body.customize-support #site-navigation-wrap.dark_nav #imdb-link { top: 10px; }
#imdb-link { right: 20px; }
#search-wrapper-nav { display: none; }
#featured_posts{
display: none;
}
.about-image{
width: 92%;
margin: 0 auto;
float: none;
}
.about-text-block{
float: none;
width: 80%;
margin: 0 auto;
padding: 19px 60px 21px 60px;
position: relative;
right: 0;
text-align: justify;
clear: both;
}
#colophon section#social{
display: none;
}
.site-info{
left: none;
text-align: center;
}
body.archive .page-header {
margin-bottom: 0;
}
#category-selection {
display: none;
}
}
@media only screen and (max-width: 769px){
.call_out_item {
height: 250px;
}
.promotion_2_image { display: none; }
.promotion_2_form_wrap {
position: relative;
left: 0;
margin: 0 auto;
}
.over span {
font-size: 1.5em
}
.shop-item {
width: 250px;
}
#about-section-content-title{
padding: 18px 0px;
}
#about-section-content-text p{
margin-bottom: 10px;
line-height: 23px;
}
.post-entry-featured .post-entry-meta{
display: block;
text-align: center;
} .post-entry-meta #comment-count{
position: relative;
width: 100%;
}
.post-entry-meta .entry-title{
margin: 20px;
width: inherit;
}
.slick-dots{
bottom: -65px;
}
#about-section{
margin: 190px 0px 100px;
}
#about-section-wrap{
display: block;
}
#about-section-content-text{
width: 100%;
text-align: center;
}
.post-entry-meta{
margin-bottom: 50px;
}
#about-section-wrap{
padding: 2% 7% 20%;
}
#ig-daily-life-section-wrapper{
display: block;
}
#currently-loving-section-wrapper{
display: block;
}
#colophon{
display: block;
}
.menu-toggle i{
font-size: 23px;
padding-top: 5px;
}
.menu-toggle{
font-size:15px;
}
#about-section-content-wrap{
width: 100%;
padding-left: 0px;
}
.slick-dots li button:before{
font-size: 15px !important;
}
#post-foot.btn{
width: 100%;
margin-bottom: 20px;
}
} @media only screen and (max-width: 720px){
#logo-wrap {
width: 70%;
margin: 11% auto;
}
#secondary {
display: none;
}
.container {
width: 90%;
}
.promotion_1_text {
font-size: 16px;
}
.call_out_item {
display: block;
float: none;
margin: 0 auto;
width: 100%;
height: auto;
padding: 12%;
}
.prev-link, .next-link {
display: block;
float: none;
margin: 10px 0;
}
.post-navigation i {
display: none;
}
.archive-item {
width: 49%;
}
.archive-item:nth-child(2n-1) {
float: left;
}
.archive-item:nth-child(2n) {
float: right;
}
#post-foot {
display: block;
}
#post-foot .btn {
margin: 0 auto;
}
.popular-posts-title {
background: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/images/pop-title-top.png) no-repeat;
background-size: contain;
float: none;
width: 25%;
height: 50px;
position: absolute;
left: 38%;
}
.related-wrap {
width: 100%;
margin: 70px auto 0;
text-align: center;
}
.related-post {
width: 48%;
float: none;
margin: 10px 0;
display: inline-block;
}
.related-post:nth-child(2n-1) {
margin-left: 0;
}
.related-post:nth-child(3) {
margin-right: initial;
}
.post_entry_loop_1, .post_entry_loop_2, .post_entry_loop_3 .wp-post-image, .excerpt_wrap {
width: auto;
display: block;
float: none !important;
margin: 0 auto;
}
.excerpt_wrap .post_meta {
text-align: left;
}
#post-foot a.read-more, #post-foot .btn {
position: relative; margin: 20px auto;
}
#comment-count, .comment-count, .social-share  {
position: relative;
left: unset;
top: unset;
right: unset;
bottom: unset;
justify-content: center;
margin: 0 !important;
}
.comment-count{
margin-top: 20px;
width: 100%;
text-transform: uppercase;
letter-spacing: 1px;
}
.ig-icon {
font-size: 28px;
}
.ig-section-title {
font-size: 20px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px;
}
.ig-section-handle {
font-size: 14px;
text-transform: lowercase;
font-style: italic;
letter-spacing: 2px;
}
.share{
margin: 0 10px 0px 10px;
}
#team-members {
margin-top: 0;
}
.team-member {
display: block !important;
text-align: center !important;
}
.team-member .team-member-photo {
position: relative;
width: 100%;
display: inline-block;
top: unset;
}
.team-member .team-member-info {
width: 100%;
margin: 20px 0 0 !important;
}
.video-block {
width: 100%;
}
}
@media only screen and (max-width: 680px){
#popup-modal-inner {
padding: 60px 50px;
}
.popup-image {
display: none;
}
.popup-text {
width: 100%;
}
.popup-text p {
width: 100%;
}
}
@media only screen and (max-width: 650px){
#shop-items {
-webkit-justify-content: center; justify-content: center;
}
.entry-header-single {
width: 100%;
}
.shop-item {
width: 270px;
}
.contact-block-wrapper{
-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.contact-block{
width: 100%;
}
#vertical-social{
display: none;
}
.about-text-block{
float: none;
width: 92%;
margin: 0 auto;
padding: 19px 30px 21px;
position: relative;
right: 0;
text-align: justify;
clear: both;
}
.home-entry-excerpt-wrap{
-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.home-entry-content-wrap{
margin-top: 0px;
}
.home-entry-header {
left: 0px;
text-align: center;
padding-left: 0px;
}
.home_post_meta {
position: relative;
bottom: 0px;
left: 0px;
}
.home-entry-exceprt {
padding: 0px;
width: 80%;
margin: 0 auto;
margin-bottom: 70px;
}
}
@media only screen and (max-width: 600px){
body.customize-support #site-navigation-wrap.dark_nav {
top: 0px !important;
}
.over span {
font-size: 1em;
}
.col-6 {
width: 100%;
margin: 20px 0;
}
.header-item.fa-circle{
display: none;
}
.featured-posts-outer{
display: none;
}
#site-navigation-wrap { text-align: center;
background: #eeeeee;
height: 50px;
left: 0;
right: 0;
width: 100%;
}
.site-info{
-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.copyright{
width: 100%;
}
.built-by{
width: 100%;
margin-top: 5px;
}
.footer-logo{
display: none;
}
#content{
padding-bottom: 50px;
}
body.archive .page-header {
display: block;
}
body.archive .page-header .page-title {
text-align: center;
margin-bottom: 20px;
}
#category-selection:hover .category-selection-list {
width: 100%;
}
}
@media only screen and (max-width: 480px){
#masthead #social-icons {
top: 15px;
}
#masthead #social-icons .social-icon {
width: 25px;
}
#site-navigation {
top: 8px;
}
.menu-toggle {
font-size: 20px;
font-family: "brandon-grotesque";
font-weight: 400;
}
#featured span {
font-size: 14px;
width: auto;
position: absolute;
left: 5%;
right: 5%;
}
#search-modal-inner #searchsubmit {
padding: 22px 20px 30px;
}
.archive-item {
width: 100%;
float: none !important;
}
h1 { font-size: 22px; }
h2, .entry-title { font-size: 20px; }
h3 { font-size: 18px; font-weight: 500; }
h4 { font-size: 16px; font-weight: 400; }
h5 { font-size: 14px; font-weight: 300; }
h6 { font-size: 12px; font-weight: 100; font-style: italic; }
body, button, input, select, textarea {
color: #404040;
font-size: 12px;
line-height: 1.5;
}
.ig-title, .ig-items {
width: auto;
margin: 0 auto;
display: block;
}
#primary.full .entry-content p {
margin: 0 20px 22px;
}
}
@media only screen and (max-width: 380px){
.over span {
font-size: 0.75em;
}
.btn, .btn-rv, .btn-pink, .btn-pink-rev {
font-size: 8px;
}
.popular-posts-title {
background: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/images/pop-title-top.png) no-repeat;
background-size: contain;
float: none;
width: 60%;
height: 50px;
left: 15px;
right: 15px;
display: block;
margin: 0 auto;
}
.related-wrap {
width: 100%;
margin: 85px auto 0;
text-align: center;
}
.related-post {
width: 100%;
float: none;
margin: 10px 0;
display: inline-block;
}
.related-post:nth-child(1) {
margin-left: initial;
}
.related-post:nth-child(3) {
margin-right: initial;
}
}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }   body {
margin: 0;
}  h1 {
font-size: 2em;
margin: 0.67em 0;
}   hr {
box-sizing: content-box; height: 0; overflow: visible; }  pre {
font-family: monospace, monospace; font-size: 1em; }   a {
background-color: transparent;
}  abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }  b,
strong {
font-weight: bolder;
}  code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; }  small {
font-size: 80%;
}  sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
} sub {
bottom: -0.25em;
} sup {
top: -0.5em;
}   img {
border-style: none;
}   button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }  button,
input { overflow: visible;
}  button,
select { text-transform: none;
}  button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}  button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}  button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}  fieldset {
padding: 0.35em 0.75em 0.625em;
}  legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }  progress {
vertical-align: baseline;
}  textarea {
overflow: auto;
}  [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; }  [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}  [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; }  [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}  ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }   details {
display: block;
}  summary {
display: list-item;
}   template {
display: none;
}  [hidden] {
display: none;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
} h1, h2, h3, h4, h5, h6 {
clear: both;
} p {
margin-bottom: 1.5em;
} dfn, cite, em, i {
font-style: italic;
} blockquote {
margin: 0 1.5em;
} address {
margin: 0 0 1.5em;
} pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
} code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
} abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
} mark, ins {
background: #fff9c0;
text-decoration: none;
} big {
font-size: 125%;
}  html {
box-sizing: border-box;
} *,
*:before,
*:after { box-sizing: inherit;
} body {
background: #fff; } hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
} ul, ol {
margin: 0 0 1.5em 3em;
} ul {
list-style: disc;
} ol {
list-style: decimal;
} li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
} dt {
font-weight: bold;
} dd {
margin: 0 1.5em 1.5em;
} img {
height: auto; max-width: 100%; } figure {
margin: 1em 0; } table {
margin: 0 0 1.5em;
width: 100%;
}  button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
} button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
} button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
} input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
} input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
} select {
border: 1px solid #ccc;
} textarea {
width: 100%;
}   a {
color: royalblue;
} a:visited {
color: purple;
} a:hover, a:focus, a:active {
color: midnightblue;
} a:focus {
outline: thin dotted;
} a:hover, a:active {
outline: 0;
}  .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
} .main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
} .main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
} .main-navigation ul ul ul {
left: -999em;
top: 0;
} .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
left: 100%;
} .main-navigation ul ul a {
width: 200px;
} .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
} .main-navigation li {
float: left;
position: relative;
} .main-navigation a {
display: block;
text-decoration: none;
}  .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 768px) { .menu-toggle {
display: none;
} .main-navigation ul {
display: block;
}
} .site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
} .comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
} .comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; } .screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }  #content[tabindex="-1"]:focus {
outline: 0;
}  .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
} .alignright {
display: inline;
float: right;
margin-left: 1.5em;
} .aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}  .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
} .clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}  .widget {
margin: 0 0 1.5em; } .widget select {
max-width: 100%;
}   .sticky {
display: block;
} .post,
.page {
margin: 0 0 1.5em;
} .updated:not(.published) {
display: none;
} .page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
} .page-links {
clear: both;
margin: 0 0 1.5em;
}  .comment-content a {
word-wrap: break-word;
} .bypostauthor {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
}  .infinity-end.neverending .site-footer {
display: block;
}  .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}  embed,
iframe,
object {
max-width: 100%;
}  .custom-logo-link {
display: inline-block;
}  .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
} .wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
} .wp-caption .wp-caption-text {
margin: 0.8075em 0;
} .wp-caption-text {
text-align: center;
}  .gallery {
margin-bottom: 1.5em;
} .gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
} .gallery-columns-2 .gallery-item {
max-width: 50%;
} .gallery-columns-3 .gallery-item {
max-width: 33.33%;
} .gallery-columns-4 .gallery-item {
max-width: 25%;
} .gallery-columns-5 .gallery-item {
max-width: 20%;
} .gallery-columns-6 .gallery-item {
max-width: 16.66%;
} .gallery-columns-7 .gallery-item {
max-width: 14.28%;
} .gallery-columns-8 .gallery-item {
max-width: 12.5%;
} .gallery-columns-9 .gallery-item {
max-width: 11.11%;
} .gallery-caption {
display: block;
}  @font-face {
font-family: 'bodonireg';
src: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/BodoniSvtyTwoITCTT-Book.eot); src: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/BodoniSvtyTwoITCTT-Book.eot?#iefix) format("embedded-opentype"), url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/BodoniSvtyTwoITCTT-Book.woff) format("woff"), url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/BodoniSvtyTwoITCTT-Book.ttf) format("truetype"), url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/BodoniSvtyTwoITCTT-Book.svg#svgFontName) format("svg"); }
@font-face {
font-family: 'europa';
src: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/Europa-Regular.eot); src: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/Europa-Regular.eot?#iefix) format("embedded-opentype"), url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/Europa-Regular.woff) format("woff"), url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/Europa-Regular.ttf) format("truetype"), url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/Europa-Regular.svg#svgFontName) format("svg"); }
@font-face {
font-family: 'PfdBold';
src: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/PFDinTextCondPro-Bold.eot); src: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/PFDinTextCondPro-Bold.eot?#iefix) format("embedded-opentype"), url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/PFDinTextCondPro-Bold.woff) format("woff"), url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/PFDinTextCondPro-Bold.ttf) format("truetype"), url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/PFDinTextCondPro-Bold.svg#svgFontName) format("svg"); }
@font-face {
font-family: 'PfdReg';
src: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/PFDinTextCondPro-Regular.eot); src: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/PFDinTextCondPro-Regular.eot?#iefix) format("embedded-opentype"), url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/PFDinTextCondPro-Regular.woff) format("woff"), url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/PFDinTextCondPro-Regular.ttf) format("truetype"), url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/PFDinTextCondPro-Regular.svg#svgFontName) format("svg"); }
@font-face {
font-family: 'Magical';
src: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/Magical-Regular.eot); src: url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/Magical-Regular.eot?#iefix) format("embedded-opentype"), url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/Magical-Regular.woff) format("woff"), url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/Magical-Regular.ttf) format("truetype"), url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/styles/fonts/Magical-Regular.svg#svgFontName) format("svg"); } #film_category .film-stats, #film_category .film-posts-wrapper {
margin: 50px 0;
padding: 50px !important;
border-top: 1px solid #CBCBCB;
border-bottom: 1px solid #CBCBCB;
} p a, a, a.alt-link, a.white-link, .film-post .film-post-body a, a.nav-link, #gallery-photos .grid .grid-sizer .gallery-image-inner img,
#gallery-photos .grid .grid-item .gallery-image-inner img {
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
} p a {
color: #FF61AF;
outline: none;
text-decoration: none;
} p a .icon {
-webkit-transition: unset;
-moz-transition: unset;
-o-transition: unset;
transition: unset;
} p a:focus, p a:active, p a:visited {
color: #FF61AF;
} p a:hover {
cursor: pointer;
color: #faebee;
} a, a.alt-link {
color: #000000;
outline: none;
text-decoration: none;
} a .icon {
-webkit-transition: unset;
-moz-transition: unset;
-o-transition: unset;
transition: unset;
} a:focus, a:active, a:visited {
color: #000000;
} a:hover {
cursor: pointer;
color: #FF61AF;
} a.white-link, .film-post .film-post-body a {
color: #ffffff;
outline: none;
text-decoration: none;
} a.white-link .icon, .film-post .film-post-body a .icon {
-webkit-transition: unset;
-moz-transition: unset;
-o-transition: unset;
transition: unset;
} a.white-link:focus, .film-post .film-post-body a:focus, a.white-link:active, .film-post .film-post-body a:active, a.white-link:visited, .film-post .film-post-body a:visited {
color: #ffffff;
} a.white-link:hover, .film-post .film-post-body a:hover {
cursor: pointer;
text-decoration: underline;
} a.nav-link {
color: #000000;
outline: none;
text-decoration: none;
} a.nav-link .icon {
-webkit-transition: unset;
-moz-transition: unset;
-o-transition: unset;
transition: unset;
} a.nav-link:focus, a.nav-link:active, a.nav-link:visited {
color: #000000;
} a.nav-link:hover {
cursor: pointer;
color: #FF61AF;
} #film_category .film-content, #film_category .film-stats .film-stats-body {
width: 100%;
max-width: 675px;
margin: 0 auto !important;
} .text-wrapper {
width: 100%;
max-width: 1160px;
margin: 0 auto !important;
} #category_index_page .category-index-container, #gallery-photos .gallery-container {
width: 100%;
max-width: 1260px;
margin: 0 auto !important;
} #film_category .film-cta, #gallery-photos .gallery-container .gallery-cta {
display: inline-block !important;
padding: 13px 25px !important;
font-family: "PfdReg", sans-serif !important;
font-weight: 500 !important;
text-transform: uppercase !important;
letter-spacing: 2px !important;
font-size: 10px !important;
font-weight: 100 !important;
text-align: center !important;
} #film_category .film-cta:hover, #gallery-photos .gallery-container .gallery-cta:hover {
cursor: pointer;
} #film_category .film-cta, #gallery-photos .gallery-container .gallery-cta {
background: #000000 !important;
border: 2px solid #000000 !important;
color: #ffffff !important;
} #film_category .film-cta a, #gallery-photos .gallery-container .gallery-cta a {
color: #ffffff !important;
} #film_category .film-cta .icon, #gallery-photos .gallery-container .gallery-cta .icon, #film_category .icon.film-cta, #gallery-photos .gallery-container .icon.gallery-cta {
fill: #ffffff !important;
} #film_category .film-cta:hover, #gallery-photos .gallery-container .gallery-cta:hover {
background: #FF61AF !important;
border: 2px solid #FF61AF !important;
color: #ffffff !important;
} #film_category .film-cta:hover a, #gallery-photos .gallery-container .gallery-cta:hover a {
color: #ffffff !important;
} #film_category .film-cta:hover .icon, #gallery-photos .gallery-container .gallery-cta:hover .icon {
fill: #ffffff !important;
} .animate-el {
opacity: 0;
} .show {
display: flex !important;
} .animate__animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 5%, 0);
transform: translate3d(0, 5%, 0);
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 5%, 0);
transform: translate3d(0, 5%, 0);
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
} .animate__fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
} body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} a:focus {
outline: none;
} p {
margin-top: 0;
margin-bottom: 20px;
font-size: 15px;
font-family: "europa", serif;
line-height: 31px;
letter-spacing: 0.5px;
} p a {
font-weight: bold;
} p:has(iframe), p:has(object), p:has(embed) {
position: relative;
padding-bottom: 56.25%;
overflow: hidden;
max-width: 100%;
height: auto;
} p:has(iframe) iframe,
p:has(iframe) object,
p:has(iframe) embed, p:has(object) iframe,
p:has(object) object,
p:has(object) embed, p:has(embed) iframe,
p:has(embed) object,
p:has(embed) embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .embed-container {
position: relative;
padding-bottom: 56.25%;
overflow: hidden;
max-width: 100%;
height: auto;
} .embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .line-sep {
position: relative;
width: 1px;
min-height: 10px;
background: #CBCBCB;
margin: 0 10px;
} .bar-sep {
position: relative;
width: 46px;
min-height: 1px;
background: #CBCBCB;
margin: 10px 0;
} .dot-sep {
position: relative;
} .dot-sep::before {
content: '\00B7';
font-size: 25px;
color: #000000;
margin: 0 10px;
} #featured-posts-slider {
margin: 0 auto 100px !important;
} .text-wrapper {
padding: 50px 50px 30px;
max-width: 1160px;
} .text-wrapper p {
font-size: 17px;
line-height: 25px;
letter-spacing: 0;
font-family: "baskerville-urw",serif;
text-align: center;
} .text-wrapper.twOne {
padding: 20px 50px 70px;
} .text-wrapper.twTwo {
padding: 20px 50px 70px;
} .text-wrapper.twThree {
padding: 70px 50px 20px;
} .text-wrapper.twFour {
padding: 20px 50px 20px;
}
@media screen and (max-width: 768px) { .text-wrapper.twOne {
padding: 0 40px;
} .text-wrapper.twTwo {
padding: 0 40px 40px;
} .text-wrapper.twThree {
padding: 40px 40px 0;
} .text-wrapper.twFour {
padding: 0 40px;
}
}
@media screen and (max-width: 600px) { .text-wrapper.twOne {
padding: 0 30px;
} .text-wrapper.twTwo {
padding: 0 30px 40px;
} .text-wrapper.twThree {
padding: 40px 30px 0;
} .text-wrapper.twFour {
padding: 0 30px;
}
} #content {
padding-bottom: 20px;
} .excerpt {
font-size: 17px;
line-height: 25px;
text-align: center;
letter-spacing: initial;
} section.post-entry {
margin: 50px auto;
max-width: 1160px;
}
@media screen and (max-width: 768px) { section.post-entry {
width: 100%;
padding: 0 40px;
}
}
@media screen and (max-width: 600px) { section.post-entry {
width: 100%;
padding: 0 30px;
}
}
@media screen and (max-width: 600px) { #about-section {
margin: 10px 0 100px;
}
} #film_category {
position: relative;
padding: 50px;
} #film_category .film-stats .film-stats-body ul {
margin: 0;
padding: 0;
} #film_category .film-stats .film-stats-body li {
font-size: 25px;
line-height: 29px;
} #film_category .film-stats .film-stats-body h2 {
font-size: 35px;
line-height: 40px;
text-transform: capitalize;
} #film_category .film-cta-wrapper {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
padding: 50px;
} #film_category .film-cta {
font-size: 21px !important;
border-radius: 10px;
} #film_category .film-posts-wrapper {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 50px;
border-bottom: none;
} #film_category .film-posts-wrapper .film-posts-title {
text-align: center;
font-size: 35px;
line-height: 40px;
text-transform: capitalize;
} #film_category .film-posts-wrapper .film-posts {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
column-gap: 2em;
row-gap: 3em;
width: 100%;
}
@media screen and (max-width: 960px) { #film_category .film-posts-wrapper {
padding: 50px 0 !important;
}
}
@media screen and (max-width: 768px) { #film_category .film-posts-wrapper .film-posts {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
column-gap: 2em;
row-gap: 3em;
}
}
@media screen and (max-width: 600px) { #film_category {
padding: 50px 30px;
}
} #category_index_page {
position: relative;
padding-bottom: 50px;
} #category_index_page .category-index-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 2em;
} #category_index_page .category-index-container .category-index-title {
font-size: 50px;
text-transform: capitalize;
line-height: 57px;
} #category_index_page .category-index-container .category-index-cats {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 7em;
width: 100%;
}
@media screen and (max-width: 1300px) { #category_index_page {
padding: 0 50px 50px;
}
}
@media screen and (max-width: 768px) { #category_index_page {
padding: 0 40px 40px;
}
}
@media screen and (max-width: 600px) { #category_index_page {
padding: 0 30px 40px;
} #category_index_page .category-index-container .category-index-cats {
row-gap: 4em;
} #category_index_page .category-index-container .category-index-title {
font-size: 40px;
line-height: 47px;
}
} .category-block {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 100%;
} .category-block .category-block-image {
width: 100%;
} .category-block .category-block-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
row-gap: 10px;
width: 90%;
max-width: 345px;
margin-top: -80px;
padding: 20px;
background: #000000;
color: #ffffff;
text-align: center;
} .category-block .category-block-body .category-block-title {
text-transform: capitalize;
font-size: 30px;
line-height: 34px;
font-weight: 400;
} .category-block .category-block-body .category-block-link {
font-size: 12px;
line-height: 14px;
letter-spacing: 3px;
text-transform: uppercase;
font-family: "europa", sans-serif;
} .category-block .category-block-body > * {
margin: 0 !important;
} .category-block .category-block-body .bar-sep {
background: #ffffff;
} .category-block .category-block-body:hover {
background: #FF61AF;
}
@media screen and (max-width: 600px) { .category-block .category-block-body {
margin-top: -20px;
} .category-block .category-block-body .category-block-title {
font-size: 25px;
}
}
@media screen and (max-width: 400px) { .category-block .category-block-body .category-block-title {
font-size: 18px;
} .category-block .category-block-body .category-block-link {
font-size: 10px;
}
} .film-post {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
flex: 1;
} .film-post .film-post-image {
width: 100%;
} .film-post .film-post-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
flex: 1;
row-gap: 10px;
width: 90%;
max-width: 430px;
margin-top: -80px;
padding: 20px;
background: #000000;
color: #ffffff;
text-align: center;
} .film-post .film-post-body .film-post-title {
text-transform: capitalize;
font-size: 30px;
line-height: 34px;
font-weight: 400;
} .film-post .film-post-body .film-post-link {
font-size: 12px;
line-height: 14px;
letter-spacing: 3px;
text-transform: uppercase;
font-family: "europa", sans-serif;
} .film-post .film-post-body > * {
margin: 0 !important;
} .film-post .film-post-body .bar-sep {
background: #ffffff;
}
@media screen and (max-width: 960px) { .film-post .film-post-body {
margin-top: -30px;
} .film-post .film-post-body .film-post-title {
font-size: 25px;
}
}
@media screen and (max-width: 400px) { .film-post .film-post-body .film-post-title {
font-size: 18px;
} .film-post .film-post-body .film-post-link {
font-size: 10px;
}
} #gallery-photos {
max-width: 97.5%;
margin-left: 8px;
} #gallery-photos .gallery-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 2em;
text-align: center;
} #gallery-photos .gallery-container .gallery-text {
max-width: 760px;
margin: 0 auto;
} #gallery-photos .gallery-container .gallery-text p {
font-size: 25px;
line-height: 29px;
} #gallery-photos .gallery-container .gallery-cta {
font-size: 21px !important;
border-radius: 10px;
} #gallery-photos .gallery-container .gallery-title {
font-size: 35px;
line-height: 40px;
text-transform: capitalize;
} #gallery-photos .grid {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
transform: translate(1%, 0);
} #gallery-photos .grid .grid-sizer,
#gallery-photos .grid .grid-item {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 33%;
padding: 0 10px 20px;
} #gallery-photos .grid .grid-sizer .gallery-image-inner,
#gallery-photos .grid .grid-item .gallery-image-inner {
position: relative;
overflow: hidden;
} #gallery-photos .grid .grid-sizer:hover .gallery-image-inner img,
#gallery-photos .grid .grid-item:hover .gallery-image-inner img {
transform: scale(1.1);
-webkit-filter: grayscale(1);
}
@media screen and (max-width: 768px) { #gallery-photos .grid .grid-sizer,
#gallery-photos .grid .grid-item {
width: 50%;
}
}
@media screen and (max-width: 600px) { #gallery-photos .grid .grid-sizer,
#gallery-photos .grid .grid-item {
width: 100%;
}
} body.swiper #swipebox-overlay {
z-index: 100001 !important;
background: rgba(255, 97, 175, 0.8);
} body.swiper #swipebox-overlay #swipebox-top-bar {
transform: translate3d(0, 50px, 0) !important;
} body.swiper #swipebox-overlay #swipebox-title {
font-size: 22px;
font-family: "Calgary", sans-serif;
padding: 3px 0 0 10px;
}
@media screen and (max-width: 600px) { body.swiper #swipebox-overlay #swipebox-title {
font-size: 18px;
text-align: left;
}
} body.swiper #swipebox-overlay #swipebox-bottom-bar, body.swiper #swipebox-overlay #swipebox-top-bar {
background: rgba(0, 0, 0, 0.25);
} body.swiper #swipebox-overlay #swipebox-slider .slide img {
max-width: 80%;
} body.swiper #swipebox-overlay #swipebox-close {
background-color: rgba(0, 0, 0, 0.25);
} .wall {
columns: 3;
column-gap: 1.75em;
} .brick {
margin-bottom: 1.75em; display: inline-block;
}
@media screen and (max-width: 960px) { .gallery-container.wall {
columns: 3;
}
}
@media screen and (max-width: 768px) { .gallery-container.wall {
columns: 2;
}
}
@media screen and (max-width: 600px) { .gallery-container.wall {
columns: 1;
}
}@font-face{font-family:'FontAwesome';src:url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/inc/fonts/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/inc/fonts/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/inc/fonts/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/inc/fonts/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/inc/fonts/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/inc/fonts/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://kissandtaleproductions.com/wp-content/themes/kiss-and-tale/js/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://kissandtaleproductions.com/wp-content/themes/kiss-and-tale/js/slick/fonts/slick.eot);
src: url(https://kissandtaleproductions.com/wp-content/themes/kiss-and-tale/js/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://kissandtaleproductions.com/wp-content/themes/kiss-and-tale/js/slick/fonts/slick.woff) format('woff'), url(https://kissandtaleproductions.com/wp-content/themes/kiss-and-tale/js/slick/fonts/slick.ttf) format('truetype'), url(https://kissandtaleproductions.com/wp-content/themes/kiss-and-tale/js/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/smash/modules/section_gallery/swipebox/img/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(//kissandtaleproductions.com/wp-content/themes/kiss-and-tale/smash/modules/section_gallery/swipebox/img/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}