/*
Theme Name: Minamaze
Theme URI: http://www.thinkupthemes.com/free/minamaze-free/
Author: ThinkUpThemes
Author URI: http://www.ThinkUpThemes.com
Description: Minamaze the free version of the multi-purpose professional theme (Minamaze Pro) ideal for a business or blog website. The theme has a responsive layout, HD retina ready and comes with a powerful theme options panel with can be used to make awesome changes without touching any code. The theme also comes with a full width easy to use slider. Easily add a logo to your site and create a beautiful homepage using the built-in homepage layout.
Version: 1.1.4
License: GNU General Public License
License URI: /licenses/license.txt
Tags: black, dark, red, one-column, two-columns, right-sidebar, left-sidebar, fixed-layout, responsive-layout, fluid-layout, custom-header, custom-menu, full-width-template, theme-options, threaded-comments, editor-style, featured-images, featured-image-header, post-formats, sticky-post, translation-ready, flexible-header, gray, light, white, custom-background
*/

/*  TABLE OF CONTENTS
00. @IMPORT
01. RESET
02. GLOBAL
03. STRUCTURE
04. MEDIA
05. NAVIGATION
06. HEADER
	-Main
	-Menu
	-Bootstrap Menu
	-Slider
	-Intro Options
	-Notification Bar
07. MAIN CONTENT
	-Breadcrumbs
	-Pre-Designed Homepage
	-Call to Action / Attention Grabber
	-Floating Content
08. FOOTER
09. WIDGETS & SIDEBAR
10. PAGE FORMATS
	-Meta Content
	-Blog
	-Single Post
	-Contact Us
	-Archive
	-Sitemap
	-Parallax
	-Search Results
	-404 Error
	-Portfolio
	-Project
11. IE STYLES
12. SAFARI STYLES
13. MISC
*/

/* ---------------------------------------------------------------------------------------
	00. @IMPORT
--------------------------------------------------------------------------------------- */


/*@import url("styles/cs/crowdstrike-styles.css");*/

@import url("styles/cs/crowdstrike-components.css");

@import url("styles/cs/crowdstrike-fonts.css");

@import url("styles/cs/crowdstrike-pages.css");



/* ---------------------------------------------------------------------------------------
	01. RESET
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, cite,
del, dfn, em, font, q, s, samp,
strike, strong,
ol, ul, li,
fieldset, form, label, legend,
tbody, tfoot, thead, tr {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	/*-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
html {
	/*font-size: 62.5%;*/
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #fff;
width:100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
dt {
	font-weight: bold;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
.clearboth {
	width: 100%;
	clear: both;
	display: block;
}

/* ---------------------------------------------------------------------------------------
	02. GLOBAL
--------------------------------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #ffffff;	
	font-family:'karlaregular', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	/*word-wrap: break-word;*/
}
body,
#body-core { 
	background: #292929;
	min-width: 320px;
}
/* Responsive screen width */
body.layout-fixed,
body.layout-fixed #body-core,
body.layout-fixed #site-header,
body.layout-fixed #notification { 
	min-width: 1100px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	/*color: #202020;*/
	clear: both;
	margin: 0 0 0.8em;
	font-family:'itc_avant_garde_gothic_proXLt', Helvetica, Arial, sans-serif;
	line-height: 1.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
hr {
	background-color: #E6E6E6;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul, ol {
	margin: 0 0 20px 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, .italic {
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin: 0 1.5em;
}
pre {
	line-height: 25px;
	padding: 0px 20px;
	margin-bottom:10px;
	border: 1px solid #ddd;
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f2f2f2 50%, #f9f9f9 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f2f2f2), color-stop(50%,#f9f9f9));
	background: -webkit-linear-gradient(top, #f2f2f2 50%,#f9f9f9 50%);
	background: -o-linear-gradient(top, #f2f2f2 50%,#f9f9f9 50%);
	background: -ms-linear-gradient(top, #f2f2f2 50%,#f9f9f9 50%);
	background: linear-gradient(to bottom, #f2f2f2 50%,#f9f9f9 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f9f9f9',GradientType=0 );
	background-size: 50px 50px;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
	line-height: normal;
	*overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	padding: 6px 15px;
}
input.searchsubmit {
	padding: 6px 15px;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="password"]  {
	padding: 4px 5px;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
input[type="password"],
textarea {
	background: white;
	border: 1px solid #E0E0E0;
	padding: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type="password"]:focus,
textarea:focus {
	background: #fff;
}
textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}

/* Tables */
table {
	text-align: center;
	margin: 0 0 25px;
	width: 100%;
	border: 1px solid #ddd;
	border-bottom: none;
	border-collapse:collapse;
}
caption {
	font-size:  0.875rem;
	font-style: italic;
	color:      #888;
}
th,
td {
	padding:     4px 2%;
	border:      1px solid #ddd;
	border-left: none;
}
th {
	font-size:   0.9em;
	font-weight: bold;
}
td {
	border-top: none;
}
#footer table,
#footer th,
#footer td {
	border-color: #444;
}
/* Links */
a {
	cursor: pointer;
	text-decoration: none;
	outline: 0 none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a,
a:visited {
	color:inherit;
	text-decoration: none;	
}

/* Alignment */
.alignleft, .text-left {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align:left !important;
}
.alignright, .text-right {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.aligncenter, .text-center {
	clear: both;
	display: block;
	margin: 20px auto;
}


/* ---------------------------------------------------------------------------------------
	03. STRUCTURE
--------------------------------------------------------------------------------------- */
#pre-header-core,
#header-core,
#header-links-inner,
#content-core,
#footer-core,
#sub-footer-core,
#notification-core,
#introaction-core,
#outroaction-core {
	display: block;
	max-width:1100px;
	margin: 0 auto;
}
#content,
	.main-navigation,
	.site-title,
	.site-description {
    margin: 0 auto;
}
#content {
	clear: both;
	margin: 0;
	/*padding: 0px 10px;*/
	padding:0px;
}

/* Boxed layout */
/*
body.custom-background #body-core {
	max-width: 1100px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 2px #CCC;
	-moz-box-shadow: 0px 0px 5px 2px #CCC;
	-ms-box-shadow: 0px 0px 5px 2px #CCC;
	-o-box-shadow: 0px 0px 5px 2px #CCC;
	box-shadow: 0px 0px 5px 2px #CCC
}
*/


/* ---------------------------------------------------------------------------------------
	04. MEDIA
--------------------------------------------------------------------------------------- */
.entry-content img,
.entry-content iframe {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}
embed,
iframe,
object,
.wp-caption {
	max-width: 100%;
}
iframe.twitter-tweet {
	margin: 0 !important;
	width: 100%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 12px;
	font-style: italic;
}
#content .gallery a img {
	border: none;
}


/* ---------------------------------------------------------------------------------------
	05. NAVIGATION
--------------------------------------------------------------------------------------- */
#nav-above,
#nav-below {
	margin: 0px 0px 10px 0px;
}
.nav-previous {
}
.nav-previous a {
	color: #FFF;
	background: #ec3728;
	padding: 5px 10px;
	float: left;
}
.nav-previous a .meta-icon {
	float: left;
	margin-right: 5px;
	padding: 1px 6px 2px 0;
}

.nav-next {
}
.nav-next a {
	color: #FFF;
	background: #ec3728;
	padding: 5px 10px;
	float: right;
}
.nav-next a .meta-icon {
	float: right;
	margin-left: 5px;
	padding: 1px 0 2px 6px;
}

.nav-previous a .meta-icon,
.nav-next a .meta-icon {
	display: table;
}
.nav-previous a:hover,
.nav-next a:hover {
	background: #333;
}
.nav-previous a i,
.nav-next a i {
	vertical-align: top;
	display: table-cell;
}


/* =Pagination
----------------------------------------------------------------------------- */
/* =Pagination
----------------------------------------------------------------------------- */
.pag {
	text-align: right;
	margin: 0;
	list-style: none;
}
.pag li {
	font-size: smaller;
	display: inline-block;
	margin-right: 2px;
}
.pag li a,
.pag li span {
	color: inherit;
	padding: 1px 6px;
	border: 1px solid #EEE;
	background: white;
	display: block;
}
.pag li a:hover {
	color: #ec3728;
	border-color: #ec3728;
}
.pag li.current span {
	color: #fff;
	background: #ec3728;
	border-color: #ec3728;
}
li.pag-first {
	display: none;
}
li.pag-last {
	display: none;
}
li.pag-previous {
}
li.pag-next {
}


/* ---------------------------------------------------------------------------------------
	06. HEADER
--------------------------------------------------------------------------------------- */

/* Custom Header */
.custom-header img {
	display: block;
}

/* =Main
----------------------------------------------------------------------------- */
.site-description {
	color: #777777;
	font-size: 13px;
	line-height: 13px;
}
#logo {
	float: left;
	text-align:center;
	font-size: 2.8em;
	margin: 6px 0 0;
}

#logo a {
	display: inline-block;
	color:#ec3728;
}
#logo a:hover {
	color:#777777;
}
#logo a:before {
	font-family: 'crowdstrike';
	content: "\e603";
}
#logo img {
	max-height: 50px;
	display: block;
	margin: 0 auto;
}
#logo h1:after {

}


/* =Menu
----------------------------------------------------------------------------- */

/* Site-header */
#site-header {
	line-height: 1.5;
}

/* Pre-header */
#pre-header {
	background: #dcddde;
	border-bottom: 1px solid #CACACA;
}
#pre-header li {
	float: left;
}
#pre-header .header-links > ul > li > a {
	color:#707479;
	text-transform:uppercase;
	font-family: 'karlaregular', Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
	color: #ec3728;
}
#pre-header .header-links li a,
#pre-header-social li,
#pre-header-social li a,
#pre-header-search input {
	color: #676767;
	font-size: 12px;
	display: block;
}
#pre-header .header-links li a,
#pre-header-social li.message {
	padding: 9px 15px 7px;
}
#pre-header .header-links li a:hover {
	color:#ec3728;
}
#pre-header-social li,
#pre-header-social li a {
	border: 0px;
}
#pre-header .header-links .sub-menu {
	background: #1C1C1C;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #303030;
	position: absolute;
	display: none;
	z-index: 9999;
}
#pre-header .header-links .sub-menu li {
	border-bottom: 1px solid #303030;
}
#pre-header .header-links .sub-menu a {
	padding: 6px 20px 6px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#pre-header .header-links .sub-menu a:hover {
	color: white;
}
#pre-header-core {
	display: table;
	width: 100%;
}
#pre-header-links-inner,
#pre-header-social,
#pre-header-search {
	display: table-cell;
	vertical-align: middle;
	float:right;
}

/* Pre-header - Search */
#pre-header-search {
	width: 1%;
	padding: 5px 5px 5px 20px;
}
#pre-header-search .search {
	max-width: 120px;
	background: #3A3A3A;
	border: 1px solid #444;
	padding: 3px 10px;
}
#pre-header-search .searchform {
	float: right;
}
#pre-header-search .searchsubmit {
	display: none;
}
/* Search input placeholder text color */
#pre-header-search ::-webkit-input-placeholder { color: #888; }
#pre-header-search :-moz-placeholder { color: #888; }
#pre-header-search ::-moz-placeholder { color: #888; }
#pre-header-search :-ms-input-placeholder { color: #888; }

