@font-face {
	font-family: 'Conv_PetitaMedium';
	src: url('/packages/jb_effortless/themes/jb_effortless/fonts/PetitaMedium.eot');
	src: local('☺'), url('/packages/jb_effortless/themes/jb_effortless/fonts/PetitaMedium.woff') format('woff'), url('/packages/jb_effortless/themes/jb_effortless/fonts/PetitaMedium.ttf') format('truetype'), url('/packages/jb_effortless/themes/jb_effortless/fonts/PetitaMedium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body { 
	background: url(/packages/jb_effortless/themes/jb_effortless/images/bg-body.jpg) repeat;
	background-color:#f0eeef;
}

#body_wrapper { 
	/* customize_header_wrapper_bg_color */ background-color:#f0f0f0; /* customize_header_wrapper_bg_color */ 
	width: 1120px; margin:0 auto; 
}

#header_container {
	padding: 20px 0 0; 
}
.header_nav { margin-bottom:20px; }

#logo {
	font-family: 'Conv_PetitaMedium';
	display: block;
	height: auto;
	margin-top: 20px;
}

#logo img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 0;
}

#logo h1 { font-size:60px; line-height: 1.5; }
#logo h2 { font-size:50px; line-height: 1.5; }
#logo h3 { font-size:40px; line-height: 1.5; }
#logo h4 { font-size:30px; line-height: 1.5; }
#logo h5 { font-size:24px; line-height: 1.5; }
#logo h6 { font-size:20px; line-height: 1.5; }

#logo p {
    margin : 0;
	font-size:16px;
}

#logo a {
	/* customize_logo_font */ color:#800080; /* customize_logo_font */
	text-decoration:none;	
}

/* ==== Nav mennu ==== */

.fade>a { color: transparent !important; text-shadow: 0 0 3px rgba(0,0,0,0.4);  }

.navdot {  
	font-family: 'Conv_PetitaMedium', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 5px;
	color:#e5e5e5;
}

#navmenu select {
  display: none;
}

#navmenu{ 
	margin-top: 30px;
	padding:0px;
	background-color:transparent;
}

#navmenu>ul{
	margin:0 0 0 0;
	padding:0;
	height:auto;
	float:left;
}

#navmenu>ul>li{
    display: inline;
	margin:0;
	padding:0;
	list-style:none;
}

#navmenu>ul>li:nth-child(1)>a{ padding: 0 40px 0 0; }

#navmenu>ul>li>a {
	font-family: 'Conv_PetitaMedium', Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-decoration: none;
	padding: 0 40px;
	margin:0px;
	/* customize_nav_font_color */ color:#000000; /* customize_nav_font_color */ 
	background-color: transparent;
  	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}

#navmenu>ul>li>a:hover {
	 /* customize_nav_hover_font_color */ color:#333333; /* customize_nav_hover_font_color */
}
#navmenu>ul>li>a.nav-path-selected:hover {
	/* customize_nav_path_selected_hover_font_color */ color:#000000; /* customize_nav_path_selected_hover_font_color */
}

#navmenu>ul>li>a.nav-path-selected {
    /* customize_nav_path_selected_font_color */ color:#000000; /* customize_nav_path_selected_font_color */
}


/* === Header Banner === */

#header_banner {
	font-family: 'Open Sans', sans-serif;
	display: block;
	height: auto;
	margin-top: 35px;
	/* customize_header_banner_header_font */ color:#333333; /* customize_header_banner_header_font */
}

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

#header_banner h1 { font-size:60px; line-height: 1.5; }
#header_banner h2 { font-size:50px; line-height: 1.5; }
#header_banner h3 { font-size:40px; line-height: 1.5; }
#header_banner h4 { font-size:30px; line-height: 1.5; }
#header_banner h5 { font-size:24px; line-height: 1.5; }
#header_banner h6 { font-size:20px; line-height: 1.5; }

#header_banner h1, 
#header_banner h2,
#header_banner h3, 
#header_banner h4, 
#header_banner h5, 
#header_banner h6 { 
	font-weight: bold;
}

#header_banner p {
    margin : 0;
	font-size:16px;
}

