/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Header
	Logo
	Main navigation
Page Footer

# breadcrumbs
# widget / sidebar

# Single Post
# Pagination
# Page Contact
# Gallery
# Page with menu
# biuletyn - lista
# Publikacje

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



/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/


#header {
    margin-top: 24px;
}
a[href="#"] {
    cursor: default;
}
#header ul.sub-menu li {
    position: relative;
}
#header ul.sub-menu ul.sub-menu {
    left: 100% !important;
    right: auto;
    position: absolute;
    top: 25px !important;
}




/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/

#logo {
	max-width: 300px;
	float: left;
	font-size: 18px;
	margin-right: 40px;
}
header img.logo {
	/*padding: 21px 0;*/
}
footer img.logo {
	margin-bottom: 15px;
}


/* ----------------------------------------------------------------
	Main navigation
-----------------------------------------------------------------*/

#header #site-navigation {
    padding-right: 11px;
    margin-right: 0;
    position: relative;
}

#header ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#header ul#primary-menu > li {
    float: left;
    margin-left: 2px;
    position: relative;
}
#header ul#primary-menu > li:first-child {
    margin-left: 0;
}
/*
#header ul#primary-menu li > a {
	display: block;
	padding: 39px 15px;
    color: #0f0d0e;
	letter-spacing: .5px;
	-webkit-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 36px;
}*/
#header ul#primary-menu li > a {
    display: block;
    padding: 20px 10px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #0f0d0e;
    letter-spacing: .5px;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
}




#header ul#primary-menu li.menu-item:hover > a,
#header ul#primary-menu li.menu-item.current-menu-item > a {
	color: #a00;
}
#header ul#primary-menu > li.menu-item.menu-item-has-children {
    padding-right: 10px;
}
#header ul#primary-menu > li.menu-item.menu-item-has-children > a:after {
	content: "\f0d7";
	font-family: fontawesome;
	position: absolute;
    right: 9px;
    font-size: 10px;
}


#header ul#primary-menu ul {
	display: none;
	position: absolute;
	width: 260px;
	border: 1px solid #EEE;
	height: auto;
	z-index: 199;
	top: 100%;
	left: 0;
	margin: 0;
    padding: 2px 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	background-color: #fff;
    border-top: solid 1px #aa0000;
    margin-top: -30px;
}

#header ul#primary-menu {
	position: relative;
	float: right;
}
/*#header ul#primary-menu:before {
	content: '';
	width: 66px;
	height: 3px;
	background-color: #a00;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -1px;
}*/
#header .socials{
    margin-right: 20px;
    float: right;
}
#header ul#primary-menu:before {
    content: '';
    width: 66px;
    height: 3px;
    background-color: #a00;
    position: absolute;
    right: 100%;
    top: 38%;
    /* margin-top: -1px; */
    margin-right: 15px;
    display: block;
}

#header ul#primary-menu li:hover ul {
    display: block;
}

#header ul#primary-menu ul.sub-menu:before {
    content: '';
    border-style: solid;
    border-width: 0 9px 8px 9px;
    border-color: transparent transparent #aa0000 transparent;
    position: absolute;
    bottom: 100%;
    left: 28px;
}


#header ul#primary-menu ul li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    text-align: center;
    color: #0f0d0e;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
#header ul#primary-menu ul li > a:hover {
    color: #a00;
}
#header ul#primary-menu ul li > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 32px;
    right: 32px;
    height: 1px;
    background: rgba(15, 13, 14, 0.4);
}
#header ul#primary-menu ul li:last-child > a:before {
    background: transparent;
}



/* ----------------------------------------------------------------
	Page Footer
-----------------------------------------------------------------*/
#site-footer {
	font-family: "Open Sans";
	color: #0f0d0e;
	font-size: 14px;
	font-weight: 400;
	padding-top: 50px;
	background-color: #f4f7f6;
	background-image: url(/app/themes/thm/img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    position: relative;
    z-index: 30;
}
.footer-bottom {
	background-color: #0f0d0e;
	padding: 20px 0;
}
.footer-bottom p,
.footer-bottom a,
.footer-bottom a:visited {
	color: rgba(255, 255, 255, 0.55);
	font-size: 10px;
	font-weight: 400;
    line-height: 24px;
}

