/*
Theme Name: The Interior Collective
Author: twil7 & Rowanmade
Author URI:
Version: 1.0
*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,#home-quote-img
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
:focus {/* remember to define focus styles! */
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* =General
-------------------------------------------------------------- */
html, html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  height: 100%;
}
body {
  line-height: 1;
  font: 400 16px "adobe-caslon-pro", sans-serif;
}

/* removes ants after clicking a link */
* { outline:none; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }
::selection {
  background: #3F3F4C; /* Safari */
  color: #FFFFFF;
}
::-moz-selection {
  background: #3F3F4C; /* Firefox */
  color: #FFFFFF;
}
a {
  color: #414042;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
a:active,
a:hover {
  color: #5B5A5B;
}
strong {
  font-weight: 700;
	font-family: "proxima-nova";
}
cite,
dfn,
em {
  font: italic 400 15px/22px "adobe-caslon-pro", serif;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
  background: #ffffff;
  border: 1px solid;
  color: #ACACAC;
}
p {
  margin-bottom: 20px;
}
.page p {
  margin-bottom: 0px;
}
.page #comments-wrap {
  display: none;
}

/* Header
-------------------------------------------------------------- */
header {
  margin: 0;
  width: 100%;
}
#browse-collection {
  background: #2A2929;
  width: 250px;
  height: 60px;
  margin: 0 auto 70px;
  display: block;
}
#browse-collection:hover {
  background: #E6C0BD;
}
#browse-collection p {
  font: 400 13px/60px "proxima-nova-extra-condensed", sans-serif;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-align: center;
}
#browse-collection p em {
  font: italic 400 15px "adobe-caslon-pro" serif;
}
#logo {
  width: 375px;
  height: 138px;
  margin: 0 auto 26px;
}

/* Menu
-------------------------------------------------------------- */

/* Menu No Flex */
.no-flexbox #menu {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 45px;
}
.no-flexbox #menu ul {
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
  font: 400 11px/60px "adobe-caslon-pro", serif;
  letter-spacing: 0.3em;
}
.no-flexbox #menu ul li {
  display: block;
  float: left;
  list-style: none;
  padding: 0;
  position: relative;
  right: 50%;
}
.no-flexbox #menu ul li a {
  color: #AFAFAD;
  display: block;
  padding: 0 16px;
  text-decoration: none;
  text-transform:uppercase;
}
/* Menu No Flex */

#menu {
  clear: both;
  margin: 0 auto;
}
#menu ul {
  font: 400 11px/30px "adobe-caslon-pro", serif;
  letter-spacing: 0.3em;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}
#menu li {
  border-right: 1px solid #2A2929;
}
#menu li:last-child {
  border-right: 0;
}
#menu a {
  color: #303030;
  display: block;
  padding: 0 15px;
  text-decoration: none;
  text-transform:uppercase;
}
#menu li:hover > a,
#menu a:focus {
  color: #838383;
}
#menu ul li:hover > ul {
  display: block;
}

/* Main Content
-------------------------------------------------------------- */
#main {
  width: 990px;
  margin: 0 auto;
	padding: 0 15px 45px;
}
.container {
  width: 100%;
  margin: 56px auto 0;
}
.blog .container {
  width: 100%;
  margin: 56px auto 19px;
}
#content {
  width: 960px;
  margin: 0 auto;
}
.single-post #content {
  width: 960px;
  margin: 0 auto;
  display: inline-block;
  border-top: 1px solid #2A2929;
  padding: 45px 0 0;
}
.blog #content, .category #content {
  width: 960px;
  margin: 0 auto;
  display: inline-block;
  border-top: 1px solid #2A2929;
  padding: 45px 0 0;
}
.blog #content p a, .single #content p a,
.category #content p a {
  color: #5F5E5A;
  padding: 0;
  line-height: 0;
  text-decoration: underline;
  text-decoration-color: #5F5E5A;
}
.blog #content p a:hover, .single #content p a:hover,
.category #content p a:hover {
  color: #A3A3A3;
  text-decoration-color: #A3A3A3;
}
article {
  margin-bottom: 0;
}
article img {
  margin-bottom: 0;
}

