/*
Theme Name: Free Fonts
version:0.1
*/

body {  
    margin: 0;
    font-size: 16px;
    background-color: #f7f7f7;
    font-family: Arial, sans-serif;
    color: #333;
}

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

p {
	line-height:24px;
	color:#222222;
}


h1,
h2,
h3,
h4,
h5,
h6{
	color: #222222;
	margin-bottom: 30px;
}

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

    color:#777;
	
}
.breadcrumb a {
    color: #fa5738;
    text-decoration: none;
}
.main-content{
	margin-top: 60px;
	margin-bottom: 60px;
}

/*----------------------
    Menu
-----------------------*/
.navbar{
	background-color:#292a2b;
}
.main-menu{
	background-color:#fff;
	padding:20px;
	border-bottom: 3px solid #d2cece;
}
#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;
    margin-right: 18px;
    margin-left: 18px;
    position: relative;
}

#navigation-wrapper .top-menu li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
    color: #222;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#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 {
 color: #ff6c6c;
}


input:focus {
    outline: none;
}


input[type="submit"] {
    color: #fff;
    background-color: #1fc093;
    padding: 4px 12px;
    border: 1px solid #1fc093;
}
div.hd-search #searchsubmit {
	
	padding: 3px 12px;
	border: none;
	vertical-align: top;
}
 
/*----------------------
    Post/Page
-----------------------*/
.card{
	border: none;
	margin-bottom:24px;
	background-color: #fff;
	
	 
 }
h2.entry-title{
	margin-top:5px;
	margin-bottom:12px;
	font-size:21px;
	font-weight:400;
}
h2.entry-title a{
	color: #333;
}

.product-cats a{
	font-style: italic;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #9c41f0;
	font-weight: normal;
}
.archive-title,
.heading,
.page-title{

	color: #333;
    font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.4;
	
	
}

/* Blog List page */


.padding-content{
	padding:26px;
	background-color:#ffffff;
}
.card-title{
	color: #333;
    font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
.entry-content p{
	font-size: 18px;
	line-height:24px;
	color:#222222;
}
table{
	font-size: 16px;
	margin-top: 24px;
}
table,td,th{
	border: 1px solid #e3e3e3;
	
}


.box-info span{
 font-weight:bold;
}
/*--------------------------------------------------------------
# - Entry tags single post
--------------------------------------------------------------*/

.entry-tags {
    margin-top: 20px;
}
.entry-tags a {
    display: inline-block;
    margin: 0 2px 2px 0;
    padding: 0.3em 0.7em;
    background-color: #f2f2f2!important;
    border: 1px solid #f2f2f2;
    color: #2f4686;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px !important;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    line-height: 24px
    
}
.entry-tags a:hover {
    background-color: #fff!important;
    border: 1px solid #f2f2f2;
    color: #2f4686;
    
}
h4.related-title{
	margin-top:1em;
	font-size:20px;
	font-weight:bold;
	color:#222;
}
.title3{
	font-size: 18px;
}
.title3 a{
	color: #2f4686;
}

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

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

.post-pagination a:hover {
  background-color: #4f9eda;
}

.post-pagination span {
    opacity: 0.7;
    background-color: red;
}

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

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

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
 .widget-item{
    background-color: #fff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    padding: 20px;
}

 .widget-item .widget-title {
    margin-top: 0;
	background-color: #292a2b;
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
	 padding:  10px;
}
 .widget-item select {
    width: 100%;
    border: 1px solid #eeeeee;
    padding: 6px 8px;
}
.widget-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-item ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 10px;
}
 .widget-item  ul li ul {
    padding-left: 15px;
    border-top: 1px solid #eeeeee;
    margin-top: 6px;
}

 .widget-item  ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
 .widget-item  ul li:first-child {
    padding-top: 0;
}

.widget-item  ul li a {
    color: #222222;
    line-height: 26px;
    font-size: 16px;
}

.widget-item  a:hover {
    color: #e74c3c;
}

 /*----------------------
    Tags
-----------------------*/

.tagcloud a {
    background-color:#eee;
    color: #333;
    display: inline-block;
    font-size: 13px !important;
    padding: 5px 10px;
    margin-right: 2px;
    margin-bottom: 5px;
}
 .tagcloud a:hover {
	 background: #fa5738;
	 color: #ffffff;
   }
 
 
footer {
   padding: 20px;
   background-color: #ffffff;
}

footer ul li {
   display: inline-block;
}
footer ul li a {
  color: #1e263e;
  display: inline-block;
  margin-right: 20px;
  font-size: 15px;
}
footer ul li a:hover{
   color:#e74c3c;
}

footer p {
margin: 0;
color: #1e263e;
}