footer ul {
	padding: 0;
	list-style-type: none;
	float: left;
	clear: left;
}
footer li.menu-item {
	float: left;
}
footer li.menu-item a {
	color: #6c7a89;
	font-size: 12px;
	font-weight: 400;
	padding: 6px;
	padding-left: 0;
	float: left;
}
footer li.menu-item a:before {
	content: '|';
	padding-right: 6px;
}
footer li.menu-item:first-child a:before {
	content: '';
	padding-right: 0;
}
footer em {
	font-weight: 600;
	max-width: 460px;
	display: block;
}

footer .widget p {
	margin-bottom: 10px;
	font-weight: 600;
}
footer .fw2 .textwidget p {
	padding-left: 30px;
	position: relative;
}
footer .fw2 .textwidget p i {
	position: absolute;
	left: 0;
	font-size: 22px;
	top: 3px;
}



.socials a {
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 6px;
}









/* hide mobile-nav */
.mobile-nav {
    display: none;
}













/*--------------------------------
# breadcrumbs
----------------------------*/
.page-header {
    margin-bottom: 45px;
}
.breadcrumbs-header {
	background-image: url(/app/themes/thm/img/breadcrumbs-header.jpg);
	-webkit-background-size: cover;
	background-size: cover;
    padding: 29px 0 31px;
}
.breadcrumbs-header.mb {
    margin-bottom: 45px;
}
.breadcrumbs-header h1 {
    color: #f2f2f2;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0;
}
.breadcrumbs-header p#breadcrumbs {
    color: #fff;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-bottom: 0;
}

.breadcrumbs-header p#breadcrumbs a,
.breadcrumbs-header p#breadcrumbs a:visited {
    color: #fff;
}















/*--------------------------------
# widget / sidebar
----------------------------*/
aside p.widget-title {
    position: relative;
    padding-bottom: 10px;
    color: #0f0d0e;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
    margin-bottom: 35px;
}
aside p.widget-title:before {
    content: '';
    width: 66px;
    height: 3px;
    background-color: #a00;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -1px;
}
aside .widget {
    background-color: #f5f5f5;
    padding: 30px 40px;
    margin-bottom: 42px;
    float: left;
    width: 100%;
}



/* upw post */

p.post-title a {
    color: #232323;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    display: table;
    list-style: none;
    line-height: 17px;
}
.widget_ultimate_posts ul {
    padding: 0;
    list-style: none;
}
.upw-image {
    float: left;
    width: 81px;
    height: 68px;
    margin-right: 15px;
    overflow: hidden;
}

.upw-content {
    border-bottom: 2px solid #d2d7d3;
    margin-bottom: 35px;
    min-height: 70px;
}
.widget_ultimate_posts .fwt {
	margin-bottom: 22px;
}


@media screen and (max-width: 1199px) {
	p.post-title {
	    display: table;
	    font-size: 12px;
	    line-height: 15px;
	}
}




/* upw gallery */
body .upw-posts article.galeria_karat {
    margin-bottom: 0;
    border-bottom: 0;
    float: left;
    width: 50%;
}
body .upw-posts article.galeria_karat:nth-child(even) {
    padding-left: 7px;
}
body .upw-posts article.galeria_karat:nth-child(odd) {
    padding-right: 7px;
}
body .upw-posts .entry-image {
    margin-bottom: 0;
    font-size: 0;
}


.single-galeria_karat iframe {
    width: 100%;
    height: 444px;
}





/*juiz*/
body ul.juiz_sps_links_list li:before {
    content: '';
    padding: 0;
}
body .juiz_sps_links .juiz_sps_item a .juiz_sps_network_name {
    display: none;
}
body .juiz_sps_links .juiz_sps_item a .juiz_sps_icon {
    margin: 0;
}
body .juiz_sps_links .juiz_sps_item a {
    padding: 10px 8px;
    width: 44px;
    height: 43px;
    border: 2px solid #d4dade;
    border-radius: 50%;
    display: block;
    font-size: 11px;
    background: transparent !important;
    color: #363c4d;
    text-align: center;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -ms-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}
