/*
Theme Name: Catch Kathmandu Child
Theme URI: https://catchthemes.com/themes/catch-kathmandu
Author: Catch Themes
Author URI: https://catchthemes.com
Description: Catch Kathmandu Theme is a fully responsive WordPress theme that looks elegant on any devices. It is simple, clean and lightweight full-fledged WordPress theme based on HTML5 and CSS3. The design is highly customizable and you can tailor the display to your taste with a few easy clicks. If you are looking for a clean professional space, which accommodates your visuals and yet provides you with ample amount of textual area, Catch Kathmandu is your perfect find. This theme is widely been used by Photographers, Bloggers, Corporate Houses and Universities. Translation ready and currently translated in French, Russian, Spanish, Polish, Brazilian Portuguese, Italian, German(SWITZERLAND), Japanese, Dutch, German and Danish languages. Check out Theme Instructions at https://catchthemes.com/theme-instructions/catch-kathmandu/, Support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/catch-kathmandu/
Version: 3.7.2
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: black, blue, gray, white, dark,light, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, front-page-post-form, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging, holiday
Text Domain: catch-kathmandu
Template: catch-kathmandu
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =child theme custom css
-------------------------------------------------------------- */
@import url("css/font-style.css");

body
{
    font-family: 'Play', sans-serif;
}
h1, h2, h3 {
    font-weight: 700;
}
.move-right ul
{
    float: right;
}
.copyright{
    float: left;
    margin-top: -30px;
}
ul.social-profile li.facebook a
{
    background-position: 0 -43px;
}
ul.social-profile li.twitter a {
    background-position: -44px -43px;
}
ul.social-profile li.google-plus a {
    background-position: -173px -43px;
}
ul.social-profile li.pinterest a {
    background-position: -216px -43px;
}
ul.social-profile li.you-tube a {
    background-position: -87px -43px;
}

/*media query
*/
@media only screen and (max-width:1024px) {
    .copyright{
        margin-top: 0px;
    }
    .move-right ul
    {
        text-align: center;
    }

}
