/*
	Theme Name: Uberstrategist
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: PixandCodes
	Author URI: http://www.studiopress.com/

	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

*,
*::before,
*::after {
	box-sizing: border-box;
}


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

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::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,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::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
---------------------------------------------------------------------------------------------------- */

/* ## Fonts
--------------------------------------------- */

@font-face {
    font-family:'Cervo Neue Black Neue';
    src: 
    
    ('fonts/CervoNeue-BlackNeue.eot');
	src: url('fonts/CervoNeue-BlackNeue.eot?#iefix') format('embedded-opentype'),
		url('fonts/CervoNeue-BlackNeue.woff2') format('woff2'),
		url('fonts/CervoNeue-BlackNeue.woff') format('woff'),
		url('fonts/CervoNeue-BlackNeue.svg#CervoNeue-BlackNeue') format('svg');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Cervo Neue Bold Neue';
    src: url('fonts/CervoNeue-BoldNeue.eot');
	src: url('fonts/CervoNeue-BoldNeue.eot?#iefix') format('embedded-opentype'),
		url('fonts/CervoNeue-BoldNeue.woff2') format('woff2'),
		url('fonts/CervoNeue-BoldNeue.woff') format('woff'),
		url('fonts/CervoNeue-BoldNeue.svg#CervoNeue-BoldNeue') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Cervo Neue Medium Neue';
    src: url('fonts/CervoNeue-MediumNeue.eot');
	src: url('fonts/CervoNeue-MediumNeue.eot?#iefix') format('embedded-opentype'),
		url('fonts/CervoNeue-MediumNeue.woff2') format('woff2'),
		url('fonts/CervoNeue-MediumNeue.woff') format('woff'),
		url('fonts/CervoNeue-MediumNeue.svg#CervoNeue-MediumNeue') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Cervo Regular';
    src: url('fonts/CervoNeue-RegularNeue.eot');
	src: url('fonts/CervoNeue-RegularNeue.eot?#iefix') format('embedded-opentype'),
		url('fonts/CervoNeue-RegularNeue.woff2') format('woff2'),
		url('fonts/CervoNeue-RegularNeue.woff') format('woff'),
		url('fonts/CervoNeue-RegularNeue.svg#CervoNeue-RegularNeue') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Cervo Neue Light Neue';
    src: url('fonts/CervoNeue-LightNeue.eot');
	src: url('fonts/CervoNeue-LightNeue.eot?#iefix') format('embedded-opentype'),
		url('fonts/CervoNeue-LightNeue.woff2') format('woff2'),
		url('fonts/CervoNeue-LightNeue.woff') format('woff'),
		url('fonts/CervoNeue-LightNeue.svg#CervoNeue-LightNeue') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Cervo Neue Thin Neue';
    src: url('fonts/CervoNeue-ThinNeue.eot');
	src: url('fonts/CervoNeue-ThinNeue.eot?#iefix') format('embedded-opentype'),
		url('fonts/CervoNeue-ThinNeue.woff2') format('woff2'),
		url('fonts/CervoNeue-ThinNeue.woff') format('woff'),
		url('fonts/CervoNeue-ThinNeue.svg#CervoNeue-ThinNeue') format('svg');
    font-weight: 250;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Sentinel Light';
    src: url('fonts/Sentinel-Light.eot');
	src: url('fonts/Sentinel-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Sentinel-Light.woff2') format('woff2'),
		url('fonts/Sentinel-Light.woff') format('woff'),
		url('fonts/Sentinel-Light.svg#Sentinel-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Sentinel Light Italic';
    src: url('fonts/Sentinel-LightItalic.eot');
	src: url('fonts/Sentinel-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Sentinel-LightItalic.woff2') format('woff2'),
		url('fonts/Sentinel-LightItalic.woff') format('woff'),
		url('fonts/Sentinel-LightItalic.svg#Sentinel-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Sentinel Black';
    src: url('fonts/Sentinel-Black.eot');
	src: url('fonts/Sentinel-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/Sentinel-Black.woff2') format('woff2'),
		url('fonts/Sentinel-Black.woff') format('woff'),
		url('fonts/Sentinel-Black.svg#Sentinel-Black') format('svg');
    font-weight: 450;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}


/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	background-color: #0c1319;
	color: #333;
	font-family:'Sentinel Light';
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

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

a {
	color: #c3251d;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Cervo Neue Bold Neue';
	font-weight: 600;
	line-height: 1;
	margin: 0 auto 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	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 img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

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

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1100px;
}

body.full-width-page .site-inner{
	max-width: 100%;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

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

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## 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,
.alignleft .avatar {
	margin-right: 24px;
}

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

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

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

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

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

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

img.alignnone,
.alignnone {
	margin-bottom: 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;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

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

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

.widget li li {
	border: 0;
	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 {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


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

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

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

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	position: fixed;
	display: block;
	width: 100%;
	z-index: 99999;
	transition: all 0.3s ease;
}

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

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

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

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
	transition: all 0.3s ease;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

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

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 32px 20px;
	text-decoration: none;
	font-family:'Cervo Regular';
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #f2092b;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	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: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 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 {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


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

/* ## Entries
--------------------------------------------- */
.entry-content ol,
.entry-content ul {
	margin: 12px 0;
}

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

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

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

.entry-content code {
	background-color: #333;
	color: #eee;
}

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

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

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

.comment-header p {
	margin-bottom: 0;
}

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


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


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

.footer-widgets {
	background-color: #07090d;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
}

.footer-widgets p,
.footer-widgets a{
	color: #fff;
	text-decoration: none;
}

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

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

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

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

.footer-widgets-2::before{
	content: '';
	width: 45px;
	height: 5px;
	background-color: #c21b35;
	display: block;
	margin: auto 0 30px auto;
}

.footer-widgets-2::after{
	content: '';
	width: 45px;
	height: 5px;
	background-color: #c21b35;
	display: block;
}

.footer-widgets-1 #text-2,
.footer-widgets-1 #simple-social-icons-3{
	padding-left: 50px;
}

/*.footer-widgets-2{
	margin-top: 60px;
}*/

.footer-widgets-2 #nav_menu-3 ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}

.footer-widgets-2 #nav_menu-3 ul li:last-child{
	margin-right: 0;
}

.footer-widgets-2 #nav_menu-3 ul li a{
	font-family:'Cervo Neue Medium Neue';
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
}

.footer-widgets-2 #black-studio-tinymce-2 h4{
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 2px;
	display: block;
	transition: all 0.3 ease;
}

.footer-widgets-2 #black-studio-tinymce-2 h4:after{
	content: '>';
	color: #c21b35;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: rotate(0deg);
}