#main-wrapper {
	/* customize_main_content_bg_color */ background-color:#f0f0f0; /* customize_main_content_bg_color */
	padding: 20px;
}

/* ==== Content ==== */


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

.content_field {
	font-family: 'Conv_PetitaMedium', Arial, sans-serif;	
	/* customize_content_header_font_color */ color:#5f656f; /* customize_content_header_font_color */
	-webkit-font-smoothing: subpixel-antialiased;
}

.content_field h1, 
.content_field h2, 
.content_field h3,
.content_field h4,
.content_field h5,
.content_field h6 {
	font-weight: normal;
	margin: 0;	
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.content_field h1 { font-size:24px; line-height: 1.25;  }
.content_field h2 { font-size:20px; line-height: 1.25; }
.content_field h3 { font-size:18px; line-height: 1.25; }
.content_field h4 { font-size:16px; line-height: 1.25; }
.content_field h5 { font-size:14px; line-height: 1.25; }
.content_field h6 { font-size:12px; line-height: 1.25; }


.content_field p {
	font-family: 'Sintony', sans-serif;
	/* customize_content_pg_font_color */ color:#f51111; /* customize_content_pg_font_color */
	font-size: 12px;
	line-height: 1.4em;
	margin:10px 0 20px;
	
}

.content_field a {
	
	/* customize_content_link_color */ color:#800080; /* customize_content_link_color */	
	font-weight:normal;
	cursor : pointer;
    transition : all .15s ease-in-out;
    -webkit-transition : all .15s ease-in-out;
    -moz-transition : all .15s ease-in-out;
    -o-transition : all .15s ease-in-out;
    -ms-transition : all .15s ease-in-out;
}

.content_field a:hover {
	/* customize_content_link_hover_color */ color:#6699ff; /* customize_content_link_hover_color */ 
	text-decoration:none;
}

.content_field ul { 
	font-family: Arial, Helvetica, sans-serif;
	margin:0 0 10px; 
	/* customize_content_ul_font_color */ color:#800080; /* customize_content_ul_font_color */
	font-size:13px;
}

.content_field li {
	list-style-type:disc; 
	margin: 5px 0 0 20px;
	padding:0;
}

.content_field li a { 
	/* customize_content_link_list_font_color */ color:#800080; /* customize_content_link_list_font_color */	
	
}
 
.content_field li a:hover { /* customize_content_link_list_hover_font_color */ color:#6699ff; /* customize_content_link_list_hover_font_color */ }

.content_field li a.selected {
	/* customize_content_link_list_selected_font_color */ color:#b638ff; /* customize_content_link_list_selected_font_color */
	text-decoration: none;
} 

.content_field ol { 
	font-family: Arial, Helvetica, sans-serif;
 	margin:0 0 10px;
 	padding:0;
	/* customize_content_ol_font_color */ color:#800080; /* customize_content_ol_font_color */
	font-size:13px;
}

.content_field ol li { 
	list-style-type:decimal;
	margin: 5px 0 0 22px;
}

.content_field dl { 
	font-family: Arial, Helvetica, sans-serif;
	margin:0 0 10px 4px;
	padding:0;
	/* customize_content_dl_font_color */ color:#800080; /* customize_content_dl_font_color */
	font-size:13px;
}

.content_field dd {
	margin:0 0 0;
	padding:0;
}

.content_field table { margin:10px 0; }

.content_field table tr th, table tr td { padding: 5px 5px; }

.content_field table tr th { font-weight:bold; }
  
.content_field table tr td {
	font-family: Arial, Helvetica, sans-serif;
	/* customize_content_table_font_color */ color:#800080; /* customize_content_table_font_color */
	font-size:13px;
}

.content_field .ccm-tags-display {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: tranparent;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.content_field #main-content-sidebar-archives {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: tranparent;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.content_field #share-content { margin: -20px 0 0; width: 72px; }

.ccm-tag-list li {margin: 10px 10px 10px 0 !important; padding-left:0px !important; }

.ccm-tag-list li a{
	color:#5f656f !important;
	text-decoration:none;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 13px;
	height: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f0eeef;
}

.ccm-tag-list li a:hover{ color:#213440 !important; }

.content_field #main-content-sidebar-archives ul li { 
	list-style: none !important;
	padding: 10px 0;
	margin:0 10px 0 0;
	display:inline-block;
}


.content_field #main-content-sidebar-archives ul li a {
	color:#5f656f !important;
	font-size:16px !important;
	text-decoration:none;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 13px;
	height: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f0eeef;
}

.content_field #main-content-sidebar-archives ul li a:hover{ color:#213440 !important; }

#nw-time {
	width: 14px;
	height: 14px;
	line-height: 14px;
	display:inline-block;
	vertical-align: text-top;
	background-image: url("/packages/jb_effortless/themes/jb_effortless/images/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
	margin-top: 1px;
	background-position: -48px -24px;
}

#blog-post-image img{  padding: 0 15px 5px 0; float:left !important; }

#like-container { padding: 10px 0; }
#tweet-share { margin: -20px 0 0 85px; } 

/* ==== Footer ==== */
.footer img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 0;
}

.footer {
	/* customize_footer_background_color */ background-color:#5f656f; /* customize_footer_background_color */ 
	/* customize_footer_header_font_color */ color:#ffffff; /* customize_footer_header_font_color */
	font-family: 'Conv_PetitaMedium', Arial, sans-serif;	
	line-height: 1.2em;
	font-size: 1em;
}

.footer h1, 
.footer h2, 
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	font-weight: normal;
	margin: 20px 0 10px;	
	letter-spacing: 0.2em;
}

