/*
Theme Name: philos
Theme URI: http://theme.nileforest.com/woo/philos
Author: nileforest
Author URI: http://nileforest.com/
Description: Our default theme lets you create a responsive woocommerce store, modern design.
Version: 3.1
License: GNU General Public License v2 or later
License URI: license.txt
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: philos
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Alignments
3.0 Clearings
4.0 Featured Image Hover
5.0 Layout
   5.1 Header   
   5.2 Regular Content 
6.0 Widgets
7.0 Media
   7.1 Galleries
8.0 Customizer
9.0 SVGs Fallbacks
10.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
article,
aside,
footer,
header,
nav,
section {
    display: block;
}


figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

blockquote {
}

    blockquote cite {
        display: block;
        font-style: normal;
        font-weight: 600;
        margin-top: 0.5em;
    }


pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;    
}

    a:active,
    a:hover {
        outline-width: 0;
    }

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}


audio,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}


button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
2.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
3.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}
/*--------------------------------------------------------------
4.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail a img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
/*--------------------------------------------------------------
5.0 Layout
--------------------------------------------------------------*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

#page {
    position: relative;
    word-wrap: break-word;
}

/*--------------------------------------------------------------
5.1 Header
--------------------------------------------------------------*/

#masthead .wrap {
    position: relative;
}

.site-header {
    position: relative;
}
/*--------------------------------------------------------------
5.2 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
    position: relative;
}
/*--------------------------------------------------------------
6.0 Widgets
--------------------------------------------------------------*/
/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
    float: right;
}

    .widget_rss .widget-title .rsswidget:first-child:hover {
        background-color: transparent;
    }

    .widget_rss .widget-title .rsswidget:first-child img {
        display: block;
    }
.widget_rss li .rsswidget {
   font-weight:600;
}

.widget_rss .rss-date,
.widget_rss li cite {
   
    display: block;    
}

.widget_rss .rss-date {
    padding: 5px 0;    
    font-style: italic;
}

.widget_rss .rssSummary {
  padding-bottom:10px;
}

/* Contact Info Widget */

/* Gravatar */

.widget-grofile h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
    border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
    display: block;
}

/* Search */
.search-form {
    position: relative;
}
/* Tag cloud widget */


/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
    text-align: center;
}
.widget_calendar td#today{
	font-weight:600;
}
.widget_calendar tfoot td {
    border: 0;
	padding-top:10px;
}
.widget_calendar tfoot td:first-child{
	text-align:left;
}
.widget_calendar tfoot td:last-child{
	text-align:right;
}
/*--------------------------------------------------------------
7.0 Media
--------------------------------------------------------------*/

img,
video {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}  

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    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;
    }

/* Media Elements */

.mejs-container {
    margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: transparent;
    border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
    border-color: #eee;
    color: #222;
}

    .site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
        color: #333;
    }

    .site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
        color: #767676;
    }

    .site-content .wp-playlist-light .wp-playlist-item {
        border-bottom: 1px dotted #eee;
        -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
        transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    }

        .site-content .wp-playlist-light .wp-playlist-item:hover,
        .site-content .wp-playlist-light .wp-playlist-item:focus {
            border-bottom-color: rgba(0, 0, 0, 0);
            background-color: #767676;
            color: #fff;
        }

            .site-content .wp-playlist-light a.wp-playlist-caption:hover,
            .site-content .wp-playlist-light .wp-playlist-item:hover a,
            .site-content .wp-playlist-light .wp-playlist-item:focus a {
                color: #fff;
            }

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
    background: #222;
    border-color: #333;
}

    .site-content .wp-playlist-dark .mejs-container .mejs-controls {
        background-color: #333;
    }

    .site-content .wp-playlist-dark .wp-playlist-caption {
        color: #fff;
    }

    .site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
        color: #eee;
    }

    .site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
        color: #aaa;
    }

    .site-content .wp-playlist-dark .wp-playlist-playing {
        background-color: #333;
    }

    .site-content .wp-playlist-dark .wp-playlist-item {
        border-bottom: 1px dotted #555;
        -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
        transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    }

        .site-content .wp-playlist-dark .wp-playlist-item:hover,
        .site-content .wp-playlist-dark .wp-playlist-item:focus {
            border-bottom-color: rgba(0, 0, 0, 0);
            background-color: #aaa;
            color: #222;
        }

            .site-content .wp-playlist-dark a.wp-playlist-caption:hover,
            .site-content .wp-playlist-dark .wp-playlist-item:hover a,
            .site-content .wp-playlist-dark .wp-playlist-item:focus a {
                color: #222;
            }

