/*
Theme Name: Generous
Theme URI: https://themeforest.net/user/bdthemes/portfolio
Author: BdThemes
Author URI: https://bdthemes.com
Description: Generous Theme designed by BdThemes Ltd. For online documentation look at our documentation site. For get support please go to our support system.
Version: 1.1.1
License: Custom
License URI: http://themeforest.net/licenses
Text Domain: generous
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
*/


/**
 * Table of Contents
 *
 * 1.0 - Titlebar / Logo Styles 
 * 2.0 - Pagination Styles
 * 3.0 - Widget Styles
 *   3.1 - Search Styles
 *   3.2 - Calendar Styles
 *   3.3 - Tags & Cloud
 *   3.4 - Nav Widget Styles
 *   3.5 - Bottom B Widget
 *   3.6 - Give Donation Form
 * 4.0 - Search page
 * 5.0 - Commnet Form
 * 6.0 - Archive Page
 * 7.0 - Countdown Styles
 * 8.0 - Navbar style
 * 9.0 - Offcanvas Menu Style
 * 10.0 - Humberger menu style
 */


/*===========================
  1.0 Titlebar / Logo Styles 
============================*/
.logo h1 {
    line-height: normal;
}
.wp-caption {}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.screen-reader-text{}

.tm-titlebar.titlebar-light {
  background-color: #40363a;
  color: #eee;
}
.tm-titlebar.titlebar-light h1 {
  color: #eee;
}
.tm-titlebar.titlebar-light .back-btn {
  color: #eee;
}
.tm-titlebar.titlebar-light .back-btn:hover {
  color: #fff;
}
.tm-titlebar.titlebar-dark {
  background-color: #fbfafa;
  color: #666;
}
.tm-titlebar.titlebar-dark h1 {
  color: #666;
}
.tm-titlebar.titlebar-dark .back-btn {
  color: #666;
}
.tm-titlebar.titlebar-dark .back-btn:hover {
  color: #999;
}
.tm-titlebar.titlebar-image-center {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tm-titlebar.titlebar-image-center h1 {
  font-size: 42px;
  /* text-transform: uppercase; */
}
.tm-titlebar .uk-container {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
.tm-titlebar .uk-container #title h1 {
  font-size: 24px !important;
  line-height: 28px !important;
  /*text-transform: uppercase;*/
}
.tm-titlebar .uk-container .tm-breadcrumb {
  float: right;
  font-size: 12px;
}
.tm-titlebar .uk-container .heading-back-button {
  float: right;
  font-size: 14px;
}
.tm-titlebar .uk-container .heading-back-button .back-btn {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*===========================
  2.0 Pagination Styles 
============================*/
.uk-article .wp-post-image {
  width: 100%;
}

.pagination-wrapper {
  text-align: center;
  margin-top: 35px;
}
.pagination-wrapper .uk-pagination {
  margin-bottom: 0;
}
.pagination-wrapper .uk-pagination a {border-radius: 0;}
.author-info {
    margin: 50px 0;
}
.author-info .author-image {
    padding-right: 25px;
    width: 80px;
}

/* Widget style */


/*===========================
  3.0 Widget Styles 
============================*/
.widget ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

.widget div > ul > li:nth-child(n+2) {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 8px;
    margin-top: 8px;
}
.widget div > ul > li > ul {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 8px;
    margin-top: 8px;
}

.widget ul li ul {
  padding-left: 10px;
  font-size: 13px;
}

.tm-footer .widget div > ul > li:nth-child(n+2),
.tm-footer .widget div > ul > li > ul {
    border-top: 1px solid rgba(255,255,255,0.05);
}


.uk-grid > * > .widget + .widget {
    margin-top: 25px;
}

@media (min-width: 1220px) {
  .uk-grid > * > .widget + .widget {
      margin-top: 35px;
  }
}

.tm-sidebar .widget {
  padding: 20px;
  background: #fbfafa;
  color: #666666;
}
.tm-sidebar .widget h3 {
    color: #333;
}
.tm-sidebar a {
    color: #777;
}
.tm-sidebar a:hover {
    color: #000;
    text-decoration: none;
}

.widget .panel-content select {
  max-width: 100%; 
}

.widget_archive select,
.widget_categories select {
  width: 100%;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 5px;
}

.widget_rss .rssSummary {
    font-size: 13px;
    color: #999;
    line-height: 20px;
    margin-top: 5px;
}
.widget_rss a.rsswidget {
  font-weight: 700;
}
.widget_rss cite {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}

.widget_rss ul li + li {
    padding-top: 15px !important;
    margin-top: 15px !important;
}






/*------------------------
 3.1 Search Styles
-------------------------*/
.tm-sidebar .widget_search .screen-reader-text, 
.tm-sidebar .widget_search .search-submit, 
.tm-sidebar .widget_search [type="submit"],
.tm-footer .widget_search [type="submit"],
.tm-drawer .widget_search [type="submit"] {
  display: none;
}
.tm-sidebar .widget_search .searchform {
    margin: 0;
}
.widget_search input[type="search"] {
    background: transparent;
    border: 0;
    outline: none;
    height: 30px;
    padding: 0 0 0 30px;
    width: 100%;
    box-sizing: border-box;
}
.widget_search .search-form {
    position: relative;
}
.widget_search .search-form:before {
    content: "\f002";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.2);
}
.tm-headerbar .searchform {
    margin-bottom: 0;
    margin-top: 10px;
}
.tm-headerbar .searchform [type="text"] {
    max-width: 220px;
    font-size: 13px;
    color: #bbb;
}
.tm-headerbar .searchform .uk-button {
    display: none;
}
.tm-headerbar .searchform > div {
    margin-bottom: 0 !important;
}
.uk-offcanvas-bar .searchform [type="text"] {
    background-color: rgba(255,255,255,0.03);
    outline: none;
    height: 36px;
    box-sizing: border-box;
}
.uk-offcanvas-bar .searchform input[type="submit"] {
    display: none;
}

/*------------------------
 3.2 Calendar Styles
-------------------------*/
.widget_calendar table {
    width: 100%;
}
.widget_calendar table caption {
    padding-bottom: 10px;
    font-size: 17px;
}
.widget_calendar thead, .widget_calendar tbody {
    text-align: center;
}

/*------------------------
 3.3 Tags & Cloud
-------------------------*/
body .tm-sidebar .widget_tag_cloud a {
    background: #eee;
    color: #444;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body .tm-sidebar .widget_tag_cloud a:hover {
    background: #e5e5e5;
}

.widget_tag_cloud .tagcloud:before {
    content: "";
    display: table-cell;
}
.widget_tag_cloud .tagcloud:after {
    content: "";
    display: table;
    clear: both;
}

/*------------------------
 3.4 Nav Widget Styles
-------------------------*/
.widget_nav_menu ul li i {
    margin-right: 5px;
}
.no-menu {
  padding: 20px 0;
  list-style: none;
  margin-bottom: 0;
}

/*-----------------------
  3.5  Bottom Widget
-------------------------*/
.tm-bottom-b .widget_recent_entries ul {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}

.tm-bottom-b .widget div > ul > li:nth-child(n+2) {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid rgba(255,255,255,0.1);
}



/*-----------------------
  3.6  Recent Form Styles
-------------------------*/
.drawer-wrapper .widget_recent_entries ul {
	padding-left: 0;
	margin: 0;
	list-style-type: none;
}

.drawer-wrapper .widget_recent_entries ul li + li {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
/*=====================
  4.0  Search page
======================*/
select.uk-form-large, textarea.uk-form-large, input[type].uk-form-large, input:not([type]).uk-form-large {
    font-size: 14px;
}
.search .tm-content .uk-alert-warning {
    padding: 15px 20
}
.search-results .entry-search .entry-title h3 {
    margin-bottom: 0;
}
.search-results .entry-search .entry-type {
    display: inline-block;
    background: #fbfafa;
    padding: 0px 8px;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 5px;
}
.search-results .entry-content {
    margin-top: 25px;
}
.search-results .searchform > div {
    margin-bottom: 12px;
}

/*=====================
  5.0  Commnet Form
======================*/
input.uk-button {
  color: white !important;
}
#commentform #respond-textarea textarea {
    padding: 10px 12px;
}
#commentform #respond-inputs [type="text"] {
    height: 40px;
    padding: 3px 12px;
}
.uk-alert {
    padding: 15px 20px;
}


