/*
 Theme Name:     Nexus Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/Nexus/
 Description:    Nexus Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Nexus
 Version:        1.0.0
*/
 
@import url("../Nexus/style.css");
 
/* =Theme customization starts here */

span.textarea-376 textarea {
	height: 400px;
	width: 80%;
}

#wpcf7-f6142-p16-o1 form input[type="text"], #wpcf7-f6142-p16-o1 form input[type="tel"], #wpcf7-f6142-p16-o1 form input[type="email"], #wpcf7-f6142-p16-o1 textarea {
	border: 1px solid #888;
	color: #3e3e3e;
	font-size: 14px;
	padding: 6px;
}

#wpcf7-f6142-p16-o1 form input.wpcf7-submit {
	padding: 8px 18px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #cc0000;
	border-radius: 7px;
	background: #cc0000;
	color: #fff;
	box-shadow: 0 4px 0 #861b1b;
	cursor: pointer;
}

	#wpcf7-f6142-p16-o1 form input.wpcf7-submit:hover {
		position: relative;
		top: 2px;
		box-shadow: 0 2px 0 #861b1b;
	}
	
body.page-id-6382 div#breadcrumbs {
	display: none;
}

body.page-id-6382 article {
	text-align: center;
}

.ra-iframe {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 4x3 Aspect Ratio */
.ra-iframe-4x3 {
  padding-bottom: 75%;
}
 
.ra-iframe iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

form#sidebarpdf input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #3e3e3e;
	font-size: 14px;
	padding: 8px;
}

form#sidebarpdf input.submit {
	padding: 6px 12px;
	display: block;
	font-size: 18px;
	font-weight: 600;
	background: #fff;
	border: 1px solid #cc0000;
	border-radius: 7px;
	background: #cc0000;
	color: #fff;
	box-shadow: 0 4px 0 #861b1b;
	cursor: pointer;
	margin: 12px auto;
}

form#freereport {
	width: 300px;
	display: block;
	background-color: #fff;
border: 1px solid #e0e0e0;
margin: 20px auto 40px;
padding: 20px 10px 14px;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
text-align: center;
}

form#freereport input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #3e3e3e;
	font-size: 14px;
	padding: 8px;
	display: block;
	margin: 0 auto 10px;
	width: 200px;
}

form#freereport input.submit {
	padding: 6px 12px;
	display: block;
	font-size: 18px;
	font-weight: 600;
	background: #fff;
	border: 1px solid #cc0000;
	border-radius: 7px;
	background: #cc0000;
	color: #fff;
	box-shadow: 0 4px 0 #861b1b;
	cursor: pointer;
	margin: 12px auto;
}


.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	max-width: 500px;
	margin: 0 auto 30px;
}

.flexbox-container > div.left {
	width: 30%;
	padding: 10px;
}

.flexbox-container > div.right {
	width: 70%;
	padding: 10px;
	padding-top: 70px;
}

.flexbox-container > div:first-child {
	margin-right: 20px;
}

body.page-id-6617 article h2, body.page-id-6617 article h3 { font-weight: 600; }

body.page-id-6617 ol.guide li {
	margin-bottom: 10px;
}