/* Playlist Style Overrides */

.site-content .wp-playlist {
    padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
    font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
    font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.site-content .wp-playlist-item {
    padding: 0 0.3125em;
    cursor: pointer;
}

    .site-content .wp-playlist-item:last-of-type {
        border-bottom: none;
    }

    .site-content .wp-playlist-item a {
        padding: 0.3125em 0;
        border-bottom: none;
    }

        .site-content .wp-playlist-item a,
        .site-content .wp-playlist-item a:focus,
        .site-content .wp-playlist-item a:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
            background: transparent;
        }

.site-content .wp-playlist-item-length {
    top: 5px;
}

/* SVG Icons base styles */

.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative; /* Align more nicely with capital letters */
    top: 0;
    vertical-align: middle;
    width: 1em;
}
/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    width: 48%;
}

.format-quote blockquote {
    color: #333;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    overflow: visible;
    position: relative;
}

    .format-quote blockquote .icon {
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
        width: 20px;
    }

/*--------------------------------------------------------------
7.1 Galleries
--------------------------------------------------------------*/
.gallery {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 0.4em;
    padding: 0 1em 0 0;
    width: 100%;
}

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

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

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66667%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

    .gallery-item a img {
        display: block;
    }

    .gallery-item a:hover img,
    .gallery-item a:focus img {
        -webkit-filter: opacity(60%);
        filter: opacity(60%);
    }

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
8.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.nileforest-customizer.nileforest-front-page .nileforest-panel:after {
    border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
    bottom: 1em;
    content: "";
    display: block;
    left: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 1;
}

.highlight-front-sections.nileforest-customizer.nileforest-front-page .nileforest-panel .panel-content {
    z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.nileforest-customizer.nileforest-front-page .nileforest-panel .nileforest-panel-title {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3em;
    text-transform: uppercase;
    text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.nileforest-customizer.nileforest-front-page .nileforest-panel:nth-of-type(1):after {
    border: none;
}

.nileforest-front-page.nileforest-customizer #primary article.panel-placeholder {
    border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.nileforest-panel .customize-partial-edit-shortcut button {
    top: 30px;
    left: 30px;
}

/* Ensure that placeholder icons are visible. */
.nileforest-panel .customize-partial-edit-shortcut-hidden:before {
    visibility: visible;
}

/*--------------------------------------------------------------
9.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
    display: none;
}

.no-svg .svg-fallback {
    display: inline-block;
}

.no-svg .dropdown-toggle {
    padding: 0.5em 0 0;
    right: 0;
    text-align: center;
    width: 2em;
}

    .no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1;
        -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
        -ms-transform: rotate(180deg); /* IE 9 */
        transform: rotate(180deg);
    }

    .no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
        -webkit-transform: rotate(0); /* Chrome, Safari, Opera */
        -ms-transform: rotate(0); /* IE 9 */
        transform: rotate(0);
    }

    .no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
        content: "\005E";
    }

/* Social Menu fallbacks */

.no-svg .social-navigation a {
    background: transparent;
    color: #222;
    height: auto;
    width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
    clip: auto;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    height: auto;
    position: relative !important; /* overrides previous !important styles */
    width: auto;
}

.updated:not(.published) {
    display: none;
}

/*--------------------------------------------------------------
10.0 Print
--------------------------------------------------------------*/

