/*!
Theme Name: Tinou
Theme URI: http://underscores.me/
Author: Florent Dehanne - Creactive Communication
Author URI: https://www.creactivecom.fr/
Description: Theme Creactive Communication #5
Version: 1.8
Text Domain: creactive5

creactive5 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

html, body, header, footer, section, nav, aside, article, figure, figcaption, td, div, p, ul, ol, li, dl, dt, dd, select, input, textarea, label, button, hr {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p, li {
	line-height: 26px;
	color: #777777;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
	margin: 0 0 10px 0;
}
a { color: #333; text-decoration: none; }

ul {
	margin-left: 0;
}

.layout {
	width: 100%;
	max-width: 1280px;
	padding: 0 40px;
	margin: auto;
}
.page-content,
/* .entry-content, */
.entry-summary {
	margin: 80px auto;
}

/* Hide wpbakery edit link */

.edit-link { display: none; }

.button,
button,
input[type="reset"],
input[type="submit"],
input[type="button"],
.wc-proceed-to-checkout a,
.single_add_to_cart_button {
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 11px 34px;
	margin: 0 0px 5px 0;
	background-color: #ffb700;
	outline: none;
	border: none;
	cursor: pointer;
}

@media screen and (min-width: 992px) {
	body.home #masthead {
		margin-top: 40px;
	}
	body.home #masthead.scrolled {
		margin-top: 0;
	}
}

/** Header */
	@media screen and (min-width: 992px) {
		body:not(.home):not(.single-post) #primary,
		body:not(.home).single-post .banner-title,
		body:not(.home).single-post .single-post-content {
			padding-top: 130px;
		}
	}
#masthead {
	width: 100%;
	background-color: white;
	z-index: 16;
}

@media screen and (min-width: 992px) {
	#masthead {
		position: fixed;
		transition: all 300ms ease;
	}
	body.home #masthead:not(.scrolled) {
		background-color: transparent;
	}
	body:not(.home) #masthead {
		background-color: white;
	}

	#masthead.scrolled {
		box-shadow: 0 1px 3px rgba(0,0,0,0.11);
		background-color: white;
		transition: all 300ms ease;
	}

	#masthead .layout {
		height: 130px;
		box-shadow: none;
		background-color: white;
		transition: all 300ms ease;
	}

	body.home #masthead .layout,
	body:not(.home) #masthead {
		box-shadow: 0 1px 3px rgba(0,0,0,0.11);
	}

	body #masthead.scrolled .layout {
		height: 100px;
		box-shadow: none;
		transition: all 300ms ease;
	}
}

#masthead .row {
	height: 100%;
}

#masthead .col-lg-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-height: 50px;
}

#masthead .logo a,
#masthead .logo img {
	height: 40px;
	max-height: 80px;
}

@media screen and (min-width: 992px) {
	#masthead .logo {
		padding-right: 10px;
	}

	#masthead .logo a,
	#masthead .logo img {
		height: auto;
	}
	#masthead .col-lg-3 {
		justify-content: initial;
	}
}

#masthead .ribbon * {
	margin: 0!important;
	padding: 0!important;
	border: none!important;
}

@media screen and (min-width: 992px) {
	#masthead .ribbon * {
		max-height: 40px;
	}
}

#masthead .ribbon {
	margin-left: -37px;
	margin-right: -40px;
	padding-left: 37px;
	padding-right: 95px;
}

@media screen and (min-width: 992px) {
	#masthead .ribbon {
		background-color: #323434;
	}

	#masthead .ribbon::before {
		content: "";
		position: absolute;
		top: 0;
		left: -22px;
		width: 40px;
		height: 40px;
		clip-path: polygon(100% 100%, 0 100%, 0 0);
		background-color: white;
	}

	#masthead .ribbon::after {
		content: '';
		position: absolute;
		top: 0;
		right: -50%;
		width: 100%;
		height: 40px;
		background-color: transparent;
		overflow: hidden;
		transition: all 300ms ease;
	}

	body.home #masthead.scrolled .ribbon::after {
		background-color: #323434;
		transition: all 300ms ease;
	}

	body:not(.home) #masthead .ribbon::after {
		background-color: #323434;
		transition: all 300ms ease;
	}
}

