/*
 Theme Name:   Eco Karen
 Theme URI:    http://www.ecokaren.com/wp-content/themes/twentysixteen-childtheme
 Description:  A Twenty Sixteen child theme 
 Author:      
 Author URI:   http://www.ecokaren.com/
 Template:     twentysixteen
 Version:      1.0.0
*/

@import url("../twentysixteen/style.css");

@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900&subset=latin-ext,tamil');
/*font-family: 'Catamaran', sans-serif;*/

@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light');
/*font-family: 'Shadows Into Light', cursive;*/

@import url('https://fonts.googleapis.com/css?family=Lobster');
/*font-family: 'Lobster', cursive;*/


@font-face {
	font-family: 'Chiller';
	src: url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/Chiller-Regular.eot');
	src: url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/Chiller-Regular.eot?#iefix') format('embedded-opentype'),
		url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/Chiller-Regular.woff2') format('woff2'),
		url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/Chiller-Regular.woff') format('woff'),
		url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/Chiller-Regular.ttf') format('truetype'),
		url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/Chiller-Regular.svg#Chiller-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Kitten Swash';
    src: url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/KittenSwash.eot');
    src: url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/KittenSwash.eot?#iefix') format('embedded-opentype'),
        url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/KittenSwash.woff2') format('woff2'),
        url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/KittenSwash.woff') format('woff'),
        url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/KittenSwash.ttf') format('truetype'),
        url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/KittenSwash.svg#KittenSwash') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kitten Swash Monoline';
    src: url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/KittenSwashMonoline.eot');
    src: url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/KittenSwashMonoline.eot?#iefix') format('embedded-opentype'),
        url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/KittenSwashMonoline.woff2') format('woff2'),
        url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/KittenSwashMonoline.woff') format('woff'),
        url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/KittenSwashMonoline.ttf') format('truetype'),
        url('http://www.mamaslikeme.com/wp-content/themes/ecokaren/fonts/KittenSwashMonoline.svg#KittenSwashMonoline') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*---------------------------------------------------- style.css start ------------------------------------------------------------*/

html {
    margin-top: 0 !important;
}


body {
    background-position: center top !important;
    background-repeat: no-repeat !important;
    font-family: 'Catamaran', sans-serif !important;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #382c2f !important;
    overflow-x: hidden;
}
    
h1, h2, h3, h4, h5, h6 {
    font-family: 'Catamaran', sans-serif;
    font-weight: normal;
    color: #62494f !important;
}
h3{
    font-size:27px}    
    
h4{
    font-size:21px
    } 
h5 {
    font-size: 17.5px;
}    
    
html{
   font-family: 'Catamaran', sans-serif;
    }    

body {
    background: transparent;
}
a {
    color: #326329 !important;
    text-decoration: none !important;
    font-weight: 600;
}
a:hover, a:focus {
    color: #326329 !important;
    text-decoration: none !important;
}
p {
    letter-spacing: 1px;
}
li {
    list-style-position: inside;
}
ul, ol {
    margin: 0 !important;
}
.site {
    margin: 0;
    background-color: transparent;
}

.site-header {
    margin:0px;
    padding: 0;
}

.site-header .container {
    position:relative
}
.site-inner {
    max-width: 100%;
}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
    height: 0;
}
.content-area {
    float: left;
    margin-right: 0;
    width: 100%;
}
.site-content {
    padding: 0;
}
#colophon {
    padding: 0;
}
.site-main {
    margin-bottom: 0;
}
.entry-content h2, .entry-summary h2, .comment-content h2 {
    margin-top: 0px;
    margin-bottom: 5px;
}

a {
    color: #e8711d;
}
a:hover {
    color: #e8711d;
}

.main-navigation {
    margin: 0;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 19px 51px 1em;
    padding: 0;
    font-size: 27px;
    color: #777;
}
.button.add_to_cart_button.product_type_simple {
    color: #ec008c;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #303030;
    font-size: 1.25em;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    outline: none;
    outline-offset: -4px;
}


/*---------------------------------------------------- style.css end ------------------------------------------------------------*/