@charset "UTF-8";
/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;300;400;500;700;900&display=block');
/* Import legacy css file */
/*  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. SHORTCODES - THEME SPECIFIC STYLE
12. PAGE BUILDER - THEME SPECIFIC STYLE
13. IE STYLES
14. SAFARI STYLES
15. MISC
*/
/* ---------------------------------------------------------------------------------------
	00. IMPORT
--------------------------------------------------------------------------------------- */
/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;300;400;500;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@100;300;400;500;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;500;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@100;300;400;500;700;900&display=block');
/* ---------------------------------------------------------------------------------------
	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;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	overflow: hidden;
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	display: block;
	font-size: larger;
	padding: 10px 0 10px 20px;
	border-left: 2px solid #4c7eef;
}
blockquote:before, q:before,
blockquote:after, q:after {
	font-family: "Times New Roman", Arial, Helvetica;
	font-weight: bold;
	font-size: larger;
	line-height: 0px;
}
blockquote:before, q:before {
	content: '\201C';
	padding-right:5px;
}
blockquote:after, q:after {
	content: '\201D';
	padding-left:5px;
}

dt {
	font-weight: bold;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
.clearboth {
	width: 100%;
	clear: both;
	display: block;
} */
/* Accessibility - Text meant only for screen readers. */
/* .screen-reader-text {
	position: absolute !important;
	word-wrap: normal !important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.screen-reader-text:focus {
	z-index: 100000;
	display: block;
	outline: none;
	color: #21759b;
	font-size: 13px;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	top: 5px;
	right: 5px;
	width: auto;
	height: auto;
	padding: 12px 20px;
	background-color: #f1f1f1;
	border: 2px solid #aaa;
	border-radius: 0px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	clip: auto !important;
	clip-path: none;
} */
/* ---------------------------------------------------------------------------------------
	02. GLOBAL
--------------------------------------------------------------------------------------- */
body, button, input, select, textarea {
  color: #888;
  font-family: Raleway, Helvetica, Arial;
  font-size: 15px;
  line-height: 1.8;
  word-wrap: break-word;
}
body, #body-core {
  background: white;
  min-width: 320px;
}
/* Responsive screen width */
body.layout-fixed, body.layout-fixed #body-core, body.layout-fixed #site-header, body.layout-fixed #header-sticky, body.layout-fixed #notification {
  min-width: 1140px;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #444;
  clear: both;
  margin: 0 0 0.8em;
  font-family: 'Poppins', Helvetica, Arial;
  font-family: 'Montserrat';
  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: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
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, i {
  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;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
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: 11px 15px;
}
input[type="checkbox"], input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=text], input[type=email], input[type=password], input[type=search], input[type=tel], select, textarea {
  outline: none;
  background: white;
  border: 1px solid #eaeaea;
  padding: 10px 20px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, select:focus, textarea:focus {
  background: #fff;
}
input[type=text], input[type=email], input[type=password], input[type=search], input[type=tel], select {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
}
/* Tables */
table {
  text-align: center;
  margin: 0 0 25px;
  width: 100%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  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 {
  color: #4c7eef;
  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:hover {
  color: inherit;
}
a, a:hover, a:visited {
  text-decoration: none;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 20px auto;
}
/* ---------------------------------------------------------------------------------------
	03. STRUCTURE
--------------------------------------------------------------------------------------- */
#pre-header-core, #header-core, #header-links-inner, #intro-core, #content-core, #footer-core, #sub-footer-core, #notification-core, #introaction-core, #outroaction-core {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
#content, .main-navigation, .site-title, .site-description {
  margin: 0 auto;
}
#content {
  clear: both;
  margin: 0;
  padding: 70px 10px;
}
/* Boxed layout */
body.layout-boxed #body-core, body.custom-background #body-core {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
body.layout-boxed #pre-header, body.layout-boxed #header, body.layout-boxed #header-sticky, body.custom-background #pre-header, body.custom-background #header, body.custom-background #header-sticky {
  max-width: 1200px;
}
/* ---------------------------------------------------------------------------------------
	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 a {
  color: #FFF !important;
  background: #4c7eef;
  padding: 5px 10px;
  float: left;
}
.nav-previous a .meta-icon {
  float: left;
  margin-right: 5px;
  padding: 1px 6px 2px 0;
}
.nav-next a {
  color: #FFF !important;
  background: #4c7eef;
  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
----------------------------------------------------------------------------- */
.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: #4c7eef;
  border-color: #4c7eef;
}
.pag li.current span {
  color: #fff;
  background: #4c7eef;
  border-color: #4c7eef;
}
li.pag-first {
  display: none;
}
li.pag-last {
  display: none;
}
/* Pagination - Native WordPress pagination */
.navigation.pagination {
  margin: 10px 0 30px;
  list-style: none;
}
.navigation.pagination .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links a, .navigation.pagination .nav-links span {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: inherit;
  background: none;
  border: 1px solid #232323;
  margin-right: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.navigation.pagination .nav-links a:hover, .navigation.pagination .nav-links a.current, .navigation.pagination .nav-links span:hover, .navigation.pagination .nav-links span.current {
  color: #fff;
  background: #232323;
}
.navigation.pagination .nav-links a.prev, .navigation.pagination .nav-links a.next {
  font-size: 0;
  top: 1px;
  position: relative;
}
.navigation.pagination .nav-links a.prev:after, .navigation.pagination .nav-links a.next:after {
  font-size: 15px;
  font-family: fontawesome;
}
.navigation.pagination .nav-links a.prev:after {
  content: "";
}
.navigation.pagination .nav-links a.next:after {
  content: "";
}
.navigation.pagination .nav-links .dots:hover {
  color: inherit;
  background: none;
  border-color: #232323;
}
/* ---------------------------------------------------------------------------------------
	06. HEADER
--------------------------------------------------------------------------------------- */
/* Custom Header */
.custom-header img {
  display: block;
  margin: 0 auto;
}
/* =Main
----------------------------------------------------------------------------- */
.site-description {
  color: #777777;
  font-size: 13px;
  line-height: 13px;
}
#logo {
  float: left;
  margin: 15px 0 0;
}
#logo a {
  display: inline-block;
}
#logo img {
  width: auto;
  max-height: 50px;
  display: block;
  margin: 0 auto;
}
#logo h1 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
}
/* Logo Style - Header Style 2 */
.header-style2 #logo {
  text-align: center;
}
/* =Menu
----------------------------------------------------------------------------- */
/* Header Image*/
#header-image img {
  display: block;
  width: 100%;
}
#header-image.header-image-boxed {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
/* Site-header */
#site-header {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Poppins';
  font-family: 'Montserrat';
}
/* Pre-header */
#pre-header {
  background: #1C1C1C;
}
#pre-header li {
  float: left;
}
#pre-header .header-links > ul > li > a {
  -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: white;
}
#pre-header .header-links li a, #pre-header-social li, #pre-header-social li a, #pre-header-search input {
  color: #CCC;
  font-size: 12px;
  display: block;
}
#pre-header .header-links li a, #pre-header-social li.message {
  padding: 9px 15px 7px;
}
#pre-header-social li, #pre-header-social li a {
  border: 0px;
}
#pre-header .header-links > ul > li.menu-parent > a:after {
  position: relative;
  content: "";
  font-family: FontAwesome;
  padding-left: 6px;
}
#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;
}
/* 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-plus a:hover {
  background: #db4a39;
}
#pre-header-social li.instagram a:hover {
  background: #AC8263;
}
#pre-header-social li.tumblr a:hover {
  background: #395672;
}
#pre-header-social li.linkedin a:hover {
  background: #56a1c4;
}
#pre-header-social li.flickr a:hover {
  background: #c5c5c5;
}
#pre-header-social li.pinterest a:hover {
  background: #C92228;
}
#pre-header-social li.xing a:hover {
  background: #126567;
}
#pre-header-social li.paypal a:hover {
  background: #1e477a;
}
#pre-header-social li.youtube a:hover {
  background: #de1f26;
}
#pre-header-social li.vimeo-square a:hover {
  background: #4EBBFF;
}
#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 {
  background: #fff;
  padding: 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;
}
#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: #777;
  padding: 25px 20px;
  margin: 0 1px;
}
#header .header-links > ul > li.menu-parent > a:after {
  position: relative;
  content: "";
  font-family: fontawesome;
  padding-left: 6px;
}
#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 #303030;
  background: #1C1C1C;
}
#header .header-links .sub-menu li {
  float: none;
}
#header .header-links .sub-menu a {
  color: white;
  font-size: 12px;
  border-bottom: 1px solid #303030;
  line-height: 32px;
  margin: 0;
  padding: 0 20px 0 10px;
}
#header .header-links .sub-menu li:last-child > a {
  border: 0;
}
#pre-header .sub-menu li, #header .sub-menu li {
  float: none;
  position: relative;
}
#header .sub-menu li {
  padding: 2px 10px;
}
#header .sub-menu li:hover {
  padding-left: 10px;
}
#header .menu > li > a {
  -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: #4c7eef;
}
.main-navigation:after {
  clear: both;
  content: "";
  display: block;
}
.main-navigation ul {
  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%;
}
#pre-header .main-navigation ul li:hover > ul, #header .main-navigation ul li:hover > ul {
  display: block;
}
/* Header - Style 1 */
.home #header {
  border-bottom: none;
}
/* 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%;
  max-width: 1140px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
.header-style2 #header .header-links > ul > li > a {
  padding: 15px 20px;
}
/* Header - Style 1 Sticky */
.layout-boxed.header-style1.header-sticky #pre-heade, .layout-boxed.header-style1.header-sticky #header, .custom-background.header-style1.header-sticky #pre-heade, .custom-background.header-style1.header-sticky #header {
  max-width: 1200px;
}
.header-style1.header-sticky #pre-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.home.header-style1 #header {
  border-bottom: none;
}
.header-style1.header-sticky #header {
  width: 100%;
  max-width: 100%;
  position: fixed;
  background-color: #FFF;
  z-index: 99999;
}
.header-style1.header-sticky.layout-fixed #header {
  min-width: 1140px;
  padding: 0 15px;
}
.header-style1.header-sticky.layout-boxed #header, .header-style1.header-sticky.custom-background #header {
  max-width: 1200px;
}
.header-style1.header-sticky .is-sticky #header {
  top: 0px;
  border-bottom: 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;
}
/* Header - Style 2 Sticky */
.header-style2.header-sticky .sticky-wrapper {
  width: 100%;
}
.header-style2.header-sticky #header-links {
  background-color: #FFF;
  z-index: 99999;
}
.header-style2.header-sticky .is-sticky #header-links {
  position: fixed;
  top: 0px;
  border-bottom: 1px solid #e0e0e0;
}
.slider-full.header-style2 #header-links {
  max-width: 100%;
}
/* Header - Mega Menu */
#header .header-links .header-thinkupmega > ul > li {
  float: left;
}
#header .header-links .header-thinkupmega > ul > li > a {
  text-transform: uppercase;
}
#header .header-links .header-thinkupmega > ul > li:last-child > a {
  border-bottom: 1px solid #303030;
}
#header .header-links .header-thinkupmega > ul > li > a:hover span {
  margin-left: 0;
  margin-right: 10px;
}
#header .header-links .header-thinkupmega > ul > li > a:before {
  content: "";
}
#header .header-links .header-thinkupmega ul .sub-menu {
  position: relative;
  display: block !important;
  visibility: visible !important;
  float: none;
  left: 0px;
  top: auto;
  border: none;
}
#header .header-links .header-thinkupmega ul .sub-menu li {
  position: relative;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
