/*
 Theme Name:   Themeberg Child - Portal
 Description:  Themeberg Theme Child skin
 Author:       Ughoo
 Author URI:   
 Template:     themeberg-theme
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         full-width-template, theme-options, rtl-language-support, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments
 Text Domain:  themeberg
*/

@media all and (min-width: 1160px){
	.c_12.t_12.d_6 {
		clear:none;
		float:left;
	}
}

body.enabled-sticky {
	padding-top: 0px !important;
}

body.admin-bar.enabled-sticky {
	padding-top: 46px !important;
}
@media (min-width: 783px){
	body.enabled-sticky {
		padding-top: 0px !important;
	}
	body.admin-bar.enabled-sticky {
		padding-top: 32px !important;
	}
}

body {
	font: 14px/1.42 'Raleway',Arial,Helvetica,sans-serif;
	color: #444;
}

#header {
	background-color: #ffffff;
	color:#444;
	transition: all 300ms linear;
	border-bottom:0;
	height:90px !important;
}


#nav-toggle {
	top: 34px !important;
}

#nav-holder ul, #nav-holder ul li, #nav-holder ul li a {
	line-height: 18px !important;
}

@media (min-width: 1160px) {
	#nav-holder > ul, 
	#nav-holder > ul > li  {
		line-height: 90px !important;
	}
	#nav-holder > ul > li > a {
		line-height: 20px !important;
		vertical-align: middle;
	}
}
#sidebar ul li {
	font-size: 15px;
	line-height: 25px;
	color: #666666;
}

/* vespucci!!
.enabled-sticky #header {
	background-color:transparent;
}
*/
.enabled-sticky.sticky-header #header {
	background-color:rgba(0, 0, 0, .9);
	padding:0;
}

#logo {
	font-size: 18px;
	line-height: 90px;
	overflow:hidden;
	width:200px;
	height:90px;
	margin: 0 0 0 12px;
	position:relative;
	z-index:3;
}

.opened #nav-holder {
	background-color:#ffffff;
	max-height: fit-content;
}

#nav-holder ul li a {
	color:#444;
	font-weight:400;
	transition: all 240ms linear;
	letter-spacing: 1px;
	text-transform:uppercase;
	padding:10px 15px;
	
	font-family: 'Barlow Condensed' !important;
	font-size: 18px;
	line-height: 18px;
	display:inline-block;
}

#nav-holder ul .sub-menu {
	padding: 0;
	overflow: hidden;
	background: #ffffff;
	color:inherit;
	box-shadow: none;
	top:90px;
}

@media (max-width:799px) {
	
	#nav-holder ul .sub-menu {
		padding-left: 30px;
	}
	
	#nav-holder ul .sub-menu li {
		display:inline-block;
	}
}

#nav-holder ul li.current-menu-item > a,
#nav-holder ul li.current-menu-ancestor > a,
#nav-holder ul li a:hover {
	color: #ffffff;
	background:#b09b82;
	border-radius:4px;
	transition: all 240ms linear;
}

#nav-holder ul li.highlighted > a {
	background: #88c929;
	color:#ffffff;
	padding: 12px;
}

#nav-customs .lang-chooser {
	display:none;
}

#nav-extras {
	display:block;
	position:Absolute;
	bottom:20px;
	width:80%;
	left:10%;
	text-align:center;
}

#nav-extras .lang-chooser svg {
	width: 30px;
	height:30px;
	display:inline-block;
	margin: 0px 10px;
}

@media (min-width: 800px) {
	
	#nav-extras {
		display:none;
	}
	
	#nav-customs .lang-chooser{
		display:block;
		float:left;
	}
	#nav-customs .lang-chooser svg {
		display:inline-block;
		width:30px;
		height:30px;
		margin-right: 16px;
	}
	
	
	/*
	#nav-holder ul .sub-menu li {
		display:block;
		float:none;
		padding:0;
	}
	*/
	
	#nav-holder ul .sub-menu {
		padding: 0 10px 10px;
		box-shadow: 0 6px 3px 3px rgba(0,0,0,.25);
		
	}
	
	#nav-holder ul .sub-menu li a {
		font-size:13px !important;
		display:block;
		padding:5px;
	}
	
	#nav-holder ul .sub-menu li a:hover {
		background:#ffffff;
		color:#b09b82;
	}
	
	#nav-holder ul li.menu-item-has-children:hover > a {
		opacity:.7;
	}

}



