/*
brand colors:
rich black: #001226
midnight blue: #002f66
white smoke: #f4f7f6
peach orange: #f2882a
cadmium orange: #f2882a
*/

input.currency {
  text-align: right;
}

.max-zero {
  max-height: 0;
  overflow: hidden;
}

/* Template */
body {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  outline: 0 !important;
}
h1, h2, h3, h4 {
  color: #002f66;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}
h1 {
  font-size: 3.0em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 2.0em;
}
h4 {
  font-size: 1.5em;
}
p, a {
  font-size: 15px;
  outline: 0 !important;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.spinner {
    width: 60px;
    height: 60px;
    margin: 125px auto;
    display: block;
    background: #e1e4e7;
    border-radius: 50%;
    animation: pulsate 1s ease-out infinite;
}
h1.hobbit::after,
h2.hobbit::after,
h3.hobbit::after {
  content: '';
  display: block;
  width: 30%;
  border-top: 4px solid #f2882a;
  margin: 20px 0 25px;
}
h1.hobbit.text-center::after,
h2.hobbit.text-center::after,
h3.hobbit.text-center::after {
  margin: 20px auto 25px;
}
h1.hobbit span,
h2.hobbit span,
h3.hobbit span {
  font-size: 0.7em;
  color: #f2882a;
	font-weight: 400;
}
.dark-container {
	background: #001226;
}
.dark-container h1,
.dark-container h2,
.dark-container h3,
.dark-container h4,
.dark-container p {
	color: #fff;
}
.grey-container {
	background: #f4f7f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.spaced-section {
	margin-top: 50px;
	margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
	.spaced-section {
		margin-top: 75px;
		margin-bottom: 75px;
	}
}
@media screen and (min-width: 992px) {
	.spaced-section {
		margin-top: 75px;
		margin-bottom: 75px;
	}
}
.spaced-section.space-small {
	margin-top: 50px;
	margin-bottom: 50px;
}
.padded-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
	.padded-section {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}
@media screen and (min-width: 992px) {
	.padded-section {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}
.padded-section.pad-small {
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-interior > *:first-child {
	margin-top: 0;
}
.section-interior > *:last-child {
	margin-bottom: 0;
}
span.sep {
	color: #f2882a !important;
	margin: 0 10px;
}


/* Forms */
/*
brand colors:
rich black: #001226
midnight blue: #002f66
white smoke: #f4f7f6
peach orange: #f2882a
cadmium orange: #f2882a
*/
	form label {
		font-size: 12px;
		color: #002f66;
		font-weight: 700;
    margin-bottom: 10px;
	}
	/*form input[type="email"], form input[type="number"], form input[type="password"], form input[type="search"], form input[type="text"], form input[type="url"], form input[type="tel"], form select {
	*/
	form input, form select {
		background-color: #fff;
		border-radius: 4px;
		border: 1px solid #ccc;
		height: 40px;
		padding: .6180469716em;
		width: 100%;
		-webkit-transition: box-shadow 150ms ease;
		transition: box-shadow 150ms ease;
	}
	/*form input[type="email"]:focus, form input[type="number"]:focus, form input[type="password"]:focus, form input[type="search"]:focus, form input[type="text"]:focus, form input[type="url"]:focus, form input[type="tel"]:focus, form select:focus {
	*/
	form input:focus, form select:focus {
		box-shadow: 0 1px 3px 0 #cfd7df;
	}
	form textarea {
		height: 85px !important;
		background-color: #fff;
		border-radius: 4px;
		border: 1px solid #ccc;
		padding: .6180469716em;
		width: 100%;
		-webkit-transition: box-shadow 150ms ease;
		transition: box-shadow 150ms ease;
	}
	form textarea:focus {
		box-shadow: 0 1px 3px 0 #cfd7df;
	}
	form input[type="button"], form input[type="submit"] {
		background: #001226;
		color: #fff;
		padding: 10px 45px;
		height: auto;
		font-weight: 700;
		border-radius: 2px;
		float: right;
		clear: both;
		border: none;
    width: auto;
	}
  form input[type="button"]:hover, form input[type="button"]:focus {
		background: #f2882a;
		color: #fff;
	}
	form select {
		border-radius: 4px;
		border: 1px solid #ccc;
		background: #fff;
		height: 40px;
		padding: .6180469716em;
		width: 100%;
	}
input[type=checkbox], input[type="radio"] {
	display:none;
}
.list-checkbox-wrap .nf-field-element li, .list-radio-wrap .nf-field-element li {
		line-height: 25px;
}
.list-checkbox-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
			margin-left: 0 !important;
}
.checkbox-wrap .nf-field-element, .radio-wrap .nf-field-element {
	display: none !important;
}
.checkbox-wrap .nf-field-element label, .radio-wrap .nf-field-element label {
		margin-left: 0 !important;
		line-height: 25px;
}
input[type="checkbox"] + label, .nf-field .checkbox-wrap .nf-field-label label, input[type="checkbox"] + span,
input[type="radio"] + label, .nf-field .radio-wrap .nf-field-label label, input[type="radio"] + span {
	margin-left: 0;
	line-height: 25px;
}
input[type="checkbox"] + label::before,
.nf-field .checkbox-wrap .nf-field-label label::before,
input[type="checkbox"] + span::before {
    content: "\f096";
    color: #ccc;
    font-family: FontAwesome;
    float: left;
    height: 30px;
    width: 20px;
    margin-right: 5px;
    font-size: 21px;
    font-weight: 400 !important;
}
input[type="checkbox"]:checked + label::before,
.nf-field .checkbox-wrap .nf-field-label label.nf-checked-label::before,
input[type="checkbox"]:checked + span::before {
    content: "\f14a";
    color: #f2882a;
}
input[type="radio"] + label::before,
input[type="radio"] + span::before {
    content: "\f1db";
    color: #ccc;
    font-family: FontAwesome;
    float: left;
    height: 30px;
    width: 20px;
		margin-right: 5px;
    font-size: 21px;
		font-weight: 400 !important;
}
input[type="radio"]:checked + label::before,
input[type="radio"]:checked + span::before {
    content: "\f058";
    color: #f2882a;
}
/*.nf-field-container.block-display {
	.field-wrap.checkbox-wrap {
		-ms-flex-direction: column;
		flex-direction: column;
		.nf-field-label {
			-ms-flex-direction: column;
			flex-direction: column;
			align-items: flex-start;
			padding-left: 0;
		}
		.nf-field-description {
			margin-right: 0;
			padding-left: 25px;
			font-size: 11px;
			margin-top: -10px;
			p {
				line-height: 1.428571429;
			}
		}
	}
}*/
.nf-before-form-content {
	display: none;
}
.nf-mp-header {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 15px;
}
.nf-submit-container {
	margin-top: 18px;
}
.nf-progress {
	background-color: #f2882a;
}
.nf-mp-footer {
	border-top: 1px dashed #ccc;
	margin-top: 20px;
}
ul.nf-next-previous {
	margin-top: 30px;
}
ul.nf-next-previous input {
		background: #ccc;
		color: #002f66;
		border-radius: 2px;
}
form.post-password-form label {
  width: 100%;
}
form.post-password-form input {
  margin-top: 10px;
}
.input-group .input-group-field:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group .input-group-field:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* Buttons */
.btn {
	border-radius: 0;
	text-decoration: none !important;
	padding: 10px 20px;
	font-weight: 700 !important;
	transition: all .3s ease;
	margin-top: 15px;
}
.btn.margin-top {
	margin-top: 30px;
}
/*blue*/
.btn-blue,
input.btn-blue {
  background-color: transparent;
  color: #001226;
	border: 2px solid #001226;
}
.btn-blue:hover,
input.btn-blue:hover {
	background-color: transparent;
	color: #f2882a;
	border: 2px solid #f2882a;
}
.btn-blue.btn-fill,
input.btn-blue.btn-fill {
	background-color: #001226;
  color: #fff;
	border: 2px solid #001226;
}
.btn-blue.btn-fill:hover,
input.btn-blue.btn-fill:hover {
	background-color: #f2882a;
  color: #fff;
	border: 2px solid #f2882a;
}
/*orange*/
.btn-orange,
input.btn-orange {
	background-color: transparent;
	color: #f2882a;
	border: 2px solid #f2882a;
}
.btn-orange:hover,
input.btn-orange:hover {
	background-color: transparent;
	color: #001226;
	border: 2px solid #001226;
}
.btn-orange.btn-fill,
input.btn-orange.btn-fill {
	background-color: #f2882a;
	color: #fff;
	border: 2px solid #f2882a;
}
.btn-orange.btn-fill:hover,
input.btn-orange.btn-fill:hover {
	background-color: #001226;
	color: #fff;
	border: 2px solid #001226;
}
/*white*/
.btn-white,
input.btn-white {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.btn-white:hover,
input.btn-white:hover {
	background-color: transparent;
	color: #f2882a;
	border: 2px solid #f2882a;
}
.btn-white.btn-fill,
input.btn-white.btn-fill {
	background-color: #fff;
	color: #001226;
	border: 2px solid #001226;
}
.btn-white.btn-fill:hover,
input.btn-white.btn-fill:hover {
	background-color: #f2882a;
	color: #fff;
	border: 2px solid #fff;

}


/* Header */
#masthead img {
	margin: 0 auto;
}
#masthead .logo {
	margin: 20px 0;
}
.site-navigation {
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.site-navigation .navbar-default {
	background: transparent;
	border: 0;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .site-navigation .navbar-default .navbar-collapse {
    width: 100%;
    text-align: center;
  }
}
.site-navigation .navbar-default .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 11px;
	line-height: 35px;
}
@media screen and (max-width: 767px) {
  .site-navigation .navbar-default .navbar-nav > li >  a {
    padding: 0 15px;
  }
}
.site-navigation .navbar-default .navbar-nav > li {
	border-bottom: 4px solid transparent;
}
@media screen and (max-width: 767px) {
  .site-navigation .navbar-default .navbar-nav > li {
    display: inline;
    border-bottom: 0 !important;
  }
  .site-navigtion .navbar-default #main-menu {
    text-align: center;
  }
  #search-mobile {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.site-navigation .navbar-default .navbar-nav > li.active {
	border-bottom: 4px solid #f2882a;
}
.site-navigation .btn-cta {
  background: #001226;
  color: #fff;
  padding: 10px 45px;
  height: auto;
  font-weight: 700;
  border-radius: 2px;
  border: 3px solid #f2882a;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-navigation .btn-cta:hover {
  background: #f2882a;
}
.site-navigation #search-header {
	margin-bottom: 0;
	display: none;
}
.site-navigation #search-header .search-form {
  display: none;
  position: relative;
	margin-top: 12px;
	margin-bottom: 12px;
}
.search-form label {
	margin-bottom: 0;
}
.search-form input {
	height: 35px;
	padding-right: 35px;
	font-weight: 400;
}
.search-form .search-submit {
	margin-left: -35px;
	height: 35px;
}
.search-form .search-submit {
  position: absolute;
	background-color: transparent;
	color: #001226;
	border: none;
}
.navbar-default .navbar-nav li a {
	text-transform: uppercase;
	color: #002f66;
	font-size: 14px;
	font-weight: 700;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	background: transparent;
	color: #f2882a;
	font-weight: 700;
}
.banner-header {
	background-repeat: no-repeat;
	background-position: 50% 30%;
	background-size: cover;
}
@media screen and (min-width: 768px) {
	.banner-header {
		padding-left: 10%;
		padding-right: 10%;
		padding-top: 150px;
		padding-bottom: 150px;
	}
}
.banner-header .image-overlay-content p {
	font-size: 1.3em;
}
.image-overlay-container {
	position: relative;
}
.image-overlay-container .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 	background: rgba(0,18,38,0.7);
}
.image-overlay-container .image-overlay.bottom {
  background: linear-gradient(to bottom, rgba(0,18,38,0.0), rgba(0,18,38,0.7));
}
.image-overlay-container.no-image .image-overlay {
	background: #001226;
}
.image-overlay-container .image-overlay-content {
	z-index: 1;
	position: relative;
}
.image-overlay-container .image-overlay-content h1,
.image-overlay-container .image-overlay-content h2,
.image-overlay-container .image-overlay-content h3,
.image-overlay-container .image-overlay-content p {
	color: #fff;
}

