/* 
* Lifestyle Theme CSS
*/

/* Table of content
-------------------------------------
1. Global
2. Search overlay
3. Topbar
4. Site header
5. Main nav
6. Post
7. Main topics
8. Feeds
9. Pagination
10. Right column & Widgets
11. Article
12. Site footer
13. Mediaqueries
*/






/* = 1. Global
------------------------------------- */

html {
    -webkit-text-size-adjust: 100%; /* sizes on horizontal mobile */
}

body {
    padding-top: 145px;
    font-family: "Cardo", sans-serif;
    color: #222;
    font-size: 20px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bianca-wrapper {
    margin: 0 auto 80px auto;
    max-width: 1224px;
    /* max-width: 1180px; */
}

.bianca-masonry {
    margin: 0 auto 80px auto;
    max-width: 1224px;
    /* max-width: 1180px; */
}

.bianca-wrapper.top-bar {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.bianca-wrapper.main-topic {
    margin-bottom: 12px;
}

img { display: block; }
i { font-style: italic; }

.ca::before, /* clearfix */
.ca::after { content: ""; display: table; } 
.ca::after { clear: both; }

header.section { /* header above the feed */
    margin-bottom: 48px;
}

header.section h1, /* header above the feed on archive */
header.section h2, /* header above the feed on homepage */
header.section h3, /* widget & comments header */
.comment-respond h3 { /* reply header */
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

header.section h1,
header.section h2 {
    margin-left: 22px;
}

header.section.ca h2 {
    float: left;
}

header.section .archivelink {
    float: right;
}

.sticky { /* sticky posts appear in main topics */
    
}

/* forms */

select,
input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="password"],
button[type="submit"],
input[type="submit"] {
    height: 40px;
    padding: 0 17px;
    font-family: "Cardo", sans-serif;
    font-size: 15px;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    -webkit-appearance: none;
}

select,
input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="password"] {
    color: #222;    
    border: 1px #ccc solid;
}

button[type="submit"],
input[type="submit"] {
    color: #fff;
    font-weight: 700;
    border: none;
    background-color: #222;
    cursor: pointer;
    text-transform: uppercase;
}

button[type="submit"]:hover,
input[type="submit"]:hover {
    background-color: #444;
}

textarea {
    padding: 12px 17px;
    font-family: "Cardo", sans-serif;
    color: #222;
    font-size: 15px;
    line-height: 26px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    border: 1px #ccc solid;
}








/* = 2. Search overlay
------------------------------------- */

.bianca-search-bar {
    position: absolute;
    top: 0; right: 0; left: 0;
    background-color: #fff;
    
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    
    -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    
    z-index: 10;
}

.bianca-search-bar.bottom {
    top: -380px;
}

.bianca-search-form {
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 100px 5% 70px 5%;
    text-align: center;
    
}

.bianca-search-bar input[type="text"] {
    margin-bottom: 45px;
    font-size: 34px;
    vertical-align: top;
    border: medium none;
}












/* = 3. Top bar
------------------------------------- */


.bianca-wrapper.top-bar {
    position: absolute;
    top: 0;
    
    z-index: 3;
    background-color: #fff;
    
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.bianca-wrapper.top-bar.fixed {
    position: fixed;
}











/* = 4. Site header
------------------------------------- */

.site-header {
    position: relative;
    margin: 0 auto;
    padding: 10px 0 0 0;
    border-bottom: 2px #ddd solid;
}

.site-title {
    text-align: center;
    margin-bottom: -17px;
}

.site-title span,
.site-title h1 {
    display: inline;
    padding: 0 48px;
    font-family: "Montserrat", sans-serif;
    font-size: 56px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 600;
    
    background-color: #fff;
}

.site-title span a,
.site-title h1 a {
    color: #222;
}

ul.topbar-socials {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 120px;
}

ul.topbar-socials li {
    display: inline-block;
    margin-right: 16px;
    font-size: 20px;
    vertical-align: middle;
}

ul.topbar-socials li:first-child {
    margin-right: 24px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 4px;
}

ul.topbar-socials li a {
    color: #222;
}

.topbar-search {
    display: inline-block;
    position: absolute;
    top: 19px;
    right: 24px;
}

.topbar-search a {
    color: #222;
}



















/* = 5. Main nav
------------------------------------- */

.bianca-site-navigation {
    display: inline-block;
    position: absolute;
    left: 26px;
    top: 19px;
}

nav {
    position: relative;
}

.bianca-site-navigation .hamburger {
    display: block;
    font-size: 22px;
    color: #222;
}

.bianca-site-navigation .hamburger span {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.bianca-site-navigation ul {
    position: absolute;
    left: -8px;
    top: 35px;
    width: 150px;
    padding: 30px;
    background-color: #fff;
        
    visibility: hidden;
    opacity: 0;
        
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
       
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
        
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
}

.bianca-site-navigation ul.visible {
    visibility: visible;
    opacity: 1;
}

.bianca-site-navigation ul li {
    display: block;
    margin: 0 0 15px 0;
    line-height: 20px;
}

.bianca-site-navigation ul li:last-child {
    margin: 0;
}

.bianca-site-navigation ul li a {
    font-family: "Cardo", sans-serif;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    line-height: 24px;
    
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.bianca-site-navigation ul li a:hover {
    color: #0066ff;
}

/* subnav */

.bianca-site-navigation ul li ul {
    display: none;
    
    position: absolute;
    
    opacity: 0;
    visibility: hidden;
    
    max-width: 350px;
    padding: 12px 24px 12px 0;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bianca-site-navigation ul li:hover ul {
    opacity: 1;
    visibility: visible;

    background-color: #fff;
    
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
    
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
}

.bianca-site-navigation ul li ul li {
    display: block;
    margin-left: 24px;
    padding: 6px 0;
    line-height: 20px;
}

.bianca-site-navigation ul li ul li a {
    padding: 0;
    border: none;
}






















/* = 6. Post
------------------------------------- */






/* cloud draw */

.cloud {
	position: relative;
	width: 35px;
    height: 35px;
	background: #fff;
	text-align: center;
	line-height: 35px;
    
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cloud::after {
	position: absolute;
	top: 35px;
    left: 23px;
	content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 10px solid #222;
    transform: rotate(180deg);
}



/* cloud number */

.cloud a.comments_number {
    display: block;
    width: 35px;
    height: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #666;
}

/* post header */

.post header {
    position: relative;
}

.post header h1,
.post header h2 {
    display: inline;
    background-color: #fff;
    overflow: hidden;
    
    -ms-word-wrap: break-word;
    word-wrap: break-word;

	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.post header h1:hover,
.post header h2:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
}

.post header h1 a,
.post header h2 a {
    font-family: "Cardo", sans-serif;
    color: #222;
    font-weight: 700;
}

.pagenotfound {
    font-size: 50px;
    color: #222;
    font-weight: 700;
    text-align: center;
    margin: 100px 0;
    text-transform: uppercase;
}





















/* comment cloud */

.cloudc { /* comment cloud container */
    width: 35px;
    height: 45px;
    padding-top: 32px;
    
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}

.cloudc:hover { /* bigger after hovering */
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}






/* = 7. Main topics
------------------------------------- */

.post {
    position: relative;
    display: block;
    float: left;
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 72px;
    width: 363px; /* -1px for border-left */
    border-left: 1px #ddd solid;
}

/* Masonry */

.grid-sizer {
    width: 408px; /* 364px + margins (44px) */
}

.post header {
    position: absolute;
    top: 0;
    left: -1px;
    padding-bottom: 20px;
    
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 3%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 3%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 3%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.post header h2 {
    padding: 0px 16px 10px 0px; /* padding inside post headers in main topics */
}

.post header h2 a {
    font-size: 26px;
    line-height: 36px;
}

.post figure { /* post image container */
    position: relative;
    width: 320px;
    padding-left: 43px; /* -1px for border-left */
    padding-top: 80px;
    padding-bottom: 35px;
}

figure img {
    width: 100%;
    height: auto;

    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.post figure img {
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}

.post figure img:hover {
    opacity: 0.8;
}

.archivelink,
.meta {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #666;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.post .meta {
    position: absolute;
    bottom: 0;
    left: 43px;
    right: 0;
    padding-top: 20px;
}

.post .meta date {
    width: 50%;
    float: left;
}

.post .meta .morelink {
    width: 50%;
    float: left;
    text-align: right;
}

.archivelink a,
.post .meta .morelink a {
    color: #222;
    text-decoration: underline;
}

/* no thumb */

.post.no-thumb header {

}











/* = 8. Feeds
------------------------------------- */




















/* = 9. Pagination
------------------------------------- */



.post-nav-links { font-size: 15px; } /* post pages links */

.post-nav-links, /* post pages links */
.pagination ul {
    display: block;
    text-align: center;
}

.pagination ul li { /* pagination below the feed */
    display: inline-block;
}

.pagination.comment-pagination { /* pagination below the comments */
    margin-bottom: 30px;
    text-align: center;
}

.bianca-single-content .article .post-nav-links a,
.bianca-single-content .article .post-nav-links .post-page-numbers.current, /* post pages links */
.pagination ul li a,
.pagination ul li .page-numbers.current,
.pagination.comment-pagination a,
.pagination.comment-pagination .page-numbers.current {
    margin: 0 5px 10px 5px;
    padding: 0 10px;
    min-width: 20px;
    display: inline-block;
    font-size: 15px;
    color: #222;
    text-align: center;
    line-height: 40px;
    border-bottom: none; 
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}

.bianca-single-content .article .post-nav-links .post-page-numbers.current, /* post pages links */
.pagination ul li .page-numbers.current, /* current page hidden border */
.pagination.comment-pagination .page-numbers.current {
    font-weight: 500;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bianca-single-content .article .post-nav-links a:hover, /* post pages links */
.pagination ul li a:hover,
.pagination.comment-pagination a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}














/* = 10. Right column & Widgets
------------------------------------- */



.bianca-right-column {
    width: 364px;
    float: right;
    margin-right: 22px;
}



.widget {
    padding: 0;
    margin-bottom: 50px;
}

.widget .post {
    margin-left: 0;
    margin-right: 0;
}







/* site author box widget */

.widget.site-author .ac img {
    margin: 10px auto 30px auto;
    
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.widget.site-author .ac.no-avatar {
    padding-top: 40px;
}

.widget.site-author .name {
    margin-bottom: 30px;
    font-family: "Kaushan Script", sans-serif;
    font-size: 36px;
    color: #222;
    line-height: 52px;
    text-align: center;
}

.widget.site-author p {
    margin-bottom: 30px;
    font-size: 15px;
    color: #666;
    line-height: 26px;
    text-align: center;
}

/* site author box widget socials */

ul.author-socials {
    display: flex;
    justify-content: center;
}

ul.author-socials li {
    margin: 0 5px;
}

ul.author-socials li a {
    color: #222;
    
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}

ul.author-socials li a:hover {
    opacity: 0.5;
}



/* other widgets */



/* text sizes */

.widget.widget_archive,
.widget.widget_calendar,
.widget.widget_categories,
.widget.widget_nav_menu,
.widget.widget_meta,
.widget.widget_pages,
.widget.widget_recent_comments,
.widget.widget_recent_entries,
.widget.widget_search,
.widget.widget_tag_cloud,
.widget.widget_text,
.widget.widget_rss {
    font-size: 15px;
    color: #222;
    line-height: 22px;
}



/* wp archive widget */

.widget_archive a {
    color: #222;
    border-bottom: 1px solid #bbb;
}

.widget_archive a:hover {
    color: #666;
}



/* wp calendar widget */

.widget_calendar table {
    width: 100%;
}

.widget_calendar table caption {
    margin-bottom: 24px;
    font-weight: 500;
}

.widget_calendar table thead {
    font-weight: 500;
    background: #edeff0;
}

.widget_calendar table thead tr th,
.widget_calendar table tbody tr td {
    padding: 10px 0;
    text-align: center;
    border: 1px solid #bbb;
}

.widget_calendar a {
    color: #222;
    border-bottom: 1px solid #bbb;
}

.widget_calendar a:hover {
    color: #666
}

.wp-calendar-nav {
    margin-top: 20px;
}

.wp-calendar-nav .wp-calendar-nav-prev {
    float: left;
}

.wp-calendar-nav .wp-calendar-nav-next {
    float: right;
}



/* wp categories widget */

.widget_categories a {
    color: #222;
    border-bottom: 1px solid #bbb;
}

.widget_categories a:hover {
    color: #666;
}



/* wp widget nav menu */

.widget.widget_nav_menu .menu-categories-container ul > li {
    margin-left: 0;
}

.widget.widget_nav_menu .menu-categories-container ul > li > ul > li {
    margin-left: 10px;
}

.widget.widget_nav_menu a {
    color: #222;
    border-bottom: 1px solid #bbb;
}

.widget.widget_nav_menu a:hover {
    color: #666;
}



/* wp meta widget */

.widget_meta a {
    color: #222;
    border-bottom: 1px solid #bbb;
}

.widget.widget_meta a:hover {
    color: #666;
}



/* wp pages widget */

.widget_pages a {
    color: #222;
    border-bottom: 1px solid #bbb;
}

.widget.widget_pages a:hover {
    color: #666;
}



/* wp recent comments widget */

.widget.widget_recent_comments ul li.recentcomments {
    margin-bottom: 20px;
}

.widget.widget_recent_comments ul li.recentcomments:last-child {
    margin-bottom: 0;
}

.widget.widget_recent_comments a {
    color: #222;
    border-bottom: 1px solid #bbb;
}

.widget.widget_recent_comments a:hover {
    color: #666;
}



/* wp recent posts widget */

.widget.widget_recent_entries ul li {
    margin-bottom: 20px;
}

.widget.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}
    
.widget.widget_recent_entries ul li a {
    color: #222;
    border-bottom: 1px solid #bbb;
}

.widget.widget_recent_entries ul li a:hover {
    color: #666;
}

.widget.widget_recent_entries ul li span.post-date {
    display: block;
    margin-top: 5px;
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
}



/* wp search widget */

.widget.widget_search input[type="text"],
.widget.widget_search input[type="email"] {
        width: calc( 100% - 36px );
        margin-bottom: 10px;
}



/* wp tags widget */

.widget.widget_tag_cloud .tagcloud a {
    color: #666;
}

.widget.widget_tag_cloud .tagcloud a:hover {
    color: #222;
}



/* wp text widget */

.widget.widget_text a {
    color: #222;
    border-bottom: 1px solid #bbb;
}

.widget.widget_text a:hover {
    color: #666;
}

.widget.widget_text p {
    margin-bottom: 20px;
}

.widget.widget_text p:last-child {
    margin-bottom: 0;
}

.widget.widget_text .textwidget img {
    max-width: 100%;
    height: auto;
}

.widget.widget_text .textwidget strong {
    font-weight: 500;
}

.widget.widget_text .textwidget em {
    font-style: italic;
}

.widget.widget_text .textwidget form select {
    max-width: 100%;
}



/* wp rss widget */

.widget.widget_rss .rss-widget-icon {
    display: inline-block;
}

.widget.widget_rss ul li {
    margin-bottom: 20px;
}

.widget.widget_rss ul li:last-child {
    margin-bottom: 0;
}

.widget.widget_rss ul li span.rss-date {
    display: block;
    font-size: 13px;
    color: #999;
    margin-top: 5px;
    text-transform: uppercase;
}

.widget.widget_rss ul li cite {
    color: #666;
}

.widget.widget_rss a {
    color: #222;
    border-bottom: 1px solid #bbb;
}

.widget.widget_rss a:hover {
    color: #666;
}



/* wp gallery widget */

.widget.widget_media_gallery .gallery {
    margin-bottom: 0 !important;
}

.widget.widget_media_gallery dl {
    margin-bottom: 15px;
}













/* = 11. Article
------------------------------------- */



/* single - article header */

.bianca-single-header {
    margin-bottom: 74px;
}

.bianca-single-header header {
    margin: 0 auto;
    max-width: 920px;
    text-align: center;
}

.bianca-single-header header .meta {
    margin-bottom: 24px;
}

.bianca-single-header header h1 {
    font-family: "Cardo", sans-serif;
    color: #222;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
}

.bianca-single-header header .author {
    display: inline-block;
    margin-top: 16px;
}

.bianca-single-header header .author a {
    display: block;
    float: left;
    height: 56px;
    font-size: 20px;
    color: #222;
    line-height: 56px;
}

.bianca-single-header header .author img {
    display: block;
    float: left;
    margin-right: 15px;
    
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border-radius: 56px;
}









/* column item */

.bianca-share-post header.section {
    position: absolute;
    bottom: -70px;
    left: -24px;
    margin-bottom: 0;
    
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #222;
    text-transform: uppercase;
    
    
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.article-meta.standard .bianca-share-post header.section {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-bottom: 30px;
    
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* share an article */

.bianca-share-post {
    position: fixed;
    top: 300px;
    left: 48px;
}

.article-meta.standard .bianca-share-post {
    position: relative;
    top: inherit;
    left: inherit;
    width: 30%;
    float: left;
}

.bianca-share-post ul li {
    margin-bottom: 8px;
    text-align: center;
}

.article-meta.standard .bianca-share-post ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 2px;
}

.bianca-share-post ul li a {
    font-size: 16px;
    color: #222;
    
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}

.bianca-share-post ul li a:hover {
    opacity: 0.5;
}

.bianca-share-post ul li a i {
    width: 32px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    
    border-radius: 16px;
}

/* share icons colors */


.bianca-share-post ul li a .fa.fa-facebook {
    background-color: #4b6ea9;
}

.bianca-share-post ul li a .fa.fa-google-plus {
    background-color: #e86142;
}

.bianca-share-post ul li a .fa.fa-instagram {
    background-color: #ec5575;
}

.bianca-share-post ul li a .fa.fa-twitter {
    background-color: #1ab2f5;
}

.bianca-share-post ul li a .fa.fa-linkedin {
    background-color: #0088c0;
}

.bianca-share-post ul li a .fa.fa-pinterest {
    background-color: #d73533;
}

.bianca-share-post ul li a .fa.fa-youtube {
    background-color: #d44638;
}





/**********/
/* single tags */
/**/

.tags {
    width: 100%;
    float: left;
}

.article-meta.standard .tags {
    width: 70%;
}

.tags header.section {
    margin-bottom: 30px;
}

.tags ul li {
    display: inline-block;
}

.tags ul li a {
    display: block;
    height: 30px;
    margin-right: 8px;
    font-size: 18px;
    color: #999;
    line-height: 28px;
    padding: 0 16px;
    border: 1px #ddd solid;
    border-radius: 16px;
}











.bianca-feed111 {
    float: left;
}

.bianca-feed111 ul {
    margin-left: 22px;
}

.bianca-feed111 ul .post {
    position: relative;
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 22px;
    margin-bottom: 72px;
    width: 175.5px;
    border-left: 1px #ddd solid;
}

.bianca-feed111 ul .post figure {
    position: relative;
    width: 154.5px;
    padding-left: 21px;
    padding-top: 80px;
    padding-bottom: 0;
}

.bianca-feed111 ul .post header h2 a {
    font-size: 18px;
    line-height: 28px;
}









/* single - article content */

.bianca-single-content {
    position: relative;
    width: 772px;
    float: left;
    margin-bottom: 70px;
    margin-left: 22px;
}

.bianca-single-content.fullwidth { /* full width - shop template */
    padding-left: 0;
    width: 100%;
    float: none;
}



/**********/
/* article content, common elements */
/**/



.bianca-single-content .article { /* post content line height */
    line-height: 32px;
    padding-left: 100px; 
}



 /* article post lead */

.bianca-single-content .article > p:first-child {

}

.bianca-single-content .article > p:first-child::first-letter {
    font-size: 104px;
    font-weight: 600;
    float: left;
    margin-top: 11px;
    margin-right: 14px;
}



/* alignment */

.alignleft { float: left; text-align: left; margin-right: 1.5em !important; text-align: right; }
.alignright { float: right; text-align: right; margin-left: 1.5em !important; text-align: left; }
.aligncenter { margin: 0 auto; text-align: center; }



/* paragraph inlines tags */

strong { font-weight: 500; }
em, cite, var { font-style: italic; }
sup { vertical-align: super; font-size: smaller; } /* MC2 (2) */
sub { vertical-align: sub; font-size: smaller; } /* H2O (2) */
pre { overflow: auto; }
strike, del { text-decoration: line-through; }
ins { }
q::after, q::before { content: "\""; }



/* other block tags */

hr { margin-bottom: 30px; margin-top: 0; padding: 2px; background: #ddd; border: 0; }
address { padding: 16px 24px; border: 2px dashed #ccc; }
dt { font-weight: 500; } dd { margin-bottom: 15px; }



/* RADIUS & SHADOW */

.wp-block-pullquote.is-style-solid-color,
.bianca-single-content .article img,
.wp-block-media-text__media img,
.wp-block-cover {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}



/**********/
/* common styles for post images */
/**/



/* all images */

.bianca-single-content .article img { 
    height: auto;
    max-width: 100%;
    border: none;
} /* max 100%, auto height */

.wp-block-image .alignleft {
    margin-left: -100px;
}

/* figcaption sizes */

.bianca-single-content .article figcaption, /* gutenberg */

.wp-caption-text.gallery-caption, /* old wp gallery description */
.wp-caption-text, /* old article image description */
.entry-caption p {
    font-size: 14px;
    line-height: 18px;
}



/* article content link color */

.bianca-single-content .article figcaption a,
.bianca-single-content .article ul li > a,
.bianca-single-content .article ol li > a,
.bianca-single-content .article p a,
.bianca-single-content .article table a,
.bianca-single-content .article dl a {
    color: #222;
    border-bottom: 1px solid #bbb;
}
.bianca-single-content .article a:hover {
    color: #666;
}

    /* links color in comments */

    .bianca-single-content ul.user-comment li ul li a,
    .bianca-single-content ul.user-comment li ol li a,
    .bianca-single-content ul.user-comment li p a,
    .bianca-single-content ul.user-comment li table a,
    .bianca-single-content ul.user-comment li dl a {
        color: #222;
        border-bottom: 1px solid #bbb;
    }
    .bianca-single-content ul.user-comment li a:hover {
        color: #666;
    }



/**********/
/* headers in post content */
/**/



/* common */

.bianca-single-content .article h1, 
.bianca-single-content .article h2, 
.bianca-single-content .article h3, 
.bianca-single-content .article h4, 
.bianca-single-content .article h5, 
.bianca-single-content .article h6 {
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

/* sizes */

.bianca-single-content .article h1 {
    font-size: 30px;
}

.bianca-single-content .article h2 {
    font-size: 26px;
}

.bianca-single-content .article h3 {
    font-size: 22px;
}

.bianca-single-content .article h4,
.bianca-single-content .article h5,
.bianca-single-content .article h6 {
    font-size: 18px;
}

    /* post headers in comments */

    .bianca-single-content ul.user-comment li h1,
    .bianca-single-content ul.user-comment li h2,
    .bianca-single-content ul.user-comment li h3,
    .bianca-single-content ul.user-comment li h4,
    .bianca-single-content ul.user-comment li h5,
    .bianca-single-content ul.user-comment li h6 {
        margin-bottom: 10px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 18px;
    }



/**********/
/* tables in post content */
/**/



.bianca-single-content .article table th,
.bianca-single-content .article table td,
.bianca-single-content ul.user-comment table th, /* same table style in comment */
.bianca-single-content ul.user-comment table td {
    border: 1px solid #bbb;
    padding: 10px;
}

.bianca-single-content .article table { /* special font size in post content table */
    font-size: 15px;
    line-height: 26px;
}



/**********/
/* simple lists */
/**/



.bianca-single-content .article ol,
    /* ol list in comment */
    .bianca-single-content ul.user-comment ol {
        list-style-type: decimal;
        padding-left: 18px;
}

.bianca-single-content .article ul,
    /* ul list in comment */
    .bianca-single-content ul.user-comment ul:not(.children) {
        list-style-type: disc;
        padding-left: 18px;
}



/**********/
/* Gutenberg GALLERY */
/**/

/* overwrites simple list padding left */
.bianca-single-content .article .wp-block-gallery ul {
    padding-left: 0; 
}

.bianca-single-content .article .wp-block-gallery figcaption {
    box-sizing: border-box;

    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}



/**********/
/* Gutenberg ROUNDED image */
/**/

.is-style-rounded img {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}



/**********/
/* Gutenberg IMAGE */
/**/



/**********/
/* Gutenberg COVER */
/**/

.wp-block-cover .wp-block-cover__inner-container {
    line-height: 1.2;
}



/**********/
/* Gutenberg EMBED */
/**/

.wp-block-embed iframe {
    max-width: 100%;
}

/* video iframe */
.bianca-single-content .article p iframe { 
    max-width: 100%;
}



/**********/
/* Gutenberg BUTTON */
/**/

.bianca-single-content .article .wp-block-button__link {
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}

.bianca-single-content .article .wp-block-button__link:hover {
    color: inherit;
    opacity: 0.8;
}



/**********/
/* Gutenberg FILE */
/**/

.bianca-single-content .article .wp-block-file {
    margin-bottom: 30px;
    padding: 6px 0;
}

.bianca-single-content .article .wp-block-file a {
    color: #222;
    border-bottom: 1px solid #bbb;
}

.bianca-single-content .article .wp-block-file a:hover {
    color: #666;
}

.bianca-single-content .article .wp-block-file .wp-block-file__button,
.bianca-single-content .article .wp-block-file .wp-block-file__button:hover {
    color: #fff;
    border-bottom: none;
}



/**********/
/* Gutenberg PAGE BREAK */
/**/



/**********/
/* Gutenberg BLOCKQUOTE */
/**/

.bianca-single-content .article blockquote p::before,
    .bianca-single-content ul.user-comment blockquote p::before {
    position: absolute;
    left: 0;
    top: 33px;
    color: #ccc;
    font-size: 100px;
    content: "\"";
}

.bianca-single-content .article .wp-block-pullquote p::before {
    content: '';
}

.bianca-single-content .article blockquote,
    .bianca-single-content ul.user-comment blockquote {
    position: relative;
}

.bianca-single-content .article blockquote p,
    .bianca-single-content ul.user-comment blockquote p {
    margin-bottom: 0;
}

/* blockquote common styles / small cite */

blockquote p {
    padding-left: 50px;
    font-style: italic;
}

blockquote cite {
    display: block;
    padding-left: 50px;
    padding-top: 5px;
    font-size: 14px;
}

blockquote p cite { /* old style */
    padding-left: 0;
}

blockquote cite:before {
    content: "— ";
}

/* large cite */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 0;
}

.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
    font-size: 17px;
}

.wp-block-quote.is-style-large p {
    font-size: 28px;
    line-height: 40px;
}

.wp-block-quote.is-style-large cite {
    text-align: left;
}

/* centered blockquote */

.wp-block-pullquote {
    padding: 3em 0 1.5em 0;
}

.wp-block-pullquote blockquote p,
.wp-block-pullquote blockquote cite {
    padding-left: 0;
}



/**********/
/* Gutenberg MEDIA (image & title) */
/**/

.wp-block-media-text {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 8%;
}

.wp-block-media-text .wp-block-media-text__content .has-large-font-size {
    line-height: initial;
}



/**********/
/* Gutenberg GROUP */
/**/

.wp-block-group {
    padding: 4%;    
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}



/**********/
/* Gutenberg CALENDAR widget */
/**/

.wp-block-calendar table {
    font-family: inherit;
}

.wp-block-calendar table th { 
    font-weight: 500; 
}

.wp-block-calendar table caption {
    color: #222;
}

.wp-block-calendar .wp-calendar-table caption {
    margin-bottom: 8px;
    font-weight: 500;
}

.wp-block-calendar a {
    text-decoration: none;
}

.wp-block-calendar .wp-calendar-nav a {
    color: #222;
    border-bottom: 1px solid #bbb;
}
.wp-block-calendar .wp-calendar-nav a:hover {
    color: #666;
}



/**********/
/* Gutenberg COMMENTS widget */
/**/

/* overwrites list padding left */
.bianca-single-content .article .wp-block-latest-comments {
    padding-left: 0; 
}

.bianca-single-content .article .wp-block-latest-comments a {
    color: #222;
    border-bottom: 1px solid #bbb;
}

.bianca-single-content .article .wp-block-latest-comments a:hover {
    color: #666;
}



/**********/
/* Gutenberg LATEST POSTS widget */
/**/

.bianca-single-content .article .wp-block-latest-posts {
    padding-left: 0;
}

.bianca-single-content .article .wp-block-latest-posts li {
    list-style: none;
}

.bianca-single-content .article .wp-block-latest-posts li time {
    padding-top: 5px;
    line-height: 18px;
}

.bianca-single-content .article .wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 16px;
}



/**********/
/* Gutenberg SEARCH widget */
/**/

.bianca-single-content .article .wp-block-search {

}



/**********/
/* Gutenberg CLOUD widget */
/**/

.bianca-single-content .article .wp-block-tag-cloud a {
    color: #666;
    border: none;
}

.bianca-single-content .article .wp-block-tag-cloud a:hover {
    color: #222;
}



/**********/
/* Gutenberg RSS FEED widget */
/**/

.bianca-single-content .article .wp-block-rss {
    list-style: none;
    padding-left: 0;
}

.bianca-single-content .article .wp-block-rss .wp-block-rss__item {
    margin-bottom: 16px;
}

.bianca-single-content .article .wp-block-rss a {
    color: #222;
    border-bottom: 1px solid #bbb;
}

.bianca-single-content .article .wp-block-rss a:hover {
    color: #666;
}



/**********/
/* Gutenberg CATEGORIES widget */
/**/

.bianca-single-content .article .wp-block-categories.wp-block-categories-dropdown {
    position: relative;
}

.bianca-single-content .article .wp-block-categories.wp-block-categories-dropdown select {
    width: 100%;
    padding: 0 10px;
}

.bianca-single-content .article .wp-block-categories.wp-block-categories-dropdown::after {
    position: absolute;
    top: 7px;
    right: 13px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #222;
    font-size: 15px;
    content: "\f0d7";
    pointer-events: none;
}



/**********/
/* Gutenberg ARCHIVES widget */
/**/

.bianca-single-content .article .wp-block-archives.wp-block-archives-dropdown {
    position: relative;
}

.bianca-single-content .article .wp-block-archives.wp-block-archives-dropdown select {
    width: 100%;
    padding: 0 10px;
}

.bianca-single-content .article .wp-block-archives.wp-block-archives-dropdown::after {
    position: absolute;
    top: 7px;
    right: 13px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #222;
    font-size: 15px;
    content: "\f0d7";
    pointer-events: none;
}



/**********/
/* common margin bottom */
/**/

.bianca-single-content .article .wp-block-button,
.bianca-single-content .article .wp-block-image, /* gutenberg */
.bianca-single-content .article .wp-block-gallery,
.bianca-single-content .article .wp-block-cover, /* photo with title over it */
.bianca-single-content .article .wp-block-file, /* link with a button */
.bianca-single-content .article .wp-block-media-text, /* image on the left and text next to it */
.bianca-single-content .article .wp-block-embed, /* yt */
.bianca-single-content .article .wp-block-table,
.bianca-single-content .article .wp-block-audio,
.bianca-single-content .article .wp-block-video,
.bianca-single-content .article .wp-block-columns,
.bianca-single-content .article .wp-block-group,
.bianca-single-content .article .wp-block-calendar,
.bianca-single-content .article .wp-block-archives,
.bianca-single-content .article .wp-block-categories,
.bianca-single-content .article .wp-block-latest-comments,
.bianca-single-content .article .wp-block-pullquote,
.bianca-single-content .article .wp-block-search,

.bianca-single-content .article blockquote,
.bianca-single-content .article table,
.bianca-single-content .article p,
.bianca-single-content .article > ul,
.bianca-single-content .article > ol,
.bianca-single-content .article address,
.bianca-single-content .article dl, /* definition list */
.bianca-single-content .article pre {
    margin-bottom: 30px;
}

    /* text size in comments */

    .bianca-single-content ul.user-comment li blockquote,
    .bianca-single-content ul.user-comment li table,
    .bianca-single-content ul.user-comment li p,
    .bianca-single-content ul.user-comment li > ul,
    .bianca-single-content ul.user-comment li > ol,
    .bianca-single-content ul.user-comment li address,
    .bianca-single-content ul.user-comment li dl,
    .bianca-single-content ul.user-comment li pre {
        font-size: 15px; /* overwrites body size */
        line-height: 26px;
    }

    /* margin bottom in comments */

    .bianca-single-content ul.user-comment table,
    .bianca-single-content ul.user-comment li p,
    .bianca-single-content ul.user-comment > li > ul,
    .bianca-single-content ul.user-comment > li > ol,
    .bianca-single-content ul.user-comment li address,
    .bianca-single-content ul.user-comment li dl,
    .bianca-single-content ul.user-comment li pre {
        margin-bottom: 10px;
    }



/**********/
/* wp native gallery */
/**/

.gallery {
    margin-bottom: 30px !important;
}

.gallery .gallery-item { /* wp gallery image container */
    margin-top: 0 !important;
    padding: 0 0.5%;
}

.gallery.gallery-columns-1 .gallery-item {
    width: 99% !important;
}

.gallery.gallery-columns-2 .gallery-item {
    width: 49% !important;
}

.gallery.gallery-columns-3 .gallery-item {
    width: 32.3% !important;
}

.gallery.gallery-columns-4 .gallery-item {
    width: 24% !important;
}

.gallery.gallery-columns-5 .gallery-item {
    width: 19% !important;
}

.gallery.gallery-columns-6 .gallery-item {
    width: 15.6% !important;
}

.gallery.gallery-columns-7 .gallery-item {
    width: 13.2% !important;
}

.gallery.gallery-columns-8 .gallery-item {
    width: 11.5% !important;
}

.gallery.gallery-columns-9 .gallery-item {
    width: 10.1% !important;
}

.gallery .gallery-item img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border: none !important;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.wp-caption-text.gallery-caption { /* centered image description in wp gallery */
    margin-top: .5em;
    margin-bottom: 0;
    text-align: center;
}

.wp-caption {
    max-width: 100% !important;
    height: auto !important;
}

/**/
/* wp native image */
/**/

.wp-caption .wp-caption-text {
    margin-top: .5em;
}

/**/
/* wp native audio */
/**/

.wp-audio-shortcode {
    margin-bottom: 30px;
}




















/* old style alignment */

.wp-caption.aligncenter img {
    margin: 0 auto;
	text-align: center;
}

.wp-caption.aligncenter {
    margin: 0;
	text-align: center;
}

.wp-caption-text {
    line-height: 20px !important;
}

.wp-caption.aligncenter .wp-caption-text { /* centered image, centered wp-caption */
	text-align: center;
}




















/**********/
/* single image template */
/**/

.bianca-single-content.image {
    width: 82.906%; /* 570px */
    margin-bottom: 0;
}

.bianca-single-content.image.wide { /* left column below the article */
    width: 100%;
    margin-bottom: 0;
}

.bianca-single-content.image .bianca-left-column {
    width: 14.5299%; /* 170px z 1170px */
}



/**********/
/* article author box */
/**/

.bianca-single-content .article-author-box {
    position: relative;
    margin-top: 60px;
    padding: 40px 40px 30px 40px;
    background-color: #f5f5f5;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bianca-single-content .article-author-box .top {
    margin-top: -60px;
    margin-bottom: 20px;
}

.bianca-single-content .article-author-box img {
    float: left;
    margin-right: 30px;
    
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.bianca-single-content .article-author-box .name {
    padding-bottom: 0;
    font-family: "Kaushan Script", sans-serif;
    font-size: 34px;
    color: #222;
    line-height: 38px;
}

.bianca-single-content .article-author-box .name a {
    color: #222;
}

.bianca-single-content .article-author-box .name::after {
    display: table;
    content: " ";
    clear: both;
}

/* article author box date & reply */

.bianca-single-content .article-author-box span.date {
    position: absolute;
    right: 40px;
    top: -20px;
    font-size: 13px;
    color: #999;
}

.bianca-single-content .article-author-box p {
    padding-bottom: 0;
    font-size: 15px;
    color: #666;
    line-height: 26px;
}



/* only article date */

.bianca-single-content .published {
    margin-top: 40px;
}

.bianca-single-content .published span.date {
    color: #999;
    font-size: 13px;
}




















/**********/
/* comment boxes */
/**/

.bianca-single-content.comments {
    padding-top: 20px;
    margin-bottom: 0;
}

.bianca-single-content ul.user-comment {
    padding-left: 100px;
}

.bianca-single-content ul.user-comment li.pingback {
    margin-bottom: 50px;
}

.bianca-single-content ul.user-comment li.comment { /* comments content font size */
    position: relative;
    padding-bottom: 32px;
    color: #222;
}

.bianca-single-content ul.user-comment ul.children { /* reply to comment */
    margin-left: 55px;
}

.bianca-single-content ul.user-comment li.comment.bypostauthor .name > a { /* site author comment */

}

.bianca-single-content ul.user-comment li.comment img.avatar {
    position: absolute;
    top: -2px;
    left: 0;
    width: 56px;
    height: 56px;
    
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.bianca-single-content ul.user-comment li.comment img { /* image in comment */
    max-width: 100%;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.bianca-single-content ul.user-comment li.comment .name {
    margin-bottom: 0;
    margin-left: 77px;
    font-family: "Cardo", sans-serif;
    font-size: 20px;
    color: #222;
}

.bianca-single-content ul.user-comment li.comment .name > a,
.bianca-single-content ul.user-comment li.comment .name > a:hover {
    color: #222;
    border-bottom: none;
}

/* comment date & reply */

.bianca-single-content ul.user-comment li.comment date {
    display: block;
    margin-bottom: 16px;
    margin-left: 77px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #666;
}

.bianca-single-content ul.user-comment li.comment p {
    font-size: 20px;
    line-height: 32px;
}

.bianca-single-content ul.user-comment li.comment span.reply {
    position: absolute;
    right: 0;
    top: 20px;
    
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bianca-single-content ul.user-comment li.comment span.reply a {
    color: #222;
    border-bottom: 1px solid #bbb;
}

.bianca-single-content ul.user-comment li.comment span.reply a:hover {
    color: #666;
}

#reply-title a {
    color: #999;
    border: none;
}

#reply-title a:hover {
    color: #777;
}

/* pingback trackback */

.pingback a {
    color: #222;
    border-bottom: 1px solid #bbb;
}

.pingback a:hover {
    color: #666;
}

.no-comments {
    padding-top: 7px;
}

/* reply section */

.comment-respond .comment-form { /* child forms */
    padding-left: 50px;
    padding-bottom: 56px; /* all forms */
}

.bianca-single-content.comments > .comment-respond .comment-form { /* only top level form */
    padding-left: 100px;

}

.comment-form-comment,
.comment-form-url,
.comment-form-author,
.comment-form-email {
    margin-bottom: 26px;
}

.comment-form-comment label {
    display: none;
}

.comment-form-comment textarea {
    width: calc(100% - 36px);
}

.comment-respond h3 {
    margin-bottom: 48px;
}

.logged-in-as, 
.comment-notes {
    margin-bottom: 20px;
    font-size: 15px;
    color: #222 !important;
}

.logged-in-as a {
    font-size: 14px;
    color: #222 !important;
    border: none !important;
}

.logged-in-as a:hover {
    border-bottom: 1px #222 solid !important;
}

/* guest */

.comment-form-author > label, 
.comment-form-url > label, 
.comment-form-email > label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}

.comment-form-author > input,
.comment-form-url > input,
.comment-form-email > input {
    width: calc( 100% - 36px );
}

.comment-form-cookies-consent { /*  Save my name for the next comment (checkbox) */
    font-size: 15px;
    margin-bottom: 20px;
}












/* = 12. Site footer
------------------------------------- */

footer.site-footer {
    padding-top: 50px;
    border-top: 1px solid #ddd;
}

footer.site-footer ul {
    overflow: hidden;
}

footer.site-footer > ul {
    margin-bottom: 50px;
}

footer.site-footer > ul > li {
    float: left;
    margin-right: 2.5641%;
}

footer.site-footer > ul > li:last-child {
    margin-right: 0;
}

footer.site-footer > ul > li.w170 {
    width: 14.5299%;
}

footer.site-footer > ul > li.w270 {
    width: 23.0769%;
}

footer.site-footer > ul > li.w370 {
    width: 31.6239%;
}

footer.site-footer > ul > li.w370.nslt {
    float: right;
}

footer.site-footer header {
    margin-bottom: 20px;
}

footer.site-footer header h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

footer.site-footer ul li ul li {
    margin-bottom: 8px;
    margin-left: 0;
}

footer.site-footer ul li ul li a {
    font-size: 15px;
    color: #666;
}

footer.site-footer ul li ul li a:hover {
    text-decoration: underline;
}

footer.site-footer ul li ul li ul.sub-menu {
    display: none;
}

footer.site-footer ul li ul li ul.sub-menu li {
    margin: 0 0 0 10px;
}

footer.site-footer ul li ul li:hover ul.sub-menu {
    display: block;
}

footer.site-footer ul li.nslt p {
    margin-bottom: 25px;
    font-size: 15px;
    color: #666;
    line-height: 26px;
}

.mc4wp-form-fields fieldset input:not([type="submit"]) {
    margin-bottom: 10px;
}

.mc4wp-response p {
    font-size: 12px!important;
    color: #666!important;
    line-height: 20px!important;
    margin-bottom: 0!important;
    margin-top: 10px!important;
}

footer.site-footer > p {
    font-size: 15px;
    color: #999;
    line-height: 26px;
}

footer.site-footer > p a {
    color: #999;
}










/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}











/* = 13. Mediaqueries
------------------------------------- */

/* for 1200px or less */
@media screen and (max-width: 1200px) {
    
    .nslt input[type="text"],
    .nslt input[type="email"] {
        width: calc( 100% - 36px );
    }
    
} /* @media 1200 */



/* for 1024px or less */
@media screen and (max-width: 1024px) {

    


    
    
    
    
    
    .bianca-single-header .post header h1 {
        font-size: 40px;
    }

    .bianca-single-content {
        padding-left: 0;
        width: 65.8119%; /* 48.7179% + 17.094% */
    }
    
    .bianca-single-content.image {
        width: 100%;
        margin-bottom: 0;
    }
    
    .bianca-single-content .bianca-left-column,
    .bianca-single-content.image .bianca-left-column {
        left: inherit;
        position: relative;
        top: inherit;
        width: 100%;
    }

    
    /* inline share icons */

    
    .post header h1:hover,
    .post header h2:hover {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;

        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .cloudc:hover {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }
    
} /* @media 1024 */



/* for 920px or less */
@media screen and (max-width: 920px) {
    
    .bianca-single-header .post p {
        width: inherit;
        float: none;
        clear: both;
    }

    .mt2 .post p {
        width: inherit;
    }
    
} /* @media 920 */



/* for 768px or less */
@media screen and (max-width: 768px) {
    
    /* search */
    
    .bianca-search-bar .bianca-search-form {
        padding: 100px 5% 70px 5%;
    }
    
    .bianca-search-bar input[type="text"] {
        width: calc( 100% - 34px );
        text-align: center;
    }
    


    


    
    /* MASONRY */
    
    .bianca-masonry {
        padding: 0;
    }
    
    .bianca-masonry .bianca-right-column {
        width: calc( 100% - 60px );
        padding: 0 30px;
    }
    


    
    
    
    
    .bianca-right-column {
        float: none;
        width: 100%;
        padding-top: 0;
    }
    
    .widget { /* widgets padding */
        padding: 30px;
    }
    
    /* site author widget */
    
    .widget.site-author {
        padding: 0 60px 60px 60px;
    }
    

    
    
    
    
    
    
    
    
    

    
    footer.site-footer > ul > li,
    footer.site-footer > ul > li.w170,
    footer.site-footer > ul > li.w270,
    footer.site-footer > ul > li.w370 {
        margin-bottom: 30px;
        margin-right: 1.94805%; /* 1/2 3.8961% */
        margin-left: 0;
        width: 48.05195%;
    }
    
    .bianca-single-header .post span {
        padding-top: 20px;
    }
    
    .bianca-single-header .post header h1 {
        margin-right: -90%;
    }
    
    .bianca-single-header .post p,
    .bianca-single-header.no-thumb .post p {
        width: inherit;
        margin-right: 30px;
    }
    
    .bianca-single-content {
        float: none;
        width: 100%;
    }
    
    /* article author box */
    .bianca-single-content .article-author-box {
        padding: 40px 30px 30px 30px;
    }
    
    .bianca-single-content .article-author-box span.date {
        top: -40px;
        right: 30px;
    }
    

    
    .pagination {
        margin-bottom: 120px;
    }

} /* @media 768 */



/* for 600px or less */
@media screen and (max-width: 600px) {
    
    .bianca-wrapper {
        margin: 0 auto 60px auto;
    }

    

    
    
    
    
    
    
    
    .bianca-single-header {
        margin-bottom: 40px;
    }
    
    .bianca-single-header .post figure img {
        float: none;
        width: 100%;
    }
    
    .bianca-single-header .post span {
        margin-left: 0;
        margin-right: 0;
    }
    
    .bianca-single-header .post header,
    .bianca-single-header.no-thumb .post header {
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: inherit;
    }

    .bianca-single-header .post span {
        margin-bottom: 5px;
        padding-top: 20px;
    }
    
    .bianca-single-header .post header h1 {
        margin-right: 0;
        padding: 0;
    }
    
    .bianca-single-header .post p {
        margin-left: 0;
        padding-top: 15px;
    }
    
    .bianca-single-content .article {
        padding: 0;
    }
    
    .bianca-single-content .article > p:first-child {
        font-size: 17px;
        line-height: 30px;
    }
    
    .bianca-single-content.comments {
        padding-top: 0;
    }

    footer.site-footer > ul > li,
    footer.site-footer > ul > li.w170,
    footer.site-footer > ul > li.w270,
    footer.site-footer > ul > li.w370 {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    
    footer.site-footer > ul > li:nth-child(2n) {
        margin-right: 0;
        margin-left: 0;
    }
    
    .bianca-single-content ul.user-comment ul.children {
        margin-left: 35px;
    }
    
    .bianca-single-content .published {
        padding: 0 4.2735%;
    }
    

    
} /* @media 600 */
    


/* for 360px or less */
@media screen and (max-width: 360px) {

    .bianca-wrapper {
        padding: 0 10px;
    }
    

    
    .bianca-masonry .bianca-right-column {
        width: calc( 100% - 20px );
        padding: 0 10px;
    }
    
    /* Alignment */

    .alignleft {
        float: none;
        margin-right: 0;
    }

    .alignright {
        float: none;
        margin-left: 0;
    }
    
    .bianca-single-header .post header h1 {
        font-size: 28px;
    }
    
    .bianca-single-content .article blockquote.wp-block-quote.is-style-large p { /* gutenberg */
        font-size: 24px !important;
        line-height: 36px !important;
    }
 
    
} /* @media 360 */