/*=====================
  6.0  Archive Page
======================*/

div#author-info {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 15px;
}

/*========================
  7.0  Countdown Styles
==========================*/
.bdt_countdown .bdt_countdown-section {
  margin-bottom: 0;
}

/*======================
  8.0 Navbar style 
========================*/
.uk-dropdown-navbar a i {
  margin-right: 5px;
}
.uk-navbar-nav div.uk-dropdown .uk-parent.sub-dropdown ul > li:nth-child(n+2) {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.uk-navbar-nav div.uk-dropdown .uk-parent.sub-dropdown ul > li > a {
  padding: 10px 0;
  color: #777777;
}
.uk-navbar-nav div.uk-dropdown .uk-parent.sub-dropdown ul > li > a:hover {
  color: #000000;
}
.uk-navbar-nav div.uk-dropdown .uk-parent.sub-dropdown ul > li.uk-active > a {
  color: #000000;
  font-weight: 400;
}
.uk-navbar-nav div.uk-dropdown .uk-nav-navbar > li.uk-parent:not(.sub-dropdown) {
  border-bottom: none;
}
.sub-dropdown {
  position: relative;
}
.sub-dropdown > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 260px;
  background: #ffffff;
  left: 100%;
  padding: 20px 0px !important;
  top: 0;
  transform: translateY(15px);
  border-top: none;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-size: inherit !important;
  z-index: 10;
}
.sub-dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(-5px);
  transition: all 0.4s cubic-bezier(0, 0.89, 0.58, 1);
}
.sub-dropdown.dropdown-classic-left > ul {
  left: auto;
  right: 100%;
}
.tm-navigation-wrapper .sub-dropdown li a {
    font-size: inherit !important;
    line-height: inherit !important;
    color: #666;
}
@media (max-width: 480px) {
  .uk-navbar-center {
  	max-width: 55%;
  }
}