/* Footer */
#footer {
	background: #001226;
	border-top: 4px solid #f2882a;
	padding: 20px;
}
#footer * {
	color: #fff;
}
#footer .site-info, #footer .icons {
	padding: 10px 0;
}
#footer .icons i {
	margin-left: 15px;
	color: #fff;
	font-size: 25px;
}
#footer a:hover, #footer .icons i:hover {
	color: #f2882a;
}
#footer .copyright {
	margin-top: 30px;
	font-size: 12px;
}


/* Home Template */
body.page-template-template-home #services-container .col {
	margin-bottom: 50px;
}
body.page-template-template-home #services-container .service-block {
  height: 100%;
  border: 1px solid #ccc;
	background: #f4f7f6;
}
body.page-template-template-home #services-container .service-block .service-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
}
body.page-template-template-home #services-container .service-block .service-cta {
  padding: 30px;
}
body.page-template-template-home #testimonials-slider .slick-dots li {
	height: 17px;
	margin: 0 3px;
	width: 17px;
}
body.page-template-template-home #testimonials-slider .slick-dots li button::before {
	color: #f2882a;
	content: '\f10c';
	font-family: 'FontAwesome';
	font-size: 20px;
	opacity: 1;
}
body.page-template-template-home #testimonials-slider .slick-dots li.slick-active button::before {
	content: '\f111';
}
body.page-template-template-home #testimonials-container .testimonial {
  text-align: center;
	margin: 20px 0;
}
body.page-template-template-home #testimonials-container .testimonial-image {
  margin: 0 auto;
}
body.page-template-template-home #testimonials-container .testimonial-content {
	position: relative;
	margin: 0 15%;
}
@media screen and (max-width: 767px) {
  body.page-template-template-home #testimonials-container .testimonial-content {
    margin: 0 0;
  }
}
blockquote {
  padding: 0 60px;
  margin: 0;
  font-size: 1.1em;
  border-left: 0;
}
blockquote p:before {
  content: "\201C";
  font-weight: bold;
  font-size: 100px;
  color:#f4f7f6;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Georgia';
}
blockquote p:after {
  content: "\201D";
  font-weight: bold;
  font-size: 100px;
  color:#f4f7f6;
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Georgia';
}