.footer-widgets-2 #black-studio-tinymce-2 h4:hover:after{
	transform: rotate(180deg);
}

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

.site-footer {
	background-color: #07090d;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

/* ## General resets and Custom Css Selection
--------------------------------------------- */
.xbig {
    font-size: 63px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}

.white{ 
	color: #fff;
}

.darkred{
	color: #c21b35;
}

.red{
	color : #fb424f;
}

.blue{
	color: #50b2d6;
}

.green{
	color: #a4d33f;
}

.tu{
	text-transform: uppercase;
}

.rbl,
.rbr{
	display: inline-block;
}

.rbl::before{
	content: '';
	border-top: 6px solid #c21b35;
	display: block;
	height: 6px;
	margin: auto auto 25px 0;
	max-width: 60px;
}

.rbr::before{
	content: '';
	border-top: 6px solid #c21b35;
	display: block;
	height: 6px;
	margin: auto 0 25px auto;
	max-width: 60px;
}

.rbc::before{
	content: '';
	border-top: 6px solid #c21b35;
	display: block;
	height: 6px;
	margin: 0 auto 25px;
	max-width: 60px;
}

.bordered .fl-module-content{
	border: 5px solid #fff;
	padding: 15px 20px;
}

body,
html{
	overflow-x: hidden;
}

.clear{
	clear: both;
}

.subheader{
	background-image: url('/wp-content/uploads/2018/01/subbanner.jpg');
	background-size: cover;
	background-position: left center;
	padding: 150px 0 35px;
}

.subheader h2{
	text-transform: uppercase;
}

body.fl-builder .fl-builder-content a.fl-button{
	background: transparent;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 10px;
	transition: all 0.3s ease;
	font-family:'Cervo Neue Bold Neue';
	font-size: 12px;
	line-height: 1;
	padding: 10px 15px;
	text-align: center;
	overflow: hidden;
}

body.fl-builder .fl-builder-content a.fl-button span{
	color: #fff;
}

body.fl-builder .fl-builder-content a.fl-button i{
	color: #fb424f;
}

body.fl-builder .fl-builder-content a.fl-button:hover{
	border-color: #fff;
}

.site-header.scrolled{
	background-color: rgba(0,0,0,0.5);
}

.site-header.scrolled .site-title > a{
	background-position: left!important;
	min-height: 40px!important;
}

.site-header.scrolled .genesis-nav-menu a{
	padding: 15px 20px 0;
}

body .fl-row-content-wrap{
	padding: 80px 20px;
}

/* # Slick Slider Resets
---------------------------------------------------------------------------------------------------- */
body .slick-prev, 
body .slick-next{
	z-index: 999;
	top: 60%;
	border: 2px solid #bf1b35;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

body .slick-prev:hover, 
body .slick-next:hover{
	border-color: #ac1733;
}

body .slick-prev{
	left: 10%;
}

body .slick-next{
	right: 10%;
}

body .slick-prev::before,
body .slick-next::before{
	display: block;
	margin-top: -15px;
}

body .slick-prev::before {
    content: '\2039';
    font-size: 30px;
}

body .slick-next::before {
    content: '\203A';
    font-size: 30px;
}
/**************home slider*****************/
div#slider-heading {
    position: absolute;
    top: 119px;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    max-width: 500px;
    text-align: center;
}
#home-slider h2.xbig.white {
    visibility: hidden;
}
#home-slider .uberdetails span br {
    display: none;
}
#home-slider .uberdetails {
    max-width: 72%;
    margin-left: auto;
    margin-right: auto;
	position:relative;
}
#home-slider .uberdetails p:first-child::after, #home-slider .uberdetails p:first-child::before {
    background-image: url("images/right-quote.png");
    background-repeat: no-repeat;
    background-size: 22px 17px;
    content: "hlo";
    font-size: 0;
    height: 17px;
    margin: 8px 0 0 8px;
    position: absolute;
    width: 22px;
    z-index: 1;
}
#home-slider .uberdetails p:first-child::before {
    background-image: url("images/left-quote.png");
    margin: 8px 0 0 -23px;
}



