/*
 Theme Name:	Parabola Child
 Theme URI: 	https://www.cryoutcreations.eu/wordpress-themes/parabola
 Description:	Parabola Child Theme
 Author:		Alan107
 Author URI:	http://evearly.com
 Template:      parabola
 Version:		2.2.1
 License:		GNU General Public License v3.0
 License URI:	http://www.gnu.org/licenses/gpl-3.0.html
 Tags:			one-column, two-columns, three-columns, right-sidebar, left-sidebar, footer-widgets, grid-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template,  microformats, post-formats, rtl-language-support,  sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, entertainment, news, portfolio
 Text Domain:	parabola-child
 Last update date: 2019-07-29
*/

/* =Header
-------------------------------------------------------------- */
#header {
	background: none;
}

#site-title {
	float: left;
	font-size: 32px;
	line-height: 1px;
}

#site-title a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}

#site-description {
	display: inline;
	float: left;
	margin-top: 1px;
	clear: both;
	text-transform: uppercase;
}

#header-container {
	display: block;
	float: none;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
}

#branding #bg_image + #header-container {
	position: absolute;
}

#header-container > div {
	margin-top: 0px;
}

/* Header widget area
-------------------------------------------------------------- */

#header-widget-area {
    display: block;
    right: 0;
	top:1px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 0%;
    z-index: 251;
}

body #header-widget-area ul.yoyo > li {
	border: none;
	background: none;
}

  
  /* =Menu -PRIMARY
-------------------------------------------------------------- */


#nav-toggle { display: none;}

#access {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin: 0px auto 0;
}
  
#access ul {
	
}

#access  ul  li.current_page_item,
#access ul li.current-menu-item  {
}

#access a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	text-transform: none;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

#access a > span {
	display: block;
	padding: 0;
}

#access ul li {
	position: relative;
	display: block;
	float: left;
	margin-right: 20px;
	white-space: nowrap;
	margin-bottom: 5px;
}

#access > .menu > ul > li a:not(:only-child) > span:after {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
    content: none;
	margin-left: 5px;
    z-index: -1;
	position: relative;
	display: inline-block;
	line-height: 1;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

#access > .menu > ul > li a > span:after {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
    content: none;
	margin-left: 5px;
    z-index: -1;
	position: relative;
	display: inline-block;
	line-height: 1;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}


#access > .menu > ul ul > li a > span {
    margin-right: 10px;
}

#access > .menu > ul ul > li a:not(:only-child) > span:after {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: absolute;
	right: 10px;
	top: 15px;
}

#access > .menu > ul > li:hover > a:not(:only-child) > span:after {
	opacity: 0;
	filter: alpha(opacity=0);
}

#access > .menu > ul > li > a:after,
#access > .menu > ul ul:after {
	position: absolute;
	content: none;
	width: 0;
	height: 0;
	right: 0;
	bottom: 0;
	border-bottom: 8px solid transparent;
	border-left: 12px solid transparent;
	-webkit-transition: border-color 0s linear;
	transition: border-color 0s linear;
}


#access ul ul {
	display: none;
	position: absolute;
	clear:both;
	z-index: 250;
	margin-left: 0;
}

#access ul ul li { /* level 2 */
	display: table;
	position: relative;
	float: left;
	clear: both;
    width: 100%; /* submenu width fix */
	margin: 0;
}

#access ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0;
}

#access ul ul ul li { /* level 3 */
     width: 100%;
	 display: block;
     float: none;
}

#access ul ul a, #access ul ul ul a {
	display: table;
	float: none;
	min-width: 150px;
	width: 100%;
}

#access ul ul li:hover,
#access ul ul ul li:hover {}

#access li:hover > a {}

#access ul ul :hover > a {}

#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-item > a{}

#access ul ul li.current_page_item ,
#access ul ul li.current-menu-ancestor,
#access ul ul li.current-menu-item ,
#access ul ul li.current-menu-parent { }

#access ul li.current_page_item a,
#access ul li.current-menu-ancestor a,
#access ul li.current-menu-item a,
#access ul li.current-menu-parent a,
#access ul li a:hover { }

.parabola-menu-center #access > .menu { text-align: center; }
.parabola-menu-center #access > .menu > ul { display: table; margin: 0 auto; }
.parabola-menu-center #access > .menu > ul > li > a > span { text-align: center; }
.parabola-menu-center #access > .menu > ul > li { display: inline-block; float: none; vertical-align: middle; }
.parabola-menu-center #access > .menu > ul > * { text-align: initial; }

.parabola-menu-right #access > .menu { float: right; }
.parabola-menu-right #nav-toggle { text-align: right; }
.parabola-menu-right #access > .menu > ul > li > ul.sub-menu { right: 0; }

.parabola-menu-rightmulti #access ul li { float: right; }
.parabola-menu-rightmulti #nav-toggle { text-align: right; }
.parabola-menu-rightmulti #access > .menu > ul > li > ul.sub-menu { right: 0; }

.parabola-menu-left #nav-toggle { text-align: left; }

/* Added for No slot size for availableWidth=0 fix */
#container {min-width=250px}

/* Pop up builder */
.sgpb-main-html-content-wrapper h1 {
	font-size: 1.4em;
}
