
/*  
    Author: Eyad Ashraf
    Author Website: http://themes.center
    Template Name: Magalla Magazine, News and Business blog
    Themeforest link: https://themeforest.net/item/magalla-magazine-news-and-business-blog/10000645
    Template version: 2
    //All RIGHT RESERVED//
*/

/*
Table of content
    1- General classes
       1.1 Slider classes
    2- Header
       2.1- Tool bar
       2.2 Logo and Search
       2.3 Mega Menu
       2.4 News Ticker
       2.5 Bread crumbs
       2.6 Categories news ticker
    3- Left Magalla Modules
       3.1 Hero Module One
       3.2 Left side Modules
       3.2-A Top News Module
       3.2-B Single Category Module
       3.2-C Slider - Left Modules
       3.3-D Review Module
    4- Right Magalla Modules
       4.1 Posts Slider
       4.2 Trending posts
       4.3 Flickr widget
       4.4 Video Widget
    5- Footer
    6- Default Blog Page
      6.1 Blog Style 1
      6.2 Blog Style 2
    7- Default Widgets
    8- Article Page
    9- Magalla Widgets
      9.1 Posts Slides
    10- 404 Page

*/



html{line-height:1;color:#727272;}
::-moz-selection{background:#b3d4fc;text-shadow:none;}
::selection{background:#b3d4fc;text-shadow:none}
fieldset,hr{border:0;padding:0;}
hr{display:block;height:1px;border-top:1px solid #ccc;margin:1em 0}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
fieldset{margin:0;}
textarea{resize:vertical;}

/* General classes */

:focus{outline:none!important}
.hidden{display:none!important;visibility:hidden}
.invisible{visibility:hidden}
.clearfix:before,.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}
.clearfix{*zoom:1}
.upper{text-transform:uppercase}
.rel{position:relative}
.inline-ul{list-style:none;margin:0;line-height:1}
.inline-ul > li{display:inline-block}
.mar0{margin: 0 !important;}
.pad0{padding: 0 !important;}
.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@keyframes blink {
    40% {opacity: 0.7}
    50%{opacity: 0.8}
    100% {opacity: 1}
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}


.blink{animation: blink 1s infinite;}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

a,.trans1,
.slick-next,
.slick-prev{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.trans2{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.align-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}
.align-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.align-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.align-spaced{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}

.mg-side-alert {
    color: #ffffff;
    position: fixed;
    right: 0;
    bottom: 30%;
    padding: 10px 20px;
    border-radius: 5px 0 0 5px;
}

.mg-side-alert.all-good {
    background: #5aa42a;
}

.grid-container{
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

::-moz-selection {
       background-color: #191919;
       color: #ffffff;
}

::selection {
       background-color: #191919;
       color: #ffffff;
}

.h100{
    height: 100%;
}

.block{
    display: block;
}

.inline-block{
    display: inline-block;
}

:root{font-size: 16px}

body{
    font-family:'Raleway';
    color:#333333;
    background: #f2f2f2;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: 'Raleway', sans-serif;
    line-height: 1;
    text-rendering: auto;
    font-weight: 500;
}

p{
    font-family: 'Lato', sans-serif;
    font-size: 0.9375rem;
}

a{
    color: #191919;
    cursor: pointer;
}

#content a:focus,
#content a:hover{
    color: inherit;
}

.main-modules-container a:hover{
    /*text-decoration: underline;*/
    color: inherit;
}

.h100{height: 100%;}

.fs-12{font-size: 12px;}
.fs-13{font-size: 13px;}
.fs-16{font-size: 16px;}
.fs-18{font-size: 18px;}
.fs-19{font-size: 19px;}
.fs-23{font-size: 23px;}
.fs-24{font-size: 24px;}
.fs-26{font-size: 26px;}



/* 1.1 Slider Classes */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 40%;
    opacity: 0;
    display: block;
    width: 30px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'fontawesome';
    font-size: 50px;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero-module-one-slider:hover .slick-prev{
   left: 0;
   opacity: 1;
}

.hero-module-one-slider:hover .slick-next{
   right: 0;
   opacity: 1;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: "\f104";
}
[dir='rtl'] .slick-prev:before
{
    content: "\f105";
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: "\f105";
}
[dir='rtl'] .slick-next:before
{
    content: "\f104";
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'fontawesome';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/* 2.1 Tool bar */
header#masthead {
    margin-bottom: 19px;
    background: #ffffff;
}

.dropdown.menu a {
    padding: 0.625rem 0.375rem;
}

section#top-tool-bar {
    font-family: 'Lato', sans-serif;
    background: #191919;
}


div[id*="topbar"] a {
    color: #b6b6b6;
    font-size: 0.875rem;
    padding: 0.625rem 0.375rem;
}

div[id*="topbar"] a:hover,
div[id*="topbar"] a:active,
div[id*="topbar"] .dropdown.menu .is-active > a
{
    color: #ffffff !important;
}

.is-dropdown-submenu{
    z-index: 4;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after,
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after
 {
    content: "\f107";
    font-family: FontAwesome;
    color: #b6b6b6;
    position: absolute;
    top: 11px;
    right: 17px;
    border: none;
    margin: 0;
    display: inline-block;
    height: auto;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: "\f105";
    font-family: FontAwesome;
    color: #b6b6b6;
    position: absolute;
    top: auto;
    right: 14px;
    border: none;
    margin: 0;
    display: inline-block;
}


.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: "\f104";
    font-family: FontAwesome;
    color: #b6b6b6;
    position: absolute;
    top: auto;
    left: 14px;
    border: none;
    margin: 0;
    display: inline-block;
}


section#top-tool-bar .vertical.toolbar-sub {
    background: #2d2d2d;
    border: none;
}

ul.vertical.menu.toolbar-sub {
    display: none;
}

ul.vertical.menu.toolbar-sub.js-dropdown-active{
    display: block;
}

.title-bar{
    display: none;
}

div[id*="topbar"] > ul  > li > a {
    margin: 0.1875rem 0;
}

section#top-tool-bar .vertical.toolbar-sub.first-sub {
    background: #191919;
}

div[id*="topbar"] > ul  > li.menu-item-has-children {
    margin-right: 6px;
}

div[id*="topbar"] > ul  > li.menu-item-has-children > a {
    padding: 0.625rem 0.6875rem 0.625rem 0.375rem;
}

section#top-tool-bar .vertical.toolbar-sub > li a{
    padding: 0.8125rem 1.25rem;
}

section#top-tool-bar .vertical.toolbar-sub > li a:hover {
    padding-left: 1.375rem;
}

section#top-tool-bar .vertical.toolbar-sub.first-sub > li {
    min-width: 222px;
    border: 1px solid #2c2c2c;
    border-bottom: none;
}

section#top-tool-bar .vertical.toolbar-sub > li {
    border: 1px solid #383737;
}

/* 2.2 Logo and Search */
section#header-logo-search {
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8;
}

h1.site-title > a {
    font-size: 35px;
    color: #191919;
    text-transform: uppercase;
}

.logo-image-header{
    width: calc(414px/2);
}

.overlay-search-cont {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index: 99;
}

.main-search-full {
    position: absolute;
    left: 8%;
    top: calc( 44vh - 122px );
    width: 80%;
}

.main-search-full input, .main-search-full input:focus {
    border: none;
    box-shadow: none;
    background: transparent;
    font-size: 60px;
    height: auto;
}

a.search-close {
    position: absolute;
    top: 7%;
    right: 5%;
    font-size: 50px;
    color: #383636;
}

a.search-close:hover {
    color: #000;
}

a.search-icon.search-btns {
    font-size: 20px;
    display: inline-block;
    height: 100%;
    margin-right: 5px;
}

.search-icon i.fa {
    display: block;
}

a.search-icon.search-btns:hover, a.search-icon.search-btns:focus {
    color: #191919;
}

a.search-icon.search-mob {
    margin-right: 0;
}

/* 2.3 Mega Menu */

#mega-menu-main {
    border-bottom: 2px solid #5aa628;
    min-height: 50px;
}

/* SubList Arrow */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}


@-webkit-keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}


@keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}


.menu-container {
    width: 100%;
}

#main-nav ul{
    margin-left: 0; 
}

#main-nav .container,
#main-nav-uber .container {
    position: relative;
}

#main-nav .main-menu {
    margin-left: 10px;
}

.main-menu > ul {
    display: block;
}

#main-nav ul li {
    position: relative;
    display: inline-block;
}

/* Remove Arrows from the Sub Sub Menus */

