/*
Theme Name:     Grizzly Child
Description:    Child theme of the Grizzly Theme
Author:         Wegrass Interactive
Author URI:     http://wegrass.com
Template:       grizzly-theme
Version:        1.0
*/

/* ------- Insert custom styles below this line ------- */

.post-grid .photo-frame,
.app-frame .photo-frame {
	height: auto !important;
}

.textwidget .one_third {
	width: 100% !important;
}

input[type='text'], input[type='email'], .input-text {
    margin: 0;
    border: 1px solid #DDD;
    padding: 8px;
    font-family: arial;
    font-size: 14px;
    color: #888;
    width: 100%;
}

#black_button {
	width: 100px;
	height: 40px;
	color: #fff;
	background: #333333;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
}

#black_button:hover {
	opacity: 0.9;
}

.mp-button {
	width: 140px;
	display: none;
	min-height: 66px;
}

.mp-button1 {
	margin-right: 6px !important;
}

.mp-button.apple-button span,
.mp-button.google-play-button span {
	padding-left: 65px !important;
	padding-right: 9px !important;
	min-height: 48px;
}

.mp-button.Array {
	display: inline-block !important;
}

.app-frame .app-info {
	min-height: 57px;
}

#sidebar .hide-on-side {
	display: none !important;
	padding: 0 !important;
}

.wpcf7-validation-errors,
.wpcf7-spam-blocked {
	display: none !important;
}

@media (max-width:760px) {

	#widget-social-2 .social_wrap {
		text-align: center;
	}

	#text-10 {
		text-align: center;
	}

	#text-10 img {
		display: inline-block;
		margin: 0 !important;
	}

}

@media (max-width:640px) {

#wpcf7-f6210-p5881-o1 input,
#wpcf7-f6210-p5881-o1 textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.logo_bar {
		position: static !important;
		width: 100% !important;
		clear: both !important;
	}

	.logo_bar img {
		margin: 0 auto 10px auto !important;
		display: block !important;
	}

	#cookiePopupText {
		margin: 0 15px !important;
		clear: both !important;
	}

	.button_bar {
		position: static !important;
		clear: both !important;
		width: 100% !important;
		padding: 0 20px 5px 0 !important;
	}

	.button_bar button {
		padding: 5px 10px !important;
		margin: 5px auto 0 !important;
		display: block !important;
	}

	.google-play-button small {
		min-width: 86px !important;
	}

}