/* Pre-header - Social Media */
#pre-header-social ul {
	display: table;
	float: right;
}
#pre-header-social li {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
#pre-header-social li a {
	display: table;
	text-align: center;
	color: #FFF;
	width: 24px;
	height: 24px;
	margin: 3px;
	background: #4D4D4D;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
#pre-header-social li.facebook a:hover {
	background: #3b5997;
}
#pre-header-social li.twitter a:hover {
	background: #a5dee8;
}
#pre-header-social li.google a:hover {
	background: #db4a39;
}
#pre-header-social li.linkedin a:hover {
	background: #56a1c4;
}
#pre-header-social li.flickr a:hover {
	background: #c5c5c5;
}
#pre-header-social li.youtube a:hover {
	background: #de1f26;
}
#pre-header-social li.rss a:hover {
	background: #fea81d;
}
#pre-header-social li i {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 1px;
}



/******************************/
/******************************/
/*********** Header ***********/
#header {
	padding: 0;
	background-color: #ffffff;
}
#header-links {
	float: right;
}
#header-links-inner {
	display: table;
	margin: 0 auto;
}
#header .header-links li {
	float: left;
}
#header .header-links > ul > li a {
	color: #75797C;
	font-size: 1em;
	padding: 28px 12px;
	letter-spacing: .4px;
	font-family: 'karlabold';
	text-transform: uppercase;
}
#header .header-links > ul > li.menu-parent > a:after {
	position: relative;
	content: "\f107";
	font-family: fontawesome;
	padding-left: 4px;
	font-size: .8em;
}
#header .header-links li a {
	display: block;
	padding: 8px 14px;
	margin: 0px;
}
#header .header-links .sub-menu {
	display: none;
	float: left;
	position: absolute;
	z-index: 9999;
	border: 1px solid #fefefe;
	background: #ffffff;
}
#header .header-links .sub-menu a {
	color: #75797C;
	border-bottom: 1px solid #efefef;
	line-height: 32px;
	margin: 0;
	padding: 0 20px 0 10px;
}
#header .header-links .sub-menu li:last-child > a {
	border: 0;
}
#header .header-links .sub-menu a:hover,
#header .header-links .sub-menu .current-menu-item a {
	color:#ec3728;
}

#pre-header .sub-menu li,
#header .sub-menu li {
	float: none;
	position: relative;
}
#header .sub-menu li {
	padding: 2px 6px;
}
#header .sub-menu li:hover {
	padding-left: 6px;
}

#header .menu > li > a {
	/*color:#75797C;*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .menu > li.menu-hover > a,
#header .menu > li.current_page_item > a, 
#header .menu > li.current-menu-ancestor > a,
#header .menu > li > a:hover {
	color: #ec3728 !important;
}
.main-navigation:after {
	clear: both;
	content: "";
	display: block;
}
.main-navigation ul {
	font-size:13px;
	font-family:'karlabold', Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#75797C;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation .sub-menu a {
	white-space: nowrap;
}
.main-navigation .sub-menu .sub-menu {
	position: absolute;
	top: -1px;
	left: 100%;
}
.main-navigation ul ul :hover > a {
}

#pre-header .main-navigation ul li:hover > ul,
#header .main-navigation ul li:hover > ul {
	display: block;
}






/* Header - Style 2 */
.slider-full.header-style2 #header-core {
	max-width: 100%;
}
.header-style2 #logo {
	float: none;
	margin: 25px 0;
}
.header-style2 #logo img {
	max-height: 90px;
}
.header-style2 #header-links {
	width: 100%;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.header-style2 #header .header-links > ul > li > a {
	padding: 15px 20px;
}


#pre-header .header-links .sub-menu a:hover {
}

#header .header-links .sub-menu a:hover {
	/*padding-right: 10px;*/
	color:#ec3728;
}
#pre-header .header-links .sub-menu a:hover span,
#header .header-links .sub-menu a:hover span {
	/*margin-left: 10px;*/
}



/* Arrows of menu parents (uses FontAwesome css) */
#pre-header .sub-menu .menu-parent > a:before {
	font-family: FontAwesome;
	font-size: 1em;
	text-align: right;
	content: "\f105";
	position: relative;
	left: 10px;
	display: inline-block;
	float: right
}
#pre-header .sub-menu .menu-parent > a:hover:before {
	left: 0px;
}
#header .sub-menu .menu-parent > a:before {
	font-family: FontAwesome;
	font-size: 1.1em;
	text-align: right;
	content: "\f105";
	position: relative;
	left: 20px;
	display: inline-block;
	float: right;
}
#header .sub-menu .menu-parent > a:hover:before {
	left: 10px;
}


/******* MOBILE HEADER *******/

#header .header-links .sub-menu a {
}
#header-responsive li a {
	color:#75797C;
	display: block;
	/*padding: 10px 25px;*/
	border-bottom: 1px solid #F0F0F0;
}






/**** STICKY ANIMATED HEADER MODIFICATIONS ****/
#header .myfixed #logo {
	text-align: center;
	font-size: 3em;
	line-height: 1.1em;
	margin: 0 0 0 0;
}
#header .myfixed #logo a:before {
	font-family: 'crowdstrike';
	content: "\e600";
}

#header .myfixed .header-links > ul > li > a {
	color: #75797C;
	padding: 16px 14px;
}





li.see-a-demo {
	vertical-align:middle;
}
li.see-a-demo a {
	color: #ec3527 !important;
}
li.see-a-demo a:hover {
	color: #c01c11 !important;
}
li.see-a-demo:hover {
	color: #c01c11 !important;	
}









/* =Bootstrap Menu
----------------------------------------------------------------------------- */
#header-responsive {
	display: none;
}


/* =Slider
----------------------------------------------------------------------------- */
#slider-core {
	position: relative;
}

/* SlideDeck 2 Slider */
#slider .slidedeck-frame {
	margin: 0 auto;
}

/* Responsive ThinkUpSlider */
#slider .slides {
	height: 0;
	margin: 0;
}
#slider .rslides {
	margin: 0;
	overflow: hidden;
}
.rslides li {
	width: 100%;
}
.rslides img {
	width: 100%;
}
#slider .rslides-inner {
	position: relative;
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	border: 0;
	overflow: hidden;
}
#slider .rslides-inner li {
	height: auto;
	list-style: none;
}
#slider .rslides-container {
	padding: 20px 10px;
}
#slider a.rslides_nav {
	text-align: center;
	line-height: 1;
	width: 60px;
	height: 60px;
	margin: -30px 0 0;
	position: absolute;
	overflow: hidden;
	top: 50%;
	color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#slider a.rslides_nav.prev {
	left: -60px;
}
#slider a.rslides_nav.next {
	right: -60px;
}
#slider a.rslides_nav.prev:before,
#slider a.rslides_nav.next:before {
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 60px;
	display: block;
	position: relative;
	z-index: 9999;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#slider a.rslides_nav.prev:hover:before,
#slider a.rslides_nav.next:hover:before {
	color: #333;
	background: #fff;
}
#slider a.rslides_nav.prev:before {
	content: "\f104";
}
#slider a.rslides_nav.next:before {
	content: "\f105";
}
#slider .rslides-inner:hover a.rslides_nav {
	opacity: 1;
}
#slider .rslides-inner:hover a.rslides_nav.prev {
	left: 0px;
}
#slider .rslides-inner:hover a.rslides_nav.next {
	right: 0px;
}
#slider .rslides_tabs {
	position: absolute;
	z-index: 99;
	text-align: center;
	width: 100%;
	bottom: 10px;
	margin: 0;
}
#slider .rslides_tabs li {
	list-style: none;
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
#slider .rslides_tabs li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
#slider .rslides_tabs li a:hover,
#slider .rslides_tabs li.rslides_here a {
	background: #333;
	background: rgba(0, 0, 0, 0.7)
}

/* Vary style for full-width and boxed slider */
.slider-boxed #slider .rslides-inner {
	width: 950px;
}
.slider-boxed #slider .rslides-inner {
	-webkit-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
	-moz-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
	-o-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
	box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
}
.slider-full #header-core {
	max-width: 1100px; 
}
.slider-full #header-links {
	border-bottom: none;
}
.slider-full #slider  .rslides-inner {
	width: 100%;
	position: relative;
}
.slider-full #slider .rslides-container {
	padding: 0 0 20px;
}

/* Responsive ThinkUpSlider - Content */
#slider .rslides-content {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}
#slider .rslides-content-inner {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#slider .featured {
	display: table-cell;
	vertical-align: middle;
}
#slider .featured-title {
	margin-bottom: 10px;
}
#slider .featured-title span {
	display: inline-block;
	color: #FFF;
	font-size: 50px;
	line-height: 35px;
	font-weight: 300;
	line-height: 1.5;
}

#slider .featured-excerpt p {
	margin-bottom: 25px;
}
#slider .featured-excerpt span {
	display: inline-block;
	color: #FFF;
	font-size: 24px;
	line-height: 35px;
	font-weight: 300;
}
#slider .featured-link a {
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	padding: 5px 20px;
	border: 1px solid #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
#slider .featured-link a:hover {
	background: #ec3728;
	border-color: #ec3728;
}

/* Animate slide content */
#slider .featured-title,
#slider .featured-excerpt,
#slider .featured-link {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-ms-transform: translateY(35px);
	-o-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#slider .rslides1_on .featured-title,
#slider .rslides1_on .featured-excerpt,
#slider .rslides1_on .featured-link {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}
#slider .rslides1_on .featured-title {
	-webkit-transition-delay: 1.0s;
	-moz-transition-delay: 1.0s;
	-ms-transition-delay: 1.0s;
	-o-transition-delay: 1.0s;
	transition-delay: 1.0s;
}
#slider .rslides1_on .featured-excerpt {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
#slider .rslides1_on .featured-link {
	-webkit-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	-ms-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

/* =Intro Options
----------------------------------------------------------------------------- */
#intro.option1 {
	margin-bottom: 25px;
}
#intro.option1 #intro-core {
	position: relative;
	width: 100%;
	display: table;
	padding-bottom: 20px;
}
#intro.option1 .page-title {
	line-height: 1;
	text-transform: uppercase;
	margin: 0px;
	display: table-cell;
}
#intro.option1 #intro-core:before {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 100%;
	border-bottom: 1px solid #EEE;
}
#intro.option1 #intro-core:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 25px;
	border-bottom: 3px solid #ec3728;
}