/* =Blog
-------------------------------------------------------------- */
#commentform {
  height: auto;
  margin: 43px 0 43px;
}
.post-content img {
  margin: 0 0 29px;
}
.post-single {
  border-bottom: 1px solid #2A2929;
  padding: 0 0 41px;
  margin: 0 0 41px;
}
.post-content p, .post-single p {
  font: 400 16px/26px "adobe-caslon-pro", serif;
  color: #1A1919;
  letter-spacing: 0.03em;
  text-align: justify;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}
.commentlist p {
  font: 400 16px/26px "adobe-caslon-pro", serif;
  color: #1A1919;
  letter-spacing: 0.03em;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}

/* older / newer */
.older img, .newer img {
  vertical-align: bottom;
}
.older {
  float: left;
}
.newer {
  float: right;
}
.older, .newer {
  font: 400 12px "proxima-nova-extra-condensed", sans-serif;
  color: #CFCFCE;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.older a:hover, .newer a:hover {
  opacity: .5;
}
h1.category-title {
  font: 400 25px/25px "proxima-nova-extra-condensed", sans-serif;
  color: #303030;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 43px;
  padding: 0 0 43px;
  text-transform: uppercase;
  border-bottom: 1px solid #2a2929;
}
h2.single-post-title {
  font: 400 25px/25px "proxima-nova-extra-condensed", sans-serif;
  color: #ACACAC;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
h2.post-title {
  font: 400 25px/25px "proxima-nova-extra-condensed", sans-serif;
  color: #ACACAC;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
h2.post-title a {
  color: #ACACAC;
}
h2.post-title a:hover {
  color: #303030;
}
.entry-meta {
  font: italic 400 20px/25px "adobe-caslon-pro", serif;
  color: #ACACAC;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 43px;
  text-transform: lowercase;
}
.post-meta {
  font: 400 25px/25px "proxima-nova-extra-condensed", sans-serif;
  color: #E6C0BD;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
}
.post-meta a, .post-social a {
  color: #E6C0BD;
}
.post-meta a:hover, .post-social a:hover {
  color: #303030;
}
.post-cat {
  float: right;
  font: italic 400 20px/25px "adobe-caslon-pro", serif;
  color: #ACACAC;
  letter-spacing: 0.1em;
  text-transform: lowercase;
}
.post-cat a {
  color: #ACACAC;
}
.post-cat a:hover {
  color: #ACACAC;
}
.form-allowed-tags {
  display: none;
}
#commentform input {
  border: 1px solid #2A2929;
  width: 465px;
  height: 90px;
  color: #ACACAC;
  font: 700 13px 'Montserrat', sans-serif;
  letter-spacing: 0.3em;
  text-align: center;
  margin: 0 0 30px;
  display: block;
}
#commentform textarea {
  border: 1px solid #2A2929;
  width: 465px;
  height: 210px;
  background: #FFFFFF;
  font: 700 13px 'Montserrat', sans-serif;
  color: #ACACAC;
  letter-spacing: 0.3em;
  text-align: center;
  margin: -360px 0 30px;
  padding: 42px 5px 5px;
  float: right;
}
#commentform #submit {
  background: #e6c0bd;
  border: 0;
  font: 400 30px/90px "proxima-nova-extra-condensed", sans-serif;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-transform: uppercase;
  height: 90px;
  width: 465px;
  float: right;
	margin: -120px 0 0;
}
#commentform #submit:hover {
  background: #303030;
  cursor: pointer;
}
h3.postcomment  {
  font: 400 25px/25px "proxima-nova-extra-condensed", sans-serif;
  color: #ACACAC;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
h3.postcomment a {
  font: 400 25px/25px "proxima-nova-extra-condensed", sans-serif;
  color: #5F5E5A;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 80px 0 85px;
  text-transform: uppercase;
}
#comments-wrap {
	border-top: 1px solid #2A2929;
	padding: 50px 0 0;
	margin: 45px 0 0;
}
.comment-meta {
  display: none;
}
.comment-author {
  font: 400 14px "proxima-nova-extra-condensed", sans-serif;
  color: #5F5E5A;
  letter-spacing: 0.2em;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.says {
  display: none;
}
.fn {
  font: 700 14px 'Montserrat', sans-serif;
  color: #2A2929;
  letter-spacing: 0.2em;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.fn a {
  color: #2A2929;
}
.fn a:hover {
  color: #ACACAC;
}
.reply a {
  font: 700 13px 'Montserrat', sans-serif;
  color: #e6c0bd;
  text-transform: uppercase;
}
.reply a:hover {
  color: #ACACAC;
  border-bottom: 0;
}
small {
  text-align: center;
  width: 200px;
  display: block;
  margin: 0 auto;
}
.cancel-comment-reply {
  margin: 0 0 14px;
}
.cancel-comment-reply a {
  font: italic 400 20px/25px "adobe-caslon-pro",serif;
  color: #ACACAC;
  letter-spacing: 0.1em;
  text-transform: lowercase;
}
.cancel-comment-reply a:hover  {
  color: #2A2929;
}
.commentlist {
  padding: 16px 0 0px 0;
  margin: 0 0 45px;
}
.depth-1 {
  background: #f7f7f7;
  padding: 20px;
  margin: 0 0 20px;
}
.commentlist .children {
  margin: 20px 40px 20px 20px;
  padding: 20px;
  border-left: 4px solid #E6C0BD;
  background: #FFFFFF;
}
.commentlist .children p {
  margin: 0;
}

/* Home
-------------------------------------------------------------- */
#home-quote-img {
  margin: -52px auto 12px;
  width: 76px;
}
.home-quote {
  font: 400 20px/17px "proxima-nova-extra-condensed", sans-serif;
  letter-spacing: 0.1em;
  color: #2A2929;
  text-align: center;
  margin: 0 auto;
}
.home-quote em {
  font: 400 italic 18px/21px "adobe-caslon-pro", serif;
}

/* Hello
-------------------------------------------------------------- */
h1.page-title {
  font: 400 25px/25px "proxima-nova-extra-condensed", sans-serif;
  letter-spacing: 0.1em;
  color: #ACACAC;
  text-align: center;
  margin: 44px 0 0;
}
h2.page-subtitle {
  font: italic 400 20px/30px "adobe-caslon-pro", serif;
  letter-spacing: 0.1em;
  color: #ACACAC;
  text-align: center;
  margin: 0 0 38px;
}
#hello-content {
  padding: 43px 0 0;
  border-top: 1px solid #2A2929;
}
hr.hello-hr {
  height: 1px;
  background: #2A2929;
  border: 0;
  width: 104px;
  margin: 43px auto 46px;
}
.hello-copy {
  float: left;
  width: 465px;
  font: 400 14px/22px "adobe-caslon-pro", serif;
  letter-spacing: 0.03em;
  color: #1A1919;
  text-align: justify;
  -webkit-hyphens: auto;
      -moz-hyphens: auto;
            	hyphens: auto;
}
.hello-copy em {
  font: 400 italic 14px/22px "adobe-caslon-pro", serif;
}
.hello-copy strong {
  font: 700 14px/22px "proxima-nova", sans-serif;
  letter-spacing: 0.2em;
}
.hello-copy p {
  margin: 0 0 23px;
}
.hello-img {
  float: right;
	width: 465px;
}
.hello-footer {
  clear: both;
  font: 400 20px/22px "proxima-nova-extra-condensed", sans-serif;
  letter-spacing: 0.1em;
  color: #303030;
  text-align: center;
  border-top: 1px solid #2A2929;
  margin: 20px 0 0;
  padding: 46px 0 0;
}
@media screen and (max-device-width: 480px){

	.hello-footer {
    font: 400 16px/22px "proxima-nova-extra-condensed", sans-serif;
  }
	.hello-copy {
    float: none;
    width: 100%;
    font: 400 14px/22px "adobe-caslon-pro", serif;
    letter-spacing: 0.03em;
    color: #1A1919;
    text-align: justify;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
  }
	.hello-img {
    display: none;
  }
}

