/*
	Theme Name: Altitude Pro Theme
	Theme URI: http://my.studiopress.com/themes/altitude/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.2

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
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:#222}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,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #222;
	font-family: "Ek Mukta", sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #00c092;
	color: #fff;
}

::selection {
	background-color: #00c092;
	color: #fff;
}

a {
	color: #00c092;
	text-decoration: none;
}

a:hover {
	color: #222;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee; 
	clear: both;
	margin: 40px 0;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 25px;
}

h1 {
	font-size: 46px;
        text-transform: uppercase;
}

h2 {
	font-size: 40px;
        text-transform: uppercase;
}

.image-section h2,
.solid-section h2 {
	font-size: 80px;
	font-weight: 400;
	line-height: 1;
}

.front-page-2.solid-section h2 {
	font-size: 48px;
}

h3 {
	font-size: 32px;
        text-transform: uppercase;
}

h3.callout {
	font-size: 32px;
        text-transform: uppercase;
        line-height: 1.8;
}

h4 {
	font-size: 26px;
}

.altitude-sections h4,
.image-section h4,
.solid-section h4 {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	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;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #222;
	font-size: 20px;
	font-weight: 200;
	padding: 20px;
	width: 100%;
}


input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #22a1c4;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #222;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
	background-color: #22a1c4;
	border: 2px solid #22a1c4;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 15px 25px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .widget .button,
.widget .button:hover,
.widget .button.clear:hover {
	background-color: #222;
	border: 2px solid #222;
	color: #fff;
}

.button {
	display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.widget .button.clear {
	background-color: transparent;
	border: 2px solid #222;
	color: #222;
}

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section .button.clear {
	border-color: #fff;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover,
.image-section button:hover,
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #222;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #fff;
	cursor: not-allowed;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: 400;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

body {padding-bottom:2em;}

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 170px;
	position: relative;
	z-index: 9;
	word-wrap: break-word;
}

.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}

.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

/* 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;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 2px;
	font-size: 18px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
        font-size: 22px;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input[type="search"] {
	margin-right: 10px;
	width: auto;
}

.search-form input[type="submit"] {
	padding: 25px;
}
/*
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
*/

/* Titles
--------------------------------------------- */

.archive-title {
    font-size: 48px;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 48px;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #00c092;
}

.entry-title a:hover {
	color: #222;
}

.widget-full .widget-title {
	margin-bottom: 40px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

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-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.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;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry-title {
	font-size: 24px;
}

/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}

.share-after{
margin: 0 aut0;
padding: 20px 10px 14px 10px;
text-align: center;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Portfolio Pro
--------------------------------------------- */

.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #00c092;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.featured-section .site-header {
	background-color: transparent;
}

.featured-section .site-header > .wrap {
	border-bottom: 1px solid #fff;
}

.site-header.dark {
	background-color: #00c092;
}

.site-header.dark > .wrap {
	border-bottom: none;
}

.site-header.dark .nav-secondary {
	display: none;
}

.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 25px 0;
	width: 360px;
}

.site-header.dark .title-area {
	padding: 15px 0;
}

.site-title {
	/*font-size: 24px;*/
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area,
.header-image .site-header.dark .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 76px;
	text-indent: -9999px;
}

.header-image .dark .site-title > a {
	height: 56px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 30px 15px;
	text-transform: uppercase;
}

.site-header.dark .genesis-nav-menu a {
	padding: 20px 15px;
}

.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 400;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
	border-bottom: 2px solid transparent;
}

.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:hover {
	border-color: #fff;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-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;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #111;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #222;
}

.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 {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	padding:0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu {
	float: right;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 400;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f0c9";
	font: normal 24px/1 "fontawesome";
	margin: 0 auto;
}

.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	width: 100%;
}

.image-section .widget-area {
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}

.image-section a:hover,
.image-section .featured-content .entry-title a:hover {
	color: #22a1c4;
}

.solid-section {
	background-color: #fff;
}

.front-page-2 {
        background-image: url(/wp-content/uploads/reviewsquirrel-darkbg.jpg);
	background-color: #000;
	border-top: 54px solid transparent;
	margin-top: -54px;
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	border-top: 54px solid transparent;
	margin-top: -54px;
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
        background-image: url(/wp-content/themes/altitude-pro/images/bg-1.jpg);
	background-attachment: fixed;
	background-color: #00c092;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.front-page-1 {
	position: relative;
}

.front-page-1 .image-section {
	padding-top: 75px;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.front-page-4 .solid-section {
	background-color: #fff;
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}


/* Fontawesome
--------------------------------------------- */

.front-page .fontawesome{
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
	
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 80px;
}

@media only screen and (max-width: 480px) {
.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 40px;
}
}