#nav-customs {
	position:absolute;
	top: 14px;
	right:80px;
}
/*
.single-main-picture {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
*/
.home .archive-item,
.archive .archive-item {
	background: #ffffff;
	/* border-radius: 10px; */
	overflow:hidden;
	margin-bottom: 20px;
}

.home .archive-item img,
.archive .archive-item img {
	display:block;
	width:100%;
	height:auto;
}

.archive .archive-item-content {
	padding: 10px;
}

@media all and (min-width: 1160px){
	.archive .archive-item-content {
		padding: 10px 10px 10px 0;
	}
}


#sidebar .widget .widgettitle {
	margin-bottom:20px;
}


#hull .article-header h1 {
	font-size: 60px;
	line-height: 60px;
	color: #212121;
	font-weight:800 !important;
	height:auto;
}

#hull {
	background:transparent;
}

#hull div.card,
#sidebar .widget {
	background:#ffffff;
	padding: 17px 14px;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}

#sidebar .widget.widget_search {
	background: transparent;
	padding:0;
}

#hull div.main-card ~ article,
.single #hull article .site-main {
	background:#ffffff;
	padding: 17px 14px;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}

#hull div.main-card {
	margin-bottom:26px;
}

#hull div.main-card ~ article{
	margin-top:20px;
}

.search #hull .card + .card {
	margin-top:20px;
}

.g12.nomargins .g12.nomargins {
	margin-left:-13px;
	margin-right:-13px;
}

#sidebar ul {
	padding: 0 0 28px 20px;
}

#hull h1, 
#hull h2, 
#hull h3 {
	font-family: 'Barlow Condensed' !important;
	font-weight: 400;
	font-weight:normal;
}

h2 > a,
h3 > a {
	color:#444;
	cursor:pointer;
}

h2 > a:hover,
h3 > a:hover {
	color:#FF7B74;
}

#hull main a {
	color:#b09b82;
}

#hull h1 { padding: 50px 0; font-size: 40px; letter-spacing:1px; line-height: 52px; color:#444; text-transform: capitalize;} 

/*
#hull h2,
.archive .entry-title { font-size: 36px; letter-spacing:0; line-height: 44px;}
*/
#hull h3 { font-size: 32px; letter-spacing:0;  line-height: 36px; }


#hull ul li > h3 {
	font-size: 15px;
	line-height: 25px;
	font-weight:400;
	font-family: Arial, sans-serif !important;
	margin:0;
}


#hull .custom-items-wrapper {
	padding-bottom:30px;
}

.home #hull .custom-items-wrapper {
	padding-top:50px;
}

.home #sidebar {
	padding-top:20px;
}

#hull .custom-items-wrapper .col {
	text-align:center;
	padding-bottom:30px;
}

#hull .custom-items-wrapper h2 {
	font-size: 32px;
}

#hull .custom-items-wrapper svg {
	max-width: 120px;
	margin:20px auto;
}


@media (max-width: 500px) {
	#hull h1 { font-size: 36px; line-height: 40px; letter-spacing:0px; } 
	/*
	#hull h2,
	.archive .entry-title { font-size: 24px; line-height: 28px; } 
	*/
	#hull h3 { font-size: 20px; line-height: 24px; letter-spacing:0; }
}

.has-sidebar .site-main {
	padding-bottom:20px;
}

.article-header {
	margin-bottom:20px;
}

.article-header.article-header-canvas .site {
	min-height: 160px;
	margin-top:30px;
}

.archive-title {
	color:#b1b1b1;
	text-align:left;
	padding-top:30px;
	padding-bottom:30px;
}
.archive .entry-title { 
	color:#b09b82 !important;
}

.archive .entry-title a { 
	color:#212121 !important;
	transition: color 320ms linear;
}

.archive .entry-title a:hover { 
	color:#b09b82 !important;
	transition: color 320ms linear;
}