#masthead .ribbon p {
	color: #FFF;
	font-size: 13px;
	line-height: 36px;
}

@media screen and (max-width: 991px) {
	#masthead .ribbon p {
	  text-align: left!important;
	}
}

#masthead .ribbon span.vc_icon_element-icon {
	color: #ffb700;
	font-size: 14px!important;
}

#masthead .ribbon i {
	color: #FFF;
	font-size: 14px!important;
	transition: color 300ms ease;
}

#masthead .ribbon i:hover {
	color: #FFB700;
	transition: color 300ms ease;
}

/* Main Navigation */

#masthead .navigation ul.nav-menu {
	display: flex;
	justify-content: flex-end;
	height: 90px;
	transition: all 300ms ease;
}

#masthead.scrolled .navigation ul.nav-menu {
	height: 60px;
	transition: all 300ms ease;
}

#masthead .navigation ul.nav-menu > li {
	display: flex;
	align-items: center;
	height: 100%;
}

#masthead .navigation ul.nav-menu > li:not(:last-of-type) {
	margin-right: 20px;
}

#masthead .navigation ul.nav-menu li a {
	color: #333;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}

#masthead .navigation ul.nav-menu > li > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	bottom: 0;
	left: 50%;
	background-color: #FFB700;
	opacity: 0;
	transform: translateX(-50%);
	transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

#masthead .navigation ul.nav-menu > li:hover > a::after {
	opacity: 1;
	width: 100%;
	transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

/* Navigation sub menus */

#masthead .navigation ul.nav-menu li ul.sub-menu {
	float: none;
	top: 90px;
	left: 0;
	padding: 0;
	max-height: 0;
	width: 230px;
	opacity: 0;
	box-shadow: none;
	background-color: #323434;
	transition: all 300ms ease;
}

#masthead .navigation ul.nav-menu li ul.sub-menu li {
	display: none;
}

#masthead.scrolled .navigation ul.nav-menu li ul.sub-menu {
	top: 60px;
}

#masthead .navigation ul.nav-menu > li:hover > ul.sub-menu {
	padding: 15px 0;
	max-height: 5000px;
	opacity: 1;
	transition: all 300ms ease;
}

#masthead .navigation ul.nav-menu > li:hover > ul.sub-menu li {
	display: list-item;
}

#masthead .navigation ul.nav-menu li ul.sub-menu li {
	float: initial;
	padding: 5px 25px;
}

#masthead .navigation ul.nav-menu li ul.sub-menu li a {
	font-size: 12px;
	line-height: 22px;
	transition: all 300ms ease
}

#masthead .navigation ul.nav-menu li ul.sub-menu li a:hover {
	color: #e2e2e2;
	transition: all 300ms ease;
}

/* Responsive menu */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

#masthead .ribbon {
	display: none;
}

#masthead .layout {
	padding: 0;
}

#masthead .row {
	margin: 0;
}

@media screen and (min-width: 992px) {
	#masthead .layout {
		padding: 0 40px;
	}

	#masthead .row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

#masthead.toggled .ribbon {
	display: block;
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #f7f7f7;
}

#masthead #primary-menu {
	display: none;
}

#masthead #responsive-menu {
	display: none;
}

#masthead .menu-toggle {
	position: absolute;
	top: -40px;
	left: 0px;
	display: block;
	height: 30px;
	width: 30px;
	background-color: transparent;
	background-image: url('./images/menu-toggle.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#masthead.toggled .menu-toggle {
	background-image: url('./images/close.png');
}

@media screen and (min-width: 992px) {
	#masthead .menu-toggle {
		display: none;
	}
	#masthead .main-navigation ul {
		display: block;
	}
	#masthead #primary-menu {
		display: flex;
	}
	#masthead .ribbon {
		display: block;
	}
}