/* Content
--------------------------------------------- */

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 0 200px 50px;
	width: 100%;
}

.full-width-content.front-page .content {
	padding: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 100px;
}

.widget .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
        padding: 1%;
}

.entry-content ul > li {
	list-style-type: disc;
        padding: 1%;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #222;
	color: #ddd;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 18px;
	margin-bottom: 0;
}

.entry-header,
.entry-footer {
	text-align: center;
} 

.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.entry-header::after {
/*	border-bottom: 1px solid #222; */
	content: "";
	display: block;
	margin: 0 auto 20px;
	padding-bottom: 20px;
	width: 50%;
}

.image-section .entry-header::after {
	border-color: #fff;
}

.entry-footer::before {
/*	border-top: 1px solid #999; */
	content: "";
	display: block;
	margin: 0 auto;
	padding-top: 30px;
	width: 50%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "fontawesome";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/*
After Entry
---------------------------------------------------------------------------------------------------- */

.after-entry {
	background-color: #2c2f31;
	color: #fff;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 40px 60px 50px;
	text-align: center;
}

.after-entry input[type="text"],
.after-entry input[type="submit"] {
	border: none;
}

.after-entry input[type="text"] {
	color: #888;
	font-family: 'Ek Mukta', sans-serif;
	font-size: 18px;
	padding: 18px 20px 18px;
	width: 50%;
}

.after-entry input[type="submit"] {
	background-color: #00c092;
	margin: 0;
	padding: 22px;
	width: auto;
}

.after-entry input[type="submit"]:hover {
	background-color: #00c092;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #222;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;

	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #22a1c4;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #222;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/*
Sections Template 
---------------------------------------------------------------------------------------------------- */

.altitude-sections .site-inner,
.altitude-sections .container {
    margin-top: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

.altitude-sections .entry-header {
    clear: both;
    padding-top: 10%;
    padding-bottom: 5%;
}

.altitude-sections .entry-title {
	font-size: 55px;
}

.altitude-sections .entry-header .wrap {
    margin-top: 60px;
}

.altitude-sections .entry-header::after {
    content: none;
}

.altitude-sections.full-width-content .content {
    padding: 0;
}

.altitude-sections .section {
    padding: 8% 5%;
    background-position: center;
    background-size: cover;
    margin-top: -55px;
    border-top: 55px solid transparent;
    background-clip: padding-box;
}

.altitude-sections .stickem-container {
    margin-top: -55px;
}

.altitude-sections .sections-container {
    padding-top: 55px;
}

.admin-bar.altitude-sections .stickem-container {
    margin-top: -87px;
}

.admin-bar.altitude-sections .sections-container {
    padding-top: 87px;
}

.altitude-sections .section .wrap {
    margin-left: 180px;
    padding: 0 0 0 5%;
}

.altitude-sections .nav-features {
    line-height: 1.1;
    margin: 0 5% 0;
    max-width: 180px;
    position: absolute;
    top: 0;
}

.altitude-sections .nav-features ul {
    margin-bottom: 30px;
    margin-top: 180px;
}

.admin-bar.altitude-sections .nav-features ul {
    margin-top: 210px;
}

.nav-features > *:last-child {
    margin-bottom: 60px;
}

.stickem-container {
    position: relative;
}

.altitude-sections .nav-features.stickit {
    position: fixed;
}

.stickit-end {
    bottom: 0;
    position: absolute;
    left: 0;
    top: auto!important;
}

.altitude-sections .nav-features a {
    color: #222;
}

.altitude-sections .nav-features a,
.altitude-sections .nav-features .side-content {
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.4;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.altitude-sections .color-white.nav-features a,
.altitude-sections .color-white.nav-features .side-content {
    color: #fff;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
        background-image: url(/wp-content/themes/altitude-pro/images/bg-1.jpg);
	background-color: #00c092;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 9;
    font-size: 14px;
    letter-spacing: 1px;
}

.footer-widgets .wrap {
	padding-bottom: 100px;
	padding-top: 100px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #fff;
}

.footer-widgets a:hover {
	color: #222;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #00c092;
	padding: 20px;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

/*
Customizations Yivva Media
---------------------------------------------------------------------------------------------------- */

.altitude-sections .breadcrumb {
    border: none;
    padding-left: 100px;
}

.site-container > .entry-header + .site-inner {
    margin-top: 100px;
}

.site-container > .entry-header {
    padding-top: 170px; 
}

.site-container > .entry-header::after {
    border: none;
}

.altitude-sections .entry-header {
    background-size: cover;
}

large-header-container p {
    font-style: italic;
}

.large-header-container + .site-inner {
    margin-top: 0;
}

.large-header-container .entry-title:last-child {
    margin-bottom: 0;
}

.large-header-container .entry-header:after {
    content: none;
}

.large-header-container .wrap {
    margin-top: 60px;
}

.large-header-container .archive-description {
    border: none;
    padding: 0;
    margin: 0;
}

.large-header-container {
    background-position: center center;
    background-size: cover;
    margin-bottom: 7.5%;
    padding-top: 10%;
    padding-bottom: 5%;
    text-align: center;
}

.blog.full-width-content .content,
.category.full-width-content .content {
    padding: 0 0 50px;
} 

/* sgb */

div.archive-description ul, div.archive-description ol {margin-bottom:1em;padding-left:3em;}
div.archive-description ul li {list-style:disc outside;}
div.archive-description ol li {list-style:decimal outside;}

.nc_socialPanel .nc_socialPanel {margin:0!important;}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut { position: absolute !important; clip: rect(0, 0, 0, 0); height: 1px; width: 1px; border: 0; overflow: hidden; color: #333; background: #fff; }

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}
	
}

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 580px;
	}

	.content {
		width: 520px;
	}

	.full-width-content .content {
		padding: 0 110px;
	}
    
    .blog.full-width-content .content,
    .category.full-width-content .content {
        padding: 0 0 50px;
    } 
	
	.genesis-nav-menu a {
		padding: 30px 10px;
	}
	
	.site-header.dark .genesis-nav-menu a {
		padding: 20px 10px;
	}
	
	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
	    background-attachment: scroll;
	}
    
    .altitude-sections .nav-features {
        display: none;
    }
    
    .altitude-sections .section .wrap {
        padding: 0;
        margin-left: auto;
    }

}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 768px;
	}
	
	.secondary-nav .site-inner {
		margin-top: 80px;
	}

	.front-page .site-inner {
		max-width: none;
	}

	.site-header {
		position: static;
	}
	
	.front-page .site-header {
		background-color: #00c092;
	}
	
	.front-page .site-header > .wrap {
		border: none;
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header .title-area,
	.site-header.dark .title-area {
		padding: 15px 0;
	}
	
	.header-image .dark .site-title > a {
		height: 76px;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.header-image .site-title > a {
		background-position: center !important;
	}
	
	.nav-primary .genesis-nav-menu {
		float: none;
	}
	
	.nav-secondary,
	.site-header.dark .nav-secondary {
		border-bottom: none;
		display: block;
	}

	.genesis-nav-menu a,
	.site-header.dark .genesis-nav-menu a {
		padding: 10px;
	}

	.front-page .site-inner {
		margin-top: 0;
	}

	.site-inner {
		margin-top: 80px;
	}

	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	
	.image-section h2,
	.solid-section h2 {
		font-size: 60px;
	}
	
	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}
    
    .altitude-sections .entry-header,
    .large-header-container {
        padding-top: 5%;
    }
    
    .altitude-sections .entry-header .wrap,
    .large-header-container .wrap {
        margin-top: 0;
    }
    
     .site-container > .entry-header + .site-inner {
        margin-top: 70px;
    }   
    
    .site-container > .entry-header {
        padding-top: 80px; 
    }
    
    .entry-footer {
        margin-bottom: 60px;
    }

}

