/*!
Theme Name: Ters
Theme URI: http://demo.themecube.net/ters
Author: themecube
Author URI: https://themeforest.net/user/themecube
Description: Ters | Event WordPress theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ters
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* GENERAL */


@font-face {
    font-family: 'Violet Sans';
    src: url('fonts/VioletSans-Regular.woff2') format('woff2'),
        url('fonts/VioletSans-Regular.woff') format('woff'),
        url('fonts/VioletSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: "Space Grotesk", sans-serif;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	color: #1200b6;
	overflow-x: hidden !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #1200b6;
}

a {
	color: #1200b6;
}

a:hover {
	color: #ff4a4b;
	text-decoration: none !important;
}

input:focus,
select:focus,
a:focus {
	outline: none;
}

.btn-primary,
.btn-primary.disabled, .btn-primary:disabled {
	background-color: #1200b6;
	border-color: #1200b6;
}

.btn-primary:hover {
	background-color: #1f50e2;
	border-color: #1f50e2;
}

.br-0 {
	border-radius: 0 !important;
}

.btn {
	border-radius: 0;
}

.br-w {
	border: 1px solid #ffffff;
}

.ls-2h .content-title {
	letter-spacing: 2px;
}

.list-icon li:before {
	color: #3073eb;
	content: "\e83e"; /* FontAwesome Unicode */
	font-family: feather;
	display: inline-block;
	padding-right: .5em;
}

.text-dark,
.text-light {
	pointer-events:none;
}

a.text-dark,
a.text-light {
	pointer-events: visible;
}

.small {
	font-size: 95%;
}

.fw-400 {
	font-weight: 400 !important;
}

.fs-2 {
	font-size: 2rem;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-13 {
	font-size: 13px !important;
}

.fs-18 {
	font-size: 18px !important;
}

.ls-1 {
	letter-spacing: 1px !important;
}

.ls-2 {
	letter-spacing: 2px !important;
}

.pt-6 {
	padding-top: 5rem !important;
}

.pb-6 {
	padding-bottom: 5rem !important;
}

.swiper-wrapper {
	padding: 30px 0;
}

.overflow-hidden {
	overflow: hidden !important;
}

.step-box .content-title {
	letter-spacing: 2px;
}

.dark_rounded .pp_close:hover,
.dark_rounded a.pp_next:hover {
	text-decoration: none;
}

.box-shadow-none {
	box-shadow: none !important;
}

.nice-select .list {
	max-height: 18em;
	overflow-y: scroll;
}

.btn-primary {
	color: #ffffff !important;
}

.dotted_bg {
	background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
}
.bw {
	-webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}

.blended {
  background-blend-mode: multiply;
}

.inner {
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
	position: relative;
}

.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.leaflet-container {
	width: calc(100vw - 15px) !important;
}

@media screen and (max-width: 767px) {
	.leaflet-container {
		width: 100% !important;
	}
}

h1,h2,h3,h4,h5,h6 { font-weight: 800; }

.bg-img {
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.term-count:after {
	content: "\2022";
	margin: 0 4px;
  font-size: 24px;
  vertical-align: bottom;
  line-height: 28px;
}

.term-count:last-child:after {
	content: "";
}

.card {
	box-shadow: .5rem .5rem 0rem 0px #ff4a4b;
	transition: .3s;
	border-radius: 0 !important;
}

.card:hover {
	-webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 1rem 1rem 0rem 0px #ff4a4b;
}

.elementor-counter .elementor-counter-number-prefix, .elementor-counter .elementor-counter-number-suffix {
    flex-grow: 0 !important;
}

.elementor-counter .elementor-counter-title {
	text-align: left !important;
}


/* PRELOADER */
.preload {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: table;
	background: #212529;
}

.preload-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* END OF PRELOADER */


/* NAVIGATION */

header.site-header {
	clear: both;
}

.navbar-custom {
		border-top: 2px solid;
}

.navbar-custom .nav-link,
.navbar-custom .dropdown-item {
	font-family: "Space Grotesk", sans-serif;
	font-weight: bold;
}

.navbar-toggler {
	padding-right: 0;
}

.navbar-custom .navbar-toggler i {
	font-size: 25px;
}

.navbar-custom .navbar-toggler:focus {
	outline: none;
}

@media screen and (max-width: 767px) {
	.navbar-brand {
		flex-grow: 2
	}
}

.navbar-custom .nav-link,
.navbar-custom .dropdown-item {
	color: #1200b6;
}

.navbar-custom .dropdown-item:hover {
	background-color:transparent;
	color: #ff4a4b;
}

.navbar-brand img {
	height: 30px;
	width: auto;
}

/* Hamburger Icon */
.navbar-custom .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #1200b6 !important;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-custom .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-custom .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

.navbar-custom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: none;
}

/* rotate third span */
.navbar-custom .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-custom .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.navbar-custom .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

/* rotate first span */
.navbar-custom .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-custom .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

/* rotate third span */
.navbar-custom .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-custom .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}


/* End of Hamburger Icon */


@media screen and (max-width: 767px) {
	.navbar-categories {
		white-space: nowrap;
	    overflow-x: auto;
	    -webkit-overflow-scrolling: touch;
	    -ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

.navbar-categories ul.navbar-nav > li > a.nav-link {
	border-right: 1px solid #f1f1f1;
}


.navbar-categories ul.navbar-nav li a.nav-link:hover {
	text-decoration: none;
}

.menu-item-count {
	letter-spacing: 0 !important;
	font-size: 100% !important;
	font-size: 12px !important;
}

/* Navigation Depth 3 */
ul.dropdown-menu li > ul.dropdown-menu{
	left: 100%;
	top: 0;
}

ul.dropdown-menu.dropdown-menu-right li:hover > ul.dropdown-menu.dropdown-menu-right{
	display: inline-table !important;
    left: -100% !important;
}

ul.dropdown-menu li:hover > ul.dropdown-menu,
ul.dropdown-menu li:focus > ul.dropdown-menu{
	display: block
}

#menu-types {
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
}

#menu-types .nav-link,
#menu-secondary .nav-link {
	padding-top: .250rem;
	padding-bottom: .250rem;
}

/* Dropdown Menu */
.dropdown-menu {
	border: 0;
	border-radius: 0;
}

@media screen and (min-width: 768px) {
	.dropdown-menu {
		box-shadow: 0 1px 17px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
	}
}

@media screen and (max-width: 767px) {
	a.dropdown-item,
	a.dropdown-item.dropdown-toggle {
		padding-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.menu-item > .dropdown-menu {padding-left: 15px;}
	#navigation-primary .mx-auto {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 5px;
		border-top: 2px solid #f5f7fa;
	}

	#menu-secondary .btn {
		margin-bottom: .50rem;
	}
}

