@charset "utf-8";

/*
Theme Name:    	Nossaman Base Theme
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.17
*/


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

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

body,
input,
select,
[class^="icon-"] a,
[class*=" icon-"] a {
	font-size: 15px;
	line-height: 1.45em;
	font-family: 'proxima-nova', helvetica, arial, sans-serif;
	color: #555555;
}

.super_header, .blog-title, .widget-title, .post-title, .pagination, blockquote {
	font-family: 'proxima-nova-condensed', helvetica, arial, sans-serif;
}

* {
-moz-hyphens:none;
-ms-hyphens:none;
-webkit-hyphens: none;
hyphens:none;
}

.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;}

body {
	font-size: 14px;
	line-height: 1.4em;
}

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

a {
	color: #008542;
}

a:hover {
	color: #555555;
}

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

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

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

#ie7 * {zoom: 1}


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

body {
	background: #e6e6e6;
}

/*full-width header & footer w/980 box for content*/

body,
.blog-wrapper,
.blog-footer,
.blog-header,
.colophon {
	box-shadow: none;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	clear: both;

}

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








/**
 * =======================================================================================
 * super header
 */

.super_header {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 15px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.3);
    background: #000;
}

.super_header_inner_wrapper {
	padding: 0;
	overflow: hidden;
}




.super_header .widget.firmname {
    display: inline-block;
    float: right;
    vertical-align: top;
    padding: 20px 20px 20px 0;w
}

.super_header .widget.firmname a {
    width: 275px;
    height: 37px;
    background: url(images/logo.png) no-repeat;
    background-size: 100%;
}

.super_header .widget.topnav {
    display: inline-block;
    float: left;
    vertical-align: top;
    margin: 30px 80px 0 40px;
}


/* main nav */

.main-navigation {
  width: 100%;
  text-align: right;
  display: inline-block;
}

.main-navigation ul {
	padding: 0;
	text-align: left;
	display: inline-block;
}


.main-navigation ul, body .main-navigation li, body .main-navigation li a  {
	font-size: 18px;
	line-height: 18px;
	padding: 0;
	vertical-align: top;
	color: #fff;
	text-transform: uppercase;
}

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

.main-navigation li {
	margin: 0px 0 0 25px;
}







/* mobile menu */

body .menu-toggle {
	position: absolute;
	left: 20px;
	top: 27px;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
		color: white;
			font-weight: 800;
}

.menu-toggle i {
	font-size: 42px;
	color: white;
	display: block;
	line-height: 25px;

}



body .main-navigation li.menu-item-search {
    background-color: white;
    margin: 0;
    width: 100%;
    padding: 15px 20px 20px 0;
}

.main-navigation li.menu-item-search input[type="text"] {
    border: 1px solid #e0e0e0;
    color: black;
    padding: 10px;
}

.menu-item-search .searchform,
.menu-item-search .searchform input[type="text"],
.menu-item-search .searchform input[type="search"],
.menu-item-search .searchform input[type="submit"] {
	background-color: transparent;
	border: none;
	text-indent: 0;
}

.menu-item-search .searchform input[type="submit"] {
    background-position: right;
}

#ie8 .menu-item-search {
	display: none;
}

#ie8 .searchform input[type="text"],
#ie8 .searchform input[type="search"] {
	padding: 4px 30px 4px 5px;
}






/**
 * ======================================================================================
 * Blog header
 * ======================================================================================
 */

.whole-header-wrapper {
 }

 .widget.header {
 max-width: 60%;
 }


.blog-header-inner-wrapper {
    padding: 50px 60px;
    background: url(images/header-graphic.jpg) no-repeat top right;
    min-height: 244px;
}

.blog-header .blog-title a {
	display: block;
	color: black;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 5px;
	max-width: 550px;
}


.blog-description {
    color: #555555;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    max-width: 550px;
}
.lxb_base_alternate_word {
	color: #008542;
}






/* main-wrapper */

.main-wrapper {
	padding-top: 0px;
	position: relative;
	border-top: 10px solid #008542;
	border-bottom: 10px solid black;
	padding: 0;
	background: #fff;
	clear: both;
}


.main {
	padding: 60px;
	width: 71.4%;

}


.sidebar {
	width: 28.6%;
}




