/*
Theme Name: Flat Bootstrap Child
Theme URI: http://xtremelysocial.com/wordpress/child/
Description: Child theme for Flat Bootstrap. Includes a stylesheet (style.css) for you to restyle any of the CSS and a functions.php file to change theme parameters or components. Both files include samples of a few common things you might want to do.
Author: XtremelySocial
Author url: http://xtremelysocial.com
Version: 1.4
License: GNU General Public License
License URI: http://www.opensource.org/licenses/GPL-3.0
Template: flat-bootstrap
Template Version: 1.4
Tags: one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, featured-image-header, full-width-template, flexible-header, theme-options, sticky-post, threaded-comments, light, translation-ready, rtl-language-support, custom-background
*/

/* Include the parent theme's stylesheet(s). Then anything you change below that will
 * override those styles. If you'd rather start from scratch, you can comment out this
 * next line.
 */
@import url("../flat-bootstrap/style.css");

@import url("css/theme-flat.css");

@import url("css/bootstrap-social/bootstrap-social.css");

/* PUT YOUR CHANGED STYLES HERE 
 * 
 * The best way to do this is to copy in the relevant section from the parent's style.css
 * file, change what you want, and remove the lines that you didn't change.
*/

/* Make the buttons square. This is just an example, remove it if you want. */
.btn {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

/* Change the content header to dark blue. This is just an example. */
.content-header {
	background-color: #2980b9;
}

/* PUT ANY NEW STYLES TO USE IN YOUR CONTENT AREAS HERE SO YOU CAN EASILY PASTE THIS
 * SECTION IF YOU CHANGE THEMES
 */
/* similar font to LEANTECHNIK-font (Futura)
 */
body {
	font-family: "Work Sans", "Lato", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
}

a {
    color: #A0148E;
}

a:hover i,
a:focus i {
	color: #A0148E;
}

.sidebar-footer span:hover, 
.sidebar-footer span:active, 
.sidebar-footer i:hover,
.sidebar-footer i:active {
	color: #A0148E;
}

.navbar-inverse {
    background-color: #FFF;
    border-color: #A0148E;
}

.navbar-brand {
    color: #A0148E !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #A0148E;
}

.menu-item .menu-item-type-post_type .menu-item-object-page .menu-item-has-children  .dropdown {
    color: #999 !important;
}

.menu-item .menu-item-type-post_type .menu-item-object-page .menu-item-has-children .dropdown open{
    color: #999 !important;
}

/* responsive video player */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img, .videopress-placeholder {
/*     height: unset !important; */
}