/* Dropdown menu 3 depth right arrow */

.dropdown-toggle::after {
	font-family: 'feather';
	content: "\e842";
	font-size: 14px;
	border: 0;
	margin-right: .5rem;
	vertical-align: 0;

}

.dropdown-menu li.menu-item-has-children > a::after {
	font-family: 'feather';
	content: "\e844";
	font-size: 14px;
	border: 0;
	margin-right: .5rem;
	vertical-align: 0;
}

#menu-secondary .btn-primary .nav-link,
#menu-secondary .btn-dark .nav-link,
#menu-secondary .btn-outline-dark .nav-link:hover,
#menu-secondary .btn-outline-primary .nav-link:hover,
#menu-secondary .btn-outline-dark.active .nav-link,
#menu-secondary .btn-outline-primary.active .nav-link {
	color: #f8f9fa;
}

/* END OF NAVIGATION */


/* FOOTER */

.site-footer {
	color: #f0f0f0;
	background-color: #1200b6;
	padding: 0;
}

.site-footer a,
.site-footer a:hover {
	text-decoration: none;
}

.site-footer ul {
	list-style-type: none;
	padding-left: 0;
}

.site-footer ul li ul {
	padding-left: 15px;
}

footer.site-footer {
	display: inline-block;
	width: 100%;
	clear: both;
	margin-bottom: -1px;
}