.card {
	background:#ffffff;
}

.card img {
	display:block;
	width:100%;
	height:auto;
}

.archive article.card {
	padding-top:0;
}

article.card .article-header {
	padding:10px;
}

article.card .article-header h2.entry-title {
	font-size: 17px;
	line-height: 24px;
	font-weight: 600 !important;
	padding: 0 0 16px;
	color: #454545;
	margin-top:0;
	text-align:left;
	font-family: Raleway, Arial, sans-serif;
}

#hull main article.card .article-header h2.entry-title a {
	color: #666;
}
#hull main article.card .article-header h2.entry-title a:hover {
	color:#b09b82 ;
}

.archive .archive-header-description {
	background:#ffffff;
	padding:20px;
}

.archive .archive-header-description p {
	padding:0;
	margin: 0 0 12px 0;
}

.image-canvas {
	width:100%;
	height:0;
	padding-bottom:100%;
}
.image-canvas img {
	width:100%;
	height:auto;
	display:block;
}

/*
@media (min-width: 1140px) {
	#hull h1 { font-size: 64px; }
	#hull h2.has-lightgray-color { font-size: 70px; }
	
	.archive #hull h2,
	.archive .entry-title{
		font-size: 32px;
	}
}
*/


.has-background-dim:not(.has-background-gradient):before {
	content: "";
	background-color: inherit;
	opacity:.5;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.article-header.has-background-dim {
	background-color:#000000;
	position:relative;
}

.article-header.has-background-dim:after,
.wp-block-cover.alignfull.has-background-dim:after {
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	width:100vw;
	height:100px;
	min-height:100px;
	max-height:100px;
	background-image: url("data:image/svg+xml,%3Csvg class='fusion-big-triangle-candy' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 100' preserveAspectRatio='none' style='fill:%23ffffff;padding:0;'%3E%3Cpath d='M0 100 L50 2 L100 100 Z'%3E%3C/path%3E%3C/svg%3E");
	z-index:2;
}

.wp-block-cover.alignfull figure.alignright {
	max-width: 400px;
}

.themeberg-section-has-vertical-padding h2 {
	padding-bottom:80px;
}

.tagcloud a {
	font-size: 13px !important;
	margin-top: 5px;
	display: inline-block;
	padding: 3px 9px;
	border: 1px solid #e8e8e8;
}


.site-main figure.aligncenter.size-large img,
.site-main figure.aligncenter.size-medium img,
.site-main figure.aligncenter.size-thumbnail img{
	width:initial;
	margin-left:auto;
	margin-right:auto;
}

.wp-block-columns .wp-block-column {
	padding: 20px;
}
.wp-block-columns .wp-block-column p + h2 {
	margin-top:50px;
}

@media (min-width: 800px) {
	.wp-block-columns .wp-block-column {
		padding: 50px;
	}
	
	.archive .card .entry-title {
		min-height:110px;
	}
	
	.archive .card .entry-content {
		min-height:180px;
	}
}

.site-main .gallery .gallery-item {
	margin:0px !important;
}
.site-main .gallery .gallery-item a {
	display:block;
}
@media (max-width: 799px) {
	.site-main .gallery .gallery-item a img {
		width:100%;
		display:block;
	}
	
	.article-header.has-background-dim:after,
	.wp-block-cover.alignfull.has-background-dim:after {
		min-height:50px;
		max-height:50px;
	}
}


#sidebar .widget_categories ul {
	display:block;
	list-style-type:none;
	padding-left: 0;
	margin: 0 -14px;
}

#sidebar .widget_categories ul li a {
	display:block;
	padding: 3px 17px;
	background:#ffffff;
	color:#444;
	text-decoration:none;
}

#sidebar .widget_categories ul li.current-cat > a,
#sidebar .widget_categories ul li a:hover {
	background:#b09b82;
	color:#ffffff;
}

