/*
Theme Name:   blackandwhite child theme
Description:  Write here a brief description about your child-theme
Author:       Michał Klabisz
Author URL:   Write here the author's blog or website url
Template:     blackandwhite
Version:      1.0
Text Domain:  blackandwhite-child
*/

@import url('https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800&subset=devanagari,latin-ext');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
html, 
body,
button,
input,
select,
textarea,
.main-navigation a,
.slider p,
.featured-info p,
.featured-link, .featured-link:visited,
.read-up,
.press-info h1,
.press-info p,
.more-stories,
.entry-meta,
.site-footer,
.site-description,
.top-nav a {
    font-family: 'Mukta', sans-serif;
}

.site-footer {
    color: #000;
    background: #fff;
}

#site-navigation {
    background: #fff;
    color: #000;
}

#site-navigation a,
#site-navigation a:active,
#site-navigation a:hover,
#site-navigation a:visited
{
    color: #000;
}

.nav-search {
    float: right;
    margin-right: 0;
}

.top-nav {
    display: none;
}

.site-branding {
    max-width: 100%;
}

#main {
    color: #000;
}

#main header,
.entry-title {
    color: #efefef;
    border: 0;
}

#main h1
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
    color: #efefef;
}

.main-navigation a,
.main-navigation a:active,
.main-navigation a:hover,
.main-navigation a:visited {
    font-size: 20px;
    font-weight: bold;
}

a,
a:active,
a:hover,
a:visited {
    font-size: 20px;
    font-weight: bold;
}

.social-media-icons li a {
    padding: 0;
    font-size: 10px;
}

.social-media-icons li a i,
.social-media-icons li a i:hover,
.social-media-icons li a i:active,
.social-media-icons li a i:visited {
    color: #000;
}

.footer-socials {
    text-align: left;
    float: left;
    margin: 25px 0 0 0;
}

.press-info {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.press-info:hover {
    cursor: pointer;
}
.press-info h1 {
    font-family: 'Playfair Display', Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 0.12em;
    margin-bottom: 8px;
}
.press-info p {
    font-family: 'Playfair Display', Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
}
.col-footer-left .textwidget{
    text-align: left;
}

.col-footer-middle {
    width: 38%;
    text-align: center;
    margin: 0 auto;
    padding-left: 8%;
}
.footer-title {
    color: #32373c;
}

.ms-slide-info .ms-info {
    color: #fff;
}

.search-field {
    display: none;
}

#main header, .entry-title {
    color: #969696; 
}

.press .press-info a,
.press .press-info a:active,
.press .press-info a:hover,
.press .press-info a:visited
{
    color: #fff;
}

.press-info > p {
    display: none;
}

.press {
    border: 0;
}

.entry-meta {
    display: none;
}