/*
Theme Name: IST _tk Theme
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: /Nye-Zik/ Creative
Author URI: https://nyezikcreative.com
Description: This is a custom built theme for The IST Group and used on all of their wordpress sites. This theme is built on top of the ultra minimal starter theme _tk, a twitter bootstrap theme.
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	background-color: #e9e9e9;
	font-family: arial, sans-serif;
}

/* #Misc.
================================================== */
.blue{background-color: #36C}
.green{background-color: #096}
.orange{background-color: #C90}
.red{background-color: #F00;}
.text-right{text-align: right;}
.text-center{text-align: center;}



/* Gravity Forms
================================================== */
/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
 display: none;
}


/*** FIELD TITLE ***/
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	color: #444;
	margin-top: 15px;

}

/*** FIELD STYLING ***/
input[type=text],
textarea {
 background: #fff;
 border: solid #ccc 1px;
 border-radius: 0;
 color: #999 !important;
 padding: 15px !important;
}
/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
 float: right;
 background: none;
 border: solid #444 4px;
 font-family: 'Barlow Condensed', sans-serif;
 font-size: 34px;
 color: #444;
 padding: 20px 100px;
 border-radius: none;
 letter-spacing: 1px;
 cursor: pointer;
 text-transform: uppercase;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
 background: #444;
 border: solid #444 4px;
 color: #fff !important;
}


/* #Font Styles
================================================== */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: normal;
  color: #444;
}


h1{
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: 700;
}

h2{
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 700;
}

h3{
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 700;
}

h4{
  font-size: 16px;
  color: #444;
  letter-spacing: 1px;
  font-weight: 700;
}

h5{
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: italic;
  line-height: 21px;
}

p{
  font-size: 18px;
  color: #444 !important;
  font-family: "Arial", Helvetica, sans-serif;
}

	p a{
	  color: #000 !important;
	}


.pre-header h1{
	font-size: 21px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px !important;
	padding: 0px !important;
}

.pre-header p{
	font-size: 16px;
	color: #fff !important;
	font-weight: bold;
	margin: 0px !important;
	padding: 0px !important;
}

.pre-header a{
	color: #fff !important;
	text-decoration: underline;
	cursor: pointer;
}

.pre-header a:hover{
	color: #ccc !important;
	text-decoration: none;
}

/* Main Button */
.ist-btn {
 margin: 25px 0;
 background: none;
 border: solid #55e2cf 4px;
 font-family: 'Barlow Condensed', sans-serif;
 font-size: 1em;
 color: #444;
 padding: 3% 5%;
 border-radius: none;
 letter-spacing: 1px;
 cursor: pointer;
 text-transform: uppercase;
}

	.ist-btn:hover {
	 text-decoration: none !important;
	}


/* Sidebar
================================================== */
.sidebar-content{
	background: #fff;
	overflow: auto;
	border: solid 1px #ccc;
	padding: 10px;
}

/* Website Bands
================================================== */

.band.pre-header{
	width: 100% !important;
	overflow: auto;
	padding: 25px 0;
	background: #979797;
	text-align: center;
}
	.pre-header-content{
		padding:0 25% 0 25%;
	}
	.pre-header-content h1, p{
		color: #fff;
	}

	.pre-header-content a{
		color: #fff;
	}

.band.header{
	width: 100% !important;	
  	padding: 30px 0;
  	height:100vh;
  	background-color: #212121;
}

.band.header-alt{
	width: 100% !important;	
  	padding: 30px 0 15px 0;
  	background-color: #212121;
}

.band.yellow{
	width: 100% !important;
	overflow: auto;
	padding: 30px 0;
	background: #f0cf1a;
}

.band.content{
	background: #fff;
	width: 100% !important;
	overflow: auto;
	padding: 30px 0 25px 0;
}



.band.newsletter{ 	
	margin-top: 30px;
	width:100% !important;
	overflow: auto;
	padding: 75px 0 50px 0;
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size:cover;
 	background-attachment: local;
  	background:linear-gradient(0deg,rgba(0,0,0,0.60),rgba(0,0,0,0.60)),url('images/ist-spring-break-sign-up-bg.png');
}

