/*
Plugin Name: Magbook Plus
Plugin URI: https://themefreesia.com/plugins/magbook-plus
Description: Magbook Plus plugins  will only support for Magbook Theme. You can get additional features and unlimited Color options, Fontsize, Google Fonts, Plus Sidebar, Plus Template and many more.
Version: 1.0.9
Author:Theme Freesia
Author URI: https://themefreesia.com
Text Domain: magbook-plus
License: GPLV3
*/

/* Footer column
================================================== */
.column-1,
.column-2,
.column-3,
.column-4 {
  float: left;
  padding: 0 15px 30px;
}

.column-1 {
  width:100%;
}

.column-2 {
  width: 50%;
}

.column-3 {
  width: 33.33%;
}

.column-4 {
  width: 25%;
}

.column-2:nth-child(2n+3),
.column-3:nth-child(3n+4),
.column-4:nth-child(4n+5) {
  clear: both;
}

#colophon .column-1,
#colophon .column-2,
#colophon .column-3,
#colophon .column-4 {
  margin-bottom: 30px;
  padding: 0 15px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/* ----- Left Sidebar Layout ----- */
.left-sidebar-layout #primary {
  float: right;
  padding-right: 0px;
}

.left-sidebar-layout #secondary {
  border-left: none;
  padding-right: 40px;
  padding-left: 0px;
  float: left;
}

/* ----- No Sidebar Layout ----- */
.no-sidebar-layout #primary {
  float: inherit;
  margin: 0 auto;
  max-width: 708px;
}

/* ----- Full Width Layout ----- */
.full-width-layout #primary {
  width: 100%;
}

/* Social Links */

.social-links li a:before {
  content: '\f0c1';
}

.social-links li a:hover {
  color: #999;
}

.social-links li a[href*="youtube.com"]:before {
  content: '\f16a';
}

.social-links li a[href*="youtube.com"]:hover {
  color: #DE1A2A;
}

.social-links li a[href*="vimeo.com"]:before {
  content: '\f27d';
}

.social-links li a[href*="vimeo.com"]:hover {
  color: #17B3E8;
}

.social-links li a[href*="skype.com"]:before {
  content: '\f17e';
}

.social-links li a[href*="skype.com"]:hover {
  color: #00ADEF;
}

.social-links li a[href*="xing.com"]:before {
  content: '\f168';
}

.social-links li a[href*="xing.com"]:hover {
  color: #005A5F;
}

.social-links li a[href*="slack.com"]:before {
  content: '\f198';
}

.social-links li a[href*="slack.com"]:hover {
  color: #5D3A58;
}

.social-links li a[href*="wordpress.com"]:before,
.social-links li a[href*="wordpress.org"]:before {
  content: '\f19a';
}

.social-links li a[href*="wordpress.com"]:hover,
.social-links li a[href*="wordpress.org"]:hover {
  color: #464442;
}

.social-links li a[href*="github.com"]:before {
  content: '\f09b';
}

.social-links li a[href*="github.com"]:hover {
  color: #000000;
}

.social-links li a[href*="bitbucket.org"]:before {
  content: '\f171';
}

.social-links li a[href*="bitbucket.org"]:hover {
  color: #1F5081;
}

.social-links li a[href*="jsfiddle.net"]:before {
  content: '\f1cc';
}

.social-links li a[href*="jsfiddle.net"]:hover {
  color: #4679A4;
}

.social-links li a[href*="codepen.io"]:before {
  content: '\f1cb';
}

.social-links li a[href*="codepen.io"]:hover {
  color: #000000;
}

.social-links li a[href*="tumblr.com"]:before {
  content: '\f173';
}

.social-links li a[href*="tumblr.com"]:hover {
  color: #314358;
}

.social-links li a[href*="tripadvisor.com"]:before {
  content: '\f262';
}

.social-links li a[href*="tripadvisor.com"]:hover {
  color: #56933F;
}

.social-links li a[href*="soundcloud.com"]:before {
  content: '\f1be';
}

.social-links li a[href*="soundcloud.com"]:hover {
  color: #FF6A22;
}

.social-links li a[href*="digg.com"]:before {
  content: '\f1a6';
}