#main-nav ul ul > li.menu-item-has-children:hover > a:after,
#main-nav ul ul > li.mega-menu:hover > a:after,
#main-nav ul li .mega-menu-block ul.sub-menu:before {
    display: none;
}

#menu-main-menu > li > ul.sub-menu{
   border-top: none;
   margin-top: 2px;
}

#main-nav ul ul.sub-menu {
    width: 270px;
    background: #ffffff;
    font-family: 'Lato', sans-serif;
    border: 1px solid #e5e5e5;
    z-index: 15 !important;
    max-width: none !important;
}

#main-nav ul .mega-menu-block ul ul.sub-menu,
#main-nav ul .mega-menu-block ul li.current-menu-item ul,
#main-nav ul .mega-menu-block ul li.current_page_parent ul,
#main-nav ul .mega-menu-block ul li.current-menu-parent ul,
#main-nav ul .mega-menu-block ul li.current-page-ancestor ul {
    top: 0;
}

#main-nav .menu-sub-content {
    display: none;
    padding: 0;
    position: absolute;
    z-index: 205;
}

#main-nav ul ul ul {
    right: auto;
    left: 100%;
    top: 0;
    z-index: 210;
}

#main-nav .mega-menu-block a.mega-menu-link{
    padding: 0;
    margin-top: 10px;
}

/* Sub Level links */

#main-nav ul ul li:hover > a,
#main-nav ul ul:hover > a {
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#main-nav ul li:hover > ul,
#main-nav ul li:hover > .mega-menu-block {
    display: block;
    -webkit-animation: fadeInDown .2s ease-in ;
       -moz-animation: fadeInDown .2s ease-in ;
            animation: fadeInDown .2s ease-in ;
}
/* Mega Menus */

#main-nav ul li.mega-menu .mega-menu-block {
    width: 1160px;
    left: -10px;
    padding: 10px;
}
#main-nav ul li.mega-menu .mega-menu-block img {
    max-width: 100%;
    height: auto;
}

#main-nav ul li.mega-menu .post-thumbnail ,
#main-nav ul li.mega-menu .post-thumbnail a,
#main-nav ul li .mega-menu-block .roms-date  i.fa {
    margin:0;
    padding:0;
}


/* Mega Links */

#main-nav ul li.mega-menu.mega-links .mega-menu-block {
    padding-right: 0;
}

#main-nav ul li.mega-menu.mega-links .mega-menu-block .sub-menu-columns-item {
    -webkit-animation: none ;
       -moz-animation: none ;
            animation: none ;
}

#main-nav li.mega-menu.mega-links .mega-menu-block ul li.mega-link-column {
    float: left;
    border: 0 none;
    margin-bottom: 10px;
    width: 50%;
}

#main-nav li.mega-menu.mega-links .mega-menu-block ul li.mega-link-column:after {
    display: none;
}


/* Mega Links 3 columns */

#main-nav li.mega-menu.mega-links.mega-links-3col .mega-menu-block ul li.mega-link-column {
    width: 33.333%;
}

/* Mega Links 4 columns */

#main-nav li.mega-menu.mega-links.mega-links-4col .mega-menu-block ul li.mega-link-column {
    width: 25%;
}

/* Mega Links 5 columns */

#main-nav li.mega-menu.mega-links.mega-links-5col .mega-menu-block ul li.mega-link-column {
    width: 20%;
}

/* Mega Categories */

#main-nav ul li.mega-menu.mega-cat .mega-menu-block {
    padding: 0;
}

#main-nav .mega-cat-wrapper {
    clear: both;
}

#main-nav ul ul.sub-menu.mega-cat-more-links {
    width: 100%;
    margin: 10px 0;
}

#main-nav ul li.mega-menu.mega-cat .mega-cat-more-links li {
    float: left;
    width: 29.333333%;
    margin: 0 2% !important;
}

#main-nav ul li.mega-menu.mega-cat .mega-cat-more-links li ul li {
    float: none;
    width: 100%;
    margin: 0 !important;
}

.mega-cat-sub-categories {
    float: left;
    width: 20%;
    padding-top: 20px;
}

#main-nav ul li.cat-active a {
    background: #222 !important;
}

#main-nav .mega-cat-content-tab {
    display: none;
    overflow:hidden;
}

#main-nav .mega-cat-content-tab a {
    cursor: default;
}

#main-nav .mega-cat-content-tab.already-loaded a {
    cursor: pointer;
}

#main-nav .mega-cat-content {
    float: left;
    padding: 20px;
    padding-right: 0;
}

#main-nav .mega-cat-content.mega-cat-sub-exists {
    background: #222;
    width: 80%;
    position:relative;

}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block .mega-menu-post {
    float: left;
    padding-right: 20px;
    width: 25%;
    opacity:0;
    -webkit-transition: opacity .3s ease-in-out;
       -moz-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;
         -o-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block .already-loaded .mega-menu-post{
    opacity:1;
}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block .mega-menu-post a {
    border: 0 none;
    padding: 0;
}

/* Clear */

#main-nav ul ul.sub-menu.mega-cat-more-links:after {
    content: ' ';
    display: block;
    clear: both;
}


/* Mega Featured - Recent */

#main-nav .mega-recent-featured-list {
    width: 25%;
    margin-right: 3%;
    float: left;
}

#main-nav .mega-recent-post {
    float: left;
    width: 37%;
    margin-right: 3%;
}

#main-nav ul li.mega-menu.mega-recent-featured .mega-menu-block .mega-recent-post a {
    border: 0 none;
    padding: 0;
}

#main-nav .mega-check-also {
    float: left;
    width: 60%;
}

#main-nav ul .mega-check-also li {
    width: 50% !important;
    float: left !important;
    padding: 8px 0 !important;
    margin-bottom: 8px !important;
}

#main-nav ul .mega-check-also li:nth-child(2n+3) {
    clear: left;
}

#main-nav .menu-item-has-children .mega-check-also {
    width: 32%;
}

#main-nav ul .menu-item-has-children .mega-check-also li {
    width: 100% !important;
    float: none !important;
}

#main-nav .mega-menu-block .mega-check-also a.mega-menu-link {
    display: inline;
    margin-top: 0;
}

#main-nav ul li.mega-menu .mega-menu-block .mega-check-also .post-thumbnail {
    margin-right:10px;
    float:left;
}

#main-nav ul li.mega-menu .mega-menu-block .mega-check-also .post-thumbnail img {
    max-width : 90px;
    height: auto ;
}


/* Sticky Menu */

.fixed-nav {
    position: fixed;
    top: -90px;
    width: 1045px;
    z-index: 9999;
    opacity: 0.95;
    -webkit-transition: top .5s;
       -moz-transition: top .5s;
         -o-transition: top .5s;
            transition: top .5s;

    -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
       -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
            box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
}

.fixed-nav-appear {
  top: 0;
}

.wide-layout #main-nav.fixed-nav{
    width:100% !important;
}

body.admin-bar .fixed-nav-appear {
    top: 32px;
}

.main-nav-logo {
    padding: 10px 10px 0;
    float: left;
    display: none;
    opacity: 0.8;
}

.main-nav-logo:hover {
    opacity: 1;
}

.main-nav-logo img{
    height: 27px;
    width: auto;
}

.fixed-nav .main-nav-logo {
    display: block;
}



/**
 * Off Canvas Mobile menu
 * -----------------------------------------------------------------------------
 */


.js-nav.mob-nav #page:after {
    content: '';
    display: block;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: 0;
    opacity: 0.8;
    z-index: 1;
}

#slide-out {
    background: #191919;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 80%;
    color: #ddd;
    -webkit-transform: translate3d(-101%, 0, 0);
       -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
         -o-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
         -o-backface-visibility: hidden;
            backface-visibility: hidden;
}

#slide-out ul#menu-main-menu > li.current-menu-item > a::after{
    display: none;
}

#slide-out .social-icons {
    margin-bottom: 15px;
}

#slide-out .social-icons a {
    color: #ccc;
    font-size: 16px;
    padding: 0 4px;
}

#slide-out .social-icons a:hover {
    color: #FFF;
}

#mobile-menu {
    border-top: 1px solid #2D2D2D;
    display: none;
}

#mobile-menu.mobile-hide-icons i.fa {
    display: none;
}

#slide-out #mobile-menu .mega-menu-block {
    padding: 0 !important;
    background: transparent !important;
    min-height: inherit !important;
}

#slide-out #mobile-menu ul ul,
#slide-out #mobile-menu .sub-menu-columns-item{
    display: none;
    background: #292929;
    margin: 0;
}