/* About Template */
body.page-template-template-about #masterminds-section .mastermind {
  margin: 15px 0;
}
body.page-template-template-about #masterminds-section .mastermind-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
body.page-template-template-about #masterminds-section .mastermind-image.pull-right {
  margin-left: 30px;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  body.page-template-template-about #masterminds-section .mastermind-image {
    margin: 0 auto !important;
    float: none !important;
  }
}
body.page-template-template-about #masterminds-section .mastermind-bio {
  padding: 15px;
}
@media screen and (max-width: 991px) {
  body.page-template-template-about #masterminds-section .mastermind-bio {
    text-align: center;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  body.page-template-template-about #masterminds-section .mastermind-bio h3 {
    margin-top: 0;
  }
}


/* Events Template */
body.page-template-template-events #events-timeline {
  border-left: 4px solid #f2882a;
  padding: 50px 0;
}
body.page-template-template-events .event {
  position: relative;
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 20px;
  padding: 20px;
  margin-bottom: 40px;
}
body.page-template-template-events .event:not(:first-of-type) h3 {
  margin-top: 10px;
}
body.page-template-template-events .event .col-sm-5 h4,
body.page-template-template-events .event .col-sm-2 .btn {
  margin-top: 0;
}
body.page-template-template-events #events-timeline .arrow {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #f2882a;
  margin: 5px 0;
}
body.page-template-template-events #events-timeline .event-date {
  margin-left: 20px;
  min-height: 50px;
  font-size: 20px;
  background: #001226;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 24px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
