/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
input[type=submit] {
	background-color: #fff!important;
	border: 2px solid #000;
	border-radius: 5px;
	color: #000;
}
input[type=submit]:hover {
	background-color: #000!important;
	border: 2px solid #000;
	color: #fff;
}





/* ################ CABEÇALHO ################ */
#site-header.top-header #site-logo {
    padding: 0!important;
}
#site-header.top-header #site-logo #site-description h2 {
    margin-top: 22px;
}
@media only screen and (max-width: 525px) {
	#site-header.top-header #site-logo #site-description h2 {
		margin-top: 16px;
	}
}
#site-header.top-header #site-logo #site-logo-inner {
    float: left!important;
}





/* ################ CONTEÚDO ################ */
#main #content-wrap {
    padding-top: 0px!important;
}
.archive #main #content-wrap, .category #main #content-wrap, .page #main #content-wrap {
    padding-top: 0px!important;
}
.single-post #main #content-wrap {
    padding-top: 30px!important;
}
.single-post.content-max-width .thumbnail {
    max-width: 800px;
}




/* ################ PLUGINS ################ */
/* Feed do Instagram */
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
    padding: 9px 16px!important;
    font-size: 14px!important;
    -moz-border-radius: 22px!important;
    -webkit-border-radius: 22px!important;
    border-radius: 22px!important;
}
/* Contact Form 7 */
.wpcf7-submit {
	border: 2px solid!important;
}