/*
Theme Name: _tk
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.9
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

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.1 (http://getbootstrap.com)
 * Copyright 2011-2014 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;
}

p {
	font-size:20px;
}

/*** These are some styles for sliders - for testing in Adobe AEM *****/


/*** WT slider style ***/
/*.wt-cta {
font-size: 17px;
line-height: 17px;
font-weight: 500;
color: rgb(255, 211, 0);
font-style: italic;
border-color: rgb(255, 211, 0) !important;
border-style: solid!important;
border-width: 2px!important;
outline: medium none;
box-shadow: none;
box-sizing: border-box;
cursor: pointer;
visibility: inherit;
text-align: left;
margin: 0px;
padding: 12px 35px;
letter-spacing: 0px;
min-height: 0px;
min-width: 0px;
max-height: none;
max-width: none;
opacity: 1;
border-radius: 0px;
text-decoration: none;
}*/




/*.wt-cta:hover {
color: #000;
text-decoration: none !important;
background-color: rgb(255, 211, 0);
border-color: rgb(255, 211, 0);
border-style: solid;
border-width: 2px;
outline: medium none;
box-shadow: none;
box-sizing: border-box;
cursor: pointer;
visibility: inherit;
text-align: left;
margin: 0px;
padding: 12px 35px;
letter-spacing: 0px;
min-height: 0px;
min-width: 0px;
max-height: none;
max-width: none;
opacity: 1;
border-radius: 0px;
}*/


.flat-button, .flat-button-no-border {
  font: 500 17px Open Sans,sans-serif !important;
  position: relative !important;
  background: none !important;
  padding:10px 0px 10px 0px !important;
  margin: 0 auto !important;
  margin-top: 0px !important;
  overflow: hidden !important;
  z-index: 1 !important;
  cursor: pointer !important;
  transition: color .3s !important;
  /* Typo */
  text-align: center !important;
  color: #ffd300 !important;
}

.flat-button {
  border: 1px #ffd300 solid !important;
}

.flat-button:after, .flat-button-no-border:after {
  position: absolute !important;
  top: 100% !important; left: 0 !important;
  width: 100% !important; height: 130% !important;
  background: #ffd300 !important;
  content: "";
  z-index: -2 !important;
  transition: transform .3s !important;
}

.flat-button:hover::after, .flat-button-no-border:hover::after{
  transform: translateY(-80%) !important;
  transition: transform .3s !important;
}

.flat-button a.cta-link  {
 color: rgb(255, 211, 0);
 font: 500 17px Open Sans,sans-serif !important;
 padding:10px 30px 10px 30px; 
}


.flat-button-no-border a.classic_yellow_button {
  color: #000000;
  font: 500 17px Open Sans,sans-serif !important;
  padding:20px 20px 20px 20px;
  background-color: rgb(255, 211, 0); 
}

.flat-button a.cta-link:hover {
color: #011c2c;
text-decoration: none !important;
cursor:pointer !important;
}

.flat-button-no-border a.classic_yellow_button:hover {
color: #000000;
text-decoration: none !important;
cursor:pointer !important;
background-color: rgb(230, 190, 0); 
}

.flat-button:hover {
  cursor:pointer !important;
}