@media only screen and (max-width: 800px) {

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.site-inner,
	.wrap {
		padding: 0 5%;
	}

	.front-page .site-inner {
		padding: 0;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
		float: none;
		padding-bottom: 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		padding: 10px 0;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f0d7";
		float: right;
		font: normal 20px/1 "fontawesome";
		height: 20px;
		padding: 7px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f0d8";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 10px 0;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	
	.footer-widgets .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}
	
	.image-section .flexible-widgets {
		padding-bottom: 80px;
	}
	
	.solid-section .flexible-widgets {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	
	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}
    
    .title-area {
        width: 70%;
    }
    
    .title-area .site-title {
        text-align: left;
    }
    
    .nav-primary {
        clear: both;
    }
    
    .site-header .responsive-menu-icon {
        margin: 21px 0;
        float: right;
    }
    
    .site-header .responsive-menu-icon::before {
        vertical-align: middle;
    }
    
    .header-image .title-area .site-title > a {
        background-position: left center !important;
    }
    
    .site-header .title-area, 
    .site-header.dark .title-area {
        padding: 0;
    }

}

@media only screen and (max-width: 480px) {

	.image-section h2,
	.solid-section h2 {
	font-size: 40px;
	}

}

.total-ratings ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.total-ratings li {
display: inline;
}

.simple-pagination ul>li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

