/*
Theme Name:   Simplekey Child
Theme URI:    http://www.themevan.com/simplekey-child/
Description:  Simplekey Child
Author: ThemeVan
Author URI:  http://www.themevan.com
Template:     simplekey
Version:      1.24
Tags: one-column,flexible-width,custom-colors,custom-menu,theme-options,translation-ready
Text Domain:  simplekey
*/

@import url("../simplekey/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
body {
    color: #666666;
    font: 18px/1.5em Arial,sans-serif;
    word-wrap: break-word;
}
#featured .oneColumn #firstTitle, #featured .twoColumns #firstTitle {
    font-family: "Oswald"!important;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
#featured .oneColumn #firstTitle {
    font-size: 9em!important;
    margin-bottom: 30px!important;
}
}
@media only screen and (max-width: 320px) {
#featured .oneColumn #firstTitle {
    font-size: 3em!important;
    margin-bottom: 10px!important;
}
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
#featured .oneColumn #firstTitle {
    font-size: 9em!important;
    margin-bottom: 30px!important;
}
}

@media only screen and 
(max-device-width : 480px) {
#featured .oneColumn #firstTitle {
    font-size: 3em!important;
    margin-bottom: 10px!important;
}
}
.page-area hgroup.title h1, .page-area hgroup.title h1 strong {
   font-size: 48px;
   font-weight: normal;
   margin-bottom: -20px !important;
}

#container .page-area {
    height: auto;
    padding: 60px 30px 80px;
}

.entry p {
    margin-bottom: 10px;
}