#masthead ul#responsive-menu .menu {
	width: 720px;
}

#masthead.toggled ul#responsive-menu {
	left: 0;
	display: flex;
	flex-direction: column;
	height: auto;
	width: 100%;
	background: white;
	padding-bottom: 20px;
}

#masthead ul#responsive-menu a {
	padding: 15px 25px;
	color: #999;
	border-bottom: 1px solid #f7f7f7;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	transition: all 300ms ease;
}

#masthead ul#responsive-menu a:hover {
	color: #FFB700;
	transition: all 300ms ease;
}

#masthead ul#responsive-menu .sub-menu {
	padding-left: 30px;
	position: initial;
	box-shadow: none;
}

#masthead.toggled .ribbon > .vc_row > .wpb_column:nth-child(2) {
	margin-left: 8.33%!important;
	font-weight: 700;
}

#masthead.toggled .ribbon > .vc_row > .wpb_column:nth-child(2) a {
	background-color: #444444;
	margin: 0 4px 3px 0!important;
	width: 36px;
	height: 36px;
	transition: all 300ms ease;
}

#masthead.toggled .ribbon > .vc_row > .wpb_column:nth-child(2) a:hover {
	background-color: #FFB700;
	transition: all 300ms ease;
}

#masthead.toggled .ribbon > .vc_row > .wpb_column:nth-child(2) i {
	color: white;
}

/* Display of title if no logo */
.website-title {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.website-title a {
  color: #323434;
}

/** Scroll to top */

#scrollTop {
	text-align: center;
	cursor: pointer;
	position: fixed;
	bottom: 0px;
	right: 20px;
	width: 40px;
	height: 50px;
	border-radius: 70px 70px 0 0;
	background-color: #ffb700;
	background-image: url('./images/gotop_icon.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 9999999999999999999;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
}

#scrollTop.scrolled {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/** Footer */

/* Footer Banner */
.footer_ribbon {
	text-align: center;
	background-color: #FFB700;
}
.footer_ribbon .wpb_text_column p {
	font-size: 18px;
	text-transform: uppercase;
	color: #777777;
	font-weight: 700;
	line-height: 28px;
}
.footer_ribbon .vc_btn3-container {
	margin-top: -15px;
	color: #999999;
}

.footer_ribbon .vc_btn3-container a {
	padding: 14px 34px 14px 84px!important;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
}

.footer_ribbon .vc_btn3-container a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50px;
	height: 100%;
	width: 1px;
	background-color: #eeeeee;
	transition: all 300ms ease;
}

.footer_ribbon .vc_btn3-container a:hover::after {
	background-color: #cccccc;
	transition: all 300ms ease;
}

.footer_ribbon .vc_btn3-container i {
	left: 22px!important;
}

/* Footer Main */
.footer > .content > .vc_row {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.footer_row {
	padding: 25px 0 50px 0;
}

.footer p {
	color: #c0c0c1;
	font-size: 14px;
	line-height: 28px;
}

.footer .cc-title {
	color: white;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
}

.footer .cc-title::after {
	width: 30px;
	height: 3px;
	margin-top: 7px;
}

.footer .vc_single_image-wrapper img {
	padding-top: 5px;
}


.footer #mega_social_icons div {
	margin: 0!important;
	margin-right: 4px!important;
}

.footer #mega_social_icons a {
	color: white;
	background-color: #39393A;
	height: 36px!important;
	width: 36px!important;
	line-height: 36px!important;
	transition: all 300ms ease;
}

.footer #mega_social_icons a:hover {
	background-color: #ffb700;
	transition: all 300ms ease;
}

/* Footer Copyright */
.footer .footer_copyright_row * {
	margin: 0;
	padding: 0;
}

.footer .footer_copyright_row {
	padding: 15px 0;
	border-top: 1px solid #777777;
}

.footer .footer_copyright_row a {
	color: white;
	transition: all 300ms ease;
}

.footer .footer_copyright_row a:hover {
	color: #ffb700;
	transition: all 300ms ease;
}