body .juiz_sps_links .juiz_sps_item a:hover {
    color: #111;
    border-color: #363c4d;
}
body .juiz_sps_links ul {
    text-align: right;
}


.post-share {
    float: left;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 75px;
    border-top: solid 1px #d4dade;
    border-bottom: solid 1px #d4dade;
}
.post-share .like-btn {
    float: right;
    border-right: solid 1px #d4dade;
    padding: 24px 22px 23px;
}
.post-share .share {
    float: right;
    padding: 10px;
}
.post-share .share i {
    color: #a00;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 48px;
    margin-left: 14px;
    margin-right: 19px;
}
body .juiz_sps_links.counters_both {
    float: right;
    margin: 0;
}










/*--------------------------------
 # Single Post
----------------------------*/
.entry-content p {
    line-height: 28px;
	  color: #0f0d0e;
      font-size: 16px;
      font-weight: 500;
    margin-bottom: 7px;
}
.single .entry-content p {
/*    clear: both;*/
}
.entry-content img {
    margin-top: 8px !important;
    margin-bottom: 15px !important;
    margin-left: 0 !important;
    margin-right: 30px !important;
}
.entry-content img.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

/*.entry-content p b,*/
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	color: #222;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
}

.entry-content p b {
	color: #444;
	font-weight: 700;
}

.entry-content p span[style="font-size: small;"] {
    font-size: 12px !important;
    margin-bottom: 0;
    display: block;
    line-height: 1.25;
    word-wrap: break-word;
}

.entry-content :not(.intro) p:first-child {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.entry-content a,
.entry-content a:visited {
	color: #aa0000;
    text-decoration: underline;
}
.entry-content .link-as-text a, .entry-content .link-as-text a:visited {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    clear: left;
    display: block;
    line-height: 24px;
    /* margin-top: -5px; */
}
.entry-content ul {
    padding: 0;
    clear: both;
}
.entry-content ul li {
    position: relative;
    list-style-type: none;
    font-size: 16px;
    padding-bottom: 11px;
    display: table;
    clear: both;
}
.entry-content ol li {
    font-size: 16px;
    padding-bottom: 11px;
    clear: both;
}

.entry-content li a,
.entry-content li a:visited {
    font-weight: 600;
}
.entry-content a:hover,
.entry-content li a:hover {
    color: #000;
}
/*.entry-content li a,
.entry-content li a:visited {
    color: #222;
    text-decoration: none;
}

.entry-content li a:hover {
    color: #aa0000;
}
*/
.entry-content ul li:before {
    content: "\f192";
    color: #aa0000;
    font-family: fontawesome;
    padding-right: 8px;
}
.entry-content ul li li:before {
    content: "\f192";
    color: #aa0000;
    font-family: fontawesome;
    padding-right: 6px;
    font-size: 13px;
}
.entry-content li:first-child:last-child {
    padding: 0;
    margin-bottom: -10px;
}


.single .entry-title {
    margin-top: -5px;
    font-size: 2em;
}

.col-lg-8.main-content {
    margin-bottom: 80px;
}














/*--------------------------------
# Pagination
----------------------------*/
.navigation {
	margin: auto;
	display: table;
	width: 100%;
}
.navigation ul {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    padding: 10px 0 0;
    border-top: solid 1px rgba(15, 13, 14, 0.2);
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #757c7d;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    cursor: pointer;
    min-width: 27px;
    height: 28px;
    text-align: center;
    margin-right: 12px;
    -webkit-transition: .33s;
    transition: .33s;
    border: 0;
    display: inline-block;
    padding: 3px 10px;
    margin: 0 0 5px;
    border-radius: 50%;
    font-weight: 600;
    color: #0f0d0e;
}

.navigation li.prev a,
.navigation li.next a {
	border: 0;
	border-radius: 6px;
	padding-left: 12px;
	padding-right: 12px;
}

.navigation li.active a {
	background-color: #0f0d0e;
	border-color: #0f0d0e;
	color: #fff;
    text-decoration: none !important;
    cursor: default;
}

.navigation li a:hover {
	text-decoration: underline;
}

.navigation li.prev {
    float: left;
}
.navigation li.next {
    float: right;
}










/*--------------------------------
# Page Contact
--------------------------------*/
.page-template-page-contact .page-header {
    margin-bottom: 0;
}
.page-template-page-contact main p,/**/
.page-template-page-contact main .ct-text {
    color: #0f0d0e;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.page-template-page-contact .ct-title {
    font-size: 24px;
    font-weight: 700;
}
.page-template-page-contact .ct-title2 {
    color: #0f0d0e;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 35px;
}
.page-template-page-contact .ct-tel-mail {
    color: #6c7a89;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 28px;
}
.page-template-page-contact hr {
    width: 66px;
    height: 3px;
    background-color: #aa0000;
    margin-left: 0;
}

.page-template-page-contact .half-container.first {
    margin-top: 160px;
    margin-bottom: 160px;
}

.page-template-page-contact .entry-content {
    margin: 0;
}
.entry-content div#agm-canvas img {
    margin-top: 0 !important;
}

