/*
Theme Name: Ascend Premium Child Theme
Theme URI: http://themes.kadencethemes.com/ascend-premium/
Description: Child Theme for Ascend Premium
Author: Kadence Themes
Author URI: https://kadencethemes.com/
Template: ascend_premium
Version: 0.1.1
*/











/***PLUGIN CSS***/

/*ARY FANCY LIGHTBOX : background */

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
	background: transparent !important;
}







/***GENERAL CSS***/

/*PORTFOLIO ACCESSIBILITY : show title on mobile and contrast on keyboard focus */


.portfolio-loop-image-container .portfolio-hover-item-link:focus {
	background: #000;
	opacity: 0.8;
}

.portfolio-inner-link:focus {
	background: #000;
}

.portfolio-loop-image-container .portfolio-hover-item:focus .portfolio-overlay-color {
	opacity: .85;
}


.portfolio-loop-image-container .portfolio-hover-item:focus .portfolio-overlay-color {
	opacity: .85;
}


.portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner {
	width: 70%;
}


@media screen and (min-width: 992px) { 
.portfolio-loop-image-container .portfolio-hover-item:not(:hover) .portfolio-hover-item-inner {
	opacity: 1;
}
.portfolio-loop-image-container .portfolio-hover-item:not(:hover) .portfolio-hover-item-inner .portfolio-inner-link {
	opacity: .5;
}
.portfolio-loop-image-container .portfolio-hover-item:not(:hover) .portfolio-hover-item-inner .portfolio-inner-link:focus {
	opacity: 1;
}
}


@media screen and (max-width: 991px) {
.portfolio-loop-image-container .portfolio-hover-item .portfolio-overlay-color {
	opacity: .5;
}
.portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner {
	opacity: 1;
}
}










/***GENERAL CSS***/

/*CONTENT CLASSES*/

.pqna-flex-widget-inner .textwidget {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}











/***GENERAL CSS***/

/*IMAGE CLASSES*/

.pqna-img-circle {
	border-radius: 50%;
}













/***ESTUDIOZUT CSS***/

/*FOOTER*/

#containerfooter {
	padding-top: 60px;
	padding-bottom: 70px;
}

.footerbase {
	display: none;
}

#containerfooter.footerclass .widget_nav_menu .menu {
	padding-left: 0;
}

#containerfooter.footerclass .widget_nav_menu .menu .menu-item.kt-hide-label {
	list-style: none;
	display: inline;
	margin-right: 5px;
}

#containerfooter.footerclass .widget_nav_menu .menu li a {
	padding: 0;
	margin: 0;
	border: 0;
	display: inline;
}

#containerfooter.footerclass .widget_nav_menu .menu .menu-item.kt-hide-label > a {
	font-size: 0;
}

#containerfooter.footerclass .widget_nav_menu .menu-item.kt-hide-label > a > i {
	font-size: 30px;
}

#containerfooter p > a {
	box-shadow: inset 0px -5px 0px 0px #fff;
}


@media screen and (min-width: 992px) { 
.footercol4  {
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-end;
}
}


@media screen and (max-width: 991px) {
.footercol4 {
	width: 100%;
	margin-top: 25px;
}
}














/***ESTUDIOZUT CSS***/

/*PORTOFOLIO GRID : without margin style*/

.portfolio-loop-image-container .portfolio-hover-item:hover .portfolio-overlay-color {
    opacity: 0.85;
    background: #000;
}












/***ESTUDIOZUT CSS***/

/*PAGES except home*/

body:not(.home) .titleclass .page-header {
	min-height: 180px;
}
















/***ESTUDIOZUT CSS***/

/*HOME*/

.pqna_home_frame_background {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	position: relative;
	min-height: 500px;
	padding-top: 3%;
	padding-bottom: 3%;
}

.pqna_home_frame_ontop {
	z-index: 9999;
}

.pqna_home_frame_inner_row.pqna_row_width_text {
	max-width: 890px;
	margin: 0 auto !important;
}

body.home h1 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
	text-align: center;
	margin: 0 0 30px;
	text-transform: lowercase;
}

body.home h2 {
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
	text-align: center;
	margin: 0 0 30px;
	text-transform: lowercase;
}

.pqna_home_frame_inner_row p {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	color: #fff;
}

.pqna_home_frame_inner_row a, .pqna_home_frame_inner_row a:hover {
	color: #fff;
}


@media screen and (max-width: 991px) {
.pqna_home_frame_background {
	padding: 8% 15px;
}
}


@media screen and (max-width: 767px) { 
body.home h1, body.home h2 {
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 20px;
}
}










/***ESTUDIOZUT CSS***/

/*HOME : backgroud image credit*/

.pqna_home_frame_row {
	position: relative;
}

.pqna-home-image-credits {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 11px;
	opacity: .5;
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	padding: 8px 25px;
	font-weight: 600;
	line-height: 1.3;
}


.pqna-home-image-credits:hover, .pqna-home-image-credits:focus {
	opacity: 1;
	background: #000;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.pqna_home_frame_row:hover .pqna-home-image-credits, .pqna_home_frame_row:focus .pqna-home-image-credits {
	opacity: 1;
}


@media screen and (max-width: 991px) {
.pqna-home-image-credits {
	left: 0;
	text-align: center;
}
}

@media screen and (max-width: 767px) {
.pqna-home-image-credits {
	font-size: 9px;
}
}












/***ESTUDIOZUT CSS***/

/*HOME : portfolio*/

body.home .p-outer-pgrid-no-margin {
	margin-bottom: 0;
}








/***ESTUDIOZUT CSS***/

/*HOME : background height*/

@media screen and (min-width: 992px) { 
.pqna_home_frame_background {
	min-height: 650px;
}
}

@media screen and (max-width: 767px) { 
.pqna_home_frame_background {
	min-height: 600px;
}
.pqna_home_frame_background {
	min-height: 600px;
	padding: 3% 15px 8%;
}
}







/***ESTUDIOZUT CSS***/

/*HOME : background overlay*/

.pqna_home_frame_background > * {
	z-index: 1;
	position: relative;
	max-width: 100%;
}

.pqna_home_frame_background::after {
	background-color: rgba(0,0,0,.1);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.pqna_home_frame_background:hover::after {
	background-color: rgba(0,0,0,.6);
}


@media screen and (max-width: 767px) { 
.pqna_home_frame_background::after {
	background-color: rgba(0,0,0,.6);
}
}



/***ESTUDIOZUT CSS***/

/*HOME section : first*/

.pqna_home_frame_background_first {
	padding-bottom: 35%;
}

#home h1 {
	max-width: 500px;
}


@media screen and (max-width: 1024px) {
.pqna_home_frame_background_first {
	padding: 85px 15px 45px;
}
}






/***ESTUDIOZUT CSS***/

/*HOME section : reel*/

#reel {
	text-align: center;
}