.footer .footer_copyright_row p {
	color: white;
	text-align: center;
	padding-bottom: 10px;
}

@media screen and (min-width: 767px) {
	.footer .footer_copyright_row p {
		text-align: left;
		padding-bottom: 0;
	}
}

.footer .footer_copyright_row ul {
	text-align: center;
}

@media screen and (min-width: 767px) {
	.footer .footer_copyright_row ul {
		display: flex;
		justify-content: flex-end;
	}
}

.footer .footer_copyright_row li {
	padding: 5px;
	list-style-position: inside;
}

@media screen and (min-width: 767px) {
	.footer .footer_copyright_row li {
		padding: 0 5px 0 5px;
	}
}

.footer .footer_copyright_row ul a {
	color: #777777;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	position: relative;
	margin-left: -10px;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

.footer .footer_copyright_row ul li a:after {
	content: "";
	position: absolute;
	width: 0%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 2px;
	bottom: -5px;
	left: 50%;
	opacity: 0;
	-webkit-transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	background-color: #ffb700;
}

.footer .footer_copyright_row ul li a:hover:after {
	opacity: 1 !important;
	width: 100% !important;
}

.footer .footer_copyright_row ul li a:hover {
	color: #ffb700;
}

.footer li.menu-item-has-children ul.sub-menu li {
	display: none;
}

/** Banner title */
.banner-title {
  background: url('images/banner-background.png') center repeat;
}
.banner-title > .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.banner-title h1 {
  color: #777777;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0;
}
.banner-title h1:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #ffb700;
  border-top: none;
  border-bottom: none;
  vertical-align: middle;
}
.banner-title a,
.banner-title span {
  color: #999999;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 30px;
}

  @media screen and (max-width: 768px) {
    .banner-title > .layout {
      height: 170px;
      justify-content: center;
      flex-direction: column;
    }
    .banner-title h1 { margin-bottom: 15px; }
    .banner-title h1:before { content: none; }
  }

.banner-title.banner-none { display: none; }

/** Pagination */
.pagination { text-align: center; }
.page-numbers {
  display: inline-block;
  text-decoration: none;
  max-width: 100%;
  background-color: #eeeeee;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  padding: 7px 15px 7px 15px;
  cursor: pointer;
  color: #777;
  text-transform: uppercase;
  position: relative;
  border-radius: 300px;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-numbers.current,
.page-numbers:hover {
  color: #fff;
  background-color: #ffb700;
}

/** Sidebar */
.page-template-page-sidebar #primary,
.post-template-post-sidebar #primary {
	float: left; width: 75%;
}
.page-template-page-sidebar #secondary,
.post-template-post-sidebar #secondary {
	float: right; width: 25%;
}
.page-template-page-sidebar #secondary { margin-top: 80px; }


@media screen and (max-width: 767px) {
	.entry-content { margin: 0; }
}

/** Contact */
.wpcf7-form textarea { min-height: 200px; }
.wpcf7-form input { margin-bottom: 0; }

/** Counter */
.mega_count_content h3 {
	color: #FFB700;
}

/** Modules */
/* Module: WPBakery title */
.cc-title { text-transform: uppercase; }
.cc-title:after {
	content: "";
	display: inline-block;
  width: 70px;
	height: 2px;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: #ffb700;
}
.cc-title span { display: block; }
h2.cc-title { font-size: 30px; line-height: 40px; }
h3.cc-title { font-size: 20px; line-height: 30px; }

@media screen and (max-width: 767px) {
	.cc-title {
		margin-top: 15px;
	}
}