.entry-header .subtitle {
/*  font-size: 22px;*/
    margin-bottom: 0;
}


/* Content Color Boxes
------------------------------------------------------------ */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}
 
.content-box-blue {
    background-color: #fff;
    border: 3px dashed #00c092;
}
 
.content-box-gray {
    background-color: #e2e2e2;
    border: 1px solid #bdbdbd;
}
 
.content-box-green {
    background-color: #fff;
    border: 2px dashed #00c092;
}
 
.content-box-purple {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
}
 
.content-box-red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}
 
.content-box-yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}

/* Color Buttons
------------------------------------------------------------ */
 
.button-blue,
.button-black,
.button-gray,
.button-green,
.button-purple,
.button-red,
.button-yellow {
    color: #fff;
    padding: 15px 20px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: auto;
    display: inline-block;
    text-align: center;
}
 
.button-blue:hover,
.button-black:hover,
.button-gray:hover,
.button-green:hover,
.button-purple:hover,
.button-red:hover,
.button-yellow:hover {
    color: #fff;    
    text-decoration: none;
}
 
.button-blue {
    background-color: #afcde3;
    border: 1px solid #afcde3;
}
 
.button-blue:hover {
    background-color: #83a2be;
    border: 1px solid #83a2be;
}
 
.button-gray {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
}
 
.button-gray:hover {
    background-color: #919191;
    border: 1px solid #919191;
}
 
.button-green {
    background-color: #00C092;
    border: 1px solid #00C092;
}
 
.button-green:hover {
    background-color: #000;
    border: 1px solid #000;
}
 
.button-purple {
    background-color: #bebde9;
    border: 1px solid #bebde9;
}
 
.button-purple:hover {
    background-color: #9291c7;
    border: 1px solid #9291c7;
}
 
.button-red {
    background-color: #dd1e2e;
    border: 1px solid #dd1e2e;
}
 
.button-red:hover {
    background-color: #000;
    border: 1px solid #000;
}
 
.button-yellow {
    background-color: #fadf98;
    border: 1px solid #fadf98;
}
 
.button-yellow:hover {
    background-color: #ecb870;
    border: 1px solid #ecb870;
}

.button-black {
    background-color: #000;
    border: 1px solid #000;
}
 
.button-black:hover {
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
}


/** CUSTOM **/

h2.entry-title {
    font-size: 40px;
}

.gfpc-widget h2.entry-title {
	font-size: 30px;
}

@media only screen and (max-width: 480px) {
.gfpc-widget h2.entry-title {
	font-size: 24px;
}
}

.gfpc-widget h2.archive-title {
	font-size: 24px;
}

.altitude-review .site-inner {
	max-width: none;
}

.altitude-wide .site-inner {
	max-width: none;
}

@media only screen and (max-width:480px) {
	.hide_on_mobile {
		display: none !important;
	}
}

@media only screen and (min-width: 1040px) {
	.footer-widgets .widget-area {
	float: left;
	margin-left: 3.3333333333333%;
	}
	
	.footer-widgets .widget-area:first-child {
	margin-left: 0;
	}
	
	.footer-widgets .widget-area:first-child:nth-last-child(1) {
	width: 100%;
	}
	
	.footer-widgets .widget-area:first-child:nth-last-child(2),
	.footer-widgets .widget-area:first-child:nth-last-child(2) ~ div {
	width: 48.333333333333%;
	}
	
	.footer-widgets .widget-area:first-child:nth-last-child(3),
	.footer-widgets .widget-area:first-child:nth-last-child(3) ~ div {
	width: 31.111111111111%;
	}
	
	.footer-widgets .widget-area:first-child:nth-last-child(4),
	.footer-widgets .widget-area:first-child:nth-last-child(4) ~ div {
	width: 22.5%;
	}
	
	.footer-widgets .widget-area:first-child:nth-last-child(5),
	.footer-widgets .widget-area:first-child:nth-last-child(5) ~ div {
	width: 17.333333333333%;
	}
}

.entry-header .entry-title a:hover {
	color: #222;
}

.nav-footer .genesis-nav-menu a {
	color: #FFF;
}

/*************************************************
general classes
**************************************************/
.fl-right {
	float: right;
}

.fl-left {
	float: left;
}

.app-default-pad {
	padding: 10px;
}

.padding-bottom36 {
	padding-bottom: 36px;
}

.app-margin-btm {
	margin-bottom: 10px;
}

.app-margin-top {
	margin-top: 10px;
}

