@charset 'utf-8';
/*
 Theme Name:   Corredo Child
 Theme URI:    http://corredo.axiomthemes.com/
 Description:  Corredo Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com/
 Template:     corredo
 Version:      1.0
 Tags:         inheritable theme options
 Text Domain:  corredo
*/


/* =Theme customization starts here
-------------------------------------------------------------- */



@media only screen and (max-width:767px){
   
    .page_content_wrap .content_wrap {
        width: 100% !important;
    }
    .post_item_single > .post_meta {
        margin-bottom: 0px !important;
        padding-left: 17px;
        padding-right: 17px;
    }
    .scheme_default .nav-links-single .nav-links {
        padding: 10px;
    }
    .post_meta_single {
        padding: 10px;
    }
    .scheme_default .comments_form_wrap {
        padding: 10px;
    }
    .page_content_wrap {
		padding-left:10px;
		padding-right:10px;
	}
}

.page_content_wrap {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
}
@media (max-width: 1279px){
	.page_content_wrap {
		padding-top: 21px !important;
		padding-bottom: 21px !important;
	}
}
@media (max-width: 1023px){
	.page_content_wrap {
		padding-top: 21px !important;
		padding-bottom: 21px !important;
	}
}
@media (max-width: 767px){
	.page_content_wrap {
		padding-top: 21px !important;
		padding-bottom: 21px !important;
	}
}