#reel .pqna-play-icon, #reel .pqna-play-icon:hover, #reel .pqna-play-icon-button {
	box-shadow: none !important;
	border: none !important;
}







/***ESTUDIOZUT CSS***/

/*HOME section : jobs*/

@media screen and (max-width: 767px) {
#jobs .portfolio-loop-image-container .portfolio-hover-item .portfolio-overlay-color {
	opacity: .5;
	background: #000;
}
#jobs .portfolio-loop-image-container .portfolio-hover-item .portfolio-overlay-border {
	border: 1px solid rgba(255,255,255,.8);
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	opacity: 1;
}
}




/***ESTUDIOZUT CSS***/

/*HOME section : sobre*/

@media screen and (max-width: 767px) {
#sobre p {
	font-size: 14px;
}
#sobre .pqna_home_frame_background img {
	object-position: right;
}
}





/***ESTUDIOZUT CSS***/

/*HOME section : quem*/

#quem .pqna-flex-widget-inner .textwidget p:not(:last-child) {
	padding-right: 5px;
}

#quem .pqna-flex-widget-inner img {
	min-width: 50px;
}

@media screen and (max-width: 991px) {
#quem .pqna-flex-widget-inner .textwidget {
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
}









/***ESTUDIOZUT CSS***/

/*HOME section : parceiros*/

#parceiros p a[href*="wixsite"] {
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}



@media screen and (max-width: 767px) {
#parceiros p {
	font-size: 14px;
}
}








/***ESTUDIOZUT CSS***/

/*HOME section : clientes*/

#clientes .clients-logos img {
	margin: 15px;
	opacity: 0.8;
	max-width: 40%;
	max-width: calc(50% - 30px);
}

#clientes .pqna_home_frame_background:hover img {
	opacity: 1;
}



@media screen and (max-width: 767px) {
#clientes p img {
	max-width: 100px;
	margin-bottom: 5px;
}
}







/***ESTUDIOZUT CSS***/

/*HOME section : contato*/


#contato a {
	border: none !important;
	box-shadow: none !important;
	font-weight: 400 !important;
	color: #fff !important;
}


@media screen and (max-width: 767px) {
#contato .pqna_home_frame_background img {
	object-position: 25%;
}
}






/***ESTUDIOZUT CSS***/

/*HEADER MENU */

.kt-header-layout-below-lg .nav-main > ul.sf-menu {
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-around;
	max-width: 1110px;
	margin: 0 auto;
}

.nav-main ul.sf-menu > li > a {
	line-height: 0.9;
	padding: 8px;
}

.nav-main ul.sf-menu > li > a:hover {
	background: rgba(0,0,0,.8);
}










/***ESTUDIOZUT CSS***/

/*HEADER: home */

body.home .sticky-wrapper.is-sticky #logo {
	padding-top: 25px;
	padding-bottom: 10px;
}

body.home .kt-header-position-above .headerclass:not(.kt-item-shrunk) #logo a {
	pointer-events: none;
}

#logo a .ascend-logo {
	z-index: 1;
}

.kt-header-position-above #logo a {
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.kt-header-position-above .kad-logo-used {
	padding-left: 0;
	position: absolute;
	bottom: 10px;
	transform: translateY(-50%);
	z-index: 0;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	text-transform: lowercase;
}

.sticky-wrapper.is-sticky .kad-site-title.kad-logo-used {
	opacity: 0;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}


.headerclass.kt-item-shrunk #logo a {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}


.headerclass.kt-item-shrunk .kad-site-title.kad-logo-used {
	display: none;
}



/*** DISABLE : padding top to centralize logo on home

@media screen and (min-width: 1600px) {
.headerclass:not(.kt-item-shrunk) {
	padding-top: 4%;
	-webkit-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.kad-header-menu-outer.headerclass.kt-item-shrunk {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
}

***/












/***ESTUDIOZUT CSS***/

/*HEADER: when not home page */

body:not(.home) .kad-header-menu-outer.headerclass {
	position: initial !important;
}

body:not(.home) .kad-header-height {
	height: 200px !important;
	padding-top: 15px;
}

body:not(.home) #logo .kad-site-title.kad-logo-used {
	display: none;
}

body:not(.home) .header-color-overlay {
	background-color: rgba(0,0,0,0.3);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}









/***ESTUDIOZUT CSS***/

/*HEADER: mobile */

#mobile-logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
















/***GENERAL CSS***/

/*IFRAMES*/

iframe {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}















/*** //    // ***/






















/***OPTION CSS***/

/*ABOVE FOOTER AREA WITH CONTENT WIDTH*/

.container.above-footer-widgets > .above-footer-widget {
	padding-bottom: 50px;
}

@media screen and (min-width: 992px) { 
.container.above-footer-widgets > .above-footer-widget {
	float: right;
	padding-right: 15px;
	padding-left: 50px;
}
.container.above-footer-widgets > .above-footer-widget {
	width: 66.66666667%;
}
}


@media screen and (min-width: 1025px) {
.container.above-footer-widgets > .above-footer-widget {
	width: 80%;
}
}








/***GENERAL CSS***/

/*RESPONSIVE CLASSES*/


@media screen and (min-width: 1025px) {
.pqna-mobile-only {
	display: none !important;
}
}

@media screen and (max-width: 1024px) {
.pqna-mobile-only {
	display: block !important;
}
.pqna-desktop-only {
	display: none !important;
}
}








/***GENERAL CSS***/

/*TESTIMOMIAL*/

.grid_item.testimonial_item {
	margin-bottom: 10px;
}

.testimonial-box .testimonial-img i {
	font-size: 24px;
}

.testimonial_item .testimonial-box {
	background: #f2f2f2;
	border: 0;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}

.testimonial_item .testimonial-box p {
	font-size: 14px;
	letter-spacing: 0.5px;
}

.testimonial-bottom p {
	font-size: 14px;
}








/***GENERAL CSS***/

/*TESTIMOMIAL SHORTCODE*/

.testimonial-shortcode {
	margin-top: 20px;
}






/***PEQUENAWEB CSS***/

/*TOPBAR*/

.container.kad-topbar-height {
	width: 100%;
}

#topbar-sticky-wrapper {
	height: unset !important;
}

.kad-topbar-height {
	padding-top: 5px;
	padding-bottom: 9px;
}

.kt-topbar-left, .kt-topbar-left > * {
	width: 100%;
	text-align: center;
}

#topbar p {
	letter-spacing: 0.5px;
	font-weight: 300;
}

#topbar .btn, #kad-mobile-banner .top-icon-bar-item .btn {
	color: #fff !important;
	border: 1px solid #fff !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-weight: 300;
	font-size: 11px;
	margin-top: 3px;
}

#topbar .btn:hover, #topbar .btn:focus, #kad-mobile-banner .top-icon-bar-item .btn:hover, #kad-mobile-banner .top-icon-bar-item .btn:focus {
	background: #eee !important;
	color: #000 !important;
	box-shadow: 0 0;
}











