/*
Theme Name: wildrice solutions
Theme URI: http://underscores.me/
Author: Wildrice Solutions
Author URI: https://wildricesolutions.com
Description: a Bootstrap Underscores WordPress theme by wildrice solutions
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wildricesolutions
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

wildrice solutions is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/****************************************************************************************************
	CUSTOM WILDRICE SOLUTIONS THEME STYLES
 ****************************************************************************************************/

/* --------------------------------------
   Page Styles
   -------------------------------------- */

body {
	background: url('assets/images/bg_lg.jpg') top center/cover no-repeat fixed;
	padding-top: 60px;
	position: relative;
}

.logged-in .navbar-fixed-top {
  top: 32px;
}

.text-big {
	font-size: 2.5em;
}

/* --------------------------------------
   Section Block Styles
   -------------------------------------- */

/***** general section styles *****/
.block {
	padding: 80px 15px;
}
.block h2 {
	font-size: 2.5em;
	text-transform: uppercase;
}

/***** intro section styles *****/
.container-wrap-intro {
	background: rgba(0, 0, 0, 0.5);
}

.block-intro {
	padding: 285px 15px 200px;
	text-align: center;
}

.block-intro h1 {
	color: white;
	font-size: 48px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

/***** services section styles *****/
.container-wrap-services {
	background: white;
}
.block-services-image {
	margin: 30px 20px;
}
.container-wrap-services p {
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
}
.container-wrap-services .lead {
	text-align: center;
}

/***** ribbon appeal section styles *****/
.container-wrap-ribbon-appeal {
	background: rgba(20, 90, 149, 0.85);
	color: white;
	text-align: center;
}

/***** works section styles *****/
.container-wrap-works {
	background: white;
}
.project-container {
	height: 250px;
	margin: 10px auto 25px;
	position: relative;
	width: 250px;
}
.project-image {
	backface-visibility: hidden;
	border: 1px solid #333;
	display: block;
	height: auto;
	opacity: 1;
	transition: .5s ease;
	width: 100%;
}
.project-overlay {
	height: 250px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: .5s ease;
	width: 250px;
}
.project-container:hover .project-image {
	opacity: 0.1;
}
.project-container:hover .project-overlay {
	opacity: 1;
}
.project-text {
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	padding: 25px;
}

/***** testimonials section styles *****/
.container-wrap-testimonials {
	background: rgba(248, 168, 75, 0.85);
	color: #333;
	text-align: center;
}
#carousel-testimonials .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -50px;
	margin-right: -19px;
}
#carousel-testimonials .carousel-indicators li {
	border: 1px solid #333;
}
#carousel-testimonials .carousel-indicators .active {
	background: #333;
}
#carousel-testimonials .carousel-inner .item {
	min-height: 300px;
	padding: 0 10%;
}
#carousel-testimonials .carousel-inner > .item p:first-child {
	font-size: 1.3em;
	font-style: italic;
}

/***** about section styles *****/
.container-wrap-about {
	background: #333;
	color: white;
}
.text-about {
	font-size: 1.2em;
	line-height: 1.8em;
	padding-top: 6px;
}

/***** contact section styles *****/
.container-wrap-contact {
	background: rgba(0, 0, 0, 0.5);
	color: white;
}
.container-wrap-contact .form-group {
	margin: 20px 0;
}
#txtAltEmail {
	display: none;
}

/* --------------------------------------
   Footer Styles
   -------------------------------------- */

footer {
	background: #333;
	color: white;
	padding: 20px;
}
footer i {
	color: white;
}
footer a,
footer a:active,
footer a:link,
footer a:visited {
	color: #e0e0e0;
	text-decoration: underline;
}
footer a:hover {
	color: white;
	text-decoration: none;
}
footer .text-gratis {
	color: #333;
}
footer .popover .popover-title {
	color: #333;
	font-weight: bold;
}
footer .text-gratis a,
footer .text-gratis a:active,
footer .text-gratis a:link,
footer .text-gratis a:visited {
	color: #337ab7;
	text-decoration: underline;
}
footer .text-gratis a:hover {
	color: #23527c;
	text-decoration: none;
}
.text-legal {
	color: #333;
	font-size: .85em;
	text-align: justify;
}
.text-legal hr {
	border-color: #333;
}
.text-legal a,
.text-legal a:active,
.text-legal a:link,
.text-legal a:visited {
	color: #333;
}
.text-legal a:hover {
	color: #333;
}

/* --------------------------------------
   Bootstrap Overrides
   -------------------------------------- */

.navbar-brand {
	height: 60px;
	padding: 5px 15px;
}
.navbar-brand>img {
	max-width: 100%;
}
.navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar-toggle {
	margin-top: 13px;
}
.btn {
	padding: 15px 40px;
	text-transform: uppercase;
}
.lead {
	margin-bottom: 40px;
}

/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {

  #wpadminbar {
    display: none;
  }

	body {
		background: url('assets/images/bg_sm.jpg') top center/cover no-repeat fixed;
	}

	.navbar-brand {
		max-width: 75%;
	}

	.btn {
		display: block;
		width: 100%;
	}

	.text-big {
		text-align: center;
	}

	.block-intro {
		padding: 75px 15px 100px;
	}

	.block-intro h1 {
		font-size: 30px !important;
	}

	.project-overlay {
		opacity: 1;
	}
	.project-image {
		opacity: 0.1;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {

	body {
		background: url('assets/images/bg_md.jpg') top center/cover no-repeat fixed;
	}

  .text-big {
		text-align: center;
	}

	.block-intro {
		padding: 50px 15px 100px;
	}

	.block-intro h1 {
		font-size: 36px;
	}

	.project-overlay {
		opacity: 1;
	}
	.project-image {
		opacity: 0.1;
	}

}

/* Large desktop */
@media (min-width: 1200px) {

}
