/*!
Theme Name: Yakima Entertainment Custom Theme
Theme URI: http://kernswebdevelopment.com/
Author: Kerns Web Development
Author URI: http://kernswebdevelopment.com/
Description: Base starter theme based on underscores
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kwdwpyec
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Yakima Entertainment Custom Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Content Area
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
	## To Top
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: #F80000;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Open Sans', sans-serif;
	color: #515151;
	font-size: 20px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: 	#201D1D;
	text-transform: uppercase;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
p {
	font-family: 'Open Sans', sans-serif;
	color: #515151;
	font-size: 20px;
	line-height: 1.5;
}

div.fl-node-5b8451d6de6d1 .pp-heading-content .pp-sub-heading, div.fl-node-5b8451d6de6d1 .pp-heading-content .pp-sub-heading p {
	line-height:1.9;	
}
dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
.qualifications li {
	padding: 15px 10px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {


}
.site-logo {
	position: relative;
	z-index: 9;
}
.site-logo img {
	max-width: 200px;
    margin: 0px 20px -100px 20px;
    z-index: 20 !important;
}
.header-video {
	/*z-index: 1 !important;	*/
}
.fl-node-5c7323c38a2b3 > .fl-row-content-wrap {
	margin-top: -130px;
	height: 130px;
	z-index: 99;
}
.icon-photo {
	position: relative;
	z-index: 100;
	margin-top: -150px;
}
.header-right {

}
.header-phone {
	font-family: 'Poppins', sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight:700;
	padding: 50px 10px 10px 20px;
}
.header-phone .fa {
	color: #F80000 !important;	
	font-size: 22px;
	padding-right:3px;
	margin-bottom:-5px;
}
/*--------------------------------------------------------------
# Content Area
--------------------------------------------------------------*/


.site-content {
	max-width: 100%;
	margin: 0 auto;
}
.site-content.full-width {
	max-width: 100%;
	padding: 0;
}
.content-area {
	width: calc(100% - 250px);
	float: left;
}
.content-area.full-width {
	width: 100%;	
}
.site-content.no-sidebar .content-area,
.site-content.full-width .content-area {
	width: 100%;
	float: none;
}