.sidebar {
		border-left: 1px solid #e4e4e4;
		background-color: #f0faf5;
			padding: 60px 0;
}






/*sidebar*/
#mktoForm_1079 {
    margin-left: -10px;
    }

.sidebar .widget {
	margin: 0;
	padding: 0px 50px 40px 50px;
	font-size: 16px;
	line-height: 1.45em;
}

.sidebar .widget img {
	float: none;
	padding: 0;
	margin: 0;
}



.widget-title {
	font-size: 20px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: 400;
	color: black;
}

.sidebar .widget:first-child {
	padding-top: 0;
}


.sidebar .wpcf7 form {
    background: #0d649b;
    color: white;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 5px;
}

.sidebar .wpcf7 form h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
}

.sidebar .wpcf7 form p {
	    margin-bottom: 15px;
}

.sidebar .wpcf7 form p.message {
	margin-bottom: 0px;
}

.sidebar .wpcf7-form input[type='email'] {
	margin-bottom: 0;
}

.sidebar .wpcf7 form input[type="submit"] {
	background: #003768;
	width: 100%;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
}

.sidebar .wpcf7-form .ajax-loader {
	display: none;
}

.sidebar div.wpcf7-mail-sent-ok {
    border: 2px solid white;
}

.sidebar .lxb_dga_user {
    display: block;
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebar .lxb_dga_user .authortitle {
    display: block;
}
.sidebar .lxb_dga_user img {
    float: left;
    margin-right: 10px;
    width: 70px;
    height: auto;
}

.blogroll li {
	margin-bottom: 10px;
}

/* links */

.links a {
}

.links a {
	padding: 6px 0;
}



/* stay connected */


.connect.just-icons li.feedburner-li {
	padding-top: 15px;
}

.connect li i {
    font-size: 28px;
    width: 28px;
    text-align: left;
    margin-right: 5px;
}

.feedburner-widget-title {
	margin-bottom: 8px;
	color: #555555;
	display: block;
	font-size: 16px;
}

a.feedburner-widget-title:hover {
	color: #555555;
}

.connect li .feedburner-widget-title i,
.connect li .feedburner-widget-title span {
	font-size: 15px;
	color: #555555;
	width: 1.1em;
	position: relative;
}




/* sidebar input boxes */

.sidebar input[type="text"],
.feedburner input[type="email"],
.feedburner input[type="text"],
.searchform input[type="text"],
.feedburner input[ type="submit"] {
	position: static;
	float: none;
	width: 100%;
	text-indent: 0;
	margin: 0;
	padding: 4px 5px;
	height: auto;
	border-color: #cbcbcb;
}

.searchform input[type="text"] {
	padding-right: 30px;
}


.searchform input[type="submit"] {
  background-color: transparent;
  border: none;
  height: 15px;
  margin: 8px 10px 0 0;
  background-size: 15px 15px;
  background-position: top right;
}


.feedburner input[ type="submit"] {
	display: block;
	border: none;
	background:#000;
	font-size: 16px;
	line-height: 16px;
	border-radius: 3px;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 8px;
	padding: 13px 7px 11px;
	font-weight: 800;
	text-transform: uppercase;
}


#ie9 .feedburner input[ type="text"],
#ie9 .feedburner input[ type="email"],
#ie8 .feedburner input[ type="text"],
#ie8 .feedburner input[ type="email"] {
	text-align: 0;
	left: 0;
	padding: 2px 5px 8px;
}

#ie8 .feedburner .feedburner-widget-title span,
#ie8 .feedburner .feedburner-widget-title i {
	padding-right: 5px;
	display: inline-block;
}


.sidebar .subscribe-button a {
    display: block;
    background: #000;
    color: white;
    border-radius: 3px;
    padding: 8px 10px;
    text-align: center;
    margin-top: -30px;
}

.sidebar .subscribe-button a i {
    color: #fff;
}


/* breadcrumbs */
#breadcrumbs {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.3em;
	padding-bottom: 7px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}


/* post content */

.post-header img {
	float: left;
}
article.first {
    margin-top: 0px;
}

.post-header {
}



.post-title {
	font-size: 40px;
	line-height: 1.175em;
	padding-bottom: 10px;
	clear: none;
	font-weight: 400;
}

.byline_wrap {
	font-size: 15px;
	line-height: 1.3em;
}



