/*
Theme Name: 
*/







/*--------------------------------------------------------------
>>> 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;
}

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: #4169e1;
}

/*a:visited {
    color: #800080;
    }*/

    a:hover,
    a:focus,
    a:active {
        color: #191970;
        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: 3px;
}

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 {
   margin: 0;
   padding: 0;
}
.main-navigation ul ul {
   text-align: left;
   visibility: hidden;
   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;
}
.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;
   visibility: visible;
}
.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;
}
.main-navigation ul li a:hover{
   opacity: 0.5;
   transform: scale(1.1);
   -webkit-transform: scale(1.1);
}
.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: "Font Awesome 5 Free";
   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;
}
.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;
}

@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;
}

.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;
}






/*skip links*/
body a:focus {
    /* background: #000; */
    outline: 1px dotted #999;
}
/*skip links*/




.header-wrapper{display: flex;justify-content: space-between;align-items: center;position: relative;}
.main-navigation{width: auto;}


/*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;}


/*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{
    background-color: #fff;
}
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;
}

@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 footer a{color: #333 !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: 45px;
    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 !important;
}
.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;}


.widget_search label{width: 78%;float: left;}
.widget_search input.search-field{padding:8px 5%;border:none;width: 90%;}
.widget_search input.search-submit{border: none;background: url(images/search.png) center no-repeat;color: #fff;width: 22%;background-size: 25px;text-indent: -9999px;}

.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 h3.entry-title a{color: #333;}
*/.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;}
.copyright{padding: 30px 0;}

.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*/
*:before{
    font-weight: 600;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
}
h1,h2{
    margin: 0;
}
h1,h2,h3{
    font-weight: 700;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 34px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 14px;
}

img{
    transition: all 0.3s ease;
}
a{
    transition: all 0.3s ease;
}

button{
    transition: all 0.3s ease;
}

input{
    transition: all 0.3s ease;
}
input,
.form-control{
    border-radius: 0 !important;
    height: 45px;
    border-color: #ddd;
}
[class*=fa-]{
    font-family: FontAwesome !important;
}
.content-area{
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
}
.btn{
    padding: 9px 29px;
    transition: all 0.3s ease;
    border-radius: 0;
}
.btn-primary{
    color: #fff;
}
.btn-primary:hover{
    background: transparent;
}
.btn-outline-primary{
    background: transparent;
}
.btn-outline-primary:hover, .btn-outline-white:hover{
    color: #fff;
}
.btn-outline-white{
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.btn-outline-white:hover{
    background: #fff;
    border-color: #fff;
}
.title-2{
    color: #fff !important;
}
.title-2:before{
    background: #fff !important;
}
.main-title .title{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 50px;
}
.main-title .title:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: -38px;
    height: 5px;
    width: 28px;
}
.main-title.sub-title{
    margin: 0 0 50px;
}
.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: 60px 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{
    transition: all 0.5s ease-in-out;
    padding: 15px 0;
}

h1.site-title{margin: 0;}
.site-description{
    margin: 0;
}
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.sticky #masthead{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
body.logged-in.sticky #masthead{top: 32px;}



.site-branding {max-width: 300px;}
header .custom-logo-link img{width: auto;}

body.sticky header.header-layout-2 .header-wrapper{display: flow-root;}
body.sticky header.header-layout-2 .header-wrapper  .site-branding{float: right;}



body.sticky header.header-layout-3 .header-wrapper{display: flow-root;}
body.sticky header.header-layout-3 .header-wrapper  .site-branding{text-align: center;}



.menu-toggle{
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}



/*social*/
.social-icons{}
.social-icons .list-inline li{
    background: #000;
    padding: 0;
    width: 32px;
    text-align: center;margin: 0 5px;
    line-height: 32px;border-radius: 50%;}
    .social-icons .list-inline li:hover{background: #000;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: #fff;}
    /*social*/

    /*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{
     overflow: hidden;
     z-index: 0;
 }
 .banner-layout-1 .group-btn{
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
 }
 .banner-layout-1 .group-btn .btn{
     margin: 0 15px 0 0;
     color: #fff;
 }
 .banner-layout-1 .group-btn .btn:last-child{
     margin: 0;
     color: #fff;
 }
 .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: 90px 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;
 }
 .banner-layout-1 .item .caption .title{
     margin: 0 0 20px;
     color: #fff;
 }
 .banner-layout-1 .item .caption p{
     color: #fff;
     margin: 20px 0;
 }
 .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{
     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;
 }
}
/*end banner-layout-1*/


/*banner-layout-2*/
.banner-layout-2{
    overflow: hidden;
    z-index: 0;
}
.banner-layout-2 .item:before{
    opacity: 1 !important;
}
.banner-layout-2 .item .caption{
    margin: 0 auto;
    color: #fff;
    position: relative;
}
.banner-layout-2 .item .caption:before{
    content: "";
    position: absolute;
    top: -140px;
    left: -40px;
    background: url(../images/shape.png) no-repeat;
    background-size: 100%;
    height: 117px;
    width: 84px;
}
.banner-layout-2 .item .caption .title{
    margin: 0 0 20px;
    color: #fff;
}
.banner-layout-2 .item .caption p{
    color: #fff;
    margin: 20px 0;
}
.banner-layout-2 .item svg{
    width: 100%;
    height: 100%;
}
.banner-layout-2 .item .row{
    padding: 100px 0;
    align-items: center;
}
.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 .item .caption .date-location{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
}
.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 .group-btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner-layout-2 .group-btn .btn{
    margin: 0 15px 0 0;
    color: #fff;
}
.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*/
#clockdiv{
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0 0 10px;
    font-size: 40px;
}

