/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 Helvetica, Arial, sans-serif;
	color:#444;
}

body.home .container-fluid {
    padding-right: 12px;
    overflow-y: hidden;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
/*.clear {
    *zoom:1;
}*/

img {
	max-width:100%;
	vertical-align:bottom;
}


a:focus {
	outline:0;
}

.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}

a:hover,
a:active {
	outline:0;
	text-decoration: none;
	color: #fff;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	/*position:relative;*/
}
/* header */
.header {
	/*position: fixed;*/
	z-index: 9;
}
/* logo */
.logo {

}
.logo-img {

}

/* nav */

ul.nav {
	margin-top: 3px;
}

nav.navbar {
	position: static;
	top: 0;	
}

.navbar {
	min-height: 36px;
}

.navbar-brand {
    float: left;
    height: 30px; 
    padding: 18px 15px;   
}

/*body.home .info {*/
/*    margin-right: 3px;*/
/*}*/

.info {
    color: #fff;
    margin: 0;
    padding: 0;
}



.header.pos-fixed .navbar-toggle {
    margin-right: 7px;
}

.single .header .navbar-toggle {
    margin-right: 7px;
}

/*.single-post .marquee {*/
/*        position: fixed;*/
/*    top: 35px;*/
/*    z-index: 1;*/
/*}*/

/*.post .wp-block-image:first-of-type,*/
/*.post .wp-block-gallery:first-of-type{*/
/*    margin-top: 32px;*/
/*}*/



.pos-fixed {
	position: fixed;
}

.navbar-collapse ul{	
	float: inherit;
	margin-left: 150px;
}

nav ul li {
	display: inline;
	list-style-type: none;	
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}

.navbar-brand, ul li a {
	color: #fff;
	text-transform: uppercase;
	line-height: 0;
}

ul li::before {
	content: "\2022"; 
	color: #fff;
	font-weight: bold;
	display: inline-block;
	position: absolute;
	margin-top: 0;
}

.navbar-nav>li>a {
	padding: 5px 15px;
	margin-left: 8px;
}

.navbar-toggle {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 0;
}


.b-0 {
	border: 0;
}

.br-0 {
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

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

.navbar-toggle {
	padding: 0;
}

/* marque */

.marquee {
    width: 450px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
}

.marquee span{
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 30s linear infinite;
}


/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

/* sidebar */

.sidebar {
	display: none;
}

li.comment {
	display: none;
}



/*  tags */

body.tag h2 a{
	display: none;
}

.inactive {
	opacity: 0.1;
	pointer-events: none;
  	cursor: default;
  	text-decoration: none;
  	color: black;
}

.showtemp {
    opacity: 1;
    pointer-events: all;
    display: inherit;
}


/* footer */
.footer {

}

/*     margins & paddings       */


.ml--5 {
	margin-left: -25px;
}

.ml-2 {
	margin-left: 10px;
}

.ml-4 {
	margin-left: 20px;
}

.mr-3 {
	margin-right: 15px;
}

.mt-20 {
	margin-top: 100px;
}

.mb-0 {
	margin-bottom: 0;
}

.py-1 {
	padding-top: 5px;
	padding-bottom: 5px;
}


/* post */

.post p {
	/*position: absolute;
	top: 36px;*/
	font-size: 24px;
	color: #000;
	background-color: #fff;
	/*padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;*/
	/*height: 34px;*/
	width: 100%;
	margin-bottom: 0;
}

/*.single-post .marquee {*/
/*    position: fixed;*/
/*    top: 35px;*/
/*    z-index: 1;*/
/*}*/

.single-post .post a {
	display: none;
} 

.home .post p {
	position: relative;
}

.home h2 {
	display: none;
}

.date, .author {
	display: none;
}

.post h1 {
	margin: 0;
}




/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* categories */

body.home .post {
	display: inline-block;
	margin-left: -3px;
}


body.tag .category-third,
body.home .category-third {
	width: 33.3%;
}

body.tag .category-third img,
body.home .category-third img {
	width: 100%;
}


body.tag .category-half,
body.home .category-half {
	width: 50%;
}

body.tag .category-half img,
body.home .category-half img {
	width: 100%;
}


body.home .category-full,
body.tag .category-full img {
	width: 100%;
}

body.home .category-full img,
body.tag .category-full img {
	width: 100%;
}





/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-12 {
	padding: 0;
}

.wp-block-image {
	margin-bottom: 0;
}

.wp-block-image img {
	margin: 0;
	width: 100%;
}




/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: Helvetica, Arial, sans-serif;
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

.font-24 {
	font-size: 22px;
}

.font-white {
	color: #fff!important;
}

.font-black {
	color: #000;
}

.font-bold {
	font-weight: bold;
}

/*  other   */

.bg-white {
	background-color: #fff;
}

.bg-black {
	background-color: #000;
}


.full-width {
	width: 100%;
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (max-width:768px) {

	.navbar-collapse {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}

	body.tag .category-third,
	body.home .category-third,
	body.tag .category-half,
	body.home .category-half {
		width: 100%;
	}

	.xs-pl-0 {
		padding-left: 0!important;
	}
	
	.navbar-toggle {
	    display: block!important;
	}

	.inactive {
    	display: none !important;
    }
    
    .showtemp {
        display: block !important;
    }

}
@media only screen and (max-width:1024px) {
	ul li::before {
		display: none;
	}
	
	.navbar-nav>li>a {
        padding: 5px 15px;
        margin-left: 0;
        }

	.navbar-toggle {
	    display: none;
	}

	.navbar .container-fluid {
		padding: 0;
	}

	.navbar-header {
		background-color: #000;
		width: 100%;
	}

	.navbar-toggle .navbar-brand {
		color: #000;
	}

	.navbar-collapse {
		padding: 0;		
	}

	.navbar-collapse ul {
	    float: inherit;
	    margin-left: -15px;
	    display: inherit;
	    padding-left: 15px;
	}

	.navbar-collapse ul li {
		width: 100%;
	}

	#navbar ul li a {
		line-height: 1;
		color: #000!important;
		border-bottom: 1px solid #000;
	}

	ul.nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	#navbar ul li a:hover {
	    background: #000;
	    color: #fff!important;
	}
	
	#navbar ul li a:focus {
	    background: #000;
	    color: #fff!important;
	}

	.navbar-collapse {
		background-color: #fff;
	}

}

@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