@media print {

    /* Hide elements */

    form,
    button,
    input,
    select,
    textarea,
    .navigation-top,
    .social-navigation,
    #secondary,
    .content-bottom-widgets,
    .header-image,
    .panel-image-prop,
    .icon-thumb-tack,
    .page-links,
    .edit-link,
    .post-navigation,
    .pagination.navigation,
    .comments-pagination,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link,
    .site-footer aside.widget-area,
    .site-info {
        display: none !important;
    }

    .entry-footer,
    #comments,
    .site-footer,
    .single-featured-image-header {
        border: 0;
    }

    /* Font sizes */

    body {
        font-size: 12pt;
    }

    h1 {
        font-size: 24pt;
    }

    h2 {
        font-size: 22pt;
    }

    h3 {
        font-size: 17pt;
    }

    h4 {
        font-size: 12pt;
    }

    h5 {
        font-size: 11pt;
    }

    h6 {
        font-size: 12pt;
    }

    .page .panel-content .entry-title,
    .page-title,
    body.page:not(.nileforest-front-page) .entry-title {
        font-size: 10pt;
    }

    /* Layout */

    .wrap {
        padding-left: 5% !important;
        padding-right: 5% !important;
        max-width: none;
    }

    /* Site Branding */

    .site-header {
        background: transparent;
        padding: 0;
    }

    .custom-header-media {
        padding: 0;
    }

    .nileforest-front-page.has-header-image .site-branding,
    .nileforest-front-page.has-header-video .site-branding,
    .home.blog.has-header-image .site-branding,
    .home.blog.has-header-video .site-branding {
        position: relative;
    }

    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em !important; /* override styles added by JavaScript */
    }

    .site-title {
        font-size: 25pt;
    }

    .site-description {
        font-size: 12pt;
        opacity: 1;
    }

    /* Posts */

    .single-featured-image-header {
        background: transparent;
    }

    .entry-meta {
        font-size: 9pt;
    }

    /* Colors */

    body,
    .site {
        background: none !important; /* Brute force since user agents all print differently. */
    }

    body,
    a,
    .site-title a,
    .nileforest-front-page.has-header-image .site-title,
    .nileforest-front-page.has-header-video .site-title,
    .nileforest-front-page.has-header-image .site-title a,
    .nileforest-front-page.has-header-video .site-title a {
        color: #222 !important; /* Make sure color schemes don't affect to print */
    }

    h2,
    h5,
    blockquote,
    .site-description,
    .nileforest-front-page.has-header-image .site-description,
    .nileforest-front-page.has-header-video .site-description,
    .entry-meta,
    .entry-meta a {
        color: #777 !important; /* Make sure color schemes don't affect to print */
    }

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 11pt;
        width: 34%;
    }

    .site-footer {
        padding: 0;
    }
}

/*NEW CSS*/
.header .header-topbar {
   background: #3e4493 !important;
	border:none !important;
}
ul#menu-header-top-menu > li > a {
    color: white;
}
.header .header-main .logo a {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 180px;
}
ul#mega-menu-top {
    margin: 13px 0 !important;
}
.header .sidebar-icon-nav ul li {
    margin: 0px 11px 0px;
}
.header .sidebar-icon-nav {
    margin: 41px 0px;
}
.navigation-top {
    width: 65%;
    text-align: center;
}
.header #mega-menu-wrap-top #mega-menu-top {
    text-align: center;
}
.slide__item.slide-bg-image.dark-bg:after {
    background-color: rgba(0, 0, 0, .5);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.header .header-main.fixed .header-main-inner .sidebar-icon-nav ul li {
    margin-top: 0px;
    margin-bottom: 0px;
}
.header .header-main.fixed .header-main-inner .logo a {
    margin-top: 0px;
    margin-bottom: 0px;
}
.header .header-main.fixed .sidebar-icon-nav {
    margin: 36px 0px;
}
#promo-banner01 .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #940504;
}

#promo-banner01 .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

#promo-banner01 .hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#promo-banner01 .hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#promo-banner01 .hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
    font-size: 35px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
    font-weight: 600;
}

#promo-banner01 .hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#promo-banner01 .hovereffect a,#promo-banner01 .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
	margin:0px;
}

