/*
Theme Name:     YFile Dynamic News
Description:    IDIS modifications to Dynamic News child theme.
Template:       dynamic-news-lite
*/
@import url('../dynamic-news-lite/style.css');

/* Your CSS code goes here
-------------------------------------- */
p.wp-caption-text {font-weight:normal !important;
font-size:.8em;}

em{font-style: italic !important;}

@media only screen and (min-width: 60em) {
.slide-text {width:200px !important;}
}

.content-excerpt .more-link {
    margin: .1em;
    padding: 0 10px 0 10px;
}


@media only screen and (min-width: 60em) {
.wide-layout #header {
    padding: .5em 0.5em;
}

}


.main-navigation-menu a {
    margin: .7em 1em .7em 0;
    padding: .3em;
}


.widget ul {
    list-style: circle;
    padding: 0px 2px 5px 10px;
    color: #555;
}

#header {
    padding: .5em;
}


@media only screen and (max-width:80em) {
#york-logo img {float:left;max-width:10%;padding-top:8px;padding-left:5px;}
#logo { float: right; max-width: 15%;  padding: auto;}
}

@media only screen and (min-width: 20em) {
#york-logo img {float:left;max-width:25%;min-width:120px;padding:10px 0 5px 10px;}

#logo { float: right; min-width:100px; max-width:20%;  padding: 15px 10px 5px 0;}

.mobile-header-none #logo {
    float: right;
    width: 25%;
    text-align: right;
    padding: 0;
}

.sidebar-navigation-toggle {
    padding: .7em !important;
}

#mainnav-toggle {
    padding:.7em !important;
}

}

#frontpage-slider .zeeslide .slide-title {
    text-transform: none !important;
}

#frontpage-slider .zeeslide img {
    border-radius: 15px 15px 0 0;
}

.page-title, .entry-title {
    text-transform: none;
}

.widget {
    border-radius: 15px;
}


.widgettitle {  border-radius:5px;  }

.archive-title {
    color: #333;
    font-weight: bold;
    text-transform: none;
    font-size: 20pt;
}