#slide-out #mobile-menu .sub-menu-columns-item {
    background: #232323;
}

#slide-out #mobile-menu li {
    list-style: none;
    position: relative
}

#slide-out #mobile-menu li:first-child {
    margin-top: -2px;
}

#slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows{
    position: absolute;
    top: 2px;
    right: 0;
    border-left: 1px solid #2b2b2b;
    margin: 0;
    cursor: pointer;
    display: block;
    padding: 17px 14px;
    background: #292929;
}

#slide-out #mobile-menu a {
    color: #ccc;
    display: block;
    font-size: 16px;
    padding: 18px;
    padding-right: 0;
    border-bottom: 1px solid #2D2D2D;
}

#slide-out #mobile-menu a:hover {
    background: #111;
    color: #FFF;
}

#slide-out #mobile-menu ul ul a {
    font-size: 14px;
    padding-left: 30px
}

#slide-out #mobile-menu ul ul ul a {
    font-size: 12px;
    padding-left: 40px
}

#slide-out #mobile-menu ul ul ul a {
    padding-left: 50px
}

#slide-out #mobile-menu ul ul ul ul a {
    padding-left: 60px
}

.slide-out-close{
    position: absolute;
    top: 50vh;
    left: 10px;
    z-index: 505;
    opacity: 1;
}

#slide-out-open {
    display: none;
    position: relative;
    margin: 0;
    height: 25px;
    width: 52px;
    margin-right: 10px;
}

#slide-out-open.slide-out-open span {
    left: 10px;
}

#slide-out-open span {
    left: 10px;
}

#slide-out-open span, 
#slide-out-open span:after,
#slide-out-open span:before {
    top: 0;
    position: absolute;
    content: ' ';
    display: block;
    height: 5px;
    width: 33px;
    background: #191919;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#slide-out-open span:before {
    top: 9px;
}

#slide-out-open span:after {
    top: 18px;
}

#open-slide-overlay {
    position: fixed;
    top: 0;
    left: 80%;
    z-index: 500;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


/* open and Close the SlideOut panel */

.csstransforms3d.csstransitions .js-nav #page {
    left: 80%;
}

.csstransforms3d.csstransitions .js-nav #mobile-menu {
    display: block;
}

#page,
#slide-out {
    -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
       -moz-transition:    -moz-transform 500ms ease, opacity 500ms ease;
         -o-transition:      -o-transform 500ms ease, opacity 500ms ease;
            transition:         transform 500ms ease, opacity 500ms ease;
}

.csstransforms3d.csstransitions .js-nav #page{
    left: 0 !important;
    /*opacity: .5;*/
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
         -o-backface-visibility: hidden;
            backface-visibility: hidden;
}

.csstransforms3d.csstransitions .js-nav #slide-out-open span{
    top: 19px;
    left: 6px;
    -webkit-animation: fa-spin .2s 2 linear;
            animation: fa-spin .2s 2 linear;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.csstransforms3d.csstransitions .js-nav #slide-out-open span:after{
    top:0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.csstransforms3d.csstransitions .js-nav #slide-out-open span:before{
    opacity: 0;
}

.csstransforms3d.csstransitions .js-nav #page {
    -webkit-transform: translate3d(80%, 0, 0);
       -moz-transform: translate3d(80%, 0, 0);
        -ms-transform: translate3d(80%, 0, 0);
         -o-transform: translate3d(80%, 0, 0);
            transform: translate3d(80%, 0, 0);
}

.csstransforms3d.csstransitions .js-nav #slide-out {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
       -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
         -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.megamenu-item-typo {
    margin-top: 10px;
}

#main-nav .mega-cat-module{
    background: #ffffff;
}

a.megamenu-item-typo-title {
    font-size: 15px;
}

.megamenu-item-typo > h5 {
    margin: 10px 0;
}

.main-menu .megamenu-item {
    padding: 0 10px;
}

.megamenu-item-typo a.megamenu-item-typo-title {
    font-size: 14px;
    font-weight: bold;
}

.megamenu-item-typo > p {
    font-size: 13px;
}

h6.megamenu-item-date {
    font-size: 12px;
}

.mega-cat-module {
    padding: 1.5rem 1.25rem;
}

#main-nav ul > li > a {
    text-decoration: none;
    padding: 24px;
    display: block;
    font-size: 1.167rem;
}

#main-nav ul > li ul li > a {
    padding: 19.5px 15px;
    border-bottom: 1px solid #f3f3f3;
    color: #b6b5b5;
    font-weight: 600;
}

.mega-menu-block {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 2px 0 0 0;
    list-style: none;
    box-sizing: border-box;
}

#main-nav ul li ul > li {
    width: 100%;
}

#main-nav .mega-menu-block ul li > a {
    padding: 6px;
}

#main-nav .mega-menu-block ul.sub-menu-columns li > a.mega-links-head {
    font-size: 15px;
}

#main-nav .mega-menu-block ul.sub-menu-columns li a{
  border: none;
}

#main-nav .mega-menu-block ul.sub-menu-columns li > ul.sub-menu-columns-item > li > a {
    font-size: 14px;
    font-weight: normal;
    color: #888888;
}

#main-nav ul li.mega-menu.mega-links:hover a.mega-links-head {
    background: transparent;
}

#main-nav ul li.mega-menu.mega-links a.mega-links-head:hover {
    color: #000;
}

#main-nav ul li.mega-menu.mega-links a.mega-links-head {
    color: #333333;
}

#main-nav ul li.mega-menu.mega-links a.mega-links-head:hover {
    padding: 6px;
}

ul#menu-main-menu > li > a {
    padding: 18.5px 15px 18.5px 15px;
    color: #b6b5b5;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    margin-bottom: -2px;
}


#main-nav .mega-menu-block ul li > a:hover {
    padding-left: 9px;
}

.menu-image-post{
    display: block;
}

#main-nav ul > li:hover > a {
    color: #000000;
}

#slide-out #mobile-menu .mega-menu-block {
    position: relative;
}

.mob-nav footer#main-footer-section:after {
    content: '';
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
}

.footer-copy-2{
    text-align: right;
}

a#slide-out-open.slide-out-close {
    background: #191919;
    display: inline-block;
    padding: 0;
    line-height: 40px;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    position: absolute;
    top: 40vh;
    height: 41px;
    width: 45px;
    left: 0px;
}

a#slide-out-open.slide-out-close > span,
#slide-out-open.slide-out-close span:after,
#slide-out-open.slide-out-close span:before {
    background: #ffffff;
}

#main-nav ul ul.sub-menu > li:hover > a {
    color: #000000;
}

#main-nav ul li.mega-menu.mega-links .mega-menu-block:hover{
    background-position-y: 45% !important;
    background-position-x: 97% !important;
    transition: all 1s ease-in-out;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
}


ul#menu-main-menu > li > a:hover::after,
ul#menu-main-menu > li > a:focus::after,
ul#menu-main-menu > li > a:active::after {
    height: 4px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}


ul#menu-main-menu > li > a::after,
ul#menu-main-menu > li.current-menu-item > a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #5aa628;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

ul#menu-main-menu > li.current-menu-item > a{
    color: #000000;
}

ul#menu-main-menu > li.current-menu-item > a::after{
    height: 4px;
    opacity: 1;
    transform: translateY(0px);
}


/* 2.4 News Ticker */
/* Ticker Styling */

.newstk-cont {
    margin-bottom: 25px;
}