body.page-template-template-events #events-timeline .event .btn {
  margin-left: 10px;
}
body.page-template-template-events #events-timeline .event .btn i {
  color: #fff;
}
#event-stripe-form .total table {
  width: 100%;
  margin-top: 10px;
}
#event-stripe-form .total table th, #event-stripe-form .total table td {
  padding: 5px 15px;
  border: 1px solid #ccc;
}
#event-stripe-form .total table th:not(:first-of-type), #event-stripe-form .total table td:not(:first-of-type) {
  text-align: right;
}
#event-stripe-form .total table th {
  color: #001226;
  font-weight: 700;
  background: #f4f7f6;
}
    @media screen and (max-width: 767px) {
      #event-stripe-form .total table th:first-of-type, #event-stripe-form .total table td:first-of-type {
        display: none;
      }
      .stripe-form .margin-xs {
        margin-bottom: 15px;
      }
    }
    .stripe-form .fa  {
      margin-right: 3px;
      font-size: 19px;
      color: #f2882a;
      opacity: .5
    }
    .stripe-form #brand-icon:not(.fa-credit-card-alt) {
      opacity: 1;
    }
    .stripe-form .stripe-error {
      color: #fa755a;
      font-size: 14px;
      font-style: italic;
    }
    .stripe-form #cc-stripe-submit .fa {
      color: #fff;
      opacity: 1;
      margin-right: 0;
    }
    .stripe-form .alert-danger a {
      color: #a94442 !important;
      text-decoration: underline;
    }
    .stripe-form #cc-continue {
      margin-left: 10px;
    }
    .stripe-form .alert-success a {
      color: #3c763d !important;
      text-decoration: underline;
    }
    .StripeElement {
      background-color: white;
      padding: 8px 12px;
      border-radius: 4px;
      border: 1px solid #ccc;
      -webkit-transition: box-shadow 150ms ease;
      transition: box-shadow 150ms ease;
    }

    .StripeElement--focus {
      box-shadow: 0 1px 3px 0 #cfd7df;
    }

    .StripeElement--invalid {
      border-color: #fa755a;
    }

    .StripeElement--webkit-autofill {
      background-color: #fefde5 !important;
}


/* Contact Template */
body.page-template-template-contact .contact-method {
  margin: 0 0 15px 0;
}
body.page-template-template-contact .contact-method .fa-circle {
  color: #f2882a;
}
body.page-template-template-contact .contact-method .fa:not(.fa-circle) {
  color: #fff;
  font-size: 35px;
}
@media screen and (max-width: 991px) {
  body.page-template-template-contact .contact-method h4 {
    margin-top: 5px;
    margin-bottom: 30px;
  }
}


/* Testimonials Template */
body.page-template-template-testimonials .grid-item .fb-video {
  margin-bottom: 30px;
}




/* Testimonials Temporary */
body.page-template-template-test .testimonial-content {
  margin-bottom: 30px;
  background: #f4f7f6;
  border: 1px solid #ccc;
  padding: 50px 30px 30px;
  margin-top: -50px;
  text-align: center;
}
body.page-template-template-test .testimonial-image {
  margin: 0 auto;
  z-index: 1;
  position: relative;
  border: 4px solid #f2882a;
}






/******** _TK BOOTSTRAP DEFAULT STYLES ********/


/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}
.container {
	padding-bottom: 0;
}

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


.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%;
}


/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}