/* # Tabs CSS Reset
---------------------------------------------------------------------------------------------------- */
.fl-tabs-panel{
	border: none!important;
}

.fl-tabs-vertical .fl-tabs-panels{
	background-color: transparent;
	border: none;
}

.fl-tabs-vertical .fl-tabs-label,
.fl-tabs-vertical .fl-tabs-label.fl-tab-active{
	border: 1px solid #b21739!important;
	text-transform: uppercase;
	font-family:'Cervo Neue Bold Neue';
	outline: none;
	position: relative;
	z-index: 1;
}

.greentab .fl-tabs-vertical .fl-tabs-label,
.greentab .fl-tabs-vertical .fl-tabs-label.fl-tab-active{
	border: 1px solid #5ba16a!important;
}

.fl-tabs-vertical .fl-tabs-label:hover{
	color: #fff;
}

.fl-tabs-vertical .fl-tabs-label:before{
	content: '';
	width: 0;
	height: 100%;
	display: block;
	background-color: #b21739;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	z-index: -1;
}

.greentab .fl-tabs-vertical .fl-tabs-label:before{
	background-color: #5ba16a;
}

.fl-tabs-vertical .fl-tabs-label:hover:before{
	width: 100%;
}

.fl-tabs-vertical .fl-tabs-label{
	background-color: transparent;
	color: #fff;
	margin: 0 15px 15px;
}

