/*
Theme Name: Lashicap
Theme URI: ../wp-content/themes/lashicap/
Author:  Christin Engstrom
Description: A child theme, based on the 2011 theme and Edin theme for WordPress
Author URI: http://wordpress.org/
Template: edin
Version:      1.0.0
Tags: logo
Text Domain:  lashicap

 
*/

/*--------------------------------------------------------------
 Theme customization starts here
-------------------------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

--------------------------------------------------------------*/

/*--------------------------------------------------------------
  Typography
--------------------------------------------------------------*/

	mark,
ins {
	background: #303030;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #303030;
	border: 2px solid #303030;
}


/*--------------------------------------------------------------
  Links
--------------------------------------------------------------*/

a.button,
a.button-minimal {
	border: 2px solid #303030;
}
a.button {
	background: #303030;
}
a.button:hover,
a.button:focus,
a.button:active {
	background: #ffcc00;
	border-color: #ffcc00;
}

button:hover, button:focus, button:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
	background: #ffcc00;
	border-color: #ffcc00;
}
a.button-minimal {
	color: #303030;
}
a.button-minimal:hover,
a.button-minimal:focus,
a.button-minimal:active {
	background: #303030;
	border-color: #303030;
}


/*--------------------------------------------------------------
 Header
-------------------------------------------------------------- */


/*--------------------------------------------------------------
 Primary Navigation
--------------------------------------------------------------*/


.primary-navigation .dropdown-toggle:hover {
	background: #fff;
	color: #303030;
}

.navigation-classic .primary-navigation .menu-primary > ul > li > a {
       padding: 1em 1em;
       font-size: 1em;
       line-height: 1em;
       letter-spacing: .5px;
}

.navigation-wrapper {
	background: #303030;
}

 
.navigation-classic .primary-navigation .menu-primary > ul > li.current-menu-item > a,
.navigation-classic .primary-navigation .menu-primary > ul > li.current_page_item > a {
		background: #303030;
		color: #fff;
		font-style: normal;
}

.navigation-classic .primary-navigation .menu-primary > ul > li > a:hover,
.navigation-classic .primary-navigation .menu-primary > ul > li > a:focus,
.navigation-classic .primary-navigation .menu-primary > ul > li > a:active, 
.navigation-classic .primary-navigation ul ul ul:before,
.navigation-classic .primary-navigation ul ul li,
.navigation-classic .primary-navigation ul ul li:last-of-type {
		background: #303030;
		color: #fff;
	}

.navigation-classic .primary-navigation ul ul:before {
		content: '';
		display: block;
		position: absolute;
		top: 1px;
		left: 8px;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #303030;
		border-left: 8px solid transparent;
}

.navigation-classic .primary-navigation ul ul li:last-of-type {
		border-bottom: 12px solid #303030;
	}

.primary-navigation .menu-primary > ul > li.current-menu-ancestor > a, 
.primary-navigation .menu-primary > ul > li.current_page_ancestor > a {
  font-style: normal;
  background: #303030;
  color: #fff;
}

.primary-navigation ul li.current_page_item > a {
	font-style: normal;
}
.navigation-classic .primary-navigation {
  border-top: none;
  }

/*--------------------------------------------------------------
 Secondary Navigation 
--------------------------------------------------------------*/

.secondary-navigation {
	padding: 30px 0;
        position: absolute;
        top: 30px;

}

.navigation-classic .secondary-navigation {
		padding: 0;
		margin: 0;
		width: 100%;
		background: none;
                font-size: 1.1em;
                display: none;
	}

.secondary-navigation li {
        margin: 6px 6px;
}

#menu-item-249 { 
    display: none; 
}



/*--------------------------------------------------------------
Social Navigation 
--------------------------------------------------------------*/

/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */

ul[id^="menu-social"] li a{
    color: #ffffff;
}

/*--------------------------------------------------------------
 Intro Area - "Who We Are"
--------------------------------------------------------------*/

#intro {
  background: #ffcc99; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#ffffff,#ffcc99); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffffff,#ffcc99); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff,#ffcc99); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff,#ffcc99); /* Standard syntax (must be last) */
  width:auto;
  height:100%;
  padding-top:0em;
  padding-right:1em;
  padding-left:1em;
  padding-bottom: 2em;
  color: #063854;
  position:relative;
  top:-15em;
}

