/*
	Theme Name: uci
	Theme URI: https://iwebsite.co.il/
	Author: Alexander Genfon
	Author URI: https://iwebsite.co.il/

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Centric Charcoal
		- Centric Green
		- Centric Orange
		- Centric Purple
		- Centric Red
		- Centric Yellow
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 480px

*/
/*BLOCK project
    - questionnaire
    - faq
    - contact-page
    - contact-news



*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
html {
	font-size: 16px;
}


body {
	background-color: #fff;
	color: #2e2f33;
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #2e2f33;
	color: #fff;
}

::selection {
	background-color: #2e2f33;
	color: #fff;
}

a {
	color: #13afdf;
	text-decoration: none;
}

.content a:hover,
.sidebar a:hover,
a:hover {
	color: #2e2f33;
}

p {
	margin: 0 0 10px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: 5px;
}



button {
	outline: none;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Arimo', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.3333333333rem;
}

h3 {
	font-size: 1.1111111111rem;
}

h4 {
	font-size: 1rem;
}

h5 {
	font-size: 0.9444444444rem;
}

h6 {
	font-size: 0.8888888888rem;
}


/* Icons
--------------------------------------------- */

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #2e2f33;
	font-size: 1rem;
	font-weight: 300;
	line-height: 38px;
	padding: 0 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}


input ::-webkit-input-placeholder {color:#a3a3a3;}
input ::-moz-placeholder          {color:#a3a3a3;}
input :-moz-placeholder           {color:#a3a3a3;}
input :-ms-input-placeholder      {color:#a3a3a3;}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #2e2f33;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	line-height: 38px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #13afdf;
	color: #fff;
}

.button {
	display: inline-block;
}

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

button {
	outline: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 300;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
}

.site-inner {
	background-color: #fff;
	clear: both;
}



/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	padding: 0;
	width: 850px;

}

.home .content {
	padding: 0;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}
.main-form {
	padding: 50px 0;
	background-position: top 50% right 35%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/uci/images/header_full.jpg);
}
/* Primary Sidebar */

.sidebar-primary {
	float: left;
	max-width: 285px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	font-size: 24px;
}

.author-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.author-box-title {
	font-size: 1rem;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;

}
.form-search{
	margin-right: 8px;
	margin-top: 3px;
}
.site-header .search-form {
	float: right;
}

/*.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}*/

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.search-label{
	position: relative;
}
.search-label .icon-header{
	font-size: 14px;
	color: #b7b7b7;
	position: absolute;
	left: 1px;
	top: -6px;
	padding: 8px;
	z-index: 200;
}
.search-label .expanded{
	padding-right: 15px;
}
.icon-header{
	font-size: 14px;
	color: #b7b7b7;
}

.open-search .search-label input{
	width: 161px;
	padding-left: 30px;
	font-size: 13px;
}

.expanded {
	width: 161px !important;
}
.search-label input{
	padding: 0;
	width: 29px;
	height: 29px;
	border: 1.5px solid #b7b7b7;
	border-radius: 6px;
	padding-left: 28px;
	z-index: -10;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Titles
--------------------------------------------- */

.page-title {
	color: #fff;
	padding: 20px 0;
	text-align: center;
}

.entry-title {
	font-size: 3.75rem;
	color: #2d2d2d;
	margin: 10px 0 20px;

}
.page .entry-header h1 {
	padding: 24px 0;
	font-style: italic;
}
.entry-header h2{
	font-size:2.25rem;
	color: #2d2d2d;
	margin-bottom:0;
}

.content .entry-title a,
.sidebar .widget-title a {
	color: #2e2f33;
}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
	color: #13afdf;
}

.widget-title {
	font-size: 1.1125rem;
	margin-bottom: 38px;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 7px;

}

.footer-social .social-container span{
	font-size: 18px;
}


.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
	color: #fff;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone {
	display: inline-block;
}

/*img.alignnone,*/
/*.alignnone {*/
/*margin-bottom: 24px;*/
/*}*/

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}