/*============================
   9.0 Offcanvas Menu Style
==============================*/

.offcanvas-search.uk-panel {
    margin: 30px 25px 20px;
}

.uk-offcanvas-bar .uk-nav-offcanvas li a {
    background: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.uk-offcanvas .uk-nav {
    padding: 0 35px;
    list-style-type: none;
}
.uk-offcanvas .uk-nav a {
    display: block;
    text-decoration: none;
}
.uk-offcanvas .uk-nav a i {margin-right: 5px;}
.uk-offcanvas .uk-nav > li > a {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    color: #ccc;
}
.uk-offcanvas .uk-nav > li > ul {
    font-size: 13px;
    border-left: 1px solid #404040;
    padding: 5px 0 5px 13px;
    list-style-type: circle;
}
.uk-offcanvas .uk-nav > li > ul > li a {
    padding: 4px 0;
    color: #999;
}


/*================================
   10.0 Humberger menu style 
==================================*/
.offcanvas-menu-btn{
  float: left;
}
.offcanvas-menu-btn svg {
  width: 64px;
  height: 80px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.offcanvas-menu-btn path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #666;
  stroke-dashoffset: 0px;
}
.offcanvas-menu-btn path#top,
.offcanvas-menu-btn path#bottom {
  stroke-dasharray: 240px 950px;
}
.offcanvas-menu-btn path#middle {
  stroke-dasharray: 240px 240px;
}
.offcanvas-menu-btn.cross path#top,
.offcanvas-menu-btn.cross path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
.offcanvas-menu-btn.cross path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}

.uk-offcanvas-page {
    -webkit-transition: margin-left 0.3s cubic-bezier(0, 0.45, 0.45, 1);
    transition: margin-left 0.3s cubic-bezier(0, 0.45, 0.45, 1);
}

.uk-offcanvas-bar {
    -webkit-transition: transform 0.3s cubic-bezier(0, 0.45, 0.45, 1);
    transition: transform 0.3s cubic-bezier(0, 0.45, 0.45, 1);
    width: 300px;
}

.uk-offcanvas {
  background-color: rgba(0, 0, 0, 0.05);
}


/* ======================
  11.0 Footer menu style 
=========================*/

.tm-footer-menu .uk-subnav li a > i {
  margin-right: 5px;
}

.gallery {
  margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}