.post-categories {
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: 400;
}

.byline_wrap img {
	width: 60px;
	height: 60px;
}

.post-content {
	font-size: 18px;
	line-height: 27px;
	clear: both;
}

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

.post-content img {
    border: 1px solid #ccc;
    padding: 10px;
}

.post-content .wp-caption img {
    padding: 0;
    border: none;
}

.post-content ul li {
    list-style: none;
    background: url(images/bullet.gif) no-repeat 0 11px;
    padding-left: 15px;
    margin-left: 0;
}

/* post footer / nascar area */

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

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

.post-tools a,
.post-tools i,
.post-social a,
.post-social i {
	color: #000000;
}

.post-social a, .post-social a span {
	transition: none !important;
}

.comment_link_wrap,
.post-print,
.post-social {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.comment_link_wrap i,
.post-print i,
.post-social i {
	font-size: 25px;
	line-height: 25px;
}

.comment_link_wrap,
.post-print {
	margin-right: 10px;
	border-right: 1px solid #eeeeee;
	padding-right: 6px;
}
.post-social.font-awesome a{
    margin-right: 5px !important;
}

.comment_link_wrap {
	margin-top: -2px;
}

.post-tags {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	color: #404041;
}


.post-content blockquote {
	font-size: 21px;
	line-height: 1.4em;
	font-weight: 400;
	width: 100%;
	left: 0;
	margin: 40px 0;
	padding: 0px 8% 0 8%;
	color: black;
}

.post-content blockquote:before {
	font-size: 90px;
	left: 0;
	top: 25px;
	color: #008542;
}

.post-content blockquote:after {
	display: none;
}



/* pagination */
.pagination a {
	display: inline-block;
	background: #008542;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	white-space: nowrap;
	border-radius: 3px;
	padding: 10px 12px 8px;

}

.pagination i {
	font-size: 15px;
}

.pagination .prev,
.pagination .next {
    width: auto;
}




/*blog footer*/

.blog-footer {
	border: none;
	margin-top: 1px;
}

.blog-footer-inner-wrapper {
	padding: 30px 50px;
}

.blog-footer .widget {
	margin-bottom: 30px;
	clear: both;
	display: block;
	float: none;
	font-size: 16px;
	line-height: 1.4em;
}

.blog-footer .widget-title {
	border: 0;
	padding: 0;
}

.blog-footer .widget:last-child {
	margin-bottom: 0;
}


.blog-footer a.footer_blogname {
	font-size: 36px;
	line-height: 1.2em;
	color: #000;
	font-weight: 700;
	display: block;
	display: block;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.blog-footer a.footer_blogname .lxb_base_alternate_word {
	color: #008542;
}

.footer-top {
    border-bottom: 1px solid #aeb1b1;
    margin-bottom: 30px;
}
/* footer-contact */

.footer-contact {
    padding: 0;
    width: 25%;
}

.blog-footer .widget.contact-info {
	font-size: 13px;
	line-height: 1.3em;
	color: #555555;
}


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

.legal a {
	font-weight: 400;
	font-size: 13px;
	text-transform: none;
	line-height: 13px;
}

.legal li:after {
    content: "|";
    display: inline-block;
    color: #179b90;
    font-size: 13px;
    margin: 0 3px 0 5px;
}

.legal li:last-child:after {
	display: none;
}


.blog-footer .connect li a,
.blog-footer .connect li a i {
	padding: 0;
}






/* footer-extras */

.footer-extras {
    overflow: hidden;
    text-align: left;
    width: 70%;
    padding-left: 80px;
    font-size: 13px;
    line-height: 1.45em;
}

.footer-extras .widget {
	float: none;
	width: 100%;
}

.footer-extras .widget-title {
}

.footer-extras p {
	margin-bottom: 15px;
}

.footer-extras p:last-child {
	margin-bottom: 0;
}

.footer-read-more {
	text-transform: uppercase;
	display: block;
	clear: both;
}

.footer-read-more i {
	position: relative;
	top: 1px;
}


/*colophon*/

.colophon {
	margin-top: 1px;
    background: #000000;

}

.colophon-inner-wrapper {
	overflow: hidden;
	padding: 15px 50px;
}

.widget.copyright {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
	color: white;
}

a.lexblog_2014 {
margin-top: 7px;
}


/* archives */

.grid-row {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 0;
	margin: 40px auto 0;
}

.archive-header {
	border-bottom: 1px solid #dfdfdf;
	 padding-bottom: 20px;
	 margin-bottom: 40px;
}

.archive-header h1 {
	font-size: 35px;
	font-weight: 400;
	line-height: 1.3em;
	text-transform: uppercase;
	color: black;
}

.archive-header .feed {
    display: block;
    float: none;
    font-size: 16px;
    margin-top: 12px;
    padding: 4px 0 1px 4px;
}

.archive-header .feed i {
	font-size: 16px;
	margin: 1px 5px 0 0;
	color: #008542;
}

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

.main .grid-row article {
	margin-bottom: 16px;
}

.grid-row .post-title {
	padding-bottom: 0;
}

.grid-row .post-title a {
	font-size: 20px;
	line-height: 1.25em;
	display: block;
	color: #008542;
}

.grid-row .post-byline {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2em;
}

.grid-row .post-categories {
	display: none;
}

.grid-row .post-content {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 0;
}







/* about page */
/*.post-content .lxb_dga_users {
	border-top: 1px solid #e0e0e0;
}*/

.lxb_dga_user_social i {
	color: 000;
}


.dga_link_to_website,
.dga_display_name {
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin-bottom: 3px;

}

.post-content .authortitle {
	font-size: 13px !important;
	display: block;
}



body .post-content .lxb_dga_user .lxb_dga_user_social {
    margin-top: 0px;
}

body .post-content .lxb_dga_user img.photo {
  padding: 0;
  margin: 0 10px 10px 0;
  float: left;
  width: 90px;
  height: 90px;
}

body .post-content .lxb_dga_user  .description {
	font-size: 16px;
	line-height: 1.4em;
	clear: both;
}



/* contact page */

.vcard .org a {
	font-size: 18px;
}

.wpcf7-form {
	background: #efefef;
	border: 1px solid #dfdfdf;
}

.wpcf7-form .telephone {
	    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

body .wpcf7-form [type='submit'] {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	padding: 7px 40px;
	width: auto;
	font-size: 16px;
	border-radius: 3px;
	border: 0;
}

.reason-for-contact select {
	    margin-bottom: 20px;
}

.wpcf7-form [type='text'],
.wpcf7-form [type='email'] {
	border: 1px solid #cdcdcd;
}

.wpcf7-form textarea {
	padding: 10px;
}


/*SUBSCRIBE PAGE*/
#mc_embed_signup {
	padding: 0 20px;
}

#mc_embed_signup li,
#mc_embed_signup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mc_embed_signup ul {
	position: relative;
	left: 5%;
}

#mc_embed_signup label,
#mc_embed_signup input {
	display: block;
	width: 100%;
}