/*

.accordion ul {
	padding: 0;
	margin: 0;
	list-style-type:none;
	display:block;
}

.accordion ul.root {
}

.accordion ul.root > li > a {
	background: #b09b82;
	color:#ffffff;
	padding:5px 10px;
}

.accordion ul li {
	border-bottom: solid 1px #eeeeee;
}
.accordion ul li:hover {
	background-color: #eeeeee;
}


.accordion ul li a {
	padding-left:10px;
}

.accordion a {
	display: block; 
}


.accordion ul.root > li ul {
	padding:10px;
	display:none;
	overflow:hidden;
}
.accordion ul.root li.opened > ul {
	display:block;
}

*/

#footer {
	background:#232323;
	color:#ffffff;
}

#footer-nav-holder {
	background:#121212;
	color:#ffffff;
	border-bottom: 1px solid #232323;
}

#footer-nav-holder a {
	color:#565656;
}

#footer-body {
	background:#b09b82;
	color:#ffffff;
}

#footer-body .footer-title:after {
	background:#000000;
}

#footbar2 .menu {
	text-align:center;
}

#footer-bottom {
	background:#ffffff;
}

#footer-bottom p {
	color:#232323;
}

#footer .custom-html-widget {
	text-align:center;
}
#footer .custom-html-widget img {
	width:100%;
	height:auto;
	max-width: 570px;
	margin:10px auto 30px;
	display:block;
}



#adln_quotes_container .col {
	text-align:center;
}

#adln_quotes_container p {
	font-size:16px;
	line-height:28px;
	color:#686868;
	font-weight:300;
	padding-bottom:10px;
}

#adln_quotes_container .author{
	color:#b09b82;
	font-style:italic;
	display:block;
	padding:10px 0;
	font-size:16px;
	font-weight:600;
}
#adln_quotes_container img {
	border-radius:100%;
	display:block;
	overflow:hidden;
	margin:10px auto;
}



body .wp-block-cover, 
body .wp-block-cover-image {
	min-height: 80vh !important;
}

#footbar2 {
	color:#8c8989;
	font-size: 16px;
	line-height:24px;
	text-align:Center;
}

#footbar2 img {
	display:block;
	margin:0 auto 20px;
}


/* forms */

article .wp-block-button__link,
.button,
.wpcf7-submit,
.form-submit #submit {
	background:#b09b82;
	border:2px solid #b09b82 !important;
	border-radius:0 !important;
	padding: 12px 26px;
	font-size:16px;
	text-transform:uppercase;
	
	text-decoration:none;
	color:#ffffff;
	
	transition: opacity 300ms linear;
	cursor:pointer;
	display:inline-block;
}

article .wp-block-button__link:hover,
.button:hover,
.wpcf7-submit:hover,
.wpcf7-submit:focus {
	opacity: .7;
	color:#b09b82;
	border-radius:0 !important;
}



.wpcf7-form label,
.birs_form_field label {
	color:#686868;
	font-weight:400 !important;
	line-height:32px;
	font-size:18px;
}

.wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text, .wpcf7-textarea,
.birs_form_field input[type=text],
.birs_form_field textarea {
	padding:0 15px;
	height: 50px;
	background-color: #ffffff;
	font-size: 16px;
	color: #7a7a7a;
	border-width: 1px;
	border-color: #848484;
	border-radius: 0px;
	border: 1px solid #d2d2d2;
	
	outline:0 none !important;
	font-family: inherit;
	margin: 0 0 10px;
	box-sizing: border-box;
	width:100%;
}

.wpcf7-textarea,
.birs_form_field textarea {
	float: none!important;
	width: 100%!important;
	min-height: 150px;
	padding:15px;
}

#hull #birs_appointment_form .birs_field_content, 
#hull #birs_appointment_form .birs_form_field select { max-width: 100%; }

#hull #birs_appointment_form .birs_form_field select {
	padding:0 15px;
	height: 50px;
	background-color: #ffffff;
	font-size: 16px;
	color: #7a7a7a;
	box-sizing: border-box;
}

#hull #birs_appointment_form .birs_form_field select option {
	line-height:50px;
	height: 50px;
}

#hull .birs_form_field.birs_appointment_section .birs_section {
	margin:0 0 20px;
	border-bottom:0 none;
}

#hull .birs_form_field.birs_client_section .birs_section {
	margin:50px 0 20px;
	border-bottom:0 none;
}