.widget-area {
	padding-left: 20px;
	width: 250px;
	float: left;
}
.edit-link {
	 display: none; 
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link, a:visited, a:active, a:hover {
	text-decoration:none;
}

a:hover, a:focus, a:active {
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
#page .uabb-button-wrap a.uabb-button,
#page .uabb-creative-button-wrap a.uabb-button, 
a.btn, 
input.btn, 
button.btn, 
input#submit, 
input.gform_button,
#page a.fl-button, 
#page a.button,   
input[type=submit] {
	display: inline-block;
	padding: 20px;
	background-color: transparent;
	border: 2px solid  #F80000;
	color: #F80000;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none !important;
	border-radius: 20px;
	padding: 20px;
		
	/*box-shadow: inset 6px 6px 6px rgba(255, 255, 255, .4),inset -6px -6px 6px rgba(0, 0, 0, .4), 2px 2px 10px 0 rgba(0,0,0,.4);;*/
}
#page .header-button .uabb-button-wrap a.uabb-button,
#page .header-button .uabb-creative-button-wrap a.uabb-button,
.header-button a.btn, 
.header-button input.btn, 
.header-button button.btn, 
.header-button input#submit, 
.header-button input.gform_button,
#page .header-button a.fl-button,
#page .header-button a.button,
.header-button input[type=submit] {
	background-color: #F80000 !important;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 20px;
	padding: 20px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none !important;
}
.fl-builder-content a.fl-button *, .fl-builder-content a.fl-button:visited * {
	color: #ffffff;	
}
/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#topNav {
	position: relative;
	top: 0;
}
/* top menu */
/*.top-menu-container:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 10px;
	background: white;
	bottom: -15px;
	left: 0;
	border-top: 1px solid #DBDBDB;
	box-shadow: inset 0px 5px 10px -5px rgba(51,51,51,0.2);
}
.top-menu-container {
	position: relative;
}
.top-menu-container ul {
	margin: 0;
	padding: 0;
	
}
.top-menu-container ul li {
	display: inline-block;
	
}
.top-menu-container ul li a {
	color: #fff;
	position: relative;
	padding-left: 30px;
	font-size: 25px;
	font-weight: 700;
	
}
.top-menu-container ul li a:hover {
	color: #006364;
	text-decoration: none;
	
}
.top-menu-container ul li a:before {
	content: "\f04b";
	font-family: FontAwesome, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: white;
	font-size: 20px;
	padding-right: 0.5em;
	position: absolute;
	top: 0;
	left: 14px;
	
}
.top-menu-container ul li a:hover:before {
	color: #006364;
	text-decoration: none;
	
}*/


/* main menu */
.menu-main-menu-container {
}
.split-menu-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-main-menu-left {
	order:1;
}
.menu-main-menu-right {
	order:3;
}
.site-logo {
	order:2;
}
.nav-wrapper {
	background-color: transparent;
	text-align: center;
/*	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
}
.main-navigation {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 20px;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 18px;
	display: block;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
}
.main-navigation a:hover {
	color: #F80000;
}
.main-navigation ul > li:first-child {
	
}
/*
pipe between nav items
.main-navigation .nav-menu > li > a:after {
	content: "|";
	position: absolute;
	left: 0;
	top: 9px;
	font-family: sans-serif;
	font-size: 18px;
}
.main-navigation ul li:first-child a:after {
	display: none;
}
*/
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 47px;
	left: -999em;
	z-index: 99999;
	background-color: rgba(255,255,255,.9);
	/*border-radius: 0 0 10px 10px;*/
	/*box-shadow: inset 0px 20px 20px -20px rgba(0,0,0,0.5);*/
	max-width: 245px;
	/*padding-bottom: 10px;*/
	border-top:none;
	margin-left:20px;
	
}
.main-navigation ul ul li{
	width: 100%;
}
.main-navigation ul ul ul {
	width:250px;
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 100%;
	padding: 10px 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height:1.1em;
	color: #000000;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a:active {
	color: #E24911;
}
.main-navigation ul ul ul a {
	min-width: 250px;
	width: auto;
	padding: 5px 20px;
	margin: 0px;
	font-size: 20px;
	font-weight: 700;
}
.main-navigation ul ul li:last-child a {

}
.main-navigation ul ul li {
}
/*.main-navigation li:hover > a, .main-navigation li.focus > a {
	background: #874D87;
	color: #006364;
}
.main-navigation ul ul :hover > a, .main-navigation ul :hover > a, .main-navigation ul ul .focus > a {
	background-color: #874D87;
	color: #006364;}*/

.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 {
}
/* Bottom menu */
.menu-main-menu-container {
}
#bottomNav .nav-wrapper {
	background-color: transparent !important;
	text-align: center !important;
/*	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
}
.main-navigation {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 20px;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	padding: 60px 10px 10px 20px;
}
#bottomNav .main-navigation a {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 22px;
	display: block;
	text-decoration: none;
	color: #5E5E5E;
	text-transform: uppercase;
	padding: 0 15px;
}
#bottomNav .main-navigation a:hover {
	color: #000000;
	
}
.main-navigation ul > li:first-child {
	
}
/*
pipe between nav items
.main-navigation .nav-menu > li > a:after {
	content: "|";
	position: absolute;
	left: 0;
	top: 9px;
	font-family: sans-serif;
	font-size: 18px;
}
.main-navigation ul li:first-child a:after {
	display: none;
}
*/
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 47px;
	left: -999em;
	z-index: 99999;
	background-color: rgba(255,255,255,.9);
	/*border-radius: 0 0 10px 10px;*/
	/*box-shadow: inset 0px 20px 20px -20px rgba(0,0,0,0.5);*/
	max-width: 245px;
	/*padding-bottom: 10px;*/
	border-top:none;
	margin-left:20px;
	
}
.main-navigation ul ul li{
	width: 100%;
}
.main-navigation ul ul ul {
	width:250px;
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 100%;
	padding: 10px 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	line-height:1.1em;
	color: #000000;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a:active {
	color: #E24911;
}
.main-navigation ul ul ul a {
	min-width: 250px;
	width: auto;
	padding: 5px 20px;
	margin: 0px;
	font-size: 20px;
	font-weight: 700;
}
.main-navigation ul ul li:last-child a {

}
.main-navigation ul ul li {
}
/*.main-navigation li:hover > a, .main-navigation li.focus > a {
	background: #874D87;
	color: #006364;
}
.main-navigation ul ul :hover > a, .main-navigation ul :hover > a, .main-navigation ul ul .focus > a {
	background-color: #874D87;
	color: #006364;}*/

.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 {
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}
button.menu-toggle {
	background: #F80000;
	border: 1px solid #ffffff;
	border-radius:10px;
	margin: 10px;
	float: right;
	padding: .6em 1em .4em;
	font-size:14px;
	font-weight:700;
	color:#ffffff;
}
.main-navigation ul li.menu-item-has-children {
	position: relative;
}
/* .main-navigation ul li.menu-item-has-children:before {
	content: "\f0d7";
	color: white;
	font-size: 18px;
	font-family: FontAwesome, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-left: 1em;
	position: absolute;
	top: 0;
	left: -20px;
}
*/
.main-navigation ul.sub-menu:before {
	content: "\f0d7";
	font-family: FontAwesome, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #F80000;
	font-size: 32px;
	padding-right: 0.5em;
	position: absolute;
	top: -20px;
	left: 115px;
}
@media screen and (max-width: 1030px) {
	.split-menu-wrapper {
		display: block;
	}
	.menu-main-menu-left {
		display: inline-block;
	}
	.menu-main-menu-right {
		display: inline-block;
	}
	.site-logo {
	}
}
 @media screen and (min-width: 700px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: inline-block;
	}
}

