/*------------------------------------------------------------

1 Self Clearing
2 Global
3 Structure
4 Alignment
5 Forms - Inputs - Buttons
	5.1 Forms - Inputs
	5.2 Buttons
6 Header
	6.1 Branding
	6.2 Navigation
	6.3 Mobile Menu
	6.4 Social Links
	6.5 Search
7 Top-Header
	7.1 Company Info
	7.2 Social Links
	7.3 Sub Menu
8 Page-Title
	8.1 Crumbs
9 Content
	9.1 Post
	9.2 Author Bio Section
	9.3 Page
	9.4 Global
10 Comments
11 Page Items
	11.1 Column
	11.2 Line
	11.3 Heading
	11.4 Heading-Small
	11.5 Heading-Wide
	11.6 Image
	11.7 Image-Text
	11.8 Service-Column
	11.9 Mini-Service-Column
	11.10 Video Embed
	11.11 Block Banner-Alt
	11.12 Block Text-Banner-Alt
	11.13 Banner-Image
	11.14 Post
	11.15 Blog List
	11.16 Portfolio Filter
	11.17 Project
	11.18 Portfolio List
	11.19 Member
	11.20 Progress Circle
	11.21 Progress Number
	11.22 Countdown
	11.23 Testimonial-Full
	11.24 Toggle
	11.25 FAQs
	11.26 Brands-Parallax
	11.27 Job-List
	11.28 Map
	11.29 Full-Map
	11.30 Call To Action
	11.31 Newsletter
	11.32 Grid 1
	11.33 Grid 2
	11.34 Grid 3
	11.35 Heading-Parallax
	11.36 Image-Parallax
12 Portfolio
	12.1 Project Single
13 Pagination
14 Sidebar
	14.1 Search Widget
	14.2 Custom Menu Widget
	14.3 Pages Widget
	14.4 Category Widget
	14.5 RSS Widget
	14.6 Tag Cloud Widget
	14.7 Calendar Widget
	14.8 Twitter Widget
	14.9 Flickr & Dribbble
	14.10 Recent Posts Widget
	14.11 Recent Projects Widget
	14.12 Video Widget
	14.13 Social Widget
	14.14 Jobs Widget
	14.15 Newsletter Widget
	14.16 Top Footer
15 Footer
	15.1 Search Widget
	15.2 Custom Menu Widget
	15.3 Pages Widget
	15.4 Category Widget
	15.5 RSS Widget
	15.6 Tag Cloud Widget
	15.7 Calendar Widget
	15.8 Twitter Widget
	15.9 Recent Posts Widget
	15.10 Recent Projects Widget
	15.11 Social Widget
	15.12 Jobs Widget
	15.14 Footer Bottom
16 Shortcodes
	16.1 Skills
	16.2 Lists
	16.3 Price Table
	16.4 Dropcaps
17 Jobs
18 Image Attachment
19 Back to Top
20 Plugins
	20.1 Flexslider
	20.2 Isotope
	20.3 prettyPhoto
	20.4 CF7
	20.5 Nano Scroller
	20.6 Owl Carousel
21 Media Queries

-------------------------------------------------------------- */
/* 1 Self Clearing
-------------------------------------------------------------- */
#branding .lm-col-12:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 2 Global
-------------------------------------------------------------- */
html {
  overflow-x: hidden;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #464B4F;
  line-height: 20px;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: #fff;
}

.screen-reader-text,
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

iframe {
  width: 100%;
}

a {
  transition: all 0.2s ease;
}

.touch a,
.touch #content a {
  transition: none;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/* 3 Structure
-------------------------------------------------------------- */
#wrap {
  position: relative;
  z-index: 9;
  background-color: #fff;
  transition: transform .3s ease;
}

.move-right #wrap {
  box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transform: translate3d(240px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.move-right body {
  background-color: #292C2E;
}

html.off-open {
  overflow-y: hidden;
}

.no-csstransforms3d.move-right #wrap {
  position: absolute;
  left: 240px;
  width: 100%;
}

#page {
  background-color: #fff;
}

#main {
  background-color: #fff;
}

.sidebar-left .cont.lm-col-9,
.sidebar-left .side.lm-col-3 {
  float: none;
}

#content {
  padding: 50px 0;
  position: relative;
}

#content.no-margin-top {
  padding-top: 0;
}

#content.no-margin-bottom {
  padding-bottom: 0;
}

#sidebar {
  padding: 50px 0;
  position: relative;
  border-top: 1px solid #949DA5;
}

/* 4 Alignment
-------------------------------------------------------------- */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

/* 5 Forms - Inputs - Buttons
-------------------------------------------------------------- */
/* 5.1 Forms - Inputs
-------------------------------- */
form {
  margin: 0;
}

.searchbox label {
  display: none;
}

input,
textarea,
select {
  -webkit-appearance: none;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: #FBD168 solid thin;
}

.input-text,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  padding: 10px 22px;
  margin-bottom: 22px;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 15px;
  color: #292C2E;
  background: #f6f6f6;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

p select,
p .input-text,
p input[type="text"],
p input[type="password"],
p input[type="datetime"],
p input[type="datetime-local"],
p input[type="date"],
p input[type="month"],
p input[type="time"],
p input[type="week"],
p input[type="number"],
p input[type="email"],
p input[type="url"],
p input[type="search"],
p input[type="tel"],
p input[type="color"],
p textarea {
  margin-bottom: 0;
}

label {
  margin-bottom: 12px;
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #292C2E;
  text-transform: uppercase;
}

select {
  padding: 10px 22px;
  margin-bottom: 22px;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  color: #292C2E;
  background: #f6f6f6;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #949DA5;
  font-weight: 600;
  color: #292C2E;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 8px;
  background-color: #fff;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right;
}

.firefox select {
  background-image: none;
}

input[type="checkbox"].lol-checkbox,
input[type="radio"].lol-radio {
  display: none;
}

label.lol-label {
  padding-left: 40px;
  cursor: pointer;
  background: url(../images/checkbox.png) left top no-repeat;
}

input[type="checkbox"]:checked.lol-checkbox + .lol-label {
  background: url(../images/checkbox_active.png) left top no-repeat;
}

label.lol-label-radio {
  padding-left: 40px;
  cursor: pointer;
  background: url(../images/radio.png) left top no-repeat;
}

input[type="radio"]:checked.lol-radio + .lol-label-radio {
  background: url(../images/radio_active.png) left top no-repeat;
}

::-webkit-input-placeholder {
  font-size: 12px;
  color: #949DA5;
}

:-moz-placeholder {
  font-size: 12px;
  color: #949DA5;
}

::-moz-placeholder {
  font-size: 12px;
  color: #949DA5;
}

:-ms-input-placeholder {
  font-size: 12px;
  color: #949DA5;
}

/* 5.2 Buttons
-------------------------------- */
input[type="submit"] {
  -webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.lol-button {
  border-radius: 0;
  padding: 7px 22px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #47BFE4;
  transition: all 0.2s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.lol-button:hover {
  color: #292C2E;
  text-decoration: none;
  background-color: #FBD168;
}

.lol-button.big {
  padding: 20px 34px;
}

.lol-button.small {
  padding: 5px 13px;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 11px 22px;
  line-height: 15px;
}

.touch button,
.touch input[type="button"],
.touch input[type="reset"],
.touch input[type="submit"],
.touch .lol-button {
  transition: none;
}

/* 6 Header
-------------------------------------------------------------- */
/* 6.1 Branding
-------------------------------- */
#branding {
  position: relative;
  text-align: center;
  background-color: #fff;
}

.lol-submenu-no #branding,
.lol-top-submenu #branding {
  border-bottom: 1px solid #949DA5;
}

#logo {
  margin: 10px 20%;
  position: relative;
  z-index: 99;
}

#logo a {
  max-height: 70px;
  display: inline-block;
  transition: none;
}

#logo a:hover {
  text-decoration: none;
}

#logo a img {
  max-height: 70px;
  display: inline-block;
  vertical-align: middle;
}

#logo a #retina-logo {
  display: none;
}

#site-title {
  margin: 0;
  padding: 20px 0;
  font-size: 24px;
  color: #292C2E;
}

.dark #branding {
  background-color: #292C2E;
  border-bottom: none !important;
}

.dark #site-title {
  color: #f6f6f6;
}

/* 6.2 Navigation
-------------------------------- */
#nav-menu {
  display: none;
}

/* 6.3 Mobile Menu
-------------------------------- */
#mobile-menu-link {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 25px;
  color: #292C2E;
  z-index: 99999;
}

#mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  overflow-y: auto;
  background-color: #292C2E;
}

#mobile-menu .nano-content {
  padding: 40px 25px;
}

#mobile-menu ul {
  list-style: none;
  margin: 0;
  margin-bottom: 50px;
}

#mobile-menu ul li.current_page_item > a,
#mobile-menu ul li.current_page_parent > a,
#mobile-menu ul li.current-menu-parent > a,
#mobile-menu ul li.current-menu-ancestor > a {
  color: #47BFE4;
}

#mobile-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #f6f6f6;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px dotted #464B4F;
}

#mobile-menu ul li a:hover {
  color: #FBD168;
}

#mobile-menu ul ul {
  margin-left: 10px;
  display: none;
}

#mobile-menu ul ul a {
  color: #949DA5;
}

#mobile-menu-cart {
  margin-bottom: 50px;
  font-weight: 600;
  color: #f6f6f6;
}

#mobile-menu-cart #mobile-menu-cart-content {
  padding: 15px 0;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}

#mobile-menu-cart span {
  margin-left: 10px;
}

#mobile-menu-cart .view-cart {
  margin-left: 20px;
  padding: 5px 13px;
  display: inline-block;
  font-size: 12px;
  color: #292C2E;
  text-decoration: none;
  border: none;
  background: #FBD168;
  transition: all 0.2s ease;
  font-weight: 400;
  display: inline;
}

#mobile-menu-cart .view-cart:hover {
  color: #fff;
  background-color: #47BFE4;
}

#mobile-menu-cart .view-checkout {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  padding: 7px 22px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #47BFE4;
  transition: all 0.2s ease;
  font-weight: 400;
}

#mobile-menu-cart .view-checkout:hover {
  color: #292C2E;
  background-color: #FBD168;
}

#mobile-menu-cart .no-products {
  margin-bottom: 0;
  color: #949DA5;
}

.admin-bar #mobile-menu {
  top: 32px;
}

.dark #mobile-menu-link {
  color: #f6f6f6;
}

/* 6.4 Social Links
-------------------------------- */
#top-header {
  position: relative;
  text-align: center;
}

#top-header .social-links {
  margin: 0;
  padding: 5px 15px 0;
  display: none;
  list-style: none;
  background: #47BFE4;
}

#top-header .social-links li {
  margin: 0 5px 5px 5px;
  display: inline-block;
}

#top-header .social-links li a {
  color: #fff;
}

#top-header #social-header {
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  line-height: 25px;
  text-align: center;
  z-index: 9999999;
  background: #47BFE4;
}

/* 6.5 Search
-------------------------------- */
#branding #icon-search-btn,
#branding .header-search {
  display: none;
}

#mobile-menu .searchbox {
  margin-bottom: 50px;
  position: relative;
}

#mobile-menu .searchbox input[type="text"] {
  margin-bottom: 0;
  padding-right: 40px;
}

#mobile-menu .fa-search {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  font-size: 12px;
}

/* 7 Sub-Header
-------------------------------------------------------------- */
#submenu {
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
  background-color: #292C2E;
  color: #f6f6f6;
}

#submenu a {
  color: #f6f6f6;
}

#submenu ul {
  margin: 0;
  list-style: none;
}

#submenu.dark {
  background-color: #f6f6f6;
  color: #292C2E;
}

#submenu.dark a {
  color: #292C2E;
}

/* 7.1 Company Info
-------------------------------- */
#submenu .company-info .info {
  margin: 0 7px;
  display: inline-block;
}

#submenu .company-info .icon {
  margin-right: 5px;
}

/* 7.3 Sub Menu
-------------------------------- */
#submenu .sub-header-menu {
  display: none;
}

/* 8 Page-Title
-------------------------------------------------------------- */
.page-title {
  margin-top: 30px;
  border-bottom: 1px solid #CFDAE3;
}

.page-title h1,
.page-title h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 38.832px;
}

/* 8.1 Crumbs
-------------------------------- */
.crumbs {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 2px 10px;
  font-size: 11px;
  color: #292C2E;
  display: inline-block;
  background-color: #FBD168;
}

.crumbs a {
  color: #292C2E;
}

.crumbs a:hover {
  color: #292C2E;
}

.crumbs span {
  margin-right: 5px;
}

/* 9 Content
-------------------------------------------------------------- */
/* 9.1 Post
-------------------------------- */
article.post {
  margin-bottom: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  border-bottom: 1px dashed #949DA5;
}

article.post .post-meta {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CFDAE3;
}

article.post .post-meta .day {
  font-weight: 600;
  color: #292C2E;
}

article.post .post-meta .month-year {
  font-weight: 600;
  color: #FBD168;
  text-transform: uppercase;
}

article.post .post-meta .month-year a {
  color: #FBD168;
}

article.post .post-meta .meta-wrap {
  margin-right: 10px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

article.post .post-meta .meta-wrap a {
  color: #949DA5;
}

article.post .post-meta .meta-wrap a:hover {
  color: #47BFE4;
}

article.post .post-meta .meta-wrap .fa {
  margin-right: 5px;
  color: #464B4F;
}

article.post .entry-thumbnail,
article.post .entry-gallery,
article.post .entry-video,
article.post .entry-audio,
article.post .entry-image {
  margin-bottom: 50px;
}

article.post .entry-gallery img {
  margin-right: auto;
  margin-left: auto;
}

article.post .entry-header {
  margin-bottom: 40px;
}

article.post .entry-header h1,
article.post .entry-header h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 38.832px;
  color: #292C2E;
}

article.post .entry-header h1 a,
article.post .entry-header h3 a {
  color: #292C2E;
}

article.post .entry-header h1 a:hover,
article.post .entry-header h3 a:hover {
  color: #47BFE4;
  text-decoration: none;
}

article.post.sticky .entry-header h1,
article.post.sticky .entry-header h3 {
  padding: 5px 15px;
  background-color: #FBD168;
}

article.post.sticky .entry-header h1 a:hover,
article.post.sticky .entry-header h3 a:hover {
  color: #fff;
}

article.post.format-status .entry-content {
  padding: 30px 30px 8px;
  border: 2px solid #47BFE4;
}

article.post.format-status .avatar {
  margin-right: 30px;
  margin-bottom: 10px;
  float: left;
}

article.post.format-status .entry-status {
  font-size: 15px;
  color: #292C2E;
}

article.post.format-quote .quote-caption {
  font-weight: 700;
  color: #47BFE4;
}

article.post .pagelink a {
  margin-left: 5px;
  padding: 5px 13px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #47BFE4;
  transition: all 0.2s ease;
}

article.post .pagelink a:hover {
  color: #292C2E;
  background-color: #FBD168;
}

article.post .more-link {
  padding: 7px 22px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #47BFE4;
  transition: all 0.2s ease;
}

article.post .more-link:hover {
  color: #292C2E;
  text-decoration: none;
  background-color: #FBD168;
}

article.post.post-password-required input[type="submit"] {
  margin-top: 22px;
}

article.post.error404 {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: none;
}

article.post.error404 .entry-content {
  text-align: center;
}