/* Module: WPBakery slider */
.wpbakery-slider-layout3 .item .button-primary {
  background-color: #ffb700;
  border-color: #ffb700;
}
.wpbakery-slider-layout3 .item .button-secondary {
  color: #FFF;
  background: none;
  border: 2px solid #FFF;
}
.wpbakery-slider-layout3 .item .title { color: #ffb700; }
.wpbakery-slider-layout3.owl-carousel .owl-dots button.owl-dot.active span,
.wpbakery-slider-layout3.owl-carousel .owl-dots button.owl-dot:hover span {
  background-color: #ffb700;
}

/* Module: WPBakery overview */
.wpbakery-overview-layout4 .icon,
.wpbakery-overview-layout4:hover .more,
.wpbakery-overview-layout5 .icon {
  color: #ffb700;
}
.wpbakery-overview-layout4 .icon:before,
.wpbakery-overview-layout4:hover .more:after,
.wpbakery-overview-layout5 .icon:before {
  background-color: #ffb700;
}
.wpbakery-overview-layout4 .title,
.wpbakery-overview-layout5 .title {
  font-weight: 600;
}
.wpbakery-overview-layout4 .text,
.wpbakery-overview-layout5 .text {
  font-size: 14px;
  line-height: 28px;
}

/* Module: WPBakery progressbar */
.wpbakery-progressbar-layout1 .progressbar-container { background-color: #dddddd; }
.wpbakery-progressbar-layout1 .progressbar { background-color: #ffb700; }
.wpbakery-progressbar-layout1 .progressbar span { color: #777777; }

/* Module: WPBakery team */
.wpbakery-team-layout3 .member-info li a { background: #444; }
.wpbakery-team-layout3 .member-info li a:hover { background: #ffb700; }

.wpbakery-team-layout3 .member-prof {
	line-height: 26px;
	font-family: Georgia,"Times New Roman",Times,serif;
}

.tm-slider .slick-arrow.slick-prev,
.tm-slider .slick-arrow.slick-next {
	height: 40px;
	width: 40px;
	opacity: 0;
	border-radius: 20px;
	box-shadow: rgb(238, 238, 238) 0px 0px 0px 2px inset;
	background-position: center!important;
	background-repeat: no-repeat!important;
}

.tm-slider.slick-slider .slick-prev:before,
.tm-slider.slick-slider .slick-next:before {
	content: ''!important;
}

.tm-slider .slick-arrow.slick-prev {
	left: -20px!important;
	top: 165px!important;
	background-image: url('../../plugins/creactivecom/assets/images/wpbakery/arrow_left.png')!important;
}

.tm-slider .slick-arrow.slick-next {
	right: -20px!important;
	top: 165px!important;
	background-image: url('../../plugins/creactivecom/assets/images/wpbakery/arrow_right.png')!important;
}

.tm-slider:hover .slick-arrow.slick-prev ,
.tm-slider:hover .slick-arrow.slick-next {
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.tm-slider .slick-arrow.slick-prev:hover ,
.tm-slider .slick-arrow.slick-next:hover {
  background-color: #eeeeee!important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/** Accordion **/
.vc_tta-container + .wpb_text_column p {
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.vc_tta-container .vc_tta-panel-heading {
	padding: 7px;
	margin-bottom: 5px;
	background: white;
	border-radius: 200px;
}
.vc_tta-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-title-text,
.vc_tta-container .vc_tta-panel .vc_tta-controls-icon,
.vc_tta-container .vc_tta-panel .vc_tta-icon {
	color: #999999;
}

.vc_tta-container .vc_tta-panel-heading .vc_tta-title-text {
	line-height: 26px;
}

.vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-title-text {
	color: #000000;
}
.vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon {
	color: #ffb700;
}

.vc_tta-container .vc_tta-panel-body {
	padding: 30px!important;
}
.vc_tta-container .vc_tta-panel-body p {
	color: #777777;
	font-size: 14px;
	line-height: 28px;
}

/** Contact */
.contact {
	color: #777777;
	font-size: 14px;
	line-height: 28px;
}

.contact #mega-social-btn:first-of-type {
	margin-left: 0!important;
}

/** Post Display */

.post-content {
	position: relative;
	max-width: 720px;
	margin: auto;
}


@media screen and (min-width: 992px) {
	.post-content {
		padding-right: 45px;
		max-width: inherit;
	}
	.post-content::before {
		content: "";
		display: block;
		position: absolute;
		height: 100%;
		width: 1px;
		top: 0;
		right: 20px;
		background-color: #eaeaea;
	}
}

.post-content .entry-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
}

.entry-title {
	max-width: 1000px;
}

.post-content .entry-meta {
	margin-bottom: 19px;
	color: #c0c0c0;
	line-height: 26px;
}
.post-content .entry-meta .date,
.post-content .entry-meta .author {
	display: inline-block;
}

.post-content img {
	width: 847px;
	max-height: 535px;
	object-fit: cover;
}

.post-content p,
.post-content li{
	color: #777777;
	font-size: 14px;
	line-height: 28px;
}

.post-content a {
	color: #FFB700;

}

.post-content .cc-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	text-transform: none;
}

.post-content .categories-container .item {
	display: inline-block;
}

.post-content .categories-container .item a {
	padding: 3px 12px;
	color: #999999;
	font-size: 13px;
	line-height: 28px;
	-webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}

.post-content .categories-container .item a:hover {
	color: #FFB700;
	-webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}

.post-content .vc_icon_element-icon {
	color: #FFB700;
}

/** Post sidebar */

.post-sidebar {
	max-width: 720px;
	margin: auto;
}

@media screen and (min-width: 992px) {
	.post-sidebar {
		max-width: inherit;
	}
}

/* Search form */
.post-sidebar .search-form {
	display: flex;
}
.post-sidebar .search-form label {
	width: 100%;
}
.post-sidebar .search-form .search-field {
	color: #999999;
	background: #eeeeee;
	box-shadow: none;
}
.post-sidebar .search-form .search-submit {
	height: 50px;
	width: 50px;
	padding: 0;
	border-radius: 0;
	text-indent: -10000px;
	background-color: #eeeeee;
	background-image: url('./images/search.png');
	background-position: center;
	background-repeat: no-repeat;
}

/* Categories */

.post-sidebar .cc-title {
	font-size: 14px;
	line-height: 24px;
}

.post-sidebar .item {
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px dashed #eeeeee;
}

.post-sidebar a {
	position: relative;
	padding-left: 15px;
	color: #777777;
	font-size: 15px;
	line-height: 28px;
}

.post-sidebar a::before {
	content: "" !important;
	position: absolute;
	display: block !important;
	opacity: 1;
	margin-top: -2px;
	left: 0px !important;
	top: 50%;
	height: 4px !important;
	width: 4px;
	background-color: #FFB700;
	-webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-sidebar a:hover {
	color: #FFB700;
	-webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* Post navigation */
@media screen and (max-width: 992px) {
	.post-navigation {
		display: none;
	}
}
.post-navigation .nav-next a,
.post-navigation .nav-previous a {
	display: block;
	width: 30px;
	height: 100px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	line-height: 100px;
	position: fixed;
	top: 50%;
	margin-top: -50px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover {
	background-color: #FFB700;
	-webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.post-navigation .nav-next a {
	right: 0;
	background-image: url('./images/arrow_right_white.png');
}
.post-navigation .nav-previous a {
	left: 0;
	background-image: url('./images/arrow_left_white.png');
}

/** Services */
.vc_btn3-container a.vc_btn3 {
	background-image: none;
	padding: 4px 25px;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 600;
}


/** Cookie notice footer */
#cookie-notice { background-color: #FFB700 !important; }
#cookie-notice .cookie-notice-container .cn-button {
	color: #222;
	border: 2px solid #222;
}
#cookie-notice .cookie-notice-container #cn-accept-cookie.cn-button {
	color: #fff;
	background-color: #222;
}

/** Cookie notice popup */
#popup-cn-cookies-wrapper #popup-cn-accept-cookie,
#popup-cn-cookies-wrapper #popup-cn-refuse-cookie{
	color: #FFB700;
	border: 2px solid #FFB700;
}
#popup-cn-cookies-wrapper #popup-cn-accept-cookie {
	color: #fff;
	background-color: #FFB700;
}