.fl-tabs-vertical .fl-tabs-label.fl-tab-active{
	color: #fff;
	background-color: #b21739;
}

.greentab .fl-tabs-vertical .fl-tabs-label.fl-tab-active{
	background-color: #5ba16a;
}

/* # Mobile Reset Css
---------------------------------------------------------------------------------------------------- */
.menu-toggle{
	font-size: 0;
}

.dashicons, 
.dashicons-before::before{
	width: 35px;
	height: 35px;
}

/* # Home Css
---------------------------------------------------------------------------------------------------- */
#onboardmarketing .fl-col-group .fl-col .fl-col-content{
	margin: 0 15px;
}

#onboardmarketing .fl-col-has-cols .fl-col-content .fl-col-group:nth-of-type(2){
	margin-bottom: 35px;
}

#onboardmarketing .fl-col-has-cols .fl-col-content .fl-col-group:nth-of-type(2) .fl-col-content{
	padding: 100px 0 0 25px;
}

#onboardmarketing .fl-col-has-cols .fl-col-group:last-child .fl-col .fl-col-content{
	border: 2px solid #272c36;
}

/* # About Css
---------------------------------------------------------------------------------------------------- */
#whatwedo ul {
	text-align: center;
}

#whatwedo ul li{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	border-right: 1px solid #fff;
	text-align: center;
}

#whatwedo ul li:last-child{
	border-right: none;
}

#whoisuber img{
	display: none;
}

/* # Case Studies Css
---------------------------------------------------------------------------------------------------- */

/* # Single Case Studies Css
---------------------------------------------------------------------------------------------------- */
body.single-case_studies .fl-row-content-wrap{
	padding: 25px 20px 80px;
}

body.single-case_studies .casetitle{
	font-size: 50px;
	padding: 50px 25px 0; 
	text-transform: uppercase;
}

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

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

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

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

}


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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

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

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

	body .fl-row-content-wrap{
		padding: 25px 20px;
	}

	.footer-widgets{
		padding: 25px;
	}

	.xbig{
		font-size: 50px;
	}

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.site-header{
		background-color: rgba(0,0,0,0.5);
	}
	
	.site-header > .wrap{
		position: relative;
		padding-left: 25px;
		padding-right: 25px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.genesis-nav-menu li,
	/*.header-image .title-area,*/
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

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

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

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	/*.menu-toggle,*/
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #c3251d;
	}

	.menu-toggle {
		display: block;
		background-color: transparent!important;
		color: #fff;
		visibility: visible;
		line-height: 1;
		padding: 0;
		position: absolute;
		width: inherit;
		z-index: 1000;
		top: 20px;
		right: 10px;
	}

	.menu-toggle:hover,
	.menu-toggle:active{
		background-color: transparent;
	}

	.menu-toggle::before {
		font-size: 35px;
		color: #fff;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0;
		text-align: center;
	}

	.footer-widgets-1 #text-2, 
	.footer-widgets-1 #simple-social-icons-3{
		padding-left: 0;
	}

	.footer-widgets-2::before,
	.footer-widgets-2::after{
		display: none;
	}

	.widget .alignleft{
		float: none;
		text-align: center;
		display: inline-block;
	}

	body .uberstrategist-quote-slider .ubercontent{
		min-height: auto;
		padding: 150px 25px 35px;
	}

	body.fl-builder .fl-builder-content a.fl-button{
		letter-spacing: 5px;
	}

	body .uberstrategist-quote-slider .ubercontent h2{
		margin-bottom: 15px;
	}

	body .slick-prev{
		left: 10%;
	}

	body .slick-next{
		right: 10%;
	}
	
	body .slick-prev, 
	body .slick-next{
		width: 25px;
    	height: 25px;
	}

	.slick-prev::before, 
	.slick-next::before{
		font-size: 20px;
	}

	.header-image .site-title > a,
	.site-header .site-title > a,
	.site-header.scrolled .site-title > a{
		background-position: left !important;
		min-height: 40px !important;
	}

	.subheader{
		padding: 120px 0 25px;
	}
}

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

	.xbig,
	body.single-case_studies .casetitle{
		font-size: 38px;
	}
	
	body .uberstrategist-quote-slider .ubercontent .uberdetails{
		padding: 0 35px;
	}
}

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

	.xbig,
	body.single-case_studies .casetitle{
		font-size: 24px;
	}

	body br{
		display: none;
	}

	body,
	body > div,
	body p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	body p span[style]{
		font-size: 18px!important;
		font-size: 1.8rem!important;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

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

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

	body .uberstrategist-quote-slider .ubercontent{
		padding: 100px 25px 35px;
	}

	#onboardmarketing .fl-col-group-nested .fl-col-small{
		margin-bottom: 25px;
	}

	#onboardmarketing .fl-col-group-nested .fl-col-small:last-child{
		margin-bottom: 0;
	}

	#onboardmarketing .fl-col-has-cols .fl-col-content .fl-col-group:nth-of-type(2) .fl-col-content{
		padding: inherit;
	}
}

