/*
Theme Name: download fonts
version:0.1
*/

body {  
    margin: 0;
    background-color: #ededed;
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #333;
}

a {
 text-decoration: none;
 color: #e74c3c; 
}

a:active,a:focus,a:hover {
    outline: 0;
    text-decoration: none;
}

p {
line-height: 1.6;
font-size:16px;
color:#333;
	
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  color:#777;	
 }

.breadcrumb a {
  color: #fa5738;
  text-decoration: none;
 }

@media (min-width: 1600px) {
    .container {
        max-width: 1520px !important;
    }
}
input:focus {
  outline: none;
}

/*--------------------------------------------------------------
# - Forms
--------------------------------------------------------------*/
input[type="text"] {
 border: 1px solid #e1e1e1;
 font-size: 13px;
 padding: 6px 12px;
 color: #444;
 letter-spacing: 1px;
	
}
input[type="submit"] {
 color: #fff;
 font-size: 13px;
 background-color: #dc3545;
 padding: 6px 12px;
 border: 1px solid #dc3545;
}

/*----------------------
    Navbar
-----------------------*/
.navbar{
 background-color: #1f1d3e;
}

.main-menu{
    background-color: #fff;
    padding: 15px 0;
    margin: 10px 0 10px 0;
   
  }
  
   #navigation-wrapper .top-menu {
    text-align: center;
  
  }
  
  #navigation-wrapper ul.top-menu,
  #navigation-wrapper .top-menu ul {
    padding: 0;
    margin: 0;
  }
  
  #navigation-wrapper .top-menu li {
    display: inline-block;
    list-style: none;
  }
  
  #navigation-wrapper .top-menu li a {
    display: block;
    color: #3f3e3e;
    border: 1px solid #3f3e3e;
    padding: 0 10px;
    margin: 5px 3px;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 2px;
    cursor: pointer;
    line-height: 35px;
    border-radius: 3px
  }
  
  #navigation-wrapper ul.top-menu li.current-menu-item > a,
  #navigation-wrapper ul.top-menu li.current_page_item > a,
  #navigation-wrapper .top-menu li a:hover {
    background-color: #3f3e3e;
    color: #fff;
  }

/*----------------------
    Post/Page
-----------------------*/
.card{
 margin-bottom:24px;
 border:none;
 background-color: #fff;
}

.post-title{
 font-size: 20px !important;
}
.post-title a{
 color: #1d2a52;
}

.archive-h1{
  color: #1d2a52;
  font-size: 28px;
  font-weight: 600;		
}


/* button style */
.btn {
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px
}

.btn:focus {
    box-shadow: 0 0 0 .2rem #eff2f9
}

.btn-xl {
    padding: 12px 24px;
    font-size: 18px
}

.btn-sm {
    padding: 4px 8px;
    font-size: 12px
}

.btn-xs {
    padding: 2px 10px;
    font-size: 11px
}

.btn-round {
    border-radius: 30px
}

.btn-blue,.btn-danger,.btn-dark,.btn-info,.btn-pink,.btn-primary,.btn-purple,.btn-secondary,.btn-success,.btn-warning {
    color: #fff
}
.btn-primary {
    background-color: #3161ec;
    border: 1px solid #3161ec;
    -webkit-box-shadow: 0 2px 6px 0 rgba(77,121,246,.5);
    box-shadow: 0 2px 6px 0 rgba(77,121,246,.5)
}

.btn-outline-primary.active,.btn-outline-primary:active,.btn-outline-primary:hover,.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-primary.active,.btn-primary.disabled,.btn-primary.focus,.btn-primary:active,.btn-primary:disabled,.btn-primary:focus,.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.open>.dropdown-toggle.btn-primary,.show>.btn-outline-primary.dropdown-toggle,.show>.btn-primary.dropdown-toggle,a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #3567f5!important;
    border: 1px solid #3567f5
}

.btn-outline-primary.focus,.btn-outline-primary:focus,.btn-primary.focus,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(77,121,246,.3)!important;
    box-shadow: 0 0 0 2px rgba(77,121,246,.3)!important
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #658bf7
}

.btn-success {
    background-color: #1ecab8;
    border: 1px solid #1ecab8;
    -webkit-box-shadow: 0 2px 6px 0 rgba(30,202,184,.5);
    box-shadow: 0 2px 6px 0 rgba(30,202,184,.5)
}

.btn-outline-success.active,.btn-outline-success:active,.btn-outline-success:hover,.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.btn-success.active,.btn-success.disabled,.btn-success.focus,.btn-success:active,.btn-success:disabled,.btn-success:focus,.btn-success:hover,.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.open>.dropdown-toggle.btn-success,.show>.btn-outline-success.dropdown-toggle,.show>.btn-success.dropdown-toggle {
    background-color: #1bb4a4;
    border: 1px solid #1bb4a4
}

.btn-outline-success.focus,.btn-outline-success:focus,.btn-success.focus,.btn-success:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(30,202,184,.3)!important;
    box-shadow: 0 0 0 2px rgba(30,202,184,.3)!important
}

.btn-white {
    background-color: #fff;
    color: #50649c;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 1px 4px .25px #dbe0ec;
    box-shadow: 0 1px 4px .25px #dbe0ec;
}

.btn-outline-white.active,.btn-outline-white:active,.btn-outline-white:hover,.btn-outline-white:not(:disabled):not(.disabled).active,.btn-outline-white:not(:disabled):not(.disabled):active,.btn-white.active,.btn-white.disabled,.btn-white.focus,.btn-white:active,.btn-white:disabled,.btn-white:focus,.btn-white:hover,.btn-white:not(:disabled):not(.disabled).active,.btn-white:not(:disabled):not(.disabled):active,.open>.dropdown-toggle.btn-white,.show>.btn-outline-white.dropdown-toggle,.show>.btn-white.dropdown-toggle,a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover {
    background-color: #f2f2f2!important;
    border: 1px solid #f2f2f2
}

.btn-outline-white.focus,.btn-outline-white:focus,.btn-white.focus,.btn-white:focus,.btn-white:not(:disabled):not(.disabled):active:focus,.show>.btn-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 1px 4px .25px #dbe0ec!important;
    box-shadow: 0 1px 4px .25px #dbe0ec!important;
}
.ribbon {
    position: absolute;
    top: 0;
    padding: 6px;
    left: -5px;
    color: #fff;
	font-size: 13px;
}

.ribbon:before {
    position: absolute;
    top: 31px;
    left: 0;
    content: "";
    border: 3px solid transparent;
}

.ribbon.ribbon-pink {
    background-color: #ff5da0;
}

.ribbon.ribbon-pink:before {
    border-top-color: #ff5da0;
    border-right-color: #ff5da0;
}

.ribbon.ribbon-secondary {
    background-color: #4ac7ec;
}

.ribbon.ribbon-secondary:before {
    border-top-color: #4ac7ec;
    border-right-color: #4ac7ec;
}
/* Blog List page */
.font-images{
 display: flex;
 justify-content: center;
 align-items: center;
 background-color: #fff;
}

.padding-content{
  padding:26px;
  background-color:#ffffff;
  margin-bottom:30px;
}
h1.card-title{
 color: #1d2a52;
 font-size: 28px;
 font-weight: 600;
}

.box-info p{
 margin-bottom:15px;
}
.box-info strong{
 font-family: 'Roboto', sans-serif;
 font-size:15px;
 color:#4c546c !important;
}

/*--------------------------------------------------------------
# - Single more post
--------------------------------------------------------------*/
.bg-newsletters{
  background-color: #635ebe;
}
.newsletters-text h4{
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}

h5.sm-title{
 font-size: 18px; 	
}

h5.sm-title a{
 color: #1d2a52;
}


/* Pagination */
 .post-pagination {
    margin: 40px auto 20px;
    text-align: center;
}

.post-pagination a, .post-pagination span {
    display: inline-block;
    padding: 5px 15px;
    background-color: #000;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
    
}

.post-pagination a:hover {
    background-color: #ff4200;
    color: #fff;
    
}

.post-pagination span {
    background-color: #ff4200;
    color: #fff;
}

.post-pagination a:first-of-type {
    margin-right: 5px;
}

.post-pagination .previous-span {
    margin-right: 10px;
} 

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
   padding: 25px;
   background-color: #ffffff;
}

footer ul li {
   display: inline-block;
}
footer ul li a {
  color: #2f4686;
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
footer ul li a:hover{
   color:#e74c3c;
}

footer p {
margin: 0;
color: #2f4686;
font-size: 14px;
}