#promo-banner01 .hovereffect:hover a,#promo-banner01 .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.new-fb,#promo-banner01 .hovereffect a,a.btn.btn-md.btn-color,div#contact-form-page input.wpcf7-form-control.wpcf7-submit {
    -webkit-animation-name: bluePulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bluePulse {
	from{background-color:#3e4493;-webkit-box-shadow:0 0 18px #3c78da }
	50%{background-color:#3c78da;-webkit-box-shadow:0 0 18px #3e4493}
	to{background-color:#3e4493;-webkit-box-shadow:0 0 18px #3c78da}
}
a.purchase-btn {
    margin-top: 40%;
    padding: 18px 50px;
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 100;
}
a.btn.btn-md.btn-color.new-fb {
    padding: 30px 50px !important;
    font-size: 20px;
    letter-spacing: 2px;
}
#promo-banner01 .hovereffect a {
    margin-top: 30px;
}
.product-compare-button {
    display: none !important;
}
ul.product-filter.nav br {
    display: none;
}
.page-id-949 .site-content-contain .page-content-wraper {
    background: black;
}
.gallery-page li.nav-item a {
    color: white;
    font-size: 24px;
    letter-spacing: 2px;
}
.gallery-page li.nav-item a.nav-link.active {
    color: #4286f4;
}
div#contact-form-page input, div#contact-form-page textarea {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #606060;	
    border-radius: 0;	
    padding-left: 0;
	max-width:100%;	
    width: 100%;
}
span.wpcf7-form-control-wrap {
    display: inline-block;
    margin-bottom: 15px;
}
div#contact-form-page button.uabb-contact-form-submit {
	background:transparent;
	border:1px solid #f78fb3;
	color:#f78fb3;
}
.contact-info h3.contact-title {
    font-family: open sans;
    font-size: 18px;
    line-height: 21px;
	font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.contact-info .single-address {
    margin-bottom: 25px;
    overflow: hidden;
}
.contact-info .single-address .icon {
    border: 1px solid #646464;
    border-radius: 50%;
    color: #606060;
    float: left;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin-top: 0px;
    text-align: center;
    width: 32px;
}

.contact-info i {
    color: #689ef6!important;
}
.contact-info br {
    display: none;
}
.contact-info .icon-text p {
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 45px;
    font-family: open sans;
    letter-spacing: 2px;
    color: black;
}
div#absolute-it {position:relative;}
div#absolute-it {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    background: white;
    top: -180px;
}
div#absolute-it {
    max-width: 765px;
    padding: 40px;
	position:absolute;
}
div#contact-form-page input.wpcf7-form-control.wpcf7-submit {
    color: white;
    border: none;
    padding: 15px 60px;
    height: auto;
    margin-top: 20px;
}

div#pg-413-1 {
    position: relative;
}
div#map1 {
    height: 1000px;
}
.phone a {
    color: white;
    letter-spacing: 2px;
    margin-right: 15px;
}
.phone a i {
    margin-right: 6px;
}
.header-main {
    background: rgba(0,0,0,0.6) !important;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
    color: white !important;
	letter-spacing: 2px;
}
ul.list-none-ib a {
    color: white !important;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .7s ease, background-color .7s ease;
    position: relative;
    bottom: -5px;
    font-size: 16px!important;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover:after {
    width: 100%;
    background: #3e4493;
}
ul.mega-sub-menu {
    background: #3e4493 !important;
    border-color: #3e4493 !important;
}
.dropworn-arrow:after {
    height: 0px !important;
    width: 0px !important;
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-bottom: 15px solid #3e4493 !important;
    background: transparent !important;
}
#mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu li a {
    color: white !important;
    letter-spacing: 1px;
    text-align: center !important;
}
.box-shadow-new > div {
    border-radius: 15px !important;
}
.box-shadow-new > div {
    border-radius: 15px !important;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.3)!important;
}
div#latest-releases .product-detail * {
    color: white !important;
    letter-spacing: 2px;
}
div#new-testimonial .uabb-testimonial-author-description {
    padding: 0px 60px;
}



