/** * To control main sidebar * Do not writes css for widgets */ .sidebar-combine-items { margin-bottom: 2rem; background: #ffffff; box-shadow: 2rem 2rem 5rem rgba(0, 0, 0, 0.1); border-radius: 1.5rem; padding: 2.5rem 2rem; } .sidebar aside:nth-last-of-type(1) { margin-bottom: 0px; } .sidebar aside h2 { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 2.2rem; line-height: 2.6rem; letter-spacing: 0.025rem; color: #15213d; margin-bottom: 3rem; } .sidebar aside ul li { font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 16px; line-height: 24px; color: #15213d; margin-bottom: 2.2rem; position: relative; padding-left: 2.7rem; } .sidebar aside ul li:before { content: ""; background: url("../../images/blog/grid-icon2.svg") no-repeat 0 0; position: absolute; background-size: auto; top: 5px; left: 0px; width: 20px; height: 20px; } @media (min-width: 768px) { .sidebar-combine-items { margin-bottom: 3rem; } } @media (min-width: 1200px) { .sidebar-combine-items { margin-bottom: 3.5rem; } } /* default search */ aside.search { display: inline-block; width: 100%; position: relative; margin-bottom: 4rem; } form.search-form { position: relative; } form.search-form label { width: 100%; display: inline-block; margin: 0px; background: #f7f7f7; border-radius: 0.6rem; position: relative; } form.search-form label:after { content: ""; position: absolute; height: 2.6rem; width: 1px; background-color: #e2e2e2; right: 6rem; top: 0; bottom: 0; margin: auto; } form.search-form input.input-search { width: 100%; border: 1px solid #e2e2e2; background-color: transparent; height: 5.5rem; padding: 1rem 2rem; font-size: 16px; line-height: 19px; color: #798388; } form.search-form input.input-search:focus { border-color: #061e33; } form.search-form input.search-submit { background: url("../../images/blog/search.svg") no-repeat center; background-size: auto; position: absolute; top: 0; bottom: 0; margin: auto; right: 2rem; border: 0px; font-size: 1.2rem; padding: 5px 10px; letter-spacing: 1px; text-indent: -999px; } /* recent news */ .recent-news__list-item a { display: inline-block; margin-bottom: 5px; transition: all 0.5s ease; } .recent-news__list-item a:hover { color: #e31112; } .recent-news--date { font-size: 1.2rem; color: #e31112; display: block; } /* archives */ .sidebar aside.archives { margin-bottom: 4rem; } .archives--title { margin-top: 0.9rem; margin-bottom: 2.5rem; } .sidebar aside ul li.archives__list-item { margin-bottom: 1.5rem; } .archives-year { color: #e31112; } /* Categories */ .sidebar aside ul li.cacategories__listt-item { margin-bottom: 1.5rem; } .categories a { transition: all 0.5s ease; } .categories a:hover { color: #e31112; } /* Recent Donation */ aside.recent-donations { margin-bottom: 5.5rem; } .recent-donations--title { margin-bottom: 3.7rem; } .recent-donations a { transition: all 0.5s ease; } .recent-donations a:hover { color: #e31112; } .recent-donations--list { } aside.recent-donations .recent-donations--list-item { padding-left: 0; display: flex; margin-bottom: 3rem; } .recent-donations--list-item:before { display: none; } .recent-donations--list-item span { display: inline-block; margin-right: 15px; min-width: 85px; } /* tags */ .aside-tags--title { margin-bottom: 2rem; } .aside-tags__list { margin-bottom: 2rem; } .aside-tags__list a { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 1.3rem !important; line-height: 1.3rem; align-items: center; text-align: center; letter-spacing: 0.04rem; text-transform: uppercase; color: #ffffff; background-color: #1267e6; padding: 1rem 2rem; display: inline-flex; margin-bottom: 4px; transition: all 0.5s ease; } .aside-tags__list a:hover { background-color: #71a2eb; } .archives__list-item a { transition: all 0.5s ease; } .archives__list-item a:hover { color: #e31112; } /* donate box */ aside.ads { padding: 0; } .aside-donate { width: 100%; background-color: #1267e5; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 0; overflow: hidden; margin-bottom: 4rem; border-radius: 1.5rem; } .aside-donate .aside-donate--banner { width: 100%; } .aside-donate__content-wraper { display: flex; flex-direction: column; align-items: center; padding: 4rem 4rem 5rem; width: 100%; } .aside-donate--title { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 2.8rem; line-height: 3rem; text-align: center; letter-spacing: 0.025rem; color: #ffffff; margin-bottom: 2rem; } .aside-donate--subtitle { font-family: "Roboto", sans-serif; font-size: 1.6rem; line-height: 3rem; text-align: center; letter-spacing: 0.025rem; color: #ffffff; margin-bottom: 4rem; } .aside-donate .btn-donate { padding: 1.5rem 2.2rem; background-color: #e31112; /* box-shadow: 0px 15px 30px rgba(20, 38, 108, 0.3); */ } .aside-donate .btn-donate:hover { background-color: #061e33; color: #ffffff; } .aside-donate .btn-donate:after { display: none; } /* sidebar position settings */ @media (min-width: 992px) { #primary.sidebar-position-left { order: 2; } #primary.sidebar-position-left ~ #secondary { order: 1; } }