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

/* Parent stylesheet should be loaded from functions.php not using @import */
@font-face {
  
  font-display: swap;
}



#ssb-container {
	top:75%;
}

.box {
	display: flex;
    flex-direction: row;
}

@media (max-width:768px) {
	
	.box :nth-child(1) { 
		order: 2; 
}
	.grecaptcha-badge { visibility: hidden; }
}
@media (max-width:600px) {
	

}
	
}



