.clear{clear:both;}
.share-icon i:before{
	font-family: "Font Awesome 6 Brands";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.share-icon.share-icon-facebook i.facebook:before{
    content: "\f39e";
}

.share-icon.share-icon-pinterest i.pinterest:before{
   content: "\f0d2";
}

.share-icon.share-icon-twitter i.twitter:before{
    content: "\e61b";
}
.share-icon.share-icon-reddit i.reddit:before {
    content: "\f1a1";
}
.share-icon.share-icon-email i.email:before {
    content: "\f0e0";
	font-family: "Font Awesome 6 Free";
}
.share-icon.share-icon-digg i.digg:before {
    content: "\f1a6";
}
.share-icon.share-icon-rss i.rss:before {
    content: "\f09e";
}
.share-icon.share-icon-tumblr i.tumblr:before {
   content: "\f173";
}
.share-icon.share-icon-linkedin i.linkedin:before {
     content: "\f0e1";
}
.share-icon.share-icon-stumbleupon i.stumbleupon:before {
    content: "\f1a4";
}
.hide-br .hide-from-sm,
.hidden {
    display: none !important;
}
.portfolio-interactive.nui-page-ab-class{
	padding-left: 0px;	
    padding-right: 0px;	
}
.elementor .pgi-image img, 
.elementor .tt-gallery-image img,
.elementor .ptli-image > img {
    height: 100%;
}
.pi-counter-off .pi-item-title-link::before,
.pi-counter-off .ptl-item-caption::before{
	display:none;
}
.elementor .tt-btn-light-outline {
    box-shadow: inset 0 0 0 2px #fff;
}
.tt-north-east-arrow:before{
	content:"\2197";
	font-style:normal;
}
.width-auto img{
	width:auto;
}
.hide-p-margin p{
	 margin-bottom:0px;
}
.bli-desc p{
	margin-bottom:0px;
}
body:not(.tt-sidebar-on) #blog-list.bli-compact.bli-search-page .bli-info::before{
	display:none;
}
.form-submit{
	display:none;
}
@media (min-width: 1025px) {
.elementor .tt-pci-image {
   height: 30vw;
}
}
.vc_template form label{
	width:100%;
}
.wpcf7-form p {
    margin: 0;
}


.vc_template input[type="text"],
.vc_template input[type="email"],
.vc_template input[type="tel"],
.vc_template input[type="date"],
.vc_template input[type="url"],
.vc_template input[type="number"],
.vc_template select,
.vc_template textarea{
	height: 56px;
	display: block;
	width: 100%;
	background-color: rgb(136 136 136 / 15%);
	padding: 5px 15px;
	font-size: 17px;
	font-weight: normal;
	color: #FFF;
	border: 1px solid transparent;
	border-radius: 3px;
	
}

.vc_template textarea{
	height: auto;
	padding: 15px;
	max-height:164px;
}
.vc_template input[type="text"]:focus,
.vc_template input[type="email"]:focus,
.vc_template input[type="tel"]:focus,
.vc_template input[type="date"]:focus,
.vc_template input[type="url"]:focus,
.vc_template input[type="number"]:focus,
.vc_template select:focus,
.vc_template textarea:focus{
	color: #FFF;
	background-color: transparent;
	border-color: rgb(204 204 204 / 85%);
	outline: none;
	box-shadow: none;
}
.vc_template input[type="text"]::-webkit-input-placeholder,
.vc_template input[type="email"]::-webkit-input-placeholder,
.vc_template input[type="tel"]::-webkit-input-placeholder,
.vc_template textarea::-webkit-input-placeholder{
	color: #999;
}
.vc_template input[type="text"]:-moz-placeholder,
.vc_template input[type="email"]:-moz-placeholder,
.vc_template input[type="tel"]:-moz-placeholder,
.vc_template textarea:-moz-placeholder{
	color: #999;
}
.vc_template input[type="text"]:-ms-input-placeholder,
.vc_template input[type="email"]:-ms-input-placeholder,
.vc_template input[type="tel"]:-ms-input-placeholder,
.vc_template textarea:-ms-input-placeholder{
	color: #999;
}
.vc_template input[type="submit"]{
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #b12c0d;
    margin: 15px 15px 15px 0;
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
	color:#fff;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    border: none;
    border-radius: 100px;
    z-index: 9;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
	top:4px;
    margin: 0px 4px 0px 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding:0px!important;
	width: 18px;
    height: 18px;
    background-color: #4e4e4e;
    border-radius: 3px;
    transition: background-color 0.2s;
}
input[type=checkbox]:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    background-color: #4e4e4e;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    margin-left: -1px;
}
input[type=checkbox]:after {
   border: 1px solid #FFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    content:"";
    background: transparent;
    position: absolute;
    top: 4px;
	margin-left: 0px;
    left: 5px;
    width: 6px;
    height: 8px;
    
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
    will-change: opacity;
	color:#fff;
    font-size: 12px;
}
input[type=checkbox]:checked:after {
    opacity: 1
}