#clockdiv > div{
    border-radius: 3px;
    display: inline-block;
    padding: 10px;
}
#clockdiv > div:first-child{
    padding-left: 0;
}

#clockdiv div > span{
    padding: 8px 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;
}

.select-timezone {
    margin-bottom: 30px;
    text-align: right;
}
.select-timezone form{display: inline-flex;}
/*end schedule*/


/*blog*/
section[class*=blog-layout-]{
    border: 1px solid #eee;
    border-style: solid none none;
}
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;
}
/*end blog*/


/*footer*/
.footer{
    padding: 30px 0;
    text-align: center;
}
.footer .f-logo{
    max-width: 146px;
    margin: 0 auto;
}
.footer .phone{
    margin: 0 0 20px;
}
.footer .email{
    margin: 0 0 30px;
}
.footer a{
    color: #333;
}
.footer p{
    color: #333;
}
.footer .social-links{
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}
.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;
}
/*end footer*/



/*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;
}
.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;
}
.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;
    border: 1px solid #eee;
}
.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;
    padding: 15px;
    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: #f9f9f9;
}
.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;
}
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;
}
h5.widget-title:after, .section-heading:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    left: 1px;
    display: inline-block;
    bottom: -1px;
}
.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;
}

/*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,
.grid-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%;
    margin: 0 0 30px;
}
.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{
    border: 0;
}
.blog-list-block .news-snippet .category{
    margin: 0 5px 5px 0;
}
.blog-list-block .news-snippet .category a{
    color: #777;
}
.single-post{
    margin: 0 0 30px;
}
.single-post.list-inline li,
.single-post .list-inline li a,
.blog-list-block .news-snippet .summary .list-inline li,
.blog-list-block .news-snippet .summary .list-inline li a{
    color: #999;
}
.comments-area h2{
    margin-bottom: 15px;
    font-size: 19px;
    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;
}
.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;
}


/*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%;
}
/*end inner venue*/


/*inner sponsor*/
.inside-page .sponsors-layout-1{
    text-align: left;
}
section[class*=sponsors-layout-]{background-color:#fff;}

/*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*/



/*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-image-1 {
    padding: 90px 0;
    background: #f8f8f8;
}
.cta-video-1 {
    padding: 90px 0;
    background: #fff;
}



/*media*/

@media(max-width: 1199px){
    #masthead a:hover{
       transform: scale(1.0);
   }
    .content-area{
        max-width: 960px;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 20px;
    }

    .home-section,
    .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;
    }
    

    .main-title.sub-title,
    .main-title .title {
        margin: 0 0 30px;
    }

    #clockdiv{
        font-size: 30px;
    }
    #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;
    }

    .navbar-toggler {
        margin: 0 0 0 auto;
        border: 0;
        border-radius: 0;
        padding: 0;

    }

    #nav-icon {
        width: 26px;
        height: 24px;
        position: relative;
        margin: 10px 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;
   }
    .main-navigation li {
        display: block;
    }

    .main-navigation .nav-menu{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
        padding: 0 15px;
        z-index: 999;
    }
    .menu-toggle,
    .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;
        /*background: #f5f5f5;*/
    }
    .main-navigation ul ul ul {
        left: initial;
        top: initial;
        border-style: solid none none;
        border-top: 1px solid #ddd;
    }
}


@media (max-width: 992px){
    h1,h2{
    font-size: 24px;
    }
    h3{
    font-size: 18px;
    }
    .content-area{
    max-width: 720px;
    }
    #clockdiv{
    font-size: 24px;
    }
    .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;
    }
    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}

}


@media(max-width: 767px){
   .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: 520px;
  }
  .grid-view{
      grid-template-columns: repeat(1, 1fr);
  }
  .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 0;
  }
  .schedule-detail{
    padding: 0 15px;
  }
}
/*end media