#new-testimonial i.fa.fa-chevron-left,#new-testimonial i.fa.fa-chevron-right {
    background: transparent;
}
#new-testimonial .fa-chevron-left:before,#new-testimonial i.fa.fa-chevron-right:before {
    background-image: url('http://phantomserver1.website/curseborn/wp-content/uploads/2018/11/icon-ar.png');
    content: '' !important;
    height: 100px;
    width: 51px;
}
#new-testimonial i.fa.fa-chevron-right:before {
	transform: rotate(180deg);
}
#new-testimonial .uabb-slider-prev {
    left: -60px;
}
#new-testimonial .uabb-slider-next {
    right: -60px;
}
.footer-contact {
    display: block!Important;
    background: #3e4493;
    width: 90%;
    max-width: 1100px;
    margin: auto;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    padding: 20px 30px;
    position: relative;
    top: -125px;
    text-align: center!Important;
}
.footer-contact h4 {
    font-weight: 300;
    color: white !important;
    font-family: open sans;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    letter-spacing: 2px;
    font-size: 18px!important;
    margin: auto!important;
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
    width: calc(75% - 45px );
    line-height: 30px;
}
.footer-contact a {
    vertical-align: middle;
    color: white !important;
    padding: 13px 40px;
    margin-left: 40px;
    border: 2px solid white;
    border-radius: 39px;
    letter-spacing: 2px;
    display: inline-block;
    font-size: 18px!important;
    transition: ease 0.3s all!important;
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
    width: 25%;
}
.footer {
    background: #1d1d1d !important;
}
.section-padding {
    padding-top: 80px;
    padding-bottom: 0px !important;
}
.copyrights {
    text-align: center;
    margin-top: 0px !important;
    display: inline-block;
	width:100%;
}
footer.footer.section-padding > .container {
    background: #3e4493;
    width: 100%;
    padding: 15px 0; 
    display: inline-block;
    float: left;
}
footer.footer.section-padding > .container p {
	margin:0px !important;
}
aside.widget-area {
    padding-bottom: 60px !important;
}
h1.slide-caption__title.new-slide {
    font-size: 60px;
    font-family: ddin;
    font-weight: 100;
    letter-spacing: 4px;
}
ul.slider-list li {
    font-family: ddin;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 1px;
    list-style: none;
    padding-left: 48px;
    background-image: url(http://phantomserver1.website/curseborn/wp-content/uploads/2018/11/icon-1.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px;
}
a.slider-new-button, a.slider-new-button-2 {
    font-size: 14px;
    color: white;
    letter-spacing: 2px;
    background: black;
    padding: 10px 25px 10px;
}
a.slider-new-button {
	-webkit-animation-name: bluePulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}
.slide-btn a:hover {
    color: white;
}
#latest-releases .woocommerce ul.products li.product a img{
margin:auto!important;
}
#latest-releases .uabb-heading-text{
opacity:0!important;
}

.woocommerce ul.products li.product .add-to-link a{
width:35%!important; 
background:#3F4691!Important;
}
.header-main .logo {
    width: 15% !important;
}
.header-rightside-nav {
    width: 15% !important;
}
h3.shiftnav-menu-title.shiftnav-site-title {
    display: none;
}
.hide-it {
    display: none !important;
}
.fl-node-5c00d88cdc5a8 > .fl-col-content{
padding:0px!Important;
}
li#mega-menu-item-1034 > a:after {
	display:block !important;
}
li#mega-menu-item-1034 a:hover:after {
    background: transparent !important;
}
.margin-top {
    margin-bottom: 250px;
}
.margin-top:after {
    background: rgba(0, 0, 0, .3);
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: calc(100% - 420px);
    z-index: 0;
}
.margin-top h2 {
    position: relative;
    z-index: 2;
}
span.amzone-btns {
    display: inline-block;
    float: right;
    line-height: 1;
}
span.amzone-btns b {
    padding: 14px 0 0;
    font-size: 20px;
    display: inline-block;
    margin-right: 15px;
}
span.amzone-btns a {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background-color: #f08804;
    border-color: transparent;
    color: #fff !important;
    padding: 18px 20px !important;
    display: inline-block;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 7px 0 0 !important;
}
.woocommerce.single-product div.product form.cart .button {
    padding: 18px 35px !important;
}

.header-topbar{
display:none!Important;
}

.header{
position:absolute!important;
background:transparent!important;
}

.logo a img{
margin-top:15px!important;
}
.single-product .content-page {
    padding-top: 170px;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item ul.mega-sub-menu.normal-sub a,#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item ul.mega-sub-menu.normal-sub li,#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item ul.mega-sub-menu.normal-sub {
    text-align: center !important;
}

#panel-413-0-0-0{
padding-top:80px!important;
}