#mc_embed_signup .input-group,
#mc_embed_signup input {
	margin-bottom: 20px;
}

#mc_embed_signup .input-group label,
#mc_embed_signup .input-group input {
	display: inline-block;
	width: auto;
	margin-bottom: 0px;
}

#mc_embed_signup input[type='checkbox'],
#mc_embed_signup input[type='radio'] { margin-right: 5px; }

#mc_embed_signup input[ type="submit" ] {
	background-color: #000;
    border: 0 none;
    border-radius: 4px;
    clear: both;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}



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

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

    body .super_header {
    padding-left: 20px;
    padding-right: 20px
    }

    .super_header .widget_search {
       margin-right: 0;
    }


	body .blog-footer-inner-wrapper,
	body .super_header {
	    padding-left: 20px;
	    padding-right: 20px;
	}

	.main-wrapper {
    	padding-right: 0 !important;
    	padding-left: 3.2%;
	}

	.super_header .widget.topnav {
		margin-right: 40px;
	}

	.sidebar .widget {
		 padding: 0px 20px 40px 20px;
	}

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

	.blog-header-inner-wrapper {
    	padding: 50px 20px;
	}

	.main, .sidebar {
    	padding-top: 30px;
	}

	.colophon-inner-wrapper {
    	padding: 15px 0px;
	}

	.super_header .widget.topnav {
    	margin-left: 0px;
	}

}

@media screen and (max-width: 1000px) {
    .blog-header-inner-wrapper {
    background-size: 40%;
    padding: 30px 20px;
    background-position: 100% 20px;
    }
}

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