.band.footer{
	width: 100%;
  	padding: 25px 0 0 0;
  	background-color: #212121;
}

/* Destination Page
================================================== */
.destination-content{
	padding: 40px 0 0 0;
}
.destination-content ul{
	list-style-type: square;
    padding-left: 15px;
	font-size: 1.2em;
}
	.destination-content ul li ul{
		font-size: .85em;
	}

.action-pacs{
	padding-top: 15px;
}
.action-pacs p{
	font-size: 1.05em;
}


/* Parent Page
================================================== */
.parent-content{
	padding: 25px 0 0 0;
}
.parent-content ul{
	list-style-type: square;
    padding-left: 15px;
	font-size: 1.2em;
}
	.parent-content ul li ul{
		font-size: .85em;
	}

/* Student Page
================================================== */
.student-content{
	padding: 35px 0 0 0;
}
.student-content ul{
	list-style-type: square;
    padding-left: 15px;
	font-size: 1.2em;
}
	.student-content ul li ul{
		font-size: .85em;
	}


/* Resource Page
================================================== */
.resource-content{
	padding: 35px 0 0 0;
}

.resource-tile{
	background: #fff;
	border: solid 1px #DEDBD0;
	padding: 10px;
	height: 220px;
}

.resource-tile h2{
	font-size: 1.4em;
	padding-bottom: 5px;
	border-bottom: #979797 solid 3px;
}

.resource-tile ul{
	list-style-type: none;
    padding-left: 5px;
	margin-bottom: 12px;
	margin-top: 12px;
}
	.resource-tile ul li{
		margin-bottom: 12px;
	}

	.resource-tile ul li a{
		color: #666666;
		font-size: 1.1em;
		border-bottom: solid 1px #666666;
	}
		.resource-tile ul li a:hover{
			color: #001897;
			text-decoration: none;
		}


/* Yellow Title Page
================================================== */
.band.yellow h1{
	color: #FFF;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2.75em;
	margin-top: 25px;
}

.band.yellow h2{
	color: #fff !important;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2.75em;
	letter-spacing: 2px;

}

.band.yellow p{
	color: #2d7c6f !important;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.3em;
	letter-spacing: 1px;
	font-style: italic;
}

.band.yellow a{
	color: #fff !important;
	text-decoration: underline;
}
	.band.yellow a:hover{
		color: #ebebeb;
		text-decoration: none;
	}


/* Hero Page
================================================== */
.hero-image-text{
	padding: 150px 0 25px 0;
}

.hero-image-text h1{
	text-align: center;
	font-size: 65px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: bolder;
	letter-spacing: -1px;
  	text-decoration:none;
  	color: #fff !important;
	text-shadow: 2px 2px #333;
}

.hero-image-text p{
	text-align: right;
	font-size: 25px;
	padding-right: 80px;
	font-family: 'Barlow Condensed', sans-serif;
  	text-transform: uppercase;
}

.hero-image-text a{
	color: #fff !important;
	text-shadow: 2px 2px #333;
}


.main-banner{
	width: 100% !important;
	height:85vh;
}



  .hideannoucement {
		width: 60%;
		margin:20px auto 0 auto;
		color: #fff;
		padding: 25px;
		text-align: center;
		background-color: rgba(254, 228, 0, 0.7);
  
}
@-webkit-keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px; 
  }
}
@keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px; 
  }
}


/* Footer
================================================== */
.band.newsletter p{
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff !important;
	letter-spacing: 1px;
	font-size: 2.7em;
	text-shadow: 2px 2px #000;
}

.band.newsletter em{
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff;
	font-weight: lighter;
	letter-spacing: 2px;
	font-size: 1.5em;
	text-shadow: 2px 2px #000;
}

.band.newsletter a{
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 2em;
	border-bottom: solid #55e2cf 3px;
    padding: 10px 5px 5px 5px !important;
}
	.band.newsletter a:hover{
		text-decoration: none;
		border-bottom: solid #FFF 3px;
	}

.legal-credit{
	padding: 35px 0 0 0;
}

.legal-credit p{
	color: #fff !important;
	font-family: arial, sans-serif !important;
	font-size: 1em !important;
}