@media only screen and (max-width: 768px){
	body .casestudies .cases p{
		padding: 35px;
		transform: none;
		margin: 0;
	}

	body .casestudies .cases a{
		position: static;
		display: block;
	}

	body .casestudies .cases{
		min-height: inherit;
		margin: 0 0 15px;
	}

	body .fl-col-small{
		max-width: 100%;
	}

	body.fl-builder .fl-builder-content a.fl-button{
		letter-spacing: 2px;
	}

	body .slick-prev{
		left: 5%;
	}

	body .slick-next{
		right: 5%;
	}

	.footer-widgets-2 #nav_menu-3 ul li{
		margin-right: 20px;
		margin-left: 20px;
	}

	.footer-widgets-2 #black-studio-tinymce-2 h4{
		font-size: 18px;
	}
	
	#whoisuber img{
		display: block;
	}
	
	#whoisuber .hide{
		display: none;
	}
	
	#whoisuber .fl-rich-text{
		text-align: center;
	}
	
	#whatwedo ul{
		margin: 0;
	}
	
	#whatwedo ul li{
		border-right: none;
		display: block;
		width: 100%;
	}
	
	body .uberstrategist-testimonial .ubertestcont .uberimg,
	body .uberstrategist-testimonial .ubertestcont .ubercont,
	body .uberstrategist-testimonial .ubertestcont:nth-of-type(2n) .uberimg,
	body .uberstrategist-testimonial .ubertestcont:nth-of-type(2n) .cont{
		float: none;
	}
	
	body .uberstrategist-testimonial .ubertestcont .uberimg,
	body .uberstrategist-testimonial .ubertestcont .ubercont,
	body .uberstrategist-testimonial .ubertestcont:nth-of-type(2n) .uberimg,
	body .uberstrategist-testimonial .ubertestcont:nth-of-type(2n) .cont{
    	width: 100%;
    	text-align: center;
	}
}