.ticker-wrapper.has-js {
    height: 40px;
    display: block;
    background-color: #ffffff;
}
.ticker {
    width: 94%;
    height: 40px;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
.ticker-title {
    position: relative;
    color: #ffffff;
    font-weight: bold;
    background-color: #5aa628;
    text-transform: uppercase;
    padding: 0;
    width: 175px;
    height: 100%;
    text-align: center;
}


.ticker-title:after{
    left: 100%;
    top: 50%;
    content: " ";
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid green;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #5aa628;
    margin-top: -8px;
}

.ticker-title > span {
    display: block;
    line-height: 40px;
}

.ticker-content {
    margin: 0px;
    position: absolute;
    color: #191919;
    font-weight: bold;
    background-color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
}
.ticker-content:focus {
    none;
}
.ticker-content a {
    text-decoration: none;
    color: #7e7e7e;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
    padding-right: 10px;
}

.ticker-content a:hover {
    color: #191919;
}
.ticker-swipe {
    position: absolute;
    top: 0px;
    background-color: #ffffff;
    display: block;
    width: 100%;
    height: 40px; 
}
.ticker-swipe span {
    margin-left: 1px;
    background-color: #ffffff;
    border-bottom: 1px solid #1F527B;
    height: 27px;
    width: 9px;
    display: block;
    margin-top: 0;
}

.ticker-controls {
    line-height: 40px;
    height: 40px;
    list-style-type: none;
    float: left;
    margin: 0;
    width: 6%;
}

.ticker-controls li {
    padding: 0px;
    margin-left: 12px;
    float: left;
    cursor: pointer;
    height: 100%;
    width: 16px;
    display: block;
}

.ticker-controls li.jnt-play-pause {
    background-image: url('../images/controls.png');
    background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
    background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
    background-position: 32px 0px;
}

.ticker-controls li.jnt-play-pause {
    display: none;
}

.ticker-controls li.jnt-prev {
     
}

.ticker-controls li.jnt-prev:before,
.ticker-controls li.jnt-next:before 
{
    font-family: 'FontAwesome';
    font-size: 35px;
    color: #b4bac1;
}

.ticker-controls li.jnt-prev:hover:before,
.ticker-controls li.jnt-next:hover:before {
    color: #191919;
}

.ticker-controls li.jnt-prev:before{
    content: "\f104";
}

.ticker-controls li.jnt-next:before {
    content: "\f105";
}

.ticker-controls li.jnt-prev.over {
    background-position: 0px 32px;      
}
.ticker-controls li.jnt-prev.down {
    background-position: 0px 0px;       
}
.ticker-controls li.jnt-next {

}

.ticker-controls li.jnt-next.over {
    background-position: 16px 32px; 
}
.ticker-controls li.jnt-next.down { 
    background-position: 16px 0px;  
}
.js-hidden {
    display: none;
}
.no-js-news {
    padding: 10px 0px 0px 45px; 
    color: #ffffff;
}

.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}

.no-module-content h6{
    padding: 20px 10px;
    text-align: center;
}

/* 2.5 Bread crumbs */

section.mg-bread-crumbs {
    margin: 20px 0;
}

#breadcrumbs li  a {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #878787;
}

#breadcrumbs li a:hover {
    color: #191919;
}

#breadcrumbs li{
    font-family: 'Raleway', sans-serif;
}

#breadcrumbs li.separator {
    color: #D0D0D0;
    display: inline-block;
    margin: 0 10px;
    font-family: 'Lato', sans-serif;
}

#breadcrumbs li.separator:last-child {
    display: none;
}

/* 2.6 Categories news ticker */
section#news_ticker_cat_container {
    margin: 6px 0 25px 0;
}






/* 3- Magalla Modules */

.main-modules-container .vc_row {
    margin: 0 auto;
    max-width: 75rem;
}

.main-modules-container .vc_column-inner,
.main-modules-container .vc_column_container>.vc_column-inner {
    padding: 0;
}

.mg-left-module:first-of-type {
    margin-top: 12px;
}

.mg-left-module {
    margin-bottom: 50px;
}

.module-section {
    background: #ffffff;
    padding: 18px 15px 20px 15px;
    border-top: 2px solid #5aa628;    
}

.main-title {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 19px 0;
}


.slideup-box {
    overflow: hidden;
}

.slideup-box .slideup-content {
    transition: max-height 0.15s ease-out;
}

.slideup-box:hover .slideup-content {
    max-height: 100% !important;
    transition: max-height 0.25s ease-in;
}

/* 3.1 Hero Module One */

section[id^="hero_one_container"] {
    margin-bottom: 25px;
}