.footer h1 { font-size:24px; line-height: 1.25; }
.footer h2 { font-size:22px; line-height: 1.25; }
.footer h3 { font-size:20px; line-height: 1.25; }
.footer h4 { font-size:16px; line-height: 1.25; }
.footer h5 { font-size:14px; line-height: 1.25; }
.footer h6 { font-size:12px; line-height: 1.25; }

.footer p {
	/* customize_footer_pg_font_color */ color:#c8c8c8; /* customize_footer_pg_font_color */
	font-family:inherit;
	font-size:12px;
	margin-bottom: 5px;	
	line-height: 1.5;
	margin:10px 10px 20px 0;
}

/*	FOOTER NAV	*/
.footer .nav li { 
	list-style-type: none;
	display: inline-block;
	margin: 0 20px 0 0;
	text-decoration: none;
}

.footer .nav li a { color: #ffffff; font-size: 12px; line-height: 1.5; }

.footer .nav li a:hover { color: #cccccc; text-decoration:none; }

.footer a {	
	/* customize_footer_link_color */ color:#ffffff; /* customize_footer_link_color */	
	font-weight:normal;
	text-decoration:none;
	cursor : pointer;
	font-size: 1em;
    transition : all .15s ease-in-out;
    -webkit-transition : all .15s ease-in-out;
    -moz-transition : all .15s ease-in-out;
    -o-transition : all .15s ease-in-out;
    -ms-transition : all .15s ease-in-out;
}

.footer a:hover {
	/* customize_footer_link_hover_color */ color:#ffffff; /* customize_footer_link_hover_color */ 
	text-decoration:none;
}

.footer ul { 
	margin:0 0 10px; 
	/* customize_footer_ul_font_color */ color:#c8c8c8; /* customize_footer_ul_font_color */
	font-size:12px;
}

.footer li {
	list-style-type:none; 
	margin: 5px 0 0 20px;
}

.footer li a { 
	/* customize_footer_link_list_font_color */ color:#ffffff; /* customize_footer_link_list_font_color */	
}
 
.footer li a:hover { /* customize_footer_link_list_hover_font_color */ color:#ffffff; /* customize_footer_link_list_hover_font_color */ }

.footer li a.selected {
	/* customize_footer_link_list_selected_font_color */ color:#ffffff; /* customize_footer_link_list_selected_font_color */
	text-decoration: none;
} 

.footer ol { 
 	margin:0 0 10px;
 	padding:0;
	font-size:12px;
}

.footer ol li { 
	list-style-type:decimal;
	margin: 5px 0 0 25px;
	/* customize_footer_ol_font_color */ color:#ffffff; /* customize_footer_ol_font_color */
}

.footer dl { 
	margin:0 0 10px 5px;
	padding:0;
	/* customize_footer_dl_font_color */ color:#ffffff; /* customize_footer_dl_font_color */
	font-size:13px;
}

.footer dd {
	margin:0 0 0;
	padding:0;
}

.footer table { margin:10px 0; }

.footer table tr th, table tr td { padding: 5px 5px; }

.footer table tr th {
	font-weight:bold;

}
  
.footer table tr td {
	/* customize_footer_table_font_color */ color:#ffffff; /* customize_footer_table_font_color */
	font-size:13px;
}

.footer img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 0;
}

ul.blogthumbview li .content_block { padding: 20px 0; }

ul.blogthumbview li {
	list-style-type:none !important;
	margin:0 0 !important;
}

ul.blogthumbview div.four h1{ text-align:center; }
	
ul.blogthumbview li .content_block h2 {
	margin: 0 0 10px 10px !important;
	padding: 0 !important;
	font-weight: normal !important;
	font-size: 1.7em !important;
	line-height:1 !important;
}

ul.blogthumbview li .content_block h4 { line-height:24px !important; }	
ul.blogthumbview li .content_block h4 { padding: 0px 0px 10px 10px !important; }
ul.blogthumbview li .content_block p { margin: 10px 0 0 10px !important;  }
	


blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #333333;
}

.content_field .caption-bottom img {
    height: auto;
    margin: 0;
    width: 100%;
}


@media only screen and (max-width: 959px) {
	
	#body_wrapper { width: 100%; }

	#navmenu>ul>li:nth-child(1)>a { padding: 0 20px 0 0; }
	#navmenu>ul>li>a { padding: 0 20px; }

	ul.blogthumbview li .content_block h2 { margin: 0px 30px !important; }
	ul.blogthumbview li .content_block h4 { padding: 10px 0px 10px 30px !important; }
	ul.blogthumbview li .content_block p { margin: 10px 0 20px 30px !important; padding: 0 !important; }
		
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	#body_wrapper { width: 644px; }

	#header_nav { height: 90px; }
	
	#logo { padding-left: 30px;  width:100%;}
	#logo h1 { font-size:36px; line-height: 1.5; }
	#logo h2 { font-size:28px; line-height: 1.5; }
	#logo h3 { font-size:22px; line-height: 1.5; }
	#logo h4 { font-size:18px; line-height: 1.5; }
	#logo h5 { font-size:14px; line-height: 1.5; }
	#logo h6 { font-size:12px; line-height: 1.5; }

	#navmenu  ul { display: none; }
	#navmenu  select { display: inline-block; }
	#mobile-nav {
		position: static;
		width: 100%;
	}
	
	#search { display:none; }

	.footer h1, 
	.footer h2, 
	.footer h3,
	.footer h4,
	.footer h5,
	.footer h6 { padding: 0; }

	.footer p { padding: 0; }
	#logo { padding-left: 0; }

	ul.blogthumbview li .content_block h2 { margin: 20px 0 0!important; }
	ul.blogthumbview li .content_block h4 { padding: 10px 0 0 !important; }
	ul.blogthumbview li .content_block p { margin: 10px 0 0 0 !important; padding: 0 !important; }
	
}

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

	#body_wrapper { width: 100%; }

	#header_nav { height: auto; }
	
	#logo h1 { font-size:36px; line-height: 1.5; }
	#logo h2 { font-size:28px; line-height: 1.5; }
	#logo h3 { font-size:22px; line-height: 1.5; }
	#logo h4 { font-size:18px; line-height: 1.5; }
	#logo h5 { font-size:14px; line-height: 1.5; }
	#logo h6 { font-size:12px; line-height: 1.5; }


	.footer h1, 
	.footer h2, 
	.footer h3,
	.footer h4,
	.footer h5,
	.footer h6 { padding: 0; }

	.footer p { padding: 0; }

	#logo { padding-left: 0; }
	
}