/*
Theme Name:  Readable Child Theme
Theme URI:   https://www.proteusthemes.com/
Description: Child theme for the Readable theme
Author:      ProteusThemes
Template:    readable
Version:     1.0.0
*/


/* add custom CSS code bellow */

.widgetizedArea{
	padding-top:50px;
	padding-right:65px;
	padding-bottom:30px;
	padding-left:65px;
	background-color:rgb(255,255,255);
	margin-top:25px;
	margin-bottom:45px;
	border:1px solid #e4e4e4;
	font-size:18px;
	line-height:1.65;
	border-radius:6px;
}

@media screen and (max-width: 540px) {
    .widgetizedArea {
        padding:25px;
			margin-top:0px;
			margin-bottom:30px;
    }
}

h3,.wp_rp_excerpt {
  font-weight: 600;
	color:#2f343b;
	letter-spacing:-0.8px;
	font-size:30px;
}


.novice{
	background-size:contain !important;
}


	
	@media screen and (max-width: 900px) {
   .novice {
		 background-size:cover !important;
	
		}}

@media screen and (max-width: 540px) {
   .novice {
		 background-size:auto!important;
	
	}}
  
img.attachment-full:hover
{
-webkit-transform: scale(1.3);
-moz-transition:scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}

img.attachment-full
{
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-ms-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}