section[id^="hero_one_container"].hero-module-loading {
    margin-bottom: 12px;
    height: 50vh;
    overflow: hidden;
    margin-bottom: 0;
    background: url(http://eidos-macbook-pro.local:55/magalla-dev/wp-content/uploads/2017/10/index.ball-interwind-preloader.gif) center center no-repeat;
}

section[id^="hero_one_container"].hero-module-loading > div{
    opacity: 0;
}


span.topic-icn{
    background: url(https://investix.com/wp-content/themes/magalla/magalla-assets/img/topic-icn-1.png) no-repeat;
    background-size: 27px 26px;
    width: 27px;
    height: 26px;
    position: absolute;
    top: -18.5px;
    right: 14px;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
}

.hero-1-slide-txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(29, 29, 29, 0.85);
    padding: 0px 18px;
    color: #ffffff;
}

.hero-1-slide-txt h3 {
    font-size: 22px;
    margin: 10px 0;
    line-height: 30px;
}

.hero-1-slide-txt a {
    color: #ffffff;
}

.cat-label{
    background-color:#000000;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 20px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.cat-label a {
    color: #ffffff;
    text-transform: uppercase;
}

.slideup-box .slideup-content.hero-1-slide-txt {
    max-height: 80px;
}

/* Left side Modules */
.vc_row.grid-container {
    margin: 0 auto;
}

.main-modules-container .has-tip{
    cursor: pointer;
    border: none;
    font-weight: inherit;
}

.tooltip{
    max-width: 12rem;
    text-align: center;
}

/*  3.2A Top News Module */

.top-news-item .hero-1-slide-txt{
    padding: 12px 10px;
}

.top-news-item .hero-1-slide-txt h4 {
    font-size: 18px;
    line-height: 1;
}

.time-info-box-1 {
    font-size: 12px;
    margin: 9px 0;
    color: #dedede;
}

p.time-info-box-1 > span {
    margin-right: 15px;
}

.p-mod-1 {
    font-size: 13px;
}

.slideup-box .slideup-content.hero-1-slide-txt.topnews-slide-txt {
    max-height: 66px;
}

.top-news-featuredz {
    margin-top: 20px;
}

a.related-thumb {
    margin-right: 15px;
}

.top-news-featuredz h5 {
    margin: 5px 0 0 0;
    padding: 0;
    line-height: 1.3;
}

.top-news-featuredz h5.thumb-small-related{
  margin-left: 15px;
}

.top-news-featuredz .cat-label{
    position: relative;
    padding: 8px 20px;
    margin: 0;
}


.top-news-featuredz p{
    font-size: 12px;
    color: #9c9c9c;
    margin: 0;
}


.top-news-small:nth-last-child(-n+2),
.top-news-featuredz .top-news-small:last-child{
    margin-bottom: 0;
}

.top-news-small,
.top-news-small:nth-child(2n) {
    margin-bottom: 28px;
}

.top-news-txts{
    padding-right: 20px;
}


/* 3.2B Single Category Module */

.cell.large-shrink.single-cat-module-left {
    margin-right: 25px;
}

.cat-module-left-content > h3 {
    line-height: 1.2;
}

.single-cat-strip {
    margin-bottom: 30px;
}

.reviews-mod-strips-thumb{
    max-width: 30.311614731%;
}

.single-cat-strip:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.cat-module-left-content h6,
.cat-module-left-content h6 a,
 .review-text h6 span,
 .review-strips-text h6
 {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #9c9c9c;
    margin: 12px 0 15px 0;
    font-weight: 500;
}

.cat-module-left-content h6 span,
.review-text h6 span,
.review-strips-text h6 span
 {
    margin-right: 12px;
}

.cat-module-left-content h6 i,
.review-text h6 span i.fa,
.review-strips-text h6 span i.fa
{
    font-size: 14px;
    margin-right: 5px;
}

.cat-module-left-content p {
    margin: 30px 0 0 0;
    line-height: 1.428571429;
}

.single-cat-module-posts {
    margin-top: 38px;
}

.single-cat-module-posts h6, .single-cat-module-posts h6 a {
    margin: 6px 0 7px 0;
}


.single-cat-module-posts .cat-module-left-content {
    padding-left: 10px;
}

.single-cat-module-posts .cat-module-left-content {
    padding-left: 10px;
    padding-right: 20px;
}

.single-cat-module-posts .cat-module-left-content:nth-child(even) {
    padding-right: 0;
}

.single-cat-module-posts .cell.medium-6 {
    margin-bottom: 30px;
}

/* 3.2-C Slider - Left Modules  */


.left-slides-cont {
    padding: 0 0 20px 0;
}

.cat-slider-cont:hover .slick-prev,
.cat-slider-cont:hover .slick-next {
    opacity: 0.7;
}


.cat-slider-cont .slick-prev, .cat-slider-cont .slick-next{
    opacity: 0.3;
}

.cat-slider-cont .slick-prev:before, .cat-slider-cont .slick-next:before{
    color: #adadad;
}

.cat-slider-cont .slick-prev, .cat-slider-cont .slick-next{
    top: calc(50% - 25px);

}

.cat-slider-cont .slick-prev {
    left: -15px;
}

.cat-slider-cont .slick-next{
    right: -15px;
}

.mg-left-single-slide h4 {
    margin: 12px 0;
}

.mg-left-single-slide h6{
    color: #9c9c9c;
    margin: 16px 0 5px 0;
}

.mg-left-single-slide {
    padding: 10px;
}

.mg-left-single-slide:hover {
    background: #ffffff;
}

.g-module-slider .slick-dots li{
    width: 11px;
    height: 11px;
    margin: 0 3.5px;
}

.g-module-slider .slick-dots li button{
    width: 11px;
    height: 11px;
    display: block;
    background: #ffffff;
    border: 1px solid #acacac;  
    text-indent: -9999px;
    padding: 0;
}

.g-module-slider .slick-dots li.slick-active button{
    background: #acacac;
    cursor: default; 
}

.gal-mod-th {
    margin: 3px;
}
 

 .g-module-slider.slick-dotted.slick-slider{
    margin-bottom: 22px;
 }


 .g-module-slider .slick-dots{
    bottom: -23px;
}

/* Video Slider */

 .vid-mod-preview iframe{
    display: block !important;
    width: 100%;
    height: 387px;
}

.vid-mod-preview .apss-social-share{
    display: none !important;
}

.vid-mod-th img.vid-mod-th{
    width: 100%;
    height: 99px;
    cursor: pointer;
}

.vid-mod-thumbs {
    padding: 10px;
}

.vid-mod-thumbs.slick-current {
    position: relative;
    top: -5px;
}

/* 3.3-D Review Module */

.review-left-box { max-width: 372px; }

.review-strips-text{
    padding-left: 14px;
}

.review-text > h3{
    margin: 20px 0 13px 0;
}


.review-text > p{
    margin: 20px 0 0 0;
}

.review-left-box {
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #e5e5e5;
}

.reviews-mod-strips-col > div {
    margin-bottom: 17px;
}


.reviews-mod-strips-col > div:last-of-type{
    margin-bottom: 0;
}

.review-strips-text h6 {
    margin: 0 0 17px 0;
}


.review-strips-text .progress {
    margin-bottom: 0;
}

.progress-mg{
    overflow: hidden;
    height: 14px;
    margin-bottom: 0;
    background-color: #f5f5f5;
}



.progress-bar {
    width: 0%;
    height: 100%;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: inherit;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2.5s linear infinite;
    -o-animation: progress-bar-stripes 2.5s linear infinite;
    animation: progress-bar-stripes 2.5s linear infinite;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar > span { font-size: 10px; line-height: 13px; display: inline-block; vertical-align: super; }


.review-hero-circle {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.progress-circle {
    height: 70px;
    position: relative;
    width: 70px;
}

.progress-circle__svg {
    background: rgba(0,0,0,0.65);
    border-radius: 50%;
    height: 100%;
    -webkit-transform: scaleX(-1) rotate(-90deg);
    transform: scaleX(-1) rotate(-90deg);
    width: 100%;
}

.progress-circle__stroke {
  fill: none;
  stroke-width: 0.6rem;
}

.progress-circle__stroke:nth-child(1) {
  stroke: #fff600;
}

.progress-circle__stroke:nth-child(2) {
  stroke: #f3f5f6;
  stroke-dasharray: 314.1592%;
}

.progress-circle > p {
    position: absolute;
    top: calc(50% - 17px);
    left: calc(50% - 17px);
    font-size: 35px;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

/** 
    Right Modules 
**/

.mg-right-module,
.mg-right-module.wpb_content_element{
    margin-bottom: 60px;
}

.mg-right-module:first-child {
    margin-top: 12px;
}

/* 4.1 Posts Slider */


.g-module-posts-slider > div.rt-mod-slides {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.g-module-posts-slider > div figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 380px;
    max-width: 480px;
    max-height: 340px;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.g-module-posts-slider > div figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}

.g-module-posts-slider > div figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.g-module-posts-slider > div figure figcaption::before,
.g-module-posts-slider > div figure figcaption::after {
    pointer-events: none;
}

.g-module-posts-slider > div figure figcaption,
.g-module-posts-slider > div figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.g-module-posts-slider > div figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.g-module-posts-slider > div figure h2 {
    visibility: hidden;
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 35px;
}

figure.effect-apollo:hover h2{
    visibility: visible;
}

.g-module-posts-slider > div figure h2 span {
    font-weight: 800;
}

.g-module-posts-slider > div figure h2,
.g-module-posts-slider > div figure p {
    margin: 0;
}

.g-module-posts-slider > div figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}




figure.effect-apollo {
    background: #226796;
}

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

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

figure.effect-apollo p {
    position: absolute;
    right: 16px;
    bottom: 20px;
    margin: 3em;
    padding: 0 10px;
    max-width: 190px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: left;
}

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

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

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

.g-module-posts-slider .slick-prev, .g-module-posts-slider .slick-next{
    opacity: 0;
    top: auto;
    bottom: 0;
}

.g-module-posts-slider:hover .slick-prev,
.g-module-posts-slider:hover .slick-next{
    opacity: 0.8;
}


.g-module-posts-slider .slick-prev{
    left: -1px;
}

.g-module-posts-slider .slick-next {
    right: auto;
    left: 20px;
}

.g-module-posts-slider .slick-prev:before,
.g-module-posts-slider .slick-next:before{
    font-size: 30px;
}

/* 4.1 Social Counter */

.socialmedia-right .apsc-theme-10 .apsc-fa-icon {
    border-radius: 0;
    width: 52px;
    height: 52px;
    overflow: hidden;
}

.socialmedia-right .apsc-fa-icon{
    padding: 0;
}

.socialmedia-right span.apsc-media-type{
    display: none !important;
}

.socialmedia-right .apsc-theme-10 .apsc-count {
    font-size: 23px;
    color: #888888;
    font-weight: 300;
    margin-left: 20px;
    line-height: 52px;
    margin-top: 0;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}


.socialmedia-right .apsc-inner-block:hover .apsc-count{
    color: #464646;
}

.socialmedia-right .apsc-theme-10 .apsc-each-profile {
    display: inline-block;
    width: calc(50% - 5px);
    margin: 0 0 21px 0;
}

.socialmedia-right .apsc-theme-10 .apsc-each-profile:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.socialmedia-right i.fa.fa-steam:before{
    content: "\f1b6";

}

.socialmedia-right i.fa.fa-vk:before{
    content: "\f189";
}

.socialmedia-right i.fa.fa-rss:before{
        content: "\f09e";
}
.socialmedia-right i.fa.fa-edit:before{
        content: "\f044";
}
.socialmedia-right i.fa.fa-comments:before{
        content: "\f086";
}

.socialmedia-right i.fa.fa-envato:before{
        content: "\f23e";
}


.socialmedia-right i.fa.fa-steam:before,
.socialmedia-right i.fa.fa-vk,
.socialmedia-right i.fa.fa-rss:before,
.socialmedia-right i.fa.fa-edit:before,
.socialmedia-right i.fa.fa-comments:before,
.socialmedia-right i.fa.fa-envato:before {
    width: auto;
    height: auto;
    font-size: 26px;
    margin-top: 10px;
}


.socialmedia-right  i.fa:before{
    content: "";
    width: 52px;
    height: 52px;
    display: block;   
}


.socialmedia-right  i.fa.fa-facebook:before {
    background: url(https://investix.com/wp-content/themes/magalla/magalla-assets/img/icon/fb@2x.png);
    background-size: cover;
}

.socialmedia-right  i.fa.fa-twitter:before {
    background: url(https://investix.com/wp-content/themes/magalla/magalla-assets/img/icon/tw@2x.png);
    background-size: cover;
}

.socialmedia-right  i.fa.fa-google-plus:before {
    background: url(https://investix.com/wp-content/themes/magalla/magalla-assets/img/icon/gplus@2x.png);
    background-size: cover;
}

.socialmedia-right  i.fa.fa-soundcloud:before {
    background: url(https://investix.com/wp-content/themes/magalla/magalla-assets/img/icon/sc@2x.png);
    background-size: cover;
}

.socialmedia-right  i.fa.fa-instagram:before {
    background: url(https://investix.com/wp-content/themes/magalla/magalla-assets/img/icon/ig@2x.png);
    background-size: cover;
}

.socialmedia-right  i.fa.fa-dribbble:before {
    background: url(https://investix.com/wp-content/themes/magalla/magalla-assets/img/icon/drbl@2x.png);
    background-size: cover;
}

.socialmedia-right  i.fa.fa-vimeo-square:before {
    background: url(https://investix.com/wp-content/themes/magalla/magalla-assets/img/icon/vmu@2x.png);
    background-size: cover;
}


.socialmedia-right  i.fa.fa-forrst:before {
    background: url(https://investix.com/wp-content/themes/magalla/magalla-assets/img/icon/frrst@2x.png);
    background-size: cover;
}


.socialmedia-right  i.fa.fa-youtube:before {
    background: url(https://investix.com/wp-content/themes/magalla/magalla-assets/img/icon/yt@2x.png);
    background-size: cover;
}


.socialmedia-right  i.fa.fa-flickr:before {
    background: url(https://investix.com/wp-content/themes/magalla/magalla-assets/img/icon/flkr@2x.png);
    background-size: cover;
}

.socialmedia-right  i.fa.fa-behance:before {
    background: url(https://investix.com/wp-content/themes/magalla/magalla-assets/img/icon/bhnc@2x.png);
    background-size: cover;
}

.socialmedia-right  i.fa.fa-github:before {
    background: url(https://investix.com/wp-content/themes/magalla/magalla-assets/img/icon/ghb@2x.png);
    background-size: cover;
}

.socialmedia-right  i.fa.fa-linkedin:before {
    background: url(https://investix.com/wp-content/themes/magalla/magalla-assets/img/icon/lnkin@2x.png);
    background-size: cover;
}

.apss-social-share.apss-theme-1.apss-buttons-left.clearfix {
    display: none !important;
}

/* 4.2 Trending posts */

.trending-module-hero {
    margin-bottom: 26px;
}

.trending-module-hero .cat-label.cat-label1 {
    position: absolute;
}

.trending-module-hero .hero-1-slide-txt {
    padding: 15px;
    bottom: 10px;
}

div#mg_trending_module p.p-mod-1 {
    margin: 8px 0 10px 0;
}

div#mg_trending_module .trending-module-hero p {
    color: #ffffff;
}

div#mg_trending_module .top-news-txts {
    padding-right: 0;
}

.trending-module-strips{
    margin-bottom: 28px;
}

.trending-module-strips:last-child{
    margin-bottom: 0;
}

.rt-mod-title{
    font-weight: 700;
    margin: 0 0 19px 0;
}

/* 4.3 Flickr widget */

.flkr-cont > .grid-x > div.cell {
    padding: 1.6px;
}

.flkr-cont > .grid-x > div.cell img {
    width: 100%;
    height: 100px;
}


.flkr-cont > .grid-x > div.cell > a.rel:hover:after {
    content: "\f06e";
    font-family: 'Fontawesome';
    font-size: 1.3rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 27% 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
}


/* 4.4 Video Widget */

.embed-container-right {
    position: relative;
    padding-bottom: 71.25%;
    min-height: 300px;
    height: 0;
    overflow: hidden;
}
.embed-container-right iframe,
.embed-container-right object,
.embed-container-right embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* 4.5 Calendar Widget update */
div#calendar_wrap {
    /*width: calc(100% - 20px) !important;*/
    width: 100%;
    margin: 0 auto;
}
#wp-calendar { background: #ffffff; border-collapse: collapse; border:1px solid #ddd; width: 100%; border-top:none; margin: 0 auto;}
#wp-calendar td, #wp-calendar th { text-align:center; }

#wp-calendar caption {
    color: #fff;
    padding: 20px 0;
    line-height: 1.1;
    background: #626262;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
}
#wp-calendar thead, #wp-calendar tfoot { line-height:33px; background:#ffffff; }
#wp-calendar tbody { line-height:33px; }
#wp-calendar #prev, #wp-calendar #next { padding:0 10px; background:#ffffff; }
#wp-calendar #prev { text-align:left; }
#wp-calendar #next { text-align:right; }
table tbody tr:nth-child(even){background: transparent;}
table thead, table tbody, table tfoot{background: transparent;}

span.mg-cal-mon {
    font-size: 84px;
    display: block;
    text-align: left;
    padding: 0 calc(50% - 30px) 0 30px;
    font-weight: bold;
    line-height: 72px;
}

#wp-calendar td#today {
    font-weight: bold;
    background: #f2f2f2;
}

#wp-calendar td > a{
    font-weight: bold;
}

#wp-calendar tfoot {
    display: none;
}


/* 5- Footer */

footer#magalla_footer_container {
    background: #191919;
    margin-top: 35px;
}

footer#magalla_footer_container li {
    list-style: none;
    margin-bottom: 10px;
    margin-right: 25px;
}

footer#magalla_footer_container ul.mega-footer-item li {
    margin-right: 0;
}

.footer-menu .menu > .menu-item > a {
    color: #ffffff;
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    display: block;
    margin: 0 0 13px 0;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 0;
}

.footer-menu .menu > .menu-item > ul {
    margin: 0;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.footer-menu .menu > .menu-item > ul > li > a {
    padding: 0;
    line-height: 23px;
}

.footer-menu .menu > .menu-item > ul > li > a:hover {
    color: #ffffff;
}

.footer-menu .menu-item > a {
    color: #bdbdbd;
}

.footer-menu ul.menu > li{
    display: inline-block;
    padding: 29px 0 30px 0;
    border-top-width: 5px;
    border-top-style: solid;
}

.footer-copy-right{
    background: #000000;
    padding: 22px 0;
}

.footer-copy-right,
.footer-copy-right p,
.footer-copy-right a, 
.footer-copy-right span{
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

div#footer_media_2,
div#footer_media_3
{
    max-width: 352px;
}


div[id*="footer_media_"]:first-child{
    padding-right: 30px;
}

div[id*="footer_media_"]:nth-child(2){
    padding: 0 30px;
}


div[id*="footer_media_"]:last-child{
    padding-left: 30px;
}


.footer-media-cont {
    padding-top: 47px;
    padding-bottom: 47px;
    margin-top: 10px;
    border-top: 1px solid #2b2b2b;
}

.footer-media-cont > div:not(:last-child) {
    border-right: 1px solid #2b2b2b;
}

section.footer-media-content,
section.footer-media-content a
{
    color: #ffffff;
}

.footer-posts-cont:not(:last-child) {
    margin-bottom: 20px;
}

.footer-posts-cont > div:first-child {
    margin-right: 11px;
}

.footer-posts-cont a {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.2;
    display: block;
}

.footer-posts-cont h6 {
    font-size: 10px;
    font-family: 'Lato', sans-serif;
    color: #9c9c9c;
    margin: 7px 0 4px 0;

}

.footer-posts-cont h6 > span {
    display: inline-block;
    margin-right: 12px;
}

.footer-posts-cont h6 > span i.fa {
    display: inline-block;
    margin-right: 5px;
}

.footer-media-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
}


span.badge-mg {
    display: inline-block;
    background: #959595;
    color: #191919;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

span.badge-mg:hover{
    background: #ffffff;
}

.socialicons-footer li:not(:last-child) span.badge-mg {
    margin-right: 7px;
}

.embed-container-left, .embed-container-footer {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container-left{
    padding-bottom: 56.25%;
}

.embed-container-footer {
    padding-bottom: 88%;
}

.embed-container-left iframe,
.embed-container-left object,
.embed-container-left embed,
.embed-container-footer iframe,
.embed-container-footer object,
.embed-container-footer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.scroll-top {
    position: fixed;
    right: 40px;
    bottom: 50px;
    font-size: 2.917rem;
    opacity: 0;
    z-index: 8888;
    color: #191919;
    -webkit-transition:all 0s ease-in-out;
    -moz-transition:all 0s ease-in-out;
    -o-transition:all 0s ease-in-out;
    transition:all 0s ease-in-out
}

a.scroll-top:hover {
    color:  #5aa42a;
    opacity: 1;
}

/* Default Blog Page */

.main-left-side{
    background: #ffffff;
    padding: 18px 15px 20px 15px;
    border-top: 2px solid #5aa628; 
    margin-right: 5px;   
}

.main-right-side{
    padding: 0 10px;
}

.featured-single-cat-blog {
    margin-bottom: 50px;
}

.search-title{
    font-weight: normal;
}

.search-title > span{
    font-weight: bold;
}

a.search-icon > i {
    position: relative;
    top: 12px;  
}

.blog-container .sticky:after {
    content: "\f0c6";
    font-family: "Fontawesome";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #7cc44c;
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
}

/* Pagination */

.btm-pagination {
    margin-top: 25px;
    text-align: center;
}

.btm-pagination ul li a,
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span.page-numbers
 {
    color: #b6b5b5;
    font-size: 18px;
    padding: 3px 9px;
    font-family:'Lato';
}

.btm-pagination ul li.active a,
.woocommerce-pagination ul li span.current
 {
    background: #fff;
    color: #191919;
}

.btm-pagination ul li a > i.fa {
    font-size: 75%;
}

/* 6.1 Blog Style 1 */

section.single-blogstyle-1 {
    margin-bottom: 30px;
}

.cat-read-more {
    margin-top: 15px;
    font-size: 15px;
    opacity: 0.3;
    display: flex;
}


.single-blogstyle-1:hover .cat-read-more{
    opacity: 1;
    margin-right: -4px;
}

.single-blogstyle-1 .cat-read-more > i.fa{
        line-height: 1;
}

.single-blogstyle-1:hover .cat-read-more > i.fa:before{
    content: "\f04e";
}

.cat-read-more > span {
    opacity: 0;
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
}

.single-blogstyle-1:hover .cat-read-more > span{
    opacity: 1;
}

.cat-read-more > span:hover{
    text-decoration: underline;
}

/* 6.2 Blog Style 2 */
/* 7 - Default Widgets Classes */
.widget {
  width: 100%;
  list-style: none;
  margin: 0 0 25px 0;
}

.widget > ul {
  margin: 0;
  padding: 0 0 0 15px;
}  

.widget li {
  list-style: none;
}

.widget > ul li {
  margin: 10px 0;
}

.widget > ul li > a {
  color: #666667;
}

.main-modules-container .widget{
    padding: 0 10px;
}

section.right-modules .widget:first-child .modules-side {
    padding-top: 0;
}

.widget_calendar td, .widget_calendar th {
    text-align: center;
    padding: 1rem 0.625rem 1rem 0.625rem;
}

.widget_calendar td > a {
    font-weight: bold;
    text-transform: uppercase;
}

.widget_text .textwidget p {
    margin: 0 0 20px 0;
}

label.screen-reader-text {
    display: none;
}

.widget select {
    height: inherit;
}

.widget_tag_cloud .tagcloud a {
    display: inline-block;
    padding: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.widget_nav_menu .menu, .widget_nav_menu .menu.horizontal {
    display: block;
}

span.comment-author-link {
    font-weight: bold;
}

.widget_rss ul {
    margin: 0;
}

.widget_rss ul > li {
    padding: 10px 20px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #f4f4f4;
}

.widget-title a.rsswidget {
    font-weight: normal;
}

a.rsswidget {
    font-weight: bold;
    display: inline-block;
    padding-right: 5px;
}

span.screen-reader-text {
    display: none;
}

.widget_search .search-form input[type="search"] {
    margin: 0;
    background: #ffffff;
    border: none;
    padding: 0 20px;
    height: 49px;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.widget-title {
    margin-bottom: 19px;
    font-family: 'Lato', sans-serif;
    color: #191919;
    display: block;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;

}



/* 8- Article Page */

.article-container{
    padding: 0 10px;
}

.article-container figure{
  max-width: 100%;
}

.post-heading{
  padding: 0 20px;
}

section.main-article {
    background: #ffffff;
    margin: 0 0 27px 0;
    padding: 0 0 20px 0;
    border-top: 2px solid #f04a3c;
}

.prev-next-article {
    border-bottom: 1px solid #e8e8e8;
}

.prev-next-link > span {
    display: block;
}

.prev-next-link{
    font-size: 14px;
    color: #7e7e7e;
    padding: 26px 20px;
}

.prev-next-link > span:last-child{
    font-size: 14px;
    font-weight: 700;
    color: #191919;
}

.v-sepa {
    display: block;
    height: 100%;
    width: 1px;
    background: #e8e8e8;
}

.article-content {
    padding: 0 20px;
}

.article-title{
    margin: 25px 0 8px 0;
    font-size: 30px;
    font-weight: 700;
}

.article-info{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #9c9c9c;
    margin: 0 0 20px 0;
}

.article-info span {
    margin-right: 19px;
}

h5.article-info i.fa {
    margin-right: 5px;
}


.post-content-data blockquote {
  position: relative;
  min-height: 137px;
  margin: 1em 0;
  padding-left: 165px;
  border: none;
}

.post-content-data blockquote:before{
  content: "\f10d";
  font-family: Fontawesome;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -68px;
  font-size: 8.4em;
  color: #f2f2f2;
  line-height: 137px;
}

.post-content-data blockquote > p {
  border-left: 2px solid #f2f2f2;
  padding: 25px;
  }

.post-content-data p {
    color: #747474;
    line-height: 23px;
    margin: 0 0 10px 0;
}

.article-tags {
    margin-bottom: 54px;
}

.post-tags h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding-right: 10px;
}

.post-tag-list > li a{
    font-size: 14px;
    color: #7e7e7e;
}

.post-tag-list > li:last-of-type a span.tag-comma{
    display: none;
}

.post-share .apss-theme-3 .apss-single-icon{
    margin: 0 10px 0 0;
}

.post-share h4 {
    margin: 0;
}

.article-content .post-content-data .apss-social-share {
    display: none !important;
}

.apss-theme-3 .apss-icon-block{
    line-height: 28px;
}

.article-author-bio {
    margin-bottom: 54px;
}

.article-author-text {
    padding-left: 25px;
}

.article-author-text > p {
    color: #8c8c8c;
}

ul.article-author-social > li {
    float: left;
    margin-right: 10px;
}

.article-author-social li > a {
    display: inline-block;
    background: #c4c4c4;
    color: #f2f2f2;
    width: 24px;
    height: 24px;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
}

#content .article-author-social li > a:hover{
    background: #191919;
    color: #ffffff;
}

#content .article-author-social li > a:focus {
    color: #f2f2f2;
}

.commenting-form {
    margin-top: 60px;
}

.commenting-form div#respond {
    margin-bottom: 0;
}

div#respond {
    margin: 20px 0;
    position: relative;
}

.comment-input input {
    height: 52px;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    padding: 0 20px;
    font-size: 15px;
    color: #878686;
    text-transform: none;
    font-family:'Lato';
}
.comment-input input:focus,
 .comment-input textarea:focus{
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
}

.comment-input textarea {
    padding: 20px;
    min-height: 200px;
    border: 1px solid #dfdfdf;
    box-shadow: none; 
    text-transform: none;
    font-family:'Lato';
   
}

input#submit {
    margin-top: 15px;
    padding: 0px 29.5px;
    background: transparent;
    border: 1px solid #191919;
    line-height: 29px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #191919;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

input#submit:hover {
    background: #191919;
    color: #ffffff;
    text-decoration: none;
}

.main-title.comments-title {
    margin-bottom: 30px;
}

ul.comment-list li {
    list-style: none;
}

.comment-content {
    padding: 0 0 0 20px;
}

.comment-content p,
.comment-content h3,
.comment-content h2,
.comment-content h6{
    font-family:'Lato';
}

.article-comments-cont {
    background: #ffffff;
    margin: 57px 0 57px 0;
    padding: 18px 15px 20px 15px;
}

section.user-comments.modules {
    margin-bottom: 60px;
}

.comment-date,
a.comment-edit-link{
    color: #919191;
    font-size: 14px;
}

.comment-date:hover,
a.comment-edit-link:hover{
    color: #191919;
}

.comnt-reply{
    font-size: 14px;
    text-transform: none;
}

.comment-body {
    margin-bottom: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid #eeeeee;
}

ul.comment-list > li.depth-1:last-of-type > .comment-body {
    margin: 0;
    padding: 0;
    border: none;
}

ul.comment-list > li.depth-1:last-of-type {
    margin: 0;
    padding: 0;
    border: none;
}

h3#reply-title {
    font-size: 17px;
    color: #919191;
    margin: 0;
}

h3#reply-title > a {
    display: inline-block;
    margin: 0 0 0 2px;
}

div#respond form#commentform {
    margin-top: 5px;
}

a#cancel-comment-reply-link {
    display: inline-block;
    color: #919191;
    text-decoration: underline;
    font-size: 80%;
    text-transform: uppercase;
}