.widget-area .widget:last-child {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */


/*contact-news
--------------------------------------------------------------------------------------------------------*/

.form-news{
	padding: 35px 25px;
	border-top: 3px solid #e9e9e9;
	background-color: #f2f2f2;
}
.form-news h2{
	color: #2d2d2d;
	font-size: 1.5625rem;
}
.form-news span.wpcf7-form-control-wrap{
	width:100%;

}
.form-news span.wpcf7-form-control-wrap input{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-news .wpcf7-form-control.wpcf7-submit{
	display: block;
	background: #df9f3a;
	font-size:1.3125rem;
	width:100%;
	margin: 10px 0 0 0;
}


.modalDialog{
	padding: 35px 25px;
	border-top: 3px solid #e9e9e9;
	background-color: #f2f2f2;
}
.modalDialog h2{
	color: #2d2d2d;
	font-size: 1.5625rem;
}
.modalDialog span.wpcf7-form-control-wrap{
	width:100%;

}
.modalDialog span.wpcf7-form-control-wrap input{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.modalDialog .wpcf7-form-control.wpcf7-submit{
	display: block;
	background: #df9f3a;
	font-size:1.3125rem;
	width:100%;
}



.news-sidebar{
	padding: 35px 10px 35px 20px;
	border: 1px solid #e9e9e9;
	margin-top: 40px;
}
.news-sidebar h2{
	color: #2d2d2d;
	font-size: 1.1875rem;
}
.news-sidebar ul li img{
	width: 52px;
	height: 52px;
	object-fit: cover;
	-o-object-fit: cover;
	display: inline-block;
	vertical-align: top;
}
.news-sidebar ul li p{
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
	width: 190px;
	padding-left: 10px;
}
.news-sidebar ul li p a {
    width: 100%;
    vertical-align: top;
    color: #2c2c2c;
    font-size: 0.9375rem;
    font-weight: 700;
    margin: -3px 0 10px;
}
.news-sidebar ul li {
    border-bottom: 1px dotted #ddd;
}
.news-sidebar ul li:last-child {
    border-bottom: none;
}


/* Slick slider

*/
.slick-initialized .slick-slide{
    padding-right: 2px;
}
.slick-slider{
	min-height: 450px;
}
.post-video{
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	outline:none;
}
.youtube-video a{
	width: 100%;
	min-height: 222px;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	background-position: center center;
}
.text-under-the-video{
	display: block;
	color: #2d2d2d;
	font-size: 1.3rem;
	width: 100%;
    font-weight: bold;
	text-align: left;
    margin: 14px 0 20px;
}

.post-video-link{
	position: relative;
}
.post-video-link:hover .play-btn{
	background-image: url("/wp-content/themes/uci/images/videoHover.png");
	transition: ease-out 0.3s;
}
.play-btn{
	width: 70px;
	height: 70px;
	z-index: 1000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-image: url("/wp-content/themes/uci/images/videoRegular.png");
	transition: ease-out 0.3s;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.youtube {
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 25px;
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.youtube iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.modalVideo{
	width: 100%;
	height: auto;
	display: none;
}
.post-article{
	width:565px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	outline:none;
}
.post-article >img{
	min-height: 223px;
	max-height: 223px;
}
.post-video >img{
	min-height: 223px;
	max-height: 223px;
}
.post-article p{
	display: inline-block;
	max-width: 500px;
}
.post-article h3{
	display: inline-block;
	max-width: 500px;
}
.post-article a{
	display: block;
	width:100%;
}
.post-article a span{
	display: inline-block;
	vertical-align: middle;
	color: #9e9e9e;
}
.post-article a img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.slider-news{
	margin-top:50px;

}
.slider-news h3{
	font-size: 2.25rem !important;
	color: #2d2d2d;

}
.slider-news h4{
	font-size: 1.3rem;
	margin-top: 5px;
	color: #2d2d2d;
}
.all-news{
	position: absolute;
	right:0;
	top: 0;
}
.all-news span{
	color: #9e9e9e;
	font-size: 1.0625rem;
	display: inline-block;
	vertical-align: middle;
}
.slider-news h4{
	margin: 25px 0 20px;
}
.all-news img{
	display: inline-block;
	vertical-align: middle;
	max-width:100%;
}
.slick-navigation{
	display: inline-block;
	width: 40px;
	height: 40px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color: #fff;
	border: 2px solid #d3d4d4;
	position: absolute;
	bottom:0;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	-ms-transition: ease-out 0.4s;
	-o-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
}
.slick-navigation:hover{
	border: 2px solid #df9f3a;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	-ms-transition: ease-out 0.4s;
	-o-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
}
.slick-navigation:hover .fa{
	color: #df9f3a;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	-ms-transition: ease-out 0.4s;
	-o-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
}
.slick-navigation .fa{
	color: #d3d4d4;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	-ms-transition: ease-out 0.4s;
	-o-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
	font-size: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.slick-navigation.next{
	right:0;
	z-index:999;
}
.slick-navigation.prev{
	right: 70px;
	z-index:999;
}
.testimonials{
    position: relative;
	height:230px;
	padding: 15px 18px 20px 22px;
}
.testimonials blockquote{
	margin: 0;
	color: #2d2d2d;
	font-size:1.1375rem;
	line-height: 25px;
}
.testimonials span{
	font-size:0.875rem;
	color: #9e9e9e;
}
.testimonials a{
	font-size:1.0625rem;
	color: #9e9e9e;
	margin-top: 10px;
	display: inline-block;
}
.testimonials h5{
	color: #606060;
	font-size:1.0625rem;
	margin-bottom: 10px;
}
.slick-slider.slider-testimonials{
	min-height: auto;
	height:210px;
	margin-top:20px;
	background-color: #fff;
	border-left: 30px solid #df9f3a;
}
.slick-slider.slider-testimonials .testimonials{
	height:210px;
}



/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons li a {
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

.simple-social-icons li a:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	position: relative;
	width: 100%;
	z-index: 999;
	padding: 16px 0 0 0;
}

.admin-bar .site-header {
	/*top: 32px;*/
}
.admin-bar .site-container {
	margin-top: 32px;
}
.admin-bar  .genesis-nav-menu .sub-menu {
	top: 146px;
}
/*.bumper {*/
/*min-height: 30px;*/
/*}*/

.site-header>.wrap {
	min-height: 80px;
}

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;

}
.container-for-input{
	display: inline-block;
	padding: 0px 14px 0px;
	border: 1.5px solid #b7b7b7;
	border-radius: 6px;
	margin: 3px 4px;
	line-height: 1.6;
}
.container-for-input span{
	color: #b7b7b7 ;
}
.container-for-input .fa{
	display: inline-block;
}
.container-for-input a{
	display: inline-block;
}
.header-contact{
	font-size: 13px;
	padding-left: 4px;
}
.social-container{
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 0px;
	margin-left: 14px;
	margin-top: 8px;

}
.social-container svg{
	width: 62%;
	height: 100%;
	color: #fff;
	fill: currentColor;
	z-index: 9999;
	text-rendering: optimizeLegibility;
}

.site-footer .social-container{
	margin-top: 0;
}
#search-icon{
	cursor: pointer;
}
.modalDialog{
	display: none;
}

/* Title Area
--------------------------------------------- */

.title-area {
	position: relative;
	float: left;
}




.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'Spinnaker', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #c2c2c2;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
	text-transform: uppercase;
}

.header-image .site-title > a {
	float: left;
	/*min-height: 80px;*/
	width: 100%;
}


.site-description,
.site-title {
	margin-bottom: 0;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #000;
	float: right;
	text-align: right;
	/*width: 540px;*/
}

.site-header .widget-area a,
.site-header .widget-area a:hover {
	color: #fff;
}

/* Shrink
--------------------------------------------- */

.site-header.shrink .wrap {
	background-color: rgba(255, 255, 255, 0.1);
	min-height: 60px;
	padding: 0 40px;
}

.shrink .site-title {
	font-size: 2rem;
}

.header-image .shrink .site-title {
	padding: 0;
}

.header-image .shrink .site-title > a {
	min-height: 60px;
}

.shrink .site-title a {
	background-size: 270px 60px !important;
}

.site-header.shrink .widget-area {
	padding-top: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	-webkit-font-smoothing: subpixel-antialiased;
	clear: both;
	font-size: 1rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	position: relative;
	padding: 0 0 16px 0;
	margin: 0 38px;
}
.genesis-nav-menu .menu-item-has-children .fa{
	position: absolute;
	right: -16px;
	top: 45%;
	-webkit-transform: translateY(-65%);
	-moz-transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	-o-transform: translateY(-65%);
	transform: translateY(-65%);
}


.genesis-nav-menu li a {
	color: #2d2d2d;
	display: block;
	line-height: 40px;
	font-size: 19px;

}
.genesis-nav-menu .menu-item a{
    font-weight: bold;
}
.genesis-nav-menu  .sub-menu li a{
    font-weight: normal;
}
.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: rgba(255, 255, 255, 0.1);
	color: #df9f3a;
}

.genesis-nav-menu .sub-menu {
	display: none;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	z-index: -99;
	position: fixed;
	width: 100%;
	text-align: right;
	top: 114px;
	left: 0;
	background-color: #fff !important;
	border-top: 1px solid #b2b2b2;
    padding: 50px 20%;
}

.toggle-menu{
	position: absolute;
	right:20px;
	top: 20px;
	display: none;
}



#sandwich {
	width: 34px;
	height: 23px;
	z-index:99999;
	position: relative;
	left: 10px;
	bottom: -10px;
}


#sandwich span {
	display: block;
	position: absolute;
	height: 3px;
	width: 30px;
	background: #d3531a;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#sandwich span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#sandwich span:nth-child(2) {
	top: 8px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#sandwich span:nth-child(3) {
	top: 16px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#sandwich.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}

#sandwich.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#sandwich.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 18px;
	left: 8px;
}
.genesis-nav-menu .sub-menu a {
	font-size: 21px;
	position: relative;
	color: #2d2d2d;
	padding: 2px 5px;
}