@media only screen and (max-width: 460px){
	.header-image .site-title > a,
	.site-header .site-title > a,
	.site-header.scrolled .site-title > a{
		min-height: 20px !important;
	}

	.footer-widgets-2 #nav_menu-3 ul li{
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


/*testimonial css*/
.testimonial_rotator.template-longform .testimonial_rotator_quote {
    color: #ffffff;
    font-family: Sentinel Light Italic;
    font-size: 22px;
    margin: 0 auto;
    max-width: 80%;
    text-align: center;
	padding: 20px;
    position: relative;
}

.testimonial_rotator_nav .fa {
    border: 2px solid #bf1b35;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    height: 36px;
    line-height: 33px;
    text-align: center;
    width: 36px;
}
.testimonial_rotator_nav .fa:hover {
    border: 2px solid #ac1733;
}


.main-testi {
    margin: 25px auto 0;
    max-width: 400px;
    overflow: hidden;
    width: 100%;
}
.main-testi .testimonial_rotator_img.img {
  border-left: 1px solid #35454c;
  border-radius: 0 !important;
  /*float: right;*/
  height: auto !important;
  text-align: right;
  /*width: 46% !important;*/
}
.main-testi .testimonial_rotator_author_info.cf-tr {
    /*float: left;*/
    text-align: right;
	/*width: 46%;*/
}
.main-testi .testimonial_rotator_img.img img {
    height: auto!important;
    max-width: 90%;
    width: auto!important;
}
.main-testi .testimonial_rotator_author_info.cf-tr p {
    color: #ffffff;
    font-size: 16px !important;
    line-height: normal !important;
    margin: 0 !important;
    text-align: right !important;
}
.main-testi .testimonial_rotator_author_info.cf-tr p:first-child {
    font-family: "Sentinel Bold";
    font-size: 18px!important;
    font-weight: bold;
    text-transform: uppercase;
}
 

.testimonial_rotator.template-longform .testimonial_rotator_quote::after, .testimonial_rotator.template-longform .testimonial_rotator_quote::before {
    background-image: url("images/right-quote.png");
    background-repeat: no-repeat;
    background-size: 22px 17px;
    content: "hlo";
    font-size: 0;
    height: 17px;
    margin: 8px 0 0;
    position: absolute;
    width: 22px;
    z-index: 1;
}
.testimonial_rotator.template-longform .testimonial_rotator_quote::before {
    background-image: url("images/left-quote.png");
    margin: 8px 0 0 -20px;
}




.genesis-nav-menu .sub-menu li a {
  background: rgba(39, 16, 31, 0.95) none repeat scroll 0 0;
  border-bottom:1px solid rgb(55, 32, 47);
  border-top: medium none;
  border-right: medium none;
  border-left: medium none;
  font-weight: normal;
  padding: 15px 20px!important;
  text-align: center;
}
.smls-grid-container-template-2 {
    border: 0px solid #e9e9e9!important;
}
.smls-grid-container-template-2 .smls-grid-image-wrap:before {
    border-left: 0px solid #e9e9e9!important;
}
.smls-grid-container-template-2 .smls-grid-image-wrap:after {
    border-bottom: 0px solid #e9e9e9!important;
}
.smls-grid-container-template-2 .smls-grid-image-wrap {
    min-height: 60px!important;
    max-width: 100%;
    padding: 2% !important;
    text-align: center;
}
.smls-main-logo-wrapper .smls-grid-image-wrap .smls-grid-pad-container {
    display: block;
}
#clientlogo .fl-tabs-panel-content.fl-tab-active {
    padding-top: 0;
    padding-bottom: 0;
}
.home .uberstrategist-quote-slider .ubercontent {
    min-height: 90vh!important;
    padding-bottom: 20px;
}


.testimonial_rotator.template-longform .testimonial_rotator_author_info,
.testimonial_rotator.template-longform .testimonial_rotator_img {
  display:inline-block;
  vertical-align: middle;
  max-width: 300px;
  width: 100%;
}
.testimonial_rotator_author_info p {
  color:#FFF;
}
.testimonial_rotator_author_info p:first-child {
  font-size: 23px;
  font-weight: bold;
}
.testimonial_rotator_author_info p:last-child {
	padding:10px 20px;
}
.testimonial_rotator_description .longform_hr {
	display:none
}
.testimonial_rotator.template-longform .testimonial_rotator_author_info {
	border-left: 1px solid #FFF !important;
}
.testimonial_rotator.template-longform .testimonial_rotator_img img {
	width: auto !important;
	height: auto !important;
}
.testimonial_rotator_quote {
	margin-bottom: 30px;
}