article.post.error404 .entry-content .fa-frown-o {
  margin-bottom: 30px;
  font-size: 80px;
  color: #292C2E;
}

article.post.error404 .entry-content h1 {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}

article.post.error404 .entry-content p {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 30px;
  color: #292C2E;
}

article.post.error404 .entry-content .searchbox {
  position: relative;
}

article.post.error404 .entry-content .searchbox input[type="text"] {
  margin-bottom: 0;
  padding-right: 40px;
}

article.post.error404 .entry-content .fa-search {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  font-size: 12px;
}

article.post.not-found .fa-frown-o, article.post.no-results .fa-frown-o {
  margin-bottom: 30px;
  font-size: 80px;
  color: #292C2E;
}

article.post.not-found p, article.post.no-results p {
  font-size: 18px;
  line-height: 30px;
  color: #292C2E;
}

.highlight-p article.post.format-standard .entry-content > p:first-child,
.highlight-p article.post.format-gallery .entry-content > p:first-child {
  font-size: 18px;
  line-height: 24px;
  color: #050505;
}

.social-meta {
  margin: 50px 0 0;
  list-style: none;
}

.social-meta li {
  margin-right: 1px;
  margin-bottom: 5px;
  display: inline-block;
}

.social-meta li a {
  padding: 5px 13px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

.social-meta li a:hover {
  text-decoration: none;
}

.social-meta li a.facebook-share {
  background-color: #3b5998;
}

.social-meta li a.twitter-share {
  background-color: #00aced;
}

.social-meta li a.google-share {
  background-color: #d14836;
}

.social-meta li a.pinterest-share {
  background-color: #cb2027;
}

.social-meta li a .fa {
  margin-right: 15px;
}

/* 9.2 Author Bio Section
-------------------------------- */
.about-author {
  margin-bottom: 60px;
  padding-bottom: 20px;
  min-height: 100px;
  border-bottom: 1px solid #CFDAE3;
}

.about-author .bio-avatar {
  width: 70px;
  height: 70px;
  float: left;
}

.about-author .entry-bio {
  margin-left: 100px;
}

.about-author .entry-bio h4 {
  margin-bottom: 10px;
  color: #47BFE4;
}

.about-author .entry-bio h4 a {
  color: #47BFE4;
}

/* 9.3 Page
-------------------------------- */
article.page .entry-page-thumb {
  margin-bottom: 50px;
}

article.page .entry-page-thumb img {
  margin-right: auto;
  margin-left: auto;
}

/* 9.4 Global
-------------------------------- */
.divider h3 {
  font-size: 14px;
  font-weight: 700;
  color: #292C2E;
  text-transform: uppercase;
}

.lol-love-wrap {
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.lol-love-wrap a {
  color: #949DA5;
}

.lol-love-wrap a .fa-heart:before {
  content: "\f08a";
}

.lol-love-wrap a:hover, .lol-love-wrap a.loved {
  color: #949DA5;
  text-decoration: none;
}

.lol-love-wrap a:hover .fa-heart:before, .lol-love-wrap a.loved .fa-heart:before {
  content: "\f004";
}

.lol-love-wrap a .fa {
  margin-right: 5px;
  color: #47BFE4;
}

.map-canvas.small {
  height: 150px;
}

.map-canvas.normal {
  height: 300px;
}

.map-canvas.big {
  height: 500px;
}

.map-canvas img {
  max-width: none;
}

.map-canvas label {
  width: auto;
  display: inline;
}

img.wp-smiley {
  display: inline;
}

/* 9.2 Content Style
-------------------------------- */
a {
  color: #464B4F;
}

a:hover {
  color: #47BFE4;
}

p {
  margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  color: #292C2E;
}

h1 {
  font-size: 24px;
  line-height: 38.832px;
}

h2 {
  font-size: 20px;
  line-height: 32.36px;
}

h3 {
  font-size: 18px;
  line-height: 29.124px;
}

h4 {
  font-size: 16px;
  line-height: 25.888px;
}

h5 {
  font-size: 15px;
  line-height: 24.27px;
}

h6 {
  font-size: 14px;
  line-height: 22.652px;
}

strong {
  color: #292C2E;
}

blockquote {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 15px;
  border: none;
}

blockquote p {
  font-size: 15px;
}

blockquote cite {
  margin-top: 0;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  text-transform: uppercase;
}

cite {
  margin-top: 10px;
  font-size: 12px;
  font-style: normal;
  display: inline-block;
}

table {
  margin-bottom: 20px;
  width: 100%;
  font-size: 12px;
}

table caption,
table th,
table td {
  text-align: left;
}

table td {
  padding: 10px 0;
}

table tr {
  border-bottom: 1px solid #CFDAE3;
}

table th {
  padding: 10px 0;
  text-transform: uppercase;
}

table label,
table select,
table p {
  margin-bottom: 0;
}

dl {
  margin-left: 20px;
}

dl img {
  max-width: 750px;
}

.format-chat dl {
  margin-left: 0;
}

.gallery dl {
  margin-left: 0;
}

dd {
  margin-bottom: 12px;
}

dl dd.wp-caption-dd {
  margin-left: 0;
  max-width: 750px;
}

ul {
  margin-left: 20px;
  margin-bottom: 20px;
  list-style: square;
}

ul ul,
ul ol {
  margin-bottom: 0;
}

ol {
  margin-left: 20px;
  margin-bottom: 20px;
  list-style-type: decimal;
}

ol ol,
ol ul {
  margin-bottom: 0;
}

ol ol {
  list-style-type: upper-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

code,
kbd,
samp,
var {
  color: #444;
  font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #f6f6f6;
}

address {
  margin-bottom: 20px;
}

pre {
  margin-bottom: 20px;
  padding: 20px;
  font: 12px "Courier 10 Pitch", Courier, monospace;
  text-decoration: none;
  overflow: auto;
  background-color: #f6f6f6;
}

big {
  font-size: 18px;
}

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

label abbr[title],
.required {
  color: red;
  border: none;
}

img.alignleft {
  margin: 10px 30px 20px 0;
  display: block;
  float: left;
}

.gallery-icon img {
  border: none !important;
}

img.alignright {
  margin: 10px 0 30px 20px;
  display: block;
  float: right;
}

img.aligncenter {
  margin: 20px auto;
}

.wp-caption.alignright {
  margin-left: 20px;
}

.wp-caption.alignleft {
  margin-right: 20px;
}

.wp-caption-text,
.gallery-caption,
.wp-caption-dd {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 12px;
  color: light_text_color;
  background-color: #f6f6f6;
}

.gallery-caption {
  margin-left: auto !important;
  margin-right: auto;
  max-width: 80%;
}

.gallery-icon img {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}

/* 10 Comments
-------------------------------------------------------------- */
#comments label {
  display: none;
}

#comments .commentlist {
  margin: 0 0 60px;
  list-style-type: none;
}

#comments .commentlist .comment article {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

#comments .commentlist .comment-meta {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #949DA5;
}

#comments .commentlist .comment-meta a {
  color: #949DA5;
}

#comments .commentlist .comment-meta a:hover {
  color: #292C2E;
}

#comments .commentlist .comment-meta a,
#comments .commentlist .comment-meta span {
  margin-right: 5px;
}

#comments .commentlist .comment-meta .fn {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #464B4F;
}

#comments .commentlist .comment-meta .fn a {
  color: #464B4F;
}

#comments .commentlist .comment-author {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}

#comments .commentlist .comment-author img {
  border-radius: 100%;
}

#comments .commentlist .comment-content {
  padding: 20px;
  border-radius: 20px;
  background-color: #f6f6f6;
}

#comments .commentlist .comment-content p:last-child {
  margin-bottom: 0;
}

#comments .commentlist .comment-wrap {
  margin-left: 80px;
}

#comments .commentlist .children {
  margin-left: 40px;
}

#comments .bypostauthor {
  border: none;
}

#comments .comment-awaiting-moderation {
  font-size: 12px;
  font-weight: 600;
  color: #292C2E;
}

#comments .nocomments,
#comments .nopassword,
#comments .comment-logged-in {
  font-size: 12px;
  font-weight: 600;
  color: #292C2E;
  display: inline-block;
}

#comments .nocomments a,
#comments .nopassword a,
#comments .comment-logged-in a {
  color: #292C2E;
}

#comments .nocomments a:hover,
#comments .nopassword a:hover,
#comments .comment-logged-in a:hover {
  color: #47BFE4;
  text-decoration: none;
}

#comments .cancel-comment-reply {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

#comments .cancel-comment-reply a {
  color: #47BFE4;
}

#comments .cancel-comment-reply a:hover {
  color: #292C2E;
}

#comment-nav {
  margin-bottom: 40px;
}

#comment-nav a {
  margin-right: 5px;
  padding: 5px 13px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #47BFE4;
  transition: all 0.2s ease;
}

#comment-nav a:hover {
  color: #292C2E;
  background-color: #FBD168;
}

#respond .comment-must-logged {
  font-size: 12px;
  font-weight: 600;
  color: #292C2E;
  display: inline-block;
}

#respond .comment-must-logged a {
  color: #292C2E;
}

#respond .comment-must-logged a:hover {
  color: #47BFE4;
  text-decoration: none;
}

/* 11 Page Items
-------------------------------------------------------------- */
.page-row {
  margin-bottom: 0;
}

.page-row.parallax-yes {
  background-attachment: fixed;
  background-repeat: repeat;
}

.page-row.full-img {
  margin-bottom: 50px;
  background-size: cover;
}

.page-row.full-img.margin-no {
  margin-bottom: 0;
}

.page-row.lol-row-carousel {
  margin-bottom: 50px;
}

.touch .parallax-yes {
  background-attachment: scroll !important;
  background-position: center top !important;
  background-size: cover !important;
}

/* 11.1 Column
-------------------------------- */
.lol-item-column {
  margin-bottom: 50px;
}

/* 11.2 Line
-------------------------------- */
.lol-item-line {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  display: block;
  background: #949DA5;
}

/* 11.3 Heading
-------------------------------- */
.lol-item-heading {
  margin-bottom: 50px;
  text-align: center;
}

.lol-item-heading h2 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

.lol-item-heading p {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

/* 11.4 Heading-Small
-------------------------------- */
.lol-item-heading-small {
  margin-bottom: 50px;
  text-align: center;
}

.lol-item-heading-small h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.lol-item-heading-small p {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

/* 11.5 Heading-Wide
-------------------------------- */
.lol-item-heading-wide {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

.lol-item-heading-wide:after {
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  background-color: #CFDAE3;
}

.lol-item-heading-wide h2 {
  margin-bottom: 0;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  background-color: #fff;
  z-index: 2;
}

/* 11.6 Image
-------------------------------- */
.lol-item-image {
  margin-bottom: 50px;
}

.lol-item-image img {
  display: inline-block;
}

.lol-item-image.lol-center {
  text-align: center;
}

.lol-item-image.lol-left {
  text-align: left;
}

.lol-item-image.lol-right {
  text-align: right;
}

/* 11.7 Image-Text
-------------------------------- */
.lol-item-image-text {
  margin-bottom: 50px;
  position: relative;
}

.lol-item-image-text img {
  margin: 0 auto;
}

.lol-item-image-text .lol-item-image-text-title {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.lol-item-image-text .lol-item-image-text-title span {
  padding: 7px 22px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  background-color: #FBD168;
}

.lol-item-image-text .lol-item-image-text-title a {
  padding: 7px 22px;
  display: inline-block;
  color: #292C2E;
  background-color: #FBD168;
}

.lol-item-image-text .lol-item-image-text-title a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #47BFE4;
}

.lol-item-image-text .lol-item-image-text-title a span {
  padding: 0;
  display: inline;
  background-color: transparent;
}

/* 11.8 Service-Column
-------------------------------- */
.lol-item-service-column {
  margin-bottom: 50px;
  text-align: center;
}

.lol-item-service-column h3 {
  margin-bottom: 5px;
  font-size: 14px;
}

.lol-item-service-column h3 a {
  color: #292C2E;
}

.lol-item-service-column h3 a:hover {
  color: #47BFE4;
  text-decoration: none;
}

.lol-item-service-column p {
  margin-bottom: 0;
  font-size: 12px;
}

.lol-item-service-column .service-icon {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 24px;
  color: #47BFE4;
}

/* 11.9 Mini-Service-Column
-------------------------------- */
.lol-item-mini-service-column {
  margin-bottom: 50px;
  text-align: center;
}

.lol-item-mini-service-column.no-margin {
  margin-bottom: 50px;
}

.lol-item-mini-service-column h3 {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}

.lol-item-mini-service-column h3 a {
  color: #292C2E;
}

.lol-item-mini-service-column h3 a:hover {
  color: #47BFE4;
  text-decoration: none;
}

.lol-item-mini-service-column p {
  margin-bottom: 0;
  font-size: 12px;
}

.lol-item-mini-service-column .service-icon {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 24px;
  color: #47BFE4;
}

/* 11.10 Video Embed
-------------------------------- */
.lol-item-embed-video {
  margin-bottom: 50px;
}

/* 11.11 Block Banner-Alt
-------------------------------- */
.lol-item-block-banner-alt {
  padding: 60px 0;
  text-align: center;
}

.lol-item-block-banner-alt h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.lol-item-block-banner-alt .block-banner-content {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
}

.lol-item-block-banner-alt.light h3,
.lol-item-block-banner-alt.light .block-banner-content {
  color: #fff;
}

.lol-item-block-banner-alt.dark h3,
.lol-item-block-banner-alt.dark .block-banner-content {
  color: #292C2E;
}

/* 11.12 Block Text-Banner-Alt
-------------------------------- */
.lol-item-text-banner-alt {
  margin-bottom: 50px;
  padding: 30px;
  text-align: center;
  border-top: 1px solid #949DA5;
  border-bottom: 1px solid #949DA5;
}

.lol-item-text-banner-alt h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.lol-item-text-banner-alt p {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  position: relative;
}

.lol-item-text-banner-alt p:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #CFDAE3;
}

.lol-item-text-banner-alt a.btn-block {
  margin-top: 30px;
  padding: 7px 22px;
  display: inline-block;
  font-size: 12px;
  color: #292C2E;
  text-decoration: none;
  border: none;
  background: #FBD168;
  transition: all 0.2s ease;
}

.lol-item-text-banner-alt a.btn-block:hover {
  color: #fff;
  background-color: #47BFE4;
}

/* 11.13 Banner-Image
-------------------------------- */
.lol-item-image-banner {
  margin-bottom: 50px;
  padding: 50px 40px;
  position: relative;
  text-align: center;
  background-size: cover;
}

.lol-item-image-banner h3 {
  margin-bottom: 0;
  padding: 50px 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
}

.lol-item-image-banner.dark h3 {
  color: #292C2E;
}

.lol-item-image-banner.light h3 {
  color: #fff;
}

.lol-item-image-banner:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  display: block;
  border: 3px solid #fff;
}

.lol-item-image-banner.dark:after {
  border-color: #292C2E;
}

a.lol-item-image-banner-link {
  display: block;
}

a.lol-item-image-banner-link:hover {
  text-decoration: none;
}

/* 11.14 Post
-------------------------------- */
.post-item {
  margin-bottom: 50px;
}

.post-item .post-thumb {
  margin-bottom: 20px;
}

.post-item .post-thumb img {
  margin-right: auto;
  margin-left: auto;
}

.post-item h3 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
}

.post-item h3 a {
  color: #292C2E;
}

.post-item h3 a:hover {
  color: #47BFE4;
  text-decoration: none;
}