input[type=radio]:after,
input[type=radio]:before {
    content: '';
    position: absolute;
    transition: all .3s cubic-bezier(.64, .09, .08, 1)
}
input[type=radio] {
    position: relative;
    cursor: pointer;
    margin: 5px 12px 15px 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 10px;
	float: left;
}
input[type=radio]:before {
    background-color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4e4e4e;
    display: inline-block;
    top: 0px;
    left: -4px;
    background-image: radial-gradient(circle, #fff 50%, transparent 70%);
    background-size: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    will-change: background-size;
    z-index: 2;
}

input[type=radio]:after {
    border-radius: 50%
}
input[type=radio]:checked:before {
    background-size: 8px 8px
}
.wpcf7-form-control-wrap{
	margin-bottom: 30px;
    float: left;
    width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
	float:left;
	border:none;
	width:100%;
}

.wpcf7-not-valid-tip {
    padding-top: 15px;
}
body.tt-boxed .elementor-section-boxed .tt-grid.ttgr-gap-3 {
    margin-left: -1.5vw;
    margin-right: -1.5vw;
}
body.tt-boxed .elementor-section-boxed .tt-grid.ttgr-gap-4 {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
}
body.tt-boxed .elementor-section-boxed .tt-grid.ttgr-gap-5 {
    margin-left: -4vw;
    margin-right: -4vw;
}
body.tt-boxed .elementor-section-boxed .tt-grid.ttgr-gap-6 {
   margin-left: -5vw;
   margin-right: -5vw;
}
body.tt-boxed .elementor-section-boxed .tt-grid.ttgr-gap-2 {
   margin-left: -1vw;
   margin-right: -1vw;
}
body.tt-boxed .elementor-section-boxed .portfolio-interactive.pi-inline {
    padding-left: 3%;
    padding-right: 3%;
}
.elementor img.tt-psi-image{
	height:100%;
}
.hide-br .hide-from-sm,
.pgi-title br {
    display: none !important;
}













@media (max-width: 1024px) {
	body.admin-bar .tt-header-inner {
		padding-top: 40px;
	}
}

.pi-item-image img, 
.pi-item-image video {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 768px) {
	.pli-title br {
		display: none !important;
	}
}
.tt-comment-form .comment-form-cookies-consent label,
.comment-notes {
    padding-top: 3px;
    font-size: 15px;
    font-weight: normal;
    color: #888;
    text-transform: unset;
    letter-spacing: 0;
}
.tt-comment-form input[type=checkbox]:after{
	width:4px;
	height:6px;
}
#respond{
	margin-top: 140px;
}
@media (max-width: 768px) {
	#respond {
		margin-top: 80px;
	}
}
@media screen and (max-width: 782px){
html.no-js {
    margin-top: 0px !important;
}
.logged-in.admin-bar #tt-header.tt-header-fixed{
	position:absolute;
	top:10px;
}
}

.widget ul,
 .widget ol{
	padding-left: 0;
    list-style: none;
 }
.widget.widget_recent_entries li a{
	margin: 0 0 5px 0;
	clear:both;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
	color: #b1b1b1;
    display: inline;
	font-family: 'Syne', sans-serif;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px),currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
    background-image: -ms-linear-gradient(transparent 96%,currentColor 1px);
    transition: 0.6s cubic-bezier(.215,.61,.355,1);
    background-size: 0 96%;
}
.widget.widget_recent_entries li a:hover{
	background-size: 100% 96%;
    color: #FFF;
}
.widget.widget_recent_entries > ul > li {
    list-style: none;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.widget.widget_recent_entries li  span{
	display: block;
    font-size: 13px;
    color: #999;
}
.widget:not(.widget_recent_entries, .widget_meta, .widget_pages, .widget_nav_menu, .widget_recent_comments, .widget_rss) > ul > li {
    padding: 0;
}
.widget:not(.widget_recent_entries, .widget_meta, .widget_pages, .widget_nav_menu, .widget_recent_comments, .widget_rss) > ul > li > a,
.wp-block-archives-list > li > a,
.wp-block-categories-list > li > a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    color: #b1b1b1;
    line-height: 1;
    padding: 12px 0px;
    transition: all 0.2s ease-in-out 0s;
}
.widget:not(.widget_recent_entries, .widget_meta, .widget_pages, .widget_nav_menu, .widget_recent_comments, .widget_rss) > ul > li > a:hover,
.wp-block-archives-list >li > a:hover,
.wp-block-categories-list > li > a:hover {
    color: #FFF;
}