.social-links li a[href*="digg.com"]:hover {
  color: #1B5891;
}

.social-links li a[href*="reddit.com"]:before {
  content: '\f1a1';
}

.social-links li a[href*="reddit.com"]:hover {
  color: #FF4500;
}

.social-links li a[href*="stumbleupon.com"]:before {
  content: '\f1a4';
}

.social-links li a[href*="stumbleupon.com"]:hover {
  color: #EB4823;
}

.social-links li a[href*="getpocket.com"]:before {
  content: '\f265';
}

.social-links li a[href*="getpocket.com"]:hover {
  color: #ED4054;
}

.social-links li a[href*="dropbox.com"]:before {
  content: '\f16b';
}

.social-links li a[href*="dropbox.com"]:hover {
  color: #007EE6;
}

.social-links li a[href*="vine.co"]:before {
  content: '\f1ca';
}

.social-links li a[href*="vine.co"]:hover {
  color: #00BF8F;
}

.social-links li a[href*="vk.com"]:before {
  content: '\f189';
}

.social-links li a[href*="vk.com"]:hover {
  color: #55779B;
}

.social-links li a[href*="whatsapp.com"]:before {
  content: '\f232';
}

.social-links li a[href*="whatsapp.com"]:hover {
  color: #0DC143;
}

.social-links li a[href*="last.fm"]:before {
  content: '\f202';
}

.social-links li a[href*="last.fm"]:hover {
  color: #B90000;
}

.social-links li a[href*="forumbee.com"]:before {
  content: '\f211';
}

.social-links li a[href*="forumbee.com"]:hover {
  color: #85AB2E;
}

.social-links li a[href*="foursquare.com"]:before {
  content: '\f180';
}

.social-links li a[href*="foursquare.com"]:hover {
  color: #FA4778;
}

.social-links li a[href*="500px.com"]:before {
  content: '\f26e';
}

.social-links li a[href*="500px.com"]:hover {
  color: #000;
}

.social-links li a[href*="paypal.com"]:before {
  content: '\f1ed';
}

.social-links li a[href*="paypal.com"]:hover {
  color: #003087;
}

.social-links li a[href*="viadeo.com"]:before {
  content: '\f2a9';
}

.social-links li a[href*="viadeo.com"]:hover {
  color: #f07355;
}

.social-links li a[href*="telegram.org"]:before {
  content: '\f2c6';
}

.social-links li a[href*="telegram.org"]:hover {
  color: #27A5E7;
}

.social-links li a[href*="dropbox.com"]:before {
  content: '\f16b';
}

.social-links li a[href*="dropbox.com"]:hover {
  color: #0070E0;
}

.social-links li a[href*="google.com/wallet"]:before {
  content: '\f1ee';
}

.social-links li a[href*="google.com/wallet"]:hover {
  color: #0f9d58;
}

.social-links li a[href*="git-scm.com"]:before {
  content: '\f1d3';
}

.social-links li a[href*="git-scm.com"]:hover {
  color: #f14e32;
}

.social-links li a[href*="git-scm.com"]:before {
  content: '\f1d3';
}

.social-links li a[href*="git-scm.com"]:hover {
  color: #f14e32;
}

.social-links li a[href*="stackoverflow.com"]:before {
  content: '\f16c';
}

.social-links li a[href*="stackoverflow.com"]:hover {
  color: #f48024;
}

.social-links li a[href*="wikipedia.org"]:before {
  content: '\f266';
}

.social-links li a[href*="wikipedia.org"]:hover {
  color: #000;
}

.social-links li a[href*="/feed"]:before {
  content: '\f09e';
}

.social-links li a[href*="/feed"]:hover {
  color: #FFA500;
}

.social-links li a[href*="ok.ru"]:before {
  content: '\f263';
}

.social-links li a[href*="ok.ru"]:hover {
  color: #F58220;
}

.social-links li a[href*="mixcloud.com"]:before {
  content: '\f289';
}

.social-links li a[href*="mixcloud.com"]:hover {
  color: #31455C;
}

.social-links li a[href*="/itunes/"]:before {
  content: '\f001';
}