p.logged-in-as {
    text-align: right;
    margin: 0 0 5px 0;
}

p.logged-in-as a {
    color: #919191;
    font-size: 13px;
}

div#respond > small {
    position: absolute;
    top: 3px;
    right: 0;
}

.comment-respond p.form-submit {
    margin: 0;
}

.post-reviews-cont {
    padding: 30px 20px 20px 20px;
}

.post-reviews-cont .progress-mg {
    height: 20px;
}

.post-reviews-cont > div:first-child {
    margin-bottom: 40px;
}

.post-reviews-cont .progress-bar > span {
    font-size: 12px;
    line-height: 20px;
}

.single-review-in-post:not(:last-child) 
{
    margin-bottom: 35px;
}

.single-review-in-post .rt-mod-title {
    margin-bottom: 14px;
}

.article-review-overall h4 {
    background: #5cb85c;
    padding: 15px;
    text-align: center;
    height: 100%;
    color: #ffffff;
}


span.ov-perc {
    font-size: 38px;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    margin: 0 0 10px 0;
    display: block;
}

span.ov-rate {
    font-size: 17px;
    color: #ffffff;
    margin: 0;
    display: block;
}

.article-review-summary {
    padding-left: 20px;
}

.article-review-summary > h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}
/* 9- Magalla Widgets */