/* page nav widget */
article ul li.current_page_item > a {
	font-weight:bold;
}


/* Effects */

.wp-block-cover__inner-container h2,
.wp-block-cover__inner-container .wp-block-buttons {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    0%,20% { opacity: 0; margin-left: -10vw; }
    100%   { opacity: 1; margin-left: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    0%,20% { opacity: 0; margin-left: -10vw; }
    100%   { opacity: 1; margin-left: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    0%,20% { opacity: 0; margin-left: -10vw; }
    100%   { opacity: 1; margin-left: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    0%,20% { opacity: 0; margin-left: -10vw; }
    100%   { opacity: 1; margin-left: 0; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    0%,20% { opacity: 0; margin-left: -10vw; }
    100%   { opacity: 1; margin-left: 0; }
}

.hover-type-zoomin {
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
	 opacity: 1;
    -webkit-transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,transform 1s;
    transition: opacity 1s,transform 1s,-webkit-transform 1s
}
.hover-type-zoomin:hover {
	opacity: .9;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1)
}





#cookie-alert {
	background: #b09b82;
}
#cookie-alert .site {
	text-align:center;
}

#cookie-alert p {
	margin: 21px 0;
	font-size: 15px;
	color: #000000;
}

#cookie-alert p a {
	color: #ffffff;
}

#cookie-policy-close {
	color: #ffffff;
	padding: 10px 25px;
	background-color: #b09b82;
	border:1px solid #ffffff;
}

#cookie-policy-close:hover {
	color: #b09b82;
	background: #ffffff;
}




#image-pager {
	padding: 20px 0 0;
}

#image-pager .image-pager-title {
	padding: 0 13px 10px;
	text-transform:uppercase;
}

#image-pager .card {
	margin-bottom:20px;
}

#image-pager .card::after {
	content:"";
	display:table;
	clear:both;
}

#image-pager a {
	text-decoration: none;
	color:#b09b82;
	font-size: 16px;
	line-height: 20px;
	font-weight:500;
}

#image-pager a img {
	float:left;
	margin-right:10px;
}


/* homepage + cards */
.topic-header {
	position: relative;
	display: flex;
	overflow: hidden;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	margin:20px 0 10px;
	font-family: 'Barlow Condensed' !important;
	font-size: 20px;
	font-weight:400;
}
.topic-header a {
	text-decoration:none;
}

.topic-header:after {
	content:"";
	flex-grow:2;
	height:1px;
	background: #212121;
	margin-left:10px;
}

.pt10 {
	padding-top:10px;
}

.whitebox {
	background: #ffffff;
	/* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);  */
	margin: 0 0 20px;
	clear:both;
	border:1px solid #e3e3e3;
}

.whitebox .minicard {
	margin-left:10px;
	margin-right:10px;
}

.card-combo-box {
	margin:20px 0 10px;
}

.card-combo-box .card-item {
	margin:0;
}

@media (min-width: 800px) and (max-width: 1159px){
	
	.t_3.d_3 .minicard.newscard {
		padding-left:0;
	}
	
	.t_3.d_3 .minicard.newscard img {
		display:none;
	}
}
@media (min-width: 1160px) {
	.col.c_12.t_12.d_3 {
		clear:none;
		float:left;
	}
}


/* card items */
.card-item {
	text-align: left;
	box-sizing: border-box;
	padding: 10px 20px;
	border: 1px solid #E6E6E6;
	background: #ffffff;
	margin: 0 0 20px;
	position: relative;
	transition: transform .1s linear;
}

.card-item .title {
	display: block;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 40px;
	height: 80px;
	overflow: hidden;
	margin: 11px 0 10px;
	padding: 0;
	font-weight: 800;
	clear: both;
	text-align: left;

	color: #4A4A4A;
}

.card-item.card--big .title {
	font-weight: 800;
	font-size: 36px;
	line-height: 40px;
	height: 80px;
}

.card-item.card--small .title {
	font-weight: 800;
	font-size: 20px;
	line-height: 24px;
	height: 48px;
}

.card-item .title a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
}

.card-item .title a:hover {
	color:#b09b82;
}