/* =Notification Bar
----------------------------------------------------------------------------- */
#notification {
	position: relative;
	z-index:99999;
	width: 100%;
	background: #364BE6;
	border-bottom: 2px solid white;
	-webkit-box-shadow: 0 0 6px 0 #999;
	-moz-box-shadow: 0 0 6px 0 #999;
	-ms-box-shadow: 0 0 6px 0 #999;
	-o-box-shadow: 0 0 6px 0 #999;
	box-shadow: 0 0 6px 0 #999;
}
#notification-core {
	text-align: center;
	color: white;
	padding: 5px 0px;
}
#notification-core .notification-button {
	color: white;
	background: black;
	padding: 3px 10px;
	margin: 0px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}


/* ---------------------------------------------------------------------------------------
	07. MAIN CONTENT
--------------------------------------------------------------------------------------- */

/* =Buttons
----------------------------------------------------------------------------- */
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #FFF;
	text-align: center;
	border: none;
	background: #ec3728;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.themebutton {
	color: #FFF;
}
.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #333;
}

/* =Breadcrumbs
----------------------------------------------------------------------------- */
#breadcrumbs {
	font-size: 10px;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
#breadcrumbs .delimiter {
	padding: 0px 10px;
	color: #ec3728;
}
#breadcrumbs a:hover {
	color: #ec3728;
}

/* =Pre-Designed Homepage (code also in style-responsive.css)
----------------------------------------------------------------------------- */
#section-home {
	text-align: center;
	padding: 0 10px;
}
#section-home-inner {
	max-width: 1100px;
	margin: 20px auto 0;
}
#section-home .section {
	display: block;
	background: white;
	padding: 10px;
	border: 1px solid #E0E0E0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#section-home .entry-header {
	position: relative;
	z-index: 2;
	width: 100%;
	-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;
}
#section-home .entry-header span {
	background: #333;
	display: block;
	position: relative;
	border-radius: 500px;  
	width: 90px;  
	height: 90px;  
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}
#section-home .entry-header i {
	font-size: 50px;
	color: white;
	position: relative;
	top: 20px;
}

#section-home img {
	margin: 0 auto;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#section-home .entry-content {
	padding-top: 20px;
}
#section-home h3 {
	font-size: 18px;
	font-weight: 600
}
#section-home .more-link {
	padding: 5px 10px;
}
#section-home .more-link:after {
	font-family: FontAwesome;
	content: '\F101';
	padding-left: 5px
}


/* =Call to Action / Attention Grabber
----------------------------------------------------------------------------- */
#introaction,
#outroaction { 
	padding: 10px;
}
#introaction-core,
#outroaction-core {
	padding: 20px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #EEE;
}
.action-text.three_fourth,
.action-button.one_fourth,
.action-text h3,
.action-text p,
.attention_text.three_fourth,
.attention_button.one_fourth,
.attention_text h3,
.attention_text p {
	margin-bottom: 0px;
}
.action-text h3,
.attention_text h3 {
	margin-top: 0px;
}
.action-text h3,
.action-text p,
.attention_text h3,
.attention_text p {
	margin-left: 10px;
	margin-right: 10px;
}
.action-button h4,
.attention_button h4 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 20px;
	margin: 0px 10px;
}


/* =Floating Content
----------------------------------------------------------------------------- */
#header-core:before,
#header-core:after,
#header-links-inner .menu:before,
#header-links-inner .menu:after,
#intro-core:before,
#intro-core:after,
#introaction-core:before,
#introaction-core:after,
#outroaction-core:before,
#outroaction-core:after,
#main-core:before,
#main-core:after,
#content-core:before,
#content-core:after,
#article:before,
#article:after,
#nav-above:before,
#nav-above:after,
#nav-below:before,
#nav-below:after,
#sharepost:before,
#sharepost:after,
#author-image:before,
#author-image:after,
#author-bio:before,
#author-bio:after,
#sub-footer:before,
#sub-footer:after,
#footer-core:before,
#footer-core:after,
.entry-meta:before,
.entry-meta:after,
.attention:before,
.attention:after,
ul.pricing-table:before,
ul.pricing-table:after,
.popular-posts:before,
.popular-posts:after,
.recent-comments:before,
.recent-comments:after,
.recent-posts:before,
.recent-posts:after,
.searchform:before,
.searchform:after {
    content:"";
    display:table;
}
#header-core:after,
#header-links-inner .menu:after,
#intro-core:after,
#introaction-core:after,
#outroaction-core:after,
#main-core:after,
#content-core:after,
#article:after,
#nav-above:after,
#nav-below:after,
#sharepost:after,
#author-image:after,
#author-bio:after,
#sub-footer:after,
#footer-core:after,
.entry-meta:after,
.attention:after,
ul.pricing-table:after,
.popular-posts:before,
.popular-posts:after,
.recent-comments:after,
.recent-posts:after,
.searchform:after {
    clear:both;
}

/* ---------------------------------------------------------------------------------------
	08. FOOTER
--------------------------------------------------------------------------------------- */
footer {
	background: #4B4D4D;
	border-top: 4px solid #222222;
	padding-top: 0px;
}
footer h3 {
	color: #B9BCBE;
	font-family:'karlaregular', Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 2px solid #B9BCBE;
	margin-bottom:14px;
	display: inline-block;
	line-height:1.8em;
	letter-spacing:.8px;
	margin-left: 20px;
}

#footer-core,
#footer-core p,
#footer-core a:hover {
	color: #AAA;
}

#footer-menu {
	margin-bottom: 10px;
}
#footer-menu a {
	padding: 0 8px;
}
footer .menu-products-container ul {
	margin: 0px;
}
#footer-menu li {
	line-height:.8em ;
	display: inline-block;
}
#footer-menu li:after {
	content: "|";
}
#footer-menu li:last-child:after {
	content: none;
}
footer .menu {
	border:none;
}
footer .widget ul {
	border:none !important;
}
footer li.menu-item {
	border: none;
	padding: 2px 0;
	line-height: 1em;
}
footer li.menu-item a {
	color:#B9BCBE !important;
}
footer li.menu-item a:hover {
	color:#ec3728;
}



/**** Sub Footer ****/
#sub-footer {
	background: #4B4D4D;
	padding: 0;
}
#sub-footer-core {
	padding: 0px 10px;
}
#sub-footer-core, 
#sub-footer-core a {
	font-size: 11px;
}
#sub-footer-core {
	color: #AAA;
	text-align: left;
}
#sub-footer-core a {
	color: #EEE;
}
#sub-footer-core a:hover {
	color: #ec3728
}

.copyright {
}


/**** TOP OF PAGE LINK ****/
.top-of-page-link {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 50px;
	line-height: 0;
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	z-index: 300;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}
.top-of-page-link:hover {
	background-color:#ec3728;
}
.top-of-page-link i {
	font-size: 20px;
	color: #ffffff !important;
	line-height: 46px;
}

@media only screen and (max-width: 767px) {
	.top-of-page-link {
		right: 18px;
		bottom: 18px;
		text-align: center;
		width: 30px;
		height: 30px;
		background-color: #333333;
		background-color: rgba(0, 0, 0, 0.3);
		color: #ffffff;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.top-of-page-link i {
		line-height: 28px;
		font-size: 14px;
	}
}






/******************************/
/******* FOOTER WIDGETS *******/
footer .widget .menu li a {
	color:#B9BCBE !important;
	font-size: 13px !important;
}
.pre-footer {
	margin-bottom:0px !important
}
.pre-footer-right {
	padding-top:40px;
}

/** CrowdCasts Widget **/
.crowdcasts-footer-widget {
	background-color:#414142;
	padding-left: 40px !important;
	padding-right: 40px !important;
	padding-top: 40px !important;
	padding-bottom: 50px !important;
}
.crowdcasts-footer-widget h3 {
	font-size: 16px !important;
	line-height: 18px;
	margin-top: 8px;
	margin-left:0px !important;
	color:#B9BCBE;
	float:none;
	text-transform:uppercase;
	border-bottom:none !important;
	font-size:1.3em !important;
	line-height:1.2em;
}
.crowdcasts-footer-widget h3 a {
	text-decoration:none !important;
	border-bottom:none !important;
	color:#B9BCBE;
}
/** - Experienced a Breach **/
.exp-breach-widget {
	text-align:right !important;
}
#text-4.widget.widget_text h3 {
	text-decoration:none !important;
	border-bottom:none;
	margin-bottom:8px;
	text-align:right;
}
.footer-breach-number {
	color: #6d6f71 !important;
	background-color: rgba(255,255,255,0.8);
	font-size: 22px;
	text-align: center;
	padding: 6px 16px;
	font-family: 'karlaregular', Helvetica, sans-serif !important;
	font-weight: normal;
	display: inline;
	letter-spacing: 1px;
}
@media (max-width: 970px) {
	.footer-breach-number {
		font-size: 16px;
	}
}






/* ---------------------------------------------------------------------------------------
	09. WIDGETS & SIDEBAR
--------------------------------------------------------------------------------------- */

/* =Sidebar
--------------------------------------------------------------------------------------- */
#sidebar .widget { 
	margin-bottom: 35px; 
	border-bottom: 1px solid #EEE;
}
#sidebar h3.widget-title {
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin: 0 0 15px;
}
#sidebar .rev_slider_wrapper {
	padding: 3px;
	border: 1px solid #ddd;
}
#sidebar h3.widget-title:before {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 100%;
	border-bottom: 1px solid #EEE;
}
#sidebar h3.widget-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 25px;
	border-bottom: 3px solid #ec3728;
}

/* =Widgets
--------------------------------------------------------------------------------------- */
.widget {
	line-height: 1.8;
}
.widget select {
	max-width: 100%
}
#footer .widget { 
	margin-bottom: 20px; 
}
#footer .widget-area .widget:last-child {
	margin-bottom: 0px;
}

/* Link color  - Various widgets */
#footer .thinkup_widget_categories a,
#footer .popular-posts a,
#footer .recent-comments a,
#footer .recent-posts a,
#footer .thinkup_widget_tagscloud a {
	color: #AAA;
}
#footer .thinkup_widget_categories a:hover {
	color: white;
}
#footer .popular-posts a:hover,
#footer .recent-comments a:hover,
#footer .recent-posts a:hover,
#footer .thinkup_widget_tagscloud a:hover {
	color: #ec3728;
}

/* Categories */
.thinkup_widget_categories { list-style: none; padding-bottom: 10px; }
.thinkup_widget_categories ul { list-style: none; margin: 0; }
.thinkup_widget_categories li i { padding: 0 10px; }
.thinkup_widget_categories li a { display: block !important; padding-left: 10px !important }
.thinkup_widget_categories li a:hover { color: white !important; background: #ec3728; }
.thinkup_widget_categories li span span { float: right; padding-right: 5px; }
.thinkup_widget_categories select { width: 95%; margin-top: 5px; }

#sidebar .thinkup_widget_categories select { width: 100%; }
#sidebar .thinkup_widget_categories .widget-main { padding-top: 5px; }

/* Contact Form */
.wpcf7-form p { 
	margin-bottom: 10px; 
}
.wpcf7-form input {
	width: 100%;
}
.wpcf7-form input[type="submit"] {
	width: inherit;
	padding: 8px 30px;
}
.wpcf7-form textarea {
	height: 94px;
	min-height: 68px;
}
.wpcf7-form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
	width: 100%;
	left: 0;
	top: -6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .wpcf7-form input,
#footer .wpcf7-form textarea {
	color: #BBB;
	border: 1px solid #353535;
	background: #222;
	background: rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#footer .wpcf7-form input[type=submit] {
	text-transform: capitalize;
	border: 1px solid #111;
	background: #1A1A1A;
}

