/*
Theme Name: RuschOnePageWebsiteARI
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

/* COLORS

	silver-light: #BDC3C7 = 189, 195, 199
	silver-medium1: #919BA6 = 145, 155, 166
	silver-medium2: #707070 = 112, 112, 112
	silver-dark1: #434A50 = 67, 74, 80
	silver-dark2: #373D42 = 55, 61, 66

	grey-light1: #FCFCFE = 252, 252, 254
	grey-light2: #F5F5F5 = 245, 245, 245
	grey-medium1: #909091 = 144, 144, 145
	grey-medium2: #2C2C2C = 44, 44, 44
	grey-dark: #202326 = 32, 35, 38

	yellow-light: #F3FF83 = 243, 255, 131
	yellow-medium1: #F5FF64 = 245, 255, 100
	yellow-medium2: #FFC40D = 255, 196, 13
	yellow-dark: #D9A400 = 217, 164, 0

	orange-light: #FFDD73 = 255, 221, 115
	orange-medium1: #FFAB67 = 255, 171, 103
	orange-medium2: #FE8422 = 254, 132, 34
	orange-dark: #D24507 = 210, 69, 7

	red-light: #FF6E7A = 255, 110, 122
	red-medium1: #EC3645 = 236, 54, 69
	red-medium2: #F23030 = 242, 48, 48
	red-dark: #BD0F17 = 189, 15, 23

	pink-light: #CE406C = 206, 64, 108
	pink-medium: #C3325F = 195, 50, 95
	pink-dark: #9A284B = 154, 40, 75

	purple-light: #9D48F8 = 157, 72, 248
	purple-medium1: #7A43B6 = 122, 67, 182
	purple-medium2: #531398 = 83, 19, 152
	purple-dark: #19024B = 25, 2, 75

	green-light: #C3FF84 = 195, 255, 132
	green-medium1: #52C818 = 82, 200, 24
	green-medium2: #449D44 = 68, 157, 68
	green-dark: #0D633F = 13, 99, 63

	blue-light: #67ACFE = 103, 172, 254
	blue-medium1: #2C84EC = 44, 132, 236
	blue-medium2: #3366FF = 51, 102, 255
	blue-dark: #0B368F = 11, 54, 143

*/

.wpcf7-textarea, .wpcf7-text {
    width: 100%;
}

.btn-primary {
    margin-left: 15px;
}

.responsive {
    width: 100%;
}

.wf-body {
    margin-top: -30px;
}

.countdown_section {
	background-color: white !important;
}

.responsive-video {
	position: relative;
	height: 0;
	padding-top: 0;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio */
	overflow: hidden;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* FORMS by Manfred Fischer */

input, input[type], input[type="text"], select, textarea {
	width: 100%;
	margin-top: 3px !important;
	margin-bottom: 10px !important;
	padding: 10px !important;
	color: #2C2C2C !important;
	border: 1px solid #909091 !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[placeholder], input[type="placeholder"] {
	color: #2C2C2C !important;
}

input[type="checkbox"], input[type="radio"] {
    vertical-align: top !important;
    margin-right: 5px !important;
    height: 18px !important;
    width: 18px !important;
}

input[type="submit"] {
    height: auto !important;
    margin-bottom: .5em !important;
	padding: 1em 1.5em 1em 1.5em !important;
	color: #F5F5F5 !important;
	font-weight: bold !important;
	background: #F23030 !important;
	text-decoration: none !important;
	cursor: pointer !important;
}

	input[type="submit"]:hover, input[type="submit"]:active {
		color: #FFFFFF !important;
		background: #BD0F17 !important;
}

input[type="submit"], select {
	width: auto !important;
}

.elementor-2 .elementor-element.elementor-element-1c3a808 {
    color: rgb(57, 143, 20) !important;
}