.page-template-page-contact #site-content .row {
    background: #ececec;
}
.page-template-page-contact #site-content .row .col-md-6.bgi + .col-md-6 {
    background: #fff;
}





/* contact form */
.contact-form {
    max-width: 418px;
    margin: auto;
}
form.wpcf7-form p {
    margin-bottom: 3px;
}
body input.wpcf7-form-control,
body textarea.wpcf7-form-control.wpcf7-textarea {
    width: 418px;
    min-height: 42px;
    border-radius: 1px 2px 2px 1px;
    background-color: #f6f6f6;
    max-width: 100%;
    padding: 11px 16px !important;
    margin-top: 23px;
    border-radius: 0;
    border: 0;
    color: #6c7a89;
    font-size: 13px;
}

body input:focus,
body textarea:focus {
    outline: solid 1px #dd9999 !important;
}
body span.wpcf7-not-valid-tip {
    color: #ae0000;
    font-size: 12px;
    font-weight: normal;
    display: block;
}
form.wpcf7-form br {
    display: none;
}
body div.wpcf7-validation-errors {
    border: 2px solid #ae0d0f;
    max-width: 480px;
    margin: 0;
    background: #ae0d0f;
    color: #fff;
    font-size: 15px;
    padding: 13px 15px 17px;
}
body input.wpcf7-form-control.wpcf7-submit {
    color: #0f0d0e;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px solid #0f0d0e;
    background: transparent;
    max-width: 200px;
    margin: 23px auto 0;
    display: table;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
body input.wpcf7-form-control.wpcf7-submit:hover {
    background: #f6f6f6;
}
.page-template-page-contact .half-container.last {
    margin-top: 50px;
    margin-bottom: 15px;
}








/*--------------------------------
# Content header
--------------------------------*/
main .header {
	position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-align: center;
}

main .header >* {
	margin-bottom: 0;
	color: #0f0d0e;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 600;
	line-height: 29px;
	text-transform: uppercase;
    letter-spacing: .5px;
}

main .header:before {
    content: '';
    width: 66px;
    height: 3px;
    background-color: #a00;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -1px;
}













/*--------------------------------
# Gallery
--------------------------------*/
.gallery {
    margin-left: -11px;
    margin-right: -11px;
}
figure.gallery-item {
    margin: 0;
    padding: 11px 8px;
}







body .fbx-stage {
    overflow: visible;
    position: relative;
}
body .fbx-caption {
    transform: none;
    position: absolute;
    opacity: 1;
    display: block;
    top: -60px;
    transform: none;
}
body .fbx-close-caption {
    display: none;
}
body .fbx-rounded .fbx-caption {
    background: transparent;
    transform: none;
}
body .fbx-caption-title {
    padding: 15px 20px 10px 0;
    text-align: left;
    font-family: Montserrat;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 8px;
}
body .fbx-light {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.95);
}
body .fbx-rounded .fbx-inner {
    border: 0;
    border-radius: 0;
    transform: translateY(35px);
}
.fbx-rounded .fbx-item-current, .fbx-rounded .fbx-item-image, .fbx-rounded .fbx-item-next {
    border-radius: 0 !important;
}
body .fbx-prev:before {
    content: "\f104";
    font-family: fontawesome;
    font-size: 26px;
}
body .fbx-next:before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 26px;
}
body .fbx-rounded.fbx-desktop .fbx-next, body .fbx-rounded.fbx-desktop .fbx-prev {
    position: absolute;
    background: transparent;
    box-shadow: none;
}
.fbx-rounded .fbx-prev.fbx-btn-shadow, .fbx-rounded .fbx-prev.fbx-btn-shadow:hover,
.fbx-rounded .fbx-next.fbx-btn-shadow, .fbx-rounded .fbx-next.fbx-btn-shadow:hover {
    box-shadow: none !important;
}

