body{
  background:#F9F9F9 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

a{
      color: #fc642c;
}
a:hover{
  color:#000;
}

.main-container{
  min-height:600px;
}


/* Header */
header{
  margin-bottom:20px;
  padding:44px 0px;
}
header > .container{
  max-width:1086px;
}
header .navbar-light{
  background:none !important;
}
header .navbar-brand{
  display:block;
  padding:0px;
}
header .navbar-brand img{
  max-height:30px;
  width:auto;
}

header .navbar-light .navbar-nav .nav-link{
  font-weight:600;
  color:#fc642c;
}

.section-title{
  font-size:24px;
  font-weight:600;
  padding:20px 0px;
  text-align:center;
}

/* Product */
.product-item{
  margin-bottom:20px;
}

.product-item .preview{
  position:relative;
}
.product-item .overlay{
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background:rgba(38, 120, 191, 0.74);
  text-align: center;
  vertical-align: middle;
  display:table;
  display:none;
}
.product-item:hover .overlay{
  display:table;
}
.product-item .overlay .inside{
  display:table-cell;
  vertical-align: middle;
}
.product-item .overlay a{
  color:#fff;
  font-weight:bold;
  display:inline-block;
  text-align: center;
  text-decoration: none;
  font-size:12px;
}
.product-item .overlay a i{
  display:block;
  font-size:24px;
  margin-bottom:5px;

}
.product-item .card{
  border-radius:10px;
  border:none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0), 0 3px 6px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.product-item .card:hover{
  box-shadow:0 3px 6px rgba(0, 0, 0, 0.07), 0 3px 6px rgba(0, 0, 0, 0.06);

}
.product-item a{
  color:#000;
  text-decoration: none;
}
.product-item .product-title{
  font-weight:bold;
  color:#000;
}
.product-item .product-info{
  min-height:120px;
}
.product-item .product-price{
  float:right;
  font-weight:bold;
  color:#000;
}
.product-item .product-price .old{
  text-decoration:line-through;
  color:#666;
}
.product-item .extra{
  height:20px;
}
.product-item .categories{
  font-size:10px;
  margin-top:10px;

}

.product-item .categories span{
  display:inline-block;
  padding:2px;
  border:1px solid #efefef;
  margin-right:4px;
  font-weight:bold;
  border-radius:5px;
}


.hero-text{
  text-align:center;
  padding: 0px 0 90px;
}
.hero-text .big{
  font-size:24px;
  font-weight:bold;
}

/* Footer */
.page-footer{
  margin-top:100px;
  padding:50px 0px;
  font-size: 15px;

}

.page-footer .logo{

}
.page-footer .logo img{
    max-width:180px;
    height:auto;
}
.page-footer > .container{
  border-top:1px solid #ccc;
  padding-top:20px;
  max-width:1086px;
}

.page-footer .footer-copyright{
  font-size:12px;
}

.page-footer .social-links{
  text-align:right;
}
.page-footer .social-links a{
  color:#ccc;
  font-size:44px;
  display:inline-block;
  margin:5px 10px;
}

.content-1,.summary-detail{
  max-width:1170px;
  margin:0 auto;
  padding:15px 0px;
}
.img-responsive{
  max-width:100%;
}



/* Theme Detail */
.theme-detail{
  margin-top:10px;
}
.theme-detail .main-image{
  border:5px solid #fff;
}
.theme-detail .main-image img{
  width:100%;
}
.theme-detail .thumbs {
  text-align: center;
  padding:4px;
  background:#b9c3d2;
}
.theme-detail .thumbs .thumb{
  display:inline-block;
  background:#fff;
  border:1px solid #ccc;
  padding:4px;
}
.theme-detail .thumbs .thumb:hover{
  border:1px solid #000;
}

.theme-detail .description{
  background:#fff;
  padding:20px;
}
.theme-detail .price{
margin-bottom:10px;
}
.theme-detail .price .amount{
  font-weight:bold;
  font-size:24px;
}
.theme-detail .price .badge{
  float:right;
}


.theme-detail .theme-info i{
  width:20px;
  text-align: center;
}

.theme-detail .theme-info > div{
  padding:5px 0px;
  font-size:14px;
}


.theme-detail .sidebar-section{
  margin-bottom:20px;
  background:#fff;
  padding:20px;
}


.content-white{
  display:block;
  max-width:1170px;
  margin:0 auto;
  padding:20px;
  background:#fff;
  border:1px solid rgba(0, 0, 0, .1);
    margin-top:20px;
}

.content-white-big{
  display:block;
  max-width:99%;
  margin:0 auto;
  padding:20px;
  background:#fff;
  border:1px solid rgba(0, 0, 0, .1);
    margin-top:20px;
}


.theme-detail .membership-text{
  font-size:10px;
  font-weight:bold;
  color:#000;
  padding:10px;
}


.dropdown-item > i{
  width:20px;
  display:inline-block;
  text-align: center;
}
/* Card */

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.cc-container{
  background:#efefef;
  border-radius:10px;
  padding:10px;
}
.cc-container .e-title{
  font-weight: 600;
}
.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border:1px solid #cfcfcf;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#payment-form .submit-button{}
#payment-form #card-errors {
    height: 20px;
    padding: 4px 0;
    color: #fa755a;
}