.post-item .post-categories {
  font-size: 12px;
}

.post-item .post-categories a {
  color: #949DA5;
}

.post-item .post-categories a:hover {
  color: #FBD168;
  text-decoration: none;
}

.post-item p {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 12px;
}

.post-item .more-link {
  padding: 5px 13px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #47BFE4;
  transition: all 0.2s ease;
}

.post-item .more-link:hover {
  color: #292C2E;
  background-color: #FBD168;
}

/* 11.15 Blog List
-------------------------------- */
.lol-item-blog-list {
  margin-bottom: 50px;
}

.lol-item-blog-list .entry-post {
  margin-bottom: 20px;
  overflow: hidden;
}

.lol-item-blog-list .entry-thumbnail {
  margin-top: 0;
  margin-right: 15px;
  padding: 0;
  float: left;
  width: 65px;
  height: 65px;
  border: none;
}

.lol-item-blog-list .entry-meta {
  padding-left: 80px;
}

.lol-item-blog-list .entry-meta .entry-title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  border-bottom: 1px solid #949DA5;
}

.lol-item-blog-list .entry-meta .entry-title a {
  color: #292C2E;
}

.lol-item-blog-list .entry-meta .entry-title a:hover {
  color: #47BFE4;
  text-decoration: none;
}

.lol-item-blog-list .entry-meta .entry-date {
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #949DA5;
}

.lol-item-blog-list .entry-post.no-thumb .entry-meta {
  padding-left: 0;
}

/* 11.16 Portfolio Filter
-------------------------------- */
.page-row .full-portfolio-wrap {
  margin-bottom: 50px;
}

/* 11.17 Project
-------------------------------- */
.lol-page-item .portfolio-item {
  margin-bottom: 50px;
}

/* 11.18 Portfolio List
-------------------------------- */
.lol-item-portfolio-list .entry-project {
  margin-bottom: 20px;
  overflow: hidden;
}

.lol-item-portfolio-list .entry-thumbnail {
  margin-top: 0;
  margin-right: 15px;
  padding: 0;
  float: left;
  width: 65px;
  height: 65px;
  border: none;
}

.lol-item-portfolio-list .entry-meta {
  padding-left: 80px;
}

.lol-item-portfolio-list .entry-meta .entry-title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  border-bottom: 1px solid #949DA5;
}

.lol-item-portfolio-list .entry-meta .entry-title a {
  color: #292C2E;
}

.lol-item-portfolio-list .entry-meta .entry-title a:hover {
  color: #47BFE4;
  text-decoration: none;
}

.lol-item-portfolio-list .entry-project.no-thumb .entry-meta {
  padding-left: 0;
}

/* 11.19 Member
-------------------------------- */
.lol-item-member {
  margin-bottom: 50px;
}

.lol-item-member .member-thumbnail {
  margin-bottom: 20px;
}

.lol-item-member .member-thumbnail img {
  margin-right: auto;
  margin-left: auto;
}

.lol-item-member .member-name h3 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
}

.lol-item-member .member-name span {
  font-size: 12px;
  color: #949DA5;
}

.lol-item-member p {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 12px;
}

.lol-item-member .member-links {
  margin: 0;
  list-style: none;
}

.lol-item-member .member-links li {
  margin: 0 3px 3px 0;
  display: inline-block;
}

.lol-item-member .member-links li a {
  width: 35px;
  height: 35px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  background: #47BFE4;
}

.lol-item-member .member-links li a:hover {
  color: #292C2E;
  background-color: #FBD168;
}

/* 11.20 Progress Circle
-------------------------------- */
.progress-circle {
  margin-bottom: 50px;
  font-size: 14px;
  text-align: center;
}

.progress-circle .easyPieChart {
  position: relative;
  text-align: center;
}

.progress-circle .easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: inline;
}

.progress-circle .chart {
  margin-bottom: 15px;
  width: 110px;
  height: 110px;
  display: inline-block;
  text-align: center;
  line-height: 110px;
}

.progress-circle .chart span {
  color: #292C2E;
}

/* 11.21 Progress Number
-------------------------------- */
.progress-number {
  margin-bottom: 50px;
  text-align: center;
}

.progress-number .progress-icon {
  margin-bottom: 10px;
  font-size: 28px;
  color: #47BFE4;
}

.progress-number .timer,
.progress-number .nojs-timer {
  margin-bottom: 10px;
  display: block;
  font-size: 46px;
  line-height: 46px;
}

.progress-number p {
  margin-bottom: 0;
  font-size: 16px;
  color: #949DA5;
}

.js .progress-number .nojs-timer {
  display: none;
}

/* 11.22 Countdown
-------------------------------- */
#countdown {
  padding: 60px 0;
  text-align: center;
}

#countdown h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

#countdown .count {
  margin-bottom: 30px;
  display: block;
}

#countdown .count .count-value {
  display: inline-block;
  font-size: 45px;
  line-height: 45px;
  color: #47BFE4;
}

#countdown .count .count-label {
  margin-top: 15px;
  font-size: 15px;
}

#countdown .count-wrap:last-child .count:last-child {
  margin-bottom: 0;
}

#countdown.dark {
  color: #464B4F;
}

#countdown.dark h3 {
  color: #292C2E;
}

#countdown.dark .count .count-label {
  color: #464B4F;
}

#countdown.light {
  color: #fff;
}

#countdown.light h3 {
  color: #fff;
}

#countdown.light .count .count-label {
  color: #f6f6f6;
}

#countdown #count-end {
  display: none;
  font-size: 40px;
  line-height: 42px;
}

/* 11.23 Testimonial-Full
-------------------------------- */
.lol-item-testimonial-full {
  padding: 60px 0;
  text-align: center;
  overflow: hidden;
}

.lol-item-testimonial-full h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.lol-item-testimonial-full blockquote {
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
}

.lol-item-testimonial-full .flexslider.flex-testimonial {
  margin: 0;
}

.lol-item-testimonial-full .testimonial-meta {
  font-size: 14px;
}

.lol-item-testimonial-full .testimonial-meta cite {
  font-size: 14px;
  color: #47BFE4;
}

.lol-item-testimonial-full .testimonial-meta .sep {
  margin: 0 5px;
  color: #47BFE4;
}

.lol-item-testimonial-full.light {
  color: #fff;
}

.lol-item-testimonial-full.light h3 {
  color: #fff;
}

.lol-item-testimonial-full.dark {
  color: #292C2E;
}

.lol-item-testimonial-full.dark h3 {
  color: #292C2E;
}

/* 11.24 Toggle
-------------------------------- */
.lol-toggle {
  margin-bottom: 50px;
}

.lol-toggle .lol-toggle-header {
  margin-bottom: -1px;
  padding: 12px 30px 12px 0;
  position: relative;
  font-size: 14px;
  color: #292C2E;
  cursor: pointer;
  border-top: 1px solid #949DA5;
  border-bottom: 1px solid #949DA5;
}

.lol-toggle .lol-icon-toggle {
  margin-top: -14px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 5px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background-color: #949DA5;
}

.lol-toggle .lol-toggle-content {
  padding-top: 20px;
  font-size: 12px;
}

/* 11.25 FAQs
-------------------------------- */
.faqs-filter {
  margin-bottom: 30px;
  text-align: center;
}

.faqs-filter .faqs-categories {
  display: none;
}

.lol-faq-wrap {
  margin-bottom: 50px;
}

.lol-faq-wrap .lol-faq-header {
  margin-bottom: -1px;
  padding: 12px 0 12px 48px;
  position: relative;
  font-size: 14px;
  color: #292C2E;
  cursor: pointer;
  border-top: 1px solid #949DA5;
  border-bottom: 1px solid #949DA5;
}

.lol-faq-wrap .lol-icon-faq {
  margin-top: -14px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 5px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  background-color: #949DA5;
}

.lol-faq-wrap .lol-faq-content {
  padding-top: 20px;
  font-size: 12px;
}

.lol-faq-wrap .lol-faq:last-child .lol-faq-content {
  margin-bottom: 0;
}

.faq-description {
  margin-bottom: 30px;
  padding: 30px;
  font-size: 13px;
  color: #292C2E;
  background-color: #FBD168;
}

#lol-faq-topics {
  margin-bottom: 30px;
}

#lol-faq-topics li a {
  font-size: 12px;
  font-weight: 600;
  color: #292C2E;
}

#lol-faq-topics li a:hover {
  color: #47BFE4;
  text-decoration: none;
}

.lol-faq-entry {
  margin-bottom: 30px;
  border-bottom: 1px solid #CFDAE3;
}

.lol-faq-entry:last-child {
  margin-bottom: 50px;
}

.lol-faq-topic-title {
  margin-bottom: 10px;
  font-size: 14px;
}

.lol-faq-topic-content {
  margin-bottom: 10px;
  font-size: 12px;
}

.back-faqs {
  padding: 5px 13px;
  display: inline-block;
  font-size: 12px;
  color: #292C2E;
  text-decoration: none;
  border: none;
  background: #FBD168;
  transition: all 0.2s ease;
  margin-bottom: 20px;
}

.back-faqs:hover {
  color: #fff;
  text-decoration: none;
  background-color: #47BFE4;
}

/* 11.26 Brands-Parallax
-------------------------------- */
.lol-item-brands-parallax {
  padding: 60px 0;
  overflow: hidden;
}

.lol-item-brands-parallax > div {
  margin-bottom: 30px;
  padding: 0 10px;
  width: 50%;
  float: left;
}

.lol-item-brands-parallax > div img {
  margin: 0 auto;
  display: block;
}

/* 11.27 Job-List
-------------------------------- */
.job-list {
  margin-bottom: 50px;
}

.job-list .entry-job {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CFDAE3;
}

.job-list .entry-job a {
  margin-bottom: 10px;
  font-weight: 600;
  color: #292C2E;
  display: block;
}

.job-list .entry-job a:hover {
  color: #47BFE4;
  text-decoration: none;
}

.job-list .entry-job span {
  padding: 5px 10px;
  font-size: 12px;
  color: #292C2E;
  background-color: #FBD168;
}

/* 11.28 Map
-------------------------------- */
.map-canvas-wrapper {
  margin-bottom: 50px;
}

/* 11.29 Full-Map
-------------------------------- */
.margin-no .map-canvas-wrapper {
  margin-bottom: 0;
}

/* 11.30 Call To Action
-------------------------------- */
.lol-item-call-to-action {
  padding: 20px 0;
  text-align: center;
}

.lol-item-call-to-action h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.lol-item-call-to-action.light h3 {
  color: #fff;
}

.lol-item-call-to-action.light .lol-button-block {
  padding: 14px 36px;
  display: inline-block;
  font-size: 12px;
  color: #292C2E;
  text-decoration: none;
  border: none;
  background: #fff;
  transition: all 0.2s ease;
}

.lol-item-call-to-action.light .lol-button-block:hover {
  color: #f6f6f6;
  background-color: #292C2E;
}

.lol-item-call-to-action.dark h3 {
  color: #292C2E;
}

.lol-item-call-to-action.dark .lol-button-block {
  padding: 14px 36px;
  display: inline-block;
  font-size: 12px;
  color: #f6f6f6;
  text-decoration: none;
  border: none;
  background: #292C2E;
  transition: all 0.2s ease;
}

.lol-item-call-to-action.dark .lol-button-block:hover {
  color: #292C2E;
  background-color: #fff;
}

/* 11.31 Newsletter
-------------------------------- */
.lol-newsletter-form label {
  display: none;
}

.lol-newsletter-form input[type="submit"] {
  margin-bottom: 17px;
  float: left;
  color: #292C2E;
  background-color: #FBD168;
}

.lol-newsletter-form input[type="submit"]:hover {
  color: #fff;
  background-color: #47BFE4;
}

.lol-newsletter-form .lol-newsletter-loader {
  width: 36px;
  height: 36px;
  display: none;
  background: url(../images/newsletter_loader.gif) no-repeat center center;
}

.lol-newsletter-form .lol-newsletter-loader.loading {
  display: inline-block;
}

.lol-newsletter-form .lol-newsletter-field {
  position: relative;
}

.lol-newsletter-form .lol-newsletter-field .fa-envelope {
  position: absolute;
  left: 22px;
  top: 10px;
  color: #949DA5;
  font-size: 14px;
}

.lol-newsletter-form input[type="email"] {
  padding-left: 47px;
}

.lol_newsletter_message {
  margin-top: 5px;
  padding: 7px 22px;
  font-size: 12px;
  color: #fff;
  background-color: #47BFE4;
}

.lol_newsletter_message.lol_newsletter_error {
  background-color: #E81730;
}

.lol_newsletter_message .fa {
  margin-right: 15px;
}

.lol-item-newsletter {
  margin-bottom: 50px;
}

.lol-item-newsletter h3 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
}

/* 11.32 Grid 1
-------------------------------- */
.lol-grid-1 .grid-thumb img {
  margin-right: auto;
  margin-left: auto;
}

.lol-grid-1 .grid-item-1,
.lol-grid-1 .grid-item-2,
.lol-grid-1 .grid-item-3,
.lol-grid-1 .grid-item-4 {
  position: relative;
  margin-bottom: 7px;
}

.lol-grid-1 .grid-title {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.lol-grid-1 .grid-title a {
  padding: 7px 22px;
  display: inline-block;
  font-size: 12px;
  color: #292C2E;
  background-color: #FBD168;
}

.lol-grid-1 .grid-title a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #47BFE4;
}

.lol-grid-1 .grid-item-2 .grid-title a,
.lol-grid-1 .grid-item-4 .grid-title a {
  color: #fff;
  background-color: #47BFE4;
}

.lol-grid-1 .grid-item-2 .grid-title a:hover,
.lol-grid-1 .grid-item-4 .grid-title a:hover {
  color: #292C2E;
  background-color: #FBD168;
}

/* 11.33 Grid 2
-------------------------------- */
.lol-grid-2 .grid-thumb img {
  margin-right: auto;
  margin-left: auto;
}

.lol-grid-2 .grid-item-1,
.lol-grid-2 .grid-item-2,
.lol-grid-2 .grid-item-3,
.lol-grid-2 .grid-item-4,
.lol-grid-2 .grid-item-5,
.lol-grid-2 .grid-item-6 {
  position: relative;
  margin-bottom: 7px;
}

.lol-grid-2 .grid-title {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.lol-grid-2 .grid-title a {
  padding: 7px 22px;
  display: inline-block;
  font-size: 12px;
  color: #292C2E;
  background-color: #FBD168;
}

.lol-grid-2 .grid-title a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #47BFE4;
}

.lol-grid-2 .grid-item-2 .grid-title a,
.lol-grid-2 .grid-item-4 .grid-title a,
.lol-grid-2 .grid-item-5 .grid-title a {
  color: #fff;
  background-color: #47BFE4;
}

.lol-grid-2 .grid-item-2 .grid-title a:hover,
.lol-grid-2 .grid-item-4 .grid-title a:hover,
.lol-grid-2 .grid-item-5 .grid-title a:hover {
  color: #292C2E;
  background-color: #FBD168;
}

/* 11.34 Grid 3
-------------------------------- */
.lol-grid-3 .grid-thumb img {
  margin-right: auto;
  margin-left: auto;
}

.lol-grid-3 .grid-item-1,
.lol-grid-3 .grid-item-2,
.lol-grid-3 .grid-item-3,
.lol-grid-3 .grid-item-4,
.lol-grid-3 .grid-item-5,
.lol-grid-3 .grid-item-6,
.lol-grid-3 .grid-item-7,
.lol-grid-3 .grid-item-8 {
  position: relative;
  margin-bottom: 7px;
}

