/*
 Theme Name:     f312 Child
 Template:       f312

*/

 
@import url("../f312/style.css");
 
 

/* Theme customization starts here */
.page_heading h1 {
    font-size: 40px!important;
    font-weight: bold!important;
    text-align: center!important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
    text-transform: uppercase!important;
	line-height:40px!important
}

#sidebar {
    background-color: #e1e1e1;
    margin-top: 50px;
}

.sidebar .widget, .wpb_widgetised_column .widget {
    margin-top: 20px;
}

@media only screen and (min-width: 1280px) {
.col.span_3_of_4 + #sidebar.col {
    padding-left: 10px!important;
}
}

#sidebar #searchform {
    margin-right: 10px;
}

@media only screen and (max-width: 763px) {
#sidebar #searchform {
    margin-left:10px;
}
}

.full_container_page_title.no_bm {
    padding: 27px 0!important;
}

.post_item.section {
    margin-top: 50px;
}
.breadcrumb {
	display:none!important;
}