#header .header-links .header-thinkupmega ul .sub-menu a {
  border: none;
}
/* Moving sub-menu items right */
#pre-header .header-links .sub-menu a, #pre-header .header-links .sub-menu a span, #pre-header .header-links .sub-menu .menu-parent > a:before, #header .header-links .sub-menu a, #header .header-links .sub-menu a span, #header #header-core .sub-menu .menu-parent > a:before {
  -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 .sub-menu a:hover {
  padding-right: 10px;
}
#header .header-links .sub-menu a:hover {
  padding-right: 10px;
}
#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: "";
  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: "";
  position: relative;
  left: 20px;
  display: inline-block;
  float: right;
}
#header .sub-menu .menu-parent > a:hover:before {
  left: 10px;
}
/* Align sub-menu items from right */
#header .header-links .align-rtl {
  position: relative;
}
#header .header-links .align-rtl .sub-menu {
  right: 0px;
  text-align: right;
}
#header .header-links .align-rtl .sub-menu a {
  padding: 0 10px 0 20px;
}
#header .header-links .align-rtl .sub-menu a:hover {
  padding-left: 10px;
}
#header .header-links .align-rtl .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
#header .header-links .align-rtl .sub-menu a:hover span {
  margin-left: 0;
  margin-right: 10px;
}
#header .header-links .align-rtl .sub-menu .menu-parent > a:before {
  content: "";
  right: 20px;
  left: auto;
  float: left;
}
#header .header-links .align-rtl .sub-menu .menu-parent > a:hover:before {
  right: 10px;
  left: auto;
}
/* =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: 1140px;
  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 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.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 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.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: "";
}
#slider a.rslides_nav.next:before {
  content: "";
}
#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-content {
  padding: 0 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.slider-boxed #slider .rslides-inner {
  width: 1130px;
}
.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: 1140px;
}
.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, .thinkupslider-sc .rslides-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#slider .rslides-content-inner, .thinkupslider-sc .rslides-content-inner {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#slider .featured, .thinkupslider-sc .featured {
  display: table-cell;
  vertical-align: middle;
}
#slider .featured-title, .thinkupslider-sc .featured-title {
  margin-bottom: 20px;
}
#slider .featured-title span, .thinkupslider-sc .featured-title span {
  display: inline-block;
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
}
#slider .featured-excerpt p, .thinkupslider-sc .featured-excerpt p {
  margin-bottom: 25px;
}
#slider .featured-excerpt span, .thinkupslider-sc .featured-excerpt span {
  display: inline-block;
  color: #FFF;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
}
#slider .featured-link a, .thinkupslider-sc .featured-link a {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  padding: 5px 20px;
  border: 1px solid #FFF;
}
#slider .featured-link a:hover, .thinkupslider-sc .featured-link a:hover {
  background: #4c7eef;
  border-color: #4c7eef;
}
/* Slider - Style 2 & 3 */
#slider.style2 .featured.one_half, .thinkupslider-sc.style2 .featured.one_half {
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#slider.style3 .featured.one_half, .thinkupslider-sc.style3 .featured.one_half {
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#slider.style2 .wrap-safari, #slider.style3 .wrap-safari, .thinkupslider-sc.style2 .wrap-safari, .thinkupslider-sc.style3 .wrap-safari {
  display: table;
  height: 100%;
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
#slider.style2 .rslides-content-inner, #slider.style3 .rslides-content-inner, .thinkupslider-sc.style2 .rslides-content-inner, .thinkupslider-sc.style3 .rslides-content-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
}
#slider.style2 .featured-video, #slider.style3 .featured-video, .thinkupslider-sc.style2 .featured-video, .thinkupslider-sc.style3 .featured-video {
  margin-bottom: 0;
}
/* Slider - Video code */
#slider .featured-video iframe, .thinkupslider-sc .featured-video iframe {
  padding-bottom: 20px;
}
#slider .featured-video .wp-video, #slider .wp-video-shortcode, .thinkupslider-sc .featured-video .wp-video, .thinkupslider-sc .wp-video-shortcode {
  max-width: 100%;
}
#slider .videoBG video, .thinkupslider-sc .videoBG video {
  top: -30% !important;
  width: 100%;
}
#slider .mejs-layers, .thinkupslider-sc .mejs-layers {
  max-width: 100%;
}
#slider .videoBG, #slider .videoBG_wrapper, #slider .videoBG_wrapper li, .thinkupslider-sc .videoBG, .thinkupslider-sc .videoBG_wrapper, .thinkupslider-sc .videoBG_wrapper li {
  width: 100% !important;
  height: 100% !important;
}
/* Animate slide content */
#slider .featured-title, #slider .featured-excerpt, #slider .featured-link, .thinkupslider-sc .featured-title, .thinkupslider-sc .featured-excerpt, .thinkupslider-sc .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 .rslides > [class*="_on"] .featured-title, #slider .rslides > [class*="_on"] .featured-excerpt, #slider .rslides > [class*="_on"] .featured-link, .thinkupslider-sc .rslides > [class*="_on"] .featured-title, .thinkupslider-sc .rslides > [class*="_on"] .featured-excerpt, .thinkupslider-sc .rslides > [class*="_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 .rslides > [class*="_on"] .featured-title, .thinkupslider-sc .rslides > [class*="_on"] .featured-title {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
#slider .rslides > [class*="_on"] .featured-excerpt, .thinkupslider-sc .rslides > [class*="_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 .rslides > [class*="_on"] .featured-link, .thinkupslider-sc .rslides > [class*="_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;
}
/* Slider - Alignment */
#slider .rslides-content.slider-left .featured-title, #slider .rslides-content.slider-left .featured-excerpt, #slider .rslides-content.slider-left .featured-link, .thinkupslider-sc .rslides-content.slider-left .featured-title, .thinkupslider-sc .rslides-content.slider-left .featured-excerpt, .thinkupslider-sc .rslides-content.slider-left .featured-link {
  text-align: left;
}
#slider .rslides-content.slider-right .featured-title, #slider .rslides-content.slider-right .featured-excerpt, #slider .rslides-content.slider-right .featured-link, .thinkupslider-sc .rslides-content.slider-right .featured-title, .thinkupslider-sc .rslides-content.slider-right .featured-excerpt, .thinkupslider-sc .rslides-content.slider-right .featured-link {
  text-align: right;
}
#slider .rslides-content.slider-center .featured-title, #slider .rslides-content.slider-center .featured-excerpt, #slider .rslides-content.slider-center .featured-link, .thinkupslider-sc .rslides-content.slider-center .featured-title, .thinkupslider-sc .rslides-content.slider-center .featured-excerpt, .thinkupslider-sc .rslides-content.slider-center .featured-link {
  text-align: center;
}
#slider .rslides-content.slider-half .featured-title, #slider .rslides-content.slider-half .featured-excerpt span, #slider .rslides-content.slider-half .featured-link, .thinkupslider-sc .rslides-content.slider-half .featured-title, .thinkupslider-sc .rslides-content.slider-half .featured-excerpt span, .thinkupslider-sc .rslides-content.slider-half .featured-link {
  width: 50%;
}
#slider .rslides-content.slider-middle .featured-title, #slider .rslides-content.slider-middle .featured-excerpt, #slider .rslides-content.slider-middle .featured-link, .thinkupslider-sc .rslides-content.slider-middle .featured-title, .thinkupslider-sc .rslides-content.slider-middle .featured-excerpt, .thinkupslider-sc .rslides-content.slider-middle .featured-link {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}
/* Slider - Style 2 (Title - Theme, Excerpt - Black ) */
#slider .rslides-content.style2 .featured-title, .thinkupslider-sc .rslides-content.style2 .featured-title {
  margin: 0;
}
#slider .rslides-content.style2 .featured-title span, .thinkupslider-sc .rslides-content.style2 .featured-title span {
  background: #4c7eef;
  padding: 10px 15px;
}
#slider .rslides-content.style2 .featured-excerpt span, .thinkupslider-sc .rslides-content.style2 .featured-excerpt span {
  background: #222;
  padding: 10px 15px;
}
/* Slider - Style 3 (Title & Excerpt - Transparent Black ) */
#slider .rslides-content.style3 .featured-title span, #slider .rslides-content.style3 .featured-excerpt span, .thinkupslider-sc .rslides-content.style3 .featured-title span, .thinkupslider-sc .rslides-content.style3 .featured-excerpt span {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 15px;
}
#slider .rslides-content.style3 .featured-title span, .thinkupslider-sc .rslides-content.style3 .featured-title span {
  font-weight: 600;
}
#slider .rslides-content.style3 .featured-link a, .thinkupslider-sc .rslides-content.style3 .featured-link a {
  background: #4c7eef;
  border: none;
}
#slider .rslides-content.style3 .featured-link a:hover, .thinkupslider-sc .rslides-content.style3 .featured-link a:hover {
  background: rgba(0, 0, 0, 0.4);
}
/* Slider - Style 4 (Title & Excerpt - Dark Colors ) */
#slider .rslides-content.style4 .featured-title span, .thinkupslider-sc .rslides-content.style4 .featured-title span {
  color: #333;
}
#slider .rslides-content.style4 .featured-excerpt span, .thinkupslider-sc .rslides-content.style4 .featured-excerpt span {
  color: #667;
}
#slider .rslides-content.style4 .featured-link a, .thinkupslider-sc .rslides-content.style4 .featured-link a {
  color: #333;
  border: 1px solid #333;
}
#slider .rslides-content.style4 .featured-link a:hover, .thinkupslider-sc .rslides-content.style4 .featured-link a:hover {
  color: #FFF;
  background: #333;
}
/* Slider - Style 5 (Title & Excerpt - Transparent White Background - Dark Font ) */
#slider .rslides-content.style5 .featured-title span, #slider .rslides-content.style5 .featured-excerpt span, .thinkupslider-sc .rslides-content.style5 .featured-title span, .thinkupslider-sc .rslides-content.style5 .featured-excerpt span {
  background: #FFF;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px 20px;
}
#slider .rslides-content.style5 .featured-title span, .thinkupslider-sc .rslides-content.style5 .featured-title span {
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}
#slider .rslides-content.style5 .featured-excerpt span, .thinkupslider-sc .rslides-content.style5 .featured-excerpt span {
  color: #667;
}
/* Slider - Style 6 (Title - Black Background - White Font, Excerpt - Dark Color ) */
#slider .rslides-content.style6 .featured-title span, .thinkupslider-sc .rslides-content.style6 .featured-title span {
  text-transform: uppercase;
  color: #FFF;
  background: #000;
  font-weight: 600;
  padding: 10px;
}
#slider .rslides-content.style6 .featured-excerpt span, .thinkupslider-sc .rslides-content.style6 .featured-excerpt span {
  color: #000;
  font-weight: 600;
}
#slider .rslides-content.style6 .featured-link a, .thinkupslider-sc .rslides-content.style6 .featured-link a {
  color: #000;
  border: 1px solid #000;
}
#slider .rslides-content.style6 .featured-link a:hover, .thinkupslider-sc .rslides-content.style6 .featured-link a:hover {
  color: #FFF;
  border-color: #4c7eef;
}
/* Slider - Style 7 (Title - Dark Background - Light Color, Excerpt - Light Background - Dark Color ) */
#slider .rslides-content.style7 .featured-title span, #slider .rslides-content.style7 .featured-excerpt span, .thinkupslider-sc .rslides-content.style7 .featured-title span, .thinkupslider-sc .rslides-content.style7 .featured-excerpt span {
  padding: 10px;
}
#slider .rslides-content.style7 .featured-title span, .thinkupslider-sc .rslides-content.style7 .featured-title span {
  text-transform: uppercase;
  color: #FFF;
  background: #000;
  font-weight: 600;
}
#slider .rslides-content.style7 .featured-excerpt span, .thinkupslider-sc .rslides-content.style7 .featured-excerpt span {
  color: #000;
  font-weight: 400;
  background: #fff;
}
/* =Intro Options
----------------------------------------------------------------------------- */
.container.page-intro {
  background: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
}
#intro.option1 #intro-core {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 70px;
  text-align: center;
  padding-bottom: 70px;
}
#intro.option1 .page-title, #intro.option1 .page-desc {
  color: #fff;
}
#intro.option1 .page-title {
  display: block;
  line-height: 1;
  font-weight: 500;
  font-size: 32px;
  margin: 0 0 10px;
}
#intro.option1 .page-desc {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 300;
  font-family: 'Poppins';
  font-family: 'Raleway';
  margin: 0 auto;
  max-width: 500px;
}
@media only screen and (max-width: 480px) {
  #intro.option1 #intro-core {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
/* =Notification Bar
----------------------------------------------------------------------------- */
#notification {
  position: relative;
  z-index: 999999;
  width: 100%;
  margin: 0 auto;
  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
----------------------------------------------------------------------------- */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  color: #FFF;
  text-align: center;
  border: none;
  background: #4c7eef;
  -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: #1d5ceb;
}
/* =Breadcrumbs
----------------------------------------------------------------------------- */
#breadcrumbs {
  font-size: 10px;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