.legal-credit a{
	color: #fff !important;
	text-decoration: underline;
}
	.legal-credit a:hover{
		color: #ccc !important;
	}

.footer-social{
	padding: 10px;

}

footer h3{
	font-family: 'Barlow Condensed', sans-serif;
  	text-transform: uppercase;
	color: #f0cf1a;
	font-size: 1.5em;
	letter-spacing: 2px;
}

footer p{
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff !important;
	font-size: 1.2em;
	letter-spacing: 1px;
}

footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
footer li{
	padding-bottom: 10px;
}

footer li a{
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff !important;
	font-size: 1.2em;
	letter-spacing: 1px;
}
	footer li a:hover{
		color: #f0cf1a;
		text-decoration: none;
	}

footer a{
	color: #f0cf1a !important;
}
	footer a:hover{
		color: #fff;
		text-decoration: none;
	}

.partner-logos{
	padding: 35px 0 0 0;
}

.partner-col{
	width: 20%;
	float: left;
	padding: 0 15px;
}

/* Home Page
================================================== */
.home-page-tile-section{
	overflow: auto;
	padding: 15px 0 !important;
}
	.home-page-tile-section a:visted{
		color: #fff;
	}

.page-tile{
	position: relative;
	width: 100%;
	height: 100%;
}
	.page-tile-no-background{
		position: relative;
		width: 100%;
		height: 100%;
	}

.page-tile img{
	width: 100% !important;
	height: auto;
}

.page-tile:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}
	.page-tile-no-background:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0);
		z-index: 1;
	}

