/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.widget ul li {
    border-bottom: 1px dashed #1e73be;
    padding: 20px 0;
	  font-size: 16px;
    font-family: 'Montserrat', sans-serif
}


.sidebar .widget {
    background-color: #ffffff;
    line-height: 1.6;
}


h2 {
    font-weight: 600;
    color: #f1c40f;
}


h4, h5, h6 {
    font-size: 22px;
}


.header-widget {
    max-width: 800px;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* STYLES GO HERE */
	.header-widget {
    max-width: 100%!important;
}
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* STYLES GO HERE */
	.header-widget {
    max-width: 100%!important;
}
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* STYLES GO HERE */
	.header-widget {
    max-width: 100%!important;
}
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* STYLES GO HERE */
	.header-widget {
    max-width: 100%!important;
}
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* STYLES GO HERE */
	.header-widget {
    max-width: 100%!important;
}
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* STYLES GO HERE */
	.header-widget {
    max-width: 100%!important;
}
}
 
/* iPhone 5 (portrait & landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
/* STYLES GO HERE */
	.header-widget {
    max-width: 100%!important;
}
}
 
/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
/* STYLES GO HERE */
	.header-widget {
    max-width: 100%!important;
}
}
 
/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
/* STYLES GO HERE */
	.header-widget {
    max-width: 100%!important;
}
}


/* KONTEN AREA ----- */

.inside-article .read-more {
    font-weight: 500;
    border: solid 1.5px #4ea0d8;
    background: transparent;
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
    float: right;
    margin: 45px 10px 10px 10px;
}


nav#nav-below.paging-navigation span.page-numbers.current {
    font-weight: 700;
    border: solid 1px #8DBF42;
    background: #8DBF42;
    padding: 5px 10px 5px 10px;
	  margin: 20px 5px 20px 5px;
    color: #fff;
	  line-height: 2.5em;
}


nav#nav-below.paging-navigation a.page-numbers {
    font-weight: 600;
    border: solid 1px #8DBF42;
    background: transparent;
    padding: 5px 10px 5px 10px;
	  margin: 20px 5px 20px 5px;
	  line-height: 2.5em;
}


article {
    font-family: 'Roboto', sans-serif
}


article {
    font-weight: 400;
    text-transform: none;
    font-size: 17px;
    line-height: 1.7;
}

blockquote {
    font-size: 1.1em;
    line-height: 0.9em;
}


.pea_cook_wrapper.pea_cook_bottomright {
    margin-bottom: 25px;
}