/* Contact Form 7 placeholder text color */
.wpcf7-form ::-webkit-input-placeholder { opacity: 0.6; }
.wpcf7-form :-moz-placeholder { opacity: 0.6; }
.wpcf7-form ::-moz-placeholder { opacity: 0.6; }
.wpcf7-form :-ms-input-placeholder { opacity: 0.6; }

/* Flickr */
.thinkup_widget_flickr a,
.thinkup_widget_flickr img {
	display: block;
}
.thinkup_widget_flickr img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.thinkup_widget_flickr .column-2, 
.thinkup_widget_flickr .column-3, 
.thinkup_widget_flickr .column-4 {
	float: none;
	width: 100%;
}
.thinkup_widget_flickr .column-2 .flickr-photo {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 10px;
	float: left;
	position: relative;
}
.thinkup_widget_flickr .column-3 .flickr-photo {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 5px;
	float: left;
	position: relative;
}
.thinkup_widget_flickr .column-4 .flickr-photo {
	width: 21.25%;
	margin-right: 5%;
	margin-bottom: 8px;
	float: left;
	position: relative;
}
.thinkup_widget_flickr .column-2 .flickr-photo:nth-child(2n),
.thinkup_widget_flickr .column-3 .flickr-photo:nth-child(3n),
.thinkup_widget_flickr .column-4 .flickr-photo:nth-child(4n) {
	margin-right:0;
}
.thinkup_widget_flickr a .image-overlay {
	background-color: #ec3728;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0;
	height: 100%;
	max-width: 75px;
	max-height: 75px;
	background-image: url('images/shortcodes/icon-link.png');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.thinkup_widget_flickr a:hover .image-overlay {
	opacity: 0.9;
	width: 100%;
	height: 100%;
}

/* Popular Posts */ /* Recent Comments */ /* Recent Posts */
.popular-posts .image,
.recent-comments .image,
.recent-posts .image {
	margin-right: 5%;
	margin-bottom: 10px;
	position: relative;
	float: left;
	max-width: 30%;
}
.popular-posts .main,
.recent-comments .main,
.recent-posts .main {
	margin-bottom: 10px;
	position: relative;
	float: left;
	width: 65%;
}
.popular-posts,
.recent-comments,
.recent-posts {
	clear:both;
}
.popular-posts a,
.recent-comments a,
.recent-posts a,
.popular-posts img,
.recent-comments img,
.recent-posts img {
	display: block;
}
.popular-posts .comment,
.recent-comments .date,
.recent-posts .date {
	font-size: smaller;
	opacity: 0.8;
}

.popular-posts a .image-overlay,
.recent-comments a .image-overlay,
.recent-posts a .image-overlay {
	background-color: #ec3728;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0;
	height: 100%;
	max-width: 75px;
	max-height: 75px;
	background-image: url('images/shortcodes/icon-link.png');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.popular-posts:hover .image-overlay,
.recent-comments:hover .image-overlay,
.recent-posts:hover .image-overlay {
	opacity: 0.9;
	width: 100%;
	height: 100%;
}
.popular-posts:last-child,
.recent-comments:last-child,
.recent-posts:last-child {
	margin-bottom: 1px;
}

/* Recent Comments Quotes */
.thinkup_widget_recentcomments .quote {
	padding-left: 15px;
}
.thinkup_widget_recentcomments .quote:before {
	font-family: "Times New Roman",Georgia,Times,serif;
	content: '\201C';
	margin: -8px -15px;
	position: absolute;
}
.thinkup_widget_recentcomments .quote:before {
	color: #ec3728;
	font-size: 150%;
	font-weight: bold;
	display: inline;
}

/* Tabs Specific */
.thinkup_widget_tabs .nav-tabs {
	margin: 0;
	border: none;
}
.thinkup_widget_tabs li {
	border-bottom: none !important;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.thinkup_widget_tabs li a,
.thinkup_widget_tabs li a:hover,
.thinkup_widget_tabs li.active a,
.thinkup_widget_tabs li.active:hover a {
	display: block !important;
	padding: 0 !important;
	margin: 0;
	border: none;
	background: none;
}
.thinkup_widget_tabs h3.widget-title {
	text-align: center;
	padding: 6px 5px 5px;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}

#sidebar .thinkup_widget_tabs h3.widget-title:before,
#sidebar .thinkup_widget_tabs h3.widget-title:after {
visibility: hidden;
}
#sidebar .thinkup_widget_tabs h3.widget-title {
	border-top: 2px solid white;
	border-bottom: 1px solid #DDD;
	margin: 0;
}
#sidebar .thinkup_widget_tabs .nav .active h3.widget-title {
	padding-top: 5px;
	border: 1px solid #DDD;
	border-top: 3px solid #ec3728;
	border-bottom: none;
	-webkit-box-shadow: 1px 0px 1px 0px #EEE;
	-moz-box-shadow: 1px 0px 1px 0px #EEE;
	-ms-box-shadow: 1px 0px 1px 0px #EEE;
	-o-box-shadow: 1px 0px 1px 0px #EEE;
	box-shadow: 1px 0px 1px 0px #EEE;
}
#sidebar .thinkup_widget_tabs .tab-content {
	padding: 10px;
	border: 1px solid #DDD;
	border-top: none;
	-webkit-box-shadow: 1px 1px 1px 0px #EEE;
	-moz-box-shadow: 1px 1px 1px 0px #EEE;
	-ms-box-shadow: 1px 1px 1px 0px #EEE;
	-o-box-shadow: 1px 1px 1px 0px #EEE;
	box-shadow: 1px 1px 1px 0px #EEE;
}
#sidebar .thinkup_widget_tabs .recent-posts:last-child,
#sidebar .thinkup_widget_tabs .popular-posts:last-child {
	margin: 0;
	border: 0;
}

#footer .thinkup_widget_tabs h3.widget-title {
	border-bottom: 1px solid #222;
	margin: 0;
	-webkit-box-shadow: inset 0 -1px 0 0 #444;
	-moz-box-shadow: inset 0 -1px 0 0 #444;
	-ms-box-shadow: inset 0 -1px 0 0 #444;
	-o-box-shadow: inset 0 -1px 0 0 #444;
	box-shadow: inset 0 -1px 0 0 #444;
}
#footer .thinkup_widget_tabs .nav .active h3.widget-title {
	padding-top: 5px;
	border: 1px solid #222;
	border-bottom: none;
	-webkit-box-shadow: 1px 0 0 0 #444;
	-moz-box-shadow: 1px 0 0 0 #444;
	-ms-box-shadow: 1px 0 0 0 #444;
	-o-box-shadow: 1px 0 0 0 #444;
	box-shadow: 1px 0 0 0 #444;
}
#footer .thinkup_widget_tabs .tab-content {
	padding: 10px 10px 5px;
	border: 1px solid #222;
	border-top: none;
	-webkit-box-shadow: 1px 1px 0 0 #444;
	-moz-box-shadow: 1px 1px 0 0 #444;
	-ms-box-shadow: 1px 1px 0 0 #444;
	-o-box-shadow: 1px 1px 0 0 #444;
	box-shadow: 1px 0 0 0 #444;
}
#footer .thinkup_widget_tabs .recent-posts:last-child,
#footer .thinkup_widget_tabs .popular-posts:last-child {
	margin: 0;
	border: 0;
}

/* Search Form */
.thinkup_widget_search form {
	padding-bottom: 15px;
}
.thinkup_widget_search .search {
	float: left;
	width: 68%;
	margin-right: 2%;
	border: 1px solid #E0E0E0;
}
.thinkup_widget_search .searchsubmit {
	display: block;
	float: left;
	width: 30%;
	padding: 6px;
	border: none;
}
#footer .thinkup_widget_search .search {
	background: #222;
	border: 1px solid #444;
}

#footer .thinkup_widget_search .searchsubmit {
	background: #ec3728;
}
#footer .thinkup_widget_search .searchsubmit:hover {
	background: #82CB51;
}

/* Search input placeholder text color */
.thinkup_widget_search ::-webkit-input-placeholder { color: white; }
.thinkup_widget_search :-moz-placeholder { color: white; }
.thinkup_widget_search ::-moz-placeholder { color: white; }
.thinkup_widget_search :-ms-input-placeholder { color: white; }

#footer .thinkup_widget_search ::-webkit-input-placeholder { color: #222; }
#footer .thinkup_widget_search :-moz-placeholder { color: #222; }
#footer .thinkup_widget_search ::-moz-placeholder { color: #222; }
#footer .thinkup_widget_search :-ms-input-placeholder { color: #222; }

/* Tags Cloud */
.thinkup_widget_tagscloud {
	padding-bottom: 10px;
}
.thinkup_widget_tagscloud a {
	display: inline-block;
	font-size: smaller;
	padding: 2px 8px;
	margin: 0 2px 2px 0;
}

#sidebar .thinkup_widget_tagscloud a {
	border: 1px solid #DDD;
	text-transform: uppercase;
}
#sidebar .thinkup_widget_tagscloud a:hover {
	border-color: #ec3728;
}

#footer .thinkup_widget_tagscloud a {
	border: 1px solid #222;
}
#footer .thinkup_widget_tagscloud a:hover {
	color: #f5f5f5;
	border-color: #ec3728;
}

/* Twitter Feed */
.thinkup_widget_twitterfeed {
	padding-bottom: 10px;
}
.thinkup_widget_twitterfeed ul {
	margin: 0;
	list-style: none;
}
.thinkup_widget_twitterfeed .tweet-content {
	padding: 0 0 0px 35px;
}
.thinkup_widget_twitterfeed .tweet-content p {
	margin-top: 10px;
}
.thinkup_widget_twitterfeed .tweet-content:last-child p {
	margin: 0;
}
.thinkup_widget_twitterfeed .tweet-content a {
	display: inline;
	padding: 0;
}

#sidebar .thinkup_widget_twitterfeed a {
	color: #ec3728;
}
#sidebar .thinkup_widget_twitterfeed a:hover {
	color: inherit;
}
#sidebar .thinkup_widget_twitterfeed .tweet-content {
	background: url('images/widgets/twitter-bird-light-bgs.png') -8px -5px no-repeat;
	background-size: 40px;
}

#footer .thinkup_widget_twitterfeed .tweet-content {
	background: url('images/widgets/twitter-bird-dark-bgs.png') -8px -5px no-repeat;
	background-size: 40px;
}
#footer .thinkup_widget_twitterfeed small {
	color: white;
	display: block;
}

