/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

.post-header h1.entry-title {
	font-size: 22px;
	font-family: 'Architects Daughter', cursive;
	color: #555;
}

ul.sub-menu li a {
	font-weight: bold !important;
}

ul.sub-menu li:hover {
	background: #f71414;
}

.sb-widget.widget_black_studio_tinymce {
	font-family: 'Architects Daughter', cursive;
	color: #555;
}

.sb-widget.widget_black_studio_tinymce .textwidget {
	padding-left: 10px;
}

#text-4 .textwidget {
	font-family: 'Architects Daughter', cursive;
	color: #555;
}

.fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop {
	margin-bottom: 10px;
}

.dem-answers .dem-label {
	font-family: 'Architects Daughter', cursive;
	color: #555;
}

.wpdevbk label {
	font-weight: bold;
	font-family: 'Architects Daughter', cursive;
	color: #555;
}

.entry p {
	font-family: 'Architects Daughter', cursive;
	font-size: 16px;
	color: #555;
}

.mh-excerpt {
	font-family: 'Architects Daughter', cursive;
	color: #555;
}

h3.loop-title a {
	font-family: 'Architects Daughter', cursive;
	color: #555;
}

.widget_wpdev_booking {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
}

h1.logo-name {
	font-family: 'Indie Flower', cursive;
	font-size: 26px !important;
	color: #0084CA;
}

h2.logo-desc {
	font-family: 'Architects Daughter', cursive;
	color: #FF8019;
}

.mh-excerpt a {
	padding: 2px 20px;
	background: #61A9DE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	transition: .3s;
}

.mh-excerpt a:hover {
	background: #D40000;
}

#cssable-countdown-0 .countdown_descr {
	border: 1px dotted #000;
	background: #D40000;
	color: #fff !important;
	padding-left: 5px;
	font-weight: bold;
}

#cssable-countdown-0 span.countdown_show3 {
	color: #6190BF;
	font-weight: bold;
	font-size: 16px;
}

.post-thumbnail {
	display: none;
}

.wrapper-corporate {
	-webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 24px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 24px 0 rgba(0,0,0,0.75);
}

.copyright a {
	font-size: 0;
}

.dboxlite_shadow {
	display: none !important;
	opacity: .5;
}

.main-nav li a {
	color: #fff !important;
}

.main-nav {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e23318+33,ea2803+46,ff6600+100,c72200+100,f71414+101&1+0,0.96+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: rgba(255,175,75,1);
	background: -moz-linear-gradient(left,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
	background: -webkit-gradient(left top,right top,color-stop(0%,rgba(255,175,75,1)),color-stop(100%,rgba(255,146,10,1)));
	background: -webkit-linear-gradient(left,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
	background: -o-linear-gradient(left,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
	background: -ms-linear-gradient(left,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
	background: linear-gradient(to right,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b',endColorstr='#ff920a',GradientType=1);
}

#wpfb_filelistwidget-4 ul li {
	margin-bottom: 10px;
}

#wpfb_filelistwidget-2 ul li {
	margin-bottom: 10px;
}

ul.sub-menu li {
	background: #6190BF;
	border-radius: 0 0 0 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 0 0 0 !important;
	border: 0 solid #000000 !important;
	font-family: 'Play', sans-serif;
}

ul#menu-izbornik-1 li.current-menu-item {
	background: #61A9DE !important;
}

ul#menu-izbornik-1 li a:hover {
	background: #61A9DE !important;
}

ul#menu-izbornik-1 li a {
	font-family: 'Play', sans-serif;
	transition: .4s;
}

ul#menu-glavni-izbornik-1 li:hover {
	background: #61A9DE !important;
}

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

ul.sub-menu li:hover {
	background: #f71414;
}

p.jp-relatedposts-post-context {
	display: none;
}

#archives-5 ul li a {
	background: #e9eff3;
	padding: 9px;
	display: block;
	margin-bottom: 1px;
	transition: .3s;
}

#archives-5 ul li a:hover {
	background: #4D90FE;
	color: #fff;
	text-decoration: none;
}

.danilo-slider {
	max-width: 980px;
	max-height: 460px;
	margin-bottom: 30px;
}

.times-up {
	animation: blinker 1s linear infinite;
	font-weight: bold;
	color: #E80000;
	font-size: 20px;
}

#subscribe-submit {
	margin-top: 10px;
}

.widget_wpdev_booking {
	color: #ee5f5b;
}

.post-213.page .entry p {
	font-family: 'Arial', cursive;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}