.lol-grid-3 .grid-title {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.lol-grid-3 .grid-title a {
  padding: 7px 22px;
  display: inline-block;
  font-size: 12px;
  color: #292C2E;
  background-color: #FBD168;
}

.lol-grid-3 .grid-title a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #47BFE4;
}

.lol-grid-3 .grid-item-2 .grid-title a,
.lol-grid-3 .grid-item-3 .grid-title a,
.lol-grid-3 .grid-item-6 .grid-title a,
.lol-grid-3 .grid-item-7 .grid-title a {
  color: #fff;
  background-color: #47BFE4;
}

.lol-grid-3 .grid-item-2 .grid-title a:hover,
.lol-grid-3 .grid-item-3 .grid-title a:hover,
.lol-grid-3 .grid-item-6 .grid-title a:hover,
.lol-grid-3 .grid-item-7 .grid-title a:hover {
  color: #292C2E;
  background-color: #FBD168;
}

/* 11.35 Heading-Parallax
-------------------------------- */
.lol-item-heading-parallax {
  padding: 60px 0;
  text-align: center;
}

.lol-item-heading-parallax h2 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.lol-item-heading-parallax p {
  margin-top: 20px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 22px;
  position: relative;
}

.lol-item-heading-parallax p:before {
  content: '';
  top: 0;
  width: 200px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  margin-left: -100px;
  position: absolute;
}

.lol-item-heading-parallax.light h2,
.lol-item-heading-parallax.light p {
  color: #fff;
}

.lol-item-heading-parallax.dark h2,
.lol-item-heading-parallax.dark p {
  color: #292C2E;
}

.lol-item-heading-parallax.dark p:before {
  background-color: #292C2E;
}

/* 11.36 Image-Parallax
-------------------------------- */
#content .lol-item-image-parallax {
  min-height: 300px;
}

/* 12 Portfolio
-------------------------------------------------------------- */
.portfolio-filter {
  margin-bottom: 30px;
  text-align: center;
}

.portfolio-filter .filter-description {
  margin-bottom: 30px;
  display: block;
  font-weight: 600;
  color: #949DA5;
}

.portfolio-filter .portfolio-categories {
  display: none;
}

.section-portfolio-items {
  margin: 30px 0 0;
}

.page-template-template-portfolio-php .pagination {
  margin-top: 30px;
}

.portfolio-item {
  margin-bottom: 50px;
  overflow: hidden;
}

.portfolio-item .portfolio-mask {
  position: relative;
}

.portfolio-item .portfolio-mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  z-index: 2;
  background-color: #47BFE4;
  transition: all 0.2s linear;
}

.portfolio-item .portfolio-mask:hover:after {
  opacity: 0.75;
}

.portfolio-item .portfolio-mask:hover .portfolio-quick-links a {
  opacity: 1;
}

.portfolio-item .portfolio-mask:hover .portfolio-quick-links a.portfolio-quick-view, .portfolio-item .portfolio-mask:hover .portfolio-quick-links a.portfolio-link {
  transform: translate(0, 0);
}

.portfolio-item .portfolio-quick-links {
  position: absolute;
  z-index: 3;
  margin-top: -19px;
  margin-left: -40px;
  top: 50%;
  left: 50%;
  text-align: center;
}

.portfolio-item .portfolio-quick-links a {
  margin: 0;
  width: 38px;
  height: 38px;
  display: inline-block;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  opacity: 0;
  background-color: #292C2E;
  transition: all 0.2s ease-in;
}

.portfolio-item .portfolio-quick-links a:hover {
  background: #FBD168;
}

.portfolio-item .portfolio-quick-links a.portfolio-quick-view {
  transform: translate(0, -100%);
}

.portfolio-item .portfolio-quick-links a.portfolio-link {
  transform: translate(0, 100%);
}

.portfolio-item .portfolio-quick-links.no-lightbox {
  margin-left: -19px;
}

.portfolio-meta {
  margin-top: 15px;
  padding-right: 50px;
  position: relative;
}

.portfolio-meta .project-categories {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
}

.portfolio-meta .project-categories a {
  margin-right: 10px;
  color: #949DA5;
}

.portfolio-meta .project-categories a:hover {
  color: #FBD168;
  text-decoration: none;
}

.portfolio-meta h3 {
  margin-bottom: 0;
  font-size: 15px;
}

.portfolio-meta h3 a {
  color: #292C2E;
}

.portfolio-meta h3 a:hover {
  color: #47BFE4;
  text-decoration: none;
}

.portfolio-meta .lol-love-wrap {
  position: absolute;
  top: 0;
  right: 0;
}

.full-portfolio-wrap .lm-col-3,
.full-portfolio-wrap .lm-col-4,
.full-portfolio-wrap .lm-col-6 {
  padding: 0;
}

.full-portfolio-wrap .portfolio-item {
  margin: 0;
  background-color: #292C2E;
}

.full-portfolio-wrap .portfolio-item img {
  width: 100%;
  height: auto;
  transition: all 0.2s linear;
}

.full-portfolio-wrap .portfolio-item h3 {
  margin-bottom: 0;
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  background-color: #292C2E;
  transition: all 0.2s linear;
  transform: translate(0, 100%);
}

.full-portfolio-wrap .portfolio-item h3 a {
  color: #f6f6f6;
}

.full-portfolio-wrap .portfolio-item h3 a:hover {
  color: #FBD168;
  text-decoration: none;
}

.full-portfolio-wrap .portfolio-item:hover img {
  transform: translate3d(0px, -62px, 0px);
}

.full-portfolio-wrap .portfolio-item:hover h3 {
  transform: translate(0, 0);
}

.template-portfolio .page-row:last-child {
  margin-bottom: 50px;
}

/* 12.1 Project Single
-------------------------------- */
.single-lolfmk-portfolio #content {
  padding-bottom: 0;
}

.single-lolfmk-portfolio .portfolio-single {
  margin-bottom: 70px;
}

.single-lolfmk-portfolio .projects-navigation-wrap {
  margin-bottom: 50px;
  overflow: hidden;
}

.single-lolfmk-portfolio .projects-navigation-wrap .projects-navigation {
  float: right;
}

.single-lolfmk-portfolio .projects-navigation-wrap .projects-navigation a {
  margin-left: 5px;
  padding: 5px 13px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #47BFE4;
  transition: all 0.2s ease;
}

.single-lolfmk-portfolio .projects-navigation-wrap .projects-navigation a:hover {
  color: #292C2E;
  background-color: #FBD168;
}

.single-lolfmk-portfolio .entry-thumbnail,
.single-lolfmk-portfolio .entry-gallery,
.single-lolfmk-portfolio .entry-video,
.single-lolfmk-portfolio .entry-audio {
  margin-bottom: 50px;
}

.single-lolfmk-portfolio .entry-thumbnail img,
.single-lolfmk-portfolio .entry-gallery img {
  margin-right: auto;
  margin-left: auto;
}

.single-lolfmk-portfolio .entry-header {
  margin-bottom: 40px;
  text-align: center;
}

.single-lolfmk-portfolio .entry-header h1 {
  font-size: 28px;
  font-weight: 400;
  color: #292C2E;
}

.single-lolfmk-portfolio .entry-content {
  margin-bottom: 20px;
  padding-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px dashed #949DA5;
}

.single-lolfmk-portfolio .project-details {
  padding-bottom: 40px;
  font-size: 12px;
  text-align: center;
}

.single-lolfmk-portfolio .project-details div {
  margin: 0 10px;
}

.single-lolfmk-portfolio .project-details div span {
  margin-right: 5px;
  font-weight: 600;
}

.single-lolfmk-portfolio .project-details .lol-love-wrap {
  margin-top: 40px;
  font-size: 24px;
}

.single-lolfmk-portfolio .social-meta {
  margin-top: 0;
  text-align: center;
}

.single-lolfmk-portfolio .related-projects {
  /*margin-top: 70px;*/
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}

.highlight-p .entry-content > p:first-child {
  font-size: 18px;
  line-height: 24px;
  color: #050505;
}

/* 13 Pagination
-------------------------------------------------------------- */
.pagination a,
.pagination .current {
  margin-right: 5px;
  padding: 5px 13px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #47BFE4;
  transition: all 0.2s ease;
}

.pagination a:hover,
.pagination .current {
  color: #292C2E;
  background-color: #FBD168;
}

/* 14 Sidebar
-------------------------------------------------------------- */
#sidebar,
#top-footer {
  font-size: 12px;
  line-height: 18px;
}

#sidebar select,
#top-footer select {
  width: 100%;
}

#sidebar ul,
#top-footer ul {
  margin: 0;
  list-style: none;
}

#sidebar .widget,
#top-footer .widget {
  margin-bottom: 50px;
}

#sidebar .widget li,
#top-footer .widget li {
  padding: 8px 0;
  border-bottom: 1px solid #CFDAE3;
}

#sidebar .widget ul li:first-child,
#top-footer .widget ul li:first-child {
  padding-top: 0;
}

#sidebar h3.widget-title,
#top-footer h3.widget-title {
  font-size: 14px;
  font-weight: 700;
  color: #292C2E;
  text-transform: uppercase;
}

/* 14.1 Search Widget
-------------------------------- */
#sidebar .searchbox,
#top-footer .searchbox {
  position: relative;
}

#sidebar .searchbox input[type="text"],
#top-footer .searchbox input[type="text"] {
  margin-bottom: 0;
  padding-right: 40px;
}

#sidebar .fa-search,
#top-footer .fa-search {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  font-size: 12px;
}

/* 14.2 Custom Menu Widget
-------------------------------- */
#sidebar .widget_nav_menu li,
#top-footer .widget_nav_menu li {
  padding: 0;
  border-bottom: none;
}

#sidebar .widget_nav_menu a,
#top-footer .widget_nav_menu a {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #CFDAE3;
}

#sidebar .widget_nav_menu ul li:first-child a,
#top-footer .widget_nav_menu ul li:first-child a {
  padding-top: 0;
}

#sidebar .widget_nav_menu ul.sub-menu,
#top-footer .widget_nav_menu ul.sub-menu {
  margin-left: 20px;
}

#sidebar .widget_nav_menu ul.sub-menu li a,
#top-footer .widget_nav_menu ul.sub-menu li a {
  padding-top: 8px;
}

/* 14.3 Pages Widget
-------------------------------- */
#sidebar .widget_pages li,
#top-footer .widget_pages li {
  padding: 0;
  border-bottom: none;
}

#sidebar .widget_pages a,
#top-footer .widget_pages a {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #CFDAE3;
}

#sidebar .widget_pages ul li:first-child a,
#top-footer .widget_pages ul li:first-child a {
  padding-top: 0;
}

#sidebar .widget_pages ul.children,
#top-footer .widget_pages ul.children {
  margin-left: 20px;
}

#sidebar .widget_pages ul.children li a,
#top-footer .widget_pages ul.children li a {
  padding-top: 8px;
}

/* 14.4 Category Widget
-------------------------------- */
#sidebar .widget_categories li,
#top-footer .widget_categories li {
  padding: 0;
  border-bottom: none;
}

#sidebar .widget_categories a,
#top-footer .widget_categories a {
  padding: 8px 0;
  display: inline-block;
}

#sidebar .widget_categories ul li:first-child a,
#top-footer .widget_categories ul li:first-child a {
  padding-top: 0;
}

#sidebar .widget_categories ul.children,
#top-footer .widget_categories ul.children {
  margin-left: 20px;
}

#sidebar .widget_categories ul.children li a,
#top-footer .widget_categories ul.children li a {
  padding-top: 8px;
}

/* 14.5 RSS Widget
-------------------------------- */
.widget_rss .rsswidget img {
  display: none;
}

#sidebar .widget_rss .widget-title a,
#top-footer .widget_rss .widget-title a {
  color: #292C2E;
}

#sidebar .widget_rss li,
#top-footer .widget_rss li {
  margin-bottom: 10px;
}

#sidebar .widget_rss li .rsswidget,
#top-footer .widget_rss li .rsswidget {
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

#sidebar .widget_rss li .rss-date,
#top-footer .widget_rss li .rss-date {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  display: block;
  color: #949DA5;
}

#sidebar .widget_rss li cite,
#top-footer .widget_rss li cite {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  color: #FBD168;
}

/* 14.6 Tag Cloud Widget
-------------------------------- */
#sidebar .widget_tag_cloud a,
#top-footer .widget_tag_cloud a {
  margin: 0 0 3px 0;
  padding: 3px 15px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  background: #47BFE4;
}

#sidebar .widget_tag_cloud a:hover,
#top-footer .widget_tag_cloud a:hover {
  color: #292C2E;
  background-color: #FBD168;
}

/* 14.7 Calendar Widget
-------------------------------- */
#sidebar .widget_calendar table,
#top-footer .widget_calendar table {
  width: 100%;
  font-size: 12px;
}

#sidebar .widget_calendar table caption,
#top-footer .widget_calendar table caption {
  padding: 10px 0;
  font-weight: 700;
  color: #FBD168;
  text-align: center;
  border: 1px solid #CFDAE3;
}

#sidebar .widget_calendar table thead,
#top-footer .widget_calendar table thead {
  border: 1px solid #CFDAE3;
  border-top: none;
}

#sidebar .widget_calendar table thead tr th,
#top-footer .widget_calendar table thead tr th {
  padding: 5px 0;
  text-align: center;
}

#sidebar .widget_calendar table tbody tr td,
#top-footer .widget_calendar table tbody tr td {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #CFDAE3;
}

#sidebar .widget_calendar table tbody tr td a,
#top-footer .widget_calendar table tbody tr td a {
  color: #47BFE4;
  text-decoration: none;
}

#sidebar .widget_calendar table tbody tr td a:hover,
#top-footer .widget_calendar table tbody tr td a:hover {
  color: #FBD168;
}

#sidebar .widget_calendar table tfoot tr td,
#top-footer .widget_calendar table tfoot tr td {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #CFDAE3;
}

/* 14.8 Twitter Widget
-------------------------------- */
#sidebar .lol_widget_twitter p,
#top-footer .lol_widget_twitter p {
  margin-bottom: 0;
}

#sidebar .lol_widget_twitter .timestamp,
#top-footer .lol_widget_twitter .timestamp {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid #CFDAE3;
}

#sidebar .lol_widget_twitter .timestamp a,
#top-footer .lol_widget_twitter .timestamp a {
  color: #949DA5;
}

#sidebar .lol_widget_twitter .timestamp a:hover,
#top-footer .lol_widget_twitter .timestamp a:hover {
  color: #47BFE4;
}

/* 14.9 Flickr & Dribbble
-------------------------------- */
.lol_widget_flickr .flickr-widget,
.lol_widget_dribbble .dribbble-widget {
  overflow: hidden;
}

.lol_widget_flickr img,
.lol_widget_dribbble img {
  width: 65px;
  height: auto;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
}

.lol_widget_flickr img {
  height: 65px;
}

/* 14.10 Recent Posts Widget
-------------------------------- */
#sidebar .lol-posts-widget .entry-post,
#top-footer .lol-posts-widget .entry-post {
  margin-bottom: 20px;
  overflow: hidden;
}

#sidebar .lol-posts-widget .entry-thumbnail,
#top-footer .lol-posts-widget .entry-thumbnail {
  margin-top: 0;
  margin-right: 15px;
  padding: 0;
  float: left;
  width: 65px;
  height: 65px;
  border: none;
}