body a.fbx-close.fbx-btn-transition.fbx-btn-shadow {
    background: transparent;
    border: 0;
    box-shadow: none;
    position: absolute;
    top: -35px;
    right: -15px;
}
body .fbx-close:before {
    content: '';
    font-family: monospace;
    font-size: 0;
    color: #d8d8d8 !important;
    background-image: url(/app/themes/thm/img/close.png);
    width: 16px;
    height: 14px;
    display: block;
    background-repeat: no-repeat;
}

.fbx-rounded .fbx-prev {
    left: -60px !important;
}
.fbx-rounded .fbx-next {
    right: -60px !important;
}










/*--------------------------------
# Page with menu
--------------------------------*/
h2.page-title-dot {
    font-family: Montserrat;
    color: #0f0d0e;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 42px;
    display: table;
    /*float: left;*/
    position: relative;
    margin: 0;
    padding-right: 2px;
}
.page-template-page-biuletyn h2.page-title-dot {
    float: left;
}
span.title-dot {
    width: 6px;
    height: 6px;
    background-color: #ac0204;
    display:inline-block;
    margin-left: 6px;
}
.intro {
    /* float: left; */
    /* padding-left: 30px; */
    padding-top: 5px;
    clear: both;
}
.page-template-page-biuletyn .intro {
     float: left;
     padding-left: 30px;
     clear: none;
}
body .intro p {
    /*color: #6c7a89;*/
    /*font-size: 13px;*/
    /*font-weight: 600;*/
    /*line-height: 18px;*/
    margin-bottom: 0;
    text-align: left !important;
    line-height: 28px;
    color: #535f6d;
    font-size: 16px;
    font-weight: 500;
}
.intro p strong {
    font-weight: 600 !important;
}
.intro + p,
.intro + * {
    clear: both;
}
.intro ~ h2,
.intro ~ p:first-of-type strong {
    color: #0f0d0e;
    font-size: 24px;
    font-weight: 700;
}

.entry-content h3,
.intro ~ p strong {
    color: #0f0d0e;
    font-size: 18px;
    font-weight: 700;
}






/* ----------------------------------------------------------------
# biuletyn - lista
-----------------------------------------------------------------*/
img.attachment-shop_catalog {
	float: left;
}
.products h3 {
    float: left;
    display: inline-block;
    clear: none;
    text-align: left;
    font-family: Montserrat;
    color: #222;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.woocommerce ul.products li {
    list-style: none;
	padding-left: 0;
	/* background-color: #f7f6f4; */
	margin-bottom: 20px;
	padding-right: 20px;
}
.woocommerce ul.products li span.price {
	float: left;
	position: absolute;
	bottom: 21px;
	margin-left: 20px;
	font-family: Lato;
	color: #18526f;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	left: 0;
}
.woocommerce ul.products li span.price del {
	color: #888;
	font-size: 9px;
}
.woocommerce ul.products li span.price ins {
	background: transparent;
}

body a.button.add_to_cart_button {
    position: absolute;
    right: 29px;
    bottom: 2px;
    font-family: "Open Sans";
    color: #a00;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    background: transparent !important;
    padding: 11px 8px;
}