#introtitle {
    border-bottom: .15em;
    border-bottom-color: #063854;
    border-style: solid;
    text-transform: uppercase;
}

.introtitle h1 {
    margin-bottom: .02em;
}

.introtext p {
    margin-top: .5em;
    margin-bottom: .5em;
    letter-spacing: .02em;
    font-size: 1.2em;
}

#icons {
  margin-right: auto;
  margin-left:auto;
  height:8.25em;
  width: 100%;
  padding: 1.5em;
  text-align:center;
}

#icons i{
  font-size: 4.5em;
  margin-top: .025em;
  margin-bottom: .25em;
}

#icons p{
  letter-spacing: .02em;
  margin: .025em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;

}

#icon1 {
    position: relative;
    float: left;
    width: 33%;

}

#icon2 {
    position: relative;
    float: left;
    width: 33%;
}

#icon3 {
    position: relative;
    float: left;
    width: 33%;
}
/*--------------------------------------------------------------
 Front Page Widget Area - Las
--------------------------------------------------------------*/

.front-page-widget-wrapper {
  width:100%;
}

.front-page-widget {
    width: 100%;
    height: 20em;
    overflow: hidden;

}

.front-page-widget .metaslider {
  margin-top: 0em;
}

.front-page-widget .widget-title {
  display: none;
}

.front-page-widget-area {
  padding: 0em;
  top: -15em;
  position: relative;
}

/*--------------------------------------------------------------
 Footer Widget Area
--------------------------------------------------------------*/

 .footer-widget h2{
  color: #c5c5c5;
  font-weight: bold;
}


/*--------------------------------------------------------------
 Front Page Footer
--------------------------------------------------------------*/
.page-template-front-page .footer-widget-area {
  top: -15em;
  position: relative;
}

.page-template-front-page .site-footer {

  top: -15em;
  position: relative;
}


/*--------------------------------------------------------------
  Pages
--------------------------------------------------------------*/

.page-title {
    text-align: left;
    display: inline;
    text-transform: uppercase;
    font-size: 1.5em;

}

body:not(.no-image-filter) .hero.with-featured-image:before {
    opacity: 0.1;
}

.hero.with-featured-image .page-title {
    text-shadow: 0px 0px 0px black, 0 0 25px black, 0 0 5px black;
}




/*--------------------------------------------------------------
 Photos
--------------------------------------------------------------*/
.wp-caption-text {
    font-family: sans-serif;
    color: #4c4c4c;
}
/*--------------------------------------------------------------
  Hero
--------------------------------------------------------------*/
.hero {
    padding-top: 1em;
    padding-bottom: 1em;
} 

#metaslider_container_47 {
   padding-bottom: 53.0%; /* ~ratio of image height to width */
   height: 0;
   overflow: hidden;
   width: 100%;
   top: -5em;

} 


/*--------------------------------------------------------------
  Content Area 
--------------------------------------------------------------*/
.content-area {
    padding-top: 1em;
}

.section-title {
    text-align: left;
    display: inline;
    text-transform: uppercase;
    font-size: 1.25em;
    color: #063854;
    display:block;
}

.section-title a{
  color:#063854;

}

.section-title a:hover{
  color:#1279be;

}

.section-title:target{ 
 top:-12px; 
 padding-top:60px; 
}

/*--------------------------------------------------------------
  Paypal - Recurring Page
--------------------------------------------------------------*/

.recurring {
    margin-top: -250px;
}

/*-------------------------------------------------------------- 
Who We are
--------------------------------------------------------------*/

.whoweare h2{
  text-transform: uppercase;
  color: #4b4a4a;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 1em;
  display:inline;
  }

.whoweare h3{
  display: inline;
  font-weight: normal;
  font-size: 1em;
  }

/*-------------------------------------------------------------- 
Content Formatting 
--------------------------------------------------------------*/

h1 {
    text-align: left;
    display: inline;
    text-transform: uppercase;
    font-size: 1.25em;
    color: #063854;
    display:block;
}

h2{
  text-transform: uppercase;
  color: #4b4a4a;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 1em;
  display:inline;
  }

h3{
  display: inline;
  font-weight: normal;
  font-size: 1em;
  }

table {
    background-color: #f8f8f8;
    border: 1px solid #063854;
}

