/*
Theme Name: Virtual Conference
Theme URI: https://wpeventpartners.com/virtual-conference/
Author: WPEventPartners
Author URI: http://wpeventspartners.com/
Description: Virtual Conference is WordPress Theme for organizing online events and conference. This theme is based on WPEvetPartners WordPress Plugin for Events and Conferences. You can easily design an agenda and program schedule, create speakers profile, sponsors information from the customizer and dashboard itself. With this theme you can Embed your event video, Sell Virtual Event Tickets, Manage Schedule for different time zone, and everything that a virtual event required. View Demo:  https://wpeventpartners.com/preview/?product_id=Virtual-Conference
Version: 1.0.3
Tested up to: 5.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: virtual-conference
Tags: entertainment, custom-header, footer-widgets, theme-options, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, blog, portfolio
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Virtual Conference 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/







/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

    --------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */
 body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
 main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
 hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
 a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
 abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
 b,
 strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 code,
 kbd,
 samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
 small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
 sub,
 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
 img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
 button,
 input,
 optgroup,
 select,
 textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
 button,
 input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
 button,
 select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
 fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */
 legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
 progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
 textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
 [type="checkbox"],
 [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
 [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
 [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
 ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
 details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
 summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
 template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
 [hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  font-size: 1rem;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--primary-color);
}

/*a:visited {
    color: #800080;
    }*/

    a:hover,
    a:focus,
    a:active {
      color: var(--secondary-color);
      text-decoration: none;
    }

    a:focus {
      outline: thin dotted;
    }

    a:hover,
    a:active {
      outline: 0;
    }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
 padding: 0;
 margin: 0;
}
.main-navigation ul ul {
 text-align: left;
 transition: all 500ms ease;
 -webkit-transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -o-transition: all 500ms ease;
 -ms-transition: all 500ms ease;
 top: 100%;
 left: 0;
 -webkit-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
 -moz-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
 box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
 width: 220px;
 position: absolute;
 z-index: 999;
 -webkit-transform-origin: top;
 transform-origin: top;
 -webkit-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
 -webkit-transform: scale(1, 0);
 transform: scale(1, 0);
 display: block;
 opacity: 0;
 background-color: var(--header-background);
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li.focus > ul {
 display: block;
 opacity: 1;
 z-index: 1000;
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
 transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
 -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}
.main-navigation ul ul ul {
 left: 100%;
 top: 0;
}
.main-navigation li {
 position: relative;
 display: inline-block;
 margin-bottom: 0;
}
.main-navigation ul ul ul {
 left: 100%;
 top: 0;
}
.main-navigation ul > li:hover > ul {
 opacity: 1;
 left: 0;
 z-index: 9999;
}
.main-navigation ul ul li:hover > ul {
 opacity: 1;
 left: 100%;
}
.main-navigation li li {
 float: none;
 display: block;
}
.main-navigation ul li li:last-child > a {
 border: none;
}
.main-navigation ul li a {
 display: block;
 padding: 8px 20px;
 position: relative;
 z-index: 99;
 transition: all 0.3s ease;
 color: var(--dark-color);
}
.main-navigation ul li a:hover{
 opacity: 0.5;
}
.main-navigation ul li ul li a{
 padding: 10px 20px !important;
}

.main-navigation li > a {
 position: relative;
}
.main-navigation li li.current_page_item > a:after,
.main-navigation li li.current-menu-item > a:after,
.main-navigation ul li li a:hover:after {
 display: none;
}
.main-navigation ul li.page_item_has_children > a::before,
.main-navigation ul li.menu-item-has-children > a::before {
 content: "\f107";
 font-family: "fontawesome";
 position: absolute;
 right: 5px;
 top: 50%;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 transition: all 0.3s ease-in-out;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 color: var(--dark-color);
}
.main-navigation ul li ul li.page_item_has_children > a::before,
.main-navigation ul li ul li.menu-item-has-children > a::before {
 content: "\f105";
 right: 15px;
}
.main-navigation ul li ul li.page_item_has_children > a::before
.main-navigation ul li ul li.menu-item-has-children > a::before {
 right: 20px;
 top: 10px;
 transform: rotate(-90deg);
}
.main-navigation .dropdown-toggle::after {
 display: none !important;
}

.main-navigation li.button a{background-color: var(--secondary-color);color: var(--light-color);}

@media screen and (min-width: 37.5em) {

  .menu-toggle {
    display: none;
  }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  width: 100%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

/*.post,
.page {
  margin: 0 0 1.5em;
}*/

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}





:root {
  --header-background: #ffffff;
  --primary-color: #a259cc;
  --secondary-color: #21b3f2;
  --text-color: #757575;
/*  --accent-color: #333;*/
  --light-color: #EFF3FC ;
  --dark-color: #111111 ;
  --grey-color: #606060 ;
  --header-text-color: #330191;

  --heading-font-family: Raleway;
  --body-font-family: Roboto;
}






/*skip links*/
body a:focus {
  outline: 1px dotted #999;
}
/*skip links*/

h2.title{margin-bottom: 20px;}

.main-navigation{
  width: 100%;
}


/*category-blog*/
.category-layout{display: grid;grid-template-columns: 2fr 1fr 1fr; grid-gap: 30px;}
.category-layout .summary-excerpt {display: none;}


.category-post{margin-bottom: 45px;overflow: hidden;}

.category-blog-view-1 .category-blog-items:first-child{grid-row: 1/4;border: 1px solid #eee;}
.category-blog-view-1 .category-blog-items:first-child .summary{padding: 30px;}
.category-blog-view-1 .category-blog-items:first-child .summary .summary-excerpt{display: block;}

.category-blog-view-2{display: grid;grid-template-columns:1fr 1fr; grid-gap: 30px;}
.category-blog-view-2 .news-snippet{border: none;}
.category-blog-view-2 .news-snippet .category-image{width: 35%;float: left;}
.category-blog-view-2 .news-snippet .summary{width: 65%; padding: 0 0 0 15px;}

.category-blog-view-3{display: grid;grid-template-columns:1fr 1fr; grid-gap: 30px;}
.category-blog-view-3 .news-snippet{border: none;position: relative;}
.category-blog-view-3 .news-snippet .category-image{width: 35%;float: left;}
.category-blog-view-3 .news-snippet .summary{width: 65%; padding: 0 0 0 15px;}
.category-blog-view-3 .category-blog-items:first-child .news-snippet .category-image,.category-blog-view-3 .category-blog-items:nth-child(2) .news-snippet .category-image{width: 100%;}
.category-blog-view-3 .category-blog-items:first-child .news-snippet .summary,.category-blog-view-3 .category-blog-items:nth-child(2) .news-snippet .summary{width: 100%;padding:15px;position: absolute;bottom: 0;color:#fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */}
.category-blog-view-3 .category-blog-items:first-child .news-snippet .summary  h3 a,
.category-blog-view-3 .category-blog-items:nth-child(2) .news-snippet .summary h3 a{color:#fff;}
.category-blog-view-3 .category-blog-items:first-child .news-snippet .summary  .info,.category-blog-view-3 .category-blog-items:nth-child(2) .news-snippet .summary .info,
.category-blog-view-3 .category-blog-items:first-child .news-snippet .summary  .info a,
.category-blog-view-3 .category-blog-items:nth-child(2) .news-snippet .summary .info a{color: #fff;}

.category-blog-view-4{display: grid;grid-template-columns:1fr 1fr; grid-gap: 30px;}
.category-blog-view-4 .news-snippet{border: none;}
.category-blog-view-4 .news-snippet .category-image{width: 35%;float: left;}

.category-blog-view-4 .category-blog-items:first-child {grid-row: 1/4;}
.category-blog-view-4 .news-snippet .summary{width: 65%; padding: 0 0 0 15px;}
.category-blog-view-4 .category-blog-items:first-child .news-snippet .category-image{width: 100%;}
.category-blog-view-4 .category-blog-items:first-child .news-snippet .summary{width: 100%;padding:15px 0 0 0;}







/*featured-blog*/
.featured-blog{padding:0;}
.featured-blog .news-snippet{border: none;}
.featured-blog .news-snippet img{width: 100%;}
.featured-blog .news-snippet .summary{padding: 15px 0 30px 0;}

.featured-blog-view-1{display: grid;grid-template-columns: 2fr 1fr 1fr;grid-gap: 30px;}
.featured-blog-view-1 .featured-blog-items .summary-excerpt{display: none;}
.featured-blog-view-1 .featured-blog-items:first-child .summary-excerpt{display: block;}
.featured-blog-view-1 .featured-blog-items:first-child {grid-row-start: 1;grid-row-end: 4;}

.featured-blog-view-2{display: grid;grid-template-columns: 3fr 2fr 2fr;grid-gap: 0;}
.featured-blog-view-2 .news-snippet{position:relative;background-color: #000;overflow: hidden;}
.featured-blog-view-2 .news-snippet h3 a,.featured-blog-view-2 .news-snippet .fa-clock-o:before{color:#fff;}
.featured-blog-view-2 .news-snippet .summary{position:absolute;bottom:0;color#fff;padding: 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */}
/*.featured-blog-view-2 .featured-blog-items:nth-child(2) {grid-row: span 2;}
.featured-blog-view-2 .featured-blog-items:nth-child(2) .summary{padding: 30px;}*/
.featured-blog-view-2 .featured-blog-items:nth-child(1) .news-snippet img,.featured-blog-view-2 .featured-blog-items:nth-child(4) .news-snippet img {width: 100%;transform: scale(1);}
.featured-blog-view-2 .news-snippet img {width: 100%;transform: scale(2);}
.featured-blog-view-2 .summary-excerpt {display: block;color: #fff;}
.featured-blog-view-2 .info a{color: #fff;}

.featured-blog-view-3 .news-snippet{position:relative;background-color: #000;}
.featured-blog-view-3{display: grid;grid-template-columns: 2fr 1fr 1fr;}
.featured-blog-view-3 .featured-blog-items .summary-excerpt{display: none;}
.featured-blog-view-3 .featured-blog-items:first-child .summary-excerpt{display: block;}
.featured-blog-view-3 .featured-blog-items:first-child {grid-row-start: 1;grid-row-end: 4;}
.featured-blog-view-3 .news-snippet h3 a,.featured-blog-view-3 .news-snippet .fa-clock-o:before{color:#fff !important;}
.featured-blog-view-3 .news-snippet .summary{position:absolute;bottom:0;color#fff;padding: 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */}
.featured-blog-view-3 .featured-blog-items:first-child .summary{padding: 30px;color: #fff;}
.featured-blog-view-3 .info a{color: #fff;}
.featured-blog-view-3 svg:not(:root).svg-inline--fa{color: #fff}
.featured-blog-view-3 h6.category a {color: #fff;background: #000;padding: 1px 6px;}


.featured-blog-view-4{display: grid;grid-template-columns: 2fr 1fr 1fr;margin: 0 -5px;}
.featured-blog-view-4 .news-snippet{position:relative;background-color: #000;}
.featured-blog-view-4 .featured-blog-items{padding: 5px;}
.featured-blog-view-4 .featured-blog-items .summary-excerpt{display: none;}
.featured-blog-view-4 .featured-blog-items:first-child .summary-excerpt{display: block;}
.featured-blog-view-4 .featured-blog-items:first-child {grid-row-start: 1;grid-row-end: 4;}
.featured-blog-view-4 .news-snippet h3 a,.featured-blog-view-4 .news-snippet .fa-clock-o:before{color:#fff !important;}
.featured-blog-view-4 .news-snippet .summary{position:absolute;bottom:0;color#fff;padding: 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */}
.featured-blog-view-4 .featured-blog-items:first-child .summary{padding: 30px;color: #fff;}
.featured-blog-view-4 .info a{color: #fff;}
.featured-blog-view-4 svg:not(:root).svg-inline--fa{color: #fff}
.featured-blog-view-4 h6.category a {color: #fff;background: #000;padding: 1px 6px;}


/*featured-blog*/



.shop-home{color: #fff;}
.shop-home h5 a{color: #fff;}
.woocommerce ul.products li.product .price{color: #333;}
.woocommerce-notices-wrapper{z-index: 1000;}

/*blog*/
.sidebar-blog{box-shadow: 300px 0 0 #f5f5f5, 680px 0 0 #f5f5f5, 1030px 0 0 #f5f5f5, 1380px 0 0 #f5f5f5, 1730px 0 0 #f5f5f5, 2080px 0 0 #f5f5f5, 2430px 0 0 #f5f5f5, 2780px 0 0 #f5f5f5, 3130px 0 0 #f5f5f5;background: #f5f5f5;}




.woocommerce .woocommerce-breadcrumb{display: none;}

section.about-us {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  color: #fff;
  position: relative;
  background-attachment: fixed;
}
section.about-us .inside-wrapper{padding: 0 10%;text-align: center;position: relative;z-index: 10;}
.overlay{position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: #000C;z-index: 1;}


/*layout-1*/
section[class*=about-layout-] .about-holder .img-holder img{
  width: 100%;
}
section[class*=about-layout-] .main-title .title,
section[class*=about-layout-] .main-title.sub-title .title{
  margin: 0 0 20px;
}
section[class*=about-layout-] .main-title.sub-title{
  margin: 0;
}
section[class*=about-layout-] .about-holder .about-content{
  background-color: var(--light-color);
  padding: 45px;
}
.about-layout-1 .about-holder,
.about-layout-2 .about-holder{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(354px, 1fr));
  grid-gap: 30px;
  align-items: center;
}
.about-layout-1 .about-holder .img-holder {
    margin: 0 -90px 0 0;
}
.about-layout-2 .about-holder .img-holder {
    margin: 0 0 0 -90px;
}
.about-layout-2 .about-holder .about-item:first-child {
    order: 1;
}
.about-layout-2 .about-holder .about-item {
    z-index: 1;
}

@media (min-width: 320px) and (max-width: 767px){
  section[class*=about-layout-] .about-holder .about-content .main-title .title:before{
    content: none;
  }
}

/*@media (min-width: 320px){
  section[class*=about-layout-] .about-holder .about-content{
    margin: 20px 0 0;
  }
}*/
/*end layout-1*/


/*layout-2*/
.about-layout-2 .about-holder .row{
  flex-direction: row-reverse;
}
/*end layout-2*/


/*layout-3*/
.about-layout-3{
  text-align: center;
}
.about-layout-3 .about-holder .img-holder{
  display: none;
}
.about-layout-3 .about-holder [class*=col-]{
  flex: 100%;
  max-width: 100%;
}
/*end layout-3*/


/*layout-4*/
.about-layout-4{
  text-align: center;
}
.about-layout-4 .about-holder .img-holder{
  overflow: hidden;
}
.about-layout-4 .about-holder [class*=col-]{
  flex: 100%;
  max-width: 100%;
}

@media (min-width: 320px){
  .about-layout-4 .about-holder .img-holder{
    max-height: 200px;
  }
}

@media (min-width: 768px){
  .about-layout-4 .about-holder .img-holder{
    max-height: 300px;
  }
}

@media (min-width: 992px){
  .about-layout-4 .about-holder .img-holder{
    max-height: 400px;
  }
}
/*end layout-4*/



section.main-content{padding-top: 60px;}

small.date{color: #aaa;}

footer.main{padding: 45px 0; margin-top: 0;font-weight:300;}
footer.main h5.widget-title{margin: 0 0 10px 0;font-weight: 600;}
footer.main ul{margin: 0;}
footer.main .contact-list i{margin-right: 10px;color: #fff;background: #1cb0ce;height: 25px;width: 25px;border-radius: 50%;font-size: 15px;text-align: center;line-height: 25px;}
footer.main .widget li{border-bottom: 1px solid #ffffff1a;}

footer.main .social-networks li {border: none;margin-right: 15px !important;color: #fff;background: #1cb0ce;height: 30px;width: 30px;border-radius: 50%;font-size: 15px;text-align: center;line-height: 30px;padding: 0;margin-top: 15px !important;}
footer.main .contact-list li {padding: 9px 0 8px 0;}
footer.main .widget,footer.main .about-wrapper{margin-bottom: 0;float: left;width: 25%;padding-right: 30px;}


/*inside page*/
.home-archive{padding-top: 0;padding-bottom: 0;}


.comments-area {
  margin-top: 30px;
}
.comments-area h2 {
  margin-bottom: 15px;
  font-size: 19px;
  border: none;
  margin-top: 45px;
}
.comments-area ol {
  margin: 0;
  list-style: none;
}
.comments-area ol.comment-list {
  padding: 0;
}
.comments-area footer {
  background: none;
  padding: 0;
  text-align: left;
  color: #666;
  margin: 0 !important;
}
.comments-area .comment-form label,
.comments-area .comment-form input {
  display: block;
  font-weight: 300;
}
.comments-area .comment-form input,
.comments-area .comment-form textarea {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  width: 100%;
}
.comments-area .comment-form .form-submit input {
  background: #333;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: none;
}
.comment-metadata {
  font-size: 0.8em;
}
/*widget*/

.widget {
  margin-bottom: 35px;
  float: left;
  width: 100%;
  position: relative;
}

.widget ul,
.widget ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.widget li{
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
}
.widget .widgets-list-layout-links {
  float: left;
  width: 80.404255%;
  line-height: 19px;padding-left: 15px;
}
.widget_archive li,.widget_categories li{text-align: right;}
.widget_archive li a,.widget_categories li a{float: left;}



.jetpack_subscription_widget {background: #333;padding: 30px;color: #fff;}
.jetpack_subscription_widget h3.widget-title{color: #fff;}
.widget #subscribe-email input{width: 100%;}

.widget_wpcom_social_media_icons_widget li{float: none;}
.widget_wpcom_social_media_icons_widget li a{font-size:1.75em;}
.widget_wpcom_social_media_icons_widget li a.genericon-facebook{color: #507cbe;}
.widget_wpcom_social_media_icons_widget li a.genericon-twitter{color: #63ccf1;}
.widget_wpcom_social_media_icons_widget li a.genericon-instagram{color: #e22291;}
.widget_wpcom_social_media_icons_widget li a.genericon-pinterest{color: #63ccf1;}
.widget_wpcom_social_media_icons_widget li a.genericon-linkedin{color: #2386ef;}
.widget_wpcom_social_media_icons_widget li a.genericon-youtube{color: #dc4a38;}
.widget_wpcom_social_media_icons_widget li a.genericon-googleplus{color: #dc4a38;}


/*widget*/

.widget .entry-meta a,.widget .post-date{color: #aaa;font-size: 0.85em;display: block;}
.widget_bttk_posts_category_slider_widget .carousel-title .title{margin: 0;}
.widget_bttk_posts_category_slider_widget .carousel-title .title a{color: #333;}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span{display: none;}
.widget_bttk_author_bio .author-socicons li {display: inline-block;margin: 3px;width: auto;float: none;border: none;padding: 5px;}
.text-signature {font-family: 'Lovers Quarrel', cursive;font-size: 45px;color: #333;margin-bottom: 10px;border-bottom: 1px solid #eee;padding-bottom: 25px;}
.bttk-author-bio-holder {border: 1px solid #eee;}
.bttk-author-bio-holder .text-holder{padding:0 20px 15px 20px;}
.widget_bttk_custom_categories ul li{padding: 0 0 0 15px;}
.widget_bttk_custom_categories ul li .cat-title{padding-top: 10px;}
.widget .owl-theme .owl-nav{width: 100%;top: 0;}
.widget_bttk_social_links ul li{border: none;padding: 1px;display: inline-block;width: 25%;}
.widget_bttk_social_links ul li a{display: inline-block;width: 100%;}


.widget-newsletter{background-color: #eee;text-align: center;}
.widget-newsletter .widget{margin: 0;}
.widget-newsletter .widget h5 {margin: 0 0 20px 0;font-size: 2.5em;}
.widget-newsletter .blossomthemes-email-newsletter-wrapper{overflow: hidden;padding:0 10%;background: none !important;}


.widget-newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"],.widget-newsletter  .blossomthemes-email-newsletter-wrapper form input[type="email"]{width: 70%;margin: 0 1% 0 0;border:none;}
.widget-newsletter .blossomthemes-email-newsletter-wrapper form input[type="submit"]{width:20%;color: #fff;border:none;}
.blossomthemes-email-newsletter-wrapper .text-holder h3{font-size: 1em; margin: 0 0 30px;font-weight: 400;color: #888;}

.widget-instagram .photos-5 {display: none;}
.widget-instagram .owl-carousel{display:block;}


.widget ul.photos-5 li {
  float: none;
  width: 100%;
  height: auto;
  padding: 0;
  border: none;
  position: relative;
  overflow: hidden;
}
.widget .profile-link{width: 100%;display: block;text-align: center;color: #fff;padding: 7px 25px;margin-top: 5px;}




.widget-instagram {position: relative;margin: 1px 0;overflow: hidden;}
.widget-instagram .widget{margin: 0;}
.widget-instagram ul{margin: 0 !important; padding: 0; position: relative;list-style: none;}
.widget-instagram .owl-nav{top: 50%;width: 100%;transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}

.widget-instagram .owl-carousel .owl-nav .owl-prev{float: left;background: url(images/left.png) no-repeat center;margin-left: 15px;}
.widget-instagram .owl-carousel .owl-nav .owl-next{float: right;background: url(images/right.png) no-repeat center;margin-right: 15px;}
.widget-instagram .owl-carousel .owl-nav .owl-prev,.widget-instagram .owl-carousel .owl-nav .owl-next {
  background-color: #000000c4;
  background-size: 20px;
  text-indent: -10000px;
  overflow: hidden;
  height: 40px;
  width: 30px;
}
.widget-instagram .owl-carousel .owl-item{height: 200px;background-color: #000;}
.widget-instagram .owl-carousel .owl-nav .owl-prev.disabled,.widget-instagram .owl-carousel .owl-nav .owl-next.disabled {background-color: #616161c4;opacity: 0.3;}
.widget-instagram ul li .instagram-meta {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 12px;
  left: 50%;
  letter-spacing: 1px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
  z-index: 100;
  width: 100%;
  display: block !important;
  bottom: auto;
  background:none;
}
.widget-instagram ul li:hover .instagram-meta{
  top: 50%;

}
.widget-instagram ul .instagram-meta span{margin: 0 10px;}
.widget-instagram .profile-link{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
  border-radius: 25px;
  border: 3px solid #fff;
  width: auto;
  background: #000;
  padding: 7px 25px;
  color: #fff;
}

.widget-instagram ul li:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
}

.widget-instagram ul li:hover:after, .widget-instagram ul  li:focus:after{opacity: 1;}
.widget_btif_instagram_widget ul li .instagram-meta{display: none;}
.widget_btif_instagram_widget ul.photos-5 li{width: 100%;border: none;margin: 0 !important;    padding: 0 !important;}
.widget_btif_instagram_widget ul li .instagram-meta .fa-comment{float: none;}

.scroll-top-wrapper {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background:rgba(0,0,0,0.5);
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.scroll-top-wrapper .fa-2x{font-size: 18px;}

.author-post {border: 1px solid #eee;padding: 30px 30px 15px 30px;margin: 30px 0;}
.author-post .author-image{float: left;width: 75px;}
.author-post .author-image img.photo{border-radius: 50%;}
.author-post .author-details{overflow: hidden;padding:0 30px;}
.author-post .author-details h4{margin-bottom: 15px;}
.author-post .author-details p{color:#999;}

/*end extra css*/




/*additional css*/

/*color-scheme*/

/*primary*/
header .search-submit,
.widget .profile-link,
.search-submit, 
.featured-layout h6.category a, 
.navbar .navbar-nav li.register .nav-link,
.widget_search input.search-submit,
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link,
.schedule-layout-2 .schedule-holder .session-block .time-img .time, 
.schedule-layout .schedule-holder .session-block .icon, 
section[class*=venue-layout-]:before, 
.join-events, section[class*=gallery-layout-] .img-box:after, 
.owl-carousel .owl-dots .owl-dot.active span,  
.owl-carousel .owl-dots .owl-dot:hover span, 
section[class*=tickets-layout-] .tickets-holder, 
[class*=schedule-layout-] .nav-pills .nav-link:hover, 
.owl-carousel .owl-nav [class*=owl-]:hover, 
[class*=schedule-layout-] .tab-content .tabContent-toggler, 
.pricing-layout-1 .price-block:before, 
.comments-area .comment-form .form-submit input:hover, 
.pagination li a:hover, 
.pagination li.active a, 
.speaker-layout-4 .speaker-holder:hover .img-holder:before,
.single-post .category a:hover{
  background-color: var(--primary-color);
}

.owl-dots .owl-dot.active, 
.owl-dots .owl-dot:hover{
  background-color: var(--primary-color) !important;
}

[class*=schedule-layout-] .nav-pills .nav-link.active:before{
  border-color: var(--primary-color) transparent transparent transparent; 
}

.schedule-layout-2 .nav-pills .nav-link.active:before, 
.schedule-layout-2 .schedule-holder .session-block .time-img .time:before{
  border-color: transparent transparent transparent var(--primary-color) !important;
}


.select-timezone form select{width: 100%;}


.comment-author a,
.entry-title a,
.readmore,
.post-content article a:focus,
.post-content article a:active,
.comment-form a:hover,
aside a:hover,
.sidebar a:hover,
.comment-metadata a:hover,
.single-post .info .post-author, 
.single-post .info .post-author a,
.news-title a:hover,
.news-snippet a.readmore:after,
blockquote a:hover,
table a:hover,
article .entry-content ol li a:hover,
figcaption a:hover, dd a:hover,
p a:hover, .page-links a:hover,
.reply a:hover, .post-edit-link:hover,
.post-content article a:hover,
.post-content article a:visited:hover,
.posts-navigation .nav-links a,
article .entry-header .entry-meta a:hover,
article .entry-footer a:hover{
   color: var(--primary-color);
}

.session-block .time [class*=icon-],
.session-block .room [class*=icon-], 
.session-block .date [class*=icon-],
[class*=schedule-layout-] .session-content-wrapper .detail-btn, 
.faq-layout-1 .accordion .btn-link:before, 
section[class*=testimonials-layout-] .fa-quote-left, 
.pricing-layout-1 .price-block .p-text .price-tag, 
.comments-area a, 
.pagination li a, 
.testimonials-layout-4 .item .social-media li a, 
.speaker-detail .speaker-info .speaker-social-links li a, 
.speaker-session ul li a, 
.schedule-holder .session-block .session-content-wrapper .speakers .text span a{
  color: var(--primary-color);
}

.speaker-detail .speaker-info .speaker-social-links li a:hover{
  border-color: var(--primary-color); 
  background-color: var(--primary-color);
}

.pagination li a:hover, .pagination li.active a{
  border-color: var(--primary-color);
}
.owl-theme .owl-nav [class*=owl-]:hover{
  border-color: var(--primary-color) !important;
}


.pagination .nav-links .page-numbers:hover, 
.pagination .nav-links .page-numbers.current {
  background: var(--primary-color); 
  border-color: var(--primary-color);
}
/*end primary*/

/*secondary*/
[class*=schedule-layout-] .tab-content .nav-pills .nav-link.active, 
.navbar-nav .nav-link:before, 
.navbar-nav .dropdown-menu, 
.comments-area .comment-form .form-submit input,
.news-snippet .category a,
.single-post .category a,
.widget_search input.search-submit:hover{
  background-color: var(--secondary-color);
}



.news-snippet a.readmore:hover,
.news-snippet a.readmore:hover:after,
.entry-title a:hover,
blockquote a,figcaption a,
.page-links a, .comment-author a:hover,
#cancel-comment-reply-link:hover,
.posts-navigation .nav-links a:hover,
aside.widget li a:hover, 
.blog-list-block .news-snippet .news-title a:hover, 
.blog-list-block .news-snippet .readmore:hover, 
.comments-area a:hover, 
.testimonials-layout-4 .item .social-media li a:hover, 
.inside-page [class*=venue-layout-] .location .fa, 
.speaker-session ul li a:hover,
.schedule-holder .session-block .session-content-wrapper .speakers .text span a:hover{
  color: var(--secondary-color);
}

.news-snippet .category a:hover{background-color: var(--primary-color);}
.navbar-nav .dropdown-menu li a:hover, 
.navbar-nav .dropdown-menu .dropdown-item.text-dark, 
[class*=schedule-layout-] .session-content-wrapper .detail-btn:hover{
  color: var(--secondary-color) !important;
}

input:focus{
  border-color: var(--secondary-color) !important;
}
/*end secondary*/


/*light color*/
.schedule-layout-2 .session-block .time [class*=icon-],
.footer ul li, 
.footer ul li a, 
.copyright, 
.copyright p, 
.copyright a{
  color: var(--light-color);
}

.news-snippet .category a{color: #fff;}
.single-post .category a{
  color: var(--light-color) !important;
}
/*end light color*/


/*text color*/
.speaker-layout-3 .speaker-holder .speaker-content p,
.speaker-layout-4 .speaker-holder .speaker-content p, 
.inside-page [class*=venue-layout-] p{
  color: var(--text-color);
}
/*end text color*/

/*dark color*/

.page-title,
.comments-area .comments-title,
.comment-reply-title,
aside .widget-title, 
.sidebar .widget-title, 
.comments-area .comment-form label, 
.comments-area .comment-form input,
h5.widget-title:after, 
.news-title a,
.single-post .info .post-author:hover, 
.single-post .info .post-author:hover a,
h2 a, h3 a, h4 a,h2 a:visited, 
h3 a:visited, h4 a:visited,
.blog-list-block .news-snippet .news-title a, 
.sponsors-layout-2 .sponsor-subtitle, 
.inside-page [class*=venue-layout-] .venue-title, 
.banner-layout-4 #clockdiv,
.single-post .list-inline li:hover, 
.single-post .list-inline li:hover a,
.schedule-holder .session-block .session-content-wrapper .speakers .text span{
  color: var(--dark-color);
}

.speaker-layout-3 .speaker-holder .speaker-content .speaker-title a, 
.speaker-layout-4 .speaker-holder .speaker-content .speaker-title a,
.news-snippet .list-inline li:hover,
.news-snippet .list-inline li:hover a{
  color: var(--dark-color) !important;
}
.speaker-layout-3 .speaker-holder .speaker-content .speaker-title a:hover, 
.speaker-layout-4 .speaker-holder .speaker-content .speaker-title a:hover,
[class*=speaker-layout-] .speaker-title a:hover{
  color: var(--secondary-color) !important;
}
.main-title .title:before, 
h5.widget-title:after, 
.section-heading:after,
.footer{
  background-color: var(--dark-color);
}
.banner-layout-4 #clockdiv div > span{
  border-color: var(--dark-color);
}
/*end dark color*/


/*accent-color*/
aside a,
.sidebar a,
.comment-metadata a,
.comment-form a,
.post-content article a,
.post-content article a:visited,
table a,
article .entry-content ol li a,
dd a, p a, .reply a, .post-edit-link,
.posts-navigation .nav-links a,
#cancel-comment-reply-link,
article .entry-header .entry-meta a,
article .entry-footer a{
  color: var(--secondary-color);
}
/*end accent-color*/


/*grey color*/
.single-post .list-inline li,
.single-post .list-inline li a,
.news-snippet .summary .list-inline li,
.news-snippet .summary .list-inline li a,
.schedule-holder .session-block .session-content-wrapper .time-room span a, 
.schedule-holder .session-block .session-content-wrapper .time-room span{
  color: var(--grey-color);
}
/*end grey color*/


/*header text color*/
h2,h3,h4,h5,h6{
  color: var(--header-text-color);
  margin:15px 0 5px 0;
}
/*ending header text color*/

/*end color-scheme*/


h1,h2,h3,h4,h5,h6{
  font-family: var(--heading-font-family);
  line-height: 1.5;
}
.title{font-family: var(--heading-font-family);}
h1,h2,h3,h4{margin:10px 0 20px 0;}
h5,h6{margin:0 0 10px 0;}

h1{font-weight: 600;font-size: 3rem;line-height: 1.25;}
h2{font-weight: 600;font-size: 2.5rem;line-height: 1.2em;}
h3{font-weight: 500;font-size: 2rem;line-height: 1.5;}
h4{font-weight: 500;font-size: 1.5rem;line-height: 1.5;}
h5{font-weight: 600;font-size: 1.35rem;line-height: 1.25;}
h6{font-weight: 600;font-size: 1rem;line-height: 1.25;}

img{
  transition: all 0.3s ease;
  display: block;
}
a{
  transition: all 0.3s ease;
}
a,
.comments-area a{ 
  text-decoration: none;
}
article a{
  text-decoration: underline;
}
button{
  transition: all 0.3s ease;
}

input{
  transition: all 0.3s ease;
}
input,
.form-control{
  border-radius: 0 !important;
  height: 45px;
  border-color: #ddd;
}
textarea{
  border-radius: 0 !important;
}
[class*=fa-]{
  font-family: FontAwesome !important;
}
.content-area{
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1140px;
}
.btn{
  padding: 13px 38px;
  transition: all 0.3s ease;
  border-radius: 5px;
  font-weight: 500;
  border: 1px solid;
  display: inline-block;
  vertical-align: top;
}
.btn-primary{
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary:hover,.btn-primary:active{
  background: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-outline-primary{
  background: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.btn-outline-primary:hover{
  color: var(--light-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-secondary{
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-secondary:hover{
  background: transparent;
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-outline-secondary{
  background: transparent;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.btn-outline-secondary:hover{
  color: var(--light-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-outline-white{
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-white:hover{
  background: #fff;
  border-color: #fff;
  color: var(--dark-color);
}
.title-2{
  color: #fff;
}

.main-title .title{
  position: relative;
  vertical-align: top;
  margin: 0 0 50px;
}
.main-title.sub-title{
  margin: 0 0 30px;
}
.main-title.sub-title .title{
  margin: 0;
}
.main-title.sub-title .title:before{
  content: none;
}
.sub-title{
  display: block;
  margin: 10px 0 0;
}

/* .home-section{
  padding: 70px 0;
} */

.spacer{margin:160px 0;}

.owl-nav button span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #ccc !important;
  border-radius: 0;
  margin: 0 10px 0 0;
}


/*header*/
header{
  position: relative;
}
.header{
  transition: all 0.5s ease-in-out;
  padding: 15px 0;
}
.header-layout-1 .main-navigation ul{
  float: right;
}
.header-layout-2 .social-icons{
  direction: ltr;
}
.header-layout-2 .site-branding{text-align: right;}
.header-layout-2 .social-navigation{text-align: left;}
.site-branding-social{
  display: grid;
  align-items: center;
  grid-template-columns: 23% 1fr;
}
.header-layout-2 .site-branding-social {
  direction: rtl;
}
.header-layout-2 .main-navigation ul{
  direction: ltr;
}
.header-layout-3 .site-branding-social{
  display: block;
}
h1.site-title{margin: 0;}

.site-description{
  margin: 0;
}
.site-description{
  color: var(--dark-color);
}
header .navbar-collapse{
  flex-grow: 0;
  margin: 0 0 0 auto;
}

.customize-partial-edit-shortcuts-shown.logged-in.sticky header,
.customize-partial-edit-shortcuts-hidden.logged-in.sticky header{
  margin-top: 0;
  top: 0;
}

body{
  color: var(--text-color);
  font-family: var(--body-font-family);
}
body.sticky #masthead{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
body.logged-in.sticky #masthead{top: 32px;}

#masthead{
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  background-color: var(--header-background);
  position: relative;
  z-index: 9999;
}


/* .site-branding {max-width: 300px;} */
header .site-title a{display: block; overflow: hidden; font-weight: 700; overflow-wrap: break-word; line-height: 1.2;}

header.header-layout-3 .header-wrapper  .site-branding{max-width: 100%; text-align: center; margin: 0 0 15px;}

header.header-layout-3 .header-wrapper .main-navigation{text-align: center;  padding: 15px 0 0;}

.menu-toggle{
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}


/*container*/
.container{width: 100%;max-width: 1140px;margin:0 auto;padding: 0 15px;}


/*social*/
.header-layout-1 .social-icons, .header-layout-2 .social-icons{padding: 0; margin: 0 0 15px;}
.social-icons .list-inline{margin: 0;}
.header-layout-1 .social-icons .list-inline{justify-content: flex-end;}
.header-layout-3 .social-icons .list-inline{justify-content: center;}

.social-icons .list-inline li:first-child{
  margin-left: 0;
}
.social-icons .list-inline li{
  padding: 0;
  margin: 0 3px;
}
.social-icons .list-inline li:before{
  content: none;
}
.social-icons .list-inline li:hover{
  opacity: 0.8;
}
/*.social-icons .list-inline li.facebook{background: #3b5998;}
.social-icons .list-inline li.twitter{background: #00aced;}
.social-icons .list-inline li.pinterest{background: #cb2027;}
.social-icons .list-inline li.instagram{background: #517fa4;}
.social-icons .list-inline li.youtube{background: #bb0000;}*/
.social-icons .list-inline li a{
  color: var(--primary-color);
}
.footer .social-icons .list-inline li a{
  color: var(--light-color);
}
/*social*/

header.header-layout-3 .social-icons{
  padding: 0;
  border: 0;
  margin: 0 0 15px;
}

/*banner-overlay*/
section[class*=banner-layout-] .item{
 position: relative;
 z-index: 0;
}
section[class*=banner-layout-] .item:before{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 opacity: 0.7;
 z-index: -1;
}
.banner-layout-1 .img-holder{position: relative;z-index: -2;}
.banner-layout-1 .img-holder img{width: 100%;}
/*end-banner-overlay*/


/*banner-layout-1*/
.banner-layout-1{
 z-index: 0;
 margin: 0 0 60px;
}
.banner-layout-1 .group-btn{
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 margin: 30px 0 0;
}
.banner-layout-1 .group-btn .btn{
 margin: 0 15px 0 0;
}
.banner-layout-1 .group-btn .btn:last-child{
 margin: 0;
}
.banner-layout-1 .item{
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 background-attachment: fixed;
}
.banner-layout-1 .item .caption{
 margin: 0 auto;
 max-width: 730px;
 text-align: center;
 color: #fff;
 padding: 120px 0;
}
.banner-layout-1.left .caption,
.banner-layout-1.right .caption{
 max-width: 600px;
}
.banner-layout-1.left .caption{
 text-align: left !important;
 margin: 0 auto 0 0;
}
.banner-layout-1.right .caption{
 text-align: right !important;
 margin: 0 0 0 auto;
}
section[class*=banner-layout-] .item .caption .title{
 margin: 0 0 15px;
 color: #fff;
 font-weight: 600;
 line-height: 1.25em;
}
.banner-layout-1 .item .caption p{
 color: #fff;
 margin: 0 0 20px;
}
.banner-layout-1 .item .caption .date-location{
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 margin: 0 0 15px;
}
.banner-layout-1 .item .caption .date-location div{
 margin: 0 30px 0 0;
}
.banner-layout-1 .item .caption .date-location div:last-child{
 margin: 0;
}
.banner-layout-1 .item .caption .btn-primary:hover,
.banner-layout-1 .item .caption .btn-secondary:hover{
 border-color: #fff;
 color: #fff;
}
.banner-layout-1.left .caption .date-location,
.banner-layout-1.left .group-btn{
 justify-content: flex-start !important;
}
.banner-layout-1.right .caption .date-location,
.banner-layout-1.right .group-btn{
 justify-content: flex-end !important;
}

section[class*=banner-layout-] .caption .hero-subtitle{
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0 0 10px;
}
section[class*=banner-layout-] .caption .location{
  margin: 30px 0 15px 0;
}
/*end banner-layout-1*/

/*  */
.pricing-block .pricing-card:hover{background: var(--light-color);color: var(--dark-color);}
.pricing-block .pricing-card:hover h4{color:var(--header-text-color);}
.pricing-block .pricing-card:hover .pricing-title span{color:var(--primary-color);}



/*event-information*/
.event-main-information-wrapper .event-information-holder{
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  grid-gap: 30px;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  margin: 10px 0 0;
}
.event-main-information-wrapper .event-information-holder .date i,
.event-main-information-wrapper .event-information-holder .time i{
  color: var(--primary-color);
}
.event-main-information-wrapper .event-information-holder .time{
  margin: 10px 0;
}
/*end event-information*/


/*banner-layout-2*/
.banner-layout-2{
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.banner-image-holder .banner-wrapper{width: 100%;max-width: 1400px;margin: 0 auto;}
.banner-layout-2 .item {
  background-image: url(./images/banner-overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: static !important;
}
.banner-layout-2 .item:before{
  background-color: transparent !important;
}
.banner-layout-2 .banner-image-holder{
  z-index: 999;
}
.banner-layout-2 .banner-image-holder + .item{
  padding: 0 0 200px;
}
.banner-layout-2 .banner-image-holder .img-holder {
  height: 500px;
  overflow: hidden;
  margin: -200px 0 0;
}
.banner-layout-2 .banner-image-holder .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-layout-2 .item .caption{
  margin: 0 auto;
  color: #fff;
  position: relative;
}

.banner-layout-2 .item .caption .title{
  margin: 0 0 20px;
  color: var(--header-text-color) !important;
}
.banner-layout-2 .item .caption p{
  color: var(--dark-color) !important;
  margin: 0 0 20px;
}
.banner-layout-2 .item svg{
  width: 100%;
  height: 100%;
}
.banner-layout-2 .item .row{
  padding: 100px 0;
  align-items: flex-end;
}
/*.banner-layout-2 .item .row [class*=col-]{
  margin: 0 0 30px;
  padding: 0 30px;
}
.banner-layout-2 .item .row [class*=col-]:last-child{
  margin: 0;
}*/
.banner-layout-2 .caption .location{
  color: var(--text-color) !important;
}
.banner-layout-2 .item .caption .date-location{
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 30px 0;
  color: var(--text-color);
}
.banner-layout-2.center .item .caption .date-location{
  justify-content: center;
}
.banner-layout-2 .item .caption .date-location div{
  margin: 0 30px 0 0;
}
.banner-layout-2 .item .caption .date-location div:last-child{
  margin: 0;
}
.banner-layout-2 .item [class*=icon-]{
  color: var(--primary-color);
}

.banner-layout-2 .group-btn{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner-layout-2 .group-btn .btn{
  margin: 0 15px 0 0;
}
.banner-layout-2.center .group-btn{
  justify-content: center;
}
.banner-layout-2 .group-btn .btn:last-child{
  margin: 0;
}
.banner-layout-2 .item .caption .banner-btn [class*=fa-]{
  margin: 0 0 0 10px;
  vertical-align: middle;
}

.banner-layout-2.center .row [class*=col-]{
  margin: 0 auto 50px;
}
.banner-layout-2.center .row [class*=col-]:first-child{
  margin: 0 auto;
}
.banner-layout-2.right .row{
  flex-direction: row-reverse;
}
/*end banner-layout-2*/



/*countdown timer*/
.countdown-timer-block{
  background: var(--light-color);
  text-align: center;
  border-radius: 1000px;
  padding: 40px 50px;
  margin: -40px 0 0;
  z-index: 1;
}
#clockdiv{
  color: var(--header-text-color);
  display: inline-block;
  text-align: center;
  font-size: 70px;
  line-height: 1;
  border-radius: 1000px;
  font-weight: 500;
}
.banner-layout-2 #clockdiv{
  font-size: 40px;
  line-height: 1em;
  /*border: 1px solid var(--light-color);
  padding: 0 30px;*/
}
.banner-layout-2 #clockdiv,.banner-layout-3 #clockdiv,.banner-layout-4 #clockdiv{
  color: var(--header-text-color);
}

#clockdiv > div{
  border-radius: 3px;
  display: inline-block;
  /*margin: 0 60px 0 0;*/
  padding: 10px 20px;
}
#clockdiv > div:last-child{
  margin-right: 0;
}

#clockdiv div > span{
  /*padding: 0 15px;*/
  /*border-radius: 3px;*/
  /*border: 1px solid #fff;*/
  display: inline-block;
}

.smalltext{
  /*padding-top: 5px;*/
  font-size: 18px;
}
/*end countdown timer*/



/*schedule*/
.schedule-block .main-title.sub-title{
  text-align: center;
}
.schedule-block .main-title .title:before{
  content: none;
}
.schedule-layout .schedule-holder a {
  text-decoration: none;
  color: var(--header-text-color);
}
.schedule-layout .schedule-holder a:hover{color: var(--secondary-color);}

.select-timezone {
  margin-bottom: 30px;
  text-align: right;
}
.select-timezone form{display: inline-flex;}
.select-timezone form input{background-color:var(--secondary-color);border: none;
    color: #fff;
    padding: 10px 20px;}
.select-timezone form select{padding: 5px;}
.select-timezone form input:hover{background-color:var(--dark-color);}
.schedule-holder .session-block .session-content-wrapper .speakers .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/*end schedule*/


/*blog*/
section[class*=blog-layout-] .grid-view {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
section[class*=blog-layout-] .featured-image{
  max-height: 250px;
}
.blog-list-block .news-snippet .readmore{
  display: block;
  margin: 12px 0 0;
  color: var(--primary-color);
}
.home-section .blog-list-block .type-post{
  margin: 0;
}
/*end blog*/

/* testimonials */
.testimonials-wrapper h2{text-align: center;}
/* testimonials */

/*inner pages*/


.grid-view {
  grid-gap: 30px;
  column-count: 2;
}
.list-view {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
.list-view .news-snippet .featured-image {
  width: 35%;
  float: left;
}
.list-view .news-snippet .summary {
  /*width: 65%;*/
  /*padding: 0 15px 0 30px;*/
  /*margin: 0 0 30px;*/
}
/*.search-results .news-snippet{
   border: 1px solid #ddd;
}*/
.search-results .news-snippet .summary{
  border: 0;
}
.search-results .news-snippet .featured-image{
  margin: 0;
}
.news-snippet .summary {
  width: 100%;
  float: left;
}
.news-snippet {
  float: left;
  height: 100%;
  width: 100%;
}
.news-snippet .featured-image {
  width: 100%;
  /*margin-bottom: 20px;*/
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  display: block;
}
.news-snippet .featured-image:hover img{
  transform: scale(1.03) translate3d(3px,3px,0);
  -webkit-transform: scale(1.03) translate3d(3px,3px,0);
}
.list-inline{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 10px 0;
  padding: 0;
}
.list-inline li {
  position: relative;
  margin: 0 10px 5px 0;
  padding: 0 15px 0 0;
}
.list-inline li:before {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  color: #999;
}
.list-inline li:last-child:before {
  content: none;
}
h6.category {
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.comments-area ol.comment-list article {
  margin-bottom: 15px;
  background: #fff;
  padding: 20px;
}
.comments-area footer {
  background: none;
  padding: 0;
  text-align: left;
  color: #666;
  margin: 0 !important;
}
.comments-area .comment-form label, .comments-area .comment-form input {
  display: block;
  font-weight: 300;
}
.comments-area .comment-form input, .comments-area .comment-form textarea {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  width: 100%;
}
.comments-area .comment-form .form-submit input {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: none;
}
.comments-area h2 {
  margin: 0 0 15px;
}
h1.entry-title, h1.page-title, h1 {
  margin: 0 0 25px 0;
  overflow-wrap: break-word;
}
.comments-area ol.comment-list {
  padding: 0;
  margin: 0 0 30px;
}
.comments-area ol {
  margin: 0;
  list-style: none;
}
.comment-author.vcard,
.comment-metadata{
  margin: 0 0 10px;
}
.comment-metadata .edit-link{
  margin: 0 0 0 10px;
}
.comment-author.vcard img{
  max-width: 40px;
}
aside.widget {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
  border: 1px solid #eee;
  background: #fff;
}
.widget_search label {
  width: 78%;
  float: left;
  margin: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.widget_search input.search-field {
  padding: 8px 5%;
  border: none;
  width: 100%;
  background: #eee;
}
.widget_search input.search-submit {
  border: none;
  background: url(images/search.png) center no-repeat;
  color: #fff;
  width: 22%;
  background-size: 18px;
  text-indent: -9999px;
  transition: all 0.3s ease;
  background-color: var(--primary-color);
}
h5.widget-title, .section-heading {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  position: relative;
}
h5.widget-title {
  margin: 0 0 10px 0;
}
.widget ul, .widget ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
aside.widget li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0 !important;
  border-bottom: 1px solid #eee;
}
aside.widget li:last-child{
  border: 0;
  padding-bottom: 0;
}
.news-title{
  margin: 0 0 15px;
}
/*blog-list-block*/

.single-post .feature-image img,
.blog-list-block .featured-image img{
  width: 100%;
}
/*.full-width-view.blog-list-block .news-snippet .summary{
  padding: 15px;
  border: 1px solid #eee;
  background-color: #fff;
}*/
.full-width-view .news-snippet .featured-image,
.grid-view .news-snippet .featured-image{
  margin: 0;
}
.full-width-view .type-post{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.home-section .grid-view.blog-list-block .news-snippet .summary{
  border: 0;
}
.grid-view .type-post{
  margin: 0 0 30px;
  display: inline-block;
  vertical-align: top;
  break-inside: avoid;
}
.list-view .type-post {
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.list-view .type-post:last-child{
  margin: 0 0 30px;
}
/*.list-view .type-post:last-child{
  border: 0;
}*/
.blog-list-block .news-snippet .category{
  margin: 0 5px 5px 0;
}
/*.single-post{
  margin: 0 0 30px;
}*/
.comments-area h2{
  margin-bottom: 15px;
  border: none;
  margin-top: 45px;
}


.loadmore-btn {
  text-align: center;
  margin: 0 0 50px;
}


.pagination{
  display: flex;
  margin: 0 0 50px;
  justify-content: center;
}
.pagination .nav-links .page-numbers{
  padding: 7px 15px;
  border: 1px solid #ddd;
  text-decoration: none;
  margin: 0 5px 0 0;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.pagination .nav-links .page-numbers:hover{
  color: #fff;
}
.pagination .nav-links .page-numbers.dots {
  border: 0;
  margin: 0;
  border-color: transparent !important;
  background: transparent !important;
  color: inherit; 
}
.pagination .nav-links .page-numbers.current{
  color: #fff;
}
/*end blog-list-block*/

.content-width {
  padding-left: 200px;
  padding-right: 200px;
}


.inside-page{
 padding-top: 50px;
 padding-bottom: 50px;
}
.inside-page .home-section{
  padding: 0;
  background: transparent;
  background-image: none !important; 
}
.inside-page .home-section:before{
  content: none;
}
.inside-page .home-section .main-title{
  display: none;
}
.inside-page .home-section .container{
  max-width: 100%;
  padding: 0;
}
.inside-page .home-section a{text-decoration: none;}


/*inner venue*/
.inside-page [class*=venue-layout-]{
  color: inherit;
}
.inside-page [class*=venue-layout-] .row{
  display: block;
}
.inside-page [class*=venue-layout-] .row [class*=col-]{
  max-width: 100%;
}
.inside-page [class*=venue-layout-] .venue-title{
  max-width: 100%;
}
.venue-layout-main{padding: 60px 0;}
.venue-info-wrapper{display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px; }
/*end inner venue*/


/*inner sponsor*/
.inside-page .sponsors-layout-1{
  text-align: left;
}
.sponsor-wrapper h2{text-align: center;}
/*end inner sponsor*/


/*inner speaker*/
.speaker-detail .speaker-info {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
  align-items: center;
  margin: 0 0 30px;
}
.speaker-detail .speaker-info .title{
  margin: 0 0 15px;
}
.speaker-detail .speaker-info .img-holder {
  overflow: hidden;
  width: 230px;
  height: 230px;
}
.speaker-detail .speaker-info .img-holder figure{
  margin: 0;
  height: 100%;
}
.speaker-detail .speaker-info .img-holder img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
.speaker-detail .speaker-info ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.speaker-detail .speaker-info .position li {
  position: relative;
  color: #999;
  margin: 0 10px 10px 0;
  padding: 0 15px 0 0;
}
.speaker-detail .speaker-info .position li:after{
  content: "/";
  position: absolute;
  right: 0;
}
.speaker-detail .speaker-info .position li:last-child{
  margin: 0 0 10px;
  padding: 0;
}
.speaker-detail .speaker-info .position li:last-child:after{
  content: none;
}
.speaker-detail .speaker-info .speaker-social-links{
  margin: 10px 0 0;
}
.speaker-detail .speaker-info .speaker-social-links li{
  margin: 0 15px 15px 0;
}
.speaker-detail .speaker-info .speaker-social-links li:last-child{
  margin: 0 0 15px;
}
.speaker-detail .speaker-info .speaker-social-links li a{
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  display: block;
  position: relative;
}
.speaker-detail .speaker-info .speaker-social-links li a:hover{
  color: #fff;
}
.speaker-detail .speaker-info .speaker-social-links li a .fa{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.speaker-session .title{
  margin: 0 0 20px;
}
.speaker-session ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.speaker-session ul li{
  margin: 0 0 15px;
  border: 1px solid #ddd;
  padding: 15px;
}
.speaker-session ul li:last-child{
  margin: 0;
}
.speaker-session ul li a {
  display: block;
  padding: 0 0 15px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
/*end inner speaker*/

.speakers-wrapper h2.title{text-align: center;margin-bottom: 45px;}


/*schedule-detail*/
.schedule-detail {
  padding: 0 100px;
  /* text-align: center;*/
}
.main-schedule-detail{
  margin: 0 0 50px;
}
.schedule-detail .schedule-holder .session-block .session-content-wrapper .session-speakers{
  justify-content: center;
  text-align: left;
  margin: 0 0 15px;
}
.main-schedule-detail .schedule-layout .schedule-holder .session-block{
  padding: 0;
}
.main-schedule-detail .schedule-layout .schedule-holder .session-block .session-content-wrapper{
  margin: 0;
  padding: 0;
  border: 0;
}
.main-schedule-detail .schedule-layout .schedule-holder .session-block .session-content-wrapper .title{
  margin: 0 0 20px;
  text-align: center;
}
.main-schedule-detail .schedule-layout .schedule-holder .session-block .session-content-wrapper .time-room{
  margin: 0 0 15px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
}
.related-session{
  border-top: 1px solid #ddd;
  padding: 50px 0 0;
}
.related-session .title{
  margin: 0 0 30px;
}
/*end schedule-detail*/

/*end inner pages*/



/*Skip Links CSS*/

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}


/*Skip Links CSS Ends*/



.cta-video,.cta-image{display: grid;grid-template-columns: 1fr 1fr; grid-gap: 30px;}
.cta-video iframe{border: none;}


.one-page-wrapper{position: fixed;bottom:0;left: 0;right: 0; background: #f5f2f2;border-top: 1px solid #ddd;z-index: 999999;}
.one-page-wrapper .one-page-menu{display: grid;grid-auto-flow: column;}
.one-page-wrapper .one-page-menu i{margin-right:5px}
.one-page-menu a{padding: 10px 25px;color: #666;border-right:1px solid #ddd;text-transform: uppercase;font-size: 13px;text-align: center;}
.one-page-menu a:hover,.one-page-menu a:active{background-color: #eee;box-shadow: 2px 1px 5px #ccc inset;}





/*footer*/
.footer{
  padding: 30px  0;
}
.footer .footer-widget-wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
.footer .f-logo{
 display: inline-block;
 vertical-align: top;
 font-size: 36px;
 font-weight: 600;
 width: 150px;
}
.footer .widget .post-date{
  color: rgba(255,255,255,0.6);
}
.footer a{
  color: var(--secondary-color);
}
.footer p{
  color: #fff;
}
.footer .social-icons{
  margin: 0;
  border: 0;
  padding: 0;
}
.footer .social-links li{
  margin: 0 15px 0 0;
}
.footer .social-links li:last-child{
  margin: 0;
}
.footer .social-links li a{
  width: 46px;
  height: 46px;
  border: 1px solid #8BC34A;
  font-size: 24px;
  position: relative;
  color: #8BC34A;
}
.footer .social-links li a [class*=fa-]{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.footer .social-links li a:hover{
  background: #8BC34A;
  color: #fff;
}
.footer .site-info{
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 border-top: 1px solid #ffffff4a;
 padding: 5px 0 15px 0;
}
.footer ul{
 margin: 0;
 padding: 0;
 list-style: none;
}
.footer ul li{
 margin: 0 0 15px;
 padding: 0;
}
.footer ul li:last-child{
 margin: 0;
}
.footer a{
 text-decoration: none;
 transition: all 0.3s ease;
}
.footer a:hover{
 opacity: 0.5;
}
.footer .menu li ul {
  margin-top: 15px;
}
.footer .widget-title {
 margin: 0 0 15px;
 position: relative;
 color: var(--secondary-color);
}
.footer .widget-title:before {
    content: "";
    height: 4px;
    width: 60px;
    background: var(--secondary-color);
    display: block;
    position: absolute;
    bottom: -1px;
}
.footer .widget-title:after {
    content: "";
    height: 1px;
    width: 100%;
    background: rgba(255,255,255,0.5);
    display: block;
    margin: 10px 0 0;
}
.footer .copyright{
  margin: 10px 0;
}
/*end footer*/


.news-snippet .category a,
.single-post .category a {
    position: relative;
    margin: 0 5px 15px 0;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 12px;
    display: block;
}
.news-snippet .category a:focus, 
.single-post .category a:focus {
    border: thin dotted;
}
.single-post .category a{
   margin: 0;
}

.single-post .post-author {
    position: relative;
    padding: 0 15px 0 10px;
}
.single-post .post-author:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 20px;
    height: 1px;
    background-color: var(--primary-color);
}
.single-post .post-date {
    padding: 0 25px 0 0;
}

.comments-area {
   border: 1px solid #ddd;
   padding: 30px;
}
.comments-area .comments-title{
   margin-top: 0;
}
.comments-area .comment-list {
   margin: 0;
   padding: 0;
   list-style: none;
}
.comments-area .comment-list .comment-author{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.comments-area .comment-list .comment-author img {
   margin: 0 10px 0 0;
}
.comments-area .comment-list .comment-author .fn{
   margin: 0 5px 0 0;
}
.comments-area .comment-list .comment-metadata{
   margin: 10px 0 0;
}
.comments-area .comment-list .comment-body{
   border-bottom: 1px solid #ddd;
   padding: 0 0 20px;
}
.comments-area .comment-list .comment-respond {
   margin: 30px 0;
}
.comments-area .comment-list .comment-respond .comment-reply-title{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
}
.comments-area  .comment-respond form .form-submit{
   margin-bottom: 0;
}
.comment-form .comment-form-cookies-consent{
   display: flex;
   align-items: center;
}
.comment-form .comment-form-cookies-consent input{
   width: auto;
   margin: 0 10px 0 0;
}
.comment-form .comment-form-cookies-consent label{
   margin: 0 !important;
}


.page-links .post-page-numbers {
    width: 30px;
    height: 30px;
    padding: 3px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid var(--secondary-color);
    background-color: var( --secondary-color);
    color: var( --light-color);
    margin: 0 5px 0 0;
}

.page-links .post-page-numbers.current {
    background: var(--dark-color);
    border-color: var(--dark-color);
}

.page-links a.post-page-numbers:hover{
   background: transparent;
}


.comments-area .comment-list article{
   border: 0;
}
article .entry-footer span {
    margin: 0 15px 0 0;
}

form.search-form {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
}
.search-form label {
   position: relative;
   width: 75%;
   display: flex;
   max-width: 100%;
}
.search-form label input {
   height: 30px;
   padding: 5px 15px;
   width: 100%;
   border-radius: 0;
}
.widget_search .search-form label input{
   height: 26px;
}
.search-form input[type=submit] {
   display: block;
   height: 42px;
   width: 25%;
   border-radius: 0;
}
.widget_search .search-form input[type=submit]{
   height: 44px;
}
.no-results.not-found {
   margin: 0 0 30px;
}
.related-posts{
   margin: 50px 0 20px;
}
.related-posts .post-holder{
   display: grid;
   grid-gap: 30px;
   grid-template-columns: repeat(auto-fill, minmax(260px, 2fr));
}
.related-posts .news-snippet{
   border: 1px solid #ddd;
}

.wp-block-button.is-style-squared .wp-block-button__link{
   border-radius: 0;
}
.wp-block-button__link{
   color: var(--light-color) !important;
   text-decoration: none !important;
   background-color: var(--primary-color);
}
.wp-block-button__link:hover{
   background-color: var(--secondary-color);
}
.wp-block-button.is-style-outline .wp-block-button__link{
   color: var(--primary-color) !important;
   border-color: var(--primary-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover{
   color: var(--secondary-color) !important;
   border-color: var(--secondary-color);
}


/*search page*/
.search-page article{
   margin: 0 0 30px;
   overflow: hidden;
}
.search-page article.type-post{
   border: 1px solid #ddd;
   padding: 30px;
}
.search-page article.type-post .post-thumbnail,
.search-page article.type-post .post-thumbnail img{
   width: 100%;
}
/*end search page*/


/*sidebar*/
.widget {
   float: left;
   width: 100%;
   position: relative;
}
aside .widget,
.sidebar .widget {
   border: 1px solid #ddd;
}
aside .widget ul, 
aside .widget ol
.sidebar .widget ul, 
.sidebar .widget ol{
   margin: 0;
   list-style: none;
   padding: 10px 30px;
   display: block;
   overflow: hidden;
}
aside .widget ul li, 
aside .widget ol li
.sidebar .widget ul li, 
.sidebar .widget ol li {
   float: left;
   width: 100%;
   padding: 10px 0;
   margin: 0 !important;
   border-bottom: 1px solid #ddd;
}
aside .widget ul li:last-child, 
aside .widget ol li:last-child
.sidebar .widget ul li:last-child, 
.sidebar .widget ol li:last-child {
    border: 0;
}

aside .widget-title,
.sidebar .widget-title {
   margin: 0;
   border-bottom: 1px solid #ddd;
   position: relative;
   padding: 10px 30px;
}
.widget_search {
   padding: 30px;
}
label{
   display: block;
}
.widget_search label {
   width: 78%;
   float: left;
}
.widget_search input.search-field {
   padding: 8px 5%;
   border: none;
   width: 90%;
   border-radius: 0;
   border: 1px solid #ddd;
}
.widget_search input.search-submit {
   border: none;
   background-image: url(images/search.png);
   background-repeat: no-repeat;
   background-position: center;
   width: 22%;
   background-size: 25px;
   text-indent: -9999px;
   font-size: 1em;
   line-height: 1.4;
   border-radius: 0;
}
input[type="search"] {
   -webkit-appearance: textfield;
   box-sizing: content-box;
}
.widget_tag_cloud .tagcloud,
.widget_calendar {
    padding: 30px;
}
.widget_tag_cloud .tagcloud a {
    padding: 2px 8px;
    background-color: #eee;
    border-radius: 3px;
    margin: 0 0 5px;
}
.widget_calendar caption{
   margin: 0 0 15px;
}
.widget_calendar thead tr th,
.widget_calendar tbody tr td{
   text-align: center;
   border: 1px solid #eee;
   /*border-radius: 3px;*/
}
.wp-calendar-nav [class*=wp-calendar-nav-] {
   background: #eee;
   padding: 2px 8px;
   border-radius: 3px;
}
/*end sidebar*/


/*detail page*/
h1.entry-title, h1.page-title{
   margin: 0 0 20px 0;
   overflow-wrap: break-word;
}
.list-inline > li{
   display: inline-block;
   vertical-align: middle;
}
figure.feature-image {
   padding: 0 0 20px 0;
}
figure.feature-image img {
   width: 100%;
}
blockquote {
   border: none;
   margin: 30px 0;
   border-left: 5px solid var(--secondary-color);
   padding: 30px 0 30px 30px;
   font-size: 1.4em;
   font-style: italic;
   background: #f9f9f9;
}
blockquote p{
   color: var(--dark-color);
   font-weight: 600;
}
blockquote p:last-child, 
blockquote ul:last-child, 
blockquote ol:last-child {
   margin: 0;
}
.comments-area .comment-form .form-submit input {
   color: #fff;
   letter-spacing: 2px;
   border: none;
}
.comments-area .comment-form input, .comments-area .comment-form textarea {
   border: 1px solid #ddd;
   border-radius: 0;
   box-shadow: none;
   padding: 10px;
   width: 100%;
}
.comments-area .comment-form label{
   margin: 0 0 10px;
}
.comments-area .comment-form label, .comments-area .comment-form input {
   display: block;
   font-weight: 500;
}
/*end detail page*/


/*news-snippet*/
.news-snippet .info .author-image img{
   border-radius: 50%;
   width: 22px;
   height: 22px;
}
.search-page .news-snippet{
   border: 1px solid #ddd;
   margin: 0 0 30px;
}
.news-snippet .summary{
   padding: 20px;
   color: var(--text-color);
   width: 100%;
   float: left;
}


.news-snippet .featured-image{
   padding-left: 0;
   padding-right: 0;
   display: block;
}
.news-snippet .featured-image img{
   width: 100%;
   display: block;
}
.news-snippet a.readmore{
   margin-top: 15px;
   display: block;
   position: relative;
}
.news-snippet a.readmore:after{
   content: "\f105";
   font-family: 'fontawesome';
   position: absolute;
   margin: 0 0 0 5px;
}


.grid-view {
   grid-gap: 30px;
   column-count: 2;
   display: block;
}
.grid-view .post{
   position: relative;
   display: inline-block;
   vertical-align: top;
   break-inside: avoid;
   margin: 0 0 30px;
   width: 100%;
   border: 1px solid #ddd;
}
.grid-view .col-sm-12{
   position: relative;
   overflow: hidden;
}
.grid-view .news-snippet{
   background-color: #fff;
}

.list-view {
   display: grid;
   grid-template-columns: repeat(1, 1fr);
   grid-gap: 30px;
}
.list-view .col-sm-12{
   position: relative;
   overflow: hidden;
}
.list-view .news-snippet{
   border:none;
}
.list-view .news-snippet .featured-image{
   width: 35%;
   float: left;
}
.list-view .news-snippet .featured-image + .summary{
   width: 65%;
}


.full-width-view.blog-list-block .news-snippet{
   width: 100%;
   padding-right: 0;
   border: none;
}
.full-width-view.blog-list-block .news-snippet .summary{
   background-color: #fff;
   padding: 20px;
   float: left;
   /*border: 1px solid #ddd;*/
   position: relative;
   z-index: 10;
}


.col-3-view {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(290px, 3fr));
   grid-gap: 30px;
}

.detail-content .single-post article{
   margin: 0 0 1em;
   overflow: hidden;
}
/*end news-snippet*/

/*wep-counter*/
.wep-counter-wrapper {
    position: relative;
}
/*.wep-counter-wrapper:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -80px;
    bottom: 0;
    width: 500px;
    height: 500px;
    background-color: var(--light-color);
    border-radius: 1000px;
    z-index: -1;
}*/
.wep-counter-wrapper .wep-counter-wrapper-holder{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 30px;
  align-items: center;
}
.wep-counter-wrapper .wep-counter{display: grid;grid-template-columns: 1fr 1fr;grid-gap: 30px;text-align: center;}
/*.wep-counter-number-text{padding: 30px;}*/
.wep-counter-number-text .wep-counter-number{font-size: 3em;line-height: 1em;font-weight: 500;color: var(--secondary-color);}
.wep-counter-number-text .wep-counter-text:before{position: absolute;content: '';border: 2px solid var(--secondary-color);width: 40px;left: 50%;margin-left: -20px;top: 0;}
.wep-counter-number-text .wep-counter-text{color: var(--header-text-color);position: relative; margin-top: 10px;padding-top: 10px; font-weight: 500;font-size: 1.25rem;}
/*wep-counter*/


/*organisers-profile*/
.organisers-profile .organiser-holder{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 30px;
}
.organisers-profile .organiser-holder img{
  width: 100%;
  margin: 0 0 15px;
}
.organisers-profile .main-title.sub-title{
  text-align: center;
}
.organisers-profile .organiser-title {
  margin: 0 0 15px;color: var(--dark-color);
}
.organisers-profile .organiser-title a{
  color: var(--dark-color);
}
.organisers-profile .organiser-title a:hover{
  color: var(--primary-color);
}
/*end organisers-profile*/


/*contact*/
.contact-block {
  padding: 60px 0 0;
  margin: 0 0 60px;
}
.contact-block .contact-holder{
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-gap: 30px;
}
.contact-block .contact-holder .main-title{
  margin: 0 0 30px;
}
.contact-block .contact-info .c-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 0 40px;
}
.contact-block .contact-info .c-info:last-child {
    margin: 0;
}
.contact-block .contact-info .c-info .icon {
    width: 55px;
    height: 55px;
    background: var(--primary-color);
    border-radius: 1000px;
    position: relative;
    float: left;
    margin: 0 15px 0 0;
}
.contact-block .contact-info .c-info .icon [class*=icon-] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
}
.contact-block .contact-info .c-info .text {
    flex: 1;
}
.contact-block .contact-info .c-info .text a {
    display: block;
    color: #aaa;
    margin: 0 0 8px;
}
.contact-block .contact-info .c-info .text a:hover {
    color: var(--primary-color);
}
.contact-block .contact-info .c-info .text span {
    display: block;
    color: #aaa;
    margin: 0 0 8px;
}
.contact-block .contact-info .c-info .text span:last-child {
    margin: 0;
}
.contact-block .contact-info .c-info .text .title {
    margin: 0 0 5px;
    font-weight: 500;
    color: #222;
}
.contact-block .contact-form label{
  margin: 0;
}
.contact-block .contact-form textarea{
  height: 100px;
}
.contact-block .contact-form input[type="submit"]{
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--light-color);
  padding: 10px 20px;
}
.contact-block .contact-form input[type="submit"]:hover{
  background: transparent;
  color: var(--secondary-color);
}
.contact-form [class*=col-]{
  margin: 0 0 30px;
}
.contact-form [class*=col-]:last-child{
  margin: 0;
}
/*end contact*/


/*registration*/
.registration-block {
  padding: 60px 0 0;
  margin: 0 0 60px;
}
.registration-block .registration-holder{
  display: grid;
  grid-template-columns: 35% 1fr;
  grid-gap: 40px;
}
.registration-block .registration-holder .main-title{
  margin: 0 0 20px;
}
.registration-block ol li,
.registration-block ul li{
  margin: 0 0 8px;
  color: #444;
}
.registration-block .registration-form{
  border: 1px solid #ccc;
  padding: 30px;
}
.registration-block .registration-form label{
  margin: 0;
}
.registration-block .registration-form textarea{
  height: 100px;
}
.registration-block .registration-form input[type="submit"]{
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--light-color);
  padding: 10px 20px;
}
.registration-block .registration-form input[type="submit"]:hover{
  background: transparent;
  color: var(--secondary-color);
}
.registration-form [class*=col-]{
  margin: 0 0 20px;
}
.registration-form [class*=col-]:last-child{
  margin: 0;
}
/*end registration*/


/*content-grid*/
.content-grid{display: flex;}
.content-grid .content-section,.main-content-wrapper{width: 70%;}
.content-grid .right-sidebar,.sidebar-wrapper{width: 30%;padding-left:30px;}
.content-grid .left-sidebar{width: 30%;padding-right:30px;}
/*end content-grid*/


.type-post,
.type-page{
  overflow: hidden;
  margin: 0 0 30px;
  border: 1px solid #ddd;
}


/*media*/

@media(max-width: 1024px){
  #masthead a:hover{
    transform: scale(1.0);
  }
 .content-area{
    max-width: 960px;
  }
  .main-navigation{
    padding: 15px 0 0;
  }
  /* .header-layout-1 .site-branding-social,
  .header-layout-2 .site-branding-social{
    display: block;
  } */
  /* .site-branding{
    overflow: hidden;
  } */
  .header-layout-1 .main-navigation ul{
    float: none;
  }
  /* .header-layout-1 .site-branding,
  .header-layout-2 .site-branding{
    max-width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
  } */
  .header-layout-1 .social-icons,
  .header-layout-2 .social-icons{
    float: left;
    padding: 10px 0;
    margin: 0;
  }
  .header-layout-1 .menu-toggle,
  .header-layout-2 .menu-toggle{
    margin: 0 0 0 auto;
  }

  .banner-layout-1 .item .caption,
  .banner-layout-2 .item .row{
    padding: 70px 0;
  }

  .banner-layout-2.left .item .row [class*=col-]:last-child,
  .banner-layout-2.right .item .row [class*=col-]:last-child{
    margin: 0;
  }

  .header-layout-2 .main-navigation ul{
    direction: inherit;
  }


  .main-title.sub-title,
  .main-title .title {
    margin: 0 0 30px;
  }

  #clockdiv{
    font-size: 50px;
  }

  #clockdiv > div{
    padding: 5px;
  }
  .smalltext{
    font-size: 16px;
  }

  section[class*=blog-layout-] .grid-view{
    grid-template-columns: 1fr 1fr;
  }




  /*hamburger style*/
  .menu-toggle{
    display: block;
    background: none; 
    padding: 0;
    z-index: 9999;
    margin: 0 auto;
  }

  .navbar-toggler {
    margin: 0 0 0 auto;
    border: 0;
    border-radius: 0;
    padding: 0;

  }

  #nav-icon {
    width: 26px;
    height: 24px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
  }

  #nav-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #000;
  }

  /* Icon 3 */

  #nav-icon span:nth-child(1) {
    top: 0px;
  }

  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 9px;
  }

  #nav-icon span:nth-child(4) {
    top: 18px;
  }

  .main-navigation.toggled #nav-icon span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
  }

  .main-navigation.toggled #nav-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .main-navigation.toggled #nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .main-navigation.toggled #nav-icon span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
  }

  /*end hamburger*/

  .main-navigation ul li a{
    padding: 10px 15px;
    width: 100%;
  }
  .main-navigation ul li.page_item_has_children > a::before,
  .main-navigation ul li.menu-item-has-children > a::before{
   right: 5px;
  }
  .main-navigation ul li ul li.page_item_has_children > a::before, 
  .main-navigation ul li ul li.menu-item-has-children > a::before{
   right: 15px;
  }
  .main-navigation ul li ul li.page_item_has_children > a::before, 
  .main-navigation ul li ul li.menu-item-has-children > a::before{
   content: "\f107";
  }
  .main-navigation ul ul {
   visibility: initial;
   opacity: 1;
   transition: initial;
   top: initial;
   left: initial;
   width: 100%;
   position: static;
   z-index: 999;
   transform-origin: initial;
   animation-fill-mode: initial;
   transform: initial;
   box-shadow: initial;
   height: 0;
   overflow: hidden;
   background-color: var(--header-background);
   margin: 0;
  }
  .main-navigation li {
    display: block;
  }

  .main-navigation .nav-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--header-background);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    padding: 0 15px;
    z-index: 999;
    margin: 0;
  }
  .main-navigation.toggled .nav-menu{
    display: block;
    z-index: 9999;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li:focus > ul,
  .main-navigation ul li.focus > ul{
    height: auto;
    overflow: visible;
    z-index: 1000;
    border: 1px solid #ddd;
  }
  .main-navigation ul ul ul {
    left: initial;
    top: initial;
    border-style: solid none none;
    border-top: 1px solid #ddd;
  }
}


@media (max-width: 991px){
  h1{font-size: 3rem;}
  h2{font-size: 2rem;}
  h3,h4{font-size: 1.5rem;}
  h5,h6{font-size: 1.15rem;}

  .content-area{
    max-width: 720px;
  }
  #clockdiv{
    font-size: 40px;
  }
  #clockdiv > div{
    margin: 0 30px 0 0;
  }
  .smalltext{
    font-size: 14px;
  }
  /* .home-section{
    padding: 50px 0;
  } */
  .main-title.sub-title,
  .main-title .title {
    margin: 0 0 20px;
  }

  .banner-layout-1 .item .caption{
    padding: 50px 0;
  }
  .banner-layout-2 .item .row [class*=col-]{
    padding: 0 15px;
  }
  .banner-layout-2 #clockdiv{
    margin-top: 30px;
  }

  .banner-layout-2 .banner-image-holder .img-holder{
    height: 300px;
    margin: -180px 0 0;
  }
  .banner-layout-2 .banner-image-holder + .item{
    padding: 0 0 150px;
  }
  section[class*=blog-layout-] .grid-view{
    grid-template-columns: 1fr;
  }
  .speaker-detail .speaker-info{
    display: block;
    margin: 0 0 10px;
  }
  .speaker-detail .speaker-info .img-holder{
    width: 100%;
    height: 100%;
    margin: 0 0 10px;
  }
  .content-width{padding: 15px}
  .footer .footer-widget-wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
  .content-grid{display: flow-root;}
  .content-grid .left-sidebar,.sidebar-wrapper{width: 100%;padding: 0;}
  .content-grid .right-sidebar{width: 100%;padding: 0;}
  .content-grid .content-section,.main-content-wrapper{width: 100%;}
  #banner .caption .title{
    font-size: 3rem !important;
  }
  .wep-counter-wrapper:before{
    top: -10px;
    width: 400px;
    height: 400px;
  }
}


@media(max-width: 767px){
  .header-layout-1 .site-branding-social, .header-layout-2 .site-branding-social{grid-template-columns: 80% 20%;}
  /* .site-branding{
    max-width: 250px;
  } */
  .header-layout-2 .site-branding-social .menu-toggle{display: inline-block;}
  .event-main-information-wrapper .event-information-holder{
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 20px 0 0;
  }
  .event-main-information-wrapper .social-icons .list-inline{
    justify-content: center;
  }
  #clockdiv{
    font-size: 24px;
  }
  #clockdiv > div{
    margin: 0 15px 0 0;
  }
  .countdown-timer-block{
    margin: 20px 0 0;
    padding: 0;
    background: transparent;
  }
  .banner-layout-1{
    margin: 0 0 30px;
  }
  .banner-layout-1 .item .caption .date-location div,
  .banner-layout-2 .item .caption .date-location div{
    margin: 0 30px 10px 0;
  }
  .banner-layout-1 .group-btn,
  .banner-layout-2 .group-btn{
    display: block;
  }
  .banner-layout-1 .group-btn .btn,
  .banner-layout-2 .group-btn .btn{
    margin: 0 0 15px;
    display: block;
  }
  .banner-layout-2 .item .row{
    margin: 0;
  }
  .banner-layout-2 .item .row [class*=col-]{
    padding: 0;
  }
  .content-area{
    max-width: 100%;
  }
  .grid-view{
    /*grid-template-columns: repeat(1, 1fr);*/
    column-count: 1;
  }
  .list-view .news-snippet .featured-image, .list-view .news-snippet .summary{
    width: 100%;
  }
  .home-archive.inside-page .row [class*=col-],
  .inside-page.content-area .row [class*=col-]{
    max-width: 100%;
    flex: 100%;
  }
  /*.widget-area{
    margin: 50px 0 0;
  }*/
  .news-snippet .featured-image{
    margin: 0;
  }
  .list-view .news-snippet .summary{
    padding: 20px;
  }
  .list-view .news-snippet .featured-image + .summary{
    width: 100%;
  }
  .schedule-detail{
    padding: 0 15px;
  }


  .one-page-menu a{padding: 7px 5px;font-size: 10px}
  .one-page-menu a i{display: block;margin-bottom: 5px;}

  .footer .footer-widget-wrapper{
    grid-template-columns: repeat(1, 1fr);
  }


  /*.wep-counter-wrapper .wep-counter{grid-template-columns: repeat(auto-fit, minmax(27%, 1fr));    grid-auto-flow: unset;}*/
  .wep-counter-number-text {padding: 10px;}
  .wep-counter-number-text .wep-counter-number{font-size: 2em;}

  .contact-block .contact-info .c-info{
    margin: 0 0 30px;
  }

  .registration-block .registration-holder{
    grid-gap: 30px;
  }

  .registration-form [class*=col-],
  .contact-form [class*=col-]{
    margin: 0 0 20px;
  }

  .contact-block .contact-holder .main-title{
    margin: 0 0 20px;
  }

  .registration-block .registration-holder,
  .contact-block .contact-holder{
    grid-template-columns: 1fr;
  }
  section[class*=about-layout-] .about-holder .about-content{
    padding: 30px;
  }
  .about-layout-1 .about-holder, 
  .about-layout-2 .about-holder{
    grid-gap: 0;
    grid-template-columns: 1fr;
  }
  .about-layout-1 .about-holder .img-holder,
  .about-layout-2 .about-holder .img-holder{
    margin: 0;
  }
  .about-layout-2 .about-holder .about-item:first-child{
    order: 0;
  }
  
  #banner .caption .title{
    font-size: 3rem !important;
  }

  .cta-video,.cta-image,.venue-info-wrapper{display: block;}
  .cta-image-content,.cta-video-content,.venue-info-wrapper .img-holder{margin-bottom: 15px;}


  .spacer{margin: 60px 0;}

}
@media (min-width: 320px) and (max-width: 1199px){
  #nav-icon span{
    background: var(--dark-color);
  }
}


@media (min-width: 320px) and (max-width: 767px){
  [class*=schedule-layout-] .tab-content .nav-pills .nav-link.active{
    background: var(--primary-color);
  }
  [class*=schedule-layout-] .tab-content .tabContent-toggler{
    background: var(--secondary-color);
  }
}  
/*end media