@charset "UTF-8";
/*keep borders and padding included in widths:*/
* {
    box-sizing: border-box;
}
/*override browser defaults:*/
ul {
    margin: 0;
    padding: 0;
}
/**
 * Fix fonts that render as bold in Firefox
 */

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}


/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: 300 !important;
  }
.footer-wide-center p{
    font-weight: 300 !important;
  }
footer p{
    font-weight: 300 !important;
  }

}


/*__________________________________________________
Mobile first*/
@media only screen and (max-width: 600px)
{
.mobile {
    display: inline;
}
.tablet {
    display: none;
}
.desktop {
    display: none;
}

body {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 ;
    font-family: Gotham, Helvetica, Arial, sans-serif;
}

header {
    display: none;
}
.headerlogo {
    text-align: center;
}
.header-bar {
    display: none;
}
nav.horizontal ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Default */
    justify-content: center;
    width: 100%;
    margin: 10px 0 0px 0;
    padding: 0 10px;
}
nav.horizontal li {
    display: block;
    padding: 5px 10px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    color: #777;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
}

    
nav.horizontal ul a.current {
    color: #000;
    background: url(images/dot.jpg) repeat-x scroll bottom left;
    padding-bottom: 5px
}
nav.horizontal a {
    color: #777;
    text-decoration: none;
}
nav.horizontal a:link {
    color: #777;
    text-decoration: none;
}
nav.horizontal a:visited {
    color: #777;
    text-decoration: none;
}
nav.horizontal a:hover {
    color: #000;
    text-shadow: .1px 0px 0px,  -.1px 0px 0px;
    /*font-weight: 500;*/
    text-decoration: none;
}
nav.horizontal a:active {
    color: #000;
    /*font-weight: 500;*/
    text-decoration: none;
}

nav.subnav ul {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: smaller;
    list-style-type: none;
    text-decoration: none;
    text-align: center;
    line-height: 2.3;
    letter-spacing: 1px;
}
nav.subnav li {
    display: inline;
    white-space: nowrap;
    color: #777;
    padding: 1em;
}
nav.subnav li a {
    color: #777;
    text-decoration: none;
}
nav.subnav .current {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    background: url(images/dot.jpg) repeat-x scroll bottom left;
    margin: .2em 1em;
    padding-bottom: 5px;
}
nav.subnav li a:hover {
    color: #000;
}
main {
    padding: 1em 1em;
    margin: 0 .5em;
}
main img {
    width: 100%;
}
h1 {
    text-align: center;
    font-family: DesyrelRegular;
    font-size: 1.3em;
    padding: .7em 0 .5em 0;
    margin: 0;
}
h2 {
    font-size: 1.3em;
    font-weight: 400;
    text-align: center;
    font-family: DesyrelRegular;
    color: #000;
}
p {
    font-size: .9em;
    letter-spacing: .04em;
}
.nobr { 
    white-space: nowrap; 
    }
.script {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .9em;
    }
ul { 
    font-size: .9em;
    padding: 1em;
}
li {
    padding: .5em 0em;
}

.chart{
    width:100%;
    font-size: .7em;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif; 
    cellpadding:0; 
    cellspacing:0; 
    padding-left: 0;
    }
.chart th{
    font-size: .9em;
    font-weight: bold;
    text-align: left;
    
    }
.chart td{
    border-bottom:solid thin #ccc;    
    font-size: .7em;    
    }
.list {
    color: #333;
    font-size: .8em;
    letter-spacing: .06em;
    line-height: 1.5;
    margin: 0 4em .0 2em;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
    list-style-position: outside;
}
.bulletlist {
    color: #000;
    font-size: .8em;
    letter-spacing: .06em;
    line-height: 1.3;
    margin: 0 2em .0 2em;
    padding: 0;
    text-indent: 0;
    list-style-type: bullet;
    list-style-position: outside;
}
.hanging-indent {
    text-indent: -1em;
    padding-left: 1em;
    color: #444;
    font-size: .9em;
    letter-spacing: .04em;
    line-height: 1.5;
}
.centered {
    display: block; 
    margin: 0 auto;
    text-align: center;
}