th, td {
    padding: 12px;
    border-bottom: 1px transparent;
}

/*-------------------------------------------------------------- 
Form
--------------------------------------------------------------*/

.contactform {
  width: 70%;
  max-width: 70%;
}

/*-------------------------------------------------------------- 
Two Column Post Table 
--------------------------------------------------------------*/
 #tablewrapper {
    width: 100%;
    overflow: hidden; 
    background-color: #f8f8f8;
    border: 1px solid #063854;
    padding: .35em;
}
#first {
    width: 50%;
    float:left; 
    padding-right: 1em;
    padding-left: .5em;
    padding-top: .5em;
}
#second {
    float: left; 
    width: 50%;
    padding-top: .5em;
}

/*--------------------------------------------------------------
Management Team Photo Section
--------------------------------------------------------------*/
container {
  max-width: 100%;
  margin: 0 auto;
}

.img-wrap {
  display: block;
  background-color: #fff;
  position: relative;
  max-width: 100%;
}

.photos {
  display: flex;
  background-color: #fff;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  padding: 0;
  max-width: 100%;
}


.photos img {
  display: block;
  flex: 0 0 auto;
  background-color: #fff;
  padding: .3em;
}

.img-wrap .hidden { display: block !important; visibility: visible !important; }
.product:hover .img-wrap img { opacity: 1; }
.img-wrap { position: relative; }
.img-wrap .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
  width: 99.5%; 
  height: 87%;  
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;  
}
.img-wrap:hover .hidden { 
  z-index: 100000;
  opacity: 1;
  background-color: white; /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.9);
  margin: .3em;    

}

.img-wrap .title { 
  position: absolute; 
  z-index: 2;
  top: 86.5%; 
  width: 99%; 
  height: 10%; 
  opacity: 1;
  font-size: .85em; 
  color: #4b4a4a; 
  background-color: white; /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.9);
  margin: .4em;  
  padding-top: .4em;
  padding-bottom: .3em;
  padding-left: .3em;
  padding-right: .3em;
  line-height: 125%;
  letter-spacing: 2px;


}

.img-wrap .caption {
  position: absolute;
  top: 0;  
  display: table;
  width: 100%;
  height: 100%;
  font-size: .85em; 
  color: #4b4a4a;
  letter-spacing: 1px;
  text-align: left;
  text-rendering: optimizeLegibility;
  margin:1em;
}

.img-wrap .caption p{
  margin-right:2em;
  font-size: .7em;
  line-height: 150%;
  padding-right: .5em;
  }


/*--------------------------------------------------------------
 Responsive for Management Team Photo Section
--------------------------------------------------------------*/

@media screen and (min-width: 801px) {
  .img-wrap {
    width: calc(100%/3);
    height: calc(100%/3);
  }

  .photos img {
    width: calc(100%);
    height: calc(100%);
  }
}

@media screen and (min-width: 481px) and (max-width: 800px) {
  .img-wrap {
    width: calc(100%/2);
    height: calc(100%/2);
  }

  .photos img {
    width: calc(100%);
    height: calc(100%);
  }

  .img-wrap .caption {
  font-size: .9em; 
  }
}

@media screen and (min-width: 320px) and (max-width: 480px){
  .img-wrap {
    width: calc(100%);
    height: calc(100%);
  }

  .photos img {
    width: calc(100%);
    height: calc(100%);
  }

  .img-wrap .caption {
  font-size: 1em; 
  }
}


/*--------------------------------------------------------------
 Newsletter Box
--------------------------------------------------------------*/


#newsletter {
    width: 100%;
    overflow: hidden;
    background-color: #ffefb2;
    padding: 1em;
    margin-bottom: 1em;

}
/*--------------------------------------------------------------
 Volunteer Page
--------------------------------------------------------------*/

 .su-spoiler-title {
    text-align: left;
    display: inline;
    text-transform: uppercase;
    font-size: 1.25em;
    color: #063854;
    display:block;
}

.su-spoiler-title:hover {
    color:#ffcc00;
}

.su-accordion {
    background-color: #f8f8f8;
}
/*--------------------------------------------------------------
Blog Roll Layout
--------------------------------------------------------------*/