/***PEQUENAWEB CSS***/

/*MOBILE TOPBAR*/

#kad-mobile-banner .top-icon-bar-item p {
	color: #fff;
}

#kad-mobile-banner .top-icon-bar-item {
	padding-top: 10px;
	padding-bottom: 10px;
}














/***OPTION CSS***/

/*STICKY HEADER*/

/*** DISABLE
#topbar-sticky-wrapper #topbar {
	box-shadow: 0px 2px 6px 1px #aaa;
}

#sticky-wrapper .headerclass.kt-item-shrunk {
	box-shadow: 0px 2px 6px 1px #aaa;
}
***/







/***PEQUENAWEB SPECIFIC CSS***/

/*PORTFOLIO AJAX FILTER*/


#options.kt-filter-options {
	position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}

#filters {
    text-align: left;
    padding: 0;
	margin-bottom: 15px;
}

#filters.collapsing {
    max-height: 35px;
}

#filters:not(.in):not(.collapsing) {
    display: none;
}

#options.kt-filter-options .filter-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 4px 3px;
	margin-bottom: 8px;
    color: inherit;
    text-align: left;
    font-weight: 300;
    font-size: inherit;
    text-transform: uppercase;
    border-bottom: none;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 4;
}

#options.kt-filter-options .filter-trigger::before {
    content: "\f0b0";
    font-family: kt-icon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#options.kt-filter-options .filter-trigger:hover::before, #options.kt-filter-options .filter-trigger:focus::before {
    margin-right: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


#filters.collapse.in::before {
    content: "\f068";
    font-family: kt-icon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #eee;
    padding: 5px 15px;
}

#options.kt-filter-options .filter-set li {
    margin: 0;
}

#options.kt-filter-options .filter-set li a {
	padding: 5px 8px;
	text-align: center;
	background: #f2f2f2;
}

#options.kt-filter-options .filter-set li a h5 {
    font-weight: inherit;
    font-size: 80%;
	letter-spacing: 0;
}

#options.kt-filter-options .filter-set li a.selected h5, #options.kt-filter-options .filter-set li a:hover h5 {
    color: #000;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


@media screen and (min-width: 768px) { 
#options.kt-filter-options .filter-set li a {
	margin-right: 6px;
}
.filter-set li a:not(.selected) {
	border-bottom: 2px solid #ddd;
}

.filter-set li a:not(.selected):hover {
	border-color: #000;
}
}



@media screen and (max-width: 767px) { 
#options.kt-filter-options .filter-set li a.selected h5 {
	font-weight: 600;
}
#options.kt-filter-options .filter-set li a {
	margin-bottom: 5px;
}
.filter-set li a.selected .arrow-up {
	border-color: transparent;
}
}















/***PEQUENAWEB SPECIFIC CSS***/

/*DESKTOP HEADER RIGHT*/


.sf-menu > li.menu-widget-area-kt {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.sf-menu > li.menu-widget-area-kt .kt-above-lg-widget-area:not(.widget-first) {
	margin-left: 25px;
}






/***PEQUENAWEB SPECIFIC CSS***/

/*DESKTOP HEADER RIGHT LANG SWITCHER WIDGET*/

#kad-header-menu .sf-menu .widget_polylang ul {
    text-align: right;
    background: transparent !important;
}

#kad-header-menu .sf-menu .widget_polylang ul li.lang-item {
    margin-left: -4px;
}

#kad-header-menu .sf-menu .widget_polylang ul li.lang-item:not(:first-child)::before {
    content: '';
    width: 1px;
    height: 45%;
    background: #333;
    position: absolute;
    left: 0;
    top: 27.5%;
    z-index: 999;
}

#kad-header-menu .sf-menu .widget_polylang ul li.lang-item.current-lang a, #kad-header-menu .sf-menu .widget_polylang ul li.lang-item a:hover {
    font-weight: bold;
}

#kad-header-menu .sf-menu .widget_polylang ul li.lang-item a {
    padding: 5px 0px !important;
    width: 42px;
    text-align: center;
}



/***PEQUENAWEB SPECIFIC CSS***/

/*LANG SWITCHER + SEARCH BACKGROUND COLOR*/

#kad-header-menu .sf-menu .widget_polylang ul li.lang-item a, form.search-form input[type="search"].search-field {
    background: #e8e8e8;
	box-shadow: rgba(0,0,0,.0980392) 0 1px 0;
}

body.search-results form.search-form input[type="search"].search-field:not(:focus) {
	color: #ff0000;
}

form.search-form input[type="search"].search-field:focus {
    background: #fff !important;
    box-shadow: 1px 1px 2px 0px #000;
}

#kad-header-menu .sf-menu form.search-form input[type="search"].search-field {
	max-width: 225px;
}




/***PEQUENAWEB SPECIFIC CSS***/

/*HIDE LANG SWITCHER FROM MENU ON DESKTOP*/

.sidebar .bellows-menu-item.lang-item {
    display: none;
}





/***PEQUENAWEB SPECIFIC CSS***/

/*SEARCH BAR*/

form.search-form input[type="search"].search-field {
    padding: 6px 10px 6px 50px;
    text-align: right;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

form.search-form .search-submit {
    right: unset;
    left: 0;
}





/***PEQUENAWEB SPECIFIC CSS***/

/*SEARCH BAR BUTTON*/

.search-submit.search-icon:hover, .search-submit.search-icon:focus {
    color: #000 !important;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(0,0,0,.6) !important;
    box-shadow: inset 0 -3px 0 0 rgba(0,0,0,.6) !important;
}




/***PEQUENAWEB SPECIFIC CSS***/

/*SEARCH BAR PLACEHOLDER*/

form.search-form input[type="search"].search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  letter-spacing: 0.5px !important;
  font-weight: 300 !important;
}
form.search-form input[type="search"].search-field::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  letter-spacing: 0.5px !important;
  font-weight: 300 !important;

}
form.search-form input[type="search"].search-field:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  letter-spacing: 0.5px !important;
  font-weight: 300 !important;
}
form.search-form input[type="search"].search-field:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  letter-spacing: 0.5px !important;
  font-weight: 300 !important;
}








/***PEQUENAWEB SPECIFIC CSS***/

/*MOBILE MENU SUBMENU*/

.kad-mobile-nav ul.sub-menu {
    margin-bottom: 10px;
}







/***PEQUENAWEB SPECIFIC CSS***/

/*MOBILE MENU LANGUAGE SWITCHER*/

#kt-mobile-menu li.lang-item {
	margin-top: 6px;
}

#kt-mobile-menu .current-lang.menu-item a {
    font-weight: bold;
}

#kt-mobile-menu li.lang-item a:hover {
    color: inherit !important;
    font-weight: bold;
}




/***PEQUENAWEB SPECIFIC CSS***/

/*SIDEBAR LEFT SIDE with accordion menu*/

#ktsidebar {
	margin-top: -8px;
}

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