/* Services
-------------------------------------------------------------- */
.services-info {
  font: 400 20px/22px "proxima-nova-extra-condensed", sans-serif;
  color: #ACACAC;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 32px auto 24px;
}
#services-arrow {
  margin: 0 auto;
  width: 52px;
}
hr.services-arrow-hr {
  height: 1px;
  background: #2A2929;
  width: 100%;
  margin: -39px 0 0;
  border: 0;
}
.services-info2 {
  font: italic 400 18px/20px "adobe-caslon-pro", serif;
  color: #2A2929;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 51px auto 42px;
}
#service-section {
  display: block;
  float: left;
  width: 300px;
  height: auto;
  margin-right: 30px;
	margin-bottom: -22px;
}
#service-section:last-child {
  margin-right: 0;
}
.no-flexbox h4.collapseomatic {
	padding-top: 50px;
}
.no-flexbox h4.collapseomatic em {
  display: block;
}
h4.collapseomatic {
  font: 400 20px/22px "proxima-nova-extra-condensed", sans-serif;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
h4.collapseomatic em {
  font: italic 400 15px/20px "adobe-caslon-pro", serif;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-align: center;
}
#services-id-box, #services-id-box2, #services-id-box3 {
  background: #E6C0BD;
  width: 300px;
  height: 141px;
}
#services-id-box:hover, #services-id-box2:hover, #services-id-box3:hover {
  background: #303030;
}
#target-services-id-box {
  width: 300px;
}
.services-box {
  width: 300px;
  font: 400 13px/23px "adobe-caslon-pro", serif;
  color: #30302F;
  letter-spacing: 0.03em;
  text-align: justify;
  margin: 30px 0 0;
  -webkit-hyphens: auto;
      -moz-hyphens: auto;
        	    hyphens: auto;
}
.service-box ul {
  margin: 25px 0 0;
}
.services-box ul li {
  list-style: disc;
  margin-left: 10px;
}
.services-box ul > li {
  color: #acacac;
  margin-left: 10px;
}
.services-box ul > li > span {
  color: #30302F;
}
.services-box ul ul li {
  margin-left: 38px;
}
.services-box ul ul li strong, .services-box ul li strong {
  font: 700 11px/23px 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
	color: #30302F;
}
.field-wrap.design-tips-name-wrap, .field-wrap.design-tips-email-wrap,
.field-wrap.design-tips-text-wrap, .wpcf7-form-control {
  margin: 0 0 10px;
}
#ninja_forms_form_2_cont, .wpcf7-form {
  margin: 25px 0 0;
}
#ninja_forms_form_2_all_fields_wrap input, input.wpcf7-text {
  width: 300px;
  height: 60px;
  font: 500 11px/23px 'Montserrat', sans-serif;
  border: 1px solid #2A2929;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 10px;
}
#ninja_forms_form_2_all_fields_wrap textarea, textarea.wpcf7-textarea {
  width: 300px;
  height: 195px;
  font: 500 11px/23px 'Montserrat', sans-serif;
  border: 1px solid #2A2929;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 10px;
  padding: 25px 0 0;
}
#nf_submit_2 input.design-tips-submit, input.wpcf7-submit {
  background: #E6C0BD;
  width: 300px;
  height: 60px;
  font: 400 25px/60px "proxima-nova-extra-condensed", sans-serif;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  border: 0;
}
#nf_submit_2 input.design-tips-submit:hover, input.wpcf7-submit:hover {
  background: #ACACAC;
  cursor: pointer;
}