.card-item .description {
	color: #8C8C8C;
	font-size: 12px;
	line-height: 18px;
}

.card-item .top-left-label {
	float: left;
	color: #E74F5B;
	font-size: 10px;
	line-height: 18px;
}

.card-item .top-right-date {
	font-size: 10px;
	line-height: 18px;
	color: #9B9B9B;
	display: block;
	text-align: right;
	float: right;
}

.card-item .right {
	float: right;
}

.card-item .lead {
	font-size: 10px;
	line-height: 17px;
	clear: both;
}

.card-item .bottom-actions {
	margin: 20px 0 -7px;
	padding-top: 7px;
	padding-left: 2px;
	line-height: 24px;
	border-top: 1px solid #e2e2e2;
}

.card-item .bottom-actions .tiny-labels {
	float: left;
}

.card-item .bottom-actions .action-icons {
	margin-right: -10px;
}

.card-item.dark {
	background: #181818;
}

.card-item.dark .title {
	color: #ffffff;
}

.card-item.newscard {
	padding: 10px 15px;
}

.card-item.newscard .cover {
	margin: -10px -15px 0 -15px;
	position: relative;
}

.card-item.newscard .cover img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 5px;
}

.card-item.newscard .title {
	margin-top: 0px;
	padding-top: 11px;
}

.card-item.newscard .lead {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

.card-item.newscard.transcover {
	padding: 0;
	position: relative;
}

.card-item.newscard.transcover .cover {
	margin: 0;
	width: auto;
}

.card-item.newscard.transcover .cover img {
	margin: 0;
}

.card-item.newscard.transcover .cover:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 101%;
	/*
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3ClinearGradient id='a' x2='0%25' y2='100%25'%3E%3Cstop offset='0' stop-opacity='0' /%3E%3Cstop offset='1' stop-opacity='0.6'/%3E%3C/linearGradient%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 100% 100%;
	*/
}

.card-item.newscard.transcover .details {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	color: #ffffff;
}

.card-item.newscard.transcover .details p {
	display:none;
}

.card-item.newscard.transcover .card-tax {
	position:absolute;
	top:10px;
	left:10px;
}

.card-item.newscard.transcover .card-tax a {
	text-decoration:none;
	padding:3px 7px;
	background: #f5f5f5;
	border-radius:3px;
	color:inherit;
}

@media (min-width: 1160px) {
	.card-item.newscard.transcover .details p {
		display:block;
	}
}

.card-item.newscard.transcover .details .title {
	color: inherit;
}

.card-item.newscard.transcover .details .date {
	font-size: 12px;
	color: inherit;
	opacity: .5;
}

.card-item.newscard.transcover .details .icon svg {
	cursor: pointer;
}

.card-item.newscard.transcover .details .action-icons {
	margin: -3px -10px 0 0;
}

.card-item.videocard .cover {
	margin: -10px -20px 0 -20px;
	position: relative;
}

.card-item.videocard .cover img {
	width: 100%;
	height: auto;
	margin: 0 0 5px;
}

.card-item.videocard .cover .cover-play {
	margin-top: -32px;
}

.card-item.videocard .icon-labels {
	width: calc( 100% - 30px);
}

.card-item.videocard .right .action-icons {
	margin: -2px -20px 0 0;
}

.card-item.covercard .cover {
	margin: -10px -20px 0 -20px;
	position: relative;
}

.card-item.covercard .cover img {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
}

.card-item.covercard .cover .cover-text {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: Center;
	box-sizing: Border-box;
	padding: 20px;
	color: #ffffff;
	margin-top: -40px;
	font-size: 30px;
}

.card-item.gradient .cover:after {
	content:"";
	display:block;

	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: -1px;
}

.card-item.white.gradient .details {
	color: #212121;
}

.card-item.white.gradient .cover:after {
	background: rgba(255,255,255,1);
	background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
	background: -o-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
	background: -moz-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
}

.card-item.black.gradient .cover:after {
	background: rgba(0,0,0,1);
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}


