/*
Theme Name: Kalahari Haute Couture
Author: The Rope S.r.l.
Author URI: http://www.therope.it/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: kalahari
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Kalahari Haute Couture is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* =Fonts
-------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:400,400italic);

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg'),
         url('fonts/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

nav{text-align: center}
/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	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;
}
b, strong {
	font-weight: bold;
}
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: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	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);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	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,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #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="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


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

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* =Kalahari Grid
----------------------------------------------- */

.box {
	text-align: center;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.box.spanmenu .butterflyicon {display: none; position: relative; left: 50%; margin-left: -10px;}

.box.spanmenu {width: 15%; height: 90px; margin: 25px 0; margin-bottom: 50px; line-height:90px; cursor: pointer; display: inline-block; vertical-align: top;}
.box.spanmenu h3 {padding-left: 10px; padding-right: 10px; text-align: center; margin-left: auto; margin-right: auto;}
.box.spanmenu:hover h3, .kh_menu:hover h3, .kh_menu.active h3 {color: #892325}
.box.spanmenu, .kh_menu {margin-right: -1px; border-right: 1px solid #bdbcb6; padding: 0 15px;}
.box.spanmenu.last, .kh_menu:last-child {margin-right: 0; border-right: none;}
.box.spanmenu p { font-style: italic; margin-top: 5px}
.box .overlay {width: 100%; height: 100%; position:absolute; pointer-events: none; background-color: rgba(255,255,255,0.3); opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.box:hover .overlay {opacity: 1}
.box .content {
        display:inline-block;
        *display:inline;
        *zoom:1;
        vertical-align:middle;
        line-height:1.5;
    }

@media (min-width:859px) {
  .home .box .content {
    margin-left: 20px;
  }
}

.magic {
        display:inline-block;
        *display:inline;
        *zoom:1;
        height:200px;
    }
.width1, .width2, .width3, .width4 {
	cursor: pointer;
}
.width1 {width: 25%;}
.width2 {width: 50%;}
.width3 {width: 75%;}
.width4 {width: 100%;}

.nolink {cursor: default;}

h2.lineyes {border-bottom: 1px solid #cfccc5}



#cntctfrm_contact_form, #cntctfrm_contact_form > * {text-align: center !important;}

/* =Kalahari Styles
----------------------------------------------- */

#page {padding-top: 125px; background-color: #333;}

.entry-content {width: 100%;}
.entry-content.entry-content-text {width: 720px; background: #fff; margin: 0 auto; padding: 50px 0;}

h1, h2, h3, h4, h5, #cntctfrm_contact_form div label {font-family: 'Montserrat', sans-serif; letter-spacing: 5px; text-transform: uppercase}
h2 {font-size: 20px;font-weight: bold; letter-spacing:12px;}
h3 {font-size: 16px;}
h5 {font-family: 'Lato', sans-serif; font-size: 12px; font-style: italic; font-weight: 700; letter-spacing:normal; text-transform: none;}
p {font-family: 'Lato', sans-serif; font-size: 10px}
a:hover: {color: #892325}
 #cntctfrm_contact_form div label {color: #969696; letter-spacing: normal; font-size: 14px;}

h2.lineyes {border-bottom: 1px solid #cfccc5}
.box.text h2.titlesmall {letter-spacing:normal; margin-bottom: 15px; padding-bottom: 8px; }

.box.heightauto .magic {display: none;}
.box.text {background-color: #fff; cursor: default;}
.box.text .content { padding: 20px 65px;}
.box.text h2 {color: #892325; margin-bottom: 45px; font-weight: 100;}
.box.text p {color: #666; font-size: 11px; font-family: 'Montserrat', sans-serif;}
.box.text p.textsmall {color: #666; font-size: 11px; font-family: 'Lato', serif;}

.entry-content.entry-content-text h2 {width: 100%; text-align: center; font-weight: normal; color: #892325; margin-bottom: 50px;}
.entry-content.entry-content-text p {padding: 0 90px; color: #969696; font-family: 'Montserrat', serif; font-size: 11px;}
.entry-content.entry-content-text h3 {padding: 30px 90px; text-align: center;}

.negative h1, .negative h2, .negative h3, .negative h4, .negative h5, .negative p {
	color: #fff;
	text-shadow: 0px 0px 12px rgba(0,0,0,0.85);
}

.site-header {position: fixed; z-index: 10000; width: 100%; height: 0px; padding-top: 125px; overflow: hidden; background-color: #f1efe6; background-image: url('img/logo_allpages.png'); background-position: center 17px; background-repeat: no-repeat;
				-webkit-transition: height 0.5s ease-out;
				-moz-transition: height 0.5s ease-out;
				-ms-transition: height 0.5s ease-out;
				-o-transition: height 0.5s ease-out;
				transition: height 0.5s ease-out;}
.site-header:hover {height: 150px}
.site-footer {width: 100%; min-height: 100px; overflow: hidden; background-color: #f1efe6; /*background-image: url('img/logo_footer_text.png'); background-position: right; background-repeat: no-repeat;*/ padding: 40px; box-sizing: border-box;}
.site-footer a {color: #888; text-transform: uppercase; padding: 0 20px; text-decoration: none;}
.site-footer a:hover {color: #333; text-decoration: underline;}
.content-area-text {background-image: url('img/background.jpg'); background-size: cover; background-attachment:fixed; background-repeat: no-repeat; background-position: center;}

.container_kh_menu {width: 100%; height: 75px; padding: 25px 0px; display: table;background-color: #f1efe6;}
.kh_menu {height: 75px;display: table-cell;width: 10%;/*auto;*/text-align: center;vertical-align: middle; cursor: pointer;}
.kh_menu h3 {letter-spacing: normal}
.box.text .overlay {display: none;}

.widget-area {display: none;}

.hautecoutureleft {border-top: 1px solid #cdcac3;}
.hautecouture .content {margin: 0 100px; }
.hautecoutureleft {background-color: #f2efe6 !important;}
.hautecouture .content {background-color: rgba(242,239,230,0.7) !important; background-color: rgb(242,239,230);}
.hautecouture {padding-bottom: 1px;}
.hautecouture .content p {width: auto; padding: 25px 100px; color: #333; font-size: 11px; font-family: 'Montserrat', sans-serif; margin-bottom: 0;}

/* =Kalahari Retina Images
----------------------------------------------- */

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

.site-header {background-image: url('img/logo_allpages@2x.png'); background-size: 90px 90px;}
/*.site-footer {background-image: url('img/logo_footer_text@2x.png'); background-size: 415px 60px}*/

}

/* =Kalahari Responsive
----------------------------------------------- */


/* Small desktop */
@media (min-width: 980px) and (max-width: 1200px) {

h1, h2, h3, h4, h5 {font-family: 'Montserrat', sans-serif; letter-spacing: normal; text-transform: uppercase}
h2 {font-size: 18px;font-weight: bold; letter-spacing:8px;}
h3 {font-size: 14px;}
h5 {font-family: 'Lato', sans-serif; font-size: 10px; font-style: italic; font-weight: 700; letter-spacing:normal; text-transform: none;}
p {font-family: 'Lato', sans-serif; font-size: 9px}

.box.text .content { padding: 10px 25px;}
.box.text h2 {color: #892325; margin-bottom: 0 !important; font-weight: 100;}
.box.text p {color: #666; font-size: 11px; font-family: 'Montserrat', sans-serif;}

}

@media (min-width: 1200px) and (max-width: 1320px) {
  .box.text .content { padding: 20px 30px;}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

#page {padding-top: 0;}

h1, h2, h3, h4, h5 {font-family: 'Montserrat', sans-serif; letter-spacing: normal; text-transform: uppercase}
h2 {font-size: 18px;font-weight: bold; letter-spacing:5px;}
h3 {font-size: 14px;}
h5 {font-family: 'Lato', sans-serif; font-size: 10px; font-style: italic; font-weight: 700; letter-spacing:normal; text-transform: none;}
p {font-family: 'Lato', sans-serif; font-size: 9px}

.box.text .content { padding: 5px 10px;}
.box.text h2, .box.text h2.titlesmall {color: #892325; margin-bottom: 0px; padding: 0; font-weight: 100;}
.box.text p {color: #666; font-size: 9px; line-height: 13px; font-family: 'Montserrat', sans-serif;}
.container_kh_menu {height: 25px;padding: 10px;}
.kh_menu {height: 35px;}
.site-header {height: 150px; box-shadow: 0px 0px 5px #ccc; position: static;}
.hautecouture .content {margin: 0 20px;}
.hautecouture .content p {padding: 20px;}
 }

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {

#page {padding-top: 0;}

.box.text {height: auto !important; line-height: normal !important;}

.box.text .magic, .box.spanmenu .magic {display: none;}

.width1 {width: 100%;}
.width2 {width: 100%;}
.width3 {width: 100%;}
.width4 {width: 100%;}

.container_kh_menu {height: 25px;padding: 10px;}
.kh_menu {height: 35px;}
.site-header {height: auto; box-shadow: 0px 0px 5px #ccc; position: static;}

.box.spanmenu {
width: 100%;
height: auto;
margin-bottom: 0;
margin: 5px 10px;
line-height: normal;
cursor: pointer;
display: inline-block;
vertical-align: top;
border-right: none;
border-bottom: 1px solid #ccc;
}

 }

/* Landscape phones and down */
@media (max-width: 480px) {

#page {padding-top: 0;}

.box.text {height: auto !important; line-height: normal !important;}

.magic {display: none;}

.width1 {width: 100%;}
.width2 {width: 100%;}
.width3 {width: 100%;}
.width4 {width: 100%;}

.height1 {min-height: 200px;}
.height2 {min-height: 200px;}
.height3 {min-height: 200px;}
.height4 {min-height: 200px;}

.container_kh_menu {height: 25px;padding: 10px;}
.kh_menu {width: auto !important; height: 35px;}
.site-header,.site-header:hover {min-height: 150px; height: auto !important; box-shadow: 0px 0px 5px #ccc; position: static;}

h2 {letter-spacing: 0px !important;}

.box.packeryitem.negative {
	line-height:200px !important;
}

.box.packeryitem.text {
	line-height:normal !important;
	min-height: 0 !important;
}

.hautecouture {
	height: auto !important;
	overflow: display;
	line-height:normal !important;
}

.hautecouture .content {
	margin: 100px 20px;
}

.hautecouture .content p, .box.text .content {
	padding: 25px;
}

.box.spanmenu {
width: 100%;
height: auto;
margin: 0px;
padding: 10px 0px;
line-height: normal;
cursor: pointer;
display: inline-block;
vertical-align: top;
border-right: none;
border-bottom: 1px solid #ccc;
}

.box.spanmenu:first-child {
	border-top: 1px solid #ccc;
}

.entry-content.entry-content-text {
	width: 100%;
}

.entry-content.entry-content-text p {
	padding: 0 20px;
}

form#cntctfrm_contact_form {
	width: 100%;
}

#cntctfrm_contact_form input.text, #cntctfrm_contact_form textarea, #cntctfrm_contact_message, #cntctfrm_contact_name, #cntctfrm_contact_email, #cntctfrm_contact_subject {
	width: 240px;
}

.container_kh_menu {
	display: block;
	height: auto;
	padding: 10px 0;
}

.kh_menu {
	display: block;
	width: 100%;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}

.kh_menu:last-child {
	border-bottom: none;
}

.site-footer {
	background-position: bottom center;
	min-height: 150px;
}

 }

 @media (min-width: 768px) and (max-width: 1199px) {
   .lineno.titlesmall {
     font-size: 14px !important;
   }
 }

/* toglie i link dalle pagine &... */
/*
body:not(.home) .packeryitem.negative,
body:not(.home) .packeryitem.hautecouture {
   pointer-events: none;
   cursor: default;
   text-decoration: none;
 }
 */

.page-id-2337 .kh_menu,
.page-id-2386 .kh_menu,
.page-id-2388 .kh_menu,
.page-id-2392 .kh_menu,
.page-id-464 .kh_menu,
.page-id-388 .kh_menu,
.page-id-2390 .kh_menu,
.page-id-2384 .kh_menu,
.page-id-2421 .kh_menu,
.page-id-2447 .kh_menu,
.page-id-2484 .kh_menu,
.page-id-1506 .kh_menu,
.page-id-1496 .kh_menu,
.page-id-2472 .kh_menu,
.page-id-2385 .kh_menu,
.page-id-2422 .kh_menu,
.page-id-2448 .kh_menu,
.page-id-2485 .kh_menu,
.page-id-1599 .kh_menu,
.page-id-1587 .kh_menu,
.page-id-2473 .kh_menu {
  width: auto;
}

@media (min-width: 768px) and (max-width: 979px) {
  .page-id-2337 .container_kh_menu,
  .page-id-2386 .container_kh_menu,
  .page-id-2388 .container_kh_menu,
  .page-id-2392 .container_kh_menu,
  .page-id-464 .container_kh_menu,
  .page-id-388 .container_kh_menu,
  .page-id-2390 .container_kh_menu,
  .page-id-2384 .container_kh_menu,
  .page-id-2421 .container_kh_menu,
  .page-id-2447 .container_kh_menu,
  .page-id-2484 .container_kh_menu,
  .page-id-1506 .container_kh_menu,
  .page-id-1496 .container_kh_menu,
  .page-id-2472 .container_kh_menu,
  .page-id-2385 .container_kh_menu,
  .page-id-2422 .container_kh_menu,
  .page-id-2448 .container_kh_menu,
  .page-id-2485 .container_kh_menu,
  .page-id-1599 .container_kh_menu,
  .page-id-1587 .container_kh_menu,
  .page-id-2473 .container_kh_menu {padding: 10px 0 !important;}
}

.align-logo-footer-d {
  margin-right: -40px;
  margin-top: 10px;
  margin-bottom: -10px;
}

@media (min-width: 989px) {
  .align-logo-footer-d {
    margin-right: -40px;
    margin-top: -18px;
    margin-bottom: -18px;
  }
}