.ninja-forms-success-msg {
  font: 700 11px/23px 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
	color: #30302F;
	text-transform: uppercase;
}
#ninja_forms_field_8_label {
  display: none;
}

@media screen and (max-device-width: 480px){
	.services-info {
    font: 400 16px/20px "proxima-nova-extra-condensed", sans-serif;
	}
}

/* Contact
-------------------------------------------------------------- */
.contact-info {
  font: 400 20px/22px "proxima-nova-extra-condensed", sans-serif;
  color: #ACACAC;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 32px auto 11px;
}
#contact-arrow {
  margin: 22px auto 0;
  width: 52px;
}
hr.contact-arrow-hr {
  height: 1px;
  background: #2A2929;
  width: 100%;
  margin: -38px 0 0;
  border: 0;
}
.contact-info2 {
  font: italic 400 18px/25px "adobe-caslon-pro", serif;
  color: #2A2929;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 48px auto 41px;
}
#ninja_forms_field_13_label, #ninja_forms_field_14_label,
#ninja_forms_field_12_label, #ninja_forms_field_10_label,
#ninja_forms_field_11_label, .ninja-forms-required-items {
  display: none;
}
#ninja_forms_field_10_div_wrap, #ninja_forms_field_11_div_wrap,
#ninja_forms_field_12_div_wrap, #ninja_forms_field_13_div_wrap {
  width: 465px;
	margin-bottom: 30px;
}
#ninja_forms_field_13_div_wrap {
  width: 465px;
  float: right;
  margin: -360px 0 0;
}
#ninja_forms_field_10, #ninja_forms_field_11,
#ninja_forms_field_12 {
  width: 465px;
  height: 90px;
  color: #ACACAC;
  font: 700 13px 'Montserrat', sans-serif;
  letter-spacing: 0.3em;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
	border: 1px solid #2A2929;
}
#ninja_forms_field_13 {
  float: right;
  width: 465px;
  height: 209px;
  font: 700 13px 'Montserrat', sans-serif;
  color: #ACACAC;
  letter-spacing: 0.3em;
  text-align: center;
  padding: 42px 0 0;
	border: 1px solid #2A2929;
}
#ninja_forms_field_14 {
  border: 0;
  width: 465px;
  height: 90px;
  background: #E6C0BD;
  float: right;
  font: 400 30px/90px "proxima-nova-extra-condensed", sans-serif;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-align: center;
  margin: -120px 0 0;
}
#ninja_forms_field_14:hover {
  background: #303030;
}