.post {
  background-color: rgba(255,255,255,0.8);
  margin-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.blog .site-main > .hentry:first-of-type {
    padding-top: 5%;
}

.blog .site-main > .hentry {
    margin-bottom: 5%;
    border-top: none;
}

/*--------------------------------------------------------------
 Donate Page
--------------------------------------------------------------*/

#donate {
    max-width: 75%;
    background-color: #f8f8f8;
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
    overflow: hidden;
    margin-bottom: 2em;
}

#donate .sc-payment-btn {

   float: right;
}

#donate_form .sc-form-group label {
    text-transform: uppercase;
    font-size: 1.25em;
    color: #063854;
}

#form.paypal {
 margin-bottom:1em;
}
.amazon_smile {
  background-color: #f8f8f8;
  padding-top: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  overflow: hidden;
  margin-bottom: 2em;
}

/*--------------------------------------------------------------
 Community Education Event Detail 
--------------------------------------------------------------*/
.single-ai1ec_event .content-area {
    width: 80%;
}

.single-ai1ec_event .entry-title {
    text-align: left;
    display: inline;
    text-transform: uppercase;
    font-size: 1.25em;
    color: #063854;
    display:block;
}

.single-ai1ec_event .entry-meta {
    display:none;
}


/*--------------------------------------------------------------
 Community Education Events Calendar
--------------------------------------------------------------*/
 .page-id-481  .content-area {
    width: 100%;
}
 .page-id-481 span.ai1ec-event-title {
    font-size: 1rem;
    margin-bottom: 5px;
}


/*--------------------------------------------------------------
Blog Post Layout
--------------------------------------------------------------*/

.entry-meta {
	padding-bottom: 5px;
}

.hentry {
       padding-bottom: 5px;
       margin-bottom: 5px;
}

.entry-content a:not([class^="button"]), .page-content a:not([class^="button"]) {
  border-bottom: none;
}

.entry-content ul li { 
    list-style-type: square;
    padding-left: 25px; 
}

.post-navigation {
  background-color: rgba(255,255,255,0.8);
}

.nav-previous {
  padding-left: 5px;
}

.nav-next {
  padding-right: 5px;
}

.single .byline, .group-blog .byline {
    display: none;
}

/*--------------------------------------------------------------
 Blog Sharing
--------------------------------------------------------------*/
/*.sd-sharing-enabled.sd-sharing-enabled:not(#jp-post-flair), 
.jetpack-likes-widget-wrapper, 
.sharedaddy.sd-block.sd-gplus, 
.sd-rating, div#jp-relatedposts { 
    background: none; 
}

.sd-title { 
    display: inline;
    float: left;
    padding-right:7px; 
}
.sd-content { 
    display: inline;
    float: left; 
}*/


/*--------------------------------------------------------------
  Footer 
--------------------------------------------------------------*/

.site-footer {
    background: #063854;
    color: #fff;
    border-top: 1px solid #ffcc00;
}

.site-info img {
  max-height: 2em;
  display:inline-block;
  float:right;
}

.site-footer a {
    color: #ffffff;
}



/*--------------------------------------------------------------
IE Specific Rules
-------------------------------------------------------------- */

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .metaslider {
      position:relative;
  }    


 .metaslider-47 {
    top: -5em;
  }
}  



/*--------------------------------------------------------------
IE Specific Rules - Responsive x =< 768px
-------------------------------------------------------------- */

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none), (max-width: 768px) {

 .metaslider-47 {
    top: 1em;
  }
} 

/*--------------------------------------------------------------
 Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
x >= 1200px
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {

.front-page-widget li.ms-layer {
 width: 1230px !important;
 }

}
/*--------------------------------------------------------------
x >= 1020px
--------------------------------------------------------------*/
@media screen and (min-width: 1020px) {

    .site-logo {
    max-height: 100px !important;
  }


  .has-header-search .site-branding{
    width: 20em;
  }

  .navigation-classic .primary-navigation {
    top: -13em;
    margin-right: .7em;
    border-top: none;

}


.primary-navigation {
    float: right;
    display: inline-block;
    width: 48em;
 }

}

