/*
 Theme Name:   Adaption Child
 Theme URI:    http://subtitle.ca/adaption-child/
 Description:  Subtitle Designs website
 Author:       Derek Fong
 Author URI:   http://subtitle.ca
 Template:     adaption
 Version:      1.0.0
 Tags:         responsive-layout
 Text Domain:  adaption-child
*/


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


/* =Theme customization starts here
-------------------------------------------------------------- */

article,
details,
figcaption,
figure,
/* 
aside,
header,
footer,
main,
nav,
 */
section {
    font-family: "Lusitana", "Arimo", sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}

h1 {
  font-size: 35.6px;
  font-size: 3.56rem;
}

.hentry,
.page-header {
    margin: 0 40px;
    padding: 0px;
}

.widget-areas .widget-area .widget.widget_text .textwidget .genericon {
    width: 28px;
    height: 28px;
    font-size: 24px;
    vertical-align: middle;
    color: #666666;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    width: 98%;
}

.search-form input.search-field {
    padding: 4px;
}

.content-area .search-form .search-submit {
    display: block;
    margin-top: 5px;
}

.content-area .search-form input.search-field {
    padding: 2px;
}

.site-footer .site-info ul.copyright {
    list-style: none;
    margin: 0;
}

.site-footer .site-info ul.copyright li {
    display: inline;
}

.site-footer .site-info ul.copyright li:after {
    margin: 0 5px;
    content: "\5c0";
}

.site-footer .site-info ul.copyright li:last-child:after {
    margin: 0;
    content: "";
}

@media print {
    #lang_sel_footer {
        display: none;
    }
}