.app-margin-top-ext {
	margin-top: 30px;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.app-fl-align {
	display: inline-block;
	margin-right: 50px;
}

.app-btn-cyan {
	background: #00b9af;
	color: #fff;
}

.app-bold-font {
	font-weight: bold;
}

.app-xl-font {
	font-size: 20px;
}

.app-bg-ash {
	background: #fff;
}

.bad-comm-color {
	color: #F20000;
}

.good-comm-color {
	color: #3078B3;
}

/*************************************************
1.login page
**************************************************/
.app-input-txt {
	border: 4px solid #15A7C6;
	border-radius: 0;
	box-shadow: none !important;
	line-height: 35px;
	height: 50px;
	padding: 10px;
}

.app-input-txt:focus {
	border: 4px solid #15A7C6 !important;
}

/*************************************************
2.dashboard home
**************************************************/
#create-new-host {
	margin: 20px 0;
}

.all-hosts {
	padding: 0;
	margin: 0;
	padding-left: 20px;
}

.all-hosts li {
	padding-bottom: 5px;
	font-size: 16px;
	width: 100%;
	margin: 8px 0;
	clear: both;
}

/*************************************************
2.dashboard single page 
**************************************************/
.show-all-tweets {
	margin-bottom: 20px;
}

.sorting-rates {
	overflow: hidden;
}

.single-tweet {
	width: 352px;
	float: left;
	margin-right: 4px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.user-pic {
	margin-right: 10px;
}

.user-name {
	display: inline-block;
	margin-top: -10px;
}

.screen-name {
	margin-top: -10px;
}

.bd-top-neg {
	border-top: 6px solid #F20000;
}

.bd-top-pos {
	border-top: 6px solid #3078B3;
}

/**
* Chart.js
*/
.highcharts-button {
	display: none;
}

.highcharts-tooltip h3 {
	margin: .3em 0;
}

.highcharts-grid {
	display: none;
}

.highcharts-axis {
	display: none;
}

.highcharts-axis-labels {
	display: none;
}

/*************************************************
3.category page
**************************************************/
.edit-field {
	display: none;
}

/*************************************************
Bootstrap
**************************************************/
.container {
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.row {
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	
	.col-sm-12 {
		width: 100%;
	}
	
	.col-sm-11 {
		width: 91.66666667%;
	}
	
	.col-sm-10 {
		width: 83.33333333%;
	}
	
	.col-sm-9 {
		width: 75%;
	}
	
	.col-sm-8 {
		width: 65.66666667%;
	}
	
	.col-sm-7 {
		width: 58.33333333%;
	}
	
	.col-sm-6 {
		width: 50%;
	}
	
	.col-sm-5 {
		width: 41.66666667%;
	}
	
	.col-sm-4 {
		width: 32.33333333%;
	}
	
	.col-sm-3 {
		width: 25%;
	}
	
	.col-sm-2 {
		width: 16.66666667%;
	}
	
	.col-sm-1 {
		width: 8.33333333%;
	}
}

#embed-container {
	font-size: 20px;
}

#chart-container table {
	margin-bottom: 0 !important;
}

#chart-container table td {
	padding: 0 !important;
	border-top: 0 !important;
}

#chart-container table tbody {
	border-bottom: 0 !important;
}

.row {
	clear: both;
	display: block;
}

.hp-wrap {
	display: none;
}

.footermenu a:hover { 
 color:black !important; 
}

.frontpagelink a:hover {
 color:#222 !important;
}

/* Search Form */

.genesis-nav-menu>.search {

}
.search-form {
    overflow: hidden;
	position: relative;
	display: none;
	width: 300px;
    float: right;
	margin: 5px 0 5px 0;
}
.search-form input[type="search"] {
    width: 270px;
    padding: 10px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #fff;
}
.search-form input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 12px 14px 11px 14px;
    border: 1px solid #fff;
    height: auto;
    width: 100px !important;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0 !important;
}

@media only screen and (max-width: 1024px) {
	
	.search-form {
		margin-right: 175px;
	}
}

@media only screen and (max-width: 800px) {
	
	.search-form {
		margin-right: 0;
		float: left;
		margin-left: -10px;
	}	
}

/* Homepage icons */

.icon-display {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.icon-flexbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 2.5em 2em 0 2em;
  max-width: 45em;
}

.icon-display-box {
  margin: 2em 2em 0 4.5em;
}

@media only screen and (max-width: 1024px) {
	
.icon-display-box {
margin: 0;
display: inline-block;
	}
}

@media only screen and (max-width: 800px) {
	
.icon-display-box {
margin: 0;
display: inline-block;
	}
}

@keyframes animation {
  0% {
    transform: rotate(0deg);
    left: 0.49em;
    top: 0.45em;
  }
  30% {
    top: -1.5em;
    left: 1.8em;
    transform: scale(0.9);
  }
  35% {
    opacity: 0;
    top: 2.45em;
    left: -1.8em;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) scale(1);
    left: 0.49em;
    top: 0.45em;
  }
}