/* Default Widgets */
.widget ul { 
	margin: 0;
	border-width: 1px 1px 0 1px; 
	border-style: solid; 
	border-color: #EEE; 
}
.widget li { 
	list-style: none; 
	border-bottom: 1px solid #EEE; 
}
.widget li a { 
	padding: 5px 0px 5px 20px; 
	display:inline-block; 
}
.widget li a:hover { 
	color: #ec3728
}
.widget ul.children,
.widget ul.sub-menu { 
	border-left:none; 
	border-right:none; 
	border-bottom: none !important;
}
.widget ul.children li:last-child,
.widget ul.sub-menu li:last-child { 
	border-bottom: none; 
}
.widget ul.children li a,
.widget ul.sub-menu li a { 
	padding-left: 40px;
}
.widget ul.children ul.children li a,
.widget ul.sub-menu ul.sub-menu li a { 
	padding-left: 60px;
}
.widget select { 
	width: 100%; 
	margin-top: 10px;
}

/* Default Widgets - Footer Area */
#footer .widget ul { 
	border: none;
}
#footer .widget li { 
	border: none; 
	padding: 2px 0;
}
#footer .widget li a { 
	padding: 1px 0px;
}
#footer .widget ul.children li a,
#footer .widget ul.sub-menu li a { 
	padding-left: 15px;
}
#footer .widget ul.children ul.children li a,
#footer .widget ul.sub-menu ul.sub-menu li a { 
	padding-left: 30px; 
}

/* Widget Specific - Calendar */
.widget_calendar #wp-calendar { 
	margin: 0; 
}

/* Default Widget - Rss */
#sidebar .widget_rss li {
	padding: 20px
}
.widget li a.rsswidget {
padding: 0;
}
.widget li .rsswidget,
.widget li .rss-date,
.widget li .rssSummary {
	padding: 5px 0
}

/* Default Widget - Tag Cloud */
.widget_tag_cloud a {
	font-size: 10px !important;
	display: inline-block; 
	text-transform: uppercase; 
	padding: 2px 8px; 
	margin: 0 0px 3px 0;
}
#sidebar .widget_tag_cloud a { 
	border: 1px solid #DDD;
}
#sidebar .widget_tag_cloud a:hover { 
	border-color: #ec3728;
}
#footer .widget_tag_cloud a {
	border: 1px solid #1C1C1C;
	padding: 2px 8px;
}
#footer .widget_tag_cloud a:hover { 
	color: white; 
	border-color: #ec3728;
}

/* Default Widget - Text */
#sidebar .textwidget {
	/*padding: 20px;
	border: 1px solid #EEE;*/
	border:none;
}
/* Default Widget - Search */
.widget_search .search {
	float: left;
	width: 68%;
	margin-right: 2%;
	border: 1px solid #E0E0E0;
}
.widget_search .searchsubmit {
	display: block;
	float: left;
	width: 30%;
	padding: 6px;
	border: none;
}
#footer .widget_search .search {
	background: #222;
	border: 1px solid #444;
}
#footer .widget_search .searchsubmit {
	background-color: #ec3728;
}
#footer .widget_search .searchsubmit:hover {
	background-color: #82CB51;
}

/* Default Widget - Remove Borders */
#sidebar .widget_tag_cloud, 
#sidebar .widget_archive, 
#sidebar .widget_categories, 
#sidebar .widget_search { 
	border-bottom: none; 
}



/* ---------------------------------------------------------------------------------------
	10. PAGE FORMATS
--------------------------------------------------------------------------------------- */

/* =Meta Content
----------------------------------------------------------------------------- */
.entry-meta {
	font-size: 90%;
	margin-bottom: 20px;
}
.entry-meta a {
	color: inherit; 
}
.entry-meta a:hover {
	color: #ec3728;
}
.entry-meta > span {
	display: inline-block;
	padding-right: 15px;
}
.entry-meta i {
	padding-right: 10px;
}

/* =Blog - Style 1
--------------------------------------------------------------------------------------- */
.blog-thumb {
	overflow: hidden;
	position: relative;
}
.blog-thumb img {
	display: block; 
}
.blog-title a {
	color: inherit;
}
.blog-style1 .more-link {
	padding: 5px 10px;
}
.blog-style1 .more-link:after {
	font-family: FontAwesome;
	content: '\F101';
	padding-left: 5px;
}
.blog-thumb .image-overlay {
	opacity: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.blog-thumb:hover .image-overlay {
	opacity: 1;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}
.blog-thumb .image-overlay::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.blog-thumb .hover-link {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	background-image: url('images/shortcodes/icon-link.png');
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.blog-thumb .hover-link:hover {
	opacity: 0.9;
}

.blog-style1 {
	padding: 20px;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #E0E0E0;
}
.blog-style1 .entry-header {
	margin-bottom: 0;
}
.blog-style1 .blog-title {
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 0px; 
	margin-bottom: 10px; 
}

/* =Single Post
--------------------------------------------------------------------------------------- */
/* Post - Share */
#sharepost {
	display: table;
	width: 100%;
	padding: 10px 0;
	margin: 20px 0px;
}
#sharemessage,
#shareicons {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
#sharemessage {
	text-align: right;
	padding-right: 20px;
	white-space: nowrap;
}
#sharemessage h3{
	font-size: 13px;
	word-spacing: 1px;
	margin: 0;
}
#shareicons {
	padding-left: 20px
}
#shareicons a {
	float: left;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
	width: 20px;
	height: 20px;
}
#shareicons i {
	text-shadow: 1px 1px 0px #FFF;
	margin-top: 5px;
	overflow: visible;
	font-size: 20px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
#shareicons a:hover i {
}
#shareicons .tooltip-inner {
	text-shadow: none;
	padding: 4px 8px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* Author Bio */
#author-bio {
	border: 1px solid #E5E5E5;
	margin: 20px 0 30px;
	padding: 15px 15px 20px;
}
#author-bio .one_sixth,
#author-bio .five_sixth,
#author-bio p:last-child {
	margin-bottom: 0px;
}
#author-bio h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

/* User Comment */
.bypostauthor {
}
#comments-title,
#reply-title {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.commentlist article {
	display: table;
	width: 100%;
}
.commentlist article header {
	display: table;
}
.commentlist article header img,
.commentlist article header span {
	display: table-cell;
	vertical-align: middle;
}

.commentlist article header img {
	padding: 10px;

}
.commentlist article header span {
	padding: 10px 5px 10px 10px;

}
.commentlist article footer {
	position: relative;
	padding: 20px;
	margin-top: 10px;
	border: 1px solid #E5E5E5;
}
.commentlist article footer:after,
.commentlist article footer:before {
	right: 100%;
	border: solid rgba(0, 0, 0, 0);
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.commentlist article footer:before {
	border-bottom-color: #CCC;
	border-width: 11px;
	top: -22px;
	left: 17px;
}
.commentlist article footer:after {
	border-bottom-color: #FFF;
	border-width: 10px;
	top: -20px;
	left: 18px;
}
.commentlist {
	margin: 0 0 25px 0;
}
.commentlist .children {
	list-style: none;
	margin: 0px;
}
.commentlist .children {
	margin: 0 0 0 82px;
}
.commentlist .comment,
.commentlist .pingback {
	list-style: none;
	margin-bottom: 15px;
}
.commentlist .avatar {
	width: 40px;
}
.comment-meta {
	padding-right: 10px;
}
.comment-author a {
	color: inherit;
	font-weight: bold;
}
.comment-meta a {
	color: inherit;
}
.comment .reply a {
	color: #ec3728;
}
.comment-author a:hover,
.comment-meta a:hover {
	color: #ec3728;
}
.comment .reply a:hover {
	color: inherit;
}
.comment-meta a,
.comment .reply a {
	font-size: 90%;
}
.comment-content p:last-child{
	margin: 0;
}
li.pingback {
	font-weight: bold;
}
li.pingback a {
	font-weight: normal;
}

/* Comment Form */
#commentform input[type="text"] {
	width: 100%;
}
#commentform input[type="text"],
#commentform #comment {
	margin-top: 5px;
}
#commentform .form-allowed-tags {
	font-size: 11px;
}
.required {
	color: #880000;
}

/* =Contact Us
--------------------------------------------------------------------------------------- */
.page-template-template-contact-php #main .google-map-placeholder {
	width: 100% !important;
	height: 260px !important;
}
.page-template-template-contact-php #main .wpcf7-form input[type="submit"] {
	padding: 10px 40px;
}

/* =Archive
--------------------------------------------------------------------------------------- */
.page-template-template-archive-php h3.page-title {
	margin-top: 0
}
.page-template-template-archive-php #main-core a {
	color: inherit;
}
.page-template-template-archive-php #main-core a:hover{
	color: #3F4DF3;
}
.page-template-template-archive-php ul.archive-pages,
.page-template-template-archive-php ul.archive-categories,
.page-template-template-archive-php ul.archive-authors,
.page-template-template-archive-php ul.archive-monthly,
.page-template-template-archive-php ul.archive-recent {
	margin-left: 2px;
	list-style: none;
}
.page-template-template-archive-php ul.archive-pages li,
.page-template-template-archive-php ul.archive-categories li,
.page-template-template-archive-php ul.archive-authors li,
.page-template-template-archive-php ul.archive-monthly li,
.page-template-template-archive-php ul.archive-recent li {
	padding-bottom: 4px;
}
.page-template-template-archive-php ul.archive-pages .children li,
.page-template-template-archive-php ul.archive-categories .children li,
.page-template-template-archive-php ul.archive-authors .children li,
.page-template-template-archive-php ul.archive-monthly .children li,
.page-template-template-archive-php ul.archive-recent .children li {
	padding-left: 25px;
}
.page-template-template-archive-php ul.archive-pages li:before,
.page-template-template-archive-php ul.archive-categories li:before,
.page-template-template-archive-php ul.archive-authors li:before,
.page-template-template-archive-php ul.archive-monthly li:before,
.page-template-template-archive-php ul.archive-recent li:before {
	color: #AAA;
	line-height: 1;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 1.3333333333333333em;
	padding-right: 10px;
}
.page-template-template-archive-php ul.archive-pages ul.children,
.page-template-template-archive-php ul.archive-categories ul.children,
.page-template-template-archive-php ul.archive-authors ul.children,
.page-template-template-archive-php ul.archive-monthly ul.children,
.page-template-template-archive-php ul.archive-recent ul.children {
	margin: 10px 0px 10px -2px;
	list-style: none;
}