#sidebar .lol-posts-widget .entry-meta,
#top-footer .lol-posts-widget .entry-meta {
  padding-left: 80px;
}

#sidebar .lol-posts-widget .entry-meta .entry-title,
#top-footer .lol-posts-widget .entry-meta .entry-title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  border-bottom: 1px solid #949DA5;
}

#sidebar .lol-posts-widget .entry-meta .entry-title a,
#top-footer .lol-posts-widget .entry-meta .entry-title a {
  color: #292C2E;
}

#sidebar .lol-posts-widget .entry-meta .entry-title a:hover,
#top-footer .lol-posts-widget .entry-meta .entry-title a:hover {
  color: #47BFE4;
  text-decoration: none;
}

#sidebar .lol-posts-widget .entry-meta .entry-date,
#top-footer .lol-posts-widget .entry-meta .entry-date {
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #949DA5;
}

#sidebar .lol-posts-widget .entry-post.no-thumb .entry-meta,
#top-footer .lol-posts-widget .entry-post.no-thumb .entry-meta {
  padding-left: 0;
}

#sidebar .widget_recent_entries a,
#top-footer .widget_recent_entries a {
  font-weight: 600;
  color: #292C2E;
}

#sidebar .widget_recent_entries a:hover,
#top-footer .widget_recent_entries a:hover {
  color: #47BFE4;
  text-decoration: none;
}

#sidebar .widget_recent_entries .post-date,
#top-footer .widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #949DA5;
}

/* 14.11 Recent Projects Widget
-------------------------------- */
#sidebar .lol-projects-widget .entry-project,
#top-footer .lol-projects-widget .entry-project {
  margin-bottom: 20px;
  overflow: hidden;
}

#sidebar .lol-projects-widget .entry-thumbnail,
#top-footer .lol-projects-widget .entry-thumbnail {
  margin-top: 0;
  margin-right: 15px;
  padding: 0;
  float: left;
  width: 65px;
  height: 65px;
  border: none;
}

#sidebar .lol-projects-widget .entry-meta,
#top-footer .lol-projects-widget .entry-meta {
  padding-left: 80px;
}

#sidebar .lol-projects-widget .entry-meta .entry-title,
#top-footer .lol-projects-widget .entry-meta .entry-title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  border-bottom: 1px solid #949DA5;
}

#sidebar .lol-projects-widget .entry-meta .entry-title a,
#top-footer .lol-projects-widget .entry-meta .entry-title a {
  color: #292C2E;
}

#sidebar .lol-projects-widget .entry-meta .entry-title a:hover,
#top-footer .lol-projects-widget .entry-meta .entry-title a:hover {
  color: #47BFE4;
  text-decoration: none;
}

#sidebar .lol-projects-widget .entry-project.no-thumb .entry-meta,
#top-footer .lol-projects-widget .entry-project.no-thumb .entry-meta {
  padding-left: 0;
}

/* 14.12 Video Widget
-------------------------------- */
.video-widget iframe {
  max-width: 100%;
}

/* 14.13 Social Widget
-------------------------------- */
#sidebar .lol-social-widget li,
#top-footer .lol-social-widget li {
  margin: 0 0 3px 0;
  padding: 0;
  display: inline-block;
  border-bottom: none;
}

#sidebar .lol-social-widget li a,
#top-footer .lol-social-widget li a {
  width: 35px;
  height: 35px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  background: #47BFE4;
}

#sidebar .lol-social-widget li a:hover,
#top-footer .lol-social-widget li a:hover {
  color: #292C2E;
  background-color: #FBD168;
}

/* 14.14 Jobs Widget
-------------------------------- */
#sidebar .lol-jobs-widget .entry-job,
#top-footer .lol-jobs-widget .entry-job {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CFDAE3;
}

#sidebar .lol-jobs-widget .entry-job a,
#top-footer .lol-jobs-widget .entry-job a {
  margin-bottom: 10px;
  font-weight: 600;
  color: #292C2E;
  display: block;
}

#sidebar .lol-jobs-widget .entry-job a:hover,
#top-footer .lol-jobs-widget .entry-job a:hover {
  color: #47BFE4;
  text-decoration: none;
}

#sidebar .lol-jobs-widget .entry-job span,
#top-footer .lol-jobs-widget .entry-job span {
  padding: 5px 10px;
  font-size: 12px;
  color: #292C2E;
  background-color: #FBD168;
}

/* 14.15 Newsletter Widget
-------------------------------- */
#sidebar .lol_newsletter_widget .lol-newsletter-form input[type="submit"],
#top-footer .lol_newsletter_widget .lol-newsletter-form input[type="submit"] {
  width: 100%;
}

/* 14.16 Top Footer
-------------------------------- */
#top-footer .top-footer-widgets {
  padding-top: 60px;
  border-top: 1px solid #CFDAE3;
}

#top-footer.top-footer-page {
  margin-top: -60px;
}

/* 15 Footer
-------------------------------------------------------------- */
#footer {
  padding: 60px 0;
  font-size: 12px;
  line-height: 18px;
  color: #B8B8B8;
  background-color: #292C2E;
}

#footer select {
  width: 100%;
}

#footer ul {
  margin: 0;
  list-style: none;
}

#footer .widget {
  margin-bottom: 30px;
}

#footer .widget li {
  padding: 8px 0;
  border-bottom: 1px solid #464B4F;
}

#footer .widget ul li:first-child {
  padding-top: 0;
}

#footer a {
  color: #B8B8B8;
}

#footer a:hover {
  color: #fff;
}

#footer h3.widget-title {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #f6f6f6;
}

#footer.light {
  color: #464B4F;
  border-top: 5px solid #f6f6f6;
  background-color: #fff;
}

#footer.light .widget li {
  border-bottom: 1px solid #CFDAE3;
}

#footer.light a {
  color: #464B4F;
}

#footer.light a:hover {
  color: #47BFE4;
}

#footer.light h3.widget-title {
  color: #292C2E;
  border-bottom: 1px solid #464B4F;
}

/* 15.1 Search Widget
-------------------------------- */
#footer .searchbox {
  position: relative;
}

#footer .searchbox input[type="text"] {
  margin-bottom: 0;
  padding-right: 40px;
}

#footer .fa-search {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  font-size: 12px;
}

/* 15.2 Custom Menu Widget
-------------------------------- */
#footer .widget_nav_menu li {
  padding: 0;
  border-bottom: none;
}

#footer .widget_nav_menu a {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #464B4F;
}

#footer .widget_nav_menu ul li:first-child a {
  padding-top: 0;
}

#footer .widget_nav_menu ul.sub-menu {
  margin-left: 20px;
}

#footer .widget_nav_menu ul.sub-menu li a {
  padding-top: 8px;
}

#footer.light .widget_nav_menu li {
  border-bottom: none;
}

#footer.light .widget_nav_menu a {
  border-bottom: 1px solid #CFDAE3;
}

/* 15.3 Pages Widget
-------------------------------- */
#footer .widget_pages li {
  padding: 0;
  border-bottom: none;
}

#footer .widget_pages a {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #464B4F;
}

#footer .widget_pages ul li:first-child a {
  padding-top: 0;
}

#footer .widget_pages ul.children {
  margin-left: 20px;
}

#footer .widget_pages ul.children li a {
  padding-top: 8px;
}

#footer.light .widget_pages li {
  border-bottom: none;
}

#footer.light .widget_pages a {
  border-bottom: 1px solid #CFDAE3;
}

/* 15.4 Category Widget
-------------------------------- */
#footer .widget_categories li {
  padding: 0;
  border-bottom: none;
}

#footer .widget_categories a {
  padding: 8px 0;
  display: inline-block;
}

#footer .widget_categories ul li:first-child a {
  padding-top: 0;
}

#footer .widget_categories ul.children {
  margin-left: 20px;
}

#footer .widget_categories ul.children li a {
  padding-top: 8px;
}

#footer.light .widget_categories li {
  border-bottom: none;
}

/* 15.5 RSS Widget
-------------------------------- */
#footer .widget_rss .widget-title a {
  color: #fff;
}

#footer .widget_rss li {
  margin-bottom: 10px;
}

#footer .widget_rss li .rsswidget {
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #FBD168;
}

#footer .widget_rss li .rss-date {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  display: block;
  color: #666B6F;
}

#footer .widget_rss li cite {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  color: #666B6F;
}

#footer.light .widget_rss .widget-title a {
  color: #292C2E;
}

#footer.light .widget_rss li {
  margin-bottom: 10px;
}

#footer.light .widget_rss li .rsswidget {
  color: #47BFE4;
}

#footer.light .widget_rss li .rss-date {
  color: #949DA5;
}

#footer.light .widget_rss li cite {
  color: #FBD168;
}

/* 15.6 Tag Cloud Widget
-------------------------------- */
#footer .widget_tag_cloud a {
  margin: 0 0 3px 0;
  padding: 3px 15px;
  display: inline-block;
  font-size: 11px;
  color: #B8B8B8;
  text-decoration: none;
  border: 1px solid #949DA5;
}

#footer .widget_tag_cloud a:hover {
  color: #fff;
  border-color: #fff;
}

#footer.light .widget_tag_cloud a {
  padding: 3px 15px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  background: #47BFE4;
  border: none;
}

#footer.light .widget_tag_cloud a:hover {
  color: #292C2E;
  background-color: #FBD168;
}

/* 15.7 Calendar Widget
-------------------------------- */
#footer .widget_calendar table {
  width: 100%;
  font-size: 12px;
}

#footer .widget_calendar table caption {
  padding: 10px 0;
  font-weight: 700;
  color: #FBD168;
  text-align: center;
  border: 1px solid #464B4F;
}

#footer .widget_calendar table thead {
  border: 1px solid #464B4F;
  border-top: none;
}

#footer .widget_calendar table thead tr th {
  padding: 5px 0;
  text-align: center;
}

#footer .widget_calendar table tbody tr td {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #464B4F;
}

#footer .widget_calendar table tbody tr td a {
  color: #47BFE4;
  text-decoration: none;
}

#footer .widget_calendar table tbody tr td a:hover {
  color: #FBD168;
}

#footer .widget_calendar table tfoot tr td {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #464B4F;
}

#footer.light .widget_calendar table caption {
  color: #FBD168;
  border: 1px solid #CFDAE3;
}

#footer.light .widget_calendar table thead {
  border: 1px solid #CFDAE3;
  border-top: none;
}

#footer.light .widget_calendar table tbody tr td {
  border: 1px solid #CFDAE3;
}

#footer.light .widget_calendar table tfoot tr td {
  border: 1px solid #CFDAE3;
}

/* 15.8 Twitter Widget
-------------------------------- */
#footer .lol_widget_twitter p {
  margin-bottom: 0;
}

#footer .lol_widget_twitter .timestamp {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid #464B4F;
}

#footer .lol_widget_twitter .timestamp a {
  color: #666B6F;
}

#footer .lol_widget_twitter .timestamp a:hover {
  color: #fff;
}

#footer.light .lol_widget_twitter .timestamp {
  border-bottom: 1px solid #CFDAE3;
}

#footer.light .lol_widget_twitter .timestamp a {
  color: #949DA5;
}

#footer.light .lol_widget_twitter .timestamp a:hover {
  color: #47BFE4;
}

/* 15.9 Recent Posts Widget
-------------------------------- */
#footer .lol-posts-widget .entry-post {
  margin-bottom: 20px;
  overflow: hidden;
}

#footer .lol-posts-widget .entry-thumbnail {
  margin-top: 0;
  margin-right: 15px;
  padding: 0;
  float: left;
  width: 65px;
  height: 65px;
  border: none;
}

#footer .lol-posts-widget .entry-meta {
  padding-left: 80px;
}

#footer .lol-posts-widget .entry-meta .entry-title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  border-bottom: 1px solid #464B4F;
}

#footer .lol-posts-widget .entry-meta .entry-date {
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #666B6F;
}

#footer .lol-posts-widget .entry-post.no-thumb .entry-meta {
  padding-left: 0;
}

#footer .widget_recent_entries a {
  font-weight: 600;
}

#footer .widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #666B6F;
}

#footer.light .lol-posts-widget .entry-meta {
  padding-left: 80px;
}

#footer.light .lol-posts-widget .entry-meta .entry-title {
  border-bottom: 1px solid #949DA5;
}

#footer.light .lol-posts-widget .entry-meta .entry-title a:hover {
  text-decoration: none;
}

#footer.light .lol-posts-widget .entry-meta .entry-date {
  color: #949DA5;
}

#footer.light .widget_recent_entries a:hover {
  text-decoration: none;
}

#footer.light .widget_recent_entries .post-date {
  color: #949DA5;
}

/* 15.10 Recent Projects Widget
-------------------------------- */
#footer .lol-projects-widget .entry-project {
  margin-bottom: 20px;
  overflow: hidden;
}

#footer .lol-projects-widget .entry-thumbnail {
  margin-top: 0;
  margin-right: 15px;
  padding: 0;
  float: left;
  width: 65px;
  height: 65px;
  border: none;
}

#footer .lol-projects-widget .entry-meta {
  padding-left: 80px;
}

#footer .lol-projects-widget .entry-meta .entry-title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  border-bottom: 1px solid #464B4F;
}

#footer .lol-projects-widget .entry-project.no-thumb .entry-meta {
  padding-left: 0;
}

#footer .lol-love-wrap a {
  color: #666B6F;
}

#footer .lol-love-wrap a:hover, #footer .lol-love-wrap a.loved {
  color: #666B6F;
}

#footer .lol-love-wrap a .fa {
  color: #FBD168;
}

#footer.light .lol-projects-widget .entry-meta .entry-title {
  border-bottom: 1px solid #949DA5;
}

#footer.light .lol-projects-widget .entry-meta .entry-title a:hover {
  text-decoration: none;
}

#footer.light .lol-love-wrap a {
  color: #949DA5;
}

#footer.light .lol-love-wrap a:hover, #footer.light .lol-love-wrap a.loved {
  color: #949DA5;
}

#footer.light .lol-love-wrap a .fa {
  color: #47BFE4;
}

/* 15.11 Social Widget
-------------------------------- */
#footer .lol-social-widget li {
  margin: 0 0 3px 0;
  padding: 0;
  display: inline-block;
  border-bottom: none;
}

#footer .lol-social-widget li a {
  width: 35px;
  height: 35px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  border: 1px solid #949DA5;
}

#footer .lol-social-widget li a:hover {
  color: #FBD168;
  border-color: #fff;
}

#footer.light .lol-social-widget li a {
  width: 35px;
  height: 35px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  background: #47BFE4;
  border: none;
}

#footer.light .lol-social-widget li a:hover {
  color: #292C2E;
  background-color: #FBD168;
}

/* 15.12 Jobs Widget
-------------------------------- */
#footer .lol-jobs-widget .entry-job {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #464B4F;
}

#footer .lol-jobs-widget .entry-job a {
  margin-bottom: 10px;
  font-weight: 600;
  display: block;
}

#footer .lol-jobs-widget .entry-job span {
  padding: 5px 10px;
  font-size: 12px;
  color: #292C2E;
  background-color: #FBD168;
}

#footer.light .lol-jobs-widget .entry-job {
  border-bottom: 1px solid #CFDAE3;
}

#footer.light .lol-jobs-widget .entry-job a:hover {
  text-decoration: none;
}

/* 15.13 Newsletter Widget
-------------------------------- */
#footer .lol_newsletter_widget .lol-newsletter-form input[type="submit"] {
  width: 100%;
}