.product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.product img {
    width: 100%;
}
.product-text-left {
    width: 100%;
    order: 2;
}
.product-text-right {
    width: 100%;
    order: 2;
}
.IMGfltleft {
    float: left;
    width: 100%;
    height: auto;
    margin: .5em 0 ;
}
.IMGfltright {
    float: right;
    width: 100%;
    height: auto;
    margin: .5em 0;
}
.shadow {
    -webkit-box-shadow: -2px 2px 7px #A6A6A6;
    -moz-box-shadow: -2px 2px 7px #A6A6A6;
    box-shadow: -2px 2px 7px #A6A6A6;
}
.girl{
    float: none;
    width: 100%;
    margin: 0;
}
.photocolumn {
    display:flex;
    flex-direction: column;
    width:100%;
    order:3;
    }
.photoRow {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.photoRow > div {
	width: 100%;  
    margin: 0 0 10px 0;
    border: 0;
}
.photoRow img {
    width: 100%;
    border: 0;
}   


footer {
    height: auto;
    margin: 0 auto;
    clear: both;
    padding: 1em 0 0 0;
    text-align: center;
}
footer img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
footer p {
    font-size: .8em;
    color: #000;
    font-weight: 300;
    letter-spacing: .06em;
    text-align: center;
}

.footer-wide-center {
    display: none;
}



/*------------------------------------------------------*/
/*Read-more function*/
.read-more-state {
    display: none;
}
.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
    content: 'READ MORE';
}
.read-more-state:checked ~ .read-more-trigger:before {
    content: 'READ LESS';
}
.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .8em;
    letter-spacing: .1em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
}
}
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/*tablet size*/
@media only screen and (min-width: 600px) {
.mobile {
    display: none;
}
.tablet {
    display: block;
}
.desktop {
    display: none;
}
body {
    max-width: 768px;
    margin: 0 auto;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}

header {
    display: block;
    background-size: cover;
    text-align: center;
    padding: 30px;
}
.headerlogo {
    display: none;
}
.header-bar {
    display: block;
    width: 100%;
    height: 52px;
    background-image: url(images/dotted-bar-med.jpg);
    background-repeat: no-repeat;
    background-size: 412px 51px;
    background-position: 50%;
}
    
.headertext {
    display: inline;
    font-family: DesyrelRegular;
    font-size: 1.8em;
    letter-spacing: 3px;
    color: #FFF;
    padding: 5px 20px;
    background-color: rgba(0, 0, 0, 0.2);
}

main {
    padding: 1em 1em;
}

nav.horizontal ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Default */
    justify-content: center;
    width: 100%;
    margin: 10px 0 0px 0;
    padding: 0 10px;
}
nav.horizontal li {
    display: block;
    padding: 0px 10px;
    margin: 5px 0;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: .9em;
    color: #777;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
}
    nav.horizontal li~li {
	border-left: 1px solid #C6AA78;

}
    
nav.horizontal ul a.current {
    color: #000;
    background: url(images/dot.jpg) repeat-x scroll bottom left;
    padding-bottom: 5px
}
nav.horizontal a {
    color: #777;
    text-decoration: none;
}
nav.horizontal a:link {
    color: #777;
    text-decoration: none;
}
nav.horizontal a:visited {
    color: #777;
    text-decoration: none;
}
nav.horizontal a:hover {
    color: #000;
    text-shadow: .1px 0px 0px,  -.1px 0px 0px;
    text-decoration: none;
}
nav.horizontal a:active {
    color: #000;
    text-decoration: none;
}
nav.subnav ul {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: smaller;
    list-style-type: none;
    text-decoration: none;
    text-align: center;
    line-height: 2.3;
    letter-spacing: 1px;
}
nav.subnav li {
    display: inline;
    white-space: nowrap;
    color: #777;
    padding: 0 2em;
}
nav.subnav li a {
    color: #777;
    text-decoration: none;
}
nav.subnav .current {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    background: url(images/dot.jpg) repeat-x scroll bottom left;
    margin: .2em 1em;
    padding-bottom: 5px;
}
nav.subnav li a:hover {
    color: #000;
}

h1 {
    text-align: center;
    font-family: DesyrelRegular;
    font-size: 1.3em;
    padding: .7em 0 .5em 0;
    margin: 0;
}
h2 {
    font-size: 1.3em;
    font-weight: 400;
    text-align: center;
    font-family: DesyrelRegular;
    color: #000;
}
p {
    font-size: .8em;
    letter-spacing: .04em;
    line-height: 1.5;
    margin-left: .5em;
}
.nobr { 
    white-space: nowrap; 
    }
