	/*
Theme Name: Collektion (Child Theme)
Description: Collektion is a beautiful and well built WordPress blogging theme, inspired on narrative trend sites like Exposure and Medium. 
Author: Simon Bouchard
Author URI: http://themeforest.net/user/SimonBouchard
Template: collektion
*/

/*
clear: a6bcca
*/

@import url("../collektion/library/css/style.css");

/* = Add your own modification from here
-------------------------------------------------------------- */

.fixed-top {
	background-color: white;
    box-shadow: 0 3px 5px #CCCCCC;
	height: 40px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.headLogo {
	float: left;
}
.headSocial {
	float: right;
	padding-top: 4px;
}
.shareIcon {
	background-color: #FFFFFF;
	display: block;
	float: right;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 17px 0 13px;
}
.shareIcon {
	color: #424347;
}
#headSocialButtons {
	float: right;
	padding: 0px 7px 0 13px;
}

.page-header.parallax {
    background-position: 50% 0px !important;
}

body {
	font-family: "Open Sans";
}
.sb-slidebar .slide-menu ul li a {
    font-size: 1em;
	line-height: 1.3;
}

.page-header .header-table .header-cell .hgroup h1 {
    font-size: 2em;
}

.social .share-social .accent {
    margin: 1em 0 0.5em 0;
}

.typesettings h2 {
    color: #333;
    font-size: 0.9em;
	line-height: 1.3;
}

.typesettings h4 {
    color: #666666;
    font-size: 0.9em;
	line-height: 1.3;
}
.typesettings blockquote p {
	font-family:old standard tt;
	color:#ACA9AA;
	font-size:2.5em;
}
.explore .dropy {
    width: 55%;
}

ul.sub-menu {
    text-align: center;
}
ul.sub-menu li {
    font-size: 12px;
}

/* /\/\/\/\/\ */
/* responsive */
/* /\/\/\/\/\ */

/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) – navbar width: 720px*/
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) – navbar width: 940px */
@media (min-width: 992px) {

    .page-header .header-table .header-cell .hgroup h1 {
        font-size: 4em;
    }

    .sb-slidebar .slide-menu ul li a {
        font-size: 2em;
        line-height: 1.5;
    }
    
    .typesettings h2 {
        font-size: 2.2em;
    }
    
    .typesettings h4 {
        font-size: 1.2em;
    }

}

/* Large devices (large desktops, 1200px and up) – navbar width: 1140px */
@media (min-width: 1200px) {

}

/**
 * responsive video container
 */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Accordion Styles */
.accordion {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.accordion h3 {
    font-size: 1.2em;
    line-height: 1.3;
    color: #666666;
}
.accordion-title {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}
.accordion-title:hover {
	text-decoration: underline;
}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}