#breadcrumbs .delimiter {
  padding: 0px 10px;
  color: #4c7eef;
}
#breadcrumbs a:hover {
  color: #4c7eef;
}
#breadcrumbs-core {
  display: inline-block;
}
/* =Pre-Designed Homepage (code also in style-responsive.css)
----------------------------------------------------------------------------- */
#section-home {
  text-align: center;
  padding: 0 10px;
}
#section-home-inner {
  max-width: 1140px;
  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: '';
  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: #333;
  border-top: 6px solid #4c7eef;
  border-bottom: 1px solid #111;
  padding: 15px 10px;
}
#footer-core h3 {
  color: #EEE;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin: 10px 0px 15px;
  border-bottom: 1px solid #222;
  -webkit-box-shadow: 0 1px 0 0 #444;
  -moz-box-shadow: 0 1px 0 0 #444;
  -ms-box-shadow: 0 1px 0 0 #444;
  -o-box-shadow: 0 1px 0 0 #444;
  box-shadow: 0 1px 0 0 #444;
}
#footer-core, #footer-core p, #footer-core a:hover {
  color: #AAA;
}
#footer-core a {
  color: #4c7eef;
}
/* Sub Footer */
#sub-footer {
  background: #222;
  border-top: 1px solid #444;
  padding: 15px 0px;
}
#sub-footer-core {
  padding: 0px 10px;
}
#sub-footer-core, #sub-footer-core a {
  font-size: 11px;
}
#sub-footer-core {
  color: #AAA;
  text-align: center;
}
#sub-footer-core a {
  color: #EEE;
}
#sub-footer-core a:hover {
  color: #4c7eef;
}
#footer-menu {
  margin-bottom: 10px;
}
#footer-menu a {
  padding: 0 8px;
}
#footer-menu ul {
  margin: 0px;
}
#footer-menu li {
  display: inline-block;
}
#footer-menu li:after {
  content: "|";
}
#footer-menu li:last-child:after {
  content: none;
}
/* ---------------------------------------------------------------------------------------
	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 #4c7eef;
}
/* Left Sidebar Layout */
.layout-sidebar-left #main {
  float: right;
  width: 75%;
  display: block;
}
.layout-sidebar-left #intro, .layout-sidebar-left #main-core {
  margin-left: 40px;
}
.layout-sidebar-left #sidebar {
  display: block;
  float: right;
  width: 25%;
}
.layout-sidebar-left #sidebar-core {
  margin-right: 20px;
}
/* Right Sidebar Layout */
.layout-sidebar-right #main {
  float: left;
  width: 75%;
  display: block;
}
.layout-sidebar-right #intro, .layout-sidebar-right #main-core {
  margin-right: 40px;
}
.layout-sidebar-right #sidebar {
  display: block;
  float: left;
  width: 25%;
}
.layout-sidebar-right #sidebar-core {
  margin-left: 20px;
}
/* =Widgets
--------------------------------------------------------------------------------------- */
.widget {
  line-height: 1.8;
}
.widget select {
  max-width: 100%;
}
.widget a {
  color: inherit;
}
#footer .widget {
  margin-bottom: 20px;
}
#footer .widget-area .widget:last-child {
  margin-bottom: 0px;
}
/* Custom Widget - 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: #4c7eef;
}
/* Custom Widget - 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: #4c7eef;
}
.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;
}
/* Custom Widget - Child Menu */
.thinkup_widget_childmenu ul {
  border-width: 1px 1px 0;
}
.thinkup_widget_childmenu li a {
  display: block !important;
  padding: 10px 20px !important;
}
.thinkup_widget_childmenu li > a:before {
  font-family: fontawesome;
  content: "";
  float: right;
  margin: 0;
  -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_childmenu li a.active, .thinkup_widget_childmenu li a:hover, .thinkup_widget_childmenu li > a.active:before, .thinkup_widget_childmenu li > a:hover:before {
  color: #4c7eef;
}
/* Custom Widget - 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;
}
.wpcf7-checkbox input {
  width: auto;
}
.wpcf7-checkbox input[type="checkbox"] {
  margin: 3px 3px 3px 4px;
  vertical-align: top;
}
#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;
}
/* Custom Widget - 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;
}
/* Custom Widget - 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: #4c7eef;
  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%;
}
/* Custom Widget - 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 img, .recent-comments img, .recent-posts img {
  width: 64px;
}
.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: #4c7eef;
  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;
}
/* Custom Widget - Recent Comments Quotes */
.thinkup_widget_recentcomments .quote {
  padding-left: 15px;
}
.thinkup_widget_recentcomments .quote:before {
  font-family: "Times New Roman", Georgia, Times, serif;
  content: '“';
  margin: -8px -15px;
  position: absolute;
}
.thinkup_widget_recentcomments .quote:before {
  color: #4c7eef;
  font-size: 150%;
  font-weight: bold;
  display: inline;
}
/* Custom Widget - 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 #4c7eef;
  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;
}
/* Custom Widget - 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%;
  border: none;
}
#footer .thinkup_widget_search .search {
  background: #222;
  border: 1px solid #444;
}
#footer .thinkup_widget_search .searchsubmit {
  background: #4c7eef;
  padding: 11px 6px;
}
#footer .thinkup_widget_search .searchsubmit:hover {
  background: #82CB51;
}
/* Custom Widget - 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;
}
/* Custom Widget - 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: #4c7eef;
}
#footer .thinkup_widget_tagscloud a {
  border: 1px solid #222;
}
#footer .thinkup_widget_tagscloud a:hover {
  color: #f5f5f5;
  border-color: #4c7eef;
}
/* Custom Widget - 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 40px !important;
}
.thinkup_widget_twitterfeed .tweet-content:last-child p {
  margin-bottom: 0;
}
.thinkup_widget_twitterfeed .tweet-content a {
  display: inline;
  padding: 0;
}
#sidebar .thinkup_widget_twitterfeed a {
  color: #4c7eef;
}
#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;
  vertical-align: top;
}
.widget li a:hover {
  color: #4c7eef;
}
.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;
  display: inline-block;
}
#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: #4c7eef;
}
#footer .widget_tag_cloud a {
  border: 1px solid #1C1C1C;
  padding: 2px 8px;
}
#footer .widget_tag_cloud a:hover {
  color: white;
  border-color: #4c7eef;
}
/* Default Widget - Text */
#sidebar .textwidget {
  padding: 20px;
  border: 1px solid #EEE;
}
/* 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: 10px 5px;
  border: none;
}
#footer .widget_search .search {
  background: #222;
  border: 1px solid #444;
}
#footer .widget_search .searchsubmit {
  background-color: #4c7eef;
}
#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: #4c7eef;
}
.entry-meta > span {
  display: inline-block;
  padding-right: 15px;
}
.entry-meta i {
  padding-right: 10px;
}
/* =Blog - Style 1 & Style 2
--------------------------------------------------------------------------------------- */
.blog-thumb {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.blog-thumb img {
  display: block;
  -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;
}
.blog-thumb img:hover {
  opacity: 0.8;
}
.blog-title a {
  color: inherit;
}
.blog-article .more-link {
  color: #fff !important;
  padding: 5px 10px;
}
.blog-article .more-link:after {
  font-family: FontAwesome;
  content: '';
  padding-left: 5px;
}
.blog-article {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #E0E0E0;
}
.blog-article .entry-header {
  margin-bottom: 0;
}
.blog-article .blog-title {
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 10px;
}
/* =Blog - Style 2
--------------------------------------------------------------------------------------- */
.blog-style2 .blog-grid.column-2 {
  width: 50%;
  padding: 0 10px;
}
.blog-style2 .blog-grid.column-3 {
  width: 33%;
  padding: 0 10px;
}
.blog-style2 .blog-grid.column-4 {
  width: 25%;
  padding: 0 10px;
}
.blog-style2 .blog-article {
  padding: 0;
  margin-bottom: 20px;
}
.blog-style2 .blog-article .entry-content {
  padding: 20px 20px 10px;
}
/* =Single Post
--------------------------------------------------------------------------------------- */
/* Post Format */
.post-thumb {
  margin-bottom: 15px;
}
/* Featured Image Specific */
.single .format-image .post-thumb img {
  display: block;
}
/* Featured Gallery Specific */
.single .format-gallery .post-thumb .rslides-sc .rslides-container {
  padding: 0;
}
.single .format-gallery .post-thumb .slides.rslides li {
  z-index: 0 !important;
}
/* Featured Video Specific */
.single .format-video .post-thumb iframe {
  display: block;
}
/* 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;
  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 .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 */
#comments-title, #reply-title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.commentlist article {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.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: #4c7eef;
}
.comment-author a:hover, .comment-meta a:hover {
  color: #4c7eef;
}
.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 iframe {
  width: 100% !important;
  max-height: 350px !important;
}
.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: #4c7eef;
}
.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: "";
  font-size: 1.3333333333em;
  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: #4c7eef;
}
.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: "";
  font-size: 1.3333333333em;
  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 #intro {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 30px;
}
.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.layout-boxed .panel-grid {
  padding: 30px 20px 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: #4c7eef;
  -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. SHORTCODES - THEME SPECIFIC STYLE
--------------------------------------------------------------------------------------- */
/*---------------------- BLOG POST CAROUSEL ----------------------*/
/* Image overlay effect */
.sc-carousel .entry-header .image-overlay {
  -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;
}
.sc-carousel .entry-header .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  background: #444;
  background: rgba(68, 68, 68, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.sc-carousel .entry-header:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sc-carousel .entry-header .image-overlay-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.sc-carousel .entry-header .hover-icons {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sc-carousel .entry-header .hover-link, .sc-carousel .entry-header .hover-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  text-align: center;
  display: inline-block;
  height: 40px;
  width: 40px;
}
.sc-carousel .entry-header:hover .hover-zoom, .sc-carousel .entry-header:hover .hover-link {
  background: #222;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sc-carousel .entry-header .hover-link:hover, .sc-carousel .entry-header .hover-zoom:hover {
  background: #4c7eef;
}
.sc-carousel .entry-header .hover-zoom {
  margin-right: 5px;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
}
.sc-carousel .entry-header:hover .hover-zoom {
  margin-right: 5px;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.sc-carousel .entry-header .hover-link {
  margin-left: 5px;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}
.sc-carousel .entry-header:hover .hover-link {
  margin-left: 5px;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
/* Genericons used on image overlays */
.sc-carousel .entry-header .hover-zoom:before {
  font-family: FontAwesome;
  font-size: 18px;
  content: '';
  position: relative;
  right: 14px;
  top: 12px;
  display: inline-block;
  float: right;
  color: #FFF;
  line-height: 1;
}
.sc-carousel .entry-header .hover-link:before {
  font-family: FontAwesome;
  font-size: 18px;
  content: '';
  position: relative;
  right: 11px;
  top: 13px;
  display: inline-block;
  float: right;
  color: #FFF;
  line-height: 1;
}
/*---------------------- ICONS (FONT AWESOME) ----------------------*/
.iconfull.style1 .iconimage {
  float: none;
  min-height: inherit;
  margin-bottom: 20px;
}
.iconfull.style1 i {
  color: #4c7eef;
}
.iconfull.style1 .iconmain, .iconfull.style1 .iconmain h3 {
  font-weight: normal;
  text-align: center;
  padding: 0;
}
.iconfull.style1 .iconmain h3 {
  margin-bottom: 20px;
}
.iconfull.style1 .iconurl {
  margin-top: 0;
}
.iconfull.style2 i {
  color: #4c7eef;
}
.iconfull.style2 h3 {
  font-weight: normal;
}
.iconfull.style2 .iconimage {
  text-align: left;
}
/*---------------------- PROGRESS BAR ----------------------*/
.progress {
  border: 1px solid #E1E1E1;
  height: 36px;
  margin-bottom: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/*---------------------- SLIDESHOW ----------------------*/
.rslides-sc a.rslides_nav, .thinkupslider-sc a.rslides_nav {
  opacity: 1;
  color: #FFF;
  width: 60px;
  height: 60px;
  margin: -30px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rslides-sc a.rslides_nav.prev:before, .rslides-sc a.rslides_nav.next:before, .thinkupslider-sc a.rslides_nav.prev:before, .thinkupslider-sc a.rslides_nav.next:before {
  color: #FFF;
  line-height: 60px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}
.rslides-sc a.rslides_nav.prev:hover:before, .rslides-sc a.rslides_nav.next:hover:before, .thinkupslider-sc a.rslides_nav.prev:hover:before, .thinkupslider-sc a.rslides_nav.next:hover:before {
  color: #333;
  background: #FFF;
}
.rslides-sc a.rslides_nav.prev, .thinkupslider-sc a.rslides_nav.prev {
  left: -60px;
}
.rslides-sc a.rslides_nav.next, .thinkupslider-sc a.rslides_nav.next {
  right: -60px;
}
.rslides-sc .rslides-inner:hover a.rslides_nav.prev, .thinkupslider-sc .rslides-inner:hover a.rslides_nav.prev {
  left: 0px;
}
.rslides-sc .rslides-inner:hover a.rslides_nav.next, .thinkupslider-sc .rslides-inner:hover a.rslides_nav.next {
  right: 0px;
}
/* ---------------------------------------------------------------------------------------
	12. PAGE BUILDER - THEME SPECIFIC STYLE
--------------------------------------------------------------------------------------- */
/* Call To Action */
.panel-grid-cell #introaction {
  padding: 0;
}
.panel-grid-cell .action-text {
  margin-bottom: 10px;
}
.panel-grid-cell #introaction h3 {
  font-size: 30px;
  font-weight: normal;
}
.panel-grid-cell #introaction .style1, .panel-grid-cell #introaction .style2 {
  color: #FFF;
  background: #4c7eef;
}
.panel-grid-cell #introaction .style3, .panel-grid-cell #introaction .style4 {
  color: #FFF;
  background: #2D2D2D;
}
.panel-grid-cell #introaction .style5, .panel-grid-cell #introaction .style6 {
  color: #202224;
  background: #FFF;
}
.panel-grid-cell #introaction .style1:hover, .panel-grid-cell #introaction .style5:hover {
  color: #FFF;
  background: #2D2D2D;
}
.panel-grid-cell #introaction .style2:hover, .panel-grid-cell #introaction .style3:hover {
  color: #202224;
  background: #FFF;
}
.panel-grid-cell #introaction .style4:hover, .panel-grid-cell #introaction .style6:hover {
  color: #FFF;
  background: #4c7eef;
}
/* Carousel - Portfolio  - Style when no link is set for portfolio button */
.carousel-portfolio-builder.style2 {
  position: relative;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio {
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: 90px;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev, .carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
  top: 0;
  margin-top: 0;
  height: 100%;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev:hover, .carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next:hover {
  background: #4c7eef;
  border-color: #4c7eef;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev {
  left: -35px;
  right: auto;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
  right: -35px;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev i, .carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next i {
  top: 45%;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio .entry-content {
  margin: 0;
}
.carousel-portfolio-builder.style2 .sc-carousel-button {
  position: absolute;
  right: 0;
  color: inherit;
  background: #FFF;
  border: 1px solid #EEE;
  padding: 5px 21px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.carousel-portfolio-builder.style2 .sc-carousel-button:hover {
  color: #FFF;
  background: #4c7eef;
  border-color: #4c7eef;
}
.carousel-portfolio-builder.style2 .sc-carousel-title, .carousel-portfolio-builder.style2 .sc-carousel-button {
  top: -90px;
}
.layout-boxed .carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev, .custom-background .carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev {
  left: -20px;
}
.layout-boxed .carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next, .custom-background .carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
  right: -20px;
}
/* Services - Style 1 / Style 2 / Style 3 */
.services-builder.style1 {
  background: #FFF;
}
.services-builder {
  margin-bottom: 30px;
}
/* Services - Style 1 */
.services-builder {
  color: inherit;
}
.services-builder.style1 {
  text-align: center;
  display: block;
  background: #FFF;
  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;
}
.services-builder.style1 .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;
}
.services-builder.style1 img {
  display: block;
  margin: 0 auto;
  -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;
}
.services-builder.style1 .entry-content {
  padding-top: 20px;
}
.services-builder.style1 h3 {
  font-size: 18px;
  font-weight: 600;
}
.services-builder.style1 .more-link {
  padding: 5px 10px;
}
/* Services - Style 2 */
.services-builder.style2 .iconmain {
  padding: 0;
}
.services-builder.style2 h3 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.services-builder.style2 .iconurl a {
  color: #979797;
}
.services-builder.style2 .iconurl a:hover {
  color: #4c7eef;
}
.services-builder.style2 i {
  -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;
}
/* ---------------------------------------------------------------------------------------
	13. IE STYLES
--------------------------------------------------------------------------------------- */
#ie8 .entry-content img, #ie8 .widget img, #ie8 .wp-caption img {
  width: auto;
}
#ie8 .content-core {
  zoom: 1;
}
/* ---------------------------------------------------------------------------------------
	14. SAFARI STYLES
--------------------------------------------------------------------------------------- */
/* Fix 100% table width issue on Safari */
.wrap-safari {
  display: block;
  height: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
/* ---------------------------------------------------------------------------------------
	15. MISC
--------------------------------------------------------------------------------------- */
.hidden {
  display: none;
}
/* Correct line height of Font Awesome size */
body .fa-lg {
  line-height: 1;
  vertical-align: -10%;
}
.woocommerce-page.woocommerce-checkout #site-header {
  display: none;
}
.woocommerce-page.woocommerce-checkout #content {
  background: #3d4658;
  background: -moz-linear-gradient(top, #3d4658 50%, #f6f6f3 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3d4658), color-stop(50%, #f6f6f3));
  background: -webkit-linear-gradient(top, #3d4658 50%, #f6f6f3 50%);
  background: -o-linear-gradient(top, #3d4658 50%, #f6f6f3 50%);
  background: -ms-linear-gradient(top, #3d4658 50%, #f6f6f3 50%);
  background: linear-gradient(to bottom, #3d4658 50%, #f6f6f3 50%);
  background: -moz-linear-gradient(top, #0000 50%, #f6f6f3 50%), url('//shuttlethemes.com/wp-content/uploads/2018/04/bg1.png');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3d4658), color-stop(50%, #f6f6f3)), url('//shuttlethemes.com/wp-content/uploads/2018/04/bg1.png');
  background: -webkit-linear-gradient(top, #0000 50%, #f6f6f3 50%), url('//shuttlethemes.com/wp-content/uploads/2018/04/bg1.png');
  background: -o-linear-gradient(top, #0000 50%, #f6f6f3 50%), url('//shuttlethemes.com/wp-content/uploads/2018/04/bg1.png');
  background: -ms-linear-gradient(top, #0000 50%, #f6f6f3 50%), url('//shuttlethemes.com/wp-content/uploads/2018/04/bg1.png');
  background: linear-gradient(to bottom, #0000 50%, #f6f6f3 50%), url('//shuttlethemes.com/wp-content/uploads/2018/04/bg1.png');
  background-position: top center;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce-page .woocommerce .checkout input.input-text, .woocommerce-page .woocommerce .checkout textarea.input-text, .woocommerce-page .woocommerce .checkout select {
  width: 100%;
  height: 55px;
  background: #FFF;
  border: 1px solid #eaeaea !important;
  margin-top: 5px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
}
/* Lost Password Page */
.woocommerce-page.woocommerce-lost-password article > .woocommerce {
  width: 100% !important;
  background: #fff !important;
  border: 1px solid #eee !important;
  padding: 30px 30px !important;
  margin: 80px auto !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce-account.woocommerce-lost-password .woocommerce > p {
  border: none;
  padding: 0;
}
.woocommerce-account.woocommerce-lost-password .lost_reset_password > p:first-child {
  margin-top: 0px;
}
.woocommerce-account.woocommerce-lost-password label[for="user_login"] {
  display: block;
  margin-bottom: 10px;
}
.woocommerce-page.woocommerce-lost-password article > .woocommerce .woocommerce-error, .woocommerce-page.woocommerce-lost-password article > .woocommerce .woocommerce-error::before {
  color: #ce4c48 !important;
}
.woocommerce-page.woocommerce-lost-password article > .woocommerce .woocommerce-error {
  background: #edc9c5 !important;
  border: none !important;
  padding: 20px !important;
}
/* Checkout Page */
#customer_details > .one_half {
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce-checkout h3 {
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 0;
  margin: 0 0 18px;
}
.woocommerce-billing-fields__field-wrapper, .woocommerce-account-fields .create-account {
  margin-bottom: 20px;
}
.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  margin-bottom: 17px;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 25px;
}
.woocommerce-billing-fields__field-wrapper .form-row label {
  display: block;
  line-height: 2;
}
/* Checkout - Returning Customer */
.woocommerce-checkout.woocommerce-page .woocommerce .woocommerce-error, .woocommerce-checkout.woocommerce-page .woocommerce .woocommerce-info, .woocommerce-checkout.woocommerce-page .woocommerce .woocommerce-message {
  list-style: none;
  letter-spacing: 0.5px;
  background: #f8f8f8 !important;
  padding: 20px 20px !important;
  border: none !important;
  border-radius: 5px !important;
  margin: 0 0 42px !important;
}
.woocommerce-checkout.woocommerce-page .woocommerce .woocommerce-error {
  color: #ff758f !important;
  background: #fff0f3 !important;
}
.woocommerce-checkout.woocommerce-page .woocommerce form.login {
  position: relative;
  top: -45px;
  margin: 0 !important;
  padding: 0 20px !important;
  max-width: 100% !important;
  background: #fafafa !important;
  border: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0 0 0 !important;
  -moz-box-shadow: 0 0 0 0 !important;
  -ms-box-shadow: 0 0 0 0 !important;
  -o-box-shadow: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}
.woocommerce-checkout.woocommerce-page .woocommerce form.login p:first-child {
  display: none !important;
}
/* Checkout - Login */
.woocommerce-checkout.woocommerce-page .woocommerce-form-login .form-row {
  padding: 0 !important;
}
.woocommerce-checkout.woocommerce-page .woocommerce-form-login p {
  max-width: 100% !important;
}
.woocommerce-checkout.woocommerce-page .woocommerce-form-login .form-row label {
  display: block;
}
.woocommerce-checkout.woocommerce-page .woocommerce-form-login .form-row input {
  margin-top: 10px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-form-login .form-row button {
  width: 150px;
  margin-top: 25px !important;
}
.woocommerce-checkout.woocommerce-page .woocommerce-form-login .form-row.form-row-first, .woocommerce-checkout.woocommerce-page .woocommerce-form-login .form-row.form-row-last {
  padding-top: 20px !important;
}
/* Checkout - Have A Coupon */
.woocommerce-checkout.woocommerce-page .checkout_coupon {
  position: relative;
  top: -45px;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  background: #fafafa !important;
  border: none !important;
  -webkit-border-radius: 0 0 5px 5px !important;
  -moz-border-radius: 0 0 5px 5px !important;
  -ms-border-radius: 0 0 5px 5px !important;
  -o-border-radius: 0 0 5px 5px !important;
  border-radius: 0 0 5px 5px !important;
  -webkit-box-shadow: 0 0 0 0 !important;
  -moz-box-shadow: 0 0 0 0 !important;
  -ms-box-shadow: 0 0 0 0 !important;
  -o-box-shadow: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}
.woocommerce-checkout.woocommerce-page .checkout_coupon p:first-child {
  padding: 20px 20px 0;
  margin: 0;
}
.woocommerce-checkout.woocommerce-page .checkout_coupon .form-row-first, .woocommerce-checkout.woocommerce-page .checkout_coupon .form-row-last {
  margin: 0 !important;
}
.woocommerce-checkout.woocommerce-page .checkout_coupon .form-row-first {
  padding: 20px 0 20px 20px !important;
}
.woocommerce-checkout.woocommerce-page .checkout_coupon .form-row-last {
  padding: 20px 20px 20px 0 !important;
}
.woocommerce-checkout.woocommerce-page .checkout_coupon .form-row-last .button {
  margin: 0 0 0 20px !important;
}
/* Checkout - Order Review */
#order_review table {
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  margin-bottom: 50px !important;
  border-color: #eaeaea;
}
#order_review table.shop_table th, #order_review table.shop_table td {
  font-family: 'Montserrat';
  font-size: 15px;
  text-align: left;
  padding: 12px 20px;
  border-color: #eaeaea;
}
#order_review table.shop_table th {
  font-weight: 500;
  background: #fafafa;
}
#order_review table strong {
  font-weight: 500;
}
#order_review table.shop_table tbody th, #order_review table.shop_table tfoot td, #order_review table.shop_table tfoot th {
  font-weight: 500;
}
#order_review table tbody .product-quantity, #order_review table tbody .subscription-details {
  display: none;
}
#order_review table tfoot .cart-subtotal, #order_review table tfoot .recurring-totals, #order_review table tfoot .recurring-total {
  display: none !important;
}
#order_review #place_order {
  background: #5CC72A !important;
  background: #4c7eef !important;
}
#order_review #place_order:hover {
  background: #49A31F !important;
  background: #3d73ed !important;
  background: #1554e2 !important;
}
/* Checkout - Payment Box */
.woocommerce #payment div.payment_box {
  background: #f8f8f8 !important;
}
.woocommerce #payment {
  background: #fff !important;
}
.woocommerce #payment .wc_payment_methods {
  text-align: left !important;
  padding: 20px 25px !important;
  border: 1px solid #eaeaea !important;
  margin: 0 !important;
  list-style: none outside !important;
}
.woocommerce #payment .wc_payment_methods label {
  font-size: 0;
}
.woocommerce #payment .wc_payment_methods label img {
  height: 70px;
  max-height: 70px !important;
}
.woocommerce #payment .about_paypal, .woocommerce #payment .payment_box.payment_method_paypal {
  font-weight: 300;
  letter-spacing: 0.2px;
}
.woocommerce #payment .about_paypal {
  float: right;
  position: relative;
  top: 10px;
  font-size: 12px;
}
.woocommerce #payment .payment_box.payment_method_paypal {
  position: relative !important;
  font-size: 90% !important;
  margin: 9px 0 5px !important;
  padding: 14px 20px !important;
  background: #f8f8f8 !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
}
.woocommerce #payment .payment_box.payment_method_paypal p {
  margin: 0;
}
.woocommerce #payment .payment_box.payment_method_paypal:before, .woocommerce #payment .payment_box.payment_method_paypal:after {
  border-bottom-color: #f8f8f8 !important;
}
.woocommerce #payment .validate-required label {
  display: block;
  margin-top: 30px !important;
}
.woocommerce #payment .validate-required label input {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.woocommerce #payment .validate-required label span {
  display: inline-block;
  position: relative;
  left: 15px;
  line-height: 18px;
}
.woocommerce #payment #place_order {
  height: 50px !important;
  line-height: 50px !important;
  font-weight: 400 !important;
  padding: 0 25px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
}
.woocommerce #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  display: flex;
}
/* Checkout - Order Received */
.woocommerce-checkout.woocommerce-order-received .woocommerce > .woocommerce-order h2 {
  text-transform: uppercase;
  color: #121212;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-details {
  margin-bottom: 10px;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-details li {
  margin-bottom: 15px;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce .woocommerce-order-downloads {
  display: none !important;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce .woocommerce-order-details .product-quantity {
  display: none !important;
}
.woocommerce .select2-container .select2-selection--single {
  height: 55px;
  margin-top: 5px;
  line-height: 55px;
  border: 1px solid #eaeaea !important;
}
.woocommerce .select2-container .select2-selection--single .select2-selection__arrow {
  height: 55px;
  line-height: 55px;
  margin-top: 5px;
  margin-right: 10px;
}
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  color: #888;
  height: 55px;
  line-height: 55px;
  padding: 0px 20px;
}
.woocommerce #woocommerce_eu_vat_number_field {
  display: none !important;
}
/* iPad & Tablet */
@media only screen and (max-width: 768px) {
  .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}
/* Make the checkout page 2 column - DISABLED CURRENTLY
@media only screen and (min-width : 668px) {
	.woocommerce-page.woocommerce-checkout .checkout.woocommerce-checkout {
		position: relative;
	}
	.woocommerce-page.woocommerce-checkout #main {
		max-width: inherit;
	}
	.woocommerce-page.woocommerce-checkout #customer_details,
	.woocommerce-page.woocommerce-checkout #order_review_heading,
	.woocommerce-page.woocommerce-checkout #order_review,
	.woocommerce-page.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
	}
	.woocommerce-page.woocommerce-checkout #customer_details,
	.woocommerce-page.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
		width: 55%;
	}
	.woocommerce-page.woocommerce-checkout #order_review_heading,
	.woocommerce-page.woocommerce-checkout #order_review {
		position: absolute;
		top: 0;
		right: 0;
		width: 40%;
	}
	.woocommerce-page.woocommerce-checkout #order_review {
		top: 77px;
	}
}
*/
/* Import helper file */
/* Import 3rd party files */
/* Override UIkit component styles */
/* Import component styles */
.button {
  cursor: pointer;
  overflow: hidden;
  margin: 0 20px 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.button.button-link {
  padding: 0 !important;
}
.button.button-link a {
  display: block;
  color: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.button.button-s, .button.button-s a {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.button.button-m, .button.button-m a {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.button.button-l, .button.button-l a {
  height: 55px;
  line-height: 55px;
  padding: 0 25px;
}
.button.button-v1 {
  color: #fff;
  background: #4c7eef;
  border-color: #4c7eef;
}
.button.button-v1.xffffff {
  background: #ffffff;
  border-color: #ffffff;
}
.button.button-v1.xf7f7f7 {
  background: #f7f7f7;
  border-color: #f7f7f7;
}
.button.button-v1.xeff7f9 {
  background: #eff7f9;
  border-color: #eff7f9;
}
.button.button-v1.x073b4c {
  background: #073b4c;
  border-color: #073b4c;
}
.button.button-v1.x118ab2 {
  background: #118ab2;
  border-color: #118ab2;
}
.button.button-v1.x00b4c5 {
  background: #00b4c5;
  border-color: #00b4c5;
}
.button.button-v1.x00c9b7 {
  background: #00c9b7;
  border-color: #00c9b7;
}
.button.button-v1.x845ec2 {
  background: #845ec2;
  border-color: #845ec2;
}
.button.button-v1.xd65db1 {
  background: #d65db1;
  border-color: #d65db1;
}
.button.button-v1.xff6f91 {
  background: #ff6f91;
  border-color: #ff6f91;
}
.button.button-v1.xff9671 {
  background: #ff9671;
  border-color: #ff9671;
}
.button.button-v1.xffc75f {
  background: #ffc75f;
  border-color: #ffc75f;
}
.button.button-v1.x073b4c:hover {
  background: #03171d;
  border-color: #03171d;
}
.button.button-v1.x118ab2:hover {
  background: #0d6683;
  border-color: #0d6683;
}
.button.button-v1.x00b4c5:hover {
  background: #008592;
  border-color: #008592;
}
.button.button-v1.x00c9b7:hover {
  background: #009689;
  border-color: #009689;
}
.button.button-v1.x845ec2:hover {
  background: #6a41ac;
  border-color: #6a41ac;
}
.button.button-v1.xd65db1:hover {
  background: #cc349d;
  border-color: #cc349d;
}
.button.button-v1.xff6f91:hover {
  background: #ff3c6a;
  border-color: #ff3c6a;
}
.button.button-v1.xff9671:hover {
  background: #ff703e;
  border-color: #ff703e;
}
.button.button-v1.xffc75f:hover {
  background: #ffb52c;
  border-color: #ffb52c;
}
.button.button-v1:hover, .button-sim:hover .button.button-v1 {
  color: #fff;
  background: #1d5ceb;
  border-color: #1d5ceb;
}
.button-sim:hover .button-v1.x073b4c {
  background: #03171d;
  border-color: #03171d;
}
.button-sim:hover .button-v1.x118ab2 {
  background: #0d6683;
  border-color: #0d6683;
}
.button-sim:hover .button-v1.x00b4c5 {
  background: #008592;
  border-color: #008592;
}
.button-sim:hover .button-v1.x00c9b7 {
  background: #009689;
  border-color: #009689;
}
.button-sim:hover .button-v1.x845ec2 {
  background: #6a41ac;
  border-color: #6a41ac;
}
.button-sim:hover .button-v1.xd65db1 {
  background: #cc349d;
  border-color: #cc349d;
}
.button-sim:hover .button-v1.xff6f91 {
  background: #ff3c6a;
  border-color: #ff3c6a;
}
.button-sim:hover .button-v1.xff9671 {
  background: #ff703e;
  border-color: #ff703e;
}
.button-sim:hover .button-v1.xffc75f {
  background: #ffb52c;
  border-color: #ffb52c;
}
.button.button-v2 {
  color: #777;
  background: #fff;
  border: 1px solid #eee;
}
.button.button-v2:hover, .button-sim:hover .button.button-v2 {
  color: #fff;
  background: #4c7eef;
  border-color: #4c7eef;
}
/* Import utility styles */
/* CSS Flex */
.block-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.block-flex.block-flex-start {
  align-items: start;
  justify-content: flex-start;
}
.block-flex.block-flex-around {
  justify-content: space-around;
}
.block-flex.block-flex-center {
  align-items: center;
  justify-content: center;
}
.block-flex .flex-col-05 {
  flex: 0.5;
}
.block-flex .flex-col-1 {
  flex: 1;
}
.block-flex .flex-col-2 {
  flex: 0 1 50%;
}
.block-flex .flex-col-3 {
  flex: 3;
}
.block-flex .flex-col-4 {
  flex: 4;
}
.block-flex .flex-col-5 {
  flex: 5;
}
.block-flex .flex-col-2-1-1 {
  flex: 2;
}
.block-flex .flex-col-2-1-2 {
  flex: 1;
}
.block-flex .flex-col-5-1-2 {
  flex: 2;
}
.block-flex .flex-col-5-1-4 {
  flex: 1.5;
}
.block-flex .flex-col-1p {
  width: 100%;
}
.block-flex .flex-col-2p {
  width: 50%;
}
.block-flex .flex-fix {
  flex-grow: 0;
  flex-shrink: 0;
}
.block-flex .flex-fix-grow {
  flex-grow: 0;
}
.block-flex .flex-fix-shrink {
  flex-shrink: 0;
}
.block-flex.flex-gap-5 {
  gap: 5px;
}
.block-flex.flex-gap-10 {
  gap: 10px;
}
.block-flex.flex-gap-15 {
  gap: 15px;
}
.block-flex.flex-gap-20 {
  gap: 20px;
}
.block-flex.flex-gap-25 {
  gap: 25px;
}
.block-flex.flex-gap-30 {
  gap: 30px;
}
.block-flex.flex-gap-35 {
  gap: 35px;
}
.block-flex.flex-gap-40 {
  gap: 40px;
}
.block-flex.flex-gap-45 {
  gap: 45px;
}
.block-flex.flex-gap-50 {
  gap: 50px;
}
.block-flex.flex-gap-55 {
  gap: 55px;
}
.block-flex.flex-gap-60 {
  gap: 60px;
}
.block-flex.flex-gap-65 {
  gap: 65px;
}
.block-flex.flex-gap-70 {
  gap: 70px;
}
.block-flex.flex-gap-75 {
  gap: 75px;
}
.block-flex.flex-gap-80 {
  gap: 80px;
}
.block-flex.flex-gap-85 {
  gap: 85px;
}
.block-flex.flex-gap-90 {
  gap: 90px;
}
.block-flex.flex-gap-95 {
  gap: 95px;
}
.block-flex.flex-gap-100 {
  gap: 100px;
}
.block-flex.flex-row-gap-5 {
  row-gap: 5px;
}
.block-flex.flex-row-gap-10 {
  row-gap: 10px;
}
.block-flex.flex-row-gap-15 {
  row-gap: 15px;
}
.block-flex.flex-row-gap-20 {
  row-gap: 20px;
}
.block-flex.flex-row-gap-25 {
  row-gap: 25px;
}
.block-flex.flex-row-gap-30 {
  row-gap: 30px;
}
.block-flex.flex-row-gap-35 {
  row-gap: 35px;
}
.block-flex.flex-row-gap-40 {
  row-gap: 40px;
}
.block-flex.flex-row-gap-45 {
  row-gap: 45px;
}
.block-flex.flex-row-gap-50 {
  row-gap: 50px;
}
.block-flex.flex-row-gap-55 {
  row-gap: 55px;
}
.block-flex.flex-row-gap-60 {
  row-gap: 60px;
}
.block-flex.flex-row-gap-65 {
  row-gap: 65px;
}
.block-flex.flex-row-gap-70 {
  row-gap: 70px;
}
.block-flex.flex-row-gap-75 {
  row-gap: 75px;
}
.block-flex.flex-row-gap-80 {
  row-gap: 80px;
}
.block-flex.flex-row-gap-85 {
  row-gap: 85px;
}
.block-flex.flex-row-gap-90 {
  row-gap: 90px;
}
.block-flex.flex-row-gap-95 {
  row-gap: 95px;
}
.block-flex.flex-row-gap-100 {
  row-gap: 100px;
}
.block-flex.flex-column-gap-5 {
  column-gap: 5px;
}
.block-flex.flex-column-gap-10 {
  column-gap: 10px;
}
.block-flex.flex-column-gap-15 {
  column-gap: 15px;
}
.block-flex.flex-column-gap-20 {
  column-gap: 20px;
}
.block-flex.flex-column-gap-25 {
  column-gap: 25px;
}
.block-flex.flex-column-gap-30 {
  column-gap: 30px;
}
.block-flex.flex-column-gap-35 {
  column-gap: 35px;
}
.block-flex.flex-column-gap-40 {
  column-gap: 40px;
}
.block-flex.flex-column-gap-45 {
  column-gap: 45px;
}
.block-flex.flex-column-gap-50 {
  column-gap: 50px;
}
.block-flex.flex-column-gap-55 {
  column-gap: 55px;
}
.block-flex.flex-column-gap-60 {
  column-gap: 60px;
}
.block-flex.flex-column-gap-65 {
  column-gap: 65px;
}
.block-flex.flex-column-gap-70 {
  column-gap: 70px;
}
.block-flex.flex-column-gap-75 {
  column-gap: 75px;
}
.block-flex.flex-column-gap-80 {
  column-gap: 80px;
}
.block-flex.flex-column-gap-85 {
  column-gap: 85px;
}
.block-flex.flex-column-gap-90 {
  column-gap: 90px;
}
.block-flex.flex-column-gap-95 {
  column-gap: 95px;
}
.block-flex.flex-column-gap-100 {
  column-gap: 100px;
}
@media only screen and (max-width: 800px) {
  .block-flex.w800-block-flex-column {
    flex-direction: column;
  }
  .block-flex.w800-block-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .block-flex.w800-block-flex-center {
    align-items: center;
  }
  .block-flex .w800-flex-col-1p {
    width: 100%;
  }
  .block-flex.w800-block-flex-between {
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 480px) {
  .w480-block-flex-column {
    flex-direction: column;
  }
  .w480-block-flex-column-reverse {
    flex-direction: column-reverse;
  }
}
/* CSS Flex */
.block-grid {
  display: grid;
}
.block-grid.block-grid-center {
  align-items: center;
}
.block-grid.grid-col-1 {
  grid-template-columns: 1fr;
}
.block-grid.grid-col-2 {
  grid-template-columns: 1fr 1fr;
}
.block-grid.grid-col-2-1 {
  grid-template-columns: 2fr 1fr;
}
.block-grid.grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.block-grid.grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.block-grid.grid-col-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.block-grid.grid-gap-5 {
  grid-gap: 5px;
}
.block-grid.grid-gap-10 {
  grid-gap: 10px;
}
.block-grid.grid-gap-15 {
  grid-gap: 15px;
}
.block-grid.grid-gap-20 {
  grid-gap: 20px;
}
.block-grid.grid-gap-25 {
  grid-gap: 25px;
}
.block-grid.grid-gap-30 {
  grid-gap: 30px;
}
.block-grid.grid-gap-35 {
  grid-gap: 35px;
}
.block-grid.grid-gap-40 {
  grid-gap: 40px;
}
.block-grid.grid-gap-45 {
  grid-gap: 45px;
}
.block-grid.grid-gap-50 {
  grid-gap: 50px;
}
.block-grid.grid-gap-55 {
  grid-gap: 55px;
}
.block-grid.grid-gap-60 {
  grid-gap: 60px;
}
.block-grid.grid-gap-65 {
  grid-gap: 65px;
}
.block-grid.grid-gap-70 {
  grid-gap: 70px;
}
.block-grid.grid-gap-75 {
  grid-gap: 75px;
}
.block-grid.grid-gap-80 {
  grid-gap: 80px;
}
.block-grid.grid-gap-85 {
  grid-gap: 85px;
}
.block-grid.grid-gap-90 {
  grid-gap: 90px;
}
.block-grid.grid-gap-95 {
  grid-gap: 95px;
}
.block-grid.grid-gap-100 {
  grid-gap: 100px;
}
.block-grid.grid-row-gap-5 {
  row-gap: 5px;
}
.block-grid.grid-row-gap-10 {
  row-gap: 10px;
}
.block-grid.grid-row-gap-15 {
  row-gap: 15px;
}
.block-grid.grid-row-gap-20 {
  row-gap: 20px;
}
.block-grid.grid-row-gap-25 {
  row-gap: 25px;
}
.block-grid.grid-row-gap-30 {
  row-gap: 30px;
}
.block-grid.grid-row-gap-35 {
  row-gap: 35px;
}
.block-grid.grid-row-gap-40 {
  row-gap: 40px;
}
.block-grid.grid-row-gap-45 {
  row-gap: 45px;
}
.block-grid.grid-row-gap-50 {
  row-gap: 50px;
}
.block-grid.grid-row-gap-55 {
  row-gap: 55px;
}
.block-grid.grid-row-gap-60 {
  row-gap: 60px;
}
.block-grid.grid-row-gap-65 {
  row-gap: 65px;
}
.block-grid.grid-row-gap-70 {
  row-gap: 70px;
}
.block-grid.grid-row-gap-75 {
  row-gap: 75px;
}
.block-grid.grid-row-gap-80 {
  row-gap: 80px;
}
.block-grid.grid-row-gap-85 {
  row-gap: 85px;
}
.block-grid.grid-row-gap-90 {
  row-gap: 90px;
}
.block-grid.grid-row-gap-95 {
  row-gap: 95px;
}
.block-grid.grid-row-gap-100 {
  row-gap: 100px;
}
.block-grid.grid-column-gap-5 {
  column-gap: 5px;
}
.block-grid.grid-column-gap-10 {
  column-gap: 10px;
}
.block-grid.grid-column-gap-15 {
  column-gap: 15px;
}
.block-grid.grid-column-gap-20 {
  column-gap: 20px;
}
.block-grid.grid-column-gap-25 {
  column-gap: 25px;
}
.block-grid.grid-column-gap-30 {
  column-gap: 30px;
}
.block-grid.grid-column-gap-35 {
  column-gap: 35px;
}
.block-grid.grid-column-gap-40 {
  column-gap: 40px;
}
.block-grid.grid-column-gap-45 {
  column-gap: 45px;
}
.block-grid.grid-column-gap-50 {
  column-gap: 50px;
}
.block-grid.grid-column-gap-55 {
  column-gap: 55px;
}
.block-grid.grid-column-gap-60 {
  column-gap: 60px;
}
.block-grid.grid-column-gap-65 {
  column-gap: 65px;
}
.block-grid.grid-column-gap-70 {
  column-gap: 70px;
}
.block-grid.grid-column-gap-75 {
  column-gap: 75px;
}
.block-grid.grid-column-gap-80 {
  column-gap: 80px;
}
.block-grid.grid-column-gap-85 {
  column-gap: 85px;
}
.block-grid.grid-column-gap-90 {
  column-gap: 90px;
}
.block-grid.grid-column-gap-95 {
  column-gap: 95px;
}
.block-grid.grid-column-gap-100 {
  column-gap: 100px;
}
@media only screen and (max-width: 800px) {
  .block-grid.w800-grid-col-1 {
    grid-template-columns: 1fr;
  }
  .block-grid.w800-grid-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .block-grid.w800-grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .block-grid.w480-grid-col-1 {
    grid-template-columns: 1fr;
  }
}
/* Import block styles (blocks are our custom components) */
.block-accordion.block-open li.uk-open .title-primary:before {
  display: none;
}
.block-accordion .block-accordion-title {
  cursor: pointer;
  margin: 0;
}
.block-accordion .block-accordion-content p:last-child {
  margin-bottom: 0;
}
.block-accordion.block-style1 .block-accordion-container {
  background: #f8f8f8;
  border-radius: 10px;
}
.block-accordion.block-style1 .block-accordion-container.xffffff {
  background: #fff;
}
.block-accordion.block-style1 .block-accordion-container .block-accordion-title {
  font-family: 'Raleway';
  font-size: 15px;
  line-height: 35px;
  padding: 20px 30px;
}
.block-accordion.block-style1 .block-accordion-container .block-accordion-title::before {
  color: #777;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  width: 35px;
  height: 35px;
  margin: 0;
  border-radius: 5px;
}
.block-accordion.block-style1 .block-accordion-container .block-accordion-content {
  margin-top: 10px;
  padding: 0 30px 30px;
}
.block-accordion.block-style1 .block-accordion-container.uk-open .block-accordion-title::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #fff;
  background: #4c7eef;
}
.block-contact .button {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.block-contact .button a {
  color: #fff;
}
.block-contact .block-header {
  margin-bottom: 15px;
}
.block-contact .block-header .block-title {
  font-size: 20px;
  font-weight: 500;
}
.block-contact .block-body input[type=text], .block-contact .block-body input[type=email], .block-contact .block-body input[type=password], .block-contact .block-body input[type=search], .block-contact .block-body input[type=tel] {
  height: 55px;
  line-height: 55px;
}
.block-contact .block-body input[type=text], .block-contact .block-body input[type=email], .block-contact .block-body input[type=password], .block-contact .block-body input[type=search], .block-contact .block-body input[type=tel], .block-contact .block-body select, .block-contact .block-body textarea {
  border-color: #eaeaea;
  border-radius: 5px;
}
.block-contact .block-body textarea {
  height: 185px;
  resize: none;
}
.block-contact .block-body p {
  margin-bottom: 20px;
}
.block-contact .block-body .wpcf7 .form-submit {
  position: relative;
}
.block-contact .block-body .wpcf7 .wpcf7-not-valid-tip {
  color: #ff758f;
  text-shadow: none;
  padding: 10px 20px;
  margin-top: 10px;
  border: none;
  background: #fff0f3;
  border-radius: 5px;
  box-shadow: none;
}
.block-contact .block-body .wpcf7 .invalid .wpcf7-response-output {
  color: #d5b386;
  text-shadow: none;
  padding: 10px 20px;
  margin: 0;
  border: none;
  background: #fdf8e4;
  border-radius: 5px;
  box-shadow: none;
}
.block-contact .block-body .wpcf7 .ajax-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 13px auto;
  height: 24px;
  width: 24px;
  background: rgba(0, 0, 0, 0.5);
}
.block-contact .block-body .wpcf7 .submitting .form-submit .button {
  pointer-events: none;
  opacity: 0.75;
  color: #4c7eef !important;
}
.block-contact .block-body .wpcf7 .submitting .ajax-loader {
  display: block;
}
.block-contact.block-style1 {
  background: #fff;
  padding: 30px 40px 35px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.block-card {
  position: relative;
}
.block-card.block-link {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.block-card.block-link > a {
  display: block;
  padding-top: 40px;
  padding-bottom: 50px;
}
.block-card.block-style1 {
  max-width: 900px;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 20px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  border-radius: 8px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.block-card.block-style1 .block-card-core {
  max-width: 500px;
  margin: 0 auto;
}
.block-card.block-style1.block-after:after {
  content: "";
  display: block;
  height: 20px;
  width: 4px;
  background: #fff;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
}
.block-card.block-style1 .block-header .block-media {
  color: #9bf6ff;
  line-height: 1;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 21px;
}
.block-card.block-style1 .block-header .block-title {
  font-size: 23px !important;
  font-weight: 500 !important;
}
.block-card.block-style1 .block-body .block-text p {
  margin-bottom: 15px;
}
.block-card.block-style1 .block-body .block-text span {
  display: inline-block;
  color: #444;
  background: #f5f5f5;
  padding: 8px 25px;
  border-radius: 5px;
}
.block-card.block-style1 .block-body .block-text ul {
  margin-left: 0;
}
.block-card.block-style2 {
  overflow: hidden;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.block-card.block-style3 {
  text-align: center;
  background: #2b86c51A;
  background: #fafafa;
  padding: 30px;
  border-radius: 10px;
}
.block-card.block-style3 p:last-child {
  margin: 0;
}
.block-icon.block-style1 {
  position: relative;
  width: 100%;
  text-align: center;
}
.block-icon.block-style1.block-tall {
  padding: 50px 0;
}
.block-icon.block-style1.block-tall .block-media {
  top: 20px;
}
.block-icon.block-style1 .block-title {
  position: relative;
  z-index: 1;
  line-height: 1;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 15px;
}
.block-icon.block-style1 .block-media {
  position: absolute;
  top: -15px;
  right: 20%;
  font-size: 50px;
  line-height: 1;
  z-index: 0;
  opacity: 0.5;
}
.block-icon.block-style1.x9BF6FF .block-media {
  color: #9bf6ff;
}
.block-icon.block-style1.xFFC6FF .block-media {
  color: #ffc6ff;
}
.block-icon.block-style1.xFFD6A5 .block-media {
  color: #ffd6a5;
}
.block-icon.block-style1.xFFADAD .block-media {
  color: #ffadad;
}
.block-image {
  position: relative;
}
.block-image img {
  display: block;
}
.block-lightbox {
  border: 1px solid #eee;
}
.uk-lightbox {
  background: rgba(0, 0, 0, 0.65);
}
.uk-lightbox a {
  display: block;
}
.uk-lightbox img {
  max-width: 1400px;
  max-width: 90%;
  padding: 30px;
}
.block-list.block-style1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 7px;
}
.block-list.block-style1:last-child {
  margin-bottom: 0;
}
.block-list.block-style1 .block-header .block-icon {
  margin: 0 20px 10px 0;
}
.block-list.block-style1 .block-body .block-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.block-list.block-style2.xffffff .list-item:before {
  background: #ffffff;
}
.block-list.block-style2.xf7f7f7 .list-item:before {
  background: #f7f7f7;
}
.block-list.block-style2.xeff7f9 .list-item:before {
  background: #eff7f9;
}
.block-list.block-style2.x073b4c .list-item:before {
  background: #073b4c;
}
.block-list.block-style2.x118ab2 .list-item:before {
  background: #118ab2;
}
.block-list.block-style2.x00b4c5 .list-item:before {
  background: #00b4c5;
}
.block-list.block-style2.x00c9b7 .list-item:before {
  background: #00c9b7;
}
.block-list.block-style2.x845ec2 .list-item:before {
  background: #845ec2;
}
.block-list.block-style2.xd65db1 .list-item:before {
  background: #d65db1;
}
.block-list.block-style2.xff6f91 .list-item:before {
  background: #ff6f91;
}
.block-list.block-style2.xff9671 .list-item:before {
  background: #ff9671;
}
.block-list.block-style2.xffc75f .list-item:before {
  background: #ffc75f;
}
.block-list.block-style2 .list-item {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 25px;
}
.block-list.block-style2 .list-item:last-child {
  margin-bottom: 0;
}
.block-list.block-style2 .list-item:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  content: "";
  color: #777;
  color: #9a9a9a;
  background: #f1f1f1;
  font-weight: 400;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 15px;
  border-radius: 500px;
}
.block-list.block-style2 .list-item.list-yes, .block-list.block-style2 .list-item.list-no {
  margin-bottom: 15px;
}
.block-list.block-style2 .list-item.list-yes:before, .block-list.block-style2 .list-item.list-no:before {
  margin-right: 10px;
}
.block-list.block-style2 .list-item.list-yes:before {
  color: #06d6a0;
  background: none;
}
.block-list.block-style2 .list-item.list-no:before {
  content: "";
  color: #ffadad;
  background: none;
}
.block-list.block-style2[class*="x"] .list-item:before {
  color: #fff;
}
.block-notification.block-style1 {
  background: #f5f5f5;
  padding: 25px 30px;
  border-radius: 5px;
}
.block-notification.block-info {
  background: #EBF6FE;
}
.block-overlay .block-overlay-abs {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  background: #2b86c51A;
}
.block-overlay .block-overlay-abs.xffffff {
  background: #ffffff;
}
.block-overlay .block-overlay-abs.xf7f7f7 {
  background: #f7f7f7;
}
.block-overlay .block-overlay-abs.xeff7f9 {
  background: #eff7f9;
}
.block-overlay .block-overlay-abs.x073b4c {
  background: #073b4c;
}
.block-overlay .block-overlay-abs.x118ab2 {
  background: #118ab2;
}
.block-overlay .block-overlay-abs.x00b4c5 {
  background: #00b4c5;
}
.block-overlay .block-overlay-abs.x00c9b7 {
  background: #00c9b7;
}
.block-overlay .block-overlay-abs.x845ec2 {
  background: #845ec2;
}
.block-overlay .block-overlay-abs.xd65db1 {
  background: #d65db1;
}
.block-overlay .block-overlay-abs.xff6f91 {
  background: #ff6f91;
}
.block-overlay .block-overlay-abs.xff9671 {
  background: #ff9671;
}
.block-overlay .block-overlay-abs.xffc75f {
  background: #ffc75f;
}
.block-overlay .block-overlay-abs.xfafafa {
  background: #fafafa;
}
.block-overlay .block-overlay-abs.block-overlay-wide {
  width: 500%;
}
.block-overlay .block-overlay-abs.block-overlay-left {
  left: 0;
  right: auto;
}
.block-overlay .block-overlay-abs.block-overlay-left-out {
  left: 100%;
  right: auto;
}
.block-overlay .block-overlay-abs.block-overlay-right {
  left: auto;
  right: 0;
}
.block-overlay .block-overlay-abs.block-overlay-right-out {
  left: auto;
  right: 100%;
}
.block-overlay .block-overlay-abs.block-overlay-left-clear, .block-overlay .block-overlay-abs.block-overlay-right-clear {
  z-index: 0;
  background: #fff;
}
.block-overlay .block-overlay-abs.block-overlay-left-clear {
  left: -500%;
  right: auto;
}
.block-overlay .block-overlay-abs.block-overlay-right-clear {
  right: -500%;
  left: auto;
}
.block-overlay-alt {
  position: relative;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  background: #fafafa;
  background: rgba(43, 134, 197, 0.102);
}
.block-overlay-alt.xfafafa {
  background: #fafafa;
}
.block-overlay-alt.block-overlay-left {
  padding-right: 50px;
  border-radius: 0 50px 50px 0;
}
.block-overlay-alt.block-overlay-right {
  padding-left: 50px;
  border-radius: 50px 0 0 50px;
}
.block-pricing {
  padding: 30px 40px 35px;
  background: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  box-sizing: border-box;
}
.block-pricing .button {
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 5px !important;
}
.block-pricing .button.button-cart {
  background: #4c7eef;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px !important;
}
.block-pricing .button.button-cart a {
  color: #fff;
}
.block-pricing .button.button-demo {
  background: #fff;
  border: 1px solid #eee;
}
.block-pricing .button.button-demo a {
  color: #777;
}
.block-pricing .block-header {
  margin-bottom: 15px;
}
.block-pricing .block-header .block-title {
  font-size: 20px;
  font-weight: 500;
}
.block-pricing .block-header .block-title .block-title-value {
  float: right;
  font-weight: 400;
  font-size: 18px;
  margin-top: 3px;
}
.block-pricing .block-header .block-text p {
  margin: 0;
}
.block-pricing .block-body {
  margin-bottom: 25px;
}
.block-pricing .block-body .block-prices {
  font-family: 'Montserrat';
}
.block-pricing .block-body .block-prices .block-price {
  cursor: pointer;
  line-height: 55px;
  border-bottom: 1px solid #eee;
}
.block-pricing .block-body .block-prices .block-price:last-child {
  border-bottom: none;
}
.block-pricing .block-body .block-prices .block-price .item-info .item-icon {
  margin-right: 10px;
}
.block-pricing .block-body .block-prices .block-price .item-info .item-icon i {
  color: #fff;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border: 2px solid #eaeaea;
  border-radius: 3px;
}
.block-pricing .block-body .block-prices .block-price[data-value="1"] .item-info .item-icon i {
  background: #4c7eef;
  border: 2px solid #4c7eef;
}
.block-pricing .block-footer p:last-child {
  margin-bottom: 0;
}
.block-pricing.block-style2 .block-header .block-prices .block-price {
  font-size: 55px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0px;
}
.block-pricing.block-style2 .block-header .block-prices .block-price .item-price-icon {
  position: relative;
  font-size: 70%;
  bottom: 2px;
  right: 5px;
}
.block-pricing.block-style2 .block-header .block-text {
  text-align: center;
}
.block-pricing.block-style2 .block-list {
  width: 250px;
  margin: 0 auto;
}
.block-pricing.block-style2 .block-list .block-body {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .block-pricing .block-header .block-title {
    font-size: 18px;
  }
  .block-pricing .block-header .block-title .block-title-value {
    font-size: 16px;
    margin-top: 0px;
  }
}
.block-products a {
  color: inherit;
}
.block-products img {
  display: block;
}
.block-products.block-style1 .block-product:hover .block-header {
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 12px 2px #f1f1f1;
}
.block-products.block-style1 .block-product .block-header {
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 1px #f1f1f1;
  -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;
}
.block-products.block-style1 .block-product .block-body {
  display: none;
}
.block-products.block-style1 .block-product .block-footer {
  font-family: 'Poppins';
  font-family: 'Montserrat';
  font-weight: 300;
}
.block-products.block-style1 .block-product .block-footer .block-text {
  padding: 15px;
}
.block-products.block-style1 .block-product .block-footer .block-text.block-name {
  text-align: left;
}
.block-products.block-style1 .block-product .block-footer .block-text.block-price {
  text-align: right;
}
.block-products.block-style2 .block-product {
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 1px #f1f1f1;
}
.block-products.block-style2 .block-product:hover {
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 12px 2px #f1f1f1;
}
.block-products.block-style2 .block-product .block-product-col2 {
  padding: 40px 30px 20px;
}
.block-products.block-style2 .block-product .block-product-col2 .block-footer {
  font-family: 'Poppins';
  font-family: 'Montserrat';
  font-weight: 300;
}
.block-products.block-style2 .block-product .block-product-col2 .block-footer .block-text {
  padding: 15px;
}
.block-products.block-style2 .block-product .block-product-col2 .block-footer .block-text.block-name {
  text-align: left;
}
.block-products.block-style2 .block-product .block-product-col2 .block-footer .block-text.block-price {
  text-align: right;
}
.block-table {
  overflow: hidden;
}
.block-table.block-style1 {
  padding: 10px 40px 35px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05);
}
.block-table.block-style1 .block-table-row {
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #eee;
}
.block-table.block-style1 .block-table-row.block-table-header {
  color: #444;
  border-bottom: none;
  background: #fafafa;
  box-shadow: -30px -30px 0px 30px #fafafa, 30px -30px 0px 30px #fafafa;
}
.block-table.block-style1 .block-table-row:last-child {
  border-bottom: none;
}
.block-table.block-style1 .block-table-row .item-name {
  text-align: left;
}
.block-testimonials.block-style1 .block-testimonial {
  position: relative;
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05);
}
.block-testimonials.block-style1 .block-testimonial.block-link {
  padding: 0;
}
.block-testimonials.block-style1 .block-testimonial.block-link > a {
  display: block;
  color: inherit;
  padding: 30px 20px;
}
.block-testimonials.block-style1 .block-testimonial .block-image {
  margin-bottom: 25px;
}
.block-testimonials.block-style1 .block-testimonial .block-image img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 500px;
}
.block-testimonials.block-style1 .block-testimonial .block-text {
  font-size: 14px;
}
.block-testimonials.block-style1 .block-testimonial .block-text p {
  margin: 0;
}
.block-testimonials.block-style1 .block-testimonial .block-media {
  position: absolute;
  top: -15px;
  bottom: auto;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ffbe0b;
  border-radius: 5px;
}
.block-testimonials.block-style2 .block-testimonial {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  background: linear-gradient(to right, #6E48AA, #9D50BB);
  border-radius: 10px;
}
.block-testimonials.block-style2 .block-testimonial.block-link {
  padding: 0;
}
.block-testimonials.block-style2 .block-testimonial.block-link > a {
  display: block;
  color: inherit;
  padding: 30px 20px;
}
.block-testimonials.block-style2 .block-testimonial .block-image img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 500px;
}
.block-testimonials.block-style2 .block-testimonial .block-media {
  font-size: 100px;
  position: absolute;
  bottom: -20px;
  opacity: 0.5;
}
.block-sites {
  overflow: hidden;
}
.block-sites img {
  opacity: 0.35;
  margin: 0 auto;
  width: auto;
  height: auto;
}
/* Import layout styles */
/* Override UI Kit globals */
/* Base styling - Fonts */
/* Base styling - Links */
p {
  margin-top: 0;
}
/* Base styling - Buttons */
button:focus {
  outline: none;
}
/* Misc */
.hidden-display {
  display: none;
}
.hidden-visible {
  opacity: 0;
  visibility: hidden;
}
.overflow-hide {
  overflow: hidden !important;
}
.overflow-show {
  overflow: visible !important;
}
.opacity-45 {
  opacity: 0.45 !important;
}
.padding-0 {
  padding: 0 !important;
}
.margin-0 {
  margin: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-bottom-80 {
  margin-bottom: 80px !important;
}
.margin-top-40 {
  margin-top: 40px;
}
body.logged-out .logged-out-hide {
  display: none !important;
}
.container {
  overflow: hidden;
}
.container .container-core {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
.container-wide.container-core {
  max-width: 100%;
  padding: 0;
}
.container .container-col {
  position: relative;
  box-sizing: border-box;
}
#header-mobile #header-mobile-sticky {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 0 10px 0 15px;
}
#header-mobile #header-mobile-sticky .uk-logo {
  padding: 0;
}
#header-mobile #header-mobile-sticky #header-mobile-buttons {
  display: none;
}
#header-mobile #header-mobile-toggle .header-toggle {
  flex-direction: column;
  justify-content: space-between;
  width: 50px;
  height: 34px;
  min-height: auto;
  padding: 10px;
}
#header-mobile #header-mobile-toggle .header-toggle .header-toggle-bar {
  display: block;
  height: 2px;
  width: 20px;
  background: #999;
  transition: all 0.3s ease;
}
#header-mobile #header-mobile-toggle .header-toggle:hover .header-toggle-bar {
  background: #bababa;
}
#header-mobile #header-mobile-menu .uk-offcanvas-bar {
  width: 300px;
  left: -300px;
}
#header-mobile #header-mobile-menu.uk-open > .uk-offcanvas-bar {
  left: 0;
}
#header-mobile #header-mobile-menu.uk-offcanvas-overlay:before {
  background: rgba(0, 0, 0, 0.25);
}
#header-mobile #header-mobile-menu .uk-offcanvas-bar .uk-close {
  color: #999;
  transition: all 0.3s ease;
}
#header-mobile #header-mobile-menu .uk-offcanvas-bar .uk-close:hover {
  color: #bababa;
}
#header-mobile #header-mobile-menu #header-mobile-menu-core {
  color: #7a7a7a;
  background: #fff;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