#footer .lol_newsletter_widget .lol-newsletter-loader {
  background-image: url(../images/newsletter_loader_dark.gif);
}

#footer.light .lol_newsletter_widget .lol-newsletter-loader {
  background-image: url(../images/newsletter_loader.gif);
}

/* 15.14 Footer Bottom
-------------------------------- */
#footer-bottom {
  margin-top: 2px;
  padding: 10px 0;
  line-height: 35px;
  font-size: 11px;
  color: #B8B8B8;
  text-align: center;
  overflow: hidden;
  background-color: #292C2E;
}

#footer-bottom a {
  color: #B8B8B8;
}

#footer-bottom a:hover {
  color: #FBD168;
}

#footer-bottom ul.shop-cards {
  margin: 10px 0 0;
  list-style: none;
  text-align: center;
}

#footer-bottom ul.shop-cards li {
  margin-bottom: 4px;
  width: 52px;
  height: 35px;
  display: inline-block;
  text-align: left;
  text-indent: -99999px;
  background: url(../images/credit_card_icons.png) no-repeat 0 -1px;
}

#footer-bottom ul.shop-cards li.credit-card-2 {
  background-position: -72px -1px;
}

#footer-bottom ul.shop-cards li.credit-card-3 {
  width: 53px;
  background-position: -144px -1px;
}

#footer-bottom ul.shop-cards li.credit-card-4 {
  background-position: -217px -1px;
}

#footer-bottom ul.shop-cards li.credit-card-5 {
  width: 53px;
  background-position: -289px -1px;
}

#footer-bottom ul.shop-cards li.credit-card-6 {
  background-position: -362px -1px;
}

#footer-bottom ul.shop-cards li.credit-card-7 {
  background-position: -434px -1px;
}

#footer-bottom ul.shop-cards li.credit-card-8 {
  width: 53px;
  background-position: -506px -1px;
}

#footer-bottom ul.shop-cards li.credit-card-9 {
  background-position: -579px -1px;
}

#footer-bottom ul.shop-cards li.credit-card-10 {
  height: 34px;
  background-position: -655px 0;
}

#footer-bottom ul.shop-cards li.credit-card-11 {
  background-position: -741px -1px;
}

#footer-bottom ul.shop-cards li.credit-card-12 {
  background-position: 0 -64px;
}

#footer-bottom ul.shop-cards li.credit-card-13 {
  background-position: -72px -64px;
}

#footer-bottom ul.shop-cards li.credit-card-14 {
  width: 53px;
  background-position: -144px -64px;
}

#footer-bottom ul.shop-cards li.credit-card-15 {
  background-position: -217px -64px;
}

#footer-bottom ul.shop-cards li.credit-card-16 {
  width: 53px;
  background-position: -289px -64px;
}

#footer-bottom ul.shop-cards li.credit-card-17 {
  background-position: -362px -64px;
}

#footer-bottom ul.shop-cards li.credit-card-18 {
  background-position: -434px -64px;
}

#footer-bottom ul.shop-cards li.credit-card-19 {
  width: 53px;
  background-position: -506px -64px;
}

#footer-bottom ul.shop-cards li.credit-card-20 {
  background-position: -579px -64px;
}

#footer-bottom ul.shop-cards li.credit-card-21 {
  background-position: -655px -64px;
}

#footer-bottom ul.shop-cards li.credit-card-22 {
  background-position: -741px -64px;
}

#footer-bottom ul.shop-cards li.credit-card-23 {
  background-position: 0 -126px;
}

#footer-bottom ul.shop-cards li.credit-card-24 {
  background-position: -72px -126px;
}

#footer-bottom ul.shop-cards li.credit-card-25 {
  width: 53px;
  background-position: -144px -126px;
}

#footer-bottom ul.shop-cards li.credit-card-26 {
  background-position: -217px -127px;
}

#footer-bottom ul.shop-cards li.credit-card-27 {
  width: 53px;
  background-position: -289px -126px;
}

#footer-bottom ul.shop-cards li.credit-card-28 {
  background-position: -362px -126px;
}

#footer-bottom ul.shop-cards li.credit-card-29 {
  background-position: -434px -126px;
}

#footer-bottom ul.shop-cards li.credit-card-30 {
  width: 53px;
  background-position: -506px -126px;
}

#footer-bottom ul.shop-cards li.credit-card-31 {
  height: 34px;
  background-position: -579px -127px;
}

#footer-bottom ul.shop-cards li.credit-card-32 {
  height: 34px;
  background-position: -655px -127px;
}

#footer-bottom ul.shop-cards li.credit-card-33 {
  background-position: -741px -126px;
}

#footer-bottom ul.shop-cards li.credit-card-34 {
  background-position: 0 -189px;
}

#footer-bottom ul.shop-cards li.credit-card-35 {
  background-position: -72px -189px;
}

#footer-bottom ul.shop-cards li.credit-card-36 {
  width: 53px;
  background-position: -144px -189px;
}

#footer-bottom ul.shop-cards li.credit-card-37 {
  background-position: -217px -189px;
}

#footer-bottom ul.shop-cards li.credit-card-38 {
  width: 53px;
  background-position: -289px -189px;
}

#footer-bottom ul.shop-cards li.credit-card-39 {
  background-position: -362px -189px;
}

#footer-bottom ul.shop-cards li.credit-card-40 {
  background-position: -434px -189px;
}

#footer-bottom ul.shop-cards li.credit-card-41 {
  width: 53px;
  background-position: -506px -189px;
}

#footer-bottom ul.shop-cards li.credit-card-42 {
  background-position: -579px -189px;
}

#footer-bottom ul.shop-cards li.credit-card-43 {
  background-position: -655px -189px;
}

#footer-bottom ul.shop-cards li.credit-card-44 {
  background-position: -741px -189px;
}

#footer-bottom ul.shop-cards li.credit-card-45 {
  height: 34px;
  background-position: 0 -252px;
}

#footer-bottom ul.shop-cards li.credit-card-46 {
  height: 34px;
  background-position: -72px -252px;
}

#footer-bottom ul.shop-cards li.credit-card-47 {
  width: 53px;
  height: 34px;
  background-position: -144px -252px;
}

#footer-bottom ul.shop-cards li.credit-card-48 {
  height: 34px;
  background-position: -217px -252px;
}

#footer-bottom ul.shop-cards li.credit-card-49 {
  width: 53px;
  height: 34px;
  background-position: -289px -252px;
}

#footer-bottom ul.shop-cards li.credit-card-50 {
  height: 34px;
  background-position: -362px -252px;
}

#footer-bottom ul.shop-cards li.credit-card-51 {
  height: 34px;
  background-position: -434px -252px;
}

#footer-bottom ul.shop-cards li.credit-card-52 {
  width: 53px;
  height: 34px;
  background-position: -506px -252px;
}

#footer-bottom.light {
  margin-top: 0;
  color: #464B4F;
  background-color: #f6f6f6;
}

#footer-bottom.light a {
  color: #464B4F;
}

#footer-bottom.light a:hover {
  color: #47BFE4;
}

/* 16 Shortcodes
-------------------------------------------------------------- */
/* 16.1 Skills
-------------------------------- */
.lol-skill {
  margin-bottom: 12px;
  position: relative;
  display: block;
  height: 9px;
  line-height: 9px;
  background-color: #949DA5;
}

.lol-skill .lol-bar {
  width: 0;
  display: block;
  height: 9px;
  background-color: #47BFE4;
}

.lol-skill-name {
  margin-bottom: 8px;
  font-size: 14px;
  display: block;
  color: #292C2E;
}

.lol-item-column .lol-skill:last-child {
  margin-bottom: 0;
}

/* 16.2 Lists
-------------------------------- */
ul.lol-list {
  margin-left: 0;
  list-style-type: none;
}

ul.lol-list li {
  margin-bottom: 5px;
}

ul.lol-list li:last-child {
  margin-bottom: 0;
}

ul.lol-list .fa-check {
  margin-right: 10px;
  font-size: 18px;
  color: #39b54a;
}

/* 16.3 Price Table
-------------------------------- */
.price-item {
  margin-bottom: 50px;
  text-align: center;
}

.price-item .price-name {
  padding: 22px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #47BFE4;
}

.price-item .price-description {
  padding: 20px;
  border-left: 1px solid #CFDAE3;
  border-right: 1px solid #CFDAE3;
}

.price-item .price-cost {
  position: relative;
  display: inline-block;
  font-size: 42px;
  line-height: 42px;
  color: #292C2E;
}

.price-item .price-cost .price-currency {
  position: absolute;
  top: -6px;
  left: -15px;
  font-size: 16px;
  color: #292C2E;
}

.price-item .price-plan {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #949DA5;
}

.price-item ul {
  margin: 0;
  padding: 20px 0;
  position: relative;
  font-size: 12px;
  color: #292C2E;
  list-style-type: none;
  border-left: 1px solid #CFDAE3;
  border-right: 1px solid #CFDAE3;
}

.price-item ul li {
  padding: 12px 20px;
}

.price-item ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  display: block;
  height: 1px;
  background-color: #949DA5;
}

.price-item .price-btn {
  padding-bottom: 22px;
  border: 1px solid #CFDAE3;
  border-top: none;
}

.price-item.popular-yes .price-name {
  color: #292C2E;
  background-color: #FBD168;
}

.price-item.popular-yes .price-btn .lol-button {
  color: #292C2E;
  background-color: #FBD168;
}

.price-item.popular-yes .price-btn .lol-button:hover {
  color: #fff;
  background-color: #47BFE4;
}

.lol-item-column .price-item:last-child {
  margin-bottom: 0;
}

/* 16.4 Dropcaps
-------------------------------- */
.lol-dropcap {
  padding: 7px 7px 7px 0;
  display: inline-block;
  float: left;
  font-size: 50px;
  color: #292C2E;
}

/* 17 Jobs
-------------------------------------------------------------- */
.lolfmk-job .map-canvas-wrapper {
  margin-bottom: 50px;
}

.lolfmk-job .entry-header {
  margin-bottom: 40px;
}

.lolfmk-job .entry-header h1 {
  font-size: 28px;
  font-weight: 400;
  color: #292C2E;
}

.lolfmk-job .entry-header h1 a {
  color: #292C2E;
}

.lolfmk-job .entry-header h1 a:hover {
  color: #47BFE4;
  text-decoration: none;
}

.lolfmk-job .post-meta {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CFDAE3;
}

.lolfmk-job .post-meta .entry-date {
  font-size: 16px;
}

.lolfmk-job .post-meta .day {
  font-weight: 600;
  color: #292C2E;
}

.lolfmk-job .post-meta .month-year {
  font-weight: 600;
  color: #FBD168;
  text-transform: uppercase;
}

.lolfmk-job .post-meta .month-year a {
  color: #FBD168;
}

.lolfmk-job .post-meta .meta-wrap {
  margin-right: 10px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.lolfmk-job .post-meta .meta-wrap .fa {
  margin-right: 5px;
  color: #464B4F;
}

.lolfmk-job .entry-content {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #949DA5;
}

.lolfmk-job .job-meta,
.lolfmk-job .job-form-description {
  margin-bottom: 40px;
  padding: 22px;
  font-size: 12px;
  background-color: #f6f6f6;
}

.lolfmk-job .job-meta ul,
.lolfmk-job .job-form-description ul {
  margin-bottom: 0;
}

.lolfmk-job .job-form-description {
  font-size: 14px;
  color: #292C2E;
  background-color: #FBD168;
}

.lolfmk-job .job-form-description span,
.lolfmk-job .job-form label span,
.lolfmk-job .wpcf7 label span {
  color: red;
}

.lolfmk-job .social-meta {
  margin-bottom: 60px;
}

.lolfmk-job .wpcf7 input[type="submit"] {
  padding: 20px 34px;
  width: 100%;
  display: block;
  font-size: 14px;
}

.highlight-p .lolfmk-job .entry-content > p:first-child {
  font-size: 18px;
  line-height: 24px;
  color: #050505;
}

.post-type-archive-lolfmk-job .entry-job {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #949DA5;
}

.post-type-archive-lolfmk-job .entry-job h4 {
  margin-bottom: 5px;
  font-size: 16px;
  /*font-weight: 400;*/
  color: #292C2E;
}

.post-type-archive-lolfmk-job .entry-job h4 a {
  color: #292C2E;
}

.post-type-archive-lolfmk-job .entry-job h4 a:hover {
  color: #47BFE4;
  text-decoration: none;
}

.post-type-archive-lolfmk-job .entry-job .meta-job {
  margin-bottom: 10px;
  font-size: 12px;
}

.post-type-archive-lolfmk-job .entry-job .meta-job-location {
  margin-top: 20px;
  padding: 5px 10px;
  color: #292C2E;
  background-color: #FBD168;
}

/* 18 Image Attachment
-------------------------------------------------------------- */
.single-attachment #image-navigation {
  margin-bottom: 30px;
  text-align: center;
}

.single-attachment #image-navigation a {
  padding: 5px 13px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #47BFE4;
  transition: all 0.2s ease;
}

.single-attachment #image-navigation a:hover {
  color: #292C2E;
  background-color: #FBD168;
}

.single-attachment .entry-attachment img {
  margin: 0 auto;
}

.single-attachment .entry-caption {
  margin-top: 50px;
  font-size: 12px;
  text-align: center;
}

.single-attachment .attachment-description {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #CFDAE3;
  text-align: center;
}

/* 19 Back to Top
-------------------------------------------------------------- */
#back-top {
  bottom: 5px;
  right: 5px;
  position: fixed;
  z-index: 9999;
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #949DA5;
  transform: translate(0, -100%);
  transition: all 0.2s ease;
}

#back-top:hover {
  background-color: #47BFE4;
  text-decoration: none;
}

#back-top.visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* 20 Plugins
-------------------------------------------------------------- */
.isotope-item img {
  width: 100%;
}

/* 20.1 Flexslider
-------------------------------- */
.flex-container a:active, .flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:nth-of-type(1) {
  display: block;
}

.flexslider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  position: relative;
}

.flexslider ul li {
  line-height: auto;
}

.flexslider .flex-direction-nav a {
  margin-top: -15px;
  width: 29px;
  height: 31px;
  position: absolute;
  top: 50%;
  display: inline-block;
  text-indent: -9999px;
  opacity: 0;
  background: #292C2E url(../images/arrows.png) 0 7px no-repeat;
  transition: all 0.2s ease;
  z-index: 9;
}

.flexslider .flex-direction-nav .flex-prev {
  left: 10px;
}

.flexslider .flex-direction-nav .flex-next {
  right: 10px;
  background-position: -29px 7px;
}

.flexslider:hover .flex-direction-nav a {
  opacity: 0.5;
}

.flexslider:hover .flex-direction-nav a:hover {
  opacity: 1;
}

.touch .flexslider .flex-direction-nav {
  display: none;
}

.js .preloader {
  position: absolute;
  margin-top: -8px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  z-index: 9999;
  background: url(../images/ajax-loader.gif) no-repeat center center;
}

/* 20.2 Isotope
-------------------------------- */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope .isotope-item {
  transition-duration: 0.8s;
}

.isotope {
  transition-property: height, width;
}

.isotope .isotope-item {
  transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  transition-duration: 0s;
}

/* 20.3 prettyPhoto
-------------------------------- */
div.pp_default .pp_description {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #464B4F;
}