.social-links li a[href*="/itunes/"]:hover {
  color: #000;
}

.social-links li a[href*="behance.net"]:before { 
  content: '\f1b4'; 
}

.social-links li a[href*="behance.net"]:hover {
  color: #131418;
}

.social-links li a[href*="mailto:"]:before {
  content: '\f0e0';
}

.social-links li a[href*="mailto:"]:hover {
  color: #000000;
}

.social-links li a[href*="twitch.tv"]:before {
  content: '\f1e8';
}

.social-links li a[href*="twitch.tv"]:hover { 
  color: #9147ff;
}

.social-links li a[href*="mastercard.us"]:before {
  content: '\f1f1';
}

.social-links li a[href*="mastercard.us"]:hover {
  color: #CF4500;
}

.social-links li a[href*="stripe.com"]:before {
  content: '\f1f5';
}

.social-links li a[href*="stripe.com"]:hover {
  color: #635bff;
}

.social-links li a[href*="visa.com"]:before {
  content: '\f1f0';
}

.social-links li a[href*="visa.com"]:hover {
  color: #1951B1;
}

/* Category Tab Box Widget
================================================== */
.widget-cat-tab-box {
  display: inline-block;
  margin-bottom: 0 !important;
  width: 100%;
}

.cat-tab-menu {
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 30px;
  width: 100%;
  text-align: right;
  display: inline-block;
}

.cat-tab-menu li {
  color: #747474;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 8px 10px;
}

.cat-tab-menu li:last-child {
  padding-right: 10px;
}

.cat-tab-menu li:hover,
.cat-tab-menu li.active {
  color: #0C4C8A !important;
}

/* Category Tab Layout 1 */

.cat-tab-layout-1 .cat-tab-content-wrap {
  display: inline-block;
  margin: 0 -15px;
}