.page-tile-text{
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
	.page-tile-text h2{
		font-family: 'Barlow Condensed', sans-serif;
  		text-transform: uppercase;
  		font-size: 3em;
  		color: #fff;
		text-shadow: 2px 2px #444;

	}

.page-tile-price{
	display: block;
	position: absolute;
	text-align: right !important;
	top: 90%;
	left: 45%;
	z-index: 2;
}
	.page-tile-price p{
		font-family: 'Barlow Condensed', sans-serif;
  		font-size: 1.5em;
		letter-spacing: 1px;
  		color: #fff !important;
		text-shadow: 2px 2px #444;

	}




/* Header
================================================== */
.custom-logo{
  max-width: 50%;
  height: auto;
}

.hero-video-text{
	padding: 200px 0 0 0;
}

.hero-video-text h1{
	text-align: center;
	font-size: 65px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: bolder;
	letter-spacing: -1px;
  	text-decoration:none;
  	color: #fff;
	text-shadow: 2px 2px #333;
}

.hero-video-text p{
	text-align: right;
	font-size: 25px;
	padding-right: 125px;
	font-family: 'Barlow Condensed', sans-serif;
  	text-transform: uppercase;
}

.hero-video-text a{
	color: #fff !important;
	text-shadow: 2px 2px #333;
}

.hero-video-arrow{
	text-align: center;
	padding: 125px 0 0 0;
}


.site-share{
	padding-right: 25px;
	float: right;
	padding-bottom: 20px;
}

.site-share a{
	font-size: 1.2em;
	color: #FEE400;
}

/* Menu Navigation */
.navbar{
  min-height: 10px !important;
  margin-bottom: 0 !important;
  background: none;
  border: none;
  border-radius: 0px;
}
.navbar ul{
  float: right;
  margin: 0px;
  padding: 40px 0 0 0;
}
.navbar li{
  margin-right: 25px;
  padding: 0 !important;
}
  	.navbar li:last-child {
   	 	margin-right: 0px !important;
    	border-bottom: solid #f0cf1a 3px;
    	padding-bottom:5px !important;
  	}


/*
.navbar-nav li a{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
*/

.navbar .caret {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #FFF !important;
    margin-top: -5px;
}

.navbar li a{
	/*font-family: 'Saira Extra Condensed', sans-serif;*/
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: bolder;
	letter-spacing: -1px;
	font-size: 1.6em;
  	text-decoration:none;
  	color: #fff !important;
  	text-transform: uppercase;
  	padding: 0 !important;
}
  .navbar li a:hover{
    color:#f0cf1a;
    background: none;
  }
	
  .navbar-default .navbar-nav li a:active,
  .navbar-default .navbar-nav li a:focus,
  .navbar-default .navbar-nav li a:hover{
	  background: none !important;
	  background-color: transparent !important;
	  
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:focus,
  .navbar-default .navbar-nav>.active>a:hover{
      background-color: transparent !important;
  }

  .dropdown-menu>.active>a, 
  .dropdown-menu>.active>a:focus, 
  .dropdown-menu>.active>a:hover{
      background-color: transparent !important;
  }

.navbar li ul li a{
	font-family: 'Barlow Condensed', sans-serif;
  	text-decoration:none;
  	color: #fff !important;
	letter-spacing: 1px;
	font-size: 1.2em !important;
  	text-transform: uppercase;
	padding: 10px !important;
}

	.navbar li ul li:nth-last-child(2) {
    	border-bottom: none;
  }
  	.navbar li ul li:last-child {
    	border-bottom: none;
  	}


/* Mobile Nav Menu */
.navbar-default .navbar-toggle{
	margin-top: 20px !important;
	background-color: #fff !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: #fff !important;
}

.mobile-view-only{
	display:none;
	text-align: right;
	padding-top: 25px;
}

.mobile-view-only p{
	    font-size:1.2em;
		color: #ffffff !important;
	
	
}

.mobile-view-only a {
	border-bottom: 3px #FFF solid;
	padding:5px;
	color: #ffffff !important;
	text-decoration: none;
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
	.navbar li{
	  margin-right: 15px;
	}
	.navbar li a{
		font-size: 1.7em;
	}


}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	.custom-logo{
	  max-width: 85%;
	}
	
	.navbar li{
	  margin-right: 10px;
	}
	.navbar li a{
		font-size: 1.6em;
	}
	
	.hero-video-text h1{
		font-size: 50px;
	}

	.hero-video-text p{
		font-size: 20px;
		padding-right: 120px;
	}
	
	.hero-image-text h1{
		font-size: 50px;
	}

	.hero-image-text p{
		font-size: 20px;
		padding-right: 210px;
	}
	
    

}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
	.custom-logo{
	  max-width: 100% !important;
	}
	
	.navbar li{
	  margin-right: 15px;
	  padding: 0 !important;
	}
	.navbar li a{
		font-size: 1.2em;
	}
	
	.hero-video-text p{
		padding-right: 50px;
	}

	.hero-image-text p{
		padding-right: 100px;
	}
	
	.home-page-tile-section{
	overflow: auto;
	padding: 15px 0 !important;
}
	.home-page-tile-section{
		padding: 0 !important;
	}
	.page-tile{
		margin-bottom: 2%;
	}

	.page-tile:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 95%;
		background: rgba(0,0,0,0.3);
		z-index: 1;
	}

	
	
	.page-tile img{
		width: 100% !important;
		height: 100% !important;
	}
	
	.page-tile-price{
		top: 80%;
		left: 30%;
	}
		
	
	.band.content img{
		margin-bottom: 20px !important;
	}
	
	.resource-tile{
		margin-bottom: 15px !important;
	}
	
	/* Alignment */
	.alignleft {
		float: none;
		margin-right: 0;
	}
	.alignright {
		display: inline;
		float: none;
		margin-left: 0;
	}
	
	.text-right{
		text-align: center !important;
	}
	
	.footer-social{
		padding: 20px 0 0 0;
		width: 100% !important;
		height: auto;

	}	
	footer{
		text-align: center !important;
	}
}
/*--------------------------------------------------------------
## iPad / Mobile Down
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

	.mobile-view-only{
	display:block
}
	
	.custom-logo{
	  max-width: 100% !important;
	}
	
	.site-share{
		display: none;
	}
	
	.navbar li{
	  margin-right: 0 !important;
	  padding: 10px 0 !important;
	}
	.navbar li a{
		font-size: 1.8em;
		margin-bottom: 10px;
	}
	
	.navbar li ul li a{
		color: #fff !important;
		letter-spacing: -1px;
		font-size: 1.8em !important;
		padding: 0px !important;
	}
	
	.hero-video-text h1{
		font-size: 35px;
	}

	
	.hero-image-text h1{
		font-size: 35px;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	

}







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

/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

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


/* 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 */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

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

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	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;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */
