/*
Theme Name: wasimo
version:0.1
*/

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

a {
    text-decoration: none;
	color: #e74c3c;
  
   }
 
p {
line-height:24px;
color:#222;
font-size:16px;
	
}
a img,
iframe{
border:none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	margin: 10px 0;
	
}
h1 {
    line-height: 43px;
    font-size: 36px
}

h2 {
    line-height: 35px;
    font-size: 30px
}

h3 {
    line-height: 30px;
    font-size: 24px
}

h4 {
    line-height: 22px;
    font-size: 18px
}

h5 {
    font-size: 15px
}
.main-content{
 margin-top: 30px;
 margin-bottom: 60px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    color:#777;	
    }
    .breadcrumb a {
    color: #fa5738;
    text-decoration: none;
    }

input:focus {
    outline: none;
}

/*--------------------------------------------------------------
# - Forms
--------------------------------------------------------------*/

input[type="text"] {
	border: 1px solid #e1e1e1;
    padding: 6px 12px;
    color: #444;
    letter-spacing: 1px;
	
}
input[type="submit"] {
	color: #fff;
    background-color: #e74c3c;
    padding: 6px 12px;
    border: 1px solid #e74c3c;
}

/*----------------------
    Post/Page
-----------------------*/

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

h2.entry-title{
    font-size:20px !important;
    font-weight:500;
	
   }

h2.entry-title a{
    color: #435177;
  }

p.product-cats{
	font-size:14px;
	color:#777;
}
.product-cats a{
    font-size: 14px;
    color: #9c41f0;
	
}
/*----------------------
    Archive
-----------------------*/
.page-header{
	background-color: #ffffff;
    padding: 26px 20px;
    margin-bottom: 30px;
}
.archive-title{
    margin: 0;
    padding: 0;
	font-family: 'Roboto', sans-serif;
    color: #303030;
    line-height: 1.4;
}

/* 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{
	font-size:30px !important;
	font-family: 'Roboto', sans-serif;
}
.entry-content p{
 font-size: 16px;
 line-height:24px;
	
}

.box-info p{
 margin-bottom:10px;
}
.box-info strong{
 font-family: 'Roboto', sans-serif;
 font-size:15px;
}
/*--------------------------------------------------------------
# - 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;
    line-height: 24px
    
}
.entry-tags a:hover {
    background-color: #fff!important;
    border: 1px solid #f2f2f2;
    color: #2f4686;
    
}

h5.sm-title{
	font-size: 18px;
		
}
h5.sm-title a{
 color: #333;
}

.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;
}

.main-menu{
	background-color:#fff;
	padding:20px;
	
}
#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;
    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;
}
/*--------------------------------------------------------------
# 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;
    color: #777;
    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;
}

 /*----------------------
    site footer
-----------------------*/
 
footer {
   padding: 20px;
   background-color: #ffffff;
}

footer a {
  color: #333;
  display: inline-block;
  font-size: 15px;
}
footer a:hover{
   color:#e74c3c;
}

footer p {
font-size: 15px;
color: #333;

}
