/*
	Theme Name: Slowind
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto & Eda Pavletic

	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

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

html, body { margin: 0; padding: 0; border: 0;  
				background: transparent; font-size:12px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

img 	{ margin:auto;  border:0; max-width: 100%; height: auto; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
	font-family:  'Roboto Condensed', sans-serif;
	font-size:100%;
	font-weight: light;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	
	}

ol, ul { list-style: none; }

article	{
	padding: 0px 0px;
	height: 100%;
}


/* Global */



/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: lighter; color: #e5dbb8;  }

h1 { font-size:18px; color:#698296; padding-bottom:15px; text-transform: uppercase; font-weight:100; line-height: 1.3;  }
h2 { font-size:18px; color:#698296; padding-bottom:5px;text-transform: uppercase; }
h3 { font-size:18px; color:#698296; padding-bottom:5px;text-transform: uppercase; }
h4 { font-size:12px; color:#e5dbb8; line-height: 1.2; text-transform: uppercase;}
h5 { font-size:12px; color:#e5dbb8; line-height:1.2;  padding-bottom: 7px;  }
h6 { font-size:10px; color:#698296; padding-bottom:5px;text-transform: uppercase; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

h1	{
	clear:both;
}

hr	{
	color:#e5dbb8;
}


/* Text Elements */

a:link {
	color:#698296;
}
a:visited		{ color: #698296;  }
a:active 		{ color: #698296;  }
a:focus			{ color: #465f6f;  }
a:hover     	{ color: #465f6f;  }


#widgets a:link {
	color:#698296 !important;
}
#widgets a:visited		{ color: #698296;  }
#widgets a:active 		{ color: #698296;  }
#widgets a:focus			{ color: #465f6f;  }
#widgets a:hover     	{ color: #465f6f;  }

.title	{
	font-size:18px;
	text-transform: uppercase;

}

p           	{ color:#e5dbb8; font-size:12px; line-height:150%; font-weight:100; white-space:initial; padding-bottom:15px;  }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

.nav a           	{   }
.nav a:link			{ color: #e5dbb8;  }
.nav a:visited		{ color: #e5dbb8;  }
.nav a:active 		{ color: #000;  }
.nav a:focus			{ color: #000;  }
.nav a:hover     	{ color: #000;  }

.nav .current-menu-item a	{
	color: #000 !important;
}


blockquote  	{ color:#000; font-size:12px; }

strong      	{ font-weight: bold; }
em		      	{ font-style: italic; }

.recent-post p	{
	margin-bottom:15px;
}

.intense .container a:hover	{
	font-weight:bold;
}
.content	{
	margin-top: 0px;
	padding-bottom: 15px;
	border-bottom: 1px #e5dbb8 solid;
	margin-bottom: 15px;

}

.textwidget .content	{
	border-bottom: 0px #e5dbb8 solid;
}

.aligncenter	{
	text-align:center;
	position:relative;
	left: 50%;
	transform: translate(-50%);
}

ul li	{
	display:inline;
}
.textwidget li	{
	padding-right:3px;
}

.textwidget li a           	{   }
.textwidget li a:link			{ color: #e5dbb8;  }
.textwidget li a:visited		{ color: #e5dbb8;  }
.textwidget li a:active 		{ color: #000;  }
.textwidget li a:focus			{ color: #000;  }
.textwidget li a:hover     	{ color: #000;  }

.textwidget li .current-menu-item a	{
	color: #000 !important;
}

#black-studio-tinymce-3 .content {
	padding-top: 10px;
}


#box_05 .textwidget p a	{
	color: #e5dbb8;
}

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

/* CSS Document */

html, body	{
	height:100%;
	background-color: #373737;
	margin:0;
	padding:0;
	font-family: 'Roboto Condensed', sans-serif;}

#wrapper	{
	min-height: 100%;
	position:relative;
	width: 1200px;
	margin: auto;
}

header	{
	width:1200px;
	height: 75px;
	background-color: #465f6f;
	position:fixed;
	z-index:100;
}

main	{
	padding-top: 75px;
	padding-bottom: 135px;
	z-index:1;
}

section	{
}

#widgets	{
	padding-bottom: 25px;
	overflow: auto;
}

#vsebina	{
	overflow:auto;
	padding-top:0px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-top: 15px;
}

.collapseomatic_content 	{
	padding-bottom: 15px;
}

.collapseomatic_content a:link			{ color: #e5dbb8;  }
.collapseomatic_content a:visited		{ color: #e5dbb8;  }
.collapseomatic_content a:active 		{ color: #fff;  }
.collapseomatic_content a:focus			{ color: #fff;  }
.collapseomatic_content a:hover     	{ color: #fff;  }


.logo-img	{
	height: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right:50px;
	float:left;
}

li .alignnone	{
	padding-right: 5px;
}

.textwidget	{
	padding-top: 5px;
}

.nav	{
	text-transform:uppercase;
	float:left;
	position:relative;
	margin-top:36px;
	padding:0;
}

.nav ul {
	margin:0;
	padding:0;
}

.nav ul li	{
	list-style:none;
	display:inline;
	padding-left:0;
	padding-right:25px;
	color:#FFF;
	font-size:16px;
	padding-top:0px;
	margin:0;
}

.social-icons	{
	float:right;
	height:35px;
	position:relative;
	transform: translate(0%, 50%);
}
.huge_it_slideshow_image_wrap_gallery_4	{
	padding-bottom: 20px;
}

.textwidget .display-posts-listing	{
	padding-top: 0px;
}

.post-243	{
	padding-top: 25px;
}

.post-589	{
	padding-top: 25px;
}
.display-posts-listing	{
	padding-top:25px;
}
.social-icons .textwidget a	{
	padding-right: 0px;
	}

#slider	{
	width:1200px;
	margin: 0 auto;
	padding:0 0 15px 0;
}

.slider	{
}

footer	{
	width: 1200px;
	height: 120px;
	position: absolute;
	bottom:0px;
	margin:auto;
	padding-top:15px;
	background-color: #373737;

}

#vsebina #vsel .vsel-content	{
	border-bottom: 1px #e5dbb8 solid !important;
	}




#box_01, #box_04 	{ 
	width: 380px;
	float:left;
	padding-right: 15px;
}

#box_02, #box_05	{
	width: 380px;
	float:left;
	padding:0 15px 0 15px;
}

#box_03, #box_06	{
	width: 380px;
	float:left;
	padding-left: 15px;
	margin:0;
}


.footer p	{
	font-size:10px;
	color: #e5dbb8;
}

.copyright	{
	font-size:10px;
	color: #e5dbb8;
}

.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

td	{
	font-size: 14px;
	color: #e5dbb8;
	font-weight: lighter;
	line-height: 1.3;
}

td p	{
	font-size: 14px;
	color: #e5dbb8;
	font-weight: lighter;
	line-height: 1.3;
}

table	{
	padding: 25px 0px;
}
#black-studio-tinymce-12 .textwidget {
  /*display: none;*/
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */

}
iframe {

  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.hover-class {
height: 130px;
width: 130px;
display: block;
border: none;
margin-top: 0px;
margin-left: 0px;
}

.auto_width	{
	margin-left: 10px;
}

.jurij	{
	background: url("https://slowind.org/wp-content/uploads/2016/04/Jurij-Jenko.jpg") no-repeat;
}
.ales	{
	background: url("https://slowind.org/wp-content/uploads/2016/04/Ales-Kacjan.jpg") no-repeat;
}
.matej	{
	background: url("https://slowind.org/wp-content/uploads/2016/04/Matej-Sarc.jpg") no-repeat;
}
.metod	{
	background: url("https://slowind.org/wp-content/uploads/2016/04/Metod-Tomac.jpg") no-repeat;
}
.paolo	{
	background: url("https://slowind.org/wp-content/uploads/2016/04/Paolo-Calligaris.jpg") no-repeat;
}
.hover-class:hover {
background-position: right;
}
.hover-class:active {
background-position: right;
}

.hide	{
	display:none;
}

.listing-item	{
	border-bottom: 0px #e5dbb8 solid;
	padding: 25px 0 5px 0;
}

.textwidget .listing-item	{
	border-bottom: 0px #e5dbb8 solid;
}

.crp-wrapper	{
	padding-top: 7px;
	max-width: 100%;
	overflow:hidden;
}

.menu-icon	{
	background-color:#465f6f;
	width: 30px;
	height: 30px;
	padding-top:5px;
	cursor:pointer;
	float:right;
	margin-right: 7px;
	display: none;
}


#menuToggle	{
	display: none;
}

#vsel .vsel-content	{
	border: none;
}


#vsel .vsel-meta	{
	width: 100% !important;
}

#vsel .vsel-meta h4	{
	font-size: 18px !important;
	color: #698296 !important;

}

#vsel .vsel-image-info	{ 
	width: 100% !important;
	float: left !important;
}
#widgets #box_01,
#widgets #box_02,
#widgets #box_03 {

}

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

@media only screen and (max-width:380px) {
#box_01, #box_02, #box_03	{
	max-width: 100%;
}

img	{
	max-width: 97%;
}

#box_04, #box_05, #box_06	{
	max-width: 100%;
}

}
@media only screen and (max-width:480px) {
	
.social-icons ul li a img	{
	width: 25px;
	height: 25px;
}

.social-icons .textwidget a	{
	padding-right: 0px;
	}

.logo-img	{
	height:15px;
	padding-right: 5px;
	padding-top: 40px;
}

}
@media only screen and (max-width:768px) {
	
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr { 
	display: block;
	max-width: 97%;
}

table p	{
	padding-right: 15px;
}

#box_01, #box_02, #box_03, #box_04, #box_05, #box_06	{
	width: 97% !important;
	padding-left: 1.5%;
	float: left;
	max-width: 100% !important;
}
	
	
}
@media (max-width:1025px) {

.menu-icon	{
	display: block;
}

.menu-side	{
	background-color: #465f6f;
	position: absolute;
	top:-150px;
	width: 100%;
	padding-left: 15px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;

}

.nav	{
	margin-top: 15px;
}

.nav ul li	{
	display:block;
	padding-bottom:5px;
}

.logo-img	{
}

#menuToggle:checked ~ .menu-side	{
	position: absolute;
	top:75px;
}


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

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

#wrapper	{
	width: 100%;
}

#widgets	{
	max-width: 100% !important;
}


header	{
	width:100%;
}
#slider	{
	width:100%;
}

footer	{
	width: 100%;
}

#box_01, #box_02, #box_03, #box_04, #box_05, #box_06	{
	width: 30.3%;
	padding-left: 1.5%;
	padding-right: 1.5% !important;
}


table	{
	max-width: 100%;
}

td 	{
	padding-left: 20px;
}

#vsebina p {
	padding-left: 0;
	
}

td p	{
	padding-left: 15px !important;
}

table	{
	padding-top: 0;
}

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

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


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



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


input {
    width: 280px;
    margin: 0 0 16px 10px;
    border: 1px #bbb solid;
    padding: 7px;
    background: none;
	color: #e5dbb8;
}

input:focus, textarea:focus {
    background-color: #698296;
    border: 1px #e5dbb8 solid;
    color: #e5dbb8;
}

