/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://www.asociacija.si/si/wp-content/themes/twentyfifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

html {
	height: 100%;
}

body {
	font-family: 'Rubik', sans-serif;  
	background-color: #F1F1F1;
	height: 100%;
	color: #333;
}

.site-main {
	padding-top: 5%;
}

.sidebar .site-header .site-title a {
	display: block;
	height: 140px;
	width: 100%;
}

.sidebar .secondary {
	border: 2px solid #ff003c;
}

.widget a:hover {
	color: #dd0337;
}

.widget.about-contact {
	display: none;
}

.widget.homepage-header {
	border-top: 0;
	padding: 0 0 3rem 0;
	margin-bottom: 1rem;
	margin-top: -27px;
}

.widget.homepage-header .textwidget a {
	border-bottom: solid 2px #ff003c;
}

.widget.fb-link {
	border-top: none;
}

table.homepage-header {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.homepage-header td {
	padding: 0;
	width: 32%;
	border: none;
	text-align: center;
	vertical-align: middle;
}

.badge {
	border: solid 2px #ff003c;
	display: block;
	text-transform: uppercase;
	font-size: 2.8rem;
	background-color: white;
}

.badge:hover {
	background-color: #ff003c;
}

.widget .badge:hover {
	color: white;
}

.badge+.badge {
	border-top: none;
}

.badge.square {
	padding: 10rem 2rem;
}

.badge.rectangle {
	padding: 2rem 2rem;
}

.badge.circle {
	padding: 6.2rem 6rem 3.6rem 6rem;
	margin: 0 1rem;
}

.badge.circle .desc {
	line-height: 1.6;
	color: #6D6E70;
	font-size: 1.6rem;
	text-transform: none;
	margin-top: 0.8rem;
}

.page-header {
	padding: 4.8%;
}

.page-header h1 {
	font-weight: 400;
	font-family: 'Rubik', sans-serif;  	
}

.nav-links {
	font-family: 'Rubik', sans-serif;  
	font-weight: 400;
}

.post-navigation .post-title {
	font-family: 'Rubik', sans-serif;  
	font-weight: 400;
	font-size: 2.0rem;
}

.entry-content a.more-link, .entry-summary a.more-link {
	border-bottom: none;
	color: #ff003c;
}

.entry-title {
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin-bottom: 1.0em;
}

#kulturosfera-list {
	padding-bottom: 3%;
}

#kulturosfera-list ul {
	margin-left: 70px;
	margin-bottom: 0;
}

#kulturosfera-list ul li {
	padding-left: 5px;
}

#kulturosfera-list ul.kulturosfera-list-cards {
	margin: 0 6% 6% 6%;
}

#kulturosfera-list ul.kulturosfera-list-cards li {
	list-style: none;
	width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 20px;
}

#kulturosfera-list ul.kulturosfera-list-cards li .cover {
	display: block;
	background-color: #ff003c;
	height: 180px;
	width: 100%;
	position: relative;
}

#kulturosfera-list ul.kulturosfera-list-cards li a .cover-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px 10px;
	color: #fff;
	background-color: #ff003c;
}

@media screen and (max-width: 620px) {

	#kulturosfera-list ul.kulturosfera-list-cards li {
		width: 100%;
		float: none;
	}
}

.sidebar .site-header .site-title {
	background-image: url('http://www.asociacija.si/si/wp-content/uploads/2016/07/asociacija-logo-small.png');
	background-repeat: no-repeat;
	background-position: top center; 
	background-size: contain;
	height: 220px;
	width: 100%;
	position: relative;
}

.sidebar .site-header .site-title:hover {
	opacity: 0.4;
}

@media screen and (min-width: 500px) {
	.sidebar .site-header .site-title {
		height: 180px;
		background-image: url('http://www.asociacija.si/si/wp-content/uploads/2016/07/asociacija-logo-pad.png');
	}
}

@media screen and (min-width: 620px) {
	.sidebar .site-header .site-title {
		height: 230px;
	}
}

@media screen and (min-width: 767px) {
	.sidebar .site-header .site-title {
		height: 280px;
	}
}

@media screen and (min-width: 955px) {
	.sidebar .site-header .site-title {
		margin-left: 7%;
		width: 86%;
		height: 140px;
		background-image: url('http://www.asociacija.si/si/wp-content/uploads/2016/07/asociacija-logo-small.png');
	}
}

@media screen and (min-width: 1360px) {
	.sidebar .site-header .site-title {
		background-image: url('http://www.asociacija.si/si/wp-content/uploads/2016/06/asociacija-logo-3.png');
	}
}