#header-mobile #header-mobile-menu #header-mobile-menu-core .block-card .block-card-core {
  column-gap: 20px;
}
#header-mobile #header-mobile-menu #header-mobile-menu-core .block-card .block-card-core .block-header {
  width: 55px;
}
#header-mobile #header-mobile-menu #header-mobile-menu-core .block-card .block-card-core .block-header .block-icon {
  width: 30px;
  height: 30px;
}
#header-mobile #header-mobile-menu #header-mobile-menu-core .block-card .block-card-core .block-body .block-title {
  font-size: 14px;
  color: #2a2a2a;
  margin-bottom: 5px;
}
#header-mobile #header-mobile-menu #header-mobile-menu-core .block-card .block-card-core .block-body .block-text {
  max-width: 190px;
  font-size: 13px;
  color: #7a7a7a;
}
#header-mobile #header-mobile-menu #header-mobile-menu-core .block-card .block-card-core .block-body .block-text p {
  margin-bottom: 12px;
}
#header-mobile #header-mobile-menu #header-mobile-menu-core .menu-item {
  font-size: 14px;
}
#header-mobile #header-mobile-menu #header-mobile-menu-core .menu-item.menu-item-link a {
  color: #7a7a7a !important;
  font-size: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}
#header-mobile #header-mobile-menu #header-mobile-menu-core .menu-item.menu-item-link a:hover {
  color: #4c7eef !important;
}
#header-mobile #header-mobile-menu #header-mobile-menu-core .menu-item.menu-item-link.menu-item-pricing a {
  margin-top: 20px;
  border-top: 1px solid #eee;
}
#header-mobile #header-mobile-menu #header-mobile-menu-core .menu-item.menu-item-button button {
  margin: 0 0 20px 0;
}
#header-mobile #header-mobile-menu #header-mobile-menu-core .menu-item.menu-item-button button a {
  display: block;
}
#header-mobile #header-mobile-menu #header-mobile-menu-core .menu-item.menu-item-features .menu-mega-col1 {
  margin-bottom: 20px;
}
#header-mobile #header-mobile-logo img {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 800px) {
  .block-flex.w800-block-flex-column {
    flex-direction: column;
  }
  .block-flex.w800-block-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .block-flex.w800-block-flex-center {
    align-items: center;
  }
  .block-flex .w800-flex-col-1p {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #header-mobile-menu .block-card.block-style2 .block-card-core {
    text-align: left;
    align-items: start;
    align-content: start;
    flex-direction: row;
  }
}
@media only screen and (max-width: 320px) {
  #header-mobile #header-mobile-menu .uk-offcanvas-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header-mobile #header-mobile-menu.uk-open > .uk-offcanvas-bar {
    left: 0;
  }
}
#site-footer {
  position: relative;
  background: #fff;
  border-top: 1px solid #eaeaea;
}
#site-footer .container.footer-main {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fafafa;
  background: #fff;
}
#site-footer .container.footer-main .block-header .block-title {
  font-size: 16px;
  font-weight: 500;
}
#site-footer .container.footer-main .block-body .block-text {
  font-size: 14px;
}
#site-footer .container.footer-main .block-body .block-text p {
  margin-bottom: 15px;
}
#site-footer .container.footer-main .block-body .block-text p.form-submit {
  margin-bottom: 0;
}
#site-footer .container.footer-main .block-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-footer .container.footer-main .block-list a {
  display: inline-block;
  color: inherit;
}
#site-footer .container.footer-main .block-list a:hover {
  color: #4c7eef;
}
#site-footer .container.footer-main .block-list .block-item {
  margin-bottom: 5px;
}
#site-footer .container.footer-main .block-list .block-item:last-child {
  margin-bottom: 0;
}
#site-footer .container.footer-main .block-contact .block-body {
  font-size: 13px;
}
#site-footer .container.footer-main .block-contact .block-body input[type=text], #site-footer .container.footer-main .block-contact .block-body input[type=email], #site-footer .container.footer-main .block-contact .block-body input[type=password], #site-footer .container.footer-main .block-contact .block-body input[type=search], #site-footer .container.footer-main .block-contact .block-body input[type=tel] {
  height: 40px;
  line-height: 40px;
}
#site-footer .container.footer-main .block-contact .block-body textarea {
  height: 95px;
}
#site-footer .container.footer-main .block-contact .block-body p {
  margin-bottom: 10px;
}
#site-footer .container.footer-copyright {
  font-size: 13px;
  text-align: center;
  background: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
}
#site-footer .container.footer-copyright .block-body .block-text p {
  color: #999;
  margin: 0;
}
#site-footer .container.footer-copyright .block-body .block-text p.footer-copyright-1 {
  margin-bottom: 3px;
}
#site-footer .container.footer-copyright .block-body .block-text p.footer-copyright-2 .separator {
  margin: 0 8px;
}
#site-footer .container.footer-copyright .block-body .block-text a {
  color: #222;
}
#site-footer .container.footer-copyright .block-body .block-text a:hover {
  color: inherit;
}
.container.header-notice {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat';
  background: #2b86c5;
}
.container.header-notice .container-core {
  padding: 10px 0;
}
.container.header-notice .block-text .button {
  margin: 0;
  height: 28px;
  line-height: 28px;
  margin-left: 15px;
  border: none;
}
.container.header-notice .block-text .button.xff6f91 {
  color: #fff;
  background: #ff6f91;
}
.container.header-notice .block-text .button.xff9671 {
  color: #fff;
  background: #ff9671;
}
.container.header-notice .block-text .button.x00c9b7 {
  color: #fff;
  background: #00c9b7;
}
.container.header-notice .block-text .button a {
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
}
.container.header-notice.header-notice-style1 p {
  margin: 0;
}
.container.header-notice.header-notice-style1 p img {
  position: relative;
  top: 2px;
  width: 20px !important;
  height: 20px !important;
  margin-right: 8px !important;
}
@media only screen and (max-width: 480px) {
  #header-mobile-menu .block-card.block-style2 .block-card-core {
    text-align: left;
    align-items: start;
    align-content: start;
    flex-direction: row;
  }
}
@media only screen and (max-width: 320px) {
  #header-mobile #header-mobile-menu .uk-offcanvas-bar {
    width: 300px;
    left: -300px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #header-mobile #header-mobile-menu.uk-open > .uk-offcanvas-bar {
    left: 0;
  }
}
/* Import page specific files styles - Top level pages */
.container.account-section.account-section2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
body.woocommerce-account.woocommerce-account .woocommerce::before, body.woocommerce-account.woocommerce-account .woocommerce::after {
  display: none;
}
body.woocommerce-account.woocommerce-account.logged-out .container.account-section2 {
  background: #fafafa;
}
body.woocommerce-account.woocommerce-account.logged-out .woocommerce {
  max-width: 550px;
  margin: 0 auto;
}
body.woocommerce-account.woocommerce-account.logged-out .woocommerce h2 {
  display: none;
}
body.woocommerce-account.woocommerce-account.logged-out .woocommerce .woocommerce-form {
  background: #fff;
  border: none;
  padding: 40px 40px 20px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
body.woocommerce-account.woocommerce-account.logged-out .woocommerce .woocommerce-form .woocommerce-form-row label {
  display: block;
  margin-bottom: 10px;
}
body.woocommerce-account.woocommerce-account.logged-out .woocommerce .woocommerce-form .woocommerce-form-login__rememberme {
  display: block;
  margin-bottom: 20px;
}
body.woocommerce-account.woocommerce-account.logged-out .woocommerce .woocommerce-form .woocommerce-form-login__rememberme span {
  position: relative;
  top: -1px;
  margin-left: 10px;
}
body.woocommerce-account.woocommerce-account.logged-out .woocommerce .woocommerce-form .woocommerce-button {
  width: 150px;
}
body.woocommerce-account.woocommerce-account.logged-out.woocommerce-lost-password .woocommerce {
  background: #fff;
  border: none;
  padding: 35px 40px 10px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
body.woocommerce-account.woocommerce-account.logged-out.woocommerce-lost-password .woocommerce form p:first-child {
  color: #444;
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
body.woocommerce-account.woocommerce-account.logged-out.woocommerce-lost-password .woocommerce form .form-row-first {
  margin-bottom: 35px !important;
}
body.woocommerce-account.woocommerce-account.logged-in .woocommerce {
  display: flex;
  column-gap: 50px;
  justify-content: space-between;
}
body.woocommerce-account.woocommerce-account.logged-in .woocommerce b, body.woocommerce-account.woocommerce-account.logged-in .woocommerce strong {
  font-weight: 400;
}
body.woocommerce-account.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
  width: 200px;
}
body.woocommerce-account.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul {
  width: inherit;
}
body.woocommerce-account.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #4c7eef;
}
body.woocommerce-account.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
}
.container.builder-section.builder-section2 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.builder-section.builder-section2 .builder-section2-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.builder-section.builder-section3 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.builder-section.builder-section3 .builder-section3-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.builder-section.builder-section4 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.builder-section.builder-section4 .builder-section4-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.builder-section.builder-section4 .builder-section4-row2 .block-features .block-icon {
  background: #fafafa;
  border-radius: 5px;
}
.container.builder-section.builder-section4 .builder-section4-row2 .block-features .block-icon .block-title {
  font-size: 20px;
}
.container.builder-section.builder-section4 .builder-section4-row2 .block-features .block-icon .block-text {
  padding: 0 30px;
}
.container.builder-section.builder-section4 .builder-section4-row2 .block-features .block-icon .block-media {
  opacity: 0.35;
  top: 10px;
  right: 10px;
  font-size: 40px;
}
.container.builder-section.builder-section5 {
  padding-top: 100px;
  padding-bottom: 20px;
}
.container.builder-section.builder-section5 .container-core .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 35px;
}
.container.builder-section.builder-section5 .builder-section5-col2 iframe {
  width: 100%;
  padding: 15px;
  background: #f5f5f5;
}
.container.checkout-section.checkout-section1 #intro .page-desc {
  max-width: 380px;
}
.container.checkout-section.checkout-section2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f8f8f8;
}
.container.checkout-section.checkout-section2 .container-core {
  max-width: 900px;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
body.woocommerce-checkout #header-notice, body.woocommerce-checkout #site-header, body.woocommerce-checkout #site-footer {
  display: none;
}
body.woocommerce-checkout.woocommerce-order-received #body-core {
  background: linear-gradient(0deg, #3A6073 0%, #16222A 100%);
}
body.woocommerce-checkout.woocommerce-order-received #site-header, body.woocommerce-checkout.woocommerce-order-received #site-footer {
  display: block;
}
body.woocommerce-checkout.woocommerce-order-received .container.checkout-section.checkout-section1 {
  display: none;
}
body.woocommerce-checkout.woocommerce-order-received .container.checkout-section.checkout-section2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: none;
}
body.woocommerce-checkout.woocommerce-order-received .container.checkout-section.checkout-section2 .container-core {
  max-width: 1200px;
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 0 0 0;
  border-radius: 0;
}
body.woocommerce-checkout.woocommerce-order-received .container.checkout-section.checkout-section2 .block-card.block-after:after {
  height: 50px;
  bottom: -50px;
}
body.woocommerce-checkout.woocommerce-order-received .container.checkout-section.checkout-section2 .block-card.block-api .api-id {
  margin-top: 25px;
}
.container.theme-section.theme-section1 {
  padding-top: 80px;
  padding-bottom: 100px;
  background: linear-gradient(225deg, #ff3cac 0%, #784ba0 50%, #2b86c5 100%);
}
.container.theme-section.theme-section1 .theme-section1-col1 .block-header .block-title {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
.container.theme-section.theme-section1 .theme-section1-col1 .block-body {
  position: relative;
}
.container.theme-section.theme-section1 .theme-section1-col1 .block-body .block-media {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.07);
}
.container.theme-section.theme-section1 .theme-section1-col1 .block-body .block-media.image-desktop {
  margin-right: 100px;
}
.container.theme-section.theme-section1 .theme-section1-col1 .block-body .block-media.image-mobile {
  position: absolute;
  bottom: -20px;
  right: 50px;
  height: auto;
  width: 150px;
}
.container.theme-section.theme-section1 .theme-section1-col1 .block-body .block-media img {
  display: block;
}
.container.theme-section.theme-section2 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.theme-section.theme-section2 .theme-section2-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.theme-section.theme-section3 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.theme-section.theme-section3 .theme-section3-col1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #2b86c51A;
  padding-right: 50px;
  border-radius: 0px 50px 50px 0px;
}
.container.theme-section.theme-section3 .theme-section3-col1 .block-sites .block-image {
  padding: 20px 0;
}
.container.theme-section.theme-section4 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.theme-section.theme-section4 .theme-section4-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.theme-section.theme-section4 .theme-section4-row2 .block-features {
  border: 1px solid rgba(43, 134, 197, 0.102);
}
.container.theme-section.theme-section4 .theme-section4-row2 .block-features .block-icon {
  border: 1px solid rgba(43, 134, 197, 0.102);
}
.container.theme-section.theme-section4 .theme-section4-row2 .block-features .block-icon .block-title {
  font-size: 20px;
}
.container.theme-section.theme-section4 .theme-section4-row2 .block-features .block-icon .block-text {
  padding: 0 30px;
}
.container.theme-section.theme-section4 .theme-section4-row2 .block-features .block-icon .block-media {
  opacity: 0.35;
  top: 10px;
  right: 10px;
  font-size: 40px;
}
.container.theme-section.theme-section5 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(to right, #ACB6E5, #74ebd5);
  background: linear-gradient(to right, #48b1bf, #06beb6);
}
.container.theme-section.theme-section5 .theme-section5-row1 .block-title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.theme-section.theme-section5 .theme-section5-row2 .block-table {
  max-width: 700px;
  margin: 0 auto;
}
.container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row.block-table-header {
  color: #444;
}
.container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-name {
  width: 250px;
}
.container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-free, .container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-pro {
  width: 100px;
}
.container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-free i, .container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-pro i {
  font-size: 20px;
}
.container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-free i.fa-check, .container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-pro i.fa-check {
  color: #06d6a0;
}
.container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-free i.fa-times, .container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-pro i.fa-times {
  color: #ef476f;
}
@media only screen and (max-width: 800px) {
  .container.theme-section.theme-section1 .theme-section1-col1 .block-header .block-title {
    margin-bottom: 35px;
  }
  .container.theme-section.theme-section1 .theme-section1-col1 .block-body .block-media.image-desktop {
    max-width: 90%;
    margin: 0 auto !important;
  }
}
.container.theme-section.theme-section0 {
  padding-top: 20px;
  background: #fafafa;
  /* background: #f5f5f5; */
}
.container.theme-section.theme-section1 {
  padding-top: 80px;
  padding-bottom: 100px;
  background: linear-gradient(225deg, #ff3cac 0%, #784ba0 50%, #2b86c5 100%);
}
.container.theme-section.theme-section1 .theme-section1-col1 .block-header .block-title {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
.container.theme-section.theme-section1 .theme-section1-col1 .block-body {
  position: relative;
}
.container.theme-section.theme-section1 .theme-section1-col1 .block-body .block-media {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.07);
}
.container.theme-section.theme-section1 .theme-section1-col1 .block-body .block-media.image-desktop {
  margin-right: 100px;
}
.container.theme-section.theme-section1 .theme-section1-col1 .block-body .block-media.image-mobile {
  position: absolute;
  bottom: -20px;
  right: 50px;
  height: auto;
  width: 150px;
}
.container.theme-section.theme-section1 .theme-section1-col1 .block-body .block-media img {
  display: block;
}
.container.theme-section.theme-section2 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.theme-section.theme-section2 .theme-section2-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.theme-section.theme-section3 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.theme-section.theme-section3 .theme-section3-col1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #2b86c51A;
  padding-right: 50px;
  border-radius: 0px 50px 50px 0px;
}
.container.theme-section.theme-section3 .theme-section3-col1 .block-sites .block-image {
  padding: 20px 0;
}
.container.theme-section.theme-section4 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.theme-section.theme-section4 .theme-section4-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.theme-section.theme-section4 .theme-section4-row2 .block-features {
  border: 1px solid rgba(43, 134, 197, 0.102);
}
.container.theme-section.theme-section4 .theme-section4-row2 .block-features .block-icon {
  border: 1px solid rgba(43, 134, 197, 0.102);
}
.container.theme-section.theme-section4 .theme-section4-row2 .block-features .block-icon .block-title {
  font-size: 20px;
}
.container.theme-section.theme-section4 .theme-section4-row2 .block-features .block-icon .block-text {
  padding: 0 30px;
}
.container.theme-section.theme-section4 .theme-section4-row2 .block-features .block-icon .block-media {
  opacity: 0.35;
  top: 10px;
  right: 10px;
  font-size: 40px;
}
.container.theme-section.theme-section5 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(to right, #ACB6E5, #74ebd5);
  background: linear-gradient(to right, #48b1bf, #06beb6);
}
.container.theme-section.theme-section5 .theme-section5-row1 .block-title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.theme-section.theme-section5 .theme-section5-row2 .block-table {
  max-width: 700px;
  margin: 0 auto;
}
.container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row.block-table-header {
  color: #444;
}
.container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-name {
  width: 250px;
}
.container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-free, .container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-pro {
  width: 100px;
}
.container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-free i, .container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-pro i {
  font-size: 20px;
}
.container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-free i.fa-check, .container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-pro i.fa-check {
  color: #06d6a0;
}
.container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-free i.fa-times, .container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row .item-pro i.fa-times {
  color: #ef476f;
}
@media only screen and (max-width: 800px) {
  .container.theme-section.theme-section1 .theme-section1-col1 .block-header .block-title {
    margin-bottom: 35px;
  }
  .container.theme-section.theme-section1 .theme-section1-col1 .block-body .block-media.image-desktop {
    max-width: 90%;
    margin: 0 auto !important;
  }
}
.container.themes-section.themes-section2 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 480px) {
  .container.theme-section.theme-section5 .theme-section5-row2 .block-table {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .container.theme-section.theme-section5 .theme-section5-row2 .block-table .block-table-row {
    min-height: 65px;
    line-height: 1.4;
  }
}
.container.themes-free-section.themes-free-section2 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.container.themes-free-section.themes-free-section2 .block-header .block-media {
  border-right: 1px solid #f1f1f1;
}
@media only screen and (max-width: 800px) {
  .container.themes-free-section.themes-free-section2 .block-header .block-media {
    border: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
  }
}
.container.home-section.home-section1 {
  text-align: center;
  padding: 80px 0;
  background: linear-gradient(135deg, #e63e85 0%, #22114a 70%);
}
.container.home-section.home-section1 .home-section1-row1 .block-header .block-title {
  color: #fff;
  font-size: 45px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 20px;
}
.container.home-section.home-section1 .home-section1-row1 .block-header .block-text {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto 30px;
}
.container.home-section.home-section1 .home-section1-row1 .block-body {
  margin-bottom: 50px;
}
.container.home-section.home-section1 .home-section1-row1 .block-body .block-buttons .button {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}
.container.home-section.home-section1 .home-section1-row2 .block-grid {
  grid-template-columns: 1fr 2fr 3fr 2fr 1fr;
}
.container.home-section.home-section1 .home-section1-row2 .block-grid .block-card {
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.25);
}
.container.home-section.home-section1 .home-section1-row2 .block-grid .block-card.block-link {
  -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.5s ease;
}
.container.home-section.home-section1 .home-section1-row2 .block-grid .block-card.block-link:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.container.home-section.home-section1 .home-section1-row2 .block-grid .block-card.block-link a {
  display: block;
}
.container.home-section.home-section1 .home-section1-row2 .block-grid .block-card .block-image:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}
.container.home-section.home-section1 .home-section1-row2 .block-grid .item-1 {
  z-index: 1;
  left: 50px;
}
.container.home-section.home-section1 .home-section1-row2 .block-grid .item-2 {
  z-index: 2;
  left: 25px;
}
.container.home-section.home-section1 .home-section1-row2 .block-grid .item-3 {
  z-index: 3;
}
.container.home-section.home-section1 .home-section1-row2 .block-grid .item-4 {
  z-index: 2;
  right: 25px;
}
.container.home-section.home-section1 .home-section1-row2 .block-grid .item-5 {
  z-index: 1;
  right: 50px;
}
.container.home-section.home-section2 {
  padding-top: 10px;
  padding-bottom: 100px;
  margin-top: -150px;
}
.container.home-section.home-section2 .container-core {
  max-width: 800px;
}
.container.home-section.home-section2 .block-home .block-footer .link-anchor {
  color: inherit;
}
.container.home-section.home-section2 .block-home .block-footer .link-anchor:hover {
  color: #4c7eef;
}
.container.home-section.home-section2 .block-home .block-footer .link-anchor i {
  color: #aaa;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
}
.container.home-section.home-section3 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.home-section.home-section3 .home-section3-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.home-section.home-section4 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f5f5f5;
}
.container.home-section.home-section4 .home-section4-row1 {
  text-align: center;
}
.container.home-section.home-section4 .home-section4-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.home-section.home-section5 {
  padding-top: 100px;
  padding-bottom: 20px;
}
.container.home-section.home-section5 .home-section5-row1 {
  text-align: center;
}
.container.home-section.home-section5 .home-section5-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.home-section.home-section5 .home-section5-row2 .block-products .block-product .block-footer {
  display: none;
}
.container.home-section.home-section6 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.home-section.home-section6 .home-section6-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.home-section.home-section6 .home-section6-row2 .block-features {
  border: 1px solid rgba(43, 134, 197, 0.102);
}
.container.home-section.home-section6 .home-section6-row2 .block-features .block-icon {
  border: 1px solid rgba(43, 134, 197, 0.102);
}
.container.home-section.home-section6 .home-section6-row2 .block-features .block-icon .block-title {
  font-size: 20px;
}
.container.home-section.home-section6 .home-section6-row2 .block-features .block-icon .block-text {
  padding: 0 30px;
}
.container.home-section.home-section6 .home-section6-row2 .block-features .block-icon .block-media {
  opacity: 0.35;
  top: 10px;
  right: 10px;
  font-size: 40px;
}
@media only screen and (max-width: 800px) {
  .container.home-section.home-section3 .home-section3-row2 .block-sites {
    grid-gap: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .container.home-section.home-section1 {
    padding: 40px 0 60px;
  }
  .container.home-section.home-section1 .home-section1-row1 .block-header .block-title {
    font-size: 40px;
  }
  .container.home-section.home-section1 .home-section1-row1 .block-body {
    margin-bottom: 20px;
  }
  .container.home-section.home-section1 .home-section1-row2 .block-grid {
    grid-template-columns: 1fr 2fr 1fr;
  }
}
@media only screen and (max-width: 360px) {
  .container.home-section.home-section1 .home-section1-row2 .block-grid {
    grid-template-columns: 1fr;
  }
}
.container.pricing-section.pricing-section1 {
  padding-bottom: 150px;
}
.container.pricing-section.pricing-section2 {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-top: -150px;
}
.container.pricing-section.pricing-section2 .container-core {
  max-width: 800px;
}
.container.pricing-section.pricing-section2 .block-pricing {
  width: 100%;
  max-width: 400px;
}
.container.pricing-section.pricing-section2 .block-pricing.price-club .block-header .block-title .price-item {
  float: right;
  font-weight: 400;
  font-size: 18px;
  margin-top: 3px;
}
.container.pricing-section.pricing-section2 .block-pricing.price-club .block-header .block-title .price-item.price-old {
  color: red;
  text-decoration: line-through;
  padding-left: 10px;
  font-size: 14px;
  font-style: italic;
}
.container.pricing-section.pricing-section2 .block-pricing .block-footer .link-anchor {
  color: inherit;
}
.container.pricing-section.pricing-section2 .block-pricing .block-footer .link-anchor:hover {
  color: #4c7eef;
}
.container.pricing-section.pricing-section2 .block-pricing .block-footer .link-anchor i {
  color: #aaa;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
}
.container.pricing-section.pricing-section3 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.pricing-section.pricing-section3 .pricing-section3-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.pricing-section.pricing-section4 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fafafa;
  background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
}
.container.pricing-section.pricing-section5 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.pricing-section.pricing-section5 .container-core {
  max-width: 800px;
}
.container.pricing-section.pricing-section5 .pricing-section5-row1 {
  text-align: center;
}
.container.pricing-section.pricing-section5 .pricing-section5-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.pricing-section.pricing-section6 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(to right, #ACB6E5, #74ebd5);
  background: linear-gradient(to right, #48b1bf, #06beb6);
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}
.container.pricing-section.pricing-section6 .pricing-section6-row1 .block-title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.pricing-section.pricing-section6 .pricing-section6-row2 .block-table {
  max-width: 700px;
  margin: 0 auto;
}
.container.pricing-section.pricing-section6 .pricing-section6-row2 .block-table .block-table-row.block-table-header {
  color: #444;
}
.container.pricing-section.pricing-section6 .pricing-section6-row2 .block-table .block-table-row .item-name {
  width: 250px;
}
.container.pricing-section.pricing-section6 .pricing-section6-row2 .block-table .block-table-row .item-free, .container.pricing-section.pricing-section6 .pricing-section6-row2 .block-table .block-table-row .item-pro {
  width: 100px;
}
.container.pricing-section.pricing-section6 .pricing-section6-row2 .block-table .block-table-row .item-free i, .container.pricing-section.pricing-section6 .pricing-section6-row2 .block-table .block-table-row .item-pro i {
  font-size: 20px;
}
.container.pricing-section.pricing-section6 .pricing-section6-row2 .block-table .block-table-row .item-free i.fa-check, .container.pricing-section.pricing-section6 .pricing-section6-row2 .block-table .block-table-row .item-pro i.fa-check {
  color: #06d6a0;
}
.container.pricing-section.pricing-section6 .pricing-section6-row2 .block-table .block-table-row .item-free i.fa-times, .container.pricing-section.pricing-section6 .pricing-section6-row2 .block-table .block-table-row .item-pro i.fa-times {
  color: #ef476f;
}
.container.contact-section.contact-section1 {
  padding-bottom: 150px;
}
.container.contact-section.contact-section2 {
  padding-top: 10px;
  padding-bottom: 80px;
  margin-top: -150px;
}
.container.contact-section.contact-section2 .contact-section2-col1 .block-body {
  margin-bottom: 10px;
}
.container.contact-section.contact-section3 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.contact-section.contact-section3 .container-core {
  max-width: 800px;
}
.container.contact-section.contact-section3 .contact-section3-row1 {
  text-align: center;
}
.container.contact-section.contact-section3 .contact-section3-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.why-section.why-section2 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 0px;
}
.container.why-section.why-section2 .why-section2-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.why-section.why-section3 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.why-section.why-section3 .why-section3-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.why-section.why-section4 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f5f5f5;
}
.container.why-section.why-section4 .why-section4-row1 {
  text-align: center;
}
.container.why-section.why-section4 .why-section4-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.why-section.why-section5 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.container.why-section.why-section5 .container-core .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 35px;
}
.container.why-section.why-section5 .block-image img {
  margin: auto;
  max-width: 250px;
}
.container.why-section.why-section5 .why-section5-row1 .block-testimonials {
  max-width: 400px;
  margin: 0 auto;
}
.container.why-section.why-section5 .why-section5-row2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.container.why-section.why-section5 .why-section5-row2 .block-image img {
  max-width: 375px;
  border: 1px solid #eee;
  border-radius: 15px;
  box-shadow: -10px 10px 0px 0px #eee;
}
.container.why-section.why-section5 .why-section5-row4 {
  padding-top: 100px;
}
.container.why-section.why-section5 .why-section5-row4 .block-image img {
  max-width: 400px;
}
.container.why-section.why-section6 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(to right, #ACB6E5, #74ebd5);
  background: linear-gradient(to right, #48b1bf, #06beb6);
}
.container.why-section.why-section6 .why-section6-row1 .block-title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.why-section.why-section6 .why-section6-row2 .block-table {
  max-width: 700px;
  margin: 0 auto;
}
.container.why-section.why-section6 .why-section6-row2 .block-table .block-table-row.block-table-header {
  color: #444;
}
.container.why-section.why-section6 .why-section6-row2 .block-table .block-table-row .item-name {
  width: 250px;
}
.container.why-section.why-section6 .why-section6-row2 .block-table .block-table-row .item-free, .container.why-section.why-section6 .why-section6-row2 .block-table .block-table-row .item-pro {
  width: 100px;
}
.container.why-section.why-section6 .why-section6-row2 .block-table .block-table-row .item-free i, .container.why-section.why-section6 .why-section6-row2 .block-table .block-table-row .item-pro i {
  font-size: 20px;
}
.container.why-section.why-section6 .why-section6-row2 .block-table .block-table-row .item-free i.fa-check, .container.why-section.why-section6 .why-section6-row2 .block-table .block-table-row .item-pro i.fa-check {
  color: #06d6a0;
}
.container.why-section.why-section6 .why-section6-row2 .block-table .block-table-row .item-free i.fa-times, .container.why-section.why-section6 .why-section6-row2 .block-table .block-table-row .item-pro i.fa-times {
  color: #ef476f;
}
@media only screen and (max-width: 480px) {
  .container.why-section.why-section6 .why-section6-row2 .block-table {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .container.why-section.why-section6 .why-section6-row2 .block-table .block-table-row {
    min-height: 65px;
    line-height: 1.4;
  }
}
.container.terms-section.terms-section2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.terms-section.terms-section2 .terms-section2-row1 .block-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
.container.error-404-section.error-404-section2 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 0px;
}
.container.error-404-section.error-404-section2 .error-404-section2-row1 .block-title {
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 20px;
}
.container.error-404-section.error-404-section2 .error-404-section2-row1 .block-text {
  margin-bottom: 50px;
}
.container.error-404-section.error-404-section2 .error-404-section2-row1 .block-text p {
  margin-bottom: 0;
}
.container.error-404-section.error-404-section2 .error-404-section2-row1 .block-footer {
  margin-bottom: 100px;
}
.container.support-section.support-section1 #intro .page-desc {
  max-width: 350px;
}
.container.support-section.support-section2 {
  background: #fafafa;
  padding-top: 100px;
  padding-bottom: 80px;
}
.container.support-section.support-section2 .support-section2-row1 {
  padding-bottom: 30px;
}
.container.support-section.support-section2 .support-section2-row1 .block-card, .container.support-section.support-section2 .support-section2-row1 .block-card-core {
  max-width: 100%;
}
.container.support-section.support-section2 .support-section2-row1 .block-card {
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
  background: #fcfbe3;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: none;
}
.container.support-section.support-section2 .support-section2-row2 .block-card {
  padding: 45px 40px;
}
.container.support-section.support-section2 .support-section2-row2 .block-card .block-title {
  margin-bottom: 14px;
  font-weight: 500 !important;
}
.container.support-section.support-section2 .support-section2-row2 .block-card .block-text p {
  margin-bottom: 20px;
}
.container.ticket-section.ticket-new-section.ticket-new-section2 {
  background: #fafafa;
  padding: 100px 0;
}
.container.ticket-section.ticket-new-section.ticket-new-section2 .wpas {
  background: #fff;
  padding: 40px 50px;
  border-radius: 10px;
  border: 1px solid #eee;
}
.container.ticket-section.ticket-new-section.ticket-new-section2 #wpas-new-ticket > fieldset {
  padding: 0;
  border: none;
}
.container.ticket-section.ticket-new-section.ticket-new-section2 #wpas-new-ticket > fieldset > legend {
  display: none;
}
.container.ticket-section.ticket-new-section.ticket-new-section2 #wpas-new-ticket .row {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: flex-start;
  row-gap: 50px;
  column-gap: 50px;
  margin-bottom: 33px;
}
.container.ticket-section.ticket-new-section.ticket-new-section2 #wpas-new-ticket .row:last-child {
  margin-bottom: 13px;
}
.container.ticket-section.ticket-new-section.ticket-new-section2 #wpas-new-ticket .row > div {
  flex: 1;
}
.container.ticket-section.ticket-new-section.ticket-new-section2 #wpas-new-ticket .form-group label {
  display: block;
  margin-bottom: 11px;
}
.container.ticket-section.ticket-new-section.ticket-new-section2 #wpas-new-ticket .form-group input {
  width: 100%;
}
.container.ticket-section.ticket-new-section.ticket-new-section2 #wpas-new-ticket .form-group select {
  width: 100%;
}
.container.ticket-section.ticket-new-section.ticket-new-section2 #wpas-new-ticket #ticket_subject {
  margin-bottom: 33px;
}
.container.ticket-section.ticket-new-section.ticket-new-section2 #wpas-new-ticket #wpas-ticket-issue-simple {
  margin-bottom: 23px;
}
.container.ticket-section.ticket-new-section.ticket-new-section2 #wpas-new-ticket .notification.info {
  text-align: center;
  background: #e3f7fc;
  padding: 20px;
  border-radius: 5px;
}
.container.ticket-section.ticket-new-section.ticket-new-section2 #wpas-new-ticket button[type="submit"] {
  width: 200px;
  height: 50px;
  border-radius: 5px;
}
.container.ticket-section.ticket-history-section.ticket-history-section2 {
  padding: 100px 0;
}
.container.ticket-section.ticket-history-section.ticket-history-section2 .nav.nav-tabs {
  display: none;
}
.container.ticket-section.ticket-history-section.ticket-history-section2 #wpas_ticketlist {
  text-align: left;
  border-color: #eee;
}
.container.ticket-section.ticket-history-section.ticket-history-section2 #wpas_ticketlist thead {
  background: #fafafa;
}
.container.ticket-section.ticket-history-section.ticket-history-section2 #wpas_ticketlist tr > td:first-child {
  width: 150px;
  max-width: 150px;
}
.container.ticket-section.ticket-history-section.ticket-history-section2 #wpas_ticketlist tr > td:first-child .label {
  white-space: nowrap;
  color: #fff;
  font-size: 13px;
  padding: 7px 14px;
  border-radius: 3px;
}
.container.ticket-section.ticket-history-section.ticket-history-section2 #wpas_ticketlist th, .container.ticket-section.ticket-history-section.ticket-history-section2 #wpas_ticketlist td {
  border-color: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.container.ticket-section.ticket-history-section.ticket-history-section2 #wpas_ticketlist th {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 400;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 {
  background: #fafafa;
  padding: 100px 0;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 .wpas {
  background: #fff;
  padding: 40px 50px;
  border-radius: 10px;
  border: 1px solid #eee;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 .wpas .alert.alert-success {
  background: #fcfbe3;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 thead {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 400;
  background: #fafafa;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 th, .container.ticket-section.ticket-view-section.ticket-view-section2 td {
  border-color: #eee;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #ticket_details {
  border-top: 1px solid #eee;
  border-color: #eee;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #ticket_details td span {
  color: #fff;
  font-size: 13px;
  padding: 7px 14px;
  border-radius: 3px;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #original_ticket {
  text-align: left;
  border-top: 1px solid #eee;
  border-color: #eee;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #original_ticket .ticket_profile {
  font-size: 14px;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #original_ticket .ticket_profile .wpas-profilename {
  display: inline-block;
  margin-bottom: 8px;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #original_ticket .ticket_profile .wpas-profiletype {
  background: #f5f5f5;
  padding: 5px;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #original_ticket td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #original_ticket td p:last-child {
  margin: 0;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #tickets_responses {
  text-align: left;
  border-top: 1px solid #eee;
  border-color: #eee;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #tickets_responses tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #tickets_responses tbody td p {
  margin-bottom: 10px;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #tickets_responses tbody td p:last-child {
  margin-bottom: 0;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #tickets_responses .wpas_wpas_agent {
  box-shadow: inset 3px 0 0 0 #4c7eef;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #tickets_responses .wpas-trash {
  display: none !important;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #tickets_responses .ticket_profile .wpas-profiletype {
  display: block;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #wpas-new-reply .wysiwyg_textarea {
  margin-bottom: 23px;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #wpas-new-reply .notification.info {
  text-align: center;
  background: #e3f7fc;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #wpas-new-reply .checkbox label {
  display: block;
  margin-bottom: 20px;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #wpas-new-reply .checkbox label input {
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #wpas-new-reply .checkbox .tooltip {
  display: none !important;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #wpas-new-reply button[type="submit"] {
  width: 200px;
  height: 50px;
  border-radius: 5px;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #wpas_ticket_closed {
  text-align: center;
  background: #e3f7fc;
  padding: 30px 20px;
  border-radius: 5px;
}
.container.ticket-section.ticket-view-section.ticket-view-section2 #wpas_ticket_closed h4 {
  margin: 0;
}
.container.docs-section #intro #intro-core {
  padding-bottom: 35px;
}
.container.docs-section #intro #intro-core .page-title {
  margin: 0;
}
.container.docs-section #intro #intro-core .page-desc {
  display: none;
}
.container.docs-section .tut-hkb-site-search-wrap {
  margin-bottom: 60px;
}
.container.docs-section .tut-hkb-site-search-wrap .hkb-screen-reader-text, .container.docs-section .tut-hkb-site-search-wrap .hkb-site-search__button {
  display: none;
}
.container.docs-section .tut-hkb-site-search-wrap .hkb-site-search__field {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.container.docs-section .block-card.docs-category {
  box-shadow: none;
  margin: 0;
}
.container.docs-section .block-card.docs-category:hover > a {
  background: #4c7eef;
  border-color: #4c7eef;
}
.container.docs-section .block-card.docs-category:hover .block-title {
  color: #fff;
}
.container.docs-section .block-card.docs-category > a {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fafafa;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.container.docs-section .block-card.docs-category .block-header .block-title {
  margin: 0;
}
.container.docs-section .block-card.docs-article {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.container.docs-section .block-card.docs-article:hover > a {
  box-shadow: inset 5px 0 0 0 #4c7eef;
}
.container.docs-section .block-card.docs-article > a {
  color: inherit;
  padding: 20px 20px 20px 30px;
  box-shadow: inset 5px 0 0 0 #eee;
}
.container.docs-section .block-card.docs-article .block-header .block-title {
  font-size: 18px;
  font-weight: 500;
}
.container.docs-section .block-card.docs-article .block-text p {
  margin-bottom: 0;
}
.container.docs-section.docs-archive-section.docs-archive-section2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.docs-section.docs-category-section.docs-section1, .container.docs-section.docs-single-section.docs-section1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.container.docs-section.docs-category-section.docs-section1 .hkb-breadcrumbs, .container.docs-section.docs-category-section.docs-section1 .tut-hkb-site-search-wrap, .container.docs-section.docs-single-section.docs-section1 .hkb-breadcrumbs, .container.docs-section.docs-single-section.docs-section1 .tut-hkb-site-search-wrap {
  margin: 0;
}
.container.docs-section.docs-category-section.docs-section1 .hkb-breadcrumbs, .container.docs-section.docs-single-section.docs-section1 .hkb-breadcrumbs {
  color: #cacaca;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
  padding: 0;
}
.container.docs-section.docs-category-section.docs-section1 .hkb-breadcrumbs a, .container.docs-section.docs-single-section.docs-section1 .hkb-breadcrumbs a {
  color: #fff;
}
.container.docs-section.docs-category-section.docs-section1 .hkb-breadcrumbs li, .container.docs-section.docs-single-section.docs-section1 .hkb-breadcrumbs li {
  list-style: disc;
}
.container.docs-section.docs-category-section.docs-section1 .hkb-breadcrumbs li:first-child, .container.docs-section.docs-single-section.docs-section1 .hkb-breadcrumbs li:first-child {
  display: unset;
}
.container.docs-section.docs-category-section.docs-section1 .tut-hkb-site-search-wrap .hkb-site-search__field, .container.docs-section.docs-single-section.docs-section1 .tut-hkb-site-search-wrap .hkb-site-search__field {
  font-size: 14px;
  min-width: 250px;
  border: none;
}
.container.docs-section.docs-category-section.docs-category-section2.docs-category-0 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.docs-section.docs-category-section.docs-category-section2.docs-category-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.docs-section.docs-single-section.docs-single-section2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 480px) {
  .container.docs-section .tut-hkb-site-search-wrap {
    margin-bottom: 40px;
  }
}
/* Import page specific files styles - Feature pages */
/* Import page specific files styles - Solution pages */
/* Import error page page styling */
/* Import styles for 3rd party services */
/* Import responsive styles */
.w1024-show, .w800-show, .w480-show, .w480-show-inline, .w360-show, .w360-show-inline, .w320-show, .w320-show-inline {
  display: none;
}
@media screen and (min-width: 800px) and (max-width: 1366px) {
  .container.page-header .page-header-col2 .block-image.header-bg img {
    height: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  .w1200-hide {
    display: none;
  }
  .w1200-show {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .w1024-hide {
    display: none;
  }
  .w1024-show {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .w800-hide {
    display: none;
  }
  .w800-show {
    display: block;
  }
  .w800-margin-right-0 {
    margin-right: 0;
  }
  .w800-center-all {
    text-align: center;
  }
  .w800-center-all img {
    margin: 0 auto;
  }
  .button.header-cta {
    font-size: 14px;
    width: 160px;
    height: 45px;
    line-height: 43px;
  }
  .button.button-l, .button.button-l a {
    font-size: 14px;
    padding: 8px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    min-height: 60px;
  }
  .button.header-cta-demo {
    display: none;
  }
  .w480-hide {
    display: none;
  }
  .w480-show {
    display: block;
  }
  .w480-show-inline {
    display: inline-block;
  }
  .title-header {
    font-size: 40px;
  }
}
@media only screen and (max-width: 360px) {
  .button.w360-button-center {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .w360-hide {
    display: none;
  }
  .w360-show {
    display: block;
  }
  .w360-show-inline {
    display: inline-block;
  }
  .title-header {
    font-size: 36px;
  }
  .title-section {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .w320-hide {
    display: none;
  }
  .w320-show {
    display: block;
  }
}
