/*
Theme Name: Oshin Child
Description: Oshin Child Theme
Author: Brand Exponents
Template: oshin
Version: 1.0
*/

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

/* --------- Customize CSS ------------- by -SB */

#header .semi-transparent .logo{
	padding: 10px 0;
    line-height: 50px;
}

.paypal-donations input[type='image']{
    width: 100%;
} 

body.header-transparent.semi #header .semi-transparent {
    background-color: rgba(0,0,0,0.36);
}

footer{
	padding-top: 25px!important;
    padding-bottom: 25px!important;
}

footer #bottom-widgets-wrap{
	text-align: center;
} 

footer #bottom-widgets-wrap .one-third:nth-child(n+2),
footer #bottom-widgets-wrap .one-third .widget_text .textwidget .tatsu-module + p{
	display: none;
}

footer #bottom-widgets-wrap .one-third{
	margin: 0 auto;
    width: 100%;
}

@media screen and (min-width: 1024px){
	#content #page-content .wpcf7 form.wpcf7-form p:nth-child(2){
		width: 49%;
		display: inline-block;
		margin-right: 15px;
	}

	#content #page-content .wpcf7 form.wpcf7-form p:nth-child(3){
		width: 49%;
		display: inline-block;
		margin-right: 0;
	}
}