/*!
Theme Name: Calypso
Theme URI: http://calypso.nithinkvarrier.in/
Author: Nithin K Varrier
Author URI: http://nithinkvarrier.in/
Description: Calypso is a simple theme for develop professional portfolio sites quickly and it is Gutenberg-ready.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: calypso
Tags: blog, custom-colors, custom-header,custom-logo, custom-menu, custom-background, grid-layout, one-column, two-columns, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Calypso is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none; /* 2 */
}
a:hover {
	text-decoration: none; /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: none; /* 2 */

}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}


/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1em;
}

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

blockquote {
	margin: 0 1em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1rem;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1rem 1rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
.form-control:focus
{
    outline:0px !important;
    -webkit-appearance:none;
}
.form-control:focus {
	outline: none;
	box-shadow:none !important;
	border:1px solid #422918;
  }
.fa{
	color: #2CD007;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button, body div.wpforms-container-full .wpforms-form button,
body .tnp-widget-minimal input.tnp-submit, .btn-primary {
	text-align: center;
	padding: .81rem 2.18rem;
	background: #111;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: .75rem;
	letter-spacing: 2px;
	line-height: 1.5rem;
}
body .tnp-widget-minimal input.tnp-submit{
	padding: .625rem 2.18rem .5rem;
	line-height: 1.5rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:active,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:active,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
body .tnp-widget-minimal input.tnp-submit:hover,
.btn-primary:hover {
	background: #2CD007;
	color: #fff;
	outline: none;
border:none;

}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}


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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.form-control, .form-group .form-control, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, div.wpforms-container .wpforms-form input[type=date], div.wpforms-container .wpforms-form input[type=datetime], div.wpforms-container .wpforms-form input[type=datetime-local], div.wpforms-container .wpforms-form input[type=email], div.wpforms-container .wpforms-form input[type=month], div.wpforms-container .wpforms-form input[type=number], div.wpforms-container .wpforms-form input[type=password], div.wpforms-container .wpforms-form input[type=range], div.wpforms-container .wpforms-form input[type=search], div.wpforms-container .wpforms-form input[type=tel], div.wpforms-container .wpforms-form input[type=text], div.wpforms-container .wpforms-form input[type=time], div.wpforms-container .wpforms-form input[type=url], div.wpforms-container .wpforms-form input[type=week], div.wpforms-container .wpforms-form select, div.wpforms-container .wpforms-form textarea, .search-field {
   
	float: none;
	font-size: .875rem;
    line-height: 1.5;
    border-radius: 0;
    
    font-weight: 400;
   
	
}
.search-field:focus{
	border: 0;
}
.search-field {
	border: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2CD007), to(#2CD007)),-webkit-gradient(linear, left top, left bottom, from(#2CD007), to(#2CD007));
	background-image: -webkit-linear-gradient(#2CD007, #2CD007),-webkit-linear-gradient(#2CD007, #2CD007);
	background-image: linear-gradient(#2CD007, #2CD007),linear-gradient(#2CD007, #2CD007); 

	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center bottom,center -webkit-calc(100% - 1px);
	background-position: center bottom,center calc(100% - 1px);
	background-size: 0 2px, 100% 1px;
	-webkit-transition: background 0s ease-out;
	transition: background 0s ease-out;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 1.875rem white inset;
}


.searchform label,
.search-form label {
  display: table-cell;
  vertical-align: top;
  padding-right: 25px;
  width: 100%;
}

.searchform:not(.media-toolbar-primary),
.search-form:not(.media-toolbar-primary),
.woocommerce-product-search {
  display: table;
  position: relative;
}
.searchform:not(.media-toolbar-primary) input[type=submit], .searchform:not(.media-toolbar-primary) button,
.search-form:not(.media-toolbar-primary) input[type=submit],
.search-form:not(.media-toolbar-primary) button,
.woocommerce-product-search input[type=submit],
.woocommerce-product-search button {
  display: table-cell;
  vertical-align: top;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  text-indent: -9999px;
   width: 30px;
  background: none;
  border: 0;
}
button:hover, input[type=submit]:hover{
	cursor: pointer;
}
.searchform:not(.media-toolbar-primary) input[type=search],
.search-form:not(.media-toolbar-primary) input[type=search],
.woocommerce-product-search input[type=search] {
  height: 2.25rem;
}
.searchform:not(.media-toolbar-primary):after,
.search-form:not(.media-toolbar-primary):after,
.woocommerce-product-search:after {
  color: #2CD007;
  content: "\f002";
  font-family: 'Fontawesome';
  pointer-events: none;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.woocommerce-product-search {
  width: 100%;
}
.woocommerce-product-search input[type=submit] {
  float: right;
}
.woocommerce-product-search input[type=search] {
  display: table-cell;
  vertical-align: top;
  float: left;
  width: 70%;
}

/*--------------------------------------------------------------
# Gutenberg Style Fixes
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.section {
	padding: 4.375rem 0;
}
.bypostauthor {
  display: block;
}

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

header#masthead{
	padding: .94rem 0;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
body.admin-bar .navbar {
	margin-top: 2rem;
  }
	

.navbar {
	background-color: #fff;
	color: #000;
	padding: 0;
	-webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
}
.home #site-navigation{
	background: none;
	box-shadow: none;
}	

.home #site-navigation.active, .home #main-navigation.show{
	background-color: #fff;
	-webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
}	
.navbar > .container {
	display: flex;
	padding: .625rem .9375rem;
	vertical-align: middle;
	align-items: center;
  }
/*
body:not(.home) .navbar-default .navbar-nav > .active > a,
body:not(.home) .navbar-default .navbar-nav > .active > a:hover,
body:not(.home) .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
}


.navbar.navbar-transparent {
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar.navbar-transparent > .container {
  padding-top: 25px;
}

*/



.navbar .navbar-nav > li > a,
.navbar-expand-md .navbar-nav .nav-link {
  font-size: .875rem;
  color:#000;
  padding: .9375rem .625rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.navbar .navbar-nav > li:hover > a,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li .dropdown-menu li > a:hover,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar .navbar-nav > .active:not(.btn) > a{
	color: #2CD007;
	opacity: 1;
}


.navbar .navbar-nav > li .dropdown-menu {
  margin-top: -5px;
  border: none;
  -webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav > li .dropdown-menu li > a {
  background-color: transparent;
  margin: 0 5px;
  padding: .625rem;
  font-size: .875rem;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

.navbar .navbar-nav > li .dropdown-menu li > a > i,
.navbar .navbar-nav > li .dropdown-menu li > a .fa {
  position: relative;
  top: 1px;
  margin-right: .75rem;
}
.navbar .navbar-nav > li .dropdown-menu li > a > i{
	min-width: 1.875rem;
	opacity: 0.5;
 	text-align: center;
}
.navbar .navbar-nav > li .dropdown-menu li > a .fa {
  margin-top: -4px;
  vertical-align: middle;
}
.navbar .navbar-nav > li:hover .dropdown-menu {
  margin-top: 0;
  z-index: 10;
}


.navbar.header-with-topbar {
  position: absolute;
  top: 40px;
}

.navbar.navbar-scroll-point {
  position: fixed;
  top: 0;
}

.navbar.full-screen-menu.navbar-scroll-point .header-sidebar-wrapper {
  display: none;
}

.dropdown-helper-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
}

#main-navigation ul.nav > li {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  visibility: visible;
}
@media (min-width: 769px) {

  .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
  }
  .dropdown.open, .dropdown:hover {
    z-index: 1;
  }
  .dropdown.open > .dropdown-menu, .dropdown:hover > .dropdown-menu {
    visibility: visible;
    margin-top: 1px;
    opacity: 1;
    z-index: 100;
  }

  .navbar:not(.full-screen-menu) .toggle-search {
    display: block;
    padding: 12.5px;
    width: 38px;
  }
  .navbar:not(.full-screen-menu) .menu-search {
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    display: inline-block;
  }
  .navbar:not(.full-screen-menu).nav-searching .nav-search form {
    max-width: 200px;
    opacity: 1;
    pointer-events: all;
  }
  .navbar:not(.full-screen-menu).nav-searching #main-navigation ul.nav li:not(.menu-search) {
    opacity: 0;
    visibility: hidden;
  }
  .navbar:not(.full-screen-menu) .nav-search {
    padding: 0 15px;
    text-align: left;
  }
  .navbar:not(.full-screen-menu) .nav-search .search-submit {
    display: none;
    pointer-events: none;
  }
  .navbar:not(.full-screen-menu) .nav-search form {
    width: 200px;
    max-width: 0;
    padding: 10px 5px;
    transition: all .5s ease;
    position: absolute;
    right: 40px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
  }
  .navbar:not(.full-screen-menu) .nav-search form:after {
    display: none;
  }
  .navbar:not(.full-screen-menu) .nav-search label {
    padding: 0;
  }
  .navbar:not(.full-screen-menu).navbar-transparent .nav-search form .search-field {
    color: #ffffff;
  }
  .navbar:not(.full-screen-menu).navbar-transparent .nav-search form .search-field::-webkit-input-placeholder {
    color: #ffffff;
  }
  .navbar:not(.full-screen-menu).navbar-transparent .nav-search form .search-field::-moz-placeholder {
    color: #ffffff;
  }
  .navbar:not(.full-screen-menu).navbar-transparent .nav-search form .search-field:-ms-input-placeholder {
    color: #ffffff;
  }
  .navbar:not(.full-screen-menu).navbar-transparent .nav-search form .search-field:-moz-placeholder {
    color: #ffffff;
  }
  .navbar:not(.full-screen-menu).navbar-transparent .nav-search form .control-label {
    color: #fff;
  }


  .navbar .button:hover {
	box-shadow: none !important;
	color: #219E05;
  }

}
@media (max-width: 768px) {
	.navbar-toggler{
		float: right;
		border: 0;
		margin-top: 5px;
	}
	.home #site-navigation{
		background-color: #fff;
		-webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
	}	
	.icon-bar {
		width: 22px; 
		height: 2px;
		background-color: #219E05;
		display: block;
		transition: all 0.2s;
		margin-top: 4px
	}
	 
	.navbar-toggler {
	  border: none;
	  background: transparent !important;
	}
	.navbar-toggler .top-bar {
		transform: rotate(45deg);
		transform-origin: 10% 10%;
	  }
	   
	  .navbar-toggler .middle-bar {
		opacity: 0;
	  }
	   
	  .navbar-toggler .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
	  }
	   
	  .navbar-toggler.collapsed .top-bar {
		transform: rotate(0);
	  }
	   
	  .navbar-toggler.collapsed .middle-bar {
		opacity: 1;
	  }
	   
	  .navbar-toggler.collapsed .bottom-bar {
		transform: rotate(0);
	  }

	li.nav-cart {
		display: none;
	  }
	
	  li.nav-cart.responsive-nav-cart {
		display: block;
		margin-left: 5px;
	  }
	
	  .container .navbar-header {
		width: 100%;
		display: flex;
		margin: 0 auto;
	  }
	
	  .navbar > .container {
		transition: padding 0.1s ease;
		padding: 10px 15px;
		align-items: center;
		display: block;
	  }
	  .navbar .navbar-nav > li > a,
	  .navbar-expand-md .navbar-nav .nav-link{
		  padding: 10px;
	  }
	  
	  .navbar .nav.navbar-nav {
		display: block;
	  }
	.nav-search {
	  margin-top: 25px;
	}
	.nav-search .search-submit {
	  display: block;
	  pointer-events: all;
	}
	.nav-search form {
	  width: 100%;
	  margin-bottom: 0;
	}
	.nav-search form:after {
	  font-size: 16px;
	  display: block;
	}
	.nav-search label {
	  padding-right: 25px;
	}
  
	.toggle-search {
	  display: none;
	}

	  .navbar.navbar-fixed-top .navbar-collapse {
		max-height: calc(100% - 70px);
		margin-top: 70px;
		overflow-y: auto;
		position: fixed;
		z-index: 9999;
		background: #fff;
		width: 100%;
		left: 0;
		top: 0;
		margin-left: 0;
		margin-right: 0;
		-webkit-overflow-scrolling: auto;
	  }
	  .navbar.navbar-fixed-top.header-with-topbar:not(.navbar-scroll-point) .navbar-collapse {
		margin-top: 110px;
	  }
	  .navbar .navbar-nav {
		margin: 7.5px 0;
	  }
	  .navbar .navbar-nav li {
		box-sizing: border-box;
		float: left;
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: left;
	  }
	  .navbar .navbar-nav li.btn {
		margin-top: 10px;
	  }
	  .navbar .navbar-nav .dropdown a .caret {
		box-sizing: content-box;
		color: #2CD007;
		cursor: pointer;
		display: inline-block;
		font-family: Fontawesome;
		height: 30px;
		margin-left: 0;
		position: absolute;
		right: 15px;
		text-align: center;
		top: 10px;
		width: 30px;
		z-index: 100;
	  }
	  .navbar .navbar-nav .dropdown a .caret:before {
		content: "\f107";
		top: 5px;
		position: relative;
		display: inline-block;
		transition: all 0.3s ease;
	  }
	  .navbar .navbar-nav .dropdown a .caret-open .caret:before {
		transform: rotate(-180deg);
	  }
	  .navbar .navbar-nav .dropdown a > i {
		margin-right: 12px;
	  }
	  .navbar .navbar-nav .dropdown.open a > .caret:before {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	  }
	  .navbar .navbar-nav .dropdown.open .dropdown-menu {
		display: block !important;
	  }
	  .navbar .navbar-nav .dropdown .dropdown-menu {
		background: transparent;
		box-shadow: none;
		position: static;
		margin-top: 0;
		padding: 0;
		width: 100%;
	  }
	  .navbar .navbar-nav .dropdown .dropdown-menu.open {
		display: block !important;
	  }
	  .navbar .navbar-nav .dropdown .dropdown-menu li a {
		margin: 0;
		padding: 10px 0 10px 20px;
	  }
	    .navbar .navbar-nav .dropdown .dropdown-menu li li a {
		padding: 10px 0 10px 45px;
	  }
	  .navbar .navbar-header .navbar-brand {
		padding-left: 0;
	  }
	  .navbar .navbar-brand h1, .navbar .navbar-brand p {
		padding: 10px 0;
	  }
	  .navbar .dropdown-submenu:hover .dropdown-menu {
		display: none !important;
	  }
	  .navbar .dropdown-submenu.open > a {
		background: transparent !important;
		color: inherit;
		-webkit-box-shadow: none;
		box-shadow: none;
	  }

  .navbar .dropdown-menu li > a > i {
    opacity: 1;
  }



  body.admin-bar .navbar {
    margin-top: 45px;
  }
  body.admin-bar .navbar.navbar-default .navbar-collapse {
    max-height: calc(100% - 115px);
    margin-top: 115px;
  }
  body.admin-bar .navbar.header-with-topbar {
    margin-top: 0;
    top: 85px;
  }
  body.admin-bar .navbar.header-with-topbar.navbar-fixed-top .navbar-collapse {
    max-height: calc(100% - 155px);
    margin-top: 155px;
  }
  body.admin-bar .navbar.header-with-topbar.navbar-fixed-top.navbar-scroll-point .navbar-collapse {
    margin-top: 115px;
  }
  body.admin-bar .navbar.navbar-scroll-point.header-with-topbar {
    top: 45px;
  }
  body.admin-bar .navbar.navbar-scroll-point.navbar-fixed-top .navbar-collapse {
    max-height: calc(100% - 115px);
  }
  .dropdown-toggle::after{
	  display: none;
  }
  
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #2CD007;
}

a:hover, a:focus, a:active {
	color: #2CD007;
}



a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
#  HOME PAGE SECTIONS
--------------------------------------------------------------*/

/* Welcome */
.page-header .container {
	 padding-top: 30vh; 
	color: #fff;
}
.ca-welcome-widget{
	margin-top: 1.875rem;
}
.header-filter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-position: center center;
	background-size: cover;
}
.carousel .header-filter:before, .carousel .header-filter:after {
	z-index: -1;
}
.header-filter:before, .header-filter:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.header-filter::before {
	background-color: rgba(0,0,0,0.5);
}
.header-filter.header-filter-gradient:before {
	background-color: transparent;
}

/* Features */

.ca-info .icon, .info .icon {
	transition: .3s ease;
	color: #999;
	margin-bottom: 1.875rem;
}
.ca-info .icon>i, .info .icon>i {
	font-size: 3.75rem;
}
.ca-features .feature-box{
	text-align: center;
}

/* About */


.section-dark, .section-image {
	background: #232323;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #585858), color-stop(100%, #232323));
	background: -webkit-radial-gradient(center, ellipse cover, #585858 0%, #232323 100%);
	background: -webkit-radial-gradient(center ellipse, #585858 0%, #232323 100%);
	background: radial-gradient(ellipse at center, #585858 0%, #232323 100%);
	background-color: #343434;
	background-size: 200% 240%;
	background-size: 550% 450%;
}
.section-image p,.section-image h1,.section-image h2,.section-image h3,.section-image h4{
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	color:#fff;
}
.section, .section-image {
	background-position: center center;
	background-size: cover;
}

.ca-about, .ca-subscribe, .ca-contact{
	background-attachment: fixed;
	color: #999;
	padding: 3.125rem 0;
}
.ca-about.section-image, .ca-subscribe.section-image,.ca-contact.section-image {
	color: #fefefe;
}

.section-image .container {
	position: relative;
	z-index: 2;
}

/* Subscribe */
.ca-subscribe{
	text-align: center;
}
.ca-subscribe-container{
	max-width: 800px;
	width: 60%;
	margin: 1.25rem auto;
}
.ca-subscribe-container input{
	display:inline-block;
}
.ca-subscribe-container input[type=text],
.ca-subscribe-container input[type=email],
.ca-subscribe-container .tnp-widget-minimal input.tnp-email{
	width: 60%;
}
.ca-subscribe-container input[type=button],
.ca-subscribe-container input[type=submit],
.ca-subscribe-container .tnp-widget-minimal input.tnp-submit{
	width: 40%;
}

/* Blog */
.ca-blog h2.ca-title,
.ca-features h2.ca-title{
	position: relative;
	padding-bottom: 10px;
}

.ca-blog h2.ca-title::before,
.ca-features h2.ca-title::before{
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.ca-blog h2.ca-title::after,
.ca-features h2.ca-title::after{
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #2CD007;
	bottom: 0;
	left: calc(50% - 20px);
}
.card{
	border: none;
}

.card-blog {
	margin-top: 1.875rem;
}
.card, .card-no-width {
	display: inline-block;
	position: relative;
	margin-bottom: 1.875rem;
	border-radius: 6px;
	color: rgba(0,0,0,0.87);
	background: #fff;
	max-width: 100%;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.card .card-image, .card-no-width .card-image, .card .header, .card-no-width .header, .card-profile .card-avatar, .card-testimonial .card-avatar img, .card-raised, .img-raised, .iframe-container iframe {
	-webkit-box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56),0 4px 25px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.2);
	box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
}
.card-plain .card-image {
	margin: 0;
	border-radius: 3px;
}
.card .card-image, .card-no-width .card-image {
	overflow: hidden;
	position: relative;
	height: 60%;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 6px;
	-webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
	-moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
	-o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
	-ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
	transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.card-plain {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.card-plain .content {
	padding-right: 5px;
	padding-left: 5px;
}
.card .content, .card-no-width .content {
	padding: 1.875rem;
}

p.category{
	text-transform: uppercase;
	font-size: 0.6rem;
	letter-spacing: .1rem;
}
.post-meta, .post-meta a{
	font-size: 0.75rem;
	color:#999;
}

a.more-link {
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: .1rem;
}
a.more-link span {
	position:relative;
}

a.more-link span:before {
	content: '';
	position: absolute;
	background-color: #2CD007;
	border-width: 0 0 1px 0;
	border-style: solid;
	pointer-events: none;
	-webkit-transform: scale3d(0.2,1,1);
	transform: scale3d(0.2,1,1);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}


a.more-link span:before {
	width: 100%;
	height: 2px;
	top:20px;
}

a.more-link:hover span:before {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}


.pagination{
	margin: 2rem 0;
}
.pagination .page-numbers{
	border:1px solid #2CD007;
	padding: 5px 10px;
	margin-right: 10px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
	background-color: #2CD007;
	color: #fff;
}



#post-navigation{
	margin-top: 30px;
}
#post-navigation .link{
	color:#2CD007;
}

@media (min-width: 480px) {

	.home #blog.ca-blog .ca-post-item,
	.home #features.ca-featres .ca-post-item{
		display: inline-block;
    float: none !important;
    margin-right: -4px;
    margin-left: -4px;
    vertical-align: top;
	}
  
}


/* Contacct  */
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (min-width: 480px) {
	#sidebar{
		padding: 0 20px;
	}
  
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 1.875rem;
  word-break: break-word;
}
.widget ul {
  padding: 0 0 0 10px;
  margin: 0;
  list-style: none;
}
.widget ul li {
  line-height: 2.4;
  padding-top: 5px;
}
.widget ul li:first-child {
  padding-top: 0;
}

aside .widget .btn a {
  color: #fff;
}

aside .widget a {
  color: #23527c;
}

.widget a:hover {
  color: #89229b;
}
.widget #searchform {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget h5 {
  
  margin-bottom: 10px;
}
.widget select {
  width: 100%;
}

.widget_calendar th,
.widget_calendar tr,
.widget_calendar td {
  padding: 7px 0;
  text-align: center;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.page-header p{
	color: #fff;
}


.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1em;
}

.main {
	position: relative;
	background: #fff;
}

.page-header.header-small .container {
	padding-top: 180px;
	padding-bottom: 110px;
}

.page-header.header-small {
	min-height: 300px;
	position: relative;
	height: auto;
}
.wrapper.classic-blog .section, 
.wrapper.no-content .section {
	padding-top: 40px;
}

.label {
	padding: 5px 12px;
	border-radius: 12px;
	text-transform: uppercase;
}
.label.label-primary {
	background-color: #2CD007;
	color: #fff;
}
.label.label-primary a{
	color: #fff;
}
.blog-post .section-blog-info .entry-categories span, .blog-post .section-blog-info .entry-tags span {
	display: inline-block;
	margin: 5px;
}
.blog-post .section-blog-info .entry-categories span {
	 font-size: 10px; 
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.media .avatar, .media-body .avatar, .media-area .avatar {
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  margin-right: 15px;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.media-area .ca-title,
.comment-respond .ca-title {
  margin-bottom: 1.875rem;
}

.single-post .blog-post .section-comments .ca-title {
  margin-bottom: 1.875rem;
  margin-top: 1.25rem;
}

.comment .pull-left {
  padding-right: 10px;
}

.media-body div.avatar {
  margin: 0 10px;
}

.media {
  overflow: visible;
}
.media .avatar img {
  width: 100%;
}
.media .media-heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.media .media-body {
  padding-right: 10px;
}
.media .media-body .media .media-body {
  padding-right: 0;
}
.media .media-footer .btn {
  margin-bottom: 1.25rem;
}
.media .media-footer:after {
  display: table;
  clear: both;
  content: " ";
}
.media p {
  color: #999999;
}
h4.media-heading{
	font-size: 1.2rem;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small ,.comment-edit-link{
	font-size: 75%;
	color:#777;
}

#comments .comment-notes {
  display: none;
}

.section-comments ul.children .comment-author.avatar, .section-comments ul.children .avatar img {
  width: 40px;
  height: 40px;
}

.blog-post .media p {
  color: #555;
}
.blog-post .section-comments .title {
  margin-bottom: 30px;
}
.blog-post .section-comments .comment-respond .author {
  margin: 15px 20px 0 0;
}
.blog-post .section-comments .comment-respond .author img {
  border-radius: 100%;
}
.blog-post .comment-reply-link {
  text-transform: uppercase;
  float: right;
}

.media-body {
  width: 10000px;
  display: table-cell;
  overflow: visible;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer .widget h5 {
  margin-bottom: 20px;
}
.footer a {
  color: #3C4858;
}

.footer-big {
  color: #999999;
  padding: 30px 0 18px;
  text-align: center;
}
.footer-big ul {
  margin-bottom: 0;
  list-style: none;
}
.footer-big ul li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.footer-big ul li a:hover {
  text-decoration: none;
}
.footer-big ul li .btn {
  margin: 0;
}
.footer-big p {
  color: #999999;
}
.footer-big .footer-menu li {
  display: inline-block;
}
.footer-big .footer-menu li a {
  padding: 15px;
}
.footer-big .copyright {
  padding: 15px 0;
}
.footer-big .content {
  text-align: left;
}
.footer-big hr {
  margin-top: 10px;
}

footer.footer {
  background: #fff;
}
footer.footer.footer-black {
  background: #323437;
}
footer.footer.footer-black a {
  opacity: 0.9;
  color: #fff;
}
footer.footer.footer-black a:hover, footer.footer.footer-black a:focus {
  opacity: 1;
}
footer.footer.footer-black h5, footer.footer.footer-black h4, footer.footer.footer-black i, footer.footer.footer-black .copyright {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .1rem;
}
footer.footer.footer-black hr {
  border-color: rgba(255, 255, 255, 0.2);
}

.ca-bottom-footer-content {
  position: relative;
}

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

.footer-big .footer-menu li a[href*="mailto:"],
.footer-big .footer-menu li a[href*="tel:"] {
  color: transparent;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="mailto:"]:before,
.footer-big .footer-menu li a[href*="tel:"]:before {
  color: #fff;
  font-family: 'FontAwesome';
}
.footer-big .footer-menu li a[href*="mailto:"]:hover:before,
.footer-big .footer-menu li a[href*="tel:"]:hover:before {
  color: #999;
}

.footer-big .footer-menu li a[href*="mailto:"]:before {
  content: '\f0e0';
}

.footer-big .footer-menu li a[href*="tel:"]:before {
  content: '\f095';
}

.footer-big .footer-menu li a[href*="facebook.com"] {
  color: transparent;
  font-size: 0;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="facebook.com"]:before {
  content: "";
  font-family: 'FontAwesome';
  color: #3c4858;
  font-size: 16px;
}
.footer-big .footer-menu li a[href*="facebook.com"]:hover:before {
  color: #3b5998;
}

.footer-black .footer-menu li a[href*="facebook.com"]:before {
  color: #fff;
}

.footer-big .footer-menu li a[href*="twitter.com"] {
  color: transparent;
  font-size: 0;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="twitter.com"]:before {
  content: "";
  font-family: 'FontAwesome';
  color: #3c4858;
  font-size: 16px;
}
.footer-big .footer-menu li a[href*="twitter.com"]:hover:before {
  color: #55acee;
}

.footer-black .footer-menu li a[href*="twitter.com"]:before {
  color: #fff;
}

.footer-big .footer-menu li a[href*="pinterest.com"] {
  color: transparent;
  font-size: 0;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="pinterest.com"]:before {
  content: "";
  font-family: 'FontAwesome';
  color: #3c4858;
  font-size: 16px;
}
.footer-big .footer-menu li a[href*="pinterest.com"]:hover:before {
  color: #cc2127;
}

.footer-black .footer-menu li a[href*="pinterest.com"]:before {
  color: #fff;
}

.footer-big .footer-menu li a[href*="google.com"] {
  color: transparent;
  font-size: 0;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="google.com"]:before {
  content: "";
  font-family: 'FontAwesome';
  color: #3c4858;
  font-size: 16px;
}
.footer-big .footer-menu li a[href*="google.com"]:hover:before {
  color: #dd4b39;
}

.footer-black .footer-menu li a[href*="google.com"]:before {
  color: #fff;
}

.footer-big .footer-menu li a[href*="linkedin.com"] {
  color: transparent;
  font-size: 0;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="linkedin.com"]:before {
  content: "";
  font-family: 'FontAwesome';
  color: #3c4858;
  font-size: 16px;
}
.footer-big .footer-menu li a[href*="linkedin.com"]:hover:before {
  color: #0976b4;
}

.footer-black .footer-menu li a[href*="linkedin.com"]:before {
  color: #fff;
}

.footer-big .footer-menu li a[href*="dribbble.com"] {
  color: transparent;
  font-size: 0;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="dribbble.com"]:before {
  content: "";
  font-family: 'FontAwesome';
  color: #3c4858;
  font-size: 16px;
}
.footer-big .footer-menu li a[href*="dribbble.com"]:hover:before {
  color: #ea4c89;
}

.footer-black .footer-menu li a[href*="dribbble.com"]:before {
  color: #fff;
}

.footer-big .footer-menu li a[href*="github.com"] {
  color: transparent;
  font-size: 0;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="github.com"]:before {
  content: "";
  font-family: 'FontAwesome';
  color: #3c4858;
  font-size: 16px;
}
.footer-big .footer-menu li a[href*="github.com"]:hover:before {
  color: #333;
}

.footer-black .footer-menu li a[href*="github.com"]:before {
  color: #fff;
}

.footer-big .footer-menu li a[href*="youtube.com"] {
  color: transparent;
  font-size: 0;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="youtube.com"]:before {
  content: "";
  font-family: 'FontAwesome';
  color: #3c4858;
  font-size: 16px;
}
.footer-big .footer-menu li a[href*="youtube.com"]:hover:before {
  color: #e52d27;
}

.footer-black .footer-menu li a[href*="youtube.com"]:before {
  color: #fff;
}

.footer-big .footer-menu li a[href*="instagram.com"] {
  color: transparent;
  font-size: 0;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="instagram.com"]:before {
  content: "";
  font-family: 'FontAwesome';
  color: #3c4858;
  font-size: 16px;
}
.footer-big .footer-menu li a[href*="instagram.com"]:hover:before {
  color: #125688;
}

.footer-black .footer-menu li a[href*="instagram.com"]:before {
  color: #fff;
}

.footer-big .footer-menu li a[href*="reddit.com"] {
  color: transparent;
  font-size: 0;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="reddit.com"]:before {
  content: "";
  font-family: 'FontAwesome';
  color: #3c4858;
  font-size: 16px;
}
.footer-big .footer-menu li a[href*="reddit.com"]:hover:before {
  color: #ff4500;
}

.footer-black .footer-menu li a[href*="reddit.com"]:before {
  color: #fff;
}

.footer-big .footer-menu li a[href*="tumblr.com"] {
  color: transparent;
  font-size: 0;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="tumblr.com"]:before {
  content: "";
  font-family: 'FontAwesome';
  color: #3c4858;
  font-size: 16px;
}
.footer-big .footer-menu li a[href*="tumblr.com"]:hover:before {
  color: #35465c;
}

.footer-black .footer-menu li a[href*="tumblr.com"]:before {
  color: #fff;
}

.footer-big .footer-menu li a[href*="behance.com"] {
  color: transparent;
  font-size: 0;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="behance.com"]:before {
  content: "";
  font-family: 'FontAwesome';
  color: #3c4858;
  font-size: 16px;
}
.footer-big .footer-menu li a[href*="behance.com"]:hover:before {
  color: #1769ff;
}

.footer-black .footer-menu li a[href*="behance.com"]:before {
  color: #fff;
}

.footer-big .footer-menu li a[href*="snapchat.com"] {
  color: transparent;
  font-size: 0;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="snapchat.com"]:before {
  content: "";
  font-family: 'FontAwesome';
  color: #3c4858;
  font-size: 16px;
}
.footer-big .footer-menu li a[href*="snapchat.com"]:hover:before {
  color: #fffc00;
}

.footer-black .footer-menu li a[href*="snapchat.com"]:before {
  color: #fff;
}

.footer-big .footer-menu li a[href*="deviantart.com"] {
  color: transparent;
  font-size: 0;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="deviantart.com"]:before {
  content: "";
  font-family: 'FontAwesome';
  color: #3c4858;
  font-size: 16px;
}
.footer-big .footer-menu li a[href*="deviantart.com"]:hover:before {
  color: #05cc47;
}

.footer-black .footer-menu li a[href*="deviantart.com"]:before {
  color: #fff;
}

.footer-big .footer-menu li a[href*="vimeo.com"] {
  color: transparent;
  font-size: 0;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="vimeo.com"]:before {
  content: "";
  font-family: 'FontAwesome';
  color: #3c4858;
  font-size: 16px;
}
.footer-big .footer-menu li a[href*="vimeo.com"]:hover:before {
  color: #1ab7ea;
}

.footer-black .footer-menu li a[href*="vimeo.com"]:before {
  color: #fff;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
