/*
Theme Name:   CrackerFarm Dark
Theme URI:    http://imagingspecialists.net/
Description:  CrackerFarm Dark child theme
Author:       Imaging Specialists, Inc.
Author URI:   http://imagingspecialists.net/
Template:     crackerfarm
Version:      1.0.0
*/

@import url("../crackerfarm/style.css");
body {
	background: #000; /* Fallback for when there is no custom background color defined. */
}

button,
textarea {
	color: #fff;
}
#masthead {
    border-bottom: 2px solid #212121;
} 
hr {
	background-color: #212121;
}


#site-navigation a, #site-navigation a:visited {
	border-bottom: 2px solid #212121;
	text-decoration: none; color: #CCCCCC;
	background-color:#000;}

#colophon {
	border-top: 2px solid #212121;
	color:#fff;
} 
#colophon a { color: #CCCCCC;}
#colophon a:active {text-decoration: none; color:#F79319;}
#colophon a:visited {text-decoration: none; color: #CCCCCC;}
#colophon a:hover {text-decoration: none; color:#F79319;}

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

	.main-navigation ul {
		display: none;
		background-color:#000000;
	}
	#pages {display:block;}
	#wide {display:none;}
}
  html, body {
      margin: 0;
      padding: 0;
    }

    * {
      box-sizing: border-box;
    }
	
	
ul, li {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

#wrapper {
  width: 100%;
  margin: 0 auto; }

#main {
  padding: 30px 0; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; }

    .slider {
        width: 100%;
        margin: 1px auto;
		position: relative;
		z-index:1;
    }
    .slider p {
		font-family: 'Varela Round', sans-serif;
		text-align: center;
		color:#BFBFBF;
		margin:3px;
		padding:0;
    }


    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
     
    }

    .slick-prev:before,
    .slick-next:before {
        color: white;
    }
#narrow {display:none;}
@media (max-width:420px) { /* smartphones, Android phones, landscape iPhone */ 
.slick-slide img {
  max-width: 210px;
  max-height:210px;
  width: auto;
  height: auto;
}
}
@media (max-width:650px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */

#standard {display:none;}
#narrow {display:block;}

#example5 .sp-thumbnail-image-container {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#example5 .sp-thumbnail-image {
	height: 100%;
}

#example5 .sp-thumbnail-text {
	width: 170px;
    float: right;
    padding: 8px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#example5 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}

#example5 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}

@media (max-width: 500px) {
	#example5 .sp-thumbnail {
		text-align: center;
	}

	#example5 .sp-thumbnail-image-container {
		display: none;
	}

	#example5 .sp-thumbnail-text {
		width: 120px;
	}

	#example5 .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}

	#example5 .sp-thumbnail-description {
		display: none;
	}
}
}
@media (max-width:650px) and (min-width:419px) {
.slick-slide img {
  max-height:190px;
  min-height:190px;
  max-width:520px;

  width: auto;
  height: auto;
  padding: auto;
  margin: auto;
  align: center;
}
.slick-track {
height: 200px;
}
    }
}
@media (min-width:650px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
.slick-slide img {
      height: 500px;
    }
}
@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
.slick-slide img {
      height: 550px;
    }
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
.slick-slide img {
      height: 550px;
    }
}
@media (min-width:1281px) { /* hi-res laptops and desktops */ 
.slick-slide img {
      height: 600px;
    }
}
#wrapper {
  width: 100%;
  margin: 0 auto; }

#main {
  padding: 10px 0; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; }

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

	.main-navigation ul {
		display: none;
		background-color:#000000;
	}
	#pages {display:block;}
	#wide {display:none;}
}
#site-branding, #site-navigation {
    float: left;
    min-height: 60px;
    color: white;
}
#site-branding {
     width: 50%;
	 min-width:160px;
	 margin-top: 10px;
}

#site-navigation {
	 padding-top: 40px;
     width: 50%;
	 min-width:160px;
}

#colophon {
    font-size: 1em;
	}
.site-info {
    font-size: .75em;
	}
	