.widget.widget_meta ul > li > a,
.widget.widget_recent_comments ul > li > a,
.widget.widget_recent_comments ul > li > span > a,
.widget.widget_nav_menu ul > li > a,
.wp-block-latest-posts > li > a,
.widget.widget_pages ul > li > a,
.wp-block-latest-comments > li  footer a,
.widget_rss li a.rsswidget {
    position: relative;
    margin: 3px 0;
    font-size: 16px;
    color: #b1b1b1;
    display: inline;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px),currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
    background-image: -ms-linear-gradient(transparent 96%,currentColor 1px);
    transition: 0.6s cubic-bezier(.215,.61,.355,1);
    background-size: 0 96%;
}
.wp-block-latest-comments > li  footer,
.widget.widget_recent_comments ul > li{
	font-size: 16px;
    color: #b1b1b1;
}
.wp-block-latest-posts > li > a,
.wp-block-latest-comments > li  footer a,
.widget.widget_recent_comments ul > li > a,
.widget.widget_recent_comments ul > li > span > a,
.widget_rss li a.rsswidget{
	font-family: 'Syne', sans-serif;
	font-size: 18px;
    font-weight: 500;
}
.widget.widget_meta ul > li > a:hover,
.widget.widget_nav_menu ul > li > a:hover,
.wp-block-latest-posts > li > a:hover,
.wp-block-latest-comments > li  footer a:hover,
.widget.widget_pages ul > li > a:hover,
.widget.widget_recent_comments ul > li > a:hover,
.widget.widget_recent_comments ul > li > span > a:hover,
.widget_rss li a.rsswidget:hover {
    background-size: 100% 96%;
    color: #FFF;
}
.widget.widget_recent_comments ul > li{
	margin-bottom:1em;
}
.widget .tagcloud a {
    position: relative;
	margin: 3px;
    display: inline;
    background-color: rgb(160 160 160 / 12%);
    padding: 2px 10px;
    font-size: 13px!important;
    font-weight: 300;
    color: #cacaca;
    overflow: hidden;
    z-index: 1;
    border-radius: 50px;
    transition: all .2s ease-in-out;
}
.widget .tagcloud a:hover {
    background-color: var(--tt-main-color);
    color: #FFF;
}
.sidebar-widget .wp-block-group__inner-container h2{
	position: relative;
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 700;
}
.sidebar-widget .wp-block-group__inner-container h2:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: var(--tt-main-color);
    border-radius: 100px;
    transform: translateY(-50%);
}

.tt-ol-menu-list > li.current-menu-parent > a,
.tt-ol-menu-list > li.current-menu-ancestor > .tt-ol-submenu-trigger > a,
.tt-ol-menu-list > li.current-menu-item > a{
	color:#FFF;
	transform: skew(-15deg, 0deg);
}
.tt-ol-submenu-list > li.current-menu-parent > .tt-ol-submenu-trigger > a,
.tt-ol-submenu-list > li.current-menu-item > a,
.tt-ol-submenu-list > li.current-menu-parent > .tt-ol-submenu-trigger .tt-ol-submenu-caret,
.tt-ol-menu-list > li.current-menu-ancestor > .tt-ol-submenu-trigger .tt-ol-submenu-caret{
	color:#FFF;
}
.tt-submenu-dark .tt-submenu .tt-submenu-list > li.current-menu-item > a{
	color: #FFF;
}
.ball-close:before{content:"Close";}

/******themecheck******/

.widget ul.children, 
.widget ul.sub-menu {
    counter-reset: submenu;
}
.widget ul ul.children > li > a::before, 
.widget ul ul.sub-menu > li > a::before {
    font-weight: normal;
    content: "- " counters(submenu, "- ", none);
    counter-increment: submenu;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
}
.widget.widget_archive li, 
.widget.widget_categories li {
    text-align: right!important;
    width: 100%;
    position: relative;
	float:left;
	color: #b1b1b1;
	font-size: 13px;
    font-weight: normal;
}
.widget.widget_archive li a, 
.widget.widget_categories li a {
    float: left;
	display:unset!important;
    text-align: left;
    position: relative;
	top: -10px;
	padding: 12px 0px;
	font-size: 18px;
	text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    
 }