.cat-tab-layout-1 .cat-tab-primary {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.cat-tab-layout-1 .cat-tab-primary .post-featured-image {
  margin-bottom: 20px;
}

.cat-tab-layout-1 .cat-tab-primary .entry-title {
  font-size: 20px;
  line-height: 1.35;
}

.cat-tab-layout-1 .cat-tab-secondary {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.cat-tab-layout-1 .cat-tab-secondary .post {
  float: left;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.cat-tab-layout-1 .cat-tab-secondary:last-child .post {
  border-bottom: none;
}

.cat-tab-layout-1 .cat-tab-secondary .cat-tab-post-image {
  float: left;
  width: calc(30% - 10px);
  margin-right: 10px;
}

.cat-tab-layout-1 .cat-tab-secondary .cat-tab-post-image .post-featured-image {
  margin-bottom: 0;
}

.cat-tab-layout-1 .cat-tab-secondary .has-post-thumbnail .cat-tab-post-text {
  width: calc(70% - 10px);
  margin-left: 10px;
  float: right;
}

.cat-tab-layout-1 .cat-tab-secondary .cat-tab-post-text .entry-header,
.cat-tab-layout-1 .cat-tab-primary .cat-tab-post-text .entry-header {
  padding: 0;
}

.cat-tab-layout-1 .cat-tab-secondary .cat-tab-post-text .entry-title {
  font-size: 16px;
  line-height: 1.437;
  margin-bottom: 10px;
}

.cat-tab-layout-1 .cat-tab-secondary .cat-tab-post-text .entry-content {
  display: none;
}

.cat-tab-layout-1 .cat-tab-primary .cat-tab-post-text .cats-links {
  display: block;
}

.cat-tab-layout-1 .cat-tab-secondary .cat-tab-post-text .cats-links {
  display: none;
}

/* Category Tab Layout 2 */

.cat-tab-layout-2 .cat-tab-primary {
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 20px;
  padding-left: 15px;
}

.cat-tab-layout-2 .cat-tab-primary:nth-child(2) {
  float: right;
  padding-left: 0;
  padding-right: 15px;
}

.cat-tab-layout-2 .cat-tab-secondary:nth-child(3n) {
  clear: both;
}

.cat-tab-layout-2 .cat-tab-primary .post {
  margin-bottom: 0;
}

.cat-tab-layout-2 .cat-tab-primary .post-featured-image,
.cat-tab-layout-2 .cat-tab-secondary .post-featured-image {
  margin-bottom: 20px;
}

.cat-tab-layout-2 .cat-tab-secondary .cat-tab-post-text .entry-header, 
.cat-tab-layout-2 .cat-tab-primary .cat-tab-post-text .entry-header {
  padding: 0;
}

.cat-tab-layout-2 .cat-tab-content-wrap {
  margin: 0 -15px;
}

.cat-tab-layout-2 .cat-tab-secondary {
  padding: 0 15px;
  width: 33.33%;
  float: left;
  margin-bottom: 15px;
}

.cat-tab-layout-2 .cat-tab-primary .entry-title {
  font-size: 18px;
  line-height: 1.388;
}

.cat-tab-layout-2 .cat-tab-secondary .entry-title {
  font-size: 16px;
  line-height: 1.437;
}

.cat-tab-layout-2 .cat-tab-secondary .cats-links,
.cat-tab-layout-2 .cat-tab-secondary .entry-content {
  display: none;
}

/* Widget on Sidebar and Footer */
#secondary .cat-tab-layout-2 .cat-tab-primary,
#secondary .cat-tab-layout-2 .cat-tab-secondary,
#colophon .cat-tab-layout-2 .cat-tab-primary,
#colophon .cat-tab-layout-2 .cat-tab-secondary,
.side-widget-tray .cat-tab-layout-2cat-tab-secondary,
.side-widget-tray .cat-tab-layout-2 .cat-tab-secondary {
  padding: 0;
  margin-bottom: 15px;
  width: 100%;
}

#secondary .cat-tab-layout-2 .cat-tab-secondary,
#colophon .cat-tab-layout-2 .cat-tab-secondary,
.side-widget-tray .cat-tab-layout-2 .cat-tab-secondary {
  margin: 0;
}

#secondary .cat-tab-content-wrap,
#colophon .cat-tab-content-wrap,
.side-widget-tray .cat-tab-content-wrap {
  margin: 0;
}

/* Category Tab Layout 3 */

.cat-tab-layout-3 .cat-tab-post-image {
  float: left;
  width: calc(33.33% - 15px);
  margin-right: 15px;
}

.cat-tab-layout-3 .has-post-thumbnail .cat-tab-post-text {
  width: calc(66.66% - 15px);
  margin-left: 15px;
  float: right;
}

.cat-tab-layout-3 .post {
  float: left;
  margin-bottom: 10px
}

.cat-tab-layout-3 .entry-header {
  padding-bottom: 0;
}

/* Widget Category Box layout-3 in sidebar */
#secondary .cat-tab-layout-3 .cat-tab-post-image,
#colophon .cat-tab-layout-3 .cat-tab-post-image,
.side-widget-tray .cat-tab-layout-3 .cat-tab-post-image,
#secondary .cat-tab-layout-3 .has-post-thumbnail .cat-tab-post-text,
#colophon .cat-tab-layout-3 .has-post-thumbnail .cat-tab-post-text,
.side-widget-tray .cat-tab-layout-3 .has-post-thumbnail .cat-tab-post-text {
  float: inherit;
  width: 100%;
  margin: 0;
}

/* Widget Category Box in sidebar */
#secondary .cat-tab-content-wrap,
#colophon .cat-tab-content-wrap,
.side-widget-tray .cat-tab-content-wrap {
  margin: 0;
}

#secondary .widget-cat-tab-box .cat-tab-primary,
#secondary .widget-cat-tab-box .cat-tab-secondary,
#colophon .widget-cat-tab-box .cat-tab-primary,
#colophon .widget-cat-tab-box .cat-tab-secondary,
.side-widget-tray .widget-cat-tab-box .cat-tab-primary,
.side-widget-tray .widget-cat-tab-box .cat-tab-secondary {
  padding: 0;
  width: 100%;
}

#secondary .cat-tab-menu,
#colophon .cat-tab-menu ,
.side-widget-tray .cat-tab-menu  {
  text-align: left;
}

/* Category Slider Widget
================================================== */
.widget-cat-slider {
  min-width: 270px;
}

.primary-full-width .widget-cat-slider,
.secondary-full-width .widget-cat-slider {
  margin-bottom: 40px;
}

.widget-cat-slider .cat-slider,
.widget-cat-slider .cat-slider .post {
  position: relative;
}

.widget-cat-slider .cat-slider .post {
  margin-bottom: 0;
  width: 100%;
}

.widget-cat-slider .widget-title {
  color: #0C4C8A;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}

#colophon .widget-cat-slider .widget-title {
  margin-bottom: 18px;
}

.widget-cat-slider .post-featured-image {
  margin-bottom: 0;
}

.widget-cat-slider .has-post-thumbnail .cat-sld-text {
  background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px 30px 0;
  width: 100%;
}

#colophon .widget-cat-slider .has-post-thumbnail .cat-sld-text {
  background: rgba(0, 0, 0, 0.6) linear-gradient(to top, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0) 100%);
}

.widget-cat-slider .cat-sld-text .entry-header {
  padding-bottom: 5px;
}

.widget-cat-slider .cat-sld-text .entry-title {
  margin-bottom: 5px;
}

.widget-cat-slider .has-post-thumbnail .cat-sld-text .entry-title, 
.widget-cat-slider .has-post-thumbnail .cat-sld-text .entry-title a,
.widget-cat-slider .has-post-thumbnail .cat-sld-text .entry-meta, 
.widget-cat-slider .has-post-thumbnail .cat-sld-text .entry-meta a,
.widget-cat-slider .has-post-thumbnail .cat-sld-text .entry-content,
.widget-cat-slider .has-post-thumbnail .cat-sld-text a.more-link {
  color: #fff;
}

.widget-cat-slider .has-post-thumbnail .cat-sld-text .entry-title a:hover,
.widget-cat-slider .has-post-thumbnail .cat-sld-text .entry-meta a:hover,
.widget-cat-slider .has-post-thumbnail .cat-sld-text a.more-link:hover {
  opacity: 0.7;
}

/* Category Slider Widget */

.cat-slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

html[xmlns] .cat-slider .slides {
  display: block;
}

* html .cat-slider .slides {
  height: 1%;
}

.cat-slider .flex-direction-nav {
  float: right;
  position: absolute;
  right: 0;
  width: 60px;
  top: 0;
}

.cat-slider .flex-direction-nav li a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.cat-slider .flex-direction-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.cat-slider .flex-direction-nav .flex-nav-prev {
  display: inline-block;
  float: left;
}

.cat-slider .flex-direction-nav .flex-nav-next {
  display: inline-block;
  float: right;
}

.cat-slider .flex-nav-prev a.flex-prev:before {
  content: '\f104';
  font-size: 18px;
}

.cat-slider .flex-nav-next a.flex-next:before {
  content: '\f105';
  font-size: 18px;

}
.cat-slider .flex-nav-prev a.flex-prev,
.cat-slider .flex-nav-next a.flex-next {
  display: block;
  font-family: "FontAwesome";
  font-size: 0;
  height: 30px;
  line-height: 28px;
  text-align: center;
  width: 30px;
}

/* ----- Category Slider Pagination Buttons ----- */
.cat-slider .flex-control-nav {
  text-align: right;
  line-height: 0;
  position: absolute;
  top: 15px;
  z-index: 99;
  left: 15px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.cat-slider .flex-control-nav li {
  display: block;
  margin-bottom: 5px;
}

.cat-slider .flex-control-nav li a {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 10px;
  margin-right: 5px;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  text-align: center;
  vertical-align: middle;
  width: 10px;
}

.cat-slider .flex-control-nav a.flex-active, 
.cat-slider .flex-control-nav a:hover {
  background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -o-transition: background .3s ease;
  -ms-transition: background .3s ease;
    transition: background .3s ease;
}

/* Widget Category slider in sidebar */
#secondary .widget-cat-slider .cat-sld-text .entry-content,
#colophon .widget-cat-slider .cat-sld-text .entry-content,
.side-widget-tray .widget-cat-slider .cat-sld-text .entry-content,
#secondary .widget-cat-slider .cat-sld-text .entry-header .cats-links,
#colophon .widget-cat-slider .cat-sld-text .entry-header .cats-links,
.side-widget-tray .widget-cat-slider .cat-sld-text .entry-header .cats-links,
#secondary .widget-cat-slider .cat-slider .flex-control-nav,
#colophon .widget-cat-slider .cat-slider .flex-control-nav,
.side-widget-tray .widget-cat-slider .cat-slider .flex-control-nav {
  display: none;
}



#secondary .widget-cat-slider .has-post-thumbnail .cat-sld-text,
#colophon .widget-cat-slider .has-post-thumbnail .cat-sld-text,
.side-widget-tray .widget-cat-slider .has-post-thumbnail .cat-sld-text {
  padding: 15px 15px 0;
}

#secondary .widget-cat-slider .has-post-thumbnail .cat-sld-text .entry-title,
#colophon .widget-cat-slider .has-post-thumbnail .cat-sld-text .entry-title,
.side-widget-tray .widget-cat-slider .has-post-thumbnail .cat-sld-text .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
}

/* Widget Category slider in slider section */

.site-header .widget-cat-slider {
  margin-bottom: 0;
}

.site-header .cat-slider-wrap {
  margin: 20px 10px -20px;
}

.site-header .widget-cat-slider .widget-title {
  display: none;
}

/* Widget Category slider Layout Three Column */
.cat-slider.cs-layout-2 .cat-sld-text .entry-content,
.cat-slider.cs-layout-2 .cat-sld-text .entry-header .cats-links,
.cat-slider.cs-layout-3 .cat-sld-text .entry-content,
.cat-slider.cs-layout-3 .cat-sld-text .entry-header .cats-links {
  display: none;
}

.site-header .cat-slider.cs-layout-2 .cat-sld-text .entry-header .cats-links,
.site-header .cat-slider.cs-layout-3 .cat-sld-text .entry-header .cats-links {
  display: block;
}

#primary .cat-slider.cs-layout-2 .has-post-thumbnail .cat-sld-text,
#primary .cat-slider.cs-layout-3 .has-post-thumbnail .cat-sld-text {
  padding: 30px 10px 0;
}