@media screen and (max-width: 59.69em) {
	table.homepage-header {
		display: block;
		margin-top: 2rem;
	}

	table.homepage-header tbody {
		display: block;
	}

	table.homepage-header tr {
		display: block;
	}

	table.homepage-header td {
		display: block;
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 2.5%;
	}

	.badge.circle {
		margin: 0;
		padding: 1rem;
	}

	.badge.square {
		margin: 0;
		padding: 1rem;
	}

	.site-header {
		padding: 7% 5%;
	}

	.site-branding {
		padding-right: 0;
	}

	.secondary-toggle {
		bottom: 0px;
		top: 95%;
		border-top: solid 2px #ff003c;
		border-bottom: solid 2px #ff003c;
		border-left: 0;
		border-right: 0;
		width: 100%;
		text-align: left;
	}

	.secondary-toggle:before {
	    content: "\f419";
	}
}


@media screen and (min-width: 59.6875em) {

.main-navigation {
	margin: 0;
}

.sidebar {
	width: 29.5%;
	height: 100%;
	border-right: 2px solid #ff003c;
}

.sidebar .site-header {
	margin: 0;
	padding: 20px 0 0 0;
}

.sidebar .secondary {
	border: none;
	height: 100%;
}

.widget {
	width: 86%;
	margin: 0 7%;
}

.page-header {
	margin: 0 7%;
}

.post-navigation {
    margin: 8.3333% 7% 0;
}

.hentry {
	margin: 0 7%;
	padding-top: 3%;
}

.site-content {
margin-left: 28%;
width: 72%;
}

.entry-header {
	padding: 0 6%;
}

.entry-content, .entry-summary {
	padding: 0 6% 6% 6%;
	font-size: 1.6rem;
}

.entry-content strong, .entry-summary strong {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.6;
}

.entry-footer {
	padding: 2% 6%;
	font-size: 16px;
}

.badge {
	font-size: 2rem;
}

.badge.square {
	padding: 8.6rem 2rem;
}

.badge.circle {
	padding: 5.7rem 1rem 5.7rem 1rem;
}

.badge.circle .desc span {
	display: block;
}

.hentry + .hentry, .page-header + .hentry, .page-header + .page-content {
    margin-top: 4%;
}

.entry-title {
	font-size: 2.6rem;
	font-family: 'Rubik', sans-serif;
}
}


@media screen and (min-width: 85em) {
.sidebar {
	width: 45%;
	border: none;
}

.sidebar .site-header {
	float: left;
	height: 780px;
	margin: 0;
	padding: 0;
}

.sidebar .site-branding {
	height: 780px;
}


.sidebar .site-header .site-title {
	background-repeat: no-repeat;	
	background-position: center 20px;
	height: 800px;
	min-width: 156px;
	clip: auto;
}

.sidebar .site-header .site-title a {
	height: 500px;
}

.site-title:hover {
	opacity: 0.4;
}

.sidebar .secondary {
	float: right;
	border-right: 2px solid #ff003c;
	border-left: 2px solid #ff003c;
	border-top: none;
	border-bottom: none;
	padding-top: 30px;
	width: 240px;
	height: 100%;
}

.widget.about-contact {
	display: block;
	color: #aaaaaa;
	font-size: 1.2rem;
	position: absolute;
	left: -10px;
	top: 540px;
	border-top: none;
	width: 140px;
}

.widget.about-contact a {
	color: #aaaaaa;
}


.widget {
	width: 86%;
	padding: 15px 0;
	margin: 0 7%;
}

.site-content {
margin-left: 30%;
width: 70%;
}

.badge {
	font-size: 2.8rem;
}

.badge.square {
	padding: 10rem 2rem;
}

.badge.circle {
	padding: 6.2rem 6rem 4.2rem 6rem;
	border-radius: 100%;
}

.entry-title {
	font-size: 30px;
	font-family: 'Rubik', sans-serif;
}

}


.textwidget a {
	border-bottom: none;
}

.widget {
	border-top: solid 2px #ff003c;
	color: red;
	margin-bottom: 0;
	padding: 1rem 0 0.5rem 0;
}

.widget a, .widget-title {
	color: #ff003c;
}
.menu-item > a {
	font-weight: bold;	
}

ul.sub-menu a {
	font-weight: normal;
}

ul.sub-menu li {
	margin-bottom: 2px;
}

.widget .menu {
	margin-bottom: 0;
}

.widget_nav_menu li {
	border-top: none;
	padding: 0;
	text-transform: uppercase;
}


.widget .partners h2 {
	color: #6D6E70;
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-weight: normal;
	font-size: 1.8rem;
}