@media screen and (min-width: 1025px) {
body.kt-width-large .main.col-lg-9.kt-sidebar-left {
    width: 80%;
}
body.kt-width-large #ktsidebar.col-md-4 {
    width: 20%;
}
}

/*
@media screen and (max-width: 1024px) { 
body.kt-width-large #ktsidebar {
    display: none;
}
}
*/





/***OPTION CSS***/

/*CONTENT*/

/*** DISABLE
body.single #ktmain .postclass, .archive article.kad_blog_item, body.page .main .entry-content .panel-grid:not(.custom-fullwidth), .above_footer_outer .panel-grid:not(.custom-fullwidth) {
    max-width: 918px;
}
***/

body:not(.home) #content, body.siteorigin-panels:not(.home):not(.single-product):not(.woocommerce-checkout):not(.single-post) #content {
	padding-top: 30px;
	padding-bottom: 50px;
}

b, strong {
    font-weight: 500 !important;
}

ul.custom-index-list {
    padding: 0;
    list-style: none;
}

ul.custom-index-list > li {
    display: inline-block;
    position: relative;
    margin-right: 7px;
}

ul.custom-index-list > li > a {
    color: #0645ad !important;
}

ul.custom-index-list > li > a::before {
    font-family: kt-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.custom-index-list > li > a::before {
    content: "\f105";
    margin-right: 9px;
    font-size: 90%;
}

ul.custom-index-list > li > a:hover::before {
    content: "\f101";
    margin-right: 6px;
}

.custom-contact-box {
    padding: 5px 30px 20px;
    background: #f2f2f2;
	margin-top: 15px;
	margin-bottom: 15px;
    max-width: 285px;
	min-width: 245px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}

.custom-contact-box h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}

#custom-contact-row {
    -ms-justify-content: space-between;
    justify-content: space-between;
}


@media screen and (max-width: 1200px) {
#custom-contact-row {
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
#custom-contact-row .panel-grid-cell {
	padding-right: 20px !important;
    width: auto !important;
	max-width: 100%;
}
}








/***GENERAL CSS***/

/*TITLES*/


h2, h3 {
    text-transform: uppercase;
}

h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}










/***GENERAL CSS***/

/*LINKS*/

h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, p > a:not(:hover):not([data-rel="lightbox"]):not(.button):not([class*="btn"]), a.email-link, span[class*="classtoolTips"] {
    border: none !important;
    color: inherit !important;
    box-shadow: inset 0px -5px 0px 0px #ddd;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover, .entry-content p a:not(.button):not(.select2-choice):not([data-rel="lightbox"]):hover, a.email-link:hover, h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus, .entry-content p a:not(.button):not(.select2-choice):not([data-rel="lightbox"]):hover, a.email-link:focus, span[class*="classtoolTips"]:hover, span[class*="classtoolTips"]:focus, .qtip p a:hover, .qtip p a:focus {
    border-bottom: 2px solid #ddd !important;
    box-shadow: 0 0;
	-webkit-box-shadow: inset 0 0 0 0 transparent;
    box-shadow: inset 0 0 0 0 transparent;
	-webkit-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
}







/***GENERAL CSS***/

/*BUTTONS*/

.btn, .button, .btn-shortcode, #inner-wrap input[type="submit"], .ginger_container .ginger_btn {
    text-shadow: 0 0 !important;
    background: transparent !important;
    color: #333 !important;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 85%;
    border: 2px solid #333 !important;
    border-radius: 2px !important;
}

.btn:hover, .button:hover, .btn:focus, .button:focus, .btn-shortcode:hover, .btn-shortcode:focus, #inner-wrap input[type="submit"]:hover, #inner-wrap input[type="submit"]:focus, .ginger_container .ginger_btn:hover, .ginger_container .ginger_btn:focus {
    background: transparent !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}






/***GENERAL CSS***/

/*BUTTON CLASSES*/

.pqna-btn-white {
	color: #fff !important;
	border-color: #fff !important;
}

.pqna-btn-white:hover, .pqna-btn-white:focus {
	background: #eee !important;
	color: #000 !important;
	box-shadow: 0 0;
}





/***GENERAL CSS***/

/*BUTTON ICONS*/

.btn i {
    font-size: 17px;
    float: left;
    line-height: 23px;
    margin-right: 8px;
}

/*
a.btn:hover i, a.btn:focus i {
    margin-left: 1px;
    margin-right: 7px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
*/





/***GENERAL CSS***/

/*ENVELOPPE BUTTON ICON, HOVER EFFECT*/

a.btn:hover i.kt-icon-envelope-o::before, a.btn:focus i.kt-icon-envelope-o::before {
    content: "\f0e0";
}












/***PROJECT SPECIFIC CSS***/

/*IMAGE WITH LINK + GALLERY*/

.main a > img, .gallery_item a.gallery-link div.kt-intrinsic img.kt-gallery-img {
    box-shadow: 0px 2px 4px -1px #000;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
    -webkit-transform: scale(0.995);
    -ms-transform: scale(0.995);
    -o-transform: scale(0.995);
    transform: scale(0.995);
}

.main a:hover > img, .gallery_item a.gallery-link:hover  div.kt-intrinsic img.kt-gallery-img {
    box-shadow: 0px 2px 8px -1px #000;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}





/***PROJECT SPECIFIC CSS***/

/*IMAGE LIGHTBOX*/

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .95 !important;
}

.mfp-figure::after {
    background: transparent !important;
    box-shadow: 0 0 !important;
}

.mfp-image-holder .mfp-close {
    font-size: 60px;
    font-weight: 100;
    margin: 0 !important;
}



@media screen and (min-width: 992px) { 
img.mfp-img, .mfp-bottom-bar {
    padding-right: 35px !important;
    padding-left: 35px !important;
}
.mfp-counter {
    right: 35px;
}
}



/***PEQUENAWEB CUSTOM STYLES***/

/*HOME PAGE*/

.home .home-margin.home-padding {
    padding: 0;
    margin: 0;
}

.home-portfolio-full h3.hometitle {
    margin-bottom: 20px !important;
}

.home_blog_readmore {
    padding: 0 !important;
    border: 0 !important;
    text-align: left;
}

.home_blog_readmore .btn {
    margin-top: -5px !important;
}

.grid-postlist .grid_item .post-grid-footer-meta {
    border: 0 !important;
    padding: 0 !important;
}