/* 9.1 Posts Slides */

.widget-area .mg-right-module:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-area .mg-right-module .grid-container{
    padding: 0;
}

/* 10- 404 Page */

.err404 > h2{
  text-align: center;
  text-transform: uppercase;
  font-size: 47px;
  margin: 150px 0;
  opacity: 0.5;
}

.err404 > h2 > span{
opacity: 0.1;
font-size: 210px;
position: relative;
top: -79px;
line-height: 40px;
}


/* Variable Classes */

 .mg-shop-main nav.woocommerce-breadcrumb { display: none; }

 h1.woocommerce-products-header__title.page-title { display: none; }

  p.woocommerce-result-count.mg-plp-no-result{ display: none; }

.magalla-wc-gloading {
    background: url(http://eidos-macbook-pro.local:55/magalla-dev/wp-content/uploads/2017/10/index.ball-interwind-preloader.gif) center center no-repeat;
}

.product_meta {
    font-family:'Lato';
}

.mcart-single .ts-wg-meta {
    font-family: 'Lato', sans-serif;
}

.mg-pdp-related ul.products .slick-slide span.price{
    font-family: 'Lato', sans-serif;
}



/* HD Screens */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    
  span.topic-icn {
      background: url(https://investix.com/wp-content/themes/magalla/magalla-assets/img/topic-icn-1@2x.png) no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }


}/* END MQ */


/* Progress Circle percentage steps */
.progress-circle[data-percentage="0"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (0 / 100))}.progress-circle[data-percentage="1"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (1 / 100))}.progress-circle[data-percentage="2"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (2 / 100))}.progress-circle[data-percentage="3"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (3 / 100))}.progress-circle[data-percentage="4"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (4 / 100))}.progress-circle[data-percentage="5"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (5 / 100))}.progress-circle[data-percentage="6"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (6 / 100))}.progress-circle[data-percentage="7"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (7 / 100))}.progress-circle[data-percentage="8"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (8 / 100))}.progress-circle[data-percentage="9"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (9 / 100))}.progress-circle[data-percentage="10"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (10 / 100))}.progress-circle[data-percentage="11"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (11 / 100))}.progress-circle[data-percentage="12"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (12 / 100))}.progress-circle[data-percentage="13"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (13 / 100))}.progress-circle[data-percentage="14"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (14 / 100))}.progress-circle[data-percentage="15"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (15 / 100))}.progress-circle[data-percentage="16"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (16 / 100))}.progress-circle[data-percentage="17"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (17 / 100))}.progress-circle[data-percentage="18"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (18 / 100))}.progress-circle[data-percentage="19"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (19 / 100))}.progress-circle[data-percentage="20"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (20 / 100))}.progress-circle[data-percentage="21"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (21 / 100))}.progress-circle[data-percentage="22"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (22 / 100))}.progress-circle[data-percentage="23"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (23 / 100))}.progress-circle[data-percentage="24"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (24 / 100))}.progress-circle[data-percentage="25"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (25 / 100))}.progress-circle[data-percentage="26"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (26 / 100))}.progress-circle[data-percentage="27"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (27 / 100))}.progress-circle[data-percentage="28"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (28 / 100))}.progress-circle[data-percentage="29"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (29 / 100))}.progress-circle[data-percentage="30"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (30 / 100))}.progress-circle[data-percentage="31"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (31 / 100))}.progress-circle[data-percentage="32"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (32 / 100))}.progress-circle[data-percentage="33"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (33 / 100))}.progress-circle[data-percentage="34"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (34 / 100))}.progress-circle[data-percentage="35"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (35 / 100))}.progress-circle[data-percentage="36"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (36 / 100))}.progress-circle[data-percentage="37"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (37 / 100))}.progress-circle[data-percentage="38"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (38 / 100))}.progress-circle[data-percentage="39"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (39 / 100))}.progress-circle[data-percentage="40"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (40 / 100))}.progress-circle[data-percentage="41"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (41 / 100))}.progress-circle[data-percentage="42"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (42 / 100))}.progress-circle[data-percentage="43"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (43 / 100))}.progress-circle[data-percentage="44"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (44 / 100))}.progress-circle[data-percentage="45"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (45 / 100))}.progress-circle[data-percentage="46"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (46 / 100))}.progress-circle[data-percentage="47"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (47 / 100))}.progress-circle[data-percentage="48"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (48 / 100))}.progress-circle[data-percentage="49"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (49 / 100))}.progress-circle[data-percentage="50"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (50 / 100))}.progress-circle[data-percentage="51"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (51 / 100))}.progress-circle[data-percentage="52"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (52 / 100))}.progress-circle[data-percentage="53"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (53 / 100))}.progress-circle[data-percentage="54"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (54 / 100))}.progress-circle[data-percentage="55"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (55 / 100))}.progress-circle[data-percentage="56"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (56 / 100))}.progress-circle[data-percentage="57"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (57 / 100))}.progress-circle[data-percentage="58"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (58 / 100))}.progress-circle[data-percentage="59"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (59 / 100))}.progress-circle[data-percentage="60"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (60 / 100))}.progress-circle[data-percentage="61"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (61 / 100))}.progress-circle[data-percentage="62"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (62 / 100))}.progress-circle[data-percentage="63"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (63 / 100))}.progress-circle[data-percentage="64"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (64 / 100))}.progress-circle[data-percentage="65"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (65 / 100))}.progress-circle[data-percentage="66"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (66 / 100))}.progress-circle[data-percentage="67"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (67 / 100))}.progress-circle[data-percentage="68"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (68 / 100))}.progress-circle[data-percentage="69"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (69 / 100))}.progress-circle[data-percentage="70"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (70 / 100))}.progress-circle[data-percentage="71"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (71 / 100))}.progress-circle[data-percentage="72"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (72 / 100))}.progress-circle[data-percentage="73"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (73 / 100))}.progress-circle[data-percentage="74"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (74 / 100))}.progress-circle[data-percentage="75"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (75 / 100))}.progress-circle[data-percentage="76"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (76 / 100))}.progress-circle[data-percentage="77"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (77 / 100))}.progress-circle[data-percentage="78"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (78 / 100))}.progress-circle[data-percentage="79"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (79 / 100))}.progress-circle[data-percentage="80"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (80 / 100))}.progress-circle[data-percentage="81"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (81 / 100))}.progress-circle[data-percentage="82"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (82 / 100))}.progress-circle[data-percentage="83"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (83 / 100))}.progress-circle[data-percentage="84"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (84 / 100))}.progress-circle[data-percentage="85"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (85 / 100))}.progress-circle[data-percentage="86"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (86 / 100))}.progress-circle[data-percentage="87"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (87 / 100))}.progress-circle[data-percentage="88"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (88 / 100))}.progress-circle[data-percentage="89"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (89 / 100))}.progress-circle[data-percentage="90"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (90 / 100))}.progress-circle[data-percentage="91"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (91 / 100))}.progress-circle[data-percentage="92"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (92 / 100))}.progress-circle[data-percentage="93"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (93 / 100))}.progress-circle[data-percentage="94"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (94 / 100))}.progress-circle[data-percentage="95"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (95 / 100))}.progress-circle[data-percentage="96"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (96 / 100))}.progress-circle[data-percentage="97"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (97 / 100))}.progress-circle[data-percentage="98"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (98 / 100))}.progress-circle[data-percentage="99"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (99 / 100))}.progress-circle[data-percentage="100"] .progress-circle__stroke:nth-child(2){stroke-dashoffset:calc(314.1592% * (100 / 100))}

.apss-social-share.apss-theme-1.apss-buttons-left.clearfix {
    display: none;
}