.widget.widget_archive ul, 
.widget.widget_categories ul,
.widget{
	float:left;
	width:100%;
}
/*******themecheck*******/
.widget .wp-block-search{
	margin-bottom:0px;
}
.wp-block-search .wp-block-search__input {
    float: left;
	outline:none;
    border: none;
    background: #222;
    width: 100%;
    padding: 20px 30px;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    -webkit-appearance: none;
    z-index: 1;
}
.wp-block-search .wp-block-search__label {
    font-weight: 700;
    text-align: left;
    padding-bottom: 20px;
}
.wp-block-search .wp-block-search__inside-wrapper{
	position:relative;
}
.wp-block-search .wp-block-search__button{
	position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    z-index: 1;
    padding: 12px 22px;
    background: #111;
    border-color: #222;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    cursor: pointer;
}

.widget table,
.wr-default-page table,
.commentlist table{
	width: 100%;
	margin-bottom:20px;
	float:left;
	max-width:100%;
}

.widget td,
.tt-comments-list td,
.wr-default-page td,
.wr-default-page th,
.tt-comments-list th {
	padding: 10px 15px;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
}
.widget td,
.tt-comments-list td,
.wr-default-page td,
.wr-default-page th,
.tt-comments-listt th {
	border-left: 1px solid rgb(255, 255, 255, .1);
}
.widget td:first-child,
.tt-comments-list td:first-child,
.wr-default-page td:first-child,
.wr-default-page th:first-child,
.tt-comments-list th:first-child{
	text-align: left;
	border-left: none!important;
}
.serv-table.align-left td:first-child {
	text-align: left;
}
.widget tr,
.wr-default-page tr,
.tt-comments-list tr{
	background: #000;
}
.widget tr:nth-child(odd),
.wr-default-page tr:nth-child(odd),
.tt-comments-list tr:nth-child(odd){
	background: #222;
}

.widget_rss li .rss-date{
	display: block;
    font-size: 13px;
    color: #777;
}

.widget_rss li .rssSummary{
	margin-top: 5px;
    font-size: 15px;
    line-height: 1.4;
    font-style: italic;
    color: #999;
}
.widget_rss li cite{
	display: block;
    font-size: 13px;
    color: #777;
	margin-top: 5px;
}
.widget_rss li{
	padding-bottom:1em;
}
.widget p{
	margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
    color: #999;
}

.widget select{
	max-width: 100%;
	width:100%;
	outline:none;
    height: 50px;
	margin:20px 0px;
    cursor: pointer;
    border-radius: 0;
    background-color: #222;
    border: none;
    padding: 15px 30px;
    appearance: none;
    -webkit-appearance: none;
	background: #222 url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='11' height='11' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>") no-repeat 95%;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    max-width:100%;
}
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select{
	width:300px;
	outline:none;
    height: 50px;
	margin:20px 0px;
    cursor: pointer;
    border-radius: 0;
    background-color: #222;
    border: none;
    padding: 15px 30px;
    appearance: none;
    -webkit-appearance: none;
	background: #222 url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='11' height='11' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>") no-repeat 95%;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    max-width:100%;
}
.wp-block-calendar table th {
    background: #000;
    text-align: center!important;
    font-weight: normal;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 10px 15px;
	border:none;
    border-left: 1px solid rgb(255, 255, 255, .1);
	text-align: center!important;
}
.wp-block-calendar table caption {
    color: #fff;
    margin: 20px 0px;
}
.wp-block-calendar th {
    border: none;
    border-left: 1px solid rgb(255, 255, 255, .1);
    padding: 10px 15px;
    text-align: center!important;
}
.wp-block-tag-cloud a {
    position: relative;
    margin: 3px;
    display: inline;
    background-color: rgb(160 160 160 / 12%);
    padding: 2px 10px;
    font-size: 14px!important;
    font-weight: 300;
	border-bottom:none;
    color: #cacaca;
    overflow: hidden;
    z-index: 1;
    border-radius: 50px;
    transition: all .2s ease-in-out;
}

