/*
Theme Name: i Still Heart Halston
URI: https://ihearthalston.com
Description: a WP theme by Deanna for iHeartHalston.com
Author: Deanna
Author URI: https://twitter.com/feelinalived
*/

 /**** RESPONSIVE CODING ****/
  
 @media (max-width: 320px) {

body {
    background: #f8eedf; 
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 8pt;
    line-height: 15pt;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000000;
}

#container {
    max-width: 320px!important;
    width: 100%;
    margin: 0 auto;
    min-height:100%;
  background: #ffffff;
}


#header {
    width: 100%;
    max-width: 2000px;
    height: 650px;
    margin: 0 auto;
    background-image: url('images/header.png');
    background-repeat: no-repeat;
    background-position: center;
}
#navigation {
    width: 100%;
    max-width: 200px;
    height: auto;
    background: transparent;
    text-align: center;
    padding: 400px 30px!important;
}

#welcome {
  max-width: 300px!important;
  margin: -375px 0px!important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px!important;
  background:#ffffff;
-webkit-box-shadow: 0px 0px 0px 7px rgba(0,0,0,0.0); 
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
 }
	
#latestimages {
	width: 100%;
	max-width: 300px;
	height: auto;
	background: transparent;
	padding: 0px 10px;
  padding-top: 140px;
  padding-bottom: 50px;
	}




#contentwrap {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    display: inline-block;
    position:relative;
    overflow: auto;

}

#content {
    width:100%;
    max-width: 320px;
    padding: 0px;
    margin-bottom: 0px;
    float: right;
    overflow: hidden;
    background: transparent;
    padding-bottom: 30px;
}

.postcontent img {
    max-width:280px;
    height: auto;
    opacity: 1;
margin: 5px;
  background: #ffffff;
    padding: 3px;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  border: 1px solid #000000;
}

blockquote {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: justify;
    color: #000000;
  border: 1px solid #e8d7d1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  background: #faf4f2;
}



#wppagenavi {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
}
#sidebar {
    max-width: 320px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    padding: 0px;
    overflow: auto;
    min-height:100%;

}

.sidebarcontent img {
    max-width: 95%;
    width: auto;
     padding: 0px;
  margin: 2px;
}


.sidebarcontent blockquote {
  max-width: 80%;
  color: #000000;
  border: 1px solid #e8d7d1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  background: #faf4f2;
}

img.affiliationally-image {
       margin:5px;
      background: #ffffff;
      padding:2px;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  border: 1px solid #000000;
  opacity: 0.7;
      -webkit-transition: opacity 0.6s linear;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}


#footer {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
background: #000000;
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 0px;
    position: relative;
    margin-top: 0px;
    height: auto;
    width: 100%;
    clear: both;
    background-image: url('images/footer.png');
    background-repeat: no-repeat;
    background-position: center top;
  
}

.footercontainer {
    width: 95%;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 8pt;
    margin: 0 auto;
    max-width: 320px;
    padding-top: 160px;
    padding-left: 0;
  text-align: center;
}


}

 @media (max-width: 425px) {

body {
    background: #f8eedf; 
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 8pt;
    line-height: 15pt;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000000;
}

#container {
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
    min-height:100%;
  background: #ffffff;
}


#header {
    width: 100%;
    max-width: 2000px;
    height: 650px;
    margin: 0 auto;
    background-image: url('images/header.png');
    background-repeat: no-repeat;
    background-position: center;
}
#navigation {
    width: 100%;
    max-width: 200px;
    height: auto;
    background: transparent;
    text-align: center;
    padding: 400px 30px!important;
}

#welcome {
  max-width: 420px;
  margin: -375px 5px!important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  background:#ffffff;
  -webkit-box-shadow: 0px 0px 0px 7px rgba(0,0,0,0.0);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
 }
	
#latestimages {
	width: 100%;
	max-width: 400px;
	height: auto;
	background: transparent;
	padding: 0px 10px;
  padding-top: 120px!important;
  padding-bottom: 50px;
	}




#contentwrap {
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    display: inline-block;
    position:relative;
    overflow: auto;

}

#content {
    width:100%;
    max-width: 425px;
    padding: 0px;
    margin-bottom: 0px;
    float: right;
    overflow: hidden;
    background: transparent;
    padding-bottom: 30px;
}

.postcontent img {
    max-width:390px;
    height: auto;
    opacity: 1;
margin: 5px;
  background: #ffffff;
    padding: 3px;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  border: 1px solid #000000;
}

blockquote {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: justify;
    color: #000000;
  border: 1px solid #e8d7d1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  background: #faf4f2;
}



#wppagenavi {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
}
#sidebar {
    max-width: 425px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    padding: 0px;
    overflow: auto;
    min-height:100%;

}

img.projectimg {
    background: #ffffff;
      padding:2px;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  border: 1px solid #000000;
  width: 400px;
}

.sidebarcontent blockquote {
  max-width: 80%;
  color: #000000;
  border: 1px solid #e8d7d1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  background: #faf4f2;
}

img.affiliationally-image {
       margin:5px;
      background: #ffffff;
      padding:2px;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  border: 1px solid #000000;
  opacity: 0.7;
      -webkit-transition: opacity 0.6s linear;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}