body a.button.add_to_cart_button:hover {
    color: #400;
}

span.attachment-shop_catalog.size-shop_catalog.wp-post-image.eh {
	display: block;
	height: 100%;
	padding-left: 50%;
	float: left;
	min-height: 215px;
	padding-bottom: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

ul.products li .product_content {
    padding-left: 15px;
    display: block;
    height: 100%;
    width: 50%;
    position: relative;
    text-align: justify;
    padding-right: 15px;
    padding-bottom: 30px;
    background-color: #f7f6f4;
    float: left;
    overflow: hidden;
}
ul.products li .product_excerpt {
    font-family: "Open Sans";
    color: #0f0d0e;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
	clear: left;
	float: left;
}












/* ----------------------------------------------------------------
# newsletter
-----------------------------------------------------------------*/
.nl-icon {
    float: left;
    width: 199px;
    padding-right: 15px;
    text-align: center;
}
.nl-content {
    float: left;
    width: calc(100% - 220px);
    padding-top: 34px;
}
body input.wysija-input {
    background-color: #f6f6f6;
    border: 0;
    padding: 10px 16px;
    width: 100%;
}
p.wysija-paragraph {
    width: 50%;
    float: left;
    padding: 0 10px;
}
.newsletter {
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 60px;
}
body .widget_wysija_cont .wysija-submit {
    display: block;
    margin-top: 20px;
    float: left;
    margin: 0 0 0 10px;
    width: calc(50% - 20px);
    border: 1px solid #0f0d0e;
    background-color: #0f0d0e;
    color: #fff;
    padding: 12px;
    border-radius: 2px;
}











/* ----------------------------------------------------------------
# Publikacje
-----------------------------------------------------------------*/
.blog .entry-content .date,
.archive .entry-content .date {
    font-family: Montserrat;
    color: #222;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}
.blog aside .widget,
.archive aside .widget {
    background: transparent;
    padding: 0;
}
.blog main,
.archive main {
    margin-bottom: 60px;
}

.archive.category .fl-post-grid-image img {
/*    max-width: 50%;*/
    height: 235px !important;
    width: auto;
}


.page-template-page-archive .entry-content li a, .page-template-page-archive .entry-content li a:visited {
    color: #a00;
    text-decoration: underline;
}
.page-template-page-archive .entry-content li a:hover {
    text-decoration: none;
}













/*--------------------------------
# wpml
--------------------------------*/
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
    width: 40px;
    height: 20px;
    line-height: 16px;
    position: absolute;
    right: -15px;
    border-color: #727272;
    top: -25px;
    font-size: 12px;
    padding: 0;
}
body .wpml-ls-legacy-dropdown a {
    padding: 3px 6px;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: 0.25em solid transparent;
    border-top: .35em solid;
    position: absolute;
    right: 6px;
    top: calc(50% - .15em);
}
body .wpml-ls-statics-shortcode_actions,
body .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu,
body .wpml-ls-statics-shortcode_actions a {
    border-color: #727272;
    border-top-color: rgb(114, 114, 114);
    border-right-color: rgb(114, 114, 114);
    border-bottom-color: rgb(114, 114, 114);
    border-left-color: rgb(114, 114, 114);
}
body .wpml-ls-legacy-dropdown a span {
    vertical-align: 0;
    font-size: 11px;
    font-weight: 600;
    padding-left: 2px;
}



.single-post img.attachment-post-thumbnail.wp-post-image {
    max-width: 262px;
    width: 50%;
    margin-right: 30px;
    float: left;
    border: solid 1px #000;
}
.single-post img.attachment-post-thumbnail.wp-post-image +
 p {
    display: table;
}





/* tymczasowo search */
/*i.icon-magnifier {
    position: absolute;
    right: -13px;
    top: 52px;
    font-size: 13px;
    font-weight: 600;
    padding: 15px;
    padding-right: 0;
}
*/

@media screen and (min-width: 1300px) {
    .page-template-template-full_width .fl-module.fl-module-post-grid {
        padding-left: 15px;
    }
}
