@charset "utf-8";

/*
Theme Name:     B0000976 - Franczek Radelet - FMLA
Theme URI:      http://lexblog.com
Description:    Child theme for the LXB Parent Theme 1.3
Author:         Angelo Carosio
Template:       lxb-parent-theme-1.3
Version:        1.3
*/


@import url("../lxb-parent-theme-1.3/style.css");

/*========================================================================================
UNIVERSALS
========================================================================================*/

body, 
input, 
select {font-family: "ff-meta-serif-web-pro", serif; color: #333; font-size: 14px; line-height: 1.5em;}

.widget-title,
.menu-toggle,
.legal a,
.footer_firmname,
.blog-footer .vcard,
.footer_blogname a .word_1,
.blog-title .word_1,
.post-byline,
.post-categories,
[class^="icon-"] a, 
[class*=" icon-"] a,
.main-navigation li a {font-family: "ff-meta-web-pro", sans-serif;}

.menu-toggle,
#wpadminbar, 
.main-navigation li:hover:before,
a, 
a span,
.sub-menu,
input {
	transition-property: opacity, left, top, height, width, padding, color, background-color;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-ms-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

.hide-text {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	padding: 0;
}

.clear_div {clear: both;}

.arrow {font-family: 'lucida-sans-unicode;'}

a {color: #9c132e;}
a:hover {color: #333;}

.sidebar .widget a {}
.sidebar .widget a:hover {}

button,
input,
select,
textarea {
	border: 1px solid #ccc;
	background: #fff;
	color: #333;	
}

input [type="submit"] {
	background-color: #336699;
	color: #fff;
}

#ie7 * {zoom: 1}


/*========================================================================================
FRAME
========================================================================================*/

/*full-width header & footer w/960 box for content*/
body, .blog-wrapper, .blog-footer, .blog-header {
	box-shadow: none;
	margin: 0 auto; 
	width: 100%;
	max-width: 100%; 
	
}

.blog_header_inner_wrapper,
.super_header_inner_wrapper,
.main-wrapper, .blog-footer-inner-wrapper, 
.colophon { 
	margin: 0 auto;
	padding: 24px 0 0 0;
	max-width: 960px;
}

.main-wrapper {
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.5);
    padding: 10px 10px 10px 30px;
}



















/* =======================================================================================
SUPER HEADER
======================================================================================= */

/*GLOBAL MENU===========================================================================*/

.super_header {
	background: #202646 url(images/header.jpg) no-repeat center top;
}

.super_header_inner_wrapper {padding: 0 0 0 0; }

.super_header_first {float: none; width: 100%; padding: 0;}










.main-navigation {
	background: #616265; /* Old browsers */
	background: -moz-linear-gradient(top,  #616265 0%, #616265 45%, #56575a 85%, #4c4d4f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616265), color-stop(45%,#616265), color-stop(85%,#56575a), color-stop(100%,#4c4d4f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #616265 0%,#616265 45%,#56575a 85%,#4c4d4f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #616265 0%,#616265 45%,#56575a 85%,#4c4d4f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #616265 0%,#616265 45%,#56575a 85%,#4c4d4f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #616265 0%,#616265 45%,#56575a 85%,#4c4d4f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616265', endColorstr='#4c4d4f',GradientType=0 ); /* IE6-9 */
	opacity: .9;
	border-radius: 3px 3px 0 0;
}

.main-navigation {padding: 0 15px; }

.main-navigation li {
    line-height: 1.1em;
}

.main-navigation li, .main-navigation li a {
}

.main-navigation li a {
color: #FFFFFF;
text-transform: uppercase;
padding: 15px 23px;
font-weight: 600;
font-size: 14px;
line-height: 1.1em;
}

.main-navigation li.current-menu-item a,
.main-navigation li a:hover {color: #ccc}

.menu-item[class^="icon-"]:before, 
.menu-item[class*=" icon-"]:before {}

.main-navigation li ul.sub-menu li a,
.main-navigation li.current-menu-item .sub-menu li a,
.main-navigation li.lxb-base-menu-parent-item .sub-menu li.current-menu-item a {background: none;}

.main-navigation li.menu-item-search:hover {background: none;}

body .menu-toggle {
	position: absolute;
    border-radius: 0;
    color: #FFFFFF;
    font-weight: 600;
    right: 0;
    top: 0;
	padding: 5px 0 0;
	line-height: 48px; 
}

/*drop-down-----------------------------------------------------------------------------*/

.main-navigation .sub-menu {
    background: none repeat scroll 0 0 #CCCCCC;
    border-left: medium none;
    border-right: medium none;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
    height: 0;
    left: 0px;
    margin-left: 0;
    max-width: 240px;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    top: 60px;
    width: 0;
    z-index: 999;
}

.main-navigation li:hover .sub-menu {
	width: auto;
	height: auto;
	opacity: 1;
}

.main-navigation .sub-menu li {
    border-left: none;
    border-right: none;
    float: none;
    width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: left;
    display: block;
}

.main-navigation  .sub-menu li:first-child a {border-left: none; border-right: none;}
.main-navigation  .sub-menu li:first-child  {border-left: none; border-right: none;}
.main-navigation  .sub-menu li:last-child a {border-left: none; border-right: none;}
.main-navigation  .sub-menu li:last-child  {border-left: none; border-right: none;}

.main-navigation  .sub-menu li a {
    border-left: none;
    border-right: none;
    display: block;
    padding: 8px 5px;
    text-align: left;
    width: 100%;
}

.sub-menu li.current-menu-item a,
.sub-menu li a:hover {color: #000;}


.main-navigation  .sub-menu li:last-child a {
	border-bottom: none; 
	padding-bottom: 10px; 
}

/*simple 1px border on dropdown items
.main-navigation  .sub-menu li a {border-bottom: 1px dotted #fff;}

.main-navigation  .sub-menu li:last-child a {border-bottom: none;}

*/

/*trickier 2px 2-color border on dropdown items*/
.main-navigation  .sub-menu li a {
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #aaa;
}

.main-navigation  .sub-menu li:last-child a {border-bottom: none}

.main-navigation  .sub-menu li:first-child a {border-top: none}



.main-navigation ul {
}

.main-navigation ul li.menu-item-search { display: none;}
















/*========================================================================================
HEADER
========================================================================================*/

.blog-title {
	margin: 0;
	padding: 28px 0 0px 33px;
	font-size: 81px;
    line-height: 1em;
}

.blog-title a {
    display: inline-block;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 400;
}

.blog-title a .word_1 {font-weight: 600;}

.blog-description {
	color: #dfdfe1;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    font-style: italic;
    padding-left: 8px; 
    padding-bottom: 32px;
    padding-left: 40px
}

.blog-description,
.blog-title {text-shadow: 1px 1px 1px rgba(0,0,0,.5);}











































/*main-wrapper*/
.sidebar {
	background: #dfdfe1; 
	border: none;
	font-size: 11px;
	line-height: 1.5em;
	padding: 24px 0 24px;
}

.main {padding: 0 24px 24px 0;}



















/*SIDEBAR===============================================================================*/


.widget-title {
	color: #1a2732;
    font-size: 15px;
    font-weight: 400;
    line-height: 1em;
}

.sidebar .widget {
	overflow: hidden;
	padding-top: 0px;
	margin-bottom: 35px;
	padding-bottom: 0;
	padding-left: 25px;
	padding-right: 25px;
}

.sidebar .logo a {
	display: block;
    max-width: 100%;
}

.sidebar .connect li {
	display: inline;
	margin-right: 10px;
}







/* Sidebar Search & Subscribe */

.feedburner .icon-envelope,
.feedburner .icon-envelope-sign,
.feedburner .icon-envelope-alt,
.sidebar .connect li i {font-size: 36px; color: #1a2732;}


.feedburner form,
.searchform {
	background: #f2f2f2;
	border: 1px solid #ceced0;
}

.feedburner input[type='text'],
.feedburner input[type='email'],
.searchform input[type='text'],
.feedburner input[type='submit'],
.searchform input[type='submit'] {
	font-size: 15px !important;
	line-height: 17px !important;
	border: 1px solid transparent !important;
	
	outline: none;
	
	outline-color: transparent !important;
	-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;


	padding-top: 5px;
	margin-top: 0px !important;

	background-color: #f2f2f2;

}

.feedburner input[type='text'],
.feedburner input[type='email'],
.searchform input[type='text'] {
	background: none;

	
}

.feedburner input[type='text'],
.feedburner input[type='email'],
.searchform input[type='text'] {

}

.feedburner input[type='submit'],
.searchform input[type='submit'] {
	color: #f2f2f2;
	background-position: center 4px;
}

.feedburner input[type='submit'] {color: #666; padding-top: 6px;}

#ie8 .feedburner input[type='text'],
#ie8 .feedburner input[type='email'],
#ie8 .searchform input[type='text'] {}

#ie8 .feedburner input[type='submit'] {right: 5px;}

@-moz-document url-prefix() {
	.feedburner input[type='text'],
	.feedburner input[type='email'],
	.searchform input[type='text'] {top: 2px; }
	
	.feedburner input[type='submit'] {padding-top: 3px;}
	.searchform input[type='submit'] {background-position: center 4px;}
}













.widget_text .blawg img,
.blawg {
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
	float: none;
	padding: 0;
	
}











/*links*/
/*simple 1-color border*/

.links li {border-bottom: 1px dotted #bfbfbf; }

.links ul ul li {border-bottom: none;}

.links li a {
	font-size: 12px; color: #9c132e;
}

/*trickier 2-color border*/
/*the 'link_parent' class is added via a jQuery snippet in the parent theme

.links li {border-bottom: 1px solid red;}
.links a {border-bottom: 1px solid green;}
.links li.links_parent{border-bottom: none;}
.links li.links_parent a{border-bottom: none;}
.links ul ul li {border-bottom: none;}
.links ul ul li a {border-bottom: none;}
.links ul ul {border-bottom: 1px solid red;}
.links ul ul li:last-child a {border-bottom: 1px solid green;}
.links li:last-child {border-bottom: none;}
.links li:last-child a {border-bottom: none;}


*/



.feedburner .icon-envelope,
.feedburner .icon-envelope-sign,
.feedburner .icon-envelope-alt {font-size: 18px; }

.connect.just-icons li.feedburner-li {
    display: block;
    padding-top: 5px;
}

.feedburner-widget-title {
	font-size: 12px;
	color: #333333;
}

.connect li.feedburner {
margin-top: 10px;
	display: block;
	margin-right: 0;
}

.connect li.feedburner a {
	color: black;
}

.connect li.feedburner i {
	color: black;
	font-size: 20px;
width: 20px;
}

.feedburner form {
	margin-top: 5px;
}









/* podcasts */

.widget_rss h3 a:first-child {display: none;}

.widget_rss h3 a {color: #1a2732}




/*POST CONTENT==========================================================================*/
#breadcrumbs {
	border-bottom: 1px solid #ccc; 
	font-size: 11px; 
	font-weight: 600; 
}

.main article {padding-bottom: 48px;}

.main .post-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 17px;
}

/*post header*/
.post-byline,
.post-categories {

}

.post-categories, .post-byline, .post-social, .post-tools, .post-tags {font-size: 11px; line-height: 1.2em;}

.post-content {}

.post-footer {
	font-size: 11px; 
	font-weight: 600;
}

.post-tags {
	font-size: 10px;
	text-transform: uppercase;
}

.post-content blockquote:before {left: 0; color: #cccccc; font-family: times, georgia, serif; top: 35px;}

.post-content blockquote {
    left: 0;
    color: #666666;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 10px;
    padding-left: 10%;
    padding-top: 10px;
    width: 100%;
    clear: none;
}

.post-content ol, .post-content ul {
	clear: none;
}

.post-content a {text-decoration: underline;}

.post-content table th {
	border-bottom: 2px solid #ccc;
	font-weight: 600;
}

.post-content table td {border-bottom: 1px solid #ccc;}

.odd.row td {background: #efefef;}

.more-link {
	font-weight: 600;
}

body .post-social a {color: #1a2732 !important; }


.post-tools {margin-bottom: 15px; }

.post-print, .post-comments, .post-social {
    border-bottom: medium none;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

.post-print, .post-comments {border-right: 1px solid #ccc; font-size: 22px; line-height: 22px; padding-right: 12px; margin-right: 10px; }

.post-print i, .post-comments i {font-size: 22px; line-height: 22px; }

.post-print a,
.post-comments a {
    background: none;
    color: #1a2732;
    padding-left: 0;
}

.main .post-social.font-awesome a {
    padding: 0 8px 0 1px;
}

.post-footer {border-bottom: 1px solid #ccc; padding-bottom: 8px; }

.post-content .read_more,
.post-content .more-link,
.post-content table a {text-decoration: none;}













/*BOTTOM==================================================================================*/

.pagination {border-top: 2px solid #ccc;}

.pagination a {font-weight: 600;}

.pagination a span {
	font-size: 18px;
	font-weight: 600;
}

.blog-footer {
	border-top: none;
}
.blog-footer-inner-wrapper{
	padding: 30px; 
}

.blog-footer a {color: #1a2732}

.blog-footer .widget-title {
	color: #1a2732;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 6px 0;
	padding: 0; 
	border: none;
}

.blog-footer .widget {display: block;}









/*footer-contact*/

.footer-contact {
	width: 72%;
}

.footer_blogname {margin: 0 0 20px 0;}

.footer_blogname {font-size: 26px; font-weight: 400;}

.footer_blogname .word_1 {
	font-weight: 600;
}

.footer_firmname,
.blog-footer .vcard {
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	font-weight: 400;
}

.legal {
    float: none;
    padding: 0;
}

.legal a {
	text-transform: uppercase;
}










/*footer-extras*/

.footer-extras {
	width: 23.5%;
	float: right
}

.blog-footer .legal {
}

.blog-footer .legal a {
	color: #9c132e;
}

.contact-info .org {font-weight: 600;}

.footer-extras .widget {
    display: block;
    margin: 0;
    text-align: left;
    width: 100%;
}

.blog-footer .connect li i {
    display: inline-block;
    font-size: 24px;
    text-align: left;
    vertical-align: middle;
    width: auto;
    color:#1a2732;
}

.blog-footer .connect li:first-child a {
    padding-left: 0;
}

.blog-footer .connect {margin-bottom: 20px; }










/*colophon*/
.colophon-inner-wrapper {padding: 0;}
.colophon {
	background-color: #4b4f67;
	box-shadow: inset 0 0 10px -1px rgba(0,0,0,.5);
	border-radius: 0 0 4px 4px;
	color: #cccccc;
	padding: 24px 30px; 
}

.colophon a {
	color: #cccccc;
}

.colophon .widget,
.colophon .widget.copyright {
	margin: 0;
	padding: 0;
	float: none;
	display: inline-block;
	width: 49.9%;
	vertical-align: middle;
	overflow: hidden;
	
}

.widget.copyright {
    color: #FFFFFF;    
    font-size: 11px;
}

a.lexblog {margin: 0; float: right;}

.colophon .widget:last-child {text-align: right;}
















/*ARCHIVE PAGE===========================================================================*/

.archive-header {border-bottom: 1px solid #ccc;}

.archive-header a.feed{float: none; margin-left:0; padding-left: 0;}

.archive-header h1 strong {}

.archive-header a.feed,
.archive-header a.feed i {color: #9C132E}

.archive-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    padding-top: 15px;
}

.grid-row {border-bottom: 1px solid #CCCCCC;}

.main .grid-row .post-content{
	font-size: 11px; 
	line-height: 1.36em;
}

.main .grid-row .post-title {
	font-size: 15px; 
	line-height: 16px;
}

.main .grid-row .post-header {margin-bottom: 0px; padding-bottom: 10px;}















/*pages*/
body.page .main article {margin-bottom: 0; padding: 0;}

body.page .post-header h1.post-title {margin-bottom: 0}







/*CONTACT PAGE===========================================================================*/
.wpcf7-form {
	background-color: #ececec;
	border: 1px solid #ccc;
}






















/*SEARCH PAGE============================================================================*/
.search .main article {
	border-bottom: 1px solid #ccc;
}
















/*AUTHOR PAGE============================================================================*/
.author .main .author-info {
	border-bottom: 1px solid #ccc; 
}

.archive.author .main article {
	border-bottom: 1px solid #ccc;
}












/* =======================================================================================
MEDIA QUERIES
======================================================================================= */





@media screen and (max-width: 1020px ) {
	.main-wrapper {box-shadow: none;}
	body .colophon {border-radius: 0; padding: 24px 30px; }
}

@media screen and (max-width: 800px ) {
	 .colophon a.lexblog,  .colophon .widget, .colophon .widget.copyright {
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		float: none;
		background-position: center top;
	}
	
	body .colophon .widget.copyright,
	body .colophon .widget {margin-bottom: 10px; }
	 
	 .colophon .widget:last-child {margin-bottom: 0px; }

}

@media screen and (max-width: 600px ) {
	
	body .menu-toggle {
		position: relative;
	}
	

	.main-navigation ul li.menu-item-search { display: block;}

	body .main-navigation {border-radius: 0;}

	.super_header_first {padding-top: 25px; }
	
	.super_header_first .blog-title {padding-top: 0px; }
	
	.super_header_first .blog-title,
	.super_header_first .blog-description {padding-left: 30px; padding-right: 30px; text-align: center; margin: 0 auto 10px;}
	
	.super_header_first .blog-title a {
		display: block;
 	   font-size: 47px;
 	   line-height: 49px;
 	}
	
	.super_header_first .blog-description {
		margin-bottom: 0;
		font-size: 18px;
	}
	
	body .main-navigation {
		padding-left: 30px; padding-right: 30px;
	}

	.main-navigation ul li {
		border-top: 1px solid #6f6f71;
		padding-left: 0;
		padding-right: 0;
	}

	.main-navigation ul li a {padding-left: 0; padding-right: 0;}

	.main-navigation ul li:hover,
	.main-navigation ul li.current-menu-item {}

	body .super_header, body .main-wrapper {
 	   padding-left: 0;
 	   padding-right: 0;
	}

	body .main-navigation li.menu-item-search {
	    padding-left: 0;
	    padding-right: 0;
	}






	.sidebar .widget:first-child {
			border-top: none;
	}

	body .main-wrapper .sidebar {
		padding-right: 0;
		padding-left: 0;
		border-left: 10px solid #fff;
		border-right: 10px solid #fff;
	}

	.sidebar .widget {
	    padding-left: 3.2%;
	    padding-right: 3.2%;
	}

	.sidebar .search-box {display: none;}

	.post-content blockquote {
	    padding-left: 15%;
	}

	.blog-footer .blog-title {margin-right: 0px;}

	.blog-footer .widget {display: block; }

	body .footer-contact {
 	   margin: 0;
 	   text-align: left;
	}

	.blog-footer .vcard_wrap.primary .vcard,
	.blog-footer .widget:last-child {margin-bottom: 0; }

	.blog-footer .blog-title .word_1 {
 	   margin-left: 0px;
	}

	.blog-footer .vcard_wrap {left: 0; margin-bottom: 30px; }

	.footer-extras .widget {margin: 0 auto; text-align: center;}
	
}











@media print {
	div, section, aside {box-shadow: none !important;}
}