#footer {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
background: #000000;
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 0px;
    position: relative;
    margin-top: 0px;
    height: auto;
    width: 100%;
    clear: both;
    background-image: url('images/footer.png');
    background-repeat: no-repeat;
    background-position: center top;
  
}

.footercontainer {
    width: 95%;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 8pt;
    margin: 0 auto;
    max-width: 425px;
    padding-top: 160px;
    padding-left: 0;
  text-align: center;
}
}

@media (max-width: 768px) {

body {
    background: #f8eedf; 
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 8pt;
    line-height: 15pt;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000000;
}

#container {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    min-height:100%;
    background: #ffffff;
}

#navigation {
    width: 100%;
    max-width: 200px;
    height: auto;
    background: transparent;
    text-align: center;
    padding: 100px 5px;
}

#welcome {
  max-width: 420px;
  margin: 80px 200px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  background:#ffffff;
-webkit-box-shadow: 0px 0px 0px 7px rgba(0,0,0,0.0); 
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
 }
	
#latestimages {
	width: 95%;
	max-width: 735px;
	height: auto;
	background: transparent;
	padding: 0px 10px;
	padding-top: 0px;
	padding-bottom: 50px;
	}




#contentwrap {
    width: 100%;
    margin: 0 auto;
    background: transparent;
    display: inline-block;
    position:relative;
    overflow: auto;
}

#content {
    width:100%;
    max-width: 760px;
    padding: 0px;
    margin-bottom: 0px;
    float: right;
    overflow: hidden;
    background: transparent;
    padding-bottom: 30px;
}

.postcontent img {
    max-width:390px;
    height: auto;
    opacity: 1;
margin: 5px;
  background: #ffffff;
    padding: 3px;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  border: 1px solid #000000;
}

blockquote {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: justify;
    color: #000000;
  border: 1px solid #e8d7d1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  background: #faf4f2;
}



#wppagenavi {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
}
#sidebar {
    max-width: 760px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    padding: 0px;
    overflow: auto;
    min-height:100%;
}

img.projectimg {
    background: #ffffff;
      padding:2px;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  border: 1px solid #000000;
  width: 400px;
}

.sidebarcontent blockquote {
  max-width: 80%;
  color: #000000;
  border: 1px solid #e8d7d1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  background: #faf4f2;
}

img.affiliationally-image {
       margin:5px;
      background: #ffffff;
      padding:2px;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  border: 1px solid #000000;
  opacity: 0.7;
      -webkit-transition: opacity 0.6s linear;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}


#footer {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
background: #000000;
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 0px;
    position: relative;
    margin-top: 0px;
    height: auto;
    width: 100%;
    clear: both;
    background-image: url('images/footer.png');
    background-repeat: no-repeat;
    background-position: center top;
  
}

.footercontainer {
    width: 95%;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 8pt;
    margin: 0 auto;
    max-width: 768px;
    padding-top: 160px;
    padding-left: 0;
  text-align: center;
}


}

@media (max-width: 1000px) {

body {
    background: #f8eedf; 
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 8pt;
    line-height: 15pt;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000000;
}

#container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    min-height:100%;
    background: #ffffff;
}

#navigation {
    width: 100%;
    max-width: 200px;
    height: auto;
    background: transparent;
    text-align: center;
    padding: 100px 5px;
}

#welcome {
  max-width: 420px;
  margin: 80px 200px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  background:#ffffff;
-webkit-box-shadow: 0px 0px 0px 7px rgba(0,0,0,0.0); 
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
 }
	
#latestimages {
	width: 95%;
	max-width: 980px;
	height: auto;
	background: transparent;
	padding: 0px 10px;
	padding-top: 0px;
	padding-bottom: 50px;
	}




#contentwrap {
    width: 100%;
    margin: 0 auto;
    background: transparent;
    display: inline-block;
    position:relative;
    overflow: auto;
}

#content {
    width:100%;
    max-width: 645px;
    padding: 0px;
    margin-bottom: 0px;
    float: right;
    overflow: hidden;
    background: transparent;
    padding-bottom: 30px;
}

.postcontent img {
    max-width:390px;
    height: auto;
    opacity: 1;
margin: 5px;
  background: #ffffff;
    padding: 3px;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  border: 1px solid #000000;
}

blockquote {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: justify;
    color: #000000;
  border: 1px solid #e8d7d1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  background: #faf4f2;
}



#wppagenavi {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    max-width: 645px;
    margin: 0 auto;
    text-align: center;
}
#sidebar {
    max-width: 350px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    padding: 0px;
    overflow: auto;
    min-height:100%;
}

img.projectimg {
    background: #ffffff;
      padding:2px;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  border: 1px solid #000000;
  width: 400px;
}

.sidebarcontent blockquote {
  max-width: 80%;
  color: #000000;
  border: 1px solid #e8d7d1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  background: #faf4f2;
}

img.affiliationally-image {
       margin:5px;
      background: #ffffff;
      padding:2px;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  border: 1px solid #000000;
  opacity: 0.7;
      -webkit-transition: opacity 0.6s linear;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}


#footer {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
background: #000000;
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 0px;
    position: relative;
    margin-top: 0px;
    height: auto;
    width: 100%;
    clear: both;
    background-image: url('images/footer.png');
    background-repeat: no-repeat;
    background-position: center top;
  
}

.footercontainer {
    width: 95%;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 8pt;
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 160px;
    padding-left: 0;
  text-align: center;
}


}