/* 20.4 CF7
-------------------------------- */
html div.wpcf7-response-output {
  margin: 5px 0 0;
  padding: 7px 22px;
  font-size: 12px;
  color: #fff;
  border: none;
  background-color: #47BFE4;
}

html div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

html div.wpcf7-mail-sent-ok {
  background-color: #47BFE4;
}

html div.wpcf7-mail-sent-ng {
  background-color: #E81730;
}

html div.wpcf7-spam-blocked {
  background-color: #ffa500;
}

html div.wpcf7-validation-errors {
  background-color: #E81730;
}

html span.wpcf7-form-control-wrap {
  position: relative;
}

html span.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px;
  color: #E81730;
  border-bottom: 2px dashed #E81730;
}

html .use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #E81730;
  background: #fff;
  padding: .2em .8em;
}

html span.wpcf7-list-item {
  margin-left: 0.5em;
}

html .wpcf7-display-none {
  display: none;
}

html div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}

html div.wpcf7 div.ajax-error {
  display: none;
}

html div.wpcf7 .placeheld {
  color: #949DA5;
}

/* 20.5 Nano Scroller
-------------------------------- */
/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  visibility: hidden;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  visibility: visible;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  transition: .2s;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

/* 20.6 Owl Carousel
-------------------------------- */
ul.owl-carousel-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* 21 Media Queries
-------------------------------------------------------------- */