.widget.header, .blog-title a, .blog-description {
    max-width: none;
}

.blog-header-inner-wrapper {
    min-height: none;
}

.main-navigation {
    text-align: center;
    display: inline !important;
}

	.super_header_inner_wrapper {
	    padding: 0;
	}

	.blog-header-inner-wrapper {
    	padding: 30px 20px;
        background: none !important;
	}

.super_header .widget.firmname {
    padding: 25px 20px 25px 20px;
}
.super_header .widget.firmname a {
    width: 250px;
    height: 35px;
    }

.super_header .widget.topnav {
    float: none;
    display: block;
    padding-bottom: 0;
    line-height: 0px;
    margin: 0;
}


.blog-description {
    font-size: 18px;
}

	.main-navigation {
		width: 100%;
		float: none;
		clear: both;
	}


	body .main-navigation li a {
		margin: 0;
		font-size: 18px;
		padding: 25px 20px;
		border-top: 1px solid #272727;
	}

	body .main-navigation li.menu-item-search {
		padding-left: 15px;
	}

	body .main-navigation li.menu-item-search {
    	background: transparent;
    	border-top: 1px solid #272727;
	}

	.menu-item-search .searchform input[type="text"] {
	  	padding: 5px;
	  	background: white;
	 }

.menu-item-search .searchform input[type="submit"] {
    margin: 14px 10px 0 0;
    background-position: right top;
    background-size: 15px 15px;
}



	 .blog-header .graphic img {
		 padding-bottom: 15px;
	 }

	 body .main-wrapper {
		padding: 0;
	}

	body .main-wrapper .main,
	body .main-wrapper .sidebar {
		padding: 0px 0;
		border-right: none;
		border-left: none;
	}

	body .main-wrapper .sidebar {
    	border-top: 10px solid #008542;
    	padding-top: 30px;
	}

	.sidebar .widget {
		padding: 0 20px 40px 20px;
	}

	body .main-wrapper .main {
		padding: 50px 20px 50px 20px;
	}

	.pagination {
	    margin-top: 0;
	}



	.main article {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.main .post-header {
	    padding-bottom: 16px;
	}

	.post-header img {
		padding-right: 0;
	}

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

	body .author_images_wrap {
		clear: none;
		display: inline-block;
		float: left;
		margin-top: 0;
	}


	.sidebar .widget {
		padding-bottom: 40px;
	}

	body .blog-footer-inner-wrapper {
	    padding: 40px 20px;
	}

	body .footer-extras,
	body .footer-contact,
	body .footer-extras .widget,
	body .footer-contact .widget {
		text-align: left;
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.footer-extras {
		padding-top: 30px;
	}

	.search .post-content .wp-post-image {
		float: left;
		margin: 0 10px 10px 0;
		clear: none;
	}

	.colophon-inner-wrapper {
		padding: 0;
	}

}

@media screen and (max-width: 430px) {
	body .post-content .lxb_dga_user img.photo {
		width: 65px;
		height: 65px;
	}
}

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

	.super_header .widget.firmname a {
    	width: 200px;
    	margin-top: 5px;
	}

	body .post-content .lxb_dga_user img.photo {
		width: 33px;
		height: 35px;
	}

	body .post-content .lxb_dga_user img.photo {
		margin: 0 5px 10px 0;
	}
	.lxb_dga_users_table .dga_link_to_website, .dga_display_name {
		font-size: 10px;
		line-height: 5px;
	}
}

@media screen and (min-width: 800px ) {

	.sidebar .widget .nossaman-anniversary-image {
		margin-left: 20%;
}

}

/* print overrides */

@media print {

body {
	font-size: 15px;
	line-height: 1.45em;
	font-family: "ff-dagny-web-pro", helvetica, arial, sans-serif !important;
	}

	.byline_wrap .post-byline, .byline_wrap .post-categories {
		line-height: 12px;
		font-size: 12px;
		padding-bottom: 0;
		margin-bottom: 0 !important;
		text-transform: none;
	}

	.footer-extras,
	.footer-contact,
	.footer-top {
		display: none;
	}

	.whole-header-wrapper,
	.main-wrapper,
	.main,
	.sidebar {
		border: none !important;
	}

}