@media screen and (max-width: 700px) {
	/* start responsive menu*/
	.main-navigation {
		width: 100%;
		margin: 0;
		float: none;
		text-align: right;
	}
	.split-menu-wrapper {
		clear: both;
	}
	.menu-main-menu-left,
	.menu-main-menu-right {
		display: block;
	}
	.menu-main-menu-left li,
	.menu-main-menu-right li {
		display: block;
		padding: 0;
		margin: 0;
	}
	.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
		left: auto;
	}
	.nav-wrapper {
	}
	.main-navigation .menu {
	}
	.main-navigation ul li.menu-item-has-children:before {
		content: "\f0d7";
		font-family: FontAwesome, sans-serif;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: white;
		font-size: 14px;
		padding-right: 0.5em;
		position: absolute;
		top: 13px;
		left: 8px;
	}
	.main-navigation ul :hover > a, .main-navigation ul ul .focus > a {
	}
	.main-navigation a {
	}
	.main-navigation li {
		float: none;
		display: block;
		text-align: right;
	}
	.main-navigation ul ul {
		box-shadow: none;
		margin-bottom: 10px;
		margin-top: -6px;
		/*background: #874D87;*/
	}
	.main-navigation ul ul a {
		margin: 0;
	}
	.main-navigation ul ul li:last-child a {
		border-bottom: 1px solid #ccc;
		;
	}
	.main-navigation li a {
		padding: 15px 40px;
		margin-bottom: 5px;
	}
	.main-navigation li li a {
		padding-left: 40px;
	}
	.main-navigation li li li a {
		padding-left: 6em;
	}
	.main-navigation li:hover > a {
		text-decoration: underline;
	}
	.main-navigation ul ul, .main-navigation ul ul ul {
		position: relative;
		top: inherit;
		left: 0;
		display: block;
		float: none;
	}
	.main-navigation ul ul a {
		width: 100%;
	}

	.main-navigation .current_page_ancestor {
		background: inherit;
	}
	.main-navigation ul ul .current_page_parent {
		color: inherit;
		background: inherit;
	}
	.main-navigation .current_page_item > a, .main-navigation .current_page_item > a:hover, .main-navigation .current_page_item li:hover, .main-navigation .current_page_parent .current_page_item > a {
	}
}
/*End responsive menu*/

.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 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.fl-node-5c6eb9bce50ce .pp-testimonial.layout-4 .layout-4-content {
	background-color: transparent;
	padding: 20px;	
}
.pp-testimonials .pp-testimonials-content p {
	margin-top: 60px;
	font-style: italic;
	font-size: 18px;	
}
.pp-testimonials h3.pp-testimonials-title {
	font-size: 18px;
	font-weight: 700;	
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	clear: both;
	width: 100%;
	font-size: 14px;
}

.site-footer a {
	color: #5E5E5E;
}
.site-footer a:hover {
	text-decoration: underline;	
}
.site-info {
	position: relative;
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
}
.site-info > div {
	flex: 0 0 33%;
}

.copyright {
	max-width: 1150px;
	margin: 0 auto;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	color: #5E5E5E;
	padding: 10px 0;
}
.footer-social .fa {
	color: #000000;
	border: 2px solid #000000;
	border-radius: 30px;
	font-size: 20px;	
    width: 40px;
    height: 40px;
    padding: 10px;
}
.footer-social {
	text-align: center;
	padding: 10px 0;	
	display: none;
}
/*-------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
## To Top
--------------------------------------------------------------*/

 #to-top {
    display: none;
    background-color: #ccc;
    background-color: rgba(0,0,0,0.2);
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 44px;
    height: 42px;
    text-align: center;
    z-index: 999999999;
}   
#to-top i {
    position: absolute;
    top: 12px;
    left: 13px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
} 

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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;
}



/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1030px) {
	.site-logo img {
		padding-bottom: 50px;	
	}

}
@media screen and (max-width: 760px) {
	.icon-photo {
		margin-top: 0;	
	}
	

}
@media screen and (max-width: 700px) {
	.site-content, .site-info {
		display: block;
	}

	.site-content .content-area {
		width: 100% !important;
		float: none !important;
	}
	.site-logo {
		text-align: left;
	}

	.header-right {
		float: none;
		width: auto;
		padding-left: 0;
		text-align: left;
	}

}
@media screen and (max-width: 600px) {
	.site-logo {
		width: 120px;
	}
	.site-logo img {
		width: 120px;
	}
}
@media screen and (max-width: 500px) {
	.header-video h1 {
		font-size: 32px;	
	}
	.header-video h2 {
		font-size: 24px;	
		padding-top: 10px;
	}
}

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

}