.section-padding gallery-page{
padding-top:80px!important;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
    width: auto !important;
    padding: 0 15px !important;
}
@media screen and (max-width:1140px) {
.hide-it {
    display: inline-block !important;
    width: 33.333333%;
    text-align: center;
    float: left;
}
.header-topbar {
    display: none !important;
}
.footer-contact {
    top: -40px;
}
}
@media screen and (max-width:767px) {
div#new-testimonial .uabb-testimonial-author-description {
    padding: 0px 10px;
}
#new-testimonial .uabb-slider-next {
    right: 10px;
}
	#new-testimonial .uabb-slider-prev {
    left: -10px;
}
	#new-testimonial .fa-chevron-left:before, #new-testimonial i.fa.fa-chevron-right:before {
    height: 50px;
    width: 15px;
    background-size: cover;
}
	aside.widget-area .row > div {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100%;
    margin: 0 0 20px;
}
	.footer-contact *, .footer-contact {
    transform: none !important;
}
	.header-main .logo {
    margin: 10px auto 10px;
}
	h1.slide-caption__title.new-slide {
    font-size: 33px;
    letter-spacing: 2px;
}
	.header .sidebar-icon-nav {
    margin: 0px 0px;
}
.header-main .logo {
    width: 100% !important;
}
.footer-contact h4 {
    margin-bottom: 20px !important;
}
.footer-contact a {
    margin-left: 0;
}
.header-main .logo {
    display: inline-block !important;
    margin: 0px auto 0px !important;
    float: left !important;
    width: auto !important;
}
.header .header-main .logo a {
    width: 125px !important;
}
	.header-main-inner .header-rightside-nav {
    float: right !important;
    width: auto !important;
	clear:none;
    display: inline-block !important;
}
	.header-main-inner .sidebar-icon-nav ul li {
    margin: 28px 5px !important;
}
.header .header-main.fixed .sidebar-icon-nav {
    margin: 0px 0px;
}
	.footer-contact h4 {
    width: 100%;
    letter-spacing: 1px;
}
	.footer-contact a {
    width: auto;
}
	.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
    background: #3e4493 !important;
}
.shiftnav.shiftnav-skin-standard-dark, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu,.shiftnav.shiftnav-skin-standard-dark li.menu-item .shiftnav-submenu-activation {
	background: #030303 !important;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu {
    background: #3e4493 !important;
}
	.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target,.shiftnav.shiftnav-skin-standard-dark li.menu-item .shiftnav-submenu-activation {
    border-bottom: 1px solid #ffffff !important;
    border-top: 1px solid #ffffff !important;
}
}

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

#mobileone{
background: url('http://phantomserver1.website/curseborn/wp-content/uploads/2018/12/48315882_215581782694294_9095433409307607040_n.jpg');
background-size:cover!Important;
height:80vh!important;
background-position: top center;
background-repeat: repeat-x;
animation: animatedBackground 10s linear infinite;
}

.footer-contact{
display:none!Important;
}

.header-main{
}

#pg-413-2{
opacity:0!important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,button.single_add_to_cart_button.button.alt.btn-lg.btn-black {
    display: none !important;
}
.list-page-title {
    visibility: hidden;
}
span.amzone-btns > b {
    display: none;
}
span.amzone-btns {
    display: inline-block;
    float: left;
    line-height: 1;
    margin-left: 20px;
}
.postid-1152 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, button.single_add_to_cart_button.button.alt.btn-lg.btn-black {
    display: block !important;
}
.postid-1152 span.amzone-btns {
    display: none;
}
@media screen and (max-width:1200px) {
.header-main .logo a img {
    width: 145px;
}
.header .header-main .logo a {
    width: 145px;
}
.navigation-top {
    width: 60%;
}
.header-rightside-nav {
    width: 20% !important;
}
.header .sidebar-icon-nav ul li {
    margin: 0px 5px 0px;
}
}
@media screen and (max-width:991px) {
.header-rightside-nav {
    width: 25% !important;
}
footer.footer.section-padding aside.widget-area .row > div {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100%;
    margin-bottom: 10px;
}
}
@media screen and (max-width:767px) {
.product-filter li {
	border-right: none !important;
}
}

.woocommerce.single-product div.product form.cart .button{
display:none!Important;
}