.widget .partners ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.widget .partners ul li {
	margin-left: 0;
	padding-left: 2rem;
	text-indent: -2rem;
}

.widget .partners ul li:before {
	content: '\2192 \0020';
}

.widget .partners a {
	text-decoration: none;
	border-bottom: none;
}

.widget_nav_menu .sub-menu {
	border-top: none;
	padding-top: 0;
	list-style-type: disc;
	padding-bottom: 0.5rem;
	margin-left: 25px;
}

.widget_nav_menu {
	padding: 1.5rem 0;
}

.widget_nav_menu li {
	text-transform: none;
}

.widget_nav_menu #menu-aktualno li {
	text-transform: uppercase;
}
.widget_nav_menu li.kulturne-politike-title {
	text-transform: uppercase;
}

.site-content article { 
border-top: 2px solid #ff003c !important; 
position: static;
} 

article.format-aside {
	padding-top: 20px;
	padding-bottom: 20px;
}

article.format-aside h2 {
	margin-top: 0!important;
	margin-bottom: 0!important;
}


.site-footer  {    
background-color: white;
margin-bottom: 30px;
background-image: url('http://www.asociacija.si/si/wp-content/uploads/2016/07/footer-desktop.png');
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
} 

@media screen and (max-width: 40em) { 
.site-footer  {
margin-top: 50px;    
height: 150px;
background-image: url('http://www.asociacija.si/si/wp-content/uploads/2016/07/footer-mobile.png');
background-position: center center;
} 
}

@media screen and (min-width: 59.6875em) {
.site-footer {
    float: left;
    padding: 0;
margin-left: 33%;
width: 62%;
}
}

@media screen and (min-width: 85em) {
.site-footer {
    float: left;
    padding: 0;
margin-left: 35%;
width: 60%;
}
}

.kulturosfera-main {
	text-align: center;
}

.kulturosfera-main img.logo {
	padding-bottom: 3%;
}

.kulturosfera-main h1 {
	font-family: Roboto;
	font-weight:600;
	font-size: 60px;
	text-align:center;
	color:white;
	background: #ff003c;
	padding: 2% 0;
}

.kulturosfera-main p.tagline {
	padding: 2% 0;
	color: #555555;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

.kulturosfera-main .cover img {
	width: 100%;
}

.kulturosfera-main .cover .credit {
	display: inline-block;
	float:right;
	padding-top: 1%;
	padding-right: 3%;
	color: #555555;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 125%;
	letter-spacing: normal;
	text-align: right;
}

.kulturosfera-main .main-content {
	padding: 3%;
}

.kulturosfera-main .main-content h2 {
	color: #ff003c;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: 125%;
	letter-spacing: normal;
	text-align: left;
	text-transform: uppercase;
}

.kulturosfera-main .main-content hr {
	height: 4px;
	background: #ff003c;
}

.kulturosfera-main .main-content .izpostavljeno {
	text-align: left;
	margin-bottom: 3%;
}

.kulturosfera-main .main-content .izpostavljeno h3 {
	color: #555555;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: normal;
	text-align: left;
	padding-bottom: 1%;
}

.kulturosfera-main .main-content .izpostavljeno p {
	color: #555555;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
}

.kulturosfera-main .main-content .izpostavljeno a {
	font-weight: bold;
	letter-spacing: normal;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #ff003c;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 15px;
	text-transform: uppercase;
	display: inline-block;
}

.kulturosfera-main .main-content .novosti {

 }

.kulturosfera-main .main-content .novosti ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.kulturosfera-main .main-content .novosti ul li {
	margin-bottom: 3%;
}

.kulturosfera-main .main-content .novosti ul li:nth-child(even){
	padding-left: 3%;
}

.kulturosfera-main .main-content .novosti ul li:nth-child(odd){
	padding-right: 3%;
}

.kulturosfera-main .main-content .novosti .novica {
	width: 50%;
	float: left;
	text-align: left;
}

@media screen and (max-width: 620px) {

	.kulturosfera-main .main-content .novosti ul li:nth-child(even){
		padding-left: 0;
	}

	.kulturosfera-main .main-content .novosti ul li:nth-child(odd){
		padding-right: 0;
	}

	.kulturosfera-main .main-content .novosti .novica {
		width: 100%;
		float: none;
		text-align: left;
	}
}

.kulturosfera-main .main-content .novosti .novica h4 {
	color: #555555;
	font-family: Helvetica;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 125%;
	letter-spacing: normal;
	text-align: left;
	padding-bottom: 2%;
}

.kulturosfera-main .main-content .novosti .novica p {
	color: #555555;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	margin-bottom: 0;
}

.kulturosfera-main .main-content .novosti .novica a {
	color: #ff003c;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
}

.kulturosfera-main .main-content .servis-main ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}

