/*
Theme Name: Bootstrap Iroc: Child Theme
Theme URI: 
Author: Iroc Web Design Services
Author URI: http://www.irocwebs.com
Template: bootstrap-iroc
Description: Bootstrap v.3 theme
Version: 1.0.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: bootstrap-iroc
Domain Path: /languages/
Tags: white, gray, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/

/**
 * --------------------------------------------------------------
 * CUSTOM FONTS
 * --------------------------------------------------------------
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

/**
 * --------------------------------------------------------------
 * CUSTOM STYLES
 * --------------------------------------------------------------
 */


/*FONT STYLING*/
h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #61b8e3;
  font-size: 48px;
  text-align: center;
}

.fakeh1 h2 {
  font-size: 48px;
  margin-top: 0;
}

h2 {
  font-family: "Montserrat", sans-serif;
  color: #61b8e3;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  line-height: 1.3;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #61b8e3;
  font-weight: 700;
}

h4 {
  font-size: 22px;
  color: #61b8e3;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 25px;
}

h5 {

}

h6 {

}

body {
  /*
  background-image: url();
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #FFF;
  */
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  color: #39343a;
  line-height: 1.5;
}

#body-wrapper-home a, #body-wrapper a {
  color: #61b8e3 !important;
}

.mec-single-event-description p, .mec-single-event-description li {
  font-size: 13pt !important;
  color: #000 !important;
  line-height: 1.65 !important;
}

/*HOME PAGE*/
.whitetile {
  background: #fff;
  padding: 50px 30px;
}

.whitetile h3 {
  margin-bottom: 25px;
}

.whitetile p {
  font-size: 18px;
}

.takeaction h3, .missionvision h2 {
  font-size: 48px;
}

.takeaction p {
  font-size: 22px;
  font-weight: 300;
}

/*PROTECT YOUR GAME*/
#protectyourgame {
  background: #000;
  padding: 30px;
}

#protectyourgame h2, #protectyourgame h3 {
  color: #fff;
  text-transform: uppercase;
}

#protectyourgame h2 span {
  color: #4ea0e5;
}

#protectyourgame h4 {
  text-align: center;
}

#protectyourgame h4, #protectyourgame p, #protectyourgame li {
  color: #000;
}

#protectgamecol1, #protectgamecol2, #protectgamecol3, #protectgamecol4, #protectgamecol5 {
  padding: 30px;
  border-radius: 25px;
}

#protectgamecol1 {
  background: #4ea0e5;
}

#protectgamecol2 {
  background: #e97bee;
}

#protectgamecol3 {
  background: #b4b4b4;
}

#protectgamecol4 {
  background: #7ed957;
}

#protectgamecol5 {
  background: #fff;
}

/*SUBPAGES*/
.sub-page-title {
  padding: 30px 0 45px;
}

.centertext {
  text-align: center;
}

.blacktext h2, .blacktext h4, .blacktext p, #body-wrapper-home .blacktext a {
  color: #000 !important;
}

.staffblock p {
  color: #666267;
  margin: 0;
}

/*HEADER*/
#header {
  background: #C0C5CA;
}

#nfvccheaderlogo {
  max-width: 150px;
  margin: 0 auto;
}

/*FOOTER*/
#footerlogo {
  max-width: 200px;
  margin: 0 auto;
}

#footericons i {
  font-size: 23px;
  padding: 0 15px;
}

#footericons a {
  color: #61b8e3 !important;
}

#site-footer {
  text-align: center;
  font-size: 18px;
  padding: 80px 20px;
}

#site-footer, #site-footer-copyright {
  background: #39343A;
}

#site-footer-copyright {
  font-size: 10pt;
}

#site-footer, #site-footer-copyright, #site-footer-copyright a, #site-footer-copyright a:hover, #site-footer h4 {
  color: #fff !important;
}

/*BUTTONS*/
.ow-button-base a, .evf-submit {
  border: none !important;
  font-size: 18px !important;
  padding: 15px 45px !important;
  background: #61b8e3 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ow-button-base a:hover, .evf-submit:hover {
  text-decoration: underline !important;
}

.ow-button-base a span, .evf-submit, .ow-button-base a span:hover, .evf-submit:hover {
  color: #000 !important;
}

.evf-submit {
  float: right;
}

/*ACCORDIONS*/
.sow-accordion-panel-header {
  background: #fff !important;
  border-left: 5px solid #61b8e3 !important;
  border: 1px solid #C0C5CA;
  color: #000 !important;
}

/*EVEREST FORMS*/
button.calculator-trigger {
	font-size: 25px;
}

.g-recaptcha {
	padding-left: 0;
	padding-right: 0;
	transform: scale(0.77);
	-webkit-transform: scale(0.77);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	margin-top: 21px;
}

/*WORDPRESS POSTS*/
.post-date, .archive.category .post-date {
  font-size: 10pt;
}

.single-post .post-date {
  padding-bottom: 20px;
}

.single-post img {
  max-width: 100%;
  height: auto;
  padding: 30px 20px;
}

.archive.category .type-post {
  border-bottom: 1px solid #eee;
  padding: 40px 15px !important;
  margin-bottom: 0px;
}

.archive.category .entry-summary {
  display: none;
}

#sidebar-left .widget, #sidebar-right .widget {
  padding: 20px;
  background: #eee;
  border-radius: 20px;
}

/*BACK TO TOP*/
.cd-top {
  background-color: #000;
}

body .uwy.userway_p3 .userway_buttons_wrapper {
  left: calc(100vw - 7px) !important;
}

/**
 * --------------------------------------------------------------
 * MEDIA BREAKPOINTS
 * --------------------------------------------------------------
 */

/* Extra-Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
	.g-recaptcha {
		margin-top: 0px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.g-recaptcha {
		margin-top: 0px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.g-recaptcha {
		margin-top: 30px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}