/* Portfolio
-------------------------------------------------------------- */

.portfolio li {
  	margin-right: 22px;
  	margin-bottom: 22px;
  	list-style: none;
  	display: block;
  	float: left;
  	height: 223px;
  	width: 223px;
  }

.portfolio li:nth-of-type(4n+4) {
  	margin-right: 0;
  }



/** old **/
#port-left {
  float: left;
  display: inline-block;
  margin-right: 30px;
  width: 300px;
}
#port-left li {
  margin: 0 0 30px;
}
#port-right {
  float: right;
  display: inline-block;
  width: 630px;
}
#port-right ul li:nth-child(2) {
  margin-right: 30px;
}
#port-right .leftimg {
  margin-right: 30px;
}


/***** Gallery Product Image Hover ***/
.post-type-archive-ic_projects #main {
  padding: 0;
}

.post-type-archive-ic_projects ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.imgWrap {
  position: relative;
  width: 220px; /* 300px old */
  height: 220px;
  margin: 0 26px 26px 0px;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.imgWrap:nth-of-type(4n) {
  margin: 0 0px 26px 0px;
}
.imgWrap a {
  display: block;
  width: 100%;
  height: auto;
}
.imgWrap img {
  min-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
}
.imgWrap.imglarge {
  width: 630px;
}
.no-csstransforms .imgTitle {
	padding: 50px 52px 0;
}
.imgTitle {
  font: 400 25px/25px "proxima-nova-extra-condensed", sans-serif;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 0 52px;
  margin-bottom: 2px;
  x-webkit-transform: translate3d(0px, -100%, 0px);
  xtransform: translate3d(0px, -100%, 0px);
  x-moz-transition: -moz-transform 0.5s cubic-bezier(0, 0.275, 0.125, 1) 0s, opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1) 0s;
  x-webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0.275, 0.125, 1) 0s, opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1) 0s;
  xtransition: transform 0.5s cubic-bezier(0, 0.275, 0.125, 1) 0s, opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1) 0s;
}
.imgWrap .imgHover:hover .imgTitle {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.imgWrap .imgHover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: #2A2929;
  opacity: 0;
  text-align: center;
  width: 220px;
  height: 220px;
  padding: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.imgWrap.imglarge .imgHover {
  width: 630px;
}
.imgWrap:hover .imgHover {
  opacity: .70;
  cursor: pointer;
}
.no-flexbox .product-link {
	display: inline-block;
}
.product-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  width: auto;
}
/***** Gallery Product Image Hover ***/

/* Portfolio Single
-------------------------------------------------------------- */
#gallery-single-page {
  min-height: 691px;
}

/***** Gallery Single Overrides ***/
.soliloquy-container .soliloquy-direction-nav {
  display:block !important;
}
.soliloquy-container .soliloquy-prev {
  background: url('images/arrow-left.png') no-repeat scroll 0 0 !important;
  height: 47px !important;
  left: 0px !important;
  top: 660px !important; /*44.7%*/
  width: 47px !important;
}
.soliloquy-container .soliloquy-next {
  background: url('images/arrow-right.png') no-repeat scroll 0 0 !important;
  height: 47px !important;
  right: 0px !important;
  top: 660px !important; /*44.7%*/
  width: 47px !important;
}
.soliloquy-container .soliloquy-pager {
  display: none;/*hide bottom left dots*/
}
.soliloquy-caption {
  top: 635px;
  background: none !important;
}
.soliloquy-caption h2 {
  font: 400 25px/25px "proxima-nova-extra-condensed", sans-serif;
  color: #ACACAC;
  letter-spacing: 0.1em;
}
.soliloquy-caption-inside span {
  font: italic 400 20px/32px "adobe-caslon-pro", serif !important;
  color: #ACACAC !important;
  letter-spacing: 0.1em;
  text-shadow: none !important;
}
/***** Gallery Single Overrides ***/

/* Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

/* Error
-------------------------------------------------------------- */
h1.error-title {
  font: 400 25px/25px "proxima-nova-extra-condensed",sans-serif;
  color: #acacac;
  letter-spacing: 0.1em;
  margin: 44px 0 0;
  text-align: center;
}
#error404 p {
  font: italic 400 20px/30px "adobe-caslon-pro",serif;
  color: #acacac;
  letter-spacing: 0.1em;
  margin: 0 0 38px;
  text-align: center;
}
#error404 {
  margin: 0 auto 89px;
}

/* Siderbar
-------------------------------------------------------------- */
#sidebar {
  width: 250px;
  float: left;
  display: inline-block;
}
.sidebar-quote {
  width: 21px;
  margin: 45px auto;
}
.sidebar-info {
  font: 500 12px/19px 'museo-slab', sans-serif;
  color: #AAADB0;
  text-align: center;
  letter-spacing: 0.3em;
  padding: 0 0 66px;
  border-bottom: 1px solid #DFDFDE;
  margin: 0 0 67px;
}
ul#menu-sidebar-categories {
  text-align: center;
}
ul#menu-sidebar-categories a {
  font: 400 15px/22px "proxima-nova-extra-condensed", sans-serif;
  color: #778265;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}
ul#menu-sidebar-categories a:hover {
  color: #C31E59;
}
.widget-sidebar #searchform {
  margin: 37px 0 0;
}
.widget-sidebar #searchform input {
  width: 250px;
  height: 50px;
  font: 400 12px "proxima-nova-extra-condensed",sans-serif;
}

/* Search
-------------------------------------------------------------- */
#searchform input {
  font: 400 8px "proxima-nova-extra-condensed", sans-serif;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  border: 1px solid #CFCFCE;
  width: 150px;
  height: 26px;
  text-align: center;
}
#searchform {
  margin: 36px 0 8px;
}
::-webkit-input-placeholder {
  color: #CFCFCE;
}
:-moz-placeholder { /* Firefox 18- */
  color: #CFCFCE;
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #CFCFCE;
}
:-ms-input-placeholder {
  color: #CFCFCE;
}

/* Footer
-------------------------------------------------------------- */
#footer {
  margin: 43px 0 0;
  padding: 38px 0 0;
  text-align: center;
  clear: both;
  border-top: 1px solid #2A2929;
}
.footer-container {
  font: 400 12px/15px "proxima-nova-extra-condensed", sans-serif;
  color: #2A2929;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 5px 0 0;
}
.no-flexbox #footer-social {
	margin: 0 auto;
	width: 138px;
}
.no-flexbox #footer-social ul li {
  float: left;
  border-right: 0;
	line-height: 9px;
}
#footer-social ul li {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  border-right: 1px solid #2A2929;
	line-height: 9px;
}
#footer-social ul li:last-child {
  border-right: 0;
}
#footer-social ul li a:hover {
  opacity: .5;
}
.blog #footer {
  border-top: 0;
  margin: -46px 0 0;
  padding: 0;
}
.category #footer {
  border-top: 0;
  margin: -46px 0 0;
  padding: 0;
}
.single #footer {
  border-top: 1px solid #2A2929;
  margin: 43px 0 0;
  padding: 89px 0 0;
}
.footer-copy-1 a:hover, .footer-copy-2 a:hover {
  color: #2A2929;
}

/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
  -webkit-text-size-adjust: 100%;
}
code {
  -webkit-text-size-adjust: 100%;
}
#navbar,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
  -webkit-text-size-adjust: 100%;
}
#site-description {
  -webkit-text-size-adjust: none;
}
/*removes ios form styling*/
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius:0;
  border-radius:0;
  appearance: none;
}