.ns-text-logo{
	font-family: 'Syne', sans-serif;
	color:#fff;
	font-size: 30px;
	margin-bottom:0px;
}
.sticky .bli-title a{
	color: var(--tt-main-color);
}
.post-password-form input[type="password"] {
    border: none;
	max-height:45px;
    border: 1px solid #e1e1e1;
    background-color: rgb(160 160 160 / 15%);
    padding: 15px 20px;
    color: #000;
    font-size: 12px;
    -webkit-appearance: none;
    font-family: 'Poppins', sans-serif;
}
.post-password-form input[type="submit"]{
	padding: 14px 20px 17px 20px;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
	font-size:12px;
    outline: none;
    display: inline-block;
    position: relative;
    color: #fff;
    margin-top: 15px;
    background: #222;
    letter-spacing: 2px;
    font-weight: 400;
    margin-left: 5px;
    transition: all 200ms linear;
}
.trackback .tt-comment-avatar,
.pingback .tt-comment-avatar{
	display:none;
}

.wp-block-image figcaption {
    color: #fff;
    font-size: 13px;
    text-align: center;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin-bottom: 0px;
}

.page-links{
	float:left;
	width:100%;
}
.page-links > span, 
.page-links   a span{
	display: block;
    color: #fff;
    border: none;
	background: #1b1b1b;
    padding: 14px 17px 13px;
    margin: 15px 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	margin-right:7px;
}
.page-links > span, 
.page-links   a span:hover{
	background: #222;
}
.wp-block-button{
	margin-bottom:15px;
}
.is-style-squared .wp-block-button__link{
	border-radius:0px;
}
.blocks-gallery-caption {
    position: unset;
    color: #b9b9b9;
    padding-bottom: 35px;
    font-size: 14px;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, 
.blocks-gallery-grid .blocks-gallery-item figcaption, 
.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
    left: 0px;
}
.blocks-gallery-grid:not(.has-nested-images), 
.wp-block-gallery:not(.has-nested-images) {
    padding-right: 10px;
}

.comment ul.children{
	list-style:none;
	padding-left:65px;
}
.bli-categories a ~ a:not(:empty)::before {
    margin-left: -3px;
}
li #respond {
    margin-top: 40px;
    margin-bottom: 60px;
}
.pspl-item-title br,
.pspl-item-hover-title br,
.pspl-serial-off .pspl-item-title-link::before{
	display:none;
}

.phc-image img, .phc-image video.phc-video{
	height:100%!important;
}

body.tt-transition .tt-portfolio-hover-carousel::before {
    display:none;
}
@media screen and (min-width: 782px){
.lg-outer .lg-video .lg-object.lg-vimeo,
.lg-outer .lg-video .lg-object.lg-youtube {
	max-height:80%;
	top:80px;
}
}

.ph-full.ph-bg-rev{
	min-height:100vh;
}
@media (max-width: 1025px) {
.ph-bg-rev .page-header-inner{
	padding-top:0px!important;
	padding-bottom:0px!important;
	z-index:unset!important;
}
.ph-full-off.ph-bg-rev{
	min-height:50vh;
}
}

/* ------------------------------------------------------------- *
 * Background noise
/* ------------------------------------------------------------- */

.bg-noise {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}
.bg-noise:before {
	position: absolute;
	content: '';
	top: -10rem;
	left: -10rem;
	width: calc(100% + 20rem);
	height: calc(100% + 20rem);
	z-index: -1;
	pointer-events: none;
	background-image: url(../img/bg-noise.png);
	background-position: 50%;
	animation: BgNoise 1s steps(2) infinite;
}
@keyframes BgNoise {
	0% { transform: translate3d(0, 9rem, 0) }
	10% { transform: translate3d(-1rem, -4rem, 0) }
	20% { transform: translate3d(-8rem, 2rem, 0) }
	30% { transform: translate3d(9rem, -9rem, 0) }
	40% { transform: translate3d(-2rem, 7rem, 0) }
	50% { transform: translate3d(-9rem, -4rem, 0) }
	60% { transform: translate3d(2rem, 6rem, 0) }
	70% { transform: translate3d(7rem, -8rem, 0) }
	80% { transform: translate3d(-9rem, 1rem, 0) }
	90% { transform: translate3d(6rem, -5rem, 0) }
	to { transform: translate3d(-7rem, 0, 0) }
}

body.tt-light-bg-on .ph-caption-description {
    color: #111;
}
body.tt-light-bg-on.tt-light-style #tt-footer .tt-copyright{
	color:#111;
}
body.tt-mix-blend #tt-header {
	mix-blend-mode: difference;
}
.tt-pci-category ~ .tt-pci-category,
.pli-category ~ .pli-category,
.pgi-category ~ .pgi-category,
.tt-phc-category ~ .tt-phc-category{
	margin-left:0px;
}
.social-buttons > ul > li a svg{
	max-width:15px;
	max-height:15px;
}