/*.testimonial_rotator.template-longform .testimonial_rotator_img{
    border-radius: initial!important;
    height: auto!important;
    overflow: visible!important;
   	width: 49%!important;
    float: right!important;
}

.testimonial_rotator.template-longform .testimonial_rotator_author_info{
    width: 49%!important;
    float: left!important;
}*/
.testimonial_rotator.template-longform .testimonial_rotator_img {height:auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
    max-width: 300px !important;
    width: 100% !important;
	Overflow: visible !important;
}
.testimonial_rotator.template-longform .
{width: auto !important;  height: auto !important;  max-width: 200px !important;}

.testimonial_rotator_author_info.cf-tr p:first-child {
    text-transform: uppercase;
}
.testimonial_rotator_author_info.cf-tr p {
		font-size : 30px;
}


@media screen and (max-width:860px){
div#slider-heading {
    top: 99px;
}
}

@media screen and (max-width:640px){
#home-slider .uberdetails {
    max-width: 96%;
}	
}
@media screen and (max-width:540px){
.main-testi .testimonial_rotator_img.img {
    border-left: 0 solid #35454c;
    height: auto !important;
    text-align: center;
	margin-bottom:10px!important;
    width: 100% !important;
}	
.main-testi .testimonial_rotator_author_info.cf-tr {
    padding: 0!important;
    text-align: center;
    width: 100%;
}
.testimonial_rotator.template-longform .testimonial_rotator_author_info p:first-child{
		text-transform: uppercase;
}

.testimonial_rotator.template-longform .testimonial_rotator_quote {
  font-size: 18px;
  max-width:92%;
}
}


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

.testimonial_rotator.template-longform .testimonial_rotator_quote {
  font-size: 16px;
  max-width:100%;
}
.testimonial_rotator_wrap.with-prevnext {
    margin: 0;
    padding: 10px;
}
.testimonial_rotator_nav .fa {
  border: 1px solid #bf1b35;
  font-size: 10px;
  height: 26px;
  line-height: 23px;
  width: 26px;
}
}


/**
** added by hardtaskmaster
* on 31-3-2018
*/

/*header.site-header nav.nav-header ul#menu-header-menu li.current-menu-item a {
	color: #ffffff;
}*/

.fl-node-5ab1417860ed8 .smls-grid-column-6 .smls-grid-image-wrap,
.fl-node-5ab14013a5696 .smls-grid-column-6 .smls-grid-image-wrap {
    width: 25%;
}

.fl-node-5ab1438bc4511 .smls-grid-column-4 .smls-grid-image-wrap,
.fl-node-5ab143cee4495 .smls-grid-column-4 .smls-grid-image-wrap {
    width: 33.33%;
}


.footer-widgets-2 {
    margin-top: 0px !important;
}


.dev-contact-us-wrap.footer-widgets{
	background-color:#07090d00;
	padding: 0 0 15px 0;
}
.dev-contact-us-wrap .footer-widgets-2::before{
	display: none;
}
.dev-contact-us-wrap .textwidget h4 {
	/*font-size: 16px;*/
	margin-bottom: 25px !important;
}
.dev-contact-form-mgmt .fl-contact-form label {
    display: none;
}
.dev-contact-us-wrap .footer-widgets-2 {
	width: 100%;
}
.dev-contact-us-wrap.footer-widgets {
	background-color: none;
}





.fl-node-5abf09de4933b .smls-grid-column-6 .smls-grid-image-wrap {
    width: 20% !important;
}
@media screen and (max-width: 767px) and (min-width: 320px){
	.fl-node-5abf09de4933b .smls-grid-column-6 .smls-grid-image-wrap {
    width: 33% !important;
	}
}