.grid-postlist .kt_archivecontent.row .kad_blog_item article {
	padding: 15px 30px;
	background: #f2f2f2;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}

.home_blog h3.hometitle {
    margin-bottom: 0 !important;
}

.home-widget-box {
    margin-top: -10px;
}

.home h3.hometitle {
    margin-top: 0px !important;
}









/***PROJECT SPECIFIC CSS***/

/*SEARCH RESULTS GRID PAGE*/

body.search-results .search_results_item.grid_item {
	margin-bottom: 15px !important;
}

body.search-results .search_results_item.grid_item header a:hover h5 {
    color: #999 !important;
}





/***PROJECT SPECIFIC CSS***/

/*KADENCE INFO BOX WIDGET*/

.kad-info-box {
    padding: 0 !important;
	margin-top: 10px;
    margin-bottom: 10px;
}

body:not(.single-portfolio) .kad-info-box .kt-info-icon-case .inner-info-icon-case.none {
    background: #eee;
    padding: 20px;
    width: 70px;
    height: 70px;
}

.kad-info-box .kt-info-icon-case .inner-info-icon-case.none i {
    font-size: 30px !important;
}


@media screen and (min-width: 551px) and (max-width: 1024px) {
.single-portfolio .col-md-12.portfolio-content .row > .col-md-6 {
    width: 50% !important;
}
body:not(.single-portfolio) .single-portfolio .col-md-12.portfolio-content .row > .col-md-6 .kad-info-box {
    display: block;
}
body:not(.single-portfolio) .single-portfolio .col-md-12.portfolio-content .row > .col-md-6 .kad-info-box .kt-info-content-case {
    padding-left: 0;
}
}


@media screen and (max-width: 1024px) {
.kad-info-box h3, .kad-info-box h4, .kad-info-box h5 {
    font-size: 12px;
    margin-top: 5px;
}
}


@media screen and (max-width: 464px) {
.kad-info-box {
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
}









/***GENERAL CSS***/

/*TOP BUTTON*/

#topcontrol {
	z-index: 9999999999;
	display: none;
}

#topcontrol .to_the_top {
    color: #000 !important;
    border-color: #000 !important;
    background: rgba(238,238,238,0.5);
}

#topcontrol .to_the_top:hover {
    background: #fff;
}

#topcontrol .to_the_top:hover > div {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

#topcontrol .to_the_top {
	bottom: 10px;
	right: 15px;
}


@media screen and (max-width: 991px) {
#topcontrol .to_the_top {
	bottom: 3px;
}
}













/***ESTUDIOZUT CSS***/

/*PORTFOLIO*/

#portfolio_template_wrapper .portfolio-loop-image-container img {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
	background: #f2f2f2;
}

#portfolio_template_wrapper .portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner .portfolio-loop-title {
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0px;
	font-weight: 600;
	padding: 6px 0 4px;
}

.portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner .portfolio-loop-types {
	font-size: 11px;
	letter-spacing: 0;
	line-height: 1.3;
	padding: 4px 0 6px;
}

@media screen and (max-width: 991px) { 
#portfolio_template_wrapper .portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner .portfolio-loop-title {
	font-size: 12px;
}
.portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner .portfolio-loop-types {
	font-size: 9px;
}
}








/***ESTUDIOZUT CSS***/

/*PORTFOLIO INDEX*/

.single-portfolio .portfolio-content .kt-simple-box {
    box-shadow: 1px 1px 1px 2px #bbb;
    padding: 10px 15px 5px;
}

.single-portfolio .portfolio-content h6 {
	margin-top: 15px;
    margin-bottom: 60px;
}



/***PROJECT SPECIFIC CSS***/

/*PORTFOLIO MOBILE PRINTSCREENS: Use the Kadence Column Shortcode with "Three Columns" */
/*PORTFOLIO ABOUT: Use the Kadence Column Shortcode with "Two Columns offset Left" */

.single-portfolio .col-md-12.portfolio-content .row > .col-md-3 {
    margin-top: 10px;
}

.single-portfolio .col-md-12.portfolio-content .row > .col-md-3 > figure.wp-caption {
    margin-left: auto;
    margin-right: auto;
}



@media screen and (min-width: 481px) { 
.single-portfolio .col-md-12.portfolio-content .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.single-portfolio .col-md-12.portfolio-content .row > .col-md-3 {
    width: 33%;
}
.single-portfolio .col-md-12.portfolio-content .row > .col-md-4 {
    min-width: 200px;
}
.single-portfolio .col-md-12.portfolio-content .row > .col-md-8 {
    width: unset;
    width: auto;
}
.single-portfolio .col-md-12.portfolio-content .row > .col-md-4 img {
    margin-top: 0;
    margin-bottom: 0;
}
}



/***PROJECT SPECIFIC CSS***/

/*PORTFOLIO SERVICES*/

.single-portfolio .portfolio-content .kadence_infobox_widget {
    display: inline-block;
    min-width: 220px;
}

.single-portfolio .portfolio-content a.kadinfolink .kad-info-box {
    padding: 10px !important;
}

.single-portfolio .portfolio-content .kt-info-content-case {
    font-size: 0;
    display: inherit;
}

.single-portfolio .portfolio-content .kad-info-box h4 {
    font-size: 12px;
}

.single-portfolio .portfolio-content .kad-info-box .kt-info-icon-case .inner-info-icon-case.none {
    width: 35px;
}





/***PROJECT SPECIFIC CSS***/

/*PORTFOLIO ACOORDION WITH CONTACT FORM*/

.single-portfolio .kt-accordion {
	margin-top: 20px;
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.single-portfolio .kt-accordion > .panel {
	padding: 10px 16px;
	border-color: #333;
}

.single-portfolio .kt-accordion > .panel h5 {
	margin-left: 0;
	color: #333;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 18px;
	font-size: 85%;
}

.single-portfolio .kt-accordion > .panel h5::before {
	content: "\f0e0";
	font-family: kt-icon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 8px;
	font-size: 16px;
	float: left;
	line-height: 18px;
}

.single-portfolio .kt-accordion > .panel a.accordion-toggle:not(.collapsed) h5 {
	margin-right: 25px;
}

.single-portfolio .kt-accordion > .panel a.accordion-toggle:hover h5::before {
	content: "\f003";
}

.single-portfolio .kt-accordion > .panel h5 i {
	left: unset;
	right: 0;
}

.kt-accordion > .panel a.accordion-toggle.collapsed .kt-icon-plus {
	display: none;
}

.single-portfolio .kt-accordion .wpcf7 {
	margin-bottom: 10px;
}
















/***CUSTOM OPTIONS***/

/*JUSTIFY CONTENT*/

/*
@media screen and (min-width: 480px) { 
.main p {
    text-align: justify;
}
}
*/




/***CUSTOM OPTIONS***/

/*BOXED THEME STYLE with additionnal padding*/

@media screen and (min-width: 480px) { 
body.body-style-boxed #wrapper {
    padding: 15px 17.5px 0px;
}
}

/*FULLPANE VERTICAL SLIDER WIDGET KADENCE PLUGIN with additionnal top padding*/

@media screen and (min-width: 480px) {
.kadence-fullpane-outer .kt-pane-section:first-child::before {
    content: '';
    background: #eee;
    height: 15px;
    z-index: 1;
    position: absolute;
    width: 100%;
}
}






/***CUSTOM OPTIONS***/

/*MAX WIDTH to 1400px*/