ul.genesis-nav-menu .sub-menu a:hover {
	color: #fff;
	background-color: #df9f3a;
	padding: 2px 5px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	/*position: static;*/
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	/*display: block;*/
	padding: 50px 20%;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
}

.genesis-nav-menu > .right > a {
	display: inline-block;
}

.genesis-nav-menu > .date {
	padding: 22px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu > .search input[type="search"] {
	font-size: 14px;
	padding: 12px 24px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
	width: 300px;
	padding: 0 38px 16px 38px;
	margin-right: 0;
	font-size: 27px;
}
.site-header .genesis-nav-menu li li span{
	font-size: 1.1875rem;
	text-transform: uppercase;
}
.site-header .genesis-nav-menu .sub-menu li{
	padding: 0;
}
.site-header .genesis-nav-menu li li:nth-child(even){
	/*margin-right: 100px;*/
	margin-right: 35px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	position: relative;
	z-index: 98;
	display: inline-block;
	text-align: right;
	float: right;
	padding: 10px 0 0 0;
}

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
	background-color: transparent;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\f333";
	font: normal 20px/1 'dashicons';
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}

/* Woocommerce cart
--------------------------------------------- */

.mini-cart {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	position: relative;
	cursor: pointer;
	border: 1px solid #cecece;
}

.mini-cart .nav-dropdown {
	min-height: 116px;
}

.nav-dropdown {
	min-width: 270px;
	width: auto;
	background-color: #fff;
	position: absolute;
	top: 101%;
	right: 0;
	left: auto;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	border-color: #1DBFDD;
	border-style: solid;
	border-width: 2px;
	-webkit-transition: opacity .2s, visibility 0.2s;
	-moz-transition: opacity .2s, visibility 0.2s;
	-ms-transition: opacity .2s, visibility 0.2s;
	-o-transition: opacity .2s, visibility 0.2s;
	transition: opacity .2s, visibility 0.2s;
	z-index: 99;
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
}

.mini-cart:hover .nav-dropdown,
.nav-dropdown.active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .2s ease-in-out visibility 0.2s;
	-moz-transition: opacity .2s ease-in-out visibility 0.2s;
	-ms-transition: opacity .2s ease-in-out visibility 0.2s;
	-o-transition: opacity .2s ease-in-out visibility 0.2s;
	transition: opacity .2s ease-in-out visibility 0.2s;
}

.shopping-cart-content {
	padding: 0 10px;
}


.mini-cart .cart-name {
	border-bottom: 1px solid #cdcdcd;
	font-size: 1.5rem;
	font-weight: 500 !important;
	line-height: 1.5rem;
	margin: 0 auto 15px;
	padding: 5px 0 10px;
	text-align: center;
	width: 100%;
	display: block;
}

.mini-cart .empty {
	margin: 0 0 5px;
}

.shopping-cart-content .total {
	margin: 10px auto;
	border-bottom: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	padding: 10px 0;
	font-size: 0.875rem;
}

.shopping-cart-content .buttons {
	margin: 0 0 0;
}

.shopping-cart-content .total strong {
	float: left;
	font-size: 0.875rem;
}