.cat-slider.cs-layout-2 .has-post-thumbnail .cat-sld-text .entry-title,
.cat-slider.cs-layout-3 .has-post-thumbnail .cat-sld-text .entry-title {
  font-size: 18px;
  margin-bottom: 5px;
}

/* Grid Category Widget
================================================== */
.widget-cat-grid {
  margin-bottom: 0;
}

.widget-cat-grid .cat-grid-wrap {
  margin: 0 -15px;
}

.widget-cat-grid .widget-title {
  color: #0C4C8A;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}

.widget-cat-grid .column-1, 
.widget-cat-grid .column-2, 
.widget-cat-grid .column-3, 
.widget-cat-grid .column-4 {
  padding-bottom: 20px;
}

.widget-cat-grid .cat-grid-content .post {
  margin-bottom: 0;
}

.widget-cat-grid .cat-grid-image .post-featured-image {
  margin-bottom: 15px;
}

.widget-cat-grid .cat-grid-text .entry-header {
  padding-bottom: 5px;
}

.widget-cat-grid .cat-grid-text .entry-title {
  font-size: 18px;
  line-height: 1.388;
  margin-bottom: 10px;
}

.widget-cat-grid .cat-grid-text .entry-content,
.widget-cat-grid .cat-grid-text .entry-header .cats-links {
  display: none;
}

/* Category Grid Layout 2 */
.widget-cat-grid .cat-grid-layout-2 .cat-grid-text .entry-content {
  display: block;
}

.widget-cat-grid .cat-grid-layout-2 .cat-grid-content .cat-grid-text a.more-link {
  display: inline-block;
  margin-left: 10px;
  margin-top: 0;
}

#secondary .widget-cat-grid div[class*="column-"],
#colophon .widget-cat-grid div[class*="column-"],
.side-widget-tray .widget-cat-grid div[class*="column-"]
{
  border-right: none;
  width: 100%;
  float: none;
  padding: 0;
  display: block;
}