/*-----------------------------------------------------------------------------------

	Theme Name: Edge Child
	Theme URI: https://visualmodo.com
	Author: Jared S Dias
	Author URI: https://visualmodo.com
	Description: <strong>Edge Child Theme</strong> - <a href="https://visualmodo.com">https://visualmodo.com</a>. Follow us for update notifications:<br/> <a href='http://twitter.com/visualmodo'>Twitter</a><br/> | <a href='http://www.facebook.com/visualmodo'>Facebook</a>
	Template: edge
	Version: 1.0.0
	Text Domain:  vslmd
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: translation-ready, threaded-comments, theme-options, sticky-post, post-formats, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background, fluid-layout

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

*/


/* --------------------------------------------
	Custom CSS
-------------------------------------------- */
/* --	forms    -- */
input[type="number"] {
	width: 36% !important;
	display: inline-block !important;
}

.wpcf7 select {
	width: 36% !important;
	display: inline-block !important;
}

.wpcf7 select:not([size]):not([multiple]) {
	height: calc(1.75rem + 2px) !important;
}

.bbpress #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content, .bbpress #bbpress-forums fieldset.bbp-form input#bbp_topic_tags, .bbpress #bbpress-forums fieldset.bbp-form input#bbp_topic_title, .bbpress #bbpress-forums fieldset.bbp-form select#bbp_stick_topic_select, .bbpress #bbpress-forums fieldset.bbp-form select#bbp_topic_status_select, .bbpress .bbp-search-form form input#bbp_search, .form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
	margin: 4px 0 !important;
	padding: 0 .75rem !important;
}

input[name="text-982"],  
input[name="text-983"]{
	width: 76% !important;
	display: inline-block !important;
}

@media (max-width: 479px){
	input[name="text-982"],  
	input[name="text-983"],
	input[type="number"] {
		width: 100% !important;
		display: block !important;
	}}
		

/* --	buttons forms   -- */

.btn-outline-secondary, .hotel-booking-search .hb-submit button, .wpcf7 input[type=submit] {
    color: #fff !important;
	background-color: #6dab3c !important;
    border-color: #6dab3c !important;
}

.btn-outline-secondary:hover, .hotel-booking-search .hb-submit button:hover, .wpcf7 input[type=submit]:hover {
    background-color: #7ebf45 !important;
    border-color: #7ebf45 !important;
}

/* --	links in forms   -- */
.wpcf7 a {
	color: #6bc919 !important;
}

.wpcf7 a:hover {
	color:#ada;
}

/* --	align center for pics in posts    -- */
img.aligncenter {
	display: block;
}

	
/* --	tabelka w Polityce Prywatności na komórki   -- */
@media (max-width: 767px){
.post-417 table {
	font-size: 0.7rem;
	}
.post-417 table tr td:nth-child(3) {
	word-break: break-all;	
	}
}