.hanging-indent {
    text-indent: -1em;
    padding-left: 1em;
    color: #444;
    letter-spacing: .04em;
    line-height: 1.5;
}
ul { 
    font-size: .9em;
    padding: 1em;
}
li {
    padding: .5em 0em;
}

.chart{
    width:100%;
    font-size: .7em;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif; 
    cellpadding:0; 
    cellspacing:0; 
    padding-left: 2em;
    }
.chart th{
    font-size: .9em;
    font-weight: bold;
    text-align: left;
    
    }
.chart td{
    border-bottom:solid thin #ccc;    
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: .7em;
    
    }
.breadlist {
    display: flex;
    align-items: center;
    justify-content: center;
    
    }
.breadlist img{
    width: 40%;
    height:40%;
    margin: .2em 1.5em 1em 0;

    }
 .breadtext {
    font-weight: 400; 
     width: 58%;
    }   

.list {
    color: #333;
    font-weight: 400; 
    font-size: .8em;
    letter-spacing: .06em;
    line-height: 1.5;
    padding: 0 0 0 2em ;
    list-style-type: none;
    list-style-position: outside;
}
.bulletlist {
    color: #000;
    font-size: .8em;
    letter-spacing: .06em;
    line-height: 1.0;
    margin: 0 2em 0 2em;
    padding: 0 0;
    text-indent: 0;
    list-style-type: disc;
    list-style-position: outside;
}
.bulletlist li{
    padding: .2em 0;
    }
.script {
    font-family: DesyrelRegular, Baskerville, serif;
    font-size: 1.3em;
    font-weight: 500;
    color: #777;
}
.centered {
    display: block; 
    margin: 0 auto;
    text-align: center;
}
.product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.product img {
    width: 45%;
}
.product-text-right {
    width: 53%;
    margin: 0 0 0 2%;
    order: 0;
}
.product-text-left {
    width: 53%;
    margin: 0 2% 0 0;
    order: 0;
}

.IMGfltleft {
    float: left;
    width: 45%;
    height: auto;
    margin: .2em 1.5em 1em 0;
}
.IMGfltright {
    float: right;
    width: 45%;
    height: auto;
    margin: .2em 0 1em 1em;
}
.shadow {
    -webkit-box-shadow: -2px 2px 7px #A6A6A6;
    -moz-box-shadow: -2px 2px 7px #A6A6A6;
    box-shadow: -2px 2px 7px #A6A6A6;
}
.photocolumn {
    display:flex;
    flex-direction: column;
    width:40%
    }
.photoRow {
	display: flex;
	width: 100%;
    justify-content: space-between;
    max-width: 1024px;  
}
.photoRow> div {
    margin: .5em .5em 0 .5em;
}
.photoRow img {
	flex:0 1 auto;
    width: 100%; 
}
.girl {
    width: 25%; 
    margin:.5em; 
    float:right;
}

footer {
    display: none;
}

.footer-wide-center {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.footer-wide-center img {
    width: 90%;
    margin: 1em 0 0 0;
}
.footer-wide-center p {
    font-weight: 400;
    color: #777;
    letter-spacing: .06em;
    line-height: 1.8;
    text-align: center;
    }

    /*------------------------------------------------------*/
/*Read-more function*/
.read-more-state {
    display: none;
}
.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
    content: 'READ MORE';
}
.read-more-state:checked ~ .read-more-trigger:before {
    content: 'READ LESS';
}
.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .8em;
    letter-spacing: .1em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
}
}
/*------------------------------------------------------*/


/*==========================================*/
/*desktop size*/
@media only screen and (min-width: 768px) {
.mobile {
    display: none;
}

body {
	max-width: 1025px;
	
}
header {
    display: block;
    background-size: cover;
    text-align: center;
    padding: 30px;
}
.headertext {
    display: inline;
    font-family: DesyrelRegular;
    font-size: 1.8em;
    letter-spacing: 3px;
    color: #FFF;
    padding: 5px 20px;
    background-color: rgba(0, 0, 0, 0.2);
}

.headerlogo {
    display: none;
}
p {
    font-size: .9em;
    letter-spacing: .04em;
}

.IMGfltleft {
    float: left;
    width: 45%;
    height: auto;
    margin: .2em 1.5em 1em 0;
}
.IMGfltright {
    float: right;
    width: 45%;
    height: auto;
    margin: .2em 0 1em 1em;
}

footer {
    display: none;
}

}