footer.site-footer .btn-lg {
	padding: .5rem 1rem !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  border-top-right-radius: .3rem !important;
	border-bottom-right-radius: .3rem !important;
}

@media screen and (max-width: 767px) {
	footer.site-footer {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	footer.site-footer .col {
		display: block !important;
		width: 100%;
		flex-basis: inherit;
	}

	footer.site-footer .col-4.col-alt {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.site-footer .form-inline .form-group {
		width: 100%;
	}

	.site-footer .form-inline .form-group .form-control {
		width: 70%;
		display: inline-block;
	}

	.site-footer .form-inline .btn {
		width: 28%;
	}
}

@media (min-width: 576px) {
	.site-footer .form-inline .form-group {
		width: 100%;
	}

	.site-footer .form-inline .form-group .form-control {
		width: 65%;
	}

	.site-footer .form-inline .btn {
		width: 28%;
	}
}

.site-footer h5 {
	color: #ffffff;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 2px;
	clear:both;
}

.site-footer .widget {
	margin-bottom: 15px;
}

.site-footer .nice-select {
	color: #000000;
	display: block;
    width: 100%;
    margin-bottom: 30px;
    white-space: normal;
}

.site-footer .container-fluid .widget_nav_menu {
	display: flex;
	justify-content: flex-end;
}

.site-footer .container-fluid .widget {
	margin-bottom: 0;
}

.site-footer .container-fluid .widget ul li {
	padding: 0;
	font-size: 17px;
}

.site-footer .social-icons {
	text-align: center;
}

/* Scroll to Top */

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9499; /* 9997 */
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    display: none;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-top.show {
	display: block !important;
}

/* END OF FOOTER */

/* SINGLE PAGE */

.single-page-header {
	background: #f5f7fa;
	position: relative;
	display: table;
	width: 100%;
	height: 150px;
	word-break: break-word;
	-ms-word-wrap: break-word;

	background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page .entry-content {
	margin-top: 30px;
	margin-bottom: 30px;
}


/* END OF SINGLE PAGE */

/* BLOG */

.blog-posts {
	background-color: #f5f7fa;
	padding-top: 30px;
}

.blog-posts .page,
.blog-posts .post {
	background: #ffffff;
	position: relative;
	box-shadow: 0 0 10px 2px rgba(222, 222, 222, 0.3);
}

.blog-posts .page,
.blog-posts .product {
	background: #ffffff;
	position: relative;
	box-shadow: 0 0 10px 2px rgba(222, 222, 222, 0.3);
	padding: 30px;
	margin-bottom: 30px;
}

.blog-posts .post .entry-footer,
.blog-posts .post header {
	padding: 30px;
}

.blog-posts .post .entry-footer,
.entry-footer {
	clear: both;
}

.entry-footer {
	margin-top: 20px;
}

.blog-posts .post .entry-content,
.blog-posts .post .entry-summary {
	padding: 0 30px;
}

.blog-posts h2.entry-title {
	font-style: italic;
}

.blog-posts .post iframe {
	width: 100%;
}

.blog-posts i,
.single-post i {
	font-size: 20px;
	margin-right: 5px;
}

.blog-posts .nav-links {
	display: flex;
  justify-content: space-between;
}

.wp-caption {
	max-width: 100%;
}

figure.wp-caption {
  border-radius: 0;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
.alignnone,
figure.wp-caption img {
	width: 100%;
	max-width: 100%;
	height: auto
}

a.post-thumbnail {
	display: block;
}

figure.wp-caption.alignnone {
	width: 100% !important;
	height: auto;
}

.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100%;
	height: auto;
}

.wp-block-image .aligncenter {
  margin-top: 2em;
  margin-bottom: 2em;
}

.alignleft {
	display: inline-block;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.alignright {
	display: block;
	float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

p .alignright.size-thumbnail {
	display: block;
	float: none;
	margin-left: auto;
}

.wp-caption-text {
	margin-top: 5px;
  font-style: italic;
}

article.post {
	margin-bottom: 30px;
}

.gallery-caption,
.bypostauthor {
	visibility: visible;
}

article.post table,
article.type-page table {
	border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

#wp-calendar td,
#wp-calendar th,
article.post table td,
article.post table th,
article.type-page table td,
article.type-page table th {
  padding: .5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

 article .woocommerce table td,
 article .woocommerce table th {
	border-top: 1px solid transparent !important;
}

.post pre {
  border: 1px solid #212529;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.post a:hover,
.entry-title a:hover,
.entry-meta a:hover,
.entry-footer a:hover,
.more-link:hover,
.page-links a:hover,
.nav-links a:hover {
	text-decoration: none;
}

.page-header-archive,
.page-header-search {
	padding-bottom: 30px;
}

.has-post-thumbnail,
.has-post-thumbnail header.entry-header {
	position: relative;
}

.entry-meta {
	letter-spacing: 1px;
}

.blog-posts .has-post-thumbnail .entry-meta {
	position: absolute;
	top: -30px;
	left: 0;
	padding: 20px 0 20px 30px;
	background: #ffffff;
	letter-spacing: 1px;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	height: auto;
}

.wp-block-image figcaption {
	margin-top: 0;
	background-color: rgba(18,0,182, .4);
	padding: 1em !important;
}

.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 100%;
}

.wp-block-button__link {
	background: #1200b6;
}

.wp-block-button__link:not(.is-style-outline > .wp-block-button__link) {
	color: #ffffff !important;
}

.is-style-squared .wp-block-button__link {
	border-radius: 0 !important;
}

.wp-block-button:not(.wp-block-button.aligncenter) {
	display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.wp-block-cover-text {
	color: #ffffff !important;
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
	margin-bottom: 20px;
}

ul.wp-block-archives-list {
	list-style-type: none;
	padding-left: 0;
}

.wp-block-group.has-background {
	padding: 20px;
	margin-bottom: 20px;
}

.wp-block-group h2 {
	font-style: italic;
	font-size: 1.6em;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
	height: auto;
}

.wp-block-media-text,
.wp-block-cover {
	margin-bottom: 20px;
}

td#today a {
	color: #1f50e2 !important;
}


/* Pagination - Navigation */

.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.pagination {
  font-size: 19px;
  font-size: 1.1875rem;
  position: relative;
}

.pagination .nav-links {
	margin-left: auto !important;
	margin-right: auto !important;
	margin: 0 0 34px 0;
}

.pagination .page-numbers {
	background: #ffffff;
  letter-spacing: 0.013157895em;
  line-height: 1;
  margin: 0 0.7368421053em 0 -0.7368421053em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.page-numbers.current,
.pagination a.page-numbers:hover {
	color: #ff4a4b;
	background: #1200b6;
	webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.page-numbers i {
	margin-right: 0;
}

.page-links {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

.page-links a {
	background-color: #1200b6;
  border-color: #1200b6;
  border-radius: 2px;
  color: #ffffff !important;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
}

.page-links a:hover,
.page-links a:focus {
  background-color: #ff4a4b;
  border-color: transparent;
  color: #ffffff;
}

.entry-meta span,
.entry-footer span {
	margin-right: 15px;
	font-size: 15px;
}

.post-navigation .nav-links .nav-previous:before {
	font-family: 'feather';
	content: '\e849';
	padding-right: 5px;
	font-size: 40px;
	vertical-align: middle;
}


.post-navigation .nav-links .nav-next:after {
	font-family: 'feather';
	content: '\e847';
	padding-left: 5px;
	font-size: 40px;
	vertical-align: middle;
}

/* Gallery */

.gallery {
	display: block;
	float: none;
}

.gallery-item {
	display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

@media screen and (max-width: 767px) {
	.gallery-item {
		max-width: 100%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 100%;
	}
}

.gallery-icon img {
	margin: 0 auto;
}

h2.entry-title {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

.sticky {
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: 0;
  content: '';
  display: block;
  border: 5px solid #1200b6;
}

.ribbon span{
  position: absolute;
  display: block;
  width: 225px;
  padding: 20px 0;
  background-color: #ff4a4b;
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 9px;
}

.ribbon-top-right::after {
  bottom: 9px;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
  z-index: 1;
}

@media screen and (max-width: 767px) {
	.ribbon span {
		padding: 5px 0;
	}

	.ribbon-top-right::before {
		left: 45px;
	}
	.ribbon-top-right::after {
		bottom: 45px;
	}
}

.more-link {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #1200b6 !important;
	background-color: transparent;
	background-image: none;
	border-color: #1200b6;
}

.more-link:hover {
	color: #ffffff !important;
	background-color: #1200b6;
	border-color: #1200b6;
}

.more-link:focus, .more-link.focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.widget input[type="search"],
.post input[type="password"] {
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #1200b6;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.widget input[type="search"]:focus,
.post input[type="password"]:focus {
	color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.widget input[type="submit"],
.widget button[type="submit"],
.post input[type="submit"] {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.widget input[type="submit"],
.widget button[type="submit"],
.post input[type="submit"] {
  color: #fff;
  background-color: #1200b6;
  border-color: #1200b6;
  border-radius: 0;
}

.widget input[type="submit"]:hover,
.widget button[type="submit"]:hover,
.post input[type="submit"]:hover {
  color: #fff;
  background-color: #ff4a4b;
  border-color: #ff4a4b;
}

.widget input[type="submit"]:focus,
.widget button[type="submit"]:focus,
.post input[type="submit"]:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}


/* Sidebar */

#secondary {
	padding-bottom: 20px;
}

.page-template-default aside#secondary {
	margin-top: 30px;
}

#secondary .widget {
	margin-bottom: 25px;
  background: #ffffff;
  padding: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
	box-shadow: 0.35rem 0.35rem 0rem 0px;
	border: 1px solid #1200b6
}

.single #secondary .widget {
	background-color: #f5f7fa;
}

#secondary h5.widget-title {
	display: block;
	padding-bottom: 1px;
}

#secondary h5.widget-title:after {
	content: "";
  display: block;
  width: 27%;
  height: 3px;
  background-color: #ff4a4b;
  margin-top: -8px;
  margin-bottom: 7px;
}

@media screen and (min-width: 576px) {
	#secondary .form-inline .form-control {
		width: 133px;
	}
}

.widget ul {
	list-style-type: none;
	padding-left: 0;
}

.widget ul li, .widget ol li {
  padding: 0.2em 0;
}

.widget ul li ul {
  padding-left: 15px;
}

.widget ul li a:hover {
	text-decoration: none;
}

.textwidget img {
	width: 100%;
	height: auto;
}

.textwidget select {
	width: 100%;
}

.sidebar .nice-select {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	white-space: normal;
	height: auto;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar td,
#wp-calendar th {
  padding: 5.7px;
}

#wp-calendar a:hover {
	text-decoration: none;
}

#wp-calendar caption {
  text-align: center;
  caption-side: top;
	color: #ffffff;
}

#wp-calendar #next {
	text-align: right;
}

a.tag-cloud-link {
	font-size: 14px !important;
  border: 1px solid;
  padding: 3px 5px;
  display: inline-block;
  margin-bottom: 5px;
}

a.tag-cloud-link:hover {
	color: #ffffff !important;
	background: #1200b6;
	border: 1px solid #1200b6;
	text-decoration: none;
	webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.site-footer a.tag-cloud-link:hover {
	color: #ffffff !important;
	background: #ff4a4b !important;
	border-color: #ff4a4b !important;
}

.widget_rss ul li {
	margin-bottom: 15px;
}

.widget .url,
.widget .rsswidget {
	font-weight: bold;
}

.widget input[type="search"] {
	width: 10em;
	max-width: auto;
}

.wp-block-latest-comments {
	padding-left: 0;
}

/* End of Sidebar */

/* Single Post */

article.single-post {
	margin-top: 0;
}

.single-post .post-thumbnail {
	margin-bottom: 1rem;
}

.singlepostheader,
.single-term-header {
	background: #f5f7fa;
	position: relative;
	display: table;
	width: 100%;
	min-height: 210px;
	margin-bottom: 2rem;
	word-break: break-word;
	-ms-word-wrap: break-word;

	background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.single-post .sidebar .widget {
	margin-top: 0;
}

/* End of Single Post */


/* Comments */

.comments-area {
	margin-top: 40px;
	border: 1px solid #f0f0f0;
	padding: 25px;
}

.comments-area h3 {
	font-size: 1.5rem;
}

.comments-area h4 {
	font-size: 1.2rem;
}

.comments-area .form-submit {
	padding-left: 0;
}

.post-navigation .nav-links {
	display: flex;
  justify-content: space-between;
  margin-top: 30px;
  border: 1px solid #f0f0f0;
  padding: 15px;
}

ol.medias {
	padding-left: 0;
}

.media-content {
	padding:20px;
	background: #f5f7fa;
	position: relative;
	border: 1px solid #f0f0f0;
}

.media-content time {
	position: absolute;
	top:20px;
	right: 20px;
	letter-spacing: 1px;
}

ol.medias .pingback {
	list-style: none;
	margin-bottom: 15px;
}

ol.medias li.pingback:last-child {
	margin-bottom: 40px;
}

h4.media-heading a:hover,
.comment-edit-link:hover {
	text-decoration:none;
}

.comment-content a {
	font-weight: bold;
}

.comment .media .avatar {
	border: 2px solid #3073eb;
    padding: 4px;
    background: #fef2f4;
}

/* End of Comments */


/* END OF BLOG */

/* 404 */

.error-404 {
	min-height: 600px;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.error-404 .page-header {
	padding-top: 7rem;
}

.error-404 i {
	font-size: 4rem;
}

.error404 .site-content {
	border-top: 1px solid #f1f1f1;
}

/* END OF 404 */

/* SEARCH */

.search-page .widget ul {
	width: 100%;
}

.search-page .nice-select,
.search-page .widget input {
	width: 100%;
	margin-bottom: 10px;
}

.search-page .blog-posts .has-post-thumbnail .entry-meta {
	position: relative;
	padding: 10px 0 0 0;
	top: 0;
}



/* END OF SEARCH */


/* THEME */

/* SINGLE AGENDA */

.bg-img-program {
	background-attachment: fixed !important;
	background-position: top left !important;
	background-repeat: no-repeat !important;
}
.single-agenda .speaker img {
	width: 5em;
	height: auto;
	box-shadow: 5px 5px 0px 0px #ff4a4b;
	color: #ffcd00;
}

.single-agenda .speaker h6 {
	font-style: italic;
}

.single-speaker-header a:hover {
	color: #ffffff !important;
}

/* SHORTCODES */

/* Agenda */

.agenda-list .nav-tab {
	border-bottom: 1px solid;
}

.agenda-list ul.nav-tab li.nav-item:not(:last-child) {
	border-right: 1px solid;
}

.agenda-list .nav-link.active {
	color: #ffffff !important;
}

/* End Agenda */

/* Image w/ Hover Effect */

/* Common style */
figure {
	position: relative;
	overflow: hidden;
	height: auto;
	cursor: pointer;
}

figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

figure figcaption:not(.blocks-gallery-grid figcaption, .blocks-gallery-caption, .wp-caption-text) {
	padding: 2em;
	color: #ffffff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption:not(.blocks-gallery-grid figcaption, .blocks-gallery-caption, .wp-caption-text),
figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure h3 {
	word-spacing: -0.15em;
}

figure h3,
figure p {
	margin: 0;
}

figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.badge-featured {
	color: #ffffff;
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 1;
	font-weight: 400;
}

figure.effect-hover {
	background: #3073eb;
}

figure.effect-hover img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-hover figcaption::before {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-hover p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-hover h3 {
	color: #ffffff;
	text-align: center;
	left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

figure.effect-hover:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-hover:hover figcaption::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-hover:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/* Image w/ Hover Effect */


/* Speaker List */

.speaker-thumb h5 {
	font-style: normal;
}

.speakers-list ul.page-numbers {
	padding-left: 0;
	list-style: none;
	text-align: center;
	margin-top: 2em;
}

.speakers-list ul.page-numbers li {
	display: inline-block;
	margin-right: .5rem;
	background-color: #0e2a47;
  border-color: #0e2a47;
  border-radius: 0;
  color: #ffffff !important;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
}


.speakers-list ul.page-numbers li a,
.speakers-list ul.page-numbers li .dots {
	color: #ffffff !important;
}

.speakers-list ul.page-numbers li .page-numbers.current {
	display:block;
	border-radius: 0;
}

.speaker-thumb figure {
	border-radius: 0;
}

.speaker-thumb figure:hover {
	filter: none;
}

.speaker-thumb figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

.speaker-thumb figcaption::before,
.speaker-thumb figcaption .social-list {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.speaker-thumb figcaption .social-list {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 1em;
	margin-bottom: .5em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

.speaker-thumb:hover figcaption::before ,
.speaker-thumb:hover figcaption .social-list {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.speaker-thumb figcaption .social-list i.fa-lg {
	font-size: 1.1em;
}

.speaker-thumb figcaption .social-list a {
	opacity: .9;
}

.speaker-thumb figcaption .social-list a:hover {
	opacity: 1;
}

.speaker-thumb .list-inline-item:not(:last-child) {
	margin-right: .3em;
}


/* Partners List */

.partners-list ul.page-numbers {
	padding-left: 0;
	list-style: none;
	text-align: center;
	margin-top: 2em;
}

.partners-list ul.page-numbers li {
	display: inline-block;
	margin-right: .5rem;
	background-color: #0e2a47;
  border-color: #0e2a47;
  border-radius: 0;
  color: #ffffff !important;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
}

.partners-list ul.page-numbers li a,
.partners-list ul.page-numbers li .dots {
	color: #ffffff !important;
}

.partners-list ul.page-numbers li .page-numbers.current {
	display:block;
	border-radius: 0;
}

/* End Partners List */

/* Ticket */

.ticket-price-table {
	transition: .3s;
	border-radius: 0 !important;
}

.ticket-price-table:hover {
	-webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media screen and (max-width:767px) {
	.ticket-price-table {
		text-align: center;
	}
}

/* End Ticket */

/* Recent Posts */

.post-thumb .card {
	box-shadow: none;
}

.img-caption {
	overflow: hidden;
}

.oriented {
	text-orientation: sideways-right;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
}

.oriented.date {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	height: 100%
}

.oriented.date i {
	display: none;
}

/* End Recent Posts */

/* Newsletter */

.mc4wp-form-fields .form-group {
	width: 100%;
}

.mc4wp-form-fields input[type="email"] {
	width: 75% !important;
	color: #ffffff;
	background-color: rgba(255,255,255, .6);
	border-color: rgba(255,255,255, .6);
}

.mc4wp-form-fields input[type="submit"] {
	width: 25% !important;
	font-weight: 700;
	text-transform: uppercase;
}

/* End Newsletter */

/** btn-line **/

.btn-line {
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border: 1px solid #1200b6;
  color: #1200b6;
  background: transparent;
}

.btn-line:hover {
	color: #ffffff !important;
}

.btn-line .nav-link:hover {
	color: #ffffff !important;
}

.btn-line:hover:after {
  top: 0;
  left: 0;
}

.btn-line:after {
  content: "";
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 5px;
  left: 5px;
  transition: 0.2s;
  background-color: #ff4a4b;
}


/* Mobile */

@media screen and (max-width: 767px) {

	footer.site-footer {
		text-align: center;
	}

  .mc4wp-form-fields input[type="email"] {
  	width: 62% !important;
    display: inline-block;
  }

  .mc4wp-form-fields input[type="submit"] {
  	width: 34% !important;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer.site-footer {
    text-align: center;
  }

  .site-footer .container-fluid .widget_nav_menu {
    display: flex;
    justify-content: center;
  }
}