.mini-cart .shopping-cart-content .buttons a {
	width: 49%!important;
	font-size: 0.875rem;
	float: left!important;
	letter-spacing: 0;
	padding: 5px!important;
	background-color: #DD346E!important;
	border-radius: 0!important;
	border: 1px solid #DD346E!important;
	color: #fff!important;
	line-height: 1!important;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.shopping-cart-content .buttons a:first-child {
	margin-right: 2%!important;
}



/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */


/* Entries
--------------------------------------------- */

.content blockquote{
	background-color: #f5f5f5;
	margin: 0;
	padding: 40px 20px 40px 100px;
	margin: 30px 0;
}

.content blockquote p{
	margin-top: 0;
}
.content blockquote::before{
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #dedede;
	top: -20px;
	left: -60px;
	font-size: 2.5625rem;
}

.entry-content p{
	color: #606060;
	font-size: 1.1875rem;
	line-height: 1.4;
	margin-top: 30px;
	margin-bottom: 0;
    min-height: 75px;
}
.entry-content img{
	/*max-width: 540px;*/
	-o-object-fit: cover;
	object-fit: cover;
	max-height: 323px;
}
.content h3{
	font-size: 1.4375rem;
}
.content .entry-title{
	font-size: 3.75rem;
	line-height: 60px;
	margin: 50px 0;
}
.single-post .content .entry-title {
    font-size: 2rem;
    line-height: 1.5;
    margin: 50px 0;
    padding: 20px 5px 15px;
}

.entry {
	margin-bottom: 0px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #2e2f33;
	color: #ddd;
}

.block-rectangle{
	margin-top:45px !important;
	margin-bottom: 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:7px;
	overflow: hidden;
	background-color: #df9f3a;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(176,176,176,1);
	-moz-box-shadow: 0px 4px 4px 0px rgba(176,176,176,1);
	box-shadow: 0px 4px 4px 0px rgba(176,176,176,1);
	position: relative;
	text-align: center;
	padding:32px;
	z-index:5;
}
.block-rectangle span{
	display: block;
	font-size: 23px;
	color: #2d2d2d;
}
.block-rectangle a{
	color: #2d2d2d;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.block-rectangle img{
	height: 84px;
}
.textarea-rectangle{
	position: absolute;
	opacity:0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	z-index:10;
	padding-top: 20px;
	-webkit-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-ms-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.block-rectangle:hover .textarea-rectangle{
	opacity: 0.9;
	padding-top: 0;
	-webkit-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-ms-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.textarea-rectangle p{
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 10px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 1rem;
	line-height: 1.25;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}


.entry-categories,
.entry-tags {
	display: block;
	line-height: 1.25;
}

.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.entry-comments-link::before {
	content: "\f125";
	margin-left: 20px;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

.entry-time::before {
	content: "\f145";
}


/* After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 50px;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #2e2f33;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #13afdf;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.entry-comments,
.entry-pings {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 40px;
}

li.comment {
	border-left: 1px solid #e5e5e5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 20px;
	padding: 10px;
}

.comment-list li li {
	margin-right: -40px;
}

.comment-header a {
	color: #2e2f33;
}

.comment-header a:hover {
	color: #13afdf;
}

.comment-author,
.comment-reply-link {
	font-weight: 700;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 1rem;
	padding: 24px;
}


/*
questionnaire-----------------------------------*/

.question-container{
	border-bottom: 2px solid #bfbfbf;
	margin-bottom: 10px;
	padding: 25px 0;
}



.question-container img{
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin-left: 36px;
}
.question-container a{
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.question-container p{
	font-size: 	2.5rem;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-style: italic;
	color: #2d2d2d;
}
.question-container a{
	padding: 8px 57px;
	text-align: center;
	/*background: rgba(231,73,55,1);*/
	/*background: -moz-linear-gradient(top, rgba(231,73,55,1) 0%, rgba(211,47,32,1) 100%);*/
	/*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,73,55,1)), color-stop(100%, rgba(211,47,32,1)));*/
	/*background: -webkit-linear-gradient(top, rgba(231,73,55,1) 0%, rgba(211,47,32,1) 100%);*/
	/*background: -o-linear-gradient(top, rgba(231,73,55,1) 0%, rgba(211,47,32,1) 100%);*/
	/*background: -ms-linear-gradient(top, rgba(231,73,55,1) 0%, rgba(211,47,32,1) 100%);*/
	/*background: linear-gradient(top bottom, rgba(231,73,55,1) 0%, rgba(211,47,32,1) 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74937', endColorstr='#d32f20', GradientType=0 );*/
	max-width: 226px;
	background-color: #df9f3a;
	float: right;
	font-size: 1.0625rem;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {

	font-size: 1rem;
	margin-bottom: 0;
	padding: 30px 0;
}

.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: right;
}

.sidebar li {
	margin-bottom: 15px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	padding: 0 40px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #2b2b2b;
	clear: both;
	padding: 52px 0 0 0;

}
.footer-widgets .wrap{
	border-bottom: 1px solid #494949;
}
.footer-widgets,
.footer-widgets a {
	color: #959595;
}

.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets input {
	border-color: #fff;
}

.footer-widgets li {
	margin-bottom: 5px;
	width: 240px;
	display: inline-block;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 20%;
}


.footer-widgets-1,
.footer-widgets-2 {
	width: 42%;
}


.footer-widgets-4 {
	width: 40%;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 60px;
}
.footer-widgets-2{
	margin-right: 184px;
}
.footer-widgets-1{
	margin-right: 0;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	padding-bottom: 50px;
}

.footer-widgets-4 {
	float: right;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #2b2b2b;
	font-size: 0.875rem;
	padding: 30px 0 30px 0;
}

/*.site-footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}*/

.site-footer,
.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	float: right;
	direction: ltr;
}
.site-footer .footer-social{
	display: inline-block;
	vertical-align: middle;
}
.footer-social .social-container{
	width: 31px;
	height: 31px;
}




/*CONTACT PAGE
------------------------------------------------*/
.big-contact-form-container select{
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}

.big-contact-form-container p{
	font-size: 0.9375rem;
	color: #2d2d2d;
	padding-top: 15px;
}


.big-contact-form-container .wpcf7-form{
	max-width: 100%;
}
.big-contact-form-container span.wpcf7-form-control-wrap{
	width: 100%;
}

.big-contact-form-container h2{
	font-size: 1.5625rem;
	color: #2d2d2d;
	display: block;
	margin: 28px 0 13px;
}


.big-contact-form-container .wpcf7-form-control.wpcf7-submit{
	background: #df9f3a;
	margin-bottom: 95px;
}
.big-contact-form-container .wpcf7-validation-errors{
	clear: both;
	margin-top: 30px;
}
.big-contact-form-container span.wpcf7-not-valid-tip{
	padding: 6px;
    top: 5px;
}
.big-contact-form-container span.wpcf7-form-control-wrap input{
	margin-top:0;
}
.wrapper-big-form {
	background-color: #f2f2f2;
	border-top: 3px solid #e9e9e9;
	padding: 0 30px;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 50px;
}
.wrapper-big-form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.section-after-header-background{
	-webkit-box-shadow: inset 0px 9px 17px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 9px 17px -5px rgba(0,0,0,0.75);
	box-shadow: inset 0px 9px 17px -5px rgba(0,0,0,0.75);
}
.section-after-header-background img{
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
}

.contact{
	background-color: #f2f2f2;
	width: 100%;
	margin-bottom: 70px;
	border-top: 5px solid #e9e9e9;
	padding: 0 35px 25px 35px;
}
.contact form p:nth-child(4){
	display: block;
	width: 100%;
	clear: both;
}
.contact form p:nth-child(3){
	display: block;
	float: right;
	/*margin-left:24px;*/
}

.contact .wpcf7-form-control-wrap.your-email{
	width: 100%;
}
.contact .wpcf7-form-control-wrap.phone{
	width: 100%;
	margin-bottom: 10px;
}
.contact form p:nth-child(2){
	display: block;
	float: left;
}
.contact .wpcf7-form{
	max-width:100%;
}
.contact span.wpcf7-form-control-wrap input{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.contact span.wpcf7-not-valid-tip{
	top: 18px;
}
.contact span.wpcf7-form-control-wrap.your-message{
	width:100%;
}
.contact div.wpcf7-validation-errors{
	width: 100%;
}
.contact .wpcf7-form-control.wpcf7-submit{
	background: #df9f3a;
}
.contact-information{
	background-color: #2e2e2e;
	padding: 30px 25px 30px 25px;
	margin-top: 10px;
}
.contact-information .fa{
	color: #df9f3a;
}
.contact-information .fa, a{
	display: inline-block;
	font-size: 1rem;
}
.contact-information div{
	margin-bottom: 10px;
}
.contact-information div:last-child{
	margin-bottom: 0;
}
.contact-information a{
	color: #fff;
	margin-left: 15px;
}
.contact-information a:hover{
	color: #fff;
	text-decoration: underline;
}
.page .contact h2{
	margin: 40px 0 30px;
}
/*FAQ
---------------------------------------------*/
.section-after-header-background{
    min-height: auto;
}
.section-after-header-background img{
    width: 100%;
    height: auto;
}

.container-widget{
	background-position: center center;
	-webkit-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	padding: 50px 0 50px;
    margin: 15px 0 0;
}

.fb_iframe_widget{
	margin-top:20px;
}

.faq{
	position: relative;
	height:210px;
	background-color: #df9f3a;
	padding: 32px 20px;
	margin-top:20px;
	margin-bottom: 20px;
}
.faq ul{
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 30px 20px 20px;
	list-style-type: disc;
}
.faq span{
	position: absolute;
	background-color: #df9f3a;
	display: inline-block;
	left: 40px;
	top: 15px;
	padding: 0 5px;
	color: #fff;
	font-size: 1.3125rem;

}
.faq ul li{
	list-style-type: none;
	list-style-image: url("/wp-content/themes/uci/images/list_faq.png");
	list-style-position: inside;
}
.faq ul li .social-container{
	width: auto;
	height: auto;
	margin-right: 0;
	vertical-align: inherit;
	color: #fff;
	font-size: 1.1875rem;
}
.faq ul li .social-container:hover{
	text-decoration: underline;
}
/* Form validation
---------------------------------------------------------------------------------------------------- */
.wpcf7 p {
	margin: 0;
}
.wpcf7-form{
	max-width: 328px;
	margin: 0 auto;
}
.main-form-inside{
	margin-right: 5px !important;
    padding: 0 15px 15px;
    border-radius: 5px;
}
.main-form h2 {
    font-size: 2.9rem;
    margin: 0 0 25px 0;
    line-height: 1.2;
    color: #fff;
    max-width: 372px;
    width: 100%;
    font-style: italic;
    padding: 0 10px;
}
.main-form span {
    font-size: 1.75rem;
    line-height: 30px;
    color: #fff;
    max-width: 372px;
    display: inline-block;
    font-style: italic;
    font-weight: 300;
    padding: 0px 10px;
}

.fancybox-skin{
	padding: 0 !important;
	border: 1px solid #000 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;

}
.fancybox-skin .wpcf7-form-control.wpcf7-submit{
	display: block;
	margin: 10px auto 10px auto;
}
.fancybox-skin span.wpcf7-form-control-wrap input{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.modalDialog .wpcf7-form  span{
	color: #000;

}
div.wpcf7-validation-errors{
	width: 200px;
}
span.wpcf7-not-valid-tip {
	background: #f8f8f8 none repeat scroll 0 0;
	border-radius: 5px;
	cursor: pointer;
	color: #f00;
	display: block;
	font-size: 15px !important;
	margin: 0 1%;
	position: absolute;
	text-align: center;
	top: 14px;
	width: 98%;
	z-index: 99;
}
.main-form div.wpcf7-response-output{
	position: absolute;
	max-width: 328px;
	width: auto;
    bottom: -85px;
}
div.wpcf7-response-output {
	font-size: 14px;
	margin: 6px 0;
	padding: 0;
	z-index: 9;
	position: relative;
	background: #fff;
}
div.wpcf7 img.ajax-loader {
	border: medium none;
	margin-left: 4px;
	margin-top: 10px;
	position: absolute;
	right: 1%;
	vertical-align: middle;
}
span.wpcf7-form-control-wrap textarea {
    /* direction: rtl; */
    /* text-align: right; */
    max-height: 140px;
    max-width: 100%;
    min-height: 140px;
    min-width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}
span.wpcf7-form-control-wrap{
	width: 328px;
}
span.wpcf7-form-control-wrap input{

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
}
span.wpcf7-form-control-wrap {
	display: block;
	padding-bottom: 5px !important;
	position: relative;
}
.wpcf7-form-control.wpcf7-submit {
	display: inline-block;
	padding: 12px 65px;
	-webkit-border-radius: 5px;
	line-height: 22px;
	font-size: 1.25rem;
	margin: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(158,158,158,1);
	background: -moz-linear-gradient(top, rgba(158,158,158,1) 0%, rgba(171,171,171,1) 0%, rgba(168,168,168,1) 2%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left, top, left bottom, color-stop(0%, rgba(158,158,158,1)), color-stop(0%, rgba(171,171,171,1)), color-stop(2%, rgba(168,168,168,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(158,158,158,1) 0%, rgba(171,171,171,1) 0%, rgba(168,168,168,1) 2%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(158,158,158,1) 0%, rgba(171,171,171,1) 0%, rgba(168,168,168,1) 2%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(158,158,158,1) 0%, rgba(171,171,171,1) 0%, rgba(168,168,168,1) 2%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(158,158,158,1) 0%, rgba(171,171,171,1) 0%, rgba(168,168,168,1) 2%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#000000', GradientType=0 );
}

.husband-toggle{
	display: none;
}
.husband-toggle.is-open{
	display: block;
}
.hidden-child{
	display: none;
}
.hidden-child.is-open{
	display: block;
}
.hidden-child-husband{
	display: none;
}
.hidden-child-husband.is-open{
	display: block;
}
/* Stuff
*/
.abs-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#map {
	height: 230px;
}

.gallery-item-sizer, .gallery-item {
	width: 33%;
}

.content .post .entry-title,  .content .page .entry-title{
	margin: 0;
}
.post h2, .page h2{
	margin-top: 20px;
}
.content .entry-title{
	font-style: italic;
}
.center{
    text-align: center;
}
.post .entry-content img{
	width: 100%;
	height: auto;
	object-fit: cover;
	-o-object-fit: cover;
}
.post .entry-content{
	width: 100%;

}
.post.grid-item{
	margin-top: -10px;
	margin-bottom: 42px;
	border-top: 3px solid #df9f3a;
	background-color: #f2f2f2;
}
.content-post{
	padding: 0 20px 30px 20px;
}
.content-post p{
	font-size: 1.0625rem;
}
.content-post a{
	color: #df9f3a;
	font-size: 0.9375rem;
}
.post.status-publish.grid-item .entry-content .entry-title{
	font-size: 1.1875rem;
	color: #2d2d2d;
	margin-right: 20px;
	padding: 0 3px;
}
.blog .content .entry-title{
	line-height: 25px;
}
.post.status-publish.grid-item .entry-content .entry-title a{
	font-size: inherit;
}
.post.status-publish.grid-item .entry-content .entry-title a:hover{
	color: #df9f3a;;
}
.bottom-post{
	border-top: 1px solid #d9d9d9;
	padding: 15px 23px 15px 36px;
	color: #606060;
	font-size: 1rem;
}
 .content-sidebar-wrap .blog-title h2{
	font-size: 2.25rem;
	color: #2d2d2d;
	margin-bottom: 0;
	margin-top: 35px;
	font-style: italic;
}
 .content-sidebar-wrap .blog-title h1{
	font-size: 3.75rem;
	line-height: 60px;
	font-style: italic;
	margin-bottom: 40px;
}
.bottom-post span{
	display: inline-block;
	margin-right: 10px;
}
.bottom-post-left{
	float: right;
}
.bottom-post-right{
	float: left;
}
/*.site-footer .contact-information .fa{*/
    /*line-height: 1.7;*/
/*}*/
.container-for-input .fa{
    line-height: 1.7;
}
.site-footer .social-container{
    line-height: 1.7;
}
/*.site-header .social-container .fa{*/
    /*line-height: 1.4;*/
/*}*/
.site-header .social-container {
    line-height: 1.4;
}

.page404-background{
    text-align: center;
    margin-top: 130px;
	margin-bottom: 100px;
}

.span-404 {
    font-size: 2.3rem;
    color: #969599;
    margin-bottom: 14px;
    margin-top: 7px;
}
.span-big-404{
	font-size: 80px;
	font-size: 128px;
	font-weight: bold;
	}
.text-404{
    color: #A8A39C;
}
.btn-404	{
    font-size: 0.9rem;
    background-color: #df9f3a;
    margin: 43px 0 70px;
    padding: 3px 23px;
}
.content .btn-404:hover{
	color: #df9f3a;
	background-color: #fff;
	border:1px solid #df9f3a;
}

.grid {
    margin: 0 auto;
}
/* fluid 5 columns */
.grid-item{
	float: right;
}
/*.grid-sizer,*/
.grid-item { width: 22%; }


.positions{
	position: relative;
}
.positions a{
	position: absolute;
	right: 15%;
	bottom: 45px;
	font-size:1.0625rem;
	color: #9e9e9e;
	margin-top: 10px;
	display: inline-block;
}
.positions a:hover{
	color: #df9f3a;
}
.container-widget{
	margin: 15px 0 0;
}

.content .search-post{
	margin-top: 50px;
}

.search-post img{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 10px;
}
.entry-content .search-meta{
	margin-right: 0;
}
.search-meta li{
	display: inline-block;
}
.search-meta{
	list-style-type: none;
}
.search-meta li{
	border: none;
	padding: 0 5px;

}
.search-meta li + li{
	border-right: 1px solid #000;

}

.content .search-post .entry-title{
	font-size: 2.5rem;
	margin-bottom: 10px;
}
.content .search-post .entry-title a {
	line-height: 1;
	font-size: inherit;
}
.content .search-post .entry-content p{
	margin-bottom: 30px;
}
.btn-search-post{
	float: left;
	padding: 5px 10px;
	background-color: #df9f3a;
	color: #fff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	-ms-transition: ease-out 0.4s;
	-o-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
	border: 1px solid transparent;
}
.btn-search-post:hover{
	color: #df9f3a;
	background-color: #fff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	-ms-transition: ease-out 0.4s;
	-o-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
	border: 1px solid #df9f3a
}

.pagination{
	position: absolute;
	bottom: -100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.masonry-container{
    margin-bottom: 100px;
}
.archive-pagination .active a{
    color: #fff;
    background-color: #df9f3a;
}
.archive-pagination .active a:hover{
    color: #fff;
    background-color: #df9f3a;
}
.archive-pagination li a:hover{
    color: #fff;
    background-color: #df9f3a;
}

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

@media only screen and (max-width: 1360px) {

	.wrap {
		max-width: 1140px;
	}

	.content {
		width: 740px;
	}
	.question-container p{
		/*font-size: 25px;*/
		padding: 0 0 0 10px;
	}
	.footer-widgets li{
		width:200px;
	}
	.footer-widgets-1, .footer-widgets-2{
		width: 43%;
	}
	.footer-widgets-2{
		margin-right: 140px;
	}
	.site-header .genesis-nav-menu li li:nth-child(even){
		margin-right: 0;
	}
	.grid-item{
		width: 20%;
	}

}


@media only screen and (max-width: 1220px) {
	.grid-item{
		width: 28%;
	}
    .main-form h2{
        font-size: 2.7rem;
    }
	.wrap {
		max-width: 960px;
	}

	.content {
		width: 620px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 30px;
	}

	.footer-widgets-4 {
		width: 450px;
	}
	.contact span.wpcf7-form-control-wrap{
		width: 268px;
	}
	.genesis-nav-menu .menu-item:hover > .sub-menu{
		padding: 50px 15%;
	}
	.site-header .genesis-nav-menu li li:nth-child(even){
		margin-right: 0;
	}
	.genesis-nav-menu .menu-item{
		margin: 0 24px;
	}
	.question-container p{
		font-size: 2.15rem;
	}
	.main-form{
		background-position: center right 40%;
	}
    .faq{
        height: auto;
    }
    .faq ul{
        padding: 20px;
    }
    .faq ul li .social-container{
        font-size: 1rem;
        margin-left: 0;
    }
    .faq ul{
        padding: 20px 5px 20px 5px;
    }
}

@media only screen and (max-width: 1218px){
    .faq{
        height: auto;
    }
    .faq ul{
        padding: 20px;
    }
    .faq ul li .social-container{
        font-size: 1rem;
        margin-left: 0;
    }
    .faq ul{
        padding: 20px 5px 20px 5px;
    }
	.contact-information a{
		font-size: 0.8rem;
	}
    .one-third.main-form-inside {
		width: 55%;
		max-width: 378px;
	}
}
@media only screen and (max-width: 1023px) {
	.contact span.wpcf7-form-control-wrap{
		width: 100%;

	}

	.contact form p:nth-child(3){
		float: none;
		margin-left: 0;
	}
	.contact form p:nth-child(2){
		float: none;
		margin-left: 0;
	}
	/*	.wrap {
            max-width: 782px;
        }
    */
	.content,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		/*width: 100%;*/
	}
	.site-header .genesis-nav-menu li li{
		width: 260px;
	}
	.genesis-nav-menu .sub-menu{
		top: 110px;
	}
	.genesis-nav-menu .menu-item{
		margin: 0 15px;
	}
	.genesis-nav-menu .menu-item-has-children:after{
		top: 45%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.wrap {
		padding-left: 2%;
		padding-right: 2%;
	}

	.site-header .wrap {
		padding: 0 10px;
	}

	.site-header.shrink .wrap {
		padding: 0px 5%;
	}

	.header-image .site-title > a {
		background-position: top !important;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 0;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.page-title .archive-title,
	.page-title .entry-title {
		font-size: 1.5rem;
	}

	.sidebar {
		border: none;
		margin: 0;
		padding: 0 0 30px;
	}

	.sidebar .widget {
		padding: 0;
	}

	.footer-widgets {
		padding-top: 40px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin-bottom: 20px;
		width: 200px;
	}

	.footer-widgets-4 {
		width: 100%;
	}
	.footer-widgets-1, .footer-widgets-2{
		width: 43%;
	}
	.content{
		width: 100%;
	}
	.sidebar-primary{
		max-width: 100%;
		width: 100%;
		margin: 50px auto 0 auto;
	}
	.sidebar-primary .wpcf7-form{
		max-width: 100%;
	}
	.news-sidebar{
		max-width: 400px;
	}
	.form-news h2{
		text-align: right;
	}
	.block-rectangle:hover .textarea-rectangle{
		opacity: 0;
	}
	.one-fourth.post{
		width: 100%;
		float: right;
		/*margin-right: 2.564102564102564%;*/
	}
	.contact-information{
		padding: 30px 14px 30px 10px;
	}
	.question-container p{
		font-size: 1.8rem;
	}
	.main-form-inside {
		padding: 0 5px 15px;
	}
}
@media only screen and (max-width: 960px){
	.contact-information a{
		width: 120px;
	}
    /*.main-form h2{*/
        /*font-size: 2.5rem;*/
    /*}*/

}


@media only screen and (max-width: 940px){
	.grid-item{
		width: 44%;
	}
}



@media only screen and (max-width: 905px){
    .nav-primary{
        height: 500px;
        overflow-y: auto;
    }
    .scrollHidden{
        overflow: hidden;
    }
    .site-header{
        position: fixed;
    }
    .main-form{
        margin-top: 80px;
    }
    /*.nav-primary{*/
        /*overflow: scroll;*/
    /*}*/
    /*.nav-primary{*/
        /*height: 100vh;*/
        /*background-color: #fff;*/
    /*}*/
    /*.nav-primary  ul{*/
        /*height: 100vh;*/

    /*}*/
    /*.social-menu{*/
        /*position: fixed;*/
        /*bottom: 0;*/
        /*width: 100%;*/
    /*}*/
	.one-third.main-form-inside{
		width: 60%;
	}
	.main-form{
		background-position:  center right 30%;
	}
	.menu-primary{
		display: block;
	}
	.site-header .wrap{
		padding: 0;
	}
	.nav-primary{
		display: none;
		padding: 0;
		position: absolute;
		top: 80px;

	}
	.overlay-submenu{
		display: none;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.8);
		z-index: 100;
		position: fixed;
		right:0;
		left:0;
		top: 0;
		bottom: 0;
	}
	.overlay-submenu.on{
		display: block;
	}
	.toggle-menu{
		display: block;
		background-color: transparent;
		color: #e54635;
		font-size: 2.5rem;
	}
	.toggle-menu:hover{
		background-color: transparent;
		color: #e54635;
	}
	.genesis-nav-menu .menu-item{
		display: block;
		padding:0;
		text-align: right;
		border-top: 1px solid #e6e6e6;
		padding: 5px 0;
		background-color: #f7f7f7;
		margin: 0;
	}
	.header-widget-area .social-container{
		display: none;
	}
	.form-search{
		float: none;
	}
	.social-menu{
		display: block;
		width: 100%;
		background-color: #3a3a3a;
		text-align: center;
		padding: 33px 0;
	}
	.social-menu .social-container{
		float: none;
		line-height: 1;
		font-size: 17px;
		color: #fff;
        padding: 0;
        margin-top: 0;
	}
	.social-container{
		width: 30px;
		height: 30px;
	}
	.social-menu .social-container span{
		line-height: 1.9;
	}
	.social-menu .social-container:hover{
		color: #fff;
	}
	.genesis-nav-menu .menu-item-has-children:after{
		display: none;
	}
	.genesis-nav-menu .menu-item-has-children .fa{
		position: absolute;
		right:20px;
		top: 0;
		color: #000;
		padding: 5px 10px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.genesis-nav-menu .sub-menu a{
		font-size:18px;
		padding:0;
	}
	.genesis-nav-menu .sub-menu{
		position: relative;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		top: 0;
		background-color: #df9f3a !important;
		border-top: 0;
		z-index: 999999;
		padding: 20px 0;
	}
	.genesis-nav-menu .sub-menu a{
		color: #fff;
	}
	.genesis-nav-menu .sub-menu{
		list-style-type: disc;
	}
	.site-header .genesis-nav-menu li li{
		width:100%;
		padding:0;
		text-align: right;
		background-color: #df9f3a;
		border-top: none;
	}
	.genesis-nav-menu .menu-item:hover > .sub-menu{
		padding:20px 0;
		display: none;

	}
	.genesis-nav-menu li a{
		display: inline-block;
		position: relative;
        padding-right: 10px;
	}
	.genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a{
		padding:0;
	}
	.nav-primary{
		width:100%;
		float: none;
	}
	.site-header .widget-area{
		float: none;
		display: inline-block;
	}

	ul.genesis-nav-menu .sub-menu a:hover{
		padding:0;
        background-color: transparent;
	}
	.title-area{
		display: inline-block;
		width: 120px;
		height:60px;
		margin-right: 10px;
		margin-top: 16px;
	}
	.genesis-nav-menu li a{
		font-size: 1.5625rem;
	}
	.site-header .genesis-nav-menu li li span{
		font-size: 1.1875rem;
	}
	.site-header .genesis-nav-menu li li:nth-child(even){
		margin-right: 0;
	}
	.bg_top_header{
		position: fixed;
		z-index: 99999;
		-webkit-transition: .4s ease-out;
		transition: .4s ease-out;
	}
	.search-label-menu{
		position: relative;
	}
	.search-menu .icon-header-menu{
		position: absolute;
		right: 10px;
		top: 0;
		color: #939394;
	}
	.search-menu input{
		background-color: #e6e6e6;
		padding: 9px 30px;
		outline: none;
	}
	.bg-active{
		background-color: #df9f3a !important;
		color: #fff !important;
		-webkit-transition: ease-out 0.3s ;
		-moz-transition: ease-out 0.3s ;
		-ms-transition: ease-out 0.3s ;
		-o-transition: ease-out 0.3s ;
		transition: ease-out 0.3s ;
	}
	.genesis-nav-menu .menu-item{
		-webkit-transition: ease-out 0.3s ;
		-moz-transition: ease-out 0.3s ;
		-ms-transition: ease-out 0.3s ;
		-o-transition: ease-out 0.3s ;
		transition: ease-out 0.3s ;
	}
	 .genesis-nav-menu .menu-item-has-children.bg-active .fa{
		color: #fff !important;
	}
	 .genesis-nav-menu .bg-active a{
		color: #fff !important;
	}
	.site-header .genesis-nav-menu li li:hover{
		opacity: 0.7;
	}
	.search-menu{
		display: none;
		position: fixed;
		left: 0;
		bottom: 97px;
	}
	.search-menu.on{
		display: block;
		z-index: 9999;
		width: 100%;
	}
	.social-menu.on{
		display: block;
		z-index: 9999;
	}
	.social-menu{
		display: none;
		position: fixed;
		left: 0;
		bottom: 0;
	}
	.hidden-sm{
		display: none;
	}
	.site-header{
		padding: 0;
	}
    .site-header .genesis-nav-menu .sub-menu li{
        padding: 0 20px;
    }
    .site-header .genesis-nav-menu .sub-menu li:hover{
        background: rgba(255, 255, 255,.3);
    }
	.question-container a{
		float: none;
		/*display: block;*/
		text-align: center;
		margin: 10px auto 0 auto;
	}
	.question-container img{
		margin-right: 0;
	}

	.faq ul li .social-container{
		font-size: 0.75rem;
	}
	.content-sidebar-wrap .blog-title h1{
		font-size: 2.5rem;
		margin-bottom: 0;
	}
	.content-sidebar-wrap .blog-title h2{
		font-size: 1.5rem;
		margin-top: 15px;
	}
	.question-container p{
		font-size: 1.6rem;
	}
	.main-form h2{
		max-width: 320px;
	}
}
@media only screen and (max-width: 845px){
	.question-container a{
		display: block;
	}
	.question-container img{
		display: none;
	}
	.question-container p{
		text-align: center;
		display: block;
	}
}
@media only screen and (max-width: 782px) {
	.site-footer .footer-social{
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.site-footer p{
		display: block;
		float: none;
	}
	.faq{
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}
	.slick-slider.slider-testimonials{
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}

	.container-widget{
		padding: 20px 0 20px;
	}
	.genesis-nav-menu .menu-item-has-children .fa{
		z-index: 10;
	}
	/*.fancybox-inner{*/
		/*width: 500px !important;*/
		/*height: auto !important;*/
	/*}*/
	.form-search{
		display: inline-block;
		float: none;
	}

	body {
		font-size: 16px;
	}

	.site-header .wrap {
		min-height: 80px;
	}

	.admin-bar .site-header {
		/*top: 46px;*/
		z-index: 499;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.site-header .site-title {
		font-size: 40px;
	}

	.shrink .site-title {
		font-size: 24px;
	}

	.shrink .site-title a,
	.shrink .site-title a:hover {
		text-shadow: 2px 2px rgba( 0, 0, 0, 0.1 );
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.site-header {
		padding: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.content .entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.home-widgets .featuredpost .entry,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}



	.footer-widgets{
		padding: 30px 0;
	}

	.sidebar {
		padding: 30px 0;
	}
	.footer-widgets{
		padding: 30px 0 0 0;
	}

	.contact-form-container {
		margin: 0 auto 0;
	}
	.contact-information a{
		width: auto;
	}


}

@media only screen and (max-width: 768px){

	.question-container a{
		float: none;
		display: block;
		text-align: center;
		margin: 10px auto 0 auto;
	}
	.question-container img{
		margin-right: 0;
	}

	.site-header .widget-area{
		display: none;
	}
	.wrapper-big-form{
		padding: 0 10px 50px;
	}
	.content .entry-title{
		font-size: 2.5rem;
	}

}




@media only screen and (max-width: 660px){
	.one-third.main-form-inside{
		width: 65%;
	}
	.grid-item{
		width: 100%;
	}
	.main-form h2{
		font-size: 2.5rem;
	}
	.title-area{
		float: none;
		margin-top: 20px;
	}

	.main-form .wpcf7-form{
		margin: 0 auto;
	}
	.main-form div.wpcf7-response-output{
		bottom: -50px;
	}

	.question-container a{
		margin-top: 20px;
		float: none;
	}
	.post-article{
		width: 300px;
		margin-right: 30px;
	}

	.content blockquote{
		padding: 20px 30px 20px 10px;
	}
	.content{
		width: 100%;
	}
    /*.main-form h2{*/
        /*font-size: 2.1875rem;*/

    /*}*/
    .main-form{
        padding: 30px 0 40px;
        text-align: center;
        background-position: center tight 35%;
    }
    .main-form span{
        font-size: 1.5rem;
    }
    .main-form-inside{
        margin-right: 0 !important;
    }
    .question-container img{
        display: none;
    }
    .question-container p{
        padding: 0;
        text-align: center;
    }
    .question-container a{
        margin-top: 10px;
        margin-left: auto;
        display: block;
        margin-right: auto;
        float: none;
    }
    .block-rectangle{
        margin-top: 20px !important;
    }
    .block-rectangle:hover .textarea-rectangle{
        opacity: 0;
    }
    .post-article{
        margin-right: 0;
    }
    .post-article p{
        font-size: 1.0625rem;
    }
    .slick-navigation.next{
        display: none;
    }
    .slick-navigation.prev{
        display: none;
    }
    .post-video{
        width: 100%;
    }
    .youtube-video{
        margin-top: 20px;
    }
    .faq{
        height: auto;
    }
    .faq ul li .social-container{
        font-size: 1.1875rem;
    }
    .faq ul{
        padding: 20px;
    }
    .footer-widgets-2{
        border-top: 1px solid #494949;
    }
    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3{
        padding: 50px 0 40px;
        margin-bottom: 0;
    }

	.main-form span{
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.one-third.main-form-inside{
		width: 100%;
	}
	.main-form {
		background-position: center right;
	}
	.one-third.main-form-inside {
		max-width: 100%;
	}
	.main-form span.wpcf7-form-control-wrap input{
		padding-right: 40px;
	}
	.contact{
		padding: 0 10px 25px 10px;
	}
	body {
		font-size: 14px;
	}

	.header-image .site-title > a {
		background-size: contain !important;
	}

    .site-header .widget-area{
        display: none;
    }
    .title-area{
        margin-right: 0;
        margin-top: 16px;
    }
    .toggle-menu{
        left: 8px;
        font-size: 2rem;
    }
	span.wpcf7-form-control-wrap{
		width:270px;
	}
	.site-footer .footer-social{
		display: block;
		text-align: center;
	}
	.site-footer p{
		display: block;
		float: none;
		text-align: center;
		margin-top:10px;
	}
    .faq ul li .social-container{
        font-size: 0.8rem;
        margin-left: 0;
    }
    .faq ul{
        padding: 20px 5px 20px 5px;
    }
	.main-form span.wpcf7-form-control-wrap{
		width: 100%;
	}
    .question-container a{
        padding: 8px 40px;
    }
}
@media only screen and (min-width: 905px){
	.search-menu{
		display: none;
	}
	.social-menu{
		display: none;
	}
	.nav-primary{
		display: block !important;
	}

}

@media only screen and (min-width: 1200px){
	.site-header .genesis-nav-menu li li{
		width: 375px;
	}
}




@media only screen and (min-width: 1360px){
	.contact form p:nth-child(3){
		float: right;
		width: 48%;
	}
}


@media only screen and (min-width: 1700px){
	.site-header .genesis-nav-menu li li{
		width: 490px;
	}
	.site-header .genesis-nav-menu li li:nth-child(even){
		margin-right: 30px;
	}
}
@media only screen and (min-width: 1900px){
	.site-header .genesis-nav-menu li li{
		width: 515px;
	}
}

.rectangle {
	height: 300px;
}

.ui-timepicker-div{
	display: none;
}


