/*
	Theme Name: Brandbuckt
	Theme URI: https://brandbuckt.com
	Description: Custom WP Theme for Brandbuckt
	Version: 1.0.10.2024
	Author: @harmonicnoise
	Author URI: http://www.deusain.com
	Tags: Digital Marketing
*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
:root {
	--main-color: #fad32f;
	--main-color-hover: #f7d95e;
	--secondary-color: #fef4ca;
	--secondary-color-hover: #5465c7;
	--blue-light: #9fa4c3;
	--dark: #000;
	--secondary-dark: #2a3545;
	--grey: #999;
	--light: #ddd;
	--super-light: #f2f4f5;
	--white: #fff;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 16px;
}
body {
	font: 400 18px/1.6 'Ubuntu', arial, helvetica, sans-serif;
	background-color: var(--white);
	color: var(--secondary-dark);
	width: 100%;
	position: relative;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
blockquote {
	background-color: var(--blue-light);
    color: var(--secondary-dark);
    padding: 20px;
    margin: 20px 0;
    display: block;
	font-style: italic;
	border-left: 4px solid var(--secondary-dark);
	border-radius: 7px;
}
blockquote p {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 21px !important;
	font-weight: 700;
	line-height: 1.2 !important;
}
img {
	max-width:100%;
	height: auto;
}
a {
	color: var(--secondary-color);
	text-decoration:none;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
a:hover {
	color:var(--main-color);
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid var(--main-color);
}

strong {
	font-weight: 700;
}
h1, h2, h3 {font-weight: 400; color: var(--dark); font-family: 'Lilita One';}
h4, h5, h6 {font-weight: 400; color: var(--dark); font-family: 'Lilita One';}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow: hidden;
}

/* header */
.header {
	width: 100%;
	margin: 0 auto;
	position: sticky;
	z-index: 9;
	padding: 0;
	height: 80px;
	top: 0;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -ms-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
    background-color: var(--secondary-color);
    border-bottom: 3px solid var(--dark);
}
.header .container {
	width: 100%;
	max-width: 1580px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.header .container .logo {
	float: left;
    padding: 0;
    width: 300px;
    position: relative;
    line-height: 0;
    display: block;
}
.header .container .logo a {
	line-height: 0;
}
.header .container .logo img {
	width: 100%;
	height: auto;
}

.header .container .contact {
	position: relative;
}
.header .container .contact ul {
	-webkit-font-smoothing:antialiased;
	padding: 0;
	margin: 0;
	list-style: none;
}
.header .container .contact ul li {
	display: inline-flex;
	margin: 0;
	line-height: 70px;
	position: relative;
}
.header .container .contact ul li a {
	display: block;
    font-size: 14px;
    padding: 0 30px;
	color: var(--white);
	font-weight: 600;
	line-height: 40px;
	background-color: var(--secondary-color);
	border-radius: 70px;
}
.header .container .contact ul li a i {
    margin-right: 12px;
    position: relative;
    font-size: 16px;
}
.header .container .contact ul li a:hover {
	color: var(--white);
	background-color: var(--secondary-color-hover);
}

@keyframes move {
  from {top: -100px;}
  to {top: 0;}
}

.nav {
	position: relative;
	z-index: 999;
}
.nav ul {
	-webkit-font-smoothing:antialiased;
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav ul li {
	display: inline-flex;
	margin: 0 0 0 40px;
	line-height: 70px;
	position: relative;
}
.nav ul li.menu-item-has-children:hover a {
	color: var(--main-color);
	background-color: var(--super-light);
}
.nav ul li a {
	display: block;
    font-size: 24px;
    padding: 0;
	color: var(--secondary-dark);
	font-weight: 700;
	line-height: 80px;
	text-transform: uppercase;
}
.nav ul li a i {
    margin-left: 5px;
    position: relative;
    font-size: 14px;
}
.nav ul li a:hover {
	color: var(--main-color);
	text-shadow: 0 1px 1px var(--dark);
}
.nav ul li.current_page_item {
	position: relative;
}
.nav ul li.current_page_item a {
	color: var(--main-color);
	text-shadow: 0 1px 1px var(--dark);
}
.nav ul li.current_page_item a:hover {
	color: var(--main-color);
}

.related-issue {
	position: relative;
}
.related-issue:after {
	content: "";
	background: url(https://brandbucktdigital.com/wp-content/uploads/2024/10/accent-related.png) no-repeat 0 0;
	background-size: cover;
	width: 100px;
	height: 94px;
	position: absolute;
	left: -100px;
	top: -100px;
}
.related-issue .elementor-image-box-img img {
	box-shadow: 0 10px 15px rgba(0,0,0, .6);
}
.related-issue .elementor-image-box-title {
	color: var(--dark);
	background-color: var(--main-color);
	font-size: 20px;
	padding: 10px 20px;
	line-height: 1.3;
}
.related-title {
	position: relative;
}
.related-title h2 {
	position: relative;
	z-index: 2;
}
.related-title:after {
	content: "";
	position: absolute;
	background-color: var(--main-color);
	height: 56%;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.specialist {
	background: rgb(250,211,47);
	background: -moz-linear-gradient(90deg, rgba(250,211,47,1) 0%, rgba(250,211,47,1) 60%, rgba(254,244,202,1) 60%, rgba(254,244,202,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(250,211,47,1) 0%, rgba(250,211,47,1) 60%, rgba(254,244,202,1) 60%, rgba(254,244,202,1) 100%);
	background: linear-gradient(90deg, rgba(250,211,47,1) 0%, rgba(250,211,47,1) 60%, rgba(254,244,202,1) 60%, rgba(254,244,202,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fad32f",endColorstr="#fef4ca",GradientType=1);
}

.specialist-title {
	position: relative;
}
.specialist-title .white {
	background-color: var(--dark);
	color: var(--white);
	padding: 5px 10px;
}
.specialist-title .dark {
	background-color: var(--dark);
	color: var(--main-color);
	padding: 5px 10px;
}
.specialist-of-title {
	position: relative;
}
.specialist-of-title h2 {
	position: relative;
	z-index: 2;
}
.specialist-of-title:after {
	content: "";
	position: absolute;
	background-color: var(--main-color);
	height: 56%;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.specialist-desc {
	position: relative;
	text-align: justify;
}
.specialist-desc span {
	position: relative;
}
.specialist-desc span strong {
	position: relative;
	z-index: 2;
}
.specialist-desc span:after {
	content: "";
	position: absolute;
	background-color: var(--secondary-color);
	height: 60%;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.client-title {
	position: relative;
}
.client-title .white {
	background-color: var(--secondary-color);
	color: var(--dark);
	padding: 7px 10px;
	line-height: 1;
	display: inline-block;
}
.client-desc {
	position: relative;
	top: 50px;
}

.content-making {
	position: relative;
}
.content-making:after {
	content: "";
	position: absolute;
	background-image: url(https://brandbucktdigital.com/wp-content/uploads/2024/10/dot-yellow-half.png);
  	background-position: right top;
  	background-repeat: no-repeat;
  	background-size: cover;
  	right: 0;
  	top: 0;
  	width: 187px;
  	height: 350px;
}
.website-making {
	position: relative;
}
.website-making:after {
	content: "";
	position: absolute;
	background-image: url(https://brandbucktdigital.com/wp-content/uploads/2024/10/dot-yellow-half.png);
  	background-position: right top;
  	background-repeat: no-repeat;
  	background-size: cover;
  	right: 0;
  	top: 100px;
  	width: 187px;
  	height: 350px;
}
.why-must {
	position: relative;
}
.why-must:after {
	content: "";
	position: absolute;
	background-image: url(https://brandbucktdigital.com/wp-content/uploads/2024/10/why-must-wave.png);
  	background-position: right top;
  	background-repeat: no-repeat;
  	background-size: cover;
  	right: 0;
  	top: 60px;
  	width: 300px;
  	height: 98px;
}

.stand-out {
	position: relative;
}
.stand-out:after {
	content: "";
	background: url(https://brandbucktdigital.com/wp-content/uploads/2024/10/stand-out-wave.png) no-repeat left bottom;
	background-size: cover;
	width: 300px;
	height: 108px;
	position: absolute;
	left: 0;
	bottom: 15px;
}
.stand-out .elementor-image-box-description {
	box-shadow: 0 10px 15px rgba(0,0,0, .6);
	background-color: var(--secondary-color);
	color: var(--dark);
	padding: 20px;
	font-size: 24px;
	font-family: 'Lilita One';
	font-weight: 400;
	margin-top: 40px !important;
}
.stand-out .elementor-image-box-title {
	color: var(--dark);
	background-color: var(--main-color);
	font-size: 30px;
	padding: 10px 20px;
	line-height: 1.3;
}
.stand-out .stand-out-accent {
	position: relative;
}
.stand-out .stand-out-accent:after {
	content: "";
	background: url(https://brandbucktdigital.com/wp-content/uploads/2024/10/stand-out-attention.png) no-repeat left bottom;
	background-size: cover;
	width: 300px;
	height: 251px;
	position: absolute;
	right: -100px;
	top: -200px;
	z-index: 1;
}
.stand-out-title {
	position: relative;
}
.stand-out-title h2 {
	position: relative;
	z-index: 2;
}
.stand-out-title:after {
	content: "";
	position: absolute;
	background-color: var(--main-color);
	height: 56%;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.grow-accent {
	position: relative !important;
	top: 8px;
	z-index: 9 !important;
}
.grow-accent .crown {
	position: absolute;
	top: 20px;
	left: -40px;
}
.grow-accent .cloud {
	position: absolute;
	top: 0;
	right: 0;
}
.grow {
	position: relative;
	z-index: 1;
}
.grow:after {
	content: "";
	background: url(https://brandbucktdigital.com/wp-content/uploads/2024/10/grow-cloud-bottom.png) no-repeat left bottom;
	background-size: cover;
	width: 700px;
	height: 320px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.copyright {
	font-size: 14px;
	background-color: var(--dark);
	width: 100%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 20px;
	color: rgba(255,255,255, .5);
	border-top: 1px solid rgba(255,255,255, .2);
}
.copyright .content {
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}
.copyright .content .socmed {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
	margin-bottom: 10px;
}
.copyright .content .socmed img {
	margin-left: 10px;
}
.copyright .content span {
    position: relative;
	padding-top: 20px;
}

#main-wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: var(--main-color);
}
#main-wrapper .container {
	width: 100%;
	margin: 0 auto;
	max-width: 1580px;
	padding: 60px 20px;
	text-align: center;
}

div.wpcf7 {position: relative; font-size: 11px;}
span.wpcf7-list-item {margin: 0; padding: 2px 5px;}
div.wpcf7 h3 {margin: 0; font-size: 16px;}
div.wpcf7 .wpcf7-form {position: relative;}
div.wpcf7 .wpcf7-form p {margin: 0 !important;}
div.wpcf7 .wpcf7-form label {
	font-size: 15px;
	font-weight: 600;
}
div.wpcf7 .wpcf7-form input {
	width: 100%;
	float: left;
	outline: 0;
	padding: 9px 20px;
	border: 0;
	margin: 5px 0 10px 0;
	font-size: 16px;
	border-radius: 5px;
	color: var(--dark);
	background-color: var(--white);
	display: inline-block;
}
div.wpcf7 .wpcf7-form input:hover,
div.wpcf7 .wpcf7-form input:focus {
	border: 0;
}
div.wpcf7 .wpcf7-form select,
div.wpcf7 .wpcf7-form textarea {
	width: 100%;
	outline: 0;
	border: 0;
	font-size: 16px;
	padding: 9px 20px;
	border: 0;
	margin: 5px 0 10px 0;
	color: var(--secondary-dark);
	background-color: var(--white);
	display: inline-block;
	height: 100px;
	border-radius: 5px;
}
div.wpcf7 .wpcf7-form select {
	height: auto;
	border-radius: 5px;
}
div.wpcf7 .wpcf7-form select:focus,
div.wpcf7 .wpcf7-form select:hover,
div.wpcf7 .wpcf7-form textarea:focus,
div.wpcf7 .wpcf7-form textarea:hover {
	border: 0;
}
div.wpcf7 .wpcf7-form input[type="submit"] {
	outline: 0;
	border: 0;
    color: var(--dark);
    font-weight: 700;
    padding: 12px 30px;
    font-size: 16px;
    display: block;
    width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	float: none;
	text-align: center;
    border-radius: 70px;
    background-color: var(--main-color);
}
div.wpcf7 .wpcf7-form input[type="submit"]:hover {
	background-color: var(--main-color-hover);
	color: var(--dark);
	outline: 0;
}
span.wpcf7-form-control.wpcf7-checkbox {
	display: inline-block;
    overflow: hidden;
    font-size: 12px;
    background-color: var(--white);
    border: 1px solid var(--light);
    margin: 10px 10px 0 0;
}
div.wpcf7 .wpcf7-form input[type="checkbox"] {
	width: auto;
	float: left;
	margin: 5px 7px 0 0;
}
div.wpcf7-response-output {padding: 10px !important; font-size: 13px; line-height: 1.2; margin: 0 !important; float: left; width: 100%;}
div.wpcf7 img.ajax-loader {position: absolute;}
img.ajax-loader {width: auto;}
.wpcf7-spinner {
    top: 45%;
    left: 41%;
    position: absolute;
}

#megamenu {
  position: fixed;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  z-index: 9999;
  cursor: pointer;
  top: 0;
  right: 20px;
  display: none;
}
#megamenu i {
  font-size: 24px;
}
#nav-toggle { position: absolute;}

#nav-toggle { cursor: pointer; padding: 0; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 0;
  height: 3px;
  width: 30px;
  background: var(--dark);
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -7px; 
}
#nav-toggle span:after {
  bottom: -7px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  background: var(--dark);
}
.menu-dropdown {
  position: relative;
  width: 100%;
  background-color: var(--secondary-color);
  top: 60px;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 20px 0 20px;
  box-shadow: 0 3px 7px rgba(0,0,0, .2);
}
.menu-dropdown ul {
	color: var(--white);
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.menu-dropdown ul li {
    text-align: center;
}
.menu-dropdown ul li a {
	color: var(--secondary-dark);
	font-size: 18px;
	padding: 10px 0;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}
.menu-dropdown ul li a i {
	float: right;
	position: relative;
	top: 5px;
}
.menu-dropdown ul li:last-child {
	border-bottom: 0 !important;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
}

.whatsapp a {
    color: var(--white);
    padding: 0;
    background: #0e907c;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    line-height: 56px;
    width: 60px;
    height: 60px;
    text-align: center
}

.whatsapp a:hover {
    background-color: #0e907c;
    color: var(--white);
    text-decoration: none
}

.whatsapp a i {
    vertical-align: middle;
    font-size: 34px;
    position: relative;
    padding: 0;
    top: 0;
    color: var(--white);
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1580px) {
	.header .container,
	#foot .container {padding-left: 20px; padding-right: 20px;}
}
@media only screen and (max-width:1360px) {
	.stand-out .elementor-image-box-description {
		box-shadow: 0 10px 15px rgba(0,0,0, .6);
		background-color: var(--secondary-color);
		color: var(--dark);
		padding: 20px 10px;
		font-size: 17px;
		line-height: 1.2;
		font-family: 'Lilita One';
		font-weight: 400;
		margin-top: 10px !important;
	}
	.stand-out .elementor-image-box-title {
		color: var(--dark);
		background-color: var(--main-color);
		font-size: 21px;
		padding: 10px 10px;
		line-height: 1.3;
	}
}
@media only screen and (max-width:768px) {
	html {padding-top: 0 !important;}
	body {font: 400 16px/1.6 'Ubuntu', arial, helvetica, sans-serif;}
	.header {display: block; z-index: 9999; height: 60px; top: 0; position: fixed;}
	.header .container {height: 60px; justify-content: space-between;}
	.header .container .logo {width: 200px;padding: 0;}
	.nav {display: none;}
	
	#megamenu {display: block !important; top: 29px; right: 50px; z-index: 99999; position: fixed;}

	.related-issue {z-index: 3;}
	.related-issue .elementor-image-box-title {font-size: 15px; padding: 10px 0;}
	.related-issue:after {
		content: "";
		background: url(https://brandbucktdigital.com/wp-content/uploads/2024/10/accent-related.png) no-repeat 0 0;
		background-size: cover;
		width: 50px;
		height: 47px;
		position: absolute;
		left: -20px;
		top: -20px;
		z-index: 1;
	}

	.specialist {
		background: rgb(250,211,47);
		background: -moz-linear-gradient(180deg, rgba(250,211,47,1) 0%, rgba(250,211,47,1) 40%, rgba(254,244,202,1) 40%, rgba(254,244,202,1) 100%);
		background: -webkit-linear-gradient(180deg, rgba(250,211,47,1) 0%, rgba(250,211,47,1) 40%, rgba(254,244,202,1) 40%, rgba(254,244,202,1) 100%);
		background: linear-gradient(180deg, rgba(250,211,47,1) 0%, rgba(250,211,47,1) 40%, rgba(254,244,202,1) 40%, rgba(254,244,202,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fad32f",endColorstr="#fef4ca",GradientType=1);
	}

	.content-making:after {
		content: "";
	  	right: 0;
	  	top: 0;
	  	width: 70px;
	  	height: 130px;
	}

	.website-making:after {
		content: "";
	  	right: 0;
	  	top: 20px;
	  	width: 70px;
	  	height: 130px;
	}

	.why-must:after {
		content: "";
	  	right: 0;
	  	top: 20px;
	  	width: 100px;
	  	height: 49px;
	}

	.stand-out {
		position: relative;
	}
	.stand-out:after {
		content: "";
		width: 100px;
		height: 60px;
		position: absolute;
		left: 0;
		bottom: 10px;
	}
	.stand-out .elementor-image-box-description {
		box-shadow: 0 10px 15px rgba(0,0,0, .6);
		background-color: var(--secondary-color);
		color: var(--dark);
		padding: 20px 10px;
		font-size: 14px;
		line-height: 1.2;
		font-family: 'Lilita One';
		font-weight: 400;
		margin-top: 0 !important;
	}
	.stand-out .elementor-image-box-title {
		color: var(--dark);
		background-color: var(--main-color);
		font-size: 16px;
		padding: 10px 10px;
		line-height: 1.3;
	}
	.stand-out .stand-out-accent:after {
		content: "";
		width: 140px;
		height: 100px;
		right: -50px;
		top: -80px;
		z-index: 1;
	}
	.stand-out-title:after {
		height: 74%;
	}

	.grow:after {
		content: "";
		width: 150px;
		height: 80px;
	}
}
@media only screen and (max-width:640px) {
	.specialist {
		background: rgb(250,211,47);
		background: -moz-linear-gradient(180deg, rgba(250,211,47,1) 0%, rgba(250,211,47,1) 45%, rgba(254,244,202,1) 45%, rgba(254,244,202,1) 100%);
		background: -webkit-linear-gradient(180deg, rgba(250,211,47,1) 0%, rgba(250,211,47,1) 45%, rgba(254,244,202,1) 45%, rgba(254,244,202,1) 100%);
		background: linear-gradient(180deg, rgba(250,211,47,1) 0%, rgba(250,211,47,1) 45%, rgba(254,244,202,1) 45%, rgba(254,244,202,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fad32f",endColorstr="#fef4ca",GradientType=1);
	}
}
@media only screen and (max-width:480px) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: var(--main-color);
	color:var(--white);
	text-shadow:none;
}
::-webkit-selection {
	background: var(--main-color);
	color:var(--white);
	text-shadow:none;
}
::-moz-selection {
	background: var(--main-color);
	color:var(--white);
	text-shadow:none;
}

::placeholder {
  color: var(--grey);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: var(--grey);
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:var(--white);
	border:1px solid var(--light);
	max-width:100%;
	padding:5px 3px;
	font-size: 11px;
	font-style: italic;
	text-align:center;
}
.wp-caption.alignnone {
	margin:0 0 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:100%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	line-height: 1.2;
	font-size: 14px !important;
	font-weight: 400 !important;
	padding: 10px 0 0 0 !important;
	background-color: var(--white) !important;
	margin: 0 !important;
}
p.wp-caption-text {
	font-size: 14px !important;
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:var(--secondary-dark) !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border: 1px solid var(--grey);
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: var(--light);
}
::-webkit-scrollbar-thumb {
  background-color: var(--grey);
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--secondary-dark);
}