.minicard {
	clear: both;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.minicard.newscard {
	padding: 0px 10px 0px 0;
	position: Relative;
}

.minicard.newscard .card-tax a {
	text-decoration:none;
	padding:3px 7px;
	background: #f5f5f5;
	border-radius:3px;
	color:inherit;
	display:inline-block;
	margin-bottom:4px;
}

.minicard.newscard.has-thumbnail {
	padding: 0px 10px 0px 120px;
}

.minicard.newscard img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 72px;
	display: block;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.minicard.newscard .details .title {
	font-family: 'Barlow Condensed' !important;
	font-size: 20px;
	font-weight: 400;
	color: #4A4A4A;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	margin: 0 0 8px;
	padding: 0;
}

.minicard.newscard .details .title a {
	color:inherit;
	text-decoration:none;
}

.minicard.newscard .details .title a:hover {
	color:#b09b82;
}

.minicard.newscard .details .date {
	float: left;
	font-size: 12px;
}

.mini-list {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
}

.mini-list li {
	line-height: 40px;
	vertical-align: middle;
	margin-bottom: 10px;
}

.mini-list li a {
	font-size: 13px;
	color: #4A4A4A;
	text-decoration: none;
}

.mini-list li img {
	width: 40px;
	height: 40px;
	margin: 0 15px 0 0;
	border-radius: 2px;
	overflow: hidden;
	float: left;
}

/* comments */

#custom-comments {
	margin-top:20px;
}

#custom-comments #comment {
	width:100%;
	box-sizing:Border-box;
	padding:10px;
	font-size:inherit;
	font-family:inherit;
}

#respond {
	padding: 10px;
	background:#ffffff;
	border: 1px solid #e7eaf0;
	margin-bottom: 10px;
}

.comment-content a {
    word-wrap: break-word
}

.comment-content p {
    margin: 0 0 .5em
}

.bypostauthor {
    display: block
}

.comment-body {
	padding: 10px;
	background:#ffffff;
	border: 1px solid #e7eaf0;
	margin-bottom: 10px;
}

.comment-body .comment-reply-link {
    font-size: .845rem;
    letter-spacing: 1px
}

.comment-reply-title small {
    font-weight: 400
}

.comment-list+.comment-respond {
    padding-top: 3.14286em
}

@media (min-width: 47.75em) {
    .comment-list+.comment-respond {
        padding-top:4.125em
    }
}

.comment-list+.comment-respond form {
    margin: 0
}

.comment-list {
    list-style: none;
    margin: 0
}

.comment-list li.comment+li {
    margin: 0
}

.comment-list .children {
    list-style: none;
    margin: 0 0 0 2em
}

@media (min-width: 47.75em) {
    .comment-list .children {
        margin:0 0 0 4em
    }
}

.comment-author .avatar {
    float: left;
    position: relative;
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
}

@media (min-width: 47.75em) {
    .comment-author .avatar {
        height: 60px;
        width: 60px
    }
}

.comment-author .fn {}

.comment-author .fn a {
    color: inherit
}

.comment-metadata {
    margin-top: -.15rem;
    color: #9aabb2
}

.comment-metadata>a,.pingback .edit-link>a {
    margin-right: 1em
}

.comment-meta {
    margin: 0 0 1.42857em
}

@media (min-width: 47.75em) {
    .comment-meta {
        margin:0 0 1.75em
    }
}

.comment-metadata .edit-link,.pingback .edit-link {
    display: inline-block
}

.reply {
    margin-top: 1em
}

.comment-form {
    max-width: 100%
}

.comment-form p.form-submit {
    margin-top: 2.14286em
}

.comment-form label {
    display: block
}

.comment-form .comment-form-cookies-consent label {
    display: initial
}



/* facebook widget - parent */

#sidebar .widget.widget_facebook_widget {
	padding:0;
	background:transparent;
}

#sidebar .widget.widget_facebook_widget .widgettitle {
	display:none;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff !important;
  margin: 0;
  display:block;
}

.resp-sharing-button {
  border-radius: 0;
  transition: 25ms ease-out;
  padding: 0.3em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size:1.2em;
  line-height:2em;
  vertical-align:middle;
}

.resp-sharing-button__icon svg {
  width: 2em;
  height: 2em;
  margin-right: 0.7em;
  vertical-align: top
}

.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}