/* =Sitemap
--------------------------------------------------------------------------------------- */
.page-template-template-sitemap-php h3.page-title {
	margin-top: 0
}
.page-template-template-sitemap-php #main-core a {
	color: inherit;
}
.page-template-template-sitemap-php #main-core a:hover{
	color: #ec3728;
}
.page-template-template-sitemap-php ul.sitemap-pages,
.page-template-template-sitemap-php ul.sitemap-authors,
.page-template-template-sitemap-php ul.sitemap-archives,
.page-template-template-sitemap-php ul.sitemap-posts,
.page-template-template-sitemap-php ul.sitemap-posts ul {
	margin-left: 2px;
	list-style: none;
}
.page-template-template-sitemap-php ul.sitemap-pages li,
.page-template-template-sitemap-php ul.sitemap-authors li,
.page-template-template-sitemap-php ul.sitemap-archives li,
.page-template-template-sitemap-php ul.sitemap-posts li,
.page-template-template-sitemap-php ul.sitemap-posts ul li {
	padding-bottom: 4px;
}
.page-template-template-sitemap-php ul.sitemap-pages .children li,
.page-template-template-sitemap-php ul.sitemap-authors .children li,
.page-template-template-sitemap-php ul.sitemap-archives .children li,
.page-template-template-sitemap-php ul.sitemap-posts .children li,
.page-template-template-sitemap-php ul.sitemap-posts ul .children li {
	padding-left: 25px;
}
.page-template-template-sitemap-php ul.sitemap-pages li:before,
.page-template-template-sitemap-php ul.sitemap-authors li:before,
.page-template-template-sitemap-php ul.sitemap-archives li:before,
.page-template-template-sitemap-php ul.sitemap-posts li:before,
.page-template-template-sitemap-php ul.sitemap-posts ul li:before {
	color: #AAA;
	line-height: 1;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 1.3333333333333333em;
	padding-right: 10px;
}
.page-template-template-sitemap-php ul.sitemap-pages ul.children,
.page-template-template-sitemap-php ul.sitemap-authors ul.children,
.page-template-template-sitemap-php ul.sitemap-archives ul.children,
.page-template-template-sitemap-php ul.sitemap-posts ul.children,
.page-template-template-sitemap-php ul.sitemap-posts ul ul.children {
	margin: 10px 0px 10px -2px;
	list-style: none;
}

/* =Parallax
--------------------------------------------------------------------------------------- */
.page-template-template-parallax-php #content {
	padding: 0;
}
.page-template-template-parallax-php #content-core {
	margin: 0;
	max-width: 100%;
}
.page-template-template-parallax-php .panel-grid {
	padding: 30px 10px 0;
}
.page-template-template-parallax-php .panel-grid-core {
	display: block;
	max-width: 1140px;
	margin: 0 auto
}

/* =Search Results
--------------------------------------------------------------------------------------- */
article#no-results {
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid rgba(155,155,155,0.3);
}


/* =404 Error
--------------------------------------------------------------------------------------- */
.title-404 {
	text-align: center;
	margin: 20px 0;
}
.title-404 h2 {
	line-height: 1;
	font-size: 60px;
	margin: 0 0 30px 0;
}
.title-404 p {
	margin-bottom: 30px;
}
.title-404 .search {
	margin-bottom: 20px;
	width: 200px;
	max-width: 200px;
}


/* =Portfolio (styling code in style-portfolio.css)
--------------------------------------------------------------------------------------- */
.column-1 { width: 100%;    padding: 5px; }
.column-2 { width: 50%;     padding: 5px; }
.column-3 { width: 33.333%; padding: 5px; }
.column-4 { width: 25%;     padding: 5px; }

.column-1,
.column-2,
.column-3,
.column-4 {
	float: left;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* =Project
--------------------------------------------------------------------------------------- */
h4.project-title {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin: 0 0 10px;
}
.project-button {
	display: inline-block;
	float: left;
	padding: 10px 15px;
	margin: 0;
}

/* Bootstrap accordion */
#project-accordion {
	margin-bottom: 20px
}
#project-accordion .accordion-group {
	margin:0;
	border: 1px solid #E5E5E5;
	border-bottom: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#project-accordion .accordion-group:last-child {
	border-bottom: 1px solid #E5E5E5;
}
#project-accordion .accordion-toggle:before {
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	width: 15px;
	left: 12px;
	background-color: #ec3728;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#project-accordion .accordion-toggle.collapsed:before {
	background-color: #333;
}
#project-accordion .accordion-toggle {
	color:inherit;
	position: relative;
	background: #FCFCFC;
	padding-left: 40px;
	-webkit-box-shadow: inset 0 0 0 1px #FFF;
	-moz-box-shadow: inset 0 0 0 1px #FFF;
	-ms-box-shadow: inset 0 0 0 1px #FFF;
	-o-box-shadow: inset 0 0 0 1px #FFF;
	box-shadow: inset 0 0 0 1px #FFF;
}


/* ---------------------------------------------------------------------------------------
	11. IE STYLES
--------------------------------------------------------------------------------------- */
#ie8 .entry-content img,
#ie8 .widget img,
#ie8 .wp-caption img {
	width: auto;
}
#ie8 .content-core {
    zoom:1;
}


/* ---------------------------------------------------------------------------------------
	12. SAFARI STYLES
--------------------------------------------------------------------------------------- */

/* Fix 100% table width issue on Safari */
/*.wrap-safari {
	display: block; 
	height: 100%; 
	max-width: 1100px; 
	margin: 0 auto;
}
*/


/* ---------------------------------------------------------------------------------------
	13. MISC
--------------------------------------------------------------------------------------- */

.hidden {
    display: none !important;
}



/****** SINGLE POST STYLES ******/
.single-post #body-core {
	background:#efefef;
}


/** Hide Single Post Meta **/
.single-post .entry-meta {
	display:none;
}
.single-post #content {
	margin-top:40px;
}



/** Press Releases Post Styles **/
.category-press-releases .bg-darkgrey {
	background-color:transparent;
}
.category-press-releases h2.search-title {
	color:#ec3728;
}
.category-press-releases .entry-content {
	color:#494949;
	line-height:1.6em;
}
.category-press-releases .entry-content a {
	color:#4B4D4D;
}


.single-post #sidebar .widget ul {border:none !important;}
.single-post #sidebar .widget ul li {border:none !important;}







/********************************************/
/********************************************/
/********** CROWDSTRIKE PAGES CSS ***********/

