/*
@Template Name: Kidzy
@Version: 1.0
@author themeum www.themeum.com
@copyright Copyright (c) 2016 themeum
@license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/

/* ==========================================================================
   Include Fonts
   ========================================================================== */


/* ==========================================================================
   Normalization
   ========================================================================== */
body{
	font-size: 16px;
    font-weight: 400;
    /*line-height: 1.5em;*/
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    margin: 0;
    line-height: 1;
}
h2{
	font-size: 1.75em;
}
ul,ol{
    margin: 0;
    padding: 0;
    /*list-style: none;*/
}
a,i{
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
	text-decoration: none;
    color: initial;
}
a:hover,a:focus,a:link{
    text-decoration: none;
    outline-offset: 0;
}
p{
    font-size: 1em;
    /*color: #6a6a6a;*/
	color: #000;
	line-height:1.5em;
}
.no-padding{
    padding: 0 !important;
}
.no-padding-left{
    padding-left: 0 !important;
}
.no-padding-right{
    padding-right: 0 !important;
}
input{
    padding: 0;
}
input:focus{
    outline: 0;
}
img{
    max-width: 100%;
}
iframe{
    border: 0;
    float: left;
    width: 100%;
}
/*main .content table td{
	padding-bottom:10px;
}*/
/* ==========================================================================
   End Normalization
   ========================================================================== */