@media screen and (min-width: 992px) { 
#wrapper {
    max-width: 1400px !important;
}
}

















/***THEME ERRORS BUGS***/

/*MOBILE LOGO TAGLINE when "Use custom mobile logo options?" DISABLED*/

#mobile-logo .kad-site-tagline {
    display: block;
}



/***THEME ERRORS BUGS***/

/*MOBILE MENU CURRENT ITEM COLOR : a dot is missing before "kad-mobile-nav" in the css output when a color is set in the theme options */

/*** disabled
.kad-mobile-nav li.current-menu-item > a {
    color: #ff0000;
}
***/














/***GENERAL CSS***/

/*MOBILE MENU BUTTON*/

.kt-mobile-header-toggle.kad-mobile-menu-right {
    padding-left: 20px;
}

.mobile-header-container .kt-mobile-header-toggle button:hover {
    opacity: 0.5;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}



/***THEME GENERAL***/

/*MOBILE SUBMENU*/

.kad-mobile-nav li ul {
    padding-left: 0;
}

.kad-mobile-nav ul.sub-menu li a {
    padding-left: 20px;
}




/***THEME GENERAL***/

/*SIDEBAR*/

body.siteorigin-panels:not(.single-product):not(.woocommerce-checkout) #ktsidebar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


@media screen and (max-width: 991px) {
#ktsidebar {
	display: none;
}
}








/***THEME GENERAL***/

/*CONTENT*/

.entry-content p, #inner-wrap .btn, #inner-wrap .button, #inner-wrap .submit, #inner-wrap button:not(.search-submit), #inner-wrap input[type="submit"] {
    margin-top: 10px;
	margin-bottom: 10px;
}

#inner-wrap .btn, #inner-wrap .button, #inner-wrap .submit, #inner-wrap button, #inner-wrap input[type="submit"] {
    margin-right: 5px;
}







/***THEME GENERAL***/

/*ERROR NO POSTS FOUND : EMPTY ARCHIVE PAGE*/

.error-not-found form.search-form {
    max-width: 300px;
    margin: 15px auto 5px;
}






/***GENERAL CSS***/

/*TITLES*/


body:not(.home) .main .entry-content .panel-layout .panel-grid:first-child .panel-grid-cell:first-child .panel-first-child .textwidget:first-child :first-child {
    margin-top: 0px !important;
}

.main .entry-content h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}






/***THEME GENERAL***/

/*LINKS*/

.kadence_recent_posts a.recentpost_title:hover, .kadence_recent_posts a.recentpost_featimg:hover img.wp-post-image {
    opacity: .75;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}




















/***THEME GENERAL***/

/*IMAGES + IMAGE GALLERY*/

img {
    color: #ccc;
    font-size: 11px;
}

figure.wp-caption.alignnone, img.alignnone, .kad-wp-gallery {
    margin-top: 0px;
    margin-bottom: 25px;
}


.custom-img-description {
    font-size: 85% !important;
    line-height: 1.5;
    margin-top: -20px !important;
    margin-bottom: 20px !important;
    padding-left: 10px;
    border-left: 1px solid #999;
    margin-left: 10px !important;
}






/***THEME GENERAL***/

/*GALLERY*/

.kad-wp-gallery .gallery_item {
    overflow: visible;
}

.gallery_item:hover .gallery-link::after {
    display: none;
}






/***THEME GENERAL***/

/*IMAGE CAPTIONS AND LIGHTBOX CAPTION*/

.wp-caption-text, .mfp-title {
    font-size: 80% !important;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.wp-caption-text {
    text-align: left !important;
    padding-left: 5px;
    padding-right: 5px;
	margin-top: 6px;
}

.wp-caption-text::before, .mfp-title::before {
    content: "\e945";
    margin-right: 5px;
    font-size: 110%;
}

.wp-caption-text::before, .mfp-title::before {
    font-family: kt-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}








/***PEQUENAWEB CUSTOM STYLES***/

/*PORTOFOLIO ARCHIVE GRID*/

.portfolio-loop-image-container img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.portfolio-loop-image-container:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}









/***THEME GENERAL***/

/*YOUTUBE SHORTCODE*/

.kad-youtube-shortcode {
    margin-bottom: 30px;
}





/***THEME GENERAL***/

/*FOOTER CREDITS*/

.footercredits {
    font-size: 12px;
    font-weight: 400;
}












/***THEME PLUGINS***/

/*KT SHARE ICONS*/

.kt_simple_share_container a:hover {
    opacity: .5;
}






/***THEME PLUGINS***/

/*KADENCE FULLPANE VERTICAL WIDGET KADENCE PLUGIN navigation button color*/

.home .fp-tableCell {
    background: rgba(0,0,0,0.3);
}

#fullpage-wrapper .container .widget {
    padding-left: 30px;
    padding-right: 30px;
}

#fullpage-wrapper p {
    color: #fff !important;
}

#fullpage-wrapper p a, #fullpage-wrapper p a:hover {
    box-shadow: none !important;
    text-decoration: underline !important;
    border-color: transparent !important;
}

#fullpage-wrapper a.btn {
    background: rgba(0,0,0,0.8) !important;
    border-color: #666 !important;
}

#fullpage-wrapper a.btn:hover, #fullpage-wrapper a.btn:focus {
    background: #fff !important;
    border-color: #000 !important;
}

#fullpage-wrapper::after {
    content: "SCROLL";
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translate(-50%);
    letter-spacing: 6px;
    font-size: 20px;
    line-height: 1;
    font-weight: 100;
    color: #fff;
    color: rgba(238,238,238,0.8);
	animation: flash-opacity 2.5s infinite;
}


@media screen and (min-width: 1430px) { 
#fp-nav ul li a span {
    background: #000;
}

#fp-nav ul li a.scroll-to-content span, #fp-nav ul li:hover a.scroll-to-content span {
    border-top-color: #000;
}
}




/***THEME PLUGINS***/

/*KADENCE PRICING TABLE*/

.kpt-table-area-container .kt-table-pane {
    border-width: 0px !important;
}

.kpt-table-area-container {
    margin-top: 20px;
    margin-bottom: 15px;
}





/*KADENCE PLUGINS*/

/*WIDGET DOCK*/

#kt-widget-dock {
	z-index: 1040;
    padding-bottom: 15px !important;
}

#kt-widget-dock.kt-widget-dock-position-left.kt-active-box {
	left: 15px;
}

#kt-widget-dock .kt-widget-dock-close {
    top: 5px;
    right: 5px;
    height: 25px;
    width: 25px;
    color: #fff;
    background: rgba(0,0,0,0.25);
}

#kt-widget-dock .kt-widget-dock-close:hover {
    background: rgba(0,0,0,0.85);
}

#kt-widget-dock .kt-widget-dock-close span.kt-widget-close {
    line-height: 25px;
    color: #fff;
}

#kt-widget-dock .kt-widget-dock-close:hover span.kt-widget-close {
    font-weight: bold;
}