.register-container{
  padding:20px;
  margin:0 auto;
  max-width:600px;
}



/* What We Do */

#what-we-do{
	background:#ffffff;
	padding:25px;
}
#what-we-do .card{
	border: none;
	margin-bottom:2rem;
  background:none;
  text-align: center;

}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .icon{
  font-size:24px;
}
#what-we-do .card .card-title{
  font-size:14px;
  font-weight:bold;
  text-transform: uppercase;
  padding:15px 0px;
  color:#2a2f37;
}

#what-we-do .card .card-text{
  font-size:11px;
  font-weight: 600;
  color:#919ab2;
}
#what-we-do .card .card-block a{
	color: #529040 !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;

}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;

}


/* Hero Home */
.hero-home{
  background:#5b89f0;
  min-height:400px;
  display:table;
  width:100%;
  color:#fff;
}
.hero-home .container{
  max-width:800px;
}
.hero-home .title{
  font-weight:700;
  font-size:24px;
  padding:6px 0px;
}
.hero-home .subtitle{
  font-weight:600;
  color:#e2e2e2;
  padding:12px 0px;
  font-size:18px;
}
.hero-inside{
  text-align:center;
  display:table-cell;
  vertical-align: middle;
}

.hero-home .browse{
  margin-top:20px;
}
.hero-home .browse .btn{
  font-weight:600;
}



/* Posts Page*/
.posts-page{
    margin-bottom:100px;
}
.posts-page .banner{
}
.posts-page h1{
    font-size: 32px;
    line-height: 32px;
    color: #2e2e2e;
    font-weight: 500;
    margin-bottom: 15px;
}
.posts-page .post-list{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #efefef;
}
.posts-page .post-list h5 a{
    color:#000;
}
.posts-page .post-list img{
    border:1px solid #efefef;
    margin-right:10px;
}



.login-container{
	max-width:500px;
	margin:0 auto;
	padding:20px;
	background:#fff;
	border:1px solid #efefef;
  margin-top:20px;
}
.login-container .login-header{
  text-align:center;
}
.login-container .login-header img{
  max-width:100%;
}

.register-container{
	max-width:500px;
	margin:0 auto;
	padding:20px;
	background:#fff;
	border:1px solid #efefef;
    margin-top:20px;
}


.main-container{
  max-width:80%;
  margin:0 auto;
}

.categories .title{
  font-weight:600;
  padding-bottom:10px;
}

.categories .categories-list{
  max-height:1100px;
  overflow:auto;
}

.categories ul li a{
  display:inline-block;
  text-decoration:none;
  font-weight:600;
  padding:4px 5px;
  font-size:14px;
  background:#fc642c;
  border-radius:4px;
  margin-bottom:10px;
  color:#fff;

}
.categories ul li.active a{
  background:#000;

}