.kulturosfera-main .main-content .servis-main ul li {
	padding-left: 15%;
	padding-bottom: 5%;
}

.kulturosfera-main .main-content .servis-main ul li:nth-child(1){
	background: url('kulturosfera/1.png') 5% 0 no-repeat no-repeat;
}

.kulturosfera-main .main-content .servis-main ul li:nth-child(2){
	background: url('kulturosfera/2.png') 5% 0 no-repeat no-repeat;
}

.kulturosfera-main .main-content .servis-main ul li:nth-child(3){
	background: url('kulturosfera/3.png') 5% 0 no-repeat no-repeat;
}

.kulturosfera-main .main-content .servis-main ul li h4 {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 150%;
}

.kulturosfera-main .main-content .servis-main ul li p {
	font-size: 14px;
	color: #555555;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 150%;
	margin-bottom: 0;
}

.kulturosfera-main .main-content .servis-main ul li a {
	color: #ff003c;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	line-height: 150%;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.kulturosfera-main .main-content .mnenja ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}

.kulturosfera-main .main-content .mnenja ul li {
	padding-bottom: 3%;
}

.kulturosfera-main .main-content .mnenja ul li:nth-child(1){

}

.kulturosfera-main .main-content .mnenja ul li:nth-child(2){
	padding-top: 3%;
	border-top: 1px solid #ff003c;
	border-bottom: 1px solid #ff003c;
}

.kulturosfera-main .main-content .mnenja ul li:nth-child(3){
	padding-top: 3%;

}

.kulturosfera-main .main-content .mnenja ul li h4 {
	color: #555555;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	font-weight: bold;
}

.kulturosfera-main .main-content .mnenja ul li p {
	color: #555555;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	word-break: break-word;
	margin-bottom: 0;
}

.kulturosfera-main .main-content .mnenja ul li a {
	color: #ff003c;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	line-height: 150%;
}

.kulturosfera-main .main-content .priloznosti {
	text-align: left;
	padding-bottom: 6%;
}

.kulturosfera-main .main-content .priloznosti a {
	font-weight: bold;
	letter-spacing: normal;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	color: #FF003C;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 15px;
	border-collapse: separate !important;
	border: 2px solid #FF003C;
	border-radius: 0px;
	text-transform: uppercase;
	display: inline-block;
}

.kulturosfera-main .noga {
	background: #FF003C;
	color: #FFF;
}

.kulturosfera-main .noga a.cta {
	padding: 3% 0;
	font-family: Roboto;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	color: white;
	text-decoration: none;
	display: inline-block;
}

.kulturosfera-main .noga ul.links li {
	display:inline-block;
	*display:inline; /*IE7*/
	*zoom:1; /*IE7*/
	margin-right:5px;
	margin-left: 5px;
}

.kulturosfera-main .noga p {
	color: #bebebe;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 200%;
	text-align: center;
}

.kulturosfera-main .noga p a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

.kulturosfera-main .outro {
	color: #999999;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 200%;
	padding: 5% 0;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

li.menu-item {
	margin: 1px 0;
}

li .menu-item a {
	padding: 3px 5px;
}

li .menu-item a:hover {
	color: #fff;
	background-color: #ff003c;
}

li .current-menu-item a {
	color: #fff;
	background-color: #ff003c;
}

#nav_menu-4 a:hover, #onas a:hover {
	padding: 3px 5px;
	color: #fff;
	background-color: #ff003c;
}

/** SERVIS **/

#servis-list {
	padding-bottom: 3%;
}

#servis-list .entry-header h3 {
	padding-left: 5px;
}

#servis-list ul {
	margin-left: 70px;
	margin-bottom: 0;
}

#servis-list ul li {
	padding-left: 5px;
}

#servis-list ul.servis-list-cards {
	margin: 0 6% 6% 6%;
}

#servis-list ul.servis-list-cards li {
	list-style: none;
	width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 20px;
}

#servis-list ul.servis-list-cards li .cover {
	display: block;
	background-color: #ff003c;
	height: 220px;
	width: 100%;
	position: relative;
}

#servis-list ul.servis-list-cards li a .cover-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px 10px;
	color: #fff;
	/* background-color: #ff003c; */
	background-color: rgba(255, 0, 60, 0.7);

}

#servis-list ul.servis-list-cards li a .cover-title h4 {

}

#servis-list ul.servis-list-cards li a .cover-title p {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
}

@media screen and (max-width: 620px) {

	#servis-list ul.servis-list-cards li {
		width: 100%;
		float: none;
	}
}