/*--------------------------------------------------------------
 x =< 1000
--------------------------------------------------------------*/
@media screen and (max-width: 1000px) {

   .site-logo {
    max-height: 70px !important;
  }

  .has-header-search .site-branding{
    width: 20em;
  }

  .search-wrapper {
     background: #839CAA;
}
  .header-image {
     display: block;
     position: relative;
     max-height: 100px;
     max-width: 600px;
     margin-left: 11%;
     margin-top: 2%;
     margin-right: 11%;
     padding: 0;
   }

.front-page-widget-wrapper.clear {
  width: 100%;
  }

 .menu-toggle:before {
        background: #FFFFFF;
    }

.front-page-widget {
     margin-top: 35px;
  }
.front-page-widget li.ms-layer {
 width: 1075px !important;
 }


}
/*--------------------------------------------------------------
 x => 768px
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {

  .search-toggle{
    display: none;
  }

   .site-logo {
    max-height: 70px !important;
  }

}


/*--------------------------------------------------------------
 x =< 768px
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {


  .site-header {
      background-color: #839CAA;
  }
  
 .metaslider {
    margin-top: 4em;
 }

.has-header-search .site-branding{
    width: 20em;
    padding:1em;
  }

  .secondary-navigation {
	   display: none;
    }

#icons i{
  font-size: 3em;
  margin-top: .02em;
  margin-bottom: .2em;
}

#icons p{
  letter-spacing: .01em;
  margin: .02em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .8em;
 
 }


#intro {
  top:1em;
}

.front-page-widget-area {
  top: 1em;
 }

.page-template-front-page .footer-widget-area {
  top: 1em;
}

.page-template-front-page .site-footer {

  top: 1em;
}

}
/*--------------------------------------------------------------
 x >= 600px
--------------------------------------------------------------*/
@media screen and (min-width: 600px) {

  .site-header {
    background: #063854;
  }

   .search-toggle{
    display: none;
  }

  .metaslider-47 {
    top: -16em;
    z-index: 5;
  }

 .header-wrapper {
    z-index: 1;
  }

  .navigation-classic .primary-navigation{
    position: relative;
    z-index: 10;
    margin-right: .7em;
  }

  .navigation-classic .primary-navigation ul ul li {
    width:auto;
    text-transform: uppercase;
    background-color: rgba(000,000,000,0.4);
  }

  .navigation-classic .primary-navigation .menu-primary > ul > li > a {
       color: #fff;
       background-color: rgba(000,000,000,0.4);
}

.navigation-classic .primary-navigation ul ul li:last-of-type {
    border-bottom: 12px solid rgba(000,000,000,0.025);
    background-color: rgba(000,000,000,0.4);
}

.navigation-classic .primary-navigation .menu-item-has-children:before {
    margin-top: -0.6em;
    color: #ffffff;
  }

  .navigation-classic .primary-navigation ul ul:before {
        border-bottom: 8px solid rgba(000,000,000,0.4);
  }

 .site-branding {
    margin-left: -3em;
    min-height: 13em;
   }



}


/*--------------------------------------------------------------
 x <= 600px
--------------------------------------------------------------*/

@media screen and (max-width: 600px) {


 .site-header {
      background-color: #839CAA;
  }

 .metaslider {
    margin-top: 0em;
} 

.secondary-navigation {
	display:none;
 }


.menu-toggle.open:before {
        height: 35px;
	line-height: 35px;
        background: #FFFFFF;
        color: #1279be;
        padding-top:10px;
}


.header-image {
    padding-top:5px;
    padding-bottom:5px;
  }

.front-page-widget {
    margin-top: 1em;
    max-height:10em;
}

.front-page-widget .metaslider img {
  max-width:400px !important;
}

 .footer {
    background-color: #839CAA;

 }

.entry-content ul li {
    padding-left: 4px;
}

td  {
    padding: .5em;
    font-size: .85em;
 }

  #donate {
    max-width: 100%;
    padding-right: .5em;
    padding-left: .5em;
  }
}


/*--------------------------------------------------------------
 x <= 320px
--------------------------------------------------------------*/

@media screen and (max-width: 320px) {

.header-wrapper {
    background-color: #839CAA;
}

.front-page-widget .metaslider img {
  max-width:300px !important;
}


.footer-widget-area {
      padding-bottom: .25em;
}

.site-branding {
    margin-left: -2em;
    min-height: 10em;
    padding-bottom:0em;
   }

.information {
     display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
    justify-content: space-around;
    text-align: justify;
    text-justify: inter-word;
   }

  #tablewrapper {
    font-size: .9em;
  }
}