.hero-icon {
  position: relative;
  width: 1.9em;
  height: 1.9em;
  line-height: 1.8em;
  border-radius: 50%;
  border: 0.15em solid transparent;
  text-align: center;
  transition: box-shadow 300ms cubic-bezier(0.2, 0, 0.7, 1), transform 300ms cubic-bezier(0.2, 0, 0.7, 1), border-width 300ms cubic-bezier(0.2, 0, 0.7, 1);
  font-size: 2.6em;
}

.hero-icon i.main {
  animation-duration: 0.75s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-name: none;
}

.hero-icon:hover.animation i.main {
  animation-duration: 1s;
  transform-origin: 0% 50%;
  animation-name: animation;
  position: absolute;
  left: 0.34em;
  top: 0.34em;
}

.hero-icon.green {
  background: #00c092;
  border-color: #fff;
  color: white;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}
.hero-icon.green:hover {
  box-shadow: 0 0 1px 0.4em #7fdfc8, 0 0 1px 0.8em rgba(255, 255, 255, 0.2);
}

/* Flow Chart 
--------------------------------------------------------------------------- */

/* Flow Chart */

.flow .content {
	padding: 0;
	margin-bottom: 80px;
}

/* Headings */

.title-end,
.title-start {
	text-align: center;
	color: #000;
	font-weight: 400;
	font-size: 24px;
}
.title-end {
	margin-top: 20px
}

/* Step Block */

.step-block {
    position: relative;
    padding: 131px 15px 0;
    overflow: hidden;
    margin: 0 -14px;
}

.step-block:before {
    content: '';
    height: 84px;
    width: 84px;
    border-radius: 0 0 58%;
    border: solid #00c092;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -83px;
	margin-top: -1px;
}

.step-block:after {
    content: '';
    width: 42%;
    height: 107px;
    border: solid #00c092;
    border-radius: 50px 0 0 50px;
    border-width: 2px 0 2px 2px;
    position: absolute;
    top: 83px;
    left: 16px;
}


/* Bullets */

.step-block .bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #00c092;
    background: #fff;
    position: absolute;
    z-index: 10
}

.step-block .bullet.top {
    left: 50%;
    top: 0;
    margin-left: -10px
}

.step-block .bullet:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00c092;
}

.step-block .bullet.final {
    left: 50%;
    bottom: 0px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #00c092;
    background: #fff;
    position: absolute;
    z-index: 10;
}


/* Rows */

.step-block .top-row {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0 75px;
}

.step-block .top-row:after {
	content: '';
    display: block;
    clear: both
}

.step-block .top-row:before {
	content: '';
    width: auto;
	position: absolute;
    top: 61px;
	left: 15%;
	right: 15%;
    border: solid #00c092;
    border-width: 0 0 2px 2px;
}

.final-row {
    position: relative;
    padding: 131px 15px 0;
    overflow: hidden;
    margin: 0 -14px;
}

.final-row:before {
    content: '';
    height: 84px;
    width: 84px;
    border-radius: 58% 0 0 0;
    border: solid #00c092;
    border-width: 2px 0 0 2px;
    position: absolute;
    top: 57px;
    left: 50%;
    margin-left: 0px;
	margin-top: -1px;
}


/* Columns */

.step-block .col {
    width: 50%;
    float: left;
    position: relative
}

.step-block .col.small {
    float: left;
    width: 33.332%
}


/* Circles */

.step-block .before-last-right-circle {
    position: absolute;
    top: 61px;
    right: 9px;
    bottom: -58px;
    border-radius: 0 140px 140px 0;
    border: solid #00c092;
    border-width: 2px 2px 2px 0;
    width: 42%;
    height: auto;
    z-index: 10;
}

.step-block .right-circle {
    position: absolute;
    top: 61px;
    right: -3px;
    bottom: -58px;
    border-radius: 0 170px 170px 0;
    border: solid #00c092;
    border-width: 2px 2px 2px 0;
    width: 250px;
    height: auto;
    z-index: 10
}

.step-block .left-circle {
    position: absolute;
    top: 61px;
    left: -1px;
    bottom: -58px;
    border-radius: 170px 0 0 170px;
    border: solid #00c092;
    border-width: 2px 0 2px 2px;
    width: 250px;
    height: auto;
    z-index: 10;
}


/* Boxes */

.step-block .box {
    display: inline-block;
    vertical-align: top;
    max-width: 340px;
    padding: 0 20px 84px;
    position: relative;
    z-index: 10;
}

