/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Layout
  3.1 Top Bar
  3.2 Header
  3.3 Main Navigation
  3.4 Mobile Menu
  3.5 Footer
  3.6 Sidebar
4.0 Elements
  4.1 Search form
  4.2 Buttons
  4.3 Forms
  4.4 Table
  4.5 Breadcrumb
  4.6 Social Networks
  4.7 Comments
  4.8 Newsletter
  4.9 Pagination
5.0 Shortcodes
6.0 Pages
  6.1 Blog
  6.2 Search Results
  6.3 Events
  6.4 Portfolio
  6.5 404 Page
  6.6 Teacher
7.0 WooCommerce
8.0 Plugins
  8.1 Select2 Theme
  8.2 bbPress
  8.3 owlCarousel

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('../fonts/MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/**
* Select2
 */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}


.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#000;opacity:.5}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}

.img-fluid {
  max-width: 100%;
  height: auto; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #2e3e77;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #192140;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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 {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/**
 * Reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%; }

html {
  /*overflow-y: scroll;*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body,
*:not(.wp-core-ui) button,
input,
select,
textarea {
  line-height: 1.5; }

html,
body {
  background-color: #ffffff; }

a {
  text-decoration: none; }

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

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 400;
  margin: 0 0 12px; }

h1 {
  font-size: 26px;
  line-height: 1.3846153846; }

h2 {
  font-size: 24px;
  line-height: 1; }

h3 {
  font-size: 22px;
  line-height: 1.4; }

h4 {
  font-size: 20px;
  line-height: 1.4; }

h5 {
  font-size: 18px;
  line-height: 1.3333333333; }

h6 {
  font-size: 16px;
  line-height: 1.5; }

address {
  font-style: normal;
  margin-bottom: 24px; }

abbr[title] {
  cursor: help; }

b,
strong {
  font-weight: 600; }

cite,
dfn,
em,
i {
  font-style: normal; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

p {
  margin-bottom: 15px; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 13px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6; }

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote,
q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

blockquote {
  margin: 2em 0;
  font-size: 20px;
  color: #464749;
  font-style: normal;
  padding-left: 1em;
  border-left: 3px solid #e5e5e5; }
  blockquote p {
    margin-bottom: 0.75em; }

blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal; }

blockquote strong,
blockquote b {
  font-weight: 400; }

small {
  font-size: smaller; }

big {
  font-size: 125%; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

dl {
  margin-bottom: 24px; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 24px; }

ul,
ol {
  list-style: none;
  margin: 0 0 24px 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin: 0 0 0 20px; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 0; }

legend {
  white-space: normal; }

button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */ }

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

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0; }
  table tr th {
    padding: 15px 0;
    text-align: left;
    line-height: 1.4;
    font-weight: 500;
    color: #495057;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #efefef; }
  table tr td {
    padding: 9px 0 8px;
    font-size: 12px;
    color: #888888;
    border-bottom: 1px solid #efefef; }
  .woocommerce-cart-form table tr:last-child td {
    border-bottom: none; }

caption {
  padding: 0.5em 0;
  font-weight: normal;
  text-align: left; }

del {
  color: #767676; }

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.alignright,
.alignleft,
.aligncenter,
.bypostauthor {
  color: inherit; }

.wp-caption {
  background: transparent;
  border: none;
  margin-bottom: 20px;
  padding: 0;
  max-width: 100%; }

.alignleft {
  float: left;
  margin-top: 3px;
  margin-bottom: 10px;
  margin-right: 25px; }

.alignright {
  float: right;
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 25px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px; }

.wp-caption .wp-caption-text,
.wp-caption-dd {
  line-height: 1.6;
  font-style: italic;
  padding: 5px 10px 5px 0;
  opacity: 0.8; }

.gallery {
  display: block;
  margin: 0 -2px;
  clear: both;
  overflow: hidden; }
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-2 .gallery-item {
        max-width: 50%; } }
  .gallery.gallery-columns-3 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-3 .gallery-item {
        width: 33.33%; } }
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-4 .gallery-item {
        max-width: 50%; } }
    @media (min-width: 768px) {
      .gallery.gallery-columns-4 .gallery-item {
        max-width: 25%; } }
  .gallery.gallery-columns-5 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-5 .gallery-item {
        max-width: 20%; } }
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-6 .gallery-item {
        max-width: 33.33%; } }
    @media (min-width: 768px) {
      .gallery.gallery-columns-6 .gallery-item {
        max-width: 16.66%; } }
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-7 .gallery-item {
        max-width: 25%; } }
    @media (min-width: 768px) {
      .gallery.gallery-columns-7 .gallery-item {
        max-width: 14.28%; } }
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-8 .gallery-item {
        max-width: 25%; } }
    @media (min-width: 768px) {
      .gallery.gallery-columns-8 .gallery-item {
        max-width: 12.5%; } }
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-9 .gallery-item {
        max-width: 25%; } }
    @media (min-width: 768px) {
      .gallery.gallery-columns-9 .gallery-item {
        max-width: 11.11%; } }
  .gallery .gallery-item {
    display: inline-block;
    width: 100%;
    padding: 0 2px;
    margin: 0 0 1.5em;
    vertical-align: top;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    .gallery .gallery-item:hover {
      opacity: 0.8; }
    .gallery .gallery-item img {
      width: 100%;
      display: block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .gallery .gallery-item a {
      line-height: 0;
      display: block;
      width: 100%; }
    .gallery .gallery-item .gallery-caption {
      color: rgba(51, 51, 51, 0.7);
      font-size: 12px;
      line-height: 1.5;
      padding: 0.5em 0; }

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

body {
  font-family: 'Nunito', Arial, sans-serif;
  color: #7d7e7f;
  font-size: 15px;
  line-height: 1.75rem;
  overflow-x: hidden; }
  body.off-canvas-open, body.modal-login-open {
    overflow: hidden; }

/* Hyperlinks */
a {
  color: #464749;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:active, a:hover {
    outline: 0; }
  a:hover {
    color: #1e83f0;
    text-decoration: none; }

.placeholder {
  color: #888; }

:-moz-placeholder {
  color: #888; }

::-moz-placeholder {
  color: #888; }

:-ms-input-placeholder {
  color: #888; }

::-webkit-input-placeholder {
  color: #888; }

.wrap {
  position: relative;
  background-color: #fff;
  word-wrap: break-word; }

.main-page-content.default-margin {
  background-color: #f8f9fa;
  padding-top: 40px;
  padding-bottom: 40px; }

.container,
.vc-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container,
    .vc-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container,
    .vc-container {
      max-width: 920px; } }
  @media (min-width: 992px) {
    .container,
    .vc-container {
      max-width: 1180px; } }
  @media (min-width: 1200px) {
    .container,
    .vc-container {
      max-width: 1230px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: right;
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: right
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.cdb-content-box {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }
 
.cdb-content-box .products .course-item .course-item-inner .course-content-holder .course-content-main .course-title {
	font-size:14px !important;
}

.page .entry-content::after {
  display: block;
  clear: both;
  content: ""; }

.gallery-entry-unit {
  border-radius: 4px;
  overflow: hidden; }

.studiare-preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ec406a;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto; }

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #ec406a;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

/*--------------------------------------------------------------
2.0 Normalize
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #464749; }

h6 {
  margin-bottom: 0; }

.post-content p:last-of-type {
  margin-bottom: 15px; }

.highlight {
  color: #ec406a; }

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
/* Top Bar */
.top-bar {
  position: relative;
  font-size: 14px;
  z-index: 120;
  background-color: #2e3e77; }
  .top-bar .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .top-bar.top-bar-color-light {
    color: rgba(255, 255, 255, 0.6); }
    .top-bar.top-bar-color-light a:not(.button) {
      color: #fff;
      font-size:10px;
        
    }
      .top-bar.top-bar-color-light a:not(.button):hover {
        color: #fff; }
  @media (max-width: 991.98px) {
    .top-bar {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px; } }

.top-bar-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .top-bar-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }

.top-bar-right {
  text-align: right; }
  @media (max-width: 991.98px) {
    .top-bar-right {
      display: none; } }

/* Top Bar Links */
.top-bar-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .top-bar-links a {
    outline: 0 !important; }

.top-bar-contact-info {
  list-style: none;
  padding: 0;
  margin: 0; }
  .top-bar-contact-info li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 30px; }
    .top-bar-contact-info li:last-child {
      margin-right: 0; }
  .top-bar-contact-info i {
    margin-right: 6px;
    font-size: 18px;
    vertical-align: middle;
	-webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
    float: left; }
	.header-button-link-top-bar, .cart-top-bar {
		display:none;
	}
  @media (max-width: 991.98px) {
    .top-bar-contact-info {
      text-align: right;
	  float:right;
	  font-size:12px;
	  }
	.top-bar-contact-info li {
    margin-left: 10px !important;
}
	.header-button-link-top-bar, .cart-top-bar {
		float:left;
		display:block;
		font-size:12px;
	}
	  }
	  
	.header-button-link-top-bar .material-icons {
		    font-size: 26px;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
	}

/* Top Bar Secondary Menu */
.top-bar-secondary-menu .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  padding: 0 0.75rem 0 0;
  margin: 0; }
  .top-bar-secondary-menu .top-menu > li a {
    padding: 0 0.75rem; }
  .top-bar-secondary-menu .top-menu ul {
    display: none; }

/* Mini Cart */
.top-bar-cart {
  position: relative; }
  .top-bar-cart .dropdown-cart {
    position: absolute;
    right: 0;
    top: 100%;
    width: 350px;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border-radius: 4px;
    z-index: 130;
    font-size: 15px;
    color: #6c757d;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .top-bar-cart .dropdown-cart {
        -webkit-transition: none;
        transition: none; } }
    .top-bar-cart .dropdown-cart.visible {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    .top-bar-cart .dropdown-cart .woocommerce-mini-cart__empty-message {
      text-align: center;
      margin: 20px 30px; }
    .top-bar-cart .dropdown-cart .cart-item-content {
      line-height: 1.5; }
      .top-bar-cart .dropdown-cart .cart-item-content .product-title {
        display: block;
        color: #464749;
        margin-bottom: 4px; }
        .top-bar-cart .dropdown-cart .cart-item-content .product-title:hover {
          color: #1e83f0; }
    .top-bar-cart .dropdown-cart .woocommerce-mini-cart__total {
      border-top: 1px solid #e5e5e5;
      text-align: center;
      font-size: 16px;
      margin-bottom: 0;
      padding: 15px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .top-bar-cart .dropdown-cart .woocommerce-mini-cart__buttons {
      padding: 0 20px; }
      .top-bar-cart .dropdown-cart .woocommerce-mini-cart__buttons a {
        width: 100%;
        margin: 0 0 10px 0; }
        .top-bar-cart .dropdown-cart .woocommerce-mini-cart__buttons a:last-child {
          margin-bottom: 0; }

.mini-cart-opener {
  position: relative;
  width: 56px;
  height: 56px;
  text-align: center;
  display: block;
  background-color: rgba(0, 0, 0, 0.08); }
  .top-bar-color-light .mini-cart-opener {
    background-color: rgba(0, 0, 0, 0.22); }
    .top-bar-color-light .mini-cart-opener svg {
      fill: #fff; }
  .mini-cart-opener svg {
    width: 32px; }
    .mini-cart-opener svg .top-part {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in; }
  .mini-cart-opener .bag-icon {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .mini-cart-opener .studiare-cart-number {
    position: absolute;
    font-size: 10px;
    top: 10px;
    right: 10px;
    width: 16px;
    line-height: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #1e83f0;
    color: #fff; }
  .mini-cart-opener:hover svg .top-part {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }

/* Search Header */
.search-form-opener {
  width: 56px;
  height: 56px;
  display: block;
  background-color: rgba(0, 0, 0, 0.05); }
  .top-bar-color-light .search-form-opener {
    background-color: rgba(0, 0, 0, 0.12); }
    .top-bar-color-light .search-form-opener svg {
      fill: #fff; }
  .search-form-opener svg {
    width: 28px; }
  .search-form-opener .close-icon,
  .search-form-opener .search-icon {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .search-form-opener .close-icon {
    display: none; }
    .search-active .search-form-opener .close-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .search-form-opener .search-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .search-active .search-form-opener .search-icon {
      display: none; }

.site-search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  visibility: hidden;
  opacity: 0;
  z-index: -2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .site-search-wrapper .search-form {
    position: relative;
    display: block;
    width: 100%; }
  .site-search-wrapper .search-input {
    width: 100%;
    padding: 20px 15px;
    font-size: 26px;
    border: 0;
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 300; }
  .site-search-wrapper .submit {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 4px;
    border: 0;
    outline: none;
    cursor: pointer;
    background-color: #f8f9fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .site-search-wrapper .submit svg {
      width: 42px;
      height: 42px;
      fill: #adb5bd; }
    .site-search-wrapper .submit:hover {
      background-color: #f8f9fa; }

.search-active .site-header .site-header-inner {
  opacity: 0;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%); }

.search-active .site-header .site-search-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 30; }

.search-active .search-capture-click {
  opacity: 1;
  pointer-events: auto;
  visibility: visible; }

.search-capture-click {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: rgba(108, 117, 125, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.site-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  z-index: 110;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
  .site-header .container {
    position: relative; }
  .site-header .site-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .site-header .navigation-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .site-header .menu-text-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 991.98px) {
      .site-header .menu-text-widget {
        display: none; } }
  .site-header .mobile-nav-toggle {
    position: relative;
    padding: 10px;
    display: none; }
    @media (max-width: 991.98px) {
      .site-header .mobile-nav-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .site-header .mobile-nav-toggle .the-icon {
      vertical-align: middle;
      position: relative;
      margin-top: 6px;
      margin-bottom: 6px;
      display: inline-block;
      width: 18px;
      height: 2px;
      background-color: #343a40;
      -webkit-transition: all .5s;
      transition: all .5s; }
      .site-header .mobile-nav-toggle .the-icon:before, .site-header .mobile-nav-toggle .the-icon:after {
        position: absolute;
        content: "";
        left: 0;
        display: inline-block;
        width: 18px;
        height: 2px;
        background-color: #343a40;
        -webkit-transition: all .5s;
        transition: all .5s; }
      .site-header .mobile-nav-toggle .the-icon:before {
        top: -6px; }
      .site-header .mobile-nav-toggle .the-icon:after {
        top: 6px; }
    .off-canvas-open .site-header .mobile-nav-toggle .the-icon {
      background-color: transparent; }
      .off-canvas-open .site-header .mobile-nav-toggle .the-icon:before {
        -webkit-transform: translateY(6px) rotateZ(-45deg);
        transform: translateY(6px) rotateZ(-45deg); }
      .off-canvas-open .site-header .mobile-nav-toggle .the-icon:after {
        -webkit-transform: translateY(-6px) rotateZ(45deg);
        transform: translateY(-6px) rotateZ(45deg); }
  @media (max-width: 991.98px) {
    .site-header .header-button-link {
      display: none; } }
  .site-header .header-button-link .login-button i {
    font-size: 19px;
    float: left;
    line-height: inherit; }

.studiare-navigation {
  position: relative; }
  .studiare-navigation ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
  .studiare-navigation ul.menu,
  .studiare-navigation .menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .studiare-navigation ul.menu > li,
    .studiare-navigation .menu > ul > li {
      margin: 0 0px;
      /* Second Level*/ }
      .studiare-navigation ul.menu > li > a,
      .studiare-navigation .menu > ul > li > a {
        font-size: 16px;
        padding: 6px 12px; }
        .studiare-navigation ul.menu > li > a i,
        .studiare-navigation .menu > ul > li > a i {
          opacity: 0.7;
          margin-left: 7px; }
      .studiare-navigation ul.menu > li:hover > ul,
      .studiare-navigation .menu > ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
      .studiare-navigation ul.menu > li ul,
      .studiare-navigation .menu > ul > li ul {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 45px;
        left: 0;
        width: 240px;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
        background-color: #fff;
        border-radius: 4px;
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        z-index: 200; }
        @media screen and (prefers-reduced-motion: reduce) {
          .studiare-navigation ul.menu > li ul,
          .studiare-navigation .menu > ul > li ul {
            -webkit-transition: none;
            transition: none; } }
        .studiare-navigation ul.menu > li ul:after,
        .studiare-navigation .menu > ul > li ul:after {
          content: '';
          display: block;
          display: block;
          position: absolute;
          top: -15px;
          left: 0;
          width: 240px;
          height: 15px;
          background-color: transparent; }
        .studiare-navigation ul.menu > li ul li,
        .studiare-navigation .menu > ul > li ul li {
          position: relative;
          width: 100%; }
          .studiare-navigation ul.menu > li ul li.menu-item-has-children > a,
          .studiare-navigation .menu > ul > li ul li.menu-item-has-children > a {
            position: relative; }
            .studiare-navigation ul.menu > li ul li.menu-item-has-children > a:after,
            .studiare-navigation .menu > ul > li ul li.menu-item-has-children > a:after {
              content: '';
              display: block;
              position: absolute;
              right: 20px;
              top: 50%;
              margin-top: -4px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 4px 0 4px 6px;
              border-color: transparent transparent transparent #dee2e6; }
          .studiare-navigation ul.menu > li ul li:after,
          .studiare-navigation .menu > ul > li ul li:after {
            content: '';
            display: block;
            position: absolute;
            left: 20px;
            right: 20px;
            height: 1px;
            background-color: #e9ecef; }
          .studiare-navigation ul.menu > li ul li:last-child:after,
          .studiare-navigation .menu > ul > li ul li:last-child:after {
            display: none; }
          .studiare-navigation ul.menu > li ul li:hover > ul,
          .studiare-navigation .menu > ul > li ul li:hover > ul {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
          .studiare-navigation ul.menu > li ul li > a,
          .studiare-navigation .menu > ul > li ul li > a {
            display: block;
            padding: 10px 20px;
            font-size: 14px; }
          .studiare-navigation ul.menu > li ul li > ul,
          .studiare-navigation .menu > ul > li ul li > ul {
            top: 0;
            left: 100%;
            -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
            z-index: 30; }
    .studiare-navigation ul.menu li,
    .studiare-navigation .menu > ul li {
      position: relative; }
      .studiare-navigation ul.menu li.current_page_item > a,
      .studiare-navigation ul.menu li.current-menu-ancestor > a,
      .studiare-navigation ul.menu li.current-menu-parent > a,
      .studiare-navigation ul.menu li.current-menu-item > a,
      .studiare-navigation .menu > ul li.current_page_item > a,
      .studiare-navigation .menu > ul li.current-menu-ancestor > a,
      .studiare-navigation .menu > ul li.current-menu-parent > a,
      .studiare-navigation .menu > ul li.current-menu-item > a {
        color: #1e83f0; }
  @media (max-width: 991.98px) {
    .studiare-navigation {
      display: none; } }

.page-title {
  background-color: #ebeef1;
    padding-bottom: 48px;
    padding-top: 48px; }
  .page-title .h2 {
    font-size: 26px;
    margin-bottom: 0;
    line-height: 1.2; }
  .page-title .breadcrumbs,
  .page-title .woocommerce-breadcrumb {
    margin-top: 8px; }

.woocommerce-breadcrumb,
.breadcrumbs {
  color: #8f8f8f; }
  .woocommerce-breadcrumb a,
  .breadcrumbs a {
    color: #8f8f8f; }
    .woocommerce-breadcrumb a:hover,
    .breadcrumbs a:hover {
      color: #666; }

/* Off Canvas Navigation */
.off-canvas-navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  overflow: auto;
  z-index: 160;
  visibility: hidden;
  will-change: transform;
  background-color: #212529;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0); }
  .off-canvas-open .off-canvas-navigation {
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .admin-bar .off-canvas-navigation {
    top: 32px; }
    @media (max-width: 767.98px) {
      .admin-bar .off-canvas-navigation {
        top: 0;
        padding-top: 46px; } }
  .off-canvas-navigation .off-canvas-cart {
    padding: 12px 20px 24px;
    border-bottom: 1px solid #2c3237; }
    .off-canvas-navigation .off-canvas-cart .cart-icon-link {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1;
      text-transform: uppercase; }
      .off-canvas-navigation .off-canvas-cart .cart-icon-link .bag-icon svg {
        width: 32px;
        height: 32px;
        fill: #fff; }
      .off-canvas-navigation .off-canvas-cart .cart-icon-link .studiare-cart-number {
        background-color: #1e83f0;
        min-width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 11px;
        border-radius: 3px;
        margin-top: -20px;
        margin-left: 8px;
        text-align: center; }
		
	.cart-top-bar .off-canvas-cart {
		float:left;
		position:relative;
		margin-left: 10px;
     }
	.cart-top-bar .cart-text {
		 display:none;
	 }
    .cart-top-bar .off-canvas-cart .cart-icon-link {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1;
      text-transform: uppercase; }
      .cart-top-bar .off-canvas-cart .cart-icon-link .bag-icon svg {
        width: 32px;
        height: 32px;
        fill: #fff; }
      .cart-top-bar .off-canvas-cart .cart-icon-link .studiare-cart-number {
        background-color: #1e83f0;
        min-width: 15px;
		height: 15px;
		line-height: 15px;
		position: absolute;
		top: 26px;
		left: 10px;
		font-size: 11px;
		border-radius: 3px;
		margin-top: -20px;
		margin-left: 8px;
		text-align: center;
		}
		
  .off-canvas-navigation .search-form-wrapper {
    padding: 24px 20px 12px; }
    .off-canvas-navigation .search-form-wrapper .search-field {
      background-color: rgba(0, 0, 0, 0.3);
      border-color: transparent;
      color: #6c757d; }
      .off-canvas-navigation .search-form-wrapper .search-field.placeholder {
        color: #6c757d; }
      .off-canvas-navigation .search-form-wrapper .search-field:-moz-placeholder {
        color: #6c757d; }
      .off-canvas-navigation .search-form-wrapper .search-field::-moz-placeholder {
        color: #6c757d; }
      .off-canvas-navigation .search-form-wrapper .search-field:-ms-input-placeholder {
        color: #6c757d; }
      .off-canvas-navigation .search-form-wrapper .search-field::-webkit-input-placeholder {
        color: #6c757d; }

/* Mobile Menu */
.off-canvas-main {
  padding: 12px 20px; }
  .off-canvas-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.5; }
  .off-canvas-main .mobile-menu li {
    position: relative;
    display: block; }
    .off-canvas-main .mobile-menu li > a {
      font-size: 18px;
      padding: 6px 0; }
  .off-canvas-main .mobile-menu a {
    display: inline-block;
    color: #fff; }
  .off-canvas-main .mobile-menu ul {
    padding-left: 1em;
    border-left: 1px solid #333940; }
    .off-canvas-main .mobile-menu ul a {
      font-size: 14px;
      color: #adb5bd; }

/* OffCanvas Footer */
.off-canvas-footer {
  margin-top: 12px;
  margin-bottom: 30px;
  padding: 24px 20px;
  border-top: 1px solid #2c3237; }

.wrap {
  -webkit-transition: all .5s;
  transition: all .5s;
 }
  .off-canvas-open .wrap {
    -webkit-transform: translate(-300px, 0) !important;
    transform: translate(-300px, 0) !important; }

/* Off Canvas Overay */
.off-canvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: rgba(108, 117, 125, 0.1);
  -webkit-box-shadow: inset -37px 0px 72px -6px rgba(0, 0, 0, 0.1);
  box-shadow: inset -37px 0px 72px -6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .off-canvas-open .off-canvas-overlay {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(300px, 0);
    transform: translate(300px, 0); }

.site-footer {
  background-color: #222e59;
      box-shadow: 10px 8px 12px rgb(250, 250, 252);
    -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    -ms-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -o-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
	z-index:99999;
  }
  .site-footer.footer-color-light {
    color: #fff; }
    .site-footer.footer-color-light h1, .site-footer.footer-color-light h2, .site-footer.footer-color-light h3, .site-footer.footer-color-light h4, .site-footer.footer-color-light h5, .site-footer.footer-color-light h6,
    .site-footer.footer-color-light table tr th {
      color: #fff; }
    .site-footer.footer-color-light table tr td, .site-footer.footer-color-light caption {
      color: #fff; }
    .site-footer.footer-color-light a {
      color: #fff; }
      .site-footer.footer-color-light a:hover {
        color: #fff; }
    .site-footer.footer-color-light table tr th,
    .site-footer.footer-color-light table tr td {
      border-color: #435184; }

.footer-widgets {
  padding: 3em 0; }
  .footer-widgets ul li {
    border-bottom: 0; }
  .footer-widgets .widget-title {
    font-size: 18px;
    margin-bottom: 24px; }
  .footer-widgets .footer-widgets-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .footer-widgets .footer-widget-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .footer-widgets .widget_nav_menu * > ul {
    list-style-type: none;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer-widgets .widget_nav_menu * > ul > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding: 0 10px;
      line-height: 36px; }
      .footer-widgets .widget_nav_menu * > ul > li ul {
        padding: 0;
        margin: 0 -10px; }
        .footer-widgets .widget_nav_menu * > ul > li ul li {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          padding: 0 10px; }
      .footer-widgets .widget_nav_menu * > ul > li a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle; }
        .footer-widgets .widget_nav_menu * > ul > li a:before {
          content: '';
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          height: 1px;
          width: 0;
          background: #fff;
          margin-right: 0;
          margin-left: 0;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .footer-widgets .widget_nav_menu * > ul > li a:hover:before {
          width: 12px;
          margin-right: 5px; }
  .footer-widgets .select2-container--default .select2-selection--single {
    color: #6c757d; }
  .footer-widgets .widget_text p {
    margin-bottom: 18px; }
  .footer-widgets .widget {
    margin-top: 40px; }
    .footer-widgets .widget:first-child, .footer-widgets .widget.widget_contacts {
      margin-top: 0; }

@media (min-width: 992px) {
  .footer-one-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .footer-two-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .footer-three-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .footer-four-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .footer-doubleleft-col .footer-widget-col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .footer-doubleleft-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .footer-doubleright-col .footer-widget-col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .footer-doubleright-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media (max-width: 991.98px) {
  .footer-widget-col:not(:last-child) {
    margin-bottom: 3em; } }

/* Footer Copyright */
.footer-copyright {
	background:rgba(0, 0, 0, 0.08);
}
.footer-copyright .copyright-inner {
  padding: 12px 0; }
 

.footer-copyright.copyrights-layout-default .copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 991.98px) {
    .footer-copyright.copyrights-layout-default .copyright-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .footer-copyright.copyrights-layout-default .copyright-inner .copyright-cell:first-child {
        margin-bottom: 20px; } }

/* Back to top */
.back-to-top {
  position: fixed;
  left: 20px;
  bottom: 45px;
  opacity: 0;
  width: 36px;
  height: 36px;
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(24, 25, 27, 0.25);
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 2000; }
  .back-to-top i {
    line-height: 35px; }
  .back-to-top.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .back-to-top:hover {
    background-color: #1e83f0; }

.main-sidebar-holder .widget {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 1.0rem;
  margin-bottom: 1.75rem; }
  .main-sidebar-holder .widget .widget-title {
    position: relative;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px; }
    .main-sidebar-holder .widget .widget-title:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background-color: #f4f4f4;
      margin-top: 0.75em; }
    .main-sidebar-holder .widget .widget-title:before {
      display: block;
      content: '';
      position: absolute;
      left: -1.75rem;
      top: 0;
      width: 2px;
      height: 24px;
      background-color: #ec406a; }

.widget ul,
.widget ol {
  list-style: none;
  margin: 0; }

.widget li > ol,
.widget li > ul {
  margin-left: 10px;
  list-style: disc;
  list-style-position: inside;
  margin-top: 5px; }

/* List Style Widgets */
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_contacts li,
.widget_product_categories li {
  padding: 7px 0;
  border-bottom: 1px solid #eee; }
  .widget_archive li:last-child,
  .widget_categories li:last-child,
  .widget_links li:last-child,
  .widget_meta li:last-child,
  .widget_nav_menu li:last-child,
  .widget_pages li:last-child,
  .widget_recent_comments li:last-child,
  .widget_recent_entries li:last-child,
  .widget_contacts li:last-child,
  .widget_product_categories li:last-child {
    border-bottom: 0; }

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
  padding-bottom: 0; }

/* Recent Posts Widget */
.widget_recent_entries .post-date {
  display: block;
  color: #aaaaaa; }

/* RSS Widget */
.rsswidget img {
  margin-top: -4px; }

.rssSummary {
  margin: 9px 0; }

.rss-date {
  display: block; }

.widget_rss li {
  margin-bottom: 18px; }

.widget_rss li:last-child {
  margin-bottom: 0; }

/* Text Widget */
/* Contact Infos */
.widget_contacts ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .widget_contacts ul li .contact-info-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 12px;
    text-align: center; }
    .widget_contacts ul li .contact-info-icon i {
      font-size: 22px; }

/* Search Form */
.search-form {
  position: relative; }
  .search-form input[type='search'] {
    width: 100%;
    padding-right: 42px; }
  .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    outline: 0; }
    .search-form .search-submit svg {
      width: 32px;
      height: 32px;
      fill: #6c757d; }

/* Widget Tag Cloud */
.widget_tag_cloud .tag-cloud-link {
  font-size: 14px !important;
  background-color: #1e83f0;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  padding: 6px 10px;
  display: inline-block;
  margin: 0 5px 5px 0; }

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
.btn, input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button-secondary,
.woocommerce_message .button,
.woocommerce-message .button, .event-single-side a.event_register_submit, .event_register_submit {
  text-align: center;
  border: 0;
  border-radius: 50px;
  padding: 10px 17px;
  vertical-align: bottom;
  text-shadow: none;
  line-height: 27px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn i, input[type="button"] i, input[type="reset"] i, input[type="submit"] i, .button i, .button-secondary i, .woocommerce_message .button i, .woocommerce-message .button i, .event-single-side a.event_register_submit i, .event_register_submit i {
    margin-right: 6px; }

.btn-small {
  padding: 8px 12px; }
a.btn.sm {
	padding: 4px 20px;
	font-size:12px;
}
a.btn.full {
	width:100%;
}

.btn-filled, .top-bar-cart .dropdown-cart .woocommerce-mini-cart__buttons a:first-child, input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button-secondary,
.woocommerce_message .button,
.woocommerce-message .button {
  color: #fff;
  background-color: #ec406a; }
  .btn-filled:hover, .top-bar-cart .dropdown-cart .woocommerce-mini-cart__buttons a:hover:first-child, input:hover[type="button"],
  input:hover[type="reset"],
  input:hover[type="submit"],
  .button:hover,
  .button-secondary:hover, .btn-filled:focus, .top-bar-cart .dropdown-cart .woocommerce-mini-cart__buttons a:focus:first-child, input:focus[type="button"],
  input:focus[type="reset"],
  input:focus[type="submit"],
  .button:focus,
  .button-secondary:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0; }

.btn-light, .top-bar-cart .dropdown-cart .woocommerce-mini-cart__buttons a:first-child {
  background-color: #adb5bd !important; }

.product-info-box .button {
  background-color: #4ECE3D;
  border-radius: 3px;
  font-weight: 600;
  font-size: 19px;
  border: 1px solid #40b630;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  box-shadow: 0 2px 12px rgba(147,203,116,0.8);
}
  .btn-border {
	  border: 2px solid;
  }
  .btn-border:hover, .event-single-side a.event_register_submit:hover, .event_register_submit:hover, .cart-page-inner .woocommerce-cart-form td.actions .button_update_cart:hover, .cart-collaterals .shop_table tr.shipping .button:hover, .product-info-box .button:hover {
    background-color: #40b630;
    color: #fff; }

	.cart-page-inner .woocommerce-cart-form .button_update_cart {
    color: #fff !important;
}

.btn-link, .course-section .panel-group .panel-content a, .cart-collaterals .shop_table tr.shipping .shipping-calculator-button {
  color: #1e83f0;
  padding: 0 0 5px 0;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent; }
  .btn-link:hover, .course-section .panel-group .panel-content a:hover, .cart-collaterals .shop_table tr.shipping .shipping-calculator-button:hover {
    color: #464749; }

input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button-secondary,
.woocommerce_message .button,
.woocommerce-message .button {
  font-weight: inherit; }

.woocommerce_message .button,
.woocommerce-message .button {
  background-color: transparent !important; }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"], input[type="week"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input.input-text,
select,
textarea {
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.6;
  outline: 0;
  padding: 8px 10px;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="time"]:focus, input[type="month"]:focus, input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input.input-text:focus,
  select:focus,
  textarea:focus {
    outline: 0;
    border-color: #d7d7d7;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07); }

label {
  display: block;
  color: #6c757d;
  padding-bottom: 3px; }
  label .required {
    color: #adb5bd; }

[type=checkbox] + label, [type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.375rem;
  margin-right: 0.75rem;
  margin-bottom: 0; }

label > [type=checkbox], label > [type=radio] {
  margin-right: 0.375rem; }

.form-row input, .form-row input[type="text"], .form-row input[type="email"], .form-row input[type="checkbox"], .form-row input[type="number"], .form-row input[type="password"] {
  border: 1px solid #dcdcdc; }

.form-row input[type="submit"] {
  border: 0; }

.contact-form .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .contact-form .wpcf7-form .form-row {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  @media (min-width: 768px) {
    .contact-form .wpcf7-form .form-row-first,
    .contact-form .wpcf7-form .form-row-last {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  .contact-form .wpcf7-form input[type=submit] {
    border: 0; }

.login-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  opacity: 0;
  background-color: #000; }
.advice-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  opacity: 0;
  background-color: #000; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  visibility: hidden; }

.modal2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  visibility: hidden; }
 
  .modal-login-open .modal {
    visibility: visible;
    opacity: 1; }

    .modal-login-open .modal .login-form-overlay {
      opacity: 0.8; }

.modal-advice-open .modal2 {
    visibility: visible;
    opacity: 1;
	overflow-x: hidden;
    overflow-y: auto;
}
.modal-advice-open .modal2 .advice-form-overlay {
      opacity: 0.8;
}

.login-form-modal {
  position: relative;
  width: auto;
  margin: 0.5rem;
  z-index: 1040;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  opacity: 0;
  visibility: hidden; }
  .modal-login-open .login-form-modal {
    visibility: visible;
    opacity: 1; }
  @media (min-width: 576px) {
    .login-form-modal {
      max-width: 500px;
      margin: 10vh auto 0 auto; } }
  .login-form-modal .login-form-modal-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5); }
  .login-form-modal .login-form-modal-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    .login-form-modal .login-form-modal-box .close {
      position: absolute;
      top: 35px;
      right: 30px; }
      .login-form-modal .login-form-modal-box .close svg {
        width: 26px;
        fill: #666; }
    .login-form-modal .login-form-modal-box .login-title {
      font-size: 28px;
      margin-bottom: 0;
      background-color: #f6f6f6;
      padding: 35px 40px; }
    .login-form-modal .login-form-modal-box .login-form-content {
      padding: 40px; }
      .login-form-modal .login-form-modal-box .login-form-content .form-row {
        margin-bottom: 15px; }
    .login-form-modal .login-form-modal-box .login-form-remember {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 5px 0 15px 0; }
    .login-form-modal .login-form-modal-box .or-use-login {
      font-size: 14px;
      text-transform: uppercase;
      color: #adb5bd;
      margin-top: 20px;
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .login-form-modal .login-form-modal-box .or-use-login:before, .login-form-modal .login-form-modal-box .or-use-login:after {
        content: "";
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        border-bottom: 1px solid #e5e5e5; }
      .login-form-modal .login-form-modal-box .or-use-login:before {
        margin-right: 15px; }
      .login-form-modal .login-form-modal-box .or-use-login:after {
        margin-left: 15px; }
  .login-form-modal .form-row-username,
  .login-form-modal .form-row-password {
    position: relative; }
    .login-form-modal .form-row-username i.material-icons,
    .login-form-modal .form-row-password i.material-icons {
      position: absolute;
      bottom: 15px;
      font-size: 22px;
      left: 12px;
      color: #ccc; }
    .login-form-modal .form-row-username input,
    .login-form-modal .form-row-password input {
      height: 50px;
      padding-left: 46px; }
  .login-form-modal .button {
    min-width: 140px; }

.breadcrumbs .breadcrum-icon {
  margin: 0 8px; }

.woocommerce-breadcrumb i {
  margin: 0 8px; }

.studiare-social-links {
  list-style: none;
  padding: 0;
  margin: 0; }
  .studiare-social-links li {
    display: inline-block; }
  .studiare-social-links:not(.rounded) li {
    margin: 5px 8px; }
  .studiare-social-links.light li a {
    color: #fff; }
  .studiare-social-links.rounded li {
    margin: 3px; }
    .studiare-social-links.rounded li a {
      width: 36px;
      height: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: rgba(0, 0, 0, 0.6);
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid #e5e5e5;
      border-radius: 50%; }
      .studiare-social-links.rounded li a:hover {
        color: #fff; }
      .studiare-social-links.rounded li a.facebook:hover {
        background-color: #3b5998;
        border-color: #3b5998; }
      .studiare-social-links.rounded li a.email:hover {
        background-color: #495057;
        border-color: #495057; }
      .studiare-social-links.rounded li a.google:hover, .studiare-social-links.rounded li a.google-plus:hover {
        background-color: #dd4b39;
        border-color: #dd4b39; }
      .studiare-social-links.rounded li a.twitter:hover {
        background-color: #1da1f2;
        border-color: #1da1f2; }
      .studiare-social-links.rounded li a.tumblr:hover {
        background-color: #35465c;
        border-color: #35465c; }
      .studiare-social-links.rounded li a.pinterest:hover {
        background-color: #bd081c;
        border-color: #bd081c; }
      .studiare-social-links.rounded li a.vkontakte:hover {
        background-color: #45668e;
        border-color: #45668e; }
      .studiare-social-links.rounded li a.linkedin:hover {
        background-color: #0077b5;
        border-color: #0077b5; }
      .studiare-social-links.rounded li a.dribbble:hover {
        background-color: #ea4c89;
        border-color: #ea4c89; }
      .studiare-social-links.rounded li a.tripadvisor:hover {
        background-color: #00af87;
        border-color: #00af87; }
      .studiare-social-links.rounded li a.yelp:hover {
        background-color: #af0606;
        border-color: #af0606; }
      .studiare-social-links.rounded li a.snapchat.dark:hover {
        color: #495057;
        background-color: #fffc00;
        border-color: #fffc00; }
      .studiare-social-links.rounded li a.s-500px:hover {
        background-color: #0099e5;
        border-color: #0099e5; }
      .studiare-social-links.rounded li a.github:hover {
        background-color: #4078c0;
        border-color: #4078c0; }
      .studiare-social-links.rounded li a.xing:hover {
        background-color: #026466;
        border-color: #026466; }
      .studiare-social-links.rounded li a.vine:hover {
        background-color: #00b488;
        border-color: #00b488; }
      .studiare-social-links.rounded li a.houzz:hover {
        background-color: #7ac142;
        border-color: #7ac142; }
      .studiare-social-links.rounded li a.skype:hover {
        background-color: #00aff0;
        border-color: #00aff0; }
      .studiare-social-links.rounded li a.deviantart:hover {
        background-color: #05cc47;
        border-color: #05cc47; }
      .studiare-social-links.rounded li a.flickr:hover {
        background-color: #0063dc;
        border-color: #0063dc; }
      .studiare-social-links.rounded li a.youtube:hover, .studiare-social-links.rounded li a.youtube-play:hover {
        background-color: #ff0000;
        border-color: #ff0000; }
      .studiare-social-links.rounded li a.vimeo:hover {
        background-color: #1ab7ea;
        border-color: #1ab7ea; }
      .studiare-social-links.rounded li a.instagram:hover {
        background-color: #405de6;
        border-color: #405de6; }
      .studiare-social-links.rounded li a.behance:hover {
        background-color: #1769ff;
        border-color: #1769ff; }
      .studiare-social-links.rounded li a.foursquare:hover {
        background-color: #f94877;
        border-color: #f94877; }
      .studiare-social-links.rounded li a.custom:hover {
        background-color: #ec406a;
        border-color: #ec406a; }
  .studiare-social-links.rounded.light li a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: transparent; }

.post-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .post-share .post-share-title {
    margin-right: 6px; }

.post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.75rem; }

.post-nav-btn {
  max-width: 50%; }

.post-nav-link {
  display: block;
  position: relative;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px; }
  .post-nav-link span {
    display: block;
    color: #adb5bd; }
  .post-nav-link strong {
    font-weight: normal; }
  .post-nav-link svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 20px;
    fill: #adb5bd;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .post-nav-link.prev {
    padding-left: 32px; }
  .post-nav-link.next {
    padding-right: 32px; }
    .post-nav-link.next svg {
      left: auto;
      right: 0; }
  @media (max-width: 767.98px) {
    .post-nav-link strong {
	display: none; } }
	
.commentlist {
  list-style: none;
  padding: 0;
  margin: 0; }
  .commentlist ul {
    list-style: none; }
.commentlist ul.children {
   margin-right:20px;
   border-right:2px solid #dedede;
   margin-left:0;
   
   }
 .commentlist ul.children li.comment-author-admin {
   background:#f8f9fa;
   padding:20px;
   }
  .commentlist ul.children li.comment-author-admin .comment_container .comment-text .comment-header .comment-author {
   }
  .commentlist .comment {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 30px;
    margin-top: 30px; }
    .commentlist .comment .comment_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      clear: both; }
      .commentlist .comment .comment_container .comment-avatar {
        margin-right: 24px; }
        .commentlist .comment .comment_container .comment-avatar img {
          border-radius: 50%; }
      .commentlist .comment .comment_container .comment-text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        .commentlist .comment .comment_container .comment-text .comment-header {
          display: inline-block;
          vertical-align: middle;
          line-height: 1;
          margin-bottom: 10px;
          color: #adb5bd; }
          .commentlist .comment .comment_container .comment-text .comment-header .date {
            display: block;
            margin-top: 10px;
            line-height: 1.2;
            color: #8a8a8a;
            font-size: 14px; }
          .commentlist .comment .comment_container .comment-text .comment-header .comment-author {
            display: inline-block;
            font-size: 18px;
            line-height: 1;
            color: #464749;
            font-weight: 500;
            margin-bottom: 0;
            margin-left: 10px; }
      @media (max-width: 767.98px) {
        .commentlist .comment .comment_container .comment-avatar {
          width: 40px;
          min-width: 40px; } }
    .commentlist .comment .comment-link-btn {
      margin-left: 10px;
      padding: 5px 10px;
      font-size: 13px;
      background-color: #f8f9fa;
      border-radius: 2px;
      line-height: 1.5; }
      .commentlist .comment .comment-link-btn i {
        margin-right: 8px; }
    .commentlist .comment .star-rating {
      display: inline-block;
      vertical-align: top;
      width: 90px;
      height: 18px;
      background-size: 18px;
      background: url("../images/star-empty.svg") left top repeat-x; }
      .commentlist .comment .star-rating > span {
        display: block;
        text-indent: -9999px;
        line-height: 1;
        height: 18px;
        background-size: 18px 18px;
        background: url("../images/star-fill.svg") left top repeat-x; }
    .commentlist .comment .comment-respond {
      margin-bottom: 20px;
      padding: 30px;
      background-color: #f8f9fa;
      border-radius: 3px; }
  .commentlist > li:first-child {
    padding-top: 30px;
    border-top: 0px solid #f2f2f2; }

.commentlist {
  list-style: none;
  padding: 0;
  margin: 0; }
  .commentlist ul {
    list-style: none; }
  .commentlist .review {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 30px;
    margin-top: 30px; }
    .commentlist .review .comment_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      clear: both; }
      .commentlist .review .comment_container .comment-avatar {
        margin-left: 14px;
    width: 54px;
    margin-right: 0; }
        .commentlist .review .comment_container .comment-avatar img {
          border-radius: 50%; }
      .commentlist .review .comment_container .comment-text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        .commentlist .review .comment_container .comment-text .comment-header {
          display: inline-block;
          vertical-align: middle;
          line-height: 1;
          margin-bottom: 10px;
          color: #adb5bd; }
          .commentlist .review .comment_container .comment-text .comment-header .date {
            display: block;
            margin-top: 10px;
            line-height: 1.2;
            color: #8a8a8a;
            font-size: 14px; }
          .commentlist .review .comment_container .comment-text .comment-header .comment-author {
            display: inline-block;
            font-size: 18px;
            line-height: 1;
            color: #464749;
            font-weight: 500;
            margin-bottom: 0;
            margin-left: 10px; }
      @media (max-width: 767.98px) {
        .commentlist .review .comment_container .comment-avatar {
          width: 40px;
          min-width: 40px; } }
    .commentlist .review .comment-link-btn {
      margin-left: 10px;
      padding: 5px 10px;
      font-size: 13px;
      background-color: #f8f9fa;
      border-radius: 2px;
      line-height: 1.5; }
      .commentlist .review .comment-link-btn i {
        margin-right: 8px; }
    .commentlist .review .star-rating {
      display: inline-block;
      vertical-align: top;
      width: 90px;
      height: 18px;
      background-size: 18px;
      background: url("../images/star-empty.svg") left top repeat-x; }
      .commentlist .review .star-rating > span {
        display: block;
        text-indent: -9999px;
        line-height: 1;
        height: 18px;
        background-size: 18px 18px;
        background: url("../images/star-fill.svg") left top repeat-x; }
    .commentlist .review .comment-respond {
      margin-bottom: 20px;
      padding: 30px;
      background-color: #f8f9fa;
      border-radius: 3px; }
  .commentlist > li:first-child {
    padding-top: 30px;
    border-top: 0px solid #f2f2f2; }

.comment-respond {
  margin-top: 30px; }
  .comment-respond .comment-form-rating {
    margin-bottom: 15px; }
    .comment-respond .comment-form-rating .stars {
      display: none; }
  .comment-respond .form-submit,
  .comment-respond .must-log-in {
    margin-bottom: 0; }
  .comment-respond .comment-reply-title small a {
    font-size: 14px;
    margin-left: 10px;
    padding: 3px 6px;
    border-radius: 3px;
    border: 1px solid #e5e5e5; }
  .comment-respond p {
    margin-bottom: 16px; }
    .comment-respond p input,
    .comment-respond p textarea {
      width: 100%; }
    .comment-respond p textarea {
      height: 140px;
	  padding-top: 10px;
    height: 184px;
    line-height: 26px;
	  }
	.comment-respond p textarea:before{
		border-left: 1px solid #fbd0d0;
		border-right: 1px solid #fbd0d0;
		bottom: 0;
		content: '';
		position: absolute;
		right: 20px;
		top: 0;
		z-index: 1;
		width: 7px;
	}
    .comment-respond p .form-submit,
    .comment-respond p .submit {
      width: auto; }
  .comment-respond .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .comment-respond .comment-form p,
    .comment-respond .comment-form .comment-form-rating {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
    @media (min-width: 768px) {
      .comment-respond .comment-form .comment-form-author,
      .comment-respond .comment-form .comment-form-email,
      .comment-respond .comment-form .comment-form-url {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
      .review_form .comment-respond .comment-form .comment-form-author,
      .review_form .comment-respond .comment-form .comment-form-email {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }

.comment-holder {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 1.875rem; }
  .comment-holder .commentlist .children {
    margin-left: 95px;
    border-top: 1px solid #f2f2f2; }
    @media (max-width: 767.98px) {
      .comment-holder .commentlist .children {
        margin-left: 15px; } }
    .comment-holder .commentlist .children .comment:last-child {
      border-bottom: none;
      padding-bottom: 0; }

.comment-respond-holder {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 1.875rem;
  margin-top: 30px; }
  .comment-respond-holder .comment-respond {
    margin-top: 0; }

.page .commentlist .comment-body,
.page .commentlist .comment-text,
.single-post .commentlist .comment-body,
.single-post .commentlist .comment-text {
  position: relative;
  padding-left: 58px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .page .commentlist .comment-body,
    .page .commentlist .comment-text,
    .single-post .commentlist .comment-body,
    .single-post .commentlist .comment-text {
      padding-left: 94px; } }

.page .commentlist .comment .avatar,
.single-post .commentlist .comment .avatar {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%; }
  @media (min-width: 768px) {
    .page .commentlist .comment .avatar,
    .single-post .commentlist .comment .avatar {
      width: 70px;
      height: 70px; } }

.page .commentlist .comment .vcard,
.single-post .commentlist .comment .vcard {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 0 16px; }
  .page .commentlist .comment .vcard .fn,
  .single-post .commentlist .comment .vcard .fn {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #464749; }
    .page .commentlist .comment .vcard .fn a,
    .single-post .commentlist .comment .vcard .fn a {
      color: #464749; }
      .page .commentlist .comment .vcard .fn a:hover,
      .single-post .commentlist .comment .vcard .fn a:hover {
        color: #1e83f0; }
  .page .commentlist .comment .vcard .says,
  .single-post .commentlist .comment .vcard .says {
    display: none; }

.page .commentlist .comment .comment-meta,
.single-post .commentlist .comment .comment-meta {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 16px; }
  .page .commentlist .comment .comment-meta a,
  .single-post .commentlist .comment .comment-meta a {
    color: #8a8a8a; }

.page .commentlist .comment .comment-content p,
.single-post .commentlist .comment .comment-content p {
  margin-bottom: 16px; }

.page .commentlist .comment .reply,
.single-post .commentlist .comment .reply {
  margin-bottom: 20px; }
  .page .commentlist .comment .reply .comment-reply-link,
  .single-post .commentlist .comment .reply .comment-reply-link {
    color: #1e83f0; }

.newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .newsletter-form:before {
    content: "\f003";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 46px;
    pointer-events: none;
    color: #6c757d;
    font-size: 16px;
    text-align: center;
    z-index: 1;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .newsletter-form .form-control {
    position: relative;
    width: 100%;
    line-height: 1;
    padding-left: 44px;
    border-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .newsletter-form input[type=submit] {
    border-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none; }

ul.page-numbers {
  padding: 20px 10px;
  margin: 0;
  list-style: none;
  text-align: center; }
  ul.page-numbers li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 5px;
    background-color: #f0f0f1;
    border-radius: 10%; }
    ul.page-numbers li:first-child {
      margin-left: 0; }
  ul.page-numbers .page-numbers {
    position: relative;
    display: block;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 10%; }
    ul.page-numbers .page-numbers.current, ul.page-numbers .page-numbers:hover {
      background-color: #ec406a;
      color: #fff; }

.page-numbers.studiare_wp_link_pages {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  text-align: center; }
  .page-numbers.studiare_wp_link_pages > * {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #f0f0f1; }
  .page-numbers.studiare_wp_link_pages > .page-number {
    background-color: #ec406a;
    color: #fff;
    margin: 0 5px; }

/*--------------------------------------------------------------
5.0 Shortcodes
--------------------------------------------------------------*/
/* Icon Boxes */
.icon-box {
  /* Contact Info */ }
  .icon-box.icon-box-top .icon-wrap {
    margin-bottom: 20px; }
  .icon-box.icon-box-left, .icon-box.icon-box-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .icon-box.icon-box-left .icon-wrap {
    margin-right: 24px; }
  .icon-box.icon-box-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right; }
    .icon-box.icon-box-right .icon-wrap {
      margin-left: 24px; }
  .icon-box.style-circle .icon-element .icon-element-inner, .icon-box.style-square .icon-element .icon-element-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .icon-box.style-circle.icon-box-small .icon-element-inner, .icon-box.style-square.icon-box-small .icon-element-inner {
    width: 40px;
    height: 40px;
    font-size: 18px; }
  .icon-box.style-circle.icon-box-medium .icon-element-inner, .icon-box.style-square.icon-box-medium .icon-element-inner {
    width: 56px;
    height: 56px;
    font-size: 24px; }
  .icon-box.style-circle.icon-box-large .icon-element-inner, .icon-box.style-square.icon-box-large .icon-element-inner {
    width: 70px;
    height: 70px;
    font-size: 32px; }
  .icon-box.style-circle .icon-element-inner {
    border-radius: 50%; }
  .icon-box.contact-details .feature-content-text {
    font-size: 18px;
    line-height: 2;
    margin-top: -10px; }

/* Course Categories Layout */
.course-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  /* Course Grid Style */ }
  .course-categories .course-grid-box {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  @media (min-width: 992px) {
    .course-categories .course_cat_1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
      .course-categories .course_cat_1 .category-holder {
        padding-bottom: calc(76% + 6px) !important; }
    .course-categories .course_cat_2,
    .course-categories .course_cat_3,
    .course-categories .course_cat_4,
    .course-categories .course_cat_5,
    .course-categories .course_cat_default {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; } }
  .course-categories .course-grid-box {
    padding: 15px; }
    .course-categories .course-grid-box .category-holder {
      position: relative;
      padding-bottom: 76%;
      background-color: #495057;
      overflow: hidden;
      border-radius: 4px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .course-categories .course-grid-box .category-holder .category-holder-inner,
      .course-categories .course-grid-box .category-holder .category_link {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 20; }
      .course-categories .course-grid-box .category-holder .category-bg {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: calc(100% + 40px);
        max-width: none;
        min-height: 100.6%;
        -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0); }
      .course-categories .course-grid-box .category-holder .info-on-hover {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; }
        .course-categories .course-grid-box .category-holder .info-on-hover a {
          color: #fff; }
        .course-categories .course-grid-box .category-holder .info-on-hover .category-title {
          -webkit-transform: translateY(20px);
          transform: translateY(20px);
          -webkit-transition: -webkit-transform .3s ease;
          transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
          transition: transform .3s ease, -webkit-transform .3s ease;
          margin-bottom: 5px; }
        .course-categories .course-grid-box .category-holder .info-on-hover .category-count {
          display: block;
          position: relative;
          opacity: 0;
          -webkit-transform: translateY(50px);
          transform: translateY(50px);
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
      .course-categories .course-grid-box .category-holder:hover {
        -webkit-box-shadow: 0 24px 50px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 24px 50px 3px rgba(0, 0, 0, 0.2); }
        .course-categories .course-grid-box .category-holder:hover .category-bg {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          opacity: 0.7; }
        .course-categories .course-grid-box .category-holder:hover .info-on-hover .category-title {
          -webkit-transform: translateY(0);
          transform: translateY(0); }
        .course-categories .course-grid-box .category-holder:hover .info-on-hover .category-count {
          opacity: 1;
          -webkit-transform: translateY(0);
          transform: translateY(0); }

.animated-counter .counter-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .animated-counter .counter-text .counter-number {
    font-size: 48px;
    font-weight: 300;
    margin-right: 15px; }
  .animated-counter .counter-text .counter-label {
    line-height: 1.4;
	font-size:17px;
	}

.animated-counter.counter-light .counter-text {
  color: #fff; }

.section-heading .section-title {
  font-size: 23px; }

.section-heading .section-subtitle {
  color: #1e83f0;
  display: block;
  margin-bottom: 8px; }

.cdb-video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer; }
  .cdb-video-icon:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 27px;
    margin: -10px 0 0 -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .cdb-video-icon:hover {
    background-color: #fff; }
    .cdb-video-icon:hover:before {
      border-color: transparent transparent transparent #495057; }

.video-banner {
  position: relative;
  margin-bottom: 30px; }
  .video-banner .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -15px;
    z-index: 30; }
  .video-banner .video-banner-image {
    position: relative;
    background-color: #343a40;
    border-radius: 4px;
    overflow: hidden; }
    .video-banner .video-banner-image > img {
      position: relative;
      display: block;
      max-width: 100%;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      image-rendering: auto;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .video-banner .video-banner-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 15px 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .video-banner .video-banner-info .title {
      color: #fff;
      margin-bottom: 0; }
    .video-banner .video-banner-info .subtitle {
      display: block;
      margin-top: 5px; }

.testimonials-wrapper {
  position: relative; }
  .testimonials-wrapper .testimonial-item .testimonial-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0; }
    .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-author,
    .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-content {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
    @media (min-width: 768px) {
      .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
      .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-content blockquote {
      border-left: medium none;
      line-height: inherit;
      margin: 0;
      padding: 0; }
    .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-author .testimonial-avatar {
        overflow: hidden;
        border-radius: 50%;
        width: 100px;
        border: 6px solid rgba(73, 80, 87, 0.1);
        margin-right: 20px; }
      .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-author .testimonial-author-main {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-author .testimonial-author-main .testimonial-author-name {
          font-size: 20px;
          margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-author {
          padding-top: 20px;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }

.pricing-table {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px; }
  .pricing-table .pricing-header {
    padding: 30px;
    text-align: center; }
    .pricing-table .pricing-header .pricing-title {
      margin-bottom: 5px; }
  .pricing-table .pricing-price {
    color: #ec406a;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0.7; }
    .pricing-table .pricing-price .currency {
      font-size: 24px; }
    .pricing-table .pricing-price .price-number {
      font-weight: 300;
      font-size: 48px; }
  .pricing-table .pricing-content {
    padding: 30px;
    border-top: 1px solid #efefef; }
    .pricing-table .pricing-content ul, .pricing-table .pricing-content ol {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .pricing-table .pricing-content ul li, .pricing-table .pricing-content ol li {
        padding-top: 5px;
        padding-bottom: 5px; }
  .pricing-table .pricing-button {
    padding: 0 30px 30px 30px;
    text-align: center; }
  .pricing-table:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06); }

.course-section .panel-group .course-panel-heading {
  border-top: 1px solid #e9ecef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }
  .course-section .panel-group .course-panel-heading:hover, .course-section .panel-group .course-panel-heading.active {
    background-color: #f8f9fa; }
    .course-section .panel-group .course-panel-heading:hover .panel-heading-left .course-lesson-icon i, .course-section .panel-group .course-panel-heading.active .panel-heading-left .course-lesson-icon i {
      color: #ec406a; }
  .course-section .panel-group .course-panel-heading .panel-heading-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .course-section .panel-group .course-panel-heading .panel-heading-left .course-lesson-icon {
      line-height: 1;
      margin-right: 15px; }
      .course-section .panel-group .course-panel-heading .panel-heading-left .course-lesson-icon i {
        color: #d4d9dd;
        font-size: 20px;
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out; }
    .course-section .panel-group .course-panel-heading .panel-heading-left .title h4 {
      font-size: 16px;
      margin: 0 0 8px; }
    .course-section .panel-group .course-panel-heading .panel-heading-left .title > p {
      font-size: 14px;
      color: #adb5bd;
      margin: 0;
      line-height: 1; }
    .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item {
      background-color: #e9ecef;
      padding: 2px 6px;
      display: inline-block;
      font-size: 12px;
      border-radius: 2px;
      margin-left: 6px;
      line-height: 1.2;
      text-transform: capitalize; }
      .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.video {
        background-color: #65bded;
        color: #fff; }
      .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.quiz {
        background-color: #bd83ef;
        color: #fff; }
      .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.lecture {
        background-color: #68e8b7;
        color: #fff; }
      .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.exam {
        background-color: #e89369;
        color: #fff; }
      .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.practice {
        background-color: #eada68;
        color: #fff; }
      .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.free {
        background-color: #8be669;
        color: #fff; }
  .course-section .panel-group .course-panel-heading .panel-heading-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .course-section .panel-group .course-panel-heading .private-lesson {
    margin-left: 6px;
    padding-right: 0; }
	.private-lesson .fa.green-lock {
		color:#48af3b;
	}
    @media (max-width: 767.98px) {
      .course-section .panel-group .course-panel-heading .private-lesson i {
        margin-right: 0 !important; }
      .course-section .panel-group .course-panel-heading .private-lesson span {
        display: none; } }
  .course-section .panel-group .course-panel-heading .preview-button {
    background-color: #1e83f0;
    color: #fff;
    border-radius: 30px; }
    @media (max-width: 767.98px) {
      .course-section .panel-group .course-panel-heading .preview-button {
        display: none; } }
  .course-section .panel-group .course-panel-heading .private-lesson,
  .course-section .panel-group .course-panel-heading .preview-button {
    font-size: 14px;
    line-height: 1.4;
    padding: 6px 10px; }
    .course-section .panel-group .course-panel-heading .private-lesson i,
    .course-section .panel-group .course-panel-heading .preview-button i {
      margin-right: 5px; }

.course-section .panel-group .panel-content {
  max-height: 0;
  overflow: hidden;
  background-color: #f8f9fa;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }
  .course-section .panel-group .panel-content .panel-content-inner {
    padding: 15px 15px 20px 15px;
    background: #fff;
    font-size: 13px;
	text-align:justify;
    border: 1px solid #e9ecef;
	}

  &::-webkit-scrollbar-thumb {
   background-color: rgba(255,255,255,.1);
   border-radius: 3px;

   &:hover {
    background: rgba(255,255,255,.2);
   }
  }
}

.partners-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .partners-logos .partner-logo-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (max-width: 1199.98px) {
      .partners-logos .partner-logo-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (max-width: 767.98px) {
      .partners-logos .partner-logo-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    .partners-logos .partner-logo-item .partner-logo-inner {
      position: relative;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px; }
      .partners-logos .partner-logo-item .partner-logo-inner img {
        max-width: 100%;
        display: inline-block; }
      .partners-logos .partner-logo-item .partner-logo-inner .hover-mask {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
        z-index: 10;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        .partners-logos .partner-logo-item .partner-logo-inner .hover-mask:after {
          display: block;
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          visibility: hidden;
          opacity: 0;
          background-color: #1e83f0;
          z-index: 8; }
        .partners-logos .partner-logo-item .partner-logo-inner .hover-mask .hover-mask-info {
          position: relative;
          color: #fff;
          line-height: 1;
          z-index: 30; }
          .partners-logos .partner-logo-item .partner-logo-inner .hover-mask .hover-mask-info a {
            color: #fff; }
          .partners-logos .partner-logo-item .partner-logo-inner .hover-mask .hover-mask-info h4 {
            color: #fff;
            margin-bottom: 0; }
          .partners-logos .partner-logo-item .partner-logo-inner .hover-mask .hover-mask-info .desc p {
            margin: 5px 0 0 0; }
      .partners-logos .partner-logo-item .partner-logo-inner:hover .hover-mask {
        visibility: visible;
        opacity: 1; }
        .partners-logos .partner-logo-item .partner-logo-inner:hover .hover-mask:after {
          visibility: visible;
          opacity: 0.8; }
    .partners-logos .partner-logo-item.img-hover img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .partners-logos .partner-logo-item.img-hover:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
  @media (min-width: 992px) {
    .partners-logos.two_cols .partner-logo-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .partners-logos.three_cols .partner-logo-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .partners-logos.four_cols .partner-logo-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .partners-logos.five_cols .partner-logo-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
    .partners-logos.six_cols .partner-logo-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; } }
  .partners-logos.no-gap {
    margin-left: 0 !important;
    margin-right: 0 !important; }
    .partners-logos.no-gap .partner-logo-item {
      padding: 0 !important; }
  .partners-logos.with-borders .partner-logo-inner {
    border: 1px solid #e5e5e5; }
  .partners-logos.with-borders.no-gap .partner-logo-inner {
    margin-bottom: -1px;
    margin-right: -1px; }

.countdown-timer-holder .countdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .countdown-timer-holder .countdown-item .countdown-unit {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center; }
    .countdown-timer-holder .countdown-item .countdown-unit .number,
    .countdown-timer-holder .countdown-item .countdown-unit .text {
      display: block; }
  @media (max-width: 767.98px) {
    .countdown-timer-holder .countdown-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      margin-left: 0;
      margin-right: 0; }
      .countdown-timer-holder .countdown-item .countdown-col {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px; }
      .countdown-timer-holder .countdown-item .countdown-unit {
        margin-left: 0 !important;
        margin-right: 0 !important; } }

.countdown-timer-holder.left .countdown-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .countdown-timer-holder.left .countdown-item .countdown-unit:first-child {
    margin-left: 0; }

.countdown-timer-holder.center .countdown-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.countdown-timer-holder.right .countdown-item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .countdown-timer-holder.right .countdown-item .countdown-unit:last-child {
    margin-right: 0; }

.countdown-timer-holder.medium .countdown-unit .number {
  font-size: 38px;
  font-weight: 300;
  letter-spacing: -2px; }
  @media (max-width: 767.98px) {
    .countdown-timer-holder.medium .countdown-unit .number {
      font-size: 24px;
      letter-spacing: -1px; } }

.countdown-timer-holder.large .countdown-unit .number {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -2px; }
  @media (max-width: 767.98px) {
    .countdown-timer-holder.large .countdown-unit .number {
      font-size: 24px;
      letter-spacing: -1px; } }

.countdown-timer-holder.standard .countdown-unit {
  min-width: 100px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }
  .countdown-timer-holder.standard .countdown-unit .number {
    color: #ec406a;
    padding: 25px 15px;
    border-bottom: 1px solid #efefef; }
  .countdown-timer-holder.standard .countdown-unit .text {
    line-height: 1;
    padding: 8px 15px; }

.countdown-timer-holder.transparent .countdown-unit {
  min-width: 100px;
  background-color: rgba(108, 117, 125, 0.1);
  line-height: 1;
  border-radius: 4px;
  padding: 25px 20px; }
  .countdown-timer-holder.transparent .countdown-unit .number {
    margin-bottom: 10px; }

.countdown-timer-holder.transparent.light .countdown-unit {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff; }

/*--------------------------------------------------------------
6.0 Pages
--------------------------------------------------------------*/
/*
Blog Main Loop
 */
.blog-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .blog-archive .blog-main-loop {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  @media (min-width: 992px) {
    .blog-archive.has-sidebar .blog-main-loop {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 71.66667%;
      flex: 0 0 71.66667%;
      max-width: 71.66667%; } }
  @media (min-width: 768px) {
    .blog-archive.sidebar-left {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }

/*
Sidebar Holder
 */
.main-sidebar-holder {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .main-sidebar-holder {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

.page-container .main-sidebar-holder {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 0px; }
  
@media (max-width: 992px) {
    .page-container .main-sidebar-holder {
      padding-right: 0px;
	}
	  }
/*
Blog Post Styles
 */
.blog-loop-inner .portfolio {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  .blog-loop-inner .portfolio .post-meta.post-category {
    display: none; }

.blog-loop-inner .post,
.blog-loop-inner .portfolio {
  position: relative;
  margin-bottom: 1.75rem;
  z-index: 10; }
  .blog-loop-inner .post .post-thumbnail img,
  .blog-loop-inner .portfolio .post-thumbnail img {
    max-width: 100%;
    height: auto;
    width: 100%; }
  .blog-loop-inner .post .entry-content,
  .blog-loop-inner .portfolio .entry-content {
    overflow: hidden; }
  .blog-loop-inner .post .the-excerpt,
  .blog-loop-inner .portfolio .the-excerpt {
    margin-bottom: 15px; }
    .blog-loop-inner .post .the-excerpt p:last-child,
    .blog-loop-inner .portfolio .the-excerpt p:last-child {
      margin-bottom: 0; }
  .blog-loop-inner .post .post-inner,
  .blog-loop-inner .portfolio .post-inner {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .single-post .blog-loop-inner .post .post-inner, .single-post
    .blog-loop-inner .portfolio .post-inner {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    .blog-loop-inner .post .post-inner .post-content,
    .blog-loop-inner .portfolio .post-inner .post-content {
      padding: 0 1.0rem;
      overflow: hidden; }
      .blog-loop-inner .post .post-inner .post-content .entry-title,
      .blog-loop-inner .portfolio .post-inner .post-content .entry-title {
        margin-top: 5px;
    height: 52px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 26px;
    overflow: hidden;
		}
  .blog-loop-inner .post.sticky .entry-title a,
  .blog-loop-inner .portfolio.sticky .entry-title a {
    color: #1e83f0;
    border-bottom: 1px solid #1e83f0;
    display: inline-block; }
  .blog-loop-inner .post .post-meta,
  .blog-loop-inner .portfolio .post-meta {
    display: inline-block;
    font-size: 11px;
    padding-right: 24px;
    color: #8f8f8f; }
    .blog-loop-inner .post .post-meta a,
    .blog-loop-inner .portfolio .post-meta a {
      color: #8f8f8f; }
      .blog-loop-inner .post .post-meta a:hover,
      .blog-loop-inner .portfolio .post-meta a:hover {
        color: #666; }
    .blog-loop-inner .post .post-meta i,
    .blog-loop-inner .portfolio .post-meta i {
      color: #ec406a;
      margin-right: 8px; }
  .blog-loop-inner .post:hover .post-inner, .blog-loop-inner .post.sticky .post-inner,
  .blog-loop-inner .portfolio:hover .post-inner,
  .blog-loop-inner .portfolio.sticky .post-inner {
        -webkit-box-shadow: 0 6px 20px rgba(168, 172, 185, .3);
    box-shadow: 0 6px 20px rgba(168, 172, 185, .3); }
.blog-loop-inner.post-single > .post .post-inner .entry-header h1.entry-title {
	border-bottom:2px solid #f3f3f3;
	padding-bottom:20px;
}
.blog-loop-inner.post-single > .post .post-inner {
  padding: 1.5rem; margin-bottom:1.5rem }
  .blog-loop-inner.post-single > .post .post-inner .entry-header,
  .blog-loop-inner.post-single > .post .post-inner .post-thumbnail {
    padding-bottom: 1.875rem; }
  .blog-loop-inner.post-single > .post .post-inner .post-thumbnail {
    margin-left: -1.875rem;
    margin-right: -1.875rem; }
  .blog-loop-inner.post-single > .post .post-inner .entry-tag-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .blog-loop-inner.post-single > .post .post-inner .entry-tag-share .post-tags {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    @media (min-width: 768px) {
      .blog-loop-inner.post-single > .post .post-inner .entry-tag-share {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }

@media (min-width: 768px) {
  .blog-loop-view-grid.four-columns .post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
	
@media (min-width: 992px) {
  .blog-loop-view-grid.four-columns .post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

	
@media (min-width: 768px) {
  .blog-loop-view-grid.three-columns .post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 992px) {
  .blog-loop-view-grid.three-columns .post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 992px) {
  .blog-loop-view-grid.two-columns .post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

.blog-loop-view-list .post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .blog-loop-view-list .post-inner .post-thumbnail {
    max-width: 40%;
    min-width: 40%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .blog-loop-view-list .post-inner .post-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  @media (max-width: 767.98px) {
    .blog-loop-view-list .post-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .blog-loop-view-list .post-inner .post-thumbnail {
        max-width: 100%;
        min-width: 100%; } }

.blog-loop-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .blog-loop-inner .post {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }

.post-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .post-author-box .avatar {
    max-width: 100%;
    width: 110px;
    height: auto;
    border-radius: 50%;
    margin-left: 24px;
    border: 3px solid #e5e5e5; }
  .post-author-box .author-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .post-author-box .author-content p {
      margin-bottom: 20px; }

.post-tags a[rel="tag"] {
  padding: 4px 8px;
  line-height: 1.2;
  display: inline-block;
  background-color: #e9ecef;
  border-radius: 2px;
  margin-left: 4px; }

.page-pagination {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .page-pagination .page-links-title {
    font-weight: 600;
    margin-right: 20px; }
  .page-pagination span {
    position: relative;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px; }
  .page-pagination > span {
    background-color: #ec406a;
    color: #fff; }
  .page-pagination a span,
  .page-pagination a:hover span {
    background-color: #efefef; }

.post-password-form label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0; }

.post-password-form input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 42px;
  border-radius: 2px; }

.post-password-form input[type=password] {
  display: block;
  max-width: 100%;
  width: 200px;
  margin: 0 10px; }

@media (max-width: 767.98px) {
  .post-password-form label {
    display: block; }
  .post-password-form input[type=password] {
    width: 100%;
    margin: 10px 0 15px 0; } }

.search-results-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .search-results-wrapper .search-results-main {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      .search-results-wrapper .search-results-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    .search-results-wrapper .search-results-main .search-result-box {
      background-color: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      padding: 1.75rem;
      margin-bottom: 1.75rem;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .search-results-wrapper .search-results-main .search-result-box .result-thumbnail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 24px; }
        .search-results-wrapper .search-results-main .search-result-box .result-thumbnail a {
          display: block;
          width: 140px;
          height: 140px;
          border-radius: 50%;
          overflow: hidden; }
      .search-results-wrapper .search-results-main .search-result-box .search-content {
        margin-right: 20px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }

.archive-event {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .archive-event {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

/* Event Item List */
.studiare-event-item {
  margin-bottom: 30px; }
  .studiare-event-item .studiare-event-item-holder {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 1.75rem;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .studiare-event-item .studiare-event-item-holder .event-inner-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .studiare-event-item .studiare-event-item-holder .event-inner-content .top-part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .studiare-event-item .studiare-event-item-holder .event-inner-content .event-thumbnail {
        position: relative;
        max-width: 25%;
        min-width: 25%;
        background-color: #e9ecef;
        margin-left: 30px;
        overflow: hidden; }
        .studiare-event-item .studiare-event-item-holder .event-inner-content .event-thumbnail img {
          max-width: 100%;
          width: 100%;
          height: auto; }
      .studiare-event-item .studiare-event-item-holder .event-inner-content .date-holder {
        margin-right: 24px; }
        .studiare-event-item .studiare-event-item-holder .event-inner-content .date-holder .date {
          position: relative;
          width: 80px;
          height: 80px;
          border: 2px solid #ec406a;
          border-radius: 4px;
          color: #495057;
          line-height: 1.2;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .studiare-event-item .studiare-event-item-holder .event-inner-content .date-holder .date:before, .studiare-event-item .studiare-event-item-holder .event-inner-content .date-holder .date:after {
            content: "";
            position: absolute;
            top: -7px;
            width: 2px;
            height: 14px;
            border-radius: 2px;
            background-color: #ec406a; }
          .studiare-event-item .studiare-event-item-holder .event-inner-content .date-holder .date:before {
            left: 12px; }
          .studiare-event-item .studiare-event-item-holder .event-inner-content .date-holder .date:after {
            right: 12px; }
          .studiare-event-item .studiare-event-item-holder .event-inner-content .date-holder .date .date-day {
            font-size: 30px; }
          .studiare-event-item .studiare-event-item-holder .event-inner-content .date-holder .date .date-month {
            font-size: 14px; }
      .studiare-event-item .studiare-event-item-holder .event-inner-content .title {
        margin-bottom: 0; }
      .studiare-event-item .studiare-event-item-holder .event-inner-content .event-meta {
        margin-bottom: 8px; }
        .studiare-event-item .studiare-event-item-holder .event-inner-content .event-meta .event-meta-piece {
          font-size: 14px;
          padding-right: 15px;
          color: #8f8f8f; }
          .studiare-event-item .studiare-event-item-holder .event-inner-content .event-meta .event-meta-piece i {
            font-size: 18px;
            margin-right: 8px;
            color: #ec406a; }
      @media (max-width: 991.98px) {
        .studiare-event-item .studiare-event-item-holder .event-inner-content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .studiare-event-item .studiare-event-item-holder .event-inner-content .event-thumbnail {
            max-width: 100%;
            width: 100%;
            margin-left: 0;
            margin-top: 20px; } }
  .studiare-event-item:hover .studiare-event-item-holder {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06); }

/* Event Single Layout */
.event-single-main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .event-single-main {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

.event-single-side {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .event-single-side {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  .event-single-side .event-single-side-inner {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 1.75rem; }
  .event-single-side .entry-register a {
    margin: 0; }
  .event-single-side .entry-register p:last-of-type {
    margin-bottom: 0; }
  .event-single-side .event-info {
    list-style: none;
    padding: 0;
    margin: 0 0 30px; }
    .event-single-side .event-info li {
      padding-top: 8px;
      padding-bottom: 8px;
      border-bottom: 1px solid #e5e5e5; }
  .event-single-side a.event_register_submit {
    width: 100%;
    font-family: inherit;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center; }

/* Event Single Stylize */
.event-single-main .event-single-top {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px; }
  .event-single-main .event-single-top .title-holder {
    padding: 1.75rem; }
    .event-single-main .event-single-top .title-holder .title {
      margin-bottom: 0; }

.event-single-main .entry-thumbnail img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto; }

.event-single-main .event-meta-info {
  background-color: #343a40;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0; }
  .event-single-main .event-meta-info .box-content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 576px) {
      .event-single-main .event-meta-info .box-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    .event-single-main .event-meta-info .box-content .inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 1.75rem;
      font-size: 0.875rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      z-index: 3; }
      .event-single-main .event-meta-info .box-content .inner:before {
        content: '';
        background-color: transparent;
        position: absolute;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1; }
    .event-single-main .event-meta-info .box-content.end-time .inner:before {
      background-color: rgba(0, 0, 0, 0.1); }
    .event-single-main .event-meta-info .box-content.address .inner:before {
      background-color: rgba(0, 0, 0, 0.2); }
    .event-single-main .event-meta-info .box-content .label {
      display: block;
      margin-bottom: 4px;
      color: rgba(255, 255, 255, 0.6); }
    .event-single-main .event-meta-info .box-content p {
      margin-bottom: 0; }
    .event-single-main .event-meta-info .box-content .icon {
      margin-left: 20px;
      color: #ec406a;
      font-size: 34px; }

.event-single-main .event-single-description {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 1.75rem; }
  @media (max-width: 991.98px) {
    .event-single-main .event-single-description {
      margin-bottom: 20px; } }

.event_register_submit {
  width: 100%;
  font-family: inherit;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center; }

#event-lightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5); }
  @media (min-width: 576px) {
    #event-lightbox {
      max-width: 500px;
      margin: 10vh auto 0 auto;
      padding: 60px; } }
  @media (max-width: 767.98px) {
    #event-lightbox {
      width: 100%; } }

.tp-event-notice.error {
  background-color: #e0717c;
  border: none;
  color: #fff; }

.tp_event_counter {
  background-color: transparent;
  border: none;
  padding: 20px 0 0 0; }

.countdown-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.countdown-section {
  padding: 0 10px 0 0; }
  .countdown-section:last-child {
    padding: 0; }

.countdown-amount {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #e5e5e5;
  display: block;
  width: 100%;
  height: auto;
  font-size: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #ec406a; }

.countdown-period {
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #e5e5e5;
  border-top: none;
  font-size: 14px;
  padding: 2px; }

.portfolio-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .portfolio-archive .portfolio-items-holder {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  @media (min-width: 992px) {
    .portfolio-archive:not(.no-sidebar) .portfolio-items-holder {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; } }
  @media (min-width: 992px) {
    .portfolio-archive.left-sidebar {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  @media (min-width: 992px) {
    .portfolio-archive .main-sidebar-holder {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; } }

/* Portfolio Categories */
.portfolio-controls .control:focus {
  outline: none; }

/* Portfolio Items */
.portfolio-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .portfolio-holder .portfolio-entry {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  @media (min-width: 992px) {
    .portfolio-holder.portfolio-six-col .portfolio-entry {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .portfolio-holder.portfolio-five-col .portfolio-entry {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
    .portfolio-holder.portfolio-four-col .portfolio-entry {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .portfolio-holder.portfolio-three-col .portfolio-entry {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .portfolio-holder.portfolio-two-col .portfolio-entry {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }

/* Portfolio Entry */
.portfolio-entry {
  margin-bottom: 30px; }
  .portfolio-entry .portfolio-entry-inner {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .portfolio-entry .portfolio-entry-thumb {
    position: relative; }
    .portfolio-entry .portfolio-entry-thumb img {
      width: 100%; }
    .portfolio-entry .portfolio-entry-thumb .portfolio-link {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      display: block;
      z-index: 10; }
    .portfolio-entry .portfolio-entry-thumb .overlay-icon {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #1e83f0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 0;
      -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1); }
      .portfolio-entry .portfolio-entry-thumb .overlay-icon svg {
        width: 24px;
        height: 24px;
        fill: #fff; }
    .portfolio-entry .portfolio-entry-thumb:hover .overlay-icon {
      opacity: 0.8; }
  .portfolio-entry .portfolio-infos {
    padding: 24px;
    line-height: 1; }
    .portfolio-entry .portfolio-infos .portfolio-entry-title {
      margin-bottom: 10px; }
  .portfolio-entry .portfolio-entry-terms {
    font-size: 14px;
    color: #8f8f8f; }
  .portfolio-entry:hover .portfolio-entry-inner {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06); }

/* Portfolio Single */
.portfolio-single-wrapper .post-nav {
  margin-bottom: 0; }

.portfolio-list-cat {
  margin-bottom: 20px; }
  .portfolio-list-cat ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .portfolio-list-cat ul li {
      display: inline-block;
      margin: 0 10px 10px 0; }
      .portfolio-list-cat ul li a {
        display: inline-block;
        border: 1px solid #e5e5e5;
        padding: 10px 16px;
        line-height: 1;
        border-radius: 3px; }
        .portfolio-list-cat ul li a.mixitup-control-active {
          color: #fff;
          border-color: #1e83f0;
          background-color: #1e83f0; }

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .not-found .not-found-icon-wrapper {
    margin-right: 30px; }
    .not-found .not-found-icon-wrapper .not-found-icon {
      width: 100px;
      height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 3px solid #e9ecef;
      font-size: 85px;
      border-radius: 50%; }
    .not-found .not-found-icon-wrapper .error-page {
      font-size: 165px;
      font-family: monospace;
      letter-spacing: -25px;
      color: #1e83f0;
      padding-right: 15px;
      line-height: 1; }
  .not-found .not-found-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .not-found .not-found-content p:last-child {
      margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .not-found {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.teachers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .teachers-wrapper .teacher-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  @media (min-width: 768px) {
    .teachers-wrapper.two-cols .teacher-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .teachers-wrapper.three-cols .teacher-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .teachers-wrapper.four-cols .teacher-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .teachers-wrapper.five-cols .teacher-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
    .teachers-wrapper.six-cols .teacher-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; } }

.teacher-item {
  margin-bottom: 30px; }
  .teacher-item .teacher-item-inner {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    background-color: #495057;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .teacher-item .teacher-item-inner .teacher-bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .teacher-item .teacher-item-inner .teacher-link {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 20; }
    .teacher-item .teacher-item-inner .hover-mask {
      position: absolute;
      padding: 20px;
      left: 0;
      right: 0;
      bottom: 0;
      line-height: 1.3;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
      color: #fff; }
      .teacher-item .teacher-item-inner .hover-mask .teacher-name {
        margin-bottom: 0; }
      .teacher-item .teacher-item-inner .hover-mask .teacher-role {
        display: block;
        margin-top: 5px; }
      .teacher-item .teacher-item-inner .hover-mask a {
        color: #fff; }
    .teacher-item .teacher-item-inner:hover {
      -webkit-box-shadow: 0 24px 50px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 24px 50px 3px rgba(0, 0, 0, 0.2); }
      .teacher-item .teacher-item-inner:hover .teacher-bg {
        opacity: 0.7; }

.teacher-single-details .teacher-single-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }
  .teacher-single-details .teacher-single-thumbnail img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }
  .teacher-single-details .teacher-single-thumbnail .teacher-single-socials {
    background-color: #fff;
    padding: 15px 20px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

/*--------------------------------------------------------------
7.0 WooCommerce
--------------------------------------------------------------*/
/* WooCommerce Layout */
.course-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .course-main-wrapper.shop-sidebar-left .course-wrapper-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .course-wrapper-inner .courses-holder {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      .course-main-wrapper.has-sidebar .course-wrapper-inner .courses-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; } }

/* Courses Holder */
.courses-holder .courses-top-bar {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 1.875rem;
  padding: 1rem 1.25rem; }
  .courses-holder .courses-top-bar .courses-top-bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .courses-holder .courses-top-bar .courses-top-bar-inner .courses-top-bar-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .courses-holder .courses-top-bar .courses-top-bar-inner .courses-top-bar-left .woocommerce-result-count {
        margin-bottom: 0; }
  .courses-holder .courses-top-bar .layout-switcher {
    margin-right: 1rem; }
    @media (max-width: 767.98px) {
      .courses-holder .courses-top-bar .layout-switcher {
        display: none; } }
    .courses-holder .courses-top-bar .layout-switcher > a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #e5e5e5;
      border-radius: 2px;
      padding: 0.5rem 0.625rem;
      margin-right: 0.3125rem; }
      .courses-holder .courses-top-bar .layout-switcher > a.active {
        background-color: #1e83f0;
        border-color: #1e83f0; }
        .courses-holder .courses-top-bar .layout-switcher > a.active svg {
          fill: #fff; }
      .courses-holder .courses-top-bar .layout-switcher > a svg {
        fill: #495057;
        width: 20px;
        height: 20px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .products .course-item {
    margin-bottom: 1.875rem; }
    .products .course-item .course-item-inner {
      background-color: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .products .course-item .course-item-inner .course-thumbnail-holder img {
        width: 100%; }
      .products .course-item .course-item-inner .course-content-holder .course-content-main {
        padding: 12px;
        overflow: hidden; }
        .products .course-item .course-item-inner .course-content-holder .course-content-main .course-title {
          font-size: 18px;
          line-height: 1.5;
		      height: 43px;
          margin-bottom: 10px; }
        .products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher {
          overflow:hidden;
		  position:relative;
		  display: block; }
          .products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher .star-rating {
            font-size: 0.8125rem; float:right; }
            .products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher .star-rating .rating {
              background-color: #8bca48;
              color: #fff;
              padding: 3px 6px;
              margin-right: 8px;
              border-radius: 4px; }
            .products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher .star-rating .votes-number {
              color: #adb5bd;
              margin-right: 10px; }
            .products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher .star-rating.no-ratings .votes-number {
              display: none; }
          .products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher .course-loop-teacher {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            font-size: 0.8125rem;
            color: #1e83f0; }
            .products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher .course-loop-teacher:hover {
              color: #6c757d; }
            .products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher .course-loop-teacher:before {
              content: '';
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -ms-flex-item-align: center;
              align-self: center;
              margin-right: 10px;
              width: 1px;
              height: 18px;
              background-color: #e9ecef; }
        .products .course-item .course-item-inner .course-content-holder .course-content-main .course-description {
		  float:right;
          font-size: 0.875rem; }
          .products .course-item .course-item-inner .course-content-holder .course-content-main .course-description p {
            color: #7b868a;
			margin-bottom: 0; }
      .products .course-item .course-item-inner .course-content-holder .course-content-bottom {
        border-top: 1px solid #e5e5e5;
        padding: 10px 20px;
        font-size: 0.9375rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .products .course-item .course-item-inner .course-content-holder .course-content-bottom .course-students {
          color: #6c757d; }
          .products .course-item .course-item-inner .course-content-holder .course-content-bottom .course-students i {
            margin-right: 8px; }
        .products .course-item .course-item-inner .course-content-holder .course-content-bottom .course-price {
          color: #ec406a; }
          .products .course-item .course-item-inner .course-content-holder .course-content-bottom .course-price .price-sale {
            color: #8bca48; }
    .products .course-item:hover .course-item-inner {
      -webkit-box-shadow: 0 6px 20px rgba(168, 172, 185, .3);
      box-shadow: 0 6px 20px rgba(168, 172, 185, .3); }
  .products.list-view .course-item .course-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .products.list-view .course-item .course-item-inner .course-thumbnail-holder {
      max-width: 40%;
      min-width: 40%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
	  
	.product-reviews-inner .products.list-view .course-item .course-item-inner .course-thumbnail-holder {
      max-width: 30%;
      min-width: 30%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
	
	.product-reviews-inner .products .course-item .course-item-inner .course-content-holder .course-content-main .course-title {
    height: 22px;
    margin-bottom: 5px;
}
	
    .products.list-view .course-item .course-item-inner .course-content-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .products.list-view .course-item .course-item-inner .course-content-holder .course-content-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
    @media (max-width: 767.98px) {
      .products.list-view .course-item .course-item-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .products.list-view .course-item .course-item-inner .course-thumbnail-holder, .product-reviews .products.list-view .course-item .course-item-inner .course-thumbnail-holder {
          max-width: 100%;
          width: 100%; }
		 
		.product-reviews-inner .products .course-item .course-item-inner .course-content-holder .course-content-main .course-title {
    height: 42px;
    margin-bottom: 10px;
}

		  }
  .products .course-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  @media (min-width: 768px) {
    .products.grid-view.courses-2-columns .course-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .products.grid-view.courses-3-columns .course-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .products.grid-view.courses-3-columns .course-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 768px) {
    .products.grid-view.courses-4-columns .course-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .products.grid-view.courses-4-columns .course-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; } }
  .course-description2 {
	padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    text-align: justify;
    font-size: 11px;
    color: #fff;
    background: rgba(0, 0, 0, 0.81);
    -webkit-transition: 0.7s;
    transition: 0.7s;
	line-height: 18px;
	}
	.course-description2 p, .course-description p {
	margin-bottom:0;
    font-size: 13px;
	font-size: 12px;
    text-align: justify;
    line-height: 21px;
    text-align: justify;
	}
	.products.grid-view .course-item .course-description, .products.list-view .course-item .course-description2 {
    display: none;
}
	.course-item-inner:hover .course-description2, .course-item-inner:hover .course-description2:before {
		opacity:1;
	}
	.course-thumbnail-holder {
		position: relative;
	}
	#course-intro .row {
    margin:0;
	}
  .products .no-product {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.inner-box {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 30px; }

.woocommerce-checkout .woocommerce-info {
  margin-bottom: 15px; }

.checkout_coupon,
.woocommerce-checkout .login {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 1.25rem;
  max-width: 420px; }

.checkout_coupon {
  text-align: center; }

/* WooCommerce Layout */
.woocommerce-Message,
.woocommerce-message {
    background-color: #4ece3d;
    color: #FFF;
    line-height: 1.5;
    list-style-type: none;
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
	}
  .woocommerce-Message:before,
  .woocommerce-message:before {
    font-family: 'FontAwesome';
    text-transform: none;
    line-height: 1;
    content: "\f058";
    font-size: 24px;
    margin-right: 11px; }
  .woocommerce-Message .button,
  .woocommerce-Message a,
  .woocommerce-message .button,
  .woocommerce-message a {
    background: none;
    color: #FFF !important;
    display: inline;
    width: auto;
    line-height: 19px;
    border-bottom: 1px solid;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0; }
  .woocommerce-Message .button,
  .woocommerce-message .button {
    border-bottom: 2px solid;
    float: left;
    margin-right: 10px;
    padding: 8px 18px;
    background-color: rgba(17, 17, 17, 0.15) !important;
}

.woocommerce > .woocommerce-error {
  background-color: #DE7878;
  color: #fff;
  line-height: 1.5;
  list-style-type: none;
  position: relative;
  margin: 0 0 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .woocommerce > .woocommerce-error:before {
    position: relative;
    font-family: 'FontAwesome';
    text-transform: none;
    line-height: 1;
    content: "\f071";
    font-size: 24px;
    margin-right: 11px;
    top: -3px; }
  .woocommerce > .woocommerce-error li {
    margin-bottom: 0;
    line-height: 19px;
    width: 100%; }
    .woocommerce > .woocommerce-error li a {
      background: none;
      color: #fff;
      display: inline;
      width: auto;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      line-height: 19px;
      padding: 0;
      border-bottom: 2px solid;
      position: absolute;
      left: 32px; }

/* Shop Table */
.shop_table {
  width: 100%;
  margin-bottom: 30px; }
  .shop_table tr .product-quantity,
  .shop_table tr .amount {
    font-weight: normal; }
  .shop_table tr td {
    font-size: 15px; }
  .shop_table th.product-thumbnail {
    width: 10px; }
  .shop_table th.product-remove {
    width: 30px; }
  .shop_table thead {
    text-align: left; }
    .shop_table thead tr {
      border-bottom: 1px solid #eaeaea; }
      .shop_table thead tr th {
        color: #7f7e83;
        font-weight: 400;
        padding: 0 5px 10px; }
        @media (min-width: 768px) {
          .shop_table thead tr th {
            padding: 0 13px 10px; } }
        @media (max-width: 991.98px) {
          .shop_table thead tr th.product-thumbnail {
            display: none; } }
  .shop_table tbody tr {
    border-bottom: 1px solid #eaeaea; }
    .shop_table tbody tr th {
      font-weight: normal; }
    .shop_table tbody tr td {
      padding: 10px 5px; }
      @media (min-width: 768px) {
        .shop_table tbody tr td {
          padding: 30px 13px; } }
      .woocommerce-checkout .shop_table tbody tr td,
      .cart_totals .shop_table tbody tr td {
        text-align:right;
		padding-top: 15px;
        padding-bottom: 15px; }
    .shop_table tbody tr:last-child {
      border: 0; }
  .shop_table tbody .product-thumbnail img {
    max-width: 80px; }
  @media (max-width: 991.98px) {
    .shop_table tbody .product-thumbnail.product-thumbnail {
      display: none; } }
  .shop_table .actions {
    padding-left: 0;
    padding-right: 0; }
    .shop_table .actions .footer_coupon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 991.98px) {
        .shop_table .actions .footer_coupon {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          .shop_table .actions .footer_coupon .coupon {
            margin-bottom: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .shop_table .actions .footer_coupon .coupon .box {
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1; } }
      .shop_table .actions .footer_coupon .coupon .form-control {
        vertical-align: top; }
        @media (min-width: 768px) {
          .shop_table .actions .footer_coupon .coupon .form-control {
            width: auto;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin-bottom: 0; } }
      .shop_table .actions .footer_coupon .button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
  .shop_table tfoot tr {
    border-bottom: 1px solid #eaeaea;
    text-align: left; }
  .shop_table tfoot th {
    padding-left: 25px; }
    .woocommerce-checkout .shop_table tfoot th {
      padding-left: 15px; }
  .shop_table tfoot td {
    padding: 15px 5px; }
    @media (min-width: 576px) {
      .shop_table tfoot td {
        padding: 15px 13px; } }
  .shop_table tfoot:last-child {
    border: 0; }

/* WooCommerce Mini Cart */
.widget_shopping_cart .product_list_widget {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  text-align: left; }
  .widget_shopping_cart .product_list_widget .mini_cart_item {
    padding: 20px; }

.widget_shopping_cart .mini_cart_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .widget_shopping_cart .mini_cart_item .remove {
    color: #adb5bd !important;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 12; }

.widget_shopping_cart .cart-item-image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.widget_shopping_cart .cart-item-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px; }

.widget_shopping_cart .quantity {
  color: #adb5bd;
  font-size: 13px;
  display: block; }

.product_list_widget > li {
  border-bottom: 1px solid #e5e5e5; }
  .product_list_widget > li:last-child {
    border-bottom: none; }
  .product_list_widget > li img {
    max-width: 65px;
    min-width: 65px;
    height: auto;
    -webkit-box-shadow: 0 0 0 1px #e1e1e1;
    box-shadow: 0 0 0 1px #e1e1e1; }

/* WooCommerce Page Cart */
.cart-page-inner .woocommerce-cart-holder {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .cart-page-inner .woocommerce-cart-holder {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

.cart-page-inner .cart-collaterals {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .cart-page-inner .cart-collaterals {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

.cart-page-inner .woocommerce-cart-form,
.cart-page-inner .cart-collaterals-inner {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px; }

.cart-page-inner .woocommerce-cart-form .shop_table {
  margin-bottom: 0; }

.cart-page-inner .woocommerce-cart-form tr.cart_item .product-quantity .quantity {
  width: 56px; }
  .cart-page-inner .woocommerce-cart-form tr.cart_item .product-quantity .quantity .input-text {
    border: 0;
    border-bottom: 2px solid #e5e5e5; }

.cart-page-inner .woocommerce-cart-form td.actions {
  position: relative;
  padding-top: 30px;
  padding-bottom: 0; }
  .cart-page-inner .woocommerce-cart-form td.actions .coupon {
    position: relative;
    margin-bottom: 20px; }
    .cart-page-inner .woocommerce-cart-form td.actions .coupon label {
      display: none; }
    .cart-page-inner .woocommerce-cart-form td.actions .coupon .input-text {
      width: 100%;
      line-height: 47px;
      padding: 0 15px; }
    .cart-page-inner .woocommerce-cart-form td.actions .coupon:after {
      position: absolute;
      font-family: 'FontAwesome';
      content: '\f105';
      right: 22px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .cart-page-inner .woocommerce-cart-form td.actions .coupon .button {
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0 !important;
      width: 60px; }

@media (min-width: 768px) {
  .cart-page-inner .woocommerce-cart-form .coupon {
    width: 50%;
    margin-bottom: 0; }
  .cart-page-inner .woocommerce-cart-form .button_update_cart {
    position: absolute;
    top: 30px;
    right: 0; } }

.cart-collaterals .shop_table tr th {
  vertical-align: baseline;
  padding-left: 5px;
  width: 80px; }

.cart-collaterals .shop_table tr.shipping #shipping_method {
  margin: 0;
  list-style-type: none; }

.cart-collaterals .shop_table tr.shipping td {
  padding-left: 0;
  padding-right: 0; }

.cart-collaterals .shop_table tr.shipping .shipping-title {
  color: #495057;
  margin-bottom: 10px; }

.cart-collaterals .shop_table tr.shipping .button {
  display: block;
  width: 100%; }

.cart-collaterals .checkout-button {
  display: block; }

.woocommerce-checkout-main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .woocommerce-checkout-main {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

.woocommerce-checkout-side {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .woocommerce-checkout-side {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

.woocommerce-checkout-review-order .shop_table tr th {
  vertical-align: baseline; }
  .woocommerce-checkout-review-order .shop_table tr th:last-child {
    padding-right: 0; }
  .woocommerce-checkout-review-order .shop_table tr th:first-child {
    padding-left: 0; }

.woocommerce-checkout-review-order .shop_table tr td:last-child {
  padding-right: 0; }

.woocommerce-checkout-review-order .shop_table tr td:first-child {
  padding-left: 0; }

.woocommerce-checkout-review-order .shop_table tr.shipping td {
  padding-left: 0;
  padding-right: 0; }

.woocommerce-checkout-review-order .shop_table tr.shipping .shipping-title {
  color: #495057;
  margin-bottom: 10px; }

.woocommerce-checkout-review-order .shop_table tr.shipping #shipping_method {
  margin: 0;
  list-style-type: none; }

.woocommerce-checkout-review-order .shop_table .order-total .amount {
  color: #495057;
  font-size: 24px; }

.woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .woocommerce-billing-fields__field-wrapper .form-row {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  @media (min-width: 768px) {
    .woocommerce-billing-fields__field-wrapper .form-row-first,
    .woocommerce-billing-fields__field-wrapper .form-row-last {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }

.woocommerce-checkout-payment .payment_methods {
  margin: 0;
  list-style-type: none; }
  .woocommerce-checkout-payment .payment_methods .payment_box {
    background-color: #f7f7f7;
    border-radius: 2px;
    padding: 10px;
    font-size: 12px;
    margin: 10px 0; }
    .woocommerce-checkout-payment .payment_methods .payment_box p:last-child {
      margin: 0; }
  .woocommerce-checkout-payment .payment_methods .payment_method_paypal {
    position: relative; }
    .woocommerce-checkout-payment .payment_methods .payment_method_paypal img {
      display: none; }
    .woocommerce-checkout-payment .payment_methods .payment_method_paypal .about_paypal {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 13px;
      -webkit-text-decoration: underline dotted;
      text-decoration: underline dotted; }

.woocommerce-checkout-payment .place-order .button {
  width: 100%;
  display: block;
  margin-top: 20px; }

#ship-to-different-address {
  margin-bottom: 10px; }

#customer_details .woocommerce-shipping-fields h3 {
  padding-top: 20px;
  margin-bottom: 25px; }

.product-single-main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .product-single-main {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70.66667%;
      flex: 0 0 70.66667%;
      max-width: 70.66667%; } }
  .product-single-main .product-single-top-part {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px; }
    .product-single-main .product-single-top-part .product-info-before-gallery {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 30px; }
      @media (max-width: 767.98px) {
        .product-single-main .product-single-top-part .product-info-before-gallery {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          padding: 10px 20px; }
          .product-single-main .product-single-top-part .product-info-before-gallery .before-gallery-unit {
            border: none;
            padding: 10px; } }
    .product-single-main .product-single-top-part .before-gallery-unit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-right: 1px solid #e5e5e5;
      padding-right: 20px;
      margin-right: 20px; }
      .product-single-main .product-single-top-part .before-gallery-unit:last-child {
        padding-right: 0;
        border-right: none; }
      .product-single-main .product-single-top-part .before-gallery-unit .icon {
        margin-right: 15px;
        font-size: 24px;
        color: #1e83f0; }
      .product-single-main .product-single-top-part .before-gallery-unit .info {
        line-height: 1.5; }
        .product-single-main .product-single-top-part .before-gallery-unit .info .label {
          color: #ced4da; }
        .product-single-main .product-single-top-part .before-gallery-unit .info .value a span {
          margin: 0 8px; }
        .product-single-main .product-single-top-part .before-gallery-unit .info .value a:last-child span {
          display: none; }
      .product-single-main .product-single-top-part .before-gallery-unit .star-rating .rating {
        background-color: #8bca48;
        color: #fff;
        padding: 3px 6px;
        margin-right: 8px;
        border-radius: 4px; }
  .product-single-main .product-image-wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  @media (min-width: 992px) {
    .product-single-main .product-single-meta-inside {
      display: none; } }

.course-single-gallery .product-image-wrapper {
  position: relative; }
  .course-single-gallery .product-image-wrapper .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .course-single-gallery .product-image-wrapper .video-button .cdb-video-icon {
      background-color: rgba(61, 61, 61, 0.6);
      width: 90px;
      height: 90px;
      border: 0; }
      .course-single-gallery .product-image-wrapper .video-button .cdb-video-icon:before {
        border-width: 15px 0 15px 20px;
        left: 44px;
        margin: -14px 0 0 -7px; }
      .course-single-gallery .product-image-wrapper .video-button .cdb-video-icon:hover {
        background-color: #fff; }
		

	.course-thumbnail-holder .video-button {
    position: absolute;
    top: 13px;
    right: 13px;
     }
    .course-thumbnail-holder .video-button .cdb-video-icon {
      background-color: rgba(0, 0, 0, 0.37);
      width: 40px;
      height: 40px;
      border: 0; }
    .course-thumbnail-holder .video-button .cdb-video-icon:before {
        border-width: 7px 0 7px 13px;
		left: 23px;
		top: 65%;
		margin: -14px 0 0 -7px; }
    .course-thumbnail-holder .video-button .cdb-video-icon:hover {
        background-color: #fff; }

.product-single-aside {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (max-width: 991.98px) {
    .product-single-aside {
      display: none; } }
  @media (min-width: 992px) {
    .product-single-aside {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 29.33333%;
      flex: 0 0 29.33333%;
      max-width: 29.33333%; } }

.product-info-box,
.product-single-content,
.product-reviews,
.course-teacher-details {
  background-color: #fff;
  padding: 1.35rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px; }
  
  .product-info-box {
	  margin-bottom: 12px;
  }
  .product-info-box .posted_in .fa {
	  margin-left:5px;
  }

.product-reviews {
  padding: 0; }
  .product-reviews .product-review-title {
    padding: 0 30px;
    border-bottom: 1px solid #e5e5e5; }
    .product-reviews .product-review-title .inner {
      position: relative;
      font-size: 16px;
      padding: 20px 0;
      margin-bottom: 0;
      display: inline-block; }
      .product-reviews .product-review-title .inner i {
        margin-right: 10px; }
      .product-reviews .product-review-title .inner:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ec406a; }

.product-reviews-inner {
  padding: 1.75rem; }

.product-reviews-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    .product-reviews-stats {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .product-reviews-stats .rating-subtitle {
    color: #adb5bd;
    margin-bottom: 10px; }
  .product-reviews-stats .detailed-ratings {
    min-width: 70%;
    margin-bottom: 30px; }
    .product-reviews-stats .detailed-ratings .detailed-ratings-inner {
      padding: 30px;
      border: 1px solid #e5e5e5;
      border-radius: 4px; }
      .product-reviews-stats .detailed-ratings .detailed-ratings-inner .course-rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
        line-height: 1; }
        .product-reviews-stats .detailed-ratings .detailed-ratings-inner .course-rating:last-child {
          margin-bottom: 0; }
        .product-reviews-stats .detailed-ratings .detailed-ratings-inner .course-rating .number {
          white-space: nowrap;
          margin-right: 15px; }
        .product-reviews-stats .detailed-ratings .detailed-ratings-inner .course-rating .bar {
          position: relative;
          background-color: #e9ecef;
          width: 100%;
          height: 12px;
          border-radius: 8px;
          margin-right: 15px; }
          .product-reviews-stats .detailed-ratings .detailed-ratings-inner .course-rating .bar .bar-fill {
            position: absolute;
            top: 0;
            left: 0;
            height: 12px;
            border-radius: 8px;
            background-color: #ec406a; }

.average-rating {
  padding-right: 30px; }
  @media (max-width: 991.98px) {
    .average-rating {
      padding-right: 0;
      margin-bottom: 20px; } }
  .average-rating .avareage-rating-inner {
    min-width: 180px;
    padding: 42px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    text-align: center; }
    .average-rating .avareage-rating-inner .average-rating-number {
      font-size: 65px;
      line-height: 65px;
      color: #464749; }
    .average-rating .avareage-rating-inner .average-rating-stars {
      margin-bottom: 10px; }
      .average-rating .avareage-rating-inner .average-rating-stars .star-rating {
        display: inline-block;
        vertical-align: top;
        width: 90px;
        height: 18px;
        margin-top: 10px;
        background-size: 18px;
        background: url("../images/star-empty.svg") left top repeat-x; }
        .average-rating .avareage-rating-inner .average-rating-stars .star-rating > span {
          display: block;
          text-indent: -9999px;
          line-height: 1;
          height: 18px;
          background-size: 18px 18px;
          background: url("../images/star-fill.svg") left top repeat-x; }
      .average-rating .avareage-rating-inner .average-rating-stars .price {
        display: none; }
    .average-rating .avareage-rating-inner .average-rating-label {
      color: #adb5bd; }
  .average-rating .detailed-ratings {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.product-info-box .price .price-label {
  display: block;
  color: #adb5bd; }

.product-info-box .price .amount {
  color: #464749; }

.product-info-box .price > .amount {
  font-size: 26px; }

.product-info-box .price del {
  margin-right: 8px; }

.product-info-box .price ins {
  background-color: transparent; }
  .product-info-box .price ins .amount {
    font-size: 26px; }

.product-info-box .stock {
	background-color: #7b868a;
    border-radius: 3px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    font-size: 19px;
    border: 1px solid #6a7477;
    color: #fff;
    height: 50px;
    box-shadow: 0 2px 12px rgba(123, 134, 138, 0.4);
   }
.sticky-add-to-cart .stock {
	background-color: #7b868a;
    border-radius: 3px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    font-size: 19px;
    border: 1px solid #6a7477;
    color: #fff;
    height: 50px;
	margin-bottom: 0;
    box-shadow: 0 2px 12px rgba(123, 134, 138, 0.4);
   }

.product-info-box .button {
  width: 100%; }

.product-info-box .cart .quantity {
  display: none; }

.product-info-box .product-side-share {
  text-align: center; }

.product-info-box .post-share {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.product-meta-info-list {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px; }
  .product-meta-info-list .meta-info-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    padding-top: 6px;
	color: #7b868a;
    padding-bottom: 6px; }
.product-meta-info-list h6 {
	font-weight:400;
	margin-bottom:10px;
	color: #adb5bd;
}
    .product-meta-info-list .meta-info-unit .icon {
      font-size: 16px;
      margin-right: 15px;
      color: #7b868a; }

.course-teacher-details .top-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }
  .course-teacher-details .top-part img {
    max-width: 100%;
    width: 80px;
    height: auto;
    border-radius: 50%; }
  .course-teacher-details .top-part .name {
    line-height: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 20px; }
    .course-teacher-details .top-part .name h6 {
      margin-bottom: 4px; }
    .course-teacher-details .top-part .name .job-title {
      color: #adb5bd; }

.course-teacher-details .content p {
  margin-bottom: 8px;
  font-size: 13px;
    line-height: 21px;
    text-align: justify;
  }

.related-products {
  margin-top: 10px; }
  .related-products > h2 {
    margin-bottom: 24px; }

.woocommerce-account .woocommerce-MyAccount-content {
  background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px;
    width: 72%;
    float: left;

  }
.woocommerce-MyAccount-navigation {
	float:right;
	width:27%;
	background-color: #fff;
    border: 1px solid #e5e5e5;
	overflow:hidden;
}
@media (max-width: 768px) {
.woocommerce-MyAccount-navigation {
	width:100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;

  }
}
  .woocommerce-account .woocommerce-MyAccount-content p:last-of-type {
    margin-bottom: 0;
	color: #7b7b7b;
	}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0 0 30px;
  border-radius: 4px;
  padding: 20px 30px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
	font-size:15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
      font-family: 'FontAwesome';
      margin-right: 8px;
      color: #ec406a;
      display: inline-block; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before {
      content: '\f015'; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before {
      content: '\f23d'; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads:before {
      content: '\f019'; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before {
      content: '\f279'; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before {
      content: '\f2be'; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before {
      content: '\f08b'; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:before,
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
      cursor: default;
      pointer-events: none; }
	.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--mywishlist:before {
    content: "\f004";
	}
    .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
      margin-right: 0;
	  border-bottom: 0px solid #e5e5e5;
	  }
	 
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-left: 15px;
    margin-right: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #e5e5e5;
}

.woocommerce-account .u-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .woocommerce-account .u-columns.col2-set > div {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 576px) {
      .woocommerce-account .u-columns.col2-set > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }

.woocommerce-account .login-title {
  margin-bottom: 30px; }

.woocommerce-account .password-remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.woocommerce-account .woocommerce-Address-title {
  margin: 24px 0; }

.woocommerce-account .woocommerce-address-fields__field-wrapper,
.woocommerce-account .woocommerce-EditAccountForm {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .woocommerce-account .woocommerce-address-fields__field-wrapper input,
  .woocommerce-account .woocommerce-EditAccountForm input {
    width: 100%; }
  .woocommerce-account .woocommerce-address-fields__field-wrapper fieldset,
  .woocommerce-account .woocommerce-EditAccountForm fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .woocommerce-account .woocommerce-address-fields__field-wrapper .form-row,
  .woocommerce-account .woocommerce-EditAccountForm .form-row {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  @media (min-width: 768px) {
    .woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-first,
    .woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-last,
    .woocommerce-account .woocommerce-EditAccountForm .form-row-first,
    .woocommerce-account .woocommerce-EditAccountForm .form-row-last {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }

.woocommerce-account .woocommerce-address-fields input {
  width: 100%; }

.woocommerce-form input:not([type="checkbox"]),
.woocommerce-form .button {
  display: block;
  width: 100%; }

.woocommerce-password-strength {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-top: 14px;
  padding: 5px 12px;
  border-radius: 50px;
  background-color: #f27362; }
  .woocommerce-password-strength.good {
    background-color: #f3b700; }
  .woocommerce-password-strength.strong {
    background-color: #03a678; }

.woocommerce-password-hint {
  display: block;
  font-size: 13px;
  padding-top: 4px; }

.box-holder {
  position: relative;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px; }

.product_list_widget li {
  padding-top: 15px;
  padding-bottom: 15px; }
  .product_list_widget li::after {
    display: block;
    clear: both;
    content: ""; }
  .product_list_widget li:last-child {
    padding-bottom: 0; }
  .product_list_widget li .wp-post-image {
    overflow: hidden;
    float: left;
    margin-right: 15px; }
  .product_list_widget li a {
    display: block;
    line-height: 1.4; }
  .product_list_widget li .star-rating {
    display: none; }
  .product_list_widget li > .amount {
    color: #ec406a; }
  .product_list_widget li del {
    font-size: 13px;
    color: #adb5bd; }
  .product_list_widget li ins {
    background-color: transparent; }
    .product_list_widget li ins .amount {
      color: #ec406a; }

/*--------------------------------------------------------------
8.0 Plugins
--------------------------------------------------------------*/
.select2 {
  width: 100% !important;
  padding: 0; }

.select2-container--default .select2-selection--single {
  padding: 0 12px;
  min-height: 40px;
  min-width: 200px;
  border-color: #e5e5e5;
  border-radius: 0;
  outline: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .select2-container--default .select2-selection--single:hover {
    border-color: #1e83f0;
    background-color: #1e83f0;
    color: #fff; }
    .select2-container--default .select2-selection--single:hover .select2-selection__arrow b {
      border-color: #fff transparent transparent transparent; }

.select2-container--default .select2-selection--single:focus {
  outline: 0; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
  padding: 6px 0; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #1e83f0;
  background-color: #1e83f0;
  color: #fff; }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single .select2-selection__arrow b,
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow b {
    border-width: 5px 4px 0 4px;
    border-color: #fff transparent transparent transparent; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-color: transparent; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 10px; }

.select2-dropdown,
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border: none;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 0; }

.select2-container--open .select2-dropdown--below {
  margin-top: -1px; }

.select2-search--dropdown {
  padding: 4px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
  border-color: #ccc !important; }

.select2-results {
  padding: 4px;
  background: #ffffff; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 245px; }

.select2-results__option {
  margin: 0;
  padding: 6px 10px; }

.select2-results__option:last-child {
  border-bottom: 0 none; }

.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #f0f0f0;
  color: inherit;
  outline: 0; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: inherit;
  background: #f0f0f0;
  border-radius: 0; }

.bbp-breadcrumb,
.bbp-search-form {
  display: none; }

#bbpress-forums ul.bbp-forums {
  border: 0;
  font-size: 100%; }

.bbpress #bbpress-forums {
  font-size: 100%; }
  .bbpress #bbpress-forums #bbp-search-form {
    margin-bottom: 30px; }
    .bbpress #bbpress-forums #bbp-search-form #bbp_search {
      width: 300px; }
  .bbpress #bbpress-forums ul.odd,
  .bbpress #bbpress-forums ul.even {
    background: #fff !important;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5; }
  .bbpress #bbpress-forums .bbp-header {
    background: #343a40;
    color: #fff;
    padding: 20px 30px;
    line-height: 1.5;
    font-size: 14px; }
    .bbpress #bbpress-forums .bbp-header a {
      color: #fff; }
  .bbpress #bbpress-forums .bbp-reply-header {
    padding: 15px 30px; }
  .bbpress #bbpress-forums li.bbp-body ul {
    padding: 20px 30px !important;
    border-top: 0;
    border-bottom: 1px solid #e5e5e5; }
  .bbpress #bbpress-forums ul.bbp-replies {
    font-size: 15px; }
  .bbpress #bbpress-forums .bbp-template-notice {
    border-radius: 0;
    border: 0;
    padding: 5px 15px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 0; }
    .bbpress #bbpress-forums .bbp-template-notice.info {
      background: #d9edf7;
      color: #31708f; }
  .bbpress #bbpress-forums fieldset.bbp-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px; }
  .bbpress #bbpress-forums .bbp-forum-info {
    line-height: 1.5; }
    .bbpress #bbpress-forums .bbp-forum-info .bbp-forum-title {
      font-size: 17px;
      font-weight: 500; }
    .bbpress #bbpress-forums .bbp-forum-info .bbp-forum-content {
      font-size: 15px; }
  .bbpress #bbpress-forums .bbp-author-avatar .avatar.avatar-14 {
    display: none; }
  .bbpress #bbpress-forums .bbp-author-name {
    font-size: 15px;
    color: #1e83f0; }
    .bbpress #bbpress-forums .bbp-author-name:hover {
      color: #6c757d; }
  .bbpress #bbpress-forums .bbp-forum-freshness {
    line-height: 1.5; }
  .bbpress #bbpress-forums .bbp-footer {
    background: 0;
    border: 0;
    font-size: 14px; }
  .bbpress #bbpress-forums p.bbp-topic-meta {
    font-size: 15px; }
  .bbpress #bbpress-forums .bbp-topic-title .bbp-topic-permalink {
    font-size: 17px; }

.bbpress.single-forum #bbpress-forums .bbp-topics {
  font-size: 100%;
  border: 0; }

.owl-dots {
  padding-top: 18px;
  text-align: center; }
  .gallery-carousel-inner .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%; }
  .owl-dots .owl-dot {
    outline: 0 !important; }
    .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      display: block;
      margin: 0 6px;
      border-radius: 50%;
      background-color: rgba(108, 117, 125, 0.25);
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
      -webkit-transform: scale(1);
      transform: scale(1); }
    .owl-dots .owl-dot.active span {
      background-color: #ec406a; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  font-size: 22px;
  color: #fff;
  background-color: rgba(33, 37, 41, 0.8);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.owl-carousel .owl-nav .owl-prev {
  left: 0; }

.owl-carousel .owl-nav .owl-next {
  right: 0; }

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
  opacity: 1;
  visibility: visible; }


.verified {
	font-style: normal;
    background: #15cc79;
    padding: 3px 7px;
    border-radius: 3px;
    margin-right: 4px;
    font-size: 10px;
    color: #fff;
}

h3.comment-reply-title {
	font-size:12px;
}
.product-single-content .tagged_as {
	display:block;
	color: #7b868a;
}
.product-single-content .tagged_as .fa {
	margin-left:5px;
}
.product-info-box .product_meta .posted_in {
	margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.short-url-box {
	margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid #e5e5e5;
}
.short-url .fa {
	margin-left:8px;
}
.product-info-box .product-info-box-inner .material-icons {
	margin-left: 10px;
    color: #43b733;
    font-size: 34px;
	-webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
input.short-url-link {
	color:#a7a7a7;
	padding: 3px 10px;
}
.purchased-loop {
	    position: absolute;
    top: 15px;
    right: 50%;
    transform: translate(50%, -50%);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 1px 7px;
    font-size: 11px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.purchased-loop .material-icons {
	margin-left: 3px;
    color: #fff;
    font-size: 21px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.sale-perc-badge {
	position: absolute;
	width: 54px;
    height: 55px;
    background: url(../images/discont_badge.png);
    z-index: 5;
    color: #ffffff;
    font-size: 11px;
    font-weight: 100;
    line-height: 16px;
    left: -10px;
    top: -10px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.course-item-inner:hover .sale-perc-badge {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sale-perc {
	margin-top: 13px;
    margin-right: 13px;
    font-size: 15px;
}
.sale-badge-text {
	margin-right: 9px;
    margin-top: -4px;
}
.course-price del {
	color: #ff0000;
    padding: 0px 10px;
	    float: left;
}
.course-price .woocommerce-Price-currencySymbol {
	display:none;
}
.course-price ins {
	font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    background-color: #4ECE3D;
    border: 1px solid #40b630;
    color: #ffffff;
    padding: 0px 8px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.comment-text .description p {
	font-size:13px;
	margin-bottom:0;
}
.purchased-info-box {
	background-color: #4ECE3D;
    border-radius: 3px;
    font-weight: 600;
    font-size: 19px;
    border: 1px solid #40b630;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    line-height: 44px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(147,203,116,0.8);
}
.purchased-info-box .material-icons {
	margin-left:10px;
	-webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
h5.course-section-title {
    padding: 4px 10px;
	border-right: 3px solid #d4d4d4;
}
.woocommerce-MyAccount-navigation>ul li.woocommerce-MyAccount-navigation-link--woo-wallet a::before {
    margin-left: 5px;
	content: "\f0d6";
    font-family: fontawesome !important;
}
.woo-wallet-icon-wallet:before {
    content: " " !important;
}
.user-info-MyAccount {
	background: #ec406a;
    border-radius: 695px/195px;
    position: relative;
    top: -30px;
    width: 140%;
    overflow: hidden;
    margin-right: -20%;
    margin-bottom: -27px;
    padding-top: 65px;
    text-align: center;
    padding-bottom: 17px;
}
.user-info-MyAccount img.avatar {
	border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 6px 20px rgba(168, 172, 185, .3);
}
.user-info-name {
	margin-top:10px;
	color: #fff;
}
.status-user-widget {
	overflow:hidden;
}
.status-user-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    float: right;
    width: 100%;
}
.status-user-widget ul li {
    float: right;
    width: 25%;
    padding: 0 15px 0 0;
}
.status-user-widget ul li:first-child {
    padding-right: 0;
}
.status-user-widget ul li .key_wrapper {
    height: 75px;
    float: right;
    width: 100%;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px;
}

.status-user-widget ul li.all_course .key_wrapper {
    background: #f8f8f8;
}
.status-user-widget ul li .key_wrapper span.icon {
    float: right;
    font-size: 28px;
    margin-top: 7px;
    background: rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 64px;
    text-align: center;
}

.status-user-widget ul li .key_wrapper span.icon .material-icons {
	font-size:36px;
	    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.status-user-widget ul li .key_wrapper span.wc-amount {
    display: block;
    padding: 17px 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

.status-user-widget ul li .key_wrapper span.title {
    text-align: center;
    display: block;
    padding: 3px 0 0;
	font-size: 12px;
}
@media (max-width: 1200px) {
.status-user-widget ul li {
    width: calc((100% / 2) - 10px);
    padding: 0;
    margin: 5px;
}
}
@media (max-width: 500px) {
.status-user-widget ul li {
    width: calc((100% / 1) - 10px);
    padding: 0;
    margin: 5px;
}
}

.notifications-box {
	background: #f8f8f8;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.notifications-box h3 {
	font-size:16px;
	margin-bottom: 4px;
}
h4.notifications {
	font-size:18px;
	margin-bottom:0;
}
.notifications-box ul.list-unstyled {
	list-style:none;
	margin-bottom:0;
	
}
.notifications-box ul.list-unstyled li {
	padding: 13px 0px;
    border-bottom: 1px solid #dedede;
}
.notifications-box ul.list-unstyled li:last-child {
    border-bottom: 0px solid #dedede;
}
h4.notifications .material-icons {
	margin-left:10px;
}
.notifications-box p {
	font-size:12px;
}
.notifications-box .notif-date {
	font-size:12px;
}
.overlay-home {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 7;
}

.product-reviews-rules {
	background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-top: 30px;
    font-size: 12px;
	color: #7b868a !important;
}
.product-reviews-rules ul {
	list-style:none;
	font-size:12px;
	margin:0;
}
.product-reviews-rules h3 {
	font-size: 15px;
}
.product-reviews-rules p {
	margin-bottom:10px;
}
.product-reviews-rules ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    float: right;
    margin-left: 5px;
    font-size: 12px;
    color: #15cc79;
    margin-top: 7px;
}

.product-single-content .tagged_as a {
	background: #eaecef;
    color: #7b868a !important;
    font-size: 12px;
    padding: 0px 9px;
    margin: 3px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.product-single-content .tagged_as a:hover {
	background: #7b868a !important;
    color: #FFF !important;
}

.std-box-view {
    text-align: center;
	font-size:14px;
    border-radius: 2px;
	color: #7b868a;
}
.std-box-view .fa {
	font-size:25px;
	-webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
	margin-left: 4px;
}
.product-views {
	padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #e5e5e5;
}

.yith-wcwl-add-button a.add_to_wishlist {
	font-size: 14px;
    margin-top: 10px;
    position: relative;
}


.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: right
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: right;
    margin-right: .5em;
    margin-left: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #d4d4d4
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #5d5d5d;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    right: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    left: -1px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}



	.average-rating-sidebar {
		margin-top:10px;
		color: #7b868a;
	}
	.average-rating-sidebar span.title-rate {
		font-size:11px;
	}
  .average-rating-sidebar .avareage-rating-inner {
    min-width: 180px;
    border-radius: 4px;
    text-align: center; }
    .average-rating-sidebar .avareage-rating-inner .average-rating-number {
      font-size: 19px;
	  float:right; }
    .average-rating-sidebar .avareage-rating-inner .average-rating-stars {
      float:left;
	  
	  }
      .average-rating-sidebar .avareage-rating-inner .average-rating-stars .star-rating {
        display: inline-block;
        vertical-align: top;
        width: 90px;
        height: 18px;
		direction:ltr;
        margin-top: 5px;
        background-size: 18px;
        background: url("../images/star-empty.svg") left top repeat-x; }
        .average-rating-sidebar .avareage-rating-inner .average-rating-stars .star-rating > span {
          display: block;
          text-indent: -9999px;
          line-height: 1;
          height: 18px;
          background-size: 18px 18px;
          background: url("../images/star-fill.svg") left top repeat-x; }
      .average-rating-sidebar .avareage-rating-inner .average-rating-stars .price {
        display: none; }
    .average-rating-sidebar .avareage-rating-inner .average-rating-label {
      color: #adb5bd; }
  .average-rating-sidebar .detailed-ratings {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
	
.prdctfltr_wc {
    margin-bottom: 0px !important;
}
.prdctfltr_wc .prdctfltr_filter_title {
    margin-bottom: 0px !important;
}
.prdctfltr_showing {
	display:none;
}
.prdctfltr_wc.prdctfltr_wc_widget .prdctfltr_woocommerce_filter_submit {
    margin-bottom: 0px!important;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons {
    margin: 5px 0 !important;
}
.prdctfltr_wc .prdctfltr_filter_title {
    display: none !important;
}
@media (max-width: 991.98px) {
.prdctfltr_wc .prdctfltr_filter_title {
    display: block !important;
}
}
.gallery-wrapper {
	direction:ltr;
}
.vc_separator .vc_sep_holder {
    min-width: 1% !important;
}

.page-main-content {
-webkit-box-flex: 0;
    position: relative;
    width: 100%;
}
@media (min-width: 992px) {
	
.page-main-content {
-webkit-box-flex: 0;
    -ms-flex: 0 0 71.66667%;
    flex: 0 0 71.66667%;
    max-width: 71.66667%;
    position: relative;
    width: 100%;
}
}

.page-container {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.default-margin {
	padding-top:40px;
}
.vc_images_carousel {
    direction: ltr;
}
.wmt-smart-tabs {
	margin-bottom: 25px;
}
.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
    background: rgba(247, 247, 247, 0.5);
    border-radius: 5px;
}
.vc_images_carousel .vc_carousel-control .icon-prev:before {
    top: 0px !important;
}
.vc_images_carousel .vc_carousel-control .icon-next:before {
    top: 0px !important;
}

.audio_box {
	background: #333;
	padding:5px;
    margin-bottom: 20px;
	margin-left: -1.875rem;
    margin-right: -1.875rem;
	margin-top: -1.875rem;
}
.audio_box .mejs-container .mejs-controls {
    background: #333;
}
.post-thumbnail {
	position:relative;
}
.audio_post_thumb {
	position:absolute;
	bottom:0;
}

.audio-inner .audio-icon:before {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background-color: rgba(0,0,0,.8);
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    z-index: 1;
    opacity: 0;
	text-decoration: none;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}
.video-inner .video-icon:before {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background-color: rgba(0,0,0,.5);
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    z-index: 1;
    opacity: 1;
	text-decoration: none;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}
.video-inner:hover .video-icon:before {
    opacity: 0;
}
.audio-inner:hover .audio-icon:before, .audio-inner:hover .audio-icon i {
    opacity: 1;
}
.video-inner .post-thumbnail i {
	font-size: 35px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 10;
    transform: translate(50%, -50%);
    padding: 15px 13px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.22);
    width: 60px;
    height: 60px;
    display: inline-block;
}
.audio-inner .audio-icon i {
    font-size: 35px;
    color: #4e4e4e;
    position: absolute;
    top: 50%;
    right: 50%;
	transform: translate(50%, -50%);
    z-index: 10;
    padding: 13px 18px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #fff;
    width: 60px;
    height: 60px;
    opacity: 0;
    display: inline-block;
}
.read_more_btn {
	text-align:center;
}
.read_more_btn a {
	display: block;
    padding: 5px;
    background: #ececec;
    color: #373a33;
}
.post-inner:hover a.read_more {
    background: #ec406a;
    color: #fff;
}
.post-inner .video-blur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
	text-decoration: none;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -ms-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}

.post-inner:hover .video-blur {
    filter: blur(0px);
    -webkit-filter: blur(0px);
	text-decoration: none;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -ms-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}

.vc_separator.vc_separator_align_left h4 {
    padding: 0 0 0 .8em !important;
}
.vc_separator .vc_icon_element:not(.vc_icon_element-have-style)+h4 {
    padding-right: 0;
}
.ms-skin-light-3 .ms-nav-next, .ms-skin-light-3 .ms-nav-prev {
    opacity: .4;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons span {
    display: inline-block !important;
    background: #6c757d;
    color: #fff;
    padding: 5px 6px;
    border-radius: 4px;
}



#course-advice .advice .advice-inner {
    width: 100%;
    margin-bottom: 15px;
	margin-top: 10px;
    display: inline-block;
    border-radius: 4px;
    background: #fff url(../images/advice.png) no-repeat;
	border: 1px solid #e5e5e5;
    background-position: right -116px top -40px;
}
@media (max-width: 991px) {
#course-advice .advice .advice-inner {
    background: #fff;
}
}
#course-advice .advice .advice-content h3 {
    color: #7b868a;
    margin-top: 57px;
    text-align: center;
    font-size: 30px;
}
#course-advice .advice .advice-content p {
    color: #616161;
    padding-top: 21px;
}
#course-advice .advice .advice-content a {
    color: #000;
    border-radius: 100px;
    display: table;
    margin: 25px auto 45px;
    padding: 8px 15px;
    background-color: #ffd001;
    outline: none;
}
.modal2 .advice-modal-content .advice-contact {
    padding-top: 100px;
    padding-right: 40px;
    padding-left: 40px;
}
.modal2 .advice-modal-content .advice-contact .tel {
    background: url(../images/tel.png) no-repeat;
    width: 147px;
    height: 118px;
    display: table;
    margin: 0 auto 30px;
    position: relative;
}
.modal2 .advice-modal-content .advice-contact .tel:after {
    content: "";
    width: 147px;
    height: 40px;
    background: url(../images/tel-phone.png) no-repeat;
    position: absolute;
    top: -20px;
    left: 0;
    animation-name: tel-shake;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@media (max-width: 767px) {
.modal2 .advice-modal-content .advice-contact .tel {
    display: none;
}
}
.advice-modal-content {
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
	transform: translate(-50%, -50%);
    width: 800px;
    top: 50%;
    left: 50%;
    margin: 0;
    position: absolute;
    max-width: 100%;
    padding: 15px;
	z-index: 1041;
	padding: 30px 15px 15px;
    background: #fff url(../images/advice-modal-bg.svg) no-repeat right bottom;
    border-radius: 15px;
}
@media (min-width: 768px) {
.advice-modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
}

.modal2 .advice-modal-content .advice-contact .tel-number {
    font-size: 34px;
    line-height: 33px;
    font-weight: normal;
    background: #f95428;
    border-radius: 10px;
    letter-spacing: 2px;
    margin: 0 auto 15px;
    padding: 10px 20px 7px;
    display: table;
    color: #FFF;
}
.modal2 .advice-modal-content .advice-contact .tel-number a {
    color: #FFF !important;
}
.modal2 .advice-modal-content .advice-contact h3 {
    text-align: center;
    font-size: 30px;
    padding: 5px 0 20px;
    color: #5a5a5a;
}
.advice-modal-content .close {
    left: 13px;
    top: 10px;
    right: auto;
    position: absolute;
    z-index: 10000;
}
@media (max-width: 768px) {
.advice-modal-content .close {
    top: 147px;
}
}
.advice-modal-content .close svg {
    width: 26px;
    fill: #666;
}
.modal2 .advice-modal-content .advice-form {
    padding: 0 20px;
    padding-right: 50px;
    border-right: 1px solid #E5E5E5;
}
.modal2 .advice-modal-content .advice-form:after {
    content: "یا";
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    z-index: 1;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgb(229, 229, 229);
    padding: 8px 0px;
}
@media (max-width: 768px) {
.modal2 .advice-modal-content .advice-form:after {
    display:none
}
.modal2 .advice-modal-content .advice-form {
    border-right: 0px;
}
}
.modal2 .advice-modal-content .button-advice {
	display: inline-block;
    padding: 5px 25px;
    background-color: #78c577;
    border-radius: 7px;
    text-align: center;
    font-weight: 400;
    box-shadow: 0 2px 12px rgba(120,197,119,0.6);
    color: #fff;
    font-size: 13px;
    outline: none;
    transition: all .3s ease;
    width: 100%;
    text-align: center !important;
    padding: 12px 0;
    font-size: 15px;
    display: table;
    margin-bottom: 15px;
    margin-top: 25px;
}
.modal2 .advice-modal-content .button-advice:hover {
    background-color: #55b653;
    transition: all .3s ease;
}
.modal2 .advice-modal-content .form-row input, .modal2 .advice-modal-content .form-row input[type="text"], .modal2 .advice-modal-content .form-row input[type="email"], .modal2 .advice-modal-content .form-row input[type="checkbox"], .modal2 .advice-modal-content .form-row input[type="number"], .modal2 .advice-modal-content .form-row input[type="password"] {
    direction: rtl;
    text-align: right;
    width: 100%;
    outline: none;
    padding-left: 0.75em;
    border: 1px solid #e8e8e8;
    border-radius: 100px;
    padding: 9px 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
@keyframes tel-shake {
    2% {
        transform: translate(7px, 13px) rotate(0deg)
    }
    4% {
        transform: translate(9px, -6px) rotate(0deg)
    }
    6% {
        transform: translate(-1px, -4px) rotate(2deg)
    }
    8% {
        transform: translate(-13px, 15px) rotate(12deg)
    }
    10% {
        transform: translate(-1px, 5px) rotate(-8deg)
    }
    12% {
        transform: translate(-4px, 5px) rotate(-8deg)
    }
    14% {
        transform: translate(4px, -2px) rotate(10deg)
    }
    16% {
        transform: translate(8px, -6px) rotate(12deg)
    }
    18% {
        transform: translate(11px, -3px) rotate(7deg)
    }
    20% {
        transform: translate(6px, 7px) rotate(7deg)
    }
    22% {
        transform: translate(9px, 5px) rotate(11deg)
    }
    24% {
        transform: translate(1px, -5px) rotate(-14deg)
    }
    26% {
        transform: translate(2px, 8px) rotate(8deg)
    }
    28% {
        transform: translate(-12px, -12px) rotate(-11deg)
    }
    30% {
        transform: translate(1px, 14px) rotate(-8deg)
    }
    32% {
        transform: translate(-4px, -9px) rotate(14deg)
    }
    34% {
        transform: translate(0px, 9px) rotate(5deg)
    }
    36% {
        transform: translate(8px, -12px) rotate(1deg)
    }
    38% {
        transform: translate(-8px, -6px) rotate(6deg)
    }
    0%,
    40%,
    100% {
        transform: translate(0, 0) rotate(0)
    }
}

.tracking-order {
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
	overflow: hidden;
	background: #fff url(../images/advice.png) no-repeat;
    background-position: right -114px top 103px;
    min-height: 479px;
}
@media (max-width: 991px) {
.tracking-order {
    background: #fff;
}
}
h2.tracking-title {
	font-size: 22px;
    margin: 10px 0 19px 0;
    text-align: center;
	width:100%;
	padding:10px;
	position:relative;
}
.tracking-button {
	width:100%;
	background-color: #1bbd45 !important;
}
.tracking-button:hover {
	background-color: #20ad16 !important;
}
.tracking-order .tracking-image {
	width: 160px;
    margin: 28px 0px;
}
p.order-info mark {
	background: #2dd44a;
    padding: 2px 15px;
    border-radius: 4px;
    margin: 0 5px;
    color: #fff;
}
.tracking-order img.avatar {
	border-radius:100px;
	margin-top:30px;
	margin-bottom: 10px;
	box-shadow: 0 6px 20px rgba(168, 172, 185, .3);
}

.post-share-btn {
	text-align:center;
	margin-top: 10px;
	position: relative;
}
.post-share-btn a {
	color: #b1bbbf;
    margin-left: 1px;
    display: inline-block;
    border: 2px solid #b1bbbf;
    height: 35px;
    line-height: 32px;
    width: 35px;
    border-radius: 3px;
}

.blog-share-btn {
	position: relative;
	margin-top:4px;
}
.blog-share-btn a {
	color: #7b868a;
	margin:0 5px;
}

.sticky-add-to-cart {
	position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    line-height: 45px;
}
.sticky-add-to-cart button.single_add_to_cart_button {
	width:100%;
	background: #4ece3d;
	border-radius: 0;
}
.sticky-add-to-cart button.single_add_to_cart_button:hover {
    background-color: #40b630;
}
@media (min-width: 992px) {
.sticky-add-to-cart {
    display:none
}
}

ul.woocommerce-error {
    color: #af5c5c;
    background: rgba(255, 0, 0, 0.12);
    padding: 15px 25px;
    margin-right: 0;
    border: 1px solid #af4c4c;
    border-radius: 6px;
    position: relative;
	    line-height: 45px;
    font-weight: 900;
    overflow: hidden;
}
ul.woocommerce-error a.wc-forward {
	float:left;
}
.sticky-add-to-cart .quantity {
	display:none;
}
	
.on-woo-wallet-cashback {
    position: absolute;
	position: absolute;
    z-index: 99999;
    background: #fff;
    border: 0;
    margin: 10px;
}

.article_related .post-inner {
	padding: 20px 0px !important;
}
.article_related h5.author-title {
	padding: 0 30px;
	font-size: 15px;
}
.article_related ul {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
    float: right;
    width: 100%;
	margin-right: 0;
}
.article_related ul li {
    margin-top: 15px;
    height: 100px;
}
.article_related ul li a {
    color: #333;
    display: block;
    background: 0 0;
    padding: 15px;
    border-radius: 3px;
    float: right;
    width: 100%;
}
.article_related ul li a:hover {
    color: #e31e24;
    background: #f5f5f5;
}
.article_related ul li:hover h6 {
    color: #ec406a;
}
.article_related ul li img {
    float: right;
    width: 75px;
    height: 75px;
    margin-left: 20px;
    border-radius: 3px;
}
.article_related ul li h6 {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
	color: #333;
	font-weight:600;
	display: inline;
}
.article_related ul li p {
    font-size: 12px;
    transform: translateY(3px);
    margin: 0;
    color: #9c9fa4;
}
.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
@media (max-width: 768px) {
.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
    display: none;
}
.shop_table tbody tr td {
    display:block;
	width:100%;
	font-size: 13px;
	text-align: left;
}
.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:right}
.woocommerce-page table.shop_table_responsive tr td.product-remove::before{content:attr(data-title) "  ";font-weight:700;float:right}
.woocommerce-page table.shop_table_responsive tr td.actions::before{content:attr(data-title) "  ";font-weight:700;float:right}
.woocommerce-page table.shop_table_responsive tr.cart-subtotal td::before{content:" ";font-weight:700;float:right}
.woocommerce-page table.shop_table_responsive tr.order-total td::before{content:" ";font-weight:700;float:right}
}
.schema-stars { display:inline; }
.wmt-tabs-content { min-height:500px !important;}
.woocommerce ul.order_details {
	list-style:none;
	margin: 0;
	
}
.woocommerce ul.order_details li {
    float: none;
    display: inline-block;
    font-size: 13px;
    border-left: 1px dashed #d3ced2;
    padding-left: 15px;
    margin-left: 15px;
    color: #7b868a;
}
.woocommerce ul.order_details li:last-child {
    border-left: 0px;
}
.woocommerce ul.order_details li.total, .woocommerce ul.order_details li.total strong {
    color: #2dbe60;
}
.woocommerce ul.order_details li strong {
    display: block;
    text-transform: none;
    line-height: 1.5;
	color: #111;
}
.woocommerce-order .congratulation .download-icon {
    height: 54px;
    width: 54px;
    float: right;
    margin-left: 10px;
    background: url(../images/download.png) no-repeat center center;
}
.woocommerce-order .congratulation h4 {
	font-size:15px;
	display:inline-block;
}
.woocommerce-order .congratulation p {
	margin-bottom:0;
	display:inline-block;
}
.order_summary {
    float: right;
    width: 100%;
    overflow: hidden;
    -moz-box-shadow: 0 1px 2px 1px #D3D2D3;
    box-shadow: 0 1px 2px 1px #D3D2D3;
    padding: 15px 20px;
    margin-bottom: 44px;
	background: #fff;
}
.woocommerce-order-details td.woocommerce-table__product-name.product-name a {
	display: inline-block;
    background: #2dbe60;
    color: #fff;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 3px;
	box-shadow: 0 2px 12px rgba(147,203,116,0.8);
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	display:block;
	width:100%;
}
.woocommerce .woocommerce-order table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 0 24px -1px;
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
	background-color:#fff;
}
.woocommerce .woocommerce-order table tr td {
    border-bottom: 0px solid #efefef;
}
.woocommerce .woocommerce-order table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 15px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.woocommerce .woocommerce-order table tr th {
    border-bottom: 0px;
}
.woocommerce .woocommerce-order .shop_table thead tr th {
    padding: 13px 16px 13px;
}
@media (min-width: 768px) {
.woocommerce .woocommerce-order .shop_table thead tr th {
    padding: 13px 16px 13px;
}
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}



