/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* FONTIMPORT ######################################################################### */

@font-face {
    font-family: 'MisoRegular';
    src: url('font/miso-regular-webfont.eot');
    src: url('font/miso-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/miso-regular-webfont.woff') format('woff'),
         url('font/miso-regular-webfont.ttf') format('truetype'),
         url('font/miso-regular-webfont.svg#MisoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MisoLight';
    src: url('font/miso-light-webfont.eot');
    src: url('font/miso-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/miso-light-webfont.woff') format('woff'),
         url('font/miso-light-webfont.ttf') format('truetype'),
         url('font/miso-light-webfont.svg#MisoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MisoBold';
    src: url('font/miso-bold-webfont.eot');
    src: url('font/miso-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/miso-bold-webfont.woff') format('woff'),
         url('font/miso-bold-webfont.ttf') format('truetype'),
         url('font/miso-bold-webfont.svg#MisoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ------------------------------------------------------------------------------------------------ */


h1, h2, h3, h4, h5, h6, .dt-fancy-title{
	font-family: 'MisoRegular' !important;
	font-weight: normal !important;
    font-style: normal !important;
	color:#d23717 !important;
	letter-spacing:1px !important; 
}

.monthName{font-family: 'MisoRegular' !important; font-size:28px !important;}

body #booked-profile-page .booked-user h3 { color: #ffffff !important;}
body #booked-profile-page .booked-profile-header .booked-logout-button {
	padding:5px 10px !important;
	background-color:#ffffff !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left:20px;
	color:#279315 !important;
}

body #booked-profile-page .booked-user h3 a:hover{ color:#d23717 !important;}

.wpdm-download-link{ 
	padding:5px 15px;
	background-color:#3FA535 !important;
	color:#ffffff !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
.dt-single-mfp-popup, .sidebar-content .widget .w3eden .badge{ display:none !important;}


img[class*="attachment-"]{
	

	}

.cat-title {
    font-size: 34px !important;
	font-family: 'MisoRegular' !important;
}

.cat-title a{
	text-decoration:none !important;
}

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

    .cat-title {background: url(http://download.speed.fit/wp-content/plugins/multiverso/images/category2x.png) no-repeat left center !important; background-size: 50px 40px !important;}
}

.w3eden.user-dashboard .card .card-footer {
    background: #3FA535 !important;
    margin-top: 0px !important;
}

.card .card-footer::after {
    border-color: #3FA535 transparent !important;
}

.w3eden .btn-primary{background-color: #3FA535 !important;}
.w3eden img {margin-bottom:6px !important;}

.w3eden h4 {font-size: 16px !important;}
.wpdm-lt-card a {color: #d23717 !important;}
.wpdm-lt-card a:hover { text-decoration: none !important;}
.wpdm-lt-card img{ width:100%}
.loggedinonly { visibility: hidden; }
body.logged-in .loggedinonly { visibility: visible; }

.home .w3eden .btn-xs{padding:15px 25px !important}