.step-block .box-wrap:after {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    width: 1px;
    background: #00c092;
    height: 30px;
    display: none
}

.step-block .box-wrap:before {
    content: '';
    position: absolute;
    bottom: -28px;
    left: 50%;
    width: 1px;
    background: #00c092;
    height: 30px;
    z-index: -1;
    display: none
}

.step-block .box-wrap {
	border: 2px solid #00c092;
	background-color: #fff;
	display: inline-block;
    vertical-align: top;
    width: 300px;
	text-align: center;
	/* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.26); */
}

.service-category .main-service{
  	position: relative;
  	background-color: #ffffff;
  	text-align: center;
}
.service-category .main-service img {
  	font-size: 20px;
  	padding: 10px;
	margin-bottom: 40px;
}
.service-category .main-service > h4 {
  	margin-top: 20px;
  	margin-bottom: 20px;
  	position: relative;
  	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  	transition: opacity 0.35s, transform 0.35s;
  	-ms-transform: translate(0px,0px);
  	-webkit-transform: translate(0px,0px);
  	transform: translate(0px,0px);
	text-transform: uppercase;
    font-family: "Oswald", sans-serif;
	font-size: 26px;
	-webkit-font-smoothing: antialiased;
}
.service-category .sub-services{
	position: absolute;
    top: 0;
    width: 100%;
    left: 0px;
    padding: 0 10px;
}
.service-category .sub-services p {
  	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  	transition: opacity 0.35s, transform 0.35s;
  	-ms-transform: translate(0px,-3600px);
  	-webkit-transform: translate(0px,-3600px);
  	transform: translate(0px,-3600px);
  	text-align: left;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
	margin-bottom: 8px;
}

.service-category .sub-services li{
  	margin-bottom: 5px;
  	text-align: left;
  	/* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);*/
  	transition: opacity 0.35s, transform 0.35s;
  	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  	-ms-transform: translate(0px,3600px);
  	-webkit-transform: translate(0px,3600px);
  	transform: translate(0px,3600px);
}

.service-category .sub-services li a {
  	color: #222;
  	padding: 3px 3px;
  	text-align: left;
  	background: #ffffff;
  	display: block;
	font-size: 15px;
}

.service-category .sub-services li a:hover{
  	color: #fff;
	background: #00c092;
}

.main-service:hover > h4,
.main-service:hover > img {
  	opacity: 0;
  	-webkit-transition: opacity 0.20s, -webkit-transform 0.35s;
  	transition: opacity 0.20s, transform 0.35s;
  	-ms-transform: translate(0px,360px);
  	-webkit-transform: translate(0px,360px);
  	transform: translate(0px,360px);
}
.main-service:hover .sub-services p{
  	-ms-transform: translate(0px,0px);
  	-webkit-transform: translate(0px,0px);
  	transform: translate(0px,0px);
}

.main-service:hover .sub-services li{
  	-ms-transform: translate(0px,0px);
  	-webkit-transform: translate(0px,0px);
  	transform: translate(0px,0px);
}

.main-service:hover .sub-services p {
  	-webkit-transition-delay: 0.5s;
  	transition-delay: 0.5s;
}

.main-service:hover .sub-services li:nth-of-type(2) {
  	-webkit-transition-delay: 0.10s;
  	transition-delay: 0.10s;
}

.main-service:hover .sub-services li:nth-of-type(3) {
  	-webkit-transition-delay: 0.20s;
	transition-delay: 0.20s;
}

.prev_next {clear:both;margin:0.5em;}

/* 
 *
 *
 * Media Queries
 *
 *
 */

@media (max-width: 1024px) {
	
	.step-block .top-row {
		padding: 0;
	}
	
	.step-block .box-wrap {
		width: 250px;
	}
	
	.step-block .box-wrap p {
		display: none;
	}
	
	.step-block .left-circle,
	.step-block .right-circle {
    	bottom: -63px;
	}
	
	.step-block:after {
		left: 0;
	}
	.final-row:before {
		left: 49.6%;
	}
	
}


@media (max-width: 800px) {
	
	.step-block .box-wrap p {
		display: none;
	}

    .step-block {
        margin: 0;
        padding: 40px 0 0
    }

    .step-block:before {
        margin-left: 0;
        border-radius: 0;
        width: 1px;
        height: 60px
    }

    .step-block:after {
        display: none
    }

    .step-block .top-row {
        padding: 0
    }

    .step-block .top-row:before {
        display: none
    }

    .step-block .col {
        width: 100%
    }

    .step-block .col.small {
        width: 100%
    }

    .step-block .box {
        padding: 0 10px 40px;
        max-width: none
    }
	
	.step-block .box-wrap:after,
	.step-block .box-wrap:before {
        display: block
    }

    .final-row {
        margin: 0;
        padding: 50px 0 0
    }

    .final-row:before {
        margin-left: 0;
        border-radius: 0;
        width: 1px;
        height: 60px
    }

	.step-block .right-circle,
	.step-block .left-circle,
    .step-block .before-last-right-circle {
        display: none
    }
	
	.step-block:before {
		border: none;
	}

}