#kt-widget-dock h2, #kt-widget-dock h3 {
    margin-top: -5px;
    margin-bottom: 15px;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #fff;
}

#kt-widget-dock a.btn {
    margin: 0 !important;
    border-color: #fff !important;
    color: #fff !important;
}

#kt-widget-dock a.btn:hover, #kt-widget-dock a.btn:focus {
    background-color: #000 !important;
    color: #fff !important;
}


@media screen and (max-width: 991px) {
#kt-widget-dock {
	width: unset !important;
    padding: 5px 35px 5px 5px !important;
    background: rgba(0,0,0,0.15) !important;
}
#kt-widget-dock.kt-widget-dock-position-left.kt-active-box {
	left: 10px;
}
#kt-widget-dock h2, #kt-widget-dock h3 {
    display: none;
}
#kt-widget-dock a.btn {
    background-color: rgba(0,0,0,0.75) !important;
    border-color: #000 !important;
}
}


@media screen and (max-width: 360px) {
#kt-widget-dock.kt-widget-dock-position-left.kt-active-box {
	left: 0px;
}
}











/*EXTERNAL PLUGIN*/

/*ARI Fancy Lightbox – WordPress Popup - By ARI Soft*/

.fancybox-caption-wrap {
    display: none;
}














/***EXTERNAL PLUGINS***/

/*Ginger – EU Cookie Law by Manafactory (manafactory.it)*/

.ginger_container.bottom {
    padding-bottom: 5px !important;
}

.ginger_container .ginger_btn, .ginger_container .ginger_message {
    font-size: 11px !important;
}

.ginger_btn.ginger-disable, .ginger_btn.ginger-disable:hover, .ginger_btn.ginger-disable:focus {
    background: inherit !important;
    border: 0 !important;
    color: inherit !important;
    text-transform: lowercase !important;
    font-weight: inherit !important;
    text-decoration: underline !important;
    margin: 3px auto 5px !important;
    display: block !important;
    padding: 0 !important;
}

/* Project specific css for buttons, including the Ginger Cookie plugin button*/
/***** DISABLED - Go to button css
.ginger_container .ginger_btn {
    text-shadow: 0 0 !important;
    background: #333 !important;
	color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 85%;
    border: 2px solid #ddd !important;
	border-radius: 2px !important;
}

.ginger_container .ginger_btn:hover, .ginger_container .ginger_btn:focus {
    background: transparent !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
DISABLED *****/









/***EXTERNAL PLUGINS***/

/*CUSTOM SCROLLBAR PLUGIN by Michael Uno (miunosoft)*/

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 15px !important;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 5px !important;
}

.mCSB_scrollTools {
    width: 6px !important;
}

.mCSB_scrollTools .mCSB_dragger {
    height: 80px !important;
}

.mCSB_scrollTools .mCSB_dragger, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #111 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #666 !important;
    margin-left: 2px !important;
}


/*SCROLLBARS TO LEFT*/

/*Note: BELLOWS PLUGIN and CUSTOM SCROLLBAR PLUGINS are working together*/

.bellows-submenu {
    direction: rtl !important;
}

.bellows-submenu * {
    direction: ltr !important;
}


/*SCROLLBARS HEIGHT ON DESKTOP*/

/*Note: the defaut height is set to 300px in the scrollbar plugin options page */

/*Note: the class .bellows-submenu allow to add a scrollbar to this element */


@media screen and (min-width: 992px) { 
.main .bellows-submenu.mCustomScrollbar {
    height: 660px !important;
    max-height: 660px !important;
}
.sidebar .bellows-submenu.mCustomScrollbar {
    height: unset !important;
    max-height: 200px;
}
}





/***EXTERNAL PLUGINS***/

/*BELLOWS ACCORDION MENU PLUGIN*/


#ktsidebar h1 {
    margin: 0;
}

#ktsidebar .widget.bellows_navigation_widget-class:not(.widget-first) {
    margin-top: 15px;
}

#ktsidebar .bellows {
    margin: 0;
    max-width: 200px;
}

.bellows > ul.bellows-nav ul.bellows-submenu ul.bellows-submenu {
    margin-left: 0;
}

.bellows .bellows-nav .bellows-submenu {
    margin-bottom: 10px !important;
    margin-left: 6px !important;
}

.bellows .bellows-nav li.bellows-item-level-0 > .bellows-submenu {
    padding-left: 6px !important;
}

.bellows .bellows-nav li.bellows-item-level-1 > .bellows-submenu {
    padding-left: 8px !important;
}

.bellows .bellows-nav li.bellows-item-level-2 > .bellows-submenu {
	padding-left: 4px !important;
	border-left: 1px solid #ddd;
	margin-left: 6px !important;
}

.bellows > .bellows-nav > li > .bellows-submenu {
    border-left: 1px solid #ddd;
}

.kad-mobile-nav > li > ul.sub-menu {
	border-left: 1px solid #ddd;
	margin-left: 14px;
}

.kad-mobile-nav > li > ul.sub-menu > li > a {
	padding-left: 10px;
}

.bellows-main > .bellows-nav > li.bellows-item-level-0 > a.bellows-target {
    padding: 6px 6px 6px 2px !important;
}

.bellows > ul.bellows-nav > li.bellows-item-level-0 > a.bellows-target > span.bellows-target-text, .bellows > ul.bellows-nav ul.bellows-submenu a {
    text-transform: uppercase;
}

.bellows .bellows-nav .bellows-target > .bellows-target-text {
    color: #333;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.bellows .bellows-nav .bellows-current-menu-item > .bellows-target > .bellows-target-text, .bellows .bellows-nav .bellows-target:hover > .bellows-target-text, .bellows .bellows-nav .bellows-current-menu-item > .bellows-target .bellows-subtoggle i {
    color: #ff0000 !important;
}

.bellows-subtoggle-icon-expand.fa.fa-chevron-down {
    color: #bbb;
}

.bellows .bellows-nav .bellows-target:hover > .bellows-subtoggle i {
    color: #bbb !important;
}

.bellows .bellows-nav .bellows-target:hover .bellows-subtoggle:hover i {
    color: #fff !important;
}

.bellows .bellows-nav .bellows-submenu a.bellows-target span.bellows-target-text, .kad-mobile-nav ul.sub-menu li a {
    font-size: 85%;
}

.bellows .bellows-nav .bellows-submenu .bellows-target {
    padding: 3px !important;
}

.bellows > ul.bellows-nav ul.bellows-submenu ul.bellows-submenu a, .kad-mobile-nav ul.sub-menu ul.sub-menu li a {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}

.bellows > ul.bellows-nav ul.bellows-submenu ul.bellows-submenu a.bellows-target span.bellows-target-text, .kad-mobile-nav ul.sub-menu ul.sub-menu li a {
	letter-spacing: 0.6px;
	font-size: 66%;
}

