.showcase/*
Theme Name: Wp Bootstrap
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: Jordan
Author URI: https://wordpress.org/
Description: Blogging Theme
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
*/



/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}


/*CUSTOM CSS*/

.boxes{ 
    margin: 50px;
}
.box {
    /*text-align: center !important;*/
    margin-top: 30px;
    box-shadow: 1px 1px 10px #838383;
    border-radius: 15px;
    margin-bottom: 30px;
}
.box h1 {
    font-size: 26px !important;
    /*text-align: center;*/
    margin: 10px 0 20px 0;
}
.box i.fa.fa-phone {
    font-size: 24px;
}
.showcase {
    background-color: #ffcf92 !important;
    text-align: center;
    height: 600px;
    padding-top: 100px;
    background-size: cover;
}
.showcase .container {
    background-color: #000000b5;
    padding: 50px;
    border-radius: 15px;
}
.showcase .container h1, .showcase .container p {
    color: #ffffff;
}
.showcase .container p {
    font-size: 18px;
    padding:10px 330px;
}
.myheading{
    text-align:center;
}
.box a {
    color: #000000 !important;
    text-decoration: none !important;
}
.users{
    font-size:28px !important;
}
.post-image img {
    width: 100%;
    object-fit: cover;
    height: 350px;
    margin-bottom: 20px;
}
.post-content {
    padding: 0 15px 15px 15px;
}
.post-image img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
h2.blog-heading {
    text-align: center;
}


/*COMMENTS CSS*/


.comments{
  border:1px #ccc solid;
  padding:10px;
  margin-bottom:20px;
  margin-top:10px;
}

.comments h3,.comments h2{
  background:#428bca;
  color:#fff;
  padding:5px;
}

.comment-body{
  border:#ccc solid 1px;
  margin-bottom:10px;
  padding:20px 10px;
}

.comment-meta{
  background:#428bca;
  color:#fff;
  padding:10px;
  overflow:auto;
}

.comment-meta a{
  color:#fff;
}

.comment-meta img{
  float:left;
  margin-right:10px;
}

.comment-reply-link{
  background:#428bca;
  color:#fff;
  display: inline-block;
  padding: 10px 15px;
}

.comment-form input, .comment-form textarea{
  width:100%;
  padding:4px;
  border:#ccc solid 1px;
  margin-bottom:15px;
}
.comment-author.vcard a {
    color: #ffffff !important;
}

.comment-metadata a {
    color: #ffffff !important;
}
.reply a {
    color: #ffffff !important;
}
.my-btn p {
    background-color: #cda776 !important;
    width: 31%;
    text-align: center;
    padding: 10px 20px;
    border-radius: 15px;
}









