@charset "UTF-8";
/*
Theme Name: fcr
Theme URI: https://www/themes/fcr/
Author: Elmastudio
Author URI: http://www/
Description: fcr is a flexible, modern and timeless WordPress theme with a crisp, sofiticated design perfect for your business website or blog.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fcr
Tags: one-column, two-columns, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, theme-options, translation-ready

* @version 1.0.3 */

#wpadminbar {
	display: block;
}
body {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: rgb(60, 60, 60);
	background-color: #f3f5fb;
}
::selection,
::-moz-selection {
	background-color: black;
	color: white;
	text-shadow: none;
}
a,
a:hover {
	text-decoration: none;
	color: rgba(0, 105, 180, 1);
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ul, ol {
	list-style-position: inside;
	padding-left: 0;
}
embed, iframe, object {
  max-width: 100%;
}
img, video {
  height: auto;
  max-width: 100%;
}
audio, video {
  display: inline-block;
}


/*-----------------------------------------------------------------------------------*/
/* Alignments
/*-----------------------------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	text-align: left;
	margin: 8px 40px 24px 0;
}
.alignright {
	display: inline;
	float: right;
	text-align: right;
	margin: 8px 0 24px 40px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/* Galleries
/*-----------------------------------------------------------------------------------*/
.gallery {
	margin-bottom: 32px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0 4px;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------*/
#masthead {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 10vh;
	width: 100%;
	z-index: 500;
	background-color: rgba(255, 255, 255, 1);
	padding-left: 5%;
	padding-right: 5%;
}
.brand {
	height: 32px;
	width: 64px;
	display: inline-block;
	background-image: url(images/fcr-srl-logo.png);
	background-size: 64px 32px;
}
.site-title {
	display: none;
	margin-bottom: 0;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: 500;
}
.site-description {
	display: none;
	color: rgba(0, 105, 180, 1);
}

/*-----------------------------------------------------------------------------------*/
/* Hero Content
/*-----------------------------------------------------------------------------------*/
.custom-header {
	position: relative;
	height: 100vh;
	min-width: 100%;
	background-image: url(images/fcr-srl-header.jpg);
	background-size: auto 100%;
	background-position: center right;
	color: rgb(255, 255, 255);
	overflow: hidden;
	padding-left: 5%;
}
.trapezoid {
	position: absolute;
	top: 0;
	right: 50%;
	height: 100%;
	width: 100%;
	background: rgba(0, 105, 180, 1);
	  transform:skew(25deg,0);
	-ms-transform:skew(25deg,0);
	-webkit-transform:skew(25deg,0);
}

/*-----------------------------------------------------------------------------------*/
/* Site Nav
/*-----------------------------------------------------------------------------------*/
.mobile-btn {
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	height: 12px;
	width: 18px;
	z-index: 10000;
	border: none;
	outline: none;
	background: none;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-top: 3px solid black;
	border-bottom: 3px solid black;
}
.mobile-btn span {
	display: none;
}
#site-nav {
	display: none;
	position: absolute;
	width: 100%;
	top: 10vh;
	left: 0;
	background-color: rgb(255, 255, 255);
	padding-top: 15px;
	padding-bottom: 15px;
}
#site-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#site-nav ul li {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-align: center;
}
#site-nav ul.list-group-flush {
	display: none !important;
	position: absolute;
	top: 10vh;
	left: 50%;
	width: 270px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: rgb(255, 255, 255);
	z-index: 10000;
	text-align: center;
}
#site-nav ul.list-group-flush li {
	display: block;
	padding: .75rem 1.25rem;
	line-height: 1.5;
}
#colophon #site-nav {
	margin-top: 30px;
}
#colophon #site-nav ul {
	text-align: center;
}
#colophon #site-nav ul li:hover > ul.list-group-flush {
	display: none !important;
}
#colophon #site-nav ul li {
	line-height: 1.5;
}
/*-----------------------------------------------------------------------------------*/
/* Page
/*-----------------------------------------------------------------------------------*/

.page #primary {
	padding-top: 15vh;
	padding-bottom: 10vh;
}
.page .row {
	margin-bottom: 30px;
}
.page .row:last-of-type {
	margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/
#colophon {
	background: rgb(60, 60, 60);
	color: rgb(255, 255, 255);
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 14px;
}
#colophon a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: rgb(255, 255, 255);
}
#colophon a:hover {
	color: rgb(255, 255, 255);
}

/*-----------------------------------------------------------------------------------*/
/* Contact Form
/*-----------------------------------------------------------------------------------*/
.wpcf7-form-control-wrap {
	position: initial !important;
}
.wpcf7-list-item {
	margin: 0 !important;
	display: initial !important;
}

/*-----------------------------------------------------------------------------------*/
/* Minimum width of 1200 pixels
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
.site-title,
.site-description {
	display: inline-block;
	margin-bottom: 0;
}
.mobile-btn {
	display: none;
}
#site-nav {
	display: block;
	position: relative;
	width: auto;
	top: initial;
	left: initial;
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}
#site-nav ul li {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 10vh;
	text-align: left;
}
#site-nav ul li:hover > ul.list-group-flush {
	display: block !important;
}
.hero-content-wrap {
	margin-top: 10vh;
}
}