#remove-bullet ul li { list-style-type: none !important; }

.social {
    position: fixed;
    right: 0;
    bottom: 0;
    color: #222;
    width: 120px;
    padding: 5em 0 4em 0;
    text-align: right;
    z-index: 100000;
}

.social::before {
	content: '';
	position: absolute;
	width: 491px;
	height: 332px;
	top: -80px;
	left: -60px;
	z-index: 0;
	opacity: 0.9;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-transition: opacity 0.3s, -webit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	pointer-events: none;
}

.social:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.social__title::before {
	content: '';
	position: absolute;
	bottom: 93%;
	left: 27%;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 0.45em;
	color: #212738;
}

.social__title,
.social__desc {
	margin: 0;
	color: #222;
	position: relative;
        font-size: 0.9em;
}

.social__title {
	-webkit-transform: translate3d(5px,10px,0);
	transform: translate3d(5px,10px,0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.social:hover .pater__title {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.social__title img {
	width: 90%;
}

.social__desc {
	font-weight: 600;
	padding: 0.3em 0 0 0.3em;
}

@media screen and (max-width: 50em) {

body {padding-bottom:4em;}
.desktop {display:none;}

.social {
	width: 100%;
	padding: 1em;
	text-align: left;
	background: #f9f9f9;
	-webkit-transform: translateZ(200px);
	transform: translateZ(200px);
	}
	.social__title::before {
		left: 0;
	}
	.social__title img {
	width: 150px;
	margin-top: 0.35em;
	}
	.social::before {
		display: none;
	}
	.social__desc {
	font-size: 0.45em;
	}
}



.pricing-wrapper {
  width: 94%;
  max-width: 1000px;
  margin: 100px auto;
  color: #3d4351;
}

.pricing-wrapper h3 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 24px;
  font-weight: 100;
}

.pricing-wrapper h3 a {
  color: #59cfe4;
  font-weight: 600;
}

.pricing-options {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 100px;
}

.pricing-options li {
  float: left;
  width: 48%;
}

.pricing-options li:last-child {
  float: right;
}

.pricing-options li a {
  display: block;
  color: #3d4351;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 20px 50px;
  position: relative;
  overflow: hidden;
}

.pricing-options li a:hover {
  background: #f8f8f8;
}

.pricing-options li a:hover .cta {
  background: #52bed1;
}

.pricing-options li h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
}

.pricing-options li h5 {
  font-size: 18px;
}

.pricing-options li h5 span {
  color: #70e08f;
  font-weight: 600;
}

.pricing-options li p {
  color: #999;
  line-height: 24px;
  height: 48px;
}

.pricing-options li .cta {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #59cfe4;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
}

.pricing-table {
  width: 100%;
  margin: 30px 0 100px;
  text-align: center;
}

.pricing-table th {
  width: 25%;
  background: #e2e3e4;
  line-height: 60px;
  font-size: 18px;
}

.pricing-table tbody {
  border-bottom: none;
}

.pricing-table td, th {
  text-align: center;
  padding: 0;
  border-top: none;
  border-bottom: none;
}

.pricing-table th.col1-head {
  border-radius: 5px 0 0 0;
  border-right: 1px solid #d6d7d8;
}

.pricing-table th.col2-head {
  border-radius: 0 5px 0 0;
}

.pricing-table .feature-cell {
  width: 50%;
  text-align: left;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  padding: 20px;
}

.pricing-table .check-cell {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
}

.pricing-table .cta-cell {
  width: 25%;
  background: #925CAA;
  line-height: 60px;
  background: #925CAA;
}

.pricing-table .cta-cell:hover {
  background: #000;
}

.pricing-table .cta-cell a {
  color: #fff;
  display: block;
}

.pricing-table .cta-cell.left {
  border-radius: 0 0 0 5px;
  border-right: 1px solid #925CAA;
}

.pricing-table .cta-cell.right {
  border-radius: 0 0 5px 0;
}

.hexagon {
  display: inline-block;
  width: 32px;
  height: 20px;
  background: #925CAA;
  position: relative;
  vertical-align: middle;
}

.hexagon:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 8px solid #925CAA;
}

.hexagon:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 8px solid #925CAA;
}