/*** Homepage 3UP Teaser Blocks ***/
.ts-teaser-item {
	padding:16px;
	line-height:18px;
	background-color:#343436;
	border:none !important;
	background-color: #343436 !important;
	height:auto !important;
}
.ts-teaser-item .ts-readmore {
	padding: 10px 4px;
	text-align: center;
	margin: 16px auto 12px auto !important;
	text-decoration: none;
	display: block!important;
	width: 60% !important;
	font-family:'karlaregular', Helvetica, Arial, sans-serif !important;
}
.ts-teaser-item .ts-readmore.ts-color-button-clouds-flat,
.ts-teaser-item .ts-readmore.ts-dual-buttons-color-clouds-flat {
	color: #797979;
	text-align: center;
	text-shadow: none !important;
	background: transparent !important;
	border-bottom: none !important;
	border: 2px solid #797979 !important;
	cursor: pointer;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.ts-teaser-item .ts-readmore.ts-color-button-clouds-flat:hover,
.ts-teaser-item .ts-readmore.ts-dual-buttons-color-clouds-flat:hover {
    color:#ffffff;
    background:#797979 !important;
}





/***** HOMEPAGE - CASE STUDY VIDEOS *****/
.ts-hover-effects-container > div { padding-bottom:0px !important;}

.ts-hover-effects-grid figure figcaption h2 {
    font-family:'karlaregular', Helvetica, Arial, sans-serif !important;
    font-size: 1.2em !important;
    line-height: 1.5em !important;;
    color:#ffffff !important;
}
.ts-hover-effects-grid figure figcaption p {
    font-family:'karlaregular', Helvetica, Arial, sans-serif !important;
    font-size: 1.2em !important;
    line-height: 1.5em !important;
    text-transform:none !important;
    color:#ffffff !important;
}

.ts-image-hover-frame .ts-image-hover-handle {
	position: absolute;
	width: 80px !important;
	height: 80px !important;
	margin-left: 30px !important;
	left: 40% !important;
	bottom: 50% !important;
	z-index: 20;
	opacity:.4;
}
.ts-image-hover-frame .ts-image-hover-handle span {
	-webkit-border-radius: 1px !important;
	-moz-border-radius: 1px !important;
	-ms-border-radius: 1px !important;
	-o-border-radius: 1px !important;
	border-radius: 1px !important;
	background-color: transparent !important;
	width: 80px !important;
	height: 80px !important;
	display: block;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-o-transition: -o-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.ts-image-hover-frame .ts-image-hover-handle span i.handle_click {
	background-image: none !important;
	text-align: center;
	vertical-align: middle;
	position: absolute;
}
.ts-image-hover-frame .ts-image-hover-handle span i.handle_click:before {
    font-family:'crowdstrike' !important;
    content:'\e69b' !important;
    font-size:8em;
}

.ts-image-hover-frame:hover .ts-image-hover-handle span i.handle_click {
    display:none !important;
}


.ts-hover-effects-grid figure {
    border:none !important;
}


figure.ts-hover-effect-bubba img {opacity: 1 !important;}
figure.ts-hover-effect-bubba:hover img {opacity: .6 !important;}




figure.ts-hover-effect-bubba{background:#000000 !important}
figure.ts-hover-effect-bubba h2 {padding-top:12% !important;}
figure.ts-hover-effect-bubba p {padding: 30px 4em !important;}



@media (max-width: 499px) {
	.ts-hover-effects-grid figure figcaption p {
		font-size:.85em !important;
		line-height:1.1em !important;
		text-align:center !important;
	}
	.ts-image-hover-frame .ts-image-hover-handle span i.handle_click:before {
		font-size:5em !important;
	}

}


@media (min-width: 500px) and (max-width: 767px) {
	 .cardinal-casestudy {font-size:1em; line-height:1.2em; text-align:center !important; margin-bottom:30px;}
	 .cardinal-casestudy p {text-align:center !important;}
	 .cardinal-casestudy .yellow {font-size:.8em;}
	 
	 .ts-hover-effects-grid figure figcaption p {
		 font-size:1em !important;
		 line-height:1.2em !important;
		 text-align:center !important;
	 }
	 
}

@media (min-width: 768px) and (max-width: 1024px) {
	.cardinal-casestudy {font-size:1.1em; line-height:1.3em; margin-top:20px;}
	.cardinal-casestudy .yellow {font-size:.8em;}
	
	.ts-hover-effects-grid figure figcaption p {
		font-size:.9em !important;
		line-height:1.2em !important;
		text-align:center !important;
	}
	
}

@media (min-width: 1025px) and (max-width: 1345px) {
	.cardinal-casestudy {font-size: 1.2em; line-height: 1.4em; margin-top:20px;}
	.cardinal-casestudy .yellow {font-size:.8em;}

	.ts-hover-effects-grid figure figcaption p {
		 font-size:1.1em !important;
		 line-height:1.4em !important;
		 text-align:center !important;
	}
}

@media (min-width: 1346px) {
	.cardinal-casestudy {font-size:1.4em; line-height:1.6em; margin-top:30px;}
	.cardinal-casestudy .yellow {font-size:.8em;}

	.ts-hover-effects-grid figure figcaption p {
		font-size:1.2em !important;
		line-height:1.6em !important;
		text-align:center !important;
	}
}








/********************************************/
/********************************************/
/*************** CS SERVICES ****************/
.services-intro-sub {}


/** Rotating Cube Component extra styles - Incident Response **/
h4.cq-face-title:after {
    font-family:'crowdstrike';
    content:'\e693';
    display:block;
    text-align:center;
    font-size: 1.1em;
    opacity: .8;
    margin-top: 14px;
    color:#2e8baa;
}
.cq-face-back .cq-face-content {
    line-height:1.4em;
}

.remediation-cube h4.cq-face-title {
    line-height: 1.76em;
}
.remediation-cube .cq-face-content {
    padding-top:10px;
}
.remediation-cube h4.cq-face-title:after {
    margin-top:22px;
}









/*******************************************/
/************* COMMUNITY TOOLS *************/


@media (min-width: 600px) {
	.community-tool .ts-icon-box-separator {padding-left:40px !important;}
}
@media (max-width: 599px) {
	.community-tool .btn {margin-bottom:12px;}
}


.ts-box-icon.boxed-style .ts-icon-box-boxed.left {
	padding-top:20px !important;
}

.community-tool .ts-box-icon-title {
    font-family:'itc_avant_garde_gothic_proXLt', Helvetica, Arial, sans-serif;
	line-height: 1.1em;
}

.community-tool .ts-icon-box-content p {
	margin-bottom:10px;
	line-height:1.3em;
}

.community-tool .ts-icon-box-content p:first-of-type {
	color:#ec3728 !important;
}








/***********************************/
/********** CS TYPOGRAPHY **********/
.avant-light {font-family:'itc_avant_garde_gothic_proXLt', Helvetica, Arial, sans-serif !important;}
.avant-bold {font-family:'itc_avant_garde_gothic_proMd', Helvetica, Arial, sans-serif !important;}
.avant-xbold {font-family:'itc_avant_garde_pro_mdbold', Helvetica, Arial, sans-serif !important;}
.avant-black {font-family:'itc_avant_garde_gothic_proBk', Helvetica, Arial, sans-serif !important;}
.karla-regular {font-family:'karlaregular', Helvetica, Arial, sans-serif !important;}
.karla-bold {font-family:'karlabold', Helvetica, Arial, sans-serif !important;}


.unstyled {list-style-type:none !important;}
.inline {display:inline !important;}

.caps {text-transform:uppercase !important;}









/******************************************************/
/***************** CROWDSTRIKE STYLES *****************/
/******************************************************/




/*******************************************/
/******** COLORS ********/
.white {color:#ffffff !important;}
.black {color:#000000 !important;}
.dark-grey {color:#3f3f3f !important;}
.grey {color:#5C5C5C !important;}
.blue-grey {color:#67a1b9 !important;}
.blue-text {color:#71c5dd !important;}
.red {color:#ec3728 !important;}
.teal {color:#2e8baa;}
.yellow {color:#faff76;}
.muted {color:#818181 !important;}


.darkgrey {color:#222222;}
.limegreen {color:#bacc4d;}
.transparent-teal {color:#63b8d4;}


.bg-mediumgrey {background-color:#818181; color:#ffffff;}
.bg-mediumgrey:hover {background-color:#636363; color:#ffffff;}
.bg-blue-grey {background-color:#67a1b9;}

.bg-teal {background-color:#2e8baa;}
.bg-light {background-color:#e7e7e8;}

.bg-blue {background-color: #2e8baa;}
.bg-blue.cta:hover {background-color: #44b4d9;}

.bg-red {background-color:#ec3525 !important; color:#fff;}
.bg-red.cta:hover {background-color: #f6454b; color:#fff;}

.bg-white {background-color:#ffffff;}

.bg-lightgrey {background-color: #bcbdc1;}
.bg-lightgrey.cta:hover {background-color: #efefef;}

.bg-grey {background-color: #58595b !important; color:#fff !important;}
.bg-grey.cta:hover {background-color: #787a7e !important; color:#fff !important;}

.bg-darkgrey {background-color: #343436; color:#fff;}
.bg-darkgrey.cta:hover {background-color: #414144; color:#fff !important;}
.bg-verydark {background-color:#1e1e1e;}

.bg-trans-black {background-color:rgba(0,0,0,0.4);}
.bg-trans-white {background-color:rgba(255,255,255,0.4);}





/***** CS COLORS (additions) *****/




.border-radius-2 {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}






/*************** SCAFFOLDING ***************/
/*******************************************/

.width-80 {width:80%; margin:0 auto 0 auto;}
.width-70 {width:70%; margin:0 auto 0 auto;}
.width-60 {width:60%; margin:0 auto 0 auto;}


/*******************************************/
/*SPACINGS*/
.gap {display:block;position:relative;margin:30px 0 30px 0;clear:both;}
.gap:after {clear:both;content:'';display:table;}
.gap-small {margin:15px 0 15px 0;}
.gap-mini {margin:10px 0 10px 0;}
.gap-big {margin:60px 0 60px 0;}
.gap-large {margin:90px 0 90px 0;}
.gap-top {margin-bottom:0 !important;}
.gap-bottom {margin-top:0 !important;}
.gap-border {border:0;border-top:1px solid #ededed;border-bottom:1px solid #fff;}


.pad-box50 {padding:50px;}
.pad-box40 {padding:40px;}
.pad-box30 {padding:30px;}
.pad-box20 {padding:20px;}








/**************************************************************/
/************************ TYPOGRAPHY **************************/
/**************************************************************/
.text-xl {font-size:4em;}


/********** PAGE/SECTION INTROS - TYPOGRAPHY STYLES ***********/

.intro-banner h1 {
	font-size: 4.6em;
	line-height: 1em;
	letter-spacing: .6px;
}
.intro-banner p {
	font-size: 1.4em;
	line-height: 1.4em;
}




.section-header h2 {
	font-size: 3em;
	line-height: 1em;
	letter-spacing: .6px;
}
.section-header p {
	font-size:1.2em;
}




.section-highlight {
	font-size: 3.2em;
	line-height: 1em;
}
.section-callout,
.section-intro {
	font-size: 1.6em;
	line-height: 1.7em;
}


h2.services-header {font-size: 3em; line-height: 1em; letter-spacing: .6px;}


@media (max-width: 767px) {
	.intro-banner h1 {
		font-size: 2.2em;
		line-height: 1.2em;
		letter-spacing: 0px;
	}
 	.intro-banner p,
	.section-header p {
		font-size: 1.1em;
		line-height: 1.6em;
	}
	.section-header h2 {
		font-size: 1.6em;
	}
	
	.section-callout,
	.section-intro {
		font-size: 1.2em;
		line-height: 1.4em;
	}
	.text-xl {font-size:1.2em;}
}


@media (min-width: 768px) and (max-width: 1024px) {
	.intro-banner h1 {
		font-size:3.6em;
	}
 	.intro-banner p,
	.section-header p {
		font-size: 1.4em;
		line-height: 1.4em;
	}
	.section-header h2 {
		font-size: 2.6em;
	}
	
	.text-xl {font-size:1.6em;}
}

@media (min-width: 1025px) and (max-width: 1345px) {
 	.intro-banner h1 {
		font-size: 4.6em;
		line-height: 1.2em;
	}
	.intro-banner p,
	.section-header p {
		font-size: 1.4em;
		line-height: 1.6em;
	}
	.section-header h2 {
		font-size: 3.4em;
	}
	
	.text-xl {font-size:3.6em;}
}














/************** FOOTER **************/

ul.footer-lower li {
	display:inline;
	list-style-type:none;
	text-decoration:none;
	color:#c9c9c9;
	font-size:12px;
}












/*** Single Post Font Color Overrides ***/
h2.search-title {color:#494949;}
.entry-content {color:#494949;}










/***************************************/
/********* FONT ICON OVERRIDES *********/
/*** News Page (ess. grid nav arrows) ***/
.eg-icon-left-open:before {
	font-family: "crowdstrike" !important;
	content: '\e641' !important;
}
.eg-icon-right-open:before {
	font-family: "crowdstrike" !important;
	content: '\e642' !important;
}




/**** Page Section Divider Icons ****/
.ultsl-arrow-left6:before {
	font-family: "crowdstrike" !important;
	content: "\e641" !important;
}
.ultsl-arrow-right6:before {
	font-family: "crowdstrike" !important;
	content: "\e642" !important;
}




.border-radius-2 {
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}



.adjust-arrow-divider .aio-icon.none  {
      /*margin-top: -28px !important;*/
	line-height:.4em !important;
}




.Defaults-angle-down:before {
	font-family: "crowdstrike" !important;
	content: "\e640" !important;
}
.Defaults-quote-left:before {
	font-family: "fontawesome" !important;
	content: "\f10d";
}
.Defaults-arrow-circle-o-down:before {
	font-family: "fontawesome" !important;	
	content: "\f01a";
}

.crowdstrike-circle-arrow-down-2 {
    vertical-align: super;
}
.crowdstrike-circle-arrow-down-2:before {
    font-family:'crowdstrike' !important;
    content: "\e693" !important;
    font-style:normal !important;
}

.cs-icon-circle-arrow-left-2:before {
	font-family: "crowdstrike" !important;
	content: "\e694" !important;
	font-style:normal;
}

.ts-ecommerce-arrowleft5:before {
	font-family: "crowdstrike" !important;
	content: "\e641" !important;
	font-style:normal;
}
.ts-ecommerce-arrowright5:before {
	font-family: "crowdstrike" !important;
	content: "\e642" !important;
	font-style:normal;
}




/** Team sidebar hover icon - hide **/
.eg-icon-align-justify:before {
	font-family: "crowdstrike" !important;
	content: '\e861';
}
/** HotSpot pulsing circle icon - HIDE quick fix **/
.Defaults-circle:before {
	font-family: "fontawesome" !important;
	content: "\f111";
	display:none !important;
}








h3.aio-icon-title {
	font-family:'karlaregular', Helvetica, Arial, sans-serif;
}






/** NEWSROOM **/
.vc_custom_heading h4 {
	font-family:'karlaregular', Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.4em;
	text-transform: uppercase;
	margin-top: 12px;
}
.vc_btn_white .vc_btn_square_outlined {
	border: 2px solid #c9c9c9 !important;
	width: 40%;
	color: #ec3728 !important;
}
.vc_btn-white.vc_btn_square_outlined,
a.vc_btn-white.vc_btn_square_outlined  {
	color:#ec3728 !important;
	border: 2px solid #c9c9c9 !important;
	width: 40%;
}
.back-to-list-page {
	list-style-type:none;
	color:#494949;
	font-size:12px;
	line-height:22px;
}
.back-to-list-page a {
	color:#494949;
	/*font-family:'karlaregular', Helvetica, Arial, sans-serif;*/
	font-size:14px;
	line-height:26px;
}
.back-to-list-page:hover,
.back-to-list-page a:hover {
	color:#ec3728;
}




/*************************************/
/*********** CS COMPONENTS ***********/
a:selected, a:active, a:focus {
	outline:none;
}

/*
a.btn.bg-red:hover {
	color:#eeb71c;
}
*/

a.btn.teal, a.btn.teal:visited {
	color:#2e8baa;
}

.scroll-up-button:hover {
    background-color:#2e8baa !important;;
    color:#ffffff !important;
    border-color:#ffffff;
}







/** Ultimate Buttons **/
.ubtn-custom {padding: auto !important;}



.ubtn.ubtn-custom.ubtn-fade-bg.karla-regular.2-line-ult-button.none.ubtn-center .ubtn-data.ubtn-text {
	padding-right: 40px !important;
	padding-left: 40px !important;
	line-height: 1.4em !important;
}
	
.ubtn-large {
	padding: 20px 34px !important;
}
.ult_modal-content {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	overflow: hidden;
}
.ult_modal-body.ult-vimeo {
	padding:0px !important;
	background:transparent !important;
}
.btn-modal {
	border:2px solid #ffffff;
}
.btn-modal.btn-modal-lg.overlay-show {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	padding:18px 50px;
	font-size:18px;
	border:2px solid #ffffff;
}

.btn-modal-lg.btn-bordered-white-button {
	border:2px solid #ffffff !important;
	padding: 14px 54px !important;
	font-size: 17px !important;
	line-height: 1.4em !important;
	border-radius: 2px !important;
	background-color:transparent !important;
}
.btn-modal-lg.btn-bordered-white-button:hover {
	border:2px solid #5e5e5e !important;
	padding: 14px 54px !important;
	font-size: 17px !important;
	line-height: 1.4em !important;
	border-radius: 2px !important;
	color:#5e5e5e !important;
	background-color:#ffffff !important;
}


/** TS Lightbox/Popup scroll horz fix **/
.nch-lb-no-scrollbar .nch-lb-media-space {
	overflow: hidden !important;
}




/* ultimate row icon separators */
/*.aio-icon i {vertical-align: -webkit-baseline-middle;}*/


.product-benefits .icon_list_connector {
	display:none !important;
}





/**** ESSSENTIAL GRID OVERRIDES ****/
/** Partners Grid - Hover Text **/
/*.esg-container ul .p1 {line-height:1em !important;}*/


/** EssGrid Sidebar Element Overrides **/
#sidebar-core .esg-hovered .eg-henryharrison-element-1,
#sidebar-core .esg-hovered .eg-henryharrison-element-6 {
	display:none !important;
}
#sidebar-core .esg-hovered .eg-basic-hover-overlay-greycolor-element-3-a {
	display:none !important;
}







/** CS MARKETO POPUP FORMS - depreciated-x **/
.cbp-mc-form input, .cbp-mc-form textarea, .cbp-mc-form select {
	margin-top: 10px !important;
}
h4.form-header {
	color: #FFF;
	text-align: center;
	border-bottom: 1px solid #000;
	margin-right: 40px;
	margin-left: 46px;
	font-size: 1.8em;
	line-height: 2.2em;
}
a.avgrund-close {display:none;}





/*****************************************************/
/**** MARKETO LANDING PAGE / CTA PAGE FORM STYLES ****/

*, *:after, *:before {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
body, html { padding: 0; margin: 0;}
.clearfix:before, .clearfix:after {content: " "; display: table;}
.clearfix:after {clear: both;}

.cbp-mc-form-wrapper {
	padding: 10px 60px 30px 60px;
	position: relative;
}
.cbp-mc-form {position: relative;}
.cbp-mc-form:before, .cbp-mc-form:after {content:" "; display: table;}
.cbp-mc-form:after {clear: both;}

.cbp-mc-column {
	width: 50%;
	padding:0px 4px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.cbp-mc-form label {
	display: block;
	padding: 40px 6px 6px 2px;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	font-family: 'karlaregular', Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	padding: 2px 0px;
	display: block;
	width: 100%;
	background: transparent;
	margin-top:40px;
	height: 2.6em;
}
.cbp-mc-form input,
.cbp-mc-form textarea {
	border:none;
	border-bottom: 2px solid #2e8baa;
	color:#2e8baa !important;
}
.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border-bottom: 2px solid #ec3728;
}

.cbp-mc-form select:focus {outline: none;}
.cbp-mc-form input:focus ::-webkit-input-placeholder { color: #ffffff !important;}
.cbp-mc-form input:focus :-moz-placeholder { color: #ffffff !important;}
.cbp-mc-form input:focus ::-moz-placeholder {color: #ffffff !important;}
.cbp-mc-form input:focus :-ms-input-placeholder {color: #ffffff !important;}

.cbp-mc-form ::-webkit-input-placeholder { color: #2e8baa !important;}
.cbp-mc-form :-moz-placeholder { color: #2e8baa !important;}
.cbp-mc-form ::-moz-placeholder {color: #2e8baa !important;}
.cbp-mc-form :-ms-input-placeholder {color: #2e8baa !important;}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 40px;
	display: block;
	clear: both;
	margin-right: 3px;
	margin-left: 3px;
}
.cbp-mc-form input.cbp-mc-submit {
	border: 2px solid #2e8baa;
	color: #2e8baa !important;
	cursor: pointer;
	text-transform: uppercase;
	display: block;
	font-size: 1.2em;
	height:56px;
	border-radius: 1px;
	letter-spacing: 1px;
}
.cbp-mc-form input.cbp-mc-submit:hover {
	border: 2px solid #ffffff;
	color: #ffffff !important;
	background-color: #2e8baa;
}


@media (max-width: 767px) {
	.cbp-mc-form-wrapper {padding: 10px 10px 30px 10px;}
	.cbp-mc-form input.cbp-mc-submit {font-size:1em;}
}

@media (max-width: 1024px) {
	.cbp-mc-column {width: 100%;}
}







/*****************************/
/**** PRODUCT PAGE STYLES ****/
/* benefits list (depreciating with new product page design launch!!) */
.product-benefits .icon_list_icon {
	display:none;
}
.product-benefits .icon_list_item {
	background-image: url('../pics/benefits.png');
	background-image: url('../../../wp-content/uploads/2015/02/benefits.png');
	background-repeat: no-repeat;
	background-position: 0px 18px;
}
.product-benefits .icon_list_item .icon_description_text {
	line-height:26px;
	font-size:16px;
}


/* 3 UP Circle Icons */
.cs-icon-CSOC,
.cs-icon-24-7,
.cs-icon-globe-network {
    width:150px !important;
    height:150px !important;
    line-height:150px !important;
    padding:0 auto !important;
    text-align:center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;       
}

.crowdstrike-24-7:before {
	font-family: "crowdstrike" !important;
	content: "\e699" !important;
	font-style:normal !important;
}
.crowdstrike-CSOC:before {
	font-family: "crowdstrike" !important;
	content: "\e69a" !important;
	font-style:normal !important;
}







/**** PRODUCT HOW-TO STYLES ****/
h2.wpb_heading.wpb_singleimage_heading {
	font-size:1.6em;
	color:#ffffff;
}


/**** PRODUCT FAQ/SPECS Accordions ****/
h2.wpb_heading.wpb_accordion_heading {
	margin-bottom:6px !important;
	font-size: 30px !important;
}
h3.wpb_accordion_header {
	font-family:'itc_avant_garde_gothic_proXLt', Helvetica, Arial, sans-serif !important;
}








/******************/


.lefty-icon {
	font-size:4em;
	color:#777777 !important;
}



.split-bg-text-highlight {}


.side-by-side-p {
	text-align:left;
	font-size:20px;
	line-height:34px;
}


.margin-left-40 {margin-left:40px;}
.pad-left-20 {padding-left:20px !important;}
.pad-left-40 {padding-left:40px !important;}
.pad-right-40 {padding-right:40px;}
.pad-right-60 {padding-right:60px;}




/*********************************************/
/**** Split BG Color Responsive Overrides ****/
@media (max-width: 767px) {
	.split-bg-section {background:none !important;}
	.split-bg-dark {background:#494949;}
	.split-bg-medium {background:#e0e0e0;}
	.split-bg-white {background:#ffffff;}
	.split-bg-light-grey {background:#fefefe;}
	.split-bg-red{background-color:#ec3728;}

	.margin-left-40 {margin-left:0px !important;}
	.pad-left-20 {padding-left:0px !important;}
	.pad-left-40 {padding-left:0px !important;}
	.pad-right-40 {padding-right:0px;}
	.pad-right-60 {padding-right:0px;}

	.split-bg-text-highlight {font-size: 26px !important; line-height: 24px !important;}

}



@media (min-width: 768px) and (max-width: 1024px) {
	.split-bg-text-highlight {font-size: 36px !important; line-height: 34px !important;}
}

@media (min-width: 1025px) and (max-width: 1345px) {
}








.request-a-call-banner {
	text-align:center;
}
.request-a-call-banner h6 {
	font-size:2.8em;
	line-height:1.4em;
	margin:0px auto 6px auto;
	font-family:'karlaregular', Helvetica, Arial, sans-serif !important;
}
.request-a-call-banner p {
	font-size:1.4em;
	line-height:1.6em;
}

@media (max-width: 767px) {
	.request-a-call-banner h6 {font-size:2em;}
	.request-a-call-banner p {font-size:1.1em; line-height:1.3em;}
}




/******************/



#sidebar .widget {
	margin-bottom: 30px;
	border-bottom: none !important;
}

#sidebar h3.widget-title {
	font-family:'karlaregular', Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	border-bottom:2px solid #ec3728;
	color:#ec3728;
	line-height:1em;
}
#sidebar h3.widget-title:before {
  display:none !important;
  border-bottom: none !important;
}
#sidebar h3.widget-title:after {
  display:none !important;
  border-bottom: none !important;
}


#sidebar h3.rpwe-title {
	font-family:'karlaregular', Helvetica, Arial, sans-serif;
	font-size: 14px !important;
	color:#ababab;
}
#sidebar .widget li a {
	padding-left:0px !important;
}


@media (max-width: 767px) {
	.exp-breach-widget {text-align: left !important; margin-top:20px;}
	.footer-breach-number {margin-left:20px !important;}	 
}

.vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}


#slideout {
	height:250px !important;
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 35px;
    padding: 30px 0;
    text-align: center;
    background-color: #111111;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
z-index:99999999;
}
#slideout_inner {
	height:250px !important;
    position: fixed;
    bottom: 60px;
    left: -250px !important;
    background: #ec3728;
    width: 250px !important;
    padding: 25px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    text-align: left;
    -webkit-border-radius: 0 0 1px 0;
    -moz-border-radius: 0 0 1px 0;
    border-radius: 0 0 1px 0;
}
#slideout:hover {
    left: 250px !important;
}
#slideout:hover #slideout_inner {
    left: 0 !important;
}
#slideout #slide-out-button {
border:1px solid #ffffff;
color:#ffffff;
border-radius:1px;
}
#slideout #slide-out-button:hover {
color:#494949 !important;
background-color:#ffffff;
border:1px solid #494949;
}