/* 
 Theme Name:   Partner LC Blank Theme
 Theme URI:    
 Description:  
 Author:       Gregor
 Author URI:   
 Template:     lc-blank
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

body {
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 16px;
	display: block;
	margin: 0px;
	line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	color: #333;
}

h1 {
/*	padding-left:60px;
	background-image: url(/wp-content/uploads/2018/03/pika.png);
    background-repeat: no-repeat;
    background-position: left;*/
	margin-top: 0.2em ;
	margin-bottom: 0.1em ;
    -webkit-margin-before: 0.2em ;
    -webkit-margin-after: 0.1em;
}

h5,h6 {
	margin-top: 0.0em ;
	margin-bottom: 0.0em ;
    -webkit-margin-before: 0.0em ;
    -webkit-margin-after: 0.0em;
}

a:link {
	color: #41362E;
	text-decoration: none;
}

a:visited {
	color: #41362E;
	text-decoration:none;
}

a:active  {
	color: #41362E;
	text-decoration:none;	
}

a:hover {
	color: #181411;
	text-decoration: underline;
	text-decoration-color: #F92A82;
}
	
.header-title a:hover {
	text-decoration: none;
	color:#FFF;
}
	

/*events*/
.events .dslc-blog-post-meta {
	float: left;
	padding: 5px 0 5px 0;
	width: 60px !important;
	min-width: 60px;
}

.events .dslc-blog-post-meta-date {
	float: left !important;
	
}

.events .dslc-blog-post-meta-date-day {
	background-color: #ed217c;
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 32px;
	padding: 5px;
}
.events .dslc-blog-post-meta-date-month {
	background-color: #ed217c;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
	padding: 5px;
}
.events .dslc-blog-post-meta-date-hour {
	background-color: #FFF;
	color: #ed217c;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 20px;
	padding: 5px;
}
.events .dslc-blog-post-title {
	padding: 0 5px 0 5px;
}

input[type=text], input[type=password], input[type=number], input[type=email], input[type=tel], textarea, select {
    background-color: #eeeeee;
    border-radius: 5px;
    color: #000000;
    font-size: 16px;
    font-family: "Raleway";
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: none;
}

input[type=submit], button {
    background-color: #25aae1;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Raleway";
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #0f75bc;
    border-width: 1px;
    border-style: solid solid solid solid;
}

input[type=submit]:hover, button:hover {
    background-color: #0f75bc;
    color: #ffffff;
    border-color: #25aae1;
}

/*Lepotni*/

blockquote {
	margin-left:0px;
	margin-right:0px;
	padding-bottom:22px !important;
}
/**************************************/

/*Kontakt*/
@media only screen and (min-width: 768px) {
.kontakt {
	width:100%
}
}

/* Main menu*/


.menu-main-container #menu-main a {
	position: relative;
	/* [disabled]color: #df5d4a; */
}
.menu-main-container #menu-main a:after {
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	top: -10px;
	width: 0px;
	height: 5px;
	background-color: #ed217c;
	content: "";
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.menu-main-container #menu-main a:hover {
	/* [disabled]color: #df5d4a; */
}
.menu-main-container #menu-main a:hover:after {
  width: 100%;
  left: 0px;
}

.menu-main-container #menu-main .sub-menu a:after  {
	top: 40px;
}


/*Table*/
table { 
    border-spacing: 0;
    border-collapse: collapse;
	width:100%;
}

table td {
	display: table-cell;
	padding: 5px;
    }
table tr {
    vertical-align: bottom;
    border-bottom: 1px solid #ccc;
  }	


thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc;
  }

tbody > tr:hover {
    background-color: #eee;
  }
  
/*Novice*/
.novice img {
	max-height:250px;
}

/* Mobilne */
@media only screen and (max-width: 767px) {
	.dslc-col, .dslc-no-columns-spacing .dslc-col {
		margin-bottom:0px;
	}
}
@media screen and (max-width: 767px) {
   img[class^="size-full"] {
       width: 100% !important;
       height: auto !important;
       margin: 0 !important;
       line-height: initial !important;
   }
}