.company ul li a {
    background:blue !important;
}


.em-items{

}
.em-items .item{
  background:#fff;
  padding:20px;
  color:#000;
  display:block;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 8px -8px rgba(0,0,0,1);
-moz-box-shadow: 0px 5px 8px -8px rgba(0,0,0,1);
box-shadow: 0px 5px 8px -8px rgba(0,0,0,1);
margin-bottom:20px;
}

.em-items .item a{
  display:block;
  color:#000;
  text-decoration:none;
}

.em-items .item .text{
  height:250px;
  overflow:hidden;
  font-size:14px;
}

.em-items .item .heading{
  padding-bottom:10px;
}
.em-items .item .heading .category{
  font-size:12px;
  padding:2px 4px;
  background:#efefef;
  float:left;
  border-radius:5px;
  font-weight:600;
}
.em-items .item .heading .icon{
  float:right;

}

.em-items .item .heading .icon img{
  max-width:80px;
  height:auto;
}


.modal-em-item .share-footer{
  text-align:center;
  display:block;
}

.modal-em-item .share-footer a{
  font-size:24px;
}



.modal-em-item .em-heading{
  padding-bottom:20px;
}
.modal-em-item .em-heading .category{
  font-size:12px;
  padding:2px 4px;
  background:#efefef;
  float:left;
  border-radius:5px;
  font-weight:600;
}
.modal-em-item .em-heading .icon{
  float:right;

}
.modal-em-item .em-heading .category a{
  color:#000;
  text-decoration: none;
}

.modal-em-item .em-heading .icon img{
  max-width:80px;
  height:auto;
}

.em-article .article-title{
  font-size:24px;
  margin-bottom:20px;
  text-align:center;
}
.em-article .content{
  background:#fff;
  padding:10px;
  color:#000;
  display:block;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 8px -8px rgba(0,0,0,1);
-moz-box-shadow: 0px 5px 8px -8px rgba(0,0,0,1);
box-shadow: 0px 5px 8px -8px rgba(0,0,0,1);
max-width:700px;
margin:0 auto;
}

.em-article .heading{
  padding-bottom:10px;
}
.em-article .heading .category{
  font-size:12px;
  padding:2px 4px;
  background:#efefef;
  float:left;
  border-radius:5px;
  font-weight:600;
}
.em-article .heading .icon{
  float:right;

}

.em-article .heading .icon img{
  max-width:70px;
  height:auto;
}

.em-article .heading a{
  color:#000;
  text-decoration: none;

}


.em-article .content .share-footer{
  text-align:center;
  padding:10px;
}
.em-article .content .share-footer a{
  font-size:24px;
  display:inline-block;
  margin:0px 5px;
}



.page .page-content{
  background:#fff;
  padding:20px;
  color:#000;
  display:block;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 8px -8px rgba(0,0,0,1);
-moz-box-shadow: 0px 5px 8px -8px rgba(0,0,0,1);
box-shadow: 0px 5px 8px -8px rgba(0,0,0,1);
max-width:1170px;
margin:0 auto;
}


.page .page-content h1{
  font-size:24px;
}

#close {
    display:none;
}

#home-menu {
    display: none;
}

@media (max-width: 600px) {

  .main-container{
    max-width:90%;
  }
  
  #close {
      display:block;
  }
  
  #home-menu {
      display:block;
  }
  
  .card-img-top {
      height: 200px!important;
  }
}


.show-this-forced{
  display:block !important;
}

.main-button {
    margin: 0;
    position: absolute;
    left: 37%;
    line-height: 40px;
    background: #FC642C;
    width:30%;
    border: 0;
    border-bottom: 2px solid #CC562B;
    border-radius: 5px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff !important;
    font-weight: bold;
}

.main-button:hover {
    background: #c95023;
    border-bottom: 2px solid #CC562B;
}

.footer-links {
    font-size:14px;
    padding-right:10px;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