.bellows > ul.bellows-nav ul.bellows-submenu li.bellows-item-level-2 a.bellows-target span.bellows-target-text, .kad-mobile-nav ul.sub-menu ul.sub-menu li a {
	letter-spacing: 1.3px;
	text-transform: lowercase !important;
}





/*Toogle button icon: replace font awesome by ascend icons*/

.bellows-subtoggle-icon-expand.fa.fa-chevron-down::before {
    content: "\f0d7";
}

.bellows-subtoggle-icon-collapse.fa.fa-chevron-up::before {
    content: "\f0d8";
}

.bellows-subtoggle-icon-expand.fa.fa-chevron-down, .bellows-subtoggle-icon-collapse.fa.fa-chevron-up {
    font-family: kt-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bellows .bellows-nav .bellows-subtoggle {
    background: transparent;
    width: 21px !important;
    height: 20px !important;
    top: 7px !important;
}

.bellows .bellows-nav .bellows-subtoggle:hover {
    background: #444;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bellows .bellows-nav .bellows-target > .bellows-target-text {
    padding-right: 15px;
}


/*Toogle icon button to expand/collapse the submenu: hidden*/

.bellows .bellows-nav .bellows-subtoggle {
    width: 0% !important;
}
.bellows .bellows-nav .bellows-subtoggle i {
    display: none !important;
}


/*Force expand the last levels of submenu (level 3 and further)*/

.bellows .bellows-nav .bellows-item-level-1 .bellows-submenu {
    display: block !important;
}











/***EXTERNAL PLUGINS***/

/*TOOLTIP PLUGIN*/

.qtip {
	background: #fff;
	padding: 15px;
	color: inherit;
	line-height: 1.3;
	font-size: 14px;
	max-width: 385px;
	width: 80%;
}

.qtip-content br {
    display: none;
}

.qtip-content p {
    margin-bottom: 10px !important;
}


span[class*="classtoolTips"] {
    border: none !important;
	white-space: nowrap;
}

span[class*="classtoolTips"]:hover {
    color: inherit !important;
}





/***EXTERNAL PLUGINS***/

/*CP7 FORM*/

.select2-container .select2-choice .select2-chosen {
    font-size: 16px !important;
}
div.wpcf7 input[type="file"] {
    max-width: 100%;
}
.wpcf7-form .form-label {
    font-weight: 600;
}
.wpcf7-form .form-explain-text {
    color: #999;
}
.wpcf7-form .form-optionnal-text {
    color: #666;
    font-size: 75%;
    text-transform: uppercase;
}
.wpcf7-form .form-explain-text {
    display: block;
}
.wpcf7-form .counter-container {
    float: right;
    color: #999;
}
.wpcf7-character-count.down.too-short {
    opacity: 0;
}
input[type="number"], input[type="text"]:not(.select2-input), input[type="email"], input[type="password"], input[type="url"], input[type="tel"], select, textarea, .select2-container {
    margin-top: 2px !important;
}
input[type="number"], input[type="text"]:not(.select2-input), input[type="email"], input[type="password"], input[type="url"], input[type="tel"], select, textarea, .select2-container-multi .select2-choices {
    background-color: #fff !important;
    border: 2px solid #ccc !important;
	font-size: 16px !important;
}
input[type="number"]:hover, input[type="text"]:not(.select2-input):hover, input[type="email"]:hover, input[type="password"]:hover, input[type="url"]:hover, input[type="tel"]:hover, select, textarea:hover, .select2-container:hover {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}
input[type="number"]:focus, input[type="text"]:not(.select2-input):focus, input[type="email"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="tel"]:focus, select:focus, textarea:focus, #select2-drop, .select2-container.select2-dropdown-open .select2-choices, .select2-container-active .select2-choices {
    border: 2px solid #666 !important;
    box-shadow: none;
}

textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 60px;
    max-height: 500px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

textarea:not(:focus) {
    height: 125px;
}

.entry-content .select2-container a.select2-choice, .select2-container .select2-choice {
    height: 44px !important;
    line-height: 40px !important;
}

#select2-drop .select2-results {
    max-height: 250px !important;
}

span.wpcf7-not-valid-tip {
    font-size: 80%;
}

div.wpcf7-validation-errors {
    border-color: #f00;
}
div.wpcf7-response-output {
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

@media screen and (max-width: 359px) {
.wpcf7-form .form-explain-text {
    font-size: 90%;
}
}


/*CP7 FORM Drop-down list width with Select2select enabled */
.select2-container {
    width: 100% !important;
}


/*CP7 FORM COLUMNS*/

@media screen and (min-width: 581px) {
.form-column-container p {
    width: 46%;
    display: inline-block;
}
.form-column-container p:nth-child(2n+1) {
    margin-right: 3%;
}
}

@media screen and (max-width: 580px) {
.wpcf7-form {
    max-width: 90%;
}
}




/*CP7 FORM Checklist multiple choises*/

.select2-container-multi .select2-choices {
    min-height: 44px;
    padding: 6px 3px 1px;
}

.select2-search-choice-close::before {
    content: "\f00d";
    font-family: kt-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 12px;
    line-height: 1;
    height: 10px;
    text-align: center;
    display: block;
}







/***ANIMATIONS***/


@keyframes flash-opacity {
0%, 50%, 100% {
    opacity: 1;
}
30%, 80% {
    opacity: 0.1;
}
}









/*** ACCESSIBILITY ***/

/* Invisible Content Just for Screen Reader Users */
/* https://webaim.org/techniques/css/invisiblecontent/ */

.pqna-screen-reader-only {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}




/*** ACCESSIBILITY ***/

/* ONE CLICK ACCESSIBILITY PLUGIN */

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
	line-height: 1.4;
	padding-top: 5px;
}

body.admin-bar #pojo-a11y-toolbar {
	margin-top: 32px;
}


@media screen and (max-width: 782px) {
body.admin-bar #pojo-a11y-toolbar {
	margin-top: 46px !important;
}
}





/*** ACCESSIBILITY ***/

/*MOBILE TOPBAR : create room for the accessibility button */

.mobile-top-icon-bar {
	padding-right: 55px;
}





/*** ACCESSIBILITY ***/

/*MOBILE MENU : create room for the accessibility button */

#kt-mobile-menu {
	padding-right: 60px;
}





/*** ACCESSIBILITY ***/

/*SEARCH PAGE GRID : correct aspect on keyboard and mouse focus for accessibility users */

body.search-results .search_results_item.grid_item a.imghoverclass, body.search-results .search_results_item.grid_item header a {
	display: block;
}


/*POST GRID : correct aspect on keyboard and mouse focus for accessibility users*/

.grid-postlist header a {
	display: block;
}

/*** THEME PARALLAX ***/
/* */
.panel-grid .so-parallax .simpleParallax, 
.panel-grid .so-parallax img[data-siteorigin-parallax]{
	height: 100%;
	object-fit: cover;
	object-position: center;
}
