/* 
Theme Name: SN Trust
Theme URI: http://sn-trust.org/
Author: Rashidul Islam
Author URI: https://devrashidul.xyz/
Version: 1.0.0
Description: SN Trust.
Text Domain: sntrust
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: sntrust, one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news

*/

/* Home Page Custom CSS Start */
.main-header.style-four .main-menu .navigation > li.current > a,
.main-header.style-four .main-menu .navigation > li:hover > a {
  color: #38c179;
}

.main-header.style-one .header-lower .menu-right-content:before {
  width: 0px;
  height: 0px;
}

.custom-donate-btn{
    background-color: #f8952c;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 16px;
}

#content_block_ten .content-box .year-box .image-box {
  position: absolute;
  left: 35px;
  top: -17px;
}

.year-box h1 {
  font-size: 110px;
  font-weight: bold;
  color: #f0a400;
  text-align: center;
}
.working-block-one .inner-box .pattern-layer {
  top: 25px;
}
.working-block-one .inner-box img {
  height: 125px;
  width: 125px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.working-section .working-block .working-block-one .inner-box .count:before {
  background-color: #f0a400 !important;
}
/* Home Page Custom CSS End */
/* Blog Page Custom CSS Start  */
.news-block-one .inner-box .lower-content {
  padding-top: 15px;
}
.news-block-one .inner-box .lower-content .post-info li:first-child:before {
  height: 0px;
  width: 0px;
}

.blog-details-content .image-box {
  height: 500px;
}
/* Blog Page Custom CSS End  */
/* Pagination Custom CSS Start  */
.nav-links .page-numbers {
  background-color: #092b63;
  color: white;
  padding: 12px 15px;
  font-size: 18px;
  font-weight: bold;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
  background-color: #38c179;
}
.main-footer .widget-section .links-widget .widget-content ul li.current a {
  color: #38c179;
}

.pagination .page-numbers {
  background-color: #092b63;
  color: white;
  padding: 12px 18px;
  font-size: 18px;
  font-weight: bold;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background-color: #38c179;
}
/* Pagination Custom CSS End  */
/* Error page Custom CSS Start  */
.error_page_btn {
  background-color: #38c179;
  color: white;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: bold;
}
/* Error page Custom CSS End  */
/* Page Custom CSS Start  */
.custom-archive {
  border: 1px solid #ccced1;
  margin-top: 15px;
}
.custom-archive .widget-title {
  background-color: #f8952c;
}
.custom-archive .widget-title h3 {
  color: #092b63;
}
.custom-archive .widget-content {
  padding-left: 20px;
}
/* Page Custom CSS End */
/* Gallery Page Btn Start */
.custom-btn{
  background-color: #1b62db;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Arimo', sans-serif;
  color: #fff !important;
  padding: 10px 38px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
/* Gallery Page Btn End*/
/* Footer Custom CSS Start */
.main-footer .footer-top {
  padding: 60px 0px 40px 0px;
}

.main-footer .footer-bottom {
  padding: 8px 0px;
}
/* Footer Custom CSS End */

@media screen and (max-width: 768px){
    #content_block_ten .content-box .year-box .image-box {
        position: relative;
        left: 0;
        top: 0;
    }
}