@media (min-width: 361px) {
  .lol-grid-1 .grid-item-wrap {
    margin-bottom: 7px;
    overflow: hidden;
  }
  .lol-grid-1 .grid-item-wrap .grid-item-1,
  .lol-grid-1 .grid-item-wrap .grid-item-2 {
    margin-bottom: 0;
    width: 50%;
  }
  .lol-grid-1 .grid-item-wrap .grid-item-1 {
    padding-right: 3px;
    float: left;
  }
  .lol-grid-1 .grid-item-wrap .grid-item-2 {
    padding-left: 4px;
    float: right;
  }
  .lol-grid-2 .grid-item-wrap {
    margin-bottom: 7px;
    overflow: hidden;
  }
  .lol-grid-2 .grid-item-wrap .grid-item-1,
  .lol-grid-2 .grid-item-wrap .grid-item-2,
  .lol-grid-2 .grid-item-wrap .grid-item-5,
  .lol-grid-2 .grid-item-wrap .grid-item-6 {
    margin-bottom: 0;
    width: 50%;
  }
  .lol-grid-2 .grid-item-wrap .grid-item-1 {
    padding-right: 3px;
    float: left;
  }
  .lol-grid-2 .grid-item-wrap .grid-item-2 {
    padding-left: 4px;
    float: right;
  }
  .lol-grid-2 .grid-item-wrap .grid-item-5 {
    padding-right: 3px;
    float: left;
  }
  .lol-grid-2 .grid-item-wrap .grid-item-6 {
    padding-left: 4px;
    float: right;
  }
  .lol-grid-3 .grid-item-wrap {
    margin-bottom: 7px;
    position: relative;
    overflow: hidden;
  }
  .lol-grid-3 .grid-item-wrap .grid-item {
    margin-bottom: 0;
    width: 50%;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-1,
  .lol-grid-3 .grid-item-wrap .grid-item-5 {
    padding-right: 3px;
    margin-bottom: 7px;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-2,
  .lol-grid-3 .grid-item-wrap .grid-item-6 {
    padding-left: 4px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-3,
  .lol-grid-3 .grid-item-wrap .grid-item-7 {
    padding-right: 3px;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-4,
  .lol-grid-3 .grid-item-wrap .grid-item-8 {
    padding-left: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .margin-no .lol-grid-1,
  .margin-no .lol-grid-2,
  .margin-no .lol-grid-3 {
    margin-bottom: 7px;
  }
}

@media (min-width: 420px) {
  #logo {
    margin-left: 0;
    margin-right: 0;
  }
  .move-right #wrap {
    transform: translate3d(320px, 0, 0);
  }
  .no-csstransforms3d.move-right #wrap {
    left: 320px;
  }
  #mobile-menu {
    width: 320px;
  }
  .full-portfolio-wrap .lm-col-3,
  .full-portfolio-wrap .lm-col-4,
  .full-portfolio-wrap .lm-col-6 {
    float: left;
    width: 50%;
  }
  #countdown .count-wrap {
    display: inline-block;
  }
  #countdown .count-wrap .count {
    margin-left: 20px;
    margin-right: 20px;
  }
  #countdown .count-wrap .count:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  #content {
    padding: 75px 0;
  }
  #sidebar {
    padding: 75px 0;
    border-top: none;
  }
  #sidebar .widget {
    margin-bottom: 70px;
  }
  #top-footer.top-footer-page {
    margin-top: 10px;
  }
  .sidebar-left .cont.lm-col-9 {
    float: right;
  }
  .sidebar-left .side.lm-col-3 {
    float: left;
  }
  #branding {
    text-align: left;
    height: 70px;
  }
  #logo {
    margin: 0;
    padding: 0;
    float: left;
    height: 70px;
  }
  #logo a,
  #logo img {
    max-height: 100%;
  }
  #site-title {
    padding: 0;
    line-height: 70px;
  }
  #nav-menu {
    margin-right: -21px;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 70px;
    height: 70px;
    text-transform: uppercase;
    list-style: none;
  }
  .sf-menu {
    margin: 0;
  }
  .sf-menu ul {
    margin: 0;
    padding: 10px 0;
    width: 250px;
    display: none;
    position: absolute;
    left: 0;
    z-index: 999;
    background: #f4f4f4;
  }
  .sf-menu ul li {
    display: block;
    transition: all 0.2s ease;
  }
  .sf-menu li {
    margin-right: -4px;
    display: inline-block;
    position: relative;
  }
  .sf-menu a {
    margin: 0 10px;
    padding: 0 15px;
    position: relative;
    display: block;
    color: #292C2E;
    transition: all 0.2s ease;
  }
  .sf-menu > li.current_page_item > a,
  .sf-menu > li.current_page_parent > a,
  .sf-menu > li.current-menu-parent > a,
  .sf-menu > li.current-menu-item > a,
  .sf-menu > li.current-menu-ancestor > a,
  .sf-menu > li.sfHover > a,
  .sf-menu a:hover {
    color: #47BFE4;
    text-decoration: none;
  }
  .sf-menu ul a {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #464B4F;
    text-transform: none;
  }
  .sf-menu ul li a {
    margin: 0;
    padding: 10px 0;
  }
  .sf-menu ul li a:hover {
    color: #464B4F !important;
    text-decoration: underline;
  }
  .sf-menu ul li {
    padding: 0 20px;
    width: 100%;
  }
  .sf-menu ul ul {
    left: 250px;
    top: -10px;
    display: none;
  }
  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block;
  }
  .sf-menu li.megamenu {
    position: static;
  }
  .sf-menu .megamenu .megamenu_wrap {
    padding: 20px 0;
    position: absolute;
    left: 15px;
    width: 940px;
    display: none;
    z-index: 999;
    background-color: #f4f4f4;
    overflow: hidden;
  }
  .sf-menu .megamenu ul {
    padding: 0;
    width: 100%;
    display: block;
    position: static;
    z-index: 99;
  }
  .sf-menu .megamenu ul li {
    padding: 0;
  }
  .sf-menu .megamenu ul ul {
    position: static;
  }
  .sf-menu .megamenu li {
    margin-right: 0;
  }
  .sf-menu .megamenu:hover > .megamenu_wrap,
  .sf-menu .megamenu.sfHover > .megamenu_wrap {
    display: block;
  }
  .sf-menu .megamenu_wrap > ul {
    padding: 0 10px;
    overflow: hidden;
  }
  .sf-menu .megamenu_wrap > ul > li,
  .sf-menu .megamenu_wrap > ul > li > a {
    padding: 10px 0;
    font-weight: 700;
    color: #292C2E !important;
    text-transform: uppercase;
  }
  .sf-menu .megamenu_wrap > ul > li > span {
    margin-bottom: 5px;
    padding: 10px 0;
    line-height: 20px;
    display: block;
  }
  .sf-menu .megamenu_wrap > ul > li {
    padding: 0 15px;
    float: left;
    border-left: 1px dashed #CFDAE3;
  }
  .sf-menu .megamenu_wrap > ul > li:first-child {
    border-left: none;
  }
  .sf-menu .megamenu_wrap > ul > li > a {
    margin-bottom: 5px;
  }
  .sf-menu .megamenu_wrap.column-items1 > ul > li {
    width: 100%;
  }
  .sf-menu .megamenu_wrap.column-items2 > ul > li {
    width: 50%;
  }
  .sf-menu .megamenu_wrap.column-items3 > ul > li {
    width: 33.33333333333333%;
  }
  .sf-menu .megamenu_wrap.column-items4 > ul > li {
    width: 25%;
  }
  .sf-menu .megamenu_wrap.column-items5 > ul > li {
    width: 20%;
  }
  .sf-menu .megamenu_wrap.column-items6 > ul > li {
    width: 16.666666666666664%;
  }
  .dark .sf-menu ul {
    background: #464B4F;
  }
  .dark .sf-menu a {
    color: #f6f6f6;
  }
  .dark .sf-menu > li.current_page_item > a,
  .dark .sf-menu > li.current_page_parent > a,
  .dark .sf-menu > li.current-menu-parent > a,
  .dark .sf-menu > li.current-menu-item > a,
  .dark .sf-menu > li.current-menu-ancestor > a,
  .dark .sf-menu > li.sfHover > a,
  .dark .sf-menu a:hover {
    color: #47BFE4;
  }
  .dark .sf-menu ul a {
    color: #B8B8B8;
  }
  .dark .sf-menu ul li a:hover {
    color: #fff !important;
  }
  .dark .sf-menu .megamenu .megamenu_wrap {
    background-color: #464B4F;
  }
  .dark .sf-menu .megamenu_wrap > ul > li,
  .dark .sf-menu .megamenu_wrap > ul > li > a {
    color: #fff !important;
  }
  .dark .sf-menu .megamenu_wrap > ul > li {
    border-left: 1px dashed #5b6166;
  }
  .dark .sf-menu .megamenu_wrap > ul > li:first-child {
    border-left: none;
  }
  .lol-sticky-header-yes #header-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
  }
  .lol-sticky-header-yes body.admin-bar #header-wrap {
    top: 32px;
  }
  .lol-sticky-header-yes #wrap {
    padding-top: 70px;
  }
  .lol-sticky-header-yes.fixed-yes #header-wrap {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .lol-sticky-header-yes.lol-top-submenu #header-wrap {
    position: static;
  }
  .lol-sticky-header-yes.lol-top-submenu #wrap {
    padding-top: 0;
  }
  .lol-sticky-header-yes.lol-top-submenu.fixed-yes #header-wrap {
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 9999;
  }
  .lol-sticky-header-yes.lol-top-submenu.fixed-yes body.admin-bar #header-wrap {
    top: 32px;
  }
  .lol-sticky-header-yes.lol-top-submenu.fixed-yes #submenu {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9999;
  }
  .lol-sticky-header-yes.lol-top-submenu.fixed-yes #wrap {
    padding-top: 106px;
  }
  .cart-yes,
  .cart-no {
    height: 70px;
  }
  .cart-yes #nav-menu {
    margin-right: 150px;
  }
  .cart-yes.search-yes #nav-menu {
    margin-right: 210px;
  }
  .cart-no.search-yes #nav-menu {
    margin-right: 60px;
  }
  #branding #icon-search-btn {
    position: absolute;
    right: 15px;
    margin-top: -10px;
    top: 50%;
    font-size: 20px;
    color: #292C2E;
    display: inline-block;
  }
  #branding #icon-search-btn:hover {
    color: #47BFE4;
  }
  #branding .header-search {
    display: inline-block;
    text-align: center;
  }
  #branding .header-search form.searchbox {
    display: none;
  }
  #branding.search-active #logo,
  #branding.search-active #nav-menu,
  #branding.search-active #header-cart {
    visibility: hidden;
  }
  #branding.search-active #icon-search-btn .fa-search:before {
    content: "\f00d";
  }
  #branding.search-active form.searchbox {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -17px;
    display: inline-block;
  }
  #branding.search-active form.searchbox .fa {
    display: none;
  }
  #branding.search-active form.searchbox input[type="text"] {
    padding: 0 10px;
    width: 890px;
    font-size: 20px;
    line-height: 35px;
    background-color: #fff;
    border-bottom: 2px solid #CFDAE3;
  }
  #branding.search-active form.searchbox input[type="text"]:focus {
    outline: none;
    border-bottom: 2px solid #47BFE4;
  }
  #branding.search-active form.searchbox input[type="text"]::-webkit-input-placeholder {
    font-size: 20px;
    color: #949da5;
  }
  #branding.search-active form.searchbox input[type="text"]:-moz-placeholder {
    font-size: 20px;
    color: #949da5;
  }
  #branding.search-active form.searchbox input[type="text"]::-moz-placeholder {
    font-size: 20px;
    color: #949da5;
  }
  #branding.search-active form.searchbox input[type="text"]:-ms-input-placeholder {
    font-size: 20px;
    color: #949da5;
  }
  .dark #branding #icon-search-btn {
    color: #f6f6f6;
  }
  .dark #branding #icon-search-btn:hover {
    color: #FBD168;
  }
  .dark #branding.search-active form.searchbox input[type="text"] {
    color: #f6f6f6;
    background-color: #292C2E;
    border-bottom: 2px solid #949DA5;
  }
  .dark #branding.search-active form.searchbox input[type="text"]:focus {
    border-bottom: 2px solid #FBD168;
  }
  .dark #branding.search-active form.searchbox input[type="text"]::-webkit-input-placeholder {
    color: #f6f6f6;
  }
  .dark #branding.search-active form.searchbox input[type="text"]:-moz-placeholder {
    color: #f6f6f6;
  }
  .dark #branding.search-active form.searchbox input[type="text"]::-moz-placeholder {
    color: #f6f6f6;
  }
  .dark #branding.search-active form.searchbox input[type="text"]:-ms-input-placeholder {
    color: #f6f6f6;
  }
  #mobile-menu-link,
  #mobile-menu {
    display: none;
  }
  #submenu {
    text-align: left;
    line-height: 16px;
    height: 36px;
  }
  #submenu .company-info .info {
    margin: 0 14px 0 0;
  }
  #submenu .sub-header-menu {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    display: inline-block;
  }
  #submenu .sub-header-menu li {
    margin-left: 20px;
    display: inline-block;
  }
  #submenu .lm-col-12 {
    height: 16px;
  }
  .page-title {
    padding-bottom: 20px;
    position: relative;
  }
  .page-title .crumbs {
    margin-top: 7px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  article.post .post-wrap {
    margin-left: 230px;
    padding-top: 10px;
  }
  article.post .post-meta {
    margin-right: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 200px;
    float: left;
    text-align: right;
    border-bottom: none;
  }
  article.post .post-meta .entry-date-wrap {
    margin-bottom: 8px;
    border-bottom: 1px solid #CFDAE3;
  }
  article.post .post-meta .entry-date {
    margin-bottom: 8px;
    display: inline-block;
    text-align: center;
  }
  article.post .post-meta .day {
    display: block;
    font-size: 60px;
    line-height: 60px;
  }
  article.post .post-meta .meta-wrap {
    margin-right: 0;
    display: block;
  }
  article.post.error404 .entry-content {
    padding-left: 100px;
    padding-right: 100px;
  }
  article.post.error404 .entry-content .fa-frown-o {
    font-size: 130px;
  }
  article.post.error404 .entry-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
  article.post.error404 .entry-content p {
    font-size: 18px;
    line-height: 30px;
  }
  article.post.error404 .entry-content .searchbox {
    margin: 0 200px;
  }
  .sidebar-no.default #content {
    margin-left: auto;
    margin-right: auto;
    width: 848px;
  }
  .search article.post .post-wrap {
    margin-left: 0;
  }
  .lol_widget_dribbble img,
  .lol_widget_flickr img {
    margin: 4px 4px 0 0;
    width: 50px;
    height: auto;
    float: left;
  }
  .lol_widget_flickr img {
    height: 50px;
  }
  .lol_widget_dribbble .dribbble-item-1 img,
  .lol_widget_dribbble .dribbble-item-2 img,
  .lol_widget_dribbble .dribbble-item-3 img,
  .lol_widget_dribbble .dribbble-item-4 img,
  .lol_widget_flickr .flickr-item-1 img,
  .lol_widget_flickr .flickr-item-2 img,
  .lol_widget_flickr .flickr-item-3 img,
  .lol_widget_flickr .flickr-item-4 img {
    margin-top: 0;
  }
  .lol_widget_dribbble .dribbble-item-4 img,
  .lol_widget_dribbble .dribbble-item-8 img,
  .lol_widget_dribbble .dribbble-item-12 img,
  .lol_widget_flickr .flickr-item-4 img,
  .lol_widget_flickr .flickr-item-8 img,
  .lol_widget_flickr .flickr-item-12 img {
    margin-right: 0;
  }
  .portfolio-filter .portfolio-select {
    display: none;
  }
  .portfolio-filter .portfolio-categories {
    display: block;
  }
  .portfolio-categories {
    display: block;
  }
  .portfolio-tabs {
    margin: 0;
    list-style-type: none;
  }
  .portfolio-tabs li {
    display: inline-block;
  }
  .portfolio-tabs li a {
    margin: 0 0 3px 0;
    padding: 7px 22px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    border: none;
    background: #47BFE4;
    transition: all 0.2s ease;
  }
  .portfolio-tabs li:hover a, .portfolio-tabs li.active a {
    color: #292C2E;
    background-color: #FBD168;
  }
  .portfolio-item {
    margin-bottom: 30px;
  }
  .full-portfolio-wrap {
    overflow: hidden;
  }
  .full-portfolio-wrap .lm-col-3 {
    width: 25%;
  }
  .full-portfolio-wrap .lm-col-4 {
    width: 33.33333333333333%;
  }
  .single-lolfmk-portfolio .entry-content,
  .single-lolfmk-portfolio .project-details {
    padding: 0 100px 40px;
  }
  .single-lolfmk-portfolio .project-details div {
    display: inline-block;
  }
  .single-lolfmk-portfolio .project-details .lol-love-wrap {
    display: block;
  }
  .page-row {
    margin-bottom: 70px;
  }
  .page-row.full-img {
    margin-bottom: 70px;
  }
  .page-row.margin-no, .page-row.divider-block, .page-row:last-child {
    margin-bottom: 0;
  }
  .page-row.lol-row-carousel {
    margin-bottom: 70px;
  }
  .lol-item-column,
  .lol-item-line,
  .lol-item-heading,
  .lol-item-heading-small,
  .lol-item-heading-wide,
  .lol-item-image,
  .lol-item-image-banner,
  .lol-item-image-text,
  .lol-item-service-column,
  .lol-item-mini-service-column,
  .lol-item-embed-video,
  .lol-item-text-banner-alt,
  .post-item,
  .lol-item-blog-list,
  .lol-page-item .row:last-child .portfolio-item,
  .page-row .full-portfolio-wrap,
  .lol-item-portfolio-list,
  .lol-item-member,
  .progress-circle,
  .progress-number,
  .lol-toggle,
  .lol-faq-wrap,
  .lol-faq-entry:last-child,
  .job-list,
  .map-canvas-wrapper,
  .lol-item-newsletter {
    margin-bottom: 0;
  }
  .lol-item-heading h2,
  .lol-item-heading p,
  .lol-item-heading-small h2,
  .lol-item-heading-small p {
    width: 80%;
    display: inline-block;
  }
  .lol-item-block-banner-alt h3,
  .lol-item-block-banner-alt p,
  .lol-item-text-banner-alt h3,
  .lol-item-text-banner-alt p {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .lol-item-service-column {
    text-align: left;
  }
  .lol-item-mini-service-column {
    text-align: left;
    position: relative;
  }
  .lol-item-mini-service-column .service-icon {
    margin-bottom: 0;
    position: absolute;
    top: 5px;
  }
  .lol-item-mini-service-column h3 {
    margin-left: 50px;
  }
  .lol-item-mini-service-column p {
    margin-left: 50px;
  }
  .lol-item-mini-service-column.no-margin {
    margin-bottom: -30px;
  }
  .progress-number {
    position: relative;
    text-align: left;
  }
  .progress-number .progress-icon {
    margin-bottom: 0;
    position: absolute;
    top: 15px;
  }
  .progress-number .timer,
  .progress-number .nojs-timer {
    padding-left: 60px;
  }
  .progress-number p {
    padding-left: 60px;
  }
  #countdown .count-wrap {
    display: inline;
  }
  #countdown .count-wrap .count {
    margin: 0 20px;
    display: inline-block;
  }
  .faqs-filter .faqs-select {
    display: none;
  }
  .faqs-filter .faqs-categories {
    display: block;
  }
  .faqs-categories {
    display: block;
  }
  .faqs-tabs {
    margin: 0;
    list-style-type: none;
  }
  .faqs-tabs li {
    display: inline-block;
  }
  .faqs-tabs li a {
    margin: 0 0 3px 0;
    padding: 7px 22px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    border: none;
    background: #47BFE4;
    transition: all 0.2s ease;
  }
  .faqs-tabs li:hover a, .faqs-tabs li.active a {
    color: #292C2E;
    background-color: #FBD168;
  }
  .lol-item-brands-parallax > div {
    margin-bottom: 0;
    padding: 0 20px;
  }
  .lol-item-brands-parallax.cols-2 > div {
    width: 50% !important;
  }
  .lol-item-brands-parallax.cols-3 > div {
    width: 33.33333% !important;
  }
  .lol-item-brands-parallax.cols-4 > div {
    width: 25% !important;
  }
  .lol-item-brands-parallax.cols-5 > div {
    width: 20% !important;
  }
  .lol-item-brands-parallax.cols-6 > div {
    width: 16.66667% !important;
  }
  .lol-item-call-to-action h3 {
    margin: 0 20px;
    display: inline-block;
    line-height: 48px;
  }
  .lol-item-call-to-action .lol-button-block {
    margin: 0 20px;
    display: inline-block;
  }
  .lol-grid-1 {
    position: relative;
    width: 940px;
    height: 534px;
    overflow: hidden;
  }
  .lol-grid-1 .grid-item-wrap {
    margin-bottom: 0;
  }
  .lol-grid-1 .grid-item-wrap .grid-item-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 228px;
    height: 295px;
    float: none;
    padding: 0;
  }
  .lol-grid-1 .grid-item-wrap .grid-item-2 {
    position: absolute;
    top: 0;
    left: 235px;
    width: 228px;
    height: 295px;
    float: none;
    padding: 0;
  }
  .lol-grid-1 .grid-item-3 {
    margin-bottom: 0;
    position: absolute;
    top: 302px;
    left: 0;
    width: 463px;
    height: 232px;
  }
  .lol-grid-1 .grid-item-4 {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 470px;
    height: 534px;
  }
  .lol-grid-2 {
    position: relative;
    width: 940px;
    height: 534px;
    overflow: hidden;
  }
  .lol-grid-2 .grid-item-wrap {
    margin-bottom: 0;
  }
  .lol-grid-2 .grid-item-wrap .grid-item-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 228px;
    height: 295px;
    float: none;
    padding: 0;
  }
  .lol-grid-2 .grid-item-wrap .grid-item-2 {
    position: absolute;
    top: 0;
    left: 235px;
    width: 228px;
    height: 295px;
    float: none;
    padding: 0;
  }
  .lol-grid-2 .grid-item-wrap .grid-item-5 {
    position: absolute;
    bottom: 0;
    left: 470px;
    width: 231px;
    height: 295px;
    float: none;
    padding: 0;
  }
  .lol-grid-2 .grid-item-wrap .grid-item-6 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 232px;
    height: 295px;
    float: none;
    padding: 0;
  }
  .lol-grid-2 .grid-item-3 {
    margin-bottom: 0;
    position: absolute;
    top: 302px;
    left: 0;
    width: 463px;
    height: 232px;
  }
  .lol-grid-2 .grid-item-4 {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 470px;
    height: 232px;
    overflow: hidden;
  }
  .lol-grid-3 {
    position: relative;
    width: 940px;
    height: 534px;
    overflow: hidden;
  }
  .lol-grid-3 .grid-item-wrap {
    margin-bottom: 0;
    position: static;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 228px;
    height: 295px;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-2 {
    left: 235px;
    right: auto;
    width: 228px;
    height: 231px;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 228px;
    height: 231px;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-4 {
    right: auto;
    left: 235px;
    width: 228px;
    height: 295px;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-5 {
    position: absolute;
    top: 0;
    left: 470px;
    width: 231px;
    height: 295px;
    overflow: hidden;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-6 {
    width: 232px;
    height: 231px;
    overflow: hidden;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-7 {
    position: absolute;
    bottom: 0;
    left: 470px;
    width: 231px;
    height: 231px;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-8 {
    width: 232px;
    height: 295px;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-1,
  .lol-grid-3 .grid-item-wrap .grid-item-2,
  .lol-grid-3 .grid-item-wrap .grid-item-3,
  .lol-grid-3 .grid-item-wrap .grid-item-4,
  .lol-grid-3 .grid-item-wrap .grid-item-5,
  .lol-grid-3 .grid-item-wrap .grid-item-6,
  .lol-grid-3 .grid-item-wrap .grid-item-7,
  .lol-grid-3 .grid-item-wrap .grid-item-8 {
    padding: 0;
    margin-bottom: 0;
  }
  .lol-price-table .price-name,
  .lol-price-table .price-description,
  .lol-price-table ul,
  .lol-price-table .price-btn {
    margin-left: 1px;
  }
  .lol-price-table .price-item:first-child .price-name,
  .lol-price-table .price-item:first-child .price-description,
  .lol-price-table .price-item:first-child ul,
  .lol-price-table .price-item:first-child .price-btn {
    margin-left: 0;
  }
  .columns1 .price-item {
    width: 100%;
  }
  .columns2 .price-item {
    width: 50%;
    float: left;
  }
  .columns3 .price-item {
    width: 33.33333333333333%;
    float: left;
  }
  .columns4 .price-item {
    width: 25%;
    float: left;
  }
  .columns5 .price-item {
    width: 20%;
    float: left;
  }
  .price-item.popular-yes {
    margin: -30px 0 0 0;
  }
  .price-item.popular-yes .price-name {
    padding: 37px 20px;
  }
  .price-item.popular-yes .price-btn {
    padding-bottom: 47px;
  }
  #footer-bottom {
    padding-bottom: 6px;
    text-align: left;
  }
  #footer-bottom ul.shop-cards {
    margin: 0;
    text-align: right;
  }
  #footer-bottom ul.shop-cards li {
    text-align: left;
  }
  .template-portfolio .page-row:last-child {
    margin-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .sf-menu .megamenu .megamenu_wrap {
    width: 1140px;
  }
  #branding.search-active form.searchbox input[type="text"] {
    width: 1090px;
  }
  article.post.error404 .entry-content {
    padding-left: 200px;
    padding-right: 200px;
  }
  .lol_widget_dribbble img,
  .lol_widget_flickr img {
    width: 62px;
  }
  .lol_widget_flickr img {
    height: 62px;
  }
  .lol-grid-1 {
    width: 1140px;
    height: 649px;
  }
  .lol-grid-1 .grid-item-wrap .grid-item-1 {
    width: 278px;
    height: 360px;
  }
  .lol-grid-1 .grid-item-wrap .grid-item-2 {
    left: 285px;
    width: 278px;
    height: 360px;
  }
  .lol-grid-1 .grid-item-3 {
    top: 367px;
    width: 563px;
    height: 282px;
  }
  .lol-grid-1 .grid-item-4 {
    width: 570px;
    height: 649px;
  }
  .lol-grid-2 {
    width: 1140px;
    height: 649px;
    overflow: hidden;
  }
  .lol-grid-2 .grid-item-wrap {
    margin-bottom: 0;
  }
  .lol-grid-2 .grid-item-wrap .grid-item-1 {
    width: 278px;
    height: 360px;
  }
  .lol-grid-2 .grid-item-wrap .grid-item-2 {
    left: 285px;
    width: 278px;
    height: 360px;
  }
  .lol-grid-2 .grid-item-wrap .grid-item-5 {
    left: 570px;
    width: 281px;
    height: 360px;
  }
  .lol-grid-2 .grid-item-wrap .grid-item-6 {
    width: 282px;
    height: 360px;
  }
  .lol-grid-2 .grid-item-3 {
    top: 367px;
    width: 563px;
    height: 282px;
  }
  .lol-grid-2 .grid-item-4 {
    width: 570px;
    height: 282px;
  }
  .lol-grid-3 {
    width: 1140px;
    height: 649px;
    overflow: hidden;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-1 {
    width: 278px;
    height: 360px;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-2 {
    left: 285px;
    width: 278px;
    height: 282px;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-3 {
    width: 278px;
    height: 282px;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-4 {
    left: 285px;
    width: 278px;
    height: 360px;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-5 {
    left: 570px;
    width: 281px;
    height: 360px;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-6 {
    width: 282px;
    height: 282px;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-7 {
    left: 570px;
    width: 281px;
    height: 282px;
  }
  .lol-grid-3 .grid-item-wrap .grid-item-8 {
    width: 282px;
    height: 360px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  select {
    background-image: url(../images/select@2x.png);
    background-size: 37px 16px;
  }
  label.lol-label {
    background-size: 20px 20px;
    background-image: url(../images/checkbox@2x.png);
  }
  input[type="checkbox"]:checked.lol-checkbox + .lol-label {
    background-size: 20px 20px;
    background-image: url(../images/checkbox_active@2x.png);
  }
  label.lol-label-radio {
    background-size: 20px 20px;
    background-image: url(../images/radio@2x.png);
  }
  input[type="radio"]:checked.lol-radio + .lol-label-radio {
    background-size: 20px 20px;
    background-image: url(../images/radio_active@2x.png);
  }
  .lol-newsletter-form .lol-newsletter-loader {
    background-size: 36px 36px;
    background-image: url(../images/newsletter_loader@2x.gif);
  }
  #footer .lol_newsletter_widget .lol-newsletter-loader {
    background-size: 36px 36px;
    background-image: url(../images/newsletter_loader_dark@2x.gif);
  }
  #footer.light .lol_newsletter_widget .lol-newsletter-loader {
    background-size: 36px 36px;
    background-image: url(../images/newsletter_loader@2x.gif);
  }
  ul.shop-cards li {
    background-size: 793px 286px;
    background-image: url(../images/credit_card_icons@2x.png);
  }
  .flexslider .flex-direction-nav a {
    background-size: 58px 17px;
    background-image: url(../images/arrows@2x.png);
  }
  .js .preloader {
    background-size: 16px 16px;
    background: url